.inner {
  padding-inline: 10px;
  max-width: 1620px;
  margin-inline: auto;
}

img {
  max-width: 100%;
  object-fit: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  text-transform: uppercase;
}
h1 + p, h1 ul, h1 strong, h1 italic, h2 + p, h2 ul, h2 strong, h2 italic, h3 + p, h3 ul, h3 strong, h3 italic, h4 + p, h4 ul, h4 strong, h4 italic, h5 + p, h5 ul, h5 strong, h5 italic, h6 + p, h6 ul, h6 strong, h6 italic {
  margin-top: 3.3em;
}

footer {
  line-height: 1.5;
}
footer ul {
  margin: unset;
}

.fs-50 {
  font-size: clamp(1.5rem, 1.0738255034vw + 1.211409396rem, 2.5rem);
}

.fs-45 {
  font-size: clamp(1.125rem, 0.8053691275vw + 0.908557047rem, 1.875rem);
}

.fs-34 {
  font-size: clamp(1.25rem, 0.5369127517vw + 1.105704698rem, 1.75rem);
}

.fs-24 {
  font-size: clamp(0.875rem, 0.1342281879vw + 0.8389261745rem, 1rem);
}

.fs-19 {
  font-size: clamp(0.9375rem, 0.2684563758vw + 0.865352349rem, 1.1875rem);
}

.fs-18 {
  font-size: clamp(0.75rem, 0.4026845638vw + 0.6417785235rem, 1.125rem);
}

h1 {
  font-size: clamp(1.75rem, 1.2080536913vw + 1.4253355705rem, 2.875rem);
}

h2 {
  font-size: clamp(1.5rem, 1.0738255034vw + 1.211409396rem, 2.5rem);
}

h3 {
  font-size: clamp(1.125rem, 0.8053691275vw + 0.908557047rem, 1.875rem);
}

p {
  font-size: clamp(0.875rem, 0.1342281879vw + 0.8389261745rem, 1rem);
  line-height: 1.875;
}

a.button {
  color: black;
  text-decoration: none;
  padding: 0.9em 1.96em;
  border: 1px solid #4d4d4d;
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.4026845638vw + 0.6417785235rem, 1.125rem);
  margin-top: 2em;
  display: inline-block;
}

section + section:not(.stoerer) {
  padding-top: 110px;
  padding-top: clamp(1.875rem, 5.3691275168vw + 0.4320469799rem, 6.875rem);
}

section:not(.groser-slider):first-child {
  padding-top: clamp(1.875rem, 5.3691275168vw + 0.4320469799rem, 6.875rem);
}

section {
  overflow: hidden;
  background: white;
}

header .logo img {
  width: 265px;
}
header .wpml-ls {
  border: 0;
  font-size: clamp(0.75rem, 0.4026845638vw + 0.6417785235rem, 1.125rem);
  text-transform: uppercase;
  max-width: 120px;
}
header .wpml-ls * {
  border: 0;
  background-color: transparent;
}
header .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  width: 0.35em;
  height: 0.35em;
  border-bottom: 0.08em solid black;
  border-left: 0.08em solid black;
  border-top: unset;
  border-right: unset;
  transform: rotate(-45deg) skew(7deg, 7deg);
}
header .icl_lang_sel_translated, header .icl_lang_sel_native, header a.button {
  font-size: clamp(0.875rem, 0.1342281879vw + 0.8389261745rem, 1rem);
}

.hamburger {
  border: 1px solid rgba(51, 51, 51, 0.2392156863);
  border-radius: 5px;
  padding: 0 0 0 56px;
}
.hamburger b {
  height: 2px;
  width: 46%;
  left: 15px;
  color: #543310;
}
.hamburger b:nth-of-type(1) {
  bottom: calc(50% + 8px);
}
.hamburger b:nth-of-type(2) {
  top: calc(50% - 1px);
}
.hamburger b:nth-of-type(3) {
  top: calc(50% + 8px);
}

/* EXT: MMENU */
#navmobile:not(.mm-menu) {
  display: none;
}

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

.mm-menu .mm-listview img {
  display: none;
}
.mm-menu span.description {
  display: block;
  margin: 5px 0 0;
  color: #888;
  white-space: normal;
}

body {
  --header-height: 160px;
}
@media (min-width: 1200px) {
  body {
    --header-height: 220px;
  }
}
body.scrolled {
  --header-height: 100px;
}
body.scrolled header {
  height: var(--header-height);
}
body.scrolled header > .row:first-child {
  height: 100%;
}
body.scrolled header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.scrolled header .logo img {
  max-height: 70px;
  object-position: top;
  aspect-ratio: 265/70;
}
body.scrolled .mainmenucontainer {
  visibility: hidden;
  height: 0;
}
body.scrolled #mainburgerdesktop {
  visibility: visible;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

body.admin-bar header {
  margin-top: 32px;
}
body.admin-bar header nav#main-menu.mega-menu > ul > li > div.submenu-container {
  max-height: calc(100vh - 250px);
}

header {
  top: 0;
  height: var(--header-height);
  background: white;
  width: 100%;
  transition: all ease 400ms !important;
}
header #mainburgerdesktop {
  visibility: hidden;
}

main {
  margin-top: var(--header-height);
  padding-top: 2vw;
}

header nav#main-menu.mega-menu {
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  header nav#main-menu.mega-menu > ul {
    flex-direction: column;
  }
}
header nav#main-menu.mega-menu > ul > li {
  padding-inline: clamp(0.9375rem, 1.677852349vw + 0.4865771812rem, 2.5rem);
  font-size: clamp(0.875rem, 0.1342281879vw + 0.8389261745rem, 1rem);
  height: 100%;
}
@media (max-width: 1200px) {
  header nav#main-menu.mega-menu > ul > li {
    padding-block: clamp(0.9375rem, 0.3355704698vw + 0.8473154362rem, 1.25rem);
    height: auto;
  }
}
header nav#main-menu.mega-menu > ul > li a {
  color: #000000;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Default menu
  */
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  padding: 80px 20px 20px;
  margin-top: 10px;
  background: #ffffff;
  margin-left: 0px;
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.0588235294);
  max-height: calc(100vh - 220px);
  justify-content: space-between;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background: black;
  padding-inline: 20px;
  top: 0;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  background: 0;
  text-transform: uppercase;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container li.cloned-menu-item {
  font-size: clamp(1.25rem, 0.5369127517vw + 1.105704698rem, 1.75rem);
  font-family: "Playfair Display";
  margin-bottom: 2em;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul {
  display: block;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul > li > ul {
  display: none;
  position: absolute;
  top: -20px;
  left: 100%;
  min-width: 300px;
  padding: 20px;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container 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#main-menu.mega-menu > ul > li > div.submenu-container 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#main-menu.mega-menu > ul > li > div.submenu-container ul > li:hover > ul {
  display: block;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul a {
  display: block;
  padding: 5px;
  line-height: 1.4;
  text-decoration: none;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul a > div {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.9375rem, 0.2684563758vw + 0.865352349rem, 1.1875rem);
  font-weight: 700;
  color: #543310;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul a > span, header nav#main-menu.mega-menu > ul > li > div.submenu-container ul a > div > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 1.4;
  margin: 5px 0 0;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul a > img {
  position: absolute;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  margin: 0 0 15px;
  transition: all 0.2s ease-out;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul a:hover > img {
  opacity: 0.8;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container 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#main-menu.mega-menu > ul > li > div.submenu-container ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li > div.submenu-container ul li:hover > a {
  color: #ab895c;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Submenu opens to the left
  */
}
header nav#main-menu.mega-menu > ul > li.open-left > ul {
  left: auto;
  right: 0;
}
header nav#main-menu.mega-menu > ul > li.open-left > ul > li > ul {
  left: auto;
  right: 100%;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Menu item has space left
  */
}
header nav#main-menu.mega-menu > ul > li.has-space-left {
  margin-left: 35px;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Menu item has icon/image
  */
}
header nav#main-menu.mega-menu > ul > li.has-image > a {
  display: flex;
  flex-direction: row;
}
header nav#main-menu.mega-menu > ul > li.has-image > a > img {
  position: absolute;
  display: block;
  width: auto;
  height: 20px;
  align-self: center;
  margin: 0 10px 0 0;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Submenu has columns (mega menu)
  */
}
header nav#main-menu.mega-menu > ul > li.columns {
  position: static;
}
header nav#main-menu.mega-menu > ul > li.columns li {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul, header nav#main-menu.mega-menu > ul > li.columns > div > ul {
  flex-direction: row;
  flex-wrap: wrap;
  right: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}
header nav#main-menu.mega-menu > ul > li.columns > ul.sub-menu, header nav#main-menu.mega-menu > ul > li.columns > div > ul.sub-menu {
  padding-inline: 0px;
}
@media (min-width: 876px) {
  header nav#main-menu.mega-menu > ul > li.columns > ul.sub-menu, header nav#main-menu.mega-menu > ul > li.columns > div > ul.sub-menu {
    padding-inline: 0px;
  }
}
@media (min-width: 1400px) {
  header nav#main-menu.mega-menu > ul > li.columns > ul.sub-menu, header nav#main-menu.mega-menu > ul > li.columns > div > ul.sub-menu {
    padding-inline: 130px;
  }
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li {
  margin: 0 0px 0 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li a, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li a {
  height: auto;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li > ul {
  display: flex;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0 0;
  margin-left: 0px;
  border-radius: 0px;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li > ul > li {
  padding-bottom: 0;
  margin-bottom: 8px;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li > a, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li > ul > li > a {
  height: auto;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li > a div, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li > ul > li > a div {
  font-weight: 400;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li:last-child, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li > ul > li:hover > a, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li > ul > li:hover > a {
  color: #145174;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li:last-child, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li:last-child {
  padding-bottom: 20px;
}
header nav#main-menu.mega-menu > ul > li.columns > ul > li.menu-item-has-children > a:after, header nav#main-menu.mega-menu > ul > li.columns > div > ul > li.menu-item-has-children > a:after {
  display: none;
}
header nav#main-menu.mega-menu > ul > li.columns > ul a, header nav#main-menu.mega-menu > ul > li.columns > div > ul a {
  padding: 0;
  padding-left: 15px;
}
header nav#main-menu.mega-menu > ul > li.columns.columns-6 > ul > li {
  width: calc(16.6% - 15px);
}
header nav#main-menu.mega-menu > ul > li.columns.columns-6 > ul > li.all-tagungen {
  width: calc(33.3% - 15px);
}
header nav#main-menu.mega-menu > ul > li.columns.columns-6 > ul > li.all-tagungen ul {
  flex-wrap: wrap;
}
header nav#main-menu.mega-menu > ul > li.columns.columns-6 > ul > li.all-tagungen ul > * {
  flex: 0 0 auto;
  width: 50%;
}
header nav#main-menu.mega-menu > ul > li.columns.columns-4 > ul > li {
  width: calc(25% - 25px);
}
header nav#main-menu.mega-menu > ul > li.columns.columns-2 > ul > li {
  width: calc(50% - 25px);
}
header nav#main-menu.mega-menu > ul > li.columns:hover > ul {
  display: flex;
}
header nav#main-menu.mega-menu > ul > li {
  /*
  * Submenu items have icons
  */
  /*
  &.has-icons {

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

      & > a {
        display: flex;
        flex-direction: row;
        align-items: flex-start;

        & > img {
          max-width: 48px;
          max-height: 100%;
          margin: 0 20px 0 0;
        }
      }
    }

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

   */
  /*
  * Submenu items have icons
  */
  /*  &.has-images {

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

      &.columns-2 > ul > li:nth-last-child(-n+2),
      &.columns-4 > ul > li:nth-last-child(-n+4) {
        margin-bottom: 0 !important;
        border-bottom: 0;
      }
    } */
}
header nav#main-menu.mega-menu .submenu-container .sub-menu {
  float: left;
  max-width: 30%;
}
header nav#main-menu.mega-menu .submenu-container .image-container {
  float: right;
  aspect-ratio: 500/300;
  width: 60%;
  height: auto;
  position: relative;
}
header nav#main-menu.mega-menu .submenu-container .image-container img {
  height: auto;
  position: absolute;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: right;
}
header nav#main-menu.mega-menu .submenu-container .image-container img:not(:first-child) {
  display: none;
}
@media only screen and (max-width: 1460px) {
  header nav#main-menu.mega-menu > ul > li.has-space-left {
    margin-left: 0;
  }
}

/* 
 * Simple Dropdown Menu
 */
header nav#main-menu.simple-menu {
  position: relative;
  text-transform: uppercase;
}
header nav#main-menu.simple-menu > ul > li {
  padding-inline: clamp(0.9375rem, 1.677852349vw + 0.4865771812rem, 2.5rem);
  font-size: clamp(0.875rem, 0.1342281879vw + 0.8389261745rem, 1rem);
  height: 100%;
  position: relative;
}
header nav#main-menu.simple-menu > ul > li > a {
  color: #000;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  padding-block: 10px;
  transition: color 0.3s ease;
}
header nav#main-menu.simple-menu > ul > li > a:hover {
  color: #ab895c;
}
header nav#main-menu.simple-menu > ul > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  padding: 15px 0;
  list-style: none;
  z-index: 100;
  margin: 0;
}
header nav#main-menu.simple-menu > ul > li .sub-menu li {
  padding: 0;
}
header nav#main-menu.simple-menu > ul > li .sub-menu li a {
  display: block;
  padding: 10px 25px;
  color: #333;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.1342281879vw + 0.8389261745rem, 1rem);
  text-transform: none;
  transition: all 0.2s ease;
}
header nav#main-menu.simple-menu > ul > li .sub-menu li a:hover {
  background-color: #f9f9f9;
  color: #ab895c;
  padding-left: 30px;
}
header nav#main-menu.simple-menu > ul > li:hover > .sub-menu {
  display: block;
}

.mburger {
  aspect-ratio: 1;
  border: 0;
}

.slick-slider {
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-arrow {
  --arrow-pad: 1.3em;
}
@media (min-width: 982px) {
  .slick-slider .slick-arrow {
    --arrow-pad: 2.3em;
  }
}
.slick-slider .slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='white' viewBox='0 0 1024 1024'%3E%3Cpath d='M256 120.768 306.432 64 768 512 306.432 960 256 903.232 659.072 512z'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: calc(50% - var(--arrow-pad));
  padding: var(--arrow-pad);
  z-index: 1;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  opacity: 0.7;
  text-indent: -9999px;
  transition: opacity ease-in-out 0.3s;
}
.slick-slider .slick-arrow.slick-prev {
  left: 30px;
  transform: rotate(180deg);
}
.slick-slider .slick-arrow.slick-next {
  right: 30px;
}
.slick-slider .slick-arrow:hover {
  opacity: 1;
}
.slick-slider .slick-dots {
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  width: min(500px, 80%);
  display: flex;
  justify-content: space-between;
  gap: 1em;
  left: 50%;
  transform: translateX(-50%);
  padding: unset;
  margin: unset;
}
.slick-slider .slick-dots li {
  list-style-type: none;
  text-indent: -9999px;
  background-color: white;
  height: 3px;
  flex: 1 1 100%;
  padding: 2px 5px;
}
.slick-slider .slick-dots li:not(.slick-active) {
  opacity: 0.6;
}
@media (min-width: 542px) {
  .slick-slider .slick-dots {
    visibility: visible;
  }
}

section.gallerysection.clightboxed .images img {
  cursor: pointer;
}
section.gallerysection.clightboxed.drei-pro-zeile .images img, section.gallerysection.clightboxed.vier-pro-zeile .images img {
  transition: transform ease-in-out 0.2s;
}
section.gallerysection.clightboxed.drei-pro-zeile .images img:hover, section.gallerysection.clightboxed.vier-pro-zeile .images img:hover {
  transform: scale(1.1);
}
section.gallerysection.greyscale img {
  filter: grayscale(1);
}
section.gallerysection .title {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.7) 100%);
}
section.gallerysection.groser-slider .gallery.slider {
  max-height: calc(100vh - 140px);
}
section.gallerysection.groser-slider .gallery.slider .slick-list,
section.gallerysection.groser-slider .gallery.slider .slick-track,
section.gallerysection.groser-slider .gallery.slider .slick-slide,
section.gallerysection.groser-slider .gallery.slider .slick-slide > div {
  height: 100%;
  max-height: inherit;
}
@media (min-width: 762px) {
  section.gallerysection.groser-slider img {
    aspect-ratio: 1920/860;
  }
}
section.gallerysection.groser-slider img {
  aspect-ratio: 1920/1400;
  height: 100%;
  max-height: calc(100vh - 140px);
  object-fit: cover;
  width: 100%;
}
section.gallerysection.groser-slider .title {
  inset: 0;
  padding: clamp(1.875rem, 2.6845637584vw + 1.1535234899rem, 4.375rem);
  color: white;
}
section.gallerysection.groser-slider .title h1, section.gallerysection.groser-slider .title h2, section.gallerysection.groser-slider .title h3, section.gallerysection.groser-slider .title h4, section.gallerysection.groser-slider .title h5, section.gallerysection.groser-slider .title h6 {
  font-size: 72px;
  font-size: clamp(1.5rem, 3.2214765101vw + 0.6342281879rem, 4.5rem);
  max-width: 12em;
}
section.gallerysection.drei-bilder-unterschiedlich .images {
  --bs-gutter-x: 7rem;
  --bs-gutter-x: clamp(1.25rem, 5.3691275168vw + -0.1929530201rem, 6.25rem);
  --bs-gutter-y: 5rem;
  --bs-gutter-y: clamp(1.25rem, 4.0268456376vw + 0.1677852349rem, 5rem);
}
section.gallerysection.drei-bilder-unterschiedlich .images img {
  object-fit: contain;
  height: auto;
}
section.gallerysection.drei-bilder-slider img {
  padding-inline: 10px;
  aspect-ratio: 625/830;
  height: unset;
}
section.gallerysection.drei-bilder-slider .slick-list {
  margin-inline: -10px;
}
section.gallerysection.drei-bilder-slider .title {
  inset: 0;
  padding: 42px 50px;
  padding: clamp(0.625rem, 2.1476510067vw + 0.0478187919rem, 2.625rem) clamp(0.625rem, 2.6845637584vw + -0.0964765101rem, 3.125rem);
  margin-inline: 10px;
  color: white;
}
section.gallerysection.drei-bilder-slider .title h1, section.gallerysection.drei-bilder-slider .title h2, section.gallerysection.drei-bilder-slider .title h3, section.gallerysection.drei-bilder-slider .title h4, section.gallerysection.drei-bilder-slider .title h5, section.gallerysection.drei-bilder-slider .title h6 {
  font-size: clamp(1.125rem, 0.8053691275vw + 0.908557047rem, 1.875rem);
  max-width: 12em;
}
section.gallerysection.drei-pro-zeile img, section.gallerysection.vier-pro-zeile img {
  height: auto;
}
section.gallerysection.drei-pro-zeile .title, section.gallerysection.vier-pro-zeile .title {
  inset: 0;
  padding: 42px 70px;
  padding: clamp(0.625rem, 2.1476510067vw + 0.0478187919rem, 2.625rem) clamp(0.625rem, 4.0268456376vw + -0.4572147651rem, 4.375rem);
  color: white;
  pointer-events: none;
}
section.gallerysection.drei-pro-zeile .title h1, section.gallerysection.drei-pro-zeile .title h2, section.gallerysection.drei-pro-zeile .title h3, section.gallerysection.drei-pro-zeile .title h4, section.gallerysection.drei-pro-zeile .title h5, section.gallerysection.drei-pro-zeile .title h6, section.gallerysection.vier-pro-zeile .title h1, section.gallerysection.vier-pro-zeile .title h2, section.gallerysection.vier-pro-zeile .title h3, section.gallerysection.vier-pro-zeile .title h4, section.gallerysection.vier-pro-zeile .title h5, section.gallerysection.vier-pro-zeile .title h6 {
  font-size: clamp(1.125rem, 0.8053691275vw + 0.908557047rem, 1.875rem);
  max-width: 12em;
}
section.gallerysection.drei-pro-zeile .stretched-link:hover, section.gallerysection.vier-pro-zeile .stretched-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color ease-in-out 200ms;
  position: absolute;
  inset: 0;
}
section.gallerysection.drei-pro-zeile img {
  aspect-ratio: 612/483;
}
section.gallerysection.vier-pro-zeile img {
  aspect-ratio: 350/200;
}
section.gallerysection.slider-angeschnitten {
  aspect-ratio: 1920/665;
}
section.gallerysection.slider-angeschnitten .gallery {
  height: 100%;
}
section.gallerysection.slider-angeschnitten .gallery *:not(.slick-arrow) {
  height: 100%;
}
section.gallerysection.slider-angeschnitten .slick-list {
  margin-left: -520px;
}
section.gallerysection.slider-angeschnitten img {
  padding-inline: 20px;
}
section.gallerysection.tabs img {
  aspect-ratio: 1;
  height: auto;
}
section.gallerysection.tabs button {
  background-color: white;
  border: 1px solid #dedede;
  min-width: 13vw;
  transition: background-color ease-in-out 0.3s;
}
section.gallerysection.tabs button.active, section.gallerysection.tabs button:hover {
  background-color: #f9f9f9;
}
section.gallerysection.tabs .card-img-overlay {
  background: rgba(0, 0, 0, 0.5019607843);
  opacity: 0;
  transition: opacity ease-in-out 200ms;
}
section.gallerysection.tabs .card-img-overlay .card-title {
  font-size: 40px;
}
section.gallerysection.tabs .card-img-overlay .card-title::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
}
section.gallerysection.tabs .card-img-overlay .card-title::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
section.gallerysection.tabs .card-img-overlay a {
  font-size: 22px;
}
section.gallerysection.tabs .card-img-overlay p {
  font-size: 22px;
}
section.gallerysection.tabs .card:hover .card-img-overlay {
  opacity: 1;
}

section.textsection .text-container {
  max-width: 820px;
  text-align: center;
}
section.textsection h1:not(.no-line), section.textsection h2:not(.no-line), section.textsection h3:not(.no-line), section.textsection h4:not(.no-line), section.textsection h5:not(.no-line), section.textsection h6:not(.no-line) {
  position: relative;
}
section.textsection h1:not(.no-line)::after, section.textsection h2:not(.no-line)::after, section.textsection h3:not(.no-line)::after, section.textsection h4:not(.no-line)::after, section.textsection h5:not(.no-line)::after, section.textsection h6:not(.no-line)::after {
  content: " ";
  position: absolute;
  bottom: -2rem;
  bottom: -0.8em;
  left: 0;
  display: inline-block;
  width: 5rem;
  height: 1px;
  background-color: #000;
}
section.textsection.zentriert h1::after, section.textsection.zentriert h2::after, section.textsection.zentriert h3::after, section.textsection.zentriert h4::after, section.textsection.zentriert h5::after, section.textsection.zentriert h6::after, section.textsection.drittel h1::after, section.textsection.drittel h2::after, section.textsection.drittel h3::after, section.textsection.drittel h4::after, section.textsection.drittel h5::after, section.textsection.drittel h6::after {
  left: calc(50% - 2.5rem);
}
section.textsection.cite blockquote p {
  font-family: "Playfair Display";
  font-size: clamp(1.5rem, 1.0738255034vw + 1.211409396rem, 2.5rem);
}
section.textsection.cite cite {
  font-family: "Mulish";
  font-size: clamp(0.875rem, 0.1342281879vw + 0.8389261745rem, 1rem);
}
@media (min-width: 982px) {
  section.textsection.text-bild .row, section.textsection.bild-text .row {
    --bs-gutter-x: 10rem;
    --bs-gutter-y: 5rem;
  }
}
section.textsection.text-bild img, section.textsection.bild-text img {
  height: auto;
}
section.textsection.text-bild h1, section.textsection.text-bild h2, section.textsection.text-bild h3, section.textsection.text-bild h4, section.textsection.text-bild h5, section.textsection.text-bild h6, section.textsection.bild-text h1, section.textsection.bild-text h2, section.textsection.bild-text h3, section.textsection.bild-text h4, section.textsection.bild-text h5, section.textsection.bild-text h6 {
  margin-top: 1.1em;
}
section.textsection.text-bild h1::after, section.textsection.text-bild h2::after, section.textsection.text-bild h3::after, section.textsection.text-bild h4::after, section.textsection.text-bild h5::after, section.textsection.text-bild h6::after, section.textsection.bild-text h1::after, section.textsection.bild-text h2::after, section.textsection.bild-text h3::after, section.textsection.bild-text h4::after, section.textsection.bild-text h5::after, section.textsection.bild-text h6::after {
  left: 0;
}
section.textsection.text-bild p, section.textsection.bild-text p {
  max-width: 630px;
}

section.stoerer {
  aspect-ratio: 1;
  background-color: transparent;
}
section.stoerer img {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
section.stoerer:not(.onscreen) img {
  display: none;
}
@media (min-width: 1200px) {
  section.stoerer {
    aspect-ratio: 1920/450;
  }
}
@media (min-width: 800px) {
  section.stoerer {
    aspect-ratio: 1920/800;
  }
}
section.stoerer {
  /*img {
    aspect-ratio: 1920 / 495;
    height: auto;
  }*/
}

footer {
  color: black;
}
footer .logo {
  max-width: 250px;
}
footer .footer-menu p {
  font-size: 20px;
}
footer .footer-menu ul {
  padding-left: 0;
}
footer .footer-menu ul li {
  list-style-type: none;
}
footer .footer-menu ul li a {
  color: inherit;
  text-decoration: none;
  padding-block: clamp(0.25rem, 0.2684563758vw + 0.177852349rem, 0.5rem);
  display: block;
  font-size: 18px;
}
footer .rechtliches ul {
  display: flex;
  gap: 0 2em;
  justify-content: end;
  margin-bottom: 0;
  flex-wrap: wrap;
}
footer .rechtliches ul li a {
  font-size: clamp(0.75rem, 0.4026845638vw + 0.6417785235rem, 1.125rem);
  padding-block: 0;
}
footer .post-footer {
  padding-block: 7px;
  row-gap: 7px;
}
@media (max-width: 500px) {
  footer .post-footer {
    flex-wrap: wrap;
  }
  footer .post-footer > .col {
    width: 100%;
  }
  footer .post-footer > .col .d-flex, footer .post-footer > .col.rechtliches ul {
    justify-content: center;
  }
}

.forminator-custom-form {
  /* > .forminator-row {
     &:nth-of-type(3) {flex: 0 0 100%;}
     &:nth-of-type(2) {flex: 0 0 100%;}
     flex: 0 0 50%;
   } */
}
@media (min-width: 783px) {
  .forminator-custom-form .forminator-field-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: -30px;
  }
  .forminator-custom-form .forminator-field-address > .forminator-row {
    width: 50%;
    flex: 1 0 50%;
  }
}
.forminator-custom-form .forminator-checkbox-box {
  float: left;
  padding-left: 10px;
}
.wpcf7-form {
  color: black;
  line-height: 1.6;
}
.wpcf7-form ul, .wpcf7-form ol {
  padding-left: 0;
}
.wpcf7-form ul li, .wpcf7-form ol li {
  list-style-type: none;
}
.wpcf7-form .inputRight {
  float: right;
  padding-left: 10px;
}
.wpcf7-form select {
  height: 56px;
}
.wpcf7-form h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.wpcf7-form p.formMargin {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #555;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.wpcf7-form .row .col {
  flex: 1 1 calc(50% - 1.5rem);
}
.wpcf7-form .row .col.inputFull {
  flex: 1 1 100%;
}
.wpcf7-form .row .checkboxes label {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: unset;
}
.wpcf7-form .row input[type=text], .wpcf7-form .row input[type=email], .wpcf7-form .row input[type=tel], .wpcf7-form .row select, .wpcf7-form .row textarea, .wpcf7-form .row .codedropz-upload-inner, .wpcf7-form .row .codedropz-upload-handler {
  border-radius: 0;
  border-color: black;
}
.wpcf7-form .row .cd-upload-btn {
  border-radius: 0 !important;
}
.wpcf7-form .row input.submit {
  border-radius: 0 !important;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-top: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.wpcf7-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
.wpcf7-form small {
  font-size: 0.8rem;
  color: #777;
}
.wpcf7-form .checkboxes {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .checkboxes label {
  font-weight: normal;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.wpcf7-form .checkboxes label input {
  margin-right: 0.5rem;
}
.wpcf7-form .codedropz-upload-inner {
  background-color: #f9f9f9;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.wpcf7-form .codedropz-upload-inner h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.wpcf7-form .codedropz-upload-inner span {
  display: block;
  margin-bottom: 1rem;
  color: #666;
}
.wpcf7-form .codedropz-upload-inner .cd-upload-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.wpcf7-form .codedropz-upload-inner .cd-upload-btn:hover {
  background-color: #444;
}
.wpcf7-form h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.wpcf7-form .submit {
  background-color: #000;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}
.wpcf7-form .submit:hover {
  background-color: #444;
}
.wpcf7-form .submit:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}
.wpcf7-form .checkbox {
  margin-bottom: 1.5rem;
}
.wpcf7-form .checkbox a {
  color: #000;
  text-decoration: underline;
}
.wpcf7-form .checkbox a:hover {
  color: #444;
}
@media (max-width: 768px) {
  .wpcf7-form .row {
    flex-direction: column;
  }
  .wpcf7-form .row .col {
    flex: 1 1 100%;
  }
  .wpcf7-form .codedropz-upload-inner {
    padding: 1rem;
  }
}

#main .contentRow .textContent h2 span.stars {
  color: unset !important;
}

#plz_tool {
  margin-top: 30px;
}
#plz_tool .ajax_spinner {
  transform: scale(0.9);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#plz_tool .ajax_spinner.active {
  display: flex !important;
  opacity: 1;
  transform: scale(1);
}
#plz_tool .termin_fields.termin_plz.active {
  display: block !important;
  opacity: 1 !important;
}
#plz_tool .termin_link {
  text-decoration: none;
}
#plz_tool .termin_link.disabled, #plz_tool .termin_link[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.textsection.schwarz {
  margin-top: 3em;
}

.navbar-nav > li > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

section.textsection.drittel .row .col .text-container h1, section.textsection.drittel .row .col .text-container h2, section.textsection.drittel .row .col .text-container h3, section.textsection.drittel .row .col .text-container h4, section.textsection.drittel .row .col .text-container h5, section.textsection.drittel .row .col .text-container h6, section.textsection.drittel .row .col .text-container > p:first-child {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
section.textsection.drittel .row .col .text-container h1::after, section.textsection.drittel .row .col .text-container h2::after, section.textsection.drittel .row .col .text-container h3::after, section.textsection.drittel .row .col .text-container h4::after, section.textsection.drittel .row .col .text-container h5::after, section.textsection.drittel .row .col .text-container h6::after, section.textsection.drittel .row .col .text-container > p:first-child::after {
  display: none;
}
section.textsection.drittel .row .col .text-container ul {
  list-style-type: none;
  padding-left: 0;
  text-align: start;
}
section.textsection.drittel .row .col .text-container ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
  display: inline-block;
}
section.textsection.drittel .row .col .text-container ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=re7style.css.map */
