/*==================================================
 Main
==================================================*/

html{
    height: 100%;
    font-size: 16px;
}
body{
    position: relative;
	min-height: 100%;
    padding-bottom: 80px;
    
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #051a3e;
    
	background: url("../img/achtergrond2.jpg") center center no-repeat fixed #fff;
    background-size: cover;
}


/*==================================================
 Campagne
==================================================*/

/* General */
.position-relative{
    position: relative;
}
.flex{
    display: flex;
}


/* Form */
.form-control{
    width: 450px;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    
    border: 1px solid #f2f2f2;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    
    border-radius: 4px;
    background-color: #f2f2f2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.FlowupLabels .fl_label {
    top: 14px;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    color: #bbb;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok{
    top: 50% !important;
    transform: translateY(-50%);
}


/* Buttons */
.def-btn{
    margin-top: 0px;
    padding: 18px 20px;
    background-color: #ff5500;
}
.def-btn:after {
    font-size: .8em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.def-btn:hover:after {
    right: 20px;
}
.def-btn:hover{
    background-color: #47679e;
}

.camp-btn {
    margin-left: 0px;
    width: 360px;
    padding: 15px 10px;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #345388;
}
form .camp-btn{
    width: 100%;
}

.antw-btn{
    margin: 5px;
    width: 100px;
    min-width: fit-content;
    max-width: 100%;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    background-color: #345388;
}
.antw-btn:after{
    content: "";
}
.antw-btn:hover{
    background-color: #47679e;
}


.prijs-btn{
    width: 100%;
    border-radius: 0 0 4px 4px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    background-color: #19A48C;
}
.prijs-btn:hover, .prijs-btn:focus{
    background-color: #2dbaa2 !important;
}


.form-btn{
    margin-top: 10px;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    border-radius: 15px;
    background-color: #43b02a;
}
.form-btn:hover, .form-btn:focus{
    background-color: #54c53a;
}


/* Tekst */
h1{
    margin-bottom: 15px;
/*    font-size: 30px;*/
    font-size: clamp(1.375rem, 1.254rem + 0.518vw, 1.875rem);
}
h3{
    font-size: clamp(1.125rem, 1.034rem + 0.388vw, 1.5rem); /* 18px-24px */
}
h4{
    font-size: clamp(1rem, 0.97rem + 0.129vw, 1.125rem); /* 16px-18px */
}
p{
    font-size: 16px;
    line-height: 160%;
}
.fs14{
    font-size: 14px;
}


.grijs{color: #aaa;}
.groen{color: #19A48C;}



/*==================================================
 Header
==================================================*/

.adv{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #aaa;
}

/*
.logo-holder{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 100%;
}
.logo-holder .logo{
    margin: 0;
    width: 100%;
    max-width: 240px;
    height: auto;
}
.logo-holder p{
    margin: 0 15px;
    font-size: 14px;
}

.social-col{
    padding-top: 7px;
}
*/



/*==================================================
 Pagina-1
==================================================*/

.pagina{
    padding: 80px 0;
}

.holder{
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.pagina-1 .holder,
.pagina-2 .holder{
    padding: 25px;
}

.holder .inner{
    margin: 0 auto;
    width: 75%;
}

.holder .logo{
    width: 450px;
}
.logo.md{
    width: 380px;
}
.logo.sml{
    width: 250px;
}

.holder .hr{
    width: 75%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: #051a3e;
}

.bol{
    position: absolute;
    right: 10px;
    width: 100px;
    height: 100px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #19A48C;
    transform: rotate(12deg);
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .15);
}

.bol span{
    font-size: .6em;
    line-height: 110%;
}

.vraag{
    margin: 30px auto 25px;
/*    min-height: 64px;*/
    font-size: 20px;
}

.antwoorden-holder{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.progress {
    position: relative;
    margin: 50px 0 0;
    height: 10px;
    border-radius: 0;
}
/*
.progress::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: repeating-linear-gradient(
        to right,
        transparent,
        transparent calc(100% / 9),
        rgba(255,255,255,1) calc(100% / 9 + 2px),
        rgba(255,255,255,1) calc(100% / 9)
    );
    pointer-events: none;
    z-index: 2;
}
*/
.progress-bar{
    width: 0%;
    background-color: #19A48C;
}


/* Pagina 3 - prijs keuze */
.prijs-holder{
    margin-bottom: 20px;
}

.prijs-holder img{
    transform: scale(0.95);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.prijs-holder .top{
    padding: 20px 10px;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    background-color: #f9f9f9;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.prijs-holder p{
    padding-left: 10px;
    font-size: 16px;
}

.prijs-holder:hover{
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 12%);
}

.prijs-holder:hover .top{
    background-color: #fff;
}

.prijs-holder:hover img{
    transform: scale(1);
}

.prijs-holder:hover .prijs-btn{
    background-color: #2dbaa2 !important;
}

.prijs-holder:hover .prijs-btn:after{
    right: 20px;
}

.geen-prijs{
    text-decoration: underline;
    cursor: pointer;
}


/* Pagina 4 - Form */
#prijs-keuze-img{
    width: 180px;
}

.form-holder{
/*    margin: 10px auto 0;*/
    margin: 0 auto;
/*
    margin-left: auto;
    margin-right: 0;
*/
    width: 450px;
    max-width: 100%;
    padding: 25px;
}


/* Loader modal */
#loader .loader{
    font-size: 40px;
}


/* Pagina 5 - Tel form */
#meer-info{
    cursor: pointer;
}


/* Pagina 6 - bedankpagina */
.pagina-6 h1{
    margin: 25px auto;
    font-size: 40px;
}

.pagina-6 h3{
    margin-bottom: 50px;
}

.pagina-6 h3:last-child{
    margin-bottom: 25px;
}

.pagina-6 .jssocials-shares {
    text-align: center;
}



/*==================================================
 SMS verificatie
==================================================*/

.sms-container {
    padding: 40px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.sms-container p{
    line-height: 140%;
}
.sms-container a{
    color: #337ab7;
}
#form-sms {
    margin: 0 auto 50px;
    width: 230px;
    max-width: 100%;
    padding: 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    border-radius: 10px;
    background-color: #eee;
}
.sms-container .form-sms-input {
    width: 45px;
    height: 60px;
    text-align: center;
    font-size: 1.5em;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.sms-container .form-control:focus {
    border-color: #66afe9;
}
.sms-container a.disabled-btn {
    color: #aaa;
    cursor: default;
}
.sms-verificatie .form-btn{
    text-align: center;
}
.sms-verificatie .form-btn:after{
    content: '\f00c';
}
.sms-verificatie .form-btn:hover:after{
    right: 20px;
}
.sms-verificatie a{
    text-decoration: none;
    cursor: pointer;
}
.sms-opties{
    margin: 0 auto 30px;
    width: 350px;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.sms-opties p,
p.sms-info{
    font-size: 14px;
}
#OpnieuwVersturenTxt{
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}



/*==================================================
 Footer
==================================================*/

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0px;
    padding: 20px 0px;
}
.voorwaarden-row{
    margin-top: 0px;
}
.voorwaarden-row a,
.voorwaarden-row a:link,
.voorwaarden-row a:visited,
.voorwaarden-row a:hover,
.voorwaarden-row a:active,
.voorwaarden-row a:focus{
    color: #464648;
    text-decoration: underline;
}



/*==================================================
 Media Queries
==================================================*/

@media only screen and (max-width: 1199px){
    
    .holder .inner,
    .holder .hr{
        width: 90%;
    }
    
    
    
    
    .prijs-btn:after {
        right: 25px;
    }
    .prijs-holder:hover .prijs-btn:after{
        right: 15px;
    }
		
}


@media only screen and (max-width: 991px) {
    
    .pagina {
        padding: 60px 0;
    }
    
    .holder .inner,
    .holder .hr{
        width: 100%;
    }
    
    
    .prijs-holder .top{
        padding: 10px;
    }
    .prijs-btn{
        padding: 15px;
        padding-right: 20px;
        font-size: 16px;
    }
    .prijs-btn:after {
        right: 10px;
        font-size: 12px;
    }
    .prijs-holder:hover .prijs-btn:after{
        right: 10px;
    }
    
    
    
    
    
    
    .jssocials-shares {
        margin-top: 5px !important;
    }
    .social-col {
        padding-top: 0px;
    }
    
    
    
    
    
}


@media only screen and (max-width: 767px) {
	
    .pagina {
        padding: 40px 0;
    }
    
    .antw-btn {
        width: 100%;
        max-width: 340px;
    }
    
    
    
    .prijzen-img-holder{
        margin-top: 20px;
    }
    .camp-btn {
        font-size: 22px;
    }
    
    
    .pagina-6 h1 {
        font-size: 26px;
    }
    .pagina-6 h3 {
        margin-bottom: 40px;
        font-size: 20px;
    }
    
    .sms-container{
        padding: 20px;
    }
    .sms-container .form-control {
        margin-left: 0px;
    }
    
}


@media only screen and (max-width: 479px) {
    
    p{
        line-height: 140%;
    }
    .vraag{
        font-size: 18px;
    }
    
    .pagina {
        padding: 10px 0;
    }
    .pagina-1 .holder,
    .pagina-2 .holder {
        padding: 15px;
    }
    
    .holder .hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    #prijs-keuze-img {
        width: 120px;
    }
    
    .form-holder,
    .sms-container{
        padding: 15px;
    }
    
    
    .camp-btn {
        font-size: 20px;
    }
    .camp-btn:after {
        right: 30px;
    }
    .camp-btn:hover:after {
        right: 15px;
    }
    
    
    
    
    .prijs-btn {
        padding: 15px 10px;
        font-size: 16px;
        text-align: center;
    }
    .prijs-btn:after {
        display: none;
    }
    
    .form-btn {
        font-size: 18px;
    }
    .form-btn:after {
        right: 30px;
    }
    .form-btn:hover:after {
        right: 15px;
    }
    
}