@import url(css/css-animations.css);
@import url(css/custom-components.css);
@import url(css/projects.css);
@import url(css/storyline.css);
@import url(css/custom-tablet.css);
@import url(css/projectpage.css);
@import url(css/greet.css);


@font-face {
    font-family: 'Inter';
    src: url('/assets/font/Inter.ttf') format('truetype');
    font-weight: 100 900; /* Variable Schrift unterstützt Gewichte von 100 bis 900 */
    font-style: normal;
    font-display: swap;
}

:root{

--main-blue: #a2b8e2;
--main-prim: #a2b8e2;
--main-sec: #031D44;
--main_sec: #b5b5b5;
--main-user: #a2b8e2;
}

* {
    font-family: "Inter";
}

.noscript-message {
    position: fixed;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dc3545;
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    text-align: center;
    z-index: 1050;
}


/* color */
.cu-hidden{
    opacity: 0;
}

.cu-min{
    height: 0 !important;
    width: 0 !important; 
}
.cu-prim{
    color: var(--main_prim);
}
.cu-prim-bg{
    background-color: var(--main_prim);
}

.cu-sec{
    color: var(--main_sec);
}
.cu-sec-bg{
    background-color: var(--main_sec);
}

/*  */

.cu-h1 {
    font-weight: bold;
    font-size: 5rem;
}

@media screen and (max-width: 767px) {
    .cu-h1{
        font-size: 3rem !important;
    }
    
}

.cu-h1 span{
    animation: colorChange 5s alternate forwards;
}
.cu-h2{
    font-size: 3rem; 
}
.cu-h3{
    font-weight: bold;
    font-size: 3.5rem;
}
.cu-subtitle{
    letter-spacing: 0.5rem;
}
.cu-h2-sub{
    font-weight: 300;
    font-size: 2.5rem;
}
.cu-cont {
    max-width: 80%;
    margin: 0 auto;
}
.cu-me {
    height: 400px;
}
.cu-q-100-g {
    background-color: rgb(211, 211, 211);
    height: 100%;
    border-radius: 15px;
}

/* Nav-Bar */
.cu-navbar{
    transition: all ease 0.2s;
    font-weight: 700;
    z-index: 3000;
}

.cu-navbar.vanishedBackground{
    background-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .cu-navbar{
        background-color: #ffffff8a;
        box-shadow: 0 1px 5px 0px #3f3f3f52;
        backdrop-filter: blur(10px);
    }
    
}

.cu-navbar.scrolled{
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px rgba(180, 180, 180, 0.158);
}

.cu-my{
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.cu-mb{
    margin-bottom: 10vh;
}

.cu-mt{
    margin-top: 10vh;
}

.menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
  }
  
  .menu-button__line,
  .menu-button::before,
  .menu-button::after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #333333;
    transition: transform 0.3s, opacity 0.3s;
  }
  
  .menu-button.is-opened .menu-button__line {
    opacity: 0;
  }
  
  .menu-button.is-opened::before {
    transform: translateY(8px) rotate(-225deg);
    background-color: var(--main-prim) !important;
  }
  
  .menu-button.is-opened::after {
    transform: translateY(-8px) rotate(225deg);
    background-color: var(--main-prim) !important;
  }

  .cu-nav-bar{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: -1000;
    backdrop-filter: blur(10px);
    transition: opacity ease 0.5s;
    overflow: hidden;
  }
  .cu-nav-bar .circle{
    background-color: var(--main-sec);
    height: 0vh;
    width: 0vh;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    transition: all ease-in-out 0.2s;
  }
  .cu-nav-bar .circle.opend{
    height: 200vh;
    width: 200vh;
    box-shadow: 0 0 30px 3px #00000052;
    z-index: 2001;
  }

  .cu-nav-bar .cu-wrapper{
    right: 50%;
    top: 65vh;
    height: 85vh;
    transform: translateX(-50%);
  }

    @media (max-width: 767px) {
        .cu-nav-bar .circle.opend {
        height: 200vh;
        width: 200vh;
        right: 50%;
        box-shadow: 0 0 20px 2px #00000052;
        }
        .cu-nav-bar .cu-wrapper{
            right: 50%;
            top: 50%;
            transform: translate(50%, -50%);
        }
    }
  

  .cu-nav-bar.active{
    opacity: 1;
    z-index: 2000;
  }

  .cu-nav-bar ul{
    left: 25%;
  }
  .cu-nav-bar ul li{
    transition: all ease 0.1s;
  }
  .cu-nav-bar ul li a{
    color: #a2b8e2;
    font-size: 2rem;
  }

  .cu-nav-bar .active a{
    color: #ffffff;
    font-size: 3rem !important;
    font-weight: 600;
  }
  .cu-nav-bar ul li:hover{
    color: white;
    transform: scale(1.2);
  }

.cu-nav-login{
    left: 25%;
    transform: translate(0, -50%);
    bottom: 25%;
}

.cu-nav-login .cu-input-text{
    z-index: 1;
    width: 65%;
    font-size: 1rem;
    padding: 0.2rem;
    height: 2rem;
}

/* ------------------ */
.cu-circle{
    height: 200vh !important;
    width: 200vh !important;
    background-color: #a2b8e2; /* Hintergrundfarbe des Kreises */
    border-radius: 50%;       /* Rundung für einen Kreis */
    box-shadow: 
        0 0 10px rgba(162, 184, 226, 0.8),  /* Weicher leuchtender Schatten */
        0 0 20px rgba(162, 184, 226, 0.6),  /* Stärkerer leuchtender Schatten */
        0 0 30px rgba(162, 184, 226, 0.4);  /* Noch stärkerer leuchtender Schatten */
    display: inline-block;    /* Damit der Kreis sich um seine Größe wickelt */
    position: absolute;
    left: 0;
    z-index: -20;
    transform: translate(-50%, -25%);



}

@media screen and (max-width: 1360px) {
    .cu-circle{
        height: 150vh !important;
        width: 150vh !important;
        transform: translate(-83%, -25%);
    }
}
@media screen and (max-width: 1024px) {
    .cu-circle{
        height: 140vh !important;
        width: 140vh !important;
    }

@media screen and (max-width: 992px) {
    .cu-circle{
        height: 120vh;
        width: 120vh;
    }
}
    
}
@media screen and (max-width: 767px) {
    .cu-circle{
        left: 0%;
        top: 0%;
    }

    .greet{
        transform: translate(0px, 5vh);
    }

    .cu-bg-img{
        width: 200vw !important;
        height: 100vh ;
        transform: translate(-84vw, -20vh) !important;

    }


    #cu-ytplaceholder{
        width: 100% !important;
    }

    iframe{
        width: 100% !important;
    }
    
}

.cu-circle-second{
    height: 50vh ;
    width: 50vh ;
    background-color: #a2b8e2; /* Hintergrundfarbe des Kreises */
    border-radius: 50%;       /* Rundung für einen Kreis */
    box-shadow: 
        0 0 10px rgba(162, 184, 226, 0.8),  /* Weicher leuchtender Schatten */
        0 0 20px rgba(162, 184, 226, 0.6),  /* Stärkerer leuchtender Schatten */
        0 0 30px rgba(162, 184, 226, 0.4);  /* Noch stärkerer leuchtender Schatten */
    display: inline-block;    /* Damit der Kreis sich um seine Größe wickelt */
    position: absolute;
    right: 0;
    z-index: -20;
    transform: translate(50%, 25%);
}

.cu-page-heading{
    font-size: 5rem;
    color: var(--main-prim);
    font-weight: 600;
}

.spacer-1{
    height: 5vh;
}

.spacer-2{
    height: 15vh;
}

.spacer-3{
    height: 25vh;
}
.cu-int-card{
    transition: all ease 0.2s;
    background-color: white;
}

.cu-int-card:hover{
    cursor: pointer;
    box-shadow: 0 0 10px var(--main-prim);
}

@keyframes slideInFromBottomandColor {
    0% {
        opacity: 0;
        transform: translateY(10%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    20% {
        opacity: 1;
        transform: translateY(0);
        background: linear-gradient(284deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 37%, rgba(162,184,226,1) 45%, rgba(162,184,226,1) 54%, rgba(0,0,0,1) 65%, rgba(0,0,0,1) 100%);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-size: 300% 100%; /* Hintergrundgröße groß genug für die Animation */
        background-position: 100% 0; /* Startet von rechts */
    }
    50%{
        background-clip: text;
        background-size: 300% 100%; /* Hintergrundgröße groß genug für die Animation */
        background-position: 41% 0; /* Startet von rechts */

    }
    100%{
        background-clip: text;
        background-size: 300% 100%; /* Hintergrundgröße groß genug für die Animation */
        background-position: 0% 0; /* Startet von rechts */

    }
}

.cu-h1 {
    font-weight: bold;
    font-size: 5rem;
    color: #333333;
}

/*  */


/* Formular */

.cu-input-text{
    border-radius: 2px;
    border: 1px solid rgb(134, 134, 134);
    height: 3rem;
    width: 200px;
}

.cu-code-button{
    transition: all ease 0.3s;
    font-size: 0.9rem; 
    padding: .25rem;
}

.cu-code-button.cu-hidden{
    width: 0 !important;
    border: none;
    padding: 0 !important;
    transform: translateX(-100%);
    
}

#footer-circle{
    height: 40vh;
    width: 40vh;
    background-color: var(--main-prim);
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-40%, -20%);
    z-index: 100;
}

@media screen and (max-width: 767px) {
    #footer-circle{
        height: 20vh;
        width: 20vh;
        transform: translate(-60%, 20%);
    }
    
}

.cu-locked-ov{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.cu-code-popup{
    height: 350px;
    width: 350px;
    background-color: white;
    transform: translate(-50%, -50%);
}

.cu-login .cu-input-text{
    z-index: 1;
    font-size: 1rem;
    padding: 0.2rem;
    height: 2rem;
}

.cu-tooltip{
    display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: black; /* Schwarzer Hintergrund */
        color: white; /* Weiße Schriftfarbe */
        width: 15px; /* Breite */
        height: 15px; /* Höhe */
        border-radius: 50%; /* Rundes Element */
        font-size: 11px; /* Schriftgröße des Fragezeichens */
        font-weight: bold; /* Fettdruck für bessere Sichtbarkeit */
}

.btn-custom{
    background-color: var(--main-prim);
    color: white;
}

.btn-custom:hover{
    filter: brightness(80%);
}

.btn-custom-outline{
    border: 1px solid var(--main-prim);
    background-color: transparent;
    color: var(--main-prim);
}

.btn-custom-outline:hover{
    color: white;
    background-color: var(--main-prim);
}

.cu-pr-title{
    font-size: 3rem;
    color: var(--main-prim);
}

.cu-btn-primary {
    background-color: var(--main-prim);
    color: white;
    padding: 0.5rem 2rem;
}

.cu-btn-primary:hover {
    background-color: color-mix(in srgb, var(--main-prim) 80%, black);
    color: white;
}

.cu-btn-secondary{
    border: 1px solid var(--main-prim);
    color: var(--main-prim);
    padding: 0.5rem 2rem;
}
.cu-btn-secondary:hover{
    background-color: color-mix(in srgb, var(--main-prim) 80%, black);
    color: white;
}

.cu-about-wrapper{
    display: flex;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .cu-about-wrapper{
        display: block !important;
        height: auto !important;
    }

    .cu-about-wrapper>div{
        margin: 10vh 0;
    }
    
    #me{
        height: auto !important;
    }

    .note{
        transform: rotate(0deg) !important;
        width: 95vw !important;
    }

    .cu-me{
        width: 90vw !important;
        height: auto;
        margin-top: 3rem;
    }
}

#me-intro{
    opacity: 0;
}

.cu-timeline-wrapper{
    width: 100%; 
    height: 10vh;
}
.cu-timeline {
    transition: all ease 0.2s;
    background-color:rgb(31, 31, 31) ; 
    width: 100%;
     height: 2px;

}

.cu-timeline div{
    opacity: 0;
    transition: all ease 0.2s;
}

.cu-timeline-year{
     background-color: #6d6d6d ;
     width: 50px; 
     height: 50px; 
     border-radius: 50%;
     flex-shrink: 0;
     transition: all ease 0.2s;
    }

.cu-timeline-wrapper:hover .cu-timeline{
    height: 10px !important;
}

.cu-timeline-wrapper:hover .cu-timeline > div{
    opacity: 1 !important;
}

.cu-timeline div:hover .cu-timeline-year{
    top: -200px;
}

.cu-timeline-spacer{
    display: none;
}
.cu-timeline-description{
    display: none;
}

.cu-timeline-description p{
    color:rgb(66, 66, 66);

}


.cu-timeline-line{
    display: none;
    height: 0px;
    width: 3px;
    transition: all ease 0.2s;
}



.cu-timeline-year-wrapper{
    width: 25%; 
    height: 5px;
    transition: all ease 0.2s;
    justify-content: center;
    flex-shrink: 0;
}
.cu-timeline-year-wrapper:hover{
    height: 300px;
    cursor: pointer;
}
.cu-timeline-year-wrapper:hover .cu-timeline-line{
    display: block;
    height: 100px;
}
.cu-timeline-year-wrapper:hover .cu-timeline-spacer{
    display: block;
    height: 50px;
    background-color: aqua;
}
.cu-timeline-year-wrapper:hover .cu-timeline-description{
    display: block;
    height: 100px;

}
.cu-timeline-year-wrapper:hover .cu-timeline-year{
    transform: scale(1.5);
}

.cu-callout{
    min-height: 20vh;
    background-color: rgb(233 233 233);
    width: 80%;
}   

.navbar-container.cu-contrast-white *{
    color: white !important;
}

.magazine{
    height: 80vh;
    width: 100%;
    
}

@media screen and (max-width: 767px) {
    .cu-footer-links{
        align-items: center !important;
    }
}



.code-input-wrapper input {
    max-width: 50px;
    height: 60px;
    padding: 0.1rem !important;
    text-align: center;
    font-size: 1rem;
    border: 2px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;
}
#greeting{
height: 100vh;
}

.loader-wrapper{
height: 0;
overflow: hidden;
transition: height 0.2s;
}

input.success{
background-color: #d4edda;
}

input.error{
background-color: #f8d7da;
}

.note {
    background: rgb(212, 222, 240);
    /* Helles Gelb wie ein Notizzettel */
    padding: 20px;
    width: 400px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    /* Schatten für 3D-Effekt */
    transform: rotate(3deg);
    /* Leichte Drehung für realistischere Optik */
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 5vh;
    transition: all ease 0.5s;
}

.note:hover {
    transform: rotate(0deg) scale(1.1);
    cursor: pointer;
}

.cu-bg-img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -26;
    transform: translate(0px, -20vh);
}

.cu-white-background{
    background-color: white;
    height: 50vh;
    width: 100vw;
    position: absolute;
    z-index: -21;
}

#timeline{
    height: 100vh;
}

@media screen and (max-width: 767px) {
    #timeline{
      height: 70vh;
    }
    
}

@media screen and (min-width: 767px) {

    .cu-up-button-wrapper{
        width: 70vw !important;
    }
}