    /* manrope-regular - latin */
    @font-face {
      font-display: swap;
      font-family: 'Manrope';
      font-style: normal;
      font-weight: 400;
      src: url('../fonts/manrope-v15-latin-regular.woff2') format('woff2');
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
	
body {
	
  background-image: url('images/hintergrund.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
    height: 100vh;
  max-width: 1200px;
  margin: 0 auto 10px;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); */
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: 'Manrope', sans-serif;

  @media (max-width: 680px) {
    box-shadow: none;
  }
}

a {
	text-decoration: none;
	color: #333;
}

.main-box {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(to bottom right, #DDDDDD, #FFFFFF);
  padding: 15px;
}

.header-and-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index: 99;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  
  @media (max-width: 680px) {
    flex-direction: column;
    align-items: center;
  }
}

.left-section {
  color: #DB0B0B; /* Rot */
  font-weight: bold;
  /* flex-grow: 1; */
  font-size: 40px;  /* Skaliert mit 3% der Viewport-Breite, aber maximal 24px */
  
  @media (max-width: 680px) {
    text-align: center;
    font-size: 24px;
  }
}

.right-section {
  color: #666; /* Dunkelgrau */
  font-style: italic;
  flex-grow: 1;
  text-align: right;
  font-size: clamp(12px, 16px);

  @media (max-width: 680px) {
    text-align: center;
    font-size: 16px;
  }
}


/* Zusätzlicher Code, um die maximale Schriftgröße zu begrenzen */
@media (min-width: 680px) {
  .left-section {
    font-size: min(30px);
  }

  .right-section {
    font-size: min(16px); /* 1,5 mal kleiner als die linke Box */
	text-align: right;
	align-self: flex-end;
  }
}


.navigation {
  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
  background: linear-gradient(to bottom, #DB0B0B, #B30909);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap; /* Buttons auf mehrere Zeilen verteilen */
}

.navigation2 {
  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
  background: linear-gradient(to bottom, #DB0B0B, #B30909);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.button {
  display: block;
  width: auto;
  padding: 10px 20px;
  color: white;
  background: none;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  position: relative;

  transition: color 0.3s ease;
  z-index: 1; /* Text im Vordergrund */

}

.button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(221, 221, 221, 0.8);
  transition: height 0.3s ease;
  z-index: -1; /* Hinter dem Text positionieren */
}

.button:hover::after {
  height: 100%;
}

.button:hover {
  color: #000;
}

.my-div {
  width: 100%;  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
  width: 100%;
  padding: 20px;
  box-sizing: border-box; 
  background-color: rgba(255, 255, 255, 0.9); /* Weiß mit 10% Transparenz */
  font-size: 20px;
  color: #333;
  text-align: center;
  
    @media (max-width: 680px) {
    font-size: 4vw;
  }
}

.my-div2 {
  width: 100%;  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
  width: 100%;
  padding: 20px;
  box-sizing: border-box; 
  background-color: rgba(255, 255, 255, 0.9); /* Weiß mit 10% Transparenz */
  font-size: 20px;
  color: #333;
  text-align: center;
  
    @media (max-width: 680px) {
    font-size: 4vw;
  }
}

.my-div-icons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
  width: 100%;
  padding: 20px;
  box-sizing: border-box; 
  background-color: rgba(235, 235, 235, 0.7); /* Weiß mit 10% Transparenz */
  font-size: clamp(12px, 16px);
  color: #DDD;
  text-align: center;
  filter: invert(100%);
  
    @media (max-width: 680px) {
    font-size: 3vw;
  }
}

.my-div-image {
  width: 100%;  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center; /* Vertikal zentrieren */
  width: 100%;
  padding: 0px;
  box-sizing: border-box; 
  background-color: rgba(255, 255, 255, 0.9); /* Weiß mit 10% Transparenz */
  font-size: 20px;
  color: #333;
  text-align: center;
  
    @media (max-width: 680px) {
    font-size: 4vw;
  }
}

.twocelltable {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; /* Neu hinzugefügt: Erlaubt das Umbruch von Elementen auf kleinere Bildschirme */
}

.twocelltable-left-section,
.twocelltable-right-section {
  width: 50%; /* Anpassbare Breite der Boxen */
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 5px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  color: #333;
  text-align: center;
  valign: top;

  @media (max-width: 680px) {
    width: 100%; /* Bei kleineren Bildschirmen die volle Breite verwenden */
    font-size: 4vw;
  }
}


    @media (max-width: 680px) {
      .your-element {
        display: none;
      }
    }

    @media (min-width: 681px) {
      .your-element {
        display: block;
      }
    }
	
.my-div-picture {
  display: flex;
  flex-wrap: wrap; /* Erlaubt das Umfließen der Bilder auf eine neue Zeile */
  justify-content: center;
  align-items: flex-start; /* Änderung: Startausrichtung für Spaltenlayout */
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9); /* Weiß mit 10% Transparenz */
  font-size: 20px;
  color: #333;
  text-align: center;
}



.picture {
  max-width: 450px;
  width: 100%;
  height: auto;
  margin: 10px;
  box-sizing: border-box;
}