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

html{
    height: 100%;
}
body{
	min-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #111;
    background: linear-gradient(to right, #fbf9e4, #abc0d1);
}


/*==================================================
 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: #3c92ca;}
.geel{color: #ffb400;}
.geel-grijs{
    background: linear-gradient( to right, #ffb400 0%, #ffb400 50%, #999 50%, #999 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.grijs{color: #999;}
.lichtgrijs{color: #ddd;}


/* Tekst */
h1.titel{
    font-size: 30px;
    line-height: 120%;
}
h5{font-size: 18px;}
p{font-size: 16px;}
p.tekst{
    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;
}
a:hover,
.scrolltoBottom:hover,
.scrolltoLetter:hover{
    color: #333;
}


/* Buttons */
.def-btn{
    width: 100%;
    max-width: 100%;
	padding: 20px;	
	font-size: 24px;
	font-weight: 500;
    color: #fff;
    border-radius: 5px;
    margin: 10px auto 0px;
    background-color: #5aa926;
}
.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: #73c23f;
}
.def-btn:hover:after{
    right: 20px;
}
.pagina-1,
.pagina-2{
    background-color: #fff;
    padding: 0px 45px;
}


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

.header{
    margin-bottom: 35px;
}
.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;
}
.header-regel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid #000;
}
.adv{
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}



/*==================================================
 Content Section
==================================================*/

.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: #3c92ca;
}

/* Checkbox */
.checkbox-inline{
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
}
label.checkbox-inline {
    padding-left: 30px;
    padding-right: 25px;
    font-size: 14px;
}

.testimonials{
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    min-height: 210px;
}
.testimonials .fa-star{
    margin-right: 2px;
}
.testimonials p.grijs{
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.testimonials p.grijs:last-of-type{
    padding-bottom: 0px;
    border-bottom: none;
}


.titel{
    position: relative;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #ec681c;
}
.titel:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.titel:after{
    border-color: rgba(0, 0, 0, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
    z-index: 1;
}

/* Bol */
.bol{
    position: absolute;
    top: 120px;
    left: 0;
    width: 180px;
    height: 180px;
    padding: 40px 15px 10px;
    z-index: 10;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ff8c00;
    
    -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 p{
    font-size: 24px;
    line-height: 120%;
}

.content-section{
    background: url(../img/header-img.jpg) -40px 200px no-repeat;
}


/* 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;
    background-color: #3c92ca;
}
.form-header::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.form-header:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #3c92ca;
	border-width: 17px;
	margin-left: -17px;
}
.form-header h2{
    font-size: 26px;
    line-height: 140%;
}
.form-header h4{
    font-size: 22px;
    line-height: 140%;
}
.form-content{
	padding: 25px 15px 15px;
    background-color: #fac917;
}

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



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

.bedankt-pagina{
    min-height: 690px;
}



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

.footer{
    padding: 25px 0;
}
.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) {
    
    .pagina-1,
    .pagina-2{
        padding: 0px 25px;
    }
    
    .header {
        margin-bottom: 30px;
    }
    h1.titel{
        font-size: 26px;
    }
    
    .form-header {
        padding: 20px 15px;
    }
    .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-1 h1.titel {
        padding: 15px;
    }
    
    .pagina-1 .bullet:first-child {
        margin-top: 30px;
    }
    .bol {
        position: relative;
        top: 0;
        right: 0;
        margin: 10px 0px;
        width: auto;
        max-width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 0;
        transform: rotate(0deg);
        
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;        
    }
    .testimonials{
        min-height: auto;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .pagina-1,
    .pagina-2{
        padding: 0px 10px;
    }
    
    .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;
    }
    
}