/* barlow-semi-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Barlow Semi Condensed Regular"), local("BarlowSemiCondensed-Regular"), url("/themes/custom/borgermap/fonts/barlow-semi-condensed-v6-latin-regular.woff2") format("woff2"), url("/themes/custom/borgermap/fonts/barlow-semi-condensed-v6-latin-regular.woff") format("woff"), url("/themes/custom/borgermap/fonts/barlow-semi-condensed-v6-latin-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/* barlow-semi-condensed-700 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Barlow Semi Condensed Bold"), local("BarlowSemiCondensed-Bold"), url("/themes/custom/borgermap/fonts/barlow-semi-condensed-v6-latin-700.woff2") format("woff2"), url("/themes/custom/borgermap/fonts/barlow-semi-condensed-v6-latin-700.woff") format("woff"), url("/themes/custom/borgermap/fonts/barlow-semi-condensed-v6-latin-700.ttf") format("truetype");
  /* Safari, Android, iOS */
}

body {
  font-family: 'Barlow Semi Condensed';
}

header .layout-container .region-header {
  background-color: #009E80;
  clear: both;
}

header .layout-container .region-header a.site-logo img {
  margin: 0 auto;
  display: block;
  padding: 50px 0;
  max-width: 95vw;
  max-height: 110px;
}

header .layout-container .region-header .site-name {
  display: none;
}

.region-primary-menu,
.region-secondary-menu {
  background-color: #fff;
}

.region-primary-menu .menu,
.region-secondary-menu .menu {
  margin: 0 auto;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.region-primary-menu .menu li,
.region-secondary-menu .menu li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

@media all and (min-width: 26em) {
  .region-primary-menu .menu li,
  .region-secondary-menu .menu li {
    padding: 0 1rem;
  }
}

.region-primary-menu .menu li a,
.region-secondary-menu .menu li a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.region-primary-menu .menu li:hover a,
.region-secondary-menu .menu li:hover a {
  color: #ff2d25;
}

.region-secondary-menu .menu {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.region-secondary-menu .menu li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media all and (min-width: 48em) {
  .region-primary-menu a {
    font-weight: bold;
    font-size: 1.6rem;
  }
}

#page,
.header .layout-container {
  display: grid;
  max-width: 100vw;
  grid-gap: 0;
  grid-template-columns: [full-start] 1rem [left-start semifull-start] 1fr [article-start right-start] minmax(20ch, 120ch) [article-end left-end] 1fr [right-end semifull-end] 1rem [full-end];
}

#page {
  grid-gap: 1rem;
}

.header {
  grid-column: full;
}

.region-secondary-menu {
  grid-column: right;
}

.region-header {
  grid-column: full;
}

.region-primary-menu {
  grid-column: full;
}

@media all and (min-width: 26em) {
  .region-primary-menu {
    grid-column: semifull;
  }
}

.highlighted {
  grid-column: article;
}

.featured-top {
  grid-column: full;
}

@media all and (min-width: 64em) {
  .featured-top {
    grid-column: article;
  }
}

.layout-main-wrapper {
  grid-column: full;
}

@media all and (min-width: 26em) {
  .layout-main-wrapper {
    grid-column: semifull;
  }
}

@media all and (min-width: 64em) {
  .layout-small .layout-main-wrapper {
    grid-column: article;
  }
}

.layout-main {
  display: grid;
  column-gap: 2rem;
  grid-template-areas: "main-breadcrumb" "main-content" "main-sidebar";
}

@media all and (min-width: 48em) {
  .layout-main {
    grid-template-columns: 1fr 5fr;
    grid-template-areas: "main-breadcrumb main-breadcrumb" "main-sidebar main-content";
  }
}

.region-breadcrumb {
  grid-area: main-breadcrumb;
}

.main-content {
  grid-area: main-content;
}

.sidebar {
  grid-area: main-sidebar;
}

@media all and (min-width: 48em) {
  .no-sidebar .layout-main {
    grid-template-columns: 1fr;
    grid-template-areas: "main-breadcrumb" "main-content";
  }
}

.featured-bottom {
  grid-column: article;
}

.site-footer {
  grid-column: full;
}

.field--name-field-para-blocks > .field__label {
  display: none;
}

.region-breadcrumb {
  color: #333;
}

.region-breadcrumb a {
  color: #333;
}

.site-footer {
  margin-top: 120px;
}

.site-footer .layout-container {
  padding: 1rem 0;
  background-color: #009E80;
}

.site-footer .site-footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (min-width: 35em) {
  .site-footer .site-footer__top {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.site-footer .region-footer-logo {
  text-align: center;
}

.site-footer .region-footer-logo img {
  margin-top: 1rem;
  max-height: 75px;
}

.site-footer .region-footer-logo::before {
  content: '';
  height: 19px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-repeat-y: no-repeat;
  background: url("/themes/custom/borgermap/svg/zigzag.svg");
  background-size: cover;
}

#block-borgermap-footer a {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

#block-borgermap-footer a::before {
  content: '';
  height: 120px;
  width: 126px;
  display: block;
  background: url(/themes/custom/borgermap/svg/bedrijf.svg);
  position: absolute;
  top: -124px;
  left: 80px;
}

#block-borgermap-footer a::after {
  content: '';
  height: 19px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-repeat-y: no-repeat;
  background: url("/themes/custom/borgermap/svg/zigzag.svg");
  background-size: cover;
}

.field--type-image img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.messages,
.checkout-complete {
  padding: 10px 10px 10px 50px !important;
  border: 2px solid;
  background-color: #fff;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  color: #8bc34a;
  border-color: #8bc34a;
  background-size: 22px;
  background-position: 15px 8px;
  box-shadow: none;
}

.messages a,
.checkout-complete a {
  color: #8bc34a;
}

.checkout-pane-completion-message {
  width: 100%;
}

.checkout-pane-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.checkout-pane-login fieldset {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 500px;
  border: 1px solid #f0f0f0;
  float: none;
  width: 100%;
}

.checkout-pane-login fieldset .form-item input {
  padding: 7px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: auto !important;
  margin-right: 15px;
}

.checkout-pane-login fieldset a {
  color: #000;
  font-size: 0.8rem;
}

.checkout-pane-login fieldset .form-submit {
  text-decoration: none;
  background-color: #8bc34a;
  color: #fff;
  border: 0;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  padding: 7px 10px;
  border-radius: 2px;
  max-width: 220px;
  display: inline-block !important;
}

.checkout-pane-login fieldset .form-submit:hover {
  background-color: #8bc34a;
  transition: background-color 0.4s ease;
}

.checkout-pane-login fieldset label {
  padding-bottom: 5px;
  display: block;
}

.node--wrapper {
  display: grid;
  column-gap: 1rem;
  grid-template-areas: "content-main" "content-aside" "content-footer";
}

@media all and (min-width: 48em) {
  .node--wrapper {
    grid-template-columns: minmax(35%, 55%) 1fr;
    grid-template-areas: "content-main content-aside" "content-footer content-footer";
  }
}

.node--wrapper main {
  grid-area: content-main;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.node--wrapper aside {
  grid-area: content-aside;
}

.node--wrapper footer {
  grid-area: content-footer;
}

.node--wrapper .field--name-field-status {
  color: #ff2d25;
  font-weight: bold;
}

.node--wrapper a {
  color: #565353;
}

.node--wrapper .buttons {
  margin-top: 1rem;
}

.node--wrapper .buttons a {
  display: inline-block;
  padding: 10px 20px;
  border: solid #009E80;
  margin-bottom: 1rem;
  text-decoration: none;
  font-weight: bold;
}

.node--wrapper .buttons a:hover {
  background-color: #009E80;
  color: #ffffff;
}

.field--name-field-coordinaten img {
  max-width: 100%;
  height: auto;
}

.field--name-field-fotos {
  margin-top: 2rem;
}

.field--name-field-fotos img {
  cursor: pointer;
}

@media all and (min-width: 26em) {
  .field--name-field-fotos {
    line-height: 0;
    column-count: 2;
    column-gap: 0px;
  }
}

@media all and (min-width: 48em) {
  .field--name-field-fotos {
    column-count: 3;
  }
}

@media all and (min-width: 64em) {
  .field--name-field-fotos {
    column-count: 4;
  }
}

@media all and (min-width: 75em) {
  .field--name-field-fotos {
    column-count: 5;
  }
}

.field--name-field-aanbod.wrapper {
  display: grid;
  column-gap: 1rem;
  grid-template-areas: "tab--labels tab--labels tab--labels tab--labels tab--labels tab--labels" "tab--content tab--content tab--content tab--content tab--content tab--content";
  grid-template-columns: fit-content(10%);
  grid-auto-columns: fit-content(10%);
}

.field--name-field-aanbod.wrapper .tabs--title {
  grid-row: 1;
}

.field--name-field-aanbod.wrapper .tabs--content {
  visibility: hidden;
  grid-area: tab--content;
}

.field--name-field-aanbod.wrapper .tabs--content:target {
  visibility: visible;
}

.block-facets-summary ul {
  list-style-type: none;
}

.block-facets ul {
  list-style-type: none;
}

.block-facets label {
  cursor: pointer;
  position: relative;
  line-height: 1.3rem;
}

.block-facets label:hover {
  color: #ff2d25;
}

.block-facets input[type="checkbox"] {
  display: none;
}

.block-facets input[type="checkbox"]:checked ~ label:before {
  content: '>';
  color: red;
  position: absolute;
  left: -13px;
}

.block-facets-summary::after,
.block-facets::after {
  content: '';
  height: 19px;
  width: 75px;
  display: block;
  background-repeat: no-repeat;
  background-repeat-y: no-repeat;
  background: url("/themes/custom/borgermap/svg/zigzag.svg");
  background-size: cover;
}

#content-popup {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

#content-popup-wrapper {
  left: 10%;
  top: 10%;
  position: fixed;
  height: 80%;
  width: 80%;
}

#content-popup .content {
  width: 100%;
  height: 100%;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  background-color: #fff;
}

#content-popup .content * {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#content-popup.active {
  display: block;
}

#content-popup .close {
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 99;
  height: 30px;
  width: 30px;
  padding: 3px;
  cursor: pointer;
}

.leaflet-container a {
  display: block;
  color: #333;
}

.leaflet-container a[rel="bookmark"] {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  text-decoration: none;
  color: #000;
}

.leaflet-container a .links.inline {
  display: block;
}

.leaflet-container .node-readmore a {
  margin-top: 1rem;
  padding: 10px;
  border: solid #fded64;
  color: black;
  text-align: center;
  text-decoration: none;
}

.intro--line {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0;
}

@media all and (min-width: 48em) {
  .intro--line {
    font-size: 1.6rem;
  }
}

ul.grid--store {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
  justify-items: center;
}

ul.grid--store li {
  width: calc(min(300px,90%));
  height: 125px;
  border: solid #009E80 2px;
  background-color: #efefef;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

ul.grid--store a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

ul.items-grid {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  grid-gap: 0.6rem;
  justify-items: center;
}

ul.items-grid li {
  width: 190px;
  height: 35px;
  border: solid #009E80 2px;
  background-color: #efefef;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

ul.items-grid a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #333;
}

.node a {
  color: #565353;
}

.webform-submission-form {
  max-width: 80%;
}

@media all and (min-width: 35em) {
  .webform-submission-form {
    max-width: 100%;
  }
}

.webform-submission-form input,
.webform-submission-form textarea {
  max-width: 100%;
}

.webform-submission-form .fieldset-wrapper {
  width: 100%;
  max-width: 80%;
}

@media all and (min-width: 35em) {
  .webform-submission-form .fieldset-wrapper {
    max-width: 80%;
  }
}

.webform-submission-form .form-type-email,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-url,
.webform-submission-form .webform-type-webform-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 35em) {
  .webform-submission-form .form-type-email,
  .webform-submission-form .form-type-tel,
  .webform-submission-form .form-type-textfield,
  .webform-submission-form .form-type-url,
  .webform-submission-form .webform-type-webform-address {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.webform-submission-form .form-type-email label,
.webform-submission-form .form-type-tel label,
.webform-submission-form .form-type-textfield label,
.webform-submission-form .form-type-url label,
.webform-submission-form .webform-type-webform-address label {
  -ms-flex: 1;
  flex: 1;
}

.webform-submission-form .form-type-email input,
.webform-submission-form .form-type-tel input,
.webform-submission-form .form-type-textfield input,
.webform-submission-form .form-type-url input,
.webform-submission-form .webform-type-webform-address input {
  -ms-flex: 1;
  flex: 1;
}

@media all and (min-width: 35em) {
  .webform-submission-form .form-type-email input,
  .webform-submission-form .form-type-tel input,
  .webform-submission-form .form-type-textfield input,
  .webform-submission-form .form-type-url input,
  .webform-submission-form .webform-type-webform-address input {
    -ms-flex: 3;
    flex: 3;
  }
}

.views-exposed-form {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  -ms-flex-pack: center;
  justify-content: center;
}

.views-exposed-form .form--inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 35em) {
  .views-exposed-form .form--inline {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.views-exposed-form label {
  display: none;
}

.views-exposed-form input {
  padding: 10px 20px;
  max-width: 90%;
}

.views-exposed-form [data-drupal-selector="edit-s"] {
  padding: 10px 0;
}

.views-exposed-form [type="submit"] {
  background-color: #009E80;
  color: #ffffff;
}

.views-exposed-form .form-item {
  text-align: center;
  margin: 1em 0;
}

.views-exposed-form .form-actions {
  text-align: center;
}

.paragraph--title {
  text-align: center;
}

.deelnemers--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
  justify-items: center;
}

.deelnemers--deelnemer {
  position: relative;
}

.deelnemer--title {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
}

.deelnemer--title a {
  text-decoration: none;
}

.deelnemer--foto img {
  max-width: 100%;
}

/* Styles */
/*# sourceMappingURL=style.css.map */