*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: black;
}

.top-img{
    height: 100vh;
    width: 100vw;
    background: url(../img/IMG_3069.jpeg);
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



/* parallax */
.parallax-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.parallax-info h2{
    /* color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 5vw;
    text-align: center;
    width: 100%; */
    font-family: 'Brush Script MT', cursive;
    color: white;
    font-size: 6vw;
    text-align: center;
    text-shadow: 2px 2px 10px #000000;
    width: 100%;
}

.text-banner{
    width: 100vw;
    position: absolute;
    background: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: calc(100vh);
    transform: translateY(-95%);
}

.text-banner h2{
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    font-size: 6vw;
}


/* .parallax-info .colorBlackClass{
    color: rgb(255, 255, 255);
} */

/* picture grid */
.picture-grid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 3;
    flex-shrink: 1;
}
.picture{
    width: 33.333vw;
    height: 33.333vw;
    border: solid  white;
    border-top: solid 5px white;
    border-bottom: solid 5px white;
    flex-grow: 3;
    flex-shrink: 1;
    z-index: 1;
}
.picture-1{
    background: url(../img/Feiern/Feiern3.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: solid 5px white;
}
.picture-2{
    background: url(../img/Feiern/Feiern4.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.picture-3{
    background: url(../img/Feiern/Feiern5.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: solid 5px white;
}
.picture-21{
    background: url(../img/Feiern/Feiern8.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: solid 5px white;
    border-top: 0px;
}
.picture-22{
    background: url(../img/Feiern/Feiern6.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0px;
}
.picture-23{
    background: url(../img/Feiern/Feiern7.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: solid 5px white;
    border-top: 0px;
}




@media screen and (max-width:770px){
    .text-banner h2{
        font-size: 10vw;
    }

    .parallax-info h2{
        font-size: 10vw;
    }

    /* picture grid */
    .picture{
        border: solid 1px white;
        border-top: solid 2px white;
        border-bottom: solid 2px white;
    }
    .picture-1{
        border-left: solid 2px white;
    }
    .picture-3{
        border-right: solid 2px white;
    }

    .picture-21{
        border-left: solid 2px white;
        border-top: 0px;
    }
    .picture-23{
        border-right: solid 2px white;
        border-top: 0px;
    }
    .picture-22{
        border-top: 0px;
    } 
}

@media screen and (max-width:900px) and (orientation:landscape) { 
    .text-banner h2{
        font-size: 7vw;
    }

    .parallax-info h2{
        font-size: 6vw;
    }
}