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

html{
    height: 100%;
}
body{
	min-height: 100%;
/*    font-family: 'Open Sans', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #111;
/*	background-color: #efefef;*/
	background-color: #f6f9fc;
    overflow-x: hidden;
}


/*==================================================
  Font Styles
==================================================*/

h1, h2, h3 ,h4{
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
  }

/*==================================================
 Form
==================================================*/

.has-feedback .form-control {
    padding-right: 5px !important;
}
i.form-control-feedback{
    right: 0px;
    top: 50% !important;
    transform: translateY(-50%);
}
select~i.form-control-feedback{
    right:10px !important;
}
.form-control.fl_input {padding: 17px 12px 3px 16px;}
.FlowupLabels .fl_label {
    top: 12px;
    left: 18px;
    font-size: 16px;
}
.FlowupLabels .fl_wrap.focused .fl_label, .FlowupLabels .fl_wrap.populated .fl_label, .no-js .FlowupLabels .fl_label {
    top: 5px;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 4px;
}
#success_message,
.help-block{ 
    display: none !important;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 12px;
}
.form-control {
    height: 50px;
	border-radius: 5px;
    border-color: #ddd;
    font-size: 16px;
}



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

/* Kleuren */
.blauw{color: #029dc8;}
.rood{color: #de0000;}
.geel{color: #ffb400;}
.grijs{color: #999;}
.lichtgrijs{color: #ddd;}

.logo{
    max-width: 200px;
}

/* Tekst */
h1.titel{
/*    margin-bottom: 5px;*/
    font-size: 30px;
/*    font-weight: 700;*/
    line-height: 120%;
}
h2.subtitel{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
h5{font-size: 18px;}
p{font-size: 16px;}
p.tekst{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 175%;
}
p.tekst:last-child{
    margin-bottom: 0px;
}
p.tekst:first-child{
    margin-bottom: 20px;
}
p.tekst-klein{    
    font-size: 12px;
    line-height: 140%;
}


/* Links */
a, a:link, a:visited, a:active, a:focus{
    color: #333;
    text-decoration: underline;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
    cursor: pointer;
}
.scrolltoBottom{
    color: #006bbb;
    text-decoration: underline;
    cursor: pointer;
}
.scrolltoLetter{
    color: #333;
/*    text-decoration: underline;*/
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
a:hover,
.scrolltoBottom:hover,
.scrolltoLetter:hover{
    color: #333;
}


/* Buttons */
.def-btn{
/*    width: 300px;*/
    width: 100%;
    max-width: 100%;
	padding: 20px;	
	font-size: 24px;
	font-weight: 500;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0px;
    background-color: #ff6600;
}
.def-btn:after{
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 22px;
    right: 30px;
}
.def-btn:hover{
	background-color: #e65c00;
}
.def-btn:hover:after{
    right: 20px;
}



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

.header{
    margin-bottom: 35px;
    padding: 15px 0px;
    border-bottom: 1px solid #029dc8;
    background-color: #fff;
}
.adv{
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}
.header .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .review{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.header .review img{
    max-width: 80px;
}
.header .bol{
    height: 80px;
    width: 80px;
    border-radius: 40px;
    background: #f49722;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .text-groot{
    font-size: 40px;
}



/*==================================================
 pagina-1
==================================================*/

.pagina-1 h1.titel{
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #029dc8;
    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%);
}


.pagina-1 h1.titel:after,
.pagina-1 h1.titel:before {
	top: 100%;
	left: 75%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pagina-1 h1.titel:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #029dc8;
	border-width: 17px;
	margin-left: -17px;
}
.pagina-1 h1.titel:after{
    border-color: rgba(0, 0, 0, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}


.pagina-1 .subtitel{
    margin-bottom: 25px;
    line-height: 175%;
}
.pagina-1 .bullet{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.pagina-1 .bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #029dc8;
}


.maps-holder{
    margin-bottom: 25px;
    border: 5px solid #fff;
/*    border-radius: 10px;*/
    -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%);
}
/*
.maps-header{
    padding: 22px 10px 19px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
*/
#googleMaps{    
    height: 250px;
    overflow: hidden;
/*    border-radius: 0 0 10px 10px;*/
/*    border-radius: 10px 10px 0 0;*/
    cursor: default !important;
}
#googleMaps > div{
    height: 110% !important;
}
.maps-footer{
    padding: 20px 10px;
    background-color: #fff;
/*    border-radius: 0 0 10px 10px;*/
}


/* Modal - Helaas */
#helaas .modal-header{
    padding: 0px;
    border: none;
}
#helaas .close{
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    z-index: 999;
}
#helaas p{
    margin: 0 auto;
    padding: 50px 0px;
    width: 380px;
    max-width: 100%;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 140%;
}

.testimonials{
    padding: 20px;
    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%);
}
.testimonials h3{
    font-family: 'Poppins', sans-serif;
}
.testimonials p.grijs{
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}



/* Form */
.form-container{
    border-radius: 10px;
    -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%);
}
.form-header{
    position: relative;
    padding: 25px 15px 0;
    background-color: #029dc8;
}
.form-header h2{
    font-size: 26px;
    line-height: 140%;
}
.form-header h4{
    font-size: 24px;
    line-height: 140%;
}
.form-content{
	padding: 25px 15px 15px;
    background-color: #029dc8;
    background: -moz-linear-gradient(top,  #029dc8 0%, #19b8e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #029dc8 0%,#19b8e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #029dc8 0%,#19b8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029dc8', endColorstr='#19b8e8',GradientType=0 ); /* IE6-9 */  
}

.optin{
    margin-top: 20px;
    font-size: 12px;
    line-height: 140%;
}
.optin a{
    color: #fff !important;
}

/*Bol*/
.bol-cta{
    position: absolute;
    top: -50px;
    right: -165px;
    width: 190px;
    height: 190px;
    padding: 55px 10px 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ff8c00;
    z-index: 1;
    
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    
    transform: rotate(5deg) translateZ(0);
    backface-visibility: hidden;
}
.bol-cta h3{
    line-height: 120%;
    font-size: 22px;
    margin-bottom: 2px;
}
.bol-cta:before {
    backface-visibility: hidden;
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #ff8c00;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 3s infinite;
}
@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    75% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}



/*==================================================
 pagina-2
==================================================*/

.pagina-2 .content-container{
    padding-bottom: 30px;
}



/* Extra vraag bedankpagina */
.pagina-2 p.bullet{
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
/*    color: #fff;*/
}
.pagina-2 p.bullet:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    color: #FF7700;
}
.pagina-2 .checkbox label {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}
.pagina-2 .checkbox label::after {
    content: '';
    display: table;
    clear: both;
}
.pagina-2 .checkbox .cr {
    position: absolute;
    margin-top: 3px;
/*    left: 15px;*/
    left: 0;
    display: inline-block;
    border: 1px solid #000;
    background-color: #fff;
    width: 16px;
    height: 16px;
    margin-right: .5em;
}
.pagina-2 .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 50%;
    left: 10%;
    color: #1dace4;
}
.pagina-2 .checkbox label input[type="checkbox"] {
    margin-left: -30px;
    opacity: 0;
}
.pagina-2 .checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}
.pagina-2 .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}
.pagina-2 .checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}



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

.footer{
	margin-top: 75px;
    padding: 25px 0;
    background-color: #1676d7;
}
.voorwaarden-row{
    margin-top: 20px;
}
.voorwaarden-row a,
.voorwaarden-row a:link,
.voorwaarden-row a:visited,
.voorwaarden-row a:hover,
.voorwaarden-row a:active,
.voorwaarden-row a:focus{
    color: #000;
    text-decoration: underline;
}



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


@media only screen and (max-width: 1299px){    
	
    .bol-cta{
        position: relative;
        transform: none;
        height: auto;
        width: auto;
        top: auto;
        right: auto;
        box-shadow: none;
        padding: 8px;
        margin-bottom: 15px;
        border-radius: 0px;
    }
    .bol-cta h3{
        font-size: 18px;
    }
    .bol-cta:before{
        animation: none;
    } 
		
}


@media only screen and (max-width: 991px) {
    
    .header {
        margin-bottom: 30px;
    }
    h1.titel{
        font-size: 26px;
    }
    
    .form-header {
        padding: 20px 15px 0;
    }
    .form-header h4 {
        font-size: 18px;
    }
    
    .form-content {
        padding: 20px 15px 15px;
    }
    
}


@media only screen and (max-width: 767px) {
	
    .header {
        margin-bottom: 25px;
    }
    h1.titel{
        font-size: 22px;
    }
    
    /* Pagina 2 */
    .pagina-1 h1.titel {
        margin-bottom: 25px;
        padding: 15px;
    }
    .pagina-1 h1.titel:after, .pagina-1 h1.titel:before {
        left: 50%;
    }
    
    #googleMaps{
        display: none;
    }
    .maps-holder {
        margin-bottom: 15px;
    }
    .maps-header {
        border-bottom: none;
    }
    .pagina-1 .bullet:first-child {
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .header {
        margin-bottom: 20px;
    }
    h1.titel{
        font-size: 18px;
    }
    .form-header h4 {
        font-size: 16px;
    }
    
    .def-btn:after {
        right: 30px;
    }
    .def-btn:hover:after {
        right: 20px;
    }
    
}