main section > div:nth-child(1) {
    background-image: url(../../svg/bg_impressum_small.svg),
        linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
    height: 80vh;
}
main section .backgroundFirst {
    min-height: 80vh;
    height: 80vh;
}

.headerContent {
    margin: auto;
    /* margin-left: 20px; */
    margin-top: 50px;
}

#page > main > section > div.mainContainer > div.fadeIn {
    flex-direction: column;
    height: auto;
}
#page > main > section > div.mainContainer {
    min-height: auto;
}
.contentContainer {
    min-width: 75%;
    margin: 0;
    /* font-family: "Trebuchet MS", 'open sans', monospace; */
    font-size: 18px;
}
.contentContainer h4 {
    color: black;
    font-size: 15px;
    /* font-family: "Trebuchet MS", 'open sans', monospace; */
}
.contentContainer h1 {
    font-size: 25px;
    /* font-family: "Trebuchet MS", 'open sans', monospace; */
    color: #2f90b0;
}
.contentContainer h2 {
    font-size: 15px;
    /* font-family: "Trebuchet MS", 'open sans', monospace; */
    color: black;
}
.contentContainer p {
    color: black;
    margin: 10px 0;
    /* font-family: "Trebuchet MS", 'open sans', monospace; */
}
.contentContainer ul {
    list-style-type: circle;
    color: black;
    margin-left: 20px;
}
.contentContainer ul li {
    color: black;
    /* font-family: "Trebuchet MS", 'open sans', monospace; */
}

b,
i {
    color: black;
}

/* desktop view */
@media screen and (min-width: 768px) {
    main section > div:nth-child(1) {
        background-image: url(../../svg/bg_impressum.svg),
            linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
        background-position: right;
    }
    .headerContent {
        margin: auto;
        margin-top: 160px;
    }

    .contentContainer {
        margin: 0 200px;
    }

    .headline {
        grid-column-start: 1;
        grid-column-end: span2;
    }

    .contentContainer h1 {
        font-size: 30px;
    }
}
/* tablet */
@media screen and (max-width: 1030px) {
    main section > div:nth-child(1) {
        /* background-image: url(../..svg/Woman3_small.svg), linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
    background-position: bottom; */
    }
}
