Update: Abschluss 31.07.2025

This commit is contained in:
astosic 2025-07-31 01:33:44 +02:00
parent 4f1e5eddac
commit b18d1e9169
8 changed files with 350 additions and 443 deletions

View file

@ -154,12 +154,6 @@ input[type="tel"] {
.mt-10 {
margin-top: 20px;
}
@ -253,13 +247,11 @@ input[type="tel"] {
padding: 20px 0 30px;
h2 {
font-size: 18px;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
}
}
.section-title {
margin-bottom: 20px;
@ -268,20 +260,14 @@ input[type="tel"] {
}
h2 {
text-transform: uppercase;
font-weight: 400;
margin: 0px;
padding: 10px 0px;
font-size: 3em; /* Standard Schriftgröße für h2 */
@media (max-width: 768px) {
font-size: 1.5em; /* Kleinere Schriftgröße für mobile Geräte */
}
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;
@ -297,7 +283,6 @@ input[type="tel"] {
font-size: 0.8em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */
}
}
}
@ -324,18 +309,6 @@ input[type="tel"] {
.block {
text-align: center;
h1 {
color: $white;
font-weight: 200;
letter-spacing: 0.5em;
margin-top: 20;
margin-bottom: 10;
text-transform: capitalize;
}
p {
color: $white;
}
}
}
@ -343,30 +316,9 @@ input[type="tel"] {
.heading {
padding-bottom: 60px;
text-align: center;
h2 {
color: $black;
font-size: 30px;
line-height: 40px;
font-weight: 400;
}
p {
font-size: 18px;
line-height: 40px;
color: lighten( $black, 16.078);
font-weight: 300;
}
}
.page-wrapper {
padding: 70px 0;
@ -807,4 +759,3 @@ span.cloaked-e-mail:before {
.why-title1 {
margin: 0; /* Entfernt zusätzliche Ränder */
}