/* ATP */
:root {
    --LiButFS: 16px; /* Schriftgröße Links in Buttons */
    --LiButFW: bold; /* font-weight */
    --LiButC: #333333; /* farbe */
    --LiButBG: #0066cc; /* Hintergundfarbe Buttons */
    
    --Li2ButFS: 16px; /* Schriftgröße Links in Buttons */
    --Li2ButFW: bold; /* font-weight */
    --Li2ButC: #333333; /* farbe */
    --Li2ButBG: #0066cc; /* Hintergundfarbe Buttons */
    
    --linkcolor: #0066cc; /* farbe für links */
    --linkcolor2: #0044bb; /* farbe für links */
    --linkcolor-Comp: #FFFFFF; /* farbe für links */
    --linkcolor2-Comp: #EEEEFF; /* farbe für links */
    
    --bg-top: #A8A8A8;
    --mein-hintergrund: url('/img/logo_top.jpg'); 
.logotop {
    content: url('/i/logo_top1.png');
    padding: 2%;
}
@media (max-width: 1000px) {
    .logotop {
    content: url('/i/logo_top2.png');
    padding: 2%;
}
}
