/* dsa Störer ANFANG */

#dsa-stoerer{
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 80px 50px ;
    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/fotolia_87634668.jpg) no-repeat center top 25px / 150px;
    z-index: 9999999;
    text-align: center;
}

#dsa-stoerer h1, 
#dsa-stoerer h2, 
#dsa-stoerer h3,
#dsa-stoerer h4,
#dsa-stoerer h5,
#dsa-stoerer h6 {font-family: 'Fredericka the Great';
  text-transform: uppercase;
  font-size: 40px;
  line-height: 60px;
  padding-top: 10px;
color: #006ab3;}


#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) {
    
    #dsa-stoerer{width: 90%; padding: 80px 35px 35px;}
}
/* dsa Störer ENDE */