*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.kleur_blauw{
    color: #233D63;
}



select{
    width: 150px;
    padding: 10px 0px 10px 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}




/*SECTION CC HEADING*/

.section_CC_heading{
    height: 100vh;
    padding: 200px 0 258px 0px;
    background-color:#FEFAF4;
    width: 100%;

}
.section_CC_heading h1 , .section_CC_heading p{
    color: #122460;
}

.button {
    background-color: #F49B21;
    color: white;
    border-radius: 2px;
    font-size: larger;
    padding: 10px;
    width: 240px;
    font-weight: bold;
    border: 2px solid #F49B21;
    transition: all .1s ease-in-out;
}

.button:hover {
    background-color: transparent;
    color: #F49B21;
    border: 2px solid #F49B21;
    transition: all .1s ease-in-out;
    cursor: pointer;
}


.button2 {
    background-color: transparent;
    color: #F49B21;
    border-radius: 2px;
    border: 2px solid #F49B21;
    width: 240px;
    padding: 10px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button2:hover {
    background-color: #F49B21;
    color: white;
    border-radius: 2px;
    border: 2px solid #F49B21;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
    cursor: pointer;
}




/*SECTION CUSTOMER COMPLAINTS*/
.section_CustomerComplaints{
    background-color: #E78636;
    padding-top: 100px;
    padding-bottom: 150px;
}
.fa-face-smile-wink{
    font-size: 65px;
    color: white;
}

.card_CustomerComplaints{
    height: 410px;
    padding-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    transition: all .2s ease-in-out;

}
.card_CustomerComplaints:hover{
    background-color: white;
    color: #E78636;
    border: 2px solid #E78636;
    transition: all .2s ease-in-out;

}
.icons_CustomerComplaints{
    font-size: 45px;
}

/*SECTION VOUCHERS*/

.section_vouchers{
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #FEFAF4;
    background-image: url("../assets/Group 15.png");
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 250px;
}


.row_vouchers_steps{
    margin-top: 240px;
}
.row_vouchers_steps_3{
    margin-top: 160px;
}

.row_vouchers_steps_4{
    margin-top: 170px;
}
.row_vouchers_steps_5{
    margin-top: 235px;
}

.col_text_rechts_vouchers{
    padding-left: 50px;
}
.col_text_links_vouchers{
    padding-right: 50px;
}
.image_rechts_vouchers{
    padding-left: 100px;
}


/*SECTION CC REVIEWS*/

.section_CC_reviews{
    padding-top: 100px;
    padding-bottom: 100px;
}

.bbb_viewed_slider .owl-item:first-child {
    width: 100%;
}

.bbb_viewed_slider .owl-item {
    width: calc((100% - 30px) / 5);
}

/*SECTION ANDREW KING*/

.section_AndrewKing{
    background-color: #FEFAF4;
    padding-top: 100px;
    padding-bottom: 150px;

}

.fa-video{
    font-size: 65px;
    color: #122460;
}

.section_AndrewKing iframe{
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 15px 15px;
}
/*KLACHTENFORMULIER*/



.section_klachtenformulier{
    background-color: #1E202D;
    padding-top: 100px;
    padding-bottom: 100px;
}

.input{
    height: 60px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.checkbox{
    height: 60px;
}

.radio-label{
    font-size: 25px;
}
.radio-label input{
    transform: scale(1.5);
    accent-color: #F49B21;
    cursor: pointer;

}


.complain{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.section_klachtenformulier_button , .section_Users_button{
    background-color: #F49B21;
    color: white;
    font-size: 18px;
    width: 150px;
}
.section_klachtenformulier_button:hover{
    background-color: white;
    color: #F49B21;
    transition: all .1s ease-in-out;
}

.section_Users_button:hover{
    background-color: #122460;
    color: white;
    transition: all .1s ease-in-out;
}
.fa-location-arrow{
    font-size:18px;
}
.section_klachtenformulier_row_heading h2{
    color:white;
}
.section_klachtenformulier_row_heading p {
    color: #C9C9C9;
}
.span_geel{
    color: #F49B21;
    font-weight: bold;
}





/*SECTION REGISTER*/

.section_register {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1E202D;
}

.section_register h2{
    color: white;
}
.section_register p{
    color: #a7abad;
    font-weight: bold;
    font-style: italic;
}

.button_register {
    background-color: #F49B21;
    color: white;
    width: 180px;
    border-radius: 2px;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button_register:hover {
    background-color: white;
    color: #F49B21;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
    text-decoration: none;
}

.span_bold {
    font-weight: 800;
}




/*LG*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    /*SECTION CC HEADING*/
    .section_CC_heading{
        height: 100vh;
    }
    .section_CC_heading h1{
        font-size: 40px;
    }

    .button {

        padding: 8px 6px 8px 6px;
        font-size: 17px;
        width: 200px;

    }
    .button2 {
        padding: 8px 6px 8px 6px;
        font-size: 17px;
        width: 200px;
    }




    /*SECTION CUSTOMER COMPLAINTS*/
    .section_CustomerComplaints{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_CustomerComplaints h2{
        font-size: 24px;
    }
    .fa-face-smile-wink{
        font-size: 65px;
        color: white;
    }

    .card_CustomerComplaints h4{
        font-size: 23px;
    }
    .card_CustomerComplaints{
        height:420px;
        padding-top: 30px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .icons_CustomerComplaints{
        font-size: 45px;
    }



    /*SECTION VOUCHERS*/

    .section_vouchers{
        padding-top: 100px;
        padding-bottom: 175px;
        background-color: #FEFAF4;
        background-image: url("../assets/Group 15.png");
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 250px;
    }
    .section_vouchers h2{
        font-size: 35px;
    }

    .row_vouchers_steps{
        margin-top: 280px;
    }
    .row_vouchers_steps_3{
        margin-top: 250px;
    }

    .row_vouchers_steps_4{
        margin-top: 210px;
    }
    .row_vouchers_steps_5{
        margin-top: 280px;
    }

    .col_text_rechts_vouchers{
        padding-left: 50px;
    }
    .col_text_links_vouchers{
        padding-right: 50px;
    }
    .image_rechts_vouchers{
        padding-left: 40px;
    }


    /*SECTION ANDREW KING*/

    .section_AndrewKing{
        background-color: #FEFAF4;
        padding-top: 100px;
        padding-bottom: 150px;

    }

    .fa-video{
        font-size: 65px;
    }
    .section_AndrewKing iframe{
        width: 80%;
        height: 400px;
    }
}

/*MD*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*SECTION CC HEADING*/
    .section_CC_heading{
        padding: 300px 0 270px 0px;
        height: 100vh;
    }
    .section_CC_heading h1{
        font-size: 55px;
    }

    .button {
        width: 220px;
        padding: 8px 5px 8px 5px;

    }
    .button2 {
        width: 220px;
        padding: 8px 5px 8px 5px;
    }


    /*SECTION CUSTOMER COMPLAINTS*/
    .section_CustomerComplaints{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_CustomerComplaints h2{
        font-size: 24px;
    }
    .fa-face-smile-wink{
        font-size: 65px;
        color: white;
    }

    .card_CustomerComplaints{
        height: 360px;
        padding-top: 40px;
        padding-left: 4px;
        padding-right: 4px;


    }

    .icons_CustomerComplaints{
        font-size: 45px;
    }



    /*SECTION VOUCHERS*/

    .section_vouchers{
        padding-top: 100px;
        padding-bottom: 150px;
        background-color: #FEFAF4;
        background-image: url("../assets/Group 15.png");
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: center;
        background-position-y: 250px;
    }
    .section_vouchers h2{
        font-size: 35px;
    }



    .row_vouchers_steps{
        margin-top: 250px;
    }
    .row_vouchers_steps_3{
        margin-top: 235px;
    }

    .row_vouchers_steps_4{
        margin-top: 225px;
    }
    .row_vouchers_steps_5{
        margin-top: 275px;
    }

    .col_text_rechts_vouchers{
        padding-left: 50px;
    }
    .col_text_links_vouchers{
        padding-right: 50px;
    }
    .image_rechts_vouchers{
        padding-left: 40px;
    }


    /*SECTION ANDREWKING*/
    .section_AndrewKing{
        padding-top: 100px;
        padding-bottom: 100px;
    }


    .fa-video{
        font-size: 65px;
    }

    .section_AndrewKing iframe{
        width: 100%;
        height: 450px;
    }



}

/*SM*/
@media screen and (min-width: 576px) and (max-width: 767px) {

    /*SECTION CC HEADING*/

    .section_CC_heading{
        padding: 300px 0 270px 0px;
    }
    .section_CC_heading h1{
        font-size: 45px;
    }

    .button {
        width: 220px;
        padding: 8px 5px 8px 5px;

    }
    .button2 {
        width: 220px;
        padding: 8px 5px 8px 5px;
    }

    /*SECTION ANDREW KING*/

    .section_AndrewKing{
        background-color: #1E202D;
        padding-top: 100px;
        padding-bottom: 150px;

    }

    .fa-video{
        font-size: 65px;
        color: #F49B21;
    }
    .section_AndrewKing iframe{
        width: 100%;
        height: 400px;
    }


    /*SECTION CUSTOMER COMPLAINTS*/
    .section_CustomerComplaints{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_CustomerComplaints h2{
        font-size: 35px;
    }
    .fa-face-smile-wink{
        font-size: 65px;
        color: white;
    }

    .card_CustomerComplaints{
        height: 300px;
        padding-top: 40px;
        padding-left: 4px;
        padding-right: 4px;


    }

    .icons_CustomerComplaints{
        font-size: 45px;
    }



    /*SECTION VOUCHERS*/

    .section_vouchers{
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #FEFAF4;
        background-image: none;
    }
    .section_vouchers h2{
        font-size: 35px;
    }

    .section_vouchers img{
        width: 80%;
    }


    .row_vouchers_steps{
        margin-top: 110px;
    }
    .row_vouchers_steps_3{
        margin-top: 110px;
    }

    .row_vouchers_steps_4{
        margin-top: 110px;
    }
    .row_vouchers_steps_5{
        margin-top: 110px;
    }

    .col_text_rechts_vouchers{
        padding-left: 0;
    }
    .col_text_links_vouchers{
        padding-right: 0;
    }
    .image_rechts_vouchers{
        padding-left: 0;
    }

    /*SECTION ANDREWKING*/
    .section_AndrewKing{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_AndrewKing h2{
        font-size: 25px;
    }
    .section_AndrewKing h3{
        font-size: 20px;
    }
    .fa-video{
        font-size: 65px;
    }

    .section_AndrewKing iframe{
        width: 100%;
        height: 400px;
    }
}

/*XS*/
@media screen and (max-width: 575px){

    /*SECTION CC HEADING*/

    .section_CC_heading{
        padding: 250px 0 270px 0px;
    }
    .section_CC_heading h1{
        font-size: 30px;
    }

    .button {
        width: 260px;
        padding: 8px 5px 8px 5px;

    }
    .button2 {
        width: 260px;
        padding: 8px 5px 8px 5px;
    }


    /*SECTION CUSTOMER COMPLAINTS*/
    .section_CustomerComplaints{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_CustomerComplaints h2{
        font-size: 24px;
    }
    .fa-face-smile-wink{
        font-size: 65px;
        color: white;
    }

    .card_CustomerComplaints{
        height: 350px;
        padding-top: 40px;
        padding-left: 4px;
        padding-right: 4px;

    }

    .icons_CustomerComplaints{
        font-size: 45px;
    }


    /*SECTION VOUCHERS*/

    .section_vouchers{
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #FEFAF4;
        background-image: none;
    }
    .section_vouchers h2{
        font-size: 25px;
    }

    .section_vouchers img{
        width: 100%;
    }


    .row_vouchers_steps{
        margin-top: 110px;
    }
    .row_vouchers_steps_3{
        margin-top: 110px;
    }

    .row_vouchers_steps_3 img{
        width: 75%;
    }

    .row_vouchers_steps_4{
        margin-top: 110px;
    }
    .row_vouchers_steps_5{
        margin-top: 110px;
    }

    .col_text_rechts_vouchers{
        padding-left: 0;
    }
    .col_text_links_vouchers{
        padding-right: 0;
    }
    .image_rechts_vouchers{
        padding-left: 0;
    }




    /*SECTION ANDREW KING*/

    .section_AndrewKing{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_AndrewKing h2{
        font-size: 25px;
    }
    .section_AndrewKing h3{
        font-size: 20px;
    }
    .fa-video{
        font-size: 65px;
    }

    .section_AndrewKing iframe{
        width: 100%;
        height: 300px;
    }


    /*SECTION CC REVIEWS*/

    .section_CC_reviews{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .owl-carousel {
        width: 100%;
    }

    .owl-item {
        width: 100%;
    }


    /*SECTION KLACHTENFORMLULIER*/
    .section_klachtenformulier h4{
        font-size: 20px;
    }


}



