Update: Abschluss 31.07.2025
This commit is contained in:
parent
4f1e5eddac
commit
b18d1e9169
8 changed files with 350 additions and 443 deletions
|
|
@ -94,13 +94,6 @@ $h4: 25px;
|
|||
@import 'custom.scss';
|
||||
|
||||
|
||||
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
|
||||
/* 1) Die .logo-container bekommt 80% Breite => 10% links und 10% rechts frei */
|
||||
.logo-container {
|
||||
width: 80%;
|
||||
|
|
@ -201,63 +194,3 @@ body {
|
|||
margin: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.services-title {
|
||||
margin-top: 50px;
|
||||
color: #046e6e;
|
||||
}
|
||||
|
||||
.services-description {
|
||||
color: black;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
/* Standard-Desktop-Layout */
|
||||
.services-section {
|
||||
background-color: #f1f1f1; /* Hintergrundfarbe der Sektion auf Schwarz setzen */
|
||||
padding: 40px 0; /* Padding für die Sektion */
|
||||
width: 100%; /* Volle Breite */
|
||||
box-sizing: border-box; /* Padding in der Breite berücksichtigen */
|
||||
}
|
||||
|
||||
.services-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr); /* Drei Spalten für Desktop */
|
||||
gap: 20px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto; /* Zentriert das Raster */
|
||||
padding: 0 20px; /* Optional: Padding für kleinere Bildschirme */
|
||||
}
|
||||
|
||||
.service-card {
|
||||
background-color: #f1f1f1; /* Hintergrundfarbe der Boxen auf Schwarz setzen */
|
||||
color: white; /* Textfarbe auf Weiß setzen für bessere Lesbarkeit */
|
||||
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.service-icon {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.service-card-title {
|
||||
color: black; /* Titel-Textfarbe auf Weiß setzen */
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.service-card-description {
|
||||
color: black; /* Hellgraue Farbe für den Beschreibungstext */
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Anpassungen für Mobilgeräte */
|
||||
@media (max-width: 768px) {
|
||||
.services-grid {
|
||||
grid-template-columns: 1fr; /* Eine Spalte für Mobilgeräte */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue