Zwischenstand 310725

This commit is contained in:
astosic 2025-07-31 12:48:54 +02:00
parent b18d1e9169
commit a4639d351b
5 changed files with 11 additions and 49 deletions

View file

@ -45,7 +45,8 @@ h3 {
color: inherit; }
p {
font-size: clamp(1rem, 1.5vw, 1.125rem);
font-style: normal;
font-size: clamp(1.3rem, 1.5vw, 1.4rem);
margin-bottom: 1.25rem;
line-height: 1.6; }
@ -277,24 +278,9 @@ input[type="tel"] {
.section-title h2 {
margin: 0;
padding: 10px 0; }
@media (max-width: 480px) {
font-size: 1.2em;
/* Noch kleinere Schriftgröße für sehr kleine Geräte */ }
p {
font-style: italic;
color: #626262;
font-family: "Open Sans Semibold", serif;
font-size: 1em;
/* Standard Schriftgröße für p */ }
@media (max-width: 768px) {
p {
font-size: 0.9em;
/* Kleinere Schriftgröße für mobile Geräte */ } }
@media (max-width: 480px) {
p {
font-size: 0.8em;
.section-title {
font-size: 1.2em;
/* Noch kleinere Schriftgröße für sehr kleine Geräte */ } }
.section-subtitle {
font-size: 28px;
@ -390,8 +376,6 @@ p {
top: 4px;
font-size: 10px; }
.commonSelect select {
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
border: none;
padding: 0;
@ -2754,14 +2738,10 @@ section {
/* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */
.service-card-title {
font: inherit;
font-weight: 600;
margin: .25rem 0 .5rem;
color: #0f2f2f; }
margin: .25rem 0 .5rem; }
.service-card-description {
font: inherit;
color: #444;
line-height: 1.6;
margin: 0; }