/* 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: 0px solid #000000;
    background: #fff url(../images/hintergrund-rustikal.jpg) no-repeat center / cover;
    z-index: 9999999;
    line-height: 20px
}
#dsa-stoerer p {
    color: #063807}
#dsa-stoerer h1 {line-height: 40px;}
#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;
}

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