/* TKM */
:root {
    /* Buttons normal */
    --LiButFS: 16px; /* Schriftgröße Links in Buttons */
    --LiButFW: bold; /* font-weight */
    --LiButC: #333333; /* farbe */
    --LiButCH: #333333; /* farbe */
    --LiButBG: #0066cc; /* Hintergundfarbe Buttons */
    --LiButBGH: #0066cc; /* Hintergundfarbe Buttons Hoover */
    --LiButB: #0066cc; /* Border Button */
    --LiButBH: #0066cc; /* Border Button Hoover */
    
    /* Buttons besonders */
    --Li2ButFS: 16px; /* Schriftgröße Links in Buttons */
    --Li2ButFW: bold; /* font-weight */
    --Li2ButC: #333333; /* farbe */
    --Li2ButCH: #333333; /* farbe Hoover */
    --Li2ButBG: #0066cc; /* Hintergundfarbe Buttons */
    --Li2ButBGH: #003366; /* Hintergundfarbe Buttons Hoover */
    --Li2ButB: #0066cc; /* Border Button */
    --Li2ButBH: #0066cc; /* Border Button Hoover */
    
    --linkcolor: #0066cc; /* farbe für Textlinks */
    --linkcolorH: #003366; /* farbe für Textlinks Hover*/
    
    --bg-top: #7BB2D2; /* Hintergrundfarbe balken Top */
    
}
.logotop {
    content: url('/i/logo-ldm1.png');
    padding: 2%;
}

@media (max-width: 1000px) {
    .logotop {
    content: url('/i/logo-ldm2.png');
    padding: 2%;
    }
}
@media (min-width: 1000px) {
/*.T-cont{ background-image: url('/img/bg_top.jpg');
    
}*/
    
}
