/* Allgemeine Stile */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-color: transparent;
}

html, body {
    font-family: Arial, sans-serif;
    color: black;
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* Header */
header {
    background-color: transparent;
    text-align: center;
    max-height: 10vh;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-container {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.logo {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    opacity: 1;
    margin: 10em;
    margin-right: 2em;
}


/* Main Content */
main {
    display: block;
    width: 100%;
/*    height: 100%;*/
/*    justify-content: flex-end;*/
}

.static-img{
    max-height: 100vh;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

.content{
    width: 100%;
/*    max-height: 50%;*/
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    padding-top: 50px;
}

/*
.ss {
    max-width: 35vw;
}
*/
.season{
    background-image: url(AW_24.png);
    background-size: 35vw 100%;
}
.season-img{
    max-width: 35vw;
    opacity: 0;
    transition: opacity .2s;
}

.season-hover{
    max-width: 35vw;
    position: absolute;
    top:0;
    left: 0;
    bottom:0;
    right: 0;
    justify-content: center;
    align-content: center;
    max-width: 35vw;
    opacity: 0;
    transition: opacity .2s;
    
}

.season-img:hover{
    opacity: 1;
}

.txt-content{
    width: 100%;
    display: flex;
    margin-top: 30%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
}

.legal-content{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding-left: 5vw;
}

.legal-text{
    max-width: 90vw;
    height: auto;
    display: flex;
/*    margin-top: 30%;*/
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.legal-text h1{
    font-family: Arial, sans-serif;
    font-size: 2rem;
    color: black;   
}


.text-container{
    max-width: 55vw;
/*    margin-top: 30%;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: black;
    z-index: 990;
}

.text-container p{
    color: white;
}

.gallery-box{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5vw;
}

.gallery{
    padding: 5px;
}

.gallery img{
    max-width: 17vw;
    height: auto;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 2rem;
    color: white;
}

h2{
    
}
/* Footer */

footer{
    background-color: transparent;
    height: 7vh;
    margin-top: 10px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 1000;
    flex: 1;
}

.link-list{
    justify-content: center;
    align-content: center;s
}

footer ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 98%;
    column-gap: 1rem;
    flex-wrap: nowrap;
    z-index: 1000;
}

footer ul li a{
    background-color: transparent;
    color: #e52321;
    display:flex;
    text-decoration: none;
    font-size: 1rem;
}

footer ul li a:hover{
    text-decoration: underline;
}

footer p{
    padding-top: 20px;
    font-size: 1.5em;
    color: #e52321;
}


/* Media Queries */

@media (max-width: 1450px) and (orientation: landscape){
    
    .static-img{
        visibility: hidden;
    }    

    .season-img{
        opacity: 1;
    }
        
    .season-img-resp{
        max-height: 100vh;
        width: auto;
        justify-content: center;
        align-content: center;
        display: flex;
    }
    
    .txt.content{
        align-content: center;
    }
    
    .text-container-resp{
        max-width: 90vw;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        margin-top: 100px;
    }    
    
    .text-content-resp{
        max-width: 90vw;
        height: auto;
        justify-content: center;
        align-content: center;
    }
    
    .gallery img{
    max-width: 28vw;
    height: auto;
}
}


@media (min-width: 10px) and (orientation: portrait){
    .static-img{
        visibility: hidden;
        
    }
    
    .logo-container {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .season-img{
        opacity: 1;
        max-width: 90vw;
        height: auto;
    }
        
    .season-img-resp{
        max-height: 100vh;
        width: auto;
        justify-content: center;
        align-content: center;
        display: flex;
    }
    
    .text-container-resp{
        max-width: 90vw;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        margin-top: 300px;
    }    
    
    .text-content-resp{
        max-width: 90vw;
        height: auto;
        justify-content: center;
        align-content: center;
    }
    
    footer{
      height: 10vh;        
    }
    
    .gallery img{
    max-width: 28vw;
    height: auto;
}
    

}

/*
@media (min-width: 1025px) and (max-aspect-ratio: 15/9){
    .static-img{
        visibility: hidden;
        
    }
}
*/


@media (max-width: 450px){
     footer ul li a{
        font-size: 0.75rem;
    }   
}

