Landing-Marketing / SEO-Infrastruktur / a11y-Viewport)

This commit is contained in:
2026-07-20 19:46:08 +02:00
parent 9871401fbc
commit c4cb12b26e
15 changed files with 270 additions and 63 deletions
+88 -1
View File
@@ -63,10 +63,25 @@ body.public-page {
.public-hero p {
color: #3d4449;
font-size: 1.15em;
max-width: 34rem;
}
.public-hero-lead {
font-size: 1.15em;
}
.public-hero-sub {
font-size: 1.05em;
color: #38761d;
margin-top: -0.4rem;
}
.public-hero-reassure {
font-size: 0.85em;
color: #7f888f;
margin-top: 0.85rem;
}
.public-section {
padding: 4rem 6vw;
}
@@ -117,6 +132,78 @@ body.public-page {
background: #eef4ea;
}
/* Trust-Band direkt unter dem Hero: faktische Vertrauensanker, kein Fließtext. */
.public-trust {
background: #38761d;
padding: 1rem 6vw;
}
.public-trust ul {
list-style: none;
margin: 0 auto;
padding: 0;
max-width: 72rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem 1.75rem;
}
.public-trust li {
color: #ffffff;
font-size: 0.9em;
padding-left: 1.4rem;
position: relative;
}
.public-trust li:before {
content: "\2713";
position: absolute;
left: 0;
font-weight: 700;
}
/* Zielgruppen-Chips zur Selbst-Identifikation des Besuchers. */
.public-audience-list {
list-style: none;
margin: 0 auto;
padding: 0;
max-width: 60rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.75rem;
}
.public-audience-list li {
border: solid 1px rgba(210, 215, 217, 0.9);
border-radius: 999px;
padding: 0.5rem 1.1rem;
color: #3d4449;
background: #ffffff;
font-size: 0.95em;
}
.public-price {
font-family: "Roboto Slab", serif;
font-size: 1.5em;
color: #38761d;
font-weight: 700;
}
.public-price span {
font-family: inherit;
font-size: 0.55em;
color: #7f888f;
font-weight: 400;
}
.public-cta-reassure {
font-size: 0.85em;
color: #7f888f;
margin-top: 1rem;
}
.public-fineprint {
max-width: 72rem;
margin-left: auto;