.bilder {
    min-height: 100vh;
    background-color: #EBE6DE;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bilder-container {
    padding: 50px 0px 50px 0px;
    max-width: 1500px;
    width: 90%;
    z-index: 100;
}

.bilder-content {
    padding: 25px 0px 25px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bilder-title {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bilder-title img {
    height: 50px;
    margin-right: 10px;
}

.bilder-title h1 {
    font-size: 35px;
    font-family: Roboto-Bold;
}

.bilder-text {
    width: 50%;
    box-sizing: border-box;
}

.bilder-img {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Bild Anpassungen */
.bilder-img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bilder-img a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bilder-img a img {
    width: 90%;
    margin: 0 0 0 0;
    border-radius: 10px;
}

/* Text Anpassungen */
.bilder-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bilder-text .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bilder-text .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bilder-text .text .text1 {
    margin-right: 15px;
}

.bilder-text .text .text2 {
    margin-left: 15px;
}

.bilder-text h1 {
    font-size: 25px;
    font-family: Roboto-Bold;
    text-align: center;
    margin-bottom: 7.5px;
}

.bilder-text p {
    font-size: 20px;
    font-family: Roboto-Light;
    text-align: justify;
    margin-top: 7.5px;
}
 
/* Mobile Ansicht */
@media screen and (max-width: 800px) {
    .bilder-container {
        padding: 0px 0px 25px 0px;
    }

    .bilder-content {
        padding: 20px 0px 5px 0px;
        flex-direction: column;
    }

    .bilder-title {
        margin-top: 25px;
        margin-bottom: -5px;
    }

    .bilder-title img {
        height: 35px;
    }

    .bilder-title h1 {
        font-size: 25px;
    }

    .bilder-img {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }

    .bilder-img a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bilder-img a img {
        width: 90%;
        margin: 15px 0 0 0;
    }

    .bilder-img, .bilder-text  {
        width: 100%;
        margin: 0;
    }

    .bilder-text {
        margin-top: 15px;
    }

    .bilder-img {
        order: +1;
    }

    .bilder-text h1 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    
    .bilder-text p {
        font-size: 17px;
        margin-bottom: 0px;
    }
}  

@media only screen and (max-width: 1400px) {
    .bilder-text .text .text1 {
        width: 100%;
        margin-right: 0;
    }
    
    .bilder-text .text .text2 {
        margin-top: -7.5px;
        width: 100%;
        margin-left: 0;
    }

    .bilder-text .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}