/* Main */
.wrapper {
    background-color: #d1ccef;
}
.textSmall {
    font-size: 1.25rem;
}
.orangeText {
    color: black;
    font-size: 2rem;
}
p {
    margin-bottom: 1rem;
}
img {
    max-height: 250px;
}

.img-stack {
    margin-bottom: 3px;
}

.col-md-5 img {
    padding-right: 5px;
}

.col-md-5 {
    padding-left: 0px !important;
}

/* Small mobile */
@media only screen and (max-width: 576px) {
    .wrapper {
        padding: 2rem;
    }
    .col-md-5 {
        margin-bottom: 10px;
    }
}

/*Above mobile */

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