/* dsa Störer ANFANG */

#dsa-stoerer {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px 35px;
    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;
    z-index: 9999999;
    border-radius: 0;
}

#dsa-stoerer::after {
    content: '';
    background: url(../images/bildmarke-zwei.svg)no-repeat;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    right: -123px;    
    z-index: -1;
}


#dsa-stoerer::before {
    content: '';
    background: url(../images/bildmarke.svg)no-repeat;
    position: absolute;
    width: 170px;
    height: 170px;
    top: 15px;
    left: -61px;
    z-index: -1;
}

#dsa-stoerer a {
    color: #1a96a6;
    transition: all 1s ease;
    text-decoration: underline;
}

#dsa-stoerer a:hover {
    color: #000;
    text-decoration: none;
}

#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: #1a96a6;
    transition: all 1s ease;
}

#close-dsa-stoerer:hover {
    color: #000;
}

/* dsa Störer ENDE */