.elementor-2230 .elementor-element.elementor-element-164fb11:not(.elementor-motion-effects-element-type-background), .elementor-2230 .elementor-element.elementor-element-164fb11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F6F2;}.elementor-2230 .elementor-element.elementor-element-164fb11{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2230 .elementor-element.elementor-element-164fb11 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2230 .elementor-element.elementor-element-e021440{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2230 .elementor-element.elementor-element-e021440 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2230 .elementor-element.elementor-element-ce4720c:not(.elementor-motion-effects-element-type-background), .elementor-2230 .elementor-element.elementor-element-ce4720c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2EFE9;}.elementor-2230 .elementor-element.elementor-element-ce4720c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2230 .elementor-element.elementor-element-ce4720c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2230 .elementor-element.elementor-element-fb2840c:not(.elementor-motion-effects-element-type-background), .elementor-2230 .elementor-element.elementor-element-fb2840c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B97C70;}.elementor-2230 .elementor-element.elementor-element-fb2840c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2230 .elementor-element.elementor-element-fb2840c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-4c9bb7c */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Montserrat:wght@300;400;500&display=swap");


/* =========================================
   HERO – GRUNDSTRUKTUR
========================================= */

.sonoro-hero,
.sonoro-hero * {
  box-sizing: border-box;
}

.sonoro-hero {
  width: min(1010px, calc(100% - 60px));
  margin: 0 auto;
  padding: 0 0 36px;

  background: transparent;
  color: #1b2b42;
}


/* =========================================
   HEADER / NAVIGATION
========================================= */

.sonoro-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;

  gap: 48px;

  padding: 24px 0 28px;
}


/* LOGO */

.sonoro-logo {
  display: inline-flex;
  flex-direction: column;

  text-decoration: none;
}

.sonoro-logo-main {
  color: #1b2b42;

  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;

  letter-spacing: 0.12em;
}

.sonoro-logo-sub {
  margin-top: 8px;

  color: #b87969;

  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: 500;

  letter-spacing: 0.28em;
}


/* NAVIGATION */

.sonoro-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  gap: 34px;
}

.sonoro-nav a {
  color: #1b2b42;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;

  transition: color .25s ease;
}

.sonoro-nav a:hover {
  color: #b87969;
}


/* HEADER CTA */

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 36px;
  padding: 0 26px;

  background: #b87969;
  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;

  transition:
    background .25s ease,
    transform .25s ease;
}

.header-cta:hover {
  background: #a9695c;
  transform: translateY(-1px);
}


/* =========================================
   HERO GRID
========================================= */

.hero-grid {
  display: grid;

  /* Text bewusst etwas schmaler */
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.85fr);

  align-items: center;

  gap: 64px;

  min-height: 680px;
}


/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
  max-width: 510px;
}


/* EYEBROW */

.hero-eyebrow {
  margin: 0 0 14px;

  color: #b87969;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.18em;
  text-transform: uppercase;
}


/* =========================================
   H1
========================================= */

.hero-content h1 {
  max-width: 500px;

  margin: 0;

  color: #293952;

  font-family: "Cormorant Garamond", serif;

  /*
    bewusst kleiner als aktuell:
    groß genug für Premium-Wirkung,
    aber nicht mehr so schwer
  */
  font-size: clamp(52px, 4vw, 64px);

  font-weight: 500;
  line-height: 0.98;

  letter-spacing: -0.025em;
}


/* =========================================
   TERRAKOTTA-LINIE
========================================= */

.hero-line {
  width: 40px;
  height: 1px;

  margin: 26px 0 22px;

  background: #b87969;
}


/* =========================================
   DESCRIPTION
========================================= */

.hero-description {
  max-width: 470px;

  margin: 0;

  color: #354358;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;

  line-height: 1.7;
}


/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 38px;
  padding: 0 25px;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 500;

  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;

  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #b87969;
  border: 1px solid #b87969;

  color: #fff;
}

.btn-primary:hover {
  background: #a9695c;
  border-color: #a9695c;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #b87969;

  color: #b87969;
}

.btn-secondary:hover {
  background: #b87969;
  color: #fff;
}


/* =========================================
   IMAGE
========================================= */

.hero-image-wrapper {
  width: 100%;
  max-width: 455px;

  justify-self: end;

  overflow: hidden;
}

.hero-image {
  display: block;

  width: 100%;
  height: 680px;

  object-fit: cover;
  object-position: center;

  border: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  .sonoro-hero {
    width: min(100%, calc(100% - 44px));
  }

  .sonoro-header {
    gap: 28px;
  }

  .sonoro-nav {
    gap: 22px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
    gap: 42px;
  }

  .hero-content h1 {
    font-size: clamp(48px, 5vw, 58px);
  }

  .hero-image {
    height: 610px;
  }
}


/* =========================================
   MOBILE / SMALL TABLET
========================================= */

@media (max-width: 820px) {

  .sonoro-header {
    grid-template-columns: 1fr auto;
  }

  .sonoro-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;

    min-height: 0;

    gap: 42px;

    padding-top: 40px;
  }

  .hero-content {
    max-width: 620px;
  }

  .hero-content h1 {
    max-width: 580px;

    font-size: clamp(48px, 9vw, 62px);
    line-height: 1;
  }

  .hero-description {
    max-width: 560px;
  }

  .hero-image-wrapper {
    max-width: none;
    justify-self: stretch;
  }

  .hero-image {
    height: 580px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 560px) {

  .sonoro-hero {
    width: min(100%, calc(100% - 30px));
  }

  .sonoro-header {
    padding-top: 20px;
  }

  .sonoro-logo-main {
    font-size: 26px;
  }

  .header-cta {
    padding: 0 18px;
  }

  .hero-grid {
    padding-top: 28px;
    gap: 34px;
  }

  .hero-eyebrow {
    font-size: 9px;
    line-height: 1.5;
  }

  .hero-content h1 {
    font-size: clamp(43px, 13vw, 55px);
  }

  .hero-line {
    margin: 22px 0 20px;
  }

  .hero-description {
    font-size: 12.5px;
    line-height: 1.7;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;

    margin-top: 28px;
  }

  .btn {
    width: 100%;
  }

  .hero-image {
    height: 500px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f70fa3f */@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");


/* =========================================
   MUSIK FÜR IHRE ANLÄSSE
========================================= */

.sonoro-occasions,
.sonoro-occasions * {
  box-sizing: border-box;
}


.sonoro-occasions {
  width: 100%;
  padding: 110px 30px 120px;

  background: #f8f6f2;

  font-family: "Montserrat", sans-serif;
  color: #26313a;
}


.sonoro-occasions__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}


/* =========================================
   INTRO
========================================= */

.sonoro-occasions__intro {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}


.section-eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  margin-bottom: 20px;
}


.section-line {
  display: block;
  width: 44px;
  height: 1px;

  background: #b9897a;
}


.section-eyebrow {
  margin: 0;

  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #9b7065;
}


.sonoro-occasions__intro h2 {
  margin: 0 0 22px;

  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.025em;

  color: #26313a;
}


.section-intro-text {
  max-width: 700px;
  margin: 0 auto;

  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;

  color: #637079;
}


/* =========================================
   GRID
========================================= */

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}


/* =========================================
   CARD
========================================= */

.occasion-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;

  background: #ffffff;

  border: 1px solid rgba(38, 49, 58, 0.08);

  overflow: hidden;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}


.occasion-card:hover {
  transform: translateY(-5px);

  border-color: rgba(185, 137, 122, 0.2);

  box-shadow:
    0 20px 45px rgba(38, 49, 58, 0.08);
}


/* =========================================
   BILDER
========================================= */

.occasion-image {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #e9e5df;
}


.occasion-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.7s ease;
}


.occasion-card:hover .occasion-image img {
  transform: scale(1.035);
}


/* =========================================
   FOTO-PLATZHALTER BUSINESS
========================================= */

.occasion-image-placeholder {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #ebe7e1 0%,
      #f4f1ed 100%
    );
}


.occasion-image-placeholder::before {
  content: "";

  position: absolute;
  inset: 18px;

  border: 1px solid rgba(38, 49, 58, 0.08);
}


.occasion-image-placeholder span {
  position: relative;
  z-index: 1;

  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: #9c9a96;
}


/* =========================================
   CARD CONTENT
========================================= */

.occasion-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;

  padding: 30px 30px 32px;
}


/* =========================================
   ÜBERSCHRIFT
========================================= */

.occasion-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}


.occasion-card__heading h3 {
  margin: 0;

  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;

  color: #26313a;
}


.occasion-number {
  flex-shrink: 0;

  padding-top: 4px;

  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;

  color: #b9897a;
}


/* =========================================
   AKZENTLINIE
========================================= */

.occasion-accent-line {
  display: block;

  width: 34px;
  height: 1px;

  margin: 19px 0 20px;

  background: #b9897a;
}


/* =========================================
   META
========================================= */

.occasion-meta {
  min-height: 42px;
  margin: 0 0 16px;

  font-size: 11px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #9b7065;
}


/* =========================================
   BESCHREIBUNG
========================================= */

.occasion-description {
  margin: 0 0 28px;

  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;

  color: #68737a;
}


/* =========================================
   LINK
========================================= */

.occasion-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  width: fit-content;
  margin-top: auto;

  padding-bottom: 5px;

  border-bottom: 1px solid rgba(38, 49, 58, 0.25);

  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;

  color: #26313a;

  text-decoration: none;

  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}


.occasion-link span {
  display: inline-block;

  font-size: 16px;
  font-weight: 300;

  transition: transform 0.25s ease;
}


.occasion-link:hover {
  color: #9b7065;
  border-color: #b9897a;
}


.occasion-link:hover span {
  transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

  .sonoro-occasions {
    padding: 90px 26px 100px;
  }


  .sonoro-occasions__intro {
    margin-bottom: 52px;
  }


  .occasion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .occasion-card:last-child {
    grid-column: 1 / -1;

    width: calc(50% - 14px);
    margin: 0 auto;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

  .sonoro-occasions {
    padding: 72px 20px 78px;
  }


  .sonoro-occasions__intro {
    margin-bottom: 40px;
  }


  .section-eyebrow-row {
    gap: 11px;
    margin-bottom: 16px;
  }


  .section-line {
    width: 26px;
  }


  .section-eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
  }


  .sonoro-occasions__intro h2 {
    margin-bottom: 18px;

    font-size: 34px;
    line-height: 1.15;
  }


  .section-intro-text {
    font-size: 14px;
    line-height: 1.75;
  }


  .occasion-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }


  .occasion-card:last-child {
    grid-column: auto;

    width: 100%;
    margin: 0;
  }


  .occasion-card__content {
    padding: 26px 24px 28px;
  }


  .occasion-card__heading h3 {
    font-size: 21px;
  }


  .occasion-meta {
    min-height: 0;

    font-size: 10px;
  }


  .occasion-description {
    font-size: 14px;
  }

}


/* =========================================
   SEHR KLEINE DISPLAYS
========================================= */

@media (max-width: 420px) {

  .sonoro-occasions {
    padding-left: 16px;
    padding-right: 16px;
  }


  .section-line {
    width: 18px;
  }


  .section-eyebrow {
    font-size: 9px;
    letter-spacing: 0.11em;
  }


  .sonoro-occasions__intro h2 {
    font-size: 30px;
  }


  .occasion-card__content {
    padding: 24px 21px 26px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be6a352 */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Montserrat:wght@300;400;500;600&display=swap");


:root {
  --sonoro-navy: #293952;
  --sonoro-clay: #B97C70;
  --sonoro-line: rgba(41, 57, 82, 0.09);
  --sonoro-text: #4A5668;
}


/* =========================================
   SONOVIE – BESETZUNGEN
========================================= */

.sonoro-ensembles,
.sonoro-ensembles * {
  box-sizing: border-box;
}

.sonoro-ensembles {
  width: 100%;
  padding: 64px 30px 62px;

  background: transparent;

  color: var(--sonoro-navy);
  font-family: "Montserrat", sans-serif;
}

.sonoro-ensembles__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}


/* =========================================
   INTRO
========================================= */

.sonoro-ensembles__head {
  max-width: 980px;
  margin: 0 auto 48px;

  text-align: center;
}

.sonoro-ensembles__eyebrow {
  margin: 0 0 12px;

  color: var(--sonoro-clay);

  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;

  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sonoro-ensembles__head h2 {
  margin: 0;

  color: var(--sonoro-navy);

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(40px, 3.4vw, 54px);
  font-weight: 500;
  line-height: 1.05;

  letter-spacing: -0.02em;
}

.sonoro-ensembles__line {
  display: block;

  width: 40px;
  height: 1px;

  margin: 20px auto 17px;

  background: var(--sonoro-clay);
}

.sonoro-ensembles__intro {
  max-width: 720px;
  margin: 0 auto;

  color: var(--sonoro-text);

  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}


/* =========================================
   GRID
========================================= */

.sonoro-ensemble-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));

  width: 100%;
}

.sonoro-ensemble {
  min-width: 0;

  padding: 8px 24px 14px;

  text-align: center;
}

.sonoro-ensemble + .sonoro-ensemble {
  border-left: 1px solid var(--sonoro-line);
}


/* =========================================
   ICONS
========================================= */

.sonoro-ensemble__icon {
  width: 76px;
  height: 76px;

  margin: 0 auto 18px;

  color: var(--sonoro-clay);
  opacity: 0.9;
}

.sonoro-ensemble__icon svg {
  display: block;

  width: 100%;
  height: 100%;
}


/* =========================================
   TITEL
========================================= */

.sonoro-ensemble h3 {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  margin: 0;

  color: var(--sonoro-navy);

  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;

  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.sonoro-ensemble__accent {
  display: block;

  width: 26px;
  height: 1px;

  margin: 15px auto 17px;

  background: var(--sonoro-clay);
}


/* =========================================
   TEXT
========================================= */

.sonoro-ensemble p {
  max-width: 210px;
  margin: 0 auto;

  color: var(--sonoro-text);

  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

  .sonoro-ensembles {
    padding: 60px 26px;
  }

  .sonoro-ensembles__head {
    margin-bottom: 40px;
  }

  .sonoro-ensemble-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sonoro-ensemble {
    padding: 30px 28px;

    border-bottom: 1px solid var(--sonoro-line);
  }

  .sonoro-ensemble + .sonoro-ensemble {
    border-left: 0;
  }

  .sonoro-ensemble:nth-child(even) {
    border-left: 1px solid var(--sonoro-line);
  }

  .sonoro-ensemble:last-child {
    grid-column: 1 / -1;

    width: 50%;
    margin: 0 auto;

    border-left: 0;
    border-bottom: 0;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .sonoro-ensembles {
    padding: 52px 20px;
  }

  .sonoro-ensembles__head {
    margin-bottom: 28px;
  }

  .sonoro-ensembles__head h2 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .sonoro-ensembles__intro {
    font-size: 12.5px;
    line-height: 1.7;
  }

  .sonoro-ensemble-grid {
    grid-template-columns: 1fr;
  }

  .sonoro-ensemble,
  .sonoro-ensemble:nth-child(even),
  .sonoro-ensemble:last-child {
    grid-column: auto;

    width: 100%;
    margin: 0;

    padding: 30px 14px;

    border-left: 0;
    border-bottom: 1px solid var(--sonoro-line);
  }

  .sonoro-ensemble:last-child {
    border-bottom: 0;
  }

  .sonoro-ensemble__icon {
    width: 68px;
    height: 68px;

    margin-bottom: 16px;
  }

  .sonoro-ensemble h3 {
    min-height: 0;

    font-size: 21px;
  }

  .sonoro-ensemble p {
    max-width: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-e021440 */.elementor-2230 .elementor-element.elementor-element-e021440 {
  position: relative;
  overflow: hidden;

  background:

    /* sehr sanfter warmer Lichtschein links oben */
    radial-gradient(
      ellipse at 5% 5%,
      rgba(255, 255, 255, 0.75) 0%,
      rgba(255, 255, 255, 0.30) 30%,
      transparent 58%
    ),

    /* dezente Terrakotta-Wärme rechts unten */
    radial-gradient(
      ellipse at 100% 105%,
      rgba(185, 124, 112, 0.055) 0%,
      rgba(185, 124, 112, 0.020) 32%,
      transparent 58%
    ),

    /* ganz leichter Champagnerton links unten */
    radial-gradient(
      ellipse at -5% 100%,
      rgba(213, 194, 176, 0.07) 0%,
      rgba(213, 194, 176, 0.025) 35%,
      transparent 58%
    ),

    /* helle Basis */
    linear-gradient(
      135deg,
      #fdfcf9 0%,
      #faf8f4 48%,
      #f7f3ee 100%
    );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c23847 */:root{
  --sonoro-bg:#FBFAF7;
  --sonoro-greige:#F2EFE9;
  --sonoro-navy:#293952;
  --sonoro-clay:#B97C70;
  --sonoro-line:#DED9D2;
  --sonoro-text:#4A5668;
}

.sonoro-about,
.sonoro-about *{
  box-sizing:border-box;
}

.sonoro-about{

  color:var(--sonoro-navy);
  font-family:Montserrat,sans-serif;
}

.sonoro-about__inner{
  max-width:1320px;
  margin:auto;
  display:grid;
  grid-template-columns:38% 62%;
}


/* FOTO */

.sonoro-about__image{
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#E7E3DC;
}

.sonoro-about__image span{
  color:#A6A39E;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.sonoro-about__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}


/* CONTENT */

.sonoro-about__content{
  padding:46px 56px 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}


/* HEADLINE */

.sonoro-about__head h2{
  margin:0;
  color:var(--sonoro-navy);
  font:400 clamp(48px,4vw,64px)/1 Georgia,serif;
  letter-spacing:-.025em;
}

.sonoro-about__subline{
  margin:7px 0 0;
  color:var(--sonoro-clay);
  font:italic 23px/1.3 Georgia,serif;
}

.sonoro-about__line{
  display:block;
  width:44px;
  height:1px;
  margin:18px 0 20px;
  background:var(--sonoro-clay);
}


/* INTRO */

.sonoro-about__intro{
  max-width:720px;
  margin:0;
  color:var(--sonoro-text);
  font-size:14px;
  line-height:1.75;
}


/* DREI FAKTEN */

.sonoro-about__facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:34px;
}

.sonoro-about__fact{
  padding:0 24px;
  text-align:center;
}

.sonoro-about__fact:first-child{
  padding-left:0;
}

.sonoro-about__fact:last-child{
  padding-right:0;
}

.sonoro-about__fact + .sonoro-about__fact{
  border-left:1px solid rgba(41,57,82,.09);
}


/* ICON */

.sonoro-about__icon{
  width:55px;
  height:55px;
  margin:0 auto 15px;
  color:var(--sonoro-clay);
}

.sonoro-about__icon svg{
  width:100%;
  height:100%;
  display:block;
}


/* FACT TITEL */

.sonoro-about__fact h3{
  min-height:40px;
  margin:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:var(--sonoro-navy);

  font-size:12px;
  line-height:1.45;
  font-weight:600;

  letter-spacing:.12em;
  text-transform:uppercase;
}


/* KLEINE LINIE */

.sonoro-about__fact-line{
  display:block;
  width:27px;
  height:1px;
  margin:12px auto 13px;
  background:var(--sonoro-clay);
}


/* FACT TEXT */

.sonoro-about__fact p{
  margin:0;
  color:var(--sonoro-text);
  font-size:12.5px;
  line-height:1.6;
}


/* LINK */

.sonoro-about__link{
  width:fit-content;

  margin-top:30px;
  padding-bottom:7px;

  border-bottom:1px solid var(--sonoro-clay);

  color:var(--sonoro-clay);
  text-decoration:none;
  text-transform:uppercase;

  font-size:10px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.14em;
}

.sonoro-about__link span{
  margin-left:10px;
  font-size:15px;
  transition:transform .25s ease;
}

@media(hover:hover) and (pointer:fine){
  .sonoro-about__link:hover span{
    display:inline-block;
    transform:translateX(4px);
  }
}


/* TABLET */

@media(max-width:950px){

  .sonoro-about__inner{
    grid-template-columns:1fr;
  }

  .sonoro-about__image{
    min-height:430px;
  }

  .sonoro-about__content{
    padding:48px 36px;
  }
}


/* MOBILE */

@media(max-width:650px){

  .sonoro-about__image{
    min-height:380px;
  }

  .sonoro-about__content{
    padding:40px 22px;
  }

  .sonoro-about__head h2{
    font-size:46px;
  }

  .sonoro-about__subline{
    font-size:21px;
  }

  .sonoro-about__facts{
    grid-template-columns:1fr;
    margin-top:28px;
  }

  .sonoro-about__fact{
    padding:25px 0;
  }

  .sonoro-about__fact + .sonoro-about__fact{
    border-left:0;
    border-top:1px solid rgba(41,57,82,.09);
  }

  .sonoro-about__fact h3{
    min-height:0;
  }

  .sonoro-about__icon{
    width:52px;
    height:52px;
  }

  .sonoro-about__link{
    margin-top:25px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-97107d4 */.elementor-2230 .elementor-element.elementor-element-97107d4 {
  position: relative;
  overflow: hidden;

  background:

    /* sehr sanftes Licht links oben */
    radial-gradient(
      ellipse at 8% 8%,
      rgba(255, 255, 255, 0.80) 0%,
      rgba(255, 255, 255, 0.30) 32%,
      transparent 60%
    ),

    /* warme Tiefe rechts unten */
    radial-gradient(
      ellipse at 100% 100%,
      rgba(185, 124, 112, 0.055) 0%,
      rgba(185, 124, 112, 0.020) 34%,
      transparent 58%
    ),

    /* ganz leichter Champagnerton */
    radial-gradient(
      ellipse at 80% 15%,
      rgba(214, 193, 174, 0.065) 0%,
      rgba(214, 193, 174, 0.020) 30%,
      transparent 55%
    ),

    /* Basis */
    linear-gradient(
      135deg,
      #fdfcf9 0%,
      #faf8f4 50%,
      #f7f3ee 100%
    );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b05529 */:root{
  --sonoro-greige:#F2EFE9;
  --sonoro-navy:#293952;
  --sonoro-clay:#B97C70;
  --sonoro-clay-light:#F3E5E1;
  --sonoro-text:#4A5668;
  --sonoro-line:#DED9D2;
}

.sonoro-process,
.sonoro-process *{
  box-sizing:border-box;
}

.sonoro-process{
  padding:68px 30px 72px;
  background:var(--sonoro-greige);
  color:var(--sonoro-navy);
  font-family:Montserrat,sans-serif;
}

.sonoro-process__inner{
  max-width:1180px;
  margin:auto;
}


/* HEADER */

.sonoro-process__head{
  margin-bottom:56px;
  text-align:center;
}

.sonoro-process__eyebrow{
  margin:0 0 11px;
  color:var(--sonoro-clay);
  font-size:10px;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.sonoro-process__head h2{
  margin:0;
  color:var(--sonoro-navy);
  font:400 clamp(42px,3.7vw,56px)/1.06 Georgia,serif;
  letter-spacing:-.02em;
}

.sonoro-process__headline-line{
  display:block;
  width:46px;
  height:1px;
  margin:20px auto 0;
  background:var(--sonoro-clay);
}


/* TIMELINE */

.sonoro-process__timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:78px;
}

.sonoro-process__timeline::before{
  content:"";
  position:absolute;
  top:54px;
  left:16.5%;
  right:16.5%;
  height:1px;
  background:rgba(185,124,112,.35);
}


/* STEP */

.sonoro-step{
  position:relative;
  z-index:1;
  text-align:center;
}


/* VISUAL */

.sonoro-step__visual{
  position:relative;
  width:120px;
  height:108px;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:center;
}


/* ICON */

.sonoro-step__icon{
  width:84px;
  height:84px;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  background:var(--sonoro-clay-light);
  color:var(--sonoro-navy);
}

.sonoro-step__icon svg{
  width:50px;
  height:50px;
}


/* NUMBER */

.sonoro-step__number{
  position:absolute;
  left:0;
  top:4px;

  width:40px;
  height:40px;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  background:var(--sonoro-clay);
  color:#fff;

  font-size:10px;
  font-weight:600;
  letter-spacing:.08em;

  box-shadow:0 0 0 7px var(--sonoro-greige);
}


/* TITLE */

.sonoro-step h3{
  margin:0 0 14px;
  color:var(--sonoro-navy);

  font-size:14px;
  line-height:1.45;
  font-weight:600;

  letter-spacing:.14em;
  text-transform:uppercase;
}

.sonoro-step h3::after{
  content:"";
  display:block;

  width:30px;
  height:1px;

  margin:14px auto 0;

  background:var(--sonoro-clay);
}


/* TEXT */

.sonoro-step p{
  max-width:290px;
  margin:0 auto;

  color:var(--sonoro-text);

  font-size:15px;
  line-height:1.75;
  font-weight:400;
}


/* TABLET */

@media(max-width:900px){

  .sonoro-process__timeline{
    grid-template-columns:1fr;
    gap:0;
  }

  .sonoro-process__timeline::before{
    top:54px;
    bottom:54px;
    left:50%;
    right:auto;

    width:1px;
    height:auto;
  }

  .sonoro-step{
    padding:30px 0;
  }

  .sonoro-step__visual{
    background:var(--sonoro-greige);
  }

  .sonoro-step p{
    max-width:340px;
  }
}


/* MOBILE */

@media(max-width:600px){

  .sonoro-process{
    padding:54px 20px 58px;
  }

  .sonoro-process__head{
    margin-bottom:32px;
  }

  .sonoro-process__head h2{
    font-size:clamp(36px,10vw,46px);
  }

  .sonoro-process__eyebrow{
    font-size:9px;
  }

  .sonoro-step__visual{
    width:106px;
    height:98px;
    margin-bottom:19px;
  }

  .sonoro-step__icon{
    width:74px;
    height:74px;
  }

  .sonoro-step__icon svg{
    width:44px;
    height:44px;
  }

  .sonoro-step__number{
    width:36px;
    height:36px;
    font-size:9px;
  }

  .sonoro-step h3{
    font-size:13px;
  }

  .sonoro-step p{
    max-width:310px;
    font-size:14px;
    line-height:1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0758176 */:root{
  --sonoro-wine:#7B3F50;
  --sonoro-wine-dark:#693443;
  --sonoro-cream:#FBFAF7;
  --sonoro-soft-cream:#F2E8D8;
}

.sonoro-final-cta,
.sonoro-final-cta *{
  box-sizing:border-box;
}

.sonoro-final-cta{
  padding:62px 30px;

  color:var(--sonoro-cream);
  font-family:Montserrat,sans-serif;
}

.sonoro-final-cta__inner{
  max-width:1180px;
  margin:auto;

  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;

  gap:70px;
}


/* TEXT */

.sonoro-final-cta__content{
  max-width:740px;
}

.sonoro-final-cta__eyebrow{
  margin:0 0 13px;

  color:rgba(251,250,247,.72);

  font-size:10px;
  line-height:1.4;
  font-weight:600;

  letter-spacing:.2em;
  text-transform:uppercase;
}

.sonoro-final-cta h2{
  margin:0;

  color:var(--sonoro-cream);

  font:400 clamp(42px,4vw,58px)/1.03 Georgia,serif;
  letter-spacing:-.02em;
}

.sonoro-final-cta__text{
  max-width:600px;

  margin:20px 0 0;

  color:rgba(251,250,247,.84);

  font-size:14px;
  line-height:1.75;
}


/* BUTTON */

.sonoro-final-cta__action{
  display:flex;
  justify-content:flex-end;
}

.sonoro-final-cta__button{
  min-width:205px;
  min-height:54px;

  padding:15px 25px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  gap:14px;

  background:var(--sonoro-soft-cream);
  border:1px solid var(--sonoro-soft-cream);

  color:var(--sonoro-wine-dark);

  text-decoration:none;

  font-size:10.5px;
  line-height:1.4;
  font-weight:600;

  letter-spacing:.15em;
  text-transform:uppercase;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.sonoro-final-cta__button span{
  font-size:17px;
  line-height:1;
  transition:transform .25s ease;
}

@media(hover:hover) and (pointer:fine){

  .sonoro-final-cta__button:hover{
    background:transparent;
    color:var(--sonoro-cream);
    transform:translateY(-2px);
  }

  .sonoro-final-cta__button:hover span{
    transform:translateX(4px);
  }
}


/* TABLET */

@media(max-width:850px){

  .sonoro-final-cta__inner{
    grid-template-columns:1fr;
    gap:30px;
  }

  .sonoro-final-cta__action{
    justify-content:flex-start;
  }

}


/* MOBILE */

@media(max-width:600px){

  .sonoro-final-cta{
    padding:50px 22px 54px;
  }

  .sonoro-final-cta__inner{
    gap:27px;
  }

  .sonoro-final-cta__eyebrow{
    font-size:9px;
  }

  .sonoro-final-cta h2{
    font-size:clamp(37px,11vw,48px);
  }

  .sonoro-final-cta__text{
    margin-top:17px;
    font-size:14px;
  }

  .sonoro-final-cta__button{
    width:100%;
    max-width:300px;
  }

}/* End custom CSS */