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

html{
    height: 100%;
}
body{
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #222;
    background-color: #fff;
}
.mar-bot-35{
    margin-bottom: 35px;
}


/*==================================================
 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: 250px;
    max-width: 100%;
}
#form-modal .modal-content{
    border-radius: 10px;
    border: none;
}
#form-modal .modal-body{
    border-radius: 0 0 10px 10px;
    background-color: #00aced;
}
#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%;
}
#loader p.loader{
    font-size: 50px;
}


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

/* Kleuren */
.grijs{color: #999;}
.ccblauw{color: #0a6eb0;}
.ccgroen{color: #4fae32;}


/* Text */
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);
    color: #006bbb;
    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: #fff;
	border-radius: 30px;
    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: #ff7700;
}
.camp-btn:after{
    position: absolute;
    top: 26px;
    top: calc(50% - 10px);
    right: 15px;
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
}
.camp-btn:hover{
    background-color: #ff8800;
}
.camp-btn:hover:after{
	right: 10px;
}

.rev-btn{
	color: #fff;
	border-radius: 30px;
    padding: 16px 10px 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: #ff7700;    
}
.rev-btn:hover{
    background-color: #ff8800;
}



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

/* Header */
.header{
    padding: 25px 0px;
    border-bottom: 1px solid #b7b7b7;
}
.header .adv{
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}
.header .logo{
    width: 160px;
}
.header .ism{
    margin: 0px 15px;
}
.header .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-beeld{
    margin-bottom: 15px;
    border-radius: 15px;
}
.gepubliceerd-border{
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.gepubliceerd i{
    margin-right: 8px;
}


/* Content */
.content-container{
	background-color: #fff;
    padding: 35px 0px 50px;
}
.content-container h2{
    font-size: 26px;
	line-height: 140%;
}
.content-container h3{
    font-size: 22px;
	line-height: 140%;
}
.content-container p{
    font-size: 16px;
    line-height: 180%;
}
.actie-blok{
    padding: 15px 25px;
    color: #fff;
    border-radius: 15px;
    background-color: #4fae32;
    cursor: pointer;
}

/* Reviews */
.rev-col{
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.rev-body{
    min-height: 151px;
    margin: 20px 0px;
}
.rev-body p{
    font-size: 14px;
}
.bol{
    position: absolute;
    top: -30px;
    right: -20px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    padding: 17px 0px;
    background-color: #65ae32;
    text-align: center;
}
.bol p{
    line-height: 120%;
    font-size: 14px;
}

/* Social shares */
.deel-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 10px;
}
.header .share{
    margin-top: 5px;
}
.jssocials-shares{
    margin: 0 !important;
    text-align: right;
}
.jssocials-share {
    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{
	padding: 25px 0px;
    border-top: 1px solid #b7b7b7;
    background-color: #f5f5f5;
}
.footer p{
    font-size: 12px;
}



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


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


@media only screen and (max-width: 991px) {
    
    
    .rev-body{
        min-height: auto;
    }

}


@media only screen and (max-width: 767px) {
	
    .header{
        padding: 20px 0px;
    }
    
    .content-container {
        padding: 20px 0px 30px;
    }
    .content-container h1{
        font-size: 29px;
    }
    .content-container h2{
        font-size: 24px;
    }    
    .gepubliceerd{
        margin-top: 4px;
    }
    
    .postcodecheck {
        padding: 25px 20px 30px;
    }
    #form-modal .modal-body {
        padding: 0px;
    }
    .bol{
        top: -70px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .header{
        padding: 20px 0px 15px;
    }
    .header .adv{
        font-size: 11px;
    }
    .camp-btn{
        font-size: 16px;
    }
    .content-container {
        padding: 15px 0px 25px;
    }
    .content-container h1 {
        font-size: 22px !important;
    }
    .content-container h2 {
        font-size: 18px;
    }
    
    p.mar-bot-25, ul.mar-bot-25{
        margin-bottom: 20px !important;
    }
    
    .postcodecheck {
        padding: 20px 15px;
    }
    
}