html,
body {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif, sans-sarif;
}
header {
  font-family: Arial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #A4B1A0;
  /* Gleiche Hintergrundfarbe wie das Menü */
}
#header-right,
#header-left {
  width: 50%;
}
#header-right {
  display: flex;
  justify-content: flex-end;
}
#header-container {
  display: flex;
  flex-direction: column;
  /* Stellt sicher, dass Sprache und Icons untereinander stehen */
  align-items: center;
  /* Zentriert beide Elemente */
  gap: 10px;
  /* Fügt einen Abstand zwischen den beiden Bereichen hinzu */
}
#language-switch {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
#social-media {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-right: 10px;
}
.social-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: transform 0.3s;
  filter: invert(1);
}
.social-icon:hover {
  transform: scale(1.2);
}
body {
  /* 1. Allgemein */
  background-color: #f5f6f1;
  font-size: 15px;
  line-height: 1.35;
  /* Zeilenabstand */
}
/* 2. Menü */
#menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 0 0;
  background-color: #A4B1A0;
  width: fit-content;
}
#menu a {
  font-size: 18px;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
}
#menu a:hover {
  background-color: #969E94;
}
#menu-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #menu {
    display: none;
  }
  #menu-mobile {
    display: block;
  }
  #menu-mobile .icon {
    font-size: 30px;
    color: black;
  }
  #menu-mobile #mobile-links {
    display: none;
    position: absolute;
    width: 120px;
    top: 40px;
    left: -113px;
    background: #E0E4DD;
    padding: 10px 10px;
    box-shadow: black 1px 1px 3px;
    flex-direction: column;
    font-size: 17px;
    z-index: 1;
  }
  #menu-mobile #mobile-links a {
    text-decoration: none;
    color: black;
    height: 40px;
    align-content: center;
    padding: 0px 10px;
  }
  #menu-mobile #mobile-links a:hover {
    background-color: #969E94;
  }
}
#logo img {
  height: 70px;
  width: auto;
}
#languageSwitch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* 3. Schriften */
h1 {
  font-size: 35px;
  color: #353535;
  text-align: center;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  color: #801818;
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}
h3 {
  font-size: 30px;
  color: #F5F5F5;
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}
p {
  text-align: justify;
  font-family: Verdana, Geneva, Tahoma, sans-serif, sans-sarif;
  line-height: 24px;
}
/* 4. Streifen */
.stripe1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  flex-wrap: wrap-reverse;
}
.stripe2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background-color: #731f26;
  color: white;
  flex-wrap: wrap;
}
.stripe3 {
  margin: 0 auto;
  max-width: 1000px;
}
.stripe4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  background-color: #A4B1A0;
  color: white;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1060px) {
  .stripe4 .center {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.column {
  flex: 1;
  /* Beide Spalten nehmen den gleichen Platz ein */
  padding: 20px;
  min-width: 320px;
}
.left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* Überschriften am oberen Rand */
  align-items: center;
  /* Zentriert horizontal */
}
.right h1 {
  margin-top: -20px;
  margin-bottom: 25px;
  line-height: 1.2;
  /* Zeilenabstand */
}
.right p {
  max-width: 500px;
  /* Legt die maximale Breite des Absatzes fest */
  width: 100%;
  /* Nimmt 100% der max-width an */
  margin: 0 auto;
  /* Zentriert den Absatz, wenn die max-width kleiner als die Spaltenbreite ist */
}
.stripe2 .left {
  display: flex;
  flex-direction: column;
  /* Elemente in Spalte anordnen */
  justify-content: flex-start;
  align-items: center;
}
.left h3 {
  margin-top: -20px;
  margin-bottom: 0px;
}
.stripe2 .left ul {
  font-size: 15px;
  line-height: 1.8;
  list-style-type: disc;
  /* Optional: Listensymbol als Punkt */
  padding-left: 20px;
  /* Platz für Listensymbole */
  font-family: Verdana, Geneva, Tahoma, sans-serif, sans-sarif;
}
.text-box {
  position: relative;
  bottom: -10px;
  /* Adjust this value to control the overlap */
  background-color: white;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  /* Set a fixed width for consistency */
  height: 60px;
  /* Set a fixed height for consistency */
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-with-overlay {
  position: relative;
}
.image-with-overlay:hover .overlay {
  opacity: 1;
}
.overlay-text {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
/* 5. Bilder */
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
.stripe img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.stripe4 img {
  width: 300px;
}
#center-logo {
  width: 200px;
  height: auto;
  /* Automatische Höhe */
  z-index: 1;
}
.center-email {
  display: block;
  text-align: center;
  font-weight: bold;
}
/* 6. Buttons */
.details-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  color: #353535;
  background-color: #f5f6f1;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  border-color: #969E94;
}
.details-button:hover {
  background-color: #969E94;
}
.button-red {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  background-color: #801818;
  color: white;
}
/* 7. Footer */
footer {
  font-family: Arial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #f1f1f1;
  border-top: 1px solid #ccc;
}
.footer-column {
  flex: 1;
}
.footer-left {
  text-align: left;
}
.footer-center {
  text-align: center;
}
.footer-center a {
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}
.footer-center a:hover {
  text-decoration: underline;
}
/* Abstände */
.padding-sides-100 {
  padding: 0 100px;
}
.full-width-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* Page specific */
/* concept store */
.store-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 800px) {
  .store-info {
    display: block;
  }
}
