@media screen and (max-width: 1050px) {
.teaser .textbox h4 {
    bottom:70px;
}
.teaser .textbox p {
    bottom:15px;
}
main .voll {
    height:auto;
}
.start .voll .content-text {
    width:100%;
    height:250px;
}
.voll .content-text.last {
    margin-top:40px;
}
.voll .content-text.last figure {
    width:200px;
    margin-top:25px;
    margin-left:25px;
}
.voll .content-text.last h4 {
    margin-top:3rem;
    margin-bottom:1rem;
}
.voll .content-text.last p {
    line-height:130%;
}
.voll .content-text.last p:last-child {
    width:75%;
    max-width:75%;
    bottom:20px;
    float:none;
}
.voll .sprachen {
    width:50%;
    max-width:50%;
    bottom:auto;
    right:0;
    top:150px;
}
}