/* Main */
.wrapper {
    background-color: white;
}
.textSmall {
    font-size: 1.25rem;
}
.textSmallIndented {
    font-size: 1.25rem;
}
.orangeText {
    color: black;
    font-size: 1.5rem;
}
p {
    margin-bottom: 1rem;
}

a {
    color: black;
    text-decoration: underline;
}




/* 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;
    }
    .textSmallIndented {
        margin-left: 4rem;
    }
}
#impressum {
    text-decoration: none;
    float: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
