@charset "UTF-8";
/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v19-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/inter-v19-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v19-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v19-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v19-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v19-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/inter-v19-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v19-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-v19-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v19-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/inter-v19-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #685B5A;
  background-size: 120% calc(100dvh + 500px);
  background-position: -10% -50px;
  background-repeat: no-repeat;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.4em;
  position: relative;
  --header-height: 80px;
  --wp--preset--font-size--small: 1.7rem;
}
@media (min-width: 768px) {
  body {
    --header-height: 120px;
  }
}
body.menu-active {
  overflow: hidden;
}

* {
  scroll-margin: calc(var(--header-height) + 20px);
}

:root :where(.is-layout-flex) {
  gap: 24px;
}
@media (min-width: 600px) {
  :root :where(.is-layout-flex) {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  :root :where(.is-layout-flex) {
    gap: 40px;
  }
}

h1 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2em;
}
@media (min-width: 420px) {
  h1 {
    font-size: 3.4rem;
    line-height: 1.2em;
  }
}
@media (min-width: 600px) {
  h1 {
    font-size: 4.2rem;
    line-height: 1.2em;
  }
}

h2 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media (min-width: 420px) {
  h2 {
    font-size: 3.2rem;
    line-height: 1.3em;
  }
}
@media (min-width: 600px) {
  h2 {
    font-size: 4.8rem;
    line-height: 1.3em;
    margin-bottom: 50px;
  }
}
h2:has(+ p) {
  margin-bottom: 40px !important;
}
@media (min-width: 600px) {
  h2:has(+ p) {
    margin-bottom: 50px !important;
  }
}

h3 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}
@media (min-width: 420px) {
  h3 {
    font-size: 2.3rem;
    line-height: 1.3em;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: 600;
}

p,
td {
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 300;
}
p.has-small-font-size,
td.has-small-font-size {
  font-size: 1.6rem;
  line-height: 1.3em;
}
@media (min-width: 600px) {
  p,
td {
    font-size: 2.1rem;
    line-height: 1.3em;
  }
  p.has-small-font-size,
td.has-small-font-size {
    font-size: 1.7rem;
    line-height: 1.3em;
  }
}

#header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 899;
  height: var(--header-height);
}
.scrolled #header {
  background-color: #F6F3F0;
}
@media (max-width: 600px) {
  #header {
    background-color: #F6F3F0;
  }
}
#header > .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1420px;
  margin: 0 auto;
  padding: 13px 20px;
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  #header > .inner {
    padding: 13px 80px;
  }
}
#header .burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 24px;
  z-index: 2000;
}
#header .burger span {
  display: block;
  height: 4px;
  background-color: #685B5A;
  border-radius: 2px;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 1023px) {
  #header .burger {
    display: flex;
  }
}
@media (min-width: 1024px) {
  #header .burger {
    display: none;
  }
}
#header .burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
#header .burger.active span:nth-child(2) {
  opacity: 0;
}
#header .burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
#header #branding {
  max-width: 200px;
}
#header #branding img {
  width: 100%;
  height: calc(var(--header-height) - 26px);
}
#header #menu {
  margin: auto 0;
  font-size: 1.9rem;
  position: static;
  background: none;
  transition: none;
}
#header #menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 23px;
}
#header #menu ul li a {
  text-decoration: none;
  color: #685B5A;
  font-weight: 500;
  transition: color 0.3s ease;
  cursor: pointer;
}
#header #menu ul li a:hover {
  color: #BFB09A;
}
#header #menu ul li:last-child a {
  background-color: #BFB09A;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
#header #menu ul li:last-child a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  #header #menu {
    padding-top: 70px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 80vw;
    max-width: 340px;
    background: #F6F3F0;
    box-shadow: -2px 0 16px #0002;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px 30px 30px;
  }
  #header #menu.active {
    transform: translateX(0);
  }
  #header #menu ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  #header #menu li {
    width: 100%;
    margin-bottom: 18px;
  }
  #header #menu li a {
    width: 100%;
    display: block;
    font-size: 2.2rem;
    padding: 12px 0;
  }
}
@media (min-width: 1024px) {
  #header #menu {
    position: static;
    background: none;
    box-shadow: none;
    height: auto;
    width: auto;
    max-width: none;
    transform: none;
    transition: none;
    display: block;
    padding: 0;
  }
  #header #menu ul {
    flex-direction: row;
    gap: 23px;
  }
  #header #menu li {
    width: auto;
    margin-bottom: 0;
  }
  #header #menu li a {
    font-size: 1.9rem;
    padding: 0;
  }
}

.frame,
.page-content > *[class^=wp-block-] {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}
@media (min-width: 600px) {
  .frame,
.page-content > *[class^=wp-block-] {
    margin: 100px auto;
  }
}
.frame.header,
.page-content > *[class^=wp-block-].header {
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-top: 0;
  max-width: 100vw;
  margin-bottom: 0px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .frame.header,
.page-content > *[class^=wp-block-].header {
    height: auto;
    min-height: 100vh;
  }
}
@media (min-width: 1200px) {
  .frame.header,
.page-content > *[class^=wp-block-].header {
    overflow: visible;
    padding-bottom: 130px;
  }
}
.frame.header + .wp-block-columns,
.page-content > *[class^=wp-block-].header + .wp-block-columns {
  margin-top: 0px;
}
.frame.header .inner,
.page-content > *[class^=wp-block-].header .inner {
  height: calc(100dvh - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(var(--header-height) / 2);
}
@media (max-width: 767px) {
  .frame.header .inner,
.page-content > *[class^=wp-block-].header .inner {
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }
}
.frame.header .inner .parallax-row,
.page-content > *[class^=wp-block-].header .inner .parallax-row {
  width: 100%;
  max-width: 1200px;
  margin: calc(var(--header-height) * -0.5) auto 0;
  position: relative;
  height: 100dvh;
}
@media (max-width: 767px) {
  .frame.header .inner .parallax-row,
.page-content > *[class^=wp-block-].header .inner .parallax-row {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .frame.header .inner .parallax-row,
.page-content > *[class^=wp-block-].header .inner .parallax-row {
    height: auto;
  }
}
.frame.header .inner .parallax-row .parallax-col,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col {
  position: relative;
  transition: transform 0.1s ease-out;
  will-change: transform;
}
@media (max-width: 767px) {
  .frame.header .inner .parallax-row .parallax-col,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 24px 0;
  }
}
.frame.header .inner .parallax-row .parallax-col.parallax-left,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-left {
  border: 1px solid #707070;
  padding: 50px 45px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  position: absolute;
  top: 40%;
}
@media (max-width: 767px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-left,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-left {
    position: static;
    top: auto;
    padding: 32px 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 32px #0001;
    margin-top: -32px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-left,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-left {
    top: auto;
  }
}
@media (min-width: 768px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-left,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-left {
    background: rgba(255, 255, 255, 0.3);
    z-index: auto;
    position: static;
    top: auto;
    padding: 70px 75px;
  }
}
.frame.header .inner .parallax-row .parallax-col.parallax-left header,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-left header {
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-left > *,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-left > * {
    max-width: 54%;
  }
}
@media (min-width: 1440px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-left > *,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-left > * {
    max-width: 64%;
  }
}
.frame.header .inner .parallax-row .parallax-col.parallax-right,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-right {
  position: absolute;
  top: 30dvh;
  left: -20px;
  width: calc(100vw + 40px);
}
@media (max-width: 767px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-right,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-right {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: var(--header-height);
  }
}
.frame.header .inner .parallax-row .parallax-col.parallax-right img,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-right img {
  height: auto;
  display: block;
  border-radius: 8px;
  position: absolute;
  transform: translateY(-50%);
  width: 640px;
  box-shadow: 0px 2px 56px #00000029;
}
@media (max-width: 767px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-right img,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-right img {
    position: static;
    transform: none;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-right,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-right {
    left: auto;
    top: auto;
  }
}
@media (min-width: 768px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-right,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-right {
    top: 50%;
    left: calc(54% + 50px);
  }
}
@media (min-width: 1440px) {
  .frame.header .inner .parallax-row .parallax-col.parallax-right,
.page-content > *[class^=wp-block-].header .inner .parallax-row .parallax-col.parallax-right {
    left: calc(64% + 75px);
  }
}
.frame.frame-swiper,
.page-content > *[class^=wp-block-].frame-swiper {
  max-width: none;
  background-color: #F6F3F0;
  overflow: hidden;
  padding: 90px 0;
}
.frame.frame-swiper > header,
.page-content > *[class^=wp-block-].frame-swiper > header {
  text-align: center;
  margin-bottom: 60px;
}
.frame.frame-swiper > header h2,
.page-content > *[class^=wp-block-].frame-swiper > header h2 {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.frame.full-w,
.page-content > *[class^=wp-block-].full-w {
  max-width: none;
  width: 100%;
  margin: 0;
}
.frame.full-w > *,
.page-content > *[class^=wp-block-].full-w > * {
  max-width: 1200px;
  margin: 100px auto;
  padding: 20px;
}
.frame.wp-block-heading,
.page-content > *[class^=wp-block-].wp-block-heading {
  margin-bottom: -30px;
}

.wp-block-navigation {
  font-size: 2.1rem;
}
@media (min-width: 1024px) {
  .wp-block-navigation {
    font-size: 2.5rem;
  }
}
.wp-block-navigation ul {
  width: 100%;
}
.wp-block-navigation ul li {
  width: 100%;
  padding: 0 26px;
}
.wp-block-navigation ul li a {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.wp-block-navigation ul li a::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/09/arrow-right.svg");
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-block-navigation ul li a:hover::after {
  transform: translateX(4px);
}
.wp-block-navigation ul li a:hover {
  transform: scale(1.02);
}
.wp-block-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #BFB09A;
  padding-bottom: 15px;
}

#wrapper .swiper {
  --swiper-scrollbar-sides-offset: calc((100vw - 193px) / 2);
  --swiper-scrollbar-bg-color: #BFB09A;
  --swiper-scrollbar-drag-bg-color: #685B5A;
  --swiper-scrollbar-border-radius: 8px;
  --swiper-scrollbar-size: 6px;
  --swiper-navigation-sides-offset: calc((100vw - 840px) / 2 - 50px);
  height: 400px;
  padding-bottom: 60px !important;
  overflow: visible;
  margin: 0 8px;
}
@media (min-width: 600px) {
  #wrapper .swiper {
    height: 500px;
    margin: 0px;
  }
}
@media (min-width: 768px) {
  #wrapper .swiper {
    height: 590px;
  }
}
#wrapper .swiper > .swiper-wrapper {
  overflow: visible;
}
#wrapper .swiper > .swiper-wrapper .swiper-slide {
  overflow: visible;
  width: auto;
  height: 100%;
  max-width: calc(100vw - 50px);
  box-shadow: 0px 3px 56px #00000033;
  overflow: visible;
  border-radius: 8px;
}
@media (min-width: 840px) {
  #wrapper .swiper > .swiper-wrapper .swiper-slide {
    max-width: 840px;
  }
}
#wrapper .swiper > .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#wrapper .swiper .swiper-button-next,
#wrapper .swiper .swiper-button-prev {
  background-color: #685B5A;
  border-radius: 50%;
  padding: 35px;
  transition: transform 0.1s ease;
}
#wrapper .swiper .swiper-button-next svg,
#wrapper .swiper .swiper-button-prev svg {
  width: 24px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
#wrapper .swiper .swiper-button-next::after,
#wrapper .swiper .swiper-button-prev::after {
  content: none;
}
#wrapper .swiper .swiper-button-next:hover,
#wrapper .swiper .swiper-button-prev:hover {
  transform: scale(1.05);
}
#wrapper .swiper .swiper-button-prev {
  transform: rotate(180deg);
}
#wrapper .swiper .swiper-button-prev:hover {
  transform: rotate(180deg) scale(1.05);
}
#wrapper .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  top: -1px;
}

.personen > .inner.flexbox {
  display: flex;
  gap: 50px 17px;
  flex-wrap: wrap;
  justify-content: center;
}
.personen > .inner .person {
  max-width: 340px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 600px) {
  .personen > .inner .person {
    width: calc(50% - 8.5px);
  }
}
@media (min-width: 768px) {
  .personen > .inner .person {
    width: calc(33% - 8.5px);
  }
}
@media (min-width: 768px) {
  .personen > .inner .person:first-child, .personen > .inner .person:nth-child(2) {
    margin: 0 50px;
  }
}
.personen > .inner .person .img {
  background-color: #655c5a;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px;
}
.personen > .inner .person .img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.personen > .inner .person hr {
  border-color: transparent;
  border-top: 1px solid #BFB09A;
  margin: 20px 0;
}
.personen > .inner .person h3 {
  font-size: 2.4rem;
  margin: 0 0 8px;
  font-weight: 600;
}
.personen > .inner .person p {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 300;
}

.textbox {
  border: 1px solid #BFB09A;
  border-radius: 8px;
  padding: 20px;
  background-color: #F6F3F0;
}
@media (min-width: 420px) {
  .textbox {
    padding: 35px;
  }
}
.textbox a,
.textbox a:visited {
  color: #685B5A;
  text-decoration: none;
  cursor: pointer;
}
.textbox a:hover,
.textbox a:visited:hover {
  color: #BFB09A;
}
.textbox table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.textbox table td {
  padding: 0;
}
.textbox table td:not(:first-child) {
  padding-left: 20px;
}
.textbox table tr:not(:last-child) td {
  padding-bottom: 12px;
}

#footer > .inner {
  max-width: 1160px;
  margin: 100px auto 0;
}
@media (min-width: 768px) {
  #footer > .inner {
    margin: 150px auto 0;
  }
}
@media (min-width: 968px) {
  #footer > .inner {
    margin: 180px auto 0;
  }
}
#footer > .inner .top-footer > .inner {
  border-top: #BFB09A 1px solid;
  border-bottom: #BFB09A 1px solid;
  padding: 50px 40px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
@media (min-width: 420px) {
  #footer > .inner .top-footer > .inner {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
#footer > .inner .top-footer > .inner .footer-logo {
  max-width: 120px;
}
#footer > .inner .top-footer > .inner .footer-logo img {
  width: 100%;
  height: auto;
}
#footer > .inner .top-footer > .inner .kontakt {
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
@media (min-width: 420px) {
  #footer > .inner .top-footer > .inner .kontakt {
    text-align: right;
  }
}
#footer > .inner .top-footer > .inner .kontakt p {
  margin: 0;
}
#footer > .inner .top-footer > .inner .kontakt p strong {
  font-weight: 600;
}
#footer > .inner .bottom-footer > .inner {
  padding: 26px 40px;
}
#footer > .inner .bottom-footer > .inner #footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 600px) {
  #footer > .inner .bottom-footer > .inner #footer-nav ul {
    justify-content: end;
  }
}
#footer > .inner .bottom-footer > .inner #footer-nav ul li a {
  text-decoration: none;
  color: #685B5A;
  font-weight: 300;
  transition: color 0.3s ease;
  font-size: 0.9em;
}
#footer > .inner .bottom-footer > .inner #footer-nav ul li a:hover {
  color: #BFB09A;
}

.first-fit_content table td:first-child,
.first-fit_content table th:first-child {
  width: 1%;
  white-space: nowrap;
}

.button {
  width: fit-content;
  display: block;
  text-decoration: none;
  background-color: #685B5A;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease-out, box-shadow 0.3s ease;
  cursor: pointer;
  margin: 50px auto;
  border: 1px solid #685B5A;
}
.button:hover {
  background-color: #BFB09A;
  transform: scale(1.03);
  box-shadow: 0px 3px 15px #00000033;
}
.button.button-termin {
  margin: 70px auto 40px;
  background-color: #BFB09A;
  border-color: #BFB09A;
}
.button.button-termin:hover {
  background-color: #685B5A;
}
.header .button.button-termin {
  margin: 20px auto 0 0;
}

.c-akkordeon > .inner ul li:not(:last-child) {
  border-bottom: 1px solid #BFB09A;
}
.c-akkordeon > .inner ul li > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 26px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .c-akkordeon > .inner ul li > span {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .c-akkordeon > .inner ul li > span {
    padding: 38px;
  }
}
.c-akkordeon > .inner ul li > span h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  transition: transform 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 420px) {
  .c-akkordeon > .inner ul li > span h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 600px) {
  .c-akkordeon > .inner ul li > span h2 {
    font-size: 2em;
  }
}
@media (min-width: 1440px) {
  .c-akkordeon > .inner ul li > span h2 {
    font-size: 2.68em;
  }
}
.c-akkordeon > .inner ul li > span svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media (min-width: 420px) {
  .c-akkordeon > .inner ul li > span svg {
    width: 26px;
    height: 26px;
  }
}
.c-akkordeon > .inner ul li > span:hover svg {
  transform: scale(1.05);
  /* Optional für GPU */
  transform: scale(1.05) translateZ(0);
}
.c-akkordeon > .inner ul li > span:hover h2 {
  transform: scale(1.02);
  /* Optional für GPU */
  transform: scale(1.02) translateZ(0);
}
.c-akkordeon > .inner ul li .akkordeon-content {
  padding: 20px 26px;
  display: none;
}
.c-akkordeon > .inner ul li .akkordeon-content p {
  line-height: 1.6em;
}
@media (min-width: 768px) {
  .c-akkordeon > .inner ul li .akkordeon-content {
    padding: 38px;
  }
}
.c-akkordeon > .inner ul li.active > span svg {
  transform: rotate(45deg);
}
.c-akkordeon > .inner ul li.active .akkordeon-content {
  display: block;
}
#branding #site-title img{
    object-fit: contain;
    object-position: left;
}