.header__nav-link--home:link{
  border-bottom: 2px solid var(--color-white);
}

/**********************************/
/*SECTION HERO*/
/**********************************/

.section__hero {
  background-image: url(Bilder/heroImg.jpeg);
  background-size: cover;
}

.hero__text__box {
  padding: 10rem 0 17.5rem;
  color: var(--color-black);
}

.hero__subheading__box {
  display: flex;
}

.hero__subheading__border {
  height: 2.2rem;
  width: 4px;
  background-image: var(--gradient-yellow);
}

.hero__subheading {
  font-size: 1.3rem;
  line-height: 1.18;
  font-family: var(--font-family-2);
  display: inline-block;
  color: var(--color-white);
  padding: 0.3rem 0.9rem;
  background-color: rgba(4, 28, 55, 0.5);
}
.hero__text {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

/**********************************/
/*SECTION 1*/
/**********************************/
.section__1 {
  padding: 17rem 0;
}

.section__1__container {
  display: flex;
  align-items: center;
}

.section__heading__box {
  max-width: 28.5rem;
  width: 100%;
  color: var(--color-secondary);
  margin-right: 14rem;
}

.section__subheading__box {
  display: flex;
}

.section__subheading__border {
  height: 2.2rem;
  width: 4px;
  background-image: var(--gradient-yellow);
}

.section__subheading {
  font-size: 1.3rem;
  line-height: 1.18;
  font-family: var(--font-family-2);
  display: inline-block;
  color: var(--color-secondary);
  padding: 0.3rem 0.9rem;
  background-color: rgba(232, 232, 232, 0.5);
}

.section__text__box {
  max-width: 51.2rem;
  width: 100%;
  padding: 1px 0 0.5px 6rem;
  border-left: 1px solid #d8d8d8;
}

/**********************************/
/*SECTION PARTNER*/
/**********************************/
/*
.section__partner {
  background-image: url(../Bilder/bg-img-1.svg);
  background-size: cover;
  /* background-position: center;  
  height: 34.68vw;

  position: relative;
}

.section__partner .heading__secondary {
  margin-bottom: 6.5rem;
}

.section__partner__contianer {
  max-width: 116.7rem;

  padding: 3.5rem 8rem 12rem;
  background-color: var(--color-white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;

  position: absolute;
  top: 100%;
  left: 50%;

  transform: translateY(-55%);
  z-index: 1;
}

.partner__container {
  padding: 1rem;

  background-color: rgba(248, 246, 246, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);

  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.partner__logo__container {
  display: flex;
  align-items: center;

  gap: 5.5rem;
  overflow: hidden;
  position: relative;
  margin: 0 2rem;
  width: 100%;
}

.partner__logo {
  transition: transform 0.3s ease;
}

.btn__left__swiper,
.btn__right__swiper {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.btn__left__swiper {
  position: absolute;
  left: 10px;
}

.btn__right__swiper {
  position: absolute;
  right: 10px;
}

*/

/**********************************/
/*SECTION PARTNER*/
/**********************************/

.section__partner {
  background-image: url(Bilder/tiefbett-2021bg.jpg);
  background-size: cover;
  height: 52.4rem;
  position: relative;
}

.section__partner .heading__secondary {
  margin-bottom: 6.5rem;
}

.section__partner__contianer {
  max-width: 116.7rem;

  padding: 3.5rem 8rem 12rem;
  background-color: var(--color-white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;

  position: absolute;
  top: 100%;
  left: 50%;

  transform: translate(-50%, -55%);
  z-index: 1;
}

.partner__container {
  padding: 1rem 3rem;
  background-color: rgba(248, 246, 246, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner__logo {
  /* max-width: 150px; */
  transition: transform 0.3s ease;
}

.btn__left__swiper,
.btn__right__swiper {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.btn__left__swiper {
  position: absolute;
  left: 11px;
}

.btn__right__swiper {
  position: absolute;
  right: 11px;
}

.partner__logo--1 {
  max-width: 185px;
}
.partner__logo--2 {
  max-width: 255px;
}
.partner__logo--3 {
  max-width: 261px;
}

/**********************************/
/*SECTION 2*/
/**********************************/

.section__2 {
  padding: 40rem 0 23rem;
}

.section__2__container {
  display: flex;
  align-items: flex-start;
}

.section__2__heading__box {
  max-width: 50rem;
  width: 100%;
  color: var(--color-secondary);
  padding-left: 7rem;
}

.section__2__text__box {
  max-width: 48.2rem;
  width: 100%;
  padding: 1px 6rem 0.5px 0rem;
  border-right: 1px solid #d8d8d8;
}
/**********************************/
/*SECTION image*/
/**********************************/

.section__img {
  background-image: url(Bilder/WhatsApp\ Image\ 2024-10-05\ at\ 16.19.35.jpeg);
  background-size: cover;
  background-position: center;
  height: 50.8rem;
}

/**********************************/
/*SECTION 3*/
/**********************************/

.section__3 {
  padding: 28rem 0 24rem;
}

.section__3__text__box {
  max-width: 57.7rem;
  width: 100%;
  padding: 1px 0rem 0.5px 7rem;
  border-left: 1px solid #d8d8d8;
}

.section__3__text__box--1 {
  margin-bottom: 10rem;
}

.section__3__text__container {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}