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

@ -251,7 +251,6 @@ input[type="tel"] {
} }
} }
.section-title { .section-title {
margin-bottom: 20px; margin-bottom: 20px;
@ -263,26 +262,14 @@ input[type="tel"] {
margin: 0; margin: 0;
padding: 10px 0; padding: 10px 0;
} }
}
@media (max-width: 480px) { @media (max-width: 480px) {
font-size: 1.2em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */ font-size: 1.2em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */
} }
p { }
font-style: italic;
color: darken($light, 57.64);
font-family: $font-secondary;
font-size: 1em; /* Standard Schriftgröße für p */
@media (max-width: 768px) {
font-size: 0.9em; /* Kleinere Schriftgröße für mobile Geräte */
}
@media (max-width: 480px) {
font-size: 0.8em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */
}
}
@ -435,8 +422,6 @@ input[type="tel"] {
} }
select { select {
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer; cursor: pointer;
border: none; border: none;
padding: 0; padding: 0;

View file

@ -60,7 +60,8 @@ h3 {
} }
p { 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; margin-bottom: 1.25rem;
line-height: 1.6; line-height: 1.6;
} }

View file

@ -286,15 +286,11 @@ section {
/* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */ /* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */
.service-card-title { .service-card-title {
font: inherit;
font-weight: 600; font-weight: 600;
margin: .25rem 0 .5rem; margin: .25rem 0 .5rem;
color: #0f2f2f;
} }
.service-card-description { .service-card-description {
font: inherit;
color: #444;
line-height: 1.6; line-height: 1.6;
margin: 0; margin: 0;
} }

View file

@ -117,7 +117,7 @@ document.addEventListener('DOMContentLoaded', function () {
<!-- DARUM AMPERION kompakt & detailliert --> <!-- DARUM AMPERION kompakt & detailliert -->
<section class="whyamperion section" style="background-color:#f3f3f3; margin-top: 5rem; padding: 3rem 0;"> <section class="whyamperion section" style="background-color:#f3f3f3; margin-top: 5rem; padding: 3rem 0;">
<div class="container my-container"> <div class="container">
<!-- Titelblock --> <!-- Titelblock -->
<div class="row"> <div class="row">

View file

@ -45,7 +45,8 @@ h3 {
color: inherit; } color: inherit; }
p { 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; margin-bottom: 1.25rem;
line-height: 1.6; } line-height: 1.6; }
@ -277,24 +278,9 @@ input[type="tel"] {
.section-title h2 { .section-title h2 {
margin: 0; margin: 0;
padding: 10px 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) { @media (max-width: 480px) {
p { .section-title {
font-size: 0.8em; font-size: 1.2em;
/* Noch kleinere Schriftgröße für sehr kleine Geräte */ } } /* Noch kleinere Schriftgröße für sehr kleine Geräte */ } }
.section-subtitle { .section-subtitle {
font-size: 28px; font-size: 28px;
@ -390,8 +376,6 @@ p {
top: 4px; top: 4px;
font-size: 10px; } font-size: 10px; }
.commonSelect select { .commonSelect select {
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer; cursor: pointer;
border: none; border: none;
padding: 0; padding: 0;
@ -2754,14 +2738,10 @@ section {
/* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */ /* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */
.service-card-title { .service-card-title {
font: inherit;
font-weight: 600; font-weight: 600;
margin: .25rem 0 .5rem; margin: .25rem 0 .5rem; }
color: #0f2f2f; }
.service-card-description { .service-card-description {
font: inherit;
color: #444;
line-height: 1.6; line-height: 1.6;
margin: 0; } margin: 0; }