* {
    margin: 0;
    box-sizing: border-box;
    color: rgb(0, 0, 0) ;
    
  
    
  }
  
  html, body {
    font-size: 62.5%; /* 10px, da 62.5% von 16px = 10px */
    margin: 0;
    background-color:white
    
   
    
  }
  
  
  
  ::selection {
    background-color: var(--pink-color);
  }
  
  :root {
    --pink-color: rgb(255, 0, 132);
  
  }
  
  
  #main-container, #content {
    display: flex;
  }
  
  
  #left-side {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 47%;
    
    
  }
  
  
  
  #right-side {
    position: absolute;
    left: 47%;
    width: 53%;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
    
  
  }
  
  .image {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0;
    right: 2%;
    z-index: -1;
    margin-left: 7%;
  }
  
  
  
  .einzug {
    text-indent: 5%;
  }
  
  
  .text-section {
    visibility: hidden; /* Anfänglich versteckt */
    position: absolute;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-family: 'NonBureau Regular', sans-serif;
    padding: 5%;
    background-color: transparent;
    z-index: 100;
    width: 25%;
    margin-left: -3%;
    
   
  }
  
  
  .kategorie-container {
    display: flex;
    align-items: right;
    right: 20px;
    
  }
  
  
  
  
  .kategorie {
    font-family: 'NonBureau Regular', sans-serif; 
    font-size: 1.7rem;
    white-space: nowrap; /* Verhindert Umbruch des Textes */
    margin-top: 20%;
    text-align: left;
    letter-spacing: 1px;
   
    
  }
  
  
  #right-side h1  {
    font-family: 'NonBureau Black', sans-serif;
    font-size: 6.5rem; 
    line-height: 1; 
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  
  
  
  
  #right-side h2 {
    font-family: 'NonBureau Black', sans-serif;
    font-size: 2.3rem;
    letter-spacing: 2px;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    padding-bottom: 10px;
  }
  
   .text {
    font-family: "embury-text", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.2rem; 
    letter-spacing: normal;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    padding-top: 60px; 
    padding-bottom: 15%;
    padding-right: 4%;
    line-height: 1.3;
    word-spacing: normal;
    word-wrap: break-word; /* Erlaubt das Umbruch von Wörtern */
    overflow-wrap: break-word;
    z-index: -1;
  }
  
  .fett {
    font-family: "embury-text", serif;
    font-weight: 700;
    font-size: 2.6rem; 
    letter-spacing: 0.5px;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.3; 
  
  }
  
  
  
  
  
  .number {
    font-family: 'NonBureau Black', sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-bottom: 20px;
  }
  
  .fusszahl {
    font-size: 1.2rem;
    font-family: 'NonBureau Regular', sans-serif;
    color: var(--pink-color);
   
  }
  
  
  
  
  @font-face {
    font-family: 'NonBureau Black'; /* Ein Name, den Sie für die Schriftart verwenden */
    src: url('../assets/font/nonburo/NonBureau-Black.otf') format('opentype'); /* Pfad zur Schriftartendatei */
  }
  
  @font-face {
    font-family: 'NonBureau Medium'; /* Ein Name, den Sie für die Schriftart verwenden */
    src: url('../assets/font/nonburo/NonBureau-Medium.otf') format('opentype'); /* Pfad zur Schriftartendatei */
  }
  
  @font-face {
    font-family: 'NonBureau Regular'; /* Ein Name, den Sie für die Schriftart verwenden */
    src: url('../assets/font/nonburo/NonBureau-Regular.otf') format('opentype'); /* Pfad zur Schriftartendatei */
  }
  
  
  
  
  
  
  
  
  a {
    font-family: 'NonBureau Regular';
    color: var(--pink-color);
    font-size: 2.3rem;
    text-decoration:underline dotted;
    overflow-wrap: break-word;
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  #themen-container {
    position: fixed;
    top: 2vh;
    right: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px; /* Angepasst für den kleineren Ausgangszustand */
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.2); /* Leichterer Schatten für einen subtileren Effekt */
    padding: 10px 15px; /* Angepasster Padding für den kleineren Button */
    cursor: pointer;
    transition: all 0.3s ease; /* Sanfter Übergang für alle Eigenschaften */
    overflow: hidden;
    z-index: 100;
  }
  
  #themen-button {
    text-align: center;
    font-size: 2rem; /* Kleinere Schriftgröße für den Ausgangszustand */
    padding: 5px 10px; /* Angepasster Padding für den kleineren Button */
    font-family: 'NonBureau Medium', sans-serif;
    display: block;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease; /* Sanfter Übergang für alle Eigenschaften */
  }
  
  #themen-container:hover {
    padding: 10px 20px; /* Erweitert den Padding beim Hover, vergrößert den Weißraum */
    border-radius: 60px; /* Rundere Ecken beim Hover */
    box-shadow: 7px 10px 10px 10px rgba(0, 0, 0, 0.319); /* Intensiverer Schatten beim Hover */
  }
  
  #themen-container:hover #themen-button {
    font-size: 3rem; /* Vergrößert die Schriftgröße beim Hover */
    padding: 20px 30px; /* Vergrößert den Padding des Buttons, erhöht den Weißraum */
  }
  
  
  
  
  .close-btn {
    position: absolute; /* Positioniert die Schaltfläche absolut innerhalb des .intro-content */
    top: 10px; /* Abstand von der oberen Kante der .intro-content Box */
    right: 10px; /* Abstand von der rechten Kante der .intro-content Box */
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px; /* Anpassbar für größere Sichtbarkeit */
    z-index: 2;
   
  }
  
  #right-side summary {
    cursor: pointer;
    padding: 10px;
    display: block; /* Änderung von inline-block zu block */
    width: 100%;
  }
  
  
  #introDetails[open] .intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw; /* 70% der Bildschirmbreite */
    height: 70vh; /* 70% der Bildschirmhöhe */
    padding: 20px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 10px 10px 10px 7px rgba(10, 10, 10, 0.3);
    box-sizing: border-box;
    z-index: 1;
    font-family: 'NonBureau Black', sans-serif;
    
  }
  
  
  #introDetails[open] .intro-content * {
    position: relative;
    font-size: 4rem ;
    margin: 0; /* Entfernt Standard-Margins */
    padding: 10px 0; /* Fügt vertikales Padding hinzu, aber kein horizontales, um die Zentrierung zu unterstützen */
    width: 100%;
    letter-spacing: 1.5px;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
  }
  
  
  #introDetails summary {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0; 
    pointer-events: none; 
  }
  
  
  
  .nein {
   display: none;
  }
  
  
  .themen {
    margin-bottom: -10px;
  }
  
  .nonescreen {
  display: none;
  }
  
  
  
  .arrow-link {
    text-decoration: none; /* Entfernt die Unterstreichung des Links */
    color: inherit; /* Behält die Farbe des Inhalts bei */
  }
  
  
  .arrow-container {
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: left;
    gap: 3px;
    margin-left: 20px;
    margin-top: 20px;
    width: fit-content;
    
  }
  
  .row {
    display: flex;
    gap: 15px;
    
    
  }
  
  .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.5); 
  
  }
  
  .circle1 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 30px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  
  }
  
  .circle2 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 15px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  }
  
  .circle3 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 15px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  }
  
  .circle4{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 30px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  }
  
  
  
  .arrow-containerbottom {
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: right;
    gap: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin: 50px;
    right: -20px;
    bottom: -20px;
    
  }


  
  .row {
    display: flex;
    gap: 15px;
    
    
  }
  
  .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  
  }
  
  .circlea {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 89px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  
  }
  
  .circleb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 105px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  }
  
  .circlec {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 105px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  }
  
  .circled {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 89px;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4); 
  }
  
  
  
  .circle, .circle1, .circle2, .circle3, .circle4, .circlea, .circleb, .circlec, .circled {
    background-color: var(--pink-color);
  }
  


  @media only screen and (max-width: 600px) {
    /* Anpassungen für Schriftelemente */
    #right-side h1 {
      font-size: 4rem;
      padding: 2%;
      margin-bottom: 0px;
    }
  
    #right-side h2 {
      font-size: 2rem;
      padding: 3%;
 
     
    }
  
    .text {
      font-size: 2.3rem;
      padding: 3%;
      padding-top: 50px; 
      width: 100%;


    }
  
    .fett {
      font-size: 2rem; /* Anpassung der Schriftgröße */
    }
  
    .number {
      font-size: 1.5rem;
      padding: 3%;


    }
  
    .fusszahl {
      font-size: 1.5rem; /* Anpassung der Schriftgröße */
    }
  
    .kategorie {
      font-size: 1.5rem;
      padding: 3%;
      margin-top: 100px;
    }
  
    .text-section {
      font-size: 1rem; /* Anpassung der Schriftgröße */
      right: 0px;
      width: 35%;

    }
  
    a {
      font-size: 2.1rem; /* Anpassung der Schriftgröße */
    }
  
    #themen-button {
      font-size: 1rem; /* Anpassung der Schriftgröße */
    }
  
    .close-btn {
      font-size: 1rem; /* Anpassung der Schriftgröße */
    }
  
    #introDetails[open] .intro-content * {
      font-size: 2rem; /* Anpassung der Schriftgröße */
    }
  


    .image {
      width: 40%; /* Verkleinert die Breite der Bilder */
      margin-left: 25%; /* Zentriert die Bilder */
    }
  
    /* Anpassungen für die rechte Seite */
    #right-side {
      left: 0; /* Anpassung der Position */
      width: 100%; /* Lässt die rechte Seite fast den gesamten Bildschirm ausfüllen */
      padding-right: 5%; /* Fügt etwas Abstand auf der rechten Seite hinzu */
    }
  
    /* Weitere Anpassungen für kleinere Bildschirme */
    #left-side {
      width: 100%; /* Volle Breite für die linke Seite */
    }

    .circle, .circle1, .circle2, .circle3, .circle4, .circlea, .circleb, .circlec, .circled {
      width: 15px; /* Verkleinert die Breite der Pfeile */
      height: 15px; /* Verkleinert die Höhe der Pfeile */
      box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.4); /* Anpassung des Schattens */
    }
  
    .arrow-container {
      margin: 10px; /* Reduziert den Abstand */
      gap: 2px; /* Verkleinert den Abstand zwischen den Pfeilen */
      z-index: 1000; 
      margin-bottom: 30px;
      z-index: 1000;
    }


 
    .arrow-containerbottom {
      margin: 10px; /* Reduziert den Abstand */
      gap: 2px; /* Verkleinert den Abstand zwischen den Pfeilen */
      right: 0px;
      bottom: 0px;
    }

    .circlea {
         margin-left: 64px;
    
    }
    
    .circleb {
 
   margin-left: 78px;
    }
    
    .circlec {
      margin-left: 78px;
    }
    
    .circled {
      margin-left: 64px;
    }
    
  }



  