
:root{
  --orange:#f04b12;
  --orange2:#ff6b00;
  --black:#16120f;
  --text:#1c1c1c;
  --muted:#666;
  --light:#f7f7f7;
  --radius:22px;
  --shadow:0 18px 45px rgba(0,0,0,.14);
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.55;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 36px));margin:auto}

.topbar{background:#0b0b0b;color:#fff;padding:8px 0;font-size:.9rem}
.topbar .container{display:flex;gap:24px;justify-content:flex-end;align-items:center;flex-wrap:wrap}

.header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);
  box-shadow:0 4px 18px rgba(0,0,0,.08);backdrop-filter:blur(10px)
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}
.logo{flex:0 0 auto}
.logo img{height:58px;width:auto;display:block}
.nav{display:flex;align-items:center;gap:22px;font-weight:800;font-size:15px;white-space:nowrap}
.nav a{padding:12px 0;border-bottom:3px solid transparent}
.nav a.active,.nav a:hover{color:var(--orange);border-color:var(--orange)}
.menu{display:none;border:0;background:var(--orange);color:#fff;padding:10px 14px;border-radius:10px;font-weight:900}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--orange);color:#fff;
  padding:14px 22px;border-radius:14px;font-weight:900;border:2px solid var(--orange);
  box-shadow:0 12px 25px rgba(240,75,18,.25);white-space:nowrap
}
.btn.secondary{background:#fff;color:#111;border-color:#ddd;box-shadow:none}
.btn.dark{background:#111;border-color:#111}

.hero{
  position:relative;min-height:640px;color:#fff;overflow:hidden;background:#111;
  display:flex;align-items:center
}
.hero:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.62) 42%,rgba(0,0,0,.22) 68%,rgba(0,0,0,.08) 100%),
    url('/assets/images/flyer_front.jpg') center right/cover no-repeat;
  transform:scale(1.02)
}
.hero:after{
  content:"";position:absolute;left:-5%;right:-5%;bottom:-74px;height:135px;background:#fff;transform:rotate(-2.5deg);
}
.hero-content{
  position:relative;z-index:2;width:min(650px,100%);padding:92px 0 125px;
}
.kicker{color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
h1,h2,h3{line-height:1.08;margin:0 0 18px}
h1{font-size:clamp(2.7rem,5.2vw,5.05rem);font-weight:1000;letter-spacing:-.04em}
h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:1000;letter-spacing:-.03em}
.orange{color:var(--orange)}
.lead{font-size:1.22rem;color:#f3f3f3;margin:0 0 25px;max-width:650px}
.checklist{list-style:none;padding:0;margin:24px 0 30px;display:grid;gap:10px;font-weight:800}
.checklist li:before{
  content:'✓';display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;
  background:var(--orange);color:#fff;margin-right:10px
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.trustbar{position:relative;margin-top:-64px;z-index:5}
.trust-grid{background:#fff;box-shadow:var(--shadow);border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.trust-item{padding:24px;display:flex;align-items:center;gap:14px;border-right:1px solid #eee}
.trust-item:last-child{border-right:0}
.icon{width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:1.6rem;font-weight:900;flex:0 0 auto}

.section{padding:86px 0}
.light{background:var(--light)}
.center{text-align:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:38px}
.card,.quote,.step,.job{background:#fff;border-radius:var(--radius);padding:30px;box-shadow:0 12px 32px rgba(0,0,0,.08);border:1px solid #eee}
.card{position:relative;overflow:hidden}
.card:before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--orange),var(--orange2))}
.card .icon{margin-bottom:18px}
.grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.image-frame{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#ddd}
.black-band{background:linear-gradient(135deg,#080808,#1b1b1b);color:#fff}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:45px}
.step{text-align:center;color:#111}
.step-number{width:44px;height:44px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;margin:-52px auto 18px;border:6px solid #fff;font-weight:1000}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:35px}
.stars{color:var(--orange);font-size:1.2rem;letter-spacing:2px}

.subhero{padding:76px 0;background:linear-gradient(135deg,#111,#222);color:#fff;position:relative;overflow:hidden}
.subhero:after{content:'';position:absolute;right:-90px;top:-90px;width:280px;height:280px;background:var(--orange);transform:rotate(35deg)}
.subhero .container{position:relative;z-index:2}
.service-list{display:grid;gap:18px}
.service-row{display:grid;grid-template-columns:78px 1fr;gap:20px;align-items:center;background:#fff;padding:22px;border-radius:18px;border:1px solid #eee}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.badge{display:inline-flex;background:#fff2eb;color:var(--orange);border-radius:999px;padding:8px 13px;font-weight:900}
.mapbox{padding:32px;background:#f4f4f4;border:1px solid #ddd;border-radius:var(--radius)}

.cta{background:linear-gradient(135deg,var(--orange),#ff7b00);color:#fff;padding:42px 0}
.cta .container{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.footer{background:#080808;color:#fff;padding:60px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:35px}
.footer a,.footer p{color:#ddd}
.footer-logo{height:80px;margin-bottom:18px}
.form{display:grid;gap:12px}
input,textarea,select{width:100%;padding:15px;border:1px solid #ddd;border-radius:12px;font:inherit}
textarea{min-height:120px}
.footer input,.footer textarea{background:#151515;color:#fff;border-color:#333}

@media(max-width:1120px){
  .nav{gap:14px;font-size:14px}
  .logo img{height:50px}
  .btn{padding:12px 18px}
}
@media(max-width:960px){
  .menu{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:86px;background:#fff;flex-direction:column;align-items:flex-start;padding:25px;box-shadow:0 12px 24px rgba(0,0,0,.12)}
  .nav.open{display:flex}
  .header-inner{gap:12px}
  .trust-grid,.cards,.steps,.testimonials,.footer-grid,.grid-2,.gallery{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid #eee}
  .hero{min-height:auto}
  .hero:before{background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.65)),url('/assets/images/flyer_front.jpg') center/cover no-repeat}
  .hero-content{padding:78px 0 115px}
  .topbar .container{justify-content:center}
}


/* === MA Feinschliff: Header, Icons und Hero/Slider === */
:root{
  --orange:#f04b12;
  --orange2:#ff6b00;
}

/* 1. Topbar/Icons: Pink auf Orange */
.topbar{
  background:#0b0b0b !important;
}
.topbar a,
.topbar span{
  color:#fff !important;
}
.topbar a,
.topbar span,
.topbar i,
.topbar svg{
  accent-color:var(--orange) !important;
}
.topbar i,
.topbar svg,
.topbar .icon{
  color:var(--orange) !important;
  fill:var(--orange) !important;
  stroke:var(--orange) !important;
}

/* 2. Logo im Header größer */
.header-inner{
  min-height:96px;
  padding:12px 0 !important;
  align-items:center;
}
.logo img{
  height:74px !important;
  max-width:270px !important;
  width:auto !important;
  object-fit:contain;
}
.nav{
  gap:24px !important;
  align-items:center;
  font-size:15.5px;
}
.nav a{
  white-space:nowrap;
}

/* 3. Hero/Slider sortiert: Text links, Bild rechts sichtbar */
.hero{
  min-height:640px !important;
  display:flex;
  align-items:center;
  background:#fff !important;
  color:#111 !important;
}
.hero:before{
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.96) 30%,
      rgba(255,255,255,.72) 45%,
      rgba(255,255,255,.16) 63%,
      rgba(0,0,0,.08) 100%),
    url("/assets/images/flyer_front.jpg") center right/cover no-repeat !important;
  opacity:1 !important;
  transform:none !important;
}
.hero:after{
  display:none !important;
}
.hero-content{
  color:#111 !important;
  width:min(570px,100%) !important;
  max-width:570px !important;
  margin-left:0 !important;
  padding:74px 0 78px !important;
}
.hero .kicker{
  color:var(--orange) !important;
  margin-bottom:15px;
}
.hero h1{
  color:#111 !important;
  font-size:clamp(2.45rem,4.2vw,4.35rem) !important;
  line-height:1.03 !important;
  max-width:560px;
  margin-bottom:20px !important;
}
.hero h1 .orange{
  color:var(--orange) !important;
}
.hero .lead{
  color:#222 !important;
  font-size:1.18rem !important;
  max-width:530px;
  margin-bottom:24px !important;
}
.hero .checklist{
  display:flex !important;
  flex-wrap:wrap;
  gap:12px 28px !important;
  margin:20px 0 28px !important;
}
.hero .checklist li{
  color:#111 !important;
  width:auto;
  font-weight:800;
}
.hero .checklist li:before{
  background:var(--orange) !important;
}
.hero-actions{
  margin-top:10px;
}

/* Trustbar sauber unter dem Headerbild */
.trustbar{
  margin-top:0 !important;
  padding:0;
  background:#fff;
}
.trust-grid{
  transform:translateY(-24px);
}

/* Footer helles Logo */
.footer-logo{
  max-width:250px;
  height:auto !important;
}

@media(max-width:1120px){
  .logo img{height:64px !important;max-width:230px !important}
  .nav{gap:16px !important;font-size:14px}
}
@media(max-width:960px){
  .header-inner{min-height:82px}
  .logo img{height:58px !important}
  .hero{
    min-height:auto !important;
  }
  .hero:before{
    background:
      linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 52%,rgba(255,255,255,.45) 100%),
      url("/assets/images/flyer_front.jpg") center/cover no-repeat !important;
  }
  .hero-content{
    padding:58px 0 70px !important;
  }
  .hero .checklist{
    display:grid !important;
    gap:10px !important;
  }
}


/* =========================================================
   FINAL SLIDER + HEADER FIX
   ========================================================= */

:root{
  --ma-orange:#f04b12;
  --ma-orange2:#ff6a00;
  --ma-black:#070707;
}

/* Topbar: Pink ersetzen. Emojis wurden in HTML durch .top-icon ersetzt. */
.topbar{
  background:#070707 !important;
}
.topbar .container{
  width:min(1180px, calc(100% - 40px)) !important;
  margin:auto !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:28px !important;
}
.topbar a,
.topbar span{
  color:#fff !important;
  text-decoration:none !important;
  border:0 !important;
}
.topbar .top-icon{
  color:var(--ma-orange) !important;
  font-size:14px !important;
  margin-right:7px !important;
  line-height:1 !important;
  display:inline-block !important;
}

/* Header/Navi sauber sortiert */
.header,
.site-header,
.main-header{
  background:#fff !important;
  width:100% !important;
  overflow:visible !important;
}
.header-inner,
.header .container,
.site-header .container,
.main-header .container,
.navbar .container{
  width:min(1180px, calc(100% - 40px)) !important;
  margin:0 auto !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:26px !important;
  padding-top:13px !important;
  padding-bottom:13px !important;
}
.logo,
.navbar-brand{
  flex:0 0 auto !important;
}
.logo img,
.navbar-brand img,
.header-logo img{
  height:82px !important;
  max-height:82px !important;
  max-width:285px !important;
  width:auto !important;
  object-fit:contain !important;
}
.nav,
.navbar-nav,
.main-nav{
  flex:1 1 auto !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:24px !important;
  margin:0 !important;
  padding:0 !important;
  white-space:nowrap !important;
}
.nav a,
.navbar-nav a,
.main-nav a{
  white-space:nowrap !important;
  text-align:center !important;
}
.header .btn,
.site-header .btn,
.main-header .btn{
  flex:0 0 auto !important;
}

/* Hero Slider */
.hero.hero-slider{
  position:relative !important;
  min-height:690px !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  background:#111 !important;
  color:#fff !important;
}
.hero.hero-slider::before,
.hero.hero-slider::after{
  display:none !important;
  content:none !important;
}
.hero-slides{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
}
.hero-slide{
  position:absolute !important;
  inset:0 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  opacity:0 !important;
  transition:opacity .55s ease !important;
}
.hero-slide.is-active{
  opacity:1 !important;
}
.hero.hero-slider .hero-slides::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  background:linear-gradient(90deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.56) 30%,
    rgba(0,0,0,.26) 50%,
    rgba(0,0,0,.05) 100%) !important;
}
.hero-container{
  position:relative !important;
  z-index:5 !important;
  width:min(1180px, calc(100% - 40px)) !important;
  margin:auto !important;
}
.hero-content{
  width:min(760px, 100%) !important;
  max-width:760px !important;
  margin:0 !important;
  padding:86px 0 92px !important;
  color:#fff !important;
}
.hero-content .kicker{
  color:var(--ma-orange) !important;
  margin-bottom:16px !important;
  letter-spacing:.08em !important;
}
.hero-content h1{
  display:grid !important;
  gap:8px !important;
  color:#fff !important;
  font-size:clamp(2.65rem, 4.7vw, 4.9rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
  margin:0 0 22px !important;
  max-width:760px !important;
}
.hero-content h1 span{
  display:block !important;
}
.hero-content h1 .orange{
  color:var(--ma-orange) !important;
}
.hero-content .lead{
  color:#fff !important;
  max-width:680px !important;
  font-size:1.2rem !important;
  margin-bottom:24px !important;
}
.hero-content .checklist{
  list-style:none !important;
  padding:0 !important;
  margin:22px 0 30px !important;
  display:grid !important;
  grid-template-columns:repeat(2, minmax(240px, 1fr)) !important;
  gap:12px 28px !important;
}
.hero-content .checklist li{
  color:#fff !important;
  font-weight:800 !important;
}
.hero-content .checklist li::before{
  content:"✓" !important;
  display:inline-grid !important;
  place-items:center !important;
  width:26px !important;
  height:26px !important;
  border-radius:50% !important;
  background:var(--ma-orange) !important;
  color:#fff !important;
  margin-right:10px !important;
}
.slider-btn{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:8 !important;
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.35) !important;
  background:rgba(0,0,0,.45) !important;
  color:#fff !important;
  font-size:38px !important;
  line-height:42px !important;
  display:grid !important;
  place-items:center !important;
  cursor:pointer !important;
}
.slider-prev{left:28px !important}
.slider-next{right:28px !important}
.slider-btn:hover{background:var(--ma-orange) !important}

/* CTA vor Footer schöner und mittig */
.cta{
  background:linear-gradient(135deg, var(--ma-orange), var(--ma-orange2)) !important;
  padding:58px 0 !important;
}
.cta .container{
  width:min(1050px, calc(100% - 40px)) !important;
  margin:0 auto !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:28px !important;
  text-align:left !important;
}
.cta h2{
  font-size:clamp(2rem, 4vw, 3.2rem) !important;
  margin-bottom:10px !important;
}

/* Footer Logo Text erweitert */
.footer .footer-logo{
  max-width:260px !important;
  height:auto !important;
  margin-bottom:18px !important;
}
.footer-brand-text{
  display:block !important;
  max-width:370px !important;
  color:#d8d8d8 !important;
  line-height:1.65 !important;
}

@media(max-width:1050px){
  .logo img,.navbar-brand img,.header-logo img{
    height:66px !important;
    max-width:230px !important;
  }
  .nav,.navbar-nav,.main-nav{
    gap:14px !important;
    font-size:14px !important;
  }
}
@media(max-width:900px){
  .topbar .container{
    justify-content:center !important;
    gap:14px !important;
  }
  .hero.hero-slider{
    min-height:auto !important;
  }
  .hero.hero-slider .hero-slides::after{
    background:linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.38)) !important;
  }
  .hero-content{
    padding:64px 0 78px !important;
  }
  .hero-content .checklist{
    grid-template-columns:1fr !important;
  }
  .slider-btn{
    width:40px !important;
    height:40px !important;
    font-size:30px !important;
  }
  .slider-prev{left:12px !important}
  .slider-next{right:12px !important}
  .cta .container{
    display:block !important;
    text-align:center !important;
  }
  .cta .hero-actions{
    justify-content:center !important;
  }
}


/* === MA SLIDER SICHTBAR FINAL === */

:root{
  --ma-orange:#f04b12;
  --ma-orange2:#ff6a00;
  --ma-black:#070707;
}

/* Topbar */
.topbar{
  background:#070707 !important;
}
.topbar .top-icon,
.topbar i,
.topbar svg,
.topbar .fa,
.topbar .fas,
.topbar .far{
  color:var(--ma-orange) !important;
  fill:var(--ma-orange) !important;
  stroke:var(--ma-orange) !important;
}
.topbar a,
.topbar span{
  color:#fff !important;
  text-decoration:none !important;
  border:0 !important;
}

/* Header */
.header,
.site-header,
.main-header{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  background:#fff !important;
}
.header-inner,
.header .container,
.site-header .container,
.main-header .container{
  width:min(1180px, calc(100% - 40px)) !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
}
.logo img,
.navbar-brand img,
.header-logo img{
  height:82px !important;
  max-height:82px !important;
  width:auto !important;
  object-fit:contain !important;
}

/* Sliderbereich: alle Bilder gleich hoch/groß */
.hero.hero-slider{
  position:relative !important;
  height:720px !important;
  min-height:720px !important;
  max-height:720px !important;
  overflow:hidden !important;
  background:#111 !important;
  color:#fff !important;
  display:block !important;
}
.hero.hero-slider::before,
.hero.hero-slider::after{
  display:none !important;
  content:none !important;
}

.hero-slides{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:1 !important;
}
.hero-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  opacity:0 !important;
  transform:scale(1.02) !important;
  transition:opacity .75s ease, transform 6.5s ease !important;
}
.hero-slide.is-active{
  opacity:1 !important;
  transform:scale(1) !important;
}

/* dunkler Verlauf nur links, damit Text lesbar ist und Bild rechts sichtbar bleibt */
.hero-slides::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg,
    rgba(0,0,0,.86) 0%,
    rgba(0,0,0,.72) 26%,
    rgba(0,0,0,.42) 45%,
    rgba(0,0,0,.12) 70%,
    rgba(0,0,0,.04) 100%) !important;
}

/* Textbox sichtbar links */
.hero-container{
  position:relative !important;
  z-index:20 !important;
  width:min(1180px, calc(100% - 40px)) !important;
  height:100% !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.hero-text-slider{
  position:relative !important;
  z-index:30 !important;
  width:650px !important;
  max-width:650px !important;
  padding:0 !important;
  color:#fff !important;
  text-shadow:0 2px 18px rgba(0,0,0,.45) !important;
}
.hero-text-slide{
  display:none !important;
  opacity:0 !important;
  transform:translateY(18px) !important;
}
.hero-text-slide.is-active{
  display:block !important;
  animation:maTextIn .7s ease forwards !important;
}
@keyframes maTextIn{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}
.hero-text-slide .kicker{
  color:var(--ma-orange) !important;
  font-size:18px !important;
  font-weight:1000 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  margin:0 0 16px !important;
}
.hero-text-slide h1{
  display:grid !important;
  gap:6px !important;
  color:#fff !important;
  font-size:64px !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
  margin:0 0 20px !important;
  max-width:650px !important;
}
.hero-text-slide h1 span{
  display:block !important;
}
.hero-text-slide h1 .orange{
  color:var(--ma-orange) !important;
}
.hero-text-slide .lead{
  color:#fff !important;
  font-size:21px !important;
  line-height:1.45 !important;
  max-width:620px !important;
  margin:0 0 24px !important;
}

/* Vorteile direkt unter Text, gut sichtbar */
.hero-benefits{
  list-style:none !important;
  padding:0 !important;
  margin:22px 0 30px !important;
  display:grid !important;
  grid-template-columns:repeat(2, minmax(250px, 1fr)) !important;
  gap:12px 28px !important;
}
.hero-benefits li{
  color:#fff !important;
  font-size:17px !important;
  font-weight:900 !important;
}
.hero-benefits li::before{
  content:"✓" !important;
  display:inline-grid !important;
  place-items:center !important;
  width:26px !important;
  height:26px !important;
  border-radius:50% !important;
  background:var(--ma-orange) !important;
  color:#fff !important;
  margin-right:10px !important;
  text-shadow:none !important;
}

/* Buttons */
.hero-actions{
  display:flex !important;
  gap:14px !important;
  flex-wrap:wrap !important;
}
.hero-actions .btn{
  min-width:160px !important;
}

/* Pfeile */
.slider-btn{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:50 !important;
  width:50px !important;
  height:50px !important;
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.45) !important;
  background:rgba(0,0,0,.45) !important;
  color:#fff !important;
  font-size:36px !important;
  line-height:1 !important;
  display:grid !important;
  place-items:center !important;
  cursor:pointer !important;
}
.slider-prev{left:28px !important}
.slider-next{right:28px !important}
.slider-btn:hover{background:var(--ma-orange) !important}

.hero-dots{
  position:absolute !important;
  left:50% !important;
  bottom:26px !important;
  transform:translateX(-50%) !important;
  z-index:60 !important;
  display:flex !important;
  gap:8px !important;
}
.hero-dot{
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
  border:0 !important;
  background:rgba(255,255,255,.45) !important;
  cursor:pointer !important;
}
.hero-dot.is-active{
  background:var(--ma-orange) !important;
}

/* CTA nach Slider darf normal bleiben */
.trustbar{
  margin-top:0 !important;
}

@media(max-width:1200px){
  .hero-text-slide h1{font-size:56px !important;}
  .hero-text-slider{width:600px !important;max-width:600px !important;}
}
@media(max-width:900px){
  .hero.hero-slider{
    height:680px !important;
    min-height:680px !important;
    max-height:680px !important;
  }
  .hero-text-slider{
    width:100% !important;
    max-width:100% !important;
  }
  .hero-text-slide h1{
    font-size:clamp(40px, 10vw, 56px) !important;
  }
  .hero-benefits{
    grid-template-columns:1fr !important;
  }
  .slider-prev{left:12px !important}
  .slider-next{right:12px !important}
}


/* === MA CLEAN SLIDER FINAL === */

/* Der neue Slider nutzt eigene Klassen, damit alte Hero-/Checklist-Regeln nicht stören. */
.ma-slider{
  position:relative;
  height:720px;
  min-height:720px;
  width:100%;
  overflow:hidden;
  background:#111;
  color:#fff;
}

.ma-slider-images,
.ma-slider-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.ma-slider-images{
  z-index:1;
}

.ma-slider-image{
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  opacity:0;
  transform:scale(1.025);
  transition:opacity .8s ease, transform 6.5s ease;
}

.ma-slider-image.active{
  opacity:1;
  transform:scale(1);
}

/* links dunkler, rechts Bild sichtbar */
.ma-slider-images::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(0,0,0,.82) 0%,
    rgba(0,0,0,.68) 29%,
    rgba(0,0,0,.38) 52%,
    rgba(0,0,0,.10) 78%,
    rgba(0,0,0,.04) 100%);
}

.ma-slider-inner{
  position:relative;
  z-index:10;
  width:min(1180px, calc(100% - 44px));
  height:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.ma-slider-copy{
  width:min(720px, 100%);
  max-width:720px;
  text-shadow:0 3px 18px rgba(0,0,0,.55);
  padding:40px 0;
}

.ma-slide-text{
  display:none;
  opacity:0;
  transform:translateY(16px);
}

.ma-slide-text.active{
  display:block;
  animation:maSliderTextIn .7s ease forwards;
}

@keyframes maSliderTextIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}

.ma-kicker{
  color:#f04b12;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:18px;
  margin-bottom:16px;
}

.ma-slide-text h1{
  margin:0 0 20px;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:900;
  font-size:clamp(52px, 5vw, 82px);
  line-height:1.02;
  letter-spacing:-.045em;
}

.ma-slide-text h1 span{
  display:block;
}

.ma-slide-text h1 span:nth-child(2){
  color:#f04b12;
}

.ma-slide-text p{
  margin:0 0 26px;
  color:#fff;
  font-size:21px;
  font-weight:600;
  line-height:1.45;
  max-width:680px;
}

.ma-benefits{
  display:grid;
  grid-template-columns:repeat(2, minmax(250px, 1fr));
  gap:12px 24px;
  margin:0 0 30px;
  max-width:660px;
}

.ma-benefits div{
  color:#fff;
  font-size:17px;
  font-weight:800;
  line-height:1.25;
  display:flex;
  align-items:center;
  gap:10px;
}

.ma-benefits b{
  width:26px;
  height:26px;
  min-width:26px;
  border-radius:50%;
  background:#f04b12;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:1;
  text-shadow:none;
}

.ma-slider-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.ma-slider-actions .btn{
  min-width:165px;
  justify-content:center;
}

.ma-slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.45);
  background:rgba(0,0,0,.45);
  color:#fff;
  font-size:38px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.ma-slider-arrow:hover{
  background:#f04b12;
}

.ma-prev{left:26px}
.ma-next{right:26px}

.ma-slider-dots{
  position:absolute;
  z-index:25;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
}

.ma-slider-dots button{
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  padding:0;
  background:rgba(255,255,255,.45);
  cursor:pointer;
}

.ma-slider-dots button.active{
  background:#f04b12;
}

@media(max-width:900px){
  .ma-slider{
    height:680px;
    min-height:680px;
  }

  .ma-slider-images::after{
    background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.44));
  }

  .ma-slide-text h1{
    font-size:clamp(40px, 10vw, 58px);
  }

  .ma-slide-text p{
    font-size:18px;
  }

  .ma-benefits{
    grid-template-columns:1fr;
  }

  .ma-prev{left:12px}
  .ma-next{right:12px}
}


/* UPDATE V2 */
.ma-slider{
 height:620px !important;
 min-height:620px !important;
}

.ma-slider-inner{
 align-items:flex-start !important;
 padding-top:70px !important;
}

.ma-slide-text h1{
 font-size:clamp(44px,4vw,68px) !important;
}

.ma-slide-text p{
 font-size:18px !important;
 margin-bottom:18px !important;
}

.ma-benefits{
 margin-bottom:18px !important;
}

/* === FOOTER CTA NEWSLETTER COOKIE === */
.ma-prefooter-cta{background:linear-gradient(135deg,#f04b12,#ff6a00);padding:58px 20px;color:#fff}
.ma-prefooter-box{width:min(1050px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;text-align:left}
.ma-mini-label{display:inline-block;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:14px;margin-bottom:8px}
.ma-prefooter-box h2{margin:0 0 10px;font-size:clamp(34px,4vw,58px);line-height:1.05;color:#fff}
.ma-prefooter-box p{margin:0;font-size:18px}.ma-prefooter-actions{display:flex;gap:14px;flex-wrap:wrap}
.ma-call-btn,.ma-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:15px 24px;border-radius:14px;font-weight:900;text-decoration:none}
.ma-call-btn{background:#080808;color:#fff}.ma-whatsapp-btn{background:#fff;color:#111;border:2px solid rgba(0,0,0,.08)}
.ma-footer{background:#050505!important;color:#fff;padding:64px 0 26px!important}
.ma-footer-grid{display:grid!important;grid-template-columns:1.15fr .95fr .85fr 1.2fr!important;gap:52px!important;align-items:start}
.ma-footer h3{color:#fff;margin-bottom:18px}.ma-footer p,.ma-footer a,.ma-footer label{color:#ddd!important}.ma-footer a:hover{color:#f04b12!important}
.ma-footer-brand p{max-width:360px;line-height:1.65}.ma-newsletter-form{display:grid;gap:12px}
.ma-newsletter-form input[type=text],.ma-newsletter-form input[type=email]{width:100%;padding:15px 16px;border-radius:12px;border:1px solid #333;background:#151515;color:#fff}
.ma-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}.ma-newsletter-check{display:flex;gap:9px;align-items:flex-start;font-size:14px;line-height:1.35}.ma-newsletter-check input{width:auto;margin-top:3px}
.ma-footer-bottom{border-top:1px solid #222;margin-top:40px;padding-top:20px;color:#aaa}.ma-footer-bottom a{color:#ddd}
.ma-cookie-banner{position:fixed;inset:auto 20px 20px 20px;z-index:99999;display:none}.ma-cookie-banner.show{display:block}
.ma-cookie-card{width:min(980px,100%);margin:0 auto;background:#fff;color:#111;border-radius:22px;box-shadow:0 18px 60px rgba(0,0,0,.28);padding:24px;display:grid;grid-template-columns:1fr auto;gap:24px;border:1px solid #eee}
.ma-cookie-card h3{margin:0 0 8px;color:#111}.ma-cookie-card p{margin:0 0 12px;color:#333}.ma-cookie-options{display:flex;flex-wrap:wrap;gap:12px 18px;margin:10px 0 8px}.ma-cookie-options label{color:#111;font-weight:700}.ma-cookie-card a{color:#f04b12;font-weight:800}
.ma-cookie-actions{display:flex;flex-direction:column;gap:10px;min-width:210px}.ma-cookie-actions button{border:0;border-radius:12px;padding:13px 16px;font-weight:900;cursor:pointer}.ma-cookie-actions button:nth-child(1){background:#111;color:#fff}.ma-cookie-actions button:nth-child(2){background:#f04b12;color:#fff}.ma-cookie-actions button:nth-child(3){background:#f1f1f1;color:#111}
.ma-legal .container{max-width:950px}.ma-legal h2,.ma-legal h3{margin-top:28px}.ma-legal p{font-size:17px}
@media(max-width:900px){.ma-prefooter-box{display:block;text-align:center}.ma-prefooter-actions{justify-content:center;margin-top:22px}.ma-footer-grid{grid-template-columns:1fr!important;gap:30px!important}.ma-cookie-card{grid-template-columns:1fr}.ma-cookie-actions{min-width:0}}


/* === CTA DUPLICATE CLEANUP FINAL === */
.ma-prefooter-cta + .ma-prefooter-cta{
  display:none !important;
}
.ma-prefooter-cta{
  margin:0 !important;
}
.ma-footer{
  margin-top:0 !important;
}


/* === STARTSEITE DESIGN FIX FINAL === */

/* Trustbar oben: alle Icons weiß, einheitlich und sauber */
.trust-grid{
  border-radius:18px !important;
  overflow:hidden !important;
}
.trust-item{
  min-height:105px !important;
}
.trust-item .icon,
.trust-item .ma-white-icon,
.card .icon{
  background:#f04b12 !important;
  color:#fff !important;
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight:900 !important;
  text-shadow:none !important;
}
.trust-item .icon{
  font-size:26px !important;
}

/* Leistungs-Karten: Icons und Blöcke einheitlich */
.cards .card{
  text-align:center !important;
  padding:34px 30px !important;
  min-height:238px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  transition:transform .25s ease, box-shadow .25s ease !important;
}
.cards .card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(0,0,0,.12) !important;
}
.cards .card .icon{
  margin:0 auto 20px !important;
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  font-size:26px !important;
}
.cards .card h3{
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Über-uns Abschnitt: Bild und Text sauber bündig, Anfang/Ende harmonischer */
.ma-about-section{
  padding:95px 0 !important;
  background:linear-gradient(180deg,#f7f7f7 0%,#fff 100%) !important;
}
.ma-about-grid{
  align-items:center !important;
  gap:56px !important;
}
.ma-about-section .image-frame{
  min-height:610px !important;
  background:#e9e9e9 !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  box-shadow:0 22px 60px rgba(0,0,0,.10) !important;
}
.ma-about-section .image-frame img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center bottom !important;
}
.ma-about-section .grid-2 > div:nth-child(2),
.ma-about-grid > div:nth-child(2){
  align-self:center !important;
  padding-top:0 !important;
}
.ma-about-section h2{
  max-width:680px !important;
}
.ma-about-section p{
  max-width:690px !important;
}
.ma-about-section .checklist{
  margin-top:24px !important;
}

/* So-funktionierts Block weniger trocken */
.ma-process-section{
  padding:105px 0 95px !important;
  background:
    radial-gradient(circle at 20% 20%, rgba(240,75,18,.18), transparent 28%),
    linear-gradient(135deg,#070707 0%,#171717 100%) !important;
  position:relative !important;
  overflow:hidden !important;
}
.ma-process-section:before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:30px;
  pointer-events:none;
}
.ma-process-section .container{
  position:relative;
  z-index:2;
}
.ma-process-section h2{
  max-width:900px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.ma-process-section .steps{
  margin-top:58px !important;
}
.ma-process-section .step{
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.18) !important;
  transition:transform .25s ease, box-shadow .25s ease !important;
}
.ma-process-section .step:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(0,0,0,.28) !important;
}
.ma-process-section .step-number{
  box-shadow:0 8px 18px rgba(240,75,18,.35) !important;
}

/* Kundenstimmen ist entfernt; falls noch alter Block versteckt im HTML ist */
.testimonials,
.quote,
section:has(.testimonials){
  display:none !important;
}

@media(max-width:900px){
  .ma-about-section .image-frame{
    min-height:420px !important;
  }
  .cards .card{
    min-height:auto !important;
  }
}


/* === AGENTUR STARTSEITE FINAL === */

/* Einheitliche weiße SVG Icons über CSS-Masken */
.ma-icon-check,.ma-icon-euro,.ma-icon-leaf,.ma-icon-pin,.ma-icon-home,.ma-icon-sofa,.ma-icon-office,.ma-icon-box,.ma-icon-recycle,.ma-icon-broom,
.ma-icon-phone,.ma-icon-calendar,.ma-icon-offer,.ma-icon-truck{
  position:relative;
  color:transparent !important;
  font-size:0 !important;
}
.ma-icon-check:before,.ma-icon-euro:before,.ma-icon-leaf:before,.ma-icon-pin:before,.ma-icon-home:before,.ma-icon-sofa:before,.ma-icon-office:before,.ma-icon-box:before,.ma-icon-recycle:before,.ma-icon-broom:before,
.ma-icon-phone:before,.ma-icon-calendar:before,.ma-icon-offer:before,.ma-icon-truck:before{
  content:"";
  width:28px;
  height:28px;
  display:block;
  background:#fff;
  margin:auto;
  -webkit-mask:center/contain no-repeat;
  mask:center/contain no-repeat;
}
.ma-icon-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E")}
.ma-icon-euro:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 18.5c-3.3 0-5.8-1.8-6.8-4.5H5v-2h3.2v-1H5V9h3.8c1.1-2.6 3.5-4.2 6.7-4.2 1.4 0 2.7.3 3.8.9l-.9 2.2c-.9-.5-1.8-.7-2.8-.7-1.7 0-3 .6-3.8 1.8H17l-.8 2h-4.9v1H16l-.8 2h-3.7c.8 1.3 2.2 2 4.1 2 1.1 0 2.1-.3 3-.8l.8 2.2c-1 .7-2.3 1.1-3.9 1.1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 18.5c-3.3 0-5.8-1.8-6.8-4.5H5v-2h3.2v-1H5V9h3.8c1.1-2.6 3.5-4.2 6.7-4.2 1.4 0 2.7.3 3.8.9l-.9 2.2c-.9-.5-1.8-.7-2.8-.7-1.7 0-3 .6-3.8 1.8H17l-.8 2h-4.9v1H16l-.8 2h-3.7c.8 1.3 2.2 2 4.1 2 1.1 0 2.1-.3 3-.8l.8 2.2c-1 .7-2.3 1.1-3.9 1.1Z'/%3E%3C/svg%3E")}
.ma-icon-leaf:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 3C10 3 4 8 4 15c0 3.3 2.7 6 6 6 7 0 11-8 10-18Zm-9 16c-2.2 0-4-1.8-4-4 0-3.8 3.4-7.1 9.6-8.4C15.6 12.9 13.2 19 11 19Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 3C10 3 4 8 4 15c0 3.3 2.7 6 6 6 7 0 11-8 10-18Zm-9 16c-2.2 0-4-1.8-4-4 0-3.8 3.4-7.1 9.6-8.4C15.6 12.9 13.2 19 11 19Z'/%3E%3C/svg%3E")}
.ma-icon-pin:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E")}
.ma-icon-home:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11 12 4l9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11 12 4l9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E")}
.ma-icon-sofa:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10h10a3 3 0 0 1 3 3v5h-2v2h-2v-2H8v2H6v-2H4v-5a3 3 0 0 1 3-3Zm-1 6h12v-3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zM7 5h10a2 2 0 0 1 2 2v3.2A4.9 4.9 0 0 0 17 10H7c-.7 0-1.4.1-2 .4V7a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10h10a3 3 0 0 1 3 3v5h-2v2h-2v-2H8v2H6v-2H4v-5a3 3 0 0 1 3-3Zm-1 6h12v-3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zM7 5h10a2 2 0 0 1 2 2v3.2A4.9 4.9 0 0 0 17 10H7c-.7 0-1.4.1-2 .4V7a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E")}
.ma-icon-office:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21V3h10v4h6v14h-6v-4h-4v4zm3-14h2V5H7zm4 0h2V5h-2zM7 11h2V9H7zm4 0h2V9h-2zm5 0h2V9h-2zM7 15h2v-2H7zm4 0h2v-2h-2zm5 0h2v-2h-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21V3h10v4h6v14h-6v-4h-4v4zm3-14h2V5H7zm4 0h2V5h-2zM7 11h2V9H7zm4 0h2V9h-2zm5 0h2V9h-2zM7 15h2v-2H7zm4 0h2v-2h-2zm5 0h2v-2h-2z'/%3E%3C/svg%3E")}
.ma-icon-box:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 9 4v12l-9 4-9-4V6zm0 2.2L5.7 7 12 9.8 18.3 7zm-7 4.3v8.2l6 2.7v-8.2zm14 0-6 2.7v8.2l6-2.7z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 9 4v12l-9 4-9-4V6zm0 2.2L5.7 7 12 9.8 18.3 7zm-7 4.3v8.2l6 2.7v-8.2zm14 0-6 2.7v8.2l6-2.7z'/%3E%3C/svg%3E")}
.ma-icon-recycle:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 7 2-3 3 5H9.8L8.6 11 5 9l2-2Zm7-3 4 7h-4l1.1 2H11l-3-5h3.5L10.3 6zM4 15h6v-3l4 5-4 5v-3H6a2 2 0 0 1-1.7-3zm16 0-2 4H13l2-3.5-1-1.5h6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 7 2-3 3 5H9.8L8.6 11 5 9l2-2Zm7-3 4 7h-4l1.1 2H11l-3-5h3.5L10.3 6zM4 15h6v-3l4 5-4 5v-3H6a2 2 0 0 1-1.7-3zm16 0-2 4H13l2-3.5-1-1.5h6z'/%3E%3C/svg%3E")}
.ma-icon-broom:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2 22 5.3 12.8 14.5l-3.3-3.3zm-8.5 11.2 2.6 2.6-1.4 1.4 2.1 2.1-1.4 1.4-2.1-2.1-1.3 1.3 2.1 2.1-1.4 1.4-2.1-2.1-1.4 1.4-3.2-3.2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2 22 5.3 12.8 14.5l-3.3-3.3zm-8.5 11.2 2.6 2.6-1.4 1.4 2.1 2.1-1.4 1.4-2.1-2.1-1.3 1.3 2.1 2.1-1.4 1.4-2.1-2.1-1.4 1.4-3.2-3.2z'/%3E%3C/svg%3E")}
.ma-icon-phone:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8a15 15 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.7.6 4.1.6.7 0 1.3.6 1.3 1.3v3.5c0 .7-.6 1.3-1.3 1.3C10.4 21.6 2.4 13.6 2.4 3.3 2.4 2.6 3 2 3.7 2h3.5c.7 0 1.3.6 1.3 1.3 0 1.4.2 2.8.6 4.1.1.4 0 .8-.3 1.2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8a15 15 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.7.6 4.1.6.7 0 1.3.6 1.3 1.3v3.5c0 .7-.6 1.3-1.3 1.3C10.4 21.6 2.4 13.6 2.4 3.3 2.4 2.6 3 2 3.7 2h3.5c.7 0 1.3.6 1.3 1.3 0 1.4.2 2.8.6 4.1.1.4 0 .8-.3 1.2z'/%3E%3C/svg%3E")}
.ma-icon-calendar:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3zm11 8H6v10h12z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3zm11 8H6v10h12z'/%3E%3C/svg%3E")}
.ma-icon-offer:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h9l5 5v15H6zm8 1.5V8h4.5zM8 11h8v2H8zm0 4h8v2H8zm0-8h4v2H8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h9l5 5v15H6zm8 1.5V8h4.5zM8 11h8v2H8zm0 4h8v2H8zm0-8h4v2H8z'/%3E%3C/svg%3E")}
.ma-icon-truck:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v9h1.5a3 3 0 0 0 6 0H22v-5l-3-4h-4V4H3zm13 2h2l2 3h-4zM7 18a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm11.5 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h11v9h1.5a3 3 0 0 0 6 0H22v-5l-3-4h-4V4H3zm13 2h2l2 3h-4zM7 18a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm11.5 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E")}

.ma-trust-grid{box-shadow:0 18px 50px rgba(0,0,0,.13)!important}
.ma-trust-grid .icon,.ma-service-icon{background:#f04b12!important;color:#fff!important}
.ma-trust-grid .icon{width:62px!important;height:62px!important}
.ma-services-section{background:linear-gradient(180deg,#fff 0%,#f7f7f7 100%)!important}
.ma-services-section h2{margin-bottom:10px!important}
.ma-service-cards{margin-top:38px!important}
.ma-service-card{min-height:230px!important;text-align:left!important;align-items:flex-start!important;padding:34px 34px!important}
.ma-service-card .ma-service-icon{width:62px!important;height:62px!important;margin:0 0 18px!important}
.ma-service-card h3{justify-content:flex-start!important;text-align:left!important;position:relative;margin-bottom:18px!important}
.ma-service-card h3:after{content:"";position:absolute;left:0;bottom:-10px;width:34px;height:3px;background:#f04b12;border-radius:99px}
.ma-service-card p{text-align:left!important}

.ma-about-section{padding:100px 0!important;background:linear-gradient(180deg,#f6f6f6 0%,#fff 100%)!important}
.ma-about-grid{align-items:stretch!important;gap:60px!important}
.ma-about-section .image-frame{min-height:640px!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;background:#e9e9e9!important}
.ma-about-section .image-frame img{height:100%!important;width:100%!important;object-fit:contain!important;object-position:center bottom!important}
.ma-about-grid>div:nth-child(2){display:flex!important;flex-direction:column!important;justify-content:center!important}
.ma-about-grid p{font-size:17px!important;line-height:1.65!important;max-width:720px!important}
.ma-about-section .checklist li{margin-bottom:8px!important}

.ma-process-section{padding:115px 0 100px!important;background:radial-gradient(circle at 20% 20%,rgba(240,75,18,.18),transparent 28%),linear-gradient(135deg,#070707,#171717)!important}
.ma-process-steps{position:relative!important;gap:34px!important}
.ma-process-steps:before{content:"";position:absolute;top:50px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent,#f04b12,transparent);opacity:.7}
.ma-process-card{position:relative!important;min-height:205px!important;padding:36px 24px 28px!important;z-index:2!important}
.ma-process-icon{width:42px;height:42px;border-radius:50%;background:#f04b12;margin:4px auto 16px;display:grid;place-items:center}
.ma-process-icon:before{width:24px!important;height:24px!important}
.ma-process-card h3{margin-bottom:12px!important}
.ma-process-card p{line-height:1.55!important}
.ma-process-card .step-number{box-shadow:0 10px 22px rgba(240,75,18,.35)!important}

@media(max-width:900px){
  .ma-service-card{text-align:center!important;align-items:center!important}
  .ma-service-card h3,.ma-service-card p{text-align:center!important;justify-content:center!important}
  .ma-service-card h3:after{left:50%;transform:translateX(-50%)}
  .ma-about-section .image-frame{min-height:430px!important}
  .ma-process-steps:before{display:none}
}


/* === ICONS TEXT POLISH FINAL === */

/* Icons hochwertiger: dezente Tiefe, Glanz, einheitlich */
.trust-item .icon,
.ma-service-icon,
.ma-process-icon{
  background:linear-gradient(145deg,#ff6a00 0%,#f04b12 55%,#d93a08 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    0 10px 22px rgba(240,75,18,.25) !important;
  position:relative !important;
  overflow:hidden !important;
}

.trust-item .icon:after,
.ma-service-icon:after,
.ma-process-icon:after{
  content:"";
  position:absolute;
  top:8%;
  left:10%;
  width:56%;
  height:36%;
  background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));
  border-radius:50%;
  pointer-events:none;
}

/* Weiße Icon-Symbole kräftiger */
.trust-item .icon:before,
.ma-service-icon:before,
.ma-process-icon:before{
  background:#fff !important;
  width:30px !important;
  height:30px !important;
  opacity:1 !important;
}

/* Top-Feature Icons etwas größer, wie im Mockup */
.ma-trust-grid .icon,
.trust-grid .icon{
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
}

/* Leistungs-Icons schöner und zentraler */
.ma-service-card .ma-service-icon,
.cards .card .icon{
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  margin-bottom:22px !important;
}

/* Leistungsboxen mit längerem Text sauber ausrichten */
.ma-service-card,
.cards .card{
  min-height:285px !important;
  padding:38px 34px !important;
}

.ma-service-card p,
.cards .card p{
  font-size:16.5px !important;
  line-height:1.58 !important;
  max-width:310px !important;
}

.ma-service-card h3,
.cards .card h3{
  margin-bottom:22px !important;
}

/* Prozess-Icons im gleichen Stil */
.ma-process-icon{
  width:50px !important;
  height:50px !important;
  margin-bottom:18px !important;
}

.ma-process-icon:before{
  width:27px !important;
  height:27px !important;
}

/* Prozesskarten optisch etwas hochwertiger */
.ma-process-card{
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 20px 44px rgba(0,0,0,.28) !important;
}

.ma-process-card .step-number{
  background:linear-gradient(145deg,#ff6a00,#f04b12) !important;
}

/* Mobile */
@media(max-width:900px){
  .ma-service-card,
  .cards .card{
    min-height:auto !important;
  }
  .ma-service-card p,
  .cards .card p{
    max-width:100% !important;
  }
}


/* === FONTAWESOME ICONS FINAL === */

/* alte maskierten Icon-Pseudo-Elemente abschalten */
.ma-icon-check:before,.ma-icon-euro:before,.ma-icon-leaf:before,.ma-icon-pin:before,
.ma-icon-home:before,.ma-icon-sofa:before,.ma-icon-office:before,.ma-icon-box:before,.ma-icon-recycle:before,.ma-icon-broom:before,
.ma-icon-phone:before,.ma-icon-calendar:before,.ma-icon-offer:before,.ma-icon-truck:before,
.trust-item .icon:before,.ma-service-icon:before,.ma-process-icon:before{
  display:none !important;
  content:none !important;
}

/* einheitlicher Kreis */
.ma-fa-circle,
.ma-service-icon,
.ma-process-icon{
  width:66px !important;
  height:66px !important;
  min-width:66px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(145deg,#ff6a00 0%,#f04b12 55%,#d93a08 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    0 12px 26px rgba(240,75,18,.30) !important;
  color:#fff !important;
  overflow:hidden !important;
  position:relative !important;
}

.ma-fa-circle:after,
.ma-service-icon:after,
.ma-process-icon:after{
  content:"" !important;
  position:absolute !important;
  top:7px !important;
  left:10px !important;
  width:34px !important;
  height:20px !important;
  border-radius:50% !important;
  background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0)) !important;
  pointer-events:none !important;
}

.ma-fa-circle i,
.ma-service-icon i,
.ma-process-icon i{
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
  position:relative !important;
  z-index:2 !important;
}

/* Trustbar */
.ma-trust-grid .trust-item{
  align-items:center !important;
}
.ma-trust-grid .ma-fa-circle{
  margin-right:18px !important;
}
.ma-trust-grid .ma-fa-circle i{
  font-size:27px !important;
}

/* Leistungsboxen */
.ma-services-section{
  background:linear-gradient(180deg,#fff 0%,#f7f7f7 100%) !important;
}
.ma-service-cards{
  margin-top:38px !important;
}
.ma-service-card{
  min-height:300px !important;
  padding:38px 34px !important;
  text-align:left !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
}
.ma-service-card .ma-service-icon{
  margin:0 0 22px !important;
}
.ma-service-card h3{
  text-align:left !important;
  justify-content:flex-start !important;
  margin-bottom:24px !important;
  position:relative !important;
}
.ma-service-card h3:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-11px;
  width:36px;
  height:3px;
  border-radius:20px;
  background:#f04b12;
}
.ma-service-card p{
  text-align:left !important;
  font-size:16.5px !important;
  line-height:1.58 !important;
  max-width:320px !important;
}

/* Prozess schöner mit FA Icons */
.ma-process-icon{
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  margin:6px auto 18px !important;
}
.ma-process-icon i{
  font-size:23px !important;
}
.ma-process-card{
  min-height:230px !important;
  padding:38px 24px 30px !important;
}
.ma-process-card .step-number{
  background:linear-gradient(145deg,#ff6a00,#f04b12) !important;
  box-shadow:0 10px 24px rgba(240,75,18,.35) !important;
}

/* falls alte Icon-Klassen noch im HTML vorkommen */
.icon i.fa-solid,
.icon i.fa-regular{
  color:#fff !important;
}

/* Mobile */
@media(max-width:900px){
  .ma-service-card{
    align-items:center !important;
    text-align:center !important;
    min-height:auto !important;
  }
  .ma-service-card h3,
  .ma-service-card p{
    text-align:center !important;
    justify-content:center !important;
  }
  .ma-service-card h3:after{
    left:50%;
    transform:translateX(-50%);
  }
  .ma-service-card p{
    max-width:100% !important;
  }
}


/* === SUBPAGES SERVICE FIX FINAL === */

/* Einheitliche Unterseiten-Banner */
.ma-subpage-hero{
  height:385px !important;
  min-height:385px !important;
  padding:0 !important;
  background:
    radial-gradient(circle at 78% 18%, rgba(240,75,18,.22), transparent 22%),
    linear-gradient(135deg,#111 0%,#1a1a1a 100%) !important;
  color:#fff !important;
  overflow:hidden !important;
  position:relative !important;
}
.ma-subpage-hero:before{
  content:"";
  position:absolute;
  right:-95px;
  top:44px;
  width:330px;
  height:330px;
  background:#f04b12;
  transform:rotate(38deg);
  border-radius:38px;
  opacity:.96;
}
.ma-subpage-hero:after{
  content:"";
  position:absolute;
  right:160px;
  top:80px;
  width:170px;
  height:170px;
  border:5px solid #f04b12;
  border-left:0;
  border-bottom:0;
  transform:rotate(45deg);
  opacity:.8;
}
.ma-subpage-hero-inner{
  height:100%;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
}
.ma-subpage-copy{
  max-width:980px;
}
.ma-subpage-copy .kicker{
  color:#f04b12 !important;
  font-size:18px !important;
  letter-spacing:.08em !important;
  font-weight:900 !important;
  margin-bottom:20px !important;
}
.ma-subpage-copy h1{
  color:#fff !important;
  font-size:clamp(54px,5vw,86px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  margin:0 0 18px !important;
  max-width:1100px !important;
}
.ma-subpage-copy p{
  color:#f1f1f1 !important;
  font-size:20px !important;
  line-height:1.55 !important;
  max-width:900px !important;
  margin:0 !important;
}

/* Leistungen: Intro vor den Boxen */
.ma-services-intro{
  padding:70px 0 20px !important;
  background:#fff !important;
}
.ma-intro-panel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
  padding:38px 42px;
  background:linear-gradient(135deg,#fff,#f7f7f7);
  border:1px solid #eee;
  border-radius:24px;
  box-shadow:0 18px 50px rgba(0,0,0,.07);
}
.ma-intro-panel .kicker{
  color:#f04b12 !important;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ma-intro-panel h2{
  margin:10px 0 0 !important;
  font-size:clamp(34px,3.2vw,52px) !important;
  line-height:1.08 !important;
}
.ma-intro-panel p{
  font-size:18px !important;
  line-height:1.7 !important;
  margin:0 !important;
}

/* Leistungen: Boxen mit FontAwesome Icons wie Startseite */
.ma-service-list-section{
  padding:44px 0 90px !important;
  background:#fff !important;
}
.ma-service-list{
  display:grid;
  gap:24px;
}
.ma-service-row{
  display:grid;
  grid-template-columns:82px 1fr;
  gap:26px;
  align-items:center;
  padding:32px 36px;
  border-radius:22px;
  background:#fff;
  border:1px solid #e9e9e9;
  box-shadow:0 12px 36px rgba(0,0,0,.05);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ma-service-row:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(0,0,0,.09);
  border-color:rgba(240,75,18,.22);
}
.ma-row-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(145deg,#ff6a00 0%,#f04b12 55%,#d93a08 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 12px 26px rgba(240,75,18,.25);
  position:relative;
  overflow:hidden;
}
.ma-row-icon:after{
  content:"";
  position:absolute;
  top:7px;
  left:10px;
  width:34px;
  height:20px;
  border-radius:50%;
  background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0));
}
.ma-row-icon i{
  color:#fff !important;
  font-size:26px;
  position:relative;
  z-index:2;
}
.ma-service-row h3{
  margin:0 0 10px !important;
  font-size:23px !important;
}
.ma-service-row p{
  margin:0 !important;
  font-size:17px !important;
  line-height:1.62 !important;
}

/* alte Emoji Icons auf Leistungen verstecken, falls noch vorhanden */
.service-list .icon,
.service-item .icon{
  color:#fff !important;
}

/* Unterseiten auf gleicher Optik */
.subhero:not(.ma-subpage-hero){
  height:385px !important;
  min-height:385px !important;
}

@media(max-width:900px){
  .ma-subpage-hero{
    height:auto !important;
    min-height:330px !important;
    padding:70px 0 !important;
  }
  .ma-subpage-hero:before,
  .ma-subpage-hero:after{
    opacity:.25;
  }
  .ma-subpage-copy h1{
    font-size:clamp(42px,10vw,62px) !important;
  }
  .ma-subpage-copy p{
    font-size:18px !important;
  }
  .ma-intro-panel{
    grid-template-columns:1fr;
    padding:30px 24px;
  }
  .ma-service-row{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
  }
}


/* === SUBPAGES COMPLETE FINAL === */

/* Einheitliche Banner */
.ma-subpage-hero{
  height:385px !important;
  min-height:385px !important;
  padding:0 !important;
  background:radial-gradient(circle at 78% 18%,rgba(240,75,18,.18),transparent 24%),linear-gradient(135deg,#111 0%,#1a1a1a 100%) !important;
  color:#fff !important;
  overflow:hidden !important;
  position:relative !important;
}
.ma-subpage-hero:before{
  content:"";
  position:absolute;
  right:-95px;
  top:44px;
  width:330px;
  height:330px;
  background:#f04b12;
  transform:rotate(38deg);
  border-radius:38px;
  opacity:.96;
}
.ma-subpage-hero:after{
  content:"";
  position:absolute;
  right:160px;
  top:82px;
  width:170px;
  height:170px;
  border:5px solid #f04b12;
  border-left:0;
  border-bottom:0;
  transform:rotate(45deg);
  opacity:.75;
}
.ma-subpage-hero-inner{
  height:100%;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
}
.ma-subpage-copy{
  max-width:980px;
}
.ma-subpage-copy .kicker{
  color:#f04b12 !important;
  font-size:18px !important;
  letter-spacing:.08em !important;
  font-weight:900 !important;
  margin-bottom:18px !important;
}
.ma-subpage-copy h1{
  color:#fff !important;
  font-size:clamp(50px,4.55vw,78px) !important;
  line-height:1.05 !important;
  letter-spacing:-.04em !important;
  margin:0 0 16px !important;
  max-width:1050px !important;
}
.ma-subpage-copy p{
  color:#f1f1f1 !important;
  font-size:20px !important;
  line-height:1.55 !important;
  max-width:920px !important;
  margin:0 !important;
}

/* Leistungen */
.ma-services-intro{
  padding:70px 0 20px !important;
  background:#fff !important;
}
.ma-intro-panel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
  padding:38px 42px;
  background:linear-gradient(135deg,#fff,#f7f7f7);
  border:1px solid #eee;
  border-radius:24px;
  box-shadow:0 18px 50px rgba(0,0,0,.07);
}
.ma-intro-panel .kicker{
  color:#f04b12 !important;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ma-intro-panel h2{
  margin:10px 0 0 !important;
  font-size:clamp(34px,3.2vw,52px) !important;
  line-height:1.08 !important;
}
.ma-intro-panel p{
  font-size:18px !important;
  line-height:1.7 !important;
  margin:0 !important;
}
.ma-service-list-section{
  padding:44px 0 90px !important;
  background:#fff !important;
}
.ma-service-2col{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:26px;
}
.ma-service-row{
  display:grid;
  grid-template-columns:1fr 72px;
  gap:24px;
  align-items:center;
  min-height:170px;
  padding:30px 32px;
  border-radius:22px;
  background:#fff;
  border:1px solid #e9e9e9;
  box-shadow:0 12px 36px rgba(0,0,0,.05);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ma-service-row:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(0,0,0,.09);
  border-color:rgba(240,75,18,.22);
}
.ma-row-icon,.ma-process-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(145deg,#ff6a00 0%,#f04b12 55%,#d93a08 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 12px 26px rgba(240,75,18,.25);
  position:relative;
  overflow:hidden;
}
.ma-row-icon:after,.ma-process-icon:after{
  content:"";
  position:absolute;
  top:7px;
  left:10px;
  width:34px;
  height:20px;
  border-radius:50%;
  background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0));
}
.ma-row-icon i,.ma-process-icon i{
  color:#fff !important;
  font-size:26px;
  position:relative;
  z-index:2;
}
.ma-service-row h3{
  margin:0 0 10px !important;
  font-size:23px !important;
}
.ma-service-row p{
  margin:0 !important;
  font-size:17px !important;
  line-height:1.62 !important;
}

/* Über uns */
.ma-about-page{
  padding:90px 0 !important;
  background:#fff !important;
}
.ma-about-page-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:stretch;
}
.ma-about-page-image{
  background:#e8e8e8;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.10);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:620px;
}
.ma-about-page-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
}
.ma-about-page-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ma-about-page-text h2{
  font-size:clamp(40px,3.8vw,64px) !important;
  line-height:1.08 !important;
  margin:0 0 22px !important;
}
.ma-about-page-text p{
  font-size:18px !important;
  line-height:1.7 !important;
  margin:0 0 16px !important;
}

/* So funktionierts - wie Startseite */
.ma-process-page-section{
  padding:80px 0 105px !important;
  background:#fff !important;
}
.ma-process-page-intro{
  max-width:860px;
  margin:0 auto 50px;
}
.ma-process-page-intro h2{
  font-size:clamp(40px,4vw,64px) !important;
  line-height:1.08 !important;
}
.ma-process-page-intro p{
  font-size:19px;
  line-height:1.65;
}
.ma-startstyle-steps{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}
.ma-startstyle-steps:before{
  content:"";
  position:absolute;
  top:39px;
  left:10%;
  right:10%;
  height:2px;
  background:linear-gradient(90deg,transparent,#f04b12,transparent);
  z-index:0;
}
.ma-startstyle-step{
  position:relative;
  z-index:2;
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:22px;
  min-height:250px;
  padding:34px 24px 28px;
  text-align:center;
  box-shadow:0 15px 40px rgba(0,0,0,.06);
}
.ma-startstyle-step .step-number{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f04b12;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  border:5px solid #fff;
  box-shadow:0 8px 20px rgba(240,75,18,.35);
}
.ma-startstyle-step .ma-process-icon{
  margin:22px auto 18px;
  width:56px;
  height:56px;
}
.ma-startstyle-step h3{
  margin:0 0 12px !important;
  font-size:21px !important;
}
.ma-startstyle-step p{
  margin:0 !important;
  line-height:1.6 !important;
}

/* Stellenangebote */
.ma-jobs-section{
  padding:90px 0 !important;
  background:#fff !important;
}
.ma-jobs-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:start;
}
.ma-jobs-grid h2{
  font-size:clamp(40px,3.8vw,62px) !important;
  line-height:1.08 !important;
}
.ma-job-box{
  background:#f7f7f7;
  border-radius:22px;
  padding:28px;
  margin-top:28px;
}
.ma-application-form{
  display:grid;
  gap:14px;
  padding:34px;
  border-radius:24px;
  border:1px solid #eee;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  background:#fff;
}
.ma-application-form input,
.ma-application-form select,
.ma-application-form textarea{
  width:100%;
  padding:15px 16px;
  border-radius:12px;
  border:1px solid #d8d8d8;
  font-size:16px;
}
.ma-file-label{
  display:grid;
  gap:10px;
  font-weight:700;
}

/* Kontakt Map */
.ma-map-embed{
  margin-top:22px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid #ddd;
  background:#f7f7f7;
}
.ma-map-embed iframe{
  width:100%;
  height:320px;
  border:0;
  display:block;
}
.ma-map-embed a{
  display:block;
  padding:14px 18px;
  font-weight:800;
  color:#f04b12;
}

/* Form honeypot */
.ma-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}

@media(max-width:1000px){
  .ma-service-2col,.ma-about-page-grid,.ma-jobs-grid,.ma-startstyle-steps{
    grid-template-columns:1fr;
  }
  .ma-startstyle-steps:before{display:none}
  .ma-service-row{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
  }
  .ma-row-icon{order:-1}
  .ma-intro-panel{
    grid-template-columns:1fr;
  }
}


/* === FINAL ROUND USER FIXES === */

/* Unterseiten-Banner ruhiger: kleiner, maximal 2 Zeilen */
.ma-subpage-hero{
  height:330px !important;
  min-height:330px !important;
}
.ma-subpage-copy h1{
  font-size:clamp(44px,3.8vw,64px) !important;
  line-height:1.08 !important;
  max-width:920px !important;
  letter-spacing:-.035em !important;
}
.ma-subpage-copy p{
  font-size:18px !important;
  max-width:850px !important;
}
.ma-subpage-copy .kicker{
  font-size:16px !important;
  margin-bottom:14px !important;
}
.ma-subpage-hero:before{
  width:285px !important;
  height:285px !important;
  right:-80px !important;
  top:36px !important;
}
.ma-subpage-hero:after{
  width:140px !important;
  height:140px !important;
  right:150px !important;
  top:74px !important;
}

/* Index: nach Tausch Abstände schön */
.ma-about-section + .ma-services-section,
.ma-services-section + .ma-about-section{
  margin-top:0 !important;
}

/* Leistungen: 2x2, Icons rechts nach dem Text */
.ma-service-2col{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:26px !important;
}
.ma-service-row{
  grid-template-columns:1fr 72px !important;
  min-height:190px !important;
}
.ma-row-icon{
  order:2 !important;
}
.ma-service-row-text{
  order:1 !important;
}
.ma-service-row h3{
  font-size:22px !important;
}
.ma-service-row p{
  font-size:16.5px !important;
}

/* Über uns: Bild sicher sichtbar und Text bündig */
.ma-about-page-grid{
  align-items:stretch !important;
}
.ma-about-page-image{
  min-height:620px !important;
  background:#e7e7e7 !important;
}
.ma-about-page-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center bottom !important;
}
.ma-about-page-text{
  justify-content:center !important;
}
.ma-about-page-text p{
  line-height:1.68 !important;
}

/* So funktionierts: Nummern sitzen sauber über den Karten, nicht im Text */
.ma-startstyle-steps{
  padding-top:26px !important;
  margin-top:35px !important;
}
.ma-startstyle-steps:before{
  top:65px !important;
}
.ma-startstyle-step{
  padding-top:46px !important;
  min-height:270px !important;
}
.ma-startstyle-step .step-number{
  top:-5px !important;
  z-index:4 !important;
}
.ma-startstyle-step .ma-process-icon{
  margin-top:12px !important;
}

/* Stellenangebote: linke Seite mit mehr Text und bündig zur Form */
.ma-jobs-grid{
  align-items:stretch !important;
}
.ma-jobs-grid > div:first-child{
  display:flex !important;
  flex-direction:column !important;
}
.ma-jobs-grid > div:first-child p{
  font-size:17px !important;
  line-height:1.68 !important;
  margin-bottom:16px !important;
}
.ma-job-box{
  margin-top:22px !important;
}
.ma-job-box-secondary{
  margin-top:18px !important;
  background:#fff !important;
  border:1px solid #eee !important;
}
.ma-application-form{
  height:100% !important;
}

/* Footer: lose doppelte Links/Zeilen vermeiden */
body > a[href="datenschutz.html"],
body > a[href="impressum.html"]{
  display:none !important;
}
footer + a,
footer + br,
.ma-footer + a{
  display:none !important;
}

/* Mobile */
@media(max-width:1000px){
  .ma-service-2col{
    grid-template-columns:1fr !important;
  }
  .ma-service-row{
    grid-template-columns:1fr !important;
    text-align:center !important;
  }
  .ma-row-icon{
    order:-1 !important;
  }
}


/* === LEGAL FOOTER FINAL FIX === */

/* Rechtstexte näher nach links und ohne riesige Lücke */
.ma-legal-subhero{
  height:260px !important;
  min-height:260px !important;
}
.ma-legal-subhero .ma-subpage-copy h1{
  font-size:clamp(42px,4vw,68px) !important;
}
.ma-legal-subhero .ma-subpage-copy p{
  max-width:880px !important;
}
.ma-legal-page{
  padding:56px 0 80px !important;
  background:#fff !important;
}
.ma-legal-container{
  max-width:1050px !important;
  margin-left:clamp(24px,7vw,140px) !important;
  margin-right:auto !important;
}
.ma-legal-container h2{
  font-size:clamp(38px,4vw,58px) !important;
  line-height:1.1 !important;
  margin:0 0 24px !important;
}
.ma-legal-container h3{
  font-size:24px !important;
  margin:34px 0 12px !important;
}
.ma-legal-container p,
.ma-legal-container li{
  font-size:17px !important;
  line-height:1.68 !important;
  max-width:920px !important;
}
.ma-legal-container a{
  color:#f04b12 !important;
  font-weight:700;
}

/* Footer: nackte doppelte Links nach dem Footer verstecken */
body > a[href*="datenschutz"],
body > a[href*="impressum"],
body > p:last-child{
  display:none !important;
}
footer + a,
footer + p,
footer + div:not(.ma-cookie-banner),
.ma-footer + a,
.ma-footer + p{
  display:none !important;
}

/* Unterseiten-Footer sauber abschließen */
.ma-footer{
  margin-bottom:0 !important;
}
html, body{
  min-height:100%;
}

@media(max-width:900px){
  .ma-legal-container{
    margin-left:24px !important;
    margin-right:24px !important;
  }
  .ma-legal-subhero{
    height:auto !important;
    min-height:230px !important;
    padding:55px 0 !important;
  }
}


/* === LEGAL ALIGN FOOTER FIX V2 === */

/* Rechtstexte bündig zum Banner-/Headertext */
.ma-legal-container{
  max-width:1050px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Legal-Seiten ruhiger: nicht so weit oben/links */
.ma-legal-page{
  padding-top:58px !important;
}

/* Unterseiten-Footer: nackte doppelte Textzeilen endgültig ausblenden */
body{
  overflow-x:hidden;
}

/* Falls der alte Text im Body doch noch als Textnode erscheint: weißer Streifen vermeiden */
.ma-footer + *:not(script):not(.ma-cookie-banner){
  display:none !important;
}

/* Footer bleibt sauber letzter sichtbarer Block */
.ma-footer{
  margin-bottom:0 !important;
  padding-bottom:28px !important;
}

/* Mobile */
@media(max-width:1100px){
  .ma-legal-container{
    padding-left:24px !important;
    padding-right:24px !important;
  }
}


/* === LEGAL PIXEL ALIGN FINAL === */

/* Gleiche linke Kante für Hero-Text und Rechtstexte */
.ma-legal-align-container{
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Alte Legal-Abstände komplett überschreiben */
.ma-legal-page .container,
.ma-legal-container,
.legal-content{
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Hero nutzt exakt dieselbe Breite/Kante */
.ma-legal-subhero .container,
.ma-legal-subhero .ma-subpage-hero-inner{
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ma-legal-page{
  padding-top: 58px !important;
}

.ma-legal-container h2,
.legal-content h2{
  margin-top: 0 !important;
}

@media(max-width:900px){
  .ma-legal-align-container,
  .ma-legal-page .container,
  .ma-legal-container,
  .legal-content,
  .ma-legal-subhero .container,
  .ma-legal-subhero .ma-subpage-hero-inner{
    width: calc(100% - 40px) !important;
  }
}


/* === ANFRAGE PAGE UPDATE FINAL === */
.ma-request-strip{
  padding:0 0 80px !important;
  background:#fff !important;
}
.ma-request-strip-inner{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:34px;
  padding:34px 38px;
  border-radius:26px;
  background:linear-gradient(135deg,#111,#1c1c1c);
  color:#fff;
  box-shadow:0 20px 55px rgba(0,0,0,.18);
}
.ma-request-strip h2{
  color:#fff !important;
  font-size:clamp(30px,3vw,48px) !important;
  margin:8px 0 10px !important;
}
.ma-request-strip p{
  color:#eee !important;
  font-size:18px;
  line-height:1.6;
  margin:0;
  max-width:780px;
}
.ma-request-btn{
  white-space:nowrap;
}

.ma-anfrage-page{
  padding:90px 0 !important;
  background:#fff !important;
}
.ma-anfrage-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:stretch;
}
.ma-anfrage-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ma-anfrage-text h2{
  font-size:clamp(42px,4vw,66px) !important;
  line-height:1.08 !important;
  margin:0 0 22px !important;
}
.ma-anfrage-text p{
  font-size:18px;
  line-height:1.7;
  margin:0 0 16px;
}
.ma-anfrage-benefits{
  display:grid;
  gap:12px;
  margin-top:24px;
  font-weight:800;
}
.ma-anfrage-benefits i{
  width:26px;
  height:26px;
  border-radius:50%;
  background:#f04b12;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right:10px;
}
.ma-anfrage-form{
  display:grid;
  gap:14px;
  padding:34px;
  border-radius:24px;
  border:1px solid #eee;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  background:#fff;
}
.ma-anfrage-form h3{
  font-size:30px;
  margin:0 0 8px;
}
.ma-anfrage-form input,
.ma-anfrage-form select,
.ma-anfrage-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  padding:15px 16px;
  border-radius:12px;
  border:1px solid #d8d8d8;
  font-size:16px;
}
.ma-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.ma-file-label{
  display:grid;
  gap:9px;
  font-weight:800;
}
.ma-honeypot{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
}

/* Kontakt: Formular bündig zur linken Spalte strecken */
.contact-grid,
.kontakt-grid,
.ma-contact-grid{
  align-items:stretch !important;
}
.contact-grid form,
.kontakt-grid form,
.ma-contact-grid form,
.contact-form{
  height:100% !important;
  display:grid !important;
  align-content:stretch !important;
}
.contact-form textarea,
.kontakt-grid textarea,
.ma-contact-grid textarea{
  min-height:160px !important;
}

/* alten Google-Platzhalter ausblenden, falls noch als Box vorhanden */
.map-placeholder,
.google-placeholder{
  display:none !important;
}

@media(max-width:900px){
  .ma-request-strip-inner,
  .ma-anfrage-grid,
  .ma-form-row{
    grid-template-columns:1fr;
  }
  .ma-request-btn{
    width:100%;
    text-align:center;
  }
}


/* === KONTAKT ANFRAGE FINAL FIX === */

/* Anfrage-Seite: aktiver Menüpunkt korrekt */
body:has(.ma-anfrage-page) .main-nav a[href="kontakt.html"],
body:has(.ma-anfrage-page) nav a[href="kontakt.html"]{
  color:#111 !important;
}
body:has(.ma-anfrage-page) .main-nav a[href="kontakt.html"]:after,
body:has(.ma-anfrage-page) nav a[href="kontakt.html"]:after{
  display:none !important;
}
body:has(.ma-anfrage-page) .main-nav a[href="anfrage.html"],
body:has(.ma-anfrage-page) nav a[href="anfrage.html"]{
  color:#fff !important;
}

/* Kontakt: linke und rechte Spalte bündig und gleich hoch */
.contact-grid,
.kontakt-grid,
.ma-contact-grid{
  align-items:stretch !important;
  gap:64px !important;
}
.contact-grid > div,
.kontakt-grid > div,
.ma-contact-grid > div{
  height:100% !important;
}
.contact-grid form,
.kontakt-grid form,
.ma-contact-grid form,
.contact-form{
  height:100% !important;
  display:grid !important;
  align-content:stretch !important;
  gap:14px !important;
}
.contact-form textarea,
.kontakt-grid textarea,
.ma-contact-grid textarea{
  min-height:190px !important;
}

/* Google-Maps-Platzhalter endgültig ausblenden */
.map-placeholder,
.google-placeholder,
div:has(> .map-placeholder),
div:has(> .google-placeholder){
  display:none !important;
}

/* Datenschutz Checkbox sauber nebeneinander */
.ma-privacy-line,
.ma-newsletter-check{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  width:100% !important;
  text-align:left !important;
  line-height:1.35 !important;
  font-size:15px !important;
  margin:4px 0 8px !important;
}
.ma-privacy-line input,
.ma-newsletter-check input{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  margin:0 !important;
  flex:0 0 18px !important;
}
.ma-privacy-line span,
.ma-newsletter-check span{
  display:inline !important;
  flex:1 !important;
}
.ma-privacy-line a,
.ma-newsletter-check a{
  color:#f04b12 !important;
  font-weight:800 !important;
}

/* Anfrageformular unten nicht vom Windows-Balken verdeckt */
.ma-anfrage-page{
  padding-bottom:120px !important;
}

@media(max-width:900px){
  .contact-grid,
  .kontakt-grid,
  .ma-contact-grid{
    gap:32px !important;
  }
}


/* === ANFRAGE BUNDIG FINAL === */

/* Anfrage-Seite: linker Text beginnt bündig mit Formular oben, wie Stellenangebote */
.ma-anfrage-page{
  padding:90px 0 110px !important;
}
.ma-anfrage-grid{
  align-items:start !important;
  grid-template-columns:.9fr 1.1fr !important;
  gap:60px !important;
}
.ma-anfrage-text{
  justify-content:flex-start !important;
  padding-top:6px !important;
  align-self:start !important;
}
.ma-anfrage-form{
  align-self:start !important;
}
.ma-anfrage-text .kicker{
  margin-top:0 !important;
}
.ma-anfrage-text h2{
  margin-top:12px !important;
  margin-bottom:22px !important;
  font-size:clamp(42px,4vw,66px) !important;
  line-height:1.08 !important;
}
.ma-anfrage-text p{
  font-size:18px !important;
  line-height:1.68 !important;
  margin:0 0 16px !important;
  max-width:680px !important;
}
.ma-anfrage-benefits{
  margin-top:26px !important;
  max-width:560px !important;
}
.ma-anfrage-form h3{
  margin-top:0 !important;
}

/* Anfrage-Seite: Kontakt darf nicht aktiv markiert sein */
body:has(.ma-anfrage-page) .nav a[href="kontakt.html"],
body:has(.ma-anfrage-page) .main-nav a[href="kontakt.html"],
body:has(.ma-anfrage-page) nav a[href="kontakt.html"]{
  color:#111 !important;
}
body:has(.ma-anfrage-page) .nav a[href="kontakt.html"]:after,
body:has(.ma-anfrage-page) .main-nav a[href="kontakt.html"]:after,
body:has(.ma-anfrage-page) nav a[href="kontakt.html"]:after{
  display:none !important;
}
body:has(.ma-anfrage-page) a[href="anfrage.html"]{
  color:#fff !important;
}

@media(max-width:900px){
  .ma-anfrage-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  .ma-anfrage-text{
    padding-top:0 !important;
  }
}


/* === KONTAKT KOMPLETT NEU === */

.ma-contact-redesign{
  padding:82px 0 64px !important;
  background:#fff !important;
}

.ma-contact-head{
  max-width:850px;
  margin:0 auto 48px;
}

.ma-contact-head h2{
  font-size:clamp(40px,4vw,64px) !important;
  line-height:1.08 !important;
  margin:10px 0 16px !important;
}

.ma-contact-head p{
  font-size:18px;
  line-height:1.7;
  margin:0 auto;
  max-width:780px;
}

.ma-contact-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:stretch;
}

.ma-contact-info-card,
.ma-contact-form-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:26px;
  box-shadow:0 18px 55px rgba(0,0,0,.07);
  padding:34px;
}

.ma-contact-info-card{
  background:linear-gradient(145deg,#111,#1b1b1b);
  color:#fff;
}

.ma-contact-info-card h3,
.ma-contact-form-card h3{
  font-size:30px;
  margin:0 0 10px;
}

.ma-contact-small{
  color:#d7d7d7;
  margin:0 0 26px;
  line-height:1.6;
}

.ma-contact-info-list{
  display:grid;
  gap:16px;
}

.ma-contact-info-item{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:16px;
  align-items:center;
  color:inherit;
  text-decoration:none;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
}

.ma-contact-info-item span{
  width:54px;
  height:54px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#ff6a00,#f04b12);
  color:#fff;
  box-shadow:0 12px 26px rgba(240,75,18,.24);
}

.ma-contact-info-item i{
  color:#fff;
  font-size:22px;
}

.ma-contact-info-item strong{
  color:#fff;
  font-size:17px;
}

.ma-contact-form-card{
  display:grid;
  gap:14px;
}

.ma-contact-form-card p{
  margin:0 0 8px;
  line-height:1.6;
  color:#333;
}

.ma-contact-form-card input,
.ma-contact-form-card select,
.ma-contact-form-card textarea{
  width:100%;
  padding:15px 16px;
  border-radius:13px;
  border:1px solid #d8d8d8;
  font-size:16px;
  background:#fff;
}

.ma-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.ma-contact-form-card textarea{
  min-height:150px;
  resize:vertical;
}

.ma-privacy-line{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  line-height:1.35;
  font-size:15px;
}

.ma-privacy-line input{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  margin:0 !important;
}

.ma-privacy-line a{
  color:#f04b12;
  font-weight:800;
}

.ma-contact-map-new{
  padding:0 0 96px !important;
  background:#fff !important;
}

.ma-map-card{
  display:grid;
  grid-template-columns:.48fr .52fr;
  gap:0;
  overflow:hidden;
  border-radius:30px;
  background:#111;
  box-shadow:0 24px 70px rgba(0,0,0,.12);
}

.ma-map-card-full{
  display:flex;
  width:100%;
}

.ma-map-text{
  padding:48px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ma-map-card-full .ma-map-text{
  width:100%;
  max-width:none;
  padding:70px;
}

.ma-map-text h2{
  color:#fff !important;
  font-size:clamp(36px,3.4vw,56px) !important;
  line-height:1.08 !important;
  margin:10px 0 18px !important;
}

.ma-map-card-full .ma-map-text h2{
  max-width:900px;
  margin-bottom:26px !important;
}

.ma-map-text p{
  color:#eee;
  line-height:1.7;
  font-size:18px;
  margin:0 0 26px;
}

.ma-map-card-full .ma-map-text p{
  max-width:900px;
  font-size:19px;
  line-height:1.8;
  margin-bottom:18px;
}

.ma-map-card-full .btn{
  margin-top:18px;
  align-self:flex-start;
}

.ma-map-frame iframe{
  width:100%;
  height:430px;
  border:0;
  display:block;
}

.ma-honeypot{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
}

/* alte Kontakt-/Map-Elemente sicher ausblenden */
.map-placeholder,
.google-placeholder,
.ma-contact-map-section{
  display:none !important;
}

@media(max-width:950px){
  .ma-contact-layout,
  .ma-map-card,
  .ma-form-row{
    grid-template-columns:1fr;
  }
  .ma-map-text{
    padding:34px;
  }
}


/* === MA V16 STABLE HEADER / SLIDER / MOBILE FIX === */

/* Header & Anfrage-Button */
.header{
  background:#fff !important;
  position:relative !important;
  z-index:1000 !important;
}

.header .header-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:28px !important;
}

.header .logo{
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
}

.header .logo img{
  display:block !important;
  height:auto !important;
  max-height:92px !important;
}

.header .nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:24px !important;
  flex:0 1 auto !important;
}

.header .nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#111 !important;
  font-weight:900 !important;
  text-decoration:none !important;
  padding:12px 0 !important;
  white-space:nowrap !important;
}

.header .nav a.active{
  color:#f04b12 !important;
}

.header .ma-nav-anfrage{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#f04b12 !important;
  color:#fff !important;
  border-radius:16px !important;
  padding:17px 30px !important;
  min-height:58px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  line-height:1 !important;
  border:0 !important;
  box-shadow:0 14px 34px rgba(240,75,18,.28) !important;
  white-space:nowrap !important;
}

.header .ma-nav-anfrage:hover,
.header .ma-nav-anfrage.active{
  background:#d93f0d !important;
  color:#fff !important;
}

.header .ma-nav-anfrage::before,
.header .ma-nav-anfrage::after{
  display:none !important;
  content:none !important;
}

#maMobileMenuBtn,
.ma-mobile-menu-toggle{
  display:none !important;
}

/* Slider: 3 echte unterschiedliche Bilder */
.ma-slider{
  position:relative !important;
  overflow:hidden !important;
  background:#111 !important;
}

.ma-slider-images{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
}

.ma-slider-image{
  position:absolute !important;
  inset:0 !important;
  opacity:0 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  transition:opacity .7s ease !important;
}

.ma-slider-image.active{
  opacity:1 !important;
}

.ma-slider-image::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.22)) !important;
}

.ma-slider-inner,
.ma-slider-arrow,
.ma-slider-dots,
.ma-feature-strip{
  position:relative !important;
  z-index:2 !important;
}

/* horizontales Verschieben verhindern */
html,
body{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

*,
*::before,
*::after{
  box-sizing:border-box !important;
}

img,
video,
iframe{
  max-width:100% !important;
}

/* Mobile Header */
@media(max-width:991px){
  .header{
    width:100% !important;
    max-width:100vw !important;
    overflow:visible !important;
  }

  .header .header-inner{
    justify-content:space-between !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
    width:100% !important;
    max-width:100% !important;
  }

  .header .logo{
    flex:1 1 auto !important;
    min-width:0 !important;
    max-width:46vw !important;
  }

  .header .logo img{
    width:100% !important;
    max-height:76px !important;
    object-fit:contain !important;
  }

  #maMobileMenuBtn,
  .ma-mobile-menu-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#f04b12 !important;
    color:#fff !important;
    border:0 !important;
    border-radius:16px !important;
    padding:14px 20px !important;
    min-height:52px !important;
    font-weight:900 !important;
    cursor:pointer !important;
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }

  .header .ma-nav-anfrage{
    flex:0 0 auto !important;
    width:auto !important;
    padding:14px 20px !important;
    min-height:52px !important;
    border-radius:16px !important;
  }

  .header .nav{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:100% !important;
    z-index:9999 !important;
    background:#fff !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:0 !important;
    max-height:0 !important;
    height:0 !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    padding:0 !important;
    margin:0 !important;
    box-shadow:0 20px 40px rgba(0,0,0,.12) !important;
    transition:max-height .25s ease, opacity .2s ease !important;
  }

  body.ma-mobile-menu-open .header .nav{
    max-height:680px !important;
    height:auto !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    padding:18px 0 !important;
  }

  .header .nav a{
    display:block !important;
    width:100% !important;
    text-align:center !important;
    padding:16px 10px !important;
  }
}


/* === SO FUNKTIONIERTS CTA BLOCK FIX === */

/* CTA-Block auf "So funktioniert's" sauber ausrichten */
.next-step,
.final-cta,
.ma-next-step,
.ma-process-cta,
.cta-card,
.cta-box{
  overflow:hidden !important;
}

/* gezielt der dunkle Anfrage-Block vor dem Footer */
.so-funktionierts-page .ma-prefooter-cta,
body.so-funktionierts .ma-prefooter-cta,
.ma-prefooter-cta{
  position:relative !important;
}

.so-funktionierts-page .ma-prefooter-cta .container,
body.so-funktionierts .ma-prefooter-cta .container,
.ma-prefooter-cta .container{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:34px !important;
}

.so-funktionierts-page .ma-prefooter-cta .ma-cta-text,
body.so-funktionierts .ma-prefooter-cta .ma-cta-text,
.ma-prefooter-cta .ma-cta-text{
  min-width:0 !important;
}

.so-funktionierts-page .ma-prefooter-cta h2,
body.so-funktionierts .ma-prefooter-cta h2,
.ma-prefooter-cta h2{
  max-width:100% !important;
  margin-bottom:14px !important;
  line-height:1.08 !important;
  word-break:normal !important;
}

.so-funktionierts-page .ma-prefooter-cta p,
body.so-funktionierts .ma-prefooter-cta p,
.ma-prefooter-cta p{
  max-width:760px !important;
  margin-bottom:0 !important;
}

.so-funktionierts-page .ma-prefooter-cta .ma-cta-actions,
body.so-funktionierts .ma-prefooter-cta .ma-cta-actions,
.ma-prefooter-cta .ma-cta-actions{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:14px !important;
  min-width:220px !important;
  max-width:260px !important;
}

.so-funktionierts-page .ma-prefooter-cta .btn,
body.so-funktionierts .ma-prefooter-cta .btn,
.ma-prefooter-cta .btn{
  width:100% !important;
  justify-content:center !important;
  text-align:center !important;
  white-space:normal !important;
  overflow:visible !important;
}

/* Falls der innere orangene Beratungs-Block versehentlich in diesem CTA liegt: ausblenden */
.so-funktionierts-page .ma-prefooter-cta .ma-consult-box,
body.so-funktionierts .ma-prefooter-cta .ma-consult-box,
.ma-prefooter-cta .ma-consult-box{
  display:none !important;
}

/* Orange Deko-Punkte im CTA reduzieren/weg */
.so-funktionierts-page .ma-prefooter-cta::before,
.so-funktionierts-page .ma-prefooter-cta::after,
body.so-funktionierts .ma-prefooter-cta::before,
body.so-funktionierts .ma-prefooter-cta::after,
.ma-prefooter-cta::before,
.ma-prefooter-cta::after{
  display:none !important;
}

/* Mobile: alles untereinander und bündig */
@media(max-width:991px){
  .so-funktionierts-page .ma-prefooter-cta .container,
  body.so-funktionierts .ma-prefooter-cta .container,
  .ma-prefooter-cta .container{
    grid-template-columns:1fr !important;
    gap:24px !important;
    text-align:left !important;
  }

  .so-funktionierts-page .ma-prefooter-cta .ma-cta-actions,
  body.so-funktionierts .ma-prefooter-cta .ma-cta-actions,
  .ma-prefooter-cta .ma-cta-actions{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
  }
}

/* Generischer Fix für den durcheinander geratenen verschachtelten Block */
.ma-prefooter-cta .cta-orange,
.ma-prefooter-cta .consult-cta,
.ma-prefooter-cta .orange-cta,
.ma-prefooter-cta section{
  display:none !important;
}


/* === INDEX SLIDER + SO FUNKTIONIERTS CTA FINAL CLEAN === */

/* INDEX: Slider-Pfeile sauber links/rechts positionieren */
.ma-slider{
  position:relative !important;
  overflow:hidden !important;
}

.ma-slider-arrow{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:20 !important;
  width:52px !important;
  height:52px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(0,0,0,.35) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.35) !important;
  font-size:34px !important;
  line-height:1 !important;
  cursor:pointer !important;
}

.ma-slider-arrow.ma-prev{
  left:28px !important;
  right:auto !important;
}

.ma-slider-arrow.ma-next{
  right:28px !important;
  left:auto !important;
}

.ma-slider-arrow.ma-prev::before,
.ma-slider-arrow.ma-next::before,
.ma-slider-arrow.ma-prev::after,
.ma-slider-arrow.ma-next::after{
  display:none !important;
  content:none !important;
}

/* INDEX: Bullet-Dots mittig unten */
.ma-slider-dots{
  position:absolute !important;
  left:50% !important;
  right:auto !important;
  bottom:28px !important;
  transform:translateX(-50%) !important;
  z-index:25 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
}

.ma-slider-dots button{
  width:12px !important;
  height:12px !important;
  min-width:12px !important;
  min-height:12px !important;
  border-radius:50% !important;
  padding:0 !important;
  border:0 !important;
  background:rgba(255,255,255,.55) !important;
}

.ma-slider-dots button.active{
  background:#f04b12 !important;
}

/* SO FUNKTIONIERT'S: CTA vor Footer komplett sauber neu layouten */
body.so-funktionierts-page .ma-prefooter-cta,
body.so-funktionierts .ma-prefooter-cta{
  background:#151515 !important;
  border-radius:28px !important;
  max-width:1180px !important;
  margin:80px auto 70px !important;
  padding:44px 48px !important;
  box-shadow:0 24px 60px rgba(0,0,0,.16) !important;
  overflow:hidden !important;
  position:relative !important;
}

/* störende orange Deko-Elemente ausblenden */
body.so-funktionierts-page .ma-prefooter-cta::before,
body.so-funktionierts-page .ma-prefooter-cta::after,
body.so-funktionierts .ma-prefooter-cta::before,
body.so-funktionierts .ma-prefooter-cta::after{
  display:none !important;
  content:none !important;
}

body.so-funktionierts-page .ma-prefooter-cta .container,
body.so-funktionierts .ma-prefooter-cta .container{
  max-width:100% !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 260px !important;
  gap:34px !important;
  align-items:center !important;
}

/* Linke Textspalte */
body.so-funktionierts-page .ma-prefooter-cta h2,
body.so-funktionierts .ma-prefooter-cta h2{
  color:#fff !important;
  font-size:clamp(34px,4vw,56px) !important;
  line-height:1.08 !important;
  margin:10px 0 16px !important;
  max-width:820px !important;
  white-space:normal !important;
}

body.so-funktionierts-page .ma-prefooter-cta p,
body.so-funktionierts .ma-prefooter-cta p{
  color:#fff !important;
  max-width:760px !important;
  font-size:18px !important;
  line-height:1.65 !important;
  margin:0 !important;
}

body.so-funktionierts-page .ma-prefooter-cta .section-kicker,
body.so-funktionierts-page .ma-prefooter-cta .ma-kicker,
body.so-funktionierts .ma-prefooter-cta .section-kicker,
body.so-funktionierts .ma-prefooter-cta .ma-kicker{
  color:#f04b12 !important;
  font-size:15px !important;
  letter-spacing:.12em !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
}

/* Rechte Buttonspalte */
body.so-funktionierts-page .ma-prefooter-cta .ma-cta-actions,
body.so-funktionierts .ma-prefooter-cta .ma-cta-actions,
body.so-funktionierts-page .ma-prefooter-cta .cta-actions,
body.so-funktionierts .ma-prefooter-cta .cta-actions{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  align-items:stretch !important;
  width:100% !important;
  max-width:260px !important;
  justify-self:end !important;
}

body.so-funktionierts-page .ma-prefooter-cta .btn,
body.so-funktionierts .ma-prefooter-cta .btn{
  width:100% !important;
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  border-radius:14px !important;
  white-space:normal !important;
  line-height:1.25 !important;
}

/* Verschachtelte / doppelte Beratungsbox und orange Mini-Punkte entfernen */
body.so-funktionierts-page .ma-prefooter-cta .ma-consult-box,
body.so-funktionierts-page .ma-prefooter-cta .consult-cta,
body.so-funktionierts-page .ma-prefooter-cta .orange-cta,
body.so-funktionierts-page .ma-prefooter-cta .cta-orange,
body.so-funktionierts .ma-prefooter-cta .ma-consult-box,
body.so-funktionierts .ma-prefooter-cta .consult-cta,
body.so-funktionierts .ma-prefooter-cta .orange-cta,
body.so-funktionierts .ma-prefooter-cta .cta-orange{
  display:none !important;
}

/* Falls einzelne Deko-Spans im Block liegen */
body.so-funktionierts-page .ma-prefooter-cta span:empty,
body.so-funktionierts .ma-prefooter-cta span:empty,
body.so-funktionierts-page .ma-prefooter-cta i:empty,
body.so-funktionierts .ma-prefooter-cta i:empty{
  display:none !important;
}

@media(max-width:991px){
  .ma-slider-arrow{
    width:44px !important;
    height:44px !important;
    font-size:28px !important;
  }

  .ma-slider-arrow.ma-prev{
    left:14px !important;
  }

  .ma-slider-arrow.ma-next{
    right:14px !important;
  }

  body.so-funktionierts-page .ma-prefooter-cta,
  body.so-funktionierts .ma-prefooter-cta{
    margin:48px 16px !important;
    padding:34px 24px !important;
  }

  body.so-funktionierts-page .ma-prefooter-cta .container,
  body.so-funktionierts .ma-prefooter-cta .container{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }

  body.so-funktionierts-page .ma-prefooter-cta .ma-cta-actions,
  body.so-funktionierts .ma-prefooter-cta .ma-cta-actions,
  body.so-funktionierts-page .ma-prefooter-cta .cta-actions,
  body.so-funktionierts .ma-prefooter-cta .cta-actions{
    max-width:none !important;
    justify-self:stretch !important;
  }
}


/* === V17 SO FUNKTIONIERTS + PRIVACY MODAL FIX === */

/* So funktioniert's: Anfrage-CTA sauber und ohne verschachtelte Box */
body.so-funktionierts-page .ma-request-strip{
  padding:80px 0 72px !important;
  background:#fff !important;
}

body.so-funktionierts-page .ma-request-strip-inner{
  background:#151515 !important;
  color:#fff !important;
  border-radius:28px !important;
  padding:48px !important;
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) 240px !important;
  align-items:center !important;
  gap:34px !important;
  box-shadow:0 24px 60px rgba(0,0,0,.14) !important;
  overflow:hidden !important;
  position:relative !important;
}

body.so-funktionierts-page .ma-request-strip-inner::before,
body.so-funktionierts-page .ma-request-strip-inner::after{
  display:none !important;
  content:none !important;
}

body.so-funktionierts-page .ma-request-strip-text{
  min-width:0 !important;
}

body.so-funktionierts-page .ma-request-strip .kicker{
  color:#f04b12 !important;
  font-size:15px !important;
  line-height:1.2 !important;
  letter-spacing:.12em !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  margin-bottom:14px !important;
}

body.so-funktionierts-page .ma-request-strip h2{
  color:#fff !important;
  font-size:clamp(34px, 4.2vw, 56px) !important;
  line-height:1.08 !important;
  margin:0 0 16px !important;
  max-width:820px !important;
  white-space:normal !important;
}

body.so-funktionierts-page .ma-request-strip p{
  color:#fff !important;
  font-size:18px !important;
  line-height:1.65 !important;
  max-width:760px !important;
  margin:0 !important;
}

body.so-funktionierts-page .ma-request-strip-action{
  justify-self:end !important;
  width:100% !important;
  max-width:240px !important;
}

body.so-funktionierts-page .ma-request-btn{
  width:100% !important;
  min-height:62px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  border-radius:16px !important;
  background:#f04b12 !important;
  color:#fff !important;
  font-weight:900 !important;
  text-decoration:none !important;
  box-shadow:0 14px 34px rgba(240,75,18,.28) !important;
  white-space:normal !important;
}

/* So funktioniert's: normaler Beratungsblock darunter bleibt sauber */
body.so-funktionierts-page .ma-prefooter-cta{
  margin-top:0 !important;
}

/* Datenschutz Modal */
.ma-privacy-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:999999 !important;
  display:none !important;
}

.ma-privacy-modal.is-open{
  display:block !important;
}

.ma-privacy-modal-backdrop{
  position:absolute !important;
  inset:0 !important;
  background:rgba(0,0,0,.72) !important;
}

.ma-privacy-modal-dialog{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%, -50%) !important;
  width:min(980px, calc(100vw - 36px)) !important;
  height:min(760px, calc(100vh - 70px)) !important;
  background:#fff !important;
  border-radius:22px !important;
  box-shadow:0 30px 80px rgba(0,0,0,.35) !important;
  overflow:hidden !important;
}

.ma-privacy-modal-dialog iframe{
  width:100% !important;
  height:100% !important;
  border:0 !important;
}

.ma-privacy-modal-close{
  position:absolute !important;
  right:14px !important;
  top:12px !important;
  z-index:2 !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  border:0 !important;
  background:#f04b12 !important;
  color:#fff !important;
  font-size:28px !important;
  line-height:1 !important;
  cursor:pointer !important;
}

body.ma-privacy-modal-open{
  overflow:hidden !important;
}

@media(max-width:991px){
  body.so-funktionierts-page .ma-request-strip{
    padding:50px 16px !important;
  }

  body.so-funktionierts-page .ma-request-strip-inner{
    grid-template-columns:1fr !important;
    padding:34px 24px !important;
    gap:26px !important;
  }

  body.so-funktionierts-page .ma-request-strip-action{
    justify-self:stretch !important;
    max-width:none !important;
  }

  .ma-privacy-modal-dialog{
    width:calc(100vw - 22px) !important;
    height:calc(100vh - 40px) !important;
    border-radius:18px !important;
  }
}


/* === V18 SLIDER PRIVACY TEXT FINAL FIX === */

/* Slider-Text bei allen Slides etwas höher */
.ma-slider-copy{
  transform:translateY(-42px) !important;
}

.ma-slider-actions{
  margin-top:20px !important;
}

/* unterschiedliche Benefit-Listen je Slider */
.ma-benefits[data-slide-benefits]{
  display:none !important;
}

.ma-benefits[data-slide-benefits].active{
  display:grid !important;
}

/* Datenschutz-Popup: nur Text-Inhalt schön darstellen */
.ma-privacy-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:999999 !important;
  display:none !important;
}

.ma-privacy-modal.is-open{
  display:block !important;
}

.ma-privacy-modal-backdrop{
  position:absolute !important;
  inset:0 !important;
  background:rgba(0,0,0,.72) !important;
}

.ma-privacy-modal-dialog{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  width:min(980px, calc(100vw - 36px)) !important;
  height:min(760px, calc(100vh - 70px)) !important;
  background:#fff !important;
  border-radius:22px !important;
  overflow:hidden !important;
  box-shadow:0 30px 80px rgba(0,0,0,.36) !important;
}

.ma-privacy-modal-dialog iframe{
  width:100% !important;
  height:100% !important;
  border:0 !important;
  background:#fff !important;
}

.ma-privacy-modal-close{
  position:absolute !important;
  right:14px !important;
  top:12px !important;
  z-index:5 !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  border:0 !important;
  background:#f04b12 !important;
  color:#fff !important;
  font-size:28px !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 10px 24px rgba(240,75,18,.28) !important;
}

body.ma-privacy-modal-open{
  overflow:hidden !important;
}

@media(max-width:991px){
  .ma-slider-copy{
    transform:translateY(-26px) !important;
  }

  .ma-privacy-modal-dialog{
    width:calc(100vw - 22px) !important;
    height:calc(100vh - 40px) !important;
    border-radius:18px !important;
  }
}


/* === V18 SLIDER HELLER + TEXTSCHATTEN FIX === */

/* Slider-Bilder heller sichtbar machen */
.ma-slider-image::after{
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.52) 0%,
      rgba(0,0,0,.38) 34%,
      rgba(0,0,0,.18) 64%,
      rgba(0,0,0,.06) 100%
    ) !important;
}

/* Text trotzdem klar lesbar */
.ma-slider-copy,
.ma-slide-text,
.ma-slider-copy h1,
.ma-slider-copy h2,
.ma-slider-copy h3,
.ma-slider-copy p,
.ma-slider-copy .kicker,
.ma-slider-copy .ma-benefits,
.ma-slider-copy .ma-benefits div{
  text-shadow:0 4px 18px rgba(0,0,0,.82), 0 2px 4px rgba(0,0,0,.65) !important;
}

/* Orange Text nicht abdunkeln, aber Schärfe geben */
.ma-slider-copy strong,
.ma-slider-copy .orange,
.ma-slider-copy .highlight{
  text-shadow:0 4px 18px rgba(0,0,0,.72), 0 2px 4px rgba(0,0,0,.55) !important;
}

/* Buttons ohne Textschatten lassen */
.ma-slider-actions .btn,
.ma-slider-actions a,
.ma-slider-copy .btn{
  text-shadow:none !important;
}

/* Kleine mobile Anpassung: dort etwas mehr Kontrast behalten */
@media(max-width:991px){
  .ma-slider-image::after{
    background:
      linear-gradient(90deg,
        rgba(0,0,0,.58) 0%,
        rgba(0,0,0,.42) 45%,
        rgba(0,0,0,.18) 100%
      ) !important;
  }
}


/* === WERTANRECHNUNG SAFE FINAL KORRIGIERT === */

.ma-value-credit-section{
  background:#fff !important;
  padding:64px 0 72px !important;
  margin:0 !important;
  clear:both !important;
}

.ma-value-credit-card{
  background:linear-gradient(135deg,#111 0%,#1b1b1b 62%,#5b2517 100%) !important;
  color:#fff !important;
  border-radius:28px !important;
  padding:44px 52px !important;
  display:grid !important;
  grid-template-columns:88px minmax(0,1fr) !important;
  gap:30px !important;
  align-items:center !important;
  box-shadow:0 26px 70px rgba(0,0,0,.16) !important;
  overflow:hidden !important;
  position:relative !important;
  border-left:6px solid #f04b12 !important;
}

.ma-value-credit-card::after{
  content:"" !important;
  position:absolute !important;
  right:-90px !important;
  top:-90px !important;
  width:280px !important;
  height:280px !important;
  border-radius:50% !important;
  background:rgba(240,75,18,.22) !important;
  pointer-events:none !important;
}

.ma-value-credit-icon{
  width:78px !important;
  height:78px !important;
  border-radius:22px !important;
  background:#f04b12 !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:42px !important;
  font-weight:900 !important;
  box-shadow:0 18px 35px rgba(240,75,18,.35) !important;
  position:relative !important;
  z-index:2 !important;
}

.ma-value-credit-content{
  position:relative !important;
  z-index:2 !important;
}

.ma-value-credit-section .kicker{
  color:#f04b12 !important;
  font-size:15px !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
  margin-bottom:12px !important;
}

.ma-value-credit-section h2{
  color:#fff !important;
  font-size:clamp(30px,3.5vw,48px) !important;
  line-height:1.1 !important;
  margin:0 0 16px !important;
  max-width:980px !important;
  text-shadow:0 3px 16px rgba(0,0,0,.35) !important;
}

.ma-value-credit-section p{
  color:rgba(255,255,255,.9) !important;
  font-size:18px !important;
  line-height:1.62 !important;
  max-width:980px !important;
  margin:0 0 24px !important;
}

.ma-value-credit-list{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
}

.ma-value-credit-list span{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  background:#fff !important;
  color:#111 !important;
  border-radius:999px !important;
  padding:10px 16px !important;
  font-weight:900 !important;
  font-size:15px !important;
  box-shadow:0 8px 20px rgba(0,0,0,.12) !important;
}

.ma-value-credit-list span::before{
  content:"✓" !important;
  width:22px !important;
  height:22px !important;
  border-radius:50% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#f04b12 !important;
  color:#fff !important;
  font-size:14px !important;
  flex:0 0 auto !important;
}

@media(max-width:768px){
  .ma-value-credit-section{
    padding:46px 0 54px !important;
  }

  .ma-value-credit-card{
    grid-template-columns:1fr !important;
    padding:32px 24px !important;
    gap:20px !important;
    border-left:0 !important;
    border-top:6px solid #f04b12 !important;
  }

  .ma-value-credit-icon{
    width:68px !important;
    height:68px !important;
    font-size:34px !important;
  }

  .ma-value-credit-list{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}
