/* Über Mich */
main section.ueber_mich > div:nth-child(1) {
    background-image: url(../../svg/bg_ueber_mich_small2.svg),
        linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
}

/* main section.ueber_mich > .backgroundFirst {
  height: 90vh;
  min-height: 80vh;
  max-height: 90vh;
}
main > section.ueber_mich > div:nth-child(1) > div.headerContent {
  margin-top: 200px;
} */

.headerContent {
    margin: auto;
    margin-top: 150px;
}
.headerContent h1 {
    font-size: 45px;
}
.mainContainer .fadeIn .contentContainer {
    flex: 1;
    height: auto;
    width: 100%;
    padding: 3%;
}
main section.ueber_mich .mainContainer .fadeIn {
    height: auto;
    background: white;
    /* font-family:"Lato", "Trebuchet MS", 'open sans', monospace; */
}
main section.ueber_mich .mainContainer .contentContainer p {
    color: #505050;
    white-space: pre-line;
    /* font-family:"Lato", "Trebuchet MS", 'open sans', monospace; */
    font-size: 15px;
}
main section.ueber_mich .mainContainer .contentContainer h3 {
    /* color: #000000; */
    font-weight: 700;
    line-height: 120%;
    color: #2f90b0;
    font-size: 30px;
    /* font-family:"Lato", "Trebuchet MS", 'open sans', monospace; */
}
#page > main > section.ueber_mich > div.mainContainer > div > div.video {
    /* max-width: 40%; */
}

/* desktop view */
@media screen and (min-width: 768px) {
    main section.ueber_mich > div:nth-child(1) {
        background-image: url(../../svg/bg_ueber_mich.svg),
            linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
        /* background-image: url(../../svg/bg_ueber_mich2_2.svg), linear-gradient(45deg, #5a5a5a 5%, #777777 100%); */
        background-position: right;
    }

    #page > main > section.ueber_mich > div.mainContainer > div > div.video {
        max-width: 40%;
    }
    main section.ueber_mich .mainContainer .contentContainer p {
        font-size: 20px;
    }
}
/* tablet */
@media screen and (max-width: 1030px) {
    main section.ueber_mich > div:nth-child(1) {
        background-image: url(../../svg/bg_ueber_mich_small2.svg),
            linear-gradient(45deg, #5a5a5a 5%, #777777 100%);
        background-position: bottom;
    }
}
