/*==================================================
 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: 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: #3C78D8;
}

#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 */
.blauw {
    color: #3C78D8;
}

.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 6 Free';
    color: #3C78D8;
    font-weight: 600;
}

.cta-holder {
    position: relative;
    background-color: #ecf3ff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
}

.img-bg{
    position: absolute;
    background: url(img-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 50%;
    height: 100%;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    opacity: 10%;
    top: 0;
    right: 0;
}

.quote-holder {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.quote-holder h3 {
    font-size: 21px;
}

.quote-holder .oranje {
    color: #ff9900;
}

.quote-holder .underline {
    text-decoration: underline;
    color: #ff9900;
}

.scrolltobottom {
    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;
}

.scrolltobottom:hover {
    color: #0087ba;
}


/* Buttons */
.camp-btn {
    color: #3C78D8;
    border-radius: 5px;
    padding: 16px 30px 16px 10px;
    width: 50%;
    margin-left: 0;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;
    background: #fff;
}

.camp-btn:after {
    position: absolute;
    top: 26px;
    top: calc(50% - 8px);
    right: 15px;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 0.7em;
}

.camp-btn:hover {
    color: #fff;
    background-color: #3C78D8;
}

.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: 250px;
}

.header .gepubliceerd {
    margin-top: 5px;
}


/* Header beeld */
.header-beeld-holder {
    position: relative;
    cursor: pointer;
    background: url(header.png) center center no-repeat #acb0bb;
    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,
.header-beeld-holder h2,
.header-beeld-holder p {
    padding: 0 0 8px;
}

.header-beeld-holder h1 {
    font-size: clamp(1.25rem, 0.825rem + 1.812vw, 3rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.header-beeld-holder h2 {
    font-size: clamp(1rem, 0.788rem + 0.906vw, 1.875rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
    line-height: 160%;
}

.header-beeld-holder p {
    font-size: clamp(1rem, 0.788rem + 0.906vw, 1.875rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}


/* 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%;
}

/* Gemeenten */
.letters {
    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: #3C78D8;
    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 6 Free";
    font-weight: 600;
    color: #3C78D8;
    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: #3C78D8;
    text-decoration: none;
    font-weight: 600;
    border-color: #3C78D8;
}

.gemeente-link:hover:after {
    opacity: 1;
    right: 0px;
}

.plaatsen {
    margin-bottom: 40px;
}
.plaatsen h5 {
    margin: 24px auto 5px;
    padding: 5px 8px;
    color: #fff;
    border-radius: 5px;
    background-color: #3C78D8;
}


/* 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;
	margin-bottom: 20px;
}

.header-bg{
    background: rgb(255, 255, 255, 0.35);
    padding: 0.7% 1.5%;
}



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

}

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

    .header-beeld-holder {
        padding-bottom: 35%;
    }

    .header-beeld-holder h1,
    .header-beeld-holder h2,
    .header-beeld-holder p {
        padding: 0 0 4px;
    }

    .content-container {
        margin-top: -1em;
    }

}


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

    .content-container {
        padding: 30px 50px 0;
    }

}


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

    .content-container {
        padding: 20px 25px 0;
        margin-top: -0.5em
    }

    .content-container h1 {
        font-size: 29px;
    }

    .content-container h2 {
        font-size: 24px;
    }

    .content-container h3 {
        font-size: 20px;
    }

    p.bullet.mar-bot-50 {
        margin-bottom: 25px !important;
    }

    .header-beeld-holder {
        padding-bottom: 48.673%;
    }

    .plaatsen-holder {
        column-count: 2;
    }
    .img-bg{
        display: none;
    }
    .camp-btn{
        width: 100%;
    }

}

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

    .header .adv {
        font-size: 11px;
    }

    .content-container {
        padding: 15px 15px 25px;
        margin-top: -0.3em
    }

    .content-container h1 {
        font-size: 21px !important;
    }

    .content-container h2 {
        font-size: 18px;
    }

    .content-container h3 {
        font-size: 18px;
    }

    .plaatsen-holder {
        column-count: 1;
        column-gap: 10px;
    }

}
/* Modal Container Styling */
.cookie-modal {
  border: none;
  border-radius: 8px;
  padding: 0;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: system-ui, -apple-system, sans-serif;
  color: #333;
}

.cookie-modal::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.cookie-container {
  padding: 24px;
  position: relative;
}

.cookie-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

.cookie-container h2 {
  margin: 0 0 8px 0;
  font-size: 1.25rem;
}

.cookie-intro {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.4;
}

.cookie-intro a {
  color: #0d56c9;
  text-decoration: underline;
}

/* Categorie Toggles */
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  max-height: 250px;
  overflow-y: auto;
}

.cookie-category {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 12px;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.95rem;
}

.category-desc {
  font-size: 0.8rem;
  color: #666;
  margin: 6px 0 0 0;
  line-height: 1.3;
}

.category-header input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Actieknoppen */
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  flex: 1 1 auto;
}

.btn-primary {
  background-color: #3fa800;
  color: #fff;
}

.btn-primary:hover {
  background-color: #00a815;
}

.btn-secondary {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
}

.btn-secondary:hover {
  background-color: #e2e8f0;
}
/* Styling specifiek voor de Privacy Modal (Bovenaan het scherm) */
.privacy-modal {
  border: none;
  padding: 0;
  max-width: 600px;
  width: 85%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  font-family: Arial, sans-serif;
  color: #1a1a1a;

  /* Positie aanpassen naar de bovenkant */
  margin-top: 40px;      /* Afstand vanaf de bovenkant van het scherm */
  margin-bottom: auto;   /* Voorkomt dat de browser hem verticaal centreert */
}

.privacy-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.privacy-container {
  padding: 28px 24px 20px 24px;
  position: relative;
  background-color: #ffffff;
}

.privacy-close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #888888;
}

.privacy-close-btn:hover {
  color: #000000;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.15);
}
.privacy-title {
    margin: 0 0 12px 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.privacy-body {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.privacy-actions {
  display: flex;
  justify-content: flex-end;
}

.privacy-btn {
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
  background-color: #222222;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.privacy-btn:hover {
  background-color: #444444;
}
/* Styling specifiek voor de Contact Modal */
.contact-modal {
	border: none;
	padding: 0;
	max-width: 450px;
	width: 85%;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	font-family: Arial, sans-serif;
	color: #1a1a1a;
	/* Positie aan de bovenkant */
	margin-top: 40px;
	margin-bottom: auto;
}

.contact-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.contact-container {
  padding: 28px 24px 20px 24px;
  position: relative;
  background-color: #ffffff;
}

.contact-close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #888888;
}

.contact-close-btn:hover {
  color: #000000;
}

.contact-title {
	margin: 0 0 16px 0;
	font-size: 1.3rem;
	font-weight: normal;
}

.contact-body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 24px;
}

.contact-company {
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #1a1a1a;
}

.contact-address {
  font-style: normal;
  margin-bottom: 12px;
}

.contact-email {
  margin: 0 0 12px 0;
}

.contact-email a {
  color: #0d56c9;
  text-decoration: underline;
}

.contact-vat {
  margin: 0;
}

.contact-actions {
  display: flex;
  justify-content: flex-end;
}

.contact-btn {
  padding: 8px 20px;
  border-radius: 6px;
  border: none;
  background-color: #222222;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.contact-btn:hover {
  background-color: #444444;
}
