@charset "UTF-8";
/*!
Theme Name: Staatsbad Bad Brückenau
Theme URI: https://www.re7consulting.com
Author: re7consulting
Author URI: https://www.re7consulting.com
Description: Template für Staatsbad Bad Brückenau
Version: 1.1.16
Text Domain: bb
*/

.info {
  color: #666666;
}

.splide__pagination__page {
  color: #666666;
}

.stretched-link {
  position: relative;
}
.stretched-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* EXT: RE7MEGAMENU */
header nav.full {
  position: relative;
}

header nav.full > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 300px;
  padding: 20px;
  background: #F5EDE9;
  border-radius: 10px;
}

header nav.full > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: -20px;
  left: 100%;
  min-width: 300px;
  padding: 20px;
  background: #F5EDE9;
  border-radius: 10px;
}

header nav.full > ul > li > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}

header nav.full > ul > li > ul > li.menu-item-has-children > a:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.5;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
  transform: translateY(-50%) scale(0.5) rotate(-90deg);
}

header nav.full > ul > li > ul > li.menu-item-has-children:hover > a:after {
  opacity: 1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23ab895c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
}

header nav.full > ul > li > ul > li:hover > ul {
  display: block;
}

header nav.full > ul > li > ul a {
  display: block;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #695E43;
  line-height: 1.4;
  text-decoration: none;
}

header nav.full > ul > li > ul a > div {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

header nav.full > ul > li > ul a > span,
header nav.full > ul > li > ul a > div > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 1.4;
  margin: 5px 0 0;
}

header nav.full > ul > li > ul a > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 5px;
  margin: 0 0 20px;
  transition: all 0.2s ease-out;
}

header nav.full > ul > li > ul a:hover > img {
  opacity: 0.8;
}

header nav.full > ul > li > ul li {
  display: block;
  position: relative;
  padding: 0 0 4px;
  margin: 0 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header nav.full > ul > li > ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

header nav.full > ul > li > ul li:hover > a,
header nav.full > ul > li > ul li.current-menu-item > a {
  color: #9C0C15;
}

header nav.full > ul > li:hover > ul {
  display: block;
}

header nav.full > ul > li.open-left > ul {
  left: auto;
  right: 0;
}

header nav.full > ul > li.open-left > ul > li > ul {
  left: auto;
  right: 100%;
}

header nav.full > ul > li.has-space-left {
  margin-left: 35px;
}

header nav.full > ul > li.has-image > a {
  display: flex;
  flex-direction: row;
}

header nav.full > ul > li.has-image > a > img {
  display: block;
  width: auto;
  height: 20px;
  align-self: center;
  margin: 0 10px 0 0;
}

header nav.full > ul > li.columns {
  position: static;
}

header nav.full > ul > li.columns li {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}

header nav.full > ul > li.columns > ul {
  flex-direction: row;
  flex-wrap: wrap;
  right: 0;
  padding: 25px 25px 0;
}

header nav.full > ul > li.columns > ul > li {
  margin: 0 25px 0 0;
}

header nav.full > ul > li.columns > ul > li > ul {
  display: block;
  min-width: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 15px 0 0;
}

header nav.full > ul > li.columns > ul > li > ul > li {
  padding-bottom: 0;
  margin-bottom: 8px;
}

header nav.full > ul > li.columns > ul > li > ul > li > a {
  font-size: 14px;
  color: #888;
}

header nav.full > ul > li.columns > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

header nav.full > ul > li.columns > ul > li > ul > li:hover > a {
  color: #145174;
}

header nav.full > ul > li.columns > ul > li:last-child {
  padding-bottom: 20px;
}

header nav.full > ul > li.columns > ul > li.menu-item-has-children > a:after {
  display: none;
}

header nav.full > ul > li.columns > ul a {
  padding: 0;
}

header nav.full > ul > li.columns.columns-4 > ul > li {
  width: calc(25% - 25px);
}

header nav.full > ul > li.columns.columns-2 > ul > li {
  width: calc(50% - 25px);
}

header nav.full > ul > li.columns:hover > ul {
  display: flex;
}

header nav.full > ul > li.has-icons > ul > li.has-image {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header nav.full > ul > li.has-icons > ul > li.has-image > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

header nav.full > ul > li.has-icons > ul > li.has-image > a > img {
  max-width: 48px;
  max-height: 100%;
  margin: 0 20px 0 0;
}

header nav.full > ul > li.has-icons.columns-2 > ul > li:nth-last-child(-n+2),
header nav.full > ul > li.has-icons.columns-4 > ul > li:nth-last-child(-n+4) {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

header nav.full > ul > li.has-images > ul > li.has-image {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header nav.full > ul > li.has-images.columns-2 > ul > li:nth-last-child(-n+2),
header nav.full > ul > li.has-images.columns-4 > ul > li:nth-last-child(-n+4) {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

@media only screen and (max-width: 1460px) {
  header nav.full > ul > li.has-space-left {
    margin-left: 0;
  }
}
.mm-menu .mm-listview img {
  display: none;
}

.mm-menu span.description {
  display: block;
  margin: 5px 0 0;
  color: #888;
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: normal;
}

header nav.full > ul > li > a {
  font-size: 15px;
}

header nav.full > ul > li.menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}

header nav.full > ul > li.menu-item-has-children > a:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  opacity: 0.5;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
  transform: translateY(-50%) scale(0.4);
  border: 0;
}

header nav#main-menu > ul > li > a {
  line-height: 50px;
  border-bottom: 0;
}

header nav#main-menu > ul > li:hover > a {
  color: #a8875a;
  border-bottom: 0;
}

header nav#main-menu > ul > li > a:before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #a8875a;
  border-radius: 1px;
  transition: all 0.2s ease-out;
}

header nav#main-menu > ul > li:hover > a:before {
  width: 20px;
}

.stretched-link {
  position: relative;
}

.stretched-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* EXT: RE7MEGAMENU */
header nav.full {
  position: relative;
}

header nav.full > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 300px;
  padding: 20px;
  background: #F5EDE9;
  border-radius: 10px;
}

header nav.full > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  top: -20px;
  left: 100%;
  min-width: 300px;
  padding: 20px;
  background: #F5EDE9;
  border-radius: 10px;
}

header nav.full > ul > li > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}

header nav.full > ul > li > ul > li.menu-item-has-children > a:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.5;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
  transform: translateY(-50%) scale(0.5) rotate(-90deg);
}

header nav.full > ul > li > ul > li.menu-item-has-children:hover > a:after {
  opacity: 1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23ab895c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
}

header nav.full > ul > li > ul > li:hover > ul {
  display: block;
}

header nav.full > ul > li > ul a {
  display: block;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #695E43;
  line-height: 1.4;
  text-decoration: none;
}

header nav.full > ul > li > ul a > div {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

header nav.full > ul > li > ul a > span,
header nav.full > ul > li > ul a > div > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 1.4;
  margin: 5px 0 0;
}

header nav.full > ul > li > ul a > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 5px;
  margin: 0 0 20px;
  transition: all 0.2s ease-out;
}

header nav.full > ul > li > ul a:hover > img {
  opacity: 0.8;
}

header nav.full > ul > li > ul li {
  display: block;
  position: relative;
  padding: 0 0 4px;
  margin: 0 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header nav.full > ul > li > ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

header nav.full > ul > li > ul li:hover > a,
header nav.full > ul > li > ul li.current-menu-item > a {
  color: #9C0C15;
}

header nav.full > ul > li:hover > ul {
  display: block;
}

header nav.full > ul > li.open-left > ul {
  left: auto;
  right: 0;
}

header nav.full > ul > li.open-left > ul > li > ul {
  left: auto;
  right: 100%;
}

header nav.full > ul > li.has-space-left {
  margin-left: 35px;
}

header nav.full > ul > li.has-image > a {
  display: flex;
  flex-direction: row;
}

header nav.full > ul > li.has-image > a > img {
  display: block;
  width: auto;
  height: 20px;
  align-self: center;
  margin: 0 10px 0 0;
}

header nav.full > ul > li.columns {
  position: static;
}

header nav.full > ul > li.columns li {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}

header nav.full > ul > li.columns > ul {
  flex-direction: row;
  flex-wrap: wrap;
  right: 0;
  padding: 25px 25px 0;
}

header nav.full > ul > li.columns > ul > li {
  margin: 0 25px 0 0;
}

header nav.full > ul > li.columns > ul > li > ul {
  display: block;
  min-width: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 15px 0 0;
}

header nav.full > ul > li.columns > ul > li > ul > li {
  padding-bottom: 0;
  margin-bottom: 8px;
}

header nav.full > ul > li.columns > ul > li > ul > li > a {
  font-size: 14px;
  color: #888;
}

header nav.full > ul > li.columns > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

header nav.full > ul > li.columns > ul > li > ul > li:hover > a {
  color: #145174;
}

header nav.full > ul > li.columns > ul > li:last-child {
  padding-bottom: 20px;
}

header nav.full > ul > li.columns > ul > li.menu-item-has-children > a:after {
  display: none;
}

header nav.full > ul > li.columns > ul a {
  padding: 0;
}

header nav.full > ul > li.columns.columns-4 > ul > li {
  width: calc(25% - 25px);
}

header nav.full > ul > li.columns.columns-2 > ul > li {
  width: calc(50% - 25px);
}

header nav.full > ul > li.columns:hover > ul {
  display: flex;
}

header nav.full > ul > li.has-icons > ul > li.has-image {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header nav.full > ul > li.has-icons > ul > li.has-image > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

header nav.full > ul > li.has-icons > ul > li.has-image > a > img {
  max-width: 48px;
  max-height: 100%;
  margin: 0 20px 0 0;
}

header nav.full > ul > li.has-icons.columns-2 > ul > li:nth-last-child(-n+2),
header nav.full > ul > li.has-icons.columns-4 > ul > li:nth-last-child(-n+4) {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

header nav.full > ul > li.has-images > ul > li.has-image {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header nav.full > ul > li.has-images.columns-2 > ul > li:nth-last-child(-n+2),
header nav.full > ul > li.has-images.columns-4 > ul > li:nth-last-child(-n+4) {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

@media only screen and (max-width: 1460px) {
  header nav.full > ul > li.has-space-left {
    margin-left: 0;
  }
}
.mm-menu .mm-listview img {
  display: none;
}

.mm-menu span.description {
  display: block;
  margin: 5px 0 0;
  color: #888;
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: normal;

}

header nav.full > ul > li > a {
  font-size: 15px;
}

header nav.full > ul > li.menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}

header nav.full > ul > li.menu-item-has-children > a:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  opacity: 0.5;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 14 14'%3E%3Cpolyline fill='none' stroke-width='1.5' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points='3.5,6.5 8,11 12.5,6.5'%3E%3C/polyline%3E%3C/svg%3E");
  transform: translateY(-50%) scale(0.4);
  border: 0;
}

header nav#main-menu > ul > li > a {
  line-height: 50px;
  border-bottom: 0;
}

header nav#main-menu > ul > li:hover > a {
  color: #a8875a;
  border-bottom: 0;
}

header nav#main-menu > ul > li > a:before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #a8875a;
  border-radius: 1px;
  transition: all 0.2s ease-out;
}

header nav#main-menu > ul > li:hover > a:before {
  width: 20px;
}

/* cardo-regular - latin */
@font-face {
  font-family: "Cardo";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/cardo-v19-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/cardo-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/cardo-v19-latin-regular.woff2") format("woff2"), url("assets/fonts/cardo-v19-latin-regular.woff") format("woff"), url("assets/fonts/cardo-v19-latin-regular.ttf") format("truetype"), url("assets/fonts/cardo-v19-latin-regular.svg#Cardo") format("svg"); /* Legacy iOS */
}
/* cardo-700 - latin */
@font-face {
  font-family: "Cardo";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/cardo-v19-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/cardo-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/cardo-v19-latin-700.woff2") format("woff2"), url("assets/fonts/cardo-v19-latin-700.woff") format("woff"), url("assets/fonts/cardo-v19-latin-700.ttf") format("truetype"), url("assets/fonts/cardo-v19-latin-700.svg#Cardo") format("svg"); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/inter-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-regular.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-regular.woff") format("woff"), url("assets/fonts/inter-v12-latin-regular.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/inter-v12-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/inter-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/fonts/inter-v12-latin-500.woff2") format("woff2"), url("assets/fonts/inter-v12-latin-500.woff") format("woff"), url("assets/fonts/inter-v12-latin-500.ttf") format("truetype"), url("assets/fonts/inter-v12-latin-500.svg#Inter") format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/montserrat-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin-regular.woff") format("woff"), url("assets/fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/montserrat-v25-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin-500.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin-500.woff") format("woff"), url("assets/fonts/montserrat-v25-latin-500.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/montserrat-v25-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/montserrat-v25-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin-600.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin-600.woff") format("woff"), url("assets/fonts/montserrat-v25-latin-600.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin-600.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/montserrat-v25-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin-700.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin-700.woff") format("woff"), url("assets/fonts/montserrat-v25-latin-700.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/montserrat-v25-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/montserrat-v25-latin-800.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin-800.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin-800.woff") format("woff"), url("assets/fonts/montserrat-v25-latin-800.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin-800.svg#Montserrat") format("svg"); /* Legacy iOS */
}
.mont {
  font-family: "Montserrat", sans-serif !important;
}

.card {
  font-family: "Cardo", serif !important;
}

.reg {
  font-weight: 500 !important;
}

.sbold {
  font-weight: 700 !important;
}

.background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* GEN SETUP */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*  color: #666666;  */
}

body.contrast-mode *, body.contrast-mode *::before, body.contrast-mode *::after {
  color: #000000;
}

*:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    -webkit-animation-delay: -1ms !important;
    animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

b, bold, b *, bold *, bolder, bolder *, .bold {
  font-weight: 800 !important;
}

/* SPECIFIC SETUP */
html {
  font-size: 18px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.page-content {
  background-color: #ffffff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: currentColor;
  display: block;
}

button {
  font-family: inherit;
  font-size: 1rem;
  background-color: transparent;
  cursor: pointer;
}

ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #c59e5b;
  font-family: "Cardo", serif;
  font-weight: 400;
}
body.contrast-mode h1, body.contrast-mode h2, body.contrast-mode h3, body.contrast-mode h4, body.contrast-mode h5, body.contrast-mode h6, body.contrast-mode .h1, body.contrast-mode .h2, body.contrast-mode .h3, body.contrast-mode .h4, body.contrast-mode .h5, body.contrast-mode .h6 {
  color: #000000;
}

/* SCROLLBAR */
html {
  --scrollbarBG: #FBF6F0FF;
  --thumbBG: #C59E5BFF;
}

*::-webkit-scrollbar {
  width: 11px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG, #c59e5b) var(--scrollbarBG, #fbf6f0);
}

*::-webkit-scrollbar-track {
  background: var(--scrollbarBG, #fbf6f0);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG, #c59e5b);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG, #fbf6f0);
}

/* Helfer Klassen */
.wide {
  max-width: calc(1790px + 2 * 20px);
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  border-radius: 8px;
}

.narrow {
  max-width: calc(1640px + 2 * 20px);
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row.even > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.row.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

img, .brdr, .video, video, .video-js {
  border-radius: 10px;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

/*
.video {
  width: 100%;
  height: 100%;
  > * {
    height: 100%;
  }
}*/
.img {
  position: relative;
  overflow: hidden;
}
.img svg, .img img {
  position: absolute;
  inset: 0;
}

p.red, a.red, li.red, ul.red li, span.red {
  color: #990000;
}
body.contrast-mode p.red, body.contrast-mode a.red, body.contrast-mode li.red, body.contrast-mode ul.red li, body.contrast-mode span.red {
  color: #000000;
}

div.red {
  background-color: #990000;
}
body.contrast-mode div.red {
  background-color: #000000;
}

p.gold, a.gold, li.gold, ul.gold li, span.gold {
  color: #c59e5b;
}
body.contrast-mode p.gold, body.contrast-mode a.gold, body.contrast-mode li.gold, body.contrast-mode ul.gold li, body.contrast-mode span.gold {
  color: #000000;
}

div.gold {
  background-color: #c59e5b;
}
body.contrast-mode div.gold {
  background-color: #000000;
}

p.white, a.white, span.white {
  color: #ffffff;
}
body.contrast-mode p.white, body.contrast-mode a.white, body.contrast-mode span.white {
  color: #ffffff;
}

p.grey, a.grey, span.grey, h1.grey, h2.grey, h3.grey {
  color: #555555;
}
body.contrast-mode p.grey, body.contrast-mode a.grey, body.contrast-mode span.grey, body.contrast-mode h1.grey, body.contrast-mode h2.grey, body.contrast-mode h3.grey {
  color: #000000;
}

div.beige {
  background-color: #fbf6f0;
}
body.contrast-mode div.beige {
  background-color: #ffffff;
}

section:not(#headerbild), footer {
  margin-top: clamp(70px, 10vw, 200px);
}
section:not(#headerbild).mtop-50, footer.mtop-50 {
  margin-top: clamp(20px, 3vw, 50px);
}
section:not(#headerbild).mtop-100, footer.mtop-100 {
  margin-top: clamp(50px, 5vw, 100px);
}
section:not(#headerbild).mtop-170, footer.mtop-170 {
  margin-top: clamp(65px, 8.5vw, 170px);
}

section#headerbild + section {
  margin-top: clamp(70px, 7vw, 140px);
}

/* Wiederkehrende Elemente */
.inline-icon {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  float: right;
  line-height: 1.3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-icon.before::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.3em;
  margin-right: 0.5em;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}
.inline-icon .img {
  width: 35px;
  height: 100%;
  padding-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.inline-icon .img img, .inline-icon .img svg {
  display: block;
  width: calc(100% - 7px);
  height: auto;
}
.inline-icon span:last-of-type {
  display: inline-block;
}
.inline-icon.btn {
  line-height: unset;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 0.95em 1.75em;
  display: inline-block;
  border-radius: 2em;
  white-space: nowrap;
  max-height: 3.35em;
  -webkit-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  line-height: 1.35;
  cursor: pointer;
}
.btn.btn--gold {
  background-color: #c59e5b;
  color: #ffffff;
}
.btn.btn--gold:hover, .btn.btn--gold.active {
  background-color: #990000;
}
.btn.btn--gold:hover.arrow::after, .btn.btn--gold:hover.inline-icon.before::before, .btn.btn--gold.active.arrow::after, .btn.btn--gold.active.inline-icon.before::before {
  -webkit-filter: grayscale(1) brightness(15);
  filter: grayscale(1) brightness(15);
}
body.contrast-mode .btn.btn--gold:hover, body.contrast-mode .btn.btn--gold.active {
  background-color: #000000;
}
body.contrast-mode .btn.btn--gold {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn--red {
  background-color: #990000;
  color: #ffffff;
}
.btn.btn--red.arrow::after {
  background-image: url("assets/images/Iconarrow-weiss.png");
}
.btn.btn--red:hover, .btn.btn--red.active {
  background-color: #c59e5b;
}
body.contrast-mode .btn.btn--red:hover, body.contrast-mode .btn.btn--red.active {
  background-color: #000000;
}
body.contrast-mode .btn.btn--red {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn--beige {
  background-color: #fbf6f0;
  color: #c59e5b;
}
.btn.btn--beige:hover, .btn.btn--beige.active {
  background-color: #990000;
  color: #ffffff;
}
body.contrast-mode .btn.btn--beige:hover, body.contrast-mode .btn.btn--beige.active {
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode .btn.btn--beige {
  background-color: #ffffff;
  color: #000000;
}
.btn.sbr {
  border-radius: 8px;
}

.arrow::after {
  content: "";
  background-image: url("assets/images/Iconarrow.svg");
  width: 1.25em;
  height: 0.75em;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}
body.contrast-mode .arrow::after {
  background-image: url("assets/images/Iconarrow-weiss.png");
}

.scroller {
  display: -ms-grid !important;
  display: grid !important;
  gap: 15px;
}
.scroller > * {
  scroll-snap-align: start;
}
.scroller.horizontal {
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: inline mandatory;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 10px;
}
.scroller.vertical {
  grid-auto-flow: row;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -ms-scroll-snap-type: block mandatory;
  scroll-snap-type: block mandatory;
  scroll-padding-block: 10px;
}

.blink {
  -webkit-animation-name: animation_blink;
  animation-name: animation_blink;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes animation_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation_blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* TEXT */
.text h1 {
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
.text h2 {
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
.text h3, .text h4, .text h5, .text h6 {
  margin: 0 0 1.5rem;
}
.text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: clamp(14px, 1.3vw, 18px);
  margin: 0 0 1.8em;
  color: #666666;
}
.text ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
  margin-left: 1.6em;
  position: relative;
  margin-bottom: 0.2em;
}
.text ul li::before {
  content: "—";
  color: #990000;
  width: 1.5em;
  position: absolute;
  left: -1.5em;
}
body.contrast-mode .text ul li::before {
  color: #000000;
}
.text ol {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
  margin-left: 2.4em;
}
.text ol li::marker {
  color: #990000;
  display: inline-block;
  width: 1.5em;
  margin-left: 1em;
}
body.contrast-mode .text ol li::marker {
  color: #000000;
}
.text ol li > ol {
  margin-top: 5px;
  margin-bottom: 15px !important;
}
.text a:not(.btn) {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #990000;
  text-decoration-color: #990000;
  text-underline-offset: 2px;
}
.text a:not(.btn):hover {
  color: #c59e5b;
}
.text *:not(div):last-child {
  margin-bottom: 0;
}
.text hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background: transparent;
  border-bottom: 1px solid #bd9959;
}
body.contrast-mode .text hr {
  border-bottom: 1px solid #000000;
}
.text.textfeld h1 {
  font-size: clamp(32px, 3.5vw, 50px);
}
.text.textfeld h2 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.text.textfeld h3 {
  font-size: clamp(24px, 2.9vw, 38px);
}
.text.textfeld h4 {
  font-size: clamp(20px, 2.7vw, 32px);
}
.text.textfeld h5 {
  font-size: clamp(18px, 2.5vw, 26px);
}
.text.textfeld h6 {
  font-size: clamp(16px, 2.3vw, 20px);
}
.text.textfeld table tbody {
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.56;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.text.textfeld table tbody tr td {
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.56;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 0.3rem 0.7rem;
}
@media (max-width: 600px) {
  .text.textfeld table tbody tr td {
    padding: 0.15rem 0.5rem;
  }
}
.text.textfeld table tbody tr td ul {
  margin-block: 5px;
}
.text.textfeld table tbody tr:nth-of-type(even) {
  background-color: white;
}
.text.textfeld table tbody tr:nth-of-type(odd) {
  background-color: #fbf6f0;
}
.text.textfeld table tbody tr:first-of-type {
  background-color: #990000;
  color: white;
}
.text.textfeld table tbody tr:first-of-type td {
  color: white;
  padding: 0.5rem 0.7rem;
  font-weight: 700;
}
.text.textfeld table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #c59e5b;
}

/* HEADER */
header.main-header {
  height: 130px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 99;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: white;
}
header.main-header #navmobile:not(.mm-menu) {
  display: none;
}
header.main-header .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header.main-header .inner .logo {
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 184px;
  flex: 0 0 184px;
  z-index: 2;
}
header.main-header .inner .logo * {
  max-height: 100% !important;
}
header.main-header .inner .search-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 270px;
  flex: 0 1 270px;
  margin-inline: 20px;
}
header.main-header .inner .search-container .lupe-toggle {
  width: 17px;
  height: 100%;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  border: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  cursor: pointer;
  right: 0;
  top: 13px;
  position: absolute;
  visibility: hidden;
}
header.main-header .inner .search-container .lupe-toggle svg {
  width: 100%;
  height: auto;
}
header.main-header .inner .search-container .search {
  height: 42px;
}
header.main-header .inner .search-container .search input[type=submit] {
  width: 17px;
  height: 100%;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  border: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  cursor: pointer;
}
header.main-header .inner .search-container .search a {
  display: inline-block;
}
header.main-header .inner .search-container .search a svg {
  width: 17px;
  height: auto;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
header.main-header .inner .search-container .search input[type=text] {
  width: calc(100% - 26px);
  background-color: #fbf6f0;
  border-radius: 16px;
  height: 100%;
  padding: 20px;
  display: inline-block;
}
header.main-header .inner .search-container .search input[type=text] ::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 15px;
}
header.main-header .inner .search-container .search input[type=text] ::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 15px;
}
header.main-header .inner .search-container .search input[type=text] :-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 15px;
}
header.main-header .inner .search-container .search input[type=text] ::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 15px;
}
header.main-header .inner .search-container .search input[type=text] ::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 15px;
}
body.contrast-mode header.main-header .inner .search-container .search input[type=text] {
  color: #ffffff;
  background-color: #000000;
}
body.contrast-mode header.main-header .inner .search-container .search input[type=text] ::-webkit-input-placeholder {
  color: #ffffff;
}
body.contrast-mode header.main-header .inner .search-container .search input[type=text] ::-moz-placeholder {
  color: #ffffff;
}
body.contrast-mode header.main-header .inner .search-container .search input[type=text] :-ms-input-placeholder {
  color: #ffffff;
}
body.contrast-mode header.main-header .inner .search-container .search input[type=text] ::-ms-input-placeholder {
  color: #ffffff;
}
body.contrast-mode header.main-header .inner .search-container .search input[type=text] ::placeholder {
  color: #ffffff;
}
header.main-header .inner .navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1095px;
  flex: 0 1 1095px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
header.main-header .inner .navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1vw, 30px);
}
header.main-header .inner .navigation #navfull {
  height: 100%;
  /* MEGAMENU */
}
header.main-header .inner .navigation #navfull > ul > li > a {
  padding-top: 15px;
  padding-bottom: 18px;
  position: relative;
  display: block;
  font-family: "Cardo", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
}
header.main-header .inner .navigation #navfull > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #c59e5b;
  height: 2px;
  width: 0;
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
}
body.contrast-mode header.main-header .inner .navigation #navfull > ul > li > a::after {
  background-color: #000000;
}
header.main-header .inner .navigation #navfull > ul > li > a > img {
/*  display: none; */
}
header.main-header .inner .navigation #navfull > ul > li:hover > a::after, header.main-header .inner .navigation #navfull > ul > li.current-menu-item > a::after, header.main-header .inner .navigation #navfull > ul > li.current-menu-ancestor > a::after {
  width: 37px;
}
header.main-header .inner .navigation #navfull > ul > li > ul {
  display: block;
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
/*  padding: 45px 25px 40px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
/*  min-width: min(370px, 20vw); */
}
header.main-header .inner .navigation #navfull > ul > li > ul li {
  border-bottom: 1px solid #f5f1ec;
}
header.main-header .inner .navigation #navfull > ul > li > ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.contrast-mode header.main-header .inner .navigation #navfull > ul > li > ul {
  background-color: #ffffff;
}
header.main-header .inner .navigation #navfull > ul > li:hover > ul {
  visibility: visible;
  z-index: 1;
}
header.main-header .inner .navigation #navfull .wpml-ls-menu-item {
  padding: 1px;
/*  background-color: #fbf6f0; */
  background-color: #fff;
  border-radius: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: auto;
}
header.main-header .inner .navigation #navfull .wpml-ls-menu-item a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  line-height: 18px;
  padding: 0;
}
/* header.main-header .inner .navigation #navfull .wpml-ls-menu-item a::before {
  content: "";
  background-image: url("assets/images/Flag.svg");
  width: 17.4px;
  height: 17.4px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
} */
header.main-header .inner .navigation #navfull .wpml-ls-menu-item a::after {
  display: none;
}
body.contrast-mode header.main-header .inner .navigation #navfull .wpml-ls-menu-item {
  background-color: #ffffff;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > a .description {
  display: none;

}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu {
  width: calc(100% - 40px);
  margin-left: 20px;
  left: 0;
  top: calc(100% - 37px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 86px 75px 50px max(510px, 100% - 1091px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 11px;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 318px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 318/138;
  border-bottom: unset;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu > li a img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu > li a div {
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Cardo", serif;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu > a {
  position: absolute;
  margin-left: 75px;
  /* display: none; */
  max-width: 391px;
  left: 0;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu > a:not(.description) {
  font-family: "Cardo", serif;
  font-size: 42px;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  color: #666666;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu > a .description {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #666666;
}
header.main-header .inner .navigation #navfull li.columns.columns-3 > ul.sub-menu > a .description::before {
  content: "\a";
  white-space: pre;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.images > ul.sub-menu > li a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5882352941)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5882352941) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5882352941) 100%);
}
header.main-header .inner .navigation #navfull li.columns.columns-3.images > ul.sub-menu > li a div {
  position: absolute;
  inset: auto 15px 15px 15px;
  color: #ffffff;
}
body.contrast-mode header.main-header .inner .navigation #navfull li.columns.columns-3.images > ul.sub-menu > li a div {
  color: #ffffff;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.images > ul.sub-menu > li:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4588235294);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4588235294);
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu {
  padding: 86px 75px 85px max(880px, 100% - 840px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  gap: 15px;
  min-height: 415px;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu > li {
  max-width: 195px;
  aspect-ratio: unset;
  -ms-flex-item-align: self-end;
  -ms-grid-row-align: self-end;
  align-self: self-end;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu > li a {
  text-align: center;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu > li a div {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu > li a svg path {
  -webkit-transition: fill ease-in-out 400ms;
  -o-transition: fill ease-in-out 400ms;
  transition: fill ease-in-out 400ms;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu > li:hover a svg path {
  fill: #990000 !important;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu > a {
  max-width: 760px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
header.main-header .inner .navigation #navfull li.columns.columns-3.icons > ul.sub-menu > a > img {
  width: 257px;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
header.main-header .inner .navigation .mburger {
  display: none;
  float: right;
  margin-left: -10px;
  color: #c59e5b;
}
body.contrast-mode header.main-header .inner .navigation .mburger {
  color: #000000;
}
header.main-header .inner .inline-icon {
  font-size: 10px;
  margin-left: 10px;
}
header.main-header .inner .inline-icon::before {
  background-image: url("assets/images/iconCamera.svg");
}
@media (max-width: 1400px) {
  header.main-header .inner .inline-icon {
    display: none;
  }
}
header.main-header.scroll {
  height: 55px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
header.main-header.scroll .inner .menu #navfull #menu-hauptmenue {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
header.main-header.scroll .inner .logo {
  height: 46px;
  width: 70px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70px;
  flex: 0 1 70px;
}
header.main-header.scroll .inner .logo svg, header.main-header.scroll .inner .logo img {
  max-height: unset !important;
  height: 102px;
  position: absolute;
  top: -10px;
  left: -52px;
}
header.main-header.scroll .inner .navigation #navfull li.has-description > ul.sub-menu {
  z-index: -1;
}
body.contrast-mode header.main-header.scroll {
  background: #ffffff;
}

body.admin-bar header.main-header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar header.main-header {
    top: 46px;
  }
}

#navmobile.mm-menu_opened {
  border-right: 2px solid #c59e5b;
}
body.contrast-mode #navmobile.mm-menu_opened {
  border-right: 2px solid #000000;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  background-color: #ffffff;
  margin-top: 130px;
}
main.blackout::after {
  content: "";
  position: absolute;
  height: 100%;
  inset: 0;
  background-color: rgba(43, 43, 43, 0.1882352941);
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
body.contrast-mode main {
  background-color: #ffffff;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
  }
}
aside {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 10;
}
aside a {
  background-color: #990000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  width: 33px;
  height: 34px;
  margin-bottom: 6px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-box-shadow: 3px 0px 20px 0px white;
  box-shadow: 3px 0px 20px 0px white;
}
aside a:hover {
  background-color: #c59e5b;
}
body.contrast-mode aside a:hover {
  background-color: #000000;
}
body.contrast-mode aside a {
  background-color: #000000;
}
aside .printfriendly a {
  background: url("assets/images/quick-print.svg") no-repeat center center #990000;
}
body.contrast-mode aside .printfriendly a {
  background-color: #000000;
}
aside .printfriendly a img, aside .printfriendly a svg {
  display: none;
}
aside .printfriendly a:hover {
  background-color: #c59e5b;
}
body.contrast-mode aside .printfriendly a:hover {
  background-color: #000000;
}

.slideout {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.slideout.hidden {
  -webkit-transform: translateX(calc(100% - 7px));
  -ms-transform: translateX(calc(100% - 7px));
  transform: translateX(calc(100% - 7px));
}

footer {
  background-image: url("assets/images/footer-bg.png");
  min-height: 485px;
  position: relative;
  background-size: cover;
  background-position: center;
}
footer::after {
  position: absolute;
  content: "";
  inset: 0;
  background: url("assets/images/wappen.png") no-repeat;
  left: -10px;
  top: 40px;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 130px;
  padding-bottom: 25px;
  row-gap: 100px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 2vw, 18px);
}
footer .inner #footer-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
}
footer .inner #footer-nav .footer-menu h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1em;
}
footer .inner #footer-nav .footer-menu:last-child {
  margin-left: 140px;
  margin-left: clamp(20px, -150px + 15vw, 140px);
}
footer .inner #footer-nav .footer-menu:last-child h3 + * {
  padding-top: 30px;
  font-weight: 600;
}
footer .inner #footer-nav .footer-menu:last-child .tel {
  margin-top: 17px;
  font-size: 1.5em;
  line-height: 29px;
}
footer .inner #footer-nav .footer-menu:last-child .tel::before {
  content: "";
  background-image: url("assets/images/icon-phone.svg");
  width: 25px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.2em;
}
footer .inner #footer-nav .footer-menu:last-child .mail {
  margin-top: 5px;
  font-size: 1.111em;
  line-height: 24px;
}
footer .inner #footer-nav .footer-menu li a {
  font-size: 1em;
  line-height: 1.2;
  padding-top: 0.85em;
  font-weight: 600;
}
footer .inner #footer-nav .footer-menu li:first-child a {
  padding-top: 1.75em;
}
footer .inner #footer-nav .footer-menu a {
  -webkit-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
footer .inner #footer-nav .footer-menu a:hover {
  color: #c59e5b;
}
body.contrast-mode footer .inner #footer-nav .footer-menu a:hover {
  color: #000000;
}
footer .inner #footer-nav .footer-menu a._brlbs-btn-cookie-preference {
  background: transparent !important;
  border-radius: 0px !important;
  color: #c59e5b !important;
  padding: 0 !important;
  margin-top: 15px !important;
}
footer .inner #post-footer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 30px;
}
footer .inner #post-footer * {
  color: #c59e5b;
}
body.contrast-mode footer .inner #post-footer * {
  color: #000000;
}
footer .inner #post-footer .copyright {
  font-size: 14px;
  font-weight: 600;
}
footer .inner #post-footer .od {
  font-size: 20px;
  text-align: center;
  width: 650px;
  border-bottom: 1px solid #c59e5b;
  padding-bottom: 10px;
}
body.contrast-mode footer .inner #post-footer .od {
  border-bottom: 1px solid #000000;
}
footer .inner #post-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.85em;
  font-size: clamp(10px, 1.3vw, 16px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
footer .inner #post-footer ul a {
  -webkit-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
footer .inner #post-footer ul a:hover {
  color: #990000;
}
body.contrast-mode footer .inner #post-footer ul a:hover {
  color: #000000;
}

body.home #headerbild {
  margin-top: 20px;
}

#headerbild {
  position: relative;
}
#headerbild .inner {
  position: relative;
}
#headerbild .inner .content-wrap-inner {
  position: relative;
  width: 100%;
}
#headerbild .inner .content-wrap-inner .background {
  width: 100%;
  height: clamp(400px, 100vh - 430px, 60vh);
  -o-object-fit: cover;
  object-fit: cover;
  inset: 0;
}
#headerbild .inner .content-wrap-inner .bild-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  max-height: clamp(400px, 100vh - 430px, 60vh);
}
#headerbild .inner .content-wrap-inner .bild-wrap > img,
#headerbild .inner .content-wrap-inner .bild-wrap .bild {
  position: absolute;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
  opacity: 0.2;
  height: 100%;
  max-width: min(100%, 1050px);
}
#headerbild .inner .content-wrap-inner .wappen {
  position: absolute;
  right: 4.5%;
  top: 0;
  width: 81px;
  width: clamp(40px, 5vw, 81px);
  height: 242px;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
#headerbild .inner .content-wrap-inner .content {
  position: absolute;
  inset: 0;
  padding: clamp(20px, 3vw, 45px) clamp(20px, 5vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
#headerbild .inner .content-wrap-inner .content .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
}
#headerbild .inner .content-wrap-inner .content .text h1, #headerbild .inner .content-wrap-inner .content .text h2, #headerbild .inner .content-wrap-inner .content .text h3, #headerbild .inner .content-wrap-inner .content .text h4 {
  font-size: clamp(24px, 3vw, 54px);
  line-height: 1.2;
  font-family: "Cardo", serif;
  font-weight: 400;
  display: block;
  color: #c59e5b;
  max-width: min(870px, 65%);
  margin-bottom: 0;
}
#headerbild .inner .content-wrap-inner .content .text h1 + p, #headerbild .inner .content-wrap-inner .content .text h2 + p, #headerbild .inner .content-wrap-inner .content .text h3 + p, #headerbild .inner .content-wrap-inner .content .text h4 + p {
  margin-top: 36px;
}
#headerbild .inner .content-wrap-inner .content .text h1.subtitle, #headerbild .inner .content-wrap-inner .content .text h2.subtitle, #headerbild .inner .content-wrap-inner .content .text h3.subtitle, #headerbild .inner .content-wrap-inner .content .text h4.subtitle {
  font-size: 24px;
  margin-top: 22px;
  line-height: 1.2;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .text h1, body.contrast-mode #headerbild .inner .content-wrap-inner .content .text h2, body.contrast-mode #headerbild .inner .content-wrap-inner .content .text h3, body.contrast-mode #headerbild .inner .content-wrap-inner .content .text h4 {
  color: #000000;
}
#headerbild .inner .content-wrap-inner .content .text p {
  font-size: clamp(14px, 2vw, 18px);
  max-width: 630px;
  line-height: 1.5;
}
#headerbild .inner .content-wrap-inner .content .text p b, #headerbild .inner .content-wrap-inner .content .text p strong {
  font-size: clamp(16px, 2.2vw, 24px);
  margin-top: 22px;
  line-height: 1.2;
  color: #c59e5b;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .text p b, body.contrast-mode #headerbild .inner .content-wrap-inner .content .text p strong {
  color: #000000;
}
#headerbild .inner .content-wrap-inner .content .text .subpage-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #bd9959;
  border-radius: 8px;
  padding: 10px;
  margin-top: clamp(15px, 3vw, 55px);
}
#headerbild .inner .content-wrap-inner .content .text .subpage-selector p {
  color: #c59e5b;
  margin-right: 17px;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .text .subpage-selector p {
  color: #000000;
}
#headerbild .inner .content-wrap-inner .content .text .subpage-selector .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#headerbild .inner .content-wrap-inner .content .text .subpage-selector .buttons a {
  background-color: #ffffff;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(12px, 2vw, 20px);
  padding: 0.7em 1.4em;
  display: inline-block;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  white-space: nowrap;
  -webkit-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  line-height: 1.35;
  color: #c59e5b;
}
#headerbild .inner .content-wrap-inner .content .text .subpage-selector .buttons a:hover {
  background-color: #c59e5b;
  color: #ffffff;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .text .subpage-selector .buttons a:hover {
  background-color: #000000;
  color: #ffffff;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .text .subpage-selector .buttons a {
  background-color: #ffffff;
  color: #000000;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .text .subpage-selector {
  border: 2px solid #000000;
}
#headerbild .inner .content-wrap-inner .content .quickinfo {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes > * {
  padding: 12px 20px;
  border-radius: 10px;
  color: #ffffff;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes > * {
  color: #ffffff;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes > *:first-child {
  background-color: #c59e5b;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes > *:first-child {
  background-color: #000000;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes > *:nth-child(2) {
  background-color: #990000;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes > *:nth-child(2) {
  background-color: #000000;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes p {
  color: #ffffff;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes p {
  color: #ffffff;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .corona {
  background-color: #c59e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .corona .img:first-of-type {
  width: 28px;
  height: 35px;
  margin-right: 10px;
  position: relative;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .corona .img:first-of-type::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 10px);
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .corona .img svg {
  height: 100%;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .corona div p:first-child {
  font-size: 1.1111rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .corona div p:last-child {
  font-size: 0.7778rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  line-height: 1;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .corona {
  background-color: #000000;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon {
  background-color: #990000;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 0.7778rem;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 3vw, 30px);
  color: #c59e5b;
  line-height: 1;
  margin-right: 10px;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon a {
  color: #ffffff;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon a .img {
  width: 28px;
  height: 21px;
  margin-right: 5px;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon a .img, #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon a img, #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon a svg {
  display: inline-block;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.colored-boxes .telefon {
  background-color: #000000;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.images {
  width: min(881px, 100%);
  height: 110px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.images a {
  width: 210px;
  aspect-ratio: 210/90;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 150ms ease-in-out;
  transition: -webkit-box-shadow 150ms ease-in-out;
  -o-transition: box-shadow 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.images a p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1.1;
  margin-top: auto;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.images a::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5882352941)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5882352941) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5882352941) 100%);
  position: absolute;
  inset: 0;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.images a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4588235294);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4588235294);
}
#headerbild .inner .content-wrap-inner .content .quickinfo.buttons.scroller {
  font-size: clamp(12px, 2vw, 20px);
  height: calc(1em + 54px);
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.buttons .btn {
  max-height: 3em;
  padding: 0.85em 1.05em;
  border-radius: 8px;
  font-size: 1em;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.contact .contact {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 8px;
  padding: clamp(15px, 2vw, 20px) 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 10px;
  position: absolute;
  right: 20px;
  bottom: 49px;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.contact .contact h4 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 0.65;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.contact .contact .person h5 {
  font-size: clamp(16px, 1.7vw, 20px);
  color: #555555;
  margin-bottom: 0.5em;
}
body.contrast-mode #headerbild .inner .content-wrap-inner .content .quickinfo.contact .contact .person h5 {
  color: #000000;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.contact .contact .person ul li a {
  font-size: 16px;
  float: none;
}
#headerbild .inner .content-wrap-inner .content .quickinfo.contact .contact .person ul li a.inline-icon::before {
  background-image: url("assets/images/icon-phone.svg");
}
#headerbild.fullheight .inner .content-wrap-inner .background {
  height: calc(100vh - 218px);
  max-height: 1080px;
}
#headerbild.fullheight .inner .content-wrap-inner .bild-wrap {
  height: calc(100vh - 218px);
  max-height: 1080px;
}
#headerbild.fullheight .inner .content-wrap-inner .bild-wrap .bild {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#headerbild .locationinfos {
  background-color: #990000;
  position: absolute;
  right: 0;
  bottom: 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 126px;
  text-align: center;
}
#headerbild .locationinfos a {
  padding: 20px 10px;
}
#headerbild .locationinfos a::after {
  -webkit-filter: brightness(0) grayscale(1) invert(1);
  filter: brightness(0) grayscale(1) invert(1);
}
#headerbild .locationinfos p b {
  color: #ffffff;
  font-size: 13px;
}
body.contrast-mode #headerbild .locationinfos p b {
  color: #ffffff;
}
body.contrast-mode #headerbild .locationinfos {
  background-color: #000000;
}

.split.split-870-710 > .row {
  gap: calc(1640px - 870px - 710px);
}
.split.split-870-710 > .row > *:first-child {
  width: calc(100% / 1640 * 870);
}
.split.split-870-710 > .row > *:last-child {
  width: calc(100% / 1640 * 710);
}
.split.split-960-635 > .row {
  gap: calc(1640px - 960px - 635px);
}
.split.split-960-635 > .row > *:first-child {
  width: calc(100% / 1640 * 960);
}
.split.split-960-635 > .row > *:last-child {
  width: calc(100% / 1640 * 635);
}
.split.split-1242-371 > .row {
  gap: calc(1640px - 1242px - 371px);
}
.split.split-1242-371 > .row > *:first-child {
  width: calc(100% / 1640 * 1242);
}
.split.split-1242-371 > .row > *:last-child {
  width: calc(100% / 1640 * 371);
}
.split.split-1117-403 > .row {
  gap: calc(1640px - 1117px - 403px);
}
.split.split-1117-403 > .row > *:first-child {
  width: calc(100% / 1640 * 1117);
}
.split.split-1117-403 > .row > *:last-child {
  width: calc(100% / 1640 * 403);
}
.split.split-630-810 > .row {
  gap: calc(1510px - 630px - 810px);
}
.split.split-630-810 > .row > *:first-child {
  width: calc(100% / 1510 * 630);
}
.split.split-630-810 > .row > *:last-child {
  width: calc(100% / 1510 * 810);
}
.split.split-1117-403 > .row {
  row-gap: 60px;
}

#veranstaltungen h3 {
  color: #555555;
  font-size: 1.4444rem;
  line-height: 1.3461;
  margin-bottom: 30px;
}
body.contrast-mode #veranstaltungen h3 {
  color: #000000;
}
#veranstaltungen .inner > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 60px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap {
  max-width: 1060px;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  height: calc(100% - 42px);
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung {
  background-color: #fbf6f0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 5px);
  flex: 1 1 calc(50% - 5px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: clamp(10px, 1.5vw, 17px) clamp(10px, 1.5vw, 20px) clamp(10px, 1.5vw, 17px) clamp(10px, 1.5vw, 15px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 526px;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung .date {
  padding: 1.1em 0.7em;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 16px);
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.contrast-mode #veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung .date {
  color: #ffffff;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung .middle p + p {
  padding-top: 0.5em;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung .middle p:first-child {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung .middle p:last-child {
  font-size: clamp(12px, 2vw, 16px);
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung:after {
  margin-left: auto;
}
body.contrast-mode #veranstaltungen .inner > .row .veranstaltungen-wrap .veranstaltungen .veranstaltung {
  background-color: #ffffff;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .inline-icon {
  margin-top: 25px;
}
#veranstaltungen .inner > .row .veranstaltungen-wrap .inline-icon::before {
  background-image: url("assets/images/Icon metro-calendar.svg");
}

.wetter-wrap {
  max-width: 465px;
  width: 100%;
}
.wetter-wrap .wetter {
  border-radius: 10px;
  color: #ffffff;
  padding: 20px 30px 30px;
}
.wetter-wrap .wetter *:not(.gold) {
  color: #ffffff;
}
body.contrast-mode .wetter-wrap .wetter *:not(.gold) {
  color: #ffffff;
}
.wetter-wrap .wetter .datetime {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #c59e5b;
  text-align: center;
  row-gap: 7px;
}
.wetter-wrap .wetter .datetime p:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8889rem;
}
.wetter-wrap .wetter .datetime p:last-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 14px;
}
.wetter-wrap .wetter .datetime p:last-child::after {
  content: "";
  background-image: url("assets/images/icon-aktualisieren.svg");
  width: 17px;
  height: 17px;
  margin-left: 3px;
  vertical-align: middle;
  display: inline-block;
}
body.contrast-mode .wetter-wrap .wetter .datetime {
  border-bottom: 1px solid #000000;
}
.wetter-wrap .wetter .wetter-info {
  margin-top: 22px;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.wetter-wrap .wetter .wetter-info .third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}
.wetter-wrap .wetter .wetter-info .third > img, .wetter-wrap .wetter .wetter-info .third .img {
  height: 45px;
}
.wetter-wrap .wetter .wetter-info .third .img {
  overflow: visible;
}
.wetter-wrap .wetter .wetter-info .third img, .wetter-wrap .wetter .wetter-info .third svg {
  height: 100%;
}
.wetter-wrap .wetter .wetter-info .third > span.gold {
  font-size: 50px;
}
.wetter-wrap .wetter .wetter-info .third > *:first-child {
  height: 54px;
}
.wetter-wrap .wetter .wetter-info .third > *:first-child svg {
  margin: auto auto 0 auto;
}
.wetter-wrap .wetter .wetter-info .third > p:last-of-type {
  margin-top: 10px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-inline: auto;
}
.wetter-wrap .wetter .wetter-info .third:last-of-type {
  margin-right: 10px;
}
body.contrast-mode .wetter-wrap .wetter .wetter-info .third .gold {
  color: #ffffff;
}
body.contrast-mode .wetter-wrap .wetter {
  color: #ffffff;
}
.wetter-wrap a.inline-icon {
  margin-top: 25px;
}
.wetter-wrap a.inline-icon::before {
  background-image: url("assets/images/iconCamera.svg");
}

.cards .inner .h2 {
  font-size: clamp(30px, 4.5vw, 60px);
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
.cards .inner .row:not(.btns) {
  gap: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cards .inner .row:not(.btns).thirds > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 12px);
  flex: 1 1 calc(33.33% - 12px);
  min-width: min(360px, 100%);
}
.cards .inner .row:not(.btns).thirds > * h3 {
  font-size: clamp(24px, 2.5vw, 34px);
}
.cards .inner .row:not(.btns).quarters > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 15px);
  flex: 1 1 calc(25% - 15px);
  min-width: min(300px, 100%);
}
.cards .inner .row:not(.btns).quarters > * h3 {
  font-size: clamp(24px, 2.3vw, 32px);
}
.cards .inner .row:not(.btns) .container {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  max-width: 535px;
  margin-inline: auto;
}
.cards .inner .row:not(.btns) .container h3 {
  position: absolute;
  bottom: clamp(15px, 3vw, 27px);
  left: clamp(15px, 3vw, 27px);
  right: clamp(15px, 3vw, 27px);
  color: #ffffff;
  z-index: 3;
}
body.contrast-mode .cards .inner .row:not(.btns) .container h3 {
  color: #ffffff;
}
.cards .inner .row:not(.btns) .container .card-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background: #fbf6f0;
}
body.contrast-mode .cards .inner .row:not(.btns) .container .card-image-wrapper {
  background: #ffffff;
}
.cards .inner .row:not(.btns) .container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cards .inner .row:not(.btns) .container::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5882352941)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5882352941) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5882352941) 100%);
}
.cards .inner .row:not(.btns) .container:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4588235294);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4588235294);
}
.cards .inner .btns {
  margin-top: 35px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map {
  position: relative;
}
.map img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.map.loading {
  position: relative;
}
.map.loading:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.75;
  background: url("assets/images/map-loading.gif") no-repeat center center #bd9959;
}
body.contrast-mode .map.loading:before {
  background-color: #000000;
}
.map .locations {
  position: absolute;
  inset: 0;
}
.map .locations .location {
  position: absolute;
  opacity: 0;
}
.map .locations .location svg:first-child > circle {
  position: relative;
  fill: #c59e5b;
  -webkit-transition: fill 200ms ease-in-out;
  -o-transition: fill 200ms ease-in-out;
  transition: fill 200ms ease-in-out;
}
.map .locations .location svg:first-child > circle:first-child {
  opacity: 36%;
}
body.contrast-mode .map .locations .location svg:first-child > circle {
  fill: #000000;
}
.map .locations .location:hover svg:first-child > circle {
  fill: #990000;
}
body.contrast-mode .map .locations .location:hover svg:first-child > circle {
  fill: #000000;
}
.map .locations .location svg:last-child:not(:first-child) {
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.map .locations .location svg:last-child:not(:first-child) * {
  fill: #990000;
}
body.contrast-mode .map .locations .location svg:last-child:not(:first-child) * {
  fill: #000000;
}
.map .locations .location.active {
  opacity: 100%;
}

#map > .split > .row {
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.quickinfo.activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quickinfo.activities h3 {
  font-size: clamp(24px, 3vw, 50px);
  line-height: 1.2;
  margin-bottom: 1em;
}
.quickinfo.activities .links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quickinfo.activities .links > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: min(49%, 300px);
}
.quickinfo.activities .links button {
  margin-top: clamp(10px, 2vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quickinfo.activities .links button span:last-of-type {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 200ms;
  -o-transition: border-bottom 200ms;
  transition: border-bottom 200ms;
}
.quickinfo.activities .links button.inline-icon .img {
  height: auto;
  margin-top: -3px;
}
.quickinfo.activities .links button.inline-icon .img img, .quickinfo.activities .links button.inline-icon .img svg {
  display: block;
  width: calc(100% - 7px);
  height: auto;
  max-height: 27px;
  position: static;
}
.quickinfo.activities .links button.inline-icon .img img:last-child, .quickinfo.activities .links button.inline-icon .img svg:last-child {
  display: none;
}
.quickinfo.activities .links button.active:hover span:last-of-type {
  color: #990000;
}
body.contrast-mode .quickinfo.activities .links button.active:hover span:last-of-type {
  color: #000000;
}
.quickinfo.activities .links button.active .img img:first-child, .quickinfo.activities .links button.active .img svg:first-child {
  display: none;
}
.quickinfo.activities .links button.active .img img:last-child, .quickinfo.activities .links button.active .img svg:last-child {
  display: block;
}
.quickinfo.activities .links button .img path {
  -webkit-transition: fill 200ms;
  -o-transition: fill 200ms;
  transition: fill 200ms;
}
.quickinfo.activities .links button:hover span:last-of-type, .quickinfo.activities .links button.active span:last-of-type {
  border-bottom: 1px solid #c59e5b;
}
body.contrast-mode .quickinfo.activities .links button:hover span:last-of-type, body.contrast-mode .quickinfo.activities .links button.active span:last-of-type {
  border-bottom: 1px solid #000000;
}
.quickinfo.activities .links button:hover .img path, .quickinfo.activities .links button.active .img path {
  fill: #990000 !important;
}
body.contrast-mode .quickinfo.activities .links button:hover .img path, body.contrast-mode .quickinfo.activities .links button.active .img path {
  fill: #000000 !important;
}

.quickinfo.planner {
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quickinfo.planner .third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: min(100%, 460px);
  width: min(100%, 460px) !important;
}
.quickinfo.planner .third .img {
  width: clamp(60px, 10vw, 112px);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fbf6f0;
  overflow: unset;
  margin-block: auto;
}
.quickinfo.planner .third .img img, .quickinfo.planner .third .img svg {
  margin: auto;
  width: 100%;
}
body.contrast-mode .quickinfo.planner .third .img {
  background-color: #ffffff;
}
.quickinfo.planner .third a {
  margin: auto auto auto 18px;
}
.quickinfo.planner .third a span:first-child {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 41px;
}
.quickinfo.planner .third a span:last-child {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 22px;
}
.quickinfo.planner .third .arrow {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.quickinfo.planner .third .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
}

#cta {
  background-position: center;
  background-size: cover;
}
#cta .sizing {
  padding-bottom: 110px;
  padding-top: 110px;
}
#cta h3 {
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.35;
  margin-bottom: 0.25em;
}
#cta p {
  font-size: clamp(14px, 1.5vw, 20px);
  max-width: 885px;
}
#cta .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cta .btns .btn.inline-icon::before {
  background-image: url("assets/images/icon-phone.svg");
}
#cta.center {
  text-align: center;
}
#cta.center .sizing {
  max-width: 1200px;
  margin: auto;
}
#cta.center p {
  margin-bottom: 50px;
  margin-inline: auto;
}
#cta.center .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cta.split .sizing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
#cta.split .sizing > div:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 875px;
  flex: 1 1 875px;
}
#cta.split .sizing .btns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#cta.split .sizing h3 {
  font-size: clamp(28px, 3vw, 40px);
  max-width: 875px;
}

.splide__arrow {
  background: transparent;
  top: 230px;
}
.splide__arrow.splide__arrow--next {
  right: -4em;
}
.splide__arrow.splide__arrow--prev {
  left: -4em;
}
.splide__arrow svg {
  fill: #990000;
}
body.contrast-mode .splide__arrow svg {
  fill: #000000;
}
.splide__arrow:disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.splide__pagination {
  right: unset;
  left: unset;
  bottom: unset;
  top: unset;
  padding: 0;
}
.splide__pagination .is-active {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  background: #ffffff;
}
body.contrast-mode .splide__pagination .is-active {
  background: #ffffff;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: transparent;
}

.locationslider .inner {
  position: relative;
}
.locationslider h2, .locationslider h3 {
  font-size: clamp(30px, 3vw, 50px);
  margin-bottom: 40px;
  text-align: center;
}
.locationslider .slider-outer-wrap .slider-inner-wrap {
  float: right;
  border-radius: 10px;
  background: #fbf6f0;
  overflow: hidden;
}
body.contrast-mode .locationslider .slider-outer-wrap .slider-inner-wrap {
  background: #ffffff;
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side.text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: clamp(20px, 5vw, 60px) clamp(20px, 5vw, 85px) clamp(20px, 5vw, 50px);
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.214;
  margin: 0 0 0.5rem;
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.7;
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side .btn {
  float: right;
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side.pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side.pic .splide__slide {
  position: relative;
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side.pic .splide__slide.is-active {
  height: 100%;
}
.locationslider .slider-outer-wrap .slider-inner-wrap .side.pic img, .locationslider .slider-outer-wrap .slider-inner-wrap .side.pic svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
.locationslider a {
  margin-top: 23px;
}
.locationslider a .img {
  height: 19px;
}
.locationslider a .img svg {
  max-height: 100%;
}
.locationslider a .img path {
  fill: #990000 !important;
}
body.contrast-mode .locationslider a .img path {
  fill: #000000 !important;
}
.locationslider .splide__pagination {
  right: 15px;
  bottom: 28px;
}
.locationslider.imgonly .slider-outer-wrap .slider-inner-wrap {
  position: relative;
  min-height: 450px;
  float: unset;
}
.locationslider.imgonly .slider-outer-wrap .slider-inner-wrap .side.text h4 + p {
  margin-top: 30px;
  line-height: 1.2;
}
.locationslider.imgonly .slider-outer-wrap .slider-inner-wrap .splide__track {
  height: 100%;
}
.locationslider.imgonly .slider-outer-wrap .slider-inner-wrap .background {
  height: 100%;
}
.locationslider.imgonly .slider-outer-wrap .slider-inner-wrap .background .gradient {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.locationslider.imgonly .slider-outer-wrap .slider-inner-wrap .side .btn {
  float: unset;
}
.locationslider.orte .taxterm {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-style: italic;
}
@media (max-width: 1000px) {
  .locationslider.orte .taxterm {
    left: unset;
    right: 10px;
    font-size: 10px;
    margin-left: 10px;
  }
}
.locationslider.orte .slider-inner-wrap {
  min-height: 450px;
}
@media (max-width: 1000px) {
  .locationslider.orte .splide__pagination {
    bottom: 50px;
  }
}

.locationboxes .box {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 12px;
  gap: 2rem;
  max-height: 250px;
  overflow: hidden;
}
.locationboxes .box img {
  object-fit: cover;
  max-height: 250px;
  width: auto;
  flex: 0 0 min(444px, 100%);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.locationboxes .box .content {
  margin-block: 1.5rem;
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
}
.locationboxes .box .content h2 {
  margin-bottom: 1rem;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.2;
}
.locationboxes .box .content p {
  font-size: 18px;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.locationboxes .box .content::after {
  background: linear-gradient(0deg, rgb(251, 246, 240) 0%, rgb(251, 246, 240) 10%, rgba(251, 246, 240, 0) 25%);
  height: 100%;
  position: absolute;
  inset: 0 0 -1rem 0;
}
.locationboxes .box .contactdata {
  flex: 0 0 300px;
  margin-block: 1.5rem;
  margin-inline-end: 2rem;
}
.locationboxes .box .contactdata .inline-icon {
  float: none;
  margin-bottom: 1em;
}
.locationboxes .box .contactdata .inline-icon:first-child {
  font-weight: 500;
  line-height: 1.6;
}
.locationboxes .box .contactdata .inline-icon:first-child::before {
  background-image: url("assets/images/staatsbad-bb_icon_kontakt_Zeichenfläche 1.svg");
  margin-bottom: auto;
  margin-top: 0.25em;
}
.locationboxes .box .contactdata .inline-icon:not(:first-child) {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  line-height: 1.6;
}
.locationboxes .box .contactdata .inline-icon:nth-child(2)::before {
  background-image: url("assets/images/icon-phone-gold.svg");
}
.locationboxes .box .contactdata .inline-icon:nth-child(3)::before {
  background-image: url("assets/images/staatsbad-bb_icon_kontakt-02.svg");
}
.locationboxes .box .contactdata .inline-icon:nth-child(4)::before {
  background-image: url("assets/images/staatsbad-bb_icon_kontakt-03.svg");
}
@media (max-width: 1330px) {
  .locationboxes p, .locationboxes a {
    font-size: 14px;
  }
  .locationboxes .box .contactdata {
    flex: 0 0 215px;
  }
  .locationboxes .box .content h2 {
    font-size: 20px;
  }
  .locationboxes .box .content p {
    font-size: 14px;
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 1130px) {
  .locationboxes .box {
    max-height: unset;
    flex-wrap: wrap;
  }
  .locationboxes .box img {
    border-radius: 0 0 12px 0;
  }
  .locationboxes .box .content {
    order: 3;
    margin-inline: 2rem;
    margin-top: unset;
  }
  .locationboxes .box .content p {
    -webkit-line-clamp: 10;
  }
  .locationboxes .box .contactdata {
    order: 2;
    margin-inline-end: 1rem;
  }
}
@media (max-width: 750px) {
  .locationboxes .box img {
    margin-inline: auto;
    border-bottom-left-radius: 12px;
  }
  .locationboxes .box .content {
    order: 2;
    flex: 0 1 100%;
    margin-bottom: 0;
  }
  .locationboxes .box .content p {
    -webkit-line-clamp: 12;
  }
  .locationboxes .box .contactdata {
    order: 3;
    margin-inline: 2rem;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .locationboxes .box .content, .locationboxes .box .contactdata {
    margin-inline: 1rem;
  }
}

.splide.arrows-inside .splide__arrow {
  opacity: 1;
}
.splide.arrows-inside .splide__arrow svg {
  fill: #fff !important;
}
body.contrast-mode .splide.arrows-inside .splide__arrow svg {
  fill: #fff !important;
}
.splide.arrows-inside .splide__arrow.splide__arrow--prev {
  left: 0.5em;
}
.splide.arrows-inside .splide__arrow.splide__arrow--next {
  right: 0.5em;
}
.splide.arrows-inside .splide__arrow:hover {
  opacity: 0.8;
}

#aktuelles h3 {
  font-size: clamp(30px, 3vw, 50px);
  padding-bottom: 0.7em;
}
#aktuelles .articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42% clamp(20px, 3.5vw, 70px) auto;
  grid-template-columns: 42% auto;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  -webkit-column-gap: clamp(20px, 3.5vw, 70px);
  -moz-column-gap: clamp(20px, 3.5vw, 70px);
  column-gap: clamp(20px, 3.5vw, 70px);
}
#aktuelles .articles .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#aktuelles .articles .article .article__image {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#aktuelles .articles .article .article__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#aktuelles .articles .article:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-column: 1;
  grid-column: 1/1;
  grid-row: 1/-1;
}
#aktuelles .articles .article:first-child .article__image {
  height: 0;
  padding-bottom: 56.25%;
}
#aktuelles .articles .article:first-child h4 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1111;
}
#aktuelles .articles .article:first-child .release {
  display: inline-block !important;
  background-color: #fbf6f0;
  padding: 0 8px;
  margin-bottom: 25px;
}
body.contrast-mode #aktuelles .articles .article:first-child .release {
  background-color: #ffffff;
}
#aktuelles .articles .article:first-child p {
  display: inline-block;
}
#aktuelles .articles .article:first-child .text::after {
  display: none;
}
#aktuelles .articles .article:first-child > a {
  display: block;
  position: absolute;
  height: 2ch;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
#aktuelles .articles .article:not(:first-child) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 200px;
  row-gap: 20px;
  margin-bottom: 10px;
}
#aktuelles .articles .article:not(:first-child) h4 {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  color: #555555;
  padding-right: 40px;
  max-width: 410px;
  line-height: 1.1111;
  margin: 0 0 0.5rem;
}
body.contrast-mode #aktuelles .articles .article:not(:first-child) h4 {
  color: #555555;
}
#aktuelles .articles .article:not(:first-child) p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#aktuelles .articles .article:not(:first-child) .article__image {
  max-width: 351px;
  height: 180px;
  margin-right: 32px;
}
#aktuelles .articles .article:not(:first-child) p:not(.release)::after {
  content: "...";
}
#aktuelles .articles .article:not(:first-child) .text {
  position: relative;
  width: 100%;
}
#aktuelles .articles .article:not(:first-child) .text p {
  padding-right: 40px;
  max-width: 450px;
}
#aktuelles .articles .article:not(:first-child) .text::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}
#aktuelles .articles .article:not(:first-child) > a {
  display: block;
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  z-index: 1;
}
#aktuelles .articles .article .btn {
  margin-top: 10px;
}
#aktuelles .articles .btn {
  justify-self: flex-start;
}
#aktuelles .articles > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#aktuelles .articles > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#aktuelles .articles > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
#aktuelles .articles > *:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
#aktuelles .articles > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#aktuelles .articles > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#aktuelles .articles > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
#aktuelles .articles > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.splide .splide__pagination__page {
  width: 11px;
  height: 11px;
}
.splide.pagination-inside .splide__pagination {
  right: 2.5%;
  bottom: 4%;
}
.splide.pagination-inside .text {
  position: absolute;
  right: 2.5%;
  bottom: 10%;
  text-align: right;
}
.splide.pagination-inside .text > * {
  color: #ffffff;
  font-weight: 400;
}
body.contrast-mode .splide.pagination-inside .text > * {
  color: #ffffff;
}
.splide.pagination-inside .text h3 {
  font-size: clamp(8px, 2.5vw, 20px);
  margin: 0 0 0.5rem;
}
.splide.pagination-inside .text p {
  font-size: clamp(8px, 2vw, 14px);
}
.splide .text * {
  font-family: "Inter", sans-serif;
}

.side > * > .splide .splide__pagination__page,
.side > .splide .splide__pagination__page {
  width: 6px;
  height: 6px;
}
.side > * > .splide.pagination-inside .splide__pagination,
.side > .splide.pagination-inside .splide__pagination {
  right: 20px;
  bottom: 25px;
}
.side > * > .splide.pagination-inside .text,
.side > .splide.pagination-inside .text {
  position: absolute;
  right: 20px;
  bottom: 50px;
  text-align: right;
}
.side > * > .splide.pagination-inside .text > *,
.side > .splide.pagination-inside .text > * {
  color: #ffffff;
  font-weight: 400;
}
body.contrast-mode .side > * > .splide.pagination-inside .text > *,
body.contrast-mode .side > .splide.pagination-inside .text > * {
  color: #ffffff;
}
.side > * > .splide.pagination-inside .text h3,
.side > .splide.pagination-inside .text h3 {
  font-size: 16px;
  margin: 0 0 0.5rem;
}
.side > * > .splide.pagination-inside .text p,
.side > .splide.pagination-inside .text p {
  font-size: 10px;
}

.gallerie h2 {
  font-size: clamp(22px, 3vw, 50px);
  margin-bottom: 0.75em;
}
.gallerie .slider-sync-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: min(700px, 40vw);
}
.gallerie .slider-sync-wrap > .slider-wrap:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  position: relative;
  margin-right: clamp(20px, 5vw, 115px);
}
.gallerie .slider-sync-wrap > .slider-wrap:first-child .text > * {
  color: #ffffff;
}
body.contrast-mode .gallerie .slider-sync-wrap > .slider-wrap:first-child .text > * {
  color: #ffffff;
}
.gallerie .slider-sync-wrap > .slider-wrap:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 282px;
  flex: 1 1 282px;
}
.gallerie .slider-sync-wrap > .slider-wrap:nth-child(2) .text {
  display: none;
}
.gallerie .splide__arrow {
  top: 50%;
}
.gallerie .splide__arrow.splide__arrow--next {
  right: -2em;
}
.gallerie .splide__arrow.splide__arrow--prev {
  left: -2em;
}
.gallerie .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallerie .splide.ID0 {
  height: 100%;
}
.gallerie .splide.ID0 .splide__track {
  height: 100%;
}
.gallerie .splide.ID0 .splide__track .splide__slide {
  height: 100%;
}
.gallerie .splide.ID0 .splide__track .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallerie .splide.ID0 .splide__track .splide__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 14%, rgba(0, 0, 0, 0) 24%);
}
.gallerie .splide.ID1 .splide__slide {
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.gallerie .splide.ID1 .splide__slide:not(.is-active) {
  opacity: 0.8;
}
.gallerie .splide.ID2 { /* lightbox */
  position: fixed;
  width: 90vw !important;
  height: calc(100vh - 80px);
  z-index: 99;
  top: 70px;
  left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
}
.gallerie .splide.ID2::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
}
.gallerie .splide.ID2 .splide__track .splide__slide img {
  -o-object-fit: contain;
  object-fit: contain;
}
.gallerie .splide.ID2 .splide__arrow {
  position: fixed;
  top: calc(50% + 30px);
}
.gallerie .splide.ID2 .splide__arrow.splide__arrow--prev {
  left: 0;
}
.gallerie .splide.ID2 .splide__arrow.splide__arrow--next {
  right: 0;
}
.gallerie .splide.ID2.pagination-inside .splide__pagination {
  right: unset;
}
.gallerie .splide.ID2.pagination-inside .text {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 8%;
  text-align: center;
}
.gallerie .split .slider-sync-wrap > .slider-wrap:first-child {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin-right: 0;
}
.gallerie .split .splide__arrow {
  opacity: 1 !important;
  background: transparent !important;
}
.gallerie .split .splide__arrow svg {
  fill: #ffffff;
}
body.contrast-mode .gallerie .split .splide__arrow svg {
  fill: #ffffff;
}
.gallerie .split .splide__arrow.splide__arrow--prev {
  left: 1em;
}
.gallerie .split .splide__arrow.splide__arrow--next {
  right: 1em;
}
.gallerie#videothek .slider-sync-wrap {
  background-image: url("assets/images/background.png");
  border-radius: 8px;
  overflow: hidden;
}
.gallerie#videothek .slider-sync-wrap .video-wrap > *, .gallerie#videothek .slider-sync-wrap .video-wrap {
  width: 100%;
  height: 100%;
}
.gallerie#videothek .slider-sync-wrap .video-wrap > * .title, .gallerie#videothek .slider-sync-wrap .video-wrap .title {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  font-family: "Cardo", serif;
}
body.contrast-mode .gallerie#videothek .slider-sync-wrap .video-wrap > * .title, body.contrast-mode .gallerie#videothek .slider-sync-wrap .video-wrap .title {
  color: #ffffff;
}
.gallerie#videothek .slider-sync-wrap .video-wrap > * .vjs-tech, .gallerie#videothek .slider-sync-wrap .video-wrap .vjs-tech {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
.gallerie#videothek .slider-sync-wrap > .slider-wrap:last-child {
  margin: 40px 15px 40px 0;
  margin: clamp(15px, 2vw, 40px) 15px clamp(15px, 2vw, 40px) 0;
}
.gallerie#videothek .slider-sync-wrap > .slider-wrap:last-child ul li .container {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.gallerie#videothek .slider-sync-wrap > .slider-wrap:last-child ul li .container > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.gallerie#videothek .slider-sync-wrap > .slider-wrap:last-child ul li .container .vid-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: clamp(0px, 1vw, 13px) 0px;
}
.gallerie#videothek .slider-sync-wrap > .slider-wrap:last-child ul li .container .vid-text p {
  font-size: 17px;
}
.gallerie#videothek .slider-sync-wrap > .slider-wrap:last-child ul li .container .vid-text p.time {
  font-size: 11px;
  font-family: "Inter", sans-serif;
  background-color: #990000;
  border-radius: 6px;
  display: inline-block;
  padding: 0.2em 0.8em;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
body.contrast-mode .gallerie#videothek .slider-sync-wrap > .slider-wrap:last-child ul li .container .vid-text p.time {
  background-color: #000000;
}
.gallerie#videothek .video-js {
  border-radius: 0;
}

.tiny-gallery .splide__slide {
  height: 100%;
}
.tiny-gallery .splide__slide > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.tiny-gallery .splide__slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tiny-gallery .splide__slide img {
  max-width: 100%;
  height: auto;
}
/*.tiny-gallery #splide01 .splide__track .splide__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 14%, rgba(0, 0, 0, 0) 24%);
}*/

.row.seperator {
  position: relative;
  -webkit-column-gap: clamp(50px, 10.5vw, 200px);
  -moz-column-gap: clamp(50px, 10.5vw, 200px);
  column-gap: clamp(50px, 10.5vw, 200px);
  row-gap: 50px;
  padding-bottom: 20px;
  padding-top: 28px;
}
.row.seperator.smallgap {
  -webkit-column-gap: clamp(30px, 8vw, 75px);
  -moz-column-gap: clamp(30px, 8vw, 75px);
  column-gap: clamp(30px, 8vw, 75px);
}
.row.seperator::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #c59e5b;
  position: absolute;
  left: 50%;
  top: 0;
}
body.contrast-mode .row.seperator::after {
  background-color: #000000;
}
.row.seperator .side.text h4 {
  font-size: clamp(24px, 3vw, 40px);
  margin-bottom: 20px;
}

.newsletter {
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  -webkit-column-gap: clamp(10px, 2vw, 55px);
  -moz-column-gap: clamp(10px, 2vw, 55px);
  column-gap: clamp(10px, 2vw, 55px);
  row-gap: 20px;
}
.newsletter svg, .newsletter img {
  max-width: 145px;
  margin-block: auto;
}
.newsletter p {
  font-size: 26px;
  font-size: clamp(16px, 1.5vw, 26px);
  margin-bottom: 0;
}
.newsletter .text {
  max-width: 531px;
}
.newsletter form {
  position: relative;
  margin-top: 10px;
}
.newsletter form .newsletter__form_wrapper {
  display: block;
  position: relative;
}
.newsletter form .newsletter__form_wrapper .wpcf7-submit {
  position: absolute;
}
.newsletter form input[type=text],
.newsletter form input[type=email] {
  background-color: #fbf6f0;
  width: 100%;
  border-radius: 27px;
  border: 0;
  font-size: 18px;
  padding: 13px 20px;
}
body.contrast-mode .newsletter form input[type=text],
body.contrast-mode .newsletter form input[type=email] {
  background-color: #ffffff;
}
.newsletter form input[type=text]::-webkit-input-placeholder,
.newsletter form input[type=email]::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 18px;
  color: #bd9959;
}
body.contrast-mode .newsletter form input[type=text]::-webkit-input-placeholder,
body.contrast-mode .newsletter form input[type=email]::-webkit-input-placeholder {
  color: #000000;
}
.newsletter form input[type=text]::-moz-placeholder,
.newsletter form input[type=email]::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 18px;
  color: #bd9959;
}
body.contrast-mode .newsletter form input[type=text]::-moz-placeholder,
body.contrast-mode .newsletter form input[type=email]::-moz-placeholder {
  color: #000000;
}
.newsletter form input[type=text]:-ms-input-placeholder,
.newsletter form input[type=email]:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 18px;
  color: #bd9959;
}
body.contrast-mode .newsletter form input[type=text]:-ms-input-placeholder,
body.contrast-mode .newsletter form input[type=email]:-ms-input-placeholder {
  color: #000000;
}
.newsletter form input[type=text]::-ms-input-placeholder,
.newsletter form input[type=email]::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 18px;
  color: #bd9959;
}
body.contrast-mode .newsletter form input[type=text]::-ms-input-placeholder,
body.contrast-mode .newsletter form input[type=email]::-ms-input-placeholder {
  color: #000000;
}
.newsletter form input[type=text]::placeholder,
.newsletter form input[type=email]::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 18px;
  color: #bd9959;
}
body.contrast-mode .newsletter form input[type=text]::placeholder,
body.contrast-mode .newsletter form input[type=email]::placeholder {
  color: #000000;
}
.newsletter form input[type=text] + .wpcf7-not-valid-tip,
.newsletter form input[type=email] + .wpcf7-not-valid-tip {
  color: #990000;
  padding: 5px 0 0 20px;
}
body.contrast-mode .newsletter form input[type=text] + .wpcf7-not-valid-tip,
body.contrast-mode .newsletter form input[type=email] + .wpcf7-not-valid-tip {
  color: #000000;
}
.newsletter form input[type=submit] {
  display: block;
  width: 80px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("assets/images/Iconarrow.svg") no-repeat center center;
  background-color: transparent;
  background-size: 20px;
  z-index: 2;
}
.newsletter form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsletter form .wpcf7-response-output {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  margin: 20px 0 0;
  padding: 20px 20px 18px;
  border: 0;
  background: #990000;
}
body.contrast-mode .newsletter form .wpcf7-response-output {
  color: #ffffff;
  background: #000000;
}
.newsletter form.sent .wpcf7-response-output {
  background: #46b450;
}
.newsletter form.submitting input[type=text],
.newsletter form.submitting input[type=email] {
  color: #fbf6f0;
}
.newsletter form.submitting input[type=text]::-webkit-input-placeholder,
.newsletter form.submitting input[type=email]::-webkit-input-placeholder {
  color: #fbf6f0;
}
body.contrast-mode .newsletter form.submitting input[type=text]::-webkit-input-placeholder,
body.contrast-mode .newsletter form.submitting input[type=email]::-webkit-input-placeholder {
  color: #fbf6f0;
}
.newsletter form.submitting input[type=text]::-moz-placeholder,
.newsletter form.submitting input[type=email]::-moz-placeholder {
  color: #fbf6f0;
}
body.contrast-mode .newsletter form.submitting input[type=text]::-moz-placeholder,
body.contrast-mode .newsletter form.submitting input[type=email]::-moz-placeholder {
  color: #fbf6f0;
}
.newsletter form.submitting input[type=text]:-ms-input-placeholder,
.newsletter form.submitting input[type=email]:-ms-input-placeholder {
  color: #fbf6f0;
}
body.contrast-mode .newsletter form.submitting input[type=text]:-ms-input-placeholder,
body.contrast-mode .newsletter form.submitting input[type=email]:-ms-input-placeholder {
  color: #fbf6f0;
}
.newsletter form.submitting input[type=text]::-ms-input-placeholder,
.newsletter form.submitting input[type=email]::-ms-input-placeholder {
  color: #fbf6f0;
}
body.contrast-mode .newsletter form.submitting input[type=text]::-ms-input-placeholder,
body.contrast-mode .newsletter form.submitting input[type=email]::-ms-input-placeholder {
  color: #fbf6f0;
}
.newsletter form.submitting input[type=text]::placeholder,
.newsletter form.submitting input[type=email]::placeholder {
  color: #fbf6f0;
}
body.contrast-mode .newsletter form.submitting input[type=text]::placeholder,
body.contrast-mode .newsletter form.submitting input[type=email]::placeholder {
  color: #fbf6f0;
}
body.contrast-mode .newsletter form.submitting input[type=text],
body.contrast-mode .newsletter form.submitting input[type=email] {
  color: #fbf6f0;
}
.newsletter.fullwidth .text {
  max-width: unset;
}

.contact {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact p:first-child {
  font-size: clamp(16px, 1.5vw, 26px);
  margin-bottom: 1.2em;
}
.contact p:last-child {
  font-size: clamp(12px, 1vw, 20px);
}
.contact a {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

section.videos .row {
  gap: 24px;
}
section.videos .row .fraction {
  position: relative;
  aspect-ratio: 531/314;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  max-width: 531px;
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
}
section.videos .row .fraction::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
section.videos .row .fraction img {
  -o-object-fit: cover;
  object-fit: cover;
}
section.videos .row .fraction div {
  position: absolute;
  inset: 0;
  padding: 30px 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: flex-end;
}
section.videos .row .fraction div p {
  position: absolute;
  font-size: clamp(24px, 5vw, 34px);
  color: #ffffff;
  margin-top: auto;
  z-index: 2;
}
body.contrast-mode section.videos .row .fraction div p {
  color: #ffffff;
}
section.videos .row .fraction:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4588235294);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4588235294);
}

.webcam-sponsoren .video-wrap {
  overflow: hidden;
  aspect-ratio: 1.777;
}
.webcam-sponsoren .video-wrap > * {
  width: 100%;
  height: 100%;
}

.webcam-sponsoren .video-wrap .video-js {
  max-width: 100%;
}

.text-webcam.video-wrap {
  aspect-ratio: 25/14;
  border-radius: 10px;
  overflow: hidden;
}
.text-webcam.video-wrap > * {
  width: 100%;
  height: 100%;
}

.live.inline-icon.before::before {
  background-image: url("assets/images/live.svg");
  height: 38px;
  width: 38px;
}

#veranstaltungssuche > .inner:first-child {
  margin-bottom: 53px;
}
#veranstaltungssuche > .inner:first-child > h3 {
  font-size: clamp(24px, 3vw, 40px);
  margin-bottom: 1em;
}
#veranstaltungssuche > .inner:first-child .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
#veranstaltungssuche > .inner:first-child .row .filter {
  gap: 10px;
}
#veranstaltungssuche > .inner:first-child .row .filter .category {
  height: 54px;
  border-radius: 8px;
  border: 2px solid #c59e5b;
  min-width: 155px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  cursor: pointer;
  -webkit-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
body.contrast-mode #veranstaltungssuche > .inner:first-child .row .filter .category {
  border: 2px solid #000000;
}
#veranstaltungssuche > .inner:first-child .row .filter .category span {
  font-size: 20px;
  color: #c59e5b;
  padding-inline: 20px;
  font-weight: 600;
  position: relative;
}
body.contrast-mode #veranstaltungssuche > .inner:first-child .row .filter .category span {
  color: #c59e5b;
}
#veranstaltungssuche > .inner:first-child .row .filter .category span::after {
  content: "";
  background-image: url("assets/images/Icon feather-check.svg");
  visibility: hidden;
  width: 22px;
  height: 14px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  right: 13px;
  background-repeat: no-repeat;
  top: 4px;
}
#veranstaltungssuche > .inner:first-child .row .filter .category.active {
  background-color: #fbf6f0;
  border-color: #fbf6f0;
}
body.contrast-mode #veranstaltungssuche > .inner:first-child .row .filter .category.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
#veranstaltungssuche > .inner:first-child .row .filter .category.active span {
  padding-right: 40px;
}
#veranstaltungssuche > .inner:first-child .row .filter .category.active span::after {
  visibility: visible;
}
#veranstaltungssuche > .inner:first-child .row .filter .category:hover {
  background-color: #fbf6f0;
}
body.contrast-mode #veranstaltungssuche > .inner:first-child .row .filter .category:hover {
  background-color: #ffffff;
}
#veranstaltungssuche > .inner:first-child .row .search-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 900px;
  flex: 0 1 900px;
  gap: 15px;
}
#veranstaltungssuche > .inner:first-child .row .search-container input[type=text] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-position: 17px center;
  padding-left: 45px;
}
#veranstaltungssuche > .inner:first-child .row .daterange {
  position: relative;
}
#veranstaltungssuche > .inner:first-child .row .daterange input {
  width: 210px;
}
#veranstaltungssuche > .inner:first-child .row .daterange::after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 180px;
  color: #990000;
  -webkit-transform: translatey(-50%) rotate(90deg) scaley(2);
  -ms-transform: translatey(-50%) rotate(90deg) scaley(2);
  transform: translatey(-50%) rotate(90deg) scaley(2);
  font-weight: 600;
  pointer-events: none;
}
body.contrast-mode #veranstaltungssuche > .inner:first-child .row .daterange::after {
  color: #000000;
}
#veranstaltungssuche.filter .inner:first-child .row .search-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 630px;
  flex: 0 1 630px;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner {
  padding: clamp(20px, 6vw, 100px) clamp(20px, 5vw, 75px);
  position: relative;
  overflow: hidden;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > * {
  position: relative;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner .background {
  position: absolute;
  inset: 0;
  height: 100%;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 12px);
  flex: 1 1 calc(25% - 12px);
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 398px;
  min-width: min(260px, 100%);
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 100ms ease-in-out;
  transition: -webkit-box-shadow 100ms ease-in-out;
  -o-transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, -webkit-box-shadow 100ms ease-in-out;
}
body.contrast-mode #veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung {
  background-color: #ffffff;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  max-width: 85px;
  border-bottom-right-radius: 8px;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .date p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung > img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap {
  padding: 1.2em 1.7em 1.4em;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap h2, #veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap h3, #veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap h4 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  margin-bottom: 20px;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.8em;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap .info .svg {
  display: inline-block;
  width: 23px;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap .info p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap a {
  margin-top: 1.4em;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap a:hover {
  color: #c59e5b;
}
body.contrast-mode #veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung .info-wrap a:hover {
  color: #000000;
}
#veranstaltungssuche > .inner:last-child .content-wrap-inner > .veranstaltungen .veranstaltung:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4588235294);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4588235294);
}

section#headerbild + .bb_events {
  margin-top: clamp(100px, 10vw, 200px);
}

.bb_events * {
  font-family: inherit !important;
}
.bb_events.tribe-common {
  max-width: 1830px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.bb_events.tribe-common .tribe-common-l-container {
  max-width: 100%;
  padding: clamp(20px, 6vw, 100px) clamp(20px, 5vw, 75px) !important;
  background: url("assets/images/background.png") no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}
.bb_events.tribe-common .tribe-common-l-container header.scroll {
  height: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-c-events-bar__views {
  display: none;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-c-nav {
  padding-top: 0;
  border-top: 0;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-common-g-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-header__events-bar {
  background: transparent;
  border: 0;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
  background: transparent;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input {
  padding: var(--tec-spacer-3) var(--tec-spacer-4) var(--tec-spacer-3) var(--tec-spacer-8);
  background: #ffffff;
  border: 1px solid #c59e5b;
  border-radius: 30px;
}
body.contrast-mode .bb_events.tribe-common .tribe-common-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input {
  background: #ffffff;
  border: 1px solid #000000;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 0.95em 1.75em;
  margin-left: 15px;
  display: inline-block;
  border-radius: 2em;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  white-space: nowrap;
  max-height: 3.35em;
  -webkit-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  line-height: 1.35;
  cursor: pointer;
  background-color: #990000;
  color: #ffffff;
}
body.contrast-mode .bb_events.tribe-common .tribe-common-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__button {
  background-color: #000000;
  color: #ffffff;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event {
  width: calc(var(--tec-grid-width-1-of-4) - 16px);
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 100ms ease-in-out;
  transition: -webkit-box-shadow 100ms ease-in-out;
  -o-transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, -webkit-box-shadow 100ms ease-in-out;
}
body.contrast-mode .bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event {
  background-color: #ffffff;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  margin: 0;
  width: auto;
  max-width: 85px;
  background: #c59e5b;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.contrast-mode .bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag {
  background: #000000;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-bottom: 4px;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag time span {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
body.contrast-mode .bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag time span {
  color: #ffffff;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 0;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper img,
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.2em 1.7em 1.4em;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-title {
  font-family: "Cardo", serif !important;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 400;
  color: #555555;
  line-height: 1.1;
  margin: 0 0 20px;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-title .tribe-events-pro-photo__event-title-link {
  border: 0;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-datetime,
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-venue__meta-title {
  display: block;
  min-height: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #555555;
  position: relative;
  padding: 0 0 0 35px;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-datetime:before,
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-venue__meta-title:before {
  display: block;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 0;
  background-size: auto 100%;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-datetime:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='23.282' height='23.282' viewBox='0 0 23.282 23.282'><path d='M15,3.375A11.641,11.641,0,1,0,26.657,15.016,11.637,11.637,0,0,0,15,3.375Zm.011,20.954a9.313,9.313,0,1,1,9.313-9.313A9.313,9.313,0,0,1,15.016,24.329Z' transform='translate(-3.375 -3.375)' fill='%23c59e5b'></path><path d='M18.284,10.688H16.538v6.985l6.112,3.666.873-1.433L18.284,16.8Z' transform='translate(-6.061 -4.867)' fill='%23c59e5b'></path></svg>");
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-venue__meta-title {
  margin: 12px 0 0;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-venue__meta-title:before {
  left: 1px;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='19.665' height='23.591' viewBox='0 0 19.665 23.591'><g transform='translate(1 1)'><path d='M22.165,10.333c0,6.87-8.833,12.758-8.833,12.758S4.5,17.2,4.5,10.333a8.833,8.833,0,1,1,17.665,0Z' transform='translate(-4.5 -1.5)' fill='none' stroke='%23c59e5b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'></path><path d='M19.388,13.444A2.944,2.944,0,1,1,16.444,10.5a2.944,2.944,0,0,1,2.944,2.944Z' transform='translate(-7.612 -4.612)' fill='none' stroke='%23c59e5b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'></path></g></svg>");
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details .tribe-events-pro-photo__event-datetime-recurring-link {
  display: none;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details a.arrow.bold {
  position: absolute;
  left: 1.7em;
  bottom: 1.4em;
}
.bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details a.arrow.bold:hover {
  color: #990000;
}
.bb_events.tribe-common .tribe-events-calendar-series-archive__link, .bb_events.tribe-common .tribe-events-series-relationship-single-marker__icon, .bb_events.tribe-common .tribe-events-series-relationship-single-marker__icon svg, .bb_events.tribe-common .tribe-common .tribe-events-series-relationship-single-marker__icon {
  display: none !important;
}
@media only screen and (max-width: 1400px) {
  .bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event {
    width: calc(var(--tec-grid-width-1-of-3) - 16px);
  }
}
@media only screen and (max-width: 980px) {
  .bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event {
    width: calc(var(--tec-grid-width-1-of-2) - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .bb_events.tribe-common .tribe-events-c-events-bar__search-container {
    background: #ffffff !important;
    border-radius: 8px;
    padding: 20px;
  }
  body.contrast-mode .bb_events.tribe-common .tribe-events-c-events-bar__search-container {
    background: #ffffff !important;
  }
  .bb_events.tribe-common .tribe-events-c-events-bar__search-container .tribe-events-c-search__button {
    margin-left: 0 !important;
    margin-top: 10px;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 650px) {
  .bb_events.tribe-common .tribe-common-l-container .tribe-events-pro-photo__event {
    width: 100%;
  }
}

#tribe-events-pg-template {
  max-width: 1830px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#tribe-events-pg-template .tribe-events-event-meta {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 var(--tec-spacer-5);
}
#tribe-events-pg-template .tribe-address {
  display: block;
  margin: 0 0 2rem;
}
#tribe-events-pg-template .tribe-events-event-categories a,
#tribe-events-pg-template .event-is-recurring a {
  display: inline;
  color: #c59e5b;
}
body.contrast-mode #tribe-events-pg-template .tribe-events-event-categories a,
body.contrast-mode #tribe-events-pg-template .event-is-recurring a {
  color: #000000;
}
#tribe-events-pg-template .tribe-events-event-categories a:hover,
#tribe-events-pg-template .event-is-recurring a:hover {
  color: #990000;
}
body.contrast-mode #tribe-events-pg-template .tribe-events-event-categories a:hover,
body.contrast-mode #tribe-events-pg-template .event-is-recurring a:hover {
  color: #000000;
}
#tribe-events-pg-template .tribe-events-button,
#tribe-events-pg-template .tribe-events-gmap {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 0.95em 1.75em;
  display: inline-block;
  border-radius: 2em;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  white-space: nowrap;
  max-height: 3.35em;
  -webkit-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  line-height: 1.35;
  cursor: pointer;
  background-color: #990000;
  color: #ffffff;
  margin: 0 0.5rem 0.5rem 0;
}
body.contrast-mode #tribe-events-pg-template .tribe-events-button,
body.contrast-mode #tribe-events-pg-template .tribe-events-gmap {
  background-color: #000000;
  color: #ffffff;
}
#tribe-events-pg-template .tribe-events-button:hover, #tribe-events-pg-template .tribe-events-button.active,
#tribe-events-pg-template .tribe-events-gmap:hover,
#tribe-events-pg-template .tribe-events-gmap.active {
  background-color: #c59e5b;
}
body.contrast-mode #tribe-events-pg-template .tribe-events-button:hover, body.contrast-mode #tribe-events-pg-template .tribe-events-button.active,
body.contrast-mode #tribe-events-pg-template .tribe-events-gmap:hover,
body.contrast-mode #tribe-events-pg-template .tribe-events-gmap.active {
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  #tribe-events-pg-template .event-is-recurring {
    display: none;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0px, 1vw, 20px);
  margin-top: 40px;
}
.pagination a, .pagination span {
  font-weight: 700;
  color: #555555;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.pagination a.current, .pagination span.current {
  color: #ffffff;
  background-color: #bd9959;
}
body.contrast-mode .pagination a.current, body.contrast-mode .pagination span.current {
  color: #ffffff;
  background-color: #000000;
}
.pagination a:not(.current):hover, .pagination span:not(.current):hover {
  color: #bd9959;
}
body.contrast-mode .pagination a:not(.current):hover, body.contrast-mode .pagination span:not(.current):hover {
  color: #000000;
}
.pagination a.prev::after, .pagination span.prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination a.prev::after, .pagination a.next::after, .pagination span.prev::after, .pagination span.next::after {
  background-image: url("assets/images/Icon ionic-ios-arrow-back.svg");
  content: "";
  font-weight: 700;
  width: 11px;
  height: 19px;
  background-size: cover;
  display: block;
  -webkit-transition: opacity ease-in-out 200ms;
  -o-transition: opacity ease-in-out 200ms;
  transition: opacity ease-in-out 200ms;
}
.pagination a.prev:hover::after, .pagination a.next:hover::after, .pagination span.prev:hover::after, .pagination span.next:hover::after {
  opacity: 0.5;
}

.splide .splide__pagination__custom {
  margin-top: 30px;
  position: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0px, 1vw, 20px);
}
.splide .splide__pagination__custom li {
  font-weight: 700;
  color: #555555;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.splide .splide__pagination__custom li button.splide__pagination__page {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-weight: 600;
  margin: 0;
}
.splide .splide__pagination__custom li button.splide__pagination__page.is-active {
  color: #ffffff;
  background-color: #bd9959;
}
body.contrast-mode .splide .splide__pagination__custom li button.splide__pagination__page.is-active {
  color: #ffffff;
  background-color: #000000;
}
.splide .splide__pagination__custom li button.splide__pagination__page:not(.is-active):hover {
  color: #bd9959;
}
body.contrast-mode .splide .splide__pagination__custom li button.splide__pagination__page:not(.is-active):hover {
  color: #000000;
}

input:not([type=submit]).borderonly {
  background-color: #ffffff;
  border-radius: 100px;
  height: 100%;
  padding: 20px;
  display: inline-block;
  border: 1px solid #c59e5b;
  height: 54px;
}
input:not([type=submit]).borderonly ::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 16px;
}
input:not([type=submit]).borderonly ::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 16px;
}
input:not([type=submit]).borderonly :-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 16px;
}
input:not([type=submit]).borderonly ::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 16px;
}
input:not([type=submit]).borderonly ::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.56; /* 28px */
  font-size: 16px;
}
body.contrast-mode input:not([type=submit]).borderonly {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.split-1242-371 h2 {
  font-size: clamp(30px, 3vw, 50px);
  line-height: 68px;
  margin-bottom: 0.75em;
}
.split-1242-371 .row > div:nth-child(2) {
  position: relative;
}
.split-1242-371 .row > div:nth-child(2) h3 {
  font-size: clamp(16px, 2vw, 22px);
  line-height: 27px;
  margin-bottom: 50px;
  margin-top: 30px;
  position: absolute;
  top: -105px;
}
.split-1242-371 .row > div:nth-child(2) h3::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #bd9959;
  width: 50px;
  bottom: -10px;
  left: 0;
}
body.contrast-mode .split-1242-371 .row > div:nth-child(2) h3::after {
  background-color: #000000;
}
.split-1242-371 .sponsoren .column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 30px;
}
.split-1242-371 .sponsoren .column > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 8px;
  overflow: hidden;
}
.split-1242-371 .sponsoren .sponsor {
  background: url("assets/images/background-klein.png") no-repeat center center;
  background-size: cover;
}
.split-1242-371 .sponsoren .sponsor img {
  mix-blend-mode: multiply;
}

.list-entries .row {
  -webkit-column-gap: clamp(15px, 4vw, 75px);
  -moz-column-gap: clamp(15px, 4vw, 75px);
  column-gap: clamp(15px, 4vw, 75px);
  row-gap: 75px;
}
.list-entries .row .list h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.1em;
  margin-bottom: 0.9em;
}
.list-entries .row .list .entries {
  gap: 20px;
}
.list-entries .row .list .entries .entry {
  background-color: #fbf6f0;
  position: relative;
  padding: 25px 20px;
  border-radius: 8px;
}
body.contrast-mode .list-entries .row .list .entries .entry {
  background-color: #ffffff;
}
.list-entries .row .list .entries .entry.hide {
  display: none;
}
.list-entries .row .list .entries .entry.hide.show {
  display: block;
}
.list-entries .row .list .entries .entry.has-class h3, .list-entries .row .list .entries .entry.has-class h4 {
  max-width: calc(100% - 120px);
}
.list-entries .row .list .entries .entry h3, .list-entries .row .list .entries .entry h4 {
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 34px;
  margin-bottom: 15px;
}
.list-entries .row .list .entries .entry p {
  float: unset;
  margin-bottom: 22px;
  line-height: 1.5;
}
.list-entries .row .list .entries .entry p::before {
  background-image: url("assets/images/ort.svg");
}
.list-entries .row .list .entries .entry a {
  color: #990000;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
body.contrast-mode .list-entries .row .list .entries .entry a {
  color: #000000;
}
.list-entries .row .list .entries .entry a:hover {
  color: #c59e5b;
}
body.contrast-mode .list-entries .row .list .entries .entry a:hover {
  color: #000000;
}
.list-entries .row .list .entries .entry .class {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  background-color: #990000;
  color: #ffffff;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  padding: 0.5em;
  font-size: clamp(14px, 2vw, 20px);
}
body.contrast-mode .list-entries .row .list .entries .entry .class {
  background-color: #000000;
  color: #ffffff;
}
.list-entries .row .list > a {
  margin-top: 23px;
  float: unset;
}
.list-entries .row .list > a .img {
  height: 19px;
  width: 25px;
}
.list-entries .row .list > a .img img, .list-entries .row .list > a .img svg {
  max-height: 100%;
}
.list-entries .row .list > a span:not(img) {
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
.list-entries .row .list > a:hover span:not(img) {
  color: #990000;
}
body.contrast-mode .list-entries .row .list > a:hover span:not(img) {
  color: #000000;
}

.max1340 {
  max-width: 1342px;
}
.max1340 h2 {
  max-width: 682px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.1em;
  margin-bottom: 0.9em;
}

.icons.row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 45px;
}
.icons.row .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icons.row .icon .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 67px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.icons.row .icon .icon-wrap img, .icons.row .icon .icon-wrap svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.icons.row .icon p {
  font-size: clamp(16px, 1.5vw, 26px);
  margin-top: 10px;
}

.text-flyer .text h2 {
  max-width: 930px;
}
.text-flyer .flyer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: min(100%, 405px);
  width: min(100%, 405px) !important;
}
.text-flyer .flyer .img {
  width: 119px;
  height: 131px;
  overflow: unset;
}
.text-flyer .flyer .img img, .text-flyer .flyer .img svg {
  margin: auto;
}
.text-flyer .flyer a {
  margin: auto auto auto 18px;
  padding-right: 25px;
}
.text-flyer .flyer a span:first-child {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 41px;
}
.text-flyer .flyer a span:last-child {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 22px;
}
.text-flyer .flyer .arrow {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.text-flyer .flyer .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
}

.section-tabs h2, .section-tabs h3 {
  font-size: clamp(30px, 3vw, 50px);
}
.section-tabs .controls {
  margin-top: 65px;
  margin-bottom: 55px;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-tabs .tabs {
  padding: clamp(20px, 3.5vw, 65px);
  background-color: #fbf6f0;
  border-radius: 8px;
}
body.contrast-mode .section-tabs .tabs {
  background-color: #ffffff;
}
.section-tabs .tabs .tab:not(.active) {
  display: none;
}
.section-tabs .tabs .tab img {
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-tabs .tabs .tab h3, .section-tabs .tabs .tab h4 {
  margin-bottom: 0.7em;
}
.section-tabs .tabs .tab .side.text p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.5em;
}

#popup:not(.mm-menu):not(.visible) {
  display: none;
}

.mm-slideout {
  z-index: auto;
}

section.popup {
  visibility: hidden;
  display: -ms-grid;
  display: grid;
  z-index: 999;
  background-color: rgba(43, 43, 43, 0.2509803922);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  -webkit-transition: visibility 100ms ease-in-out;
  -o-transition: visibility 100ms ease-in-out;
  transition: visibility 100ms ease-in-out;
}
section.popup .window {
  background-color: #ffffff;
  border-radius: 8px;
  padding: clamp(15px, 3vw, 45px);
  max-width: 1300px;
  position: relative;
  max-height: 100vh;
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
}
body.contrast-mode section.popup .window {
  background-color: #ffffff;
}
section.popup .window .exit {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 15px;
  right: 15px;
  background-color: #990000;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("assets/images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.contrast-mode section.popup .window .exit {
  background-color: #000000;
}
section.popup .window .exit:hover {
  background-color: #c59e5b;
}
body.contrast-mode section.popup .window .exit:hover {
  background-color: #000000;
}
section.popup .window h3 {
  font-size: clamp(18px, 2vw, 36px);
  text-align: center;
  margin-bottom: 25px;
  max-width: calc(100% - 40px);
}
section.popup .window .content {
  max-height: calc(100vh - 145px);
}
section.popup .window .content * {
  font-family: "Montserrat", sans-serif !important;
}
section.popup .window .content .box {
  border-radius: 8px;
  background-color: #fbf6f0;
}
body.contrast-mode section.popup .window .content .box {
  background-color: #ffffff;
}
section.popup .window .content .box:not(.map) {
  padding: 1.7em 1.5em;
}
section.popup .window .content > .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 50% 1fr 1fr;
  grid-template-columns: 50% 1fr 1fr;
  grid-auto-flow: column;
}
section.popup .window .content > .row > *:first-child {
  -ms-flex-preferred-size: 630px;
  flex-basis: 630px;
}
section.popup .window .content > .row > .column {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
section.popup .window .content > .row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
section.popup .window .content > .row > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
section.popup .window .content > .row > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
section.popup .window .content > .row > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
section.popup .window .content > .row > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
section.popup .window .content > .row > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
section.popup .window .content .row:not(.box), section.popup .window .content .column:not(.box) {
  gap: clamp(5px, 1vw, 20px);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.popup .window .content .row.box, section.popup .window .content .column.box {
  gap: 2.3em;
}
section.popup .window .content .kontakt > .side:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.popup .window .content p, section.popup .window .content a {
  font-size: clamp(10px, 1.2vw, 16px);
  line-height: 1.35;
}
section.popup .window .content p + p, section.popup .window .content p + a, section.popup .window .content a + p {
  padding-top: 3px;
}
section.popup .window .content .block h4 {
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 20px);
  padding-bottom: 1em;
}
section.popup .window .content .block * + p {
  margin-top: 0.55em;
}
section.popup .window .content .block * + h4 {
  margin-top: 1.55em;
}
section.popup .window .content .block a {
  display: inline;
}
section.popup .window .content .block a:hover {
  color: #990000;
}
body.contrast-mode section.popup .window .content .block a:hover {
  color: #000000;
}
section.popup .window .content b {
  font-weight: 600 !important;
}
section.popup .window .btn.inline-icon {
  display: block;
  margin: 1.3em auto;
  float: unset;
}
section.popup .window .btn.inline-icon::before {
  background-image: url("assets/images/Icon-print.svg");
}
section.popup.visible {
  visibility: visible;
}

.posts-visuals .inner > .row {
  gap: 75px;
}
.posts-visuals .inner > .row > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.posts-visuals .inner > .row h2 {
  font-size: clamp(30px, 3vw, 50px);
  margin-bottom: 30px;
}
.posts-visuals .inner > .row .side.list-posts .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.posts-visuals .inner > .row .side.list-posts .posts article {
  background-color: #fbf6f0;
  border-radius: 8px;
  padding: 35px 20px 30px 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
body.contrast-mode .posts-visuals .inner > .row .side.list-posts .posts article {
  background-color: #ffffff;
}
.posts-visuals .inner > .row .side.list-posts .posts article:not(:last-of-type) {
  margin-bottom: 20px;
}
.posts-visuals .inner > .row .side.list-posts .posts article .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.posts-visuals .inner > .row .side.list-posts .posts article .header h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 28px);
  margin-bottom: 30px;
}
.posts-visuals .inner > .row .side.list-posts .posts article p {
  line-height: 1.55;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 18px);
}
.posts-visuals .inner > .row .side.list-posts .posts article time {
  color: #c59e5b;
  font-weight: 600;
  margin-left: 10px;
}
body.contrast-mode .posts-visuals .inner > .row .side.list-posts .posts article time {
  color: #000000;
}
.posts-visuals .inner > .row .side.list-posts .posts article .arrow {
  margin-top: 40px;
  color: #990000;
  font-weight: 600;
}
body.contrast-mode .posts-visuals .inner > .row .side.list-posts .posts article .arrow {
  color: #000000;
}
.posts-visuals .inner > .row .side.list-posts .posts .pagination {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.posts-visuals .inner > .row .side.visuals .slider-wrap:first-child {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 1.8;
}
.posts-visuals .inner > .row .side.visuals .slider-wrap:first-child .splide__track {
  height: 100%;
}
.posts-visuals .inner > .row .side.visuals a.inline-icon {
  float: unset;
}
.posts-visuals .inner > .row .side.visuals a.inline-icon::before {
  background-image: url("assets/images/Icon-download.svg");
}
.posts-visuals .inner > .row .post-main {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

#form h2 {
  font-size: clamp(30px, 3vw, 50px);
  margin-bottom: 60px;
}
#form form > .row {
  gap: 75px;
}
#form form .row > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
#form form .row .row {
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 20px;
}
#form form .row .row + .row {
  margin-top: 20px;
}
#form form .block + .block {
  margin-top: 50px;
}
#form form .side.betreff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#form form .side.betreff > *:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#form form .side.betreff > *:first-child textarea {
  height: 100%;
}

/* EXT: Daterangepicker */
.daterangepicker td.in-range {
  background-color: rgba(153, 0, 0, 0.2);
}
body.contrast-mode .daterangepicker td.in-range {
  background-color: rgba(0, 0, 0, 0.2);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #990000 !important;
}
body.contrast-mode .daterangepicker td.active, body.contrast-mode .daterangepicker td.active:hover {
  background-color: #000000 !important;
}

/* EXT: wpcf7 */
.wpcf7 select, .wpcf7 input:not([type=submit]), .wpcf7 textarea {
  border: 0.13em solid #c59e5b;
  border-radius: 8px;
  background: transparent;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
}
body.contrast-mode .wpcf7 select, body.contrast-mode .wpcf7 input:not([type=submit]), body.contrast-mode .wpcf7 textarea {
  border: 0.13em solid #000000;
}
.wpcf7 .input {
  position: relative;
}
.wpcf7 .input label {
  position: absolute;
  inset: 0;
  font-size: 16px;
  padding: 20px;
  color: #555555;
  -webkit-transition: font-size 200ms ease-in-out, padding 200ms ease-in-out;
  -o-transition: font-size 200ms ease-in-out, padding 200ms ease-in-out;
  transition: font-size 200ms ease-in-out, padding 200ms ease-in-out;
  line-height: 1.5;
  font-weight: 600;
}
.wpcf7 .input label.focus {
  padding: 5px 10px;
  font-size: 12px;
  opacity: 0.8;
}
.wpcf7 .sender-anrede {
  max-width: 133px;
  margin-right: 40px;
}
.wpcf7 .nr {
  max-width: 180px;
}
.wpcf7 .wpcf7-form-control-wrap {
  z-index: 1;
}
.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("assets/images/Icon ionic-ios-arrow-back-rotated.svg");
  background-repeat: no-repeat;
  background-position-x: 86%;
  background-position-y: 50%;
}
.wpcf7 p {
  font-size: 14px;
  line-height: 20px;
  color: #c59e5b;
  font-weight: 600;
}
body.contrast-mode .wpcf7 p {
  color: #000000;
}
.wpcf7 p a {
  font-size: 14px;
  line-height: 20px;
  color: #990000;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
body.contrast-mode .wpcf7 p a {
  color: #000000;
}
.wpcf7 p a:hover {
  color: #c59e5b;
}
body.contrast-mode .wpcf7 p a:hover {
  color: #000000;
}
.wpcf7 .row.submit {
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.wpcf7 .row.submit > p:last-of-type {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 163px !important;
  flex: 0 1 163px !important;
}
.wpcf7 .row.submit > p:last-of-type input[type=submit] {
  width: 100%;
  padding-inline: 3em;
}
.wpcf7 .row.submit .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 3px;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  margin: 20px 0 0;
  padding: 20px 20px 18px;
  border: 0;
  background: #990000;
  border-radius: 8px;
}
body.contrast-mode .wpcf7 form .wpcf7-response-output {
  color: #ffffff;
  background: #000000;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
}

/* EXT: VIDEOJS */
.video-js .vjs-big-play-button {
  background-color: #990000;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 0 0 black;
  box-shadow: 0 0 0 black;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
body.contrast-mode .video-js .vjs-big-play-button {
  background-color: #000000;
}
.video-js:hover .vjs-big-play-button, .video-js:focus .vjs-big-play-button {
  background-color: #990000;
  opacity: 0.8;
}
body.contrast-mode .video-js:hover .vjs-big-play-button, body.contrast-mode .video-js:focus .vjs-big-play-button {
  background-color: #000000;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  background-image: url("assets/images/Icon_awesome-play.svg");
  width: 27px;
  height: 31px;
  top: 20px;
  left: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video-js .vjs-poster {
  background-size: cover;
}
.video-js .vjs-control-bar {
  background-color: #fbf6f0;
}
body.contrast-mode .video-js .vjs-control-bar {
  background-color: #ffffff;
}
.video-js .vjs-control-bar *::before, .video-js .vjs-control-bar *::after {
  color: #990000;
}
body.contrast-mode .video-js .vjs-control-bar *::before, body.contrast-mode .video-js .vjs-control-bar *::after {
  color: #000000;
}
.video-js .vjs-play-progress, .video-js .vjs-volume-level {
  background-color: #555555;
}
body.contrast-mode .video-js .vjs-play-progress, body.contrast-mode .video-js .vjs-volume-level {
  background-color: #000000;
}
.video-js .vjs-time-control {
  font-weight: 800;
}

.vjs-big-play-centered .vjs-big-play-button {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

article.search-result {
  padding: 0 0 3rem;
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #c59e5b;
}
body.contrast-mode article.search-result {
  border-bottom: 1px solid #000000;
}
article.search-result h4 {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 1rem;
}
article.search-result p {
  margin-bottom: 1rem;
}
article.search-result p:last-child {
  margin-top: 2.5rem;
}

.stretched-link {
  position: relative;
}

.stretched-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.microsite .page-content {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.microsite .page-content > * {
  padding-inline: 20px;
  max-width: calc(100% - 100px);
  margin-inline: auto;
  margin-block: 0;
  width: 100%;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.microsite .page-content header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 165px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.microsite .page-content header .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.microsite .page-content header .inner h1 {
  font-size: 30px;
  color: #555555;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}
.microsite .page-content header .inner h1::after {
  content: "";
  height: 2px;
  background: #c59e5b;
  width: 37px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.microsite .page-content header .inner .logo {
  width: 216px;
  height: 128px;
  flex: 0 0 216px;
}
.microsite .page-content header .inner .logo svg {
  width: 100%;
}
.microsite .page-content header .inner .wappen {
  width: clamp(50px, 8vw, 80px);
  position: absolute;
  right: 20px;
  top: -10px;
}
.microsite .page-content main {
  max-height: calc(100vh - 235px);
  display: flex;
  background-color: transparent;
}
.microsite .page-content main section {
  flex-grow: 1;
  height: 100%;
  margin: 0 !important;
  background-image: url("assets/images/hintergrund-gross.png");
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.microsite .page-content main section.no-background {
  background-image: none;
}
.microsite .page-content main section > .container {
  padding: 20px;
}
.microsite .page-content main section > .container.wetter-container {
  width: min(100%, 1070px + 2 * 20px);
  height: min(100%, 570px + 2 * 20px);
}
.microsite .page-content main section > .container.tagesprogramm-container {
  width: min(100%, 1463px + 2 * 20px);
  height: min(100%, 731px + 2 * 20px);
}
.microsite .page-content main section > .container.slider-container:not(.kulinarik-2) {
  width: min(100%, 1506px + 2 * 20px);
  height: min(100%, 713px + 2 * 20px);
}
.microsite .page-content main section > .container.slider-container.kulinarik-2 {
  width: min(100%, 1603px + 2 * 20px);
  height: min(100%, 708px + 2 * 20px);
}
.microsite .page-content main section > .container.gericht-container {
  width: min(100%, 1522px + 2 * 20px);
  height: min(100%, 723px + 2 * 20px);
}
.microsite .page-content main section > .container.webcam-container {
  width: min(100%, 1572px + 2 * 20px);
  height: min(100%, 633px + 2 * 20px);
}
.microsite .page-content main section.start {
  display: flex;
}
.microsite .page-content main section.start .logo {
  mix-blend-mode: multiply;
  width: min(660px, 100%);
  margin: auto;
  transform: translateY(-60px);
}
.microsite .page-content main section.start .logo svg {
  width: 100%;
}
.microsite .page-content main section .video {
  width: 100%;
  height: 100%;
}
.microsite .page-content main section .video > * {
  height: 100%;
}
.microsite .page-content main section .video .video-js {
  padding-top: 0;
}
.microsite .page-content main section .video .video-js .vjs-tech {
  object-fit: cover;
}
.microsite .page-content main section .datetime, .microsite .page-content main section .headline {
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #c59e5b;
  align-items: flex-end;
  color: #555555;
  flex-wrap: wrap;
}
.microsite .page-content main section .datetime > p:not(.today), .microsite .page-content main section .headline > p:not(.today) {
  color: inherit;
  font-weight: 700;
  font-size: clamp(10px, 2.2vw, 22px);
  line-height: 1.6;
}
.microsite .page-content main section .datetime .today, .microsite .page-content main section .datetime h3, .microsite .page-content main section .headline .today, .microsite .page-content main section .headline h3 {
  font-size: clamp(20px, 4vw, 54px);
  font-weight: 500;
  line-height: 0.95;
  color: inherit;
}
.microsite .page-content main section .datetime span#current-time,
.microsite .page-content main section .datetime span#current-time *, .microsite .page-content main section .headline span#current-time,
.microsite .page-content main section .headline span#current-time * {
  color: inherit;
}
.microsite .page-content main section .datetime > *:nth-child(2):not(:last-child), .microsite .page-content main section .headline > *:nth-child(2):not(:last-child) {
  margin-left: auto;
  margin-right: clamp(15px, 5vw, 50px);
}
.microsite .page-content main section .datetime p:last-child::after, .microsite .page-content main section .headline p:last-child::after {
  display: none;
}
.microsite .page-content main section .datetime + *, .microsite .page-content main section .headline + * {
  margin-top: clamp(10px, 4vw, 30px);
}
.microsite .page-content main section .wetter-wrap {
  max-width: unset;
  background: transparent;
  color: #555555;
  height: 100%;
}
.microsite .page-content main section .wetter-wrap p {
  color: #555555;
  font-weight: 700;
  font-size: clamp(10px, 2.5vw, 22px);
  line-height: 1.2;
  margin-top: clamp(5px, 3vw, 15px);
}
.microsite .page-content main section .wetter-wrap .wetter {
  padding: 0;
  height: 100%;
  justify-content: space-between;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info {
  gap: 0;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .third {
  align-items: center;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .third p:last-of-type {
  margin-top: clamp(5px, 4vw, 30px);
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .third .img, .microsite .page-content main section .wetter-wrap .wetter .wetter-info .third span {
  height: clamp(40px, 10vw, 140px);
  width: 100%;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .third > span {
  font-size: clamp(30px, 7vw, 100px);
  line-height: 1.4;
  font-weight: 600;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .third > *:first-child svg {
  margin: 0;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .third svg {
  height: 100%;
  width: 100%;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .third p {
  margin-inline: 15px;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .fraction {
  place-self: center;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .fraction .img {
  aspect-ratio: 1/0.75;
}
.microsite .page-content main section .wetter-wrap .wetter .wetter-info .fraction .img svg, .microsite .page-content main section .wetter-wrap .wetter .wetter-info .fraction .img img {
  max-height: 100%;
}
.microsite .page-content main section .tagesprogramm {
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.microsite .page-content main section .tagesprogramm .days, .microsite .page-content main section .tagesprogramm .day {
  height: 100%;
}
.microsite .page-content main section .tagesprogramm .days {
  /*width: min(100%, 1060px);*/
  width: 100%;
}
.microsite .page-content main section .tagesprogramm .days .day {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.microsite .page-content main section .tagesprogramm .days .program {
  margin-top: 30px;
  gap: clamp(3px, 1vw, 15px);
  max-height: calc(100% - 95px);
  font-size: clamp(10px, 1.5vw, 24px);
}
.microsite .page-content main section .tagesprogramm .days .program .program-single {
  background-color: #ffffff;
  border-radius: 8px;
  padding: clamp(5px, 1vw, 14px);
  gap: clamp(10px, 1.8vw, 30px);
  margin: 0 0 10px;
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .date {
  width: max(25%, 51px);
  display: grid;
  place-content: center;
  border-radius: 8px;
  padding: 3px;
  flex: 0 0 max(25%, 51px);
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .date p {
  display: flex;
  justify-content: space-between;
  font-size: clamp(8px, 1.2vw, 16px);
  flex-wrap: wrap;
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .date p span {
  color: inherit;
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .date p span:nth-child(2) {
  font-weight: 500;
  padding-inline: 15px;
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .info {
  place-self: center;
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .info h3 {
  font-size: inherit;
  margin-bottom: clamp(3px, 1vw, 10px);
  line-height: 1.3;
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .info p {
  font-size: clamp(8px, 1.1vw, 15px);
  float: unset;
}
.microsite .page-content main section .tagesprogramm .days .program .program-single .info p::before {
  background-image: url("assets/images/ort.svg");
  width: 1.1em;
  height: 1.4em;
}
.microsite .page-content main section .tagesprogramm .splide__arrows {
  display: none;
}
.microsite .page-content main section .tagesprogramm-new .splide {
  flex-grow: 1;
  height: calc(100% - 100px);
}
.microsite .page-content main section .tagesprogramm-new .splide .splide__track {
  height: calc(100% - 70px);
}
.microsite .page-content main section .tagesprogramm-new .splide .splide__arrow {
  top: calc(50% - 60px);
}
.microsite .page-content main section .tagesprogramm-new .splide .splide__arrow svg {
  width: 100%;
  height: unset;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page {
  height: 100%;
  align-content: start;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide {
  max-height: 144px;
  margin: 0 0 15px;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection {
  display: grid;
  grid-template-columns: max(20%, 250px) 1fr auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  align-items: center;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .img {
  height: 100%;
  position: relative;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .img img {
  display: block;
  object-fit: cover;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .img .class {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 8px;
  background-color: #990000;
  width: min(80%, 7.3em);
  text-align: center;
  color: white;
  padding: 0.5em;
  font-size: clamp(8px, 1.5vw, 17px);
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .img, .microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection img {
  border-radius: 0 !important;
  height: 100%;
  max-height: 127px;
  aspect-ratio: 16/9;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .info h3 {
  font-size: clamp(10px, 1.5vw, 24px);
  color: #c59e5b;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .info p, .microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .info a {
  font-size: clamp(8px, 1.2vw, 16px);
  font-weight: 600;
  float: none;
  display: inline;
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .info p::before, .microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection .info a::before {
  background-image: url("assets/images/ort.svg");
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection > * {
  margin-right: clamp(10px, 2.5vw, 35px);
}
.microsite .page-content main section .tagesprogramm-new .splide .slide-page .slide .selection > *:not(.img) {
  margin-block: 30px;
}
.microsite .page-content main section .slider {
  display: flex;
}
.microsite .page-content main section .slider:not(.kulinarik-2) {
  flex-direction: column;
}
.microsite .page-content main section .slider:not(.kulinarik-2) > * {
  margin-inline: 70px;
}
.microsite .page-content main section .slider .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #c59e5b;
  margin-bottom: 30px;
}
.microsite .page-content main section .slider .title h2 {
  font-size: clamp(20px, 4vw, 54px);
  font-weight: 500;
  line-height: 0.95;
  color: #555555;
}
.microsite .page-content main section .slider .slider-outer-wrap {
  flex-grow: 1;
  height: calc(100% - 100px);
}
.microsite .page-content main section .slider .slider-outer-wrap .splide__track {
  height: calc(100% - 70px);
}
.microsite .page-content main section .slider .slider-outer-wrap .splide__arrow {
  top: calc(50% - 60px);
}
.microsite .page-content main section .slider .slider-outer-wrap .splide__arrow svg {
  width: 100%;
  height: unset;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page {
  height: 100%;
  gap: 15px;
  align-content: start;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide {
  max-height: 126px;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection {
  row-gap: 10px;
  display: grid;
  grid-template-columns: max(20%, 250px) 1fr auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  align-items: center;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .img {
  height: 100%;
  position: relative;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .img img {
  display: block;
  object-fit: cover;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .img .class {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 8px;
  background-color: #990000;
  width: min(80%, 7.3em);
  text-align: center;
  color: white;
  padding: 0.5em;
  font-size: clamp(8px, 1.5vw, 17px);
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .img, .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection img {
  border-radius: 0 !important;
  height: 100%;
  max-height: 127px;
  aspect-ratio: 394/222;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .info h3 {
  font-size: clamp(10px, 1.5vw, 24px);
  color: #c59e5b;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .info p, .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .info a {
  font-size: clamp(8px, 1.2vw, 16px);
  font-weight: 600;
  float: none;
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .info p::before, .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .info a::before {
  background-image: url("assets/images/ort.svg");
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection > * {
  margin-right: clamp(10px, 2.5vw, 35px);
}
.microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection > *:not(.img) {
  margin-block: 30px;
}
.microsite .page-content main section .slider.kulinarik .side.left {
  display: none;
}
.microsite .page-content main section .slider.kulinarik .side.right {
  height: 100%;
}
.microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info p, .microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info a {
  display: inline;
}
.microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info p:last-child, .microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info a:last-child {
  margin-left: 20px;
}
.microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info p:last-child::before, .microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info a:last-child::before {
  background-image: url("assets/images/tel-hohl.svg");
}
.microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .btn::after {
  margin-left: 0;
}
.microsite .page-content main section .slider.kulinarik .splide__arrows {
  display: none;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 {
  display: block;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.left {
  float: left;
  width: clamp(250px, 28vw, 526px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.left h3 {
  font-size: clamp(18px, 3vw, 50px);
  line-height: 1.2;
  max-width: 484px;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.left p {
  font-size: clamp(8px, 1.5vw, 24px);
  line-height: 1.4;
  margin-top: 2em;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right {
  height: 100%;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right > * {
  margin-right: 60px;
  margin-left: clamp(80px, 7vw, 137px);
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide .selection {
  grid-template-columns: max(34.5%, 180px) 1fr;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide .selection .img {
  height: 100%;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right a {
  display: none;
}
.microsite .page-content main section .slider.kulinarik.kulinarik-2 .splide .splide__pagination__custom {
  justify-content: flex-end;
}
.microsite .page-content main section .gericht .content {
  justify-content: space-between;
  gap: 15px;
  max-height: calc(100% - 90px);
}
.microsite .page-content main section .gericht .content .side.left {
  width: min(100%, 840px);
  position: relative;
  aspect-ratio: 840/545;
  border-radius: 8px;
  overflow: hidden;
}
.microsite .page-content main section .gericht .content .side.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.microsite .page-content main section .gericht .content .side.left p.price {
  background-color: #990000;
  font-size: clamp(12px, 2vw, 36px);
  width: 5.75em;
  display: grid;
  place-content: center;
  padding: 0.36em;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 8px;
  color: #ffffff;
  font-weight: 600;
}
.microsite .page-content main section .gericht .content .side.right {
  max-width: 566px;
  align-self: center;
}
.microsite .page-content main section .gericht .content .side.right h4 {
  font-size: clamp(16px, 3vw, 50px);
}
.microsite .page-content main section .gericht .content .side.right p {
  font-weight: 600;
}
.microsite .page-content main section .gericht .content .side.right p:not(.inline-icon) {
  margin-top: 1.45em;
  font-size: clamp(10px, 1.5vw, 25px);
}
.microsite .page-content main section .gericht .content .side.right p.inline-icon {
  font-size: clamp(8px, 1.5vw, 17px);
  float: unset;
  margin-top: 0;
}
.microsite .page-content main section .gericht .content .side.right p.inline-icon::before {
  background-image: url("assets/images/ort.svg");
}
.microsite .page-content main section .webcam > .row {
  gap: clamp(15px, 4vh, 50px) clamp(20px, 4vw, 70px);
  height: 100%;
  justify-content: space-between;
}
.microsite .page-content main section .webcam > .row .video-wrap {
  flex: 1 1 1199px;
}
.microsite .page-content main section .webcam > .row .video-wrap > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.microsite .page-content main section .webcam > .row .sponsoren {
  flex: 1 1 301px;
  min-width: min(28vw, 240px);
}
.microsite .page-content main section .webcam > .row .sponsoren h3 {
  font-size: clamp(14px, 2.5vw, 22px);
  line-height: 1.2;
  margin-bottom: 1.3em;
}
.microsite .page-content main section .webcam > .row .sponsoren .column {
  gap: clamp(10px, 1vw, 20px);
  height: 100%;
  max-height: calc(100% - 55px);
}
.microsite .page-content main section .webcam > .row .sponsoren .column .sponsor {
  flex: 1 1 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  aspect-ratio: 30/18;
}
.microsite .page-content main section .webcam > .row .sponsoren .column .sponsor img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.microsite .page-content footer {
  height: 70px;
  min-height: unset;
  background: transparent;
}
.microsite .page-content footer .inner {
  padding-block: 0;
  height: 100%;
}
.microsite .page-content footer .inner #post-footer {
  margin: auto;
  width: min(100%, 1038px);
  justify-content: center;
}
.microsite .page-content footer .inner #post-footer .od {
  border-bottom: none;
  padding-bottom: 0;
  z-index: 1;
  width: 370px;
  font-size: clamp(12px, 4vw, 22px);
  position: relative;
}
.microsite .page-content footer .inner #post-footer .od::after, .microsite .page-content footer .inner #post-footer .od::before {
  content: "";
  height: 1px;
  top: 50%;
  background-color: #c59e5b;
  position: absolute;
  width: 300px;
}
.microsite .page-content footer .inner #post-footer .od::before {
  left: 0;
  transform: translateX(-100%);
}
.microsite .page-content footer .inner #post-footer .od::after {
  right: 0;
  transform: translateX(100%);
}
.microsite .page-content .scroller {
  display: grid;
  gap: 15px;
}
.microsite .page-content .scroller > * {
  scroll-snap-align: start;
}
.microsite .page-content .scroller.horizontal {
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 10px;
}
.microsite .page-content .scroller.vertical {
  grid-auto-flow: row;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-snap-type: block mandatory;
  scroll-padding-block: 10px;
}
.microsite .page-content .inline-icon.before.ort::before {
  background-image: url("assets/images/ort.svg") !important;
}
.microsite .page-content .inline-icon.before.aktualisieren::before {
  background-image: url("assets/images/icon-aktualisieren.svg") !important;
}

@media (max-aspect-ratio: 1/1) {
  .microsite .page-content main section .gericht .content {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
  .microsite .page-content main section .gericht .content .side.right {
    max-width: unset;
  }
  .microsite .page-content main section .webcam > .row {
    flex-direction: column;
  }
  .microsite .page-content main section .webcam > .row .sponsoren .column {
    flex-direction: row;
  }
}
@media (max-width: 1400px) {
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .slider-outer-wrap .slide-page .slide .selection .info p, .microsite .page-content main section .slider.kulinarik.kulinarik-2 .slider-outer-wrap .slide-page .slide .selection .info a {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .microsite .page-content header {
    height: 100px;
  }
  .microsite .page-content header .inner h1 {
    font-size: 24px;
  }
  .microsite .page-content header .inner a.logo {
    flex: 0 0 140px;
    height: 82px;
  }
  .microsite .page-content main {
    max-height: calc(100vh - 170px);
  }
}
@media (min-aspect-ratio: 7/12) and (max-height: 800px) {
  .microsite .page-content header {
    height: 100px;
  }
  .microsite .page-content header .inner h1 {
    font-size: 24px;
  }
  .microsite .page-content header .inner a.logo {
    flex: 0 0 140px;
    height: 82px;
  }
  .microsite .page-content main {
    max-height: calc(100vh - 170px);
  }
}
@media (max-width: 1200px) {
  .microsite .page-content main section .tagesprogramm .days .program .program-single .date p span:nth-child(2) {
    padding-inline: 4px;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .btn {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .microsite .page-content main section .tagesprogramm .days .program .program-single .date p span {
    width: 100%;
    text-align: center;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection {
    grid-template-columns: max(28.5%, 250px) 1fr;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection > *:not(.img) {
    margin-block: 0;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .img {
    grid-row: 1/3;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .info h3 {
    padding-top: 15px;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection > *:last-child {
    margin-bottom: 15px;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .splide .splide__pagination__custom {
    justify-content: center;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right > * {
    margin-right: 0;
    margin-left: 25px;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .slider-outer-wrap .splide__arrow {
    top: unset;
    bottom: -11px;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .slider-outer-wrap .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .slider-outer-wrap .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide {
    max-height: unset;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide .selection {
    grid-template-columns: unset;
    grid-auto-flow: row;
    grid-template-rows: 100px auto auto;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide .selection > * {
    margin-right: 0;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide .selection > *:not(.img) {
    margin-inline: 10px;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide .selection .btn {
    font-size: 10px;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right .slider-outer-wrap .slide-page .slide .selection {
    padding-bottom: 15px;
  }
  .microsite .page-content > * {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .microsite .page-content main section .tagesprogramm {
    flex-direction: column;
    justify-content: unset;
  }
  .microsite .page-content main section .tagesprogramm .days {
    height: calc(100% - 48px);
  }
  .microsite .page-content main section .tagesprogramm .days .program {
    max-height: calc(100% - 70px);
  }
  .microsite .page-content main section .slider:not(.kulinarik-2) > * {
    margin-inline: 0;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .splide__arrow {
    top: unset;
    bottom: -11px;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .splide__arrow.splide__arrow--next {
    right: 0;
  }
}
@media (max-width: 600px) {
  .microsite .scroller.horizontal {
    grid-auto-columns: 26%;
    padding-bottom: 10px;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide {
    max-height: unset;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection {
    grid-template-columns: unset;
    grid-auto-flow: row;
    grid-template-rows: 100px auto auto;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection > * {
    margin-right: 0;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection > *:not(.img) {
    margin-inline: 10px;
  }
  .microsite .page-content main section .slider .slider-outer-wrap .slide-page .slide .selection .btn {
    font-size: 10px;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.left {
    float: unset;
    width: unset;
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right {
    height: calc(100% - 170px);
  }
  .microsite .page-content main section .slider.kulinarik.kulinarik-2 .side.right > * {
    margin-left: 0;
  }
}
@media (max-aspect-ratio: 5/8) and (max-width: 600px) {
  .microsite .page-content main section .wetter-wrap .wetter .wetter-info:nth-child(2) {
    flex-direction: column;
    gap: 15px;
  }
  .microsite .page-content main section .wetter-wrap .wetter .wetter-info:nth-child(2) .third {
    max-height: 30%;
  }
}
@media (max-width: 300px) {
  .microsite .page-content main section .datetime > *:nth-child(2):not(:last-child), .microsite .page-content main section .headline > *:nth-child(2):not(:last-child) {
    display: none;
  }
}
@media (max-width: 400px) {
  .microsite .page-content main section > .container.tagesprogramm-container {
    padding: 10px;
  }
  .microsite .page-content main section > .container.tagesprogramm-container.wetter-container {
    width: min(100%, 1070px + 2 * 10px);
    height: min(100%, 570px + 2 * 10px);
  }
  .microsite .page-content main section > .container.tagesprogramm-container.tagesprogramm-container {
    width: min(100%, 1463px + 2 * 10px);
    height: min(100%, 731px + 2 * 10px);
  }
  .microsite .page-content main section > .container.tagesprogramm-container.slider-container:not(.kulinarik-2) {
    width: min(100%, 1506px + 2 * 10px);
    height: min(100%, 713px + 2 * 10px);
  }
  .microsite .page-content main section > .container.tagesprogramm-container.slider-container.kulinarik-2 {
    width: min(100%, 1603px + 2 * 10px);
    height: min(100%, 708px + 2 * 10px);
  }
  .microsite .page-content main section > .container.tagesprogramm-container.gericht-container {
    width: min(100%, 1522px + 2 * 10px);
    height: min(100%, 723px + 2 * 10px);
  }
  .microsite .page-content main section > .container.tagesprogramm-container.webcam-container {
    width: min(100%, 1572px + 2 * 10px);
    height: min(100%, 633px + 2 * 10px);
  }
  .microsite .page-content header {
    height: 60px;
  }
  .microsite .page-content header .inner h1 {
    font-size: 14px;
  }
  .microsite .page-content header .inner a.logo {
    flex: 0 0 72px;
    height: 42px;
  }
  .microsite .page-content main {
    max-height: calc(100vh - 100px);
  }
  .microsite .page-content main section .wetter-wrap .wetter .wetter-info {
    gap: 10px;
  }
  .microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info p, .microsite .page-content main section .slider.kulinarik .slider-outer-wrap .slide-page .slide .selection .info a {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .microsite .page-content footer {
    height: 50px;
  }
}
.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 25px;
}
/*# sourceMappingURL=style.css.map */
