.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; 
}
  
.grid-container {
    display: grid;
    /* grid-template-rows: 1fr 1fr;  */
    grid-template-rows: auto auto; 
    max-width: 100vh; 
    width: 100%;
}
  
.grid-item {
    padding: 20px;
}
  
.grid-item.image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
  
.band-section-title{
    position: absolute;
    text-align: center;
    font-size: 3vw;
    transform: translateY(-40vh);
    background-color:rgb(6 82 78);
}

#Chris {
    height: 65vh; 
    width: auto;
    /* transform: translate(-50px, 50px); */
}

/* #Chris:hover{
    box-shadow: 2px 2px 6px white,
                -2px 2px 6px white,
                2px -2px 6px white,
                -2px -2px 6px white;
} */
  
#Ulli{
    height: 65vh;
    width: auto;
    /* transform: translate(-150px, 100px); */
}

/* #Ulli:hover{
    box-shadow: 2px 2px 6px white,
                -2px 2px 6px white,
                2px -2px 6px white,
                -2px -2px 6px white;
} */

.grid-item.text {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 10px;
}
  
.grid-item.button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  
.arrow-left, .arrow-right {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    margin: 0 10px;
}
  
.arrow-left:hover, .arrow-right:hover {
    background-color: #666;
}
  
.grid-item.video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    transform: translateX(-50px);
}

.grid-item.video video {
    height: 500px;
    border: 1px solid white;
    box-shadow: 0 0 10px 2px white; 
    border-radius: 5px; 
}

.arrow-left{
    transform: translateX(-100px);
}

.arrow-right{
    transform: translateX(400px);
}

#getnext{
    display: inline-block;
    color: red;
}

.grid-item.image{
    position: relative;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: transform 1s ease;
}

.grid-item.image img{
    position: absolute;
    transition: transform 0.5s, z-index 0.5s;
}

/* .grid-item.image img:hover{
    transform: scale(1.2);
    z-index: 10;
} */

.grid-item.image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: auto;
}
.grid-item.image img {
    position: absolute;
    width: 240px;
    height: auto;
    transition: transform 0.5s, z-index 0.5s;
}
.grid-item.image img:nth-child(1) {
    transform: translateX(-175px) translateY(50px) rotate(0deg);
}
.grid-item.image img:nth-child(2) {
    transform: translateX(175px) translateY(85px) rotate(0deg);
}
/* .grid-item.image img:nth-child(1):hover {
    box-shadow: 2px 2px 6px white,
    -2px 2px 6px white,
    2px -2px 6px white,
    -2px -2px 6px white;
    transform: scale(1.05) translateX(-175px) translateY(50px)  !important;
    z-index: 10;
}
.grid-item.image img:nth-child(2):hover {
    box-shadow: 2px 2px 6px white,
    -2px 2px 6px white,
    2px -2px 6px white,
    -2px -2px 6px white;
    transform: scale(1.05)  translateX(175px) translateY(85px)  !important;
    z-index: 10;
} */

.content-wrapper{
    transform: translateX(-5vw);
}

#getNext_ID{
    transform: translateX(25vw);
    font-size: 2vw;
}
.getNextVideo{
    transform: translateY(2vh);
}

#about{
    background-color: rgb(2 38 36);
}



/* Mittelgroße Smartphones (max. Breite bis 768px) */
@media screen and (max-width: 1000px) {
    .grid-item.image{
        /* top: 100vh; */
    }
    .band-section-title{
        /* top: ;  */
        transform: translate(-34vw, 11vh); 
        font-size: 5vw;
        text-align: left;
        /* position: relative; */
        /* margin: 4vw; */
    }
    /* temp-Lösung */
    .grid-container{
        /* transform: translateY(24vh); */
        height: 100vh;
        width: 100vw;
    }
    #about{
        position: relative;
        /* box-sizing: border-box; */
        /* transform: translateY(100vh); */
        height: 100vh;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        max-width: 100vw;
        /* overflow-x: hidden; */
        /* outline-offset: -112px; */
    }
    #Ulli, #Chris{
        height: 60vw;
    }
    #Ulli{
        /* transform: translate(80px, 100px); */
        transform: translate(21vw, -29vh);
    }
    #Chris{
        transform: translate(-25vw, -20vh);
        /* display: none; */
    }
    .grid-item.text{
        display: none;
    }
    .grid-item.button{
        transform: translateY(-10vh);
    }
    #getNext_ID {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        transform: translateY(-50vh);
    }

    .getNext{
        font-size: 6vw;
        margin-top: 5vh;
    }
    
    .getNextVideo {
        max-width: 100%;
        width: 90vw;
        height: auto;
        margin-top: 5vh;
    }    
}


/* Bild-Container auf flex setzen */
.grid-item.image {
    display: flex; /* Stellt sicher, dass die Bilder nebeneinander bleiben */
    justify-content: center; /* Zentriert die Bilder horizontal */
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 100vh;
    gap: 20px; /* Fügt Abstand zwischen den Bildern hinzu */
    /* overflow-x: hidden; */
    padding-right: 0;
}

/* Bilder responsiv anpassen */
.grid-item.image img {
    width: 40%;  /* Die Bilder nehmen 40% der verfügbaren Breite */
    height: auto;
    max-height: 65vh; /* Maximale Höhe */
    object-fit: contain; /* Verhindert Verzerrung */
    transition: all 0.3s ease; /* Sanfte Größenanpassung */
}

/* Stelle sicher, dass die Bilder auch bei kleinen Bildschirmen nebeneinander bleiben */
@media (max-width: 1000px) {
    .grid-item.image img {
        width: 45%;  /* Bilder vergrößern sich leicht, um den Platz zu nutzen */
    }
}

/* Noch kleinere Bildschirme */
@media (max-width: 600px) {
    .grid-item.image {
        flex-wrap: nowrap; /* Verhindert Umbruch */
        gap: 10px; /* Weniger Abstand zwischen Bildern */
    }

    .grid-item.image img {
        width: 48%; /* Bilder passen sich der Breite an */
    }
}




