/* contentspacer */
.contentspacer-small{
    height: 30px;
}
.contentspacer-medium{
    height: 60px;
}
.contentspacer-large{
    height: 90px;
}
@media screen and (max-width: 1400px) {
    .contentspacer-large{
        height: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .contentspacer-small{
        height: 25px;
    }
    .contentspacer-medium{
        height: 40px;
    }
    .contentspacer-large{
        height: 60px;
    }
}
@media screen and (max-width: 960px) {
    .contentspacer-small{
        height: 20px;
    }
    .contentspacer-medium{
        height: 30px;
    }
    .contentspacer-large{
        height: 50px;
    }
}
@media screen and (max-width: 640px) {
    .contentspacer-small{
        height: 15px;
    }
    .contentspacer-medium{
        height: 25px;
    }
    .contentspacer-large{
        height: 45px;
    }
}
@media screen and (max-width: 480px) {
    .contentspacer-small{
        height: 10px;
    }
    .contentspacer-medium{
        height: 20px;
    }
    .contentspacer-large{
        height: 30px;
    }
}

/*Korrekturen Site Origin*/
@media screen and (min-width: 640px) {
    .pageContent .iw-med-up {
        display: flex !important;
    }
}
