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

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


/*==================================================
 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: #2290a7;}
.rood{color: #de0000;}
.geel{color: #ffb400;}
.grijs{color: #999;}
.lichtgrijs{color: #ddd;}


/* 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;*/
    color: #000;
    border-radius: 5px;
    margin: 10px auto 0px;
/*    background-color: #e76863;*/
/*    background-color: #ff6600;*/
    background-color: #ffb400;
}
.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: #ed1212;*/
/*	background-color: #c83934;*/
/*	background-color: #ff8800;*/
	background-color: #ffc600;
}
.def-btn:hover:after{
    right: 20px;
}



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

.header{
    margin-bottom: 35px;
    padding: 15px 0px;
    border-bottom: 1px solid #2290a7;
    background-color: #fff;
}
.header .flex{
    display: flex;
    align-items: center;
}
.header .lel-logo{
    width: 200px;
}
.header .flex p{
    padding: 0 15px;
}
.header .flex div:nth-child(3){
    width: 50%;
    max-width: 200px;
}
.adv{
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}



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

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


.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;*/
}
/*
.prijs-holder{
    margin-top: 10px;
    min-height: 80px;
    padding: 10px;
    background-color: #0000a4;
}
.prijs-holder h5{
    position: relative;
    padding-left: 70px;
}
.prijs-holder h5:before{
    content: url(../img/bol-logo60s.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
*/

.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 .fa-star{
    margin-right: 2px;
}
.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: #2290a7;
}
.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: #2290a7;
}

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



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

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



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

.footer{
	margin-top: 75px;
    padding: 25px 0;
    background-color: #fff;
}
.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: 1199px){    
	
    
		
}


@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;
    }
    
}