/* dsa Störer ANFANG */

#dsa-stoerer{
    display: none;
    position: absolute;
    top:250px;
    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: 5px solid #3791cf;
    background-color: #f4fafe;
    z-index: 9999999;
}

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

#close-dsa-stoerer{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12pt;
    font-weight: bold;
    font-size: 24pt;
    cursor: pointer;
    color: #f5a019;
}

@media screen and (max-width: 1024px) {
    /*CSS*/
    #dsa-stoerer {padding: 35px; width: 95%;}
    
}
/* dsa Störer ENDE */