/* dsa Störer ANFANG */

#dsa-stoerer{
    display: none;
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.5%;
    width: 90%;
    max-width: 600px;
    -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: url(../images/baecker-hg.png) no-repeat right bottom /contain;
    background-color: white;
    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;
}


#dsa-stoerer h1, #dsa-stoerer h2, #dsa-stoerer h3, #dsa-stoerer h4 {
    color: #c42727!important;
  }

/* dsa Störer ENDE */