.post-password-form {position: absolute;padding-top: 50px;}
.post-password-form p {color: #fff;}

/* Variablen */
:root {
    --co1: #00C5CC;
    --co2: #801473;
    --co3: #AACC00;
    --co4: #FF8F00;  
}
/* -------------------- Navi -------------------- */
#messe-subnav {
    background: linear-gradient(to right, var(--co1) 0%, var(--co1) 25%, var(--co2) 25%, var(--co2) 50%, var(--co3) 50%, var(--co3) 75%, var(--co4) 75%, var(--co4) 100%);
    height: 10px;
    padding: 0;
    top: 57px;
}
#messe-navi .navi-btn:before {
    content: unset;
}
#messe-navi .navi-btn {
    padding-left: 40px!important;
    border-radius: 60px 0 0 0;
}

/* -------------------- Buttons -------------------- */
#post-8309 .fusion-button:not(.navi-btn) {
    border-radius: 20px;
}

p strong {
    font-weight: 700!important;
}

/* -------------------- Caption -------------------- */
#post-8309 .awb-imageframe-caption-container{
    transform: translateX(-50%);
    position: absolute;
    bottom: 15%;
    left: 50%;
    font-size: 16px;
    opacity: 0.5;
}

/* ----------------------- Taucher ----------------------- */
#opti-taucher {
    position: fixed;
    top: 250px;
    right: 20vw;
    z-index: 14;
}

#opti-taucher{
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0% {transform: translateY(0);rotate: 0deg;}
    25% {rotate: 3deg;}
    50% {transform: translateY(-30px);}
    75% {rotate: -3deg;}
    100% {rotate: 0deg;transform: translateY(0);}
}

@media only screen and (max-width: 1900px) {
    #opti-taucher {
        right: 5vw;
    }
}

@media only screen and (max-width: 1600px) {
    #opti-taucher {
        right: 2vw;
    }
}

@media only screen and (max-width: 1440px) {
    #opti-taucher {
        right: 20px;
    }
}

@media only screen and (max-width: 640px) { /* ES temporär */
    #opti-taucher {
        position: absolute!important;
        width: 75%;
        right: 0!important;
        animation: unset!important;
        overflow: hidden!important;
    }

    #opti-taucher video {
        transform: translateX(50px);
    }
}

/* ----------------------- Fische ----------------------- */
.fusion-footer {
    z-index: 20;
}

.fisch-item {
    z-index: 8;
    position: absolute;
    height: auto;
    opacity: 0;
}

@media only screen and (max-width: 500px) { /* ES temporär */
    .fisch-item {
        max-width: 50px;
    }
}

/* ----------------------- Schwimmen nach rechts ----------------------- */
@keyframes moveRight {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, 20vh);}
}

@keyframes moveRight2 {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, 40vh);}
} 

@keyframes moveRight3 {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, -20vh);}
}

@keyframes moveRight4 {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, -40vh);}
} 

@keyframes moveRight5 {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, 17vh);}
}

@keyframes moveRight6 {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, 33vh);}
} 

@keyframes moveRight7 {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, -17vh);}
}

@keyframes moveRight8 {
    0% {transform: translate(0, 0);}
    100% {transform: translate(110vw, -33vh);}
} 

/* ----------------------- Schwimmen nach links ----------------------- */
@keyframes moveLeft {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, 20vh) scaleX(-1);}
}

@keyframes moveLeft2 {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, 40vh) scaleX(-1);}
} 

@keyframes moveLeft3 {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, -20vh) scaleX(-1);}
}

@keyframes moveLeft4 {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, -40vh) scaleX(-1);}
} 

@keyframes moveLeft5 {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, 15vh) scaleX(-1);}
}

@keyframes moveLeft6 {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, -15vh) scaleX(-1);}
}

@keyframes moveLeft7 {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, 30vh) scaleX(-1);}
}

@keyframes moveLeft8 {
    0% {transform: translate(0, 0) scaleX(-1);}
    100% {transform: translate(-110vw, -30vh) scaleX(-1);}
}
  

/* ----------------------- BG Bilder ----------------------- */
.transparent-bg {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter:blur(30px);
}

.angebot-container .fusion-column-wrapper{
    background: rgba(255, 255, 255, 0) !important;
}

#korallen-right {
    position: absolute;
    top: 335px;
    right: 0px;
    text-align: right;
    z-index: 0;
}

#korallen-left {
    position: absolute;
    top: 175vh;
    left: 0px;
    text-align: left;
    z-index: 0;
}

@media only screen and (max-width: 1600px) {
    #korallen-right img{
        width: 80%;
    }

    #korallen-left {
        top: 250vh;
    }
}

@media only screen and (max-width: 1440px) {
    #korallen-right img{
        width: 75%;
    }
}

.korallen-bottom {
    background: url("https://aktion.oculus.de/wp-content/uploads/sites/4/2025/12/korallen2-scaled.webp"), linear-gradient(rgb(2, 88, 139) 0%, rgb(3, 25, 58) 100%);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.korallen-bottom-2{
    background: url("https://aktion.oculus.de/wp-content/uploads/sites/4/2025/12/korallen2-1-scaled.webp"), linear-gradient(rgb(2, 88, 139) 0%, rgb(3, 25, 58) 100%);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ----------------------- Header ----------------------- */
.opti-main-title{
    font-size: 80px!important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
}

.opti-main-title strong {
    font-weight: 900;
}

.opti-sub-title {
    max-width: 850px;
}

#opti-btn {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 800px) {
    #opti-btn {
        top: -100px;
    }
}

@media only screen and (max-width: 640px) {
    #opti-btn {
        max-width: 115px;
    }

    .opti-sub-title h1 { /* ES temporär */
        font-size: 28px !important;
        margin-top: 40px!important;
        width: calc(100vw - 20px - (500px * 0.75) + 105px);
        min-width: 230px;
    }
}

/* ----------------------- Produkte + Screen ----------------------- */
.opti-screen {
    margin-bottom: 0;
    border: 6px solid #fff;
    border-radius: 20px;
    transition: border-color 0.2s ease-out;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 30px;
    max-width: 80%;
}

.opti-screen.co-1:hover {
    border-color: var(--co1);
}

.opti-screen.co-2:hover {
    border-color: var(--co2);
}

.opti-screen.co-3:hover {
    border-color: var(--co3);
}

.opti-screen.co-4:hover {
    border-color: var(--co4);
}

.opti-product-col > .fusion-column-wrapper {
    overflow: hidden;
    position: relative;
}
.opti-product-col > .fusion-column-wrapper::before {
    content: "";
    width: 39%;
    aspect-ratio: 1 / 1;
    position: absolute;
    border-radius: 50%;
    top: -30%;
    left: -7%;
    filter: blur(65px);
}

.opti-product-col.co-1 > .fusion-column-wrapper::before {
    background-color: var(--co1);
}

.opti-product-col.co-2 > .fusion-column-wrapper::before {
    background-color: var(--co2);
}

.opti-product-col.co-3 > .fusion-column-wrapper::before {
    background-color: var(--co3);
}

.opti-product-col.co-4 > .fusion-column-wrapper::before {
    background-color: var(--co4);
}

.opti-product {
    max-width: 273px;
}
@media only screen and (max-width: 1024px) {

    .opti-product-col > .fusion-column-wrapper::before {
        width: 50%;
        top: -12%;
        left: -5%;
        filter: blur(60px);
    }

}
@media only screen and (max-width: 625px) {
    .opti-screen {
        position: relative;
        top:15%;
        transform: unset;
        right: unset;
        max-width: unset;
        width: 100%;
    }

    .opti-product-col > .fusion-column-wrapper::before {
        width: 75%;
        top: -174px;
        left: -40px;
        filter: blur(55px);
    }

    .opti-product {
        max-width: 200px;
    }
}

@media only screen and (max-width: 425px) {

    .opti-product-col > .fusion-column-wrapper::before {
        width: 80%;
        top: -60px;
        left: -40px;
        filter: blur(45px);
    }

    .opti-product {
        max-width: 200px;
    }
}
/*----------------------------------------------------------------*/
.bg-astonaut-wrapper {
    position: absolute;
    right: -81px;
}

.bg-img {
    position: absolute;
    transition: transform 2.5s cubic-bezier(0, 0, 0, 1) 0s;
}


#astronaut-img {
    width: 250px;
    right: -65px;
    top: 25%;
    z-index: 1;
}


/*blauer planet*/
#planet_1 {
    max-width: 600px;
    right: 70%;
    top: 20%;
    z-index: 1;
}

/*orange planet*/
#planet_2 {
    width: 350px;
    right: 65px;
    top: 30%;
    z-index: 1;
}


/*weißer planet*/
#planet_3 {
    max-width: 800px;
    right: -10%;
    top: 60%;
    z-index: 1;
}
/*-------------------*/
#astronaut-img_2 {
    width: 250px;
    left: 17px;
    top: 38%;
    z-index: 1;
}

#astronaut-img_2 .astronaut-img{
    transform: scaleX(-1);
    animation: float_2 7s ease-in-out infinite;
}

@keyframes float_2 {
    0% {    transform: scaleX(-1) translateY(0);rotate: 0deg;}
    25% {   rotate: 2deg;}
    50% {   transform: scaleX(-1) translateY(-20px);}
    75% {   rotate: -2deg;}
    100% {  rotate: 0deg;transform: scaleX(-1) translateY(0);}
}

/*blauer planet*/
#planet_1_2 {
    max-width: 550px;
    left: 17%;
    top: 61%;
    z-index: 1;
}

/*orange planet*/
#planet_2_2 {
    width: 450px;
    left: 65px;
    top: 5%;
    z-index: 1;
}

/*weißer planet*/
#planet_3_2 {
    max-width: 650px;
    right: -10%;
    top: 40%;
    z-index: 1;
}

/*--------*/

/*blauer planet*/
#planet_1_3 {
    max-width: 500px;
    left: -5%;
    bottom: 5%;
    z-index: 1;
}


/*weißer planet*/
#planet_2_3 {
    max-width: 650px;
    right: 1%;
    top: 30%;
    z-index: 1;
}


/*-------*/

@media only screen and (max-width: 1800px) {

    #astronaut-img {
        width: 250px;
        right: 10%;
        bottom: unset;
        top: 20px;
    }

    #planet_2 {
        width: 550px;
        right: 60%;
        bottom: unset;
        top: 150px;
    }
}


@media only screen and (max-width: 1000px) {
    .planetraium-info{
        max-width: 50%;
        position: absolute;
        top: -190px;
        right: 0;
    }

    #astronaut-img_2 {
        width: 250px;
        left: 17px;
        top: 23%;
        z-index: 1;
    }
}

@media only screen and (max-width: 740px) {
    #astronaut-img_2 {
        width: 250px;
        left: 17px;
        top: 20%;
        z-index: 1;
    }

    .mobile-btn{
        margin: 10px 0 !important;
        width: 100%;
    }

    .mobile-btn-wrapper div div{
        width: 100%;
    }


}

@media only screen and (max-width: 625px) {
    .planetraium-info {
        max-width: 45%;
        position: absolute;
        top: -180px;
        right: 0;
    }
}

@media only screen and (max-width: 550px) {
    .planetraium-info{
        max-width: 50%;
        position: absolute;
        top: -160px;
        right: 0;
    }
}

@media only screen and (max-width: 450px) {
    .opti-navi-btn .fusion-button-text{
        font-size: 12px;
    }

    .bk-info{
        max-width: 45% !important;
        top: -65px !important;
    }

    .ub-5-info{
        max-width: 45% !important;
        top: -70px !important;
        right: 0;
    }

    .planetraium-info{
        max-width: 50%;
        position: absolute;
        top: -130px;
        right: 0;
    }

    #astronaut-img_2 {
        width: 250px;
        left: 17px;
        top: 16%;
        z-index: 1;
    }


    .awb-image-hotspots-wrapper .left {
        bottom: 0 !important;
        top: unset !important;
        left: 0  !important;
    }

    .popover .arrow{
        display: none;
    }

    .mobile-btn-wrapper a{
        justify-content: space-between;
    }

}


@media only screen and (max-width: 370px) {
    .slider-title h4{
        /*font-size: 75% !important;*/
        margin-bottom: 50px !important;
    }

    .planetraium-info{
        max-width: 55%;
        position: absolute;
        top: -115px;
        right: 0;
    }

}
/* ---------------------------- BK ---------------------------------- */
.bk{position: relative;}
.bk-caption {
    font-size: 16px;
    text-align: center;
    background: transparent;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    opacity: 0.5;
}

/* -------------------------------------------------------------- */

.use p {
    background: #FF8F00;
    max-width: fit-content;
    padding: 2px 10px;
}

.use-list ul {
    list-style: square;
    padding: 0 0 0 20px !important;
    margin: 0;
}

.use-list ul li {
    font-size: 16px;
    margin: 10px 0;
}

.blue-list li::marker {
    color: #0086CD;
}
/* ------------------------- SLIDER ---------------------------- */
.opti-screens {
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 20px;
    background: #ffffff;
}

.opti-screens.opti-screens_03{
    border: none !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 14px;
    justify-content: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    border-radius: 3px;
    height: 6px;
    width: 50px;
    background: #fff;
    opacity: .5;
    transition: opacity .3s ease-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination {
    height: 18px;
}



.opti-screens_03-pagination .swiper-pagination-bullet{
    background: #0086CD;
}



/* --------------------------------------------------------------- */


.ub-5-info {
    position: absolute;
    top: 80px;
    right: 0;
}

.ub-5-img-wrapper{
    position: relative;
}


/* ------------------------ Planetarium--------------------------- */
.planetarium_block{
    background-image: url(https://aktion.oculus.de/wp-content/uploads/sites/4/2024/12/planetarium_bg.jpg);
    border-radius: 40px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ------------------------ Premium Beratung--------------------------- */
#am-category .am-category-service .am-category-service-title {
    color: #fff !important;
}

#am-category .am-category-service .am-category-service-info {
    padding-top: 0px;
}

#am-category .am-category-service {
    transition: background-color 0.3s ease-out;
}

#am-category .am-category-service:hover {
    box-shadow: none!important;
    background-color: #fff!important;
}

#am-category .am-category-service:hover .am-category-service-hover {
    opacity: 0!important;
}

#am-category .am-category-service:hover .am-category-service-title {
    color: #000 !important;
}

#amelia-app-booking0 {
    margin-top: 50px;
}

#am-service-booking {
    margin-top: 100px;
}


@media only screen and (max-width: 500px) {
    #am-category .am-category-service-image{
        margin-bottom: -40px;
    }
}


@media only screen and (max-width: 350px) {
    #am-category .am-category-service-image{
        margin-bottom: -60px;
    }
}



/* ------------------------- Vorträge ---------------------------- */
.vortrag {
    color: #ffffff;
    font-size: 16px;
    background: #152F4E;
    display: flex;
    gap: 15px;
    padding: 5px 10px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.vortrag p {
    padding: 0;
    margin: 0;
}

.vortrag-title-wrapper {
    flex-grow: 1;
}

.vortrag-name {
    font-style: italic;
}

.vortrag-title {
    font-weight: 600;
}

.speaker {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.speaker-img {
    max-width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin-bottom: 5px;
}

.speaker-name {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 !important;
}

.speaker-pos {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    margin: 0 !important;
}

@media only screen and (max-width: 1380px) {
    .vortrag {
        flex-direction: column;
    }
}


/* ---------------------------------------------------------*/

a.rs-layer{
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(1px) !important;
}

/* ------------------------ OCULUS Produkte ----------------------- */
.aktion-produkt-slider .swiper-slide {
    background: transparent;
}

.aktion-produkt-item {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px); /* Safari */
}

.aktion-sl-info{
    background-color: rgba(0, 134, 205, 0.85);
}

.aktion-sl-info, .aktion-produkt-item:hover .aktion-sl-info{
    background-color: rgba(0, 134, 205, 0.85);
    border-radius: 0 0 20px 20px;
}

.aktion-sl-info *{
    color: #fff;
}

.swiper-button-prev, .swiper-button-next {
    background: transparent;
    color: #fff!important;
    border-radius: 50%;
    border: 1px solid #fff;
}

.swiper-button-prev::before, .swiper-button-next::before {
    color: #fff!important;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #fff!important;
}

.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    color: #03193A!important;
}

/* ------------------------ Formular ----------------------- */
#angebot {
    overflow: visible;
}
#angebot #nex-forms.opti_-_angebot .align_right {
    text-align: center!important;
    margin-top: 15px;
}

#angebot #nex-forms.opti_-_angebot .form_field button.btn:hover {
    background-color: var(--awb-custom17)!important;
    color:#fff!important;
}

#angebot input{
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
}

#angebot span.nf_select-selection.ui-state-default.nf_select-selection--single {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
}

#angebot textarea{
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
}

#angebot .the-icon-field-container.the_input_element {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
}

#angebot #nex-forms div.radio-group label a, #nex-forms div.checkbox-group label a{
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
}

#nex-forms .error_msg {
    color: #FF8F00!important;
}

#nex-forms.nex-forms .has_error .form-control, #nex-forms.nex-forms .has_error .the-radios a, #nex-forms.nex-forms .has_error .input-group-addon.postfix {
    border-color: #FF8F00!important;
    background: rgba(255, 143, 0, 0.25) !important;
}

#nex-forms .icon-dropdown .icon-container,
#nex-forms .nf_select-dropdown {
    background-color: #f7f7f7!important;
}

#nex-forms .the-icon-option-container .icon-label div,
#nex-forms .the-icon-option-container .icon-holder span,
#nex-forms .nf_select-dropdown {
    color: #333!important;
}

#nex-forms .icon-holder .on-label {
    color: #9e9e9e!important;
}

#nex-forms .form_field.multi-icon-select .error_msg {
    left: 0;
}

#post-8309 #nex-forms.opti_-_angebot .form_field button.btn {
    border-radius: 20px!important;
    background-color: #fff!important;
    color: #0086cd!important;
}

#post-8309 #nex-forms.opti_-_angebot .form_field button.btn:hover {
    background-color: #0086cd!important;
}


/* ------------------------ Fisch dots ----------------------- */

.fisch-dot {
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.3;
    scale: 0.85;
    z-index: 1; /* hinter den Fischen, falls diese zIndex 1 oder 2 haben */
    animation: dotFloat 6s ease-in-out infinite;
    mix-blend-mode: overlay;
}

/* Schwebe Animation, überall gleich */
@keyframes dotFloat {
    0%   { transform: translateY(0); opacity: 0.3; scale: 0.85; }
    50%  { transform: translateY(-15px); opacity: 0.9; scale: 1; }
    100% { transform: translateY(0); opacity: 0.3; scale: 0.85;  }
}
/*
@keyframes sparkle {
    0%, 100% { opacity: .5; transform: scale(0.5); }
    50% { opacity: .8; transform: scale(1.5); }
}*/

