body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #222;
    color: white;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ddd;
    z-index: 1000;
}
.navbar ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.navbar li {
    display: inline;
}
.navbar li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.navbar li a:hover {
    color: #000;
    text-decoration: underline;
}
.content {
    padding-top: 60px;
}
.bilder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
}
.bilder img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    
    
    
    cursor: pointer;
}
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    
}
#lightbox.active {
    display: flex;
}
#lightbox img {
    max-width: 90%;
    max-height: 80%;
}

.blog-entry {
    padding: 20px;
    line-height: 1.6;
}
.blog-entry .blogbild {
    float: left;
    width: auto;
    height: 200px;
    max-width: 300px;
    object-fit: contain;
    
    
    
    margin: 0 20px 20px 0;
    cursor: pointer;
}


/* Styles aus menschen.php */
body {
            background: #000;
            color: #eee;
            font-family: sans-serif;
            text-align: center;
            margin: 0;
        }
        h1 {
            margin: 1em 0 0.5em;
        }
        .galerie-container {
            display: flex;
            justify-content: center;
        }
        .galerie {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 6px;
            max-width: 90%;
            margin: 0 auto;
            justify-items: center;
        }
        
        a {
            color: #9cf;
            text-decoration: none;
        }
        .lightbox {
            position: fixed;
            top: 0; left: 0;
            width: 100vw; 
            background: rgba(0,0,0,0.9);
            display: flex;
            justify-content: center;
            
            z-index: 10;
            display: none;
        }
        .lightbox img {
            max-width: 90%;
            max-height: 90%;
            border-radius: 10px;
        }
        .lightbox .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            cursor: pointer;
            padding: 0 20px;
            user-select: none;
        }
        .lightbox .prev {
            left: 10px;
        }
        .lightbox .next {
            right: 10px;
        }

/* Styles aus index.php */
body { font-family: sans-serif; background: #111; color: #eee; text-align: center; }
        h1 { margin-top: 1em; }
        .bereiche { display: flex; justify-content: center; gap: 2em; margin-top: 2em; flex-wrap: wrap; }
        .bereich { width: 300px; }
        .bereich img { width: 100%; height: auto; border-radius: 10px; }
        a { text-decoration: none; color: #9cf; }

/* Styles aus natur.php */
body {
            background: #000;
            color: #eee;
            font-family: sans-serif;
            text-align: center;
        }
        h1 {
            margin-top: 1em;
        }
        .galerie-container {
            display: flex;
            justify-content: center;
        }
        .galerie {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 6px;
            max-width: 90%;
            margin: 0 auto;
            justify-items: center;
        }
        
        a {
            color: #9cf;
            text-decoration: none;
        }

/* Styles aus kreativ.php */
body {
            background: #000;
            color: #eee;
            font-family: sans-serif;
            text-align: center;
        }
        h1 {
            margin-top: 1em;
        }
        .galerie-container {
            display: flex;
            justify-content: center;
        }
        .galerie {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 6px;
            max-width: 90%;
            margin: 0 auto;
            justify-items: center;
        }
        
        a {
            color: #9cf;
            text-decoration: none;
        }

/* Styles aus zoom_Helloween-1.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }

/* Styles aus zoom_39_Stufen-1.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }

/* Styles aus zoom_39_Stufen-7.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }

/* Styles aus zoom_39_Stufen-9.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }

/* Styles aus zoom_39_Stufen-22.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }

/* Styles aus zoom_39_Stufen-32.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }

/* Styles aus zoom_39_Stufen-34.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }

/* Styles aus zoom_39_Stufen-50.jpg.php */
body {
            margin: 0;
            background-color: black;
            display: flex;
            justify-content: center;
            
            
            color: white;
        }
        .bild-wrapper {
            position: relative;
        }
        img {
            max-width: 90vw;
            max-height: 90vh;
            object-fit: contain;
        }
        .nav {
            position: absolute;
            
            
            font-size: 3em;
            color: white;
            text-decoration: none;
            padding: 0 20px;
        }
        .nav:hover {
            color: #9cf;
        }
        .prev {
            left: 0;
        }
        .next {
            right: 0;
        }
/* Korrektur: Inhalt unter Navigation */
.content {
  padding-top: 70px;
}


/* Lightbox-Anpassung für Abstand zur Navigation */
.lightbox {
  padding-top: 70px;
  z-index: 1100;
}

.lightbox .nav {
  z-index: 1101;
  top: 80px;
}

.lightbox img {
  margin-top: 70px;
}


/* Navigationspfeile vertikal zentrieren */
.lightbox .nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1101;
}




/* Dropdown-Menü bündig, Farbe passend zur Navbar */
.navbar ul li {
    position: relative;
}

.navbar ul li ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ddd; /* gleiche Farbe wie Navbar */
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    
}

.navbar ul li:hover ul.dropdown {
    display: block;
}

.navbar ul li ul.dropdown li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.navbar ul li ul.dropdown li a:hover {
    background-color: #ccc;
}

.navbar ul {
    margin: 0;
    padding: 0;
}


/* Größere Navigationsleiste */
.navbar ul li a {
    padding: 16px 20px;
    font-size: 1.1em;
}

/* Kleinere Dropdown-Elemente */
.navbar ul li ul.dropdown li a {
    padding: 8px 12px;
    font-size: 0.95em;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

#overlay-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

#overlay img {
    max-width: 90%;
    max-height: 90%;
}

#overlay button {
    font-size: 2em;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}


/* Dropdown Menü */
ul { list-style: none; padding: 0; margin: 0; }
li.dropdown { position: relative; display: inline-block; }
ul
ul
li.dropdown:hover > ul

/* Submenu rechts */
ul
/* Dropdown fixierte Darstellung */
ul.navigation li {
    position: relative;
}

ul

ul

ul

li.dropdown:hover > ul

ul

/* Dropdown-Menü */
ul.navigation li {
    position: relative;
}

ul.dropdown-content {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    position: absolute;
    display: none;
    min-width: 160px;
    z-index: 1;
}





ul.dropdown-content li a:hover {
    background-color: #ddd;
}

li.dropdown:hover > ul.dropdown-content {
    display: block;
}

ul.dropdown-content.right {
    left: 100%;
    top: 0;
}


ul.dropdown-content li {
    padding: 5px 10px;
    display: block;
}

ul.dropdown-content li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

ul.dropdown-content li a:hover {
    background-color: #ddd;
}

.galerie img {
    width: auto;
    height: 200px; /* Standardhöhe */
    object-fit: contain;
    
    
    
}

.galerie img {
    border-radius: 8px;
}

.content h1 {
    margin-bottom: 20px;
}