:root{
  /* HappyFlash Hauptfarben */
  --brand:#f9b010;
  --brand-dark:#dfa000;
  --brand-soft:#ffd36b;

  /* Neutrale Farben */
  --cream:#f4f4f4;
  --cream-light:#ffffff;
  --gold:#f9b010;
  --ink:#050505;
  --ink-2:#171717;
  --muted:#4d4d4d;
  --line:#dedede;
  --white:#fff;
  --shadow:0 22px 70px rgba(0,0,0,.12);
  --radius:28px;

  /* Hier können später Hintergrundfotos eingetragen werden:
     Beispiel:
     --hero-bg-image:url("assets/dein-hero-foto.jpg");
  */
  --hero-bg-image:none;
  --process-bg-image:none;
  --about-bg-image:none;
  --contact-bg-image:none;

  --serif:"Playfair Display",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream-light);color:var(--ink);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:112px 0}
.section-light{background:#fff}
.skip-link{position:fixed;left:20px;top:-60px;background:#fff;padding:10px 15px;z-index:999;border-radius:8px}
.skip-link:focus{top:20px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,247,239,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,223,210,.82)}
.header-shell{width:min(1240px,calc(100% - 36px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:34px}
.brand{display:inline-flex;align-items:baseline;font-family:var(--serif);font-size:29px;font-weight:700;letter-spacing:-.045em;position:relative;padding-bottom:9px;white-space:nowrap}
.brand-flash{color:var(--brand)}
.brand-dark{color:var(--ink)}
.brand small{position:absolute;left:1px;bottom:0;font-family:var(--sans);font-size:8px;letter-spacing:.25em;font-weight:700;color:var(--muted)}
.main-nav{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:600}
.main-nav>a:not(.nav-cta){position:relative}
.main-nav>a:not(.nav-cta)::after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--brand);transition:.25s}
.main-nav>a:hover::after{width:100%}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;transition:.25s ease;border:1px solid transparent}
.nav-cta{background:var(--ink);color:#fff;padding:12px 19px}
.nav-cta:hover{background:var(--brand)}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--ink);margin:5px}
.hero{min-height:760px;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:88px}
.hero-glow{position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(199,164,89,.2),transparent 68%);right:-100px;top:-160px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:82px;align-items:center;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.17em;color:var(--brand);margin-bottom:19px}
.eyebrow::before{content:"";width:26px;height:1px;background:currentColor}
h1,h2,h3{margin:0;line-height:1.05}
h1,h2{font-family:var(--serif);font-weight:600;letter-spacing:-.042em}
h1{font-size:clamp(4rem,6.4vw,7rem);max-width:790px}
h1 em{color:var(--brand);font-style:italic;font-weight:600}
h2{font-size:clamp(2.8rem,4.5vw,5rem)}
h3{font-size:22px;letter-spacing:-.025em}
.hero-lead{font-size:19px;color:var(--muted);max-width:650px;margin:28px 0 32px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{padding:15px 23px}
.button-primary{background:var(--brand);color:#fff;box-shadow:0 14px 32px rgba(155,61,53,.22)}
.button-primary:hover{background:var(--brand-dark);transform:translateY(-2px)}
.button-ghost{border-color:var(--line);background:rgba(255,255,255,.7)}
.button-ghost:hover{background:#fff;transform:translateY(-2px)}
.button-dark{background:var(--ink);color:#fff}
.button-dark:hover{background:var(--brand)}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:54px;padding-top:28px;border-top:1px solid var(--line)}
.hero-facts strong,.hero-facts span{display:block}
.hero-facts strong{font-family:var(--serif);font-size:23px}
.hero-facts span{font-size:12px;color:var(--muted);margin-top:2px}
.hero-media{position:relative;padding:25px 30px 40px}
.hero-image-wrap{height:620px;border-radius:240px 240px 32px 32px;overflow:hidden;box-shadow:var(--shadow);border:9px solid rgba(255,255,255,.7)}
.hero-image-wrap img{width:100%;height:100%;object-fit:cover}
.floating-card{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(38,28,19,.13);border-radius:18px;padding:13px 16px;display:flex;align-items:center;gap:11px}
.floating-card-top{left:-12px;top:90px}
.floating-card-bottom{right:-5px;bottom:92px}
.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:13px}.floating-card small{font-size:11px;color:var(--muted)}
.icon-dot{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--cream);color:var(--brand);font-weight:700}
.trust-strip{background:var(--ink);color:#fff}
.trust-grid{min-height:72px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}
.trust-grid span{text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#d7d0c7;border-right:1px solid #373431}
.trust-grid span:last-child{border-right:0}
.section-heading{display:grid;grid-template-columns:1.05fr .75fr;gap:100px;align-items:end;margin-bottom:55px}
.section-heading>p{font-size:18px;color:var(--muted);margin:0 0 8px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.feature-card{padding:40px 35px 44px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:265px;background:#fff}
.feature-number{font-size:11px;letter-spacing:.15em;color:var(--brand);margin-bottom:48px}
.feature-card h3{margin-bottom:12px}.feature-card p{margin:0;color:var(--muted);font-size:15px}
.media-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:92px;align-items:center}
.image-stack{position:relative;min-height:630px}
.image-main{width:78%;height:575px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.image-small{position:absolute;width:46%;height:285px;right:0;bottom:0;object-fit:cover;border-radius:22px;border:9px solid var(--cream-light);box-shadow:var(--shadow)}
.story-copy>p,.about-copy>p{font-size:17px;color:var(--muted)}
.story-copy h2{margin-bottom:28px}
.check-list{list-style:none;padding:0;margin:28px 0 30px;display:grid;gap:11px}
.check-list li{border-bottom:1px solid var(--line);padding:0 0 11px;color:var(--ink-2)}
.check-list span{color:var(--brand);font-weight:700;margin-right:9px}
.text-link{font-weight:700;color:var(--brand);display:inline-flex;gap:10px;align-items:center}
.text-link span{transition:.2s}.text-link:hover span{transform:translateX(5px)}
.section-dark{background:var(--ink);color:#fff}
.heading-dark>p{color:#aaa39a}.eyebrow-light{color:#d5b46d}
.timeline{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #3b3833}
.timeline-item{padding:32px 22px 0 0;border-right:1px solid #3b3833;min-height:260px;margin-right:22px}
.timeline-item:last-child{border-right:0;margin-right:0}
.timeline-item>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--cream);color:var(--ink);font-weight:700;margin-bottom:54px}
.timeline-item h3{margin-bottom:12px}.timeline-item p{margin:0;color:#aaa39a;font-size:14px}
.pricing-intro{text-align:center;max-width:760px;margin:0 auto 50px}.pricing-intro p{font-size:18px;color:var(--muted)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.price-card{background:var(--cream-light);border:1px solid var(--line);border-radius:var(--radius);padding:31px;position:relative;display:flex;flex-direction:column}
.price-card-featured{background:var(--ink);color:#fff;transform:translateY(-12px);box-shadow:var(--shadow)}
.popular-badge{position:absolute;top:-15px;left:30px;background:var(--brand);color:#fff;border-radius:999px;padding:7px 13px;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.price-top{display:flex;align-items:start;justify-content:space-between;gap:20px}
.package-label{text-transform:uppercase;letter-spacing:.13em;color:var(--brand);font-size:11px;font-weight:700}
.price-card-featured .package-label{color:#d5b46d}
.price-top h3{font-family:var(--serif);font-size:27px;margin-top:6px}
.price{font-family:var(--serif);font-size:35px;white-space:nowrap;color:var(--brand);line-height:1}
.price-card-featured .price{color:#fff}.price small{font-family:var(--sans);font-size:11px}
.price-copy{color:var(--muted);font-size:14px;min-height:48px}.price-card-featured .price-copy{color:#aaa39a}
.price-card ul{list-style:none;padding:0;margin:17px 0 28px;flex:1}
.price-card li{padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}
.price-card li::before{content:"✓";color:var(--brand);font-weight:700;margin-right:9px}
.price-card-featured li{border-color:#3b3833}.price-card-featured li::before{color:#d5b46d}
.pricing-note{text-align:center;color:var(--muted);font-size:13px;max-width:800px;margin:26px auto 0}
.center-heading{text-align:center;max-width:760px;margin:0 auto 45px}.center-heading p{color:var(--muted);font-size:18px}
.occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.occasion-card{border-radius:26px;min-height:390px;padding:35px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;color:#fff}
.occasion-card::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,18,16,.88),rgba(20,18,16,.08));z-index:0}
.occasion-card>*{position:relative;z-index:1}
.occasion-card span{font-size:12px;letter-spacing:.15em;margin-bottom:auto}
.occasion-card h3{font-family:var(--serif);font-size:32px;margin-bottom:11px}.occasion-card p{margin:0;color:#ddd7ce;font-size:14px}
.occasion-wedding{background:linear-gradient(135deg,#7f332f,#c27765)}
.occasion-birthday{background:linear-gradient(135deg,#c1a051,#6f5630)}
.occasion-business{background:linear-gradient(135deg,#2c2925,#62594f)}
.about-section{background:var(--cream)}
.about-grid{display:grid;grid-template-columns:1fr .85fr;gap:95px;align-items:center}
.about-copy h2{margin-bottom:28px}
.contact-inline{display:flex;flex-wrap:wrap;gap:11px;color:var(--brand);font-weight:700;margin-top:29px}
.about-card{background:rgba(255,255,255,.52);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius);display:grid;grid-template-columns:1fr 1fr;padding:13px;box-shadow:0 15px 50px rgba(38,28,19,.07)}
.about-stat{padding:36px 24px;border-right:1px solid rgba(155,61,53,.14);border-bottom:1px solid rgba(155,61,53,.14)}
.about-stat:nth-child(2n){border-right:0}.about-stat:nth-child(n+3){border-bottom:0}
.about-stat strong,.about-stat span{display:block}.about-stat strong{font-family:var(--serif);font-size:37px;color:var(--brand)}.about-stat span{font-size:12px;color:var(--muted)}
.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}
.faq-intro{position:sticky;top:125px;align-self:start}.faq-intro p{color:var(--muted);font-size:17px}
.faq-list details{border-top:1px solid var(--line);padding:24px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;cursor:pointer;font-weight:700;font-size:18px;padding-right:40px;position:relative}.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:4px;top:-2px;font-family:var(--serif);font-size:28px;color:var(--brand)}
.faq-list details[open] summary::after{content:"–"}
.faq-list p{color:var(--muted);margin:14px 45px 0 0}
.contact-section{background:var(--brand);color:#fff}
.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}
.contact-copy h2{margin-bottom:25px}.contact-copy>p{color:#f1d8d2;font-size:18px}
.contact-details{margin-top:45px;display:grid;gap:0}
.contact-details>a,.contact-details>div{padding:17px 0;border-top:1px solid rgba(255,255,255,.2)}
.contact-details span,.contact-details strong{display:block}.contact-details span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#efc7bf}.contact-details strong{font-size:17px}
.contact-form{background:#fff;color:var(--ink);border-radius:30px;padding:36px;box-shadow:0 20px 60px rgba(72,22,17,.25)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label{display:block;font-size:13px;font-weight:700;margin-bottom:16px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:7px;border:1px solid var(--line);background:var(--cream-light);border-radius:12px;padding:13px 14px;outline:none;color:var(--ink)}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(155,61,53,.09)}
.contact-form textarea{resize:vertical}
.button-submit{border:0;cursor:pointer;width:100%;margin-top:4px}
.form-hint{font-size:11px;color:var(--muted);margin:12px 0 0}
.site-footer{background:#11100f;color:#fff;padding:70px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .9fr;gap:70px;padding-bottom:55px}
.brand-footer .brand-dark{color:#fff}.brand-footer small{color:#918b84}
.footer-grid>div:first-child>p{color:#918b84;max-width:390px;font-size:14px;margin-top:22px}
.footer-nav{display:grid;gap:10px;align-content:start;font-size:13px;color:#aaa39a}.footer-nav strong{color:#fff;margin-bottom:7px}.footer-nav a:hover{color:#fff}
.footer-bottom{border-top:1px solid #2e2b28;padding-top:20px;display:flex;justify-content:space-between;font-size:11px;color:#77716c}
.footer-bottom div{display:flex;gap:20px}
.mobile-cta{display:none}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
@media(max-width:980px){
  .section{padding:86px 0}
  .menu-toggle{display:block;z-index:3}
  .main-nav{display:none;position:absolute;top:82px;left:18px;right:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px;flex-direction:column;align-items:stretch;gap:0}
  .main-nav.open{display:flex}.main-nav a{padding:12px 8px}.nav-cta{text-align:center;margin-top:7px}
  .hero-grid,.media-text-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:55px}
  .hero{padding-top:65px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}
  .hero-media{max-width:620px;margin:auto;width:100%}.hero-image-wrap{height:570px}
  .section-heading{grid-template-columns:1fr;gap:25px}.feature-grid{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:1fr}.timeline-item{display:grid;grid-template-columns:65px 1fr;min-height:auto;border-right:0;border-bottom:1px solid #3b3833;padding:24px 0;margin:0}.timeline-item>span{margin:0}
  .pricing-grid{grid-template-columns:1fr;max-width:650px;margin:auto}.price-card-featured{transform:none}
  .occasion-grid{grid-template-columns:1fr}.occasion-card{min-height:270px}
  .faq-layout{grid-template-columns:1fr;gap:40px}.faq-intro{position:static}
  .footer-grid{grid-template-columns:1.4fr 1fr;gap:40px}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}.header-shell{width:calc(100% - 24px);height:72px}
  .main-nav{top:72px}.brand{font-size:26px}
  .section{padding:68px 0}.hero{min-height:auto;padding-top:50px}
  h1{font-size:clamp(3.5rem,15vw,5.3rem)}h2{font-size:clamp(2.6rem,11vw,4rem)}
  .hero-lead{font-size:17px}.hero-facts{grid-template-columns:1fr;gap:13px}.hero-facts div{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:9px}
  .hero-media{padding:10px 4px 30px}.hero-image-wrap{height:470px;border-radius:190px 190px 25px 25px}.floating-card{display:none}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid span{padding:12px 6px;border-bottom:1px solid #373431}.trust-grid span:nth-child(2n){border-right:0}.trust-grid span:last-child{grid-column:1/-1;border-bottom:0}
  .feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.feature-number{margin-bottom:28px}
  .image-stack{min-height:480px}.image-main{height:430px;width:86%}.image-small{height:210px;width:50%}
  .price-top{display:block}.price{margin-top:17px}.form-row{grid-template-columns:1fr}
  .about-card{grid-template-columns:1fr}.about-stat{border-right:0!important;border-bottom:1px solid rgba(155,61,53,.14)!important}.about-stat:last-child{border-bottom:0!important}
  .contact-form{padding:23px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:grid;gap:12px;padding-bottom:55px}
  .mobile-cta{display:flex;position:fixed;z-index:90;left:12px;right:12px;bottom:12px;background:var(--brand);color:#fff;box-shadow:0 12px 35px rgba(0,0,0,.24);border-radius:999px;height:48px;align-items:center;justify-content:center;font-weight:700}
}

/* =========================================================
   HAPPYFLASH FARBKONZEPT – #f9b010 + SCHWARZ
   ========================================================= */
body{
  background:#fff;
  color:#050505;
}
.site-header{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid #e5e5e5;
}
.brand-flash{color:#f9b010}
.brand-dark{color:#050505}
.brand small{color:#050505}
.main-nav{color:#050505}
.main-nav>a:not(.nav-cta)::after{background:#f9b010}
.nav-cta{
  background:#f9b010;
  color:#050505;
}
.nav-cta:hover{
  background:#050505;
  color:#f9b010;
}

.hero{
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.84)),
    var(--hero-bg-image);
  background-size:cover;
  background-position:center;
}
.hero-glow{
  background:radial-gradient(circle,rgba(249,176,16,.23),transparent 68%);
}
.eyebrow,
.eyebrow-light{
  color:#f9b010;
}
h1,h2{
  color:#f9b010;
}
h1 em{
  color:#f9b010;
  font-style:normal;
}
h3{
  color:#050505;
}
.hero-lead,
.section-heading>p,
.feature-card p,
.story-copy>p,
.about-copy>p,
.pricing-intro p,
.center-heading p,
.faq-intro p,
.faq-list p{
  color:#333;
}
.button-primary{
  background:#f9b010;
  color:#050505;
  box-shadow:0 14px 32px rgba(249,176,16,.24);
}
.button-primary:hover{
  background:#050505;
  color:#f9b010;
}
.button-ghost{
  border-color:#050505;
  background:#fff;
  color:#050505;
}
.button-ghost:hover{
  background:#050505;
  color:#f9b010;
}
.button-dark{
  background:#050505;
  color:#fff;
}
.button-dark:hover{
  background:#f9b010;
  color:#050505;
}
.icon-dot{
  background:#f9b010;
  color:#050505;
}
.hero-facts strong{
  color:#050505;
}
.hero-facts span{
  color:#4d4d4d;
}

.trust-strip{
  background:#050505;
}
.trust-grid span{
  color:#fff;
  border-color:#333;
}
.section-light{
  background:#fff;
}
.feature-card{
  background:#fff;
}
.feature-number,
.check-list span,
.text-link,
.package-label,
.price,
.contact-inline,
.about-stat strong,
.faq-list summary::after{
  color:#f9b010;
}

.story-section{
  background:#f7f7f7;
}
.section-dark{
  background-color:#050505;
  background-image:
    linear-gradient(rgba(0,0,0,.91),rgba(0,0,0,.91)),
    var(--process-bg-image);
  background-size:cover;
  background-position:center;
}
.section-dark h2,
.section-dark .timeline-item h3{
  color:#f9b010;
}
.heading-dark>p,
.timeline-item p{
  color:#d7d7d7;
}
.timeline{
  border-color:#333;
}
.timeline-item{
  border-color:#333;
}
.timeline-item>span{
  background:#f9b010;
  color:#050505;
}

.price-card{
  background:#fff;
  border-color:#dedede;
}
.price-card h3{
  color:#050505;
}
.price-card-featured{
  background:#050505;
  color:#fff;
}
.price-card-featured h3{
  color:#f9b010;
}
.price-card-featured .package-label,
.price-card-featured .price,
.price-card-featured li::before{
  color:#f9b010;
}
.popular-badge{
  background:#f9b010;
  color:#050505;
}
.price-card-featured .price-copy{
  color:#d5d5d5;
}
.price-card-featured li{
  border-color:#333;
}

.occasion-card{
  background:#050505;
}
.occasion-card h3{
  color:#f9b010;
}
/* Später können hier echte Hintergrundbilder ergänzt werden:
.occasion-wedding{background-image:linear-gradient(...),url("assets/hochzeit.jpg")}
.occasion-birthday{background-image:linear-gradient(...),url("assets/geburtstag.jpg")}
.occasion-business{background-image:linear-gradient(...),url("assets/firma.jpg")}
*/
.occasion-wedding,
.occasion-birthday,
.occasion-business{
  background:linear-gradient(135deg,#080808,#282828);
}
.occasion-card::before{
  background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.18));
}
.occasion-card p{
  color:#efefef;
}

.about-section{
  background-color:#f7f7f7;
  background-image:
    linear-gradient(rgba(247,247,247,.94),rgba(247,247,247,.94)),
    var(--about-bg-image);
  background-size:cover;
  background-position:center;
}
.about-card{
  background:#fff;
  border-color:#e2e2e2;
}
.about-stat{
  border-color:rgba(0,0,0,.10);
}
.about-stat span{
  color:#333;
}

.contact-section{
  background-color:#050505;
  background-image:
    linear-gradient(rgba(0,0,0,.89),rgba(0,0,0,.89)),
    var(--contact-bg-image);
  background-size:cover;
  background-position:center;
  color:#fff;
}
.contact-copy h2{
  color:#f9b010;
}
.contact-copy>p{
  color:#e6e6e6;
}
.contact-details span{
  color:#f9b010;
}
.contact-details>a,
.contact-details>div{
  border-color:#333;
}
.contact-form{
  color:#050505;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  background:#f7f7f7;
  color:#050505;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#f9b010;
  box-shadow:0 0 0 3px rgba(249,176,16,.15);
}
.form-hint{
  color:#404040;
}

.site-footer{
  background:#050505;
}
.brand-footer .brand-flash{
  color:#f9b010;
}
.brand-footer .brand-dark{
  color:#fff;
}
.footer-nav strong{
  color:#f9b010;
}
.footer-nav a:hover{
  color:#f9b010;
}
.mobile-cta{
  background:#f9b010 !important;
  color:#050505 !important;
}

/* =========================================================
   PREISPAKETE & VERGLEICHSTABELLE
   ========================================================= */
.pricing-grid-new .price-card ul{
  margin-top:20px;
}
.pricing-grid-new .price-card li{
  line-height:1.45;
}
.package-comparison{
  margin-top:64px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(0,0,0,.06);
}
.comparison-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  padding:30px 34px 26px;
  border-bottom:1px solid var(--line);
}
.comparison-heading h3{
  font-family:var(--serif);
  font-size:32px;
  margin-top:4px;
}
.comparison-heading p{
  margin:0;
  color:var(--muted);
}
.comparison-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.comparison-table{
  width:100%;
  min-width:880px;
  border-collapse:collapse;
  table-layout:fixed;
}
.comparison-table th,
.comparison-table td{
  padding:16px 18px;
  border-bottom:1px solid var(--line);
  text-align:center;
  vertical-align:middle;
  font-size:14px;
}
.comparison-table thead th{
  background:#050505;
  color:#fff;
  font-size:14px;
}
.comparison-table thead th:first-child{
  text-align:left;
  width:40%;
}
.comparison-table thead strong{
  display:inline-block;
  margin-top:4px;
  font-family:var(--serif);
  font-size:21px;
  color:#f9b010;
}
.comparison-table tbody th{
  text-align:left;
  font-weight:600;
  color:#161616;
}
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td{
  border-bottom:0;
}
.comparison-table .comparison-highlight{
  background:rgba(249,176,16,.08);
}
.comparison-table thead .comparison-highlight{
  background:#f9b010;
  color:#050505;
}
.comparison-table thead .comparison-highlight strong{
  color:#050505;
}
.checkmark{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#f9b010;
  color:#050505;
  font-weight:900;
  line-height:1;
}
.dash{
  color:#aaa;
  font-size:20px;
}
.pricing-extras{
  margin-top:24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.pricing-extra{
  display:flex;
  align-items:center;
  gap:16px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px 22px;
  background:#f7f7f7;
}
.pricing-extra-icon{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#f9b010;
  color:#050505;
  font-size:20px;
  font-weight:800;
}
.pricing-extra strong,
.pricing-extra span{
  display:block;
}
.pricing-extra strong{
  color:#050505;
  font-size:15px;
}
.pricing-extra div>span{
  margin-top:3px;
  color:#4d4d4d;
}
.pricing-note{
  line-height:1.55;
}
@media(max-width:700px){
  .comparison-heading{
    display:block;
    padding:24px 22px 20px;
  }
  .comparison-heading h3{
    font-size:27px;
    margin-bottom:8px;
  }
  .comparison-scroll{
    position:relative;
  }
  .comparison-scroll::after{
    content:"← seitlich wischen →";
    display:block;
    padding:10px 16px;
    text-align:center;
    background:#f7f7f7;
    color:#666;
    font-size:11px;
    letter-spacing:.05em;
  }
  .pricing-extras{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   HEADER + HERO – HAPPYFLASH / KIEL
   Navigation dauerhaft sichtbar, kein Dropdown-Menü
   ========================================================= */
.site-header{
  background:#fff;
}
.header-shell{
  max-width:1360px;
  width:calc(100% - 44px);
  height:88px;
  gap:28px;
}
.brand{
  font-size:30px;
  flex:0 0 auto;
}
.main-nav{
  display:flex !important;
  position:static !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-end;
  margin-left:auto;
  gap:24px;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
  font-size:14px;
  white-space:nowrap;
}
.main-nav a{
  padding:0 !important;
}
.main-nav .nav-cta{
  padding:12px 18px !important;
  margin:0 !important;
}
.menu-toggle{
  display:none !important;
}

.hero{
  min-height:760px;
  padding-top:84px;
  padding-bottom:94px;
}
.hero-copy{
  max-width:760px;
}
.hero-brandline{
  display:inline-block;
  font-family:var(--serif);
  font-size:clamp(2.2rem,3.2vw,3.8rem);
  line-height:1;
  font-weight:700;
  letter-spacing:-.035em;
  color:#050505;
  margin-bottom:14px;
}
.hero-brandline::after{
  content:"";
  display:block;
  width:86px;
  height:6px;
  background:#f9b010;
  margin-top:12px;
  border-radius:999px;
}
.hero h1{
  font-family:var(--serif);
  font-size:clamp(4.4rem,7vw,7.8rem);
  line-height:.93;
  letter-spacing:-.055em;
  color:#050505;
  margin:0 0 18px;
}
.hero h1 span{
  display:block;
  color:#f9b010;
}
.hero-kicker{
  max-width:690px;
  margin:0 0 14px;
  font-size:20px;
  line-height:1.45;
  font-weight:700;
  color:#050505;
}
.hero-lead{
  margin-top:0;
  color:#333;
}

@media(max-width:1180px){
  .header-shell{
    width:calc(100% - 28px);
  }
  .main-nav{
    gap:16px;
    font-size:13px;
  }
  .main-nav .nav-cta{
    padding:10px 14px !important;
  }
  .brand{
    font-size:27px;
  }
}

@media(max-width:980px){
  .header-shell{
    height:auto;
    min-height:84px;
    padding:14px 0;
    align-items:flex-start;
  }
  .main-nav{
    flex-wrap:wrap;
    row-gap:12px;
    column-gap:15px;
    max-width:66%;
  }
  .main-nav a{
    font-size:12px;
  }
  .main-nav .nav-cta{
    padding:9px 12px !important;
  }
  .hero{
    padding-top:54px;
  }
}

@media(max-width:720px){
  .header-shell{
    display:block;
    text-align:left;
  }
  .brand{
    margin-bottom:14px;
  }
  .main-nav{
    width:100%;
    max-width:none;
    justify-content:flex-start;
    gap:10px 16px;
    overflow:visible;
  }
  .main-nav a{
    font-size:12px;
  }
  .main-nav .nav-cta{
    margin-top:2px !important;
  }
  .hero{
    padding-top:44px;
  }
  .hero-copy{
    text-align:left !important;
  }
  .hero-brandline{
    font-size:clamp(2rem,8vw,3rem);
  }
  .hero h1{
    font-size:clamp(3.4rem,15vw,5.4rem);
  }
  .hero-kicker{
    font-size:17px;
  }
  .hero-actions{
    justify-content:flex-start !important;
  }
}

/* =========================================================
   HERO – REIHENFOLGE & HAPPYFLASH-FARBEN
   ========================================================= */
.hero-copy .hero-brandline{
  display:none;
}
.hero h1{
  margin-bottom:24px;
}
.hero-welcome{
  max-width:720px;
  margin:0 0 18px;
  font-size:clamp(1.15rem,1.65vw,1.45rem);
  line-height:1.5;
  font-weight:500;
  color:#050505;
}
.welcome-brand{
  display:inline-block;
  font-family:var(--serif);
  font-size:1.18em;
  line-height:1;
  letter-spacing:-.035em;
  margin:0 .12em;
  white-space:nowrap;
}
.welcome-happy{
  color:#f9b010;
}
.welcome-flash{
  color:#050505;
}
.hero-kicker{
  margin-top:0;
}
@media(max-width:720px){
  .hero-welcome{
    font-size:1.08rem;
  }
}

/* =========================================================
   DIREKTVERSAND KONTAKTFORMULAR
   ========================================================= */
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.button-submit:disabled{
  opacity:.65;
  cursor:not-allowed;
  transform:none;
}
.form-status{
  display:none;
  margin-top:16px;
  padding:14px 16px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  line-height:1.45;
}
.form-status.success{
  display:block;
  background:#eef9ef;
  border:1px solid #9ed6a2;
  color:#184b1c;
}
.form-status.error{
  display:block;
  background:#fff0f0;
  border:1px solid #e2a1a1;
  color:#7a1616;
}

/* =========================================================
   PREMIUM-POSITIONIERUNG / QUALITÄTSVERGLEICH
   ========================================================= */
.premium-section{
  background:#fff;
}
.premium-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:72px;
  align-items:start;
}
.premium-copy h2{
  margin-bottom:26px;
}
.premium-lead{
  font-size:18px;
  color:#333;
  max-width:700px;
}
.premium-points{
  margin-top:36px;
  display:grid;
  gap:0;
  border-top:1px solid var(--line);
}
.premium-points article{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:18px;
  padding:25px 0;
  border-bottom:1px solid var(--line);
}
.premium-points article>span{
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f9b010;
  color:#050505;
  font-size:11px;
  font-weight:800;
}
.premium-points h3{
  margin:0 0 7px;
  color:#050505;
}
.premium-points p{
  margin:0;
  color:#4a4a4a;
  font-size:15px;
}
.quality-compare{
  background:#050505;
  color:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 22px 70px rgba(0,0,0,.15);
}
.quality-compare-head{
  padding:30px 30px 24px;
  border-bottom:1px solid #2d2d2d;
}
.quality-compare-head h3{
  font-family:var(--serif);
  font-size:34px;
  color:#f9b010;
  margin-top:5px;
}
.quality-row{
  display:grid;
  grid-template-columns:1.05fr .95fr .95fr;
  align-items:stretch;
  border-bottom:1px solid #2d2d2d;
}
.quality-row>div{
  padding:16px 18px;
  font-size:13px;
  display:flex;
  align-items:center;
}
.quality-row>div:first-child{
  color:#d7d7d7;
}
.quality-row>div:nth-child(3){
  color:#b3b3b3;
}
.quality-row .happyflash-col{
  background:rgba(249,176,16,.10);
  color:#fff;
}
.quality-row .happyflash-col strong{
  color:#f9b010;
}
.quality-row-head{
  background:#171717;
}
.quality-row-head>div{
  color:#fff !important;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:10px;
}
.quality-row-head .happyflash-col{
  background:#f9b010;
  color:#050505 !important;
}
.quality-disclaimer{
  margin:0;
  padding:15px 18px 18px;
  color:#8d8d8d;
  font-size:10px;
  line-height:1.45;
}
@media(max-width:980px){
  .premium-grid{
    grid-template-columns:1fr;
    gap:45px;
  }
}
@media(max-width:620px){
  .quality-row{
    grid-template-columns:1.1fr .95fr .95fr;
  }
  .quality-row>div{
    padding:13px 10px;
    font-size:11px;
  }
  .quality-compare-head{
    padding:24px 20px 20px;
  }
  .quality-compare-head h3{
    font-size:28px;
  }
}

/* Elegante, reduzierte Ampersand-Darstellung */
.clean-amp{
  font-family:Baskerville,"Palatino Linotype",Palatino,"Book Antiqua",serif;
  font-weight:400;
  font-style:normal;
  letter-spacing:-.04em;
  display:inline-block;
  transform:translateY(-.015em) scale(.88);
  margin:0 .10em;
}

/* =========================================================
   IMPRESSUM
   ========================================================= */
.legal-page{
  background:#fff;
}
.legal-nav{
  display:flex !important;
}
.legal-main{
  min-height:70vh;
}
.legal-hero{
  padding:92px 0 46px;
  background:#050505;
  color:#fff;
}
.legal-hero h1{
  color:#f9b010;
  font-size:clamp(4rem,7vw,7rem);
  margin-bottom:14px;
}
.legal-hero p{
  margin:0;
  color:#d8d8d8;
  font-size:18px;
}
.legal-content-section{
  padding:70px 0 100px;
}
.legal-card{
  max-width:900px;
  margin:0 auto;
  padding:42px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 70px rgba(0,0,0,.08);
}
.legal-card h2{
  color:#f9b010;
  margin-bottom:34px;
}
.legal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 36px;
  border-top:1px solid var(--line);
}
.legal-block{
  padding:24px 0;
  border-bottom:1px solid var(--line);
}
.legal-block-wide{
  grid-column:1/-1;
}
.legal-label{
  display:block;
  margin-bottom:7px;
  color:#666;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
}
.legal-block p{
  margin:0;
  color:#050505;
  font-size:17px;
}
.legal-block a{
  text-decoration:underline;
  text-decoration-color:#f9b010;
  text-underline-offset:4px;
}
.legal-back{
  margin-top:34px;
}
.legal-footer-bottom{
  padding-top:0;
  border-top:0;
}
@media(max-width:760px){
  .legal-grid{
    grid-template-columns:1fr;
  }
  .legal-block-wide{
    grid-column:auto;
  }
  .legal-card{
    padding:26px 22px;
  }
  .legal-hero{
    padding-top:60px;
  }
}

/* Ergänzung Impressum gemäß § 5 DDG */
.legal-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:#050505;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  background:#f9b010;
  padding:8px 11px;
  border-radius:999px;
}
.legal-intro{
  margin:-18px 0 28px;
  color:#555;
  font-size:15px;
}

/* =========================================================
   DATENSCHUTZERKLÄRUNG
   ========================================================= */
.privacy-hero h1{
  max-width:900px;
}
.privacy-content-section{
  background:#f7f7f7;
}
.privacy-card{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:18px 42px;
  box-shadow:0 22px 70px rgba(0,0,0,.07);
}
.privacy-section{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:22px;
  padding:42px 0;
  border-bottom:1px solid var(--line);
}
.privacy-number{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#f9b010;
  color:#050505;
  font-size:11px;
  font-weight:800;
  letter-spacing:.05em;
}
.privacy-section h2{
  color:#050505;
  font-family:var(--serif);
  font-size:clamp(1.75rem,3vw,2.4rem);
  margin-bottom:18px;
}
.privacy-section p{
  margin:0 0 15px;
  color:#3f3f3f;
}
.privacy-section p:last-child{
  margin-bottom:0;
}
.privacy-section ul{
  margin:4px 0 18px;
  padding-left:21px;
  color:#3f3f3f;
}
.privacy-section li{
  margin-bottom:8px;
}
.privacy-contact-box{
  display:grid;
  width:max-content;
  max-width:100%;
  min-width:320px;
  padding:22px 24px;
  margin:18px 0 22px;
  border-left:5px solid #f9b010;
  background:#f7f7f7;
  border-radius:0 16px 16px 0;
}
.privacy-contact-box strong{
  color:#050505;
  font-size:18px;
}
.privacy-contact-box span,
.privacy-contact-box a{
  color:#303030;
}
.privacy-contact-box a{
  text-decoration:underline;
  text-decoration-color:#f9b010;
  text-underline-offset:3px;
}
.privacy-contact-spacer{
  height:9px;
}
.privacy-advice{
  margin-top:22px;
  padding:20px 22px;
  border-radius:16px;
  background:#fff8e7;
  border:1px solid rgba(249,176,16,.35);
}
.privacy-advice strong{
  display:block;
  margin-bottom:7px;
  color:#050505;
}
.privacy-advice p{
  margin:0;
}
.privacy-bottom-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding:34px 0 28px 84px;
}
.form-privacy-notice{
  margin:3px 0 16px;
  padding:13px 15px;
  border-left:4px solid #f9b010;
  border-radius:0 10px 10px 0;
  background:#f7f7f7;
  color:#4a4a4a;
  font-size:12px;
  line-height:1.55;
}
.form-privacy-notice strong{
  color:#050505;
}
.form-privacy-notice a{
  color:#050505;
  font-weight:700;
  text-decoration:underline;
  text-decoration-color:#f9b010;
  text-underline-offset:3px;
}
@media(max-width:700px){
  .privacy-card{
    padding:4px 22px;
  }
  .privacy-section{
    grid-template-columns:1fr;
    gap:12px;
    padding:30px 0;
  }
  .privacy-number{
    width:40px;
    height:40px;
  }
  .privacy-contact-box{
    min-width:0;
    width:100%;
  }
  .privacy-bottom-actions{
    padding-left:0;
  }
}

/* Kiel & Umgebung garantiert in EINER Zeile */
.hero-location-line{
  display:inline-block !important;
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
  max-width:100%;
}
.hero-location-line .clean-amp{
  display:inline-block;
  white-space:nowrap;
}



/* Hero-Überschrift: exakt drei Zeilen */
.hero-title{
  display:block;
}
.hero-title-line{
  display:block;
}
.hero-title-in{
  color:#050505;
}
.hero-location-line{
  display:block !important;
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
  max-width:100%;
}



/* Hero-Farbaufteilung: Gelb-Schwarz */
.hero-title > .hero-title-line:first-child{
  color:#050505 !important;
}
.hero-title > .hero-title-in{
  color:#050505 !important;
}
.hero-title > .hero-location-line{
  color:#f9b010 !important;
}
.hero-title .hero-location-line .clean-amp{
  color:#050505 !important;
}

/* Hero: alle drei Zeilen exakt gleich groß */
.hero-title .hero-title-line{
  font-size:1em !important;
  line-height:.93;
}
.hero-title .hero-location-line{
  font-size:1em !important;
  letter-spacing:inherit !important;
}

/* Auf kleinen Displays wird die GESAMTE Überschrift verkleinert,
   damit Kiel & Umgebung trotzdem in einer Zeile bleibt. */
@media(max-width:720px){
  .hero-title{
    font-size:clamp(2.85rem,11.7vw,4.7rem) !important;
  }
}
@media(max-width:430px){
  .hero-title{
    font-size:clamp(2.45rem,10.8vw,3.65rem) !important;
  }
}

/* =========================================================
   HERO – Überschrift und Bild sauber getrennt
   ========================================================= */
.hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:clamp(56px,6vw,96px);
  align-items:center;
}
.hero-copy{
  min-width:0;
  max-width:100%;
  position:relative;
  z-index:2;
}
.hero-title{
  max-width:100%;
  width:100%;
}
.hero-title-line{
  max-width:100%;
}
.hero-location-line{
  white-space:nowrap !important;
  max-width:100%;
}
.hero-media{
  min-width:0;
  position:relative;
  z-index:1;
  margin-left:auto;
  width:100%;
  max-width:560px;
}

/* Etwas kleinere Desktop-Typografie, bevor Bild und Text zu eng werden */
@media(max-width:1280px){
  .hero-title{
    font-size:clamp(3.8rem,5.7vw,6.5rem) !important;
  }
  .hero-grid{
    grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);
    gap:52px;
  }
}

/* Früher auf einspaltig wechseln, damit es garantiert keine Überschneidung gibt */
@media(max-width:1080px){
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:46px;
  }
  .hero-copy{
    max-width:820px;
  }
  .hero-media{
    max-width:620px;
    margin:0 auto;
  }
  .hero-title{
    font-size:clamp(3.6rem,8vw,6rem) !important;
  }
}

/* Mobil bleibt Kiel & Umgebung in einer Zeile, aber die gesamte Überschrift skaliert */
@media(max-width:720px){
  .hero-title{
    font-size:clamp(2.7rem,11vw,4.4rem) !important;
  }
  .hero-location-line{
    font-size:1em !important;
    letter-spacing:inherit !important;
  }
}
@media(max-width:430px){
  .hero-title{
    font-size:clamp(2.3rem,10.2vw,3.45rem) !important;
  }
}

/* =========================================================
   BREITERES DESKTOP-LAYOUT
   Hauptinhalt 1360 px / Header 1440 px
   ========================================================= */
.container{
  width:min(1360px,calc(100% - 48px)) !important;
}
.header-shell{
  max-width:1440px !important;
  width:calc(100% - 48px) !important;
}

/* Hero darf den zusätzlichen Platz sichtbar nutzen */
.hero-grid{
  grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);
  gap:clamp(64px,6vw,110px);
}
.hero-media{
  max-width:610px;
}

/* Große Inhaltsbereiche etwas großzügiger */
.section-heading{
  gap:120px;
}
.media-text-grid{
  gap:110px;
}
.about-grid{
  gap:110px;
}
.contact-grid{
  gap:96px;
}

/* Preisbereich und Vergleich profitieren besonders von der Breite */
.pricing-grid{
  gap:26px;
}
.package-comparison{
  max-width:1360px;
  margin-left:auto;
  margin-right:auto;
}
.comparison-table thead th:first-child{
  width:42%;
}

/* Auf mittelgroßen Displays wieder etwas kompakter */
@media(max-width:1280px){
  .container{
    width:min(1220px,calc(100% - 40px)) !important;
  }
  .header-shell{
    width:calc(100% - 36px) !important;
  }
  .hero-grid{
    grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
    gap:56px;
  }
}

/* Tablet und Mobil bleiben bewusst kompakt */
@media(max-width:980px){
  .container{
    width:min(100% - 40px,1180px) !important;
  }
  .header-shell{
    width:calc(100% - 28px) !important;
  }
}
@media(max-width:640px){
  .container{
    width:min(100% - 28px,1180px) !important;
  }
  .header-shell{
    width:calc(100% - 24px) !important;
  }
}

/* Neues Hero-Foto */
.hero-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:44% center;
}
@media(max-width:1080px){
  .hero-image-wrap img{
    object-position:center center;
  }
}

/* =========================================================
   HERO-FIX: Bild weiter links + "Fotobox mieten" in einer Zeile
   ========================================================= */
.hero-image-wrap img{
  object-position:28% center !important;
}

.hero-title-firstline{
  display:block;
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
}

.hero-title-in{
  display:block;
}

.hero-location-line{
  display:block;
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
}

/* Auf kleineren Desktops genügend Platz für die erste Zeile lassen */
@media(max-width:1280px){
  .hero-title{
    font-size:clamp(3.5rem,5.2vw,6rem) !important;
  }
}

/* Tablet: weiter kompakt, aber erste Zeile bleibt zusammen */
@media(max-width:1080px){
  .hero-title{
    font-size:clamp(3.2rem,7vw,5.3rem) !important;
  }
}

/* Mobil: die gesamte Überschrift gleichmäßig verkleinern,
   statt "Fotobox" und "mieten" umbrechen zu lassen */
@media(max-width:720px){
  .hero-title{
    font-size:clamp(2.45rem,9.2vw,4.1rem) !important;
  }
}
@media(max-width:430px){
  .hero-title{
    font-size:clamp(2.08rem,8.6vw,3.15rem) !important;
  }
}

/* =========================================================
   HERO-FIX: mehr Raum links, damit "Kiel & Umgebung" nicht ins Bild ragt
   ========================================================= */
.hero-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr) !important;
  gap:clamp(72px,7vw,128px) !important;
  align-items:center;
}
.hero-copy{
  max-width:760px !important;
  padding-right:10px;
}
.hero-title{
  max-width:700px !important;
  width:100%;
}
.hero-title-line,
.hero-title-firstline,
.hero-title-in,
.hero-location-line{
  max-width:100%;
}

/* Auf typischen Laptopbreiten etwas kompakter,
   damit die gelbe dritte Zeile sicher links bleibt */
@media(max-width:1380px){
  .hero-title{
    font-size:clamp(3.15rem,4.8vw,5.4rem) !important;
    max-width:640px !important;
  }
  .hero-grid{
    grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr) !important;
    gap:64px !important;
  }
  .hero-media{
    max-width:540px !important;
  }
}

/* Ab hier lieber früher untereinander als Überschneidung */
@media(max-width:1180px){
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:42px !important;
  }
  .hero-copy{
    max-width:820px !important;
  }
  .hero-title{
    max-width:760px !important;
    font-size:clamp(3rem,7vw,5.2rem) !important;
  }
  .hero-media{
    max-width:620px !important;
    margin:0 auto !important;
  }
}

/* Mobil weiterhin gleichmäßig skaliert */
@media(max-width:720px){
  .hero-title{
    max-width:100% !important;
    font-size:clamp(2.35rem,8.8vw,3.95rem) !important;
  }
}
@media(max-width:430px){
  .hero-title{
    font-size:clamp(2rem,8vw,3.05rem) !important;
  }
}

/* Kiel & Umgebung inklusive Ampersand komplett in HappyFlash-Gelb */
.hero-title .hero-location-line,
.hero-title .hero-location-line .clean-amp{
  color:#f9b010 !important;
}

