/* -- Font family -----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&display=swap");
@font-face {
  font-family: "bison-700";
  src: url("fonts/bison_bold-webfont.woff2") format("woff2"), url("fonts/bison_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* -- Font weights ----------------------------*/
.bison-700 {
  font-family: "bison-700", sans-serif;
  font-weight: normal;
}

/* -- Font modifiers --------------------------*/
.display-4,
.display-5,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  font-family: "bison-700", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.25rem;
}

h5, .h5 { font-size: 1.5rem; }
h6, .h6 { font-size: 1.25rem; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #272a2f;
  background: #ffffff;
  scroll-behavior: smooth;
}

html, body {
  font-size: 16px;
}

@media all and (min-width: 1200px) {
  html, body {
    font-size: 17px;
  }
}
@media all and (min-width: 1920px) {
  html, body {
    font-size: 18px;
  }
}
/* -- Wrapper --------------------------------*/
.wrapper {
  position: relative;
  border: 8px solid #fff;
  overflow: hidden;
}
.wrapper .container {
  position: relative;
  z-index: 2;
}
.home .wrapper:after {
  content: "";
  background-image: url("../images/wrapper-bcg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

@media all and (min-width: 1200px) {
  .wrapper {
    border: 16px solid #fff;
  }
}
@media all and (min-width: 1920px) {
  .wrapper {
    border: 24px solid #fff;
  }
}
/* -- Container ------------------------------*/
.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media all and (min-width: 1920px) {
  .container {
    max-width: 1640px;
  }
}
/* -- Links ---------------------------------*/
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

/* -- Buttons -------------------------------*/
.btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn {
  font-weight: 700;
  border-radius: 0;
  padding: 0.65rem 1.5rem;
  border: none;
}

.btn--white {
  background: #ffffff;
  color: #1a9d8c;
  transition: all 0.5s;
}
.btn--white:hover {
  color: #ffffff;
  background: #137165;
}
.btn--white:hover::after {
  transform: translateY(0px);
}

.btn--primary {
  background: #1a9d8c;
  color: #ffffff;
  transition: all 0.5s;
}
.btn--primary:hover {
  color: #1a9d8c;
  background: #fff;
}
.btn--primary:hover::after {
  transform: translateY(0px);
}

/* -- Links ---------------------------------*/
.link--white {
  font-weight: 700;
  color: #fff;
}
.link--white:hover {
  color: #fff;
}

.link--primary {
  font-weight: 700;
  color: #1a9d8c;
}
.link--primary:hover {
  color: #1eb3a0;
}

.link--secondary {
  font-weight: 700;
  color: #272a2f;
}
.link--secondary:hover {
  color: #33363d;
}

.link--tertiary {
  font-weight: 700;
  color: #999999;
}
.link--tertiary:hover {
  color: #a6a6a6;
}

.link--white,
.link--primary,
.link-secondary,
.link--tertiary {
  position: relative;
  transition: all 0.35s;
}
.link--white:hover,
.link--primary:hover,
.link-secondary:hover,
.link--tertiary:hover {
  margin-left: 0.25rem;
}

@media all and (min-width: 992px) {
  .text-lg-end .link--white:hover,
  .text-lg-end .link--primary:hover,
  .text-lg-end .link-secondary:hover,
  .text-lg-end .link--tertiary:hover {
    margin-left: 0;
    margin-right: 0.25rem;
  }
}
/* -- Backgrounds ---------------------------*/
.bcg--white {
  background: #fff;
}

.bcg--base {
  background: #e9e3dd;
}

.bcg--primary {
  background: #1a9d8c;
}

.bcg--secondary {
  background: #272a2f;
}

.bcg--tertiary {
  background: #999999;
}

/* -- Colors --------------------------------*/
.clr--white {
  color: #fff;
}

.clr--base {
  color: #e9e3dd;
}

.clr--primary {
  color: #1a9d8c;
}

.clr--secondary {
  color: #272a2f;
}

.clr--tertiary {
  color: #999999;
}

/* -- Images --------------------------------*/
.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* -- Formulieren ---------------------------*/
.ginput_container input,
.ginput_container textarea {
  border: none;
  border-radius: 0;
  background: rgba(0,0,0,.05);
  box-shadow: none !important;
}

.gform_previous_button,
.gform_next_button,
.gform_button {
  font-weight: 700;
  border-radius: 0;
  padding: 0.65rem 1.5rem;
  border: none;
  color: #fff;
  background: #1a9d8c;
}

.gform_previous_button:hover,
.gform_next_button:hover,
.gform_button:hover {
  background: #1eb3a0;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: none;
  border: none;
  padding: 0;
  color: #c02b0a;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: none;
  border-left: 3px solid #c02b0a;
}

.ginput_container_consent input,
.gfield-choice-input {
  width: .85em;
  height: .85em;
  margin-top: .25em;
  vertical-align: top;
  background-color: rgba(0,0,0,.05);  
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.ginput_container_consent input:checked,
.gfield-choice-input:checked {
  background-color: #1a9d8c;
  border-color: #1a9d8c;
}

.ginput_container_consent input:checked[type="checkbox"],
.gfield-choice-input:checked[type="checkbox"] {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.gform_wrapper .gform_validation_errors {
  background: #FEF1EB;
  border: 1.5px solid #c02b0a;
  border-radius: 0;
  box-shadow: none;
}

.gform_wrapper .gform_validation_errors > h2 {
  font-family: "Cairo", sans-serif;
  font-weight: normal;
  font-size: .85rem;
}

.gfield--type-product .gfield_label {
  margin-bottom: 0 !important;
}

.gfield--type-product .gfield_description {
  margin-top: 0 !important;
  padding-bottom: .5rem !important;
}

.gfield--type-product .ginput_product_price_wrapper {
  display: block !important;
  margin-bottom: .5rem;
}

.gfield--type-total .ginput_total,
.gfield--type-product .ginput_product_price {
  font-weight: 700;
  color: #1a9d8c !important;
}

.gfield--type-product .ginput_quantity {
  margin-left: .5rem;
}

.gfield--type-total .ginput_total {
  padding: 0 !important;
  font-size: 1.25rem !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange {
  background-color: #1a9d8c !important;
}

/* -- Table ---------------------------------*/
.table {
  font-size: .9rem;
}

.table > :not(caption) > * > * {
  border: none; 
}

/* -- Image-grid ----------------------------*/
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: .75rem;
  margin-top: .75rem;
}

.mp-gallery__large,
.image-grid-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.mp-gallery__large img,
.image-grid-item a img {
  transition: all .5s;
}

.mp-gallery__large:hover img,
.image-grid-item a:hover img {
  transform: scale(1.05);
}

.mp-gallery a {
  cursor: zoom-in;
}

@media all and (min-width: 992px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 1200px) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr); 
  }
}

/* -- Swipers -------------------------------*/
.swiper-navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
  gap: 0.5rem;
}
.swiper-navigation:after {
  content: "";
  height: 6px;
  width: 100%;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.25) 100%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 36px 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-3px);
}

.swiper-navigation div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 100%;
  font-size: 1rem;
  z-index: 3;
}
.swiper-navigation div i {
  color: #1a9d8c;
}

.swiper-navigation div.swiper-button-disabled {
  background: #686A6E;
}
.swiper-navigation div.swiper-button-disabled i {
  color: #54565A;
}

@media all and (min-width: 768px) {
  .swiper-navigation div {
    width: 48px;
    height: 48px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #00485D;
}

.hamburger-box {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #00485D;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714286px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  width: 100%;
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/* -- Navigation ---------------------------------*/
.navigation--open {
  overflow: hidden;
  height: 100vh;
}

.navigation-trigger-wrapper {
  z-index: 1006;
  width: 100%;
}

.navigation__trigger {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  z-index: 1006;
}

.menu-icon {
  position: absolute;
  width: 26px;
  height: 16px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
  z-index: 1001;
}

.menu-line {
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-line-3 {
  width: 75%;
  bottom: 0;
}

.navigation__trigger.open {
  background: #fff;
}

.navigation__trigger.open .menu-line {
  background: #1a9d8c;
}

.navigation__trigger.open .menu-line-1 {
  transform: translateY(8px) translateY(-50%) rotate(-45deg);
}

.navigation__trigger.open .menu-line-2 {
  opacity: 0;
}

.navigation__trigger.open .menu-line-3 {
  transform: translateY(-8px) translateY(50%) rotate(45deg);
}

.menu-circle {
  background-color: #1a9d8c;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 800;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}

.navigation__trigger.open .menu-line-3,
.navigation__trigger:hover .menu-line-3 {
  width: 100%;
}

.navigation__trigger.open .menu-circle {
  transform: scale(60);
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0, 0.4s;
}

.navigation-wrapper {
  background-color: #1a9d8c;
  color: #fff;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  opacity: 0;
  overflow-y: scroll;
  visibility: hidden;
}

.navigation-wrapper-inner {
  padding: 2.5rem 0 3rem 0;
}

.navigation-wrapper .navbar-nav {
  flex-direction: column;
  flex-wrap: wrap;
}

.navigation-wrapper .navbar-nav .nav-link {
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.navigation-wrapper #top-menu {
  margin: 5rem 0 0 0;
  font-size: 1.25rem;
}

.navigation-wrapper #top-menu .nav-link {
  font-weight: 400;
}

.navigation-wrapper #main-menu {
  margin: 2rem 0 0 0;
  font-size: 1.85rem;
}

.navigation-wrapper #main-menu .nav-link {
  font-weight: 700;
}

.navigation-wrapper .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255);
}

.navigation-wrapper .navbar-nav .nav-link.active {
  color: rgb(255, 255, 255);
}

.navigation-wrapper.open {
  opacity: 1;
  visibility: visible;
}

/* -- Navigation ------------------------*/
.site-navigation {
  background: #272a2f;
}

.primary-extended {
  position: relative;
}
.primary-extended:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1.5rem);
  width: 50vw;
  height: 100%;
  background: #1a9d8c;
  z-index: 0;
}

.logo-wrapper {
  display: inline-block;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 0;
  background: #1a9d8c;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 1rem) 100%, 100% calc(100% - 1rem), 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 1rem) 100%, 100% calc(100% - 1rem), 100% 0%);
  z-index: 2;
}

.nav-toggle {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  z-index: 9999;
  top: 2.75rem;
  right: calc(1.25rem + 8px);
}

@media all and (min-width: 576px) {
  .nav-toggle {
    right: 3rem;
  }
}
.nav-wrapper {
  display: none;
}

@media all and (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    color: #fff;
  }
  #top-menu {
    margin: 0 0 0 0.5rem 0;
    justify-content: flex-end;
  }
  #top-menu .nav-item:not(:last-child) {
    margin-right: 1rem;
  }
  #top-menu .nav-link {
    padding: 0;
    color: #999999;
  }
  #top-menu .nav-link.active,
  #top-menu .nav-link:hover {
    color: #ffffff;
  }
  #main-menu {
    margin: 0;
    justify-content: flex-end;
  }
  #main-menu .nav-item:not(:last-child) {
    margin-right: 1.5rem;
  }
  #main-menu .nav-link {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0;
  }
  #main-menu .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #1a9d8c;
    transition: all 0.5s;
  }
  #main-menu .nav-link.active:before,
  #main-menu .nav-link:hover:before {
    width: 100%;
  }
}
/* -- Hero --------------------*/
.hero {
  background: #272a2f;
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 3rem 0;
}

.hero--sm {
  min-height: auto;
  padding: 3rem 0 1.5rem 0;
}

@media all and (min-width: 992px) {
  .hero {
    min-height: 600px;
  }
  .hero--sm {
    min-height: auto;
  }
}
@media all and (min-width: 1200px) {
  .hero {
    min-height: 680px;
  }
  .hero--sm {
    min-height: auto;
  }
}
@media all and (min-width: 1500px) {
  .hero {
    min-height: 65vh;
  }
  .hero--sm {
    min-height: auto;
  }
}

/* -- Page ----------------------------*/ 
.page-content {
  padding: 4rem 0;
  background: #e9e3dd;
}

.content-styles p + h2,
.content-styles p + h3,
.content-styles p + h4,
.content-styles p + h5,
.content-styles p + h6,
.content-styles ul + h2,
.content-styles ul + h3,
.content-styles ul + h4,
.content-styles ul + h5,
.content-styles ul + h6 {
  margin-top: 1.75rem;
}

.content-styles h2,
.content-styles h3,
.content-styles h4,
.content-styles h5,
.content-styles h6 {
  margin-bottom: .5rem;
}

.content-styles ul:not([class]),
.content-styles ol:not([class]) {
  padding-left: 1rem;
}

.content-styles ul li {
  margin-bottom: .25rem;
}

.content-styles a:not([class]) {
  color: inherit;
  text-decoration: underline;
  transition: all .25s;
}

.content-styles a:not([class]):hover {
  text-decoration: none;
  color: #1a9d8c;
}

/* -- Sidebar -------------------------------*/
.widget + .widget {
  margin-top: 1.5rem;
}

.sidebar-contact,
.sidebar-textual {
  position: relative;
  border: none;
  border-radius: 0;
  background: #1a9d8c;
}

.sidebar-contact:after,
.sidebar-textual:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.25rem 2.25rem;
  border-color: transparent transparent #e9e3dd transparent;
  z-index: 1;
}

.sidebar-contact .card-body,
.sidebar-textual .card-body {
  padding: 2.25rem 1.5rem;
}

.sidebar-textual ul:not([class]),
.sidebar-textual ol:not([class]) {
  padding-left: 1rem;
}

.sidebar-textual ul li {
  margin-bottom: .25rem;
}

.sidebar-contact__contact {
  list-style: none;
  padding: 0;
  color: rgba(255,255,255,.75);
}

.sidebar-contact__contact a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

.sidebar-contact__contact a:hover {
  color: rgba(255,255,255,1);
}

.sidebar-contact__address {
  margin: 0;
  color: rgba(255,255,255,.75);
}

/* -- Module-materieel ----------------------*/
.module-materieel {
  padding: 0 0 5rem 0;
  background: #272a2f;
}

.swiper-materieel {
  overflow: visible;
}

.card-album,
.card-materieel {
  border: none;
  border-radius: 0;
  background: none;
}

.card-album .card-image,
.card-materieel .card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.card-album .card-image img,
.card-materieel .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.card-album:hover .card-image img,
.card-materieel:hover .card-image img {
  transform: scale(1.05);
}

.card-materieel .card__title {
  color: #1a9d8c;
  margin-bottom: 0.25rem;
}
.card-materieel .card__meta {
  color: #ffffff;
  margin-bottom: 0;
}

.materieel-cat + .materieel-cat {
  margin-top: 2.25rem;
}

.materieel-cat .card-materieel {
  position: relative;
  background: #1a9d8c;
}

.materieel-cat .card-materieel:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.25rem 2.25rem;
  border-color: transparent transparent #e9e3dd transparent;
  z-index: 1;
}

.materieel-cat .card-materieel .card__title {
  color: #fff;
}

.card-album {
  position: relative;
  background: #1a9d8c;
}

.card-album:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.25rem 2.25rem;
  border-color: transparent transparent #e9e3dd transparent;
  z-index: 1;
}

.card-album .card__title {
  color: #fff;
  margin: 0 0 0.25rem 0;
}

/* -- Module-historie -----------------------*/
.module-historie {
  padding: 3rem 0;
  background: #272a2f;
}

.history-grid {
  position: relative;
}
.history-grid__small {
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  max-width: 38%;
  aspect-ratio: 1;
}
.history-grid__large {
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 992px) {
  .history-grid__small {
    bottom: -3rem;
    left: -1.5rem;
  }
}
/* -- Module-donateur -----------------------*/
.module-donateur {
  padding: 3rem 0 1.5rem 0;
  position: relative;
}
.module-donateur:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #272a2f;
  z-index: -1;
}

.card-grid__content-inner {
  position: relative;
  margin-top: -2rem;
  background: #1a9d8c;
  padding: 2rem 1.25rem;
  -webkit-clip-path: polygon(1.5rem 0, 0% 1.5rem, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(1.5rem 0, 0% 1.5rem, 0% 100%, 100% 100%, 100% 0%);
}

.card-grid__content-inner p {
  color: rgba(255, 255, 255, 0.85);
}

@media all and (min-width: 992px) {
  .card-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
  }
  .card-grid__image,
  .card-grid__content {
    grid-row: 1/2;
    align-self: center;
  }
  .card-grid__image {
    grid-column: 1/8;
  }
  .card-grid__content {
    grid-column: 7/13;
    position: relative;
    align-self: self-end;
  }
  .card-grid__content-inner {
    position: relative;
    margin-bottom: -3rem;
    background: #1a9d8c;
    padding: 4rem 3rem;
    -webkit-clip-path: polygon(1.5rem 0, 0% 1.5rem, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(1.5rem 0, 0% 1.5rem, 0% 100%, 100% 100%, 100% 0%);
  }
}
/* -- Module-sponsoren ----------------------*/
.module-sponsoren {
  padding: 3rem 0;
}

.sponsor {
  background: rgb(39, 42, 47);
  background: linear-gradient(180deg, rgba(39, 42, 47, 0.08) 0%, rgba(39, 42, 47, 0.02) 100%);
  aspect-ratio: 16/9;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.sponsor__logo {
  max-width: 100%;
  height: auto;
  filter: grayscale(1);
  opacity: 0.35;
  transition: all 0.5s;
  pointer-events: none;
}

.sponsor:hover .sponsor__logo {
  filter: grayscale(0);
  opacity: 1;
}

.page-content .sponsor {
  background: #fff;
}

/* -- Footer ----------------------------------*/
.footer-upper {
  background: #1a9d8c;
  -webkit-clip-path: polygon(3.25rem 0, 0% 3.25rem, 0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(3.25rem 0, 0% 3.25rem, 0% 100%, 100% 100%, 100% 0%);
  padding: 4rem 0 2rem 0;
}
.footer-upper__title {
  display: block;
  font-family: "bison-700", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.footer-upper p, .footer-upper address, .footer-upper address a, .footer-upper a {
  color: rgba(255, 255, 255, 0.85);
}
.footer-upper a:hover {
  color: rgb(255, 255, 255);
}
.footer-upper__nav {
  flex-direction: column;
}
.footer-upper__nav .nav-link {
  padding: 0;
  color: rgba(255, 255, 255, 0.85);
}
.footer-upper__nav .nav-link:hover {
  color: rgb(255, 255, 255);
}
.footer-upper__contact {
  list-style: none;
  padding: 0;
}
.footer-upper__address {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-upper__address div {
  flex-grow: 1;
}

.footer-base {
  position: relative;
  background: #1a9d8c;
  padding: 1.75rem 0;
  font-size: 1rem;
}
.footer-base hr {
  position: relative;
  top: -1.75rem;
  height: 6px;
  width: 100%;
  border: none;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.85) 100%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 36px 6px;
  margin: 0;
}
.footer-base__text {
  display: block;
  color: rgba(255, 255, 255, 0.85);
}
.footer-base__text a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
.footer-base__text a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer-base__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.65rem;
}
.footer-base__list li::after {
  margin-left: 0.65rem;
}
.footer-base__list li::after {
  content: "|";
  float: right;
  color: rgba(255, 255, 255, 0.85);
}
.footer-base__list li:first-child {
  margin-left: 0;
}
.footer-base__list li:last-child::after {
  display: none;
}
.footer-base__list a {
  color: rgba(255, 255, 255, 0.85);
}
.footer-base__list a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

@media all and (min-width: 992px) {
  .footer-base__list {
    justify-content: flex-end;
  }
}
@media all and (min-width: 1200px) {
  .footer-upper {
    padding: 5rem 0 4rem 0;
  }
  .footer-base {
    font-size: 0.941rem;
  }
}
@media all and (min-width: 1920px) {
  .footer-base {
    font-size: 0.889rem;
  }
}/*# sourceMappingURL=stylesheet.css.map */