forked from markus/AMPERION_Webpage
Zwischenstand 310725
This commit is contained in:
parent
b18d1e9169
commit
a4639d351b
5 changed files with 11 additions and 49 deletions
|
|
@ -251,7 +251,6 @@ input[type="tel"] {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.section-title {
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
|
@ -263,26 +262,14 @@ input[type="tel"] {
|
|||
margin: 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 */
|
||||
}
|
||||
|
||||
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 {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,8 @@ h3 {
|
|||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -286,15 +286,11 @@ section {
|
|||
|
||||
/* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */
|
||||
.service-card-title {
|
||||
font: inherit;
|
||||
font-weight: 600;
|
||||
margin: .25rem 0 .5rem;
|
||||
color: #0f2f2f;
|
||||
}
|
||||
|
||||
.service-card-description {
|
||||
font: inherit;
|
||||
color: #444;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
|
||||
<!-- DARUM AMPERION – kompakt & detailliert -->
|
||||
<section class="whyamperion section" style="background-color:#f3f3f3; margin-top: 5rem; padding: 3rem 0;">
|
||||
<div class="container my-container">
|
||||
<div class="container">
|
||||
|
||||
<!-- Titelblock -->
|
||||
<div class="row">
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue