@font-face {
  font-family: "myFont";
  src: url(fonts/bad.woff);
}

@font-face {
  font-family: "fett";
  src: url(fonts/badfett.woff);
}

body {
  display: flex;
  flex-direction: column;
  margin: 0px;
  overflow-x: hidden;
}

.nav-itemm {
  width: 33.333%;
}

html {
  overflow-x: hidden;
}

#wrapper {
  opacity: 0; 
  transition: opacity 0.1s ease-in;
}

#whiteout {
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 10001;
}

/* HAUPT SEITE */

.navigation-container {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-right: 48px;
  padding-left: 48px;
  font-family: myFont;
  font-size: 25px;
  line-height: 0.9;
  top: 0;
  /* Fixiert am oberen Rand des Bildschirms */
  left: 0;
  /* Fixiert am linken Rand */
  width: 100%;
  /* Über die gesamte Breite */
  z-index: 1000;
  /* Stellt sicher, dass die Navigation über anderen Inhalten liegt */
  box-sizing: border-box;
  position: fixed;
  /* Position fixieren */
}

.footer, .footer1 {
  display: none;
}

.next {
  display: none;
}



.erstes {
  padding-left: 32px;
}

.drittes {
  padding-right: 32px;
}

.zweites {
  text-align: center;
}

.drittes {
  text-align: right;
}

.projekt,
.about1 {
  background-color: white;
  /* Weißer Hintergrund */
  border: 2px solid black;
  /* Schwarze Kontur */
  border-radius: 5px;
  /* Abgerundete Ecken */
  color: black;
  padding-top: 4px;
  /* Abstand oben */
  padding-left: 10px;
  /* Abstand links */
  padding-right: 10px;
  /* Abstand rechts */
  display: inline-block;
  /* Blockelement im Fließtext */
}

.ada,
.about,
.projekt2 {
  background-color: white;
  /* Weißer Hintergrund */
  /* Schwarze Kontur */
  border-radius: 5px;
  /* Abgerundete Ecken */
  color: black;
  padding-top: 4px;
  /* Abstand oben */
  padding-left: 10px;
  /* Abstand links */
  padding-right: 10px;
  /* Abstand rechts */
  display: inline-block;
  /* Blockelement im Fließtext */
}

.about,
.ada {
  border: 2px solid rgb(255, 255, 255);
  /* Schwarze Kontur */
}

.about:hover {
  border: 2px solid rgb(0, 0, 0);
  /* Schwarze Kontur */
}

.ada:hover {
  border: 2px solid rgb(0, 0, 0);
  /* Schwarze Kontur */
}
.flex-body-haupt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* Items werden von links ausgehend angeordnet */
  background-color: white;
  column-gap: 35px;
  row-gap: 26px;
  padding: 20px;
  padding-top: 18px;
  margin-top: 80px;
  /* margin-left: auto; */
  /* Automatische Margins für Zentrierung */
  /*margin-right: auto; /* /* Automatische Margins für Zentrierung */
  padding-left: 48px;
  /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
  padding-right: 48px;
  /* Dynamischer Abstand rechts, basierend auf der Bildschirmbreite */
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* Items werden von links ausgehend angeordnet */
  width: 100%;
}

.flex-item {
  flex: 1 1 calc(50% - 35px);
  min-width: 300px;
  height: auto;
  aspect-ratio: 574 / 347;
  border: 1px solid var(--color-primary);
  color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  /* WICHTIG: für absolute Positionierung innerhalb */
}

.vid,
.vid2,
.vid1,
.vid3,
.vid6 {
  width: 95%;
  height: auto;
  /* Höhe wird automatisch angepasst */
  position: absolute;
  /* Für volle Kontrolle über die Position */
  top: 50%;
  /* Mitte des Flex-Items */
  left: 50%;
  /* Mitte des Flex-Items */
  transform: translate(-50%, -50%);
  /* Zentriert das Video */
  transition: opacity 0.3s ease;
}

a.thumblinks {
  height: 100%;
  width: 100%;
}

.vid3,
.vid6 {
  width: 89%;
}

.vid2 {
  width: 83%;
  padding-left: 15px;
  padding-top: 10px;
  align-content: center;
}

/* FLEX ITEMS HAUPTSEITE */

.flex-group {
  flex: 1 1 calc(50% - 35px);
  margin-bottom: 0.1px;
  margin-bottom: 0.1px;
  height: auto;
  border: 1px solid var(--color-primary);
}

.text-row {
  display: flex;
  flex-wrap: nowrap;
  line-height: 85%;
  margin-top: 5px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
  font-family: "fett";
  font-size: 12px;
}

.head-item {
  background-color: rgb(255, 255, 255);
}

.head-left {
  width: 80px;
  text-align: left;
  padding-left: 32px;
}

.head-mitte {
  text-align: center;
}

.head-right {
  width: 80px;
  text-align: right;
  padding-right: 32px;
}

.beschrieb {
  text-align: center;
  font-family: myFont;
  font-size: 12px;
  line-height: 12px;
}


/* PROJEKT SEITE */

.navigation-container1 {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: myFont;
  font-size: 25px;
  line-height: 0.9;
  position: fixed;
  /* Position fixieren */
  top: 0;
  /* Fixiert am oberen Rand des Bildschirms */
  left: 0;
  /* Fixiert am linken Rand */
  width: 100%;
  /* Über die gesamte Breite */
  z-index: 1000;
  /* Stellt sicher, dass die Navigation über anderen Inhalten liegt */
  box-sizing: border-box;
}

.number {
  background-color: white;
  /* Weißer Hintergrund */
  border: 2px solid rgb(255, 255, 255);
  /* Schwarze Kontur */
  border-radius: 50px;
  /* Abgerundete Ecken */
  color: black;
  padding-top: 4px;
  /* Abstand oben */
  padding-left: 6px;
  /* Abstand links */
  padding-right: 6px;
  /* Abstand rechts */
  display: inline-block;
  /* Blockelement im Fließtext */
  transition: 0.3s ease;
}

.number {
  transition: transform 0.3s linear, opacity 0.1s linear;
}

.zahlen {
  flex-wrap: nowrap;
  text-align: center;
}

.click {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.number:hover {
  border: 2px solid rgb(0, 0, 0);
  /* Schwarze Kontur */
}

.active {
  border: 2px solid rgb(0, 0, 0);
  /* Schwarze Kontur */
  color: black;
  padding-top: 4px;
  /* Abstand oben */
  padding-left: 6px;
  /* Abstand links */
  padding-right: 6px;
  /* Abstand rechts */
  display: inline-block;
  /* Blockelement im Fließtext */
}


.flex-body-projekt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* Items werden von links ausgehend angeordnet */
  background-color: white;
  column-gap: 35px;
  row-gap: 50px;
  padding: 20px;
  padding-top: 18px;
  margin-top: 80px;
  /* margin-left: auto; */
  /* Automatische Margins für Zentrierung */
  /*margin-right: auto; /* /* Automatische Margins für Zentrierung */
  padding-left: 48px;
  /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
  padding-right: 0px;
  /* Dynamischer Abstand rechts, basierend auf der Bildschirmbreite */
}

.flex-body-about {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  justify-content: center;
  /* Items werden von links ausgehend angeordnet */
  font-family: myFont;
  font-size: 25px;
  column-gap: 48px;
  padding: 20px;
  padding-top: 90px;
  padding-left: 48px;
  /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
  padding-right: 48px;
  /* Dynamischer Abstand rechts, basierend auf der Bildschirmbreite */
}

.flex-body-about1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: right;
  justify-content: right;
  /* Items werden von links ausgehend angeordnet */
  font-family: myFont;
  font-size: 25px;
  column-gap: 48px;
  padding: 20px;
  padding-top: 120px;
  padding-left: 48px;
  /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
  padding-right: 48px;
  /* Dynamischer Abstand rechts, basierend auf der Bildschirmbreite */
}

.flex-body-about>div {
  width: 100%;
  color: black;
  /* Assuming the text is black by default */
  transition: text-shadow 0.2s ease;
  /* Smooth transition for the hover effect */
}

.flex-body-about>div>a {
  color: inherit;
  text-decoration: none;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.flex-body-about>div:hover {
  color: rgb(2, 98, 171);
  z-index: 20;
}

.about-img {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-body-about img {
  padding-top: 50px;
  object-fit: contain;
  width: 20%;
  height: auto;
  display: block;
  /* This ensures the image is treated as a block element */
  /* This centers the image horizontally */
}

.beschrieb {
  text-align: center;
  font-family: myFont;
  font-size: 12px;
  line-height: 12px;
}


.effect {
  background-color: white;
  display: inline-block;
  /* -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 40px;
  -webkit-background-clip: text; */
  padding: 3px;
  border-radius: 5px;
  margin: 0;
}

.effect-text {
  margin-top: -5.5px
}

.myFont {
  font-family: myFont;
}

.beschrieb-text-container {
  /* border: 1px solid red; */
  position: fixed;
  width: 100%;
  /* transform: translate3d(-0%, -0%, 0); */
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  /* font-family: myFont; */
  padding-left: 36px;
  font-size: 12px;
  line-height: 12px;
  /* background-color: red; */
  /* color: rgb(0, 0, 0); */
  /* background-color: rgb(255, 255, 255);
  background-clip: text;
  background-color: white;
  background-clip: text;
  background-color: rgb(255, 255, 255);
  background-clip: text; */
  /* -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width:7px;
  -webkit-background-clip: text;
  -webkit-line-clamp: round; */
  /* background-color: red; */
  /* background-clip: text;
-webkit-text-stroke-color: transparent;
-webkit-text-stroke-width: 8px;
-webkit-background-clip: text; */
  z-index: 20;
  /* background-clip: text;
  background-color: white;
  background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-color: rgb(255, 255, 255); 
  -webkit-text-stroke-width: 11px;
  -webkit-background-clip: text;
  -webkit-line-clamp: round; */


}

.calypsomono {
  font-family: fett;
  font-size: 12px;
  line-height: 12px;
  ;
  color: rgb(0, 0, 0);
}

.beschrieb-text-1 {
  font-family: myFont;
  font-size: 12px;
  line-height: 12px;
  padding-left: 5px;
  width: 45%;
  /* color: rgb(0, 0, 0); */
}

.beschrieb-text-2 {
  width: 20%;
  padding-left: 20%;
  ;
  color: rgb(0, 0, 0);
}

a.flex-item {
  display: flex;
  /* Flexbox für das linke Element */
  justify-content: center;
  /* Zentriert den Inhalt */
  align-items: center;
  /* Zentriert den Inhalt */
  width: 100%;
  /* Nimmt die gesamte Breite ein */
  height: 100%;
  /* Nimmt die gesamte Höhe ein */
}

.flex-body-bilder {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  /* Hintergrund des Containers */
  row-gap: 26px;
  padding-top: 50px;
  padding-left: 44px;
  /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
  padding-right: 44px;
  justify-content: center;
  /* Zentriert den Inhalt */
  padding-bottom: 26px;
}

.image-item {
  background-color: #000;
  /* Schwarzer Hintergrund */
  aspect-ratio: 16 / 10;
  /* Setzt das Seitenverhältnis auf 16:10 */
  height: auto;
  /* Automatische Höhe */
  max-width: 100%;
  /* Maximale Breite des Containers */
  display: flex;
  /* Flexbox für die Zentrierung des Containers */
  justify-content: center;
  /* Zentriert horizontal */
  align-items: center;
  /* Zentriert vertikal */
}

.image-container {
  background-color: #000000;
  width: 80%;
  /* Breite des inneren Containers */
  height: 80%;
  /* Höhe des inneren Containers */
  padding: 20px;
  /* Padding für den inneren Container */
  box-sizing: border-box;
  /* Padding wird in die Gesamtgröße des Containers einbezogen */
  display: flex;
  /* Flexbox verwenden */
  justify-content: center;
  /* Zentriert den Inhalt */
  align-items: center;
  /* Zentriert den Inhalt vertikal */
}

.image-container {
  background-color: #000000;
  width: 80%;
  /* Breite des inneren Containers */
  height: 80%;
  /* Höhe des inneren Containers */
  padding: 20px;
  /* Padding für den inneren Container */
  box-sizing: border-box;
  /* Padding wird in die Gesamtgröße des Containers einbezogen */
  display: flex;
  /* Flexbox verwenden */
  justify-content: center;
  /* Zentriert den Inhalt */
  align-items: center;
  /* Zentriert den Inhalt vertikal */
}

.fotocontainer {
  background-color: #000000;
  width: 100%;
  /* Breite des inneren Containers */
  height: 100%;
  /* Höhe des inneren Containers */
  padding: 40px;
  /* Padding für den inneren Container */
  box-sizing: border-box;
  /* Padding wird in die Gesamtgröße des Containers einbezogen */
  display: flex;
  /* Flexbox verwenden */
  justify-content: center;
  /* Zentriert den Inhalt */
  align-items: center;
  /* Zentriert den Inhalt vertikal */
}

.fotocontainer img {
  width: 93%;
  /* Bild oder Video passt sich der Breite des Containers an */
  height: auto;
  /* Höhe bleibt proportional */
  object-fit: contain;
  /* Bild oder Video bleibt vollständig sichtbar, kein Zuschnitt */
  display: block;
}

.flex-body-succ {
  margin-top: 50px;
  ;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  /* Hintergrund des Containers */
  padding-top: 30px;
  padding-bottom: 50px;
  margin-left: 44px;
  /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
  margin-right: 44px;
  justify-content: center;
  /* Vertikale Zentrierung */
  align-items: center;
  /* Horizontale Zentrierung */
}

.footer{
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-right: 48px;
  padding-left: 48px;
  font-family: myFont;
  font-size: 25px;
  line-height: 0.9;
  top: 0;
  /* Fixiert am oberen Rand des Bildschirms */
  left: 0;
  /* Fixiert am linken Rand */
  width: 100%;
  /* Über die gesamte Breite */
  z-index: 1000;
  /* Stellt sicher, dass die Navigation über anderen Inhalten liegt */
  box-sizing: border-box;
}

.succ1 {
  padding-bottom: 26px;
  width: 60%;
}

.succ2 {
  width: 80%;
}

.succ3 {
  width: 50%;
}

.image-container img,
.image-container .image-video {
  width: 100%;
  /* Bild oder Video passt sich der Breite des Containers an */
  height: auto;
  /* Höhe bleibt proportional */
  object-fit: contain;
  /* Bild oder Video bleibt vollständig sichtbar, kein Zuschnitt */
  display: block;
}

.image-video {
  position: relative;
  width: 100%;
  /* Video passt sich der Breite des Containers an */
  height: auto;
  /* Höhe bleibt proportional */
  /* Keine Flexbox Eigenschaften hier, um unerwünschte Positionierung zu vermeiden */
  width: 95%;
  height: auto;
  /* Höhe wird automatisch angepasst */
  transform: 0 transition: opacity 0.3s ease;
  }

.image-video1 {
  padding-left: 30px;
  ;
  position: relative;
  width: 90%;
  /* Video passt sich der Breite des Containers an */
  height: auto;
  /* Höhe bleibt proportional */
  /* Keine Flexbox Eigenschaften hier, um unerwünschte Positionierung zu vermeiden */
  height: auto;
  /* Höhe wird automatisch angepasst */
}

.flex-weiss-bilde {
  flex-direction: column;
  background-color: #ffffff;
  /* Hintergrund des Containers */
  row-gap: 26px;
  padding-left: 44px;
  padding-right: 44px;
  /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
  justify-content: center;
  /* Zentriert horizontal */
  align-items: center;
  /* Zentriert vertikal */
}

.weiss {
  height: 70%;
  /* Höhe des inneren Containers */
  box-sizing: border-box;
  /* Padding wird in die Gesamtgröße des Containers einbezogen */
  display: flex;
  /* Flexbox verwenden */
  justify-content: center;
  /* Zentriert den Inhalt */
  align-items: center;
  /* Zentriert den Inhalt vertikal */
  justify-content: center;
  /* Zentriert horizontal */
  align-items: center;
  /* Zentriert vertikal */
  background-color: #ffffff;
  /* Schwarzer Hintergrund */
}

.weissbild, .weissbild1, .weissbild3, .weissbild4 {
  width: 70%;
  /* Bild oder Video passt sich der Breite des Containers an */
  height: auto;
  /* Höhe bleibt proportional */
  object-fit: contain;
  /* Bild oder Video bleibt vollständig sichtbar, kein Zuschnitt */
  display: block;
  background-color: #ffffff;
  /* Schwarzer Hintergrund */
  aspect-ratio: 16 / 10;
  height: auto;
  /* Automatische Höhe */
  margin-top: 25px;
}


.data1 {
  width: 100%;
  height: auto;
  display: flex;
}

/* BILDER */

.flex-item:hover video {
  opacity: 0;
}

.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item7,
.item8,
.item9,
.item10,
.item11,
.item12,
.item20 {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Bild wird zentriert */
  position: relative;
  /* Wichtig für das Verschieben des Videos */
}

.item1:hover {
  background-image: url("assets/1type.png");
  /* Pfad zu deinem Standbild */
}

.item2:hover {
  background-image: url("assets/1layout.png");
  /* Pfad zu deinem Standbild */
}

.item3:hover {
  background-image: url("assets/1data.png");
  /* Pfad zu deinem Standbild */
}

.item4:hover:hover {
  background-image: url("assets/1supreme.png");
  /* Pfad zu deinem Standbild */
}

.item5:hover:hover {
  background-image: url("assets/1bose.png");
  /* Pfad zu deinem Standbild */
}

.item6:hover:hover {
  background-image: url("assets/1_UPGROSS.jpg");
  /* Pfad zu deinem Standbild */
}

.item7:hover:hover {
  background-image: url("assets/1hammer.jpg");
  /* Pfad zu deinem Standbild */
}

.item8:hover:hover {
  background-image: url("assets/signs1.jpg");
  /* Pfad zu deinem Standbild */
}

.item9:hover:hover {
  background-image: url("assets/1_withney.jpg");
  /* Pfad zu deinem Standbild */
}

.item10:hover:hover {
  background-image: url("assets/1_FUBU.png");
  /* Pfad zu deinem Standbild */
}

.item11:hover:hover {
  background-image: url("assets/jazz.1.png");
  /* Pfad zu deinem Standbild */
}

.item12:hover:hover {
  background-image: url("assets/SCRR.png");
  /* Pfad zu deinem Standbild */
}

.item20:hover:hover {
  background-image: url("assets/1DIGI.jpg");
  /* Pfad zu deinem Standbild */
}






@media (max-width: 768px) {

  #whiteout {
    display: none;
  }

  .navigation-container {
    padding-right: 13px;
    padding-left: 13px;
   padding-top: 20px;
    /* Schriftgröße auf 15px ändern bei kleinerem Bildschirm */
    position: relative;
  }

  .number.active {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
  }

  .erstes {
    padding-left: 0px;
  }

  .zweites {
    padding-right: 0px,;
    display: none;
  }

  .drittes {
    padding-right: 0px;
  }

  .ada{
    padding-left: 0;
  }

  .about{
    padding-right: 0;
  }

  .about:hover {
    border: 2px solid rgb(255, 255, 255);
    /* Schwarze Kontur */
  }
  
  .ada:hover {
    border: 2px solid rgb(255, 255, 255);
    /* Schwarze Kontur */
  }

  .about1 {
    padding-right: 0px;
    border: 0px solid;
   }

  .flex-body-haupt {
    padding-top: 15px;
    padding-right: 13px;
    padding-left: 13px;
    margin-top: 10px;
  }

  .flex-body-projekt {
    margin-right: Opx;
    margin-left: 0px;;
    margin-top: 15px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .flex-body-succ {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 15px;
  }

  .flex-body-about {
    font-size: 20px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
    column-gap: 48px;
    padding: 20px;
    padding-top: 18px;
    /* margin-top: 20px; */
    padding-left: 48px;
    /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
    padding-right: 48px;
    /* Dynamischer Abstand rechts, basierend auf der Bildschirmbreite */
  }

  .beschrieb {
    font-size: 14px;
  }

  .text-row {
    font-size: 14px;
    line-height: 14px;
  }

  .text-row > .head-item:nth-child(3) {
    display: none;
  }

  .effect {
    background-color: none;
    display: inline-block;
    /* -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 40px;
    -webkit-background-clip: text; */
    padding: 0px;
    margin: 0;
  }

  .head-left {
    padding-left: 0px;
    width: 100%;
  }

  .image-video1 {
padding-left: 10px;;
    width: 110%;

}

  .head-right {
    padding-right: 0px;
  }

  .beschrieb-text-container {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    width: 100%;
  }

  .beschrieb-text-1 {
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    padding-left: 0px;
    
  }

  .beschrieb-text-2 {
    display: none;
  }

  .calypsomono {
    font-size: 14px;
  }

  .click, .ada-link {
    text-decoration: none;
    color: inherit;
  }

  .flex-body-bilder {
    background-color: black;
    row-gap: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .flex-body-about img {
    width: 70%;
    padding-top: 0px;
    display: block;
    /* This ensures the image is treated as a block element */
    margin: 0 auto;
    /* This centers the image horizontally */
  }

  .fotocontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

 .succ1 {
  padding-top: 10px;
  width: 90%;
 }

 .succ2 {
 width: 100%;
 }

 .succ3 {
  width: 110%;
  }

 

  body {
    padding-left: 0px;
  }

  .weissbild {
    aspect-ratio: 0/0;
    width: 120%;
    /* Bild oder Video passt sich der Breite des Containers an */
    height: auto;
    /* Höhe bleibt proportional */
    object-fit: contain;
    /* Bild oder Video bleibt vollständig sichtbar, kein Zuschnitt */
    display: block;
  }

  .weissbild1 {
    aspect-ratio: 0/0;
    width: 100%;
    /* Bild oder Video passt sich der Breite des Containers an */
    height: auto;
    /* Höhe bleibt proportional */
    object-fit: contain;
    /* Bild oder Video bleibt vollständig sichtbar, kein Zuschnitt */
    display: block;
  }

  .weissbild3 {
    padding-top: 10px;
    padding-bottom: 10px;
    aspect-ratio: 0/0;
    width: 100%;
    /* Bild oder Video passt sich der Breite des Containers an */
    height: auto;
    /* Höhe bleibt proportional */
    object-fit: contain;
    /* Bild oder Video bleibt vollständig sichtbar, kein Zuschnitt */
    display: block;
  }

  .weissbild4 {
    width: 135%;
  }

  .weiss {
    width: 100%;
  }

  .flex-weiss-bilde {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    /* Dynamischer Abstand links, basierend auf der Bildschirmbreite */
    ^
  }

  .image-container {
    width: 100%;
  }

  .top-image {
    margin-top: 25px;
  }

  .image-item {
    margin-top: 13px;
  }

  .footer {
    display: block;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    padding-right: 48px;
    padding-left: 48px;
    font-family: myFont;
    font-size: 25px;
    line-height: 0.9;
    top: 0;
    background-color: black;
    /* Fixiert am oberen Rand des Bildschirms */
    left: 0;
    /* Fixiert am linken Rand */
    width: 100%;
    /* Über die gesamte Breite */
    z-index: 1000;
    /* Stellt sicher, dass die Navigation über anderen Inhalten liegt */
    box-sizing: border-box;
  }
  
  .footer1 {
    display: block;
    margin-top: 190px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    padding-right: 48px;
    padding-left: 48px;
    font-family: myFont;
    font-size: 25px;
    line-height: 0.9;
    top: 0;
    /* Fixiert am oberen Rand des Bildschirms */
    left: 0;
    /* Fixiert am linken Rand */
    width: 100%;
    /* Über die gesamte Breite */
    z-index: 1000;
    /* Stellt sicher, dass die Navigation über anderen Inhalten liegt */
    box-sizing: border-box;
  }
  
  .next {
    background-color: black;
    color: white;
    text-align: center;
    /* Weißer Hintergrund */
    padding-top: 4px;
    /* Abstand oben */
    padding-left: 10px;
    /* Abstand links */
    padding-right: 10px;
    /* Abstand rechts */
    display: inline-block;
  }
}


@media (max-width: 940px) {
  .number {
    display: none;
  }

  .number.active {
    display: inline-block;
  }
}

/* @media (max-width: 1200px) {
  .image-item {
      width: 100%; 
      aspect-ratio: 16 / 10; 
  }
} */