@font-face {
font-family: 'Great Vibes';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('GreatVibes.woff2') format('woff2');
}
:root {
--flaeche: #f3f6fb;
--karte: #ffffff;
--blau: #1a68c4;
--blau-tief: #14549e;
--blau-marke: #3888e8;
--koralle: #e80018;
--koralle-tief: #c00016;
--koralle-hell: #ffedee;
--tinte: #101b33;
--banner: #14213c;
--schrift: #26304a;
--grau: #5a6478;
--linie: #d8e0ee;
--radius: 12px;
--schrift-familie: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--kalligrafie: 'Great Vibes', 'Segoe Script', cursive;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 16px; }
body {
font-family: var(--schrift-familie);
font-size: 1.0625rem;
line-height: 1.65;
color: var(--schrift);
background: var(--flaeche);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blau); }
a:hover { color: var(--blau-tief); }
h1, h2, h3 { color: var(--tinte); line-height: 1.08; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.5rem, 7.5vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 4.5vw, 2.5rem); font-weight: 800; margin-bottom: 1.2rem; }
h3 { font-size: 1.15rem; font-weight: 800; letter-spacing: 0; }
ul, ol { padding-left: 1.25rem; }
:focus-visible { outline: 3px solid var(--blau); outline-offset: 2px; border-radius: 4px; }
.kontakt :focus-visible, .fuss :focus-visible, .anruf-leiste:focus-visible { outline-color: #fff; }
.mitte { max-width: 70rem; margin: 0 auto; padding: 0 1.15rem; }
.springen {
position: absolute; left: -999px; top: 0;
background: var(--tinte); color: #fff; padding: .6rem 1rem; z-index: 99;
}
.springen:focus { left: .5rem; top: .5rem; color: #fff; }
.kicker {
display: inline-flex; align-items: center; gap: .7rem;
font-size: .82rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
color: var(--koralle); margin-bottom: .5rem;
}
.claim {
font-family: var(--kalligrafie);
color: var(--blau-marke);
font-size: clamp(1.9rem, 4.5vw, 2.6rem);
line-height: 1.25;
margin: 3rem 0 .6rem;
transform: rotate(-3deg);
transform-origin: 0 50%;
width: fit-content;
}
.claim-rot { color: var(--koralle); }
.raute {
display: flex; align-items: center; gap: .9rem;
margin: 0 auto; max-width: 70rem; padding: 0 1.15rem;
}
.raute::before, .raute::after { content: ""; flex: 1; height: 1px; background: var(--linie); }
.raute span { color: var(--koralle); font-size: .75rem; line-height: 1; }
.zier { pointer-events: none; user-select: none; }
.knopf {
display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
font: inherit; font-weight: 700; text-decoration: none; cursor: pointer;
padding: .85rem 1.6rem; border-radius: 10px; border: 0;
background: var(--blau); color: #fff;
box-shadow: 0 8px 22px rgba(26, 104, 196, .25);
}
.knopf:hover { background: var(--blau-tief); color: #fff; }
.knopf-gross { font-size: 1.12rem; padding: 1rem 1.9rem; }
.knopf .iko { width: 1.05em; height: 1.05em; }
.tel-tausch { display: inline-grid; text-align: center; }
.tel-tausch > span { grid-area: 1 / 1; white-space: nowrap; }
.tel-tausch .nummer { visibility: hidden; }
.knopf:hover .tel-tausch .beschriftung,
.knopf:focus-visible .tel-tausch .beschriftung { visibility: hidden; }
.knopf:hover .tel-tausch .nummer,
.knopf:focus-visible .tel-tausch .nummer { visibility: visible; }
.iko { width: 1.2em; height: 1.2em; flex: none; }
.kopf { background: var(--flaeche); border-bottom: 1px solid var(--linie); }
.kopf-innen {
display: flex; align-items: center; gap: 1.2rem;
padding-top: .8rem; padding-bottom: .8rem;
}
.marke { display: flex; align-items: center; gap: .6rem; text-decoration: none; margin-right: auto; }
.marke img { width: auto; height: 54px; }
.kopf-tel {
display: inline-flex; align-items: center; gap: .55rem;
text-decoration: none; color: #fff; font-weight: 800; font-size: 1.05rem; white-space: nowrap;
background: var(--blau); padding: .65rem 1.4rem; border-radius: 10px;
box-shadow: 0 8px 26px rgba(26, 104, 196, .35);
}
.kopf-tel .iko { color: #fff; }
.kopf-tel:hover { background: var(--blau-tief); color: #fff; }
.nav-schalter {
display: inline-flex; flex-direction: column; gap: 5px;
background: none; border: 0; cursor: pointer; padding: .6rem .5rem;
}
.nav-schalter span { width: 24px; height: 3px; background: var(--tinte); border-radius: 2px; }
.hauptnav ul { list-style: none; padding: 0; display: flex; gap: 1.6rem; }
.hauptnav a { text-decoration: none; font-weight: 600; color: var(--schrift); }
.hauptnav a:hover { color: var(--blau); }
.hauptnav a[aria-current="page"] { color: var(--blau); font-weight: 700; padding-bottom: .25rem; border-bottom: 3px solid var(--koralle); }
@media (max-width: 919px) {
.hauptnav { display: none; }
.hauptnav.offen {
display: block; position: absolute; left: 0; right: 0; top: 100%;
background: var(--karte); border-bottom: 1px solid var(--linie); z-index: 50;
}
.hauptnav.offen ul { flex-direction: column; gap: 0; padding: .4rem 1.15rem .9rem; }
.hauptnav.offen a { display: block; padding: .65rem 0; }
.kopf { position: relative; }
.marke img { height: 38px; }
.kopf-tel span.tel-text { display: none; }
.kopf-tel { padding: .6rem .75rem; }
}
@media (min-width: 920px) {
.nav-schalter { display: none; }
.hauptnav { display: block; margin: 0 auto; }
.marke { margin-right: 0; }
}
.held { padding: 4.5rem 0 4rem; overflow: hidden; display: flex; align-items: center; }
.held-innen { display: grid; gap: 2.4rem; align-items: center; width: 100%; }
.held h1 { margin: 1rem 0 1.2rem; font-size: clamp(2.7rem, 7.5vw, 5rem); }
.held-text { font-size: 1.3rem; max-width: 36rem; color: var(--schrift); }
.held-ctas { display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; margin-top: 2.1rem; }
.held-ctas .knopf-gross { font-size: 1.22rem; padding: 1.1rem 2.2rem; }
.held-tel { font-weight: 800; font-size: 1.95rem; color: var(--tinte); text-decoration: none; letter-spacing: -0.01em; }
.held-tel:hover { color: var(--blau); }
.held-bild { justify-self: center; }
.held-bild img { width: min(100%, 430px); height: auto; }
@media (min-width: 920px) {
.held { min-height: calc(100svh - 64px); }
.held-innen { grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.held-bild img { width: 100%; max-width: 620px; }
.held-bild .held-engel { max-width: 540px; margin: 0 auto; }
.held-bild .held-engel-quer { max-width: 640px; }
}
.held-engel-quer { -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent); mask-image: linear-gradient(to bottom, #000 78%, transparent); }
.held-engel-fahrrad {
-webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent), linear-gradient(to right, transparent, #000 14%);
-webkit-mask-composite: source-in;
mask-image: linear-gradient(to bottom, #000 80%, transparent), linear-gradient(to right, transparent, #000 14%);
mask-composite: intersect;
}
.wege h2 { margin: 1.1rem 0 1.4rem; }
.kiez-karten.wege-karten { gap: 1.6rem 2rem; margin-top: 3.4rem; }
.kiez-karten.wege-karten li { display: flex; }
.kiez-karten.wege-karten a { flex: 1; padding: 1.55rem 1.8rem; }
.kiez-karten.wege-karten .kiez-name small { display: block; margin-top: .35rem; }
@media (max-width: 919px) {
.held { padding-top: 2.6rem; }
.held-bild img { width: min(70%, 340px); margin: 0 auto; }
}
.merkmale {
list-style: none; padding: 2.6rem 1.15rem 0; margin: 0 auto;
display: flex; flex-wrap: wrap; justify-content: center; text-align: center;
}
.merkmale li {
font-weight: 600; color: var(--schrift); font-size: 1rem;
padding: .2rem 2.2rem;
}
.merkmale li + li { border-left: 1px solid var(--linie); }
@media (max-width: 640px) {
.merkmale { flex-direction: column; gap: .35rem; }
.merkmale li + li { border-left: 0; }
}
.zeile { display: flex; align-items: baseline; gap: 1.1rem; flex-wrap: wrap; }
.wellezeile { display: block; margin: .2rem 0 1.4rem; height: auto; }
.iko .ak { stroke: var(--koralle); }
.fokus { list-style: none; padding: 0; display: grid; gap: 1.8rem; margin-top: 3.4rem; }
.fokus li {
background: var(--karte); border: 1px solid var(--linie); border-radius: 14px;
padding: 1.8rem 1.7rem;
}
.fokus li { display: flex; flex-direction: column; }
.fokus h3 { font-size: 1.35rem; margin-bottom: .4rem; }
.fokus p { color: var(--grau); flex: 1; }
.fokus .pfeil-link { margin-top: 1.1rem; align-self: flex-start; }
@media (min-width: 760px) { .fokus { grid-template-columns: 1fr 1fr 1fr; } }
.faq-bild { width: 100%; max-width: 30rem; height: auto; margin-top: 2.4rem; }
@media (max-width: 899px) { .faq-bild { max-width: 18rem; margin: 2rem auto 0; } }
.ikreis {
display: inline-flex; align-items: center; justify-content: center; flex: none;
width: 60px; height: 60px; border-radius: 50%; background: #dfe8f8;
}
.ikreis .iko { width: 28px; height: 28px; color: var(--blau); }
.ikreis .iko .ak { stroke: var(--koralle); }
.ikreis-weiss { background: var(--karte); }
.claim-logo { width: 64px; height: auto; }
.merksatz {
background: #e8eef9; border-radius: 12px; padding: .9rem 1.2rem;
font-weight: 700; color: var(--tinte);
display: flex; align-items: flex-start; gap: .8rem;
}
.merksatz .iko { color: var(--blau); width: 1.4em; height: 1.4em; flex: none; margin-top: .1em; }
.duo { display: grid; gap: 2.4rem; align-items: center; }
.duo-bild img { border-radius: var(--radius); width: 100%; height: auto; }
.duo p { margin-bottom: .9rem; }
.pfeil-link { font-weight: 800; color: var(--tinte); text-decoration: none; border-bottom: 2px solid var(--koralle); padding-bottom: 2px; }
.pfeil-link:hover { color: var(--koralle-tief); }
@media (min-width: 860px) { .duo { grid-template-columns: 1fr 1.05fr; gap: 4rem; } }
.h1-unter { display: block; font-size: .58em; letter-spacing: -0.01em; margin-top: .35rem; }
.held-link { display: inline-block; margin-top: 1.2rem; font-weight: 700; color: var(--blau); text-decoration: underline; text-underline-offset: 4px; }
.held-link:hover { color: var(--tinte); }
.merkmale .iko { width: 21px; height: 21px; color: var(--blau); vertical-align: -4px; margin-right: .55rem; }
.kiez-karten { list-style: none; padding: 0; display: grid; gap: 1.1rem 1.6rem; margin-top: 2.6rem; }
@media (min-width: 680px) { .kiez-karten { grid-template-columns: 1fr 1fr; } }
.kiez-karten a {
display: flex; align-items: center; justify-content: space-between; gap: 1rem;
background: var(--karte); border: 1px solid var(--linie); border-radius: 14px;
padding: 1.05rem 1.3rem; text-decoration: none; color: var(--tinte);
transition: border-color .15s ease, box-shadow .15s ease;
}
.kiez-karten a:hover { border-color: var(--koralle); box-shadow: 0 8px 20px rgba(232, 0, 24, .14); }
.kiez-name b { display: block; font-size: 1.05rem; }
.kiez-name small { color: var(--grau); font-size: .92rem; }
.kiez-pfeil { color: var(--koralle); font-weight: 800; font-size: 1.35rem; }
.kiez-hinweis { margin-top: 1.8rem; color: var(--grau); font-size: .95rem; }
.ort-liste { list-style: none; padding: 0; display: grid; gap: .45rem; }
.ort-liste a { text-decoration: none; color: var(--schrift); font-size: .97rem; }
.ort-liste a:hover { color: var(--blau); text-decoration: underline; }
.weiter-nr { font-size: 2.3rem; font-weight: 800; letter-spacing: -.02em; color: var(--koralle); }
.seiten-karte {
background: var(--koralle-hell); border-radius: 20px;
padding: 2.6rem 2.4rem; justify-self: center; max-width: 26rem;
}
.seiten-karte h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: .6rem; }
.seiten-karte p { color: var(--schrift); margin-bottom: 1.4rem; }
.knopf-weiss { background: var(--karte); color: var(--blau); font-size: 1.15rem; padding: .9rem 1.7rem; box-shadow: 0 6px 18px rgba(29, 78, 216, .12); }
.knopf-weiss:hover { background: #eef3fd; color: var(--blau-tief); }
.seiten-karte .knopf-weiss { font-size: 1.35rem; }
.merkmale-detail li { display: inline-flex; align-items: flex-start; gap: .7rem; text-align: left; }
.merkmale-detail .iko { width: 24px; height: 24px; margin-top: .1rem; }
.merkmale-detail b { display: block; }
.merkmale-detail small { color: var(--grau); font-size: .88rem; }
.thema-punkte { list-style: none; padding: 0; display: grid; gap: 1.3rem; margin-top: 1.8rem; }
.thema-punkte li { display: flex; align-items: flex-start; gap: 1rem; }
.thema-punkte h3 { font-size: 1.05rem; margin-bottom: .15rem; }
.thema-punkte p { color: var(--grau); font-size: .96rem; margin: 0; }
.kosten-panel {
background: var(--koralle-hell); border-radius: 20px;
padding: 2.8rem clamp(1.5rem, 5vw, 3.4rem); display: grid; gap: 2rem; align-items: center;
}
@media (min-width: 860px) { .kosten-panel { grid-template-columns: 1.2fr 1fr; gap: 3rem; } }
.kosten-panel h2 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); }
.kosten-panel p { margin: 0; }
.kosten-faktoren { list-style: none; padding: 0; display: flex; gap: 1.6rem; justify-content: center; flex-wrap: wrap; }
.kosten-faktoren li { display: grid; justify-items: center; gap: .55rem; font-size: .95rem; }
.detail-schritte { list-style: none; padding: 0; display: grid; gap: 2rem; margin: 2.6rem 0 2rem; }
@media (min-width: 860px) { .detail-schritte { grid-template-columns: 1fr 1fr 1fr; gap: 2.6rem; } }
.detail-schritte li { display: flex; align-items: flex-start; gap: 1rem; }
.detail-schritte h3 { font-size: 1.08rem; margin-bottom: .2rem; }
.detail-schritte p { color: var(--grau); font-size: .95rem; margin: 0; }
.weitere-links { display: flex; flex-wrap: wrap; gap: 1.2rem 2.6rem; margin-top: 2rem; }
.ort-suche { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.9rem; max-width: 34rem; }
.ort-suche-feld {
flex: 1; min-width: 15rem;
background: var(--karte); border: 1px solid var(--linie); border-radius: 12px;
padding: .55rem 1.1rem .5rem;
}
.ort-suche-feld:focus-within { border-color: var(--blau); }
.ort-suche-feld label { display: block; font-size: .78rem; font-weight: 700; color: var(--tinte); }
.ort-suche-feld input {
border: 0; outline: 0; background: transparent; font: inherit;
width: 100%; padding: .15rem 0 0; color: var(--schrift);
}
.suche-hinweis {
margin-top: 1.1rem; max-width: 34rem; font-size: .95rem; color: var(--schrift);
background: var(--koralle-hell); border: 1px solid #ffd2d5; border-radius: 10px;
padding: .8rem 1.1rem;
}
.suche-hinweis:empty { margin: 0; padding: 0; border: 0; background: none; }
.suche-info { display: flex; align-items: flex-start; gap: .6rem; margin-top: 1.2rem; max-width: 34rem; color: var(--grau); font-size: .92rem; }
.suche-info .iko { width: 19px; height: 19px; flex: none; color: var(--blau); margin-top: .1rem; }
.land-status { display: inline-flex; align-items: center; gap: .5rem; }
.land-status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #b9c2d4; }
.land-aktiv { background: #e4ecfb; border-color: #b9cdf3; }
.land-aktiv a { display: inline-flex; align-items: center; gap: .5rem; }
.land-aktiv a::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--blau); }
.bildkarte { margin: 1.8rem 0 0; }
.bildkarte img { border-radius: var(--radius); }
#gebiet.abschnitt { padding-bottom: 0; }
.faq details { border-bottom: 1px solid var(--linie); }
.faq summary {
cursor: pointer; color: var(--tinte);
list-style: none; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
position: absolute; top: 50%; transform: translateY(-50%);
}
.faq details[open] {
border-radius: 12px; border-bottom-color: transparent;
}
.faq details[open]:first-of-type { margin-top: 0; }
.faq details[open] p { padding-bottom: .9rem; }
.faq-duo { display: grid; gap: 2.2rem; align-items: start; }
.faq-duo > div:first-child p { color: var(--grau); }
@media (min-width: 900px) { .faq-duo { grid-template-columns: .8fr 1.2fr; gap: 3.6rem; } }
.kontakt { position: relative; color: #bcd5f5; padding: calc(var(--welle) + 2.4rem) 0 3rem; }
.kontakt::before {
content: ""; position: absolute; left: 0; top: 0; width: 100%; height: var(--welle); pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 92' preserveAspectRatio='none'%3E%3Cpath d='M0 35C70 16 130 7 190 7C360 7 520 64 690 64C860 64 1010 2 1170 2C1300 2 1390 24 1440 41V92H0Z' fill='%23c4ddf8'/%3E%3Cpath d='M0 65C70 47 130 40 190 40C360 40 520 91 690 91C860 91 1010 40 1170 40C1300 40 1390 64 1440 84V92H0Z' fill='%2314213c'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.kontakt-innen { display: grid; gap: 1.6rem; align-items: center; position: relative; z-index: 1; }
.kicker.kicker-hell { color: var(--koralle); }
.kicker-hell .zier-rot { color: var(--koralle); }
.kontakt h2 { color: #fff; font-size: clamp(2.1rem, 4.3vw, 3.6rem); line-height: 1.06; margin: .5rem 0 1.5rem; }
.kontakt-blau { color: #3d8ef5; }
.kontakt-strich { position: relative; white-space: nowrap; }
.kontakt-strich::after {
content: ""; position: absolute; pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 20' preserveAspectRatio='none'%3E%3Cpath d='M3 14C60 3 170 1 237 11C239 12 238 15 236 15C170 6 62 8 5 17C2 17 1 15 3 14Z' fill='%23e80018'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.kontakt-unter { color: #bcd5f5; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.55; max-width: 36rem; margin: 0; }
.kontakt-knopf {
display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.9rem;
background: #2f7fee; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: -.01em;
font-size: clamp(1.45rem, 2.4vw, 2.1rem); padding: .75rem 2.3rem .75rem 1.9rem; border-radius: 12px;
transition: background .15s ease, transform .15s ease;
}
.kontakt-knopf:hover { background: #3d8ef5; color: #fff; transform: translateY(-1px); }
.kontakt-knopf .iko { flex: none; }
.kontakt-hinweis { color: #9ec3f0; font-size: 1.02rem; margin: 1.1rem 0 0; }
.kontakt-engel { display: block; width: 100%; max-width: 440px; height: auto; margin: .6rem auto 0; }
@media (min-width: 900px) {
.kontakt-innen { gap: 2rem; }
}
.fuss {
--welle: clamp(52px, 6vw, 92px);
color: #bcd5f5; font-size: 1rem; position: relative;
background: linear-gradient(var(--banner), var(--banner)) 0 calc(var(--welle) - 2px) / 100% 100% no-repeat;
}
.fuss a { color: #c9dcf5; text-decoration: none; }
.fuss a:hover { color: #fff; }
.fuss-innen {
display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.4rem 1.6rem;
border-top: 1px solid #2b4a7c; padding-top: 3rem; padding-bottom: 2.2rem;
}
.fuss-marke { grid-column: 1 / -1; }
.fuss-logo { display: block; width: min(100%, 320px); height: auto; }
.fuss-marke p { color: #bcd5f5; font-size: 1.12rem; margin: .8rem 0 0; }
.fuss h3 { position: relative; color: #fff; font-size: 1.08rem; letter-spacing: 0; margin: 0 0 1.4rem; }
.fuss h3::after {
content: ""; position: absolute; left: 0;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 6' preserveAspectRatio='none'%3E%3Cpath d='M1 4C12 2 26 1 41 1.5C42 1.6 42 3 41 3C27 3.2 13 4.4 2 5.6C.5 5.7 0 4.2 1 4Z' fill='%23e80018'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.fuss ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.fuss li a { font-size: 1.04rem; }
.fuss-hinweis { color: #9ec3f0; font-size: .95rem; margin-top: 0; margin-bottom: 0; padding-bottom: 1.6rem; }
.fuss-schluss {
display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 2rem;
border-top: 1px solid #2b4a7c; padding-top: 1.2rem; padding-bottom: 1.4rem; font-size: .95rem;
}
.fuss-schluss nav { display: flex; align-items: center; }
.fuss-schluss nav a + a { border-left: 1px solid #5b7fb5; margin-left: 1.3rem; padding-left: 1.3rem; }
.nach-oben { display: inline-flex; align-items: center; gap: .45rem; }
.nach-oben svg { width: 13px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (min-width: 900px) {
.fuss-innen { grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 1fr)); gap: 2rem; }
.fuss-marke { grid-column: auto; align-self: center; }
}
@media (max-width: 699px) {
.fuss-schluss { flex-direction: column; justify-content: center; text-align: center; }
}
.anruf-leiste {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
display: flex; background: var(--blau); color: #fff;
text-decoration: none; font-weight: 800; font-size: 1.08rem;
align-items: center; justify-content: center; gap: .5rem;
padding: .85rem 1rem calc(.85rem + env(safe-area-inset-bottom));
box-shadow: 0 -2px 14px rgba(16, 27, 51, .25);
}
.anruf-leiste:hover { color: #fff; }
@media (min-width: 920px) { .anruf-leiste { display: none; } }
.einstieg { font-size: 1.15rem; max-width: 42rem; }
.rechtstext h2 { margin-top: 1.6rem; font-size: 1.4rem; }
.rechtstext p { margin-bottom: .8rem; }
.held-start { position: relative; }
.held-start::before {
width: 62%; height: 120%;
}
.h1-akzent { color: var(--blau); }
.held-hinweis { display: flex; align-items: center; gap: .6rem; margin-top: 1.4rem; color: var(--schrift); font-weight: 600; }
.merkmal-band .merkmale { padding-top: 0; }
.merkmal-band .merkmale li { border-left: 0; }
@media (min-width: 760px) { .merkmal-band .merkmale li + li { border-left: 1px solid #c9dcf6; } }
.fokus-spalten { gap: 0; }
.fokus-spalten li { background: none; border: 0; box-shadow: none; padding: .4rem 0 1.2rem; border-radius: 0; }
@media (min-width: 900px) {
.fokus-spalten { grid-template-columns: repeat(3, 1fr); }
.fokus-spalten li { padding: .4rem 2rem 1.2rem; }
.fokus-spalten li + li { border-left: 1px solid var(--linie); }
.fokus-spalten li:first-child { padding-left: 0; }
}
.fokus-nr { display: block; color: var(--koralle); font-weight: 800; font-size: 1.6rem; line-height: 1; margin-bottom: .9rem; }
.mitte-link { text-align: center; margin-top: 2.4rem; }
.faq details {
margin-bottom: .9rem;
}
.faq details[open]:first-of-type { border-top-color: transparent; }
main > section, .abschnitt { padding: 4.6rem 0; }
@media (max-width: 760px) { main > section, .abschnitt { padding: 3.2rem 0; } }
@media (min-width: 920px) {
.held-start .held-innen { align-items: center; }
}
.claim-start { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 1.8rem 0 .2rem; }
.held-start::before {
position: absolute; top: 0; bottom: 0; right: 0; left: 46%;
background: #e2edfb; border-radius: 46% 0 0 46% / 38% 0 0 38%;
z-index: 0; pointer-events: none;
}
@media (max-width: 919px) {
.held-start::before { display: none; }
}
.seite-start { background: #fff; position: relative; }
.seite-start .kopf { background: transparent; border-bottom: 0; position: relative; z-index: 2; }
.seite-start main { position: relative; z-index: 1; }
.himmel { position: absolute; top: -5rem; left: 0; width: 100%; height: calc(100% + 5rem + 1px); z-index: 0; pointer-events: none; }
.held-start { overflow: visible; }
.held-start .held-innen { position: relative; z-index: 1; }
.held-start::before { content: none; }
@media (min-width: 920px) {
.held-start { padding: 1.6rem 0 3.4rem; }
}
.held-start h1 { font-size: clamp(2.6rem, 5.6vw, 5.3rem); line-height: 1; letter-spacing: -0.03em; margin: .9rem 0 1.1rem; }
.held-start .held-text { font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.5; max-width: 31rem; color: var(--tinte); }
.held-start .held-ctas { margin-top: 1.5rem; gap: 1.6rem; }
.held-start .held-ctas .knopf-gross { font-size: 1.2rem; padding: 1rem 2.1rem; }
.held-start .held-tel { font-size: clamp(1.6rem, 2.5vw, 2.3rem); }
.held-start .held-hinweis { font-size: 1.18rem; font-weight: 500; color: var(--tinte); margin-top: 1.3rem; }
.claim.claim-start {
font-size: clamp(1.9rem, 2.9vw, 2.6rem); line-height: 1.1; max-width: 34rem;
transform: rotate(-8deg); transform-origin: 0 100%; margin: 3.4rem 0 0 .2rem;
}
.claim-pinsel { display: block; width: 360px; max-width: 78%; height: auto; margin: -2.6rem 0 0 1.2rem; }
.held-bild-start .held-engel { max-width: 640px; }
@media (max-width: 919px) {
.himmel { display: none; }
.held-bild-start { background: #e2edfb; border-radius: 26px; padding: 1.2rem .6rem; margin-top: 1.6rem; }
}
.merksatz { margin-top: 1.7rem; }
.zier-linie { display: inline-block; overflow: visible; flex: none; }
.zier-linie path {
fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round;
vector-effect: non-scaling-stroke; stroke-width: 1.7px;
}
.zier-rot { color: var(--koralle); }
.zier-blau { color: var(--blau-marke); }
.kicker .zier-linie { height: 14px; width: auto; }
.kicker .zier-linie path { stroke-width: 1.4px; }
.zeile .zier-linie { height: clamp(18px, 3vw, 30px); width: auto; transform: translateY(-6px); }
.wellezeile.zier-linie { display: block; width: 170px; height: 20px; }
.merkmal-band { background: none; padding: 0; position: relative; z-index: 3; }
.merkmal-band .merkmale {
background: #fff; border: 1px solid #d3e1f5; border-radius: 18px;
box-shadow: 0 18px 44px rgba(16, 27, 51, .09), 0 2px 6px rgba(16, 27, 51, .04);
max-width: 62rem; margin: 0 auto; padding: 1.7rem 1.2rem;
}
.merkmal-band .merkmale li { display: inline-flex; align-items: center; padding: .35rem 2.4rem; font-size: 1.02rem; }
@media (min-width: 920px) {
.merkmal-band { height: 0; }
.merkmal-band .merkmale { transform: translateY(-50%); }
.merkmal-band + .abschnitt { padding-top: calc(4.6rem + 48px); }
}
@media (max-width: 919px) {
.merkmal-band { padding: 0 1.15rem; margin-top: -1.4rem; }
.merkmal-band .merkmale { padding: 1.2rem .8rem; align-items: center; }
.merkmal-band + .abschnitt { padding-top: 3rem; }
}
html, body { overflow-x: clip; }
.deko { position: absolute; z-index: 0; pointer-events: none; user-select: none; height: auto; max-width: none; }
#leistungen, #ablauf, #durchatmen, #einsatzgebiete, #fragen { position: relative; }
#leistungen > .mitte, #ablauf > .mitte, #durchatmen > .mitte, #einsatzgebiete > .mitte, #fragen > .mitte { position: relative; z-index: 1; }
.deko-held-sterne { top: 3%; left: 44%; width: 280px; opacity: .95; }
@media (max-width: 919px) {
.deko { display: none; }
}
@media (min-width: 920px) {
.seite-start .kopf > .mitte,
.held-start > .mitte { max-width: 1800px; padding-left: clamp(1.15rem, 5.5vw, 7rem); padding-right: clamp(1.15rem, 5.5vw, 7rem); }
.held-start .held-innen { grid-template-columns: .95fr 1.05fr; gap: clamp(1rem, 3vw, 4rem); }
.held-start h1 { font-size: clamp(3rem, 5.2vw, 6.6rem); }
.held-start .held-text { font-size: clamp(1.12rem, 1.25vw, 1.5rem); max-width: 38rem; }
.held-start .held-ctas .knopf-gross { font-size: clamp(1.1rem, 1.15vw, 1.4rem); padding: clamp(.95rem, 1vw, 1.25rem) clamp(1.9rem, 2vw, 2.6rem); }
.held-start .held-tel { font-size: clamp(1.7rem, 2.2vw, 2.9rem); }
.held-start .held-hinweis { font-size: clamp(1.08rem, 1.05vw, 1.32rem); }
.claim.claim-start { font-size: clamp(1.9rem, 2.5vw, 3.2rem); max-width: 44rem; }
.claim-pinsel { width: clamp(300px, 26vw, 480px); }
.held-bild-start .held-engel { max-width: min(100%, 880px); width: 100%; }
.deko-held-sterne { width: clamp(240px, 19vw, 380px); }
}
.abschnitt-leistungen { padding-top: 6rem; padding-bottom: 6.2rem; overflow: clip; }
.leist-flaeche { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.leist-wolken {
position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 1000' preserveAspectRatio='none'%3E%3Cpath d='M0 70 C 260 20 520 20 760 55 C 1010 92 1240 70 1440 20 L 1440 945 C 1180 1000 900 945 620 965 C 380 982 170 990 0 960 Z'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 1000' preserveAspectRatio='none'%3E%3Cpath d='M0 70 C 260 20 520 20 760 55 C 1010 92 1240 70 1440 20 L 1440 945 C 1180 1000 900 945 620 965 C 380 982 170 990 0 960 Z'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.deko-leist-wolke-oben { top: 78px; right: -26px; width: clamp(180px, 17vw, 270px); }
.deko-leist-wolke-unten { bottom: -30px; left: -60px; width: clamp(260px, 26vw, 400px); }
#leistungen .kicker, #leistungen h2 { position: relative; }
.fokus-spalten { margin-top: 2.2rem; }
.fokus-spalten li { padding-bottom: .4rem; }
.fokus-kopfzeile { display: flex; align-items: flex-start; gap: .4rem; margin-bottom: 1.4rem; }
.fokus-spalten .fokus-nr { font-size: clamp(1.6rem, 2.2vw, 2.1rem); margin: .2rem 0 0; flex: none; }
.fokus-illu { display: block; height: clamp(130px, 12vw, 176px); width: auto; max-width: 78%; object-fit: contain; margin: 0 auto; }
.fokus-spalten h3 { font-size: clamp(1.3rem, 1.6vw, 1.6rem); margin-bottom: .55rem; }
.fokus-spalten p { font-size: 1.05rem; line-height: 1.55; }
@media (min-width: 900px) { .fokus-spalten li + li { border-left-color: #c9dcf6; } }
.knopf-rahmen {
display: inline-flex; align-items: center; gap: .55rem;
padding: .95rem 2.3rem; border: 2px solid var(--blau-marke); border-radius: 10px;
background: #fff; color: var(--tinte); font-weight: 700; font-size: 1.05rem; text-decoration: none;
transition: background .15s ease, border-color .15s ease;
}
.knopf-rahmen:hover { background: #eef4fd; border-color: var(--blau); color: var(--tinte); }
.abschnitt-leistungen .mitte-link { margin-top: 2.8rem; }
@media (max-width: 919px) {
.leist-flaeche { display: none; }
.abschnitt-leistungen { background: #ebf3fd; }
.abschnitt-leistungen { padding-top: 4.6rem; }
.abschnitt-leistungen::before, .abschnitt-leistungen::after {
content: ""; position: absolute; left: 0; width: 100%; height: 56px; z-index: 0; pointer-events: none;
background-size: 100% 100%; background-repeat: no-repeat;
}
.abschnitt-leistungen::before { top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 56' preserveAspectRatio='none'%3E%3Cpath d='M0 0H500V14C390 44 260 6 130 26C75 34 32 36 0 30Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.abschnitt-leistungen::after { bottom: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 56' preserveAspectRatio='none'%3E%3Cpath d='M0 56H500V26C380 8 250 46 120 24C70 16 30 14 0 20Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.leist-wolken { display: none; }
}
.abschnitt-ablauf { overflow-x: clip; overflow-y: visible; padding-bottom: 5.2rem; }
.deko-ablauf-wolke-oben { top: calc(48px + 2.2rem); right: -48px; width: clamp(200px, 17vw, 280px); }
.deko-ablauf-wolke-unten { bottom: -96px; left: 0; width: clamp(170px, 13vw, 220px); transform: scaleX(-1); }
.schritte-bild {
--h: clamp(96px, 13.5vw, 154px); --luecke: 2.4rem;
list-style: none; padding: 0; margin: 2.6rem 0 0;
display: grid; gap: 2.6rem var(--luecke);
}
.schritt-bild { position: relative; margin-bottom: 1.5rem; }
.schritt-bild > img:first-child { display: block; height: var(--h); width: auto; max-width: 100%; object-fit: contain; margin: 0 auto; }
.schritt-pfeil { display: none; fill: none; stroke: #5ca3f8; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; overflow: visible; }
.schritt-pfeil .strich { stroke-dasharray: 5 5.5; }
.schritt-zeile { display: flex; align-items: flex-start; gap: 1.2rem; }
.schritt-kreis {
display: inline-flex; align-items: center; justify-content: center; flex: none;
width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--koralle);
color: var(--koralle); font-weight: 800; font-size: 1.05rem; margin-top: -.6rem;
}
.schritt-zeile h3 { font-size: clamp(1.2rem, 1.5vw, 1.35rem); margin-bottom: .45rem; }
.schritt-zeile p { color: var(--grau); font-size: 1rem; line-height: 1.55; }
@media (min-width: 760px) {
.schritte-bild { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.schritt-pfeil {
display: block; position: absolute; top: 47%; z-index: 1;
left: calc(100% + var(--luecke) / 2 + var(--h) * var(--versatz));
width: clamp(66px, 11vw, 128px); height: auto; transform: translate(-50%, -50%);
}
}
@media (max-width: 759px) {
.schritte-bild { gap: 2.4rem; }
.schritt-bild { margin-bottom: 1rem; }
.schritt-bild > img:first-child { height: 112px; margin: 0 0 0 calc(48px + 1.2rem); }
}
.preis-panel {
display: grid; gap: 2.2rem; align-items: center; margin-top: 3.4rem;
background: var(--koralle-hell); border-left: 4px solid var(--koralle); border-radius: 18px;
padding: 3.2rem 3.4rem 3.2rem 3.8rem;
}
.preis-panel h2 { font-size: clamp(1.6rem, 2.6vw, 2.15rem); margin-bottom: .9rem; }
.preis-panel > div > p { max-width: 42ch; font-size: 1.06rem; line-height: 1.6; color: var(--schrift); margin-bottom: .7rem; }
.preis-panel .pfeil-link { font-size: 1.06rem; }
.preis-faktoren {
list-style: none; padding: 0; margin: 0;
display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem;
}
.preis-faktoren li { display: flex; flex-direction: column; align-items: center; gap: .55rem; text-align: center; }
.preis-faktoren span { font-size: 1rem; font-weight: 600; color: var(--tinte); }
@media (min-width: 900px) {
.preis-panel { grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 3rem; }
.preis-faktoren { gap: 1.4rem; }
}
@media (max-width: 640px) {
.preis-panel { padding: 2.2rem 1.4rem 2.2rem 1.6rem; margin-top: 2.8rem; }
.preis-faktoren { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem 1rem; }
}
@media (max-width: 899px) {
.fokus.fokus-spalten { grid-template-columns: 1fr; }
.fokus-spalten li + li { border-top: 1px solid #c9dcf6; padding-top: 1.8rem; }
}
@media (min-width: 920px) {
.merkmal-band .merkmale { max-width: min(62rem, calc(100% - 2.3rem)); }
}
@media (max-width: 919px) {
.merkmal-band .merkmale { flex-direction: column; gap: .35rem; }
.merkmal-band .merkmale li + li { border-left: 0; }
}
.abschnitt-durchatmen { padding: 4.8rem 0 calc(3.6rem + clamp(60px, 3.6vw, 104px)); overflow-x: clip; }
.abschnitt-durchatmen::after {
content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: clamp(76px, 4.4vw, 120px); z-index: 0; pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 76' preserveAspectRatio='none'%3E%3Cpath d='M0 58C240 70 520 64 820 46C1060 32 1270 18 1440 10V76H0Z' fill='%23eef4fd'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.durchatmen-duo { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 900px) { .durchatmen-duo { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); } }
.durchatmen-titel { font-size: clamp(2.5rem, 4.8vw, 4.3rem); line-height: 1; margin: .2rem 0 1.3rem; }
.durchatmen-intro { font-size: clamp(1.06rem, 1.3vw, 1.2rem); line-height: 1.55; color: var(--schrift); max-width: 34rem; }
.durchatmen-tipps { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .5rem; }
.durchatmen-tipps li { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 1.3rem; align-items: center; }
.durchatmen-tipps img { width: 88px; height: 88px; }
.durchatmen-tipps h3 { font-size: clamp(1.1rem, 1.35vw, 1.24rem); margin-bottom: .3rem; }
.durchatmen-tipps p { color: var(--grau); font-size: 1rem; line-height: 1.5; }
.durchatmen-ctas { margin-top: 1.5rem; gap: 1.2rem; }
.durchatmen-ctas .knopf-gross { font-size: 1.3rem; padding: .7rem 1.7rem; }
.durchatmen-ctas .knopf-gross .iko { width: 1.5em; height: 1.5em; }
.durchatmen-ctas .held-tel { font-size: clamp(1.5rem, 1.9vw, 1.8rem); }
.durchatmen-bild { position: relative; }
.durchatmen-motiv { position: relative; width: 100%; max-width: 560px; margin: 0 auto; }
.durchatmen-flaeche { position: absolute; left: 3%; top: 0; width: 104%; height: 91%; z-index: 0; pointer-events: none; }
.durchatmen-engel { position: relative; z-index: 1; display: block; width: 100%; height: auto; }
.deko-durchatmen-wolke-oben { top: 9%; left: 78%; width: 32%; z-index: 0; }
.deko-durchatmen-wolke-links { top: 45%; left: -5%; width: 26%; z-index: 0; transform: scaleX(-1); }
.durchatmen-claim { position: relative; z-index: 2; width: fit-content; margin: .6rem 7% 0 auto; transform: rotate(-6deg); transform-origin: 100% 50%; }
.claim.claim-durchatmen { margin: 0; transform: none; line-height: 1.15; white-space: nowrap; word-spacing: .16em; }
.claim-strich { position: absolute; right: -3%; bottom: -16px; width: 58%; height: 13px; }
@media (max-width: 899px) {
.durchatmen-bild { max-width: 460px; margin: 0 auto; width: 100%; }
.durchatmen-claim { margin: 1.4rem auto 0; transform-origin: 50% 50%; }
}
@media (max-width: 919px) {
.abschnitt-durchatmen { padding: 3.2rem 0 calc(3.2rem + 36px); }
}
@media (max-width: 520px) {
.durchatmen-tipps li { grid-template-columns: 64px minmax(0, 1fr); gap: 1rem; }
.durchatmen-tipps img { width: 64px; height: 64px; }
}
.abschnitt-einsatz { background: #eef4fd; padding: 4.4rem 0 calc(3.6rem + clamp(56px, 3.4vw, 100px)); overflow-x: clip; }
.abschnitt-einsatz::after {
content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: clamp(64px, 4vw, 110px); z-index: 0; pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 2C150 30 290 58 440 58C700 58 1000 34 1250 18C1350 12 1410 8 1440 8V64H0Z' fill='%23ffffff'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.einsatz-duo { display: grid; gap: 2.6rem; align-items: center; }
@media (min-width: 900px) { .einsatz-duo { grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: 1.6rem clamp(2rem, 3.4vw, 3.4rem); } }
.einsatz-regionen { list-style: none; padding: 0; margin: 1.9rem 0 0; display: grid; gap: .95rem; max-width: 30rem; }
.einsatz-regionen a {
display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 1.3rem;
padding: 1rem 1.7rem 1rem 1.6rem; background: #fff; border: 1.5px solid #cfe0f7; border-radius: 12px;
color: var(--tinte); text-decoration: none; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.einsatz-regionen a:hover { border-color: var(--blau-marke); box-shadow: 0 10px 26px rgba(26, 104, 196, .12); transform: translateY(-1px); }
.ort-pin { width: 30px; height: 40px; color: var(--koralle); }
.region-name b { display: block; font-size: clamp(1.15rem, 1.5vw, 1.3rem); font-weight: 800; line-height: 1.2; }
.region-name small { display: block; color: var(--grau); font-size: 1rem; margin-top: .15rem; }
.region-pfeil, .knopf-pfeil { width: 26px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.region-pfeil { color: var(--koralle); }
.einsatz-bild { position: relative; }
.einsatz-motiv { position: relative; width: 100%; max-width: 600px; margin: 0 auto; }
.einsatz-flaeche { position: absolute; left: -3%; top: -5%; width: 106%; height: 103%; z-index: 0; pointer-events: none; }
.einsatz-engel { position: relative; z-index: 1; display: block; width: 100%; height: auto; }
.einsatz-ort { position: absolute; left: 52%; top: -3%; width: 34%; height: auto; z-index: 2; overflow: visible; }
.einsatz-ort .bogen path { fill: none; stroke: #2f7fee; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 9 10; }
.einsatz-ort .funken path { fill: none; stroke: #1f7bf2; stroke-width: 3.4; stroke-linecap: round; }
.einsatz-ort .pin { fill: var(--koralle); }
.deko-einsatz-wolke { top: 0; left: 82%; width: 24%; z-index: 0; }
.einsatz-claim { margin-top: .6rem; }
.einsatz-fehlt {
display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem;
background: #fff; border: 1.5px solid #d6e5f8; border-radius: 14px; padding: 1.2rem 1.4rem 1.2rem 2.2rem; margin-top: 1.2rem;
}
@media (min-width: 900px) { .einsatz-fehlt { grid-column: 1 / -1; } }
.einsatz-fehlt h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); margin: 0; padding-right: 2rem; border-right: 1.5px solid #d6e5f8; line-height: 1.3; }
.einsatz-fehlt p { flex: 1 1 16rem; margin: 0; color: var(--grau); font-size: 1rem; }
.einsatz-fehlt .knopf { margin-left: auto; gap: .8rem; font-size: 1.08rem; padding: .95rem 1.7rem; white-space: nowrap; }
.einsatz-fehlt .knopf-pfeil { width: 22px; height: 16px; }
@media (max-width: 899px) {
.einsatz-bild { max-width: 480px; margin: 0 auto; width: 100%; }
.einsatz-regionen { max-width: none; }
}
@media (max-width: 919px) {
.abschnitt-einsatz { padding: 3.2rem 0 calc(3rem + 36px); }
}
@media (max-width: 640px) {
.einsatz-fehlt { flex-direction: column; align-items: flex-start; padding: 1.4rem; }
.einsatz-fehlt h3 { border-right: 0; padding-right: 0; }
.einsatz-fehlt p { flex: none; }
.einsatz-fehlt .knopf { margin-left: 0; width: 100%; justify-content: center; }
.einsatz-regionen a { padding: .9rem 1.1rem; gap: 1rem; }
}
@media (min-width: 900px) and (max-width: 979px) {
.durchatmen-ctas { gap: 1rem; }
.durchatmen-ctas .knopf-gross { font-size: 1.12rem; padding: .75rem 1.3rem; }
.durchatmen-ctas .held-tel { font-size: 1.4rem; }
}
@media (max-width: 1160px) {
.durchatmen-flaeche { left: 2%; width: 98%; }
.einsatz-flaeche { left: 0; width: 100%; }
}
@media (min-width: 640px) and (max-width: 899px) {
.durchatmen-text, .einsatz-text { max-width: 36rem; margin: 0 auto; }
.einsatz-fehlt { max-width: 36rem; margin-left: auto; margin-right: auto; width: 100%; }
}
@media (min-width: 1360px) {
.durchatmen-duo { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.durchatmen-motiv { max-width: 590px; }
}
@media (max-width: 919px) {
.abschnitt-durchatmen { padding-bottom: calc(3.2rem + 36px); }
.abschnitt-durchatmen::after { height: 44px; }
.abschnitt-einsatz { padding-bottom: calc(3rem + 36px); }
.abschnitt-einsatz::after { height: 40px; }
}
.durchatmen-claim .claim-strich { right: 0; width: 42%; }
.einsatz-claim .claim-strich { right: 0; width: 66%; }
.durchatmen-tipps p { max-width: 22.5rem; }
.durchatmen-text .durchatmen-intro { max-width: 30rem; }
.held-hinweis-uhr { flex: none; width: auto; height: 3.1em; margin: -.8em -.05em -.8em -.15em; }
.held-start .held-hinweis { gap: .95rem; }
.held-start .held-ctas + .held-hinweis { margin-top: 2.4rem; }
.held-start .held-hinweis + .claim.claim-start { margin-top: 4.8rem; }
@media (max-width: 919px) {
.held-start .held-ctas + .held-hinweis { margin-top: 2.1rem; }
.held-start .held-hinweis + .claim.claim-start { margin-top: 4rem; }
}
.merkmal-icon { flex: none; width: 46px; height: 46px; margin: -.45rem 0; }
.merkmal-band .merkmale li { gap: .85rem; }
@media (max-width: 919px) { .merkmal-icon { width: 40px; height: 40px; margin: -.3rem 0; } }
@media (min-width: 920px) { .held-start { min-height: clamp(830px, 56vw, 1000px); } }
@media (min-width: 920px) and (max-width: 1120px) { .merkmal-band .merkmale li { padding: .35rem 1.1rem; } }
@media (min-width: 641px) {
.einsatz-fehlt { padding-top: .8rem; padding-bottom: .8rem; }
.einsatz-fehlt .knopf { padding: .8rem 1.6rem; }
}
@media (max-width: 899px) {
.einsatz-duo, .durchatmen-duo { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 400px) {
.einsatz-fehlt { padding: 1.3rem 1rem; }
.einsatz-fehlt .knopf { font-size: 1rem; padding: .9rem 1rem; }
.einsatz-regionen a { padding: .85rem .9rem; gap: .8rem; }
#durchatmen .kicker, #einsatzgebiete .kicker { gap: .45rem; letter-spacing: .14em; }
#durchatmen .kicker .zier-linie, #einsatzgebiete .kicker .zier-linie { height: 8px; }
}
@media (max-width: 520px) {
.claim.claim-durchatmen { word-spacing: .06em; }
}
@media (min-width: 641px) and (max-width: 899px) {
.einsatz-text { width: 100%; }
.einsatz-fehlt { flex-direction: column; align-items: flex-start; gap: .8rem; padding: 1.6rem 2rem; }
.einsatz-fehlt h3 { border-right: 0; padding-right: 0; }
.einsatz-fehlt p { flex: none; }
.einsatz-fehlt .knopf { margin-left: 0; }
}
@media (min-width: 900px) and (max-width: 979px) {
.einsatz-fehlt { gap: 1rem 1.4rem; padding-left: 1.6rem; }
.einsatz-fehlt h3 { padding-right: 1.4rem; }
.einsatz-fehlt p { flex-basis: 8rem; }
.einsatz-fehlt .knopf { padding: .95rem 1.4rem; }
}
.einsatz-text .durchatmen-intro, .einsatz-fehlt p { text-wrap: pretty; }
@media (min-width: 1000px) {
.einsatz-regionen a { grid-template-columns: 38px minmax(0, 1fr) auto; column-gap: 2rem; }
.ort-pin { width: 38px; height: 50px; }
.region-pfeil { width: 32px; height: 22px; }
}
@media (min-width: 920px) {
.abschnitt-einsatz { padding-top: 2.8rem; padding-bottom: calc(1.8rem + clamp(56px, 3.4vw, 100px)); }
.einsatz-text .durchatmen-titel { margin-bottom: .7rem; }
.einsatz-regionen { margin-top: 1.5rem; }
}
.einsatz-claim { margin-bottom: .8rem; }
@media (max-width: 520px) { .durchatmen-tipps { gap: 1.1rem; } }
@media (min-width: 900px) { .einsatz-fehlt { margin-top: 3.2rem; } }
.claim.claim-durchatmen { font-size: clamp(1.6rem, 2.3vw, 2.2rem); }
.einsatz-claim .claim.claim-durchatmen { font-size: clamp(1.8rem, 2.6vw, 2.5rem); }
@media (max-width: 520px) {
.claim.claim-durchatmen { font-size: clamp(1.1rem, 5.9vw, 1.75rem); }
.einsatz-claim .claim.claim-durchatmen { font-size: clamp(1.3rem, 7vw, 2rem); }
}
.preis-faktoren img { width: auto; height: 68px; }
@media (max-width: 640px) { .preis-faktoren img { width: auto; height: 60px; } }
.fuss .kontakt-knopf, .fuss .kontakt-knopf:hover { color: #fff; }
@media (min-width: 900px) {
.kontakt-innen { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.kontakt h2 { font-size: clamp(2.3rem, 3.9vw, 3.5rem); }
.kontakt-engel { max-width: none; }
}
.kontakt-zeile { display: block; text-wrap: balance; }
.kontakt-text { position: relative; z-index: 2; }
.kontakt-strich::after { left: -.45em; right: .2em; bottom: -.17em; height: .3em; }
.kontakt .kicker .zier-linie { height: 12px; }
.kontakt .kicker .zier-linie path { stroke-width: 2.2px; }
.kontakt-knopf { box-shadow: 0 6px 16px rgba(47, 127, 238, .18); }
.fuss-marke a { display: inline-block; }
.fuss h3 { font-weight: 700; }
.fuss h3::after {
width: 2.8rem; height: 7px; bottom: -.75rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 8' preserveAspectRatio='none'%3E%3Cpath d='M1 4.5C12 2.5 26 1 41 1C42.3 1 42.3 2.4 41 2.5C27 3.3 13 5.4 2.5 7.6C.5 8-.3 5 1 4.5Z' fill='%23e80018'/%3E%3C/svg%3E");
}
@media (min-width: 900px) {
.kontakt { padding-top: calc(var(--welle) + .5rem); padding-bottom: 1.5rem; }
.kontakt .kicker { margin-bottom: .3rem; }
.kontakt h2 { margin: 0 0 1.5rem; }
.kontakt-knopf { margin-top: 1.15rem; line-height: 1.2; padding-top: .6rem; padding-bottom: .6rem; }
.kontakt-knopf .iko { width: 1.45em; height: 1.45em; }
.kontakt-hinweis { margin-top: .6rem; }
.fuss-innen { padding-top: 2rem; padding-bottom: 1.6rem; }
.fuss-marke p { margin-top: .35rem; }
.fuss ul { gap: 0; }
.fuss li a { display: inline-block; padding: .12rem 0; }
.kontakt-engel { width: 112%; margin: -1rem -4% 0 -8%; }
}
@media (min-width: 900px) and (max-width: 1179px) {
.kontakt-engel { width: 108%; margin: -1rem 0 0 -8%; }
}
@media (min-width: 700px) {
.fuss-schluss { display: grid; grid-template-columns: 1fr auto 1fr; }
.fuss-schluss .nach-oben { justify-self: end; }
}
@media (min-width: 640px) and (max-width: 899px) {
.fuss-innen { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 919px) {
body { padding-bottom: 0; }
.fuss { padding-bottom: 3.6rem; }
html { scroll-padding-bottom: 4.5rem; }
}
@media (max-width: 400px) {
.kontakt .kicker { gap: .45rem; letter-spacing: .14em; }
.kontakt .kicker .zier-linie { height: 8px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
.kontakt-knopf { transition: none; }
.kontakt-knopf:hover { transform: none; }
}
.faq details { background: #fff; border: 2px solid #dde9f8; border-radius: 14px; margin: 0 0 1rem; padding: 0; }
.faq details:first-of-type { border-top: 2px solid #dde9f8; }
.faq summary { padding: 1.4rem 4.8rem 1.4rem 1.8rem; font-weight: 800; line-height: 1.35; }
.faq summary::after {
right: 1.1rem; width: 2.6rem; height: 2.6rem; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
color: var(--koralle); font-weight: 500; line-height: 1;
}
.faq details[open] { background: #eaf2fd; border-color: #eaf2fd; border-left: 4px solid var(--koralle); padding: 0; margin: 0 0 1rem; }
.faq details[open] summary { padding-left: calc(1.8rem - 2px); padding-right: 4.8rem; }
.faq details[open] summary::after { right: 1.1rem; }
.faq details p, .faq details[open] p { padding: 0 1.8rem 1.5rem; margin: 0; max-width: none; color: var(--grau); font-size: 1.04rem; line-height: 1.65; }
.faq details[open] p { padding-left: calc(1.8rem - 2px); }
@media (max-width: 520px) {
.faq summary { padding: 1.15rem 4rem 1.15rem 1.2rem; }
.faq details[open] summary { padding-left: calc(1.2rem - 2px); }
.faq details p, .faq details[open] p { padding: 0 1.2rem 1.2rem; }
.faq details[open] p { padding-left: calc(1.2rem - 2px); }
.faq summary::after { width: 2.2rem; height: 2.2rem; right: .9rem; font-size: 1.5rem; }
}
.abschnitt-faq { padding-bottom: 3.2rem; }
.faq-kopf { position: relative; }
.faq-titel { position: relative; width: fit-content; font-size: clamp(2.3rem, 4vw, 3.3rem); margin: .2rem 0 1.4rem; }
.faq-titel::after {
content: ""; position: absolute; left: -.1em; bottom: -.28em; height: .2em; pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 16' preserveAspectRatio='none'%3E%3Cpath d='M3 13C60 5 150 2 236 4C239 4 239 8 236 8C150 8 70 11 6 16C2 16 1 13 3 13Z' fill='%23e80018'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.faq-unter { font-size: clamp(1.05rem, 1.3vw, 1.18rem); margin: 0; }
.faq-funkeln { position: absolute; pointer-events: none; fill: none; stroke: #9cc3f0; stroke-width: 1.3; stroke-linejoin: round; }
.faq-funkeln-titel { top: -.4rem; left: min(24rem, 72%); width: 84px; height: auto; }
.faq-motiv { position: relative; max-width: 30rem; margin-top: 1.6rem; }
.faq-motiv .faq-bild { position: relative; z-index: 1; display: block; width: 88%; max-width: none; margin: 0 0 0 6%; }
.faq-flaeche { position: absolute; left: -4%; top: 4%; width: 112%; height: 92%; z-index: 0; pointer-events: none; }
.faq-funkeln-motiv { left: -2%; top: 8%; width: 46px; height: auto; z-index: 1; }
.deko.deko-faq-wolke { z-index: 2; opacity: 1; }
.faq-andere { display: flex; align-items: center; gap: 1.4rem; background: #eaf2fd; border-radius: 14px; padding: 1.3rem 1.8rem; margin-top: 1.4rem; }
.faq-andere-icon { width: 58px; height: 58px; flex: none; fill: none; stroke: var(--tinte); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.faq-andere p { margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: .3rem; }
.faq-andere b { color: var(--tinte); font-size: clamp(1.08rem, 1.35vw, 1.24rem); }
.faq-andere .pfeil-link { font-weight: 600; font-size: 1.05rem; }
@media (min-width: 900px) {
.abschnitt-faq .faq-duo { grid-template-columns: minmax(0, .82fr) minmax(0, 1.1fr); gap: 2.6rem; align-items: start; }
.abschnitt-faq .faq { margin-top: 1.1rem; }
}
@media (max-width: 899px) {
.faq-motiv { max-width: 20rem; margin: 1.6rem auto 0; }
.faq-funkeln-titel { left: auto; right: 0; width: 64px; }
}
.fuss { z-index: 2; }
.faq-funkeln.faq-funkeln-titel { left: calc(100% + .15em); top: -.75em; width: 1.5em; right: auto; }
@media (max-width: 899px) { .faq-funkeln.faq-funkeln-titel { left: calc(100% + .15em); right: auto; width: 1.4em; } }
@media (max-width: 1180px) { .faq-funkeln.faq-funkeln-titel { top: -.05em; } }
img.faq-andere-icon { width: 64px; height: 64px; }
.deko.deko-faq-wolke { left: -14%; width: 112%; bottom: calc(-3.2rem - 72px); }
.faq summary::after, .faq details[open] summary::after { content: ""; font-size: 0; }
.faq summary::after {
background:
linear-gradient(var(--koralle) 0 0) center / 16px 3px no-repeat,
linear-gradient(var(--koralle) 0 0) center / 3px 16px no-repeat,
#edf3fc;
}
.faq details[open] summary::after {
background: linear-gradient(var(--koralle) 0 0) center / 16px 3px no-repeat, #fff;
}
.faq summary { padding-top: 1.65rem; padding-bottom: 1.65rem; font-size: clamp(1.1rem, 1.45vw, 1.3rem); text-wrap: pretty; }
@media (max-width: 520px) {
.faq summary { padding-top: 1.15rem; padding-bottom: 1.15rem; }
.faq details[open] summary { padding-right: 4rem; }
.faq details[open] summary::after { right: .9rem; }
.faq summary::after { background-size: 14px 3px, 3px 14px, auto; }
.faq details[open] summary::after { background-size: 14px 3px, auto; }
.faq-andere { gap: 1rem; padding: 1.1rem 1.2rem; }
}
.faq-andere b { text-wrap: balance; line-height: 1.35; }
#fragen:not(.abschnitt-faq) .faq details[open],
#fragen:not(.abschnitt-faq) .faq details[open]:first-of-type { background: #e6effc; border-color: #d6e5f8; border-left-color: var(--koralle); }
@media (min-width: 900px) {
.abschnitt-faq { padding-bottom: 2rem; }
.faq-motiv .faq-bild { width: 80%; margin-left: 14%; }
.deko.deko-faq-wolke { left: -42%; bottom: calc(-2rem - 72px); }
}
@media (min-width: 1181px) {
.faq-funkeln.faq-funkeln-titel { left: calc(100% + .6em); top: -.47em; width: 1.72em; }
}
.faq-titel::after { width: 2.75em; }
.kontakt-knopf .iko { width: 1.45em; height: 1.45em; }
.fuss-marke p { text-wrap: balance; }
@media (max-width: 359px) {
.fuss-innen { column-gap: 1rem; }
.fuss li a { font-size: .98rem; }
}
@media (min-width: 920px) {
.seite-start { --rand: clamp(1.15rem, 5.5vw, 7rem); }
.seite-start main > section:not(.merkmal-band) > .mitte,
.seite-start .kontakt > .mitte,
.seite-start .fuss-hinweis.mitte { max-width: 112.5rem; padding-left: var(--rand); padding-right: var(--rand); }
.seite-start .fuss-innen.mitte,
.seite-start .fuss-schluss.mitte {
max-width: calc(112.5rem - 2 * var(--rand) + 2.3rem);
margin-left: max(calc(var(--rand) - 1.15rem), calc((100% - 112.5rem) / 2 + var(--rand) - 1.15rem));
margin-right: max(calc(var(--rand) - 1.15rem), calc((100% - 112.5rem) / 2 + var(--rand) - 1.15rem));
}
}
@media (min-width: 1440px) {
html.start { font-size: clamp(1rem, calc(100vw / 90), 1.5rem); }
.seite-start .schritte-bild { --h: 9.6rem; }
.seite-start .schritt-pfeil { width: 8rem; }
.seite-start .schritt-kreis { width: 3rem; height: 3rem; }
.seite-start .preis-faktoren img { height: 4.25rem; }
.seite-start .fokus-illu { height: 11rem; }
.seite-start .merkmal-icon { width: 2.9rem; height: 2.9rem; }
.seite-start .durchatmen-motiv { max-width: 37rem; }
.seite-start .durchatmen-tipps li { grid-template-columns: 5.5rem minmax(0, 1fr); }
.seite-start .durchatmen-tipps img { width: 5.5rem; height: 5.5rem; }
.seite-start .einsatz-motiv { max-width: 37.5rem; }
.seite-start .einsatz-regionen a { grid-template-columns: 2.4rem minmax(0, 1fr) auto; }
.seite-start .ort-pin { width: 2.4rem; height: 3.1rem; }
.seite-start .region-pfeil { width: 2rem; height: 1.4rem; }
.seite-start img.faq-andere-icon { width: 4rem; height: 4rem; }
.seite-start .faq summary::after { background-size: 1rem .19rem, .19rem 1rem, auto; }
.seite-start .faq details[open] summary::after { background-size: 1rem .19rem, auto; }
}
@media (min-width: 920px) {
.seite-start .kopf > .mitte, .seite-start .held-start > .mitte { max-width: 112.5rem; }
.seite-start .held-bild-start .held-engel { max-width: min(100%, 55rem); }
.seite-start .merkmal-band + .abschnitt { padding-top: calc(4.6rem + 3rem); }
}
@media (min-width: 900px) and (max-width: 1199px) {
.einsatz-fehlt { gap: 1rem 1.4rem; padding-left: 1.6rem; }
.einsatz-fehlt h3 { padding-right: 1.4rem; }
.einsatz-fehlt p { flex-basis: 8rem; }
.einsatz-fehlt .knopf { padding: .8rem 1.3rem; }
}
.held-leistungen .h1-unter { color: var(--blau); font-size: .4em; line-height: 1.2; margin-top: .75rem; letter-spacing: -.01em; }
.held-entdecken { margin: 1.5rem 0 0; }
.held-entdecken .pfeil-link { font-weight: 600; }
.held-bild-leist { position: relative; }
.claim.claim-leist {
position: absolute; right: 0; top: 30%; z-index: 2; margin: 0; width: auto;
font-size: clamp(1.3rem, 1.75vw, 2.1rem); line-height: 1.12; transform: rotate(-12deg); transform-origin: 100% 50%;
}
.claim-leist-strich { position: relative; white-space: nowrap; }
.claim-leist-strich::after {
content: ""; position: absolute; left: -.1em; right: -.15em; bottom: -.22em; height: .22em; pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 16' preserveAspectRatio='none'%3E%3Cpath d='M3 13C60 5 150 2 236 4C239 4 239 8 236 8C150 8 70 11 6 16C2 16 1 13 3 13Z' fill='%23e80018'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
@media (max-width: 919px) {
.claim.claim-leist { position: static; transform: rotate(-5deg); transform-origin: 50% 50%; margin: 1rem auto 0; text-align: center; }
}
@media (min-width: 920px) {
.merkmal-band + .abschnitt-leistungen .leist-flaeche,
.merkmal-band + .abschnitt-leistungen .leist-wolken { top: 64px; height: calc(100% - 64px); }
.seite-start .merkmal-band + .abschnitt-leistungen { padding-top: calc(4.6rem + 3rem + 1.5rem); }
}
.fokus-spalten.fokus-karten { gap: 1.2rem; }
.fokus-spalten.fokus-karten li {
background: #fff; border: 0; border-radius: 16px; padding: 1.6rem 1.6rem 1.8rem;
box-shadow: 0 12px 34px rgba(26, 104, 196, .08);
}
@media (min-width: 900px) {
.fokus-spalten.fokus-karten { gap: 1.5rem; }
.fokus-spalten.fokus-karten li, .fokus-spalten.fokus-karten li:first-child { padding: 1.7rem 1.8rem 1.9rem; }
.fokus-spalten.fokus-karten li + li { border-left: 0; }
}
@media (max-width: 899px) {
.fokus-spalten.fokus-karten li + li { border-top: 0; padding-top: 1.6rem; }
}
.abschnitt-mehr { padding-top: 3.2rem; padding-bottom: 3.4rem; }
.mehr-titel { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: 1.6rem; }
.mehr-raster { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr); }
.mehr-raster li { padding: 1.3rem 1.2rem 1.4rem 0; border-top: 1px solid #dbe6f5; }
.mehr-raster h3 { font-size: 1.08rem; margin-bottom: .3rem; }
.mehr-raster p { color: var(--grau); font-size: .97rem; line-height: 1.45; margin: 0; }
@media (min-width: 600px) {
.mehr-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mehr-raster li:nth-child(2n) { padding-left: 1.4rem; border-left: 1px solid #dbe6f5; }
}
@media (min-width: 1200px) {
.mehr-raster { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mehr-raster li { padding-left: 1.4rem; border-left: 1px solid #dbe6f5; }
.mehr-raster li:nth-child(4n+1) { padding-left: 0; border-left: 0; }
}
.abschnitt-ablauf.abschnitt-ablauf-blau { background: #eef4fd; padding-top: calc(3.8rem + clamp(40px, 4vw, 70px)); padding-bottom: calc(4rem + clamp(40px, 4vw, 70px)); }
.abschnitt-ablauf-blau::before, .abschnitt-ablauf-blau::after {
content: ""; position: absolute; left: 0; width: 100%; height: clamp(40px, 4vw, 70px); z-index: 0; pointer-events: none;
background-size: 100% 100%; background-repeat: no-repeat;
}
.abschnitt-ablauf-blau::before { top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1440V22C1180 60 900 16 620 40C380 60 170 62 0 34Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.abschnitt-ablauf-blau::after { bottom: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 64H1440V28C1180 6 900 50 620 26C380 6 170 4 0 30Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.abschnitt-ablauf-blau .deko-ablauf-wolke-oben { top: calc(clamp(40px, 4vw, 70px) + 1.2rem); }
@media (min-width: 920px) {
.held-start.held-leistungen { min-height: 0; padding: 1.4rem 0 5rem; }
.held-leistungen .held-innen { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.held-leistungen .held-bild-leist .held-engel { width: 138%; max-width: none; margin: 0 0 -8% -4%; }
.claim.claim-leist { top: 40%; right: -4%; }
}
.fokus-karten .pfeil-link { white-space: nowrap; }
@media (min-width: 900px) and (max-width: 1199px) { .fokus-karten .pfeil-link { font-size: .92rem; } }
@media (min-width: 1180px) { .kontakt-engel { margin-left: -12%; } }
@media (min-width: 920px) and (max-width: 1099px) {
.seite-start .schritte-bild { --luecke: 1.6rem; }
.seite-start .schritt-zeile { gap: .8rem; }
.seite-start .schritt-kreis { width: 40px; height: 40px; font-size: .95rem; }
.seite-start .schritt-zeile h3 { font-size: 1.15rem; }
}
@media (min-width: 920px) { .seite-start .merkmal-band .merkmale { max-width: min(62rem, calc(100% - 2 * var(--rand))); } }
@media (min-width: 920px) and (max-width: 1120px) {
.seite-start .merkmal-band .merkmale { padding-left: .6rem; padding-right: .6rem; }
.seite-start .merkmal-band .merkmale li { padding: .35rem .9rem; }
}
@media (min-width: 920px) { .seite-start .held-bild-start { justify-self: stretch; } }
.schritt-zeile p, .fokus-spalten p, .faq details p,
.durchatmen-text .durchatmen-intro, .durchatmen-tipps p, .held-start .held-text { text-wrap: pretty; }
@media (min-width: 1440px) {
.seite-start .marke img { height: 3.375rem; }
.seite-start .held-start { min-height: 51.875rem; }
.seite-start .held-start .held-text { max-width: 33em; }
.seite-start .faq details p { max-width: 43em; }
.seite-start .kicker .zier-linie { height: .875rem; }
.seite-start .kicker .zier-linie path { stroke-width: .0875rem; }
.seite-start .kontakt .kicker .zier-linie { height: .75rem; }
.seite-start .kontakt .kicker .zier-linie path { stroke-width: .1375rem; }
.seite-start .deko-held-sterne { width: clamp(240px, 19vw, 23.75rem); }
.seite-start .deko-ablauf-wolke-oben { top: calc(3rem + 2.2rem); right: -3rem; width: 15.3rem; }
.seite-start .deko-ablauf-wolke-unten { bottom: -6rem; width: 11.7rem; }
.seite-start .abschnitt-ablauf-blau .deko-ablauf-wolke-oben { top: calc(3.6rem + 1.2rem); }
.seite-start .deko-leist-wolke-oben { top: 4.875rem; right: -1.625rem; width: 15.3rem; }
.seite-start .deko-leist-wolke-unten { bottom: -1.875rem; left: -3.75rem; width: 23.4rem; }
.seite-start .fuss { --welle: 5.4rem; }
.seite-start .deko.deko-faq-wolke { bottom: calc(-2rem - 4.5rem); }
.seite-start .claim-pinsel { width: 23.4rem; }
.seite-start .einsatz-fehlt .knopf-pfeil { width: 1.375rem; height: 1rem; }
.seite-start .faq-funkeln-motiv { width: 2.875rem; }
.seite-start .nach-oben svg { width: .8125rem; height: 1.0625rem; }
.seite-start .claim-strich { height: .8125rem; bottom: -1rem; }
}
@media (min-width: 920px) { .seite-start .held-start.held-leistungen { min-height: 0; } }
@media (min-width: 920px) {
.held-leistungen + .merkmal-band + .abschnitt-leistungen {
background: linear-gradient(#e8f1fd, #ebf3fd 40px) 0 0 / 100% 50% no-repeat;
}
.held-leistungen + .merkmal-band + .abschnitt-leistungen .leist-flaeche,
.held-leistungen + .merkmal-band + .abschnitt-leistungen .leist-wolken { top: 0; height: 100%; }
}
.ort-suche.ort-suche-karte {
flex-wrap: nowrap; align-items: center; gap: .8rem; max-width: 34rem; margin-top: 1.8rem;
background: #fff; border: 1.5px solid #bcd3f3; border-radius: 14px; padding: .5rem .5rem .5rem 1rem;
box-shadow: 0 10px 28px rgba(26, 104, 196, .08);
}
.ort-suche-karte:focus-within { border-color: var(--blau); }
.ort-suche-pin { width: 22px; height: 29px; flex: none; fill: none; stroke: var(--tinte); stroke-width: 2; }
.ort-suche-karte .ort-suche-feld { border: 0; background: none; padding: .15rem 0; min-width: 0; }
.ort-suche-karte .ort-suche-feld input { width: 100%; }
.ort-suche-karte .knopf { padding: .95rem 1.8rem; flex: none; }
.held-gebiete .h1-akzent { color: var(--blau); }
.held-bild-gebiete { position: relative; }
.claim.claim-gebiete { top: auto; bottom: 9%; right: -1%; transform: rotate(-10deg); }
@media (max-width: 520px) {
.ort-suche.ort-suche-karte { flex-wrap: wrap; padding: .7rem; }
.ort-suche-karte .ort-suche-feld { flex: 1 1 calc(100% - 40px); }
.ort-suche-karte .knopf { width: 100%; justify-content: center; }
}
.abschnitt-verzeichnis > .mitte, .abschnitt-laender > .mitte { position: relative; z-index: 1; }
.abschnitt-verzeichnis { position: relative; }
@media (min-width: 920px) {
.held-gebiete + .merkmal-band + .abschnitt-verzeichnis { background: linear-gradient(#e8f1fd, #ebf3fd 40px) 0 0 / 100% 50% no-repeat; }
.seite-start .merkmal-band + .abschnitt-verzeichnis { padding-top: calc(4.6rem + 3rem + 1.5rem); }
}
.abschnitt-unter { color: var(--grau); font-size: clamp(1.02rem, 1.2vw, 1.12rem); margin: -.6rem 0 0; }
.region-karten { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1.3rem; }
@media (min-width: 760px) { .region-karten { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.region-karten li {
display: flex; flex-direction: column; background: #fff; border-radius: 16px; padding: 1.2rem 1.5rem 1.6rem;
box-shadow: 0 12px 34px rgba(26, 104, 196, .08);
}
.region-bild { display: block; width: 100%; height: auto; aspect-ratio: 960 / 552; object-fit: cover; border-radius: 10px; margin-bottom: 1rem; }
.region-karten h3 { font-size: clamp(1.3rem, 1.6vw, 1.55rem); margin-bottom: .35rem; }
.region-karten p { color: var(--grau); margin: 0 0 .5rem; }
.region-karten .region-orte { font-size: .95rem; margin-bottom: 1.1rem; }
.region-orte a { color: var(--grau); text-decoration: none; }
.region-orte a:hover { color: var(--blau); text-decoration: underline; }
.region-karten .pfeil-link { margin-top: auto; align-self: flex-start; }
.region-pfad { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2.2rem; position: relative; }
.region-pfad::before, .region-pfad::after { content: ""; flex: 1; height: 1px; background: #c9dcf6; }
.region-pfad p { margin: 0; display: flex; flex-direction: column; flex: none; }
.region-pfad b { color: var(--tinte); }
.region-pfad p > span { color: var(--grau); font-size: .95rem; }
.region-pfad p > span span { color: var(--koralle); }
@media (max-width: 640px) { .region-pfad::before, .region-pfad::after { display: none; } .region-pfad { justify-content: flex-start; } }
.abschnitt-laender { padding-top: 3.4rem; }
.laender-liste { list-style: none; padding: 0; margin: 1.8rem 0 0; columns: 1; }
@media (min-width: 760px) { .laender-liste { columns: 2; column-gap: 3.4rem; column-rule: 1px solid #dbe6f5; } }
.laender-liste li {
break-inside: avoid; display: flex; align-items: baseline; justify-content: space-between;
padding: .6rem .2rem;
}
.land-name { color: var(--schrift); }
.land-aktiv .land-name { color: var(--tinte); font-weight: 700; }
.land-status { color: #8a93a6; font-size: .95rem; }
.land-aktiv a { color: var(--blau); font-weight: 600; font-size: .95rem; text-decoration: underline; text-underline-offset: 3px; }
.laender-info { margin-top: 1.2rem; max-width: none; }
.gebiete-banner {
display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 2rem; margin-top: 2.4rem;
background: var(--koralle-hell); border-left: 4px solid var(--koralle); border-radius: 16px; padding: 1.6rem 2rem 1.6rem 2.2rem;
}
.gebiete-pin { width: 44px; height: 58px; flex: none; fill: none; stroke: var(--koralle); stroke-width: 1.8; }
.gebiete-banner > div { flex: 1 1 18rem; }
.gebiete-banner h2 { font-size: clamp(1.35rem, 2vw, 1.75rem); margin: 0 0 .3rem; }
.gebiete-banner p { margin: 0; color: var(--schrift); }
.gebiete-banner .knopf { flex: none; }
@media (max-width: 640px) { .gebiete-banner { padding: 1.4rem; } .gebiete-banner .knopf { width: 100%; justify-content: center; } }
.faq-titel.faq-titel-lang { width: auto; font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1.12; }
.faq-titel-lang::after { width: 3.4em; }
@media (min-width: 1440px) {
.seite-start .ort-suche-pin { width: 1.4rem; height: 1.8rem; }
.seite-start .gebiete-pin { width: 2.75rem; height: 3.6rem; }
.seite-start .ort-suche.ort-suche-karte { max-width: 34rem; }
}
.laender-liste li, .laender-liste li.land-aktiv { background: none; border: 0; border-bottom: 1px solid #e3ebf6; border-radius: 0; }
.laender-liste .land-status::before, .laender-liste .land-aktiv a::before { content: none; }
.laender-liste .land-aktiv a { display: inline; }
@media (min-width: 920px) {
.claim.claim-gebiete { font-size: clamp(1.4rem, 1.9vw, 2.3rem); }
.held-start.held-gebiete { padding-bottom: 5.5rem; }
}
.abschnitt-laender { padding-bottom: 3rem; }
.mehr-raster .mehr-icon { display: block; width: 4rem; height: 4rem; margin: 0 0 .7rem -.3rem; }
.claim.claim-leist { color: var(--blau-tief); }
.schritt-zeile p { max-width: 34ch; }
.schritt-zeile h3, .mehr-titel, .abschnitt-leistungen h2, .abschnitt-ablauf h2, .faq-kopf p, .kontakt-unter { text-wrap: balance; }
.mehr-raster h3 { hyphens: manual; }
.fokus-spalten.fokus-karten { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .fokus-spalten.fokus-karten { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 900px) and (max-width: 959px) {
.fokus-spalten.fokus-karten li, .fokus-spalten.fokus-karten li:first-child { padding-left: 1.3rem; padding-right: 1.3rem; }
.fokus-karten .pfeil-link { font-size: .88rem; }
}
@media (min-width: 760px) and (max-width: 899px) {
.schritte-bild { grid-template-columns: minmax(0, 1fr); max-width: 36rem; }
.schritt-pfeil { display: none; }
.schritt-bild > img:first-child { height: 112px; margin: 0 0 0 calc(48px + 1.2rem); }
}
@media (min-width: 560px) and (max-width: 899px) {
.schritte-bild { max-width: 36rem; }
.schritte-bild .schritt-zeile p { max-width: none; }
}
@media (max-width: 919px) {
.held-bild .held-engel-quer { width: min(94%, 620px); }
.claim.claim-leist { font-size: clamp(1.45rem, 5.2vw, 2rem); }
}
@media (max-width: 440px) {
.kicker { gap: .45rem; letter-spacing: .14em; }
.kicker .zier-linie { height: 8px; }
}
@media (max-width: 480px) {
.merkmal-band .merkmale li { padding: .35rem .4rem; }
}
@media (max-width: 420px) {
.kontakt h2 { font-size: min(2.1rem, 7.9vw); }
}
@media (min-width: 920px) and (max-width: 1199px) {
.held-leistungen .held-bild-leist .held-engel { margin-bottom: 0; }
.claim.claim-leist { position: static; width: fit-content; margin: .4rem 0 0 auto; text-align: right; transform: rotate(-5deg); font-size: clamp(1.25rem, 2vw, 1.5rem); }
}
.region-pfad-icon { width: 3.2rem; height: 3.2rem; flex: none; }
.bezirke-raster { display: grid; gap: 1.2rem; margin-top: 2.2rem; }
@media (min-width: 640px) { .bezirke-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .bezirke-raster { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1180px) { .bezirke-raster { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.bezirk { background: #fff; border: 1px solid var(--linie); border-radius: 14px; padding: 1.1rem 1.3rem 1.2rem; }
.bezirk-aktiv { border-color: #b9cdf3; box-shadow: 0 10px 26px rgba(26, 104, 196, .08); }
.bezirk h3 { font-size: 1.08rem; margin: 0 0 .6rem; padding-bottom: .55rem; border-bottom: 1px solid var(--linie); }
.bezirk ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .1rem; }
.bezirk li { display: flex; align-items: baseline; justify-content: space-between; gap: .8rem; padding: .3rem 0; font-size: .97rem; }
.stadt-name { color: var(--schrift); }
.stadt-status { color: var(--grau); font-size: .85rem; white-space: nowrap; }
.stadt-aktiv a { color: var(--tinte); font-weight: 700; text-decoration: none; }
.stadt-aktiv a:hover { color: var(--blau); text-decoration: underline; }
.stadt-aktiv .stadt-status { color: var(--blau); font-weight: 600; }
.weitere-hinweis { max-width: none; margin-top: 1.6rem; }
.iko.iko-info { width: 1.6em; height: 1.6em; flex: none; margin-top: 0; }
@media (min-width: 920px) {
.held-start.held-gebiete, .seite-start .held-start.held-gebiete { min-height: 0; padding: 1rem 0 4.6rem; }
.claim.claim-gebiete { bottom: 7%; right: 0; }
}
@media (max-width: 919px) {
.held-bild-gebiete { padding-bottom: 2.2rem; justify-self: stretch; }
}
@media (max-width: 359px) { .held-gebiete h1 { font-size: min(2.6rem, 11.4vw); } }
.suche-info span { text-wrap: balance; }
.suche-hinweis a { white-space: nowrap; }
.region-karten { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .region-karten { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 521px) and (max-width: 899px) {
.region-karten li { display: grid; grid-template-columns: minmax(0, 42%) 1fr; column-gap: 1.3rem; align-content: center; }
.region-bild { grid-row: span 4; margin: 0; align-self: center; }
}
.region-karten .pfeil-link { white-space: nowrap; }
.region-orte .ort-folge { white-space: nowrap; }
.region-karten p { text-wrap: pretty; }
@media (min-width: 900px) and (max-width: 1099px) {
.region-karten li { padding-left: 1.1rem; padding-right: 1.1rem; }
.region-karten .pfeil-link { font-size: .92rem; }
}
@media (max-width: 640px) {
.region-pfad p { flex: 1 1 auto; min-width: 0; }
.region-pfad b { text-wrap: balance; }
}
.land-status, .land-aktiv a { min-width: 6.9rem; }
.laender-liste li { gap: .6rem; }
.laender-liste .land-status { color: var(--grau); }
@media (max-width: 359px) { .land-name { font-size: .94rem; } }
.abschnitt-laender + .abschnitt-faq { padding-top: 3rem; }
@media (min-width: 900px) { .kontakt-lang h2 { font-size: clamp(2.1rem, 3.1vw, 2.9rem); } }
@media (min-width: 920px) {
.held-start.held-kontakt, .seite-start .held-start.held-kontakt { min-height: 0; padding: 1.4rem 0 5.2rem; }
.held-kontakt .held-innen { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.held-bild-kontakt .held-engel-fahrrad { width: 100%; max-width: 44rem; margin: 0 0 -3rem auto; display: block; }
}
.merkmal-band-detail .merkmale li { align-items: center; text-align: left; }
.merkmal-text { display: flex; flex-direction: column; line-height: 1.3; }
.merkmal-text b { color: var(--tinte); font-weight: 700; }
.merkmal-text small { color: var(--grau); font-size: .88rem; font-weight: 400; }
@media (min-width: 920px) {
.seite-start .merkmal-band-detail .merkmale { max-width: min(68rem, calc(100% - 2 * var(--rand))); }
}
@media (max-width: 919px) {
.merkmal-band-detail .merkmale { align-items: flex-start; width: fit-content; max-width: 100%; margin-left: auto; margin-right: auto; }
}
.abschnitt-anruf { background: #eef4fd; position: relative; padding-bottom: calc(4rem + clamp(40px, 4vw, 70px)); }
.abschnitt-anruf::after {
content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: clamp(40px, 4vw, 70px); z-index: 0; pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 64H1440V28C1180 6 900 50 620 26C380 6 170 4 0 30Z' fill='%23ffffff'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
@media (min-width: 920px) {
.held-kontakt + .merkmal-band + .abschnitt-anruf { background: linear-gradient(#e8f1fd, #eef4fd 40px); padding-top: calc(4.6rem + 3rem + 1.5rem); }
}
.anruf-duo { display: grid; gap: 2rem; align-items: center; position: relative; z-index: 1; }
@media (min-width: 900px) { .anruf-duo { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 3rem; } }
.abschnitt-unter-blau { color: var(--blau); margin-top: -.6rem; }
.anruf-punkte { list-style: none; padding: 0; margin: 1.8rem 0 0; display: grid; }
.anruf-punkte li { display: grid; grid-template-columns: 4.6rem 3rem minmax(0, 1fr); align-items: center; column-gap: 1rem; padding: .9rem 0; }
.anruf-punkte li + li > div { border-top: 1px solid #cddcf2; }
.anruf-punkte li > div { padding-top: .6rem; }
.anruf-punkte li:first-child > div { padding-top: 0; }
.anruf-icon { width: 4.6rem; height: 4.6rem; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(26, 104, 196, .08); }
.anruf-nr { color: var(--koralle); font-weight: 800; font-size: clamp(1.4rem, 1.8vw, 1.7rem); }
.anruf-punkte h3 { font-size: clamp(1.1rem, 1.4vw, 1.3rem); margin: 0 0 .2rem; }
.anruf-punkte p { color: var(--grau); margin: 0; }
.anruf-hinweis { color: var(--schrift); margin: 1.2rem 0 0; }
.anruf-bild .engel-rakete { display: block; width: 100%; max-width: 38rem; height: auto; margin: 0 auto; }
@media (max-width: 520px) {
.anruf-punkte li { grid-template-columns: 3.4rem 2.2rem minmax(0, 1fr); column-gap: .7rem; }
.anruf-icon { width: 3.4rem; height: 3.4rem; }
}
.naechster-reihe li { grid-template-columns: 3rem minmax(0, 1fr); column-gap: .8rem; }
.naechster-nr { color: var(--koralle); font-weight: 800; font-size: clamp(1.5rem, 2vw, 1.9rem); line-height: 1; }
@media (min-width: 900px) {
.naechster-reihe { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.2rem; }
.naechster-reihe li:not(:last-child)::after {
content: ""; position: absolute;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 16'%3E%3Cpath d='M1 8h28M22 1.5 29 8l-7 6.5' fill='none' stroke='%231a68c4' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
}
.transparenz-karte {
display: flex; align-items: center; gap: 1.4rem; margin-top: 2.6rem;
background: var(--koralle-hell); border-left: 4px solid var(--koralle); border-radius: 14px; padding: 1.4rem 2rem;
}
.transparenz-karte .iko.iko-info { width: 3rem; height: 3rem; margin: 0; }
.transparenz-karte h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); margin: 0 0 .3rem; }
.transparenz-karte p { margin: 0; color: var(--schrift); }
.abschnitt-faq.abschnitt-faq-blau { background: #eef4fd; position: relative; padding-top: calc(3.6rem + clamp(40px, 4vw, 70px)); padding-bottom: calc(3.6rem + clamp(40px, 4vw, 70px)); }
.abschnitt-faq-blau::before, .abschnitt-faq-blau::after {
content: ""; position: absolute; left: 0; width: 100%; height: clamp(40px, 4vw, 70px); z-index: 0; pointer-events: none; background-size: 100% 100%; background-repeat: no-repeat;
}
.abschnitt-faq-blau::before { top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1440V22C1180 60 900 16 620 40C380 60 170 62 0 34Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.abschnitt-faq-blau::after { bottom: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 64H1440V28C1180 6 900 50 620 26C380 6 170 4 0 30Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.faq-gebiete { display: flex; align-items: center; gap: .8rem; margin: 1.4rem 0 0 .4rem; }
.faq-gebiete .iko { width: 1.8rem; height: 1.8rem; color: var(--tinte); }
.faq-gebiete .iko .ak { stroke: var(--koralle); }
.ueber-kontakt { display: grid; gap: 2.2rem; }
@media (min-width: 900px) {
.ueber-kontakt { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3.4rem; }
.ueber-kontakt-rechts { border-left: 1px solid #cddcf2; padding-left: 3rem; }
}
.ueber-kontakt h2 { line-height: 1.08; }
.claim.claim-ueber { margin-top: 3.4rem; font-size: clamp(1.6rem, 2.2vw, 2.2rem); }
.ueber-kontakt-rechts h3 { font-size: clamp(1.2rem, 1.6vw, 1.45rem); margin: .4rem 0 .6rem; }
.ueber-kontakt-rechts p { color: var(--schrift); }
.ueber-box { background: #eaf2fd; border-radius: 10px; padding: .8rem 1.1rem; color: var(--tinte); font-weight: 600; margin-top: 1rem; }
@media (min-width: 1440px) {
.seite-start .anruf-bild .engel-rakete { max-width: 38rem; }
.seite-start .transparenz-karte .iko.iko-info { width: 3rem; height: 3rem; }
}
@media (min-width: 920px) { .seite-start .held-kontakt h1 { font-size: clamp(2.6rem, 4.1vw, 5.2rem); } }
.ueber-kontakt .claim-pinsel { margin-top: -.9rem; }
@media (max-width: 640px) {
.transparenz-karte { flex-direction: column; align-items: flex-start; gap: .8rem; padding: 1.3rem 1.3rem 1.4rem; }
.transparenz-karte .iko.iko-info { width: 2.4rem; height: 2.4rem; }
}
@media (min-width: 900px) {
.abschnitt-anruf h2, .abschnitt-naechster h2 { font-size: clamp(2rem, 3.4vw, 2.9rem); }
.abschnitt-unter-blau { font-size: clamp(1.02rem, 1.4vw, 1.3rem); }
.naechster-reihe li { grid-template-columns: 3.6rem minmax(0, 1fr); }
.naechster-nr { font-size: clamp(1.8rem, 2.4vw, 2.4rem); margin-top: .9rem; }
.naechster-reihe li:not(:last-child)::after { width: 2.6rem; height: 1.3rem; top: 2.3rem; right: -2.9rem; }
}
@media (min-width: 900px) and (max-width: 1099px) {
.naechster-reihe { gap: 2.4rem; }
.naechster-reihe li { grid-template-columns: 2.6rem minmax(0, 1fr); column-gap: .6rem; }
.naechster-reihe h3 { font-size: 1rem; }
.naechster-reihe li:not(:last-child)::after { right: -2.3rem; width: 2rem; }
}
@media (min-width: 641px) and (max-width: 899px) { .naechster-reihe p { max-width: none; } }
@media (min-width: 1440px) { .naechster-reihe p { max-width: 26em; } }
.abschnitt-faq-blau .faq details[open], .abschnitt-faq-blau .faq details[open]:first-of-type { background: #fff; border-color: #fff; border-left-color: var(--koralle); }
.abschnitt-faq-blau .faq details[open] summary::after { background-color: var(--koralle-hell); }
.ueber-zeile { display: block; text-wrap: balance; }
.ueber-kontakt h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); }
.claim.claim-ueber { word-spacing: .12em; }
.claim.claim-ueber .claim-rot { display: inline-block; text-wrap: balance; }
.ueber-kontakt .claim-pinsel { width: clamp(15rem, 22vw, 30rem); }
.faq summary { text-wrap: balance; }
.abschnitt-anruf h2, .naechster-reihe p, .ueber-box, .transparenz-karte h3, .abschnitt-unter-blau, .anruf-punkte p, .kontakt-hinweis { text-wrap: balance; }
.ueber-kontakt-rechts p, .transparenz-karte p { text-wrap: pretty; }
@media (max-width: 420px) { .held-kontakt .claim-pinsel { margin-top: -1.8rem; } }
@media (max-width: 400px) { .held-kontakt h1 { font-size: 10.2vw; } }
@media (max-width: 359px) {
.kicker .zier-linie { height: 7px; }
.held-kontakt .held-hinweis { font-size: 1.05rem; }
.merkmal-band-detail .merkmale { padding-left: .4rem; padding-right: .4rem; }
.merkmal-band-detail .merkmal-text b { font-size: .9rem; }
.merkmal-band-detail .merkmal-text small { font-size: .8rem; }
.anruf-punkte li { grid-template-columns: 2.8rem 1.9rem minmax(0, 1fr); column-gap: .5rem; }
.anruf-icon { width: 2.8rem; height: 2.8rem; }
.anruf-punkte h3 { font-size: 1.02rem; }
.faq-funkeln.faq-funkeln-titel { width: 1.1em; left: calc(100% + .05em); }
}
.merkmal-text small { text-wrap: balance; }
.stadt-aktiv a { display: flex; align-items: baseline; justify-content: space-between; gap: .8rem; width: 100%; }
.stadt-aktiv a .stadt-name { color: var(--tinte); font-weight: 700; }
.stadt-aktiv a:hover .stadt-name { color: var(--blau); text-decoration: underline; }
@media (min-width: 640px) and (max-width: 1179px) { .bezirk-aktiv { grid-column: 1 / -1; } }
@media (min-width: 1180px) { .bezirk-aktiv { grid-column: span 2; } }
.naechster-reihe { list-style: none; padding: 0; margin: 2.2rem 0 0; display: grid; gap: 1.4rem; }
.naechster-reihe li {
display: block; position: relative; background: #e3eefb; border-radius: 18px;
padding: 1.5rem 1.6rem 1.7rem; text-align: left;
}
.naechster-reihe .naechster-nr { display: block; color: var(--koralle); font-weight: 800; font-size: clamp(1.9rem, 2.6vw, 2.6rem); line-height: 1; }
.naechster-bild { display: block; width: clamp(7rem, 11vw, 10.5rem); height: auto; margin: .4rem auto 1.2rem; }
.naechster-reihe h3 { font-size: clamp(1.1rem, 1.5vw, 1.35rem); margin: 0 0 .35rem; }
.naechster-reihe p { color: var(--grau); margin: 0; max-width: 24em; }
@media (min-width: 1100px) {
.naechster-reihe { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.4rem; }
.naechster-reihe li { padding: 1.6rem 1.8rem 2rem; }
.naechster-reihe li:not(:last-child)::after {
content: ""; position: absolute; right: -2.45rem; top: 50%; transform: translateY(-50%); width: 1.7rem; height: 1rem;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 16'%3E%3Cpath d='M1 8h28M22 1.5 29 8l-7 6.5' fill='none' stroke='%231a68c4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
}
@media (min-width: 560px) and (max-width: 1099px) {
.naechster-reihe li { display: grid; grid-template-columns: 4.6rem minmax(0, 1fr); column-gap: 1.4rem; align-items: center; }
.naechster-reihe .naechster-nr { grid-column: 1; }
.naechster-bild { grid-column: 1; grid-row: 2; width: 4.6rem; margin: .3rem 0 0; }
.naechster-reihe h3 { grid-column: 2; grid-row: 1; align-self: end; }
.naechster-reihe p { grid-column: 2; grid-row: 2; align-self: start; }
}
@media (min-width: 900px) { .transparenz-karte .iko.iko-info { width: 4.4rem; height: 4.4rem; } .transparenz-karte { gap: 1.8rem; padding: 1.5rem 2.2rem; } }
@media (max-width: 1099px) {
.naechster-reihe { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
.naechster-reihe li:not(:last-child)::after { content: none; }
}
@media (min-width: 920px) {
.held-start.held-hub, .seite-start .held-start.held-hub { min-height: 0; padding: 1.2rem 0 4.6rem; }
.held-hub .held-innen { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.seite-start .held-hub h1 { font-size: clamp(2.8rem, 4.6vw, 5.4rem); }
.held-bild-hub .held-engel-bungee { width: 100%; display: block; }
}
.held-unter { font-size: clamp(1.15rem, 1.9vw, 1.7rem); font-weight: 800; color: var(--tinte); margin: .3rem 0 .7rem; text-wrap: balance; }
.held-hub .held-text { margin-top: 0; }
@media (max-width: 919px) { .held-bild-hub { padding-bottom: 1.4rem; justify-self: stretch; } }
.kiez-suche { position: relative; width: 100%; margin: 1.6rem 0 .9rem; }
.kiez-suche .iko { position: absolute; left: 1.05rem; top: 50%; transform: translateY(-50%); width: 1.35rem; height: 1.35rem; color: var(--blau); pointer-events: none; }
.kiez-suche input {
width: 100%; padding: 1rem 1.2rem 1rem 3.1rem; border: 1px solid var(--linie); border-radius: 14px;
background: #fff; font: inherit; color: var(--schrift); box-shadow: 0 10px 26px rgba(26, 104, 196, .07);
}
.kiez-suche input::placeholder { color: #8a93a6; }
.kiez-suche input:focus-visible { outline: 3px solid var(--blau); outline-offset: 2px; }
.kiez-treffer:empty { min-height: 1.4rem; }
.kiez-treffer { color: var(--grau); font-size: .95rem; margin: 0 0 1.1rem; }
.bezirk-raster { display: grid; gap: 1rem; margin-top: .4rem; }
@media (min-width: 640px) { .bezirk-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .bezirk-raster { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.bezirk-karte { background: #fff; border: 1px solid var(--linie); border-radius: 14px; align-self: start; }
.bezirk-karte > summary {
display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 1.25rem;
font-weight: 700; color: var(--tinte); cursor: pointer; list-style: none;
}
.bezirk-karte > summary::-webkit-details-marker { display: none; }
.bezirk-karte > summary::after { content: "+"; color: var(--koralle); font-weight: 800; font-size: 1.35rem; line-height: 1; flex: none; }
.bezirk-karte[open] > summary::after { content: "\2212"; }
.bezirk-karte > summary:focus-visible { outline: 3px solid var(--blau); outline-offset: 2px; border-radius: 14px; }
.bezirk-karte .ort-liste { list-style: none; margin: 0; padding: 0 1.25rem 1.1rem; display: grid; gap: .45rem; }
.bezirk-karte .ort-liste a { color: var(--schrift); text-decoration: none; font-size: .97rem; }
.bezirk-karte .ort-liste a:hover { color: var(--blau); text-decoration: underline; }
.abschnitt-vorort { background: #eef4fd; position: relative; padding-top: calc(3.4rem + clamp(40px, 4vw, 70px)); padding-bottom: calc(3.4rem + clamp(40px, 4vw, 70px)); }
.abschnitt-vorort::before, .abschnitt-vorort::after {
content: ""; position: absolute; left: 0; width: 100%; height: clamp(40px, 4vw, 70px); z-index: 0; pointer-events: none; background-size: 100% 100%; background-repeat: no-repeat;
}
.abschnitt-vorort::before { top: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0H1440V22C1180 60 900 16 620 40C380 60 170 62 0 34Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.abschnitt-vorort::after { bottom: -1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 64H1440V28C1180 6 900 50 620 26C380 6 170 4 0 30Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
.abschnitt-vorort > .mitte { position: relative; z-index: 1; }
.hub-karten { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1.2rem; }
@media (min-width: 760px) { .hub-karten { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem; } }
.hub-karten li { background: #fff; border-radius: 16px; padding: 1.6rem 1.5rem 1.5rem; text-align: center; box-shadow: 0 12px 30px rgba(26, 104, 196, .07); }
.hub-karte-illu { display: block; width: auto; max-width: 100%; height: 5rem; margin: 0 auto 1rem; }
.hub-karten h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); margin: 0 0 .4rem; }
.hub-karten p { color: var(--grau); margin: 0 0 .9rem; text-wrap: pretty; }
.hub-alle { margin-top: 1.6rem; text-align: center; }
.hub-regiontext { margin-top: 2.4rem; }
.hub-regiontext p { color: var(--schrift); }
.abschnitt-hub-hinweis { padding-top: 0; }
.abschnitt-hub-hinweis .transparenz-karte { margin-top: 0; }
.nur-sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (min-width: 920px) {
.held-bild-hub .held-engel-bungee { max-width: 52rem; margin: -2.6rem 0 -2rem auto; }
}
@media (max-width: 919px) {
.held-hub .claim-start { font-size: clamp(1.2rem, 5.4vw, 1.75rem); }
.held-hub .claim-pinsel { margin-top: -1rem; width: clamp(200px, 56vw, 300px); }
}
@media (min-width: 1440px) { .seite-start .fuss-logo { width: min(100%, 320px); } }
@media (min-width: 920px) {
.held-start.held-ort, .seite-start .held-start.held-ort { min-height: 0; padding: 1.2rem 0 4.4rem; }
.held-ort .held-innen { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.seite-start .held-ort h1 { font-size: clamp(2.6rem, 4.4vw, 5rem); }
}
.held-bild-ort { position: relative; }
.held-bild-ort .held-engel { position: relative; z-index: 1; width: 100%; max-width: 34rem; margin-left: auto; display: block; }
.held-wahrzeichen { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: auto; opacity: .95; }
@media (max-width: 919px) {
.held-bild-ort { padding-bottom: 1rem; }
.held-wahrzeichen { position: static; margin-top: -2rem; }
}
.ort-duo { display: grid; gap: 1.8rem; align-items: start; }
@media (min-width: 900px) { .ort-duo { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 3rem; } }
.ort-fakten { background: #fff; border: 1px solid var(--linie); border-radius: 16px; padding: 1.3rem 1.5rem 1.5rem; box-shadow: 0 12px 30px rgba(26, 104, 196, .06); }
.ort-fakten h3 { display: flex; align-items: center; gap: .7rem; font-size: clamp(1.05rem, 1.35vw, 1.25rem); margin: 0 0 .9rem; }
.ort-fakten h3 .iko { width: 1.9rem; height: 1.9rem; color: var(--blau); flex: none; }
.ort-fakten h3 .iko .ak { stroke: var(--koralle); }
.ort-fakten dl { margin: 0; display: grid; gap: 0; }
.ort-fakten dt { font-weight: 700; color: var(--tinte); font-size: .95rem; padding-top: .75rem; border-top: 1px solid var(--linie); }
.ort-fakten dd { margin: 0 0 .1rem; color: var(--grau); font-size: .95rem; padding-bottom: .75rem; }
.ort-schritte { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1.4rem; }
@media (min-width: 900px) { .ort-schritte { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.8rem; } }
.ort-schritte li { display: grid; grid-template-columns: 3rem minmax(0, 1fr); column-gap: .9rem; align-items: start; position: relative; }
.ort-schritt-nr {
width: 3rem; height: 3rem; border-radius: 50%; background: var(--koralle); color: #fff; font-weight: 800;
display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem;
}
.ort-schritte h3 { font-size: clamp(1.05rem, 1.35vw, 1.25rem); margin: .35rem 0 .3rem; }
.ort-schritte p { color: var(--grau); margin: 0; text-wrap: pretty; }
@media (min-width: 900px) {
.ort-schritte li:not(:last-child)::after {
content: ""; position: absolute; right: -2rem; top: 1.1rem; width: 1.5rem; height: 1rem;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 16'%3E%3Cpath d='M1 8h28M22 1.5 29 8l-7 6.5' fill='none' stroke='%231a68c4' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
}
.kosten-karte {
margin-top: 2.6rem; background: var(--koralle-hell); border-left: 4px solid var(--koralle); border-radius: 16px;
padding: 1.5rem 1.8rem; display: grid; gap: 1.2rem; align-items: center;
}
@media (min-width: 980px) { .kosten-karte { grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; } }
.kosten-text { display: flex; align-items: flex-start; gap: 1.2rem; }
.kosten-badge { width: 3.4rem; height: 3.4rem; flex: none; }
.kosten-karte h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); margin: 0 0 .35rem; }
.kosten-karte p { margin: 0 0 .4rem; color: var(--schrift); text-wrap: pretty; }
.kosten-icons { list-style: none; display: flex; gap: 1.2rem; padding: 0; margin: 0; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.kosten-icons img { width: auto; height: 3.2rem; display: block; }
@media (max-width: 559px) { .kosten-icons img { height: 2.6rem; } .kosten-text { gap: .9rem; } }
.abschnitt-ort-nachbarn .kiez-karten { margin-top: 1.8rem; }
.anruf-icon img { width: 2.9rem; height: 2.9rem; object-fit: contain; display: block; }
@media (max-width: 520px) { .anruf-icon img { width: 2.1rem; height: 2.1rem; } }
@media (max-width: 359px) { .anruf-icon img { width: 1.7rem; height: 1.7rem; } }
.held-wahrzeichen { mix-blend-mode: normal; }
@media (min-width: 920px) {
.held-bild-ort { display: flex; align-items: flex-end; justify-content: center; }
.held-wahrzeichen { position: absolute; left: 50%; transform: translateX(-50%); }
}
@media (min-width: 920px) {
.held-wahrzeichen { width: min(100%, 46rem); bottom: -.5rem; }
}
@media (min-width: 920px) { .held-bild-ort .held-engel { transform: translateX(-11%); } }
.abschnitt-kieze h2, .abschnitt-vorort h2, .faq-titel.faq-titel-lang { text-wrap: balance; }
@media (min-width: 920px) { .held-bild-hub .held-engel-bungee { margin-bottom: -4.5rem; } }
@media (min-width: 620px) and (max-width: 919px) { .held-bild-hub .held-engel-bungee { width: min(88%, 620px); } }
.hub-regiontext p { max-width: 62em; }
.abschnitt-ort-text { padding-top: 2.2rem; padding-bottom: 0; }
.abschnitt-ort-text h2 { font-size: clamp(1.5rem, 2.3vw, 2rem); margin-bottom: .8rem; text-wrap: balance; }
.abschnitt-vorort + .abschnitt-ort-text { padding-top: 2.8rem; }
.abschnitt-ort-text + .abschnitt-ort-schritte { padding-top: 2.6rem; }
.abschnitt-ort-gebiet .bildkarte { margin-top: 1.6rem; }
.claim.claim-start.claim-lang { font-size: clamp(1.05rem, 2.1vw, 1.85rem); }
.claim-pinsel-lang { margin-top: -1.1rem; width: clamp(200px, 19vw, 320px); }
@media (max-width: 919px) { .claim-pinsel-lang { margin-top: -.7rem; } }
@media (max-width: 919px) {
.held-ort .held-innen { grid-template-columns: minmax(0, 1fr); }
.held-ort .held-innen > * { min-width: 0; }
.held-bild-ort { position: relative; min-height: 22rem; display: flex; align-items: flex-end; justify-content: center; }
.held-bild-ort .held-wahrzeichen { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: none; margin: 0; }
.held-bild-ort .held-engel { position: relative; z-index: 1; width: min(70%, 340px); margin: 0 auto 2.5rem; }
}
.held-bild-ort .held-wahrzeichen { max-width: none; }
.held-wahrzeichen { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
@media (min-width: 920px) {
.held-bild-ort { min-height: 34rem; }
.held-bild-ort .held-engel { width: min(100%, 27rem); max-width: 27rem; margin: 0 auto 4.5rem; }
}
@media (min-width: 900px) {
.ort-fakten dl { display: grid; grid-template-columns: max-content minmax(0, 1fr); column-gap: 1.4rem; }
.ort-fakten dt { grid-column: 1; }
.ort-fakten dd { grid-column: 2; border-top: 1px solid var(--linie); padding-top: .75rem; }
.ort-fakten dt:first-of-type, .ort-fakten dd:first-of-type { border-top: 0; padding-top: 0; }
}
@media (min-width: 900px) { .ort-duo > .bildkarte { grid-column: 1 / -1; } }
.seite-start .claim-pinsel-lang { width: clamp(200px, 19vw, 320px); }
a[href^="tel:"] { white-space: nowrap; }
@media (max-width: 559px) {
.kosten-karte { padding: 1.1rem 1.2rem; }
.kosten-text { display: block; }
.kosten-badge { float: left; margin: 0 .8rem .4rem 0; width: 2.6rem; height: 2.6rem; }
}
@media (max-width: 560px) { .kicker .zier-linie { display: none; } }
@media (min-width: 920px) {
.held-start.held-recht, .seite-start .held-start.held-recht { min-height: 0; padding: 1.4rem 0 4.4rem; }
.held-recht .held-innen { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
}
.held-bild-recht .recht-engel { display: block; width: 100%; max-width: 26rem; height: auto; margin: 0 auto; }
@media (max-width: 919px) { .held-bild-recht .recht-engel { max-width: 16rem; } }
.abschnitt-recht { background: #eef4fd; position: relative; padding-top: calc(3.4rem + clamp(40px, 4vw, 70px)); padding-bottom: calc(3.4rem + clamp(40px, 4vw, 70px)); }
.held-recht + .abschnitt-recht, .held-recht + .merkmal-band + .abschnitt-recht { background: linear-gradient(#e8f1fd, #eef4fd 40px); }
@media (min-width: 920px) { .held-recht + .merkmal-band + .abschnitt-recht { padding-top: calc(4.6rem + 3rem); } }
.abschnitt-recht::after {
content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: clamp(40px, 4vw, 70px); pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 64H1440V28C1180 6 900 50 620 26C380 6 170 4 0 30Z' fill='%23ffffff'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.recht-raster { display: grid; gap: 1.4rem; position: relative; z-index: 1; }
@media (min-width: 900px) { .recht-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; align-items: start; } }
.recht-karte { background: #fff; border-radius: 16px; padding: 1.6rem 1.8rem 1.4rem; box-shadow: 0 12px 30px rgba(26, 104, 196, .07); min-width: 0; }
.recht-karte h2, .rechtstext .recht-karte h2 { display: flex; align-items: center; gap: .7rem; margin: 0 0 .8rem; font-size: clamp(1.15rem, 1.5vw, 1.35rem); text-wrap: balance; }
.recht-karte h2 .iko { width: 1.7rem; height: 1.7rem; color: var(--blau); flex: none; }
.recht-karte h2 .iko .ak { stroke: var(--koralle); }
.recht-karte p { color: var(--schrift); margin: 0 0 .8rem; overflow-wrap: anywhere; }
.recht-karte p:last-child { margin-bottom: 0; }
.recht-karte-haupt { border-left: 4px solid var(--blau); }
.recht-karte-kontakt { border-left: 4px solid var(--koralle); }
.recht-knopf { margin-top: 1rem; }
.recht-karte-kontakt .recht-knopf .knopf { color: #fff; }
@media (min-width: 1440px) { .seite-start .held-bild-recht .recht-engel { max-width: 28rem; } }
.held-recht + .abschnitt-recht { padding-top: 2.6rem; }
@media (max-width: 919px) {
.held-start .held-innen { grid-template-columns: minmax(0, 1fr); }
.held-start .held-innen > * { min-width: 0; }
.held-start h1 { hyphens: auto; -webkit-hyphens: auto; overflow-wrap: break-word; }
}
@media (max-width: 480px) { .held-recht h1 { font-size: min(2.6rem, 10.5vw); } }
@media (min-width: 920px) {
.held-start.held-404, .seite-start .held-start.held-404 { min-height: 0; padding: 1.2rem 0 4.4rem; }
.held-404 .held-innen { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
}
.held-bild-404 .held-engel-404 { display: block; width: 100%; max-width: 34rem; height: auto; margin: 0 auto; }
@media (max-width: 919px) { .held-bild-404 .held-engel-404 { max-width: 20rem; } .held-bild-404 { padding-bottom: 1.2rem; } }
@media (min-width: 1440px) { .seite-start .held-bild-404 .held-engel-404 { max-width: 36rem; } }
.abschnitt-404-suche { background: linear-gradient(#e8f1fd, #eef4fd 40px); position: relative; padding-top: 2.6rem; padding-bottom: calc(3rem + clamp(40px, 4vw, 70px)); }
.abschnitt-404-suche::after {
content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: clamp(40px, 4vw, 70px); pointer-events: none;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 64H1440V28C1180 6 900 50 620 26C380 6 170 4 0 30Z' fill='%23ffffff'/%3E%3C/svg%3E") 0 0 / 100% 100% no-repeat;
}
.suche-404 { display: grid; gap: 1.4rem; align-items: center; position: relative; z-index: 1; }
@media (min-width: 900px) { .suche-404 { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 3rem; } }
.suche-404 h2 { text-wrap: balance; }
.suche-404 .ort-suche-karte { max-width: none; margin: 0; }
.abschnitt-404-wege { padding-top: 2.4rem; }
.abschnitt-404-wege .wege-karten { margin-top: 1.6rem; }
@media (min-width: 980px) { .abschnitt-404-wege .wege-karten { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.abschnitt-404-wege h2 { text-wrap: balance; }
.recht-karte h2 .recht-icon { width: 2.6rem; height: 2.6rem; flex: none; }
.ort-fakten h3 .fakten-icon { width: 2.6rem; height: 2.6rem; flex: none; }
.ikreis-bild .ikreis-img { width: 74%; height: 74%; object-fit: contain; display: block; }
.merkmale-detail .merkmal-icon { width: 2.6rem; height: 2.6rem; flex: none; margin-top: -.2rem; }
@media (min-width: 920px) {
.held-start.held-detail, .seite-start .held-start.held-detail { min-height: 0; padding: 1.2rem 0 4.6rem; }
.held-detail .held-innen { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
}
.held-bild-detail .held-engel-detail { display: block; width: 100%; max-width: 36rem; height: auto; margin: 0 auto; }
@media (max-width: 919px) { .held-bild-detail .held-engel-detail { max-width: 22rem; } .held-bild-detail { padding-bottom: 1.2rem; } }
.held-link-zeile { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem 1.2rem; margin: .9rem 0 0; }
.held-link-zeile span { color: var(--grau); font-size: .92rem; }
.abschnitt-detail-thema h2 { text-wrap: balance; }
.thema-karten { list-style: none; padding: 0; margin: 1.8rem 0 0; display: grid; gap: 1.2rem; }
@media (min-width: 760px) { .thema-karten { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; } }
.thema-karten li { background: #eef4fd; border-radius: 16px; padding: 1.6rem 1.4rem 1.5rem; text-align: center; }
.thema-icon { display: block; width: auto; height: 4.4rem; max-width: 7rem; object-fit: contain; margin: 0 auto .9rem; }
.thema-karten h3 { font-size: clamp(1.1rem, 1.5vw, 1.3rem); margin: 0 0 .35rem; }
.thema-karten p { color: var(--grau); margin: 0; text-wrap: balance; }
.kosten-karte-detail { margin-top: 2rem; }
.faktor-liste { list-style: none; display: flex; padding: 0; margin: 0; align-items: stretch; }
.faktor-liste li { display: flex; flex-direction: column; align-items: center; gap: .45rem; padding: .2rem 1.4rem; text-align: center; }
.faktor-liste li + li { border-left: 1px solid #f3b6bd; }
.faktor-icon { width: auto; height: 3rem; max-width: 4.6rem; object-fit: contain; }
.faktor-liste b { font-size: .92rem; color: var(--tinte); }
@media (max-width: 559px) { .faktor-liste li { padding: .2rem .7rem; } .faktor-icon { height: 2.4rem; } }
.abschnitt-detail-ablauf h2 { text-wrap: balance; }
.detail-reihe { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1.6rem; }
@media (min-width: 900px) { .detail-reihe { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.2rem; } }
.detail-reihe li { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto auto; column-gap: 1rem; align-items: start; }
.detail-nr { grid-row: 1 / span 3; color: var(--koralle); font-weight: 800; font-size: clamp(1.6rem, 2.2vw, 2.1rem); line-height: 1; }
.detail-schritt-icon { width: auto; height: 3.4rem; max-width: 4.4rem; object-fit: contain; margin-bottom: .6rem; }
.detail-reihe h3 { font-size: clamp(1.05rem, 1.4vw, 1.25rem); margin: 0 0 .25rem; }
.detail-reihe p { color: var(--grau); margin: 0; text-wrap: balance; }
@media (min-width: 900px) {
.detail-reihe li:not(:last-child)::after {
content: ""; position: absolute; right: -2.6rem; top: 1.2rem; width: 2rem; height: 1rem;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 16'%3E%3Cpath d='M1 8h28M22 1.5 29 8l-7 6.5' fill='none' stroke='%231a68c4' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
}
.abschnitt-detail-faq .faq-kopf h2 { margin-bottom: .4rem; }
.auch-interessant { margin-top: 2.8rem; padding-top: 1.8rem; border-top: 1px solid var(--linie); }
.auch-interessant ul { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: 1rem; }
@media (min-width: 640px) { .auch-interessant ul { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.auch-interessant a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #eef4fd; border-radius: 14px; padding: 1rem 1.3rem; text-decoration: none; color: var(--blau); }
.auch-interessant a b { color: var(--blau); }
.auch-interessant a:hover b { text-decoration: underline; }
.detail-reihe li { grid-template-columns: auto 1fr; grid-template-rows: auto auto auto; align-items: center; }
.detail-nr { grid-row: 1; grid-column: 1; }
.detail-schritt-icon { grid-row: 1; grid-column: 2; margin-bottom: 0; }
.detail-reihe h3 { grid-column: 1 / -1; grid-row: 2; margin-top: .8rem; }
.detail-reihe p { grid-column: 1 / -1; grid-row: 3; }
.thema-icon { height: 5rem; max-width: 8.5rem; }
.claim-block { display: inline-flex; flex-direction: column; align-items: center; max-width: 100%; }
.claim-block .claim { text-align: center; }
.claim-block .claim-pinsel { margin-top: -.6rem; }
@media (max-width: 919px) { .claim-block .claim-pinsel { margin-top: -.3rem; } }
.kicker-h1 { display: flex; width: fit-content; margin-bottom: .9rem; line-height: 1.2; letter-spacing: .2em; }
.hauptnav a[aria-current="true"] { color: var(--blau); font-weight: 700; padding-bottom: .25rem; border-bottom: 3px solid var(--koralle); }
.abschnitt-detail-thema .einstieg { max-width: 52rem; text-wrap: pretty; }
.abschnitt-detail-thema { padding-bottom: 1.6rem; }
.abschnitt-detail-ablauf { padding-top: calc(1.8rem + clamp(40px, 4vw, 70px)); padding-bottom: calc(1.8rem + clamp(40px, 4vw, 70px)); }
.kosten-karte-detail h3 { font-size: clamp(1.4rem, 2.1vw, 1.95rem); margin-bottom: .5rem; }
.detail-reihe li { align-content: start; }
.claim-block { transform: rotate(-8deg); transform-origin: 0 100%; margin: 3.4rem 0 0 .2rem; }
.claim-block .claim.claim-start { transform: none; margin: 0; }
.claim-block .claim-pinsel { transform: rotate(8deg); margin: -.2rem 0 0; }
@media (max-width: 919px) { .claim-block .claim-pinsel { margin-top: 0; } }
@media (max-width: 420px) { .held-detail .claim.claim-start { font-size: clamp(1.2rem, 7.4vw, 1.9rem); } }
@media (max-width: 400px) { .held-detail .held-ctas .knopf-gross { width: 100%; justify-content: center; padding-left: 1rem; padding-right: 1rem; } }
@media (max-width: 979px) { .kosten-karte { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 559px) {
.faktor-liste li { flex: 1 1 0; min-width: 0; padding: .2rem .4rem; }
.faktor-liste b { font-size: .8rem; }
}
.lader { display: none; }
.lader-an .lader {
position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
background: #fff linear-gradient(180deg, #d9e8fb 0%, #eaf2fd 55%, #fff 100%);
transition: opacity .45s ease, visibility 0s linear .45s;
animation: lader-notaus .4s ease 3s forwards;
}
.lader-innen { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.lader-logo { width: min(260px, 64vw); height: auto; animation: lader-schweben 1.5s ease-in-out infinite alternate; }
.lader-welle { width: min(150px, 38vw); height: auto; }
.lader-welle path { vector-effect: none; stroke-width: 7; stroke-dasharray: 460; stroke-dashoffset: 460; animation: lader-zeichnen 1.6s ease-in-out infinite; }
.lader-an .lader.weg { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes lader-schweben { from { transform: translateY(5px); } to { transform: translateY(-6px); } }
@keyframes lader-zeichnen { 0% { stroke-dashoffset: 460; } 55% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -460; } }
@keyframes lader-notaus { from { pointer-events: none; } to { opacity: 0; visibility: hidden; pointer-events: none; } }
@media (prefers-reduced-motion: reduce) {
.lader-logo, .lader-welle path { animation: none; }
.lader-welle path { stroke-dashoffset: 0; }
.lader-an .lader { transition: none; }
}
.knopf-entdecken { color: var(--blau); }
.knopf-entdecken svg, .galerie-mehr-knopf svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.held-galerie .held-ctas { margin-top: 1.6rem; }
.held-bild-galerie { position: relative; }
.held-bild-galerie .held-engel-galerie { display: block; width: 100%; max-width: 40rem; height: auto; margin: 0 auto; }
.held-galerie .claim-galerie { display: flex; width: fit-content; margin: .4rem auto 0; }
.held-galerie .claim-galerie .claim-pinsel { width: 0; min-width: 125%; max-width: none; }
@media (min-width: 920px) {
.held-galerie .held-innen { align-items: center; }
.held-galerie .claim-galerie { position: absolute; left: 6%; right: 0; bottom: -3.4rem; margin: 0 auto; }
.held-galerie .claim.claim-start { font-size: clamp(1.55rem, 2.6vw, 2.6rem); }
}
@media (max-width: 919px) { .held-bild-galerie .held-engel-galerie { max-width: 25rem; } }
.abschnitt-galerie h2 { text-wrap: balance; }
.galerie-leiste { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 1.4rem; margin: 1.4rem 0 1.8rem; }
.galerie-filter { display: flex; flex-wrap: wrap; gap: .6rem; }
.galerie-filter[hidden] { display: none; }
.galerie-filter button {
font: inherit; font-weight: 700; font-size: .98rem; line-height: 1.2; cursor: pointer;
padding: .6rem 1.35rem; border-radius: 999px; border: 2px solid var(--blau-marke); background: #fff; color: var(--tinte);
transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.galerie-filter button:hover { background: #eef4fd; }
.galerie-filter button[aria-pressed="true"] { background: var(--blau); border-color: var(--blau); color: #fff; }
.galerie-zahl { margin: 0 0 0 auto; color: var(--grau); font-size: .95rem; }
.galerie-raster { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.2rem; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 600px) { .galerie-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .galerie-raster { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; } }
.galerie-karte { background: #fff; border: 1px solid #dce8f8; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 22px rgba(26, 104, 196, .07); }
.galerie-karte[hidden] { display: none; }
.galerie-karte figure { margin: 0; height: 100%; display: flex; flex-direction: column; }
.galerie-bild { position: relative; display: block; aspect-ratio: 1 / .9; overflow: hidden; background: radial-gradient(120% 80% at 50% 100%, #ffffff 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(180deg, #dce9fb 0%, #edf4fe 100%); }
.galerie-bild img { width: 100%; height: 100%; object-fit: contain; padding: 5% 7% 3%; transition: transform .3s ease; }
.galerie-bild:hover img, .galerie-bild:focus-visible img { transform: scale(1.04); }
.galerie-bild:focus-visible { outline: 3px solid var(--blau); outline-offset: -3px; }
.galerie-lupe { position: absolute; top: .8rem; right: .8rem; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: #fff; color: var(--tinte); display: grid; place-items: center; box-shadow: 0 3px 10px rgba(16, 27, 51, .12); }
.galerie-lupe svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.galerie-karte figcaption { flex: 1; padding: 1rem 1.25rem 1.3rem; border-top: 1px solid #e3ecf8; }
.galerie-kicker { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--grau); margin-bottom: .35rem; }
.galerie-karte h3 { font-size: clamp(1.08rem, 1.45vw, 1.3rem); line-height: 1.25; margin: 0; text-wrap: balance; }
.galerie-geschichte { margin: .65rem 0 0; color: var(--schrift); font-size: .98rem; line-height: 1.6; text-wrap: pretty; hyphens: auto; }
.galerie-auszeit { background: #fdf1f3; border-color: #f5dce0; }
.galerie-auszeit .galerie-bild { background: radial-gradient(120% 80% at 50% 100%, #ffffff 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(180deg, #fbe2e6 0%, #fdf1f3 100%); }
.galerie-auszeit figcaption { border-top-color: #f4dde1; }
.galerie-mehr { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .8rem 1.6rem; margin-top: 2.2rem; }
.galerie-mehr[hidden] { display: none; }
.galerie-stand { margin: 0; color: var(--grau); }
.galerie-mehr-knopf { font: inherit; font-weight: 700; cursor: pointer; color: var(--blau); padding: .75rem 1.6rem; border-radius: 999px; }
.galerie-dialog { margin: auto; border: 0; padding: 0; background: transparent; width: min(92vw, 50rem); max-width: none; max-height: 96vh; overflow: visible; }
.galerie-dialog::backdrop { background: rgba(16, 27, 51, .8); }
.galerie-dialog-innen { position: relative; border-radius: 18px; padding: 1.4rem 1.4rem 1.3rem; background: radial-gradient(120% 70% at 50% 100%, #ffffff 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(180deg, #dce9fb 0%, #f4f8fe 100%); }
.galerie-dialog-bild { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(96vh - 15rem); margin: 0 auto; }
.galerie-dialog-geschichte { max-width: 38rem; margin: .6rem auto 0; text-align: center; color: var(--schrift); line-height: 1.55; text-wrap: pretty; }
@media (max-width: 700px) {
.galerie-dialog-innen { max-height: 94vh; overflow-y: auto; }
.galerie-dialog-bild { max-height: 46vh; }
.galerie-dialog-geschichte { font-size: .95rem; text-align: left; }
}
.galerie-dialog-text { text-align: center; margin: .8rem 0 0; }
.galerie-dialog-text b { display: block; color: var(--tinte); font-size: clamp(1.15rem, 2.2vw, 1.55rem); line-height: 1.25; text-wrap: balance; }
.galerie-zu, .galerie-zurueck, .galerie-vor {
position: absolute; width: 2.9rem; height: 2.9rem; border-radius: 50%; border: 0; cursor: pointer;
display: grid; place-items: center; background: #fff; color: var(--tinte); box-shadow: 0 4px 14px rgba(16, 27, 51, .18);
}
.galerie-zu svg, .galerie-zurueck svg, .galerie-vor svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.galerie-zu:hover, .galerie-zurueck:hover, .galerie-vor:hover { color: var(--blau); }
.galerie-zu { top: .8rem; right: .8rem; }
.galerie-zurueck, .galerie-vor { top: 42%; }
.galerie-zurueck { left: -1.45rem; }
.galerie-vor { right: -1.45rem; }
@media (max-width: 700px) { .galerie-zurueck { left: .5rem; } .galerie-vor { right: .5rem; } }
@media (prefers-reduced-motion: reduce) { .galerie-bild img { transition: none; } .galerie-bild:hover img { transform: none; } }
.marke, .kopf-tel { flex: none; }
@media (min-width: 920px) and (max-width: 1149px) {
.kopf-innen { gap: .9rem; }
.marke img { height: 44px; }
.hauptnav ul { gap: .95rem; }
.hauptnav a { font-size: .96rem; }
.kopf-tel { font-size: .95rem; padding: .6rem 1rem; }
}
@media (min-width: 900px) {
.galerie-dialog { width: min(92vw, 68rem); }
.galerie-dialog-innen { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); grid-template-rows: 1fr auto auto 1fr; column-gap: 2.4rem; padding: 1.8rem 3rem 1.8rem 1.6rem; }
.galerie-dialog-bild { grid-column: 1; grid-row: 1 / -1; align-self: center; max-height: calc(94vh - 3.6rem); }
.galerie-dialog-text { grid-column: 2; grid-row: 2; text-align: left; margin: 0; }
.galerie-dialog-text b { text-wrap: balance; }
.galerie-dialog-geschichte { grid-column: 2; grid-row: 3; text-align: left; max-width: none; margin: .8rem 0 0; font-size: 1.06rem; line-height: 1.65; }
}
.fuss-copy { display: inline-flex; align-items: center; gap: .7rem; }
.fuss-copy-icon { width: 3rem; height: 3rem; flex: none; }
.fuss-copy-link { display: inline-flex; border-radius: 8px; transition: transform .35s ease; }
.fuss-copy-link:hover, .fuss-copy-link:focus-visible { transform: rotate(45deg) scale(.9); }
.fuss-copy-link:focus-visible { outline: 3px solid #9ec3f0; outline-offset: 3px; }
.osterei { margin: auto; border: 0; border-radius: 20px; padding: 1.2rem 1.2rem 1rem; width: min(92vw, 34rem); max-height: 96vh; background: #fff; color: var(--tinte); overflow: visible; }
.osterei::backdrop { background: rgba(16, 27, 51, .8); }
.osterei-bild { display: block; width: 100%; height: auto; max-height: calc(96vh - 6rem); object-fit: contain; }
.osterei-titel { margin: .6rem 0 0; text-align: center; font-family: var(--kalligrafie); font-size: clamp(1.8rem, 5vw, 2.4rem); line-height: 1.1; color: var(--blau-marke); }
.osterei-zu { position: absolute; top: -.9rem; right: -.9rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center; background: #fff; color: var(--tinte); box-shadow: 0 4px 14px rgba(16, 27, 51, .25); }
.osterei-zu svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.osterei-zu:hover { color: var(--blau); }
@media (max-width: 560px) { .osterei-zu { top: .5rem; right: .5rem; } }
@media (prefers-reduced-motion: reduce) { .fuss-copy-link { transition: none; } }