.content-container {
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: white;
    top: 100vh;
    margin: 0 0 40px 0;
}

.content-container > * {
    padding: 50px 0 0 calc(5vh + 20px);
    font-size: 30px;
}

.content {
    margin: 0 0 50px 0;
}

.content > * {
    max-width: 600px;
    padding: 20px 0 0 0;
}

.content > h2 {
    padding: 10vh 0 20px 0;
    max-width: none;
    font-family: "CircularXXWeb-Book";
    font-weight: 100;
    font-size: 60px;
}

.content > h3 {
    padding: 40px 0 20px 0;
    max-width: none;
    font-family: "CircularXXWeb-Regular";
    font-weight: 100;
    font-size: 40px;
}

.wp-block-quote {
    padding: 100px 0 100px 0;
    max-width: 80%;
}

.wp-block-quote > p {
    font-size: 80px;
    font-family: "CircularXXWeb-Regular";
}

.wp-block-quote > cite {
    font-style: normal;
    font-size: 25px;
}

.content > figure {
    max-width: 1050px;
}

.content > figure > img {
    width: 100%;
}

.wp-element-caption, #ausbildungsinfo {
    font-size: 24px;
}

.wp-block-table > table > tbody > tr:first-child > td {
    font-family: "CircularXXWeb-Medium";
}

.wp-block-table {
    max-width: 100%;
}

#kontakt + p + p {
    padding: 0 0 20px 0;
}

@media only screen and (orientation: portrait) and (max-height: 1000px) {

    .content-container > * {
        font-size: 20px;
    }

    .content {
        width: 95%;
        padding: 50px 0 0 0;
        margin: auto;
    }

    .content > h2 {
        font-size: 40px;
    }

    .content > h3 {
        font-size: 25px;
        letter-spacing: -1px;
        padding: 15px 0 0 0;
    }

    .wp-block-quote {
        max-width: 100%;
        padding: 30px 0 30px 0
    }

    .wp-block-quote > p {
        font-size: 30px;
        font-family: "CircularXXWeb-Medium";
    }

    .wp-block-table {
        font-size: 15px;
    }

    .wp-block-table td, .wp-block-table th {
        padding: 0.3em;
    }

    .wp-element-caption, #ausbildungsinfo {
        font-size: 18px;
    }

}