

.header{
    background-image: linear-gradient(rgba(4,9,30,0),rgba(255,255,255,0.0));
    min-height: 85vh;
}

.gallery-selector{
    width: 90%;
    margin: auto;
    min-height: 15vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gallery-selector .flex-item{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    border-radius:10px;
    background-color: rgb(255, 255, 255);
    transition:0.5s
}

.gallery-selector h1{
    display: inline-block;
    position: relative;
}

.gallery-selector .flex-item:hover{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    border-radius:10px;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    transition:0.5s
}

.gallery-selector .active{
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

@media(max-width: 600px){
    .gallery-selector h1{
        font-size: 18px;
    }
}

.photo-gallery{

    display: inline;
    align-items: center;
    /* margin-top: 20px; */
    text-align: center;
}

.photo-gallery-box{
    margin: 10px;
}


.photo-gallery .winter{
    display:none;
}
.photo-gallery .sommer{
    display:none;
  
}
.photo-gallery .huette{
    display:none;
}