html{
    background-color: #2e247a;
    height:100%;
}

body {
    -webkit-animation: bugfix infinite 1s; 
    font-family: 'Quicksand', sans-serif;
    color:  #3a3a3a;
    margin: 0px;
    padding: 0px;
    height:100%;
    overflow: scroll;
    line-height:23px; 
}                   

@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}


a {
    text-decoration: none;
    color: #00a79f;
    transition: color 0.5s ease;
}

a:hover {
    color: #00a79f;
}

h1 {
    margin:0px;
    padding:0px;
    color:#2e247a;
    text-transform: uppercase;
    line-height: 1;
}

h2 {
    margin:0px;
    padding:0px;
    text-transform: uppercase;
    line-height: 1;
}

h3 {
    font-size:26px;
    margin: 0px;
    padding:0px;
    font-weight: bold;
    line-height: 1;
}

h4 {
    font-size:20px;
    margin: 0px;
    padding:0px;
    line-height: 1;
}

.img_content {
  box-shadow: 2px 4px 10px #777777;
}

.bold {
    font-weight: bold;
}

.koptekst_1 {
    color:#00a79f;
}

.color_green{
    color:#00a79f;
}

.color_blue{
    color:#2e247a;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto;
    overflow:hidden;
}

#page { 
    display:block;
    width:100%;
    height:100%;
}

#page_container { 
    display:block;
    width:100%;
    height:100%;
}

#content_top { 
    display: table;
    position:relative;
    width:100%;
    height:60%;
    min-height:500px;
    -webkit-overflow-scrolling: touch;
    overflow:hidden;
        border-bottom:5px solid #00a79f;
}

.content_block { 
    display:block;
    float:left;
    clear:none;
    width:100%;
    height:500px;
    overflow:hidden; 
    color:#ffffff;
}

.dotted_block { 
    display:block;
    float:left;
    clear:none;
    width:100%;
    height:auto;
    overflow:hidden; 
    color:#000000;
    background: url('/customized/img/bg/dotted-bg.png');
}

.content_block_1 { 
    display:block;
    float:left;
    clear:none;
    width:100%;
    height:auto;
    overflow:hidden;
    color:#000000;
    background-color: #ffffff;
}

.content_block_2 { 
    display:block;
    float:left;
    clear:none;
    width:100%;
    height:3px;
    overflow:hidden; 
    color:#000000;
    background-color: #efefef;
    border-bottom:1px solid #d0d0d0;
}

#schade_melden {
    height:0px;
    transition: height 1s ease;
}

#klacht_melden {
    height:0px;
    transition: height 1s ease;
}

.content_aanvraag { 
    display:block;
    float:none;
    clear:none;
    margin:150px auto 0;
    width:40%;
    height:auto;
    padding-bottom:20px;
    overflow:hidden; 
    color:#000000;
    background-color: #ffffff;
}

.content { 
    display:block;
    margin:0 auto;
    max-width:1004px;
    padding:20px 10px;
    height:auto;
    overflow:hidden;
}

.head_text_container { 
    width:100%;
    height:auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#head_text_1 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.9s linear;
}

#head_text_2 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.9s linear;
}

#head_text_3 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.9s linear;
}


.button_blue {
    display:block;
    margin:0px auto;
    width:230px;
    height:auto;
    padding:7px;
    text-align: center;
    font-size: 18px;
    color:#ffffff;
    background-color: #00a79f;
    border: 1px solid #ffffff;
    transition: background-color 0.3s linear 0s;
}

.button_blue:hover {
    color:#3a3a3a;
    background-color: #ffffff;
    border: 1px solid #2e247a;
}

.button_white {
    display:block;
    margin:0px auto;
    width:230px;
    height:auto;
    padding:7px;
    text-align: center;
    font-size: 18px;
    color:#3a3a3a;
    background-color: #ffffff;
    border: 1px solid #2e247a;
}

.button_white:hover {
    color:#ffffff;
    background-color: #00a79f;
    border: 1px solid #ffffff;
}

.true_container {
    display:block;
    margin:0px auto;
    width:80%px;
    height:auto;
    padding:10px;
    text-align: center;
    color:#3a3a3a;
    background-color: #ffffff;
    border: 1px solid #2e247a;
}

.false_container {
    display:block;
    margin:0px auto;
    width:80%px;
    height:auto;
    padding:10px;
    text-align: center;
    color:#3a3a3a;
    background-color: #ffffff;
    border: 1px solid #2e247a;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




/********************************************************/
/********************************************************/
/********************************************************/
/* --------------------- desktop ----------------------- */
/********************************************************/
/********************************************************/
/********************************************************/

@media screen and (min-width: 768px)
{


/* --------------------- content ----------------------- */


    .top_image_home {
        background: url('/customized/img/bg/bg_index.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }

    .top_image_over_ons {
        background: url('/customized/img/bg/bg_over_ons.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }

    .top_image_diensten {
        background: url('/customized/img/bg/bg_diensten.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }

    .top_image_contact {
        background: url('/customized/img/bg/bg_contact.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }

    .head_text {
        font-size:40px;
        font-weight: 700;
        color:#ffffff;
        text-shadow: 2px 2px 15px #3a3a3a;
    }

    .toptext {
        font-size:30px;
        margin-top:20px;
        font-weight: 100;
        color:#ffffff;
        text-shadow: 2px 2px 15px #3a3a3a;
    }

    .blok1text {
        font-size:35px;
        margin:20px 0;
        font-weight: 300;
        color:#ffffff;
        text-shadow: 2px 2px 15px #3a3a3a;
    }

    .blok2text {
        font-size:35px;
        margin:20px 0;
        font-weight: 300;
        color:#3a3a3a;
    }

    .blok_case_text {
        font-size:35px;
        font-weight: 300;
        color:#3a3a3a;
    }
    
    .content_blok_half { 
        display:block;
        float:left;
        margin:0 auto;
        width:50%;
        height:auto;
        overflow:hidden;
    }

    .text_content {
        display:block;
        float:left;
        width:100%;
        text-align: justify;
        text-justify: inter-word;
    }

    .img_content_right {
        display:block;
        float:right;
        width:410px;
        padding:0 0 10px 20px;
    }

    .slideshow-container {
        display:block;
        float:right;
        width:400px;
        height:325px;
        margin:10px;
    }

    .img_content_left {
        display:block;
        float:left;
        width:400px;
        padding:0 20px 10px 0;
    }
    

    
/* --------------------- einde content ----------------------- */

}

/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ einde desktop ------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ tussen maat --------------------- */
/********************************************************/
/********************************************************/
/********************************************************/

@media screen and (max-width: 930px) 
{


/* --------------------- content ----------------------- */

/* --------------------- einde content ----------------------- */

}  

/********************************************************/
/********************************************************/
/********************************************************/
/* -------------- einde tussen maat ------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


/********************************************************/
/********************************************************/
/********************************************************/
/* --------------------- tablet ----------------------- */
/********************************************************/
/********************************************************/
/********************************************************/

@media screen and (max-width: 767px) 
{


/* --------------------- content ----------------------- */

    .top_image_home {
        background: url('/customized/img/bg/bg_index_klein.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }
    
    .top_image_over_ons {
        background: url('/customized/img/bg/bg_over_ons_klein.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }

    .top_image_diensten {
        background: url('/customized/img/bg/bg_diensten_klein.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }

    .top_image_contact {
        background: url('/customized/img/bg/bg_contact_klein.jpg') no-repeat center center fixed; 
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        left: 0;
        overflow:hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll;
    }

    .content_blok_half { 
        display:block;
        float:left;
        margin:10px auto;
        width:100%;
        height:auto;
        overflow:hidden;
    }


    .head_text {
        font-size:40px;
        font-weight: 700;
        color:#ffffff;
        text-shadow: 2px 2px 15px #000000;
    }

    .toptext {
        font-size:25px;
        margin-top:20px;
        font-weight: 100;
        color:#ffffff;
        text-shadow: 2px 2px 15px #000000;
    }

    .blok1text {
        float:none;
        font-size:25px;
        margin:20px 0;
        font-weight: 300;
        
        color:#ffffff;
        text-shadow: 2px 2px 15px #000000;
    }

    .blok2text {
        float:none;
        font-size:25px;
        margin:20px 0;
        font-weight: 300;
        color:#3a3a3a;
    }

    .blok_case_text {
        font-size:25px;
        font-weight: 300;
        color:#3a3a3a;
    }
    
    
    .scroll_down_container a{ 
        display: block;
        position:absolute;
        bottom:15px;
        width:120px;
        height:auto;
        left:50%;
        margin-left:-60px;
        font-size:22px;
        font-weight:400;
        color:#ffffff;
        text-align: center;
        text-shadow: 2px 2px 15px #000000;

    }

    .text_content {
        display:block;
        float:left;
        width:100%;
    }

    .img_content_right {
        display:block;
        float:none;
        clear:both;
        width:400px;
        margin:auto;
        padding:0 0 10px 0;
    }

    .img_content_left {
        display:block;
        float:none;
        clear:both;
        width:400px;
        margin:auto;
        padding:0 0 10px 0;
    }
    
/* --------------------- einde content ----------------------- */



}  

/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ einde tablet -------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


/********************************************************/
/********************************************************/
/********************************************************/
/* --------------------- mobile ----------------------- */
/********************************************************/
/********************************************************/
/********************************************************/

@media screen and (min-width: 320px) and (max-width: 580px)
{

    #content_top_cases { 
        display: table;
        width:100%;
        height:50%;
        -webkit-overflow-scrolling: touch;
        overflow:hidden;
    }
    
    .img_content_right {
        display:block;
        float:none;
        clear:both;
        width:400px;
        margin:auto;
        padding:0 0 10px 0;
    }

    .img_content_left {
        display:block;
        float:none;
        clear:both;
        width:400px;
        margin:auto;
        padding:0 0 10px 0;
    }
    
    
   
}  

/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ einde mobiel -------------------- */
/********************************************************/
/********************************************************/
/********************************************************/




  

