.frame-layout-stoerer{
    background: #173b5c;
    color: #fff;
    padding: 5% 10%;
}

.frame-layout-stoerer h1{
    font-size: 22pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}
.frame-layout-stoerer h2 {
    color: #ffd618;
    font-size: 18pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.frame-layout-stoerer p{
    color: #fff;
    font-size: 12pt;
}

@media (min-width: 1024px){
    .frame-layout-stoerer{
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 2%;
        min-width: 33.3333333%;
        max-width: 33.33333333%;
        z-index: 200;
    }
}
