@media (max-width: 950px) {
.presseitems {
    overflow:hidden;
    display:block;
}
.image_container {
    top:0;
    position:relative;
    float:left;
    margin-bottom:30px;
    margin-right:0px !important;
}
.image_container img {
    width:90vw;
}
.pressetext {
    justify-content: left !important;
}
p.info,
p.more,
h2 {
    width:100%;
    top:0;
    position:relative;
    float:right;
    display:block;
    text-align:left;
    border-bottom: 0px !important;
}
figure.image_container {
    order:1;
}
p.info {
    order:2;
}
h2 {
    order:3;
}
div[itemprop="description"] {
    order:4;
}
p.more {
    order:5;
}
h2[itemprop="name"] {
    margin-top:0;
    margin-bottom:60px;
}
p.more {
    margin-bottom:0;
}
p.more a,
.manualnews a,
p.video a {
    color:#000;
}
.mod_newslist .ce_text {
    top:0;
    position:relative;
    float:right;
    display:block;
}
.presseitems hr {
    margin-top:30px;
    margin-bottom:30px;
    padding:0;
}
.manualnews img {
    width:370px;
}
.mod_newslist div.layout_latest {
    display:flex;
    flex-wrap: wrap;
}
.mod_newslist .notext p.more {
    display:none;
}
}
