#featured_product {
  margin-bottom: 40px;
}

.swiper-slide {
  height: 100vh;
  min-height: 400px;
}

.swiper-slide img {
  box-sizing: border-box;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.animate-on-scroll {
  visibility: hidden;
}

.animate-on-scroll.animate__animated {
  visibility: visible !important;
}

.content-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-wrapper-slider {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-wrapper h2 {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal !important;
}

h1.productheadline {
  color: #333 !important;
  margin-bottom: 30px;
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal !important;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}

.advantages {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 120px;
}

.advantage {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: clamp(16px, 2vw, 20px);
  padding: 30px;
  flex: 1 1 0;
  min-width: 0;
}

.blue-headline {
  font-size: 45px;
  color: rgba(0,102,204,1) !important;
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal !important;
}

.centered {
  text-align: center;
}

.advantage p {
  margin-top: 70px;
}

.advantage h4 {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal !important;
  color: #fff;
  font-size: clamp(35px, 3vw, 40px);
  line-height: clamp(39px, 3.5vw, 49px);
  height: 150px;
  margin-top: 0 !important;
}

.advantage.green {
  --animate-delay: 0.2s;
}

.advantage.pink {
  --animate-delay: 0.2s;
}

.centered-between-lines {
  position: relative;
  text-align: center;
  margin: 40px 0 20px;
}

.centered-between-lines:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #e3e3e3;
  z-index: 0;
}

.centered-between-lines h2 {
  background-color: #fff;
  padding: 0 20px;
  z-index: 1;
  position: relative;
  display: inline-block;
}

.stoerer-wrapper {
  overflow: hidden;
  margin-bottom: 40px;
}

.stoerer {
  background-image: url(../../home/background-reviews.svg);
  background-size: contain;
  min-height: 100px;
  width: 100%;
  background-position: bottom center;
  margin: 40px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #eaeaea;
}

.es-review-background-container {
  background-color: #fff !important;
}

.about {
  background-color: #ff9e00;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.about_content {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.about_content h3 {
  color: #fff;
  font-size: 6rem;
}

.about_content p {
  color: #fff;
  font-size: 2rem;
}

.about img {
  max-width: 33%;
  object-fit: cover;
}

.infotext {
  margin-top: 40px;
  min-width: 1px;
  flex: 1 1 0;
}

.infotext h4 {
  color: #fd9200;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.infotext p {
  color: #6a6a6a;
  font-size: 13px;
  line-height: 21px;
}

.described-image {
  position: relative;
  margin-top: 60px;
  padding: 20px 0;
  overflow: hidden;
}

.described-image + .described-image {
  margin-top: 30px;
}

.described-image img {
  max-width: 75%;
}

.described-image.right img {
  margin-left: 25%;
}

.described-image_content {
  position: relative;
  background: #fff;
  padding: 35px;
  width: 60%;
  color: #000;
  margin-top: 40px;
}

.described-image_content h4 {
  color: #000;
  font-size: 2.5rem;
}

.described-image_content p {
  color: #000;
  font-size: 1.5rem;
}

.described-image.left .described-image_content {
  left: 40%;
}

.eui-widget-title {
  display: none !important;
}

.feedback {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.Carousel__CarouselInner-sc-43089f55-2 {
  min-height: 267px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;    /* Zwei Spalten */
  grid-template-rows: repeat(6, 1fr); /* Vier Zeilen */
  gap: 20px; /* Optionaler Abstand */
  font-size: 2rem;
  margin-bottom: 70px;
}

.grid-container a:hover {
  text-decoration: none;
}

/* Linke Spalte */
.big_card.left {
  grid-column: 1 / 2;
  grid-row: 1 / 5;     /* Überspannt 3 Zeilen */
  background: #fc9100;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.small_card.left {
  grid-column: 1 / 2;
  grid-row: 5 / 7;     /* Letzte Zeile */
  background: #eaeaea;
  color: #333;
  background-image: url(../../home/karten-fuer-jeden-anlass.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  min-height: 180px;
}

/* Rechte Spalte */
.small_card.right {
  grid-column: 2 / 3;
  grid-row: 1 / 3;     /* Nur die erste Zeile */
  background: #01b697;
  color: #fff;
  background-image: url(../../home/banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  min-height: 180px;
}
.big_card.right {
  grid-column: 2 / 3;
  grid-row: 3 / 7;     /* Überspannt die letzten 3 Zeilen */
  background: #add400;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.big_card img, .small_card img {
  width: 100%;
}

.big_card .content {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.small_card .content {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.small_card .content_inner {
    justify-content: flex-end;
}

.content_inner {
  max-width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.big_card h3, .small_card h3 {
  margin-top: 0;
  font-size: 3.3rem;
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal;
}

.swiper-slide .goto {
   background-image: url(../../home/arrow-right-white.svg) !important;
   background-position-x: right;
   background-position-y: 4px;
   padding-right: 60px;
   background-size: 44px;
   background-repeat: no-repeat;
   transition: padding-right .5s;
   margin-top: 40px;
   display: inline-block;
   font-size: 1.8rem;
   font-weight: normal;
   color: #fff;
}

.swiper-slide .goto:hover {
  color: #fff;
  padding-right: 65px;
  text-decoration: none;
  cursor: pointer;
}

.goto {
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  background-image: url(../../home/arrow-right-white.svg);
  background-position-x: right;
  background-position-y: 4px;
  padding-right: 60px;
  background-size: 44px;
  background-repeat: no-repeat;
  transition: padding-right .5s;
  margin-top: 40px;
  display: inline-block;
}

.instagram-wrapper {
  overflow: hidden;
}

.instagram {
  overflow: hidden;
}

.instagram-container {
  overflow: hidden;
  position: relative;
}

.swiper {
  margin-bottom: 50px;
}

.swiper-pagination-bullet {
  background: rgba(255,255,255,.5);
  width: 30px !important;
  border-radius: 0 !important;
  height: 9px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next, .swiper-button-prev {
  color: #fc9100 !important;
}

.swiper-slide {
  display: flex !important;
  flex-direction: row;
  gap: 20px;
}

.slider-text {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-text h2 {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 58px;
  line-height: 60px; 
  margin: 0;
}

.swiper-slide.pink, .advantage.pink {
  background-color: #ff0078;
  color: #fff;
}

.swiper-slide.pink a, .advantage.pink a {
  color: #fff;
  font-size: 24px;
}

.swiper-slide.orange, .advantage.orange {
  background-color: #fd9200;
  color: #fff;
}

.swiper-slide.orange a, .advantage.orange a {
  color: #fff;
  font-size: 24px;
}

.swiper-slide.green, .advantage.green {
  background-color: #add400;
  color: #fff;
}

.swiper-slide.green a, .advantage.green a {
  color: #fff;
  font-size: 24px;
}

.swiper-slide.blue, .advantage.blue {
  background-color: rgba(0,102,204,1);
  color: #fff;
}

.swiper-slide.blue a, .advantage.blue a {
  color: #fff;
  font-size: 24px;
}

.swiper-slide.teal, .advantage.teal {
  background-color: #00ad7c;
  color: #fff;
}

.swiper-slide.teal a, .advantage.teal a {
  color: #fff;
  font-size: 24px;
}

.centered-between-colored-arrows {
  display: inline-block;
  margin: 0 auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 20px;
}

.centered-between-colored-arrows:before {
  content: '';
  background-image: url(../../home/farbbalken.svg);
  background-size: contain;
  background-position: right;
  width: 1920px;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 30px;
}

.centered-between-colored-arrows:after {
  content: '';
  background-image: url(../../home/farbbalken.svg);
  background-size: contain;
  background-position: left;
  width: 1920px;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 30px;
}

.centered-between-colored-arrows h2 {
  color: rgba(0,102,204,1) !important;
  font-size: clamp(30px, 3vw, 43px);
  line-height: clamp(37px, 4.8vw, 55px);
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal !important;
}

.eFlJLT .review-list.layout-1.add-padding {
  margin: 0 !important;
}

.infotext_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4%;
}

.modern-breakup h2 {
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  font-weight: normal !important;
  font-size: clamp(40px, 5vw, 50px);
  line-height: clamp(37px, 4.8vw, 47px);
  text-align: left;
  margin-bottom: 35px;
  color: #333;
}

.modern-breakup p {
  font-weight: normal !important;
  font-size: clamp(16px, 2.4vw, 18px);
  line-height: clamp(23px, 2.6vw, 26px);
  text-align: left;
  color: #333;
}

.modern-breakup_firstrow {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 90px;
  gap: 150px;
  align-items: center;
}

.modern-breakup_firstrow_text {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.modern-breakup_firstrow_text h2 {
  color: #fd9200;
}

.modern-breakup_firstrow_text h2, .modern-breakup_secondrow_text h2, .modern-breakup_thirdrow_text h2 {
  margin-top: 0;
}

.modern-breakup_firstrow_text p, .modern-breakup_secondrow_text p, .modern-breakup_thirdrow_text p {
  color: #6a6a6a;
}

.modern-breakup_firstrow_image {
  object-fit: cover;
  max-height: 710px;
}

.modern-breakup_secondrow {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  gap: 90px;
}

.modern-breakup_secondrow_text {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.modern-breakup_secondrow_image {
  width: 64%;
  z-index: 4;
  object-fit: contain;
}

.modern-breakup_thirdrow {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-start;
  margin-top: 90px;
  align-items: center;
  gap: 90px;
}

.modern-breakup_thirdrow_text {
  display: flex;
  flex-direction: column;
  width: 80%;
  box-sizing: border-box;
}

.modern-breakup_thirdrow_image {
  width: 64%;
  z-index: 4;
  object-fit: contain;
}

.slider-description {
  font-size: 15px;
  line-height: 1.7em;
  margin-top: 15px;
}

.pink .slider-description {
  color: #ff94d5;
}

.green .slider-description {
  color: #f6fa97;
}

.blue .slider-description {
  color: #92c4ff;
}

.orange .slider-description {
  color: #ffda8f;
}

.teal .slider-description {
  color: #86ffd5;
}

.statement {
  display: inline-block;
  font-size: 17px;
  color: #333;
  margin-bottom: 10px;
}

.statement > span {
    padding-left: 370px;
    display: inline-block;
    font-size: 20px;
}

h1.statement_headline {
  font-family: 'GT-Walsheim-Bold';
  position: relative;
  padding-left: 370px;
  font-size: 40px;
}

span.statement_slogan {
  background-color: #add400;
  position: absolute;
  display: flex;
  padding: 40px;
  color: #fff;
  font-family: 'GT-Walsheim-Bold';
  width: 340px;
  vertical-align: bottom;
  left: 0;
  align-items: flex-end;
}

.statement_wrapper {
  padding: 50px 0;
}

/* Responsive ab 850px abwärts */
@media (max-width: 850px) {
  .grid-container {
    grid-template-columns: 1fr;             /* Nur eine Spalte */
    grid-template-rows: none;               /* Automatische Höhe */
    height: auto;
  }
  .big_card.left,
  .small_card.left,
  .small_card.right,
  .big_card.right {
    grid-column: 1 / 2 !important;          /* Alles in die erste (einzige) Spalte */
    grid-row: auto !important;              /* Automatische Reihenfolge */
  }

  .advantages {
    flex-wrap: wrap;
  }
}

@media (max-width: 970px) {
  .advantages {
    flex-direction: column;
    gap: 0;
  }

  .advantage h4 {
    height: auto;
  }

  .advantage p {
    margin-top: 0;
  }

  .advantage h4 br {
    display: none;
  }
}

@media (max-width: 940px) {
  .content-wrapper {
    margin: 0 10px;
  }

  .modern-breakup_firstrow {
    gap: 90px;
  }
}

@media (max-width: 800px) {
  .about {
    flex-direction: column;
  }

  .about img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 485px) {
  .advantage {
    width: 100%;
    max-width: 100%;
  }

  .action.subscribe {
    width: 100%;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 520px) {
  .described-image_content {
      width: 90%;
  }

  .described-image.left .described-image_content {
    left: 10%;
  }

  .newsletter-box {
    width: 100% !important;
  }
}

@media (max-width: 840px) {
  .content-wrapper-slider {
    padding: 0;
  }

  .statement > span {
    padding-left: 0;
    margin-top: 20px;
    font-size: 17px;
  }

  h1.statement_headline {
    display: flex;
    height: 145px;
    align-items: center;
    font-size: 30px;
    padding-left: 270px;
  }

  span.statement_slogan {
    height: 160px !important;
    width: 249px;
  }

  .modern-breakup_firstrow {
    flex-direction: column;
  }

  .modern-breakup_firstrow_image {
    max-width: 100% !important;
  }

  .modern-breakup_firstrow {
    gap: 40px;
    margin-bottom: 20px;
  }

  .advantages {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1140px) {
  
}

@media screen and (max-width: 915px) {
  .slider-text h2 {
    font-size: 50px;
    line-height: 53px;
  }
}

@media screen and (max-width: 770px) {
  .infotext_wrapper {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .infotext h4 br {
    display: none;
  }

  .infotext {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .modern-breakup_secondrow {
    margin-top: 60px;
  }

  .modern-breakup_secondrow_text {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    padding-bottom: 30px;
    top: 0;
  }

  .modern-breakup_secondrow {
    flex-direction: column;
  }

  .modern-breakup_secondrow_image {
    position: relative;
    width: 100%;
    top: 0;
  }

  .modern-breakup_secondrow_text:before {
    display: none;
  }

  .modern-breakup_thirdrow {
    margin-top: 40px;
  }

  .modern-breakup_thirdrow_text {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    top: 0;
  }

  .modern-breakup_thirdrow {
    flex-direction: column-reverse;
  }

  .modern-breakup_thirdrow_image {
    position: relative;
    width: 100%;
    top: 0;
  }

  .modern-breakup_thirdrow_text:before {
    display: none;
  }

  .modern-breakup_firstrow_text:before {
    display: none;
  }
}

@media screen and (max-width: 730px) {
  .slider-text h2 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media screen and (max-width: 670px) {
  .swiper-slide {
    flex-direction: column-reverse;
    gap: 0;
  }

  .slider-text {
    width: 90%;
    padding: 40px;
  }

  .swiper-slide img {
    max-height: 300px;
  }

  .newsletter-box {
    width: 90% !important;
  }
}

@media screen and (max-width: 1150px) {
  .modern-breakup_firstrow_image {
    max-width: 40%;
  }
}
