/*==================================================
 Main
==================================================*/
html {
  height: 100%;
  font-size: 16px;
	scroll-behavior: smooth;
}
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: '\f061';
  font-family: 'Font Awesome 6 Free';
  color: #3C78D8;
  font-weight: 600;
}
.quote-holder {
  background-color: #f4f4f4;
  padding: 20px 10px;
  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: #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 6 Free";
  font-weight: 300;
  font-size: 1.2em;
}
.camp-btn:hover {
  background-color: #ffc600;
}
.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 {
  font-size: clamp(1.125rem, 0.755rem + 1.975vw, 3.125rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
.header-beeld-holder h2 {
  font-size: clamp(0.875rem, 0.644rem + 1.235vw, 2.125rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  line-height: 160%;
}
.header-beeld-holder p {
  font-size: clamp(0.875rem, 0.644rem + 1.235vw, 2.125rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
  padding-top: 2%;
}
/* 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 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 {
  margin-top: 20px;
  padding-top: 35px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 25px;
  background-color: #eaeaea;
  border-top: 1px solid #b7b7b7;
}
.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) {
  .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: 40.781%; /* bg image H / W * 100 */
    background-position: 90% center;
  }
  .plaatsen-holder {
    column-count: 2;
  }
}
@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;
  }
}