* {
    overflow-x: clip;
}



.primaer {
    background-color: #000;
}

.akzent {
    background-color: #00BFFF;
    color: #00BFFF;
}

.text-color-main {
    color: #fff;
}

.text-color-second {
    color: #ccc;
}

.text-anthrazit {
    color: #121212;
}

.back {
    background-color: #F8F9FA;
}

.testimonials {
    background-color: #f1f1f1;
}


.faq-section .card-header {
    background-color: #f8f9fa;
    border-bottom: none;
}

.faq-section .btn-link {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.faq-section .btn-link:hover,
.faq-section .btn-link:focus {
    text-decoration: none;
}

.faq-section .card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.faq-section .card-body {
    padding: 1.25rem;
}

#cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #121212;
    color: #ffffff;
    z-index: 9999;
    padding: 10px 15px;
    display: none; /* Wird nur angezeigt, wenn keine Zustimmung vorliegt */
}
#cookie-banner button {
    margin-left: 10px;
}