@media (max-width: 1200px) {
    body {
        font-size: 14px;
    }

    .menuleiste {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
    }

    .leiste1, .leiste2 {
        gap: 30px;
        align-items: center;
        font-size: 30px;
        margin: 0px;
    }

    .logo img {
        height: 200px;
    }

    .logo {
        position: relative;
        left: auto;
        transform: none;
        margin-top: -10px
    }

    .header{
        flex-direction: column;
        align-items: center;
        padding: 10px;
        font-size: 20px;
    }

    header{
        margin-top: 0px;
    }




}

@media (max-width: 1490px) {
    .musiker{
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }

    .bildchen1{
        width: 180px;
        height: 400px; 
        margin-left: 10px;
    }

    .bildchen2{
        width: 180px;
        height: 400px; 
        margin-left: 10px;
    }

    .bilder{
        margin-left: 170px;
        width: 100%;

    }
}

@media (max-width: 750px) {

    .bilder{
        margin-left: 50px;
    }

    .ueberschrift{
        margin-left: 50px;
    }

    .infos{
        margin-left: 50px;
    }

    h1{
        margin-left: 50px;
        margin-top: 40px;
    }
    
    .text1{
        margin-left: 50px;
    }

    .sonstiges{
        margin-top: 100px;
        margin-left: 50px;
    }
}

@media (max-width: 880px) {

    .bilder{
        margin-left: 70px;
    }

    .ueberschrift{
        margin-left: 70px;
    }

    .infos{
        margin-left: 70px;
    }

    h1{
        margin-left: 70px;
        margin-top: 40px;
    }
    

    .sonstiges{
        margin-top: 300px;
        margin-left: 70px;
    }

    .spalten{
        margin-top: 0px;
    }

}

@media (max-width: 566px) {

    .bildchen2{
        margin-left: 90px;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .bilder{
        margin-left: 40px;
    }

    .ueberschrift{
        margin-left: 40px;
    }

}

@media (max-width: 800px) {


    .i{
        margin-left: 30px;
        display: inline; 
    }

    .sonstiges{
        margin-top: 300px;
    }

    .spalte2{
        display: none;
    }
    
    .text1{
        margin-left: 0px;
    }

    .spalte1{
        margin-bottom: 150px;
        width: 100%
    }

    .overlay {
        font-weight: normal;
        border: solid;
        margin-left: 100px;
        margin-bottom: -40px;
        margin-top: 80px;
        border-color: #99CC00;
        position: initial;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 100px;
        background-color: black;
        color: #99CC00;
        display: none; /* initial versteckt */
        justify-content: center;
        align-items: center;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
    }

}