2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Typografie & Basis ========== */
|
2025-08-01 21:09:17 +02:00
|
|
|
.hero-section {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero-title {
|
2025-08-04 19:03:47 +02:00
|
|
|
font-size: clamp(2.5rem, 4vw, 4rem);
|
2025-08-02 01:31:47 +02:00
|
|
|
font-weight: 400;
|
2025-08-01 21:09:17 +02:00
|
|
|
line-height: 1.2;
|
2025-07-29 19:10:33 +02:00
|
|
|
color: #046e6e;
|
2025-08-01 21:09:17 +02:00
|
|
|
word-break: normal;
|
|
|
|
|
hyphens: none;
|
2025-06-06 18:12:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-center {
|
2025-07-29 19:10:33 +02:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.text-justify {
|
|
|
|
|
text-align: justify;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
/* ========== Vereinheitlichte Section-Abstände ========== */
|
2025-06-06 18:12:46 +02:00
|
|
|
section {
|
2025-07-30 00:35:15 +02:00
|
|
|
margin-bottom: 0;
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
.section {
|
|
|
|
|
padding-top: 90px;
|
|
|
|
|
padding-bottom: 90px;
|
|
|
|
|
margin-top: 80px;
|
|
|
|
|
margin-bottom: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Spezielle Section-Anpassungen */
|
2025-07-30 00:35:15 +02:00
|
|
|
#welcome.section,
|
|
|
|
|
#service.section {
|
2025-07-29 19:10:33 +02:00
|
|
|
padding-top: 90px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-31 01:33:44 +02:00
|
|
|
.section-spacing {
|
|
|
|
|
padding-top: 4rem;
|
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
|
margin-top: 5rem;
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Beschreibung ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.description {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
padding-top: 90px;
|
|
|
|
|
padding-bottom: 1px;
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
padding-top: 70px;
|
2025-06-06 18:12:46 +02:00
|
|
|
}
|
|
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
padding-top: 50px;
|
2025-06-06 18:12:46 +02:00
|
|
|
}
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Fakten ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.facts .fact-item {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.fact-image {
|
|
|
|
|
height: 250px;
|
|
|
|
|
width: auto;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Hintergründe ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.custom-background {
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
.gif-background {
|
|
|
|
|
background-image: url('/images/BackgroundAnimation.svg');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
position: relative;
|
2025-08-02 01:31:47 +02:00
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center 50%;
|
|
|
|
|
|
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
|
background-size: 120% auto;
|
|
|
|
|
background-position: center 40%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 575px) {
|
|
|
|
|
background-size: 180% auto;
|
|
|
|
|
background-position: center 50%;
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
&::after {
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
2025-08-02 01:31:47 +02:00
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2025-07-30 00:35:15 +02:00
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
2025-08-02 01:31:47 +02:00
|
|
|
|
|
|
|
|
@media (max-width: 575px) {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
}
|
2025-07-30 00:35:15 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
/* ========== Service-Layout ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.service-arrow .block {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
border-radius: 100px;
|
|
|
|
|
color: #8a0909;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.service-content {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
.service-icon,
|
|
|
|
|
.service-image {
|
2025-07-29 19:10:33 +02:00
|
|
|
margin: 0;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.service-image img {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
height: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* Farbvarianten für Services */
|
|
|
|
|
.bg-service1,
|
|
|
|
|
.bg-service3,
|
|
|
|
|
.bg-service5,
|
|
|
|
|
.bg-service7 {
|
2025-07-29 19:10:33 +02:00
|
|
|
background-color: #8bcfd6;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
.bg-service2,
|
|
|
|
|
.bg-service4,
|
|
|
|
|
.bg-service6,
|
|
|
|
|
.bg-service8 {
|
2025-07-29 19:10:33 +02:00
|
|
|
background-color: #6baeb5;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* Service-Gitter */
|
2025-07-29 19:10:33 +02:00
|
|
|
.service-grid {
|
|
|
|
|
display: grid;
|
2025-07-31 01:33:44 +02:00
|
|
|
gap: 1.5rem;
|
|
|
|
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
max-width: 1200px;
|
|
|
|
|
padding: 0 1rem;
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.service-item-fixed {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.zoom-wrap {
|
|
|
|
|
transition: transform 0.3s ease;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: relative;
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
&:hover {
|
|
|
|
|
transform: scale(1.06);
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
.overlay {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0; right: 0; bottom: 0; left: 0;
|
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.overlay-text {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%; left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 2.3em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
2025-06-06 18:12:46 +02:00
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
/* ========== Zusatz-Layouts ========== */
|
2025-07-31 01:33:44 +02:00
|
|
|
.spacer-lg {
|
|
|
|
|
height: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.service-item {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overlay {
|
|
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overlay-text {
|
2025-08-04 19:03:47 +02:00
|
|
|
font-size: clamp(2rem, 2vw, 3rem);
|
|
|
|
|
}
|
2025-07-31 01:33:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.info-card {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
font-size: 2rem;
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
|
font-size: 1.2rem;
|
|
|
|
|
color: #046e6e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
/* ========== WHY AMPERION Grid ========== */
|
2025-07-30 00:35:15 +02:00
|
|
|
.why-grid {
|
|
|
|
|
display: grid;
|
|
|
|
|
gap: 2rem;
|
|
|
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 991.98px) {
|
|
|
|
|
.why-grid {
|
|
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
|
.why-grid {
|
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.service-card {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2025-08-04 19:03:47 +02:00
|
|
|
height: 100%;
|
2025-07-30 00:35:15 +02:00
|
|
|
background: #fff;
|
|
|
|
|
padding: 1.5rem;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
box-shadow: 0 4px 10px rgba(0,0,0,.05);
|
|
|
|
|
transition: transform .25s ease, box-shadow .25s ease;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.service-icon {
|
|
|
|
|
width: 56px;
|
|
|
|
|
height: 56px;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
margin: 0 auto .75rem auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.service-card-title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin: .25rem 0 .5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.service-card-description {
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
/* ========== Container & Layout ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.my-container {
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin: 0 auto;
|
2025-06-06 18:12:46 +02:00
|
|
|
}
|
2025-07-24 00:06:23 +02:00
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
.custom-container {
|
|
|
|
|
max-width: 1800px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding-left: 30px;
|
|
|
|
|
padding-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
.fixed-width {
|
|
|
|
|
max-width: 1200px;
|
|
|
|
|
margin: 0 auto;
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
2025-07-24 00:06:23 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
.fixed-text {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ========== Titel mit Hintergrund ========== */
|
|
|
|
|
.page-title::before {
|
2025-07-29 19:10:33 +02:00
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
2025-07-30 00:35:15 +02:00
|
|
|
top: 0; left: 0;
|
|
|
|
|
width: 100%; height: 100%;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
z-index: -1;
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
2025-07-24 00:06:23 +02:00
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Bildkomponenten & Icons ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.custom-image {
|
|
|
|
|
width: 100px;
|
|
|
|
|
max-width: 70%;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
2025-07-24 00:06:23 +02:00
|
|
|
|
|
|
|
|
.custom-title {
|
2025-07-29 19:10:33 +02:00
|
|
|
color: #046e6e;
|
2025-07-24 00:06:23 +02:00
|
|
|
}
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Hover Links ========== */
|
2025-07-24 00:06:23 +02:00
|
|
|
.hover-link {
|
|
|
|
|
transition: color 0.3s ease;
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
&:hover {
|
|
|
|
|
color: #F5A623;
|
|
|
|
|
}
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Mehrwerte ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.mehrwerte-grid {
|
|
|
|
|
display: grid;
|
|
|
|
|
gap: 0;
|
|
|
|
|
grid-template-columns: repeat(1, 1fr);
|
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: lighten(#004d4d, 10%);
|
|
|
|
|
transform: translateY(-4px);
|
|
|
|
|
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
|
2025-07-30 00:35:15 +02:00
|
|
|
|
|
|
|
|
h4, p {
|
|
|
|
|
color: #000 !important;
|
|
|
|
|
}
|
2025-07-29 19:10:33 +02:00
|
|
|
}
|
2025-07-30 00:35:15 +02:00
|
|
|
|
|
|
|
|
h4, p {
|
2025-07-29 19:10:33 +02:00
|
|
|
color: #000 !important;
|
|
|
|
|
transition: color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-30 00:35:15 +02:00
|
|
|
|
2025-07-29 19:10:33 +02:00
|
|
|
.mehrwert-icon {
|
|
|
|
|
filter: invert(74%) sepia(39%) saturate(2198%) hue-rotate(344deg) brightness(101%) contrast(92%);
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
/* ========== Gründerteam & Intro-Text ========== */
|
2025-07-29 19:10:33 +02:00
|
|
|
.container-fluid {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
padding-left: 5vw;
|
|
|
|
|
padding-right: 5vw;
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-30 00:35:15 +02:00
|
|
|
#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;
|
|
|
|
|
|
|
|
|
|
p, li {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
|
font-size: 1.35rem;
|
|
|
|
|
}
|
2025-08-02 01:31:47 +02:00
|
|
|
}
|
|
|
|
|
|
2025-08-04 19:03:47 +02:00
|
|
|
/* ========== Logo Animation ========== */
|
|
|
|
|
.logo-container {
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.frame1 {
|
|
|
|
|
flex: 0 0 40%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.frame2 {
|
|
|
|
|
flex: 0 0 60%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner-logo {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Animationen */
|
|
|
|
|
.frame1 .banner-logo {
|
|
|
|
|
animation: moveIn 1s forwards;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.frame2 .banner-logo {
|
|
|
|
|
animation: moveIn 1s 0.5s forwards;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes moveIn {
|
|
|
|
|
from {
|
|
|
|
|
transform: translateX(50px);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fade-in-title {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
animation: fadeTitle 1.5s forwards 1s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeTitle {
|
|
|
|
|
to { opacity: 1; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.logo-container {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
.frame1, .frame2 {
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/* ========== Body Base (aus style.scss) ========== */
|
|
|
|
|
body {
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
2025-08-02 01:31:47 +02:00
|
|
|
|