Juli 2025

This commit is contained in:
Markus 2025-07-24 00:06:23 +02:00
parent 940295ac2e
commit 99b70acecf
12 changed files with 99 additions and 126 deletions

View file

@ -2713,7 +2713,7 @@ section {
.service-grid {
display: grid;
gap: 20px;
gap: 30px;
/* 40px Abstand sowohl horizontal als auch vertikal */
grid-template-columns: repeat(3, 1fr);
/* => Standard: 3 Spalten für größere Bildschirme */ }
@ -2745,7 +2745,7 @@ section {
transition: transform 0.3s ease; }
.service-item-fixed:hover .zoom-wrap {
transform: scale(1.2); }
transform: scale(1.06); }
.zoom-wrap a {
display: block;
@ -2768,7 +2768,7 @@ section {
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.4);
/* dunkler Schleier (30% schwarz) */
z-index: 1;
/* Overlay unter dem Text, aber über dem Bild */
@ -2820,6 +2820,16 @@ section {
height: auto;
max-width: 70%; }
.custom-title {
color: #046e6e;
/* Ersetze dies mit der Farbe deiner Wahl */ }
.hover-link {
transition: color 0.3s ease; }
.hover-link:hover {
color: #F5A623; }
html {
scroll-behavior: smooth; }

View file

@ -56,7 +56,7 @@ h4 {
font-size: 16px; }
p {
color: #777777;
color: #000777;
font-size: 15px;
font-family: "Open Sans Semibold", sans-serif; }