Update: Abschluss 29.07.2025

This commit is contained in:
Alexander-Stosic 2025-07-30 00:35:15 +02:00
parent 0db3bb9207
commit 4f1e5eddac
13 changed files with 698 additions and 760 deletions

View file

@ -1,59 +1,72 @@
@charset "UTF-8";
/*=== MEDIA QUERY ===*/
@font-face {
font-family: 'Open Sans';
src: local("Open Sans"), local("OpenSans"), url("/static/fonts/OpenSans-SemiboldItalic.woff2") format("woff2");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Open Sans Semibold';
src: local("Open Sans Semibold"), local("OpenSansSemibold"), url("/static/fonts/OpenSans-Semibold.woff2") format("woff2");
font-weight: normal;
font-style: normal; }
body {
line-height: 1.5;
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased; }
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #222;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
h1,
h3,
h4,
h5,
h6 {
font-family: "Open Sans Semibold", sans-serif;
font-weight: 400; }
h1 {
font-size: 3rem;
font-weight: 600;
line-height: 1.3;
margin-bottom: 1rem;
color: #046e6e; }
h2 {
font-family: "Open Sans Semibold", sans-serif;
font-size: 2rem;
font-style: italic;
font-weight: 400;
color: #046e6e;
font-size: 28px; }
@media (max-width: 480px) {
h2 {
font-size: 22px; } }
h1 {
font-size: 80px; }
@media (max-width: 768px) {
h1 {
font-size: 34px; } }
@media (max-width: 480px) {
h1 {
font-size: 28px; } }
@media (max-width: 400px) {
h1 {
font-size: 26px; } }
h3 {
font-size: 20px; }
line-height: 1.4;
margin-bottom: 1rem;
color: #222; }
h4 {
font-size: 25px; }
h3 {
font-size: 1.5rem;
font-weight: normal;
line-height: 1.6;
margin-bottom: 1rem;
color: inherit; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
strong, b {
font-weight: 700; }
em, i {
font-style: italic; }
p {
color: black;
font-size: 15px;
font-family: "Open Sans Semibold", sans-serif; }
margin-bottom: 1.25rem; }
ul, ol {
padding-left: 1.5rem;
margin-bottom: 1.5rem; }
li {
margin-bottom: 0.5rem;
line-height: 1.6; }
a {
color: #046e6e;
text-decoration: none;
transition: color 0.3s ease; }
a:hover {
color: #F5A623;
text-decoration: underline; }
ul {
margin: 0;
@ -266,7 +279,7 @@ input[type="tel"] {
.section-title p {
font-style: italic;
color: #626262;
font-family: "Open Sans Semibold", sans-serif;
font-family: "Open Sans Semibold", serif;
font-size: 1em;
/* Standard Schriftgröße für p */ }
@media (max-width: 768px) {
@ -1210,7 +1223,7 @@ h2, h3 {
font-size: 35px;
margin-bottom: 20px; }
.testimonial .testimonial-carousel p {
font-family: "Open Sans Semibold", sans-serif;
font-family: "Open Sans Semibold", serif;
line-height: 28px;
padding-bottom: 20px; }
.testimonial .testimonial-carousel .user img {
@ -2521,6 +2534,7 @@ h2, h3 {
.footer .copyright a {
font-weight: 600; }
/* ========== Typografie & Basis ========== */
.title-custom {
color: #046e6e; }
@ -2531,12 +2545,15 @@ h2, h3 {
text-align: justify; }
section {
margin-bottom: 0px; }
margin-bottom: 0; }
#welcome.section, #service.section {
/* ========== Sektionen Padding (Intro etc.) ========== */
#welcome.section,
#service.section {
padding-top: 90px;
padding-bottom: 4px; }
/* ========== Beschreibung ========== */
.description {
font-size: 22px;
line-height: 1.5;
@ -2550,6 +2567,7 @@ section {
.description {
font-size: 16px;
padding-top: 50px; } }
/* ========== Fakten ========== */
.facts .fact-item {
padding: 15px; }
@ -2560,11 +2578,28 @@ section {
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
/* ========== Hintergründe ========== */
.custom-background {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.gif-background {
background-image: url("/images/BackgroundAnimation.svg");
background-size: cover;
background-position: center -220px;
background-repeat: no-repeat;
position: relative; }
.gif-background::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8); }
/* ========== Service-Layout (Kacheln / Pfeile) ========== */
.service-arrow .block {
display: flex;
align-items: center;
@ -2576,7 +2611,8 @@ section {
.service-content {
flex: 1; }
.service-icon, .service-image {
.service-icon,
.service-image {
margin: 0; }
.service-image img {
@ -2584,29 +2620,20 @@ section {
height: auto;
display: block; }
.bg-service1, .bg-service3, .bg-service5, .bg-service7 {
/* Farbvarianten für Services */
.bg-service1,
.bg-service3,
.bg-service5,
.bg-service7 {
background-color: #8bcfd6; }
.bg-service2, .bg-service4, .bg-service6, .bg-service8 {
.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: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
z-index: -1; }
/* Service-Gitter */
.service-grid {
display: grid;
gap: 30px;
@ -2628,29 +2655,25 @@ section {
width: 100%;
height: 100%;
position: relative; }
.service-item-fixed:hover .zoom-wrap {
transform: scale(1.06); }
.zoom-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block; }
.zoom-wrap a {
display: block;
text-decoration: none;
color: inherit; }
.zoom-wrap .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1; }
.zoom-wrap:hover {
transform: scale(1.06); }
.zoom-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block; }
.zoom-wrap a {
display: block;
text-decoration: none;
color: inherit; }
.zoom-wrap .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1; }
.overlay-text {
position: absolute;
@ -2663,26 +2686,84 @@ section {
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
z-index: 2; }
/* --- WHY AMPERION: Grid-Layout mit gleich hohen Karten --- */
.why-grid {
display: grid;
gap: 2rem;
/* Desktop: 3 Spalten => 3×2 */
grid-template-columns: repeat(3, minmax(0, 1fr));
/* Jede Zeile passt sich der höchsten Karte an */
align-items: stretch; }
/* Tablet: 2 Spalten => 2×3 */
@media (max-width: 991.98px) {
.why-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)); } }
/* Mobil: 1 Spalte => 1×6 */
@media (max-width: 575.98px) {
.why-grid {
grid-template-columns: 1fr; } }
/* Karten sollen die Zellen voll ausfüllen */
.service-card {
display: flex;
flex-direction: column;
height: 100%;
/* gleiche Höhe pro Zeile */
background: #fff;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
transition: transform .25s ease, box-shadow .25s ease;
text-align: center; }
/* Icon einheitlich */
.service-icon {
width: 56px;
height: 56px;
object-fit: contain;
margin: 0 auto .75rem auto;
display: block; }
/* 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; }
/* ========== Container & Layout-Hilfen ========== */
.my-container {
width: 80%;
margin: 0 auto; }
.gif-background {
background-image: url("/images/BackgroundAnimation.svg");
background-size: cover;
background-position: center -220px;
background-repeat: no-repeat;
position: relative; }
.fixed-width {
max-width: 1200px;
margin: 0 auto; }
.gif-background::after {
.fixed-text {
max-width: 600px;
margin-right: 15px; }
/* ========== Titel mit Hintergrund ========== */
.page-title::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8); }
width: 100%;
height: 100%;
background-color: #ffffff;
z-index: -1; }
/* ========== Bildkomponenten & Icons ========== */
.custom-image {
width: 100px;
max-width: 70%;
@ -2691,13 +2772,13 @@ section {
.custom-title {
color: #046e6e; }
/* ========== Hover Links ========== */
.hover-link {
transition: color 0.3s ease; }
.hover-link:hover {
color: #F5A623; }
.hover-link:hover {
color: #F5A623; }
/* Mehrwert */
/* ========== Mehrwerte ========== */
.mehrwerte-grid {
display: grid;
gap: 0;
@ -2720,22 +2801,34 @@ section {
background-color: teal;
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }
.mehrwerte-box h4,
.mehrwerte-box p {
.mehrwerte-box:hover h4, .mehrwerte-box:hover p {
color: #000 !important; }
.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 */
/* ========== Gründerteam & Intro-Text ========== */
.container-fluid {
max-width: 100%;
padding-left: 5vw;
padding-right: 5vw; }
#about-intro .intro-text {
font-size: 1.25rem;
line-height: 1.85;
max-width: 200ch;
hyphens: auto;
-webkit-hyphens: auto;
overflow-wrap: anywhere;
margin-bottom: 1rem; }
#about-intro .intro-text p, #about-intro .intro-text li {
margin-bottom: 1rem; }
@media (min-width: 992px) {
#about-intro .intro-text {
font-size: 1.35rem; } }
html {
scroll-behavior: smooth; }