Initial commit – lokale Dateien hochgeladen

This commit is contained in:
Alexander-Stosic 2025-07-29 19:10:33 +02:00
parent 5bdf649ce1
commit 0db3bb9207
21 changed files with 907 additions and 616 deletions

View file

@ -18,21 +18,21 @@ body {
-webkit-font-smoothing: antialiased; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans Semibold", sans-serif; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans Semibold", sans-serif;
font-weight: 400; }
h2 {
font-family: "Open Sans Semibold", sans-serif;
font-weight: 400;
color: #046e6e;
font-size: 28px; }
@media (max-width: 480px) {
h2 {
font-size: 22px; } }
h1 {
font-size: 80px; }
@media (max-width: 768px) {
@ -44,11 +44,6 @@ h1 {
@media (max-width: 400px) {
h1 {
font-size: 26px; } }
h2 {
font-size: 28px; }
@media (max-width: 480px) {
h2 {
font-size: 22px; } }
h3 {
font-size: 20px; }
@ -56,7 +51,7 @@ h4 {
font-size: 25px; }
p {
color: #777777;
color: black;
font-size: 15px;
font-family: "Open Sans Semibold", sans-serif; }
@ -2535,169 +2530,72 @@ h2, h3 {
.text-justify {
text-align: justify; }
/* Reduziert den Abstand zwischen den Sections */
section {
margin-bottom: 0px;
/* Anpassung nach Bedarf */ }
margin-bottom: 0px; }
/* Zusätzliche optionale Stile für eine bessere Darstellung */
#welcome.section, #service.section {
padding-top: 90px;
/* Anpassung nach Bedarf */
padding-bottom: 4px;
/* Anpassung nach Bedarf */ }
.text-justify {
text-align: justify; }
padding-bottom: 4px; }
.description {
font-size: 22px;
/* Standard Schriftgröße */
line-height: 1.5;
padding-top: 90px;
/* Anpassung nach Bedarf */
padding-bottom: 1px;
/* Anpassung nach Bedarf */ }
padding-bottom: 1px; }
@media (max-width: 768px) {
.description {
font-size: 18px;
/* Kleinere Schriftgröße für Tablets */
padding-top: 70px;
/* Anpassung nach Bedarf */
padding-bottom: 1px;
/* Anpassung nach Bedarf */ } }
padding-top: 70px; } }
@media (max-width: 480px) {
.description {
font-size: 16px;
/* Noch kleinere Schriftgröße für Handys */
padding-top: 50px;
/* Anpassung nach Bedarf */
padding-bottom: 1px;
/* Anpassung nach Bedarf */ } }
padding-top: 50px; } }
.facts .fact-item {
padding: 15px;
/* Abstand um die Bilder */ }
.facts .fact-item {
padding: 15px;
/* Abstand um die Bilder */ }
padding: 15px; }
.fact-image {
height: 250px;
/* Einheitliche Höhe für alle Bilder */
width: auto;
/* Breite automatisch anpassen, um das Seitenverhältnis beizubehalten */
object-fit: contain;
/* Bild innerhalb der festgelegten Höhe zuschneiden, um das Seitenverhältnis beizubehalten */
border-radius: 8px;
/* Abgerundete Ecken für die Bilder */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
/* Leichter Schatten */ }
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.custom-background {
background-size: cover;
background-position: center center;
background-position: center;
background-repeat: no-repeat; }
.service-arrow .block {
display: flex;
align-items: center;
justify-content: space-between; }
.service-content {
flex: 1; }
.service-icon {
margin-right: 15px;
/* Abstand nach Bedarf anpassen */ }
.service-image {
margin-left: 15px;
/* Abstand nach Bedarf anpassen */ }
.service-image img {
max-width: 150px;
/* Maximale Breite des Bildes anpassen */
height: auto; }
.bg-service1 {
background-color: #8bcfd6;
/* Beispielhafte Farbe für primary-dark */ }
.bg-service2 {
background-color: #6baeb5;
/* Beispielhafte Farbe für primary-dark */ }
.bg-service3 {
background-color: #8bcfd6;
/* Beispielhafte Farbe für primary-dark */ }
.bg-service4 {
background-color: #6baeb5;
/* Beispielhafte Farbe für primary-dark */ }
.bg-service5 {
background-color: #8bcfd6;
/* Beispielhafte Farbe für primary-dark */ }
.bg-service6 {
background-color: #6baeb5;
/* Beispielhafte Farbe für primary-dark */ }
.bg-service7 {
background-color: #8bcfd6;
/* Beispielhafte Farbe für primary-dark */ }
.bg-service8 {
background-color: #6baeb5;
/* Beispielhafte Farbe für primary-dark */ }
.fixed-width {
width: 1200px;
/* Feste Breite, die du anpassen kannst */
height: auto;
/* Höhe wird automatisch angepasst, um das Seitenverhältnis beizubehalten */ }
.service-arrow .block {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
/* Optional: Padding hinzufügen */
border-radius: 100px;
/* Optional: Abgerundete Ecken hinzufügen */
color: #8a0909;
/* Optional: Textfarbe auf Weiß setzen */ }
.service-icon {
margin-right: 0px;
/* Abstand nach Bedarf anpassen */ }
color: #8a0909; }
.service-content {
flex: 1; }
.service-image {
margin-left: 0px;
/* Abstand nach Bedarf anpassen */ }
.fixed-text {
width: 600px;
/* Feste Breite für den Text */
margin-right: 15px;
/* Optional: Abstand nach Bedarf anpassen */ }
.service-icon, .service-image {
margin: 0; }
.service-image img {
max-width: 600px;
/* Maximale Breite des Bildes anpassen */
height: auto;
margin: 0;
/* Entfernt zusätzliche Margins */
padding: 0;
/* Entfernt zusätzliches Padding */
border: none;
/* Entfernt jegliche Standardrahmen */
display: block;
/* Verhindert zusätzliche Ränder bei inline-block-Elementen */ }
display: block; }
.bg-service1, .bg-service3, .bg-service5, .bg-service7 {
background-color: #8bcfd6; }
.bg-service2, .bg-service4, .bg-service6, .bg-service8 {
background-color: #6baeb5; }
.fixed-width {
width: 1200px; }
.fixed-text {
width: 600px;
margin-right: 15px; }
.page-title::before {
content: '';
@ -2707,61 +2605,44 @@ section {
width: 100%;
height: 100%;
background-color: #ffffff;
/* Weiß als Hintergrundfarbe */
z-index: -1;
/* Sicherstellen, dass es hinter dem Inhalt liegt */ }
z-index: -1; }
.service-grid {
display: grid;
gap: 30px;
/* 40px Abstand sowohl horizontal als auch vertikal */
grid-template-columns: repeat(3, 1fr);
/* => Standard: 3 Spalten für größere Bildschirme */ }
@media (max-width: 992px) {
.service-grid {
grid-template-columns: repeat(2, 1fr);
/* => mittlere Screens: nur 2 Spalten */ } }
@media (max-width: 576px) {
.service-grid {
grid-template-columns: 1fr;
/* => kleine Screens: 1 Spalte */ } }
/* Ab hier das Zoom-/Overlay-Setup (identisch wie vorher) */
grid-template-columns: repeat(3, 1fr); }
@media (max-width: 992px) {
.service-grid {
grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) {
.service-grid {
grid-template-columns: 1fr; } }
.service-item-fixed {
width: 100%;
height: auto;
/* Oder "auto" falls die Höhe flexibel sein soll */
position: relative;
overflow: hidden;
border-radius: 10px;
/* Abgerundete Ecken */ }
overflow: hidden;
position: relative; }
.zoom-wrap {
transition: transform 0.3s ease;
width: 100%;
height: 100%;
position: relative;
transition: transform 0.3s ease; }
position: relative; }
.service-item-fixed:hover .zoom-wrap {
transform: scale(1.06); }
.zoom-wrap a {
display: block;
/* Stellt sicher, dass der Link das gesamte umschlossene Element abdeckt */
text-decoration: none;
/* Entfernt die Unterstreichung des Links */
color: inherit;
/* Erbt die Textfarbe, um sicherzustellen, dass der Linktext stilistisch passt */ }
.zoom-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block; }
/* Das "dunkle Overlay" */
.zoom-wrap a {
display: block;
text-decoration: none;
color: inherit; }
.zoom-wrap .overlay {
position: absolute;
top: 0;
@ -2769,11 +2650,7 @@ section {
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
/* dunkler Schleier (30% schwarz) */
z-index: 1;
/* Overlay unter dem Text, aber über dem Bild */
pointer-events: auto;
/* Stellt sicher, dass das Overlay klickbar ist */ }
z-index: 1; }
.overlay-text {
position: absolute;
@ -2784,8 +2661,7 @@ section {
font-size: 2.3em;
font-weight: bold;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
z-index: 2;
/* Höher als das Overlay */ }
z-index: 2; }
.my-container {
width: 80%;
@ -2793,36 +2669,27 @@ section {
.gif-background {
background-image: url("/images/BackgroundAnimation.svg");
/* Pfad zu Ihrem GIF */
background-size: cover;
/* Deckt den gesamten Hintergrund ab */
background-position: center -220px;
/* Positioniert das GIF oben in der Mitte */
background-repeat: no-repeat;
/* Verhindert die Wiederholung des GIFs */
position: relative;
/* Stellt sicher, dass das Overlay korrekt positioniert wird */ }
position: relative; }
.gif-background::after {
content: "";
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
/* Weißer Overlay mit 70% Deckkraft */
pointer-events: none;
/* Stellt sicher, dass das Overlay keine Interaktionen blockiert */ }
background-color: rgba(255, 255, 255, 0.8); }
.custom-image {
width: 100px;
height: auto;
max-width: 70%; }
max-width: 70%;
height: auto; }
.custom-title {
color: #046e6e;
/* Ersetze dies mit der Farbe deiner Wahl */ }
color: #046e6e; }
.hover-link {
transition: color 0.3s ease; }
@ -2830,6 +2697,45 @@ section {
.hover-link:hover {
color: #F5A623; }
/* Mehrwert */
.mehrwerte-grid {
display: grid;
gap: 0;
grid-template-columns: repeat(1, 1fr); }
@media (min-width: 768px) {
.mehrwerte-grid {
grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) {
.mehrwerte-grid {
grid-template-columns: repeat(4, 1fr); } }
.mehrwerte-box {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding: 30px;
border-radius: 8px;
transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.mehrwerte-box:hover {
background-color: teal;
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }
.mehrwerte-box h4,
.mehrwerte-box p {
color: #000 !important;
transition: color 0.3s ease; }
.mehrwerte-box:hover h4, .mehrwerte-box:hover p {
color: #000 !important; }
.mehrwert-icon {
filter: invert(74%) sepia(39%) saturate(2198%) hue-rotate(344deg) brightness(101%) contrast(92%); }
/* Gründerteam Styling */
.container-fluid {
max-width: 100%;
padding-left: 5vw;
padding-right: 5vw; }
html {
scroll-behavior: smooth; }