/* Globale Stile */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff; /* Weißer Hintergrund */
  width: 1000px;
  margin: 0 auto;
  font-family: 'Zilla Slab', sans-serif;
}

h2 {
  color: #764000;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 400;
}

.synopsis:link,
.synopsis:visited {
  width: 800px;
  margin: auto;
  color: #764000;
  text-decoration: none;
  font-size: 5em;
  font-weight: 300;
  padding-left: 120px;
  padding-top: 100px;

  padding-bottom: 20px;
  display: flex;
}

.sidebarlayout {
  display: flex;
  justify-content: center;
  margin-bottom: 900px;
}

.sidebar-container ul {
  list-style-type: none; /* Entfernt die Standard-Aufzählungszeichen */
  margin: 0;
}

.sidebar:link,
.sidebar:visited {
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 120px;
  color: #764000;
  background-color: #ff6c0b;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: normal;
  padding: 5px;
  text-align: left;
  box-sizing: border-box;
  margin: 5px; /* Vertical Horizontal */
}

.sidebar:hover {
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 120px;
  color: #ff6c0b;
  background-color: #764000;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: normal;
  padding: 5px;
  text-align: left;
  box-sizing: border-box;
  margin: 5px;
}

.head_container {
  position: fixed;
  font-weight: 200;
}

.content_container {
  width: 100%;
}

.sidebar_container {
  width: 20%;
  position: fixed;
  padding-top: 60px;
}

.content {
  margin: 0 auto;
  width: 600px;
  padding-top: 20px;
  padding-bottom: 50px;
  color: black;
}

.lebenslauf {
  margin: 0 auto;
  width: 550px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: 'Zilla Slab' ;
  color: #764000;

  .lebenslauf {
    margin: 0 auto;
    width: 550px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: 'Zilla Slab', serif;
    color: #764000;
  }

  .lebenslauf-content {
    display: flex;
    align-items: center;
  }

  .lebenslauf-text {
    flex: 1;
  }

  .bild {
    margin-left: 20px;
  }

  .bild img {
    width: 250px;
    height: auto;
  }



}

/* Neue Stile für Bilder mit Overlay */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Abstand zwischen den Bildern */
}

.image-container {
  position: relative;
  width: 550px; /* Breite der Bilder */
  height: 420px; /* Höhe der Bilder */
  margin: 10px;
}

.image {
  width: 100%;
  height: 100%;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Halbtransparentes Schwarz */
  color: #764000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; /* Overlay ist standardmäßig sichtbar */
  transition: opacity 0.4s ease;
  z-index: 1;
  text-align: center;
  padding: 20px; /* Abstand des Textes vom Rand */
}

/* Die 'hidden'-Klasse blendet das Overlay aus */
.hidden {
  opacity: 0;
}



.text {
  font-family: 'Zilla Slab', sans-serif; /* Blockschriftart */
  font-size: 3.5em; /* Schriftgröße anpassen */
  font-weight: lighter;
  ; /* Fetter Text */
  letter-spacing: 2px; /* Geringe Abstände zwischen Buchstaben */
  line-height: 1.2; /* Geringe Zeilenhöhe */
  text-transform: uppercase; /* Großbuchstaben */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap; /* Verhindert Zeilenumbruch */
}
.bilder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Abstand zwischen den Bildern */
  padding: 20px;
  background-color: white;
  color: black;
}

.zusatz {
  font-size: 0.8em;
  font-family: serif;
  color: #764000; /* Korrigierter Hex-Code */
  width: 400px;
  margin: 0;
  padding-left: 0px;
  padding-bottom: 20px;
}

.logo {
  width: 200px;
  margin: 5px;
  float: left;
  box-sizing: border-box;
  display: block;
  position: fixed;
  text-decoration: none;
  padding-top: 80px;
}

.gross {
  background-color: white;
  width: 1800px;
  padding: 5px;
  margin: inherit;
  box-sizing: border-box;
}
