:root { 
    --purple: #222222;
    --red: #1c99c1; 
    --bs-link-color: #1c99c1;
    --bs-link-hover-color: #223840;
    --bs-primary: #1c99c1;
    --bs-secondary: #223840;

}

#gdpr-cookie-message{right:30px !important;}
.img-responsive { width: 100%; }

#wandtke-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #292929;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#wandtke-top:hover { background-color: #555; }
.logo-center { text-align: center; }

ul.footer-navi li a { color: #fff; font-size: 14px; text-decoration: none; }
ul.footer-navi li a:hover { text-decoration: underline; color: #f1f1f1; font-size: 14px; }