/* Standard-Hellmodus */
body {
    margin: 0;
    font-family: Monospace, Monaco;
    text-align: center;
    background-color: white;
    color: black;
    transition: background-color 0.3s, color 0.3s;
}
.banner {
    margin: 5px auto;
    width: 90%;
    height: auto;
    max-width: 1000px;
    border-radius: 20px;
}
.logo {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 1px;
}
.links, .social-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.text-links, .text-social {
    margin: 50px auto 5px auto;
    font-family: Monospace, Monaco;
    text-align: center;
    background-color: white;
    color: black;
}
/* ✨ Neon-Style für die Überschrift */
.text-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00c9a7;
    text-shadow: 1px 1px 3px rgba(0, 201, 167, 0.6), 
                -1px -1px 3px rgba(79, 172, 254, 0.4);
    margin: 10px;
}
/* ✨ Neon-Style für die Überschrift */
.text-title2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00c9a7;
    text-shadow: 1px 1px 3px rgba(0, 201, 167, 0.6), 
                -1px -1px 3px rgba(79, 172, 254, 0.4);
    margin: 10px;
}
/* 🟣 Stylische Buttons */
.link-button {
    display: inline-block;
    background: linear-gradient(135deg, #4facfe, #00c9a7);
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(79, 172, 254, 0.4);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.link-button:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #00c9a7, #4facfe);
    box-shadow: 0px 6px 15px rgba(79, 172, 254, 0.6);
}
.link-button:active {
    transform: scale(0.98);
    box-shadow: 0px 2px 5px rgba(79, 172, 254, 0.3);
}
.pflicht-button {
    display: inline-block;
    background: linear-gradient(135deg, #4facfe, #00c9a7);
    color: white;
    padding: 12px 20px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(79, 172, 254, 0.4);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.pflicht-button:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #00c9a7, #4facfe);
    box-shadow: 0px 6px 15px rgba(79, 172, 254, 0.6);
}
.pflicht-button:active {
    transform: scale(0.98);
    box-shadow: 0px 2px 5px rgba(79, 172, 254, 0.3);
}
/* 🟢 Bio-Text */
.text-bio {
    margin: 10px 15%;
    font-family: Monospace, Monaco;
    text-align: center;
    background-color: white;
    color: black;
    text-decoration: none;
    transition: all 0.4s ease;
}
.text-data {
    margin: 10px 15%;
    font-family: Monospace, Monaco;
    text-align: left;
    background-color: white;
    color: black;
    text-decoration: none;
    transition: all 0.4s ease;
}
.text-header_data {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 15%;
    font-family: Monospace, Monaco;
    text-align: left;
    background-color: white;
    color: black;
    text-decoration: none;
    transition: all 0.4s ease;
}
/* Bio verstecken */
#bio {
    display: none;
}
ul, ol {
    list-style-position: outside;
    font-family: Monospace, Monaco;
    text-align: left;                
    display: block;
    list-style-type: disc;
    margin: 25px 15%;
    font-family: Monospace, Monaco;
}
.ul-inner {
    list-style-position: inside;
    font-family: Monospace, Monaco;
    text-align: left;                
    display: block;
    list-style-type: disc;
    margin: 10px 3%;
    font-family: Monospace, Monaco;
}
li {
    margin-bottom: 7px;
}
/* Dark Mode */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #121212;
        color: white;
    }
    .text-bio {
        background-color: #121212;
        color: white;
    }
    .text-data {
        background-color: #121212;
        color: white;
    }
    .text-header_data {
        background-color: #121212;
        color: white;
    }
    .text-links, .text-social {
        background-color: #121212;
        color: white;
    }
    .text-title {
        color: #4facfe;
        text-shadow: 1px 1px 3px rgba(79, 172, 254, 0.6), 
                    -1px -1px 3px rgba(0, 201, 167, 0.4);
    }
    .gallery-item {
        background-color: #2c2c2c; /* Dunklerer Hintergrund für jedes Bild im Dark Mode */
        border: 2px solid #444; /* Dunklerer Rahmen im Dark Mode */
    }
    .caption {
        background-color: #333; /* Dunklerer Hintergrund für die Bildunterschrift */
        color: white; /* Weiße Schrift im Dark Mode */
    }
    .gallery-item:hover {
        transform: scale(1.05);
        background-color: #3a3a3a; /* Etwas hellere Farbe beim Hover im Dark Mode */
    }
    #custom-subject {
        color: black;
    }
    label {
        color: black
    }   
}
.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 15px;
    text-align: center;
    display: none;
    z-index: 1000;
    border-radius: 10px;
}
.cookie-options {
    margin: 10px 0;
    text-align: left;
    display: inline-block;
}
#cookie-settings-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4facfe;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    padding: 10px;
    max-width: 1000px;
    margin: auto;
}
.gallery-item {
    border: 2px solid #ddd; /* Leicht grauer Rahmen um jedes Bild */
    border-radius: 8px;
    overflow: hidden;
    background-color: #d9d9d9; /* Weißer Hintergrund für das Bild */
    transition: transform 0.3s;
}
.gallery-item:hover {
    transform: scale(1.05);
}
.gallery img {
    width: 100%;
    height: auto;
    display: block;
}
.caption {
    padding: 10px;
    background-color: #d9d9d9; /* Leicht grauer Hintergrund für die Bildunterschrift */
    color: #333;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ddd; /* Trennlinie zwischen Bild und Text */
}
.kontaktformular {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
} 
input[type="checkbox"] {
    width: auto;
}
label {
    font-size: 16px;
    font-weight: bold;
    color: black;
    display: block;
    text-align: left;
    margin: 10px 0 5px;
}
form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 50%;
    margin: auto;
}
input, textarea, select {
    width: 90%;
    padding: 12px;
    margin: 5px 0 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}
select {
    background: linear-gradient(135deg, #4facfe, #00c9a7);
    color: white;
    font-weight: bold;
    cursor: pointer;
}
option {
    background-color: white;
    color: black;
}
button {
    display: inline-block;
    background: linear-gradient(135deg, #4facfe, #00c9a7);
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
button:hover {
    background: linear-gradient(135deg, #00c9a7, #4facfe);
}
#custom-subject {
    display: none;
    color: black;
}        
.submit-btn {
    display: inline-block;
    background: linear-gradient(135deg, #4facfe, #00c9a7);
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(79, 172, 254, 0.4);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: not-allowed;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
.sticky-menu {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(18, 18, 18, 0.95); /* dunkler Hintergrund mit leichter Transparenz */
    display: flex;
    justify-content: Center;
    gap: 20px;
    padding: 10px 0;
    font-family: Monospace, Monaco;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 10px rgba(0, 201, 167, 0.3);
    flex-wrap: wrap;
    transition: all 0.3s ease;
}
.sticky-menu a {
    color: #00c9a7;
    text-decoration: none;
    font-family: Monospace, Monaco;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 15px;
}
.sticky-menu a:hover {
    color: #4facfe;
}
.hamburger-menu {
    display: none; /* Standardmäßig ausgeblendet */
}
/* Mobiles Menü standardmäßig verstecken */
.mobile-menu {
    display: none;
    background-color: #f9f9f9;
    position: absolute;
    top: 50px; /* Je nach Position deines Headers anpassen */
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mobile-menu ul {
    display: none;
}
.mobile-menu li {
    display: none;
}
.mobile-menu a {
    display: none;
}



