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

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


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


/* 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: #fff;
    border-radius: 5px;
    margin: 10px auto 0px;
/*    background-color: #e76863;*/
/*    background-color: #ff6600;*/
    background-color: #4daa55;
}
.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;
    background-color: #fff;
    border-bottom: 1px solid #f07d00;
}
.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;
}

.transparent{
    opacity: 0.25;
}


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

.pagina-1 {
    background: url(../img/background.png) 30% bottom;
    background-repeat: no-repeat;
    background-size: 650px;
}
.pagina-1 h1.titel{
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #f07d00;
    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: #f07d00;
	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: #f07d00;
}

.logo-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-holder .logo {
    width: 179px;
}
.logo-holder .sterren {
    width: 120px;
}

.head-tekst {
    font-size: 20px;
}

/* 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%);
}
.testimonials{
    position: relative;
    padding: 25px 35px 10px;
    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%);
}
.form-content h2{
    font-size: 26px;
    line-height: 140%;
}
.testimonials h4{
    font-size: 22px;
    line-height: 140%;
    padding-bottom: 20px;
    border-bottom: 1px solid #f07d00;
}

.review {
    background-color: #fff;
    padding: 30px 100px 60px 40px;
    position: relative;
    border-radius: 5px;
    min-height: 185px;
}
.review .xs {
    position: absolute;
    bottom: 20px;
}
.review .sterren {
    position: absolute;
    right: 30px;
}
.form-content{
	padding: 25px 35px 15px;
    background-color: #FFF6ED;
}

.optin{
    margin-top: 20px;
    font-size: 12px;
    line-height: 140%;
}
.optin a{
    color: #000 !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){    
	
    .review {
        min-height: 225px;
    }
		
}


@media only screen and (max-width: 991px) {
    
    h1.titel{
        font-size: 26px;
    }
    
    .form-content h2 {
        font-size: 24px;
    }
    .testimonials {
        padding: 20px 15px 10px;
    }
    .testimonials h4 {
        font-size: 18px;
    }
    
    .form-content {
        padding: 20px 15px 15px;
    }
    .review {
        min-height: 205px;
        padding: 50px 40px 60px 20px;
    }
    .review .sterren {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    
}


@media only screen and (max-width: 767px) {
    
    .pagina-1 {
        background: none; 
    }
    .header {
        margin-bottom: 20px;
    }
    .logo-holder .logo {
        width: 150px;
    }
    .logo-holder .sterren {
        width: 100px;
    }
    .logo-holder p {
        font-size: 14px;
    }
    h1.titel{
        font-size: 22px;
    }
    
    /* Pagina 2 */
    .pagina-1 h1.titel {
        margin-bottom: 25px;
        padding: 15px;
        font-size: 17px;
    }
    .pagina-1 h1.titel:after, .pagina-1 h1.titel:before {
        left: 50%;
    }
    
    .form-container,
    .testimonials,
    .titel {
        max-width: 100%;
        width: 580px;
        margin: 0 auto 20px;
    }
    .pagina-1 .bullet:first-child {
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    h1.titel{
        font-size: 18px;
    }
    .testimonials h4 {
        font-size: 16px;
    }
    .head-tekst {
        text-align: center;
    }
    .def-btn:after {
        right: 30px;
    }
    .def-btn:hover:after {
        right: 20px;
    }
    
}