/* ===== Startseite Horizontal Styles ===== */

/* Header und Navigation */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 700;

  display: flex;
  align-items: flex-end; /* ↓ Buttons am unteren Rand */
  font-size: 0.8rem;
  /* border-bottom: 1.5px solid #1D4DDB; */

  width: 100%;
  height: 17vh; 
  padding: 0 5vh;
 
  background: transparent;
  /* background: #FDF5ED; */
  justify-content: flex-end;
  pointer-events: none; /* notwendig um nav-menu logo anzuklicken */
}


/* Main Container für horizontales Layout */
.horizontal-container {
  display: flex;
  flex-direction: row;
  width: max-content;
  height: 100vh;
  gap: 6vw; /* gleichmäßiger Abstand zwischen den Sections */
  /* scroll-behavior: smooth; */
  background-color: var(--color-background);
  z-index: 1;
}


/* -------- Side Menu ------- */

.side-menu {
  position: fixed; 
  top: 0;
  left: 0;
  width: 75px;
  height: 100vh;
  background-color: var(--color-background);
  border-right: 1.7px solid var(--color-primary); /* 1.4px */
  z-index: 1000;
  display: flex;
  justify-content: center;
}

.nav-list {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* verteilt top/middle/bottom */
  align-items: center;
  color: var(--color-primary);  
}

/* === Top Item (Hat Icon) === */
.nav-top {
  margin-top: 4vw;
}

.nav-top a {
  text-decoration: none;
  display: flex;
}

.magnetic-hat {
  cursor: pointer;
  display: flex;
  transition: transform 0.3s ease;
}

.icon-hat {
  height: 2.4vw;
  width: 2.4vw;
  aspect-ratio: 1 / 1;
  will-change: transform;
}

/* === Mittleres Element: vertikaler Slogan === */
.nav-center {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  font-family: var(--font-geist-light);
  text-align: center;
  display: flex;
  justify-content: center;
}

.nav-center a {
  text-decoration: none;
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--color-primary);
}

.link-inner {
  display: inline-block;
}

/* === Footer-Text unten === */
.nav-bottom {
  margin-bottom: 4vw;
}

.nav-bottom span {
  display: inline-block;
  transform: rotate(-90deg); /* vertikal von unten nach oben */
  font-size: 0.8rem;
  font-family: var(--font-geist-medium);
  text-align: center;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}



/* -------------  side menu back footer ------- */

.side-menu-footer {
  position: fixed; 
  top: 0;
  right: 8px;
  width: 80px;
  height: 100vh;
  background-color: var(--color-secondary);
  border-left: 1.7px solid var(--color-third); /* 1.4px */
  z-index: 1000;
  display: flex;
  justify-content: center;
}


.nav-list-lila {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items: center;
}

.nav-tophat{
  flex: 0;
  margin-top: 4vw; 
}

.nav-tophat a{
  display: flex;
  text-decoration: none;
}


/* === Lebenslauf mittig === */
.nav-lebenslauf {
  margin-block: auto;
}

.nav-lebenslauf a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-decoration: none;
  color: var(--color-third);
}

.nav-lebenslauf .link-inner {
  font-family: var(--font-geist-light);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-wrap: nowrap;
}


/* === Impressum & Datenschutz unten === */
.nav-footer-rechtlich {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 4vw;
  align-items: center;
  text-align: center;
}

.nav-footer-rechtlich a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-decoration: none;
  color: var(--color-third);
}

.nav-footer-rechtlich .link-inner {
  font-family: var(--font-geist-regular);
  font-size: 0.8rem;
  letter-spacing: 0.03rem;
  text-wrap: nowrap;
}


.nav-footer-rechtlich a:hover .link-inner {
  font-family: var(--font-geist-bold);
}




/* -------------- main sections ---------------- */ 

body {
  overflow-y: hidden;  /* Vertikales Scrollen aus */
  overflow-x: auto;    /* Horizontales Scrollen an */
  width: 100vw;        /* Vollbildbreite */
  /* scroll-behavior: smooth; Optional */
}


/* ------------- START landing page -------  */

.homesite {
  width: 100vw;
  height: 100vh;
  flex: 0 0 100vw;
  position: relative;
  z-index: 5;
  font-family: var(--font-geist-medium);  /* default für alle schriften*/
  /* background: rgba(255, 0, 0, 0.2); */
  display: flex;
  align-items: center;   /* vertikal zentrieren */
  justify-content: center; /* horizontal zentrieren */
}

/* #text-body{
  font-family: 'GeistMono-Medium', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  padding: 0px 12vw; Oben/unten 150px, links/rechts 40px
  color: #B56917;
} */

  /* Affe Bilder Animation */
  #animation-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  #affe {
    position: fixed;
    bottom: -4.5vw;
    left: 25vw;
    width: 15vw; 
    height: auto;
    transition: none;
    z-index: 80;
    transform: scaleX(-1);
    /* filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1)); */
  } 


  .banner {
    position: fixed;
    bottom: 0;
    left: 35vw;
    width: 45vw;
    height: 80vh;
    background-color: var(--color-background);
    border: 1.7px solid var(--color-primary); 
    border-radius: 1.5rem  1.5rem 0rem 0rem;
    z-index: 100;
    display: flex;
    justify-content: center;
    box-shadow: -19px -3px 30px -7px rgba(0, 0, 0, 0.1); 
  }

  .logo-banner {
    position: absolute;        /* Positioniert es unabhängig vom Fluss */
    top: 6vw;                 /* Abstand vom oberen Rand (unter dem Header) */
    left: 2vw;               /* Abstand vom linken Rand */
    font-family: var(--font-geist-bold);
    /* text-transform: uppercase;   */
    font-size: clamp(1.5rem, 4rem, 4rem); /* Responsiv clamp(MIN, SCALING VALUE, MAX); */
    letter-spacing: 0.1rem;
    color: var(--color-primary); 
    z-index: 4;
    display: inline-block;
    transform-origin: center;
    transform: rotate(180deg); 
    writing-mode: vertical-rl;
  }

  .textbox-banner {
    position: absolute;
    top: 6vw;
    left: 10vw;
    right: 3vw;
    text-align: left;   
    z-index: 10; 
  }

  .text-untertitel{
    font-size: 1rem; /* oder nach Wunsch */
    /* color: var(--color-primary); #568203 oder deine Wunschfarbe */
    color: var(--color-primary);   /* gelbd #E9CA1A; */
  }

  .text-infosausstellung{
    padding-top: 1rem;
    font-size: 0.7rem; /* oder nach Wunsch */
    /* color: var(--color-primary); #568203 oder deine Wunschfarbe */
    color: var(--color-primary);   /* gelbd #E9CA1A; */
  }


/* Wegweiser Exhibition this way */

.bottom-right {
  position: absolute;
  bottom: 8vw;
  left: 70vw;
  width: auto;
  height: auto;
  text-align: left;   
  padding: 1.4rem 1.2rem 1.4rem 1.6rem;
  border: 1.7px solid var(--color-secondary); 
  border-radius: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: var(--color-background); 
  /* box-shadow: -19px -3px 30px -7px rgba(0, 0, 0, 0.1);  */
  z-index: 101; 
}

.text-sign {
  font-size: 1.6rem; /* oder nach Wunsch */
  font-family: var(--font-geist-medium);
  line-height: 1.4;
  /* color: var(--color-primary); #568203 oder deine Wunschfarbe */
  color: var(--color-secondary);   /* gelbd #E9CA1A; */
  
}

.text-sign-sub {
  font-family: var(--font-geist-regular);
  /* padding-top: 0rem; */
  font-size: 0.8rem; /* oder nach Wunsch */
  /* color: var(--color-primary); #568203 oder deine Wunschfarbe */
  color: var(--color-secondary);   /* gelbd #E9CA1A; */
}


/* Button Zurück zum Anfang */

.sign-backtostart {
  position: absolute;
  bottom: 65vh;
  left: 120vw;
  text-align: right;   
  z-index: 1000; /* optional: damit es über anderen Elementen liegt */
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1.4rem 1.6rem 1.4rem 1.2rem;
  border: 0.1rem solid var(--color-third);
  border-radius: 0.8rem;
  background-color: transparent;

  /* box-shadow: 1px 12px 8px -2px rgba(0, 0, 0, 0.1);  */
}

.back-to-start-btn{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 10;
}

.text-sign-bts {
  pointer-events: none; /* Verhindert Konflikte mit dem Link */
  font-size: 1.7rem; /* oder nach Wunsch */
  font-family: var(--font-geist-medium);
  line-height: 1.2;
  color: var(--color-third); /* #568203 oder deine Wunschfarbe */
}

.text-sign-bts-sub {
  pointer-events: none; /* Verhindert Konflikte mit dem Link */
  font-family: var(--font-geist-regular);
  font-size: 0.8rem; /* oder nach Wunsch */
  /* color: var(--color-primary); #568203 oder deine Wunschfarbe */
  color: var(--color-third);   /* gelbd #E9CA1A; */
}

.sign-backtostart:hover {
  background-color: var(--nav-button-hover-default); /* oder eine andere Farbe */
}



/* ================ Gallerie =================== */
.section-ex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Vertikale Zentrierung hinzugefügt */
  width: fit-content;
  margin: 0 10vw;
  box-sizing: border-box;
  flex-shrink: 0; /* ⬅️ ganz wichtig fürs horizontale Layout */
  height: 100vh; /* Volle Höhe für bessere Zentrierung */
}

.section-content{
    margin-top: 10vh;
    display: flex;
    align-items: center;
}

.media-with-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* ENTFERNT: width: fit-content; */
  margin: 0 auto;
}

.img-container,
.video-container {
    position: relative;
    height: 50vh;
    overflow: hidden;
    border: 0.4rem solid var(--color-secondary);
    border-radius: 0.8rem;
    background-color: transparent;
    box-shadow: 1px 12px 8px -2px rgba(0, 0, 0, 0.2);
}

/* aspect-ratio nur für Breite */
.img-container {
  aspect-ratio: 1 / 1;
  width: 50vh;
}

.video-container {
  aspect-ratio: 16 / 9;
  width: calc(50vh * 16 / 9);
} 

.ausstellung-video,
.ausstellung-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 3;
}

.img-container.turtle {
  background: #D0D0D5;
}
.ausstellung-img.turtle {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain; /* statt cover */
    object-position: center center;
    display: block;
    z-index: 3;
    filter: drop-shadow(-2px 8px 5px rgba(0,0,0,0.4));  
}

.link-wrapper {
  position: relative;
}

.full-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-decoration: none;
}

.video-click-area,
.img-click-area {
    position: absolute;
    inset: 0;
    z-index: 6;
    cursor: pointer;
}

/* Illustrationen */


.plant-illu {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 10vw;
  z-index: 4;
  transform: translate(-4.2vw, 19.5vw);
  margin-bottom: -10vw;
  align-self: flex-start;
  order: -1;
}

.efeutue-illu {
  position: relative;
  aspect-ratio: 800 / 1400;
  width: 12vw;
  z-index: 4;
  transform: translate(20vw, -5vw);
  margin-bottom: -22vw;
  align-self: flex-start;
  order: -1;
}


.efeutue-illu1 {
  position: relative;
  aspect-ratio: 800 / 1400;
  width: 12vw;
  z-index: 4;
  transform: translate(20vw, -5vw);
  margin-bottom: -22vw;
  align-self: flex-start;
  order: -1;
}


/* ------ section-text-info  Alle Titel der Container ----- */

.section-text-info {
  padding-top: 1.8rem;
  padding-left: 0.4rem;
  text-align: left;
  /* box-sizing: border-box; */
  /* LÖSUNG: Text bekommt EXAKT die gleiche Breite wie das Media-Element */
  /* width: calc(50vh * 16 / 9); /* Für Videos - gleiche Breite wie Video-Container */
  /* max-width: calc(50vh * 16 / 9); */ 
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Text-Breite für Video-Container */
.video-container + .section-text-info {
  width: calc(50vh * 16 / 9);
  max-width: calc(50vh * 16 / 9);
}
  
/* Text-Breite für Bild-Container (quadratisch) */
.img-container + .section-text-info {
  width: 50vh;
  max-width: 50vh;
}


.gallery-main-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-geist-medium);
  overflow-wrap: break-word;
  color: var(--color-primary); /*#568203; */
  line-height: 1.3; /* bessere Lesbarkeit */
}

/* Titel Verlinkung von main-title  im styles.css*/
.title-link {
  display: inline-block;
  text-decoration: none;
  transform-origin: center;
  z-index: 500;
}

.section-subtitle {
  margin: 0;
  padding-top: 0.6rem;
  font-size: 0.85rem;
 letter-spacing: 0.03rem; /* = 0.8px */
  font-family: var(--font-geist-light);
  color: var(--color-primary);
  /*width: 70ch; ca. 60 Zeichen pro Zeile */
  line-height: 1.5; /* Bessere Lesbarkeit */
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: none; /* verhindert Silbentrennung mit Bindestrich */
}

.section-designtype {
  margin: 0;
  padding-top: 20px;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  font-family: var(--font-geist-light);
  color: var(--color-secondary); /*#8DB600;*/
}


/* .foto-mainschildi {
  position: absolute;
  left: 50%;
  top: 100%; direkt unter dem Textcontainer
  transform: translateX(-50%); horizontal zentrieren
  margin-top: 1rem; optionaler Abstand zum Text
  height: 8em;
  width: auto;
  opacity: 0.7;
  z-index: 1; hinter dem Text
} */

/* ------------- ABOUT ME Sektion --------------- */

.about-me {
  height: 100vh;
  flex: 0 0 280vw;
  position: relative;
  z-index: 3;
  background-color: var(--color-secondary);
  display: flex;
  align-items: center;   /* vertikal zentrieren */
  justify-content: center; /* horizontal zentrieren */
}


#i-do{
  width: 60vw;   
  z-index: 15;
  position: absolute;        /* Positioniert es unabhängig vom Fluss */
  top: 15vh;                 /* Abstand vom oberen Rand (unter dem Header) */
  left: 7vw;             /*  Abstand vom linken Rand */
  font-family: var(--font-geist-bold);
  font-size: clamp(1.5rem, 3vw, 2.2rem); /* Responsiv clamp(MIN, SCALING VALUE, MAX); */
  letter-spacing: 0.1rem;
  line-height: 1.2;
  color: var(--color-third);
  text-transform: uppercase;   /* Großbuchstaben */
}


#animation-container-hanging {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

 #tucan-illu {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 10vw;
    z-index: 3;
    transform: translate(-2vw, -7vw);
    margin-bottom: -10vw;
    align-self: flex-start;
    order: -1;
  }

#affe-hanging {
  position: absolute;
  /* Berechne die Position relativ zu deinem Text */
  top: calc(13vh + 4.8vw);    /* Text-Top + geschätzte Text-Höhe */
  left: calc(7vw + 47vw);    /* Text-Left + geschätzte Text-Breite */
  width: clamp(60px, 14vw, 150px);
  height: auto;
  transition: none;
  z-index: 10;
  transform: translateX(-80%) scaleX(1);
  transform-origin: 33% 11%;      /* 30% von links, 15% von oben */
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));  
   /* Shadow um alle Kanten */
 }


.about-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw;
  padding-inline: 4vw; 
  position: absolute;
  /* border: 0.4rem solid var(--color-primary); */
  bottom: 0;
  left: 7vw;
  background-color: var(--color-background);
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.box {
  flex: 1 1 20vw;
  max-width: 20vw;
  min-width: 15vw;
  /* background-color: #ffffff;
  border: 1px solid #ddd; */
  /* border-radius: 12px; */
  box-sizing: border-box;
  padding-top: 3.5vw;
  padding-bottom: 1.5vw;
}

.box h3 {
  margin-top: 0;
  font-size: 1.3rem;
  font-family: var(--font-geist-medium);
  color: var(--color-secondary);
}

.box p {
  padding-top: 0.8rem;
  color: var(--color-secondary);
  line-height: 1.4;
  font-family: var(--font-geist-light);
  font-size: 1.0rem; 
  text-align: left;
  hyphens: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Zurück zum Start Button */
.sign-bye {
  position: absolute;
  bottom: 30vh;
  left: 130vw;
  text-align: left;   
  z-index: 1000; /* optional: damit es über anderen Elementen liegt */
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1vw 2vw 1vw 1.8vw;
  /* border: 0.1rem solid var(--color-third); */
  border-radius: 0.8rem;
  background-color: transparent;

  /* box-shadow: 1px 12px 8px -2px rgba(0, 0, 0, 0.1);  */
}

.text-comment {
  pointer-events: none; /* Verhindert Konflikte mit dem Link */
  transform-origin: left center;
  font-size: 1rem; /* oder nach Wunsch */
  font-family: var(--font-geist-medium);
  color: var(--color-third); /* #568203 oder deine Wunschfarbe */
}



/* Absperrband */

.absperrung {
  position: absolute;
  z-index: 20;  
  left: 150vw;
  height: 100vh;
}

.img-absperrung {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: auto;
  aspect-ratio: 1000 / 2160;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}




/* ======= START CUTOut Bilder ======= */
.freetime {
  position: absolute;
  height: 40vw;
  width: 80vw;
  /* border: 0.4rem solid var(--color-primary); */
  box-shadow: 1px 12px 8px -2px rgba(0, 0, 0, 0.1); 
  border-radius: 1.5rem;
  top: 20vh;
  left: 180vw;
  gap: 6px;
  background-color: var(--color-background);
  overflow: visible;

   /* CSS Custom Properties für responsive Berechnungen */
  --container-width: 80vw;
  --container-height: 40vw;
}


.image-container-cutout {
  position: absolute;
  z-index: 3;
  transform-origin: center center;
  cursor: grab;
  }
  /* background: #FEFEFE;
  border-radius: 0.1rem;
  padding: 0.9rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1); */
  /* transition: box-shadow 0.2s ease, z-index 0s; */


/* .image-container-cutout:active {
  z-index: 1000;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  cursor: grabbing;
}

.image-container-cutout:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  z-index: 100;
} */

.img-cutout {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 2px; */
  display: block;
}

/* Individuelle Positionen und Rotationen für natürliches Aussehen */


/* crochet bag */
.image-container-cutout:nth-child(1) {
  height: calc(var(--container-height) * 0.6);
  aspect-ratio: 750 / 1334;
  top: calc(var(--container-height) * -0.3);
  left: calc(var(--container-width) * 0.41);
  transform: rotate(-8deg);
  z-index: 5;  /* Anordnung Aufeinander */
}


  /* Crochet Nadel */
.image-container-cutout:nth-child(2) {
  height: calc(var(--container-height) * 0.75);
  aspect-ratio: 689 / 975;
  top: calc(var(--container-height) * 0.24);
  left: calc(var(--container-width) * -0.04);
  transform: rotate(-12deg);
  z-index: 3;
}

/* ich */
.image-container-cutout:nth-child(3) {
  height: calc(var(--container-height) * 0.5);
  aspect-ratio: 689 / 951;
  top: calc(var(--container-height) * 0.5);
  left: calc(var(--container-width) * 0.2);
  transform: rotate(-9deg);
  z-index: 2;
}

/* Banane */
.image-container-cutout:nth-child(4) {
  height: calc(var(--container-height) * 0.7);
  aspect-ratio: 689 / 1154;
  top: calc(var(--container-height) * 0.15);
  left: calc(var(--container-width) * 0.82);
  transform: rotate(-18deg);
  z-index: 3;
}

/* radieschie */
.image-container-cutout:nth-child(5) {
  height: calc(var(--container-height) * 0.9);
  aspect-ratio: 689 / 951;
  top: calc(var(--container-height) * 0.1);
  left: calc(var(--container-width) * 0.38);
  transform: rotate(10deg);
  z-index: 6;
}

/* kamera */
.image-container-cutout:nth-child(6) {
  height: calc(var(--container-height) * 0.73);
  aspect-ratio: 1152 / 1061;
  top: calc(var(--container-height) * 0.5);
  left: calc(var(--container-width) * 0.33);
  transform: rotate(7deg);
  z-index: 4;
}

/* yoga */
.image-container-cutout:nth-child(7) {
  height: calc(var(--container-height) * 0.4);
  aspect-ratio: 800 / 1400;
  top: calc(var(--container-height) * 0.71);
  left: calc(var(--container-width) * 0.68);
  z-index: 8;
}

/* ich vulkan */
.image-container-cutout:nth-child(8) {
  height: calc(var(--container-height) * 0.75);
  aspect-ratio: 689 / 951;
  top: calc(var(--container-height) * 0.175);
  left: calc(var(--container-width) * 0.56);
  transform: rotate(-8deg);
  z-index: 1;
}


/* cooking */
.image-container-cutout:nth-child(9) {
  height: calc(var(--container-height) * 0.65);
  aspect-ratio: 689 / 951;
  top: calc(var(--container-height) * 0.19);
  left: calc(var(--container-width) * 0.2);
  transform: rotate(8deg);
  z-index: 7;
}

/* jumping rope */
.image-container-cutout:nth-child(10) {
  height: calc(var(--container-height) * 0.5);
  aspect-ratio: 800 / 1400;
  top: calc(var(--container-height) * -0.1);
  left: calc(var(--container-width) * 0.29);
  z-index: 8;
}

/* spotify song */
.image-container-cutout:nth-child(11) {
  height: calc(var(--container-height) * 0.5);
  aspect-ratio: 366 / 520; 
  top: calc(var(--container-height) * 0.03);
  left: calc(var(--container-width) * 0.7);
  transform: rotate(8deg);
  border-radius: 0.8rem;
  overflow: hidden; 
  z-index: 4;
}

/*  lyrics */
.image-container-cutout:nth-child(12) {
  height: calc(var(--container-height) * 0.4);
  aspect-ratio: 734 / 735; 
  top: calc(var(--container-height) * 0.03);
  left: calc(var(--container-width) * 0.15);
  transform: rotate(-10deg);
  border-radius: 0.8rem;
  overflow: hidden; /* für border radius */
  z-index: 2;
}

/* siebdruck */
.image-container-cutout:nth-child(13) {
  height: calc(var(--container-height) * 0.4);
  aspect-ratio: 734 / 735; 
  top: calc(var(--container-height) * 0);
  left: calc(var(--container-width) * 0.55);
  transform: rotate(-10deg);
  z-index: 4;
}

/* duolingo */
.image-container-cutout:nth-child(14) {
  height: calc(var(--container-height) * 0.25);
  aspect-ratio: 1000 / 1000; 
  top: calc(var(--container-height) * 0.57);
  left: calc(var(--container-width) * 0.8);
  transform: rotate(1deg);
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 2;
}

/* ich-couch */
.image-container-cutout:nth-child(15) {
  height: calc(var(--container-height) * 0.45);
  aspect-ratio: 2409 / 2424; 
  top: calc(var(--container-height) * 0);
  left: calc(var(--container-width) * -0.04);
  transform: rotate(-10deg);
  z-index: 1;
}

/* schildi */
.image-container-cutout:nth-child(16) {
  height: calc(var(--container-height) * 0.22);
  aspect-ratio: 797 / 459; 
  top: calc(var(--container-height) * 0.42);
  left: calc(var(--container-width) * 0.48);
  transform: rotate(-15deg);
  z-index: 5;
}

/* skates */
.image-container-cutout:nth-child(17) {
  height: calc(var(--container-height) * 0.26);
  aspect-ratio: 689 / 560;
  top: calc(var(--container-height) * 0.78);
  left: calc(var(--container-width) * 0.85);
  transform: rotate(7deg);
  z-index: 2;
}

/* diving */
.image-container-cutout:nth-child(18) {
  height: calc(var(--container-height) * 0.35);
  aspect-ratio: 800 / 1400;
  top: calc(var(--container-height) * 0.62);
  left: calc(var(--container-width) * 0.14);
  z-index: 8;
}

/* kanne */
.image-container-cutout:nth-child(19) {
  height: calc(var(--container-height) * 0.35);
  aspect-ratio: 381 / 450;
  top: calc(var(--container-height) * -0.06);
  left: calc(var(--container-width) * 0.85);
  transform: rotate(-12deg);
  z-index: 8;
}

/* sticker strap */
.image-container-cutout:nth-child(20) {
  height: calc(var(--container-height) * 0.25);
  aspect-ratio: 1991 / 1084;
  top: calc(var(--container-height) * -0.08);
  left: calc(var(--container-width) * 0.47);
  transform: rotate(-12deg);
  z-index: 8;
}

/* sticker rund */
.image-container-cutout:nth-child(21) {
  height: calc(var(--container-height) * 0.22);
  aspect-ratio: 1199 / 1199;
  top: calc(var(--container-height) * 0.64);
  left: calc(var(--container-width) * 0.28);
  transform: rotate(-12deg);
  z-index: 8;
}
  
/* Media Queries für verschiedene Bildschirmgrößen */
@media (max-width: 768px) {
  .freetime {
    height: 60vw;
    width: 90vw;
    --container-width: 90vw;
    --container-height: 60vw;
  }
  
  /* crochet bag */
  .image-container-cutout:nth-child(1) {
    height: calc(var(--container-height) * 0.5);
    top: calc(var(--container-height) * -0.2);
    left: calc(var(--container-width) * 0.35);
  }
  
  /* Crochet Nadel */
  .image-container-cutout:nth-child(2) {
    height: calc(var(--container-height) * 0.65);
    top: calc(var(--container-height) * 0.1);
    left: calc(var(--container-width) * 0.01);
  }
  
  /* ich */
  .image-container-cutout:nth-child(3) {
    height: calc(var(--container-height) * 0.42);
    top: calc(var(--container-height) * 0.45);
    left: calc(var(--container-width) * 0.15);
  }
  
  /* Banane */
  .image-container-cutout:nth-child(4) {
    height: calc(var(--container-height) * 0.6);
    top: calc(var(--container-height) * 0.12);
    left: calc(var(--container-width) * 0.7);
  }
  
  /* radieschie */
  .image-container-cutout:nth-child(5) {
    height: calc(var(--container-height) * 0.7);
    top: calc(var(--container-height) * -0.05);
    left: calc(var(--container-width) * 0.45);
  }
  
  /* kamera */
  .image-container-cutout:nth-child(6) {
    height: calc(var(--container-height) * 0.6);
    top: calc(var(--container-height) * 0.4);
    left: calc(var(--container-width) * 0.25);
  }
  
  /* yoga */
  .image-container-cutout:nth-child(7) {
    height: calc(var(--container-height) * 0.35);
    top: calc(var(--container-height) * 0.6);
    left: calc(var(--container-width) * 0.7);
  }
  
  /* ich vulkan */
  .image-container-cutout:nth-child(8) {
    height: calc(var(--container-height) * 0.65);
    top: calc(var(--container-height) * 0.15);
    left: calc(var(--container-width) * 0.48);
  }
  
  /* cooking */
  .image-container-cutout:nth-child(9) {
    height: calc(var(--container-height) * 0.55);
    top: calc(var(--container-height) * 0.16);
    left: calc(var(--container-width) * 0.18);
  }
  
  /* jumping rope */
  .image-container-cutout:nth-child(10) {
    height: calc(var(--container-height) * 0.42);
    top: calc(var(--container-height) * -0.05);
    left: calc(var(--container-width) * 0.18);
  }
}


@media (max-width: 480px) {
  .freetime {
    height: 80vw;
    width: 95vw;
    --container-width: 95vw;
    --container-height: 80vw;
  }
}


  /* .image-container-cutout:nth-child(1) {
    height: 22vw;
    aspect-ratio: 750 / 1334 ;
    top: 0px;
    left: 90px;
    transform: rotate(-8deg);
    z-index: 5;
  } 
   
    .image-container-cutout:nth-child(2) {
    height: 38vw;
    aspect-ratio: 689 / 975;
    top: 100px;
    left: 300px;
    transform: rotate(-12deg);
    z-index: 3;
  }

  .image-container-cutout:nth-child(3) {
      height: 30vw;
      aspect-ratio: 689 / 951;
      top: 200px;
      left: 440px;
      transform: rotate(8deg);
      z-index: 7;
    }

    Banane
.image-container-cutout:nth-child(4) {
    height: 24vw;
    aspect-ratio: 689 / 1154;
    top: 60px;
    left: 600px;
    transform: rotate(-18deg);
    z-index: 2;
  }

  radieschie
.image-container-cutout:nth-child(5) {
    height: 40vw;
    aspect-ratio: 689 / 951;
    top: 180px;
    left: 750px;
    transform: rotate(10deg);
    z-index: 6;
  }

  kamera
.image-container-cutout:nth-child(6) {
    height: 32vw;
    aspect-ratio: 1152 / 1061;
    top: 290px;
    left: 260px;
    transform: rotate(7deg);
    z-index: 4;
  }

  yoga
.image-container-cutout:nth-child(7) {
    height: 20vw;
    aspect-ratio: 800 / 1400;
    top: 250px;
    left: 850px;
    
    z-index: 8;
  }

  ich vulkan
.image-container-cutout:nth-child(8) {
    height: 28vw;
    aspect-ratio: 689 / 951;
    top: 270px;
    left: 550px;
    transform: rotate(-8deg);
    z-index: 1;
  }

  ich
.image-container-cutout:nth-child(9) {
    height: 16vw;
    aspect-ratio: 689 / 951;
    top: 70px;
    left: 970px;
    transform: rotate(-3deg);
    z-index: 9;
  }

   jumping rope
.image-container-cutout:nth-child(10) {
    height: 20vw;
    aspect-ratio: 800 / 1400;
    top: 100px;
    left: 450px;
    
    z-index: 8;
  }
  */






/* ---- START Altes Menu/ Header ------ */
/* header {
  position: fixed;
  display: flex;
  align-items: stretch; Damit alle Elemente die volle Höhe einnehmen
  font-size: 0.8rem;
  border-bottom: 1px solid #1D4DDB; 
  padding: 0;
  width: 100%; Stellt sicher, dass der Header die volle Breite einnimmt
  z-index: 1000;
} */

/* Mediaqueries bleiben unverändert
@media (max-width: 768px) {
  header {
    padding: 0; Behalte kein Padding im Header
  }
  
  header .logo, .menu-item a {
    padding: 20px; Reduziere das Padding für kleinere Screens
  }
}

@media (max-width: 480px) {
  header .logo, .menu-item a {
    padding: 15px 10px; Noch weniger Padding für sehr kleine Screens
  }
} 
 */

/* header .logo {
  padding: 32px;
  font-family: 'GeistMono-Bold', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #1D4DDB;
  display: flex;
  align-items: center;
} */

/*
header .logo img {
  width: 50px;
}
*/

/* START Altes Menu */
/* .menu {
  display: flex;
  font-family: 'GeistMono-Light', sans-serif;
  margin-left: auto;
  z-index: 52;
}

.menu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.menu-item {
  padding: 0; Entferne das Padding vom li-Element
} */
/* ENDE Altes Menu */


/* 
.menu-item {
  padding: 30px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  border-right: 1px solid #1D4DDB;
  display: flex;
  align-items: center;
  height: 100%;
  color: #1D4DDB;
}
*/ 
/* 
.menu-item a {
  padding: 30px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  border-right: 1px solid #1D4DDB;
  display: flex;
  align-items: center;
  height: 100%;
  color: #1D4DDB;
} */

/* Entferne Border vom letzten Element */
/* .menu-item:last-child a {
  border-right: none;
}

.menu-item:first-child a {
  border-left: 1px solid #1D4DDB;
}

.menu-item a:hover {
  color: whitesmoke;
  background-color: #1D4DDB;
 /* cursor: url('/assets/images/pointer_grün.png') 12 12, auto;}*/
/* ---- ENDE Altes Menu ------ */

/* Anfang Img-Trail Animation */
/* 
.items {
	position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  z-index: 100;
}

.item {
  position: absolute;
  width: 150px;  
  height: 200px;  
  overflow: hidden;
}

.item img {
  width: 100%;  
  height: 100%;  
  object-fit: cover;
} */


/* alter Code *"
/*
.content {
	height: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content__img {
	position: absolute;  Diese Positionierung ist notwendig, damit GSAP sie verschieben kann 
  width: 15vw;  Breite der Bilder 
  height: 20vw;  Höhe der Bilder 
  transform: translate(-50%, -50%);  Damit die Bilder zentriert werden 
  pointer-events: none;  Verhindert, dass die Bilder mit der Maus interagieren 
 }
 */
/*
.content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  

@media screen and (min-width: 100em) {
	body {
		overflow: hidden;
	}
	.content {
		height: 100vh;
		overflow: hidden;
	}
}
*/
/* Ende Img-Trail Animation */

/* CSS für funny Seite */
/*  
 .klappe-section {
  position: relative;
  max-width: 100%; 
  margin: 2vw 4vw;
  padding: 5vw;
 transform-origin: center; Skaliert von der Mitte aus   */

/* 
.klappe-text {
  grid-area: text;
  text-align: center;
  background: #1e3e2a;  /*3A5AFF */
/* color: #b3c9ad;
  padding: 5vw 10vw;
  border-radius: 10px;
  font-size: 2.4rem;
  z-index: 1;
}  */

/* .klappe {
  position: absolute;
  width: 24vw;
  height: auto;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
  transform: rotate(var(--rotate-angle)) scaleX(var(--scaleX, 1)); 
} */


/* Manuell festgelegte Position, Rotation und Spiegelung
.klappe1 { top: 0vw; left: -3vw; --rotate-angle: -20deg;  --x-move: 3vw; --y-move: -3vw; }
.klappe2 { top: 2.5vw; left: 9vw; --rotate-angle: 30deg;  --x-move: 3vw; --y-move: -3vw; }
.klappe3 { top: 0vw; left: 20vw; --rotate-angle: 10deg; --x-move: 3vw; --y-move: -3vw; }
.klappe4 { top: 1.5vw; left: 30vw; --rotate-angle: 0deg; --x-move: 3vw; --y-move: -3vw; }
.klappe5 { top: 0vw; right: 26vw; --rotate-angle: 25deg;  --x-move: 3vw; --y-move: -3vw; }
.klappe6 { top: 1vw; right: 15vw; --rotate-angle: 6deg; --x-move: 3vw; --y-move: -3vw; }
.klappe7 { top: 0vw; right: 7vw; --rotate-angle: -15deg; --x-move: 3vw; --y-move: -3vw; }

.klappe8 { top: 1.5vw; right: -1.5vw; --rotate-angle: -20deg;  --x-move: 3vw; --y-move: -3vw; }
.klappe9 { top: 9vw; right: -2vw; --rotate-angle: -25deg; --x-move: 3vw; --y-move: -3vw; }
.klappe11 { top: 18vw; right: -4.5vw; --rotate-angle: -65deg; --x-move: 3vw; --y-move: -3vw; }
.klappe24 { top: 20vw; right: .5vw; --rotate-angle: 45deg; --x-move: 3vw; --y-move: -3vw; }
.klappe25 { bottom: 4vw; right: -1.5vw; --rotate-angle: 25deg; --x-move: 3vw; --y-move: 3vw; }
.klappe10 { bottom: 7vw; right: 3vw; --rotate-angle: -15deg; --x-move: 3vw; --y-move: 3vw; }

.klappe12 { bottom: -2vw; right: -2vw; --rotate-angle: -10deg; --x-move: 3vw; --y-move: 3vw; }
.klappe13 { bottom: -2vw; right: 12vw; --rotate-angle: -40deg; --x-move: 3vw; --y-move: 3vw; }
.klappe14 { bottom: -2vw; right: 20vw; --rotate-angle: 35deg;  --x-move: 3vw; --y-move: 3vw; }
.klappe26 { bottom: -1vw; right: 30vw; --rotate-angle: 25deg; --x-move: 3vw; --y-move: 3vw; }
.klappe15 { bottom: -1vw; left: 30vw; --rotate-angle: 10deg; --x-move: 3vw; --y-move: 3vw; }
.klappe16 { bottom: -2vw; left: 18vw; --rotate-angle: 15deg; --x-move: 3vw; --y-move: 3vw; }
.klappe17 { bottom: -1vw; left: 10vw; --rotate-angle: 20deg; --x-move: 3vw; --y-move: 3vw; } */

/*Ecke und Linie links*/
/* .klappe18 { bottom: 0vw; left: -0.5vw; --rotate-angle: -15deg; --x-move: -2vw; --y-move: 3vw; }
.klappe19 { bottom: 6vw; left: -3vw; --rotate-angle: -5deg; --x-move: -2vw; --y-move: -2vw; }
.klappe20 { bottom: 7vw; left: 5.5vw; --rotate-angle: 60deg; --x-move: -2vw; --y-move: 2vw; }
.klappe21 { top: 17vw; left: -4vw; --rotate-angle: 40deg; --x-move: -2vw; --y-move: -2vw; }
.klappe22 { top: 12vw; left: 1.5vw; --rotate-angle: -35deg; --x-move: -2vw; --y-move: -2vw; }
.klappe23 { top: 5vw; left: 0vw; --rotate-angle: -5deg; --x-move: -2vw; --y-move: -2vw; } */

/* Ab hier alt */
  /* Standardmäßige Positionen der Bilder */
  /*
  .klappe1 { top: -3vw; left: -5vw; --rotate-angle: -20deg; --x-move: -3vw; --y-move: -3vw; }
  .klappe2 { top: -3vw; left: 10vw; --rotate-angle: -15deg; --x-move: 0vw; --y-move: -3vw; }
  .klappe3 { top: -3vw; left: 20vw; --rotate-angle: -10deg; --x-move: 3vw; --y-move: -3vw; }
  .klappe4 { top: -3vw; left: 33vw; --rotate-angle: -5deg; --x-move: 3vw; --y-move: -3vw; }
  .klappe5 { top: -3vw; right: 20vw; --rotate-angle: 5deg; --x-move: 3vw; --y-move: -3vw; }
  .klappe6 { top: -3vw; right: 10vw; --rotate-angle: 10deg; --x-move: 3vw; --y-move: -3vw; }
  .klappe7 { top: -3vw; right: -5vw; --rotate-angle: 15deg; --x-move: 3vw; --y-move: -3vw; }

  .klappe8 { top: 5vw; right: -5vw; --rotate-angle: 20deg; --x-move: 3vw; --y-move: -3vw; }
  .klappe9 { top: 13vw; right: -5vw; --rotate-angle: 25deg; --x-move: 3vw; --y-move: -3vw; }
  .klappe10 { bottom: 13vw; right: -5vw; --rotate-angle: 20deg; --x-move: 3vw; --y-move: -3vw; }
  .klappe11 { bottom: 5vw; right: -5vw; --rotate-angle: -15deg; --x-move: 3vw; --y-move: 3vw; }

  .klappe12 { bottom: -3vw; right: -5vw; --rotate-angle: -10deg; --x-move: 3vw; --y-move: 3vw; }
  .klappe13 { bottom: -3vw; right: 10vw; --rotate-angle: -5deg; --x-move: 3vw; --y-move: 3vw; }
  .klappe14 { bottom: -3vw; right: 20vw; --rotate-angle: 5deg; --x-move: 3vw; --y-move: 3vw; }
  .klappe15 { bottom: -3vw; right: 33vw; --rotate-angle: 10deg; --x-move: 3vw; --y-move: 3vw; }
  .klappe16 { bottom: -3vw; left: 20vw; --rotate-angle: 15deg; --x-move: -3vw; --y-move: 3vw; }
  .klappe17 { bottom: -3vw; left: 10vw; --rotate-angle: 20deg; --x-move: -3vw; --y-move: 3vw; }
  .klappe18 { bottom: -3vw; left: -5vw; --rotate-angle: 25deg; --x-move: -3vw; --y-move: 3vw; }

  .klappe19 { bottom: 5vw; left: -5vw; --rotate-angle: -5deg; --x-move: -3vw; --y-move: 0vw; }
  .klappe20 { bottom: 13vw; left: -5vw; --rotate-angle: -10deg; --x-move: -3vw; --y-move: 0vw; }
  .klappe21 { top: 14vw; left: -5vw; --rotate-angle: -15deg; --x-move: -3vw; --y-move: 0vw; }
  .klappe22 { top: 5vw; left: -5vw; --rotate-angle: -5deg; --x-move: -3vw; --y-move: 0vw; }

*/

/* === ✨ RESPONSIVE ANPASSUNG ✨ ===
/* @media screen and (max-width: 800px) {
  .klappe-section {
    transform: scale(0.8); /* Verkleinert die gesamte Sektion
  }
}

@media screen and (max-width: 600px) {
  .klappe-section {
    transform: scale(0.6); Noch kleiner für sehr kleine Bildschirme
  }
}  */
