main section > div:nth-child(1) {
    background-image: url(../../svg/bg_seminartermine_small.svg),
        linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
}

.bg_big {
    width: 100%;
    margin-top: 10%;
}

#page > main > section > div.mainContainer > div.fadeIn {
    flex-direction: column;
    height: auto;
}
#page > main > section > div.mainContainer {
    /* min-height: auto; */
}
.headerContent {
    margin: auto;
    margin-top: 150px;
    /* margin-top: 10%+30px; */
}
.headerContent h1 {
    margin-bottom: 0px;
}
.contentContainer {
    min-width: 100%;
    /* margin: 0 200px; */
    font-size: 18px;
}
.fadeIn {
    display: block;
}
.fadeIn div {
    margin: 40px 0;
}
.contentContainer h4,
.contentContainer h6,
.contentContainer p,
.contentContainer ul,
.contentContainer ul li,
.contentContainer b,
.contentContainer small,
.contentContainer u {
    color: black;
}
.contentContainer h4 {
    font-size: 15px;
}
.contentContainer h1 {
    font-size: 25px;
    color: #2f90b0;
}
.contentContainer h6 {
    font-size: 15px;
}
.contentContainer p {
    margin: 10px 0;
}
#page > main > section > div.mainContainer > div > div > p {
    font-size: 14px;
}
.contentContainer ul {
    list-style-type: circle;
    margin-left: 20px;
}
.contentContainer ul li {
    font-size: 14px;
}
.signUp.full a {
    text-decoration: none;
    color: grey;
    pointer-events: none;
    font-size: 0;
}
.signUp.full a::after {
    content: " (ausgebucht)";
    text-decoration: none;
    font-size: 18px;
}

p.price {
    color: #2f90b0;
}
#ArmBig,
#ArmSmall {
    transition: transform 1s;
}

/* desktop view */
@media screen and (min-width: 768px) {
    main section > div:nth-child(1) {
        background-image: url(../../svg/bg_seminartermine.svg),
            linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
        background: none;
    }

    hr {
        margin: 0 6%;
    }

    .contentContainer {
        min-width: 75%;
        margin: 0 200px;
        font-size: 18px;
    }
    .mainContainer .fadeIn .contentContainer {
        width: 100%;
        padding: 2% 10% 2% 10%;
    }
    .contentContainer h1 {
        font-size: 30px;
    }
    .contentContainer ul li {
        font-size: 18px;
    }
    #page > main > section > div.mainContainer > div > div > p {
        font-size: 18px;
    }
}
/* 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; */
    }
}
