
.password-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}


.popup-content h2{
    margin-bottom: 2vh;
}

.popup-content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.button{
    color: white;
}
.content {
    text-align: center;
}







@font-face {
    font-family:'basis-grotesque-regular-pro';
    src: url(../fonts/basis-grotesque-regular-pro-1.otf) format(opentype);

}




body{
    margin:0;
    cursor: pointer!important;
    overflow: scroll;
    height: 100vh;
    width: 100vw;
    font-family:'basis-grotesque-regular-pro';
    scrollbar-width: thin; /* Firefox */
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent; /* Firefox */
    overflow: -moz-scrollbars-none; /* Firefox */ 

}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

.hero{
    position: fixed;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer!important;
}
.hero video{
    width: 100%;
    height: 100%;
    object-fit: cover ;
}

@media(min-aspect-ratio:16/9) {
    .hero video{
        width: 100vw;
        height: auto;
        object-fit: cover ;
    }
}
@media(max-aspect-ratio:16/9) {
    .hero video{
        width: auto;
        height: 100vh;
        object-fit: cover ;
    }
}





.start{
    height: 100vh;
    width: 100vw;
    background-size: cover;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.start img{
    width: 50vw;
    cursor: pointer!important;
}









header{
    position: fixed;
    margin: 0;
    top: 0;
    height: 17vh;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-bottom: 1px solid black;
    text-decoration: none;
    cursor: pointer!important;
    z-index: 100;
}
header a{
    margin: 0;
    text-decoration: none;
  
}
header img{
    margin: 0;
    height: 13vh;
    margin-bottom: 1vh;
    cursor: pointer;
    margin-top: 2.5%;
}
header a h2{
    margin: 0;
    margin-top: -0.8vh;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: clamp(15px, 1.75vw, 100px);
    text-transform: uppercase;
    font-weight:500;
    color: black;
    cursor: pointer;
    margin-top: 3%;

}





.spacer{
    height: 17vh;
}


.spacer2{
    height: 1.5vh;
}











.kastenresponsive{
    display: none;
}
.kastenresponsive2{
    display: none;
}

.kasten{
    width: 100vw;
    border-bottom: 1px solid black;
    cursor: pointer!important;
    overflow: hidden;
}




.kasten img{
    width: 20vw;
}

.kasten video{
    width: 20vw;
}














.section1{
    width: 100vw;
    transition: background-color 0.5s ease;
    cursor: pointer;
}
.section1:hover{
    background-color: black;
    color: white;
    cursor: pointer!important;
}
.spalte1{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    cursor: pointer!important;
}
.spalte1 p{
    font-size: clamp(15px, 1.75vw, 100px);
    margin: 0;
    margin-top: 1vh;
    cursor: pointer!important;
}
.section1 h3{
    margin-left: 1vw;
    font-size: clamp(15px, 1.75vw, 100px);
    text-transform: uppercase;
    font-weight:500;
    margin: 0;
    margin-left: 1vw;
    margin-top: 1vh;
    cursor: pointer!important;
}

.ueberschrift{
    width: 15vw;
}
.subline{
    width: 60vw;
    
}
.subline p {
    font-size: clamp(15px, 1.75vw, 100px);
}
.inhalt{
width: 100vw;
display: flex;
justify-content: space-between;
margin: 0;
}


.spalte2{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: scroll;
}


.section2{
    display: none;
}
.spalte3{
    width: 53vw;
    height: 70vh;
    overflow: scroll;
    cursor: pointer;
}
.spalte3 h3{
    margin-left: 1vw;
    font-size: clamp(15px, 1.75vw, 100px);
    text-transform: uppercase;
    font-weight:500;
    margin: 0;
    margin-left: 1vw;
    margin-top: 1vh;
  
}
.spalte3 h4{
    margin-left: 1vw;
    font-size: clamp(15px, 1.75vw, 100px);
    text-transform: uppercase;
    font-weight:500;
    line-height: -0.1;
}
.spalte3 p{
    width: 51vw;
    word-spacing: 0px;
    margin: 0;
    padding: 0;
}

.spalte4{
    width: 35vw;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
}
.carussel{
    height: 95%;
    width: 95%;
    margin-right: 0;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent; /* Firefox */
    overflow: -moz-scrollbars-none; /* Firefox */ 
}
.carussel img{
   width: 100%;
}
.carussel video{
    width: 100%;
}



.section2 p{
    margin-left: 1vw;
    font-size: clamp(16px, 1.75vw, 100px);

}



.container {
    display: flex;
    justify-content: center;
 
  }
  
  .image-container {
    position: relative;
    
 
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white; /* Textfarbe */
    font-size: clamp(16px, 1.75vw, 100px);
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s;
    background-color: rgba(255, 255, 255, 0.557);
    backdrop-filter: blur(40px);
  }

  
  .image-container:hover .overlay {
    opacity: 1;
   
  }
  
  .text {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
  }
















/*Button*/
.buttonkasten{
    position: fixed;
    bottom: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
}
button{
    background-color: white;
    width: 16vw;
    height: 5vh;
    border: 1px solid black;
    border-radius: 90dvh;
    margin-bottom: 4vh;
    cursor: pointer;
}
button p{
    color: black;
    font-size: clamp(15px, 1.6vw, 100px);
    text-transform: uppercase;
    margin: 0;
}
button:hover {
    background-color: black;
    border: 1px solid white;
}
button:hover p{
    color: white;
}



/*Kontakt*/
.kasten1{
    width: 100vw;
    overflow: hidden;
    border-bottom: 1px solid black;
}

.kasten1 a{
    text-decoration: none;
    color: black;
}
.kasten1 img{
    width: 20vw;
}
.section3{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.section3 .spalte5{
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section3 .spalte6 p{
    width: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: clamp(15px, 1vw, 100px);
}
.section3 h3{
    margin-left: 1vw;
    font-size: clamp(16px, 1.75vw, 100px);
    text-transform: uppercase;
    font-weight:500;
    margin: 0;
    margin-left: 1vw;
    margin-top: 1vh;
}
.section3 p{
    margin-left: 1vw;
    font-size: clamp(16px,1.75vw, 100px);

}





.mobilearrow{
    display: none;
}











/*responsive*/

@media only screen and (max-width: 600px) {
    

    #kasten5{
        display: flex;
        justify-content: center;
    }
    

    .hero{
        display: flex;
        width: 100vw;
    }
    .hero video{
        width: 100vw;
        position: relative;
     

    }
    .start img{
        margin-top: -10vh;
        width: 70vw;
        cursor: pointer;
    }

    header{
        position: fixed;
        top: 0;
        height: 12vh;
        width: 100vw;
        display: flex;
        justify-content: space-between;
        background-color: white;
        border-bottom: 1px solid black;
        text-decoration: none;
    }
    header a{
        text-decoration: none;
    }
    header img{
        height: 8vh;
    }
    header h2{
        display: none;
    }
    .spacer{
        height: 12vh;
    }
    .subline{
        display: none;
    }
    
    
    






   
    
    






    .kasten{
        width: 100vw;
        border-bottom: 1px solid black;
        cursor: pointer;
        overflow: hidden;
    }
    
    
    
    
    .kasten img{
        width: 20vw;
    }
    .kasten video{
        width: 20vw;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .section1{
        width: 100vw;
    }
    .section1:hover{
        background-color: white;
        color: white;
    }
    .spalte1{
        width: 100vw;
        display: flex;
        justify-content: space-between;
    }
    .spalte1 img{
        width: 60vw;
    }
    .spalte1 video{
        width: 60vw;
    }
    .spalte1 p{
        font-size: clamp(15px, 1.4vw, 100px);
        margin: 0;
        margin-top: 1vh;
  
    }
    .section1 h3{
        margin-left: 1vw;
        font-size: clamp(15px, 2vw, 100px);
        text-transform: uppercase;
        font-weight:500;
        margin: 0;
        margin-top: 1.5vh;
        margin-left: 4vw;
    }
    
    .ueberschrift{
        width: 15vw;
    }
    .subline{
        width: 60vw;
        margin-top: 1vh;
    }
    .subline p {
        font-size: clamp(15px, 1.4vw, 100px);
        margin-left: 4vw;
    }
    .inhalt{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    margin: 0;
    }
    
    
    .spalte2{
        display:flex;
        flex-direction: column;
        justify-content: space-around;
        overflow: scroll;
    }
    
    
    .section2{
        display: none;
    }
    .spalte3{
        width: 100vw;
        height: auto;
    }
  
    .spalte3 h3{
        font-size: clamp(15px, 2vw, 100px);
        text-transform: uppercase;
        font-weight:500;
        margin: 0;
        margin-top: 1.5vh;
        margin-left: 4vw;
    
      
    }
    .spalte3 h4{
        font-size: clamp(15px, 2vw, 100px);
        text-transform: uppercase;
        font-weight:500;
        line-height: 1.1;
        margin-left: 4vw;
    }
    .spalte3 p{
        padding: 0;
        width: 88%;
        margin-left: 4vw;
    }
    
    .spalte4{
        width: 100vw;
        height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .carussel{
        height: 92%;
        width: 92%;
    
        margin-right: 0;
        overflow: scroll;
        scrollbar-width: none; /* Firefox */
        scroll-behavior: smooth;
        scrollbar-color: transparent transparent; /* Firefox */
        overflow: -moz-scrollbars-none; /* Firefox */ 
    }
    .carussel img{
       width: 100%;
    }
    .carussel video{
        width: 100%;
    }
    
    
    
    .section2 p{
        margin-left: 4vw;
        margin-right:4vw;
        font-size: clamp(16px, 1.4vw, 100px);
    
    }
    
    
    .spalte1 h3{
        margin-left: 4vw;
        width: 30vw;
        padding-bottom: 0.5vh;
    }






















    .inhalt{
        width: 100vw;
        display: flex;
        align-items: center;
        flex-direction: column;
    
        }
    











        .kastenresponsive{
            display: block;
            width: 100vw;
            border-bottom: 1px solid black;
            cursor: pointer;
            overflow: hidden;
        }
        .kastenresponsive img{
            width: 20vw;
        }
        .kastenresponsive .ueberschrift{
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .kastenresponsive .ueberschrift p{
          
        margin-right: 2vw;
        }
        .mobilearrow{
            display: block;
        }
        .kastenresponsive h3{
            margin-bottom: 1vh;
        }
        .kastenresponsive a{
            color: black;
            text-decoration: none;
        }
        .kastenresponsive2{
            display: block;
            width: 100vw;
            border-bottom: 1px solid black;
            cursor: pointer;
            overflow: hidden;
        }
        .kastenresponsive2 img{
            width: 20vw;
        }
        .kastenresponsive2 h3{
            margin-bottom: 1vh;
        }
        .kastenresponsive2 a{
            color: black;
            text-decoration: none;
        }




    .buttonkasten{
            position: fixed;
            bottom: 0;
            width: 100vw;
            display: flex;
            justify-content: center;
        }
    button{
            background-color: white;
            width: 40vw;
            height: 4vh;
            border: 1px solid black;
            border-radius: 90dvh;
            margin-bottom: 3vh;
            cursor: pointer;
        }
    button p{
            color: black;
            text-transform: uppercase;
            margin: 0;
        }
    button:hover {
            background-color: black;
            border: 1px solid white;
        }
    button:hover p{
            color: white;
        }
  }