body {
  font-family: "Merriweather", serif;
  background-blend-mode: normal;
  color: hsl(0, 0%, 20%);
  margin: 0;
  padding: 20px;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
p {
  font-size: 1em;
  color: hsl(0, 0%, 30%);
  font-size: 1em;
  color: hsl(0, 0%, 30%);
}

a {
  display: inline-block;
  /* margin: 10px; */
  padding: 10px 20px;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 20%);
  border-radius: 10px;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 20%);
  border-radius: 10px;
}
a:hover {
  color: hsl(0, 0%, 80%);
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 80%);
  background-color: hsl(0, 0%, 0%);
  text-decoration: none;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation {
  margin-bottom: 24px;
}

.insta-icon {
  width: 24px;
  height: 24px;
  margin-right: 2px;
  vertical-align: middle;
}

.coins {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  vertical-align: middle;
}

.contact {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  vertical-align: middle;
}

.home-icon {
  width: 24px;
  height: 24px;
  margin-left: 2px;
}

.imprint {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  vertical-align: middle;
}

.navigation a {
  font-size: 1.2em;
}
.navigation img {
  vertical-align: middle;
}

.logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 20px auto;
}
.toplogo {
  width: 200px;
  height: auto;
}

.navigation a:hover img {
  filter: brightness(0.8);
}
.navigation a:hover .insta-icon,
.navigation a:hover .coins,
.navigation a:hover .contact,
.navigation a:hover .home-icon,
.navigation a:hover .imprint {
  filter: brightness(0.8);
}

.desktop-top-parent,
.desktop-bottom-parent,
.desktop-bundles-parent,
.pick-up-parent {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.desktop-top-child-1,
.desktop-top-child-2,
.desktop-bottom-child-1,
.desktop-bottom-child-2 {
  flex: 1 1 auto;
  min-width: 300px;
  box-sizing: content-box;
  padding-bottom: 1rem;
  background-color: hsl(0, 0%, 95%);
  border-radius: 10px;
  padding-bottom: 1rem;
  background-color: hsl(0, 0%, 95%);
  border-radius: 10px;
  margin-bottom: 20px;
}
.desktop-bundles-child-1,
.desktop-bundles-child-2 {
  flex: 1 1 100%;
  min-width: 300px;
  padding: 1rem;
  background-color: hsl(0, 0%, 95%);
  border-radius: 10px;
  background-color: hsl(0, 0%, 95%);
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.desktop-top-child-1 h2,
.desktop-top-child-2 h2,
.desktop-bottom-child-1 h2,
.desktop-bottom-child-2 h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  align-content: center;
  text-align: center;
}

.email-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.phone-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

.header-prices-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.header-prices-child-1,
.header-prices-child-2 {
  flex: 1 1 100%;
  min-width: 300px;
  padding: 1rem;
  border-radius: 10px;
}

.imprint-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.8em;
}

.data-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.8em;
}

.angebotbtn {
  display: inline-block;
  padding: 0px 0px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 0px;
}

.swiper {
  width: 100%;
  height: 500px;
  margin: 10px auto;
  padding-top: 50px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation,
.footer {
  ul {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}

body {
  max-width: 1280px;
  margin: 0 auto;
  text-wrap: pretty;
}

:is(h1, h2, h3, h4, h5, h6) {
  text-wrap: balance;
  max-width: 70ch;
}

.top-line {
  margin-inline: auto;
}

.top-line {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 70px;
  margin-bottom: 50px;
}

.over-line {
  font-weight: 400;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-text {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 50px;
  margin-inline: auto;
}

.FAQ {
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
}
