/* dsa Störer ANFANG */

#dsa-stoerer{
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.5%;
    width: 45%;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
    border: 0px solid #000000;
    background: #336667 url(../img/popup-bg.png) no-repeat right 30px bottom 30px / auto;
    z-index: 9999999;
}

#dsa-stoerer #active, #dsa-stoerer #activelabel{
    display: none;
}

#dsa-stoerer img {width: 70%; margin: auto;display: block;}

#close-dsa-stoerer{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12pt;
    font-weight: bold;
    font-size: 24pt;
    cursor: pointer;
}
@media screen and (max-width: 950px) {
    /*CSS*/
    
#dsa-stoerer{
    width: 85%; padding: 35px;}
    
#dsa-stoerer img {width: 95%; }
}

/* dsa Störer ENDE */