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

html{
    height: 100%;
    font-size: 16px;
}
body{
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #222;
    background-color: #f6f9fc;
}



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

.form-control {
	border-radius: 5px;
    border-color: #fff;
	height: 50px;
    font-size: 16px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}
.FlowupLabels .fl_label {
    top: 15px;
    font-size: 16px;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 6px;
}
.FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
    right: 0px !important;
    top: 8px !important;
}
.form-control.fl_input {padding: 18px 12px 4px 10px;}

#success_message,
.help-block{
    display: none !important;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 12px;
}



/*==================================================
 Modals
==================================================*/

#form-modal .logo{
    width: 150px;
    max-width: 100%;
}
#form-modal .modal-content{
    border-radius: 10px;
    border: none;
}
#form-modal .modal-body{
    border-radius: 0 0 10px 10px;
    background-color: #3956cf;
}
#form-modal .postcodecheck {
    margin-bottom: 0px !important;
    border-radius: 0 0 10px 10px;
}
#form-modal .postcodecheck p{
    font-size: 16px;
    line-height: 180%;
}


/* Loader modal */
#loader .modal-content{
    border: none;
    border-radius: 15px;
}
#loader .modal-body{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#loader .modal-body p{
    font-size: 16px;
    line-height: 140%;
}



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

/* Kleuren */
.oranje{color: #f67756;}
.grijs{color: #999;}


/* Tekst */
p.text-klein{
    font-size: 12px !important;
}
p.bullet{
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}
p.bullet:before {
    position: absolute;
    left: 0;
    top: 0;
/*    content: attr(data-number);*/
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    color: #f67756;
    font-weight: 600;
}


/* Open popup links */
.open-popup{
    color: #00aced;
    text-decoration: underline;
    cursor: pointer;
    
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    transition: color 250ms ease;
}
.open-popup:hover{
    color: #0087ba;
}


/* Buttons */
.camp-btn{	
	color: #000;
	border-radius: 5px;
    padding: 16px 30px 16px 10px;
	
	font-size: 20px;
	font-weight: 500;
    
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    
	cursor: pointer;
    background: #ffb400;
}
.camp-btn:after{
    position: absolute;
    top: 26px;
    top: calc(50% - 10px);
    right: 15px;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.2em;
}
.camp-btn:hover{
    background-color: #ffc600;
}
.camp-btn:hover:after{
	right: 10px;
}



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

/* Header */
.header{
    padding: 15px 0px;
    background-color: #fff;
}
.adv{
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}
.header .logo{
    width: 150px;
}
.header .gepubliceerd{
    margin-top: 5px;
}


/* Header beeld */
.header-beeld-holder{
    position: relative;
    cursor: pointer;
    background: url(../img/header_wide.jpg) center center no-repeat #e9e9e9;
    background-size: 100%;
    padding-bottom: 0;
    height: 500px;
}
.header-beeld-holder .container{
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header-bg{
    display: inline-block;
    padding: 6px 12px;
    margin-left: -15px;
    background-color: rgba(255,255,255,0.5);    
}
.header-beeld-holder h2{
    font-size: clamp(0.75rem, 0.55rem + 1vw, 1.75rem);
}
.header-beeld-holder h1{
    font-size: clamp(0.875rem, 0.4rem + 2.375vw, 3.25rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 10%;
}


/* Content */
.content-container{
    margin-top: -20px;
    margin-bottom: 20px;
	background-color: #fff;
    padding: 50px 100px 0;
    
    -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%);
}
.content-container h2{
    font-size: 26px;
	line-height: 140%;
}
.gepubliceerd i{
    margin-right: 8px;
}
.content-container p{
    font-size: 16px;
    line-height: 180%;
}

.form-blok{
    padding: 10px 0;
    margin: 0 -100px;
    background-color: #3956cf;
}
.postcodecheck{
    padding: 25px 40px 30px;
    border-radius: 15px;
}


/* Social shares */
.deel-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #b7b7b7;
/*    border-radius: 5px;*/
    padding: 10px;
}
.jssocials-shares{
    margin: 0 !important;
    text-align: right;
}
.jssocials-share {
/*    margin: 0 !important;*/
    margin-right: 5px !important;
    display: inline-block;
    vertical-align: top;
}
.jssocials-share:last-child {
    margin: 0 !important;
}
.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 14px !important;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link{
    display: inline-block;    
    padding: .45em .5em !important;
    width: 28px;
    height: 28px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #fff !important;
/*    border-radius: 5px;*/
    
    -webkit-transition: background 200ms ease-in-out,
        border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out,
        border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
    color: #fff;
}
.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998; }
        .jssocials-share-facebook .jssocials-share-link:hover {
            background: #6c77aa; }
.jssocials-share-twitter .jssocials-share-link {
    background: #00aced; }
        .jssocials-share-twitter .jssocials-share-link:hover {
            background: #67b7ef; }
.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6; }
        .jssocials-share-linkedin .jssocials-share-link:hover {
            background: #5191c2; }
.jssocials-share-email .jssocials-share-link {
    background: #000000; }
        .jssocials-share-email .jssocials-share-link:hover {
            background: #333333; }
.jssocials-share-whatsapp .jssocials-share-link {
    background: #25D366;
}


/* Footer */
.footer{
    margin-top: 20px;
	padding: 15px 0px;
/*    border-top: 1px solid #b7b7b7;*/
/*    background-color: #fff;*/
}
.footer p{
    font-size: 12px;
}



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

@media only screen and (max-width: 1920px){    
    
    .header-beeld-holder{
        height: 0;
        padding-bottom: 26.04%; /* bg image H / W * 100 */
        background-size: cover;
    }
    
}


@media only screen and (max-width: 1199px){    
	
    
		
}


@media only screen and (max-width: 991px) {
    
    .content-container {
        padding: 30px 50px 0;
    }
    .form-blok {
        margin: 0 -50px;
    }

}


@media only screen and (max-width: 767px) {
	
    .content-container {
        padding: 20px 25px 0;
    }
    .content-container h1{
        font-size: 29px;
    }
    .content-container h2{
        font-size: 24px;
    }
    .content-container h3{
        font-size: 20px;
    }
    .form-blok {
        margin: 0 -25px;
    }
    p.bullet.mar-bot-50{
        margin-bottom: 25px !important;
    }
    .postcodecheck {
        padding: 25px 20px 30px;
    }
    #form-modal .modal-body {
        padding: 0px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .header .adv{
        font-size: 11px;
    }
    
    .content-container {
        padding: 15px 15px 25px;
    }
    .content-container h1 {
        font-size: 21px !important;
    }
    .content-container h2 {
        font-size: 18px;
    }
    .content-container h3 {
        font-size: 18px;
    }
    
    .form-blok {
        margin: 0 -15px;
    }
    .postcodecheck {
        padding: 20px 10px;
    }
    
}