
/*--------------------------------------------------------------
# Twins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Startseite (Hero)
--------------------------------------------------------------*/


/* Kicker oben */
.kicker-box{
  position: absolute;
  top: clamp(14px, 2vw, 28px);
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 100% - 32px);
  z-index: 3;
}

.start-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e8e8e8;
  filter: drop-shadow(1px 1px 1px #000);
  font-size: 1rem;
  margin: 0;
  padding: 10px 14px;
}

.start-kicker .dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--akzent-farbe, #8200cd);
  margin-bottom: 5px;
  box-shadow: 0 0 0 4px rgba(130,0,205,0.18);
}

.logo-box-start  {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}

.sub-line-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  bottom: 50px;
  height: 150px;
}

:root{
  --header-h: 75px;
  --dennis-nudge: 0px; /* <- wenn PNG Luft hat: 10px, 20px, 40px testen */
}
@media (max-width: 768px){
  :root{ --header-h: 60px; }
}

#startseite{
  position: relative;
  min-height: 100svh;
  width: 100%;
  padding-top: var(--header-h); /* Platz für fixed header */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/* der „Boden“ ist genau hier */
.dennis-box{
  position: relative;
  height: calc(100svh - var(--header-h)); /* echte Hero-Höhe unter Header */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* Content oben, aber mit reserviertem Platz fürs Bild */
.hero-content{
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  gap: 12px;
  height: 100svh;
}

/* Dennis: wirklich am Boden – und Nudge für PNG-Luft */
.big-dennis{
  position: absolute;
  left: 50%;
  bottom: calc(-1 * var(--dennis-nudge));
  transform: translateX(-50%);
  max-height: 70%;
  width: auto;
  display: block;
  z-index: 3;
  pointer-events: none;
}

.headline-1 {
  color: #e8e8e8;
}

.headline {
  color: var(--akzent-farbe);
  font-weight: 500;
}
/* Subline statt .start h3 absolute */
.start-subline{
  margin: clamp(10px, 2vh, 18px) 0 0;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #e8e8e8;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

/* Button: nicht mehr absolute */
.start-btn{
  margin-top: 14px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px 25px;
  border: 2px solid #8200cd;
  border-radius: 22px;
  cursor: pointer;
  color: #e8e8e8;
  text-decoration: none;
  transition: 0.3s ease all;
  background: transparent;
  position: relative; /* für :before */
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;     /* <-- verhindert Zeilenumbruch */
  text-wrap: nowrap;       /* modern, optional */
}

.start-btn:before{
  transition: 0.5s all ease;
  position: absolute;
  inset: 0;
  opacity: 0;
  content: '';
  background-color: #8200cd;
  z-index: -1;
  border-radius: 22px;
}

.start-btn:hover,
.start-btn:focus{
  color: white;
  border-color: transparent;
}

.start-btn:hover:before,
.start-btn:focus:before{
  opacity: 1;
  box-shadow: 5px 5px 10px #00000057,
              -5px -5px 10px #ffffff00,
              inset 4px 4px 8px #c463fc,
              inset -4px -4px 8px #490074;
}

.start-btn:active{
  transform: scale(0.97);
}

/* Mobile Feinschliff */
@media (max-width: 768px){
  .logo-box-start{ margin-top: 70px; }
  .big-dennis{ height: clamp(360px, 52vh, 600px); }
}

/* sehr klein */
@media (max-width: 390px){
  .logo-l{ height: 120px; }
  .big-dennis{ height: 480px; }
}

/* sehr klein */
@media (max-height: 700px){
  .logo-l{ height: 120px; }
  .big-dennis{ height: 350px; 
  }
}

/*--------------------------------------------------------------
# Über uns (FLEX-Version)
--------------------------------------------------------------*/
.about{
  min-height: 100svh;
  display: flex;
  position: relative;
  background: linear-gradient(to right bottom,
    hsl(218, 35%, 95%),
    hsl(218, 40%, 95%),
    hsl(218, 40%, 95%),
    hsl(218, 40%, 93%),
    hsl(218, 45%, 88%)
  );
  overflow: hidden;
}

.container{
  width: min(1290px, 98vw);
  margin: 0 auto;
}

/* ✅ FLEX statt GRID */
.about__grid{
  display: flex;
  align-items: stretch; /* beide Spalten gleich hoch */
  gap: clamp(20px, 3vw, 56px);
  width: 100%;
}

/* Linke Spalte (Bild) – entspricht minmax(250px, 400px) */
.about__figure{
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end; /* Bild nach unten */
 

  flex: 0 1 400px;   /* darf schrumpfen, Zielbreite 400 */
  min-width: 250px;  /* nicht kleiner als 250 */
  max-width: 400px;  /* nicht größer als 400 */
}

/* Bild – Größenverhalten wie vorher */
.about__img{
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.226));
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom center; /* Hover fühlt sich stabiler an */
}

.about__img:hover{
  transform: scale(1.2) translateY(0);
}

/* Rechte Spalte */
.about__content{
  flex: 1 1 auto;         /* nimmt restlichen Platz */
  min-width: 0;           /* wichtig: verhindert Overflow in flex */
  text-align: left;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Typo/Content: wie bei dir (nur ohne Doppelungen) */
.about__kicker{
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .75;
  margin: 1rem 15px 0;
  font-size: .9rem;
}

.about__headline{
  margin: 0 0 14px 15px;
  line-height: 1.1;
  font-size: clamp(32px, 4vw, 56px);
  color: #0b1020c7;
}

.no-break{
  white-space: nowrap;
  font-family: "Nasalization", "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: var(--akzent-schrift);
  
}


.about__typingWrap{
  display: inline-block;
  min-height: 1.1em;
}

.about__typing{
  display: inline-block;
  min-width: 22ch;
  opacity: .95;
}

.about__lead{
  max-width: 95ch;
  font-size: 0.97rem;
  line-height: 1.7;
  opacity: .92;
  margin: 0 10px 22px;
  padding: 0.5rem;
  color: #0b1020c7;
}

/* Cards */
.about__cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}

.about__card{
  border-radius: 18px;
  padding: 14px 14px 12px;
}

.about__card h3{
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: #0b1020c7;
}

.about__card p{
  margin: 0;
  line-height: 1.55;
  font-size: .85rem;
  color: rgba(11,16,32,.58);
}

/* CTA */
.about__ctaRow{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-left: 15px;
}

.about__trust{
  margin: 1rem;
  color: var(--text-farbe);
  font-size: .95rem;
  gap: 10px;
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 920px){
  .about__cards{
    grid-template-columns: 1fr;
    gap: 14px; /* nicht 0, sonst wirkt’s “zusammengequetscht” */
  }
}

/* Hier wird's 1-spaltig + Bild nach unten */
@media (max-width: 780px){
  .about__grid{
    flex-direction: column;
  }

  .about__figure{
    order: 1;
    align-items: center;
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .about__img{
    max-height: 500px;
    width: min(440px, 100%);
  }

  .about__lead,
  .about__cards,
  .about__ctaRow,
  .about__trust{
    padding-right: 20px; /* entspricht deinem Mobile-Padding */
  }

  .about__ctaRow{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 430px){
  .about__img{
    max-height: 400px;
  }
}



/*--------------------------------------------------------------
# Leistungen
--------------------------------------------------------------*/
#leistungen {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh; /* Fallback */
    min-height: 100svh; /* stabiler auf Mobile */
    width: 100vw;
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 2.5rem;
   
  }

#leistungen a {
    text-decoration: none;
}

.cont-serv {
    height: 100%;
    width: 100%;
    max-width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.8rem;   
    margin-top: 2rem; 
}

.card-serv {  
    color: hsla(0, 0%, 100%, 0.8);
    height: 435px;
    width: 280px;
    border-radius: 22px;
    box-shadow:-8px -8px 15px rgba(255,255,255,.22),
                8px  8px 15px rgba(0,0,0,.40),
                inset 1px 1px 5px rgba(255,255,255,.14),
                inset  -1px  -1px 5px rgba(0,0,0,.25);
    transition: 0.3s;
    overflow: hidden;
    padding: 10px 15px;  
    text-align: center;
        background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);   
    box-shadow: 0 15px 30px rgba(0,0,0,.25),
                inset 3px 3px 8px rgba(255,255,255,.50),
                inset  -3px  -3px 8px rgba(0,0,0,.40);
                border: 1px solid #ffffff15;
                letter-spacing: -0.1px;
}

.card-serv:hover {
    transform: scale(1.05);
    color:hsl(0, 0%, 100%);
    text-shadow: 1px 1px 3px #ffffff35;
    background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);    
    letter-spacing: 0.1;
}

.card-serv p {
  font-size: 0.95rem;
  list-style-type: .1px;
 line-height: 21px;
  padding: 0.2rem 0.33rem;
}

.gif {
    width: 100%;
    box-shadow: inset 3px 3px 8px rgba(255,255,255,.90),
                inset  -3px  -3px 8px rgba(0,0,0,.90);
    transition: 1s;
    position: center;
}

.gif:hover {
    transform: scale(1.5) ;
}

.gif-frame {
    width: 100%;
    transform: scale(1.25);
    box-shadow: inset 3px 3px 8px rgba(255,255,255,.90),
                inset  -3px  -3px 8px rgba(0,0,0,.90);
}

.card-serv h5 {
    padding-top: 2.5rem;
    text-align: center;
    font-family: Nasalization;
    text-shadow: 1px 1px 3px #ffffff40;
}

.place {
    height: 4rem;
}

.img-inset{
    position: relative;
    display: inline-block;
    border-radius: 40px;   /* falls du rounded willst */
    overflow: hidden;      /* wichtig für inset + radius */
}

.img-inset img{
    height: 220px;
    transition: 1s;
    position: center;
}

.img-inset::after{
  content:"";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* inset shadow overlay */
  box-shadow:
    inset -10px -10px 18px rgb(0, 0, 0),
    inset 10px 10px 18px rgba(255,255,255,.99);
}
/*--------------------------------------------------------------
# SEO
--------------------------------------------------------------*/
/* ========== SEO WRAPPER: links Text (mit Bild-Umfluss), rechts Karte ========== */
#seo {
  width: 100%;
  background: var(--hintergrund-farbe);
  color: var(--text-farbe);
  
}
.seo-wrapper{  
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.counter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 40px;
  max-width: 1200px;
}

.headline-seo {
  font-size: 2.5rem;
  max-width: 600px;
  font-weight: 900;
}

.headline-seo span{
  font-size: 4rem;
  color: var(--text-farbe);
  font-family: var(--akzent-schrift);
}

  body::before{
      content:"";
      position:fixed;
      inset:0;
      background:
        linear-gradient(to right, rgba(11,16,32,.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(11,16,32,.04) 1px, transparent 1px);
      background-size: 56px 56px;
      opacity:.45;
      mask-image: radial-gradient(circle at 50% 30%, black 0%, transparent 70%);
      pointer-events:none;
    }

    .counter{
      width: 100%;
      max-width:550px;
      padding:28px;
      border-radius:22px;    
      border: var(--border-slim);
      backdrop-filter: blur(14px);
      box-shadow:var(--counter-shadow);    
      position:relative;
      overflow:hidden;
    }

    /* subtle top highlight */
    .counter::after{
      content:"";
      position:absolute;
      inset:0;
      background: radial-gradient(800px 240px at 25% 0%, #75dbdb00, transparent 92%);
      pointer-events:none;
    }

    .top{
      position:relative;
      z-index:1;
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      margin-bottom:12px;
    }

    .label{
      display:flex;
      flex-direction:column;
      gap:4px;
      min-width:280px;
    }

    .kicker{
      position: absolute;
      top: -18px;
      font-size:12px;
      letter-spacing:.2px;
      text-transform:uppercase;
      color: var(--text-farbe-leicht);
    }

    .title{
    text-align: left;
      font-size:16px;
      font-weight:600;
      line-height:1.15;
      text-transform:uppercase;
      
    }

    .pill{
      display:flex;
      align-items:center;
      gap:10px;
      padding:8px 20px;
      border-radius:999px;
      background: var(--element-bg);
      border: 1px solid transparent;
      box-shadow:var(--schatten-pill);
      color: var(--text-farbe);
      font-size:13px;
      user-select:none;
      position:relative;
      z-index:1;
      margin:0 0.5rem;
    }

    .dot{
      width:10px;height:10px;border-radius:50%;
      background: var(--akzent-farbe);
      box-shadow: 0 0 0 6px rgba(165, 10, 255, 0.178);
      flex:0 0 auto;
    }

    /* ONE COLUMN DISPLAY */
    .display{
      margin-top: 0rem;
      position:relative;
      z-index:1;
      border-radius:22px;
      padding:5px 15px 15px;
      background: var(--element-bg);
      border:var(--border-slim);
      box-shadow:var(--schatten-pill);     
      overflow:hidden;
    }

    /* Apple-like “glass sheen” */
    .display::before{
      content:"";
      position:absolute;
      inset:10px;
      border-radius:22px;
      background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,255,255,.15));
      opacity:.28;
      pointer-events:none;
    }

    /* ultra subtle scanline */
    .display::after{
      content:"";
      position:absolute;
      inset:0;
      background: repeating-linear-gradient( to bottom, rgba(0,0,0,.05) 0px, rgba(0,0,0,.05) 1px,transparent 2px, transparent 8px);
      opacity:.10;
      mix-blend-mode:multiply;
      pointer-events:none;
      transform: translateY(0);
      animation: scan 2.6s linear infinite;
    }

    @keyframes scan{
      to{ transform: translateY(14px); }
    }

    .number{
      position:relative;
      z-index:2;
      text-align:center;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      font-variant-numeric: tabular-nums;
      font-weight: 700;
      letter-spacing: .05em;
      font-size: 2.0rem;
      line-height:2.05;
      color: var(--text-farbe);
      /* crisp but “premium” */   
      will-change: contents, filter;
      transition: filter 120ms ease;
    }

    .meta{
      position:relative;
      z-index:2;
      margin-top:12px;
      display:flex;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      color: var(--text-farbe);
      font-size:13px;
      user-select:none;
    }

    .chip{
      padding:8px 12px;
      border-radius:999px;
      border: 1px solid transparent;
      background: var(--element-bg);
      box-shadow: var(--schatten-pill);
       margin:0 0.5rem;
    }

    /* optional “speed feel” line */
    .pulse{
      position:relative;
      z-index:2;
      margin-top:14px;
      height:2px;
      border-radius:999px;
      overflow:hidden;
      background: rgba(11,16,32,.08);
      filter: blur(1px);
    }
    .pulse::before{
      content:"";
      position:absolute;
      inset:0;
      width:35%;
      transform: translateX(-40%);
      background: linear-gradient(90deg, transparent, #8200cdf2, transparent);
      animation: sweep 1.15s linear infinite;
      opacity:.9;
      
    }
    @keyframes sweep{
      to{ transform: translateX(260%); }
    }

/* Textbox */
.seo__content{
  padding: 0.5rem;
  border-radius: 22px;
  font-size: 1.05rem;
  font-weight: 450;
  min-width: 0; /* wichtig gegen overflow */
}

.seo__bildrahmen{
  float: right;
  margin: 0.2rem 0 1rem 1.4rem; /* Abstand zum Text */
  width: min(320px, 42%);
  border-radius: 22px;

  /* optional: Glas/Office Look */
  background: rgba(255,255,255,0.04);
  box-shadow: var(--schatten-panel);
  padding: 10px;
}

.seo-pic{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

/* Textabsätze etwas „luftiger“ */
.seo__content p{
  margin: 0 0 1rem 0;
  line-height: 1.65;
  font-size: 0.99rem;
}

.seo__content .free-btn{
  display: inline-flex;
  margin-top: .5rem;
}

/* Rechte Card: stabil in der Spalte */
.seo-wrapper .paket-2{
    margin: 2.5rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  max-width: 290px; /* sauber zur grid-spalte */
  justify-self: end; 
  border-radius: 22px;
  min-height: 420px;
  box-shadow: var(--box-shadow-card);
}

.seo__subtitle {
  font-size: 2rem;
  max-width: 60ch;
}

@media (max-width: 1220px){
    .headline-seo {
      font-size: 2rem;
    }
    .headline-seo span {
      font-size: 3rem;
    }
}

@media (max-width: 1024px){
    .counter-box {
      flex-direction: column;
      text-align: center;
    }
    .counter {
      transform: scale(0.9);
    }
}
/*--------------------------------------------------------------
# Angebote
--------------------------------------------------------------*/
.angebote{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh; /* Fallback */
    min-height: 100svh; /* stabiler auf Mobile */
    width: 100vw;
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.box-angebote {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;    
    width: 100%;   
    transition: all 1s ease-in-out;
}

.card:hover {
    animation-play-state: paused;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),inset 3px 3px 8px rgba(255,255,255,.80),
                inset  -3px  -3px 8px rgba(0,0,0,.70);;
}    

    .float-up {
      animation: floatUp 5s ease-in-out infinite;
    }

    .float-down {
      animation: floatDown 5s ease-in-out infinite;
    }

@keyframes floatUp {
  0%, 100% { transform: translate3d(0,10px,0); }
  50%      { transform: translate3d(0,-10px,0); }
}
@keyframes floatDown {
  0%, 100% { transform: translate3d(0,-10px,0); }
  50%      { transform: translate3d(0,10px,0); }
}

.card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2), rgba(255, 255, 255, 0));
    transform: rotate(25deg);   
}

.card h2 {
    font-family: var(--akzent-schrift);
    margin-top: 0;
    font-size: 1.5rem;
    color: #151515;
}

.card-tab {
    text-decoration: none;
}
  
/* CARD SPEZIALSTILE */
.z {
    z-index: 800;
}

.card1 {
    background-position: center;
    background-size: cover;
    color: #fff;
    font-weight: 400;
    text-align: left;
    background-image: linear-gradient(to right bottom,#D000FF, #A800FF,#8200CD,#5B00B4, #32006A);
}

.card1 h2 {
    color: #e8e8e8;
}

.card1::before{
  content:"";
  position:absolute;
  inset:-60%;
  border-radius: 40px;
  pointer-events:none;
  /* Luxus-Shine: harte Kante + weiche Zonen */
  background: linear-gradient(
    120deg,transparent 35%, rgba(255,255,255,0.10) 40%,rgba(255,255,255,0.50) 45%, rgba(255,255,255,0.55) 48%, rgba(255,255,255,0.10) 55%, transparent 65%);
  /* wirkt wie "Licht" statt Nebel */
  mix-blend-mode: overlay;
  filter: blur(22px);
  opacity: 0.3;
  transform: translate3d(-35%, -35%, 0) rotate(22deg);
  animation: shinePro 3s ease-in-out infinite;
  will-change: transform, opacity;
}

.card2 {
	background: url(/assets/content/img/bg-silver.webp);
    background-position: center;
    background-size: cover;
    position: relative; 
}

.card2::before{
    content:"";
    position:absolute;
    inset:-60%;
    border-radius: 40px;
     pointer-events:none;
  /* Luxus-Shine: harte Kante + weiche Zonen */
  background: linear-gradient( 120deg, transparent 35%, rgba(255,255,255,0.10) 40%, rgba(255,255,255,0.50) 45%, rgba(255,255,255,0.55) 48%,rgba(255,255,255,0.10) 55%,transparent 65%);
  /* wirkt wie "Licht" statt Nebel */
  mix-blend-mode: overlay;
  filter: blur(22px);
  opacity: 0.3;
  transform: translate3d(-35%, -35%, 0) rotate(22deg);
  animation: shinePro 3s ease-in-out infinite;
  will-change: transform, opacity;
}

.card2::after {
    content: "Beliebt";
    position: absolute;
    top: 18px;
    right: -30px;
    background: #ccc;
    color: #1a1a1a;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 40px;
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 8px #aaa;       
}

.card3 {
    background: radial-gradient(ellipse farthest-corner at right bottom,
    #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top,
    #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    position: relative;
}

.card3::before {
  content:"";
  position:absolute;
  inset:-60%;
  border-radius: 40px;
  pointer-events:none;
  /* Luxus-Shine: harte Kante + weiche Zonen */
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255,255,255,0.10) 40%,
    rgba(255,255,255,0.50) 45%,
    rgba(255,255,255,0.55) 48%,
    rgba(255,255,255,0.10) 55%,
    transparent 65%);

  /* wirkt wie "Licht" statt Nebel */
  mix-blend-mode: overlay;
  filter: blur(22px);
  opacity: 0.3;
  transform: translate3d(-35%, -35%, 0) rotate(22deg);
  animation: shinePro 3s ease-in-out infinite;
  will-change: transform, opacity;
}

.card4 {
    background-image: linear-gradient(to right bottom, #FFF2EE, #EEB7AB, #D98E7C, #B76455, #7A3A2F);
    box-shadow: 0 0 10px #a9cbff69,0 0 8px #d0eaff70, 0 0 12px #e6f7ff6f;
    position: relative;
    background: url(/assets/content/img/bg-cu.webp);
    background-position: center;
    background-size: cover;
}

.card4::before {
  content:"";
  position:absolute;
  inset:-60%;
  border-radius: 40px;
  pointer-events:none;
  /* Luxus-Shine: harte Kante + weiche Zonen */
  background: linear-gradient(120deg,transparent 35%, rgba(255,255,255,0.10) 40%, rgba(255,255,255,0.50) 45% rgba(255,255,255,0.55) 48%, rgba(255,255,255,0.10) 55%, transparent 65%);
  /* wirkt wie "Licht" statt Nebel */
  mix-blend-mode: overlay;
  filter: blur(22px);
  opacity: 0.3;
  transform: translate3d(-35%, -35%, 0) rotate(22deg);
  animation: shinePro 3s ease-in-out infinite;
  will-change: transform, opacity;
}

@keyframes sparkle {
    0% { transform: rotate(0deg) translateX(-20%); }
    50% { transform: rotate(180deg) translateX(20%); }
    100% { transform: rotate(360deg) translateX(-20%); }
}

@keyframes shine {
    0% { transform: rotate(45deg) translateX(-100%); }
    100% { transform: rotate(45deg) translateX(100%); }
}
@media (max-width: 1150px){
  .angebote{ padding-bottom: 3rem; }
}
@media (max-width: 768px){
  .angebote{ padding-bottom: 3rem; }
}

@keyframes shinePro{
  0%   { transform: translate3d(-55%, -35%, 0) rotate(22deg); opacity: 0.10; }
  35%  { opacity: 0.30; }
  50%  { opacity: 0.34; }
  100% { transform: translate3d(55%, 35%, 0) rotate(22deg); opacity: 0.10; }
}
 
.wi {
    color: #e8e8e8; 
}

.box-angebote{ justify-content:center; }
.card-tab{ flex: 0 0 285px; }

.card {
    width: 285px;
    min-height: 420px;
    border-radius: 20px;
    padding: 22px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Premium spacing */
    gap: 18px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 1s;               
    will-change: transform;
    box-shadow: inset 3px 3px 8px rgba(255,255,255,.70),
                inset  -3px  -3px 8px rgba(0,0,0,.50);
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.45;
}

.card ul li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
}

.card ul li::before {
    content: "✓";
    font-weight: 900;
    opacity: 0.9;
}

.bottom {
    margin-top: auto;
    position: relative;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price, .price1 {
    font-weight: 900;
    font-size: 1.45rem;
    letter-spacing: -0.5px;
    font-family: Nasalization;
}

#gewinnspiel-info {
  background: var(--hintergrund-farbe);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
    height: 160px;
    padding: 1rem;
}

#gewinnspiel-info .kopfzeile{
  position: sticky;
  top: 10px;
  z-index: 20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap: wrap;
  padding: 15px 25px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--hintergrund) 92%, transparent);
  border: 1px solid color-mix(in oklab, var(--text-farbe) 10%, transparent);
  color: var(--text-farbe);
  box-shadow: var(--schatten-pill);
  
}

#gewinnspiel-info .marke{
  margin-left: 1rem;
  display:flex;
  align-items:center;
  gap:10px;
  
  letter-spacing:.2px;
  font-size: 1rem;
  color: var(--akzent-farbe);
  white-space: nowrap;
}

#gewinnspiel-info .marke span{
   font-family: var(--akzent-schrift);
}

#gewinnspiel-info .markenpunkt{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--akzent-farbe);
  box-shadow: 0 0 0 5px rgba(130,0,205,.12);
}


#gewinnspiel-info .kopfaktionen{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* ---------- Buttons ---------- */
#gewinnspiel-info .knopf{
  cursor:pointer; 
  padding: 5px 25px;
  border-radius: 999px;
  background: var(--hintergrund-farbe);
  color: var(--text);
  font-weight: 900;
  text-decoration: none;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  box-shadow: var(--schatten-knopf);
  font-family: var(--text-schrift);
  box-shadow: var();
  transition: transform .10s ease, box-shadow .15s ease, filter .15s ease;
  border: 1px solid color-mix(in oklab, var(--text-farbe) 10%, transparent);
  transition: 0.3s ease;
}

#gewinnspiel-info .knopf:hover{ filter: brightness(1.04); 
  box-shadow: var(--schatten-knopf-hover), 0px 0px 8px #8200cd;
  border: 1px solid color-mix(in oklab, var(--akzent-farbe) 75%, transparent);
}

#gewinnspiel-info .knopf:active{
  transform: translateY(1px);
  box-shadow: inset 6px 6px 14px rgba(0,0,0,.18),
              inset -6px -6px 14px rgba(255,255,255,.55);
}

#gewinnspiel-info .knopf.akzent{
  color:#e8e8e8;
  background: linear-gradient(135deg, rgba(130,0,205,1), rgba(130,0,205,.78));
  box-shadow: inset 3px 3px 5px #ffffff70, inset -3px -3px 5px #00000055 ,0px 3px 5px #00000040;
  border: none;
}


.title-section {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--akzent-schrift);
  text-align: center;
  color: var(--text-farbe);
}
@media (max-width: 768px) {
   #gewinnspiel-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
   justify-content: center;
   }

   #gewinnspiel-info .knopf {
    display: flex;
    align-self: center;
   }

   #gewinnspiel-info .kopfaktionen {
    display: flex;
    justify-content: center;
    align-items: center;
   }

   #gewinnspiel-info .marke {
    display: flex;
    justify-content: center;
    align-items: center;
   }
}
/*--------------------------------------------------------------
# Bewertungen
--------------------------------------------------------------*/
#bewertungen {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    height: auto;
    width: 100%; 
    padding: 2rem;
     background: var(--hintergrund-farbe2);
}

.bew-cont {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 1.8rem;
    flex-wrap: wrap;
}
.logo-e8{
    height: auto;
    max-height: 220px;
    filter: var(--filter-shadow); 
}

.bew-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    height: auto;
    box-shadow: var(--schatten-panel);
    border-radius: 22px;
    transition: 0.3s; 
    padding: 1rem;
}

.bew-card:hover {
    transform: scale(1.05);
}

.bew-card img { 
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #8200cd9c;
    overflow: hidden;
}

.bew-name {
    font-weight: 400;
    color: var(--text-farbe);
}

.stars {
    margin-top: -1rem;
}

.stars i {
    font-size: 1rem;
    color: #ebe711;
    text-shadow: 1px 1px 2px #00000050, -1px -1px 2px #00000050;
}

.bew-txt {
    text-align: center;  
}

.txt-1 {
    text-align: center;
    margin-bottom: 6px;
    font-family: var(--text-schrift);
    color: var(--text-farbe);
}

.txt-2 {
 font-size: 0.95rem;
 color: var(--text-farbe-leicht);
 line-height: 19px;
}

.section-frame {
    position: relative;
    text-align: center;
    width: 100%;  

}

.bg-video {
  margin-top: -22rem;
}
/* ===== LOGOLINE FINAL (stabil & smooth) ===== */
.logoline{
  height: clamp(140px, 4vw, 220px);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: url(/assets/content/img/bg-2.webp) center / cover no-repeat;
  padding-block: clamp(10px, 2vh, 20px);
  box-shadow: inset 0px 15px 10px #00000070, inset 0px -15px 10px #ffffff30;
  /* Performance */
  contain: layout paint;
  isolation: isolate;
}

.logoline__track{
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  animation: logoline-move 22s linear infinite;
}

/* Zwei identische Gruppen nebeneinander */
.logoline__group{
  display: flex;
  align-items: center;
  flex: 0 0 auto;                  /* wichtig: nicht schrumpfen */
  gap: clamp(44px, 3vw, 100px);    /* min < max korrekt */
  padding-inline: clamp(40px, 4vw, 80px);
}

.logoline__item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(100px, 12vw, 160px);
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
}

.logoline__item img{
  display: block;
  height: clamp(45px, 6vw, 64px);
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  /* Performance */
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  will-change: transform;
}

.logoline__item:hover img{
  opacity: 1;
  filter: grayscale(100%);
  transform: translate3d(0,0,0) scale(1.1);
}

.headline-ll{
  font-size: 12px;
  font-weight: 400;
  font-family: var(--text-schrift);
  color: var(--text-farbe-leicht);
  margin-bottom: 0;
  text-align: center;
  margin-bottom: -1.5rem;
  
  

}


/* Animation: exakt um die Breite der ersten Gruppe */
@keyframes logoline-move{
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(calc(-1 * var(--group-width, 0px)),0,0); }
}

/* Hover-Pause nur auf Desktop */
@media (hover: hover) and (pointer: fine){
  .logoline:hover .logoline__track{ animation-play-state: paused; }
}

/* Motion-Reduce */
@media (prefers-reduced-motion: reduce){
  .logoline__track{ animation: none; }
}
/*--------------------------------------------------------------
# Kontakt
--------------------------------------------------------------*/
#kontakt {  
    min-height: 100svh;
    height: auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
     background: var(--hintergrund-farbe);
}

.cont-1 {   
    height: auto;
    width: 95%;
    margin-bottom: 5rem;
    max-width: 1400px;
}

.cont-box { 
    width: 100%;
    height: auto;
}

.screen-box {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 22px;
    box-shadow: var(--schatten-panel); 
}

.cont-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius:  22px  0px 0px 22px;
    flex: 1;
    height: auto;
    min-height: 450px;
    background-image: linear-gradient(to  right bottom, #8200cd, #6c00aa );
   
}

.cont-info img {
    filter: drop-shadow(5px 10px 10px #000);  
    width: 95%;
}

.cont-info h2 { 
    padding: 1rem;
    text-align: center;
    text-underline-offset: 0.5rem;
    color: #e8e8e8fb;
    font-weight: 900;
}

.adress p{ 
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #e8e8e8fb;
    padding-bottom:1rem ;   
}

.icon-box-cont {
    width: 220px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.icon-box-cont i {
    text-decoration: none;
    box-shadow: 3px 3px 5px #410066, -3px -3px 5px #a200ff;;
    margin-bottom: 3rem;
    text-shadow: (1px 1px 2px #fff);
    padding:  6px 10px;
    font-size: 1.4rem;
    border-radius: 5px;
    transition: 0.3s ease;
}

.icon-box-cont i:hover {  
    box-shadow: inset 3px 3px 5px #410066, inset -3px -3px 5px #a200ff;
    transform: rotate(-360deg);

}

.cont-form {
    position: relative;
    flex: 2;
    height: auto;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont-form input:first-child {
    margin-top: 3rem;
}

.cont-form input {
    margin-top: 1rem;
    width: 80%;
    height: 40px;
    padding: 0 15px;
    border: none;
    box-shadow: var(--schatten-btn-inset);
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 500;
    background-color: var(--hintergrund-farbe);
    margin-left: 2rem;
}

.cont-form textarea {
    margin-top: 1rem;
    width: 80%;
    height: 220px;
    padding: 10px 15px;
    border: none;
    box-shadow: var(--schatten-btn-inset);
    border-radius: 22px;
    font-size: 1rem;
    font-weight: 500;
    background-color: var(--hintergrund-farbe);  
    margin-left: 2rem;
}

.btn-form-box {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;  
}

.btn-form {
  width: 200px;
    box-shadow: 5px 5px 10px #00000057, -5px -5px 10px #fff, inset 4px 4px 8px #c463fc, inset -4px -4px 8px #490074;
}

.btn-form:hover {
   transform: scale(1.05);   
}

@media (max-width: 768px) {
    .screen-box {
        flex-direction: column;
    }
    .cont-info {
        min-height: 300px;
        height: auto;
        border-radius:  22px 22px 0px 0px;
    }
  }
/*--------------------------------------------------------------
# FAQ (3 Kategorien)
--------------------------------------------------------------*/
#faq{
  width: min(1600px, 92vw);
  margin: 0 auto;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  padding: 1.8rem;
  min-height: 70vh;
  margin-bottom: 20svh;
}

.sektionkopf-faq{
  display:flex;
  align-items:center;
  justify-content:center;
}

.sektiontitel-faq{
  margin:0;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 1000;
  letter-spacing: .2px;
  color: var(--text-farbe);
}

.sektionuntertitel-faq{
  text-align:center;
  opacity:.78;
  font-size:14px;
  margin: 0 0 .8rem;
  color: var(--text-farbe);
}

/* GRID: Desktop 3 Spalten, Tablet 2, Mobile 1 */
.faq-grid{
  width: 100%;
  display:grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 740px){
  .faq-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1100px){
  .faq-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Kategorie-Card */
.faq-card{
  border-radius: 24px;
  padding: 16px;
  box-shadow: var(--schatten-panel);
  background: var(--hintergrund);
  color: var(--text-farbe);
  display:flex;
  flex-direction: column;
  min-width: 0;
}

.faq-card__head{
  padding: 4px 6px 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.faq-card__head h3{
  margin: 0;
  font-size: 16px;
  font-weight: 1000;
  letter-spacing: .2px;
}

.faq-card__head p{
  margin: 6px 0 0;
  font-size: 13px;
  opacity: .75;
}

/* Liste: kompakt und sauber scrollt NICHT, bleibt platzsparend */
.faq-list{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

/* Details optisch hochwertig + kompakt */
#faq details{
  margin: 0;
  border-radius: 18px;
  padding: 12px 14px;
  box-shadow: var(--schatten-btn-inset);
  background: color-mix(in oklab, var(--hintergrund) 92%, #000 8%);
  border: 1px solid rgba(255,255,255,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

#faq details[open]{
  box-shadow: var(--schatten-btn);
  transform: translateY(-1px);
}

/* Summary: Pfeil + gute Klickfläche */
#faq summary{
  cursor:pointer;
  font-weight: 700;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.25;
}

#faq summary::-webkit-details-marker{ display:none; }

#faq summary::after{
  content:"▾";
  opacity:.75;
  transform: translateY(-1px);
}

#faq details[open] summary::after{
  content:"▴";
}

/* Antworttext */
#faq details p{
  margin: 10px 0 0;
  opacity: .88;
  line-height: 1.55;
  font-size: 14px;
}

@media (max-width: 420px){
  .faq-card{ padding: 14px; }
  #faq details{ padding: 11px 12px; }
  #faq details p{ font-size: 13.5px; }
}
