



.starttext {
        max-width: 80%;
    }


.starttext {
  opacity: 0;
  transform: perspective(600px) rotateX(-45deg) translateY(60px);
  will-change: transform, opacity;
}



h1 {
    position: relative;
    font-size: clamp(48px, 14vw, 76px);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    padding-left: 0;
    text-align: center;
}

h2 {
    position: relative;
    font-size: clamp(38px, 10vw, 56px);
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    color: #eeeeee;
    padding-left: 0;
    text-align: center;
    z-index: 11;
}

h3 {
    position: relative;
    font-size: clamp(30px, 7.6vw, 44px);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    padding-left: 0;
}

h4 {
    font-size: clamp(24px, 6vw, 40px);
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    color: #eeeeee;
    padding-left: 0;
    text-align: center;
    z-index: 11;
}

p {
    position: relative;
    font-size: clamp(18px, 5vw, 26px);
    z-index: 100;
    text-align: center;
    padding-left: 0;
}

ul {
    font-size: clamp(14px, 5vw, 24px);
    z-index: 100;
    text-align: center;
    padding-left: 0;
    list-style-position: inside;
}

.btn_weiter {
    opacity: 0;
      font-family: 'Montserrat', sans-serif;
  font-weight: 400;
    display: inline-block !important;
    clear: both !important;
    text-align: center;
    position: relative;
    font-size: 20px;
    z-index: 10;
    background: linear-gradient(to bottom, #f6f4f492, #221E3B);
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: inherit;
    width: auto;
    transform: translate(0px, 20px)!important;
    transition: background 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
}

.btn_weiter:hover {
    background: linear-gradient(to bottom, #ffffffa0, #5a4846dc);
    border-color: #ffffff;
    transform: translateY(-2px);
}

.image-caption
{
font-size: 14px;
}


.ce-textpic {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.ce-textpic .ce-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* Zentriert die Spalten horizontal */
}

.ce-textpic .ce-column {
    flex: 0 0 100%; /* Auf kleinen Screens volle Breite */
    max-width: 450px; /* Verhindert, dass das Video auf großen Screens riesig wird */
}

/* Videos responsiv machen */
.ce-textpic video.video-embed-item {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px; /* Optional für moderne Optik */
}

.ce-textpic .ce-bodytext {
    text-align: left;
}

.ce-textpic::after {
    content: "";
    display: table;
    clear: both;
}



.iframe-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 72vh;
    min-height: 400px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.393);
    cursor: pointer;
    transition: background 0.3s ease, opacity 0.3s ease;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iframe-overlay span,
.iframe-overlay .text {
position: absolute;
    top: 30%;
    left: 50%;
    font-size: 24px;
    text-align: center;
    
    background: rgba(11, 24, 66, 0.393);
    /* Animation hinzugefügt */
    animation: pulseNotice 2s infinite ease-in-out;
}

/* Keyframes für das sanfte Pulsieren */
@keyframes pulseNotice {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translateX(-50%) scale(1.02);
        opacity: 1;
    }
}

.iframe-overlay.active {
    display: none;
}


.footer {
    width: 100%;
    background: #071931;
    color: #a0a0a5;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.footer a:hover {
    opacity: 1;
    text-decoration: underline;
}






@media screen and (orientation: landscape) and (max-height: 500px) {
    h1 {
        font-size: clamp(28px, 8vw, 42px);
        margin-bottom: 5px;
    }

    h2 {
        font-size: clamp(24px, 6vw, 34px);
        margin-bottom: 10px;
    }

    h3 {
        font-size: clamp(20px, 5vw, 28px);
        margin-bottom: 10px;
    }

    h4 {
        font-size: clamp(18px, 4vw, 24px);
        margin-bottom: 10px;
    }

    p, ul {
        font-size: clamp(14px, 3.5vw, 18px);
    }

    .iframe-container {
        height: 85vh;
        min-height: 250px;
    }

    .btn_weiter {
        padding: 6px 14px;
        font-size: 16px;
        transform: translate(0px, 10px) !important;
    }

    .footer {
        padding: 15px 10px;
    }
}