/*==================================================
 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: #333;
	background-color: #ccc;
}


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

.has-feedback .form-control {
    padding-right: 5px !important;
}
i.form-control-feedback.glyphicon.glyphicon-refresh,
i.form-control-feedback.glyphicon.glyphicon-remove,
i.form-control-feedback.glyphicon.glyphicon-ok {
/*    right: 15px !important;*/
    right: 0px !important;
    top: 4px !important;
}
select~ i.form-control-feedback.glyphicon.glyphicon-refresh,
select~i.form-control-feedback.glyphicon.glyphicon-remove,
select~i.form-control-feedback.glyphicon.glyphicon-ok {
    right:10px !important;
}
/*
.gender.has-feedback.has-success,
.gender.has-feedback.has-error{
    padding-left: 30px;
}
.gender i.form-control-feedback.glyphicon.glyphicon-remove, 
.gender i.form-control-feedback.glyphicon.glyphicon-ok{
    top: 0px !important;
    left: 0 !important;
}
*/
.form-control.fl_input {padding: 17px 12px 3px 16px;}
.FlowupLabels .fl_label {
    top: 12px;
    left: 18px;
}
.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 {
	border-radius: 0px;
	height: 44px;
}



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

/* Kleuren */
.zwart{color: #000;}
.wit{color: #fff;}
.blauw{color: #006bbb;}
.rood{color: #de0000;}
.grijs{color: #333; /* tekst */}
.lichtgrijs{color: #ddd; /* footer tekst */}


/* Tekst */
h1.titel{
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}
h2.subtitel{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
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;
    max-width: 100%;
	padding: 20px;	
	font-size: 24px;
	font-weight: 500;
    color: #fff;
/*    border-radius: 5px;*/
    margin: 10px auto 0px;
    background-color: #e76863;
    background-color: #ff6600;
}
.def-btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 22px;
    right: 50px;
}
.def-btn:hover{
/*	background-color: #ed1212;*/
	background-color: #c83934;
	background-color: #ff8800;
}
.def-btn:hover:after{
    right: 35px;
}



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

.header{
    margin-bottom: 10px;
}
.header-inner{
    padding: 15px 40px 0px;
    height: 42px;
    background-color: #fff;
}
.header .logo{
    position: absolute;
    z-index: 10;
}
.header .bk-logo{
    position: absolute;
    top: 40px;
    left: 10px;
    width: 100px;
    z-index: 15;
}
.header h3{
    font-size: 20px;
    color: #8e8e8e;
}
.header p{
    font-size: 12px;
    color: #ccc;
}



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

.content-container{
    padding: 50px 40px 40px;
	background-color: #fff;    
}
.gepubliceerd{
    margin-bottom: 15px;
}
.header-beeld{
    margin-bottom: 30px;
    border-top: 5px solid #006bbb;
    border-bottom: 5px solid #006bbb;
}
.border-hr{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.mar-top-5{
    margin-top: 5px;
}
.cheque{
    margin-bottom: 20px;
    width: 200px;
    transform: rotate(-5deg);
}

/* Divider */
.divider h3{
    margin: 10px auto;
    line-height: 140%;    
    padding: 15px;
    color: #fff !important;
    background-color: #006bbb;
    background-color: #015a9a;
}


/* Bottom section */
.content-container.bottom{
    padding-top: 40px;
}
.letters{
    display: inline-block;
    font-size: 16px;
}
.scrolltoLetter, .scrolltoLetter_disabled{
    margin-bottom: 2px;
    display: inline-block;
    width: 25px;
    text-align: center;
    border-right: 1px solid #999;
}
.scrolltoLetter:last-child, .scrolltoLetter_disabled:last-child{
    border-right: none;
}
.scrolltoLetter{
    color: #006bbb;
    text-decoration: none;
    cursor: pointer;
}
.scrolltoLetter:hover{
    text-decoration: underline;
}
.scrolltoLetter_disabled{
    color: #bbb;
}

.plaatsen h4{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #006bbb;
}
.gemeente-link{
    font-size: 16px;
    color: #333;
}
.gemeente-link:hover{
    color: #006bbb;
}



/*==================================================
 Pagina-2
==================================================*/

.pagina-2 .subtitel{
    margin-bottom: 25px;
    line-height: 175%;
}
.pagina-2 .bullet{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.pagina-2 .bullet:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #006bbb;
}
.optin{
    margin-top: 30px;
    font-size: 12px;
    line-height: 140%;
    color: #666;
}

.maps-holder{
    margin-bottom: 25px;
    border: 2px solid #999;
}
.maps-header{
    padding: 15px 10px;
    background-color: #fff;
    border-bottom: 2px solid #999;
    z-index: 10;
}
#googleMaps{    
    height: 250px;    
    overflow: hidden;
    cursor: default !important;
}
#googleMaps > div{
    height: 110% !important;
}

.prijs-holder h5::before {
    content: url(../img/centerparcs-logo60s.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
.prijs-holder h5 {
    position: relative;
    padding-left: 70px;
}
.prijs-holder {
    margin-top: 10px;
    min-height: 80px;
    padding: 10px;
    background-color: #00733a;
}
/* Form */
.form-container{
    margin: 0 auto;
/*    width: 540px;*/
    max-width: 100%;
}
.form-header{
    position: relative;
    padding: 15px;
    border-bottom: 2px solid #fff;
/*    background-color: #0d76c1;*/
    background-color: #33b73c;
}
.form-header:after, .form-header:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.form-header:after {
	border-color: rgba(0, 0, 0, 0);
/*	border-top-color: #0d76c1;*/
	border-top-color: #33b73c;
	border-width: 15px;
	margin-left: -15px;
}
.form-header:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 17px;
	margin-left: -17px;
}
.form-header h2{
    font-size: 17px;
    line-height: 140%;
}
.form-header h5{
    line-height: 140%;
}
.form-content{
	padding: 25px 15px 15px;
/*    background-color: #0d76c1;*/
    background-color: #999;
}



/*==================================================
 Pagina-2
==================================================*/

.pagina-2 h1.titel{
    margin-bottom: 5px;
    font-size: 32px;
}
.pagina-2 h2.subtitel{
    position: relative;
/*    margin-bottom: 35px;*/
    margin-bottom: 20px;
/*    padding-right: 150px;*/
    font-size: 18px;
}
/*
.fashion{
    position: absolute;
    top: -22px;
    right: 0;
    width: 140px;
    transform: rotate(-5deg);
    z-index: 10;
}
*/



/*==================================================
 Pagina-3
==================================================*/

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



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

.footer{
	margin-top: 10px;
}
.footer-inner{
    padding: 30px;
    background-color: #282a2b;
}
.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: #ddd;
    text-decoration: underline;
}



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


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

@media only screen and (max-width: 991px) {
    
    /* Header */
    .header-inner {
        height: 40px;
    }

}

@media only screen and (max-width: 767px) {
	
    /* Header */
    .header-inner{
        padding: 15px 20px 0px;
    }
    .header .logo {
        width: 205px;
    }
    .header .bk-logo{
        left: 215px;
        top: 40px;
        width: 90px;
    }
    
    .content-container {
        padding: 45px 20px 30px;
    }
    .content-container.bottom {
        padding-top: 20px;
    }
    h1.titel {
        font-size: 26px;
    }
    
    /* Pagina 2 */
    .pagina-2 .subtitel {
        margin-bottom: 15px;
        line-height: 120%;
    }
    #googleMaps{
        display: none;
    }
    .maps-holder {
        margin-bottom: 15px;
    }
    .maps-header {
        border-bottom: none;
    }
    .pagina-2 .bullet:first-child {
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 479px) {
    
    /* Header */
    .header-inner {
        height: 32px;
        padding: 10px 15px 0px;
    }
    .header .logo {
        width: 180px;
    }
    .header .bk-logo {
        left: 190px;
        top: 35px;
        width: 90px;
    }
    
    .content-container {
        padding: 40px 15px 20px;
    }
    h1.titel {
        font-size: 20px;
    }
    .header-beeld {
        margin-bottom: 15px;
    }
    p.tekst, h2.subtitel {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .divider h3 {
        padding: 10px;
        font-size: 18px;
    }
    
    .pagina-2 h1.titel {
        font-size: 20px;
    }
    .form-header h2 {
        font-size: 14px;
    }
    
    /* Pagina 3 */
    .pagina-3 .content-container{
        padding-bottom: 10px;
    }    
    
}