* {
    margin: 0;
    box-sizing: border-box;
    padding: 1px;
    
  
  }
  
  :root {
    --pink-color: rgb(255, 0, 149);
  }
  
  body {
    background-color: white !important;
  }
  
  
  html {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 62.5%; /* 10px, da 62.5% von 16px = 10px */
    background-color: rgb(255, 254, 250);
  } 
  

  
  
  .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);
  }

  
  .text-container {
    width: 80%; /* Breite des Containers auf 80% des Viewports setzen */
    margin: 0 auto; /* Zentrierung des Containers */
    margin-top: 170px;

}

.text {
    font-family: 'NonBureau Medium', sans-serif;
    font-size: 1.9rem;
    color: rgb(0, 0, 0);
    padding-bottom: 2%;
    letter-spacing: 0.8px;
    font-kerning: normal;
    word-spacing: normal;
    text-rendering: optimizeLegibility;
    letter-spacing: 1px;
}

h1 {
    font-family: 'NonBureau Medium', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    padding-bottom: 10px;
}

.footer {
  
position: relative;
bottom: 0;
left: 0;
font-family: 'NonBureau Medium', sans-serif;
font-size: 1.5rem;
color: var(--pink-color);
padding-bottom: 2%;
letter-spacing: 0.8px;
font-kerning: normal;
word-spacing: normal;
text-rendering: optimizeLegibility;
letter-spacing: 1px;
}
  






@media only screen and (max-width: 600px) {

  .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;
    display: fixed;
  }


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

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

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

  .text-container {
  margin-top: 120px;
  width: 90%;
  }

  .text {
    font-size: 2.2rem;
  }
  
}

@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 */
}

