#home {
    display: flex;

    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 40em;
    background-color: gainsboro;
    background-image: url("/img/teaser_image.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.teaserimage {
    --background-image: url("/img/orchtest.jpg");
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.scroll-down-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-20px);
    top: 80%;
    animation: scrollupdown 2s infinite;
}
.scroll-down-icon img {
    filter: invert(100%) brightness(200) drop-shadow(1px 1px 1px black);
    
}

#scroll-up-icon {
    position: fixed;
    z-index: 99;
    right: 50px;
}

.up-icon-on {
    opacity: 1; transition: all 0.5s;
        bottom: 50px;
}

.up-icon-off {
    opacity: 0; 
    bottom: 120px;
    transition: all 0.5s;
}
.Introtext {
    min-width: 40%;
    display: flex;
    flex-flow: wrap;

}
#albums {
    padding-top: 4em;
      background-color: #222; 
    padding-bottom: 3em;
}

.abschnitt {
    padding-top: 5em;
    padding-bottom: 2em;
    --background:  radial-gradient(circle at top, #445469 0, #111111 50%);
}

.abschnitt2 {
    padding-top: 7em;
    padding-bottom: 2em;
    background-color: #f5f5f5;
}

.abschnitt3 {
    padding-top: 7em;
    padding-bottom: 2em;
    background-image: url(/img/upraise_background.jpg);
    background-position: center;
    background-size: cover;
}

.content-row {
    display: flex;
    flex-flow: row wrap;


        
}

.content-img {
    display: flex;
    flex-direction: row wrap;
}

.content-title {
    display: flex;
    flex-direction: row; 
    text-align: center;
    background-color: aqua;
}

#games {
    display: flex;
    position: relative;
    --background-image: url(/img/tack-aboutus-background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.games-boxen {
    display: flex;
    flex-flow: wrap;
    padding: 2em;

}
.gbox{
    position: relative;
    text-align: center;
    margin: 1em;
}
.gbox-img{
    z-index: 4;
    --transition: all 0.5s ease;
    border-radius: 0px 0px 20px 20px;
}

.gbox-img:hover {
    --transform: scale(1.05);
    --transition: all 0.5s ease;
    
}
.gbox-title {
    position: absolute;
    bottom: 0%;
    width: 100%;
    color: white;
    text-align: center;
    font-weight: 300;
    font-family: firasans;
    background-color: rgba(0,0,0,0.3);
    
}
.content-text-box {
   display: flex;
    flex-flow: wrap;
    width:48%;

}

.content-text-box h1 {font-size: 3em;}
.content-text-box p {padding: 2em 0;
}
.download-button {
    text-align: center;
    border-radius: 5px;
    padding: 1em;
    background-color: #ff0000;
    text-decoration: none;
    color: white;
    height: 20px;
}

.hinweis-button {
    text-align: center;
    border-radius: 5px;
    padding: 1em;
    background-color: #4f9b12;
    text-decoration: none;
    color: white;
    height: 20px;
}

.download-box {
    display: flex;
    flex-flow: column;
}

.download-box a {
    margin-bottom: 20px;
}
.games-img-box{
    display: flex;
    flex-flow: wrap;
    margin-top: 2em;
    min-width: 48%;

}
.games-img {
    z-index: 1;
    position: relative;
    border: 3px solid white;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
    transform: rotate(-3deg);
    transition: all 0.5s ease;
}
.games-img:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    top: 2em;
    margin-bottom: 4em;
    transform: rotate(3deg); 
}

.games-img:hover {
    z-index: 10;
    transform: scale(1.5);
    transition: all 0.5s ease;
}

footer {
    --position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 4em;
    background-color: #343434;
    color: white;
}
footer a{ color: white; text-decoration: none;}

#impressum {
    padding-top: 9em;
}

.audioplayer {
    left: 30px;
}
audio {
    
    justify-content: center;
    width: 100%;
    height: 40px;
    --transform: scale(1);
}
.album-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.album-gallery img {
    margin: 10px;
}
.album-cover-img {
    max-width 300px;
    object-fit: cover;
    
}
.album-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    color: #222;
    border-radius: 25px;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
}
@media screen and (max-width: 1280px) {
   .scroll-down-icon {bottom: 10%;}

}

@media screen and (min-width: 1280px) {
   .scroll-down-icon {bottom: 10%;}

    
}