/*STÖRER */
#the7-body .custom-attention-modal{
    text-align:center;
}

#the7-body .custom-attention-modal p.h1 {
    font-size:1.8em !Important;
    font-weight: bold !important;
}

#the7-body .custom-attention-modal p.h2 {
    font-size:1em !Important;
    font-weight: 400 !important;
}

#the7-body .custom-attention-modal .rotate-out {
    text-decoration: underline;
}

@media(min-width: 520px){
    body#the7-body .custom-attention-modal p.rotate-out {
    transform: rotate(-15deg) translateX(120px) translateY(10px)
    }
    
}