body {
    padding-top: 0px;;
}

h1 {
    color: #bba08c;
    font-weight: 300;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 34px;
}

/* Oberer Bereich */

.image {
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    width: 150px;
    top: 20%;
}

.oben-text {
    clear: left;
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
}

#oben {
    display: block;
    width: fit-content;
}

.section1 {
    margin-top: 20px;
    text-align: left;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}

#oben h1 {
    color: #bba08c;
    font-weight: 300;
    text-align: left;
    font-size: 34px;
}

#oben h2 {
    color: #00416e;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
}

#oben h3 {
    color: #5a5a5a;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

#oben h6 {
    color: #5a5a5a;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.broschuere a {
    color: #bba08c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* Mittlere Section */

.section2 {
    text-align: left;
    margin: 25px auto 0 auto;
    width: fit-content;
    max-width: 75.7%;
    padding-left: 20px;
    padding-right: 20px;
}

.section2 a {
    color: #bba08c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s ease;
}

.section2b {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

.section2 ul li {
    background: url(../bilder/ico_check_beige.png) no-repeat 20px 4px;
    background-image: url(../bilder/ico_check_beige.svg), none;
    padding: 0 0 0 50px;
    margin: 0 0 0 -40px;
    display: block;
    font-size: 20px;
    line-height: 26px;
}

#mitte p {
    font-size: 18px;
}

#mitte h3 {
    color: #00416e;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}

#mitte h4 {
    color: #00416e;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

#mitte h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

#mitte h6 {
    color: #5a5a5a;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.mitte p {
    font-size: 18px;
}

.mitte h3 {
    color: #00416e;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}

.mitte h4 {
    color: #00416e;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

.mitte h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.mitte h6 {
    color: #5a5a5a;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

/* Untere Section */

#unten h4 {
    color: #00416e;
    font-size: 18px;
    line-height: 24px;
}

.section3 {
    background: linear-gradient(to right, #e4e4e6 0%, #ffffff 33%, #e7e7e9 60%, #e9e9e9 62%, #eaeaec 63%, #eaeaea 64%, #ebebed 64%, #ebebeb 65%, #ececee 66%, #ebebeb 66%, #ececee 66%, #efeff1 70%, #f0f0f0 74%, #f1f1f3 74%, #f5f5f5 90%, #f1f1f1 91%, #efeff1 93%, #ececec 94%, #ececee 95%, #ebebeb 95%, #eaebed 96%, #eaeaea 96%, #e3e4e6 100%);
    padding: 1rem 1rem;
}

.section3-kopftext {
    margin-top: 20px;
    margin-left: 20px;
}

.section3-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
}

.section3-untercontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

.bild-bereich img {
    height: auto;
}

/* Responsives Verhalten */

@media (max-width: 10000px) {
    .bild-bereich img {
        width: 10000;
        margin-top: -300px;
    }

    main {
        margin-top: 430px;
    }
}

@media (max-width: 9000px) {
    .bild-bereich img {
        width: 9000;
        margin-top: -270px;
    }
}

@media (max-width: 8000px) {
    .bild-bereich img {
        width: 8000;
        margin-top: -240px;
    }
}

@media (max-width: 7000px) {
    .bild-bereich img {
        width: 7000;
        margin-top: -210px;
    }
}

@media (max-width: 6000px) {
    .bild-bereich img {
        width: 6000;
        margin-top: -180px;
    }
}

@media (max-width: 5000px) {
    .bild-bereich img {
        width: 5000;
        margin-top: -150px;
    }

    .text-im-bild {
        left: 400px !important;
        top: 150px !important;
    }

    main {
        margin-top: 390px;
    }
}

@media (max-width: 4000px) {
    .bild-bereich img {
        width: 4000;
        margin-top: -100px;
    }

    .bild-bereich {
        height: 300px;
    }

    main {
        margin-top: 330px;
    }
}

@media (max-width: 3000px) {
    .bild-bereich img {
        width: 3000;
        margin-top: 0px;
    }

    main {
        margin-top: 320px;
    }
}

@media (max-width: 2000px) {
    .bild-bereich {
        height: 300px;
        width: auto;
        left: 50%;
        margin-left: -1000px;
        top: 0;
    }

    .bild-bereich img {
        height: auto;
        width: 2000;
        min-height: 200;
        margin-top: 0px;
    }
}

@media (max-width: 2100px) {
    main {
        margin-top: 310px;
    }
}

@media (max-width: 1950px) {
    main {
        margin-top: 300px;
    }

    .bild-bereich {
        height: 290px;
    }
}

@media (max-width: 1800px) {
    main {
        margin-top: 290px;
    }

    .bild-bereich {
        height: 270px;
    }
}

@media only screen and (max-width: 400px) {
    h1 {

        width: auto;
    }
    .section1 {

        width: auto;
    }
}

@media only screen and (min-width: 400px) {
    .section3-untercontainer img {
        display: block;
        float: right;
    }
}

@media only screen and (max-width: 1200px) {
    .image {
        position: relative;
        width: 150px;
        top: 20%;
        left: 0px;
    }
}

@media only screen and (max-width: 584px) {
    .section1 {
        margin-left: auto;
        margin-right: auto;
    }

    .image {
        position: relative;
        width: 150px;
        top: 0%;
        margin: auto;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 1024px) {

    h1 {
        width: 90%;
    }
    .section1{
        width: 90%;
    }

    .section3-container {
        display: grid;
        grid-template-columns: 2fr;
    }
    .section1 {
        padding-right: 0;
    }
}

@media (max-width: 570px) {
    .section3-container {
        grid-template-columns: 1fr;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        width: 95%;
    }
    .section1{
        width: 95%;
    }

    .section3-untercontainer {
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 310px) {
    h1 {
        width: auto;
    }

    .section1 {
        width: auto;
    }
}

@media only screen and (min-width: 3000px) {
    .section1 {
        width: 3000px;
        margin: auto;
    }

    .section2 {
        width: 3000px;
        margin: auto;
    }
}