/* dsa Störer ANFANG */

#dsa-stoerer{
    display: none;
    position: absolute;
    top: 100px;
    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-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
    background-color: #fff;
    background-image: url(../images/flower-ornament.jpg), url(../images/flower-ornament.jpg);
    background-position: center top 20px, center bottom 20px;
    background-repeat: repeat-x;
    background-size: 50px;
    z-index: 9999999;
}
#dsa-stoerer  h2 {margin-left: 0; padding: 0}
#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: #92278f;
}


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