/* Main */
.wrapper {
    background-color: white;
    margin-bottom: 2rem;
}
.textSmall {
    font-size: 1.25rem;
}
.orangeText,
.textHeadline {
    color: black;
    font-size: 2rem;
}
p {
    margin-bottom: 1rem;
}
.black {
    color: black !important;
    font-size: 1.25rem;
    margin-left: 0rem;
}
#outsideSpace a,
#outsideSpace a:hover,
#outsideSpace a:focus,
#outsideSpace a:visited {
    color: black !important;
    text-decoration: underline !important;
}
#outsideSpace a.blueBoldLink,
#outsideSpace a.blueBoldLink:hover,
#outsideSpace a.blueBoldLink:focus,
#outsideSpace a.blueBoldLink:visited {
    color: #0056b3 !important;
    font-weight: 700;
}
/* Small mobile */
@media only screen and (max-width: 576px) {
    .wrapper {
        padding: 2rem;
    }
}

/*Above mobile */

@media only screen and (min-width: 577px) {
    #outsideSpace {
        padding: 4rem;
    }
    .wrapper {
        padding: 3rem;
    }
}
#impressum {
    text-decoration: none;
    float: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
