/*==================================================
 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;
    overflow-x: hidden;
}



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

/* 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 */
.blauw{color: #00346a;}
.grijs{color: #999;}
.groen{color: #6dc018;}
.oranje {color: #ff9900;}


/* Tekst */
.fs12{
    font-size: 12px !important;
}
p.bullet{
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
}
p.bullet:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    color: #6dc018;
    font-weight: 600;
}
h2{
    font-size: 26px;
	line-height: 140%;
}
h3 {
    font-size: 21px;
    line-height: 140%;
}

.scrolltobottom{
    color: #2c85c4;
    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;
}
.scrolltobottom: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;
}


/* Header */
.header{
    padding: 15px 0px;
    background-color: #fff;
}
.adv{
    font-size: 12px;
    color: #999;
}
.header .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header .logo{
    max-width: 250px;
}
.gepubliceerd i{
    margin-right: 8px;
}


/* Header beeld */
.header-beeld-holder{
    position: relative;
    cursor: pointer;
    background: url(../img/header.png) center center no-repeat #f06101;
    background-size: 100%;
    padding-bottom: 0;
    height: 472px;
}
.header-beeld-holder .container{
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.header-beeld-holder h1{
    padding-bottom: 20px;
    font-size: clamp(1.063rem, 0.646rem + 1.753vw, 2.75rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}



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

/* Content */
.content-container{
    margin-top: -4em;
    margin-bottom: 20px;
	background-color: #fff;
    padding: 50px 100px;
    
    -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 p{
    font-size: 16px;
    line-height: 180%;
}
.quote-holder {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}


/* Gemeenten */
.content-container .letter_scrollto, .content-container .scrollto_disabled{
    margin-bottom: 2px;
    display: inline-block;
    width: 25px;
    text-align: center;
    border-right: 1px solid #999;
}
.content-container .letter_scrollto:last-child, .content-container .scrollto_disabled:last-child{
    border-right: none;
}
.content-container .letter_scrollto{
    color: #2c3538;
    cursor: pointer;
}
.content-container .letter_scrollto:hover{
    font-weight: 700;
}
.content-container .scrollto_disabled{
    color: #bbb;
}
.content-container .letter-holder h5{
    color: #005b36;
    background-color: #e5eeeb;
}
.content-container .plaatsen-holder {
    column-count: 3;
    column-gap: 15px;
}
.content-container .gemeente-link{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 30px 8px 8px;
    color: #222;
    line-height: 140%;
    border-bottom: 1px solid #ccc;
    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;
}
.content-container .gemeente-link:after{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #2c3538;
    opacity: 1;
    
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
.content-container .gemeente-link:hover{
    padding-left: 13px;
    padding-right: 25px;
    color: #ff5700;
    text-decoration: none;
    font-weight: 600;
    border-color: #ff5700;
}
.content-container .gemeente-link:hover:after{
    opacity: 1;
    right: 0px;
    color: #ff5700;
    font-weight: 600;
}
.content-container .plaatsen h5{
    margin: 24px auto 5px;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
    background-color: #6dc018;
}


/* Social shares */
.deel-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #b7b7b7;
    padding: 10px;
}
.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;
    
    -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;
}
.footer p{
    font-size: 12px;
}



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

@media only screen and (max-width: 1920px){    
    
    .header-beeld-holder{
        height: 0;
        padding-bottom: 24.583%; /* bg image H / W * 100 */
        background-size: cover;
    }
    
    .content-container {
        margin-top: -2em;
        padding: 40px 60px;
    }
    
}

@media only screen and (max-width: 1199px){ 
    
    .content-container {
        margin-top: -1em;
        padding: 40px 60px;
    }
		
}


@media only screen and (max-width: 991px) {
    
    h1{font-size: 30px;}
    
    .content-container {
        padding: 30px 50px;
    }
    .content-container .plaatsen-holder{
        column-count: 2;
    }
    .content-container .letters{
        font-size: 14px;
    }
    .content-container .letter_scrollto, .content-container .scrollto_disabled{
        width: 20px;
    }

}


@media only screen and (max-width: 767px) {
    
    h1{font-size: 26px;}
    h2{font-size: 22px;}
    h3{font-size: 18px;}
    
    .header .logo{
        max-width: 150px;
    }
    
    .header-beeld-holder {
        background-image: url(../img/header-mob.png);
        padding-bottom: 40.781%; /* bg image H / W * 100 */
        background-position: 90% center;
    }
    
    .content-container {
        padding: 20px 25px;
    }
    
}


@media only screen and (max-width: 479px) {
    
    h1{font-size: 20px;}
    h2{font-size: 18px;}
    h3{font-size: 18px;}
    
    .header .adv{
        font-size: 11px;
    }
    
    .content-container {
        padding: 15px 15px 25px;
    }
    
    .content-container .plaatsen-holder{
        column-gap: 10px;
        column-count: 1;
    }
    
}