* {
  box-sizing: border-box;
}

body {
  background-color: #faf3e1;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

.eapps-instagram-feed-content-loader {
  color: #fcf7eb !important;
}

.site-wrapper {
  background-color: #faf3e1;
}

@font-face {
  font-family: "PPFrama";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/PPFrama/PPFrama-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PPEditorialOld";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/PPEditorialOld/PPEditorialOld-Italic.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Roboto/roboto-medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-light.woff2") format("woff2");
  font-display: swap;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 200;
  transition:
    background 0.3s ease-in-out,
    top 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop__nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-desktop__brand,
.header-desktop__links {
  position: relative;
  z-index: 5;
}

.header-desktop__brand a {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.header-desktop__logo {
  display: block;
  width: 145px;
  height: auto;
  transition: opacity 0.28s ease;
}

.header-desktop__logo--light {
  opacity: 1;
}

.header-desktop__logo--dark {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.header-desktop__links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.header-desktop__item {
  position: relative;
}

.header-desktop__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.header-desktop__link-text,
.nav-link {
  color: #fcf7eb;
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: color 0.25s ease;
}

.header-desktop__chevron,
.header-desktop__lang-chevron {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  transition:
    transform 0.35s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
}

.header-desktop__item.is-active .header-desktop__chevron {
  transform: rotate(180deg);
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-desktop__mega {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-desktop__mega-panel {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  background: rgba(243, 238, 227, 0.985);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
  clip-path: inset(0 0 100% 0);
  z-index: 2;
}

.header-desktop__mega-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 9.6rem 2.6rem 3.4rem 2.6rem;
}

.header-desktop__mega-content {
  display: none;
}

.header-desktop__mega-content.is-active {
  display: block;
}

.header-desktop__mega-layout {
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(360px, 520px);
  justify-content: space-between;
  align-items: start;
  gap: 4rem;
}

.header-desktop__mega-main,
.header-desktop__mega-card-body {
  display: flex;
  flex-direction: column;
}

.header-desktop__mega-label {
  margin: 0 0 1.4rem 0;
  font-family: "PPEditorialNew", serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(44, 42, 42, 0.46);
}

.header-desktop__mega-linkline {
  overflow: hidden;
  width: fit-content;
  margin-bottom: 0.95rem;
}

.header-desktop__mega-linkline a {
  display: inline-block;
  text-decoration: none;
  color: #2c2a2a;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.header-desktop__mega-linkline a span {
  display: inline-block;
  will-change: transform, opacity;
}

.header-desktop__mega-card {
  display: block;
  text-decoration: none;
  color: inherit;
  max-width: 500px;
}

.header-desktop__mega-card-image-wrap {
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.header-desktop__mega-card-image {
  width: 100%;
  aspect-ratio: 1.4 / 1;
}

.header-desktop__mega-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.header-desktop__mega-card:hover .header-desktop__mega-card-image img {
  transform: scale(1.03);
}

.header-desktop__mega-card-title {
  margin: 0 0 0.8rem 0;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 1.95rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #2c2a2a;
}

.header-desktop__mega-card-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.12rem;
  line-height: 1.55;
  color: #5f5955;
  max-width: 30rem;
}

.header-desktop__mega-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(25, 22, 20, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  cursor: default;
}

.header-desktop__mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-desktop--mega-open .header-desktop__logo--light {
  opacity: 0;
}

.header-desktop--mega-open .header-desktop__logo--dark {
  opacity: 1;
}

.header-desktop--mega-open .header-desktop__link-text,
.header-desktop--mega-open .nav-link {
  color: #2c2a2a;
}

.header-desktop--mega-open .header-desktop__chevron,
.header-desktop--mega-open .header-desktop__lang-chevron {
  filter: brightness(0) saturate(100%) invert(12%) sepia(4%) saturate(926%)
    hue-rotate(314deg) brightness(93%) contrast(91%);
}

@media (max-width: 1200px) {
  .header-desktop__mega-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .header-desktop__mega-card {
    max-width: 680px;
  }

  .header-desktop__mega-linkline a {
    font-size: 1.7rem;
  }
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  padding: 1rem 1rem;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.82) 100%
  );
}

.mobile-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-header__brand a,
.menu-mobile__brand a {
  display: inline-flex;
  align-items: center;
}

.mobile-header__logo,
.menu-mobile__logo {
  display: block;
  width: 100px;
  height: auto;
}

.mobile-header__menu-button {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(-14px);
}

.mobile-header__menu-line {
  width: 25px;
  height: 1px;
  background: #fcf7eb;
  margin-bottom: 5px;
  display: block;
}

.mobile-header__menu-line--small {
  width: 20px;
  margin-bottom: 0;
}

.menu-mobile {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: #1e201e;
  z-index: 140;
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
  overflow-x: hidden !important;
}

.menu-mobile__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.1rem 1.2rem 1.1rem 1.2rem;
}

.menu-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-mobile__close {
  background: transparent;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-mobile__close img {
  width: 20px;
  height: 20px;
  display: block;
}

.menu-mobile__content {
  flex: 1;
  overflow-y: auto;
  padding: 3.2rem 0 2rem 0;
}

.menu-mobile__nav {
  display: flex;
  flex-direction: column;
}

.menu-mobile__group {
  border-bottom: 1px solid rgba(252, 247, 235, 0.14);
}

.menu-mobile__trigger {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fcf7eb;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.05;
  text-align: left;
}

.menu-mobile__trigger img {
  width: 0.95rem;
  height: 0.95rem;
  object-fit: contain;
  transition: transform 0.32s ease;
}

.menu-mobile__group.is-open .menu-mobile__trigger img {
  transform: rotate(180deg);
}

.menu-mobile__panel {
  height: 0;
  overflow: hidden;
}

.menu-mobile__panel-inner {
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
}

.menu-mobile__panel-inner a {
  width: fit-content;
  text-decoration: none;
  color: rgba(252, 247, 235, 0.82);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.45;
  padding: 0.45rem 0 0.45rem 0.1rem;
}

.menu-mobile__direct-link,
.menu-mobile__cta-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(252, 247, 235, 0.14);
}

.menu-mobile__direct-link {
  color: #fcf7eb;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.05;
  padding: 1rem 0;
}

.menu-mobile__cta-link {
  width: fit-content;
  margin-top: 1.4rem;
  border-bottom: 0;
  border-radius: 999px;
  background: #c6351f;
  color: #fcf7eb;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  padding: 0.95rem 1.3rem;
}

.menu-mobile__bottom {
  padding-top: 1rem;
}

.menu-mobile__divider {
  display: block;
  width: 100%;
  height: 2px;
}

.menu-mobile__divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.menu-mobile__language-switch {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fcf7eb;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 1rem;
}

.menu-mobile__language-link {
  text-decoration: none;
  color: #fcf7eb;
}

@media (max-width: 1024px) {
  .mobile-header {
    display: block;
  }

  .header-desktop {
    display: none;
  }
}

main {
  height: 100vh;
  width: 100%;
  position: relative;
}

.hero-gradient {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 12.98%,
    rgba(89, 87, 87, 0.25) 50.48%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.hero-img {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-img img {
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  backface-visibility: hidden;
}

.hero-text {
  position: absolute;
  z-index: 3;
  bottom: 8rem;
  left: 8rem;
}

.kicker {
  font-family: "PPEditorialOld", serif;
  font-weight: 300;
  font-style: italic;
  color: #faf3e1;
  font-size: 1.1rem;
}

h1 {
  font-family: "PPFrama";
  font-weight: 500;
  color: #faf3e1;
  font-size: 3.8rem;
  width: 70%;
  margin-top: 0;
  line-height: 3.6rem;
}

.hero-text p {
  color: #faf3e1;
  font-weight: 200;
  font-size: 1.3rem;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.main-cta {
  background-color: #aa2b1d;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-cta:hover {
  transform: translateY(-2px);
  background-color: #faf3e1;
  color: #aa2b1d;
}

.secondary-cta {
  background-color: none;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  border: 1px solid #faf3e1;
  text-decoration: none;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-cta:hover {
  transform: translateY(-2px);
}

.intro-section {
  padding: 8rem 8rem 6rem 8rem;
}

.intro-line {
  width: 100%;
  height: 1px;
  background-color: #2c2a2a;
}

.intro-layout {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.text-large,
.text-small {
  width: 50%;
}

.site-kicker {
  font-family: "PPEditorialOld", serif;
  font-weight: 300;
  font-style: italic;
  color: #2c2a2a;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 0;
  font-size: 1.1rem;
}

.cube-kicker {
  background-color: #aa2b1d;
  height: 8px;
  width: 8px;
  margin-top: -4px;
}

.intro-large-text {
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2a2a;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.main-cta-dark {
  background-color: #aa2b1d;
  color: #faf3e1;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-cta-dark:hover {
  transform: translateY(-2px);
  background-color: #2c2a2a;
  color: #faf3e1;
}

.secondary-cta-dark {
  background-color: none;
  color: #2c2a2a;
  padding: 0.8rem 1.4rem;
  border-radius: 25px;
  border: 1px solid #2c2a2a;
  text-decoration: none;
  font-weight: 200;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.secondary-cta-dark:hover {
  transform: translateY(-2px);
}

.text-small {
  padding-top: 12rem;
  font-weight: 200;
  font-size: 1.2rem;
  color: #2c2a2a;
}

.schwerpunkte-section {
  padding: 6rem 8rem;
}

.schwerpunkte-intro h2 {
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2a2a;
}

.schwerpunkte-intro p {
  font-weight: 200;
  font-size: 1.2rem;
  color: #2c2a2a;
}

.schwerpunkte-cards-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}

.schwerpunkte-card {
  width: 33.33%;
  height: 600px;
  position: relative;
  box-shadow:
    0 51px 14px 0 rgba(0, 0, 0, 0),
    0 33px 13px 0 rgba(0, 0, 0, 0.01),
    0 18px 11px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.09),
    0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.schwerpunkte-card a {
  text-decoration: none;
}

.schwerpunkte-card:hover .schwerpunkte-card-img img {
  scale: 1.1;
}

.schwerpunkte-card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.schwerpunkte-card-gradient {
  background: linear-gradient(
    180deg,
    rgba(218, 205, 205, 0.1) 5.77%,
    rgba(67, 67, 67, 0.33) 48.08%,
    rgba(0, 0, 0, 0.6) 82.21%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.schwerpunkte-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.schwerpunkte-categories {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
}

.category-item {
  background-color: rgba(44, 43, 43, 0.25);
  backdrop-filter: blur(7.5px);
  padding: 0.4rem 1.2rem;
  border-radius: 25px;
}

.category-item p {
  margin: 0;
  color: #faf3e1;
  font-size: 0.9rem;
  font-weight: 200;
}

.schwerpunkte-card-text {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  z-index: 3;
  color: #faf3e1;
}

.schwerpunkte-card-text h3 {
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 0;
  color: #faf3e1;
}

.schwerpunkte-card-text p {
  color: #faf3e1;
  font-weight: 200;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  margin-bottom: 2rem;
}

.schwerpunkte-card-cta {
  margin-top: 2rem;
}

.services-section {
  padding: 6rem 8rem;
  background-color: #ffead4;
}

.services-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 6rem;
  width: 60%;
}

.services-intro {
  position: sticky;
  top: 100px;
  width: 40%;
}

.services-intro h2 {
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2a2a;
}

.services-intro p {
  font-weight: 200;
  font-size: 1.2rem;
  color: #2c2a2a;
}

.service-item h3 {
  color: #2c2a2a;
  font-weight: 500;
  font-family: "PPFrama", sans-serif;
  font-size: 1.7rem;
  margin: 0;
}

.service-item p {
  font-size: 1.2rem;
  font-weight: 200;
}

.impressionen-section {
  position: relative;
  min-height: 1200px;
  padding: 6rem 8rem;
  overflow: hidden;
}

.impressionen-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  max-width: 760px;
}

.impressionen-intro h2 {
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2a2a;
  margin-bottom: 0;
}

.impressionen-intro p {
  font-weight: 200;
  font-size: 1.2rem;
  color: #2c2a2a;
}

.impressionen-text {
  width: 70%;
}

.impressionen-image {
  position: absolute;
  z-index: 1;
}

.impressionen-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.image-1 {
  top: 7%;
  left: 20%;
  width: 420px;
  height: 285px;
}

.image-2 {
  top: 6%;
  left: 55%;
  transform: translateX(-50%);
  width: 280px;
  height: 320px;
}

.image-3 {
  top: 15%;
  right: 9%;
  width: 380px;
  height: 400px;
}

.image-4 {
  bottom: 15%;
  right: 12%;
  width: 320px;
  height: 360px;
}

.image-5 {
  bottom: 6%;
  right: 32%;
  width: 300px;
  height: 360px;
}

.image-6 {
  bottom: 8%;
  left: 36%;
  width: 240px;
  height: 295px;
}

.image-7 {
  bottom: 8%;
  left: 14%;
  width: 320px;
  height: 320px;
}

.image-8 {
  top: 35%;
  left: 12%;
  width: 280px;
  height: 325px;
}

.review-section {
  padding: 6rem 8rem;
}

.review-intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.kicker-center {
  display: flex;
  justify-content: center;
}

.review-intro h2 {
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2a2a;
  margin-bottom: 0;
}

.review-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.review-stars {
  display: flex;
  align-items: center;
}

.review-stars p {
  font-weight: 200;
  font-size: 1.2rem;
  color: #2c2a2a;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.review-card {
  padding: 7rem 3.5rem 3rem 3.5rem;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card:not(:last-child) {
  border-right: 1px solid rgba(44, 42, 42, 0.14);
}

.review-quote {
  margin: 0;
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #2c2a2a;
  text-align: left;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 3rem;
}

.review-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review-name,
.review-role {
  margin: 0;
  font-family: "Roboto";
  color: #66615d;
  text-align: left;
}

.review-name {
  font-weight: 200;
  color: #2c2a2a;
  font-size: 1.2rem;
  line-height: 1.2;
}

.review-role {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  opacity: 0.85;
}

.faq-section {
  padding: 6rem 8rem;
}

.faq-intro h2 {
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2a2a;
  margin-bottom: 0;
}

.faq-intro p {
  color: #2c2a2a;
  font-weight: 200;
  font-size: 1.2rem;
}

.faq-wrapper {
  width: 100%;
  margin-top: 4rem;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7c7171;
  width: 100%;
  cursor: pointer;
}

.faq-item:first-child {
  border-top: 1px solid #7c7171;
  margin-top: 2rem;
}

.faq-item h4 {
  color: #2c2a2a;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 3.2rem 0;
}

.faq-icon {
  border: 1.8px solid #7c7171;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 2px;
}

.faq-content {
  color: #2c2a2a;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 250ms ease;
}

.faq-content p {
  margin: 1rem 0 2rem 0;
  font-size: 1.2rem;
  font-weight: 200;
  color: #2c2a2a;
}

.faq-content a {
  font-size: 1.2rem;
  font-weight: 200;
  color: #aa2b1d;
  text-decoration-thickness: 2.5px;
  text-decoration: none;
  position: relative;
}

.adress-link {
  display: inline-block;
}

.faq-content a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.faq-content a:hover::before {
  transform: scaleX(1);
}

.faq-content.open {
  opacity: 1;
}

.faq-item[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.faq-item[aria-expanded="true"] + .faq-content {
  border-bottom: 1px solid #4a4947;
}

.blog-section {
  padding: 6rem clamp(1rem, 6vw, 8rem);
}

.blog-intro h2 {
  font-family: "PPFrama";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2a2a;
  margin-bottom: 0;
}

.blog-intro p {
  color: #2c2a2a;
  font-weight: 200;
  font-size: 1.2rem;
}

.blog-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1.25rem, 2vw, 2.5rem);
  width: 100%;
  margin: 0;
}

.blog-intro + .blog-layout {
  margin-top: 2.25rem;
}

.blog-item {
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(97, 82, 62, 0.16);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 10px 32px rgba(54, 42, 31, 0.07);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease;
}

.blog-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-item:hover {
  transform: translateY(-4px);
  border-color: rgba(170, 43, 29, 0.28);
  box-shadow: 0 20px 48px rgba(54, 42, 31, 0.11);
}

.blog-item > a:focus-visible {
  outline: 2px solid #aa2b1d;
  outline-offset: -3px;
  border-radius: 14px;
}

.blog-stats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.35rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
}

.blog-stats .category-item {
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background-color: rgba(44, 42, 42, 0.52);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.blog-stats p {
  margin: 0;
  color: #faf3e1;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.1;
}

.blog-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #eadfce;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-item:hover .blog-img img {
  transform: scale(1.025);
}

.blog-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.2rem, 1.5vw, 1.6rem);
}

.blog-text h3 {
  color: #2c2a2a;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
}

.blog-text p {
  color: rgba(44, 42, 42, 0.7);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}

.blog-item .main-cta-dark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  margin-top: auto;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(97, 82, 62, 0.18);
  border-radius: 0;
  background: transparent;
  color: #aa2b1d;
  box-shadow: none;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.blog-item .main-cta-dark::after {
  content: "\2197";
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  border: 1px solid rgba(170, 43, 29, 0.55);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.blog-item:hover .main-cta-dark::after {
  transform: translate(2px, -2px);
  border-color: #aa2b1d;
  background-color: #aa2b1d;
  color: #faf3e1;
}

.blog-item .main-cta-dark:hover {
  transform: none;
  background: transparent;
  color: #aa2b1d;
}

footer {
  background-color: #61523e;
  min-height: 10vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 2rem 8rem 0rem 8rem;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.newsletter-wrapper {
  width: 35%;
}

.footer-links {
  width: 65%;
}

.newsletter-wrapper h3 {
  color: #faf3e1;
  font-family: "PPFrama", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 0;
}

.newsletter-wrapper p {
  font-weight: 200;
  color: #faf3e1;
  font-size: 1.2rem;
}

.newsletter-form-visual {
  width: 100%;
  max-width: 650px;
  padding: 0 0 0.8rem 0;
  border-bottom: 1px solid rgba(190, 178, 161, 0.75);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.6rem;
}

.newsletter-form-visual span {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1;
  color: #beb2a1;
}

.newsletter-form-visual img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.social-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-links {
  display: flex;
  justify-content: space-between;
}

.footer-link-item {
  display: flex;
  flex-direction: column;
}

.footer-link-item h4 {
  font-weight: 500;
  font-family: "PPFrama", sans-serif;
  color: #faf3e1;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.footer-link-item a {
  color: #faf3e1;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.adress-link {
  align-items: flex-start !important;
}

.adress-link img {
  margin-top: 7px;
}

.footer-title {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.footer-title h2 {
  color: #4e422e;
  font-size: 8rem;
  font-family: "PPEditorialOld", serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.footer-bottom p {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0;
}

.credits {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
  margin: 0;
}

.credits:hover {
  color: #aa2b1d;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    bottom: 10%;
  }
  h1 {
    width: 100%;
    font-size: 1.9rem;
    line-height: 2.1rem;
  }
  .hero-img img {
    top: -7%;
    height: 114%;
    object-position: 75% 50%;
  }
  .hero-text p {
    width: 100%;
  }
  .hero-buttons {
    gap: 0.6rem;
  }

  .intro-section {
    padding: 6rem 1rem 4rem 1rem;
  }
  .intro-layout {
    flex-direction: column;
    gap: 0rem;
    padding-bottom: 0;
  }
  .text-large,
  .text-small {
    width: 100%;
  }
  .intro-large-text {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .text-small {
    padding: 0;
  }
  .cta-buttons-intro {
    display: none;
  }
  .schwerpunkte-section {
    padding: 4rem 1rem 6rem 1rem;
  }
  .schwerpunkte-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .schwerpunkte-cards-layout {
    flex-direction: column;
  }
  .schwerpunkte-card {
    width: 100%;
    height: 400px;
  }
  .services-section {
    padding: 4rem 1rem 6rem 1rem;
  }
  .services-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .services-intro {
    position: inherit;
  }
  .services-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .services-intro,
  .services-list {
    width: 100%;
    padding-top: 0;
  }
  .service-item h3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .services-second-cta {
    display: none;
  }
  .impressionen-section {
    padding: 4rem 1rem 6rem 1rem;
  }
  .impressionen-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .cta-buttons {
    gap: 0.6rem;
  }
  .image-1,
  .image-2,
  .image-5,
  .image-7 {
    display: none;
  }
  .image-3 {
    top: 2%;
    right: 2%;
    width: 60%;
    height: 300px;
    z-index: 3;
  }
  .image-4 {
    bottom: 12%;
    left: 2%;
    width: 60%;
    height: 300px;
    z-index: 3;
  }
  .image-6 {
    bottom: 2%;
    right: 2%;
    width: 240px;
    height: 200px;
  }
  .image-8 {
    top: 20%;
    left: 2%;
    width: 50%;
    height: 200px;
  }
  .review-section {
    padding: 4rem 1rem 6rem 1rem;
  }
  .review-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .review-card {
    padding: 0;
    min-height: 0;
  }
  .review-card:not(:last-child) {
    border: none;
  }
  .review-author {
    margin-top: 1rem;
  }
  .faq-section {
    padding: 4rem 1rem 6rem 1rem;
  }
  .faq-icon {
    display: none;
  }
  .faq-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .blog-section {
    padding: 4rem 1rem 6rem 1rem;
  }
  .blog-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .blog-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .blog-img {
    height: clamp(220px, 62vw, 280px);
    aspect-ratio: auto;
  }
  .blog-text h3 {
    font-size: 1.28rem;
    line-height: 1.25;
  }
  footer {
    padding: 4rem 1rem 0 1rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-title h2 {
    font-size: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 2rem;
    right: 2rem;
    width: calc(100% - 4rem);
    bottom: 10%;
  }
  h1 {
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .hero-img img {
    object-position: 85% 50%;
  }
  .hero-text p {
    width: 100%;
  }
  .hero-buttons {
    gap: 0.6rem;
  }

  .intro-section {
    padding: 6rem 2rem 4rem 2rem;
  }
  .intro-layout {
    flex-direction: column;
    gap: 0rem;
    padding-bottom: 0;
  }
  .text-large,
  .text-small {
    width: 100%;
  }
  .intro-large-text {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .text-small {
    padding: 0;
  }
  .cta-buttons-intro {
    display: none;
  }
  .schwerpunkte-section {
    padding: 4rem 2rem 6rem 2rem;
  }
  .schwerpunkte-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .schwerpunkte-cards-layout {
    flex-direction: column;
  }
  .schwerpunkte-card {
    width: 100%;
    height: 400px;
  }
  .services-section {
    padding: 4rem 2rem 6rem 2rem;
  }
  .services-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .services-intro {
    position: inherit;
  }
  .services-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .services-intro,
  .services-list {
    width: 100%;
    padding-top: 0;
  }
  .service-item h3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .services-second-cta {
    display: none;
  }
  .impressionen-section {
    padding: 4rem 2rem 6rem 2rem;
  }
  .impressionen-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .cta-buttons {
    gap: 0.6rem;
  }
  .image-1,
  .image-2,
  .image-5,
  .image-7 {
    display: none;
  }
  .image-3 {
    top: 2%;
    right: 2%;
    width: 60%;
    height: 300px;
    z-index: 3;
  }
  .image-4 {
    bottom: 12%;
    left: 2%;
    width: 60%;
    height: 300px;
    z-index: 3;
  }
  .image-6 {
    bottom: 2%;
    left: inherit;
    right: 2rem;
    width: 340px;
    height: 320px;
  }
  .image-8 {
    top: 20%;
    left: 2%;
    width: 50%;
    height: 200px;
  }
  .review-section {
    padding: 4rem 2rem 6rem 2rem;
  }
  .review-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .review-card {
    padding: 0;
    min-height: 0;
  }
  .review-card:not(:last-child) {
    border: none;
  }
  .review-author {
    margin-top: 1rem;
  }
  .faq-section {
    padding: 4rem 2rem 6rem 2rem;
  }
  .faq-icon {
    display: none;
  }
  .faq-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .blog-section {
    padding: 4rem 2rem 6rem 2rem;
  }
  .blog-intro h2 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .blog-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .blog-img {
    height: 300px;
    aspect-ratio: auto;
  }
  .blog-text h3 {
    font-size: 1.28rem;
    line-height: 1.25;
  }
  footer {
    padding: 4rem 2rem 0 2rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-title h2 {
    font-size: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    bottom: 10%;
    left: 4rem;
  }
  .header-text {
    width: 50%;
  }
  .menu-links {
    padding: 15% 4.4rem 2rem 4.4rem;
  }
  .language-switch {
    padding: 0.8rem 0 0 4.4rem;
  }
  .schwerpunkte-card {
    height: 500px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .hero-text {
    left: 4rem;
    right: 4rem;
    width: calc(100% - 8rem);
  }
  h1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .image-3 {
    width: 300px;
    height: 360px;
  }

  .image-5,
  .image-2 {
    display: none;
  }

  .image-4 {
    bottom: 10%;
  }

  .image-7 {
    bottom: 8%;
    left: 17% !important;
    width: 400px;
    height: 300px;
  }
  .blog-img {
    height: auto !important;
    aspect-ratio: 16 / 10;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .newsletter-wrapper {
    width: 100%;
  }
  .footer-links {
    width: 100%;
  }
  .footer-title h2 {
    font-size: 6rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .header-desktop__links {
    gap: 1.4rem !important;
  }
  .header-desktop__logo {
    width: 165px;
  }
  .hero-text {
    left: 4rem;
    right: 4rem;
    width: calc(100% - 8rem);
  }
  .intro-section {
    padding: 8rem 4rem 6rem 4rem;
  }

  .schwerpunkte-section {
    padding: 6rem 4rem;
  }

  .schwerpunkte-card {
    height: 520px;
  }

  .services-section {
    padding: 6rem 4rem;
  }
  .impressionen-section {
    padding: 6rem 4rem;
  }
  .image-6 {
    display: none;
  }
  .image-1 {
    top: 7%;
    left: 15%;
    width: 420px;
    height: 285px;
  }
  .image-5 {
    bottom: 6%;
    right: 36%;
    width: 300px;
    height: 360px;
  }
  .image-7 {
    bottom: 8%;
    left: 14%;
    width: 400px;
    height: 300px;
  }
  .review-section,
  .faq-section,
  .blog-section {
    padding: 6rem 4rem;
  }
  .blog-img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  footer {
    padding: 2rem 4rem 0rem 4rem;
  }
  .footer-layout {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-links {
    width: 100%;
  }
}
