@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Regular_1.eot');
    src: url('PlayfairDisplay-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('PlayfairDisplay-Regular_1.woff2') format('woff2'),
        url('PlayfairDisplay-Regular_1.woff') format('woff'),
        url('PlayfairDisplay-Regular_1.ttf') format('truetype'),
        url('PlayfairDisplay-Regular_1.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Bold.eot');
    src: url('PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('PlayfairDisplay-Bold.woff2') format('woff2'),
        url('PlayfairDisplay-Bold.woff') format('woff'),
        url('PlayfairDisplay-Bold.ttf') format('truetype'),
        url('PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;fade
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Italic.eot');
    src: url('PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
        url('PlayfairDisplay-Italic.woff2') format('woff2'),
        url('PlayfairDisplay-Italic.woff') format('woff'),
        url('PlayfairDisplay-Italic.ttf') format('truetype'),
        url('PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
  --bg:#f8f6f3;
  --text:#333;
  --glass:rgba(255,255,255,.65);
}

* {
	box-sizing:border-box;
	margin:0;
	padding:0
}

body {
  font-family: 'Playfair Display', Georgia, Serif;
  background:#e2e3e0;
  color:var(--text);
  line-height:1.7;
  letter-spacing:.02em;
  scroll-snap-type: start;
}

body::before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
}

.text-container {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

@keyframes heroZoom {
  from { transform: scale(1); 
  }
  to   { transform: scale(1.06); 
  }
}

@keyframes wave-scroll {
  from { transform: translateX(0); 
  }
  to   { transform: translateX(-50%); 
  }
}


/* ---------- WELLE ---------- */
.wave-divider {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
}

.wave-back {
  fill: rgba(167, 172, 166, 0.12); 
  animation: wave-scroll 14s linear infinite;
}

.wave-front {
  fill: rgba(167, 172, 166, 0.12); 
  animation: wave-scroll 9s linear infinite reverse;
}


/* ---------- SECTIONS ---------- */
section {
  padding: 0 1.5rem;
  max-width: 1200px;
  margin: auto;
}

.sect1 {
  padding:4rem 1.5rem;
}

.sect2 {
  padding:2rem 1.5rem 2rem 1.5rem;
}

.sect3 {
  padding:0.5rem 1.5rem 1rem 1.5rem;
}

.sect4 {
  padding: 1rem 1.5rem 3rem 1.5rem;
  max-width: 1200px;
  margin: auto;
}

.sect5 {
  padding:0.5rem 1.5rem 0.5rem 1.5rem;
}


/* ---------- SECTION Der Flow ---------- */
 .clearground {
  background-color: #ededed;
}

html {
  scroll-behavior: smooth;
}

header,
section,
sect2,
.gallery {
  scroll-snap-align: start;
}


/* ---------- FONTS ---------- */
h1,
h2,
h3,
h4,
h5,
h6,
bold {
  font-family: 'Playfair Display', Georgia, Serif;
  letter-spacing:.01em;
  color: #888066; /* #9b2652 */
}

h1 {
  font-size:2.2rem;
  margin-bottom:1.4rem;
  font-weight: 300;
}

h2 {
  font-size:1.8rem;
  margin-top:1.4rem;
  margin-bottom:1.4rem;
  font-weight: 300;
}

h3 {
  font-size:1.5rem;  
  margin-top:2.8rem;
  margin-bottom:.4rem;
  font-weight: 100;
}

h4 {
  font-size:1.4rem;
  margin-top:1rem;
  font-weight: 100;
}

h5 {
  font-size:1.4rem;
  margin-top:1rem;
  font-weight: 100; 
}

h6,
h6 a {
  font-size:1.1rem;
  font-style: normal;
  font-weight: 100;
  color:#ddd;
}

p {
  font-size:1.1rem;
  margin-bottom: 1rem;
  line-height:1.8;
  color: #241f1c;
}

address {
  font-size:1.1rem;
  font-style: normal;
  margin-bottom: 1rem;
  color: #241f1c;
}

bold {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

a, 
footer a {
  font-size:1.1rem;
  font-style: bold;
  color: #c73d6a;
  text-decoration: none;
}

a {
  text-decoration: none;
  border: none;
}

a:focus,
a:active {
  outline: none;
}

hover {
  background-color: #e1e2df;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

a[title] {
    pointer-events: none;
}

ul {
  margin-left:10px;
}

li {
  margin-bottom:10px;
}

ul.ohne, 
ul.ohne li {
  list-style-type: none;	
  font-size:1.1rem;
}

.einzug {
  margin-left: 4rem;	
  font-size:1.1rem;
}

.abstand {
  margin: 4rem 0 0;	
}

.fett {
  font-size:2rem;
  margin-bottom:1.4rem;
  font-weight: 300;
  text-align: center;
  background: #c73d79;
  padding: 2px 24px 4px 24px;
  line-height: 1.6;
}

p.fett {
  color: #fff !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
}



/* ---------- NAVIGATION ---------- */
.top-nav {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  backdrop-filter: blur(6px);
  z-index:12;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 100px;
}

.nav-logo {
  color: #888066;
  font-family: 'Playfair Display', serif;
}

.nav-logo a {
  color: #888066;
  font-family: 'Playfair Display', serif;
  font-size: 2.9rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-menu li a {
  color: #888066;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.nav-menu li a:hover {
  color: #ff69b4;
}



/* ---------- BURGER BUTTON ---------- */
.nav-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: #888066;
  cursor: pointer;
  z-index:12;
}

.kontakt {
  background: #c73d79;
  padding: 2px 24px 4px 24px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}

a.kontakt {
  color: #fff !important;
}

a.hover.kontakt {
  background: #474244;
  transition-delay: 0.2s; 
}


/* ---------- BOX INHALT ---------- */
.boxinhalt {
  border: 2px solid #c73d79;
  border-radius: 0;
  display: table;
  margin: 4em 0 4rem 0;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  width: auto;
}

.abstandli {
  line-height: 2.8;
}


/* ---------- ROTE BOX ---------- */
div.rotebox {
  border: 10px solid #c73d79;
  padding: 0 2rem 1rem;
  margin: 4rem 0;
  border-radius: 30px 0 30px 0;
}

.rotebox h3 {
  margin-top:2.8rem;
  margin-bottom:1rem;
}

.rotebox p{
  font-size:1.1rem;
  margin-bottom: .8rem;
  line-height:1.8;
  color: #241f1c;
}

div.nervensystem {
  border: 10px solid #c73d79;
  padding: 0 2rem 1rem;
  margin: 4rem 0;
  border-radius: 30px 0 30px 0;
}

.nervensystem h3 {
  margin-top:2.8rem;
  margin-bottom:1rem;
}

.nervensystem p {
  font-size:1.1rem;
  margin-bottom: .8rem;
  line-height:1.8;
  color: #241f1c;
}


/* ---------- ROTE BOX ---------- */
div.rotebox2 {
  border: 10px solid #c73d79;
  padding: 1rem 2rem 1rem;
  margin: 4rem 0;
  border-radius: 30px 0 30px 0;
}

.rotebox2 h3 {
  margin-top:2.8rem;
  margin-bottom:1rem;
}

.rotebox2 p{
  font-size:1.1rem;
  margin-bottom: .8rem;
  line-height:1.8;
  color: #241f1c;
}


/* ---------- GOLDENE BOX ---------- */
div.goldenebox {
  border: 10px solid #aca793;
  padding: 0 2rem 1rem;
  margin: 4rem 0;
  border-radius: 30px 0 30px 0;
}
.goldenebox h3 {
  margin-top:2.8rem;
  margin-bottom:1rem;
}

.goldenebox p {
  font-size:1.1rem;
  margin-bottom: .8rem;
  line-height:1.8;
  color: #241f1c;
}


/* ---------- HEADER VIDEO ---------- */
/* Standard: Mobile zuerst (Mobile First) */
.video-desktop {
    display: none;
}

.video-mobile {
    display: block;
    width: 100%;
    height: auto;
}

.header-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


/* ---------- HEADER - BG ---------- */

#bg1 {
  background-image: url("../assets/spinal_flow_kontakt.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-top: 5rem;
}

#bg2 {
  background-image: url("../assets/spinal_flow_7_gateways.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-top: 5rem;
}

#bg3 {
  background-image: url("../assets/spinal_flow_passau.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-top: 5rem;
}

#bg4 {
  background-image: url("../assets/spinal_flow_die_welle.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-top: 5rem;
}

#bg5 {
  background-image: url("../assets/spinal_flow_nervensystem.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-top: 5rem;
}

#bg6 {
  background-image: url("../assets/spinal_flow_faq.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-top: 5rem;
}

#bg7 {
  background-image: url("../assets/spinal_flow_datenschutz.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  margin-top: 5.5rem;
 }

/* ---------- HEADER ---------- */
div.header {
  position:relative;
  height:100vh;
  overflow:hidden;
}

div.header video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  will-change:transform;
}

div.header::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(50,50,50,.20),rgba(50,50,50,.20));
}


/* ---------- LOGO ---------- */
.logo {
  font-family: 'Playfair Display', Georgia, Serif;
  font-size:2.6rem;
  letter-spacing:0.05em;
  color: #fff;
}

#logo-background {
  background:#302a23a2;
  border: 10px solid #ffffffca;
  padding:1rem 4rem 0.5rem 4rem;
  border-radius: 30px 0 30px 0;
}

.header-content {
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#fff;
  padding:2rem;
  will-change:transform,opacity;
  z-index: 4;
}

.header-content p {
  font-size:1.1rem;
  color: #fff;
}

.header-content p .playfair {
  font-family: 'Playfair Display', Georgia, Serif;
}


/* ---------- MEHR ERFAHREN ---------- */
div.mehr {
  height: 35px;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 2rem;
  cursor: pointer;
}

.mehrbox {
  text-align: center;
  float:right;
  background: #c73d79;
  padding: 2px 24px 4px 24px;
  line-height: 1.6;
}

p.mehrbox a {
  color: #fff !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
}

a.hover.mehrbox {
  background: #474244;
  transition-delay: 0.2s;
}

.mehrboxmitte {
	text-align: center;
	line-height: 1.6;
}

p.mehrboxmitte a {
	text-align: center;
  background: #c73d79;
  color: #fff !important;
  padding: 3px 26px 5px 26px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
}

a.hover.mehrboxmitte {
  background: #474244;
  transition-delay: 0.2s;
}


/* ---------- KONTAKT IMG ---------- */
.kontakt-right {
  max-width: 550px;
  height: auto;
  overflow: hidden;
}

.kontakt-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* ---------- ABOUT ---------- */
.about {
  display: grid;
  gap: 2rem;
}

.about img {
  width: 100%;
}


/* ---------- FADE IN ---------- */
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s cubic-bezier(.22,.61,.36,1), transform 2s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.visible {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s; 
}


/* ---------- REZENSIONEN ---------- */
.rezensionen-container {
        display: grid;
        max-width: 1200px;
        margin: auto;
}

.card {
        padding: 20px;
        color: white;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-radius: 50px 0 50px 0;
	    margin-bottom: 2rem;
}

.card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card h2 {
        margin-top: 0;
        font-size: 1.7rem;
}

.card h3 {
        margin-bottom: 5px;
        font-size: 1.5rem;
        text-transform: uppercase;
        opacity: 0.85;
}

.card p {
        margin: 0 0 12px;
        font-size: 1.1rem;
        line-height: 1.5;
}

.grau {
   background: #d4d6d3; 
}

.hell {
    background: #f9f9f8; 
	}


/* ---------- 3 SPALTEN VORTEILE ---------- */
.spalte {
	padding: 2rem;
	box-shadow: 0 10px 25px rgba(0,0,0,0.32);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 50px 0 50px 0;
	margin-bottom: 2rem;
}

.spalte:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  border-radius: 50px 0 50px 0;
}

.spalte h3 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.85;
}

.spalte p {
	margin: 0 0 12px;
	font-size: 1.1rem;
	line-height: 1.5;
}

.spalte ul,
.spalte li {
	font-size: 1.1rem;
	color: #c73d79;
	list-style-type: none;
	margin-bottom: 2px;
}

.einzugspalte {
  margin-left: 0rem;	
  font-size:1.1rem;
}

.hell {
  background: #f9f9f8; 
	}

	

/* ---------- ACCORDION ---------- */
.accordion-item-land {
  background: #e2e3e0;
  backdrop-filter: blur(10px);
  border: 1px solid var(--rosegold);
  border-radius: 0px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion-header-land {
  padding: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

div.accordion-header-land h1{
  text-align: center;
  font-family: 'Playfair Display', Georgia, Serif;
  letter-spacing: .01em;
  font-size: 3rem;
  color: #c73d79;
}

.accordion-item {
  background: var(--glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--rosegold);
  border-radius: 0px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion-header {
  padding: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header span {
  color: var(--rosegold);
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease;
}

.accordion-item.active span {
  transform: rotate(45deg);
}

.accordion-item.active .accordion-content {
  padding: 1rem;
}


/* -------- ACCORDION FAQ -------- */
.accordion-item-faq {
  background: #efefef;
  backdrop-filter: blur(10px);
  border: 1px solid #aca793;
  border-radius: 0px;
  margin-bottom: .5rem;
  overflow: hidden;
}

.accordion-header-faq {
  padding: 0rem 1rem 0rem 1.2rem;;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

div.accordion-header-faq h2{
  letter-spacing: .01em;
  font-size: 1.4rem;
  color: #888066;
}

.accordion-content-faq {
  font-size: 1.2rem;
  max-height: 0;
  overflow: hidden;
  padding: 0rem 1rem 0 1.2rem;
  transition: max-height 0.4s ease;
}

.color1 {
  background: #898989;
}

.none {
  display: none;
}

.landcenter {
  padding: 2px 24px 4px 24px;
  text-align: center;
  font-size: 1.2rem
}

.landcenter2 {
  padding: 2px 24px 4px 24px;
  text-align: center;
}

  

/* ---------- GALERIE ---------- */
.gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 2px 0;
  margin: 0;
  box-sizing: border-box;
  gap:2px;
  background:#ededed;
  grid-auto-rows: 330px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.6s ease, filter 0.6s ease, border 0.3s ease;
  border: 10px solid #d4cfc3;
  box-sizing: border-box;
}

.gallery img:hover {
  transform: scale(1.04);
  filter: brightness(1.05);
  border-color: #b0a89d;
  z-index:99;
}

 .white {
  background-color: #ededed;
  margin-top:0px;
  padding-top:8px;
  margin-bottom:0px;
  padding-bottom:8px;  
  box-sizing: border-box;
}



/* ---------- BILDER EINBINDEN mit float rechts links ---------- */

.layout-right {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}

.layout-right2 {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: center;
}

.layout-right3 {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 3rem;
  align-items: center;
}


/* ---------- BILDER EINBINDEN mit float links rechts ---------- */
.layout-left {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}

.layout-left2 {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 3rem;
  align-items: center;
}

.layout-left3 {
  display: grid;
  grid-template-columns: .8fr 1.4fr;
  gap: 3rem;
  align-items: center;
}

/* ---------- DARSTELLUNG BILDER ---------- */
.image-1-1 img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  display: block;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 50px 0 50px 0;
}

.image-1-2 img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 50px 0 50px 0;
}

.image-1-5 img {
  width: 30%;
  height: 30%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 50px 0 50px 0;
  margin: 0 0 5em 8em;
}

.image-3-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 50px 0 50px 0;
}

.image-3-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 50px 0 50px 0;
}


/* ---------- WELLEN FÜR DIE GALERIE ---------- */
.gallery-wave-wrapper {
  line-height: 0;
  width: 100%;
  background-color: #e2e3e0;
}

.gallery-wave {
  display: block;
  width: 100%;
  height: 60px;
  fill: #ededed;
}

.white {
  background-color: #ededed;
  margin: 0; 
  padding: 0; 
}


/* ---------- 2-SPALTER ---------- */
.container {
  column-count: 2;
  column-gap: 3rem;
}

.container2 {
  column-count: 2;
  column-gap: 3rem;
}

.container3 {
  column-count: 3;
  column-gap: 2rem;
}

p {
  margin-bottom: 1.5em;
  break-inside: avoid;
}


/* ---------- 3-Spalter ---------- */
.offer-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  padding-top:1.5rem;
}

.offer-card img {
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:1rem;
}

.offer-card p {
  font-size:.95rem;
  margin-bottom:.8rem;
}

.offer-card a {
  font-size:.9rem;
  letter-spacing:.08em;
  color:var(--rosegold);
  text-decoration:none;
  position:relative;
}

.offer-card a::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:1px;
  background:var(--rosegold);
  opacity:.4;
}

.offer-card {
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}

.offer-card:hover {
  transform: translateY(-8px);
}

.offer-card img {
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}

.offer-card:hover img {
  transform: scale(1.04);
}


/* ---------- TABELLE ---------- */
    table {
        width: 100%;
        border-collapse: collapse;
        background: #f9f9f8;
        box-shadow: 2px 4px 12px rgba(0,0,0,0.08);
        overflow: hidden;
        border-radius: 30px 0 30px 0;
    }

    thead {
        background: linear-gradient(90deg, #c4c5bd, #9eaa9a);
        color: white;
    }

    th, td {
        padding: 15px;
        text-align: left;
        vertical-align: top;
    }

    th {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    tbody tr:nth-child(even) {
        background-color: #f1f1ee;
    }

    tbody tr:hover {
        background-color: #d4d6d3;
        transition: 0.3s;
    }

    .gateway-title {
        font-weight: bold;
        font-size: 1.1rem;
        color: #333;
    }


/* ---------- STARTSEITE KOMMENTARSLIDER ---------- */
.carousel-container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #f9f9f8;
  box-shadow: 2px 4px 12px rgba(0,0,0,0.08);
  border-radius: 30px 0 30px 0;
  padding: 50px 40px 40px 40px;
  text-align: center;
  box-sizing: border-box;
  transition: height 0.3s ease-in-out; /* Macht das Mitwachsen elegant */
}

.carousel-slides {
  position: relative;
  width: 100%;
  height: auto;
}

.carousel-item {
  position: absolute; /* Wieder absolut, damit sie übereinander liegen */
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
  box-sizing: border-box;
}

.carousel-item.active {
  opacity: 1;
  visibility: visible;
}

/* Fallback für das allererste Element beim Laden */
.carousel-item:first-child {
  height: auto;
  max-height: none;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
}

.carousel-item:first-child:not(.active) {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}



    /* Sternebewertung */
    .rating-stars {
      color: #ffcc00; /* Goldgelb */
      font-size: 1.4rem;
      margin-bottom: 15px;
      letter-spacing: 2px;
    }

    .comment {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #444;
      font-style: italic;
      margin-bottom: 20px;
      padding: 0 20px;
    }

    .meta-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
    }

    .author {
      font-size: 1.4rem;
      color: #222;
      margin: 0;
      font-weight: bold;
    }

    /* Badges für Plattformen */
    .platform-badge {
      font-size: 0.8rem;
      padding: 3px 8px;
      border-radius: 4px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .platform-badge.unic {
      background-color: #d4d6d3;
      color: #1a73e8;
    }

    /* Navigations-Pfeile */
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.05);
      color: #333;
      border: none;
      width: 40px;
      height: 40px;
      cursor: pointer;
      border-radius: 50%;
      font-size: 16px;
      transition: all 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }

    .carousel-btn:hover {
      background: rgba(0, 0, 0, 0.2);
      color: #000;
    }

    .prev { left: 15px; }
    .next { right: 15px; }


/* ---------- FOOTER ---------- */
footer {
  background:#58514d;
  color:#ddd;
  padding:2rem 0rem;
}


/* ---------- FOOTER ACCORDION ---------- */
footer .accordion-item {
  background-color: #747879;
  border: 1px solid #c8c4b7;
  border-radius: 0px;
  margin-bottom: 1rem;
}

footer .accordion-header {
  padding: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:1.1rem;
}

footer .accordion-header span {
  color: #d8d8d8;
  font-size: 1.5rem;
  transition: transform 0.3s;
}

footer .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease;
}

footer .accordion-item.active span {
  transform: rotate(45deg);
}

footer .accordion-item.active .accordion-content {
  padding: 1rem;
}

sectfooter {
  padding: 0 1.5rem !important;
}

footer h4 {
  font-size: 1.3rem;
  color: #d8d8d8;
  margin-top: .5rem;
}

footer h6 {
  font-size: 1.2rem;
  color: #d8d8d8;
  margin-top: 0rem;
}

footer p {
  color: #d8d8d8;
}

footer address {
  color: #d8d8d8;
}

/* ---------- WIDGETS ---------- */
.widget-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  padding-top:1.5rem;
  margin:0 2rem;
}

.widget-card img {
  width:100%;
  object-fit:cover;
  margin-bottom:1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.widget-card p {
  font-size:1.1rem;
  margin-bottom: 1rem;
  line-height:1.8;
  color: #d8d8d8;
}

.widget-card a {
  font-size:1.1rem;
  letter-spacing:.08em;
  color:#ddd;
  text-decoration:none;
}

.offer-card a::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:1px;
  background:var(--rosegold);
  opacity:.4;
}
.widget-header {
  padding:1.3rem 1.4rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:1.1rem;
}

.widget-content {
  padding:0 1.4rem;
}

.copy {
  padding:0 3.3rem;
  color: #d8d8d8;  
  margin-top: 2em;
  margin-bottom: 0em;
}

.oben, .oben a {
  color: #d8d8d8;
  font-size: 1.2rem;
}



/* ---------- RESPONSIVE ---------- */
@media (min-width: 1024px) {
header,
section,
.gallery {
    scroll-snap-align: start;
 }
}

@media(max-width:900px){
.gallery {
	  grid-template-columns:repeat(1,1fr)
 }
 
.offer-grid,
.widget-grid {
      grid-template-columns:1fr;
 } 
 
}

@media(min-width:900px){
 .about {
    grid-template-columns:1fr 2fr;
    align-items:center;
 }
}

@media(max-width:768px){
  .logo {
  font-size:2.2rem;
  letter-spacing:0.05em;
 }
 
#logo-background {
  border: 10px solid #ffffffca;
  padding:1rem 2rem 0.5rem 2rem;
 }

.header-content {
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#fff;
  padding:2rem;
  will-change:transform,opacity;
  z-index: 4;
 }
 
.vorteil-container,
.container2,
.container3 {
    column-count: 1;
 }

.image-1-2 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}

p {
    margin-bottom: 1.5em;
    break-inside: avoid;
 }
  
.video-mobile {
        display: none;
 }
.video-desktop {
        display: block;
        width: 100%;
        height: auto;
 } 
  
#bg1 {
    height: 30vh;
    margin-top: 1rem;
 }
 
#bg2 {
    height: 30vh;
    margin-top: 1rem;
 }
  
#bg3 {
    height: 30vh;
    margin-top: 1rem;
 }
  
#bg4 {
    height: 30vh;
    margin-top: 1rem;
 }
 
#bg5{
    height: 30vh;
    margin-top: 1rem;
 }
 
#bg6 {
    height: 30vh;
    margin-top: 1rem;
 }
 
#bg7 {
    height: 30vh;
    margin-top: 1rem;
 }
  
.nav-logo a {
  font-size: 1.6rem;
 }

.nav-menu {
    position: absolute;
    top: 53px;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 20px 0;
	border-top: 1px solid #888066;
    display: none;
 }

.nav-menu.active {
    display: flex;
 }

.nav-toggle {
    display: block;
 }
 
.layout-left,  
.layout-left2,
.layout-left3, 
.layout-right, 
.layout-right2,
.layout-right3{
    grid-template-columns: 1fr;
 }
table, thead, tbody, th, td, tr {
    display: block;
 }
 
table {
	background: #e2e3e0;
	box-shadow: none;
 }

thead {
    display: none;
 }

tr {
    margin-bottom: 20px;
    background: #c4c5bd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
 }

td {
    padding: 8px 0;
 }

td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #c73d79;
 }

  .carousel-slides {
    min-height: 480px; /* Extra viel Platz für schmale Handy-Bildschirme */
  }


}
    
	
/* Mobile First */
@media (min-width: 600px) {
.container {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}