@font-face {
  font-family: "Wotfard";
  src: url("../fonts/Wotfard-Medium.woff2") format("woff2"), url("../fonts/Wotfard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wotfard";
  src: url("../fonts/Wotfard-Regular.woff2") format("woff2"), url("../fonts/Wotfard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wotfard";
  src: url("../fonts/Wotfard-Light.woff2") format("woff2"), url("../fonts/Wotfard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* COLORS */
/* Diverses */
/* Breakpoints */
/*
@include media-breakpoint-up(sm) {}
@include media-breakpoint-down(sm) {}
@include media-breakpoint-between(sm, md) {}
*/
/* WIDTHS / HEIGHTS */
/* Gaps */
/* FONTS */
/* Mixins */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  --bs-gutter-x: calc(15px * 2);
}

/* COLORS */
/* Diverses */
/* Breakpoints */
/*
@include media-breakpoint-up(sm) {}
@include media-breakpoint-down(sm) {}
@include media-breakpoint-between(sm, md) {}
*/
/* WIDTHS / HEIGHTS */
/* Gaps */
/* FONTS */
/* Mixins */
/* COLORS */
/* Diverses */
/* Breakpoints */
/*
@include media-breakpoint-up(sm) {}
@include media-breakpoint-down(sm) {}
@include media-breakpoint-between(sm, md) {}
*/
/* WIDTHS / HEIGHTS */
/* Gaps */
/* FONTS */
/* Mixins */
img {
  max-width: 100%;
  height: auto;
}

.pre-line {
  white-space: pre-line;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.py-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-primary {
  background: #17503A;
}

.bg-ivory {
  background: #f7f7f7;
}

.bg-lightgrey {
  background: #f4f4f5;
}

.rounded-border {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.ghost {
  opacity: 0;
}

svg:not(.fit) {
  max-width: 100%;
  height: auto;
}

/* COLORS */
/* Diverses */
/* Breakpoints */
/*
@include media-breakpoint-up(sm) {}
@include media-breakpoint-down(sm) {}
@include media-breakpoint-between(sm, md) {}
*/
/* WIDTHS / HEIGHTS */
/* Gaps */
/* FONTS */
/* Mixins */
h1, .h1,
h2,
h3,
p.lead,
.color-primary {
  color: #17503A;
}

h1, .h1 {
  font-size: 25px;
  font-weight: 500;
  line-height: 125%;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 53px;
    margin: 30px 0;
  }
}

.h1 {
  display: block;
  margin-top: 0;
}

h2, h3 {
  font-size: 22px;
  margin: 20px 0 40px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  h2, h3 {
    font-size: 35px;
  }
}

h3 {
  margin-bottom: 5px;
}
body.isHome h3 {
  margin: 20px 0 40px;
}
body.isHome h3::before {
  content: "";
  height: 2px;
  width: 54px;
  background: #17503A;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  body.isHome h3::before {
    width: 78px;
  }
}

h4.panel-title a {
  font-weight: 700;
  font-size: 22px;
  color: #151515;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h4.panel-title a[aria-expanded=true] svg {
  transform: rotate(180deg);
}
h4.panel-title svg {
  transition: all 0.15s ease-in-out;
  color: #17503A;
  width: 25px;
  height: 25px;
}

p.lead {
  font-size: 20px;
  color: #17503A;
}
p + * {
  margin-top: 1.4rem;
}
p + figure {
  margin-top: 3.6rem;
}
p + h2, p + h3, p + .panel-container {
  margin-top: 2rem;
}

a {
  color: #17503A;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #17503A;
  text-decoration: underline;
}

strong, b {
  font-weight: 500;
}

.btn, .fui-btn-container .fui-btn,
.fui-btn-container .fui-submit {
  border-radius: 0;
  padding: 0 40px;
  font-weight: 500;
  border: none;
  font-size: inherit;
  display: inline-block;
  width: auto;
}
.btn-primary, .fui-btn-container .fui-btn,
.fui-btn-container .fui-submit {
  background: #17503A;
  color: white;
  border: none;
  padding: 7px 50px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .btn-primary, .fui-btn-container .fui-btn,
  .fui-btn-container .fui-submit {
    width: auto;
  }
}
.btn-primary::after, .fui-btn-container .fui-btn::after,
.fui-btn-container .fui-submit::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #17503A;
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover, .fui-btn-container .fui-btn:hover,
.fui-btn-container .fui-submit:hover {
  background: #1e684b;
}
.btn-primary:hover::after, .fui-btn-container .fui-btn:hover::after,
.fui-btn-container .fui-submit:hover::after {
  width: 110%;
  height: 140%;
  background: #1e684b;
}

/* COLORS */
/* Diverses */
/* Breakpoints */
/*
@include media-breakpoint-up(sm) {}
@include media-breakpoint-down(sm) {}
@include media-breakpoint-between(sm, md) {}
*/
/* WIDTHS / HEIGHTS */
/* Gaps */
/* FONTS */
/* Mixins */
table.table-referenzen td:first-child {
  font-weight: bold;
}
table.eventtable {
  table-layout: fixed;
  color: #4B4B4B;
}
table.eventtable [class^=col] {
  padding-left: 8px;
  padding-right: 8px;
}
table.eventtable td[class^=td-] {
  position: relative;
}
table.eventtable td[class^=td-]::after {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
@media (max-width: 1199px) {
  table.eventtable td[class^=td-]:not([colspan])::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  table.eventtable td[class^=td-]:not([colspan])::after {
    transform: translate(110%, -15px);
  }
}
table.eventtable td[class^=td-][colspan] > div {
  padding-right: 80px;
}
table.eventtable td[class^=td-][colspan]::after {
  flex: 0 0 auto;
  top: -10px;
  right: -5px;
}
@media (min-width: 1200px) {
  table.eventtable td[class^=td-][colspan]::after {
    display: none;
  }
}
table.eventtable tr {
  position: relative;
}
table.eventtable tr:nth-child(2n-1) {
  transition: all 0.25s;
}
table.eventtable tr:nth-child(2n-1):hover {
  background: #f7f7f7;
}
table.eventtable tr:nth-child(2n-1) td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
table.eventtable tr:nth-child(2n-1) td:first-child {
  width: 120px;
}
table.eventtable tr:nth-child(2n-1) td:last-child {
  width: 46px;
  height: 100%;
  vertical-align: middle;
}
table.eventtable tr:nth-child(2n-1) td:last-child a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  /*position: absolute;
  left:0;
  top:0;
  width:100%;*/
}
table.eventtable tr:nth-child(2n-1) td:last-child svg {
  color: #17503A;
  width: 30px;
  height: 30px;
}
table.eventtable tr:nth-child(2n) {
  font-size: 16px;
  line-height: 1.3;
}
table.eventtable tr:nth-child(2n) td {
  padding-top: 15px;
  padding-bottom: 15px;
}
table.eventtable tr:nth-child(2n) td:nth-child(3) {
  width: 30%;
}
table.eventtable tr .bi-dash {
  display: none;
}
table.eventtable tr.open .bi-plus {
  display: none;
}
table.eventtable tr.open .bi-dash {
  display: block;
}
table.eventtable tr.open + tr {
  display: table-row !important;
}
table.eventtable .date {
  font-weight: bold;
}
table.eventtable p + p {
  margin-top: 0;
}

/* COLORS */
/* Diverses */
/* Breakpoints */
/*
@include media-breakpoint-up(sm) {}
@include media-breakpoint-down(sm) {}
@include media-breakpoint-between(sm, md) {}
*/
/* WIDTHS / HEIGHTS */
/* Gaps */
/* FONTS */
/* Mixins */
body form {
  margin: 1rem 0;
}
body form .required::after {
  content: "*";
}
body form fieldset {
  margin-bottom: 1rem;
}
body form, body form * {
  font-family: "Wotfard", Verdana, Geneva, Tahoma, sans-serif;
}
body form .fui-required {
  color: #17503A;
}
body form .fui-label,
body form .fui-legend {
  color: #17503A;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
body form .fui-input,
body form .fui-select {
  border: none;
  border-bottom: 1px solid #17503A;
  border-radius: 0;
}
body form .fui-input:focus,
body form .fui-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 80, 58, 0.25);
  border-color: #17503A;
}
body form .fui-input {
  padding: 3px 0;
  font-weight: 300;
  color: #17503A;
}
body form .fui-checkbox label:before,
body form .fui-radio label:before {
  border-color: #17503A;
  top: 4px;
}
body form .fui-checkbox input:checked + label:before,
body form .fui-radio input:checked + label:before {
  background-color: #17503A;
  border-color: #17503A;
}
body form .fui-checkbox input:focus + label:before,
body form .fui-radio input:focus + label:before {
  box-shadow: 0 0 0 0.25rem rgba(23, 80, 58, 0.25);
  border-color: #17503A;
}
body form .fui-checkbox label:before {
  border-radius: 0;
}
body form .fui-checkbox-label,
body form .fui-radio-label {
  font-weight: 300;
  color: #17503A;
  padding-left: 1.4rem;
}
body form input[type=submit] {
  margin-top: 40px;
}
body form .custom-control {
  display: flex;
}
body form .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body form .custom-control.custom-checkbox, body form .custom-control.custom-radio {
  position: relative;
}
body form .custom-control.custom-checkbox .custom-control-label, body form .custom-control.custom-radio .custom-control-label {
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}
body form .custom-control.custom-checkbox .custom-control-label::before, body form .custom-control.custom-radio .custom-control-label::before {
  border: 1px solid #4B4B4B;
  background: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  left: auto;
  top: auto;
  content: "";
  display: block;
  border-radius: 0;
  background: white;
}
body form .custom-control.custom-checkbox .custom-control-label::after, body form .custom-control.custom-radio .custom-control-label::after {
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  border-radius: 3px;
  position: absolute;
}
body form .custom-control.custom-checkbox .custom-control-label svg, body form .custom-control.custom-radio .custom-control-label svg {
  margin-right: 8px;
}
body form .custom-control.custom-checkbox .custom-control-label span, body form .custom-control.custom-radio .custom-control-label span {
  font-weight: 300;
  color: #4B4B4B;
}
body form .custom-control.custom-checkbox .custom-control-input, body form .custom-control.custom-radio .custom-control-input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
body form .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, body form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: none;
}
body form .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, body form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  color: #17503A;
  width: 14px;
  height: 10px;
  display: block;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.937' height='9.492' viewBox='0 0 12.937 9.492'%3E%3Cpath id='Pfad_4509' data-name='Pfad 4509' d='M12.023-.5,4.653,6.87.5,2.716' transform='translate(0.207 1.207)' fill='none' stroke='%231dbe42' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body form .custom-control.custom-radio .custom-control-label::after,
body form .custom-control.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
body form .custom-control.custom-radio .custom-control-input ~ .custom-control-label::after {
  background: none;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background: white;
  left: 6px !important;
  top: 8px !important;
}

/* COLORS */
/* Diverses */
/* Breakpoints */
/*
@include media-breakpoint-up(sm) {}
@include media-breakpoint-down(sm) {}
@include media-breakpoint-between(sm, md) {}
*/
/* WIDTHS / HEIGHTS */
/* Gaps */
/* FONTS */
/* Mixins */
@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@keyframes pulseRed {
  0% {
    box-shadow: 0 0 0 0 rgba(170, 22, 27, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(170, 22, 27, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(170, 22, 27, 0);
  }
}
input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 20;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
input[type=checkbox] + label {
  display: flex;
  align-items: center;
}
input[type=checkbox] + label::before {
  content: "";
  background: #f4f4f5;
  display: block;
  flex: 0 0 auto;
  margin-right: 9px;
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  input[type=checkbox] + label::before {
    width: 25px;
    height: 25px;
  }
}
input[type=checkbox]:checked + label::before {
  background: #f4f4f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.242' height='14.111' viewBox='0 0 18.242 14.111'%3E%3Cpath id='Pfad_10645' data-name='Pfad 10645' d='M-14455.831-4092.28l4.132,4.132,9.868-9.868' transform='translate(14457.952 4100.138)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A") center/60% no-repeat;
}
input[type=checkbox][disabled] + label {
  pointer-events: none;
  opacity: 0.5;
}

.btn-primary, .fui-btn-container .fui-btn,
.fui-btn-container .fui-submit {
  padding: 12px 16px;
  font-size: inherit;
  border-radius: 0px;
  text-transform: none;
}

.cookiebanner {
  background: white;
  padding: 18px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - calc(15px * 2));
  z-index: 90;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  max-height: none;
  max-width: 420px;
  transform: translateY(calc(100% + 32px));
  transition: all 0.15s ease-in-out;
}
@media (min-width: 360px) {
  .cookiebanner {
    padding: 22px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cookiebanner {
    padding: 30px;
    font-size: 15px;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .cookiebanner {
    max-width: 500px;
  }
}
.cookiebanner.visible {
  transform: translate(0);
}
.cookiebanner .title {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  font-size: 115%;
}
.cookiebanner .checkboxes {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 12px;
  flex-direction: column;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .cookiebanner .checkboxes {
    flex-direction: row;
    gap: 20px;
  }
}
.cookiebanner .checkboxes > div {
  position: relative;
}
.cookiebanner .btn-primary::after, .cookiebanner .fui-btn-container .fui-btn::after, .fui-btn-container .cookiebanner .fui-btn::after,
.cookiebanner .fui-btn-container .fui-submit::after,
.fui-btn-container .cookiebanner .fui-submit::after {
  content: none;
}
.cookiebanner .btn-primary:hover, .cookiebanner .fui-btn-container .fui-btn:hover, .fui-btn-container .cookiebanner .fui-btn:hover,
.cookiebanner .fui-btn-container .fui-submit:hover,
.fui-btn-container .cookiebanner .fui-submit:hover {
  border: none !important;
}
.cookiebanner .btn-primary:active, .cookiebanner .fui-btn-container .fui-btn:active, .fui-btn-container .cookiebanner .fui-btn:active,
.cookiebanner .fui-btn-container .fui-submit:active,
.fui-btn-container .cookiebanner .fui-submit:active, .cookiebanner .btn-primary:focus, .cookiebanner .fui-btn-container .fui-btn:focus, .fui-btn-container .cookiebanner .fui-btn:focus,
.cookiebanner .fui-btn-container .fui-submit:focus,
.fui-btn-container .cookiebanner .fui-submit:focus {
  background: #17503A !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.cookiesettings .checkboxes > div {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .cookiesettings .checkboxes > div {
    margin-bottom: 60px;
  }
}
.cookiesettings .description {
  margin-top: 10px;
}

body {
  min-height: 100vh;
  font-size: 16px;
  font-family: "Wotfard", Verdana, Geneva, Tahoma, sans-serif;
  color: #4B4B4B;
  font-weight: 300;
  transition: opacity 0.4s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overscroll-behavior-y: none;
}
body.isHome {
  font-size: 18px;
  color: #17503A;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 20px;
  }
  body.isHome {
    font-size: 24px;
    color: #17503A;
  }
}

.banner {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 45px;
  background: white;
}
@media only screen and (min-width: 992px) {
  .banner {
    height: 80px;
  }
}
.banner .logo {
  max-width: 230px;
}
@media only screen and (min-width: 992px) {
  .banner .logo {
    max-width: 320px;
  }
}
.banner .navbar {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.banner .navbar .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}
.banner #mainnav {
  height: 100%;
  justify-content: space-between;
}
.banner #mainnav ul.mainnav {
  font-size: 18px;
  font-weight: bold;
}
.banner #mainnav ul.metanav {
  font-size: 14px;
}
.banner #mainnav ul.metanav .nav-item {
  display: inline-flex;
  align-items: center;
}

.content {
  position: relative;
  z-index: 20;
}
body:not(.isHome) .content {
  margin-top: 45px;
}
@media only screen and (min-width: 992px) {
  body:not(.isHome) .content {
    margin-top: 80px;
  }
}

.ratio {
  display: block;
}
.ratio .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-hero:not(.section-hero-slider) {
  height: 40vh;
  position: relative;
  z-index: 20;
  padding-bottom: 0;
  box-shadow: inset 0 0 100px 10px rgba(0, 0, 0, 0.5);
}
.section-hero-slider {
  z-index: 30;
  padding: 0;
}
.section-hero-slider .swiper-slide {
  height: 100vh;
}
.section-hero-slider .swiper-slide::before {
  background: transparent;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
  height: 66%;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.section-hero-slider .swiper-button {
  width: 40px;
  height: 90px;
  display: none;
}
.section-hero-slider .swiper-button::after {
  font-size: 70px;
}
@media only screen and (min-width: 992px) {
  .section-hero-slider:hover .swiper-button {
    display: block;
  }
}
.section-text-center > .row {
  justify-content: center;
}
.section-staggered > .row {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section-staggered > .row {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-staggered > .row {
    padding: 110px 0;
  }
}
.section-staggered > .row > div:last-child {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-staggered > .row:nth-of-type(even) > div:first-child {
    order: 2;
  }
  .section-staggered > .row:nth-of-type(even) > div:last-child {
    order: 1;
  }
}
.section-staggered > .row svg {
  max-width: 350px;
}
@media only screen and (max-width: 991px) {
  .section-grid .packery {
    height: auto !important;
  }
}
.section-grid .grid-sizer {
  width: 6.6666%;
}
.section-grid .grid-item {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .section-grid .grid-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .section-grid .grid-item:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .section-grid .grid-item:nth-child(n+6) {
    display: none;
  }
}
.section-grid .grid-item .ratio::before {
  display: none;
}
.section-grid .grid-item .ratio > * {
  position: relative;
}
.section-contact {
  background: white;
  z-index: 30;
}
.section-interactive-map {
  overflow: hidden;
}
.section-interactive-map > img {
  position: absolute;
  z-index: 20;
  left: calc(15px * 2);
  bottom: 132px;
}
@media only screen and (min-width: 992px) {
  .section-interactive-map > img {
    display: none;
  }
}
.section-impressionen > .container {
  max-width: 1440;
}

.swiper-pagination {
  bottom: 20px;
}
.swiper-pagination-bullet {
  background: white;
}
.swiper-button {
  top: 50%;
  color: white;
  margin: 0;
  transform: translateY(-50%);
}

.contact {
  text-align: center;
  background: #E3DFD3;
  position: relative;
  padding: 0 60px 25px 40px;
  z-index: 30;
}
@media only screen and (min-width: 992px) {
  .contact {
    padding: 0 60px 50px;
  }
}
.contact > * {
  position: relative;
  z-index: 10;
}
.contact::before {
  content: "";
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 93px;
  z-index: 1;
}
.contact img {
  max-width: 186px;
  display: inline-block;
  border: 2px solid white;
  box-shadow: -10px 15px 30px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 30px;
}
.contact p {
  text-align: left;
}

.claim {
  font-size: 35px;
  color: white;
  display: block;
  padding-bottom: 25px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  width: 100%;
  max-width: 865px;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  z-index: 20;
}
@media only screen and (min-width: 992px) {
  .claim:not(.small) {
    font-size: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .claim:not(.small) {
    font-size: 80px;
    max-width: 1200px;
    padding-bottom: 65px;
  }
}
.claim.small {
  bottom: 25%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.claim::after {
  width: 80px;
  height: 3px;
  background: white;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.mapcontainer {
  height: 75vh;
  position: relative;
  overflow: scroll;
  z-index: 5;
}
.mapcontainer > svg {
  position: absolute;
  left: 90%;
  top: -50%;
  transform: translateX(-50%);
  width: auto;
  height: 200%;
}
@media only screen and (min-width: 575px) {
  .mapcontainer > svg {
    left: 50%;
    top: 0%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .mapcontainer {
    height: 80vh;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1600px) {
  .mapcontainer {
    height: 100vh;
  }
}

.slideout {
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: flex-start;
  transition: all 0.15s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .slideout {
    position: absolute;
    top: 20%;
    height: calc(100% - 40px);
    right: -522px;
    width: 600px;
  }
}
.slideout:hover {
  right: 0;
}
.slideout-filter {
  z-index: 20;
}
.slideout-filter .slideout-tab {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #17503A;
}
.slideout-filter .slideout-tab svg {
  width: 48px;
}
.slideout-filter .slideout-panel {
  bottom: calc(100% + 78px);
}
.slideout-filter ul {
  font-size: 16px;
}
@media only screen and (min-width: 375px) {
  .slideout-filter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -gap;
  }
  .slideout-filter ul li {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .slideout-filter {
    width: 360px;
    top: calc(20% + 78px + 9px);
    right: -282px;
  }
  .slideout-filter .slideout-tab {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .slideout-filter .slideout-panel {
    bottom: auto;
  }
  .slideout-filter ul {
    display: block;
  }
}
.slideout-tab {
  width: 50%;
  height: 78px;
  background: #CBAF7B;
  color: white;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .slideout-tab {
    width: 78px;
  }
}
.slideout-tab::after {
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all 0.15s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: inherit;
  z-index: -1;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .slideout-tab::after {
    display: none;
  }
}
.slideout-tab svg {
  width: 54px;
  height: auto;
  transition: all 0.15s ease-in-out;
}
.slideout-tab.hover ~ .slideout-panel {
  left: 0;
}
.slideout-tab.hover::after {
  height: calc(100% + 15px);
}
.slideout-tab.hover svg {
  transform: translateY(-10px);
}
@media only screen and (min-width: 992px) {
  .slideout-tab:hover ~ .slideout-panel {
    left: 0;
  }
}
.slideout-map .slideout-tab::after {
  width: 50%;
}
.slideout-panel {
  background: white;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: -100%;
  transition: all 0.15s ease-in-out;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .slideout-panel {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
}
.slideout-panel > img {
  padding: 30px;
}
.slideout form {
  margin: 0;
}
.slideout ul {
  list-style: none;
  padding: 20px 25px;
  margin: 0;
}
.slideout ul li {
  padding: 3px 0;
}

.mainfooter {
  position: relative;
  z-index: 30;
  color: #17503A;
  background: white;
  font-size: calc(20px - 2px);
}
@media only screen and (min-width: 992px) {
  .mainfooter {
    padding-top: 80px;
  }
}
.mainfooter ul {
  padding-left: 0;
  list-style: none;
}
.mainfooter ul li {
  list-style: none;
}
.mainfooter svg {
  height: auto;
}

a.scroll {
  position: absolute;
  z-index: 0;
  padding: 0;
  transition: all 0.15s ease-in-out;
  color: #17503A;
  display: block;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  a.scroll {
    right: 0;
  }
}
a.scroll:hover {
  text-decoration: none;
}
a.scroll::after {
  content: "";
  width: 50px;
  height: 2px;
  background: white;
  display: block;
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  a.scroll::after {
    background: #17503A;
  }
}
a.scroll.down {
  top: calc(100vh - 90px);
  color: white;
  z-index: 35;
}
a.scroll.down::after {
  background: white;
}
a.scroll.down:hover {
  margin-top: 6px;
}
a.scroll.up {
  position: fixed;
  transition: all 0.15s ease-in-out;
  color: white;
  text-align: center;
  background: #CBAF7B;
  bottom: 0;
  width: 100%;
  z-index: 25;
  right: 0;
  display: inline-flex;
  padding: 20px 0;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  a.scroll.up {
    bottom: 65px;
    color: #17503A;
    background: none;
    display: flex;
    justify-content: flex-end;
  }
  a.scroll.up:hover {
    margin-bottom: 6px;
  }
}

button.scroll {
  background: none;
  border: none;
  z-index: 0;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
button.scroll svg {
  width: 45px;
  height: 45px;
}
button.scroll.up {
  color: #17503A;
  z-index: 10;
  transition: all 0.15s ease-in-out;
  background: white;
}
button.scroll.up:hover {
  margin-bottom: 6px;
}

.eventbutton {
  width: 120px;
  height: 120px;
  color: white;
  transform: rotate(-10deg);
  position: absolute;
  right: calc(15px * 2);
  top: 32%;
  border-radius: 50%;
  background: #CBAF7B;
  z-index: 40;
  text-align: center;
  line-height: 1.1;
  padding: 20px 5px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.eventbutton:hover, .eventbutton:hover * {
  text-decoration: none;
}
.eventbutton:hover span {
  color: white !important;
}
.eventbutton span {
  text-transform: uppercase;
  font-size: 15px;
  margin: 2px 0;
  position: relative;
  display: block;
  padding-bottom: 12px;
  color: white !important;
}
.eventbutton span::after {
  height: 2px;
  width: 30px;
  background: white;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.eventbutton i {
  color: #17503A;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.eventbutton span, .eventbutton i {
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .eventbutton {
    width: 140px;
    height: 140px;
    padding: 25px 5px 25px;
  }
  .eventbutton span {
    font-size: 18px;
  }
  .eventbutton i {
    font-size: 14px;
  }
}