/* main.css */

body {
    font-family: Arial, sans-serif;
    background-color: #bbbbbb;
    padding-top: 70px;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #dfb612;
    
    letter-spacing: 2px;
    text-transform: none;
}

/* Überschrift-Stil */
h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #333333;
}

/* Label-Stil */
.label-default {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 0.5em; /* Abstand zwischen Labels */
}

.navbar {
    background-color: #979797;
    padding: 10px 20px;
}

.navbar-brand,
.navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
}

.navbar-brand:hover,
.navbar-nav .nav-link:hover {
    color: #f8f9fa;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: bold;
}

.navbar-nav .nav-link:hover {
    color: #765f06;
}

.btn-primary {
    background-color: #dfb612; /* Gelb */
    border-color: #c09d11; /* Gelb */
}

.btn-primary:hover {
    color: #b9970e;
    border-color: #c09d11;
}

footer {
    margin-top: 50px;
    padding: 20px 0;
    background-color: #343a40;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #f8f9fa;
    text-decoration: underline;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80%;
}

.embed-responsive-item {
    height: 300px; 
    width: 250px;
}

.embed-responsive {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.extra-info {
    display: none;
}

.btn-link {
    font-size: 16px;
    color: #dfb612;
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
    color: #867d07;
}

/* Cookie Modal - blockiert die gesamte Seite */
.cookie-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cookie-modal {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);
    max-width: 550px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    transform: translateY(-10px);
    animation: modalFloat 0.3s ease-out;
}

.cookie-modal-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 25px;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.cookie-modal-header h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
}

.cookie-modal-header p {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}

.cookie-modal-content {
    padding: 30px;
}

.cookie-modal-content h5 {
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.cookie-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-list li:last-child {
    border-bottom: none;
}

.cookie-notice {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

.cookie-notice small {
    color: #666;
    line-height: 1.4;
}

.cookie-notice a {
    color: #007bff;
    text-decoration: none;
}

.cookie-notice a:hover {
    text-decoration: underline;
}

.cookie-modal-footer {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 0 0 15px 15px;
    text-align: center;
    border-top: 1px solid #e9ecef;
}

.cookie-modal-footer .btn {
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    min-width: 250px;
}

.cookie-modal-footer p {
    margin: 0;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cookie-modal {
        margin: 10px;
        max-width: none;
    }
    
    .cookie-modal-header,
    .cookie-modal-content,
    .cookie-modal-footer {
        padding: 20px;
    }
    
    .cookie-modal-header h3 {
        font-size: 20px;
    }
    
    .cookie-modal-footer .btn {
        min-width: 200px;
        font-size: 14px;
    }
}

/* Animation für den schwebenden Modal */
@keyframes modalFloat {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(-10px) scale(1);
    }
}

/* Overlay Animation */
.cookie-modal-overlay {
    animation: overlayFadeIn 0.3s ease-out;
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}

/* Schwebender Modal - Seite bleibt interaktiv im Hintergrund */
