html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Stelle sicher, dass die Höhe der Seite immer 100% beträgt */
    font-variant: normal;
}

.custom-login-max-width-container {
    max-width: 300px;
}

.custom-home-max-width-container {
    max-width: 800px;
}

.custom-quiz-max-width-container {
    max-width: 600px;
}

.margin-bottom-sm {
    margin-bottom: 0px;
}

@media (max-width: 576px) {
    .margin-bottom-sm {
        margin-bottom: 1rem !important;
    }
}

.margin-bottom-lg {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .margin-bottom-lg {
        margin-bottom: 1rem !important;
    }
}

.custom-icon-link {
    color: #000000;
    text-decoration: none;
}

.custom-icon-link:hover {
    color: #0279b5;
}

.custom-icon-btn
{
    border: none;
    padding: 0px;
    vertical-align: baseline;
}

.custom-icon-btn:hover {
    color: #0279b5;
}

.dropdown-menu {
    overflow: hidden; 
    overflow-y: auto; 
    max-height: 200px;
}

.btn-primary 
{
    background-color: #00679b;
}


.btn-primary:hover {
    background-color: #0279b5;
}

a 
{
    color: #00679b;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

.btn-outline-primary 
{
    border-color: #00679b;
    color: #00679b;
}

.btn-outline-primary:hover {
    border-color: #0279b5;
    color: #0279b5;
}

.btn-check:checked + .btn-outline-primary
{
    background-color: #00679b;
    border-color: #00679b;
    color: white;
}

.btn-outline-success 
{
    border-color: #007a86;
    color: #007a86;
}

.btn-check:checked + .btn-outline-success {
    background-color: #007a86;
    border-color: #007a86;
    color: white;
}

.btn-check:checked + .btn-outline-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-check:not(:checked) + .btn-outline-success {
    border-color: #007a86;
}

.btn-success 
{
    background-color: #007a86;
}

.btn-success:hover {
    background-color: #02909e;
}

.btn-success:disabled, .btn-danger:disabled, .btn-primary:disabled {
    background-color: gray;
    color: white;
    border-color: lightgray;
}

.btn-danger 
{
    background-color: #bf0f18;
}

.btn-danger:hover 
{
    background-color: #dc3545; 
}

.rz-progressbar-determinate.rz-progressbar-primary .rz-progressbar-value {
    background-color: #00679b;
}

.rz-switch.rz-switch-checked .rz-switch-circle:before {
    background: #00679b;
    transform: translateX(1rem);
}

.mae-blue-color {
    color: #00679b !important;
}

.custom-plus-icon 
{
    font-size: 70px;
}

.custom-plus-icon:hover {
    color: #0279b5;
}

.nav-link {
    color: #00679b;
}

.rz-button.rz-primary.rz-shade-default {
    background-color: #00679b;
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight .rz-cell-data {
    color: #00679b;
}

.rz-bar-series rz-series-0 
{
    fill: #00679b;
    stroke: #00679b;
}

.rz-scheme-pastel .rz-series-0 {
    fill: #00679b;
    stroke: #00679b;
}

.rz-rating .rzi-star {
    color: #00679b;
}

.footer-content-md {
    text-align: right;
}

@media (max-width: 768px) {
    .footer-container-md {
        text-align: center;
        align-content: center;
    }

    .footer-content-md {
        margin-top: 10px;
        text-align: center;
    }
}

.content 
{
    min-height: calc(100vh - 73px); /* Stelle sicher, dass der Inhalt genügend Platz hat und der Footer unten bleibt */
}

.footer {
    position: absolute; /* Damit der Footer immer am unteren Rand bleibt */
    width: 100%;
    background-color: #00679b;
}

.custom-footer-right 
{
    padding: 0px 20px 0px 20px;
}

.custom-nav-container {
    padding: 0px 16px 0px 16px;
}

/* CSS für das Cookie-Banner */
.cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Transparenter Hintergrund */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.cookie-banner-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    width: 80%;
    max-width: 500px; /* Maximale Breite */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.quiz-answer-button 
{
    min-height: 60px;
    font-size: 20px;
    align-content: center;
}

.quiz-answer-icon {
    align-content: center;
    font-size: 40px;
    margin-bottom: 16px;
    color: #007a86;
}

.quiz-answer-icon-danger {
    color: #bf0f18 !important;
}

.custom-footer-button {
    color: white;
    text-decoration: none;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    border:none;
    vertical-align: baseline;
}

.custom-footer-button:hover {
    color: white;
    text-decoration: underline;
}

