.SimplePage {
    color: #8bb6e5;
    font-size: 2.4rem;
    line-height: 1.25;
}

.SimplePage h2 {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
    color: #2bc191;
    margin: 0 0 1em 0;
}

.SimplePage p,
.SimplePage ul,
.SimplePage ol {
    margin: 1.25em 0;
}

.SimplePage ul li {
    position: relative;
    padding-left: 1em;
    margin: 0.25em 0;
}

.SimplePage ul li:before {
    content: "•";
    left: 0;
    position: absolute;
    color: #2bc191;
}

.SimplePage ol {
    list-style-type: decimal;
    padding-left: 1em;
}

.SimplePage ol li {
    margin: 0.25em 0;
    padding-left: 0.5em;
}

.SimplePage img {
    max-width: 100%;
}

/* IMPRESSUM */
#impressum .Category:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #567eb3;
}

#impressum .Category .Title {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 1rem;
}

#impressum .Category .Items {
    font-size: 0;
}

#impressum .Category .Item {
    font-family: "Roboto Condensed";
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
    padding: 3rem;
}

#impressum .Category .Item .Image {
    width: 19.2rem;
    height: 19.2rem;
    max-width: 100%;
    margin: 0 auto 2rem auto;
    display: block;
}

#impressum .Category .Item .Image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#impressum .Category .Item .Name {
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
    display: block;
}

#impressum .Category .Item .Position {
    font-size: 2.4rem;
    display: block;
}

@media screen and (orientation:portrait) {
    .SimplePage .ContentPanel > .Header {
        background-color: rgba(41,44,45,1) !important;
        border-radius: 0;
        left: 0;
        right: 0;
        padding-left: 9.6rem;
        padding-right: 9.6rem;
    }

    .SimplePage .ContentPanel > .Header .CloseButton {
        right: 0;
    }

    #impressum .Category .Title {
        font-size: 3.6rem;
    }

    #impressum .Category .Item {
        width: 33.33%;
        padding: 1rem;
    }

    #impressum .Category .Item .Image {
        width: 16rem;
        height: 16rem;
        margin-bottom: 1rem;
    }

    #impressum .Category .Item .Name {
        font-size: 2.4rem;
    }
}
