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

html{
    height: 100%;
}
body{
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #222;
    background-color: #fff;
}



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

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


p.text-klein{
    font-size: 12px !important;
}

/* Buttons */
.prelander-btn{
    margin-left: 0;
    max-width: 73%;
	color: #fff;
	border-radius: 5px;
    padding: 16px 35px 16px 10px;
	
	font-size: 20px;
	font-weight: 500;
    line-height: 140%;
    
    -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;
}
.prelander-btn:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: .8em;
}
.prelander-btn:hover{
    background-color: #ff8800;
}
.prelander-btn:hover:after{
	right: 10px;
}



/*==================================================
 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: 320px;
}

.header-beeld{
    margin-bottom: 15px;
    border-radius: 15px;
}
.bol{
    position: absolute;
    top: 20px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;
    width: 175px;
    padding: 15px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #4cae32;
}
.gepubliceerd-border{
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.gepubliceerd i{
    margin-right: 8px;
}

/* Social shares */
.deel-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 10px;
    margin-top: 40px;
}
.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;
}

/* Content */
.content-container{
	background-color: #fff;
    padding: 35px 0px 50px;
}
.content-container h2{
    font-size: 26px;
	line-height: 140%;
}
.content-container p{
    font-size: 16px;
    line-height: 180%;
}

.actie-blok{
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #ff7700;
    cursor: pointer;
}

p.bullet{
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
/*    font-size: 14px;*/
}
p.bullet:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    color: #59B441;
    font-weight: 600;
}


/* Divider */
.divider{
    padding: 25px 0px 20px;
    color: #fff;
    background-color: #1dace4;
}
.divider h2{
    font-size: 22px;
}
.divider h2 i{
    font-size: 52px;
}


.scrolltobottom,
.gotosite{
    color: #28BAD5;
    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,
.scrolltobottom:focus,
.gotosite:hover,
.gotosite:focus{
    color: #1cc8e8;
}
.divider .scrolltobottom{
    color: #fff;
}
.divider .scrolltobottom:hover{
    color: #fff;
}

/*
.letters{
    display: inline-block;
    font-size: 18px;
}
.letter_scrollto, .scrollto_disabled{
    margin-bottom: 2px;
    display: inline-block;
    width: 25px;
    text-align: center;
    border-right: 1px solid #42b99f;
    border-right: 1px solid #999;
}
.letter_scrollto:last-child, .scrollto_disabled:last-child{
    border-right: none;
}
.letter_scrollto{
    color: #4cae32;
    cursor: pointer;
}
.letter_scrollto:hover{
    font-weight: 700;
}
.scrollto_disabled{
    color: #bbb;
}

.plaatsen-holder {
    column-count: 3;
    column-gap: 15px;
}
.gemeente-link{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding: 4px 8px;
    color: #222;
    line-height: 140%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;	
}
.gemeente-link:hover{
    color: #4cae32;
    text-decoration: none;
    background-color: #f9f9f9;
}
.content-container .bottom h5{
	line-height: 120%;
}
.plaatsen h5{
    margin: 15px auto 5px;
    margin: 24px auto 5px;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
    background-color: #4cae32;
}
*/
.letters{
    font-size: 18px;
}
.letter_scrollto,
.scrollto_disabled{
    margin-bottom: 2px;
    display: inline-block;
    width: 25px;
    text-align: center;
    border-right: 1px solid #999;
}
.letter_scrollto:last-child, .scrollto_disabled:last-child{
    border-right: none;
}
.letter_scrollto{
    color: #106FB1;
    cursor: pointer;
}
.letter_scrollto:hover{
    font-weight: 700;
}
.scrollto_disabled{
    color: #bbb;
}

.plaatsen-holder {
    column-count: 3;
    column-gap: 15px;
}
.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;
}
.gemeente-link:after{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #4FAE32;
    opacity: 0.15;
    
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
.gemeente-link:hover{
    padding-left: 13px;
    padding-right: 25px;
    color: #4FAE32;
    text-decoration: none;
    font-weight: 600;
    border-color: #4FAE32;
}
.gemeente-link:hover:after{
    opacity: 1;
    right: 0px;
}
.plaatsen h5{
    margin: 24px auto 5px;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
    background-color: #4FAE32;
}


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

/* LOADER */
#loader{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 26px;
    border-radius: 15px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
}
#layer{
    position: absolute;
    background: #4cae32;
    width: 0%;
    height: 100%;
    border-radius: 15px;
}
#counter{
    font-size: 18px;
    width: 1%;
    text-align: right;
}


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


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


@media only screen and (max-width: 991px) {
    
    .prelander-btn {
        max-width: 100%;
    }
    .bol{
/*
        position: relative;
        width: auto;
        height: auto;
        top: auto;
        right: auto;
        padding: 5px;
        border-radius: 5px;
*/
    }

}


@media only screen and (max-width: 767px) {
	
    .header{
        padding: 20px 0px;
    }
    .bol {
        top: 10px;
        right: 20px;
        height: 135px;
        width: 135px;
        padding: 10px;
    }
    .bol h4{
        font-size: 15px;
    }
    
    .content-container {
        padding: 20px 0px 30px;
    }
    .content-container h1{
        font-size: 30px;
    }
    .content-container h2{
        font-size: 24px;
    }    
    .gepubliceerd{
        margin-top: 4px;
    }
    
    .plaatsen-holder{
        column-count: 2;
    }
    
}

@media only screen and (max-width: 479px) {
    
    .header{
        padding: 20px 0px 15px;
    }
    .bol {
        top: 10px;
        right: 10px;
        height: 105px;
        width: 105px;
    }
    .bol h4{
        font-size: 13px;
    }
    
    .content-container {
        padding: 15px 0px 25px;
    }
    .content-container h1 {
        font-size: 22px;
    }
    .content-container h2 {
        font-size: 18px;
    }
    .lijn.mar-bot-25, p.mar-bot-25{
        margin-bottom: 20px !important;
    }
    
    .divider{
        padding: 15px 0px 5px;
    }
    .divider h2{
        font-size: 14px;
    }
    .divider h2 i{
        font-size: 46px;
    }
    
    .plaatsen-holder{
        column-gap: 10px;
    }
    .actie-blok p{
        font-size: 14px;
    }
    .letters{
        font-size: 14px;
    }
    .letter_scrollto, .scrollto_disabled{
        width: 22px;
    }
    
}