
:root{--orange:#f58b1f;--green:#61ad2d;--green-dark:#478925;--blue:#087cb8;--charcoal:#36404a;--text:#3f4850;--muted:#68737c;--line:#d9dde0;--soft:#f7f8f7;--max:1180px;--shadow:0 9px 28px rgba(49,64,72,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}a{color:var(--blue)}img{max-width:100%}.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.site-header{background:#fff;border-bottom:1px solid #e9ecee;position:sticky;top:0;z-index:20}.navbar{min-height:118px;display:grid;grid-template-columns:320px 1fr 155px;align-items:center;gap:24px}.brand img{display:block;width:300px;max-height:104px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;justify-content:center;gap:26px;white-space:nowrap}.main-nav a{position:relative;text-decoration:none;color:#2f3336;font-weight:650;font-size:.92rem;padding:46px 0;white-space:nowrap}.main-nav a:hover,.main-nav a.active{color:var(--green-dark)}.main-nav a.active:after{content:"";position:absolute;height:4px;background:var(--green);bottom:22px;left:0;right:0}.header-note{text-align:right;color:#505a61;font-size:.86rem;line-height:1.35}.menu-btn{display:none;border:0;background:transparent;font-size:1.6rem;color:var(--charcoal)}
.hero{display:grid;grid-template-columns:38% 62%;min-height:360px;background:linear-gradient(90deg,#fff 0%,#fff 39%,#eef3ef)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:48px max(28px,calc((100vw - var(--max))/2))}.hero-copy h1{margin:0;color:var(--charcoal);font-size:clamp(2.55rem,4.3vw,4.05rem);letter-spacing:-.04em;line-height:1.0}.hero-copy h1 span{display:block;color:var(--green-dark)}.hero-copy p{margin:18px 0 0;max-width:470px;font-size:1.08rem;color:#424b52}.small-line{width:128px;height:5px;margin-top:28px;background:linear-gradient(90deg,var(--orange) 0 25%,var(--blue) 25% 50%,var(--teal) 50% 75%,var(--green) 75%)}.hero-image{position:relative;min-height:360px;background:url("assets/hero-oranienburg-final.jpg") center 46%/cover no-repeat}.hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.28) 18%,rgba(255,255,255,.05) 38%,transparent 58%)}.hero-message{position:absolute;right:5%;bottom:7%;background:rgba(255,255,255,.94);padding:18px 22px;border-left:4px solid var(--green);font-weight:800;color:var(--blue);font-size:1.08rem;box-shadow:var(--shadow)}
.icon-strip{display:grid;grid-template-columns:repeat(6,1fr);border-top:5px solid var(--orange);border-bottom:5px solid var(--green);background:#fff}.icon-cell{min-height:108px;display:grid;place-items:center;border-right:1px solid #cad2d6;padding:10px}.icon-cell:last-child{border-right:0}.icon-cell svg{width:58px;height:58px;stroke-width:1.7}.icon-cell:nth-child(1) svg,.icon-cell:nth-child(3) svg,.icon-cell:nth-child(4) svg{color:var(--orange)}.icon-cell:nth-child(2) svg{color:var(--blue)}.icon-cell:nth-child(5) svg,.icon-cell:nth-child(6) svg{color:var(--green)}.mini-logo{width:72px;height:72px;object-fit:contain;border-radius:0;background:#fff}
section{padding:56px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:26px}.section-head h2{margin:0;color:var(--charcoal);font-size:2rem;letter-spacing:-.025em}.section-head h2:after{content:"";display:block;width:40px;height:3px;background:var(--green);margin-top:12px}.section-head p{margin:5px 0 0;color:var(--muted)}.section-head a{font-size:.9rem;text-decoration:none;font-weight:700}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.feature{padding:30px;border-radius:7px;min-height:250px}.feature.meeting{background:linear-gradient(135deg,#f8fbf5,#f0f8ea);border:1px solid #e2ebdc}.feature.about{background:linear-gradient(135deg,#f4faff,#edf7fc);border:1px solid #d9eaf3}.feature h2{margin:0 0 16px;font-size:1.7rem}.feature.meeting h2{color:var(--green-dark)}.feature.about h2{color:var(--blue)}.feature-content{display:grid;grid-template-columns:64px 1fr;gap:20px}.round-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:1.8rem;font-weight:bold}.meeting .round-icon{background:var(--green)}.about .round-icon{background:var(--blue)}.detail-list{display:grid;gap:7px;margin:0 0 20px}.detail-list div{display:flex;gap:10px}.detail-list b{color:var(--green)}.button{display:inline-flex;align-items:center;gap:8px;border:0;text-decoration:none;padding:11px 18px;border-radius:6px;color:#fff;font-weight:760}.button.green{background:var(--green)}.button.blue{background:var(--blue)}.button:hover{filter:brightness(.95)}
.themes{padding-top:18px}.theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.theme-card{position:relative;border:1px solid #e1e4e6;border-radius:7px;padding:24px 20px 28px;background:#fff;box-shadow:0 3px 10px rgba(40,55,63,.025)}.theme-card svg{width:56px;height:56px;margin-bottom:14px}.theme-card:nth-child(1) svg,.theme-card:nth-child(4) svg{color:var(--green)}.theme-card:nth-child(2) svg{color:#1d97cf}.theme-card:nth-child(3) svg{color:var(--orange)}.theme-card h3{margin:0 0 10px;color:var(--charcoal);font-size:1.12rem;line-height:1.18}.theme-card p{margin:0;color:var(--muted);font-size:.92rem}.theme-card .arrow{position:absolute;right:14px;bottom:10px;color:var(--green);font-weight:900}
.content-grid{display:grid;grid-template-columns:1.65fr .85fr;gap:70px}.statement-list{border-top:1px solid var(--line)}.statement-row{display:grid;grid-template-columns:105px 1fr 58px;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.statement-row time{font-size:.9rem;color:#505960}.statement-row a{text-decoration:none}.pdf{font-weight:700;color:var(--blue);font-size:.88rem}.news-list{display:grid;gap:17px}.news-item{border-bottom:1px solid var(--line);padding-bottom:17px}.news-item h3{margin:0 0 5px;color:var(--blue);font-size:1.05rem}.news-item p{margin:0 0 6px;color:var(--muted);font-size:.92rem}.news-item a{text-decoration:none;font-weight:700;font-size:.9rem}
.banner{height:175px;background:url("assets/leaf-banner.jpg") center/cover no-repeat;display:flex;align-items:center}.banner-box{background:rgba(68,145,50,.82);color:#fff;padding:20px 48px 20px 62px;margin-left:max(24px,calc((100vw - var(--max))/2));font-size:2rem;font-weight:800;line-height:1.15}
.page-hero{padding:58px 0 42px;background:#f8faf8;border-bottom:1px solid var(--line)}.page-hero h1{margin:0;color:var(--charcoal);font-size:2.7rem}.page-hero p{margin:10px 0 0;color:var(--muted);max-width:760px}.prose{max-width:900px}.prose h2,.prose h3{color:var(--charcoal)}.member-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.member{border:1px solid var(--line);padding:18px;border-top:4px solid var(--green);background:#fff}.member strong{display:block;color:var(--charcoal)}.member small{color:var(--muted)}.doc-list{border-top:1px solid var(--line)}.doc{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.doc h3{margin:0;font-size:1.06rem}.doc p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.form{display:grid;gap:16px;max-width:760px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{font-weight:700;color:var(--charcoal)}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #cfd5d8;border-radius:5px;font:inherit;margin-top:5px}textarea{min-height:160px;resize:vertical}
footer{background:#35404a;color:#e9edf0;padding:34px 0}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:28px}footer a{color:#fff;text-decoration:none;margin-left:18px}.footer-title{font-weight:800}
@media(max-width:980px){.navbar{grid-template-columns:245px 1fr auto}.brand img{width:230px}.header-note{display:none}.main-nav{gap:18px}.hero{grid-template-columns:50% 50%}.theme-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr;gap:45px}.member-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.wrap{width:min(var(--max),calc(100% - 30px))}.navbar{display:flex;min-height:86px;justify-content:space-between}.brand img{width:220px;max-height:74px}.menu-btn{display:block}.main-nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:16px 20px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.main-nav a{padding:8px 0}.main-nav a.active:after{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 24px 34px}.hero-image{min-height:240px}.hero-image:before{background:linear-gradient(180deg,rgba(255,255,255,.15),transparent 40%)}.hero-message{font-size:1rem;right:18px;bottom:18px}.icon-strip{grid-template-columns:repeat(3,1fr)}.icon-cell{min-height:90px}.feature-grid{grid-template-columns:1fr}.theme-grid{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr}.statement-row{grid-template-columns:90px 1fr;gap:10px}.statement-row .pdf{grid-column:2}.member-grid{grid-template-columns:1fr}.doc{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-grid{display:block}footer nav{margin-top:16px}footer a{margin:0 16px 0 0}.banner-box{font-size:1.55rem;padding:18px 28px}}

.site-header:after{
  content:"";display:block;height:4px;
  background:linear-gradient(90deg,var(--orange) 0 28%,var(--blue) 28% 50%,var(--teal) 50% 72%,var(--green) 72%);
}
.home-intro{background:#fff;padding:28px 0 8px}
.home-intro .wrap{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.home-intro p{margin:0;color:var(--muted);max-width:840px;font-size:1rem}
.home-intro a{font-weight:750;text-decoration:none;color:var(--blue)}
@media(max-width:980px){
  .navbar{grid-template-columns:255px 1fr auto}
  .brand img{width:245px;max-height:90px}
}
@media(max-width:760px){
  .navbar{min-height:102px}
  .brand img{width:245px;max-height:86px}
  .main-nav{top:106px}
  .home-intro .wrap{grid-template-columns:1fr}
}

/* FINALER KOPFBEREICH */
.hero{
  grid-template-columns:34% 66%!important;
  min-height:400px!important;
  background:#fff!important;
}
.hero-copy{
  padding-top:48px!important;
  padding-bottom:48px!important;
}
.hero-copy h1{
  color:var(--green-dark)!important;
}
.hero-copy h1 span{
  color:var(--orange)!important;
}
.hero-image{
  position:relative!important;
  min-height:400px!important;
  background-image:url("assets/hero-oranienburg-final.jpg")!important;
  background-size:cover!important;
  background-position:center 52%!important;
  background-repeat:no-repeat!important;
  background-color:#fff!important;
}
.hero-image:before,
.hero-image:after{
  display:none!important;
}
.hero-message{
  right:4%!important;
  bottom:10%!important;
  z-index:2!important;
}
.icon-strip{
  grid-template-columns:repeat(4,1fr)!important;
}
.icon-cell{
  min-height:120px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:7px!important;
}
.icon-cell svg{
  width:52px!important;
  height:52px!important;
}
.icon-cell span{
  font-weight:700!important;
  color:var(--charcoal)!important;
  font-size:.95rem!important;
}
.icon-cell.orange svg{color:var(--orange)!important}
.icon-cell.green svg{color:var(--green-dark)!important}

@media(max-width:980px){
  .hero{grid-template-columns:42% 58%!important}
}
@media(max-width:760px){
  .hero{grid-template-columns:1fr!important}
  .hero-image{
    min-height:270px!important;
    background-size:cover!important;
    background-position:center center!important;
  }
  .icon-strip{grid-template-columns:repeat(2,1fr)!important}
}

/* KORRIGIERTER GESAMTSTAND:
   basiert auf final4, nur Hero-Proportionen angepasst */
.hero{
  grid-template-columns:28% 72%!important;
  min-height:400px!important;
}
.hero-copy{
  padding-left:4vw!important;
  padding-right:1vw!important;
}
.hero-image{
  min-height:400px!important;
  background-image:url("assets/hero-oranienburg-final.jpg")!important;
  background-size:cover!important;
  background-position:center 52%!important;
  background-repeat:no-repeat!important;
}
.hero-image:before,
.hero-image:after{
  display:none!important;
}
.hero-message{
  right:4%!important;
  bottom:10%!important;
}
@media(max-width:1100px){
  .hero{grid-template-columns:32% 68%!important}
}
@media(max-width:760px){
  .hero{grid-template-columns:1fr!important}
  .hero-copy{padding-left:24px!important;padding-right:24px!important}
  .hero-image{
    min-height:270px!important;
    background-size:cover!important;
  }
}


/* Kontaktformular: Honeypot-Spamschutz unsichtbar */
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* Neuigkeiten – 08.09.2026 */
.news-home{background:#f5f7f5}
.news-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.news-card{background:#fff;border:1px solid #e0e5e5;border-radius:10px;padding:24px;box-shadow:0 4px 18px rgba(0,0,0,.04)}
.news-card time{display:block;color:#6F9837;font-weight:700;font-size:.9rem;margin-bottom:9px}
.news-card h3,.news-card h2{color:#4C4A4B;margin:0 0 10px}
.news-card p{color:#5e666b;line-height:1.6}
.news-card>a:not(.button){color:#2372B2;font-weight:700;text-decoration:none}
.news-page-list{display:grid;gap:22px;max-width:900px}
.news-card-full{padding:30px}
.news-card-full .news-lead{font-weight:700;font-size:1.08rem}
.news-body{line-height:1.7;color:#4C4A4B;margin:18px 0 22px}
@media(max-width:850px){.news-card-grid{grid-template-columns:1fr}}


/* HERO: mehr Abstand zwischen Überschrift und Schlossbild */
@media (min-width: 981px){
  .hero{
    grid-template-columns:34% 66%!important;
  }
  .hero-copy{
    padding-left:4vw!important;
    padding-right:4.5vw!important;
  }
}


/* HERO FINAL: großzügiger Abstand zwischen Text und Schlossfoto */
@media (min-width: 981px){
  .hero{
    grid-template-columns:38% 62%!important;
  }
  .hero-copy{
    padding-left:4vw!important;
    padding-right:6vw!important;
  }
}


/* HERO: Vorplatz des Schlosses stärker sichtbar */
@media (min-width: 981px){
  .hero-image{
    background-position:center 68%!important;
  }
}


/* HERO FINAL: mehr Bildhöhe für hinteren Schlossflügel UND Vorplatz */
@media (min-width: 981px){
  .hero,
  .hero-image{
    min-height:520px!important;
  }
  .hero-image{
    background-position:center center!important;
  }
}


/* =========================================================
   MOBILE-OPTIMIERUNG – FINAL
   Ergänzt nur responsive Regeln, Desktop bleibt unverändert.
   ========================================================= */

@media (max-width: 760px){

  html,body{
    overflow-x:hidden;
  }

  .wrap{
    width:min(var(--max),calc(100% - 32px))!important;
  }

  .navbar{
    min-height:78px!important;
    padding:0 16px!important;
    gap:12px!important;
  }

  .brand img{
    width:170px!important;
    max-height:64px!important;
  }

  .menu-btn{
    display:block!important;
    font-size:1.75rem!important;
    padding:8px!important;
    cursor:pointer;
  }

  .main-nav{
    top:78px!important;
    padding:12px 18px 18px!important;
    gap:4px!important;
    max-height:calc(100vh - 78px);
    overflow-y:auto;
  }

  .main-nav a{
    width:100%;
    padding:11px 0!important;
    font-size:1rem!important;
  }

  .header-claim{
    display:none!important;
  }

  .hero{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }

  .hero-copy{
    padding:34px 22px 28px!important;
  }

  .hero-copy h1{
    font-size:clamp(2.35rem,12vw,3.35rem)!important;
    line-height:.98!important;
    letter-spacing:-.045em!important;
  }

  .hero-copy p{
    margin-top:18px!important;
    font-size:1.02rem!important;
    line-height:1.55!important;
    max-width:32rem!important;
  }

  .hero-image{
    min-height:310px!important;
    background-size:cover!important;
    background-position:center 52%!important;
  }

  .hero-message{
    right:14px!important;
    bottom:14px!important;
    left:14px!important;
    width:auto!important;
    padding:14px 16px!important;
    font-size:.98rem!important;
  }

  .icon-strip{
    grid-template-columns:1fr 1fr!important;
  }

  .icon-item{
    min-height:118px!important;
    padding:18px 8px!important;
  }

  .icon-item:nth-child(2){
    border-right:0!important;
  }

  .feature-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }

  .feature{
    padding:22px 18px!important;
    min-height:0!important;
  }

  .feature-content{
    grid-template-columns:48px 1fr!important;
    gap:14px!important;
  }

  .feature h2{
    font-size:1.45rem!important;
  }

  .home-intro{
    padding:22px 0 6px!important;
  }

  .page-hero{
    padding:38px 0 30px!important;
  }

  .page-hero h1{
    font-size:2.15rem!important;
    line-height:1.08!important;
  }

  .form-row{
    grid-template-columns:1fr!important;
  }

  input,select,textarea,button{
    max-width:100%;
  }

  input,select,textarea{
    font-size:16px!important;
  }

  .footer-grid{
    display:block!important;
  }

  footer{
    padding:28px 0!important;
  }

  footer nav{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px 16px!important;
  }

  footer a{
    margin:0!important;
  }
}

@media (max-width: 430px){
  .hero-copy{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .hero-copy h1{
    font-size:clamp(2.15rem,13vw,2.85rem)!important;
  }

  .hero-image{
    min-height:280px!important;
  }

  .icon-strip{
    grid-template-columns:1fr 1fr!important;
  }

  .icon-item{
    min-height:108px!important;
  }
}

/* Bürger-Ideen – 08.09.2026 */
.idea-cta{padding:34px 0;background:#f5f8f1}
.idea-cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff;border:1px solid var(--line);border-left:6px solid var(--green);padding:28px 30px;box-shadow:var(--shadow)}
.idea-cta-box h2{margin:3px 0 8px;color:var(--charcoal)}.idea-cta-box p{margin:0;max-width:760px;color:var(--muted)}
.idea-kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#6F9837;font-weight:800}
.idea-form-wrap{max-width:900px}.idea-info{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.idea-info strong{width:100%;color:var(--charcoal)}.idea-info span{background:#f5f8f1;border:1px solid #dce6d2;padding:9px 12px;border-radius:999px;font-size:.92rem}
.form-message{max-width:760px;padding:15px 18px;margin-bottom:22px;border-left:4px solid var(--green);background:#f1f8ec}.form-message.error{border-left-color:#b54242;background:#fff0f0}.idea-note{color:var(--muted);font-size:.9rem}.privacy-check{display:flex;align-items:flex-start;gap:10px;font-weight:400}.privacy-check input{width:auto;margin-top:4px}
@media(max-width:760px){.idea-cta-box{display:block;padding:23px 20px}.idea-cta-box .button{margin-top:18px}.idea-info{display:grid}.idea-info strong{width:auto}}


/* Projekte – 2026 */
.project-section{padding-top:34px;padding-bottom:64px}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.project-card{background:#fff;border:1px solid rgba(76,74,75,.14);border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.055)}
.project-card-body{padding:24px}
.project-card h2{margin:10px 0 12px;font-size:1.45rem}
.project-image{width:100%;height:230px;object-fit:cover;display:block}
.project-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#666;font-size:.92rem}
.project-status{display:inline-flex;padding:6px 11px;border-radius:999px;font-weight:700;font-size:.84rem;background:#f1f1f1}
.status-idea{background:#f7f1ec}
.status-review{background:#edf5f8}
.status-planned{background:#eef5e5}
.status-progress{background:#e8f0f8}
.status-completed{background:#edf4e6}
.project-lead{font-size:1.05rem;font-weight:600}
.project-body{margin:16px 0;line-height:1.65}
.project-empty{padding:36px;background:#f7f8f5;border-radius:18px}
@media(max-width:760px){
 .project-grid{grid-template-columns:1fr}
 .project-card-body{padding:20px}
 .project-image{height:210px}
}

/* Teilen */
.share-button{appearance:none;border:1px solid rgba(35,114,178,.28);background:#fff;color:#2372B2;border-radius:999px;padding:9px 14px;font:inherit;font-weight:700;cursor:pointer;line-height:1.15}
.share-button:hover,.share-button:focus-visible{background:#eef5fa;border-color:#2372B2}.share-button:focus-visible{outline:3px solid rgba(35,114,178,.22);outline-offset:2px}
.share-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
@media(max-width:760px){.share-actions{justify-content:flex-start}.share-button{min-height:44px}}


/* Barrierefreiheit – 08.09.2026 */
.skip-link{
  position:fixed;left:12px;top:12px;z-index:10000;
  padding:12px 16px;background:#fff;color:#1f2933;
  border:3px solid #2372B2;border-radius:6px;
  transform:translateY(-180%);font-weight:700
}
.skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid #2372B2!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 2px #fff!important
}
main:focus{outline:none}
.form-help{margin-top:0;font-size:.95rem;color:#4C4A4B}
.legal-content{max-width:900px}
.legal-content li{margin:.45rem 0}
img,svg{max-width:100%}
input,select,textarea,button{max-width:100%}
a{text-underline-offset:.16em}
@media(max-width:760px){
  body{overflow-wrap:anywhere}
  .wrap{max-width:100%}
  .legal-content{max-width:100%}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important
  }
}


/* =========================================================
   STARTSEITE REDESIGN – Mock-up Richtung
   Nur .home-redesign: Unterseiten bleiben unverändert.
   ========================================================= */

.home-redesign{
  background:#fff;
  color:#35404a;
}

.home-redesign .site-header:after{
  height:3px;
}

.home-redesign .home-header{
  background:#fff;
}

.home-redesign .home-header .navbar{
  min-height:88px;
  grid-template-columns:205px 1fr 145px;
  gap:24px;
}

.home-redesign .home-header .brand img{
  width:190px;
  max-height:72px;
}

.home-redesign .home-header .main-nav{
  justify-content:center;
  gap:26px;
}

.home-redesign .home-header .main-nav a{
  padding:32px 0;
  font-size:.94rem;
}

.home-redesign .home-header .main-nav a.active:after{
  bottom:15px;
  height:3px;
}

.home-redesign .home-header .header-note{
  font-size:.82rem;
  line-height:1.25;
}

.home-redesign .home-hero{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  min-height:500px;
  background:#f5f7f4;
}

.home-redesign .home-hero-copy{
  display:flex;
  align-items:center;
  min-width:0;
}

.home-redesign .home-hero-inner{
  width:min(610px,calc(100% - 70px));
  margin-left:max(32px,calc((100vw - var(--max))/2));
  padding:58px 0 62px;
}

.home-redesign .home-eyebrow{
  margin:0 0 16px;
  color:#5f6b70;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.home-redesign .home-hero h1{
  margin:0;
  max-width:620px;
  color:#587a2e;
  font-size:clamp(3.25rem,5.2vw,5rem);
  line-height:.94;
  letter-spacing:-.052em;
}

.home-redesign .home-hero h1 span{
  display:block;
  margin-top:7px;
  color:#d66f2f;
}

.home-redesign .home-lead{
  max-width:570px;
  margin:28px 0 0;
  color:#596267;
  font-size:1.18rem;
  line-height:1.6;
}

.home-redesign .home-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.home-redesign .home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border:1px solid transparent;
  border-radius:7px;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}

.home-redesign .home-btn:hover{
  transform:translateY(-1px);
}

.home-redesign .home-btn-primary{
  background:#6f993b;
  color:#fff;
}

.home-redesign .home-btn-primary:hover{
  background:#5f8532;
}

.home-redesign .home-btn-secondary{
  background:#fff;
  color:#35404a;
  border-color:#cfd7d4;
}

.home-redesign .home-btn-secondary:hover{
  background:#f9fbfa;
  border-color:#aebbb6;
}

.home-redesign .home-hero-photo{
  position:relative;
  min-width:0;
  overflow:hidden;
}

.home-redesign .home-hero-photo img{
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:center 52%;
  display:block;
}

.home-redesign .home-hero-photo:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(245,247,244,.16),transparent 20%);
}

.home-redesign .home-hero-badge{
  position:absolute;
  z-index:2;
  right:28px;
  bottom:28px;
  max-width:290px;
  padding:15px 19px;
  background:rgba(35,114,178,.94);
  color:#fff;
  border-radius:8px;
  box-shadow:0 9px 28px rgba(0,0,0,.16);
  line-height:1.35;
}

.home-redesign .home-quick-section{
  padding:72px 0 78px;
  background:#fff;
}

.home-redesign .home-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:30px;
}

.home-redesign .home-section-heading h2,
.home-redesign .home-mission h2,
.home-redesign .home-panel h2,
.home-redesign .home-join-card h2{
  margin:0;
  color:#35404a;
  font-size:clamp(1.9rem,3vw,2.7rem);
  line-height:1.12;
  letter-spacing:-.025em;
}

.home-redesign .home-section-heading>p{
  max-width:500px;
  margin:0;
  color:#6a7378;
  line-height:1.55;
}

.home-redesign .home-quick-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.home-redesign .home-quick-card{
  position:relative;
  min-height:245px;
  padding:25px 23px 22px;
  border:1px solid #e0e5e3;
  border-radius:12px;
  background:#fff;
  color:#35404a;
  box-shadow:0 7px 24px rgba(46,62,55,.045);
  text-decoration:none;
  overflow:hidden;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.home-redesign .home-quick-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:5px;
  background:#98BC53;
}

.home-redesign .home-quick-card.q-idea:before{background:#EC833B}
.home-redesign .home-quick-card.q-date:before{background:#2372B2}
.home-redesign .home-quick-card.q-project:before{background:#98BC53}
.home-redesign .home-quick-card.q-statement:before{background:#6BB1C3}

.home-redesign .home-quick-card:hover{
  transform:translateY(-3px);
  border-color:#cad2cf;
  box-shadow:0 12px 30px rgba(46,62,55,.09);
}

.home-redesign .home-card-icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  margin-bottom:22px;
  border-radius:50%;
  background:#f1f5ef;
  color:#587a2e;
  font-size:1.35rem;
  font-weight:900;
}

.home-redesign .q-idea .home-card-icon{background:#fff2e8;color:#c85f21}
.home-redesign .q-date .home-card-icon{background:#edf5fb;color:#2372B2}
.home-redesign .q-statement .home-card-icon{background:#eef8fa;color:#388497}

.home-redesign .home-card-kicker{
  display:block;
  margin-bottom:7px;
  color:#727b7f;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-redesign .home-quick-card strong{
  display:block;
  margin-bottom:11px;
  color:#35404a;
  font-size:1.2rem;
  line-height:1.25;
}

.home-redesign .home-quick-card>span:not(.home-card-icon):not(.home-card-kicker){
  color:#687176;
  line-height:1.5;
  font-size:.94rem;
}

.home-redesign .home-quick-card>b{
  position:absolute;
  right:22px;
  bottom:18px;
  color:#2372B2;
  font-size:1.25rem;
}

.home-redesign .home-mission{
  padding:78px 0;
  background:#edf3e8;
}

.home-redesign .home-mission-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:90px;
  align-items:start;
}

.home-redesign .home-mission h2{
  max-width:520px;
  font-size:clamp(2.25rem,4vw,3.5rem);
}

.home-redesign .home-mission-copy{
  max-width:650px;
}

.home-redesign .home-mission-copy p{
  margin:0 0 18px;
  color:#525d60;
  font-size:1.06rem;
  line-height:1.72;
}

.home-redesign .home-text-link{
  color:#17679f;
  font-weight:800;
  text-decoration:none;
}

.home-redesign .home-text-link:hover{
  text-decoration:underline;
  text-underline-offset:.22em;
}

.home-redesign .home-news-section{
  padding:78px 0;
  background:#fff;
}

.home-redesign .home-section-heading-line{
  padding-bottom:22px;
  border-bottom:1px solid #e1e6e3;
}

.home-redesign .home-news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.home-redesign .home-news-card{
  min-height:230px;
  padding:24px 0 10px;
  border-bottom:3px solid #e4e9e6;
}

.home-redesign .home-news-card time{
  color:#6f9837;
  font-size:.86rem;
  font-weight:800;
}

.home-redesign .home-news-card h3{
  margin:10px 0 11px;
  color:#35404a;
  font-size:1.22rem;
  line-height:1.3;
}

.home-redesign .home-news-card p{
  color:#687176;
  line-height:1.58;
}

.home-redesign .home-lower-section{
  padding:0 0 80px;
  background:#fff;
}

.home-redesign .home-lower-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);
  gap:28px;
}

.home-redesign .home-panel{
  padding:28px;
  border:1px solid #e1e6e3;
  border-radius:12px;
}

.home-redesign .home-panel-heading{
  align-items:center;
  margin-bottom:10px;
}

.home-redesign .home-statement-list{
  border-top:1px solid #e1e6e3;
}

.home-redesign .home-statement-row{
  display:grid;
  grid-template-columns:100px 1fr auto;
  gap:18px;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid #e7ebe9;
  color:#35404a;
  text-decoration:none;
}

.home-redesign .home-statement-row time{
  color:#687176;
  font-size:.86rem;
}

.home-redesign .home-statement-row>b{
  color:#2372B2;
  font-size:.82rem;
}

.home-redesign .home-join-card{
  padding:32px;
  border-radius:12px;
  background:#2372B2;
  color:#fff;
}

.home-redesign .home-join-card .home-eyebrow,
.home-redesign .home-join-card h2,
.home-redesign .home-join-card p{
  color:#fff;
}

.home-redesign .home-join-card p{
  line-height:1.65;
}

.home-redesign .home-btn-light{
  margin-top:12px;
  background:#fff;
  color:#185d8d;
}

.home-redesign .home-final-cta{
  padding:54px 0;
  background:#35404a;
  color:#fff;
  text-align:center;
}

.home-redesign .home-final-cta p{
  margin:0;
  color:#b9d58a;
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-redesign .home-final-cta h2{
  margin:3px 0 8px;
  color:#fff;
  font-size:clamp(2.35rem,4.5vw,4rem);
  letter-spacing:-.04em;
}

.home-redesign .home-final-cta span{
  color:#dfe4e6;
}

.home-redesign .home-footer{
  padding:36px 0;
  background:#29343d;
}

.home-redesign .home-footer-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr .9fr;
  gap:40px;
  align-items:start;
}

.home-redesign .home-footer-brand img{
  width:165px;
  height:auto;
  background:#fff;
  border-radius:4px;
}

.home-redesign .home-footer-brand p{
  max-width:310px;
  margin:13px 0 0;
  color:#cbd3d7;
  font-size:.9rem;
  line-height:1.5;
}

.home-redesign .home-footer nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px 18px;
}

.home-redesign .home-footer a{
  margin:0;
}

.home-redesign .home-footer-contact{
  display:grid;
  gap:8px;
}

.home-redesign .home-footer-contact strong{
  color:#fff;
}

.home-redesign .home-footer-contact a{
  color:#dce4e8;
  overflow-wrap:anywhere;
}

@media(max-width:1050px){
  .home-redesign .home-header .navbar{
    grid-template-columns:190px 1fr auto;
  }
  .home-redesign .home-header .header-note{
    display:none;
  }
  .home-redesign .home-hero{
    grid-template-columns:1fr 1fr;
  }
  .home-redesign .home-hero-inner{
    width:calc(100% - 50px);
    margin-left:28px;
  }
  .home-redesign .home-quick-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .home-redesign .home-header .navbar{
    min-height:78px!important;
    padding:0 16px!important;
  }
  .home-redesign .home-header .brand img{
    width:165px!important;
    max-height:62px!important;
  }
  .home-redesign .home-header .main-nav{
    top:78px!important;
  }

  .home-redesign .home-hero{
    grid-template-columns:1fr;
    min-height:0;
  }
  .home-redesign .home-hero-copy{
    order:1;
  }
  .home-redesign .home-hero-photo{
    order:2;
  }
  .home-redesign .home-hero-inner{
    width:auto;
    margin:0;
    padding:44px 24px 40px;
  }
  .home-redesign .home-hero h1{
    font-size:clamp(2.8rem,13vw,4rem);
  }
  .home-redesign .home-lead{
    margin-top:20px;
    font-size:1.04rem;
  }
  .home-redesign .home-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:25px;
  }
  .home-redesign .home-hero-photo img{
    min-height:300px;
    height:300px;
    object-position:center center;
  }
  .home-redesign .home-hero-badge{
    right:16px;
    bottom:16px;
    left:16px;
    max-width:none;
    font-size:.93rem;
  }

  .home-redesign .home-quick-section,
  .home-redesign .home-news-section{
    padding:54px 0;
  }

  .home-redesign .home-section-heading{
    display:block;
  }
  .home-redesign .home-section-heading>p{
    margin-top:12px;
  }
  .home-redesign .home-section-heading>a{
    display:inline-block;
    margin-top:12px;
  }
  .home-redesign .home-quick-grid,
  .home-redesign .home-news-grid{
    grid-template-columns:1fr;
  }
  .home-redesign .home-quick-card{
    min-height:215px;
  }

  .home-redesign .home-mission{
    padding:56px 0;
  }
  .home-redesign .home-mission-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .home-redesign .home-lower-section{
    padding-bottom:56px;
  }
  .home-redesign .home-lower-grid{
    grid-template-columns:1fr;
  }
  .home-redesign .home-panel{
    padding:22px 18px;
  }
  .home-redesign .home-statement-row{
    grid-template-columns:1fr auto;
    gap:5px 14px;
  }
  .home-redesign .home-statement-row time{
    grid-column:1/-1;
  }

  .home-redesign .home-final-cta{
    padding:44px 0;
  }

  .home-redesign .home-footer-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .home-redesign .home-footer nav{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:430px){
  .home-redesign .home-footer nav{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   ORANIENBURG KLIMA-PULS
   ========================================================= */
.home-redesign .climate-pulse{
  position:relative;
  padding:34px 0 38px;
  background:#fff;
  border-bottom:1px solid #e7ece8;
}
.home-redesign .climate-pulse-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:34px;
  margin-bottom:22px;
}
.home-redesign .climate-pulse-head h2{
  margin:0;
  color:#35404a;
  font-size:clamp(1.65rem,2.6vw,2.35rem);
  line-height:1.15;
  letter-spacing:-.025em;
}
.home-redesign .climate-pulse-head>p{
  max-width:520px;
  margin:0;
  color:#6a7378;
  line-height:1.5;
}
.home-redesign .climate-pulse-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.home-redesign .pulse-card{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:"icon value" "icon label" "icon note";
  column-gap:16px;
  min-height:128px;
  padding:20px 18px;
  border:1px solid #e1e6e3;
  border-radius:12px;
  background:#fbfcfb;
  color:#35404a;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.home-redesign .pulse-card:hover{
  transform:translateY(-2px);
  border-color:#cbd5cf;
  box-shadow:0 9px 24px rgba(46,62,55,.08);
}
.home-redesign .pulse-icon{
  grid-area:icon;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-top:2px;
  border-radius:50%;
  background:#eef4e8;
  color:#648d34;
  font-size:1.3rem;
  font-weight:900;
}
.home-redesign .pulse-card strong{
  grid-area:value;
  display:block;
  color:#35404a;
  font-size:2.05rem;
  line-height:1;
  letter-spacing:-.04em;
}
.home-redesign .pulse-card>span:not(.pulse-icon){
  grid-area:label;
  display:block;
  margin-top:4px;
  font-weight:800;
}
.home-redesign .pulse-card small{
  grid-area:note;
  display:block;
  margin-top:3px;
  color:#778084;
  line-height:1.3;
}
.home-redesign .pulse-projects{border-top:4px solid #98BC53}
.home-redesign .pulse-ideas{border-top:4px solid #EC833B}
.home-redesign .pulse-statements{border-top:4px solid #6BB1C3}
.home-redesign .pulse-date{border-top:4px solid #2372B2}
.home-redesign .pulse-ideas .pulse-icon{background:#fff1e7;color:#c96528}
.home-redesign .pulse-statements .pulse-icon{background:#edf7f9;color:#41899a}
.home-redesign .pulse-date .pulse-icon{background:#edf5fb;color:#2372B2}
.home-redesign .pulse-date-value{font-size:1.7rem!important}

@media(max-width:1050px){
  .home-redesign .climate-pulse-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .home-redesign .climate-pulse{padding:30px 0 34px}
  .home-redesign .climate-pulse-head{display:block}
  .home-redesign .climate-pulse-head>p{margin-top:10px}
  .home-redesign .climate-pulse-grid{grid-template-columns:1fr 1fr;gap:10px}
  .home-redesign .pulse-card{
    grid-template-columns:1fr;
    grid-template-areas:"icon" "value" "label" "note";
    min-height:170px;
    padding:17px 15px;
  }
  .home-redesign .pulse-icon{width:40px;height:40px;margin-bottom:12px}
  .home-redesign .pulse-card strong{font-size:1.8rem}
}
@media(max-width:430px){
  .home-redesign .climate-pulse-grid{grid-template-columns:1fr}
  .home-redesign .pulse-card{
    grid-template-columns:auto 1fr;
    grid-template-areas:"icon value" "icon label" "icon note";
    min-height:118px;
  }
  .home-redesign .pulse-icon{width:42px;height:42px;margin-bottom:0}
}

/* KLIMA-LIVE */
.home-redesign .livebar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:42px;background:#f5f8f3;border-bottom:1px solid #dce5d8;color:#35404a;overflow:hidden}
.home-redesign .livebar-label{position:relative;z-index:2;display:flex;align-items:center;gap:8px;height:100%;padding:0 18px 0 max(18px,calc((100vw - var(--max))/2));background:#5f8735;color:#fff;font-size:.76rem;font-weight:900;letter-spacing:.11em}
.home-redesign .live-dot{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.7);animation:livepulse 1.8s infinite}
.home-redesign .livebar-window{overflow:hidden;white-space:nowrap}
.home-redesign .livebar-track{display:inline-flex;align-items:center;gap:24px;min-width:100%;padding:0 28px;animation:liveticker 18s linear infinite}
.home-redesign .livebar-track span{font-weight:700}
.home-redesign .livebar-track a{color:#17679f;font-weight:900;text-decoration:none}
.home-redesign .livebar-news .livebar-label{background:#EC833B}
.home-redesign .livebar-info .livebar-label{background:#2372B2}
@keyframes livepulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.65)}70%{box-shadow:0 0 0 7px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@keyframes liveticker{0%{transform:translateX(15%)}100%{transform:translateX(-100%)}}
@media(prefers-reduced-motion:reduce){.home-redesign .live-dot,.home-redesign .livebar-track{animation:none}.home-redesign .livebar-track{transform:none;white-space:normal;padding-top:9px;padding-bottom:9px}}
@media(max-width:600px){.home-redesign .livebar{grid-template-columns:1fr}.home-redesign .livebar-label{min-height:34px;padding-left:16px}.home-redesign .livebar-track{padding:9px 16px;white-space:normal;animation:none}}


/* Klima-Live: echte Endlosschleife ohne Pause */
.home-redesign .livebar-window{
  overflow:hidden;
}
.home-redesign .livebar-track{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:0;
  padding:0;
  gap:0;
  animation:livetickerloop 22s linear infinite !important;
  will-change:transform;
}
.home-redesign .livebar-copy{
  display:flex;
  align-items:center;
  gap:24px;
  flex:0 0 auto;
  white-space:nowrap;
  padding:0 42px 0 28px;
}
.home-redesign .livebar-link-clone{
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}
@keyframes livetickerloop{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(prefers-reduced-motion:reduce){
  .home-redesign .livebar-track{
    animation:none !important;
    transform:none !important;
  }
  .home-redesign .livebar-copy:nth-child(2){
    display:none;
  }
}
@media(max-width:600px){
  .home-redesign .livebar-track{
    animation:none !important;
    width:100%;
    transform:none !important;
  }
  .home-redesign .livebar-copy{
    white-space:normal;
    width:100%;
    padding:9px 16px;
  }
  .home-redesign .livebar-copy:nth-child(2){
    display:none;
  }
}


/* Mitgliederkarten – professionelleres Erscheinungsbild */
.member-grid{
  gap:24px;
}
.member{
  border:1px solid #e2e7e4;
  border-top:4px solid var(--green);
  border-radius:12px;
  padding:28px;
  background:#fff;
  box-shadow:0 10px 28px rgba(39,55,48,.06);
  min-width:0;
}
.member img{
  width:112px !important;
  height:112px !important;
  margin-bottom:20px !important;
  border:4px solid #fff;
  box-shadow:0 6px 18px rgba(39,55,48,.12);
}
.member strong{
  display:block;
  color:var(--charcoal);
  font-size:1.22rem;
  line-height:1.25;
  margin-bottom:7px;
}
.member small{
  display:block;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.4;
}
.member > p:not(.member-email){
  margin:12px 0 0;
  color:var(--muted);
  font-size:.92rem;
}
.member-email{
  margin:20px 0 0 !important;
}
.member-email a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  max-width:100%;
  padding:9px 12px;
  border-radius:8px;
  background:#f3f8ec;
  color:#37612e;
  text-decoration:none;
  font-size:.9rem;
  font-weight:750;
  line-height:1.25;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.member-email a::before{
  content:"✉";
  flex:0 0 auto;
  font-size:.95rem;
}
.member-email a:hover{
  background:#eaf3dd;
  text-decoration:underline;
  text-underline-offset:3px;
}
.member-email a:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:3px;
}
@media(max-width:760px){
  .member{padding:22px}
  .member-email a{font-size:.88rem}
}

.newsletter-home{padding:34px 0 58px}.newsletter-home-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px 34px;border:1px solid #dfe7df;border-radius:18px;background:#f5f9ef}.newsletter-box{max-width:720px;margin:40px auto;padding:32px;border:1px solid #dfe7df;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(39,55,48,.06)}.newsletter-form label{display:block;font-weight:700;margin:16px 0 6px}.newsletter-form label span{font-weight:400}.newsletter-form input:not([type=checkbox]){width:100%;padding:13px;border:1px solid #cbd5ce;border-radius:8px;font:inherit}.newsletter-check{display:flex!important;align-items:flex-start;gap:10px;font-weight:400!important;line-height:1.45}.newsletter-check input{width:auto;margin-top:4px}.newsletter-success,.newsletter-error{padding:13px 15px;margin:16px 0;border-radius:8px;background:#edf7e7;border-left:4px solid #98BC53}.newsletter-error{background:#fff0f0;border-left-color:#b54242}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:760px){.newsletter-home-card{display:block;padding:24px}.newsletter-home-card .home-btn{margin-top:18px}.newsletter-box{padding:22px}.newsletter-form input{font-size:16px}}
