.hero_titel_bottom/* home_area global */
.swiper, .swiper-container, .swiper-wrapper, .swiper-slide {
 /* box-sizing: content-box!important;*/
}
  .swiper-wrapper {
    min-width: 0;
  }
img[data-sizes="auto"] {
   display: block;
   width: 100%;
    height: auto;
}
.swiper-slide img {
    width: 100%;
    height: auto;

}
.aspect_3_4 {
aspect-ratio: 3 / 4;
    }
  .swiper_hero_categories {
    /*display: none;*/
  }
.home_area_new {
  display: flex;
  flex-direction: column;
}
.home_area_new .swiper {
    padding-left: 5%;
}
/* Standardmäßige Reihenfolge für größere Bildschirme */
.home_area_new > div {
  order: 3; /* Standard-Reihenfolge für alle anderen direkten Kinder */
} 
/*.home_area_new > :first-child {
  order: 1;
}
.home_area_new > :nth-child(2) {
  order: 2;
}*/
.p-home #col_full > .home_area_new {
	margin: 0px 0px 0px 0px!important;
}
.home_area_new img {	
    max-width: 100%;
	height: auto;
}
.inset {
    padding-left: 0%;  
}
.box-container-inset {
    padding-left: 0%;  
}
.box-container {
    margin-top: 55px; 
    margin-bottom: 55px; 
    overflow: hidden;
}
.box-container.box-container-inset.top_categories {
    padding-left: 0;
    margin-top: 0px;
}
.box-container.black {
	background-color: #1a1a1a;
    color: #fff!important;
}
.home_area_new .box-container:first-child {
    margin-top: 20px;
    /*margin-bottom: 0px;*/
}

.home_area_new .box-container:last-child {
    margin-bottom: 50px;
}

  .image-container_second_block:first-child .cta-trend_second_block,
  .image-container_second_block:last-child .cta-trend_second_block {
    margin: 20px 0px 0px 0px;
  }
.image-container_hero .hero_titel {
	padding-left: 5%;
    padding-right: 5%;
}
.callout-container .image-container_hero .hero_titel {
   padding-left: 0%;
}

.image-container_second_block:first-child .hero_titel{

}
.colored-container {    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Höhe des Containers, an Ihre Anforderungen anpassen */
}
.wortmarke{
max-width: 100%;
margin-bottom: 10px;
min-width: 200px;
}
  .taupe {
    background-color: #bfb8a9!important;
  }
 .beige { 
    background-color: #dfddd1!important;
  }
  .purple {
    background-color: #dee1e0!important;
  }
  .green {
    background-color: #bdc2b2!important;
  }
  .brown {
    background-color: #a67557 !important;
  }
  .grey {
    background-color: #e8e8e8!important;
  }
  .pink {
    background-color: #e63198;
  }
  .orange {
    background-color: #f9ad3b!important;
  }
  .yellow {
    background-color: #fdd424!important;
  }
.yellow a, .yellow a:hover {
	color: #1a1a1a;
	background-color: transparent;
}

  .red {
    background-color: #9b313d!important; 
  }
  .blue {
    background-color: #005e8b!important;
  }
.silver {
    /*background: linear-gradient(271deg, #ffffff, #bdbdbd);
    background: -webkit-radial-gradient(271deg, #ffffff, #bdbdbd);
    background: -moz-radial-gradient(271deg, #ffffff, #bdbdbd);
    background: -o-radial-gradient(271deg, #ffffff, #bdbdbd);*/
    background-color: #c9cbbe;
}
  .white_b {
    background-color: #fff;
  }
.swiper {
    --swiper-navigation-color: #1a1a1a;
    --swiper-navigation-size: 22px;
    --swiper-navigation-top-offset: 40%;
    --swiper-navigation-sides-offset: 10px;
  } 
.swiper-button-next,.swiper-button-prev{
    padding:8px;
    background-color: #fff;
    border-radius: 19px;
}
.swiper_customer_reviews {
    padding-bottom: 0px!important;
}
.arrow-outside {
   /*padding-top: 60px; */
}
.swiper-arrow-nav .swiper-button-prev,
.swiper-arrow-nav .swiper-button-next {
  left: auto; /* Überschreibt die globale Positionierung von links */
  right: 70px; /* Setzt den 'Prev' Button neben den 'Next' Button */
  font-weight: 500; /* Font Awesome benötigt spezifisches font-weight für solide Icons */
  font-size: 24px;
  padding: 0px;
  padding-top: 5px;
  background-color: #fff;
  border-radius: 0px;
  top: 10px;
}

.swiper-arrow-nav .swiper-button-next {
  right: 20px; /* Setzt den 'Next' Button am rechten Rand */
  padding-left: 10px;
}

.swiper-arrow-nav .swiper-button-next::after, 
.swiper-arrow-nav .swiper-button-prev::after {
  content: none !important; /* Entfernt den Inhalt des ::after Elements */
}

.swiper-arrow-nav .swiper-custom-nav {
  position: absolute;
  /* top: 0px; Abstand von oben */
  z-index: 10; /* Stellt sicher, dass die Buttons über den anderen Elementen liegen */
  width: 30px; /* Breite des Buttons */
  height: 30px; /* Höhe des Buttons */
  display: flex;
  justify-content: center;
  align-items: center;
  color: black; /* Farbe des Icons oder Texts */
    background-color: transparent;
}


.swiper_hero_categories .swiper-custom-nav {
  position: absolute;
  z-index: 10; /* Stellt sicher, dass die Buttons über den anderen Elementen liegen */
  width: 30px; /* Breite des Buttons */
  height: 30px; /* Höhe des Buttons */
  background: rgba(255, 255, 255, 0.8); /* Helle Hintergrundfarbe mit Transparenz */
  color: black; /* Farbe des Icons oder Texts */
  border: none; /* Kein Rand */
  border-radius: 15px; /* Runde Buttons */
  display: flex;
  justify-content: center;
  align-items: center;
}




  .home_area_new .listingbox {
    float: none;
    width: unset;
    min-width: unset;
    height: auto;
    padding: unset;
    margin: unset; 
  }
.home_area_hero {
	display: flex;
	flex-direction: column;
}
  .home_area_hero img {
    width: 100%;
    aspect-ratio: auto 1 / 1;   
}
.image-container_hero {
	flex-basis: calc(100%);
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	box-sizing: border-box;
}
  /* hero start */
.hero_titel {
    margin-top: 0;
    margin-bottom: 10px;
    clear: both;
    color: #1a1a1a;    
    padding-right: 10%;
}
.hero_titel_top {
    margin-bottom: 40px;
}
.hero_titel_bottom {
    margin-top: 20px;
}
.hero_titel a:hover h2.hero_heading,
.hero_titel a:hover p.hero_description, .hero_titel a:hover, a:hover .hero_titel, a:hover .hero_titel * {
    color: #d12085; /* Die Farbe, die Sie beim Hover-Effekt verwenden möchten */
  }
a.cta-button:hover , a.explore-button:hover {
    color: #fff!important;
    background-color: #000!important;
}
.cta-button:hover , .explore-button:hover {
    color: #fff!important;
    background-color: #000!important;
     border: 1px solid #fff;
    
}
.cta-button a:hover {
    color: #fff !important;
    background-color: #000 !important;
   
}


  h2.hero_heading {
    font-size: 25px;
    margin: 0px 0px 20px 0px;
    font-variation-settings: 'wght'500;
    text-transform: uppercase;
    display: block;  
      letter-spacing: 5px;
  }
#col_right .hero_heading {   
    font-size: 20px; 
    font-variation-settings: 'wght'600;
	text-transform: uppercase;
	display: block;
	letter-spacing: 5px;
    margin: 0px 0px 20px 0px;
}





#col_right .slider_title {   
    font-size: 16px; 
}

  .cta-trend h2 {
    font-size: 27px;
    margin: 0px 0px 0px 0px;
    font-variation-settings: 'wght'500;
    text-transform: uppercase;
    display: block;  
      letter-spacing: 5px;
  }
  .hero_heading h2 {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    font-variation-settings: 'wght'400;
    text-transform: uppercase;
    display: block;  
      letter-spacing: 5px;
  }
/*.home_area_hero h2.hero_heading {   
    font-size: 27px;   
    font-variation-settings: 'wght'500;
  }*/
h3.hero_heading {
	font-size: 48px;
	font-variation-settings: 'wght'400;
	text-transform: uppercase;
	letter-spacing: 5px;
	white-space: normal;
	overflow-wrap: break-word;
	font-family: 'Roboto Slab', serif;
}
h3.hero_heading span {
	display: block;
	text-align: center;
}
  .hero_heading img {
    width: 23px;
    display: inline;
    vertical-align: calc(0px - 0px);
    padding-left: 7px
  }
  p.hero_description {
    font-size: 20px;
    letter-spacing: 0px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    font-variation-settings: 'wght'400;
    vertical-align: middle;
  }
p.hero_description span {
    display: block;
    padding: 2px 0;
}
.overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;  
	z-index: 2;
	color: #fff;
	padding: 0px;
	display: flex;  
	justify-content: center;  
	align-items: center;  
}

  /*.hero_description::after {
font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  font-size: 20px;
  padding-left: 7px;
  vertical-align: middle;
}*/
  /* hero end */
  /* home area dritter block */
  .home_area_new .bx-wrapper .bx-controls-direction a {
    top: -20%;
  }
  .home_area_new .bx-wrapper .bx-prev::before {
    display: none;
    color: #1a1a1a;
    font-family: FontAwesome;
    content: "\f177";
    font-size: 30px;
  }
  .home_area_new .bx-wrapper .bx-next::before {
    display: none;
    color: #1a1a1a;
    font-family: FontAwesome;
    content: "\f178";
    font-size: 30px;
  }
  .home_area_new .slider_box .bx-wrapper .bx-prev {
    left: 0px;
  }
  .home_area_new .slider_box .bx-wrapper .bx-next {
    right: 0px;
  }
 /* callout start */
.callout-container {
	display: flex;
	flex: 1 1 100%;
	flex-direction: column;
	justify-content: space-between;
	margin: 0px 0px 55px 0px;
	width: 100%;
	box-sizing: border-box;	
}
  .stoerer-outer-container {
    width: 100%;
    padding: 25px 0px;
    box-sizing: border-box;    
      padding-left: 25px;
  }
.stoerer-outer-container.hero-banner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-container-banner {
    display: flex;
    flex-wrap: nowrap;
    background-color: #e63198;
}

.text-container { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
  flex: 2;
}
.hero-image-container {
  box-sizing: border-box;
  flex: 0 0 47%; /* 33% + 10% */
}

.hero-image-banner {
  width: auto!important;
  height: 100%!important;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.callout-image {
  flex: 1 1 35%; 
  position: relative;
}
.callout-image img {
  max-width: 100%;
  height: auto;
}
.callout-right {
  flex: 2 1 60%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: flex;
  flex-direction: column;
    min-width: 0;
}

.callout-text {
  margin-bottom: 20px;
}

.callout-slider {
  /* Ihr Sliderspezifisches CSS hier */
}
.callout-text, .swiper-callout-slider {
    flex: 1 0 auto; /* Flex-Grow, Flex-Shrink, Flex-Basis */
    width: 100%;
}

 /* callout end */
    /* Stoerer start */
  .stoerer-heading-mobile {
    display: none;
  }
  .home_area_new > .stoerer-outer-container {
    padding: 10px 0px 0px 0px;
  }
  .slider-outer-container {
    padding: 0 0px;
    box-sizing: border-box;
  }
  .stoerer-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
      padding-bottom: 40px;
  }
  .stoerer-container_2 {    
    width: 100%;
    box-sizing: border-box;    
      overflow: hidden;
      position: relative;
  }
.swiper_box_2_col {
    width: 100%; 
    overflow: hidden; 
}
  .home_area_new .stoerer-outer-container.home_area_black .lb_brand, .home_area_new .stoerer-outer-container.home_area_black .lb_title, .home_area_new .stoerer-outer-container.home_area_black .lb_price{
    color: #fff!important;
  }
  .home_area_new .stoerer-outer-container.home_area_white .lb_brand, .home_area_new .stoerer-outer-container.home_area_white .lb_title, .home_area_new .stoerer-outer-container.home_area_white .lb_price{
    color: #000!important;
  }
  .home_area_new .stoerer-outer-container.home_area_beige {
    color: #1a1a1a;
    background-color: #e1ded8;
  }
  .home_area_new .stoerer-outer-container.home_area_black {
    color: #fff;
    background-color: #05080c;
  }
  .home_area_new .stoerer-outer-container.home_area_brown {
    color: #fff;
    background-color: #85583b;
  }
  .home_area_new .stoerer-outer-container.home_area_taupe {
    color: #fff!important;
    background-color: #5f4d3f;
  }
.home_area_new .stoerer-outer-container.home_area_taupe .lb_brand,
.home_area_new .stoerer-outer-container.home_area_taupe .lb_title,
.home_area_new .stoerer-outer-container.home_area_taupe .lb_price,
.home_area_new .stoerer-outer-container.home_area_taupe .stoerer-heading,
.home_area_new .stoerer-outer-container.home_area_taupe .stoerer-description.hero_description {
    color: #fff!important;
}


  .home_area_new .stoerer-outer-container.home_area_white .lb_brand, .home_area_new .stoerer-outer-container.home_area_white .lb_title, .home_area_new .stoerer-outer-container.home_area_white .lb_price
{
    color: #000!important;
  }
  .home_area_new .stoerer-outer-container.home_area_grey {
    color: #1a1a1a;
    background-color: #F0F0F0;
  }
  .stoerer-image {
    flex: 1 1 40%;
    display: flex;
    position: relative;
  }
  .home_area_new .stoerer-image {
    flex: 0 0 42%;
    margin-right: 16%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    position: relative;
    max-width: none;
  }
  .home_area_new .stoerer-image_2 {
    width: 45%;
    margin-right: 5%;
    margin-left: 5%; 
      float: left;
  }
  .stoerer-heading {
    font-size: 27px;
  }
  .stoerer-text {
    margin-bottom: 10px;
    font-size: 15px;
      padding-left: 5%;
      padding-top: 10px;
      
  }
  .stoerer-right-section {
    flex: 2 1 60%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 0px;
    justify-content: space-around;
  }

.stoerer-small-container {
    width: 100%;
    /*padding-top: calc(119.4% + 50px);  Höhe basierend auf dem Seitenverhältnis plus zusätzlicher Platz */
    background: #222;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.stoerer-small-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;  
    color: #fff;
}

.stoerer-small-headline {
    font-size: 32px;
    font-weight: bold;   
    letter-spacing: 2px;
}

.stoerer-small-text {
    font-size: 20px;
    padding: 0 10px;
     letter-spacing: 1px;
}
  .home_area_new .bx-wrapper {
    margin-left: auto;
  }
  .home_area_new .stoerer-right-section {
    flex: 2 1 32%;
    display: flex;
    flex-direction: column;
    margin-right: 5%;
    margin-left: 0%;
    padding: 0px;
    justify-content: space-between;
  }
.home_area_new .stoerer-right-section_2 {
	float: right;
	width: 40%;
	padding: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0%;
}
  .stoerer-image img {
    max-width: 100%;
    height: auto; /* Behält das Seitenverhältnis bei */
    
  }
  .home_area_new .stoerer-text {
    margin-bottom: 20px;
    padding-left: 5%;
      padding-top: 20px;
  }
  .home_area_new .stoerer-heading {
    display: block;
    font-size: 29px;
      margin-top: 20px;
  }
  .home_area_new .stoerer-description {
    width: 90%;
    display: block;
  }
  .stoerer-heading {
    font-size: 26px;
    font-variation-settings: 'wght'500;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
      padding-right: 25px;
  }
  .stoerer-description {
    font-size: 15px; /* oder die gewünschte Schriftgröße */
    text-align: left;
    margin-bottom: 10px; /* Abstand zwischen Textblock und Link */
    font-family: 'Montserrat', sans-serif;
      padding-right: 20px;
  }
  span.stoerer-description {
      display: block;

  }
  .home_area_new .lb_brand {
font-size: 16px;
  font-variation-settings: 'wght'400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

  .home_area_new .lb_title {
line-height: normal;
  font-size: 15px;
  font-weight: normal;
  height: inherit;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin-bottom: 5px;
  }
  .home_area_new .lb_price {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0px;
    color: inherit!important;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
  }
  .home_area_new .lb_price a:hover{
    color: inherit!important;
  }
  .stoerer-image-button-container {
    position: relative;
  }
  .stoerer-image-button-container_2 {
    position: relative;
      margin-bottom: 30px;
      display: inline-block;
  }
  .home_area_new .cta-button-container {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);   
  }
  .cta-button-container {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);   
  
  }
  .explore-button, .cta-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid black;
    text-decoration: none;
    color: #1a1a1a!important;
    font-size: 18px;
    font-weight: normal;
    background-color: #fff!important; 
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 2px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    /*white-space: normal;*/
      text-align: center;
      margin-top: 20px;
      transition: background-color .2s ease,color .2s ease;
  }
  /* cta trend start*/
  .image-container {
    position: relative;
  }
  .image-container a {
    color: inherit;
  }
  .explore-button {
    position: absolute;
    bottom: 30px;
    right: 15px; 
  }
  .cta-trend {
    position: absolute;
    top: 0px;
    right: 15px;
    text-align: right;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
  }
  .cta-trend-line1 {
    font-variation-settings: 'wght'400;
    display: block;     
  }
  .cta-trend-line2 {
    font-variation-settings: 'wght'600;
  }
  /* cta trend end */
  .slider_callout {
    height: auto;
    margin-left: 0%;
    margin-right: 5%;
  }
  .callout-slider {
    margin-bottom: 0px !important;
    height: auto;
    min-height: auto !important;
  }
  /* Stoerer end */
  .callout-slider-outer .article-row {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 10px;
  }
.callout-slider-outer .article-row .listingbox_categorie {
	flex-basis: calc(25% - 20px);
	flex-grow: 0;
	min-width: 0;
	box-sizing: border-box;
	padding: 0px 0px;
	margin: 0px 0px 10px 0px;
}
  .stoerer-right-section .article-row {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
      margin-bottom: 0px;
  }
  .stoerer-right-section .article-row .listingbox_categorie {
    flex-basis: calc(40% - 0px);
    flex-grow: 0;
    min-width: 0;
    box-sizing: border-box;
    padding: 0px 0px; 
  }
      .article-row.white .lb_title, 
.article-row.white .lb_brand, 
.article-row.white .lb_price {
    color: #fff;
}
  .stoerer-right-section .lb_image img {
    border: 5px solid #fff;
    box-sizing: border-box;
  }
  .slider-container .stoerer-outer-container {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
    /*margin-bottom: 40px;*/
  }
  .slider-container .stoerer-image {
    align-items: flex-start;
  }
.swiper-slide-aspect-3-4 img {
    aspect-ratio: 3 / 4;
    min-width: 148px;
    min-height: 197px;

}
.swiper-slide-aspect-product img {
  aspect-ratio: 438 / 548;    
}
  .box_inset {
    padding-left: 5%!important;
      padding-right: 5%!important;
  }
  .inset_half {
    padding-left: 0%!important;
  }
.swiper_inset_container {
    display: flex;
    padding-left: 5%!important;
}
.swiper_inset{
    margin-left: 0px !important;
    overflow: hidden;
    display: inline-block;
    padding-left: 40px;
    box-sizing: border-box;
}
.swiper_static_container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; 
    margin-right: 0px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;   
    min-height: 240px;
    min-width: 250px;
}
.swiper_static_container_full_height {
    height: unset!important;
}
.swiper_static_container.frame {
    padding-top: 25px;
    padding-bottom: 25px;
    }
.scrollmenu .swiper-slide {
  flex-shrink: 0;
  width: auto; /* Oder entfernen Sie die Breitenangabe ganz */
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.scrollmenu .swiper-slide a {
  display: inline-block;
  padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
    transition: background-color .3s ease,color .3s ease;
    min-width: 90px; 
}



  .cta_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Verwendet den verfügbaren Platz zwischen den Elementen */
    align-items: center; /* Horizontale Zentrierung */
    z-index: 1; /* Über dem Bild liegen */
  }
  .slider_cta {
    font-size: 22px;
    margin-bottom: 30px;
    font-variation-settings: 'wght'500;
  }
  .slider_title {
    margin-top: 10px;
    font-size: 20px;
    font-variation-settings: 'wght'500;
    letter-spacing: 1px;
      box-sizing: border-box;
  }
.callout-container .slider_title{
    font-size: 16px; 
    text-align: left;
  }
.callout-container .slider_title span {
    display: inline;
}

  .slider_title_pre {

  }
  .slider_title_pre::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	padding-left: 7px;
	font-size: inherit;
    font-weight: bold;
}
  a:hover .slider_title {
    color: #d12085;
  }
  .swiper_static_container .explore-button {   
      position: inherit;
      margin-bottom: 0px;
      transition: background-color .2s ease,color .2s ease;
  }
.swiper_static_container .hero_titel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    clear: both;
    padding: 0px 30px;
    width: 100%;
    height: 100%; 
    box-sizing: border-box;
    min-height: 350px;
}
  .swiper_static_container h2 {
      text-align: center;
      font-size: 38px;
  }
 .cta_container h2 {
	font-size: 28px;
	top: 20px;
	position: absolute;
}
  .swiper_static_container p {
    padding: 0px 0px 20px 0px;
      font-size: 24px;
  }
  .slider_background {
    padding-top: 60px!important;
    padding-bottom: 60px;
  }
.banner_hero {
    margin-right: 5%;
    margin-left: 5%;
}
     .linkbio-grid-container {
    display: grid;
grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 2px;
  margin-bottom: 2px;
}

.linkbio-grid-item {
    text-align: center;
}

.linkbio-title {
    display: block;
    margin-top: 8px;
    text-decoration: none;
    color: #333;
}
  /* swiper globals end */
 @media all and (min-width: 1701px) {
     .inset {
	padding-left: 5%;
}
.box-container-inset { 
    padding-left: 0%;  
} 
     .banner-container-inset {	
background-color: #eee;
	margin-left: 0%!important;
	margin-right: 0%!important;
} 
     .home_area_new .swiper {
    padding-left: 0%;
}

     }
 @media all and (min-width: 1700px) {
     .image-container_second_block:first-child .hero_titel, .image-container_hero .hero_titel {
	margin-left: 0px;
         padding-left: 0px;
}
     .image-container_second_block:first-child .hero_titel, .image-container_forth_block:first-child .hero_titel, .image-container_third_block:first-child .hero_titel {
    padding-left: 0%!important;
}
               .image-container_third_block:first-child {
      flex-basis: calc(45%)!important;
      margin-left: 0%!important;
      margin-right: 20%!important;
      box-sizing: border-box!important;
    }
    .image-container_third_block:last-child {
      flex-basis: calc(35%)!important;
      margin-left: 0%!important;
      box-sizing: border-box!important;
    }
     .home_area_new .stoerer-image {
	flex: 0 0 42%;	
	margin-right: 13%;
	margin-left: 5%;
}
     .home_area_new .stoerer-right-section {
	flex: 2 1 35%;	
	margin-right: 5%;
	margin-left: 0%;	
}
     .swiper_inset_container {	
	padding-left: 0% !important;
}
     }
  @media all and (max-width: 1280px) {
.box-container {
      margin-top: 50px; 
    margin-bottom: 50px; 
}
    .home_area_new .lb_brand, .home_area_new .lb_title, .home_area_new .lb_price {
      font-size: 15px;
      max-width: 100%;
        margin: 5px 0;
    }
          .home_area_new .lb_brand{
        margin-top: 15px;
    }
   .home_area_new .lb_price {
        margin: 0px 0;
    }
    .home_area_new .lb_title {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
        margin: 0px;
    }
      .swiper_static_container .hero_titel {
	padding: 0px 15px;
}
      .swiper_static_container p { 
    font-size: 16px;
}
      .callout-container .slider_title span {
    display: block;
}
      .banner-container-inset {
	margin-left: 0%!important;
	margin-right: 0%!important;
}
      .banner_column {	
	padding: 20px 50px!important;
}
  }
@media all and (max-width: 1023px){
 .callout-container {
	margin-left:  0px!important;
     	margin-right:  0px!important;
}

}
  @media all and (min-width: 1280px) {
    .slider-container .stoerer-image {
      align-items: flex-start;
    }
    /* startseite */
    /* first block */
    .image-container_first_block:first-child {
      flex-basis: calc(60%);
      margin-right: 30px;
      box-sizing: border-box;
    }
    .image-container_first_block:last-child {
      flex-basis: calc(40%);
      box-sizing: border-box;
    }
    /* Gemeinsame Stile für beide Container */
    .image-container_first_block {
      float: left;
      position: relative; /* Fügt position:relative hinzu */
    }
    .image-container_first_block:hover .cta-trend, .image-container_first_block:hover .explore-button {
      color: #d12085; /* Farbe beim Überfahren mit der Maus */
    }
    /* Stellt sicher, dass die Bilder ihre Container vollständig füllen */
    .image-container_first_block:first-child img {
      max-width: 100%;
      height: auto;     
      aspect-ratio: 990 / 557;
    }     
      .image-container_first_block:last-child img {
      max-width: 100%;
      height: auto;     
      aspect-ratio: 990 / 836;
    }     
    /* Positioniert den cta-trend innerhalb des Containers */
.image-container_first_block .cta-trend {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 15px);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.66);
    padding: 5px 20px 5px 5px;
}
    .cta-trend_second_block {
      position: relative; /* Position unter dem Bild */
    }
    /* Gemeinsame Stile für beide Container
    .image-container_second_block {
      float: left;
      position: relative;
    } */  
    .image-container_second_block img {
      width: 100%;
      height: auto;
        
    }
    .image-container img {
      width: 100%;
      height: auto;
      display: block;
    }
    .list-item {
      width: 33.33% !important;
    }
    .stoerer-text {
      margin-bottom: 40px !important;
      width: 90%;
    }
      .home_area_third_block {
   /* margin: 40px 0px 20px 0;*/
}
.image-container_third_block:first-child {
    flex-basis: calc(45%);
    margin-left: 0%;
    margin-right: 20%;
    box-sizing: border-box;
}
      .image-container_third_block:last-child {
    flex-basis: calc(35%);
    margin-left: 0%;
    box-sizing: border-box;
}
      
  }
  @media all and (min-width: 1024px) {
    /* second block */
    .home_area_second_block, .home_area_forth_block, .home_area_third_block  {
      display: flex;
     /* margin: 0px 0px;*/
    }
    .image-container_second_block:first-child {
      flex-basis: calc(50%);
      margin-left: 0%;
      margin-right: 15%;
      box-sizing: border-box;
    }
    .image-container_second_block:last-child {
      flex-basis: calc(35%);
      margin-right: 0%;
      box-sizing: border-box;
    }
    .image-container_second_block img,.image-container_forth_block img,.image-container_third_block img  {
      width: 100%;
      max-width: 100%;
      height: auto;
    }
    .image-container_forth_block:first-child {
      flex-basis: calc(40%);
      margin-left: 0%;
      margin-right: 20%;
      box-sizing: border-box;
    }
    .image-container_forth_block:last-child {
      flex-basis: calc(40%);
      margin-left: 0%;
      box-sizing: border-box;
    }
          .image-container_third_block:first-child {
      flex-basis: calc(45%);
      margin-left: 0%;
      margin-right: 20%;
      box-sizing: border-box;
    }
    .image-container_third_block:last-child {
      flex-basis: calc(35%);
      margin-left: 0%;
      box-sizing: border-box;
    }
    .image-container {
      width: 33.333%;
      float: left;
    }
    .stoerer-heading {
      font-size: 27px;
    }
    .stoerer-text {
      margin-bottom: 10px;
      font-size: 15px;
    }
         .image-container_second_block:first-child .hero_titel,  .image-container_forth_block:first-child .hero_titel {
       padding-left: 12%;
}
    .image-container_third_block:first-child .hero_titel {
       padding-left: 5%;
}
  }
  @media all and (min-width: 960px) and (max-width: 1023px) {
      .swiper_static_container p {	
}
    /* second block */
    .home_area_second_block,
    .home_area_forth_block, .home_area_third_block {
      display: flex;
    }
    .image-container_second_block:first-child {
      flex-basis: calc(50%);
      margin-left: 0%;
      margin-right: 10%;
      box-sizing: border-box;
    }
    .image-container_second_block:last-child {
      flex-basis: calc(40%);
      box-sizing: border-box;
    }
  .image-container_second_block:first-child .cta-trend_second_block, .image-container_second_block:last-child .cta-trend_second_block {
      margin-left: 20px;
    }
    .image-container_hero .hero_titel{
      padding-left: 5%;
    }
   .image-container_second_block:first-child .hero_titel, .image-container_forth_block:first-child .hero_titel, .image-container_third_block:first-child .hero_titel  {
       padding-left: 10%;
}

    .image-container_second_block img,
    .image-container_forth_block img,
    .image-container_third_block img{
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .image-container_forth_block:first-child {
      flex-basis: calc(40%);
      margin-left: 0%;
      margin-right: 20%;
      box-sizing: border-box;
    }
    .image-container_forth_block:last-child {
      flex-basis: calc(40%);
      margin-right: 0%;
      box-sizing: border-box;
    }
          .image-container_third_block:first-child {
      flex-basis: calc(50%);
      margin-left: 0%;
      margin-right: 10%;
      box-sizing: border-box;
    }
    .image-container_third_block:last-child {
      flex-basis: calc(40%);
      margin-right: 0%;
      box-sizing: border-box;
    }
    .image-container {
      width: 33.333%;
      float: left;
    }
    .list-item {
      width: 50% !important;
    }
    .list-content {
      padding: 10px;
    }
  }
@media (min-width: 960px) {
.home_area_hero img {
    width: 100%;
    max-width: 1680px;
    aspect-ratio: auto 2 / 1;
}
}

  @media (min-width: 960px) and (max-width: 1279px) {
      h3.hero_heading {
          font-size: 36px;
}
    .home_area_new {
      padding-left: 0px;
      padding-right: 0px;
    }
      .home_area_new .stoerer-image {
	flex: 0 0 42%;	
	margin-right: 18%;
	margin-left: 5%;
}
      .home_area_new .stoerer-right-section {
	flex: 2 1 32%;	
	margin-right: 3%;
	margin-left: 0%;	
}
      .home_area_new .stoerer-description {
	width: 85%;	
}
    /* startseite */
    /* first block */
    .image-container_first_block:first-child {
      flex-basis: calc(50%);
      margin-right: 30px;
      box-sizing: border-box;
    }
    .image-container_first_block:last-child {
      flex-basis: calc(50%);
      box-sizing: border-box;
    }
    /* Gemeinsame Stile für beide Container */
    .image-container_first_block {
      float: left;
      position: relative; /* Fügt position:relative hinzu */
    }
    /* Stellt sicher, dass die Bilder ihre Container vollständig füllen */
      .image-container_first_block img:nth-of-type(1) {  
          aspect-ratio: 3 / 4;
                
    }
            .image-container_first_block img:nth-of-type(2) {      
              aspect-ratio: 3 / 4;
    }
    /* Positioniert den cta-trend innerhalb des Containers */
.image-container_first_block .cta-trend {
    position: absolute;
    top: 60%;
    left: 0;
    width: calc(100% - 15px);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.66);
    padding: 5px 20px 5px 5px;
}
    /* second block */
    /* third block */
    .home_area_third_block {
     /* margin: 40px 0px;*/
    }
    .image-container img {
      width: 100%;
      height: auto;
      display: block; /* Entfernt den unteren Rand, der durch inline-block erzeugt wird */
    }
.callout-image {
	flex: 1 35%;	
}
.callout-right {
	flex: 2 1 62%;
	margin-left: 3%;
	margin-right: 0%;	
}
  }
@media (max-width: 959px) {
    .hero_titel {
    padding-right: 10%;
}
    .home_area_new > :first-child {
  /*order: 2;*/ 
        margin-top: 0px;
}
.home_area_new > :nth-child(2) {
  /*order: 1;*/
    margin-top: 20px;
}
    .banner_hero {
    margin-right: 0%;
    margin-left: 0%;
}
    .text-container .cta-button {
	width: 100%;
	box-sizing: border-box;
}
.home_area_third_block {
   /*margin-top: 20px;*/
}
    .home_area_new .box-container:first-child {
    margin-top: 0px!important;
    /*margin-bottom: 0px;*/
}
}
  @media (min-width: 430px) and (max-width: 959px) {
    .p-home #layout_content #col_full .home_area_new {
      margin-left: 0px;
      margin-right: 0px;
    }
    .p-home #layout_content #col_full .home_area_old {
      margin-left: 10px;
      margin-right: 10px;
    }

  }

  @media (max-width: 960px) {
      .home_area_new .swiper {
    padding-left: 5%;
}
      .box-container-inset {
    padding-left: 0%;  
}
      .inset {
    padding-left: 0%;  
}
        .box_inset { 
    padding-left: 0%!important;
             padding-right: 3%!important;
  }
      .inset_half {
	padding-left: 0% !important;
}
          .swiper_hero_categories {
      /*display: block;*/    
    }
   /* #col_full .swiper.swiper_inset_container{
      margin-left: 0%;
    }*/
      .swiper_inset_container {   
    padding-left: 5%!important;
}
    .slider_cta {
      font-size: 22px;
    }
      .image-container_second_block .hero_titel,.image-container_forth_block .hero_titel,.image-container_third_block .hero_titel,.image-container_hero .hero_titel{
	padding-left: 5%!important;
           padding-right: 5%;
}
      .callout-container .image-container_hero .hero_titel {
    padding-left: 0%!important;
}

        .image-container_second_block.container_full { 
      flex-basis: calc(100%);
      margin-right: 0%;
    }
.callout-image {
	flex: 1 1 32%;
	position: relative;
}
.callout-right {
	flex: 2 1 54%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	display: flex;
	flex-direction: column;
	min-width: 0;
}
      .home_area_new .stoerer-heading{
    margin-top: 0px;
          font-size: 26px;
}
      .angebot_24h_single_container {
	margin-top: 0px!important;
}
      h3.hero_heading {
    font-size: 36px;   
}
      .swiper_static_container p {	
	font-size: 18px;
}
      .callout-container .slider_title span {
    display: inline;
}
             .swiper-arrow-nav .swiper-button-prev,
  .swiper-arrow-nav .swiper-button-next {

  }

  .swiper-arrow-nav .swiper-button-next { 
     right: 10px; /* Zentriere die Buttons horizontal */   
  }

  .swiper-arrow-nav .swiper-button-prev {
    right: 60px; /* Zentriere die Buttons horizontal */   
  }
      .arrow-outside, .swiper_hero_categories {
	padding-bottom: 0px;
          padding-top: 0px;
}
          .box-container-banner {
        flex-direction: column;
        align-items: flex-start; /* Links bündig ausrichten */
    }

    .box-container-banner .hero-image-container {
        order: -1; /* Bild zuerst anzeigen */
        flex: 0 0 100%; /* Bild 66% der Breite */
        width: 100%; /* Setzt die Breite des Bildcontainers auf 66% */
        margin-bottom: 10px;
    }

   .box-container-banner .hero-image-banner {
    width: 100%!important;
    height: auto!Important;
}

    .box-container-banner .text-container {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 10px;
        box-sizing: border-box;
    }

    .box-container-banner .stoerer-text .stoerer-heading, 
    .box-container-banner .stoerer-text .stoerer-description,
    .box-container-banner .cta-button-container {
        text-align: left; /* Text linksbündig ausrichten */
    }

    .box-container-banner .cta-button-container {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .box-container-banner .cta-button {
        display: inline-block;
    }
      .banner-container-inset {
	margin-left: 5% !important;
	margin-right: 5% !important;
}
      p.hero_description {
	font-size: 18px;
}
  }
  @media (max-width: 760px) {
.callout-container {
	flex-direction: column;		
}
    .callout-image, .callout-right {
        flex: 1 0 100%; /* Nimmt die gesamte Breite ein */
        margin: 0; /* Entfernt die Margins */
    }
      .callout-text {
	margin-top: 0px;
     margin-bottom: 30px;
}
      .stoerer-heading-mobile {
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px;
	font-family: 'Roboto Slab';
	text-transform: uppercase;
	letter-spacing: 2px;
}

      .stoerer-heading {
	display: inherit;
}
      .cta-button-container {	
	bottom: 10%;	
}
            h3.hero_heading {
    font-size: 30px;   
}
      p.hero_description {
    font-size: 18px;
    margin: 0px 5px 0px 0px;
}

      
  }
  @media (min-width: 560px) and (max-width: 959px) {
.box-container {
        margin-top: 45px; 
    margin-bottom: 45px; 
}
          .slider_title {
      margin-top: 10px;
      font-size: 22px;
    }
      .swiper_static_container .hero_titel {
	min-height: 200px;
}
          .home_area_new .lb_brand, .home_area_new .lb_title, .home_area_new .lb_price {
      font-size: 16px;
      max-width: 100%;     
      margin: 5px 0;
    }
        .home_area_new .lb_brand {     
      margin-top: 15px;
    }
    .image-container img {
      width: 100%;
      height: auto;
      display: block;
    }
    /* first block */
    .home_area_first_block {
      flex-direction: column;
    }
    .image-container_first_block {
      float: left;
      position: relative;
    }
    .image-container_first_block:first-child, .image-container_first_block:last-child {
      flex-basis: calc(90%);
      margin-left: 0%;
      margin-right: 10%;
      margin-bottom: 80px;
      box-sizing: border-box;
    }
    .image-container_first_block:last-child {
      flex-basis: calc(90%);
      margin-left: 0%;
      margin-right: 10%;
      margin-bottom: 0px;
      box-sizing: border-box;
    }
      .image-container_first_block img:nth-of-type(1) {    
          aspect-ratio: 3 / 4;
                
    }
            .image-container_first_block img:nth-of-type(2) {      
              aspect-ratio: 3 / 4;
    }
.image-container_first_block .cta-trend {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 30px);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.66);
    padding: 20px 20px 20px 5px;
}
      .swiper_static_container {
	display: block;	
	margin-bottom: 0px;
    height: unset!important;
    padding: 0px 5px;    
}
      .swiper_static_container.frame {   
    min-height: unset;
}
      h2.hero_heading {
    font-size: 28px;
    margin: 0px 0px 20px 0px;
    font-variation-settings: 'wght'400;
    text-transform: uppercase;
    display: block;
    letter-spacing: 5px;
}
      .banner_hero .banner-slide .banner-text {
    
    font-size: 28px;
}

      #col_right .hero_heading {   
    font-size: 20px; 
}
            #col_right .slider_title {   
    font-size: 16px; 
}
   .cta-trend h2 {
    font-size: 28px;
    margin: 0px 0px 0px 0px;
    font-variation-settings: 'wght'400;
    text-transform: uppercase;
    display: block;
    letter-spacing: 5px;
}
      .home_area_hero h2.hero_heading {   
    font-size: 29px;        
    font-variation-settings: 'wght'500;
  }
      .explore-button {  
    bottom: 30px;
    right: 30px;
}
      .explore-button, .cta-button {   
    padding: 10px 30px;   
    font-size: 18px; 
    letter-spacing: 2px;   
}
      .swiper_static_container .explore-button {
	font-size: 18px;		
}
       .callout-image .cta-button {
	font-size: 16px;		
}
    .cta-trend {
      top: 15px;
      right: 15px;
      font-size: 22px;
      letter-spacing: 1px;
    }
    /* second block */
    .home_area_second_block,.home_area_third_block {
      display: flex;
      flex-direction: column;
    }
    .image-container_second_block:first-child,
    .image-container_second_block:last-child,
      .image-container_forth_block:first-child,
      .image-container_forth_block:last-child,
      .image-container_third_block:first-child,
      .image-container_third_block:last-child{
      flex-basis: calc(80%);
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 80px;
      box-sizing: border-box;
    }
      .image-container_second_block:last-child,
      .image-container_forth_block:last-child,
      .image-container_third_block:last-child{
      margin-bottom: 0px;
    }

      .image-container_second_block.container_full { 
      flex-basis: calc(100%);
      margin-right: 0%;
    }
    .image-container_second_block img, .image-container_forth_block img, .image-container_third_block img {
      width: 90%;
      height: auto;
    }
     .image-container_forth_block img,  {
         margin: 0 auto;
  
    }
    .image-container_second_block:first-child .cta-trend_second_block, .image-container_second_block:last-child .cta-trend_second_block {
      margin-left: 30px;
      margin-top: 20px;
    }
    .image-container_second_block:first-child .hero_heading, .image-container_second_block:last-child .hero_heading {
      /*font-size: 20px;*/
    }
    .image-container_second_block:first-child .hero_description, .image-container_second_block:last-child .hero_description {
      /* font-size: 16px;    
    text-align: left;
        margin: 0px;*/
    }
    /* third block */
  
    .home_area_third_block .image-container {
      width: 90%;
      margin: 50px auto;
    }
    /* home Stoerer start */
    .home_area_new .stoerer-image {
      flex: 0 0 100%;
      margin-right: 5%; 
      margin-left: 5%;
    }
      
      .home_area_new .stoerer-image_2 {
	width: 90%;
margin-right: 5%;
    margin-left: 5%;     
           float: none;
           display: block;       
}
.home_area_new .stoerer-right-section_2 {
	width: 100%;
    margin: 0px 0 30px 0;
                     float: none;
           display: block;
        text-align: center; 
          position: static; 
        transform: none;      
        text-align: center;           
}
    .stoerer-text {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px;
      margin-top: 0px;
    }
    .home_area_new .stoerer-text {
      margin-bottom: 20px;
      padding-left: 5%; 
        width: 90%;
    }
    .stoerer-description {
      font-size: 15px;
      text-align: left;
    }
    .home_area_new .stoerer-description {
      width: 100%;
        margin-bottom: 20px;
    }
    .stoerer-outer-container {
      width: 100%;     
      box-sizing: border-box;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    .home_area_new .stoerer-outer-container {
      padding: 0px 0px 0px 0px;
    }
    .stoerer-container {
      flex-direction: column;
        padding-bottom: 0px;
    }
    .stoerer-image img {
      width: 100%; /* Bild in voller Breite anzeigen */
      height: auto;
    }
    .stoerer-right-section {
      flex: 2 1 66%;
      display: flex;
      flex-direction: column;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px;
      background-color: #eeeae2;
      padding-bottom: 10px;
    }
    .home_area_new .stoerer-right-section {
      flex: 2 1 100%;
      display: flex;
      flex-direction: column;
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 50px;
      justify-content: space-between;
      background-color: inherit;
      margin-left: 0%;
      margin-right: 0%;
    }
    .stoerer-right-section .article-row {
      margin: 0px 5%;
      justify-content: space-between;
    }
    .stoerer-right-section .article-row .listingbox_categorie {
      padding: 0px 0px;
      flex-basis: calc(50% - 5%);
      flex-grow: 0;
      box-sizing: border-box;     
        margin-bottom: 30px;
    }


    .slider-outer-container {
      padding: 0px 0px;
      box-sizing: border-box;
      margin: 30px 10px 20px 10px;
    }
    .stoerer-right-section .listingbox_categorie {
      flex-basis: 100%;
    }
    /* Stoerer end */
  }
@media (max-width: 666px) {
    .banner-container-inset {
    margin-bottom: 20px!important;
}
    .arrow-outside, .swiper_hero_categories {
    padding-bottom: 10px;     
}
.callout-container {	
	margin: 0px 0px 25px 0px!important;
}
}
@media (max-width: 599px) {  
                 .swiper-arrow-nav .swiper-button-prev,
  .swiper-arrow-nav .swiper-button-next {
      display: none;

  }

    .top_categories{
/*display: none;*/
}
          .wortmarke{
min-width: 250px;
}
    .home_area_new > .swiper_hero_categories {
	margin-top: 20px;
}
    .banner_top_black {
        display: none;
        height:0px;
}
.swiper.swiper_inset_container {
    flex-direction: column;
    padding-left: 0px!important;
}
    #col_full .swiper.swiper_inset_container {
	margin-left: 0px;
}
.swiper_static_container {   
    padding-left: 0%;
    display: block;
    width: calc(100% - 10%) !important;
    margin-bottom: 40px; 
    height: unset!important;
    padding: 0px 10px;
    min-height: 250px;
    /* padding-left: 5%; */
    margin-left: 5%;
    margin-right: 5%;
}
.swiper_static_container.frame {
    padding-top: 20px;
    padding-bottom: 20px;
}
    .swiper_static_container .hero_titel {
    min-height: 230px;
}
 .swiper_static_container p {
    padding: 10px 10px 20px 10px;    
}
    .swiper_inset{
        width: 100%;
        padding-left: 5%;
    }
    
    .slider_background {
	padding-top: 30px;
	padding-bottom: 40px;
}
       .swiper_static_container h2{
}
.swiper_static_container .explore-button {
	font-size: 15px;		
}
        /* first block */
    .home_area_first_block {
      flex-direction: column;
    }
    .image-container_first_block {
      float: left;
      position: relative;
    }
    .image-container_first_block:first-child,
      .image-container_second_block:first-child{
      flex-basis: calc(90%);
      margin-left: 0%;
      margin-right: 10%;
      margin-bottom: 90px;
      box-sizing: border-box;
    }
    .image-container_first_block:last-child,
      .image-container_second_block:last-child{
      flex-basis: calc(90%);
      margin-left: 0%;
      margin-right: 10%;
      margin-bottom: 0px;
      box-sizing: border-box;
    }
       .image-container_forth_block:first-child, .image-container_third_block:first-child{
      flex-basis: calc(95%);
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 90px;
      box-sizing: border-box;
    }
       .image-container_forth_block:last-child, .image-container_third_block:last-child{
      flex-basis: calc(95%);
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 0px;
      box-sizing: border-box;
    }
    .image-container_first_block img,
      .image-container_second_block img,
       .image-container_forth_block img,
       .image-container_third_block img {
      width: 100%;
      height: auto;
           aspect-ratio: 3 / 4;
    }

.image-container_first_block .cta-trend {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 30px);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.66);
    padding: 10px 15px 10px 5px;
}
    .cta-trend {
      top: 15px;
      right: 15px;
      font-size: 22px;
      letter-spacing: 1px;
    }
    .explore-button, .cta-button {
    padding: 10px 15px;
    font-size: 18px;
    letter-spacing: 1px;
}
        .home_area_new .stoerer-image {
      flex: 0 0 100%;
      margin-right: 5%; 
      margin-left: 5%;
    }
      .home_area_new .stoerer-image_2 {
	width: 90%;
margin-right: 5%;
    margin-left: 5%;       
}
.home_area_new .stoerer-right-section_2 {
	width: 100%;
    margin: 0px 0 10px 0;
                     float: none;
           display: block;
        text-align: center; 
          position: static; 
        transform: none;             
}
}
  @media (min-width: 320px) and (max-width: 559px) {     

      .hero_titel{
          padding-right: 5%;

}
      .box-container {
        margin-top: 30px; 
    margin-bottom: 30px; 
}
  
      .inset_half {
    padding-left: 0% !important;
}
      .home_area_new .swiper {
    padding-left: 5%;
          /*margin-top: 70px;
          margin-bottom: 70px;*/
}
      .home_area_new > div:last-child {
	margin-bottom: 50px;
}
      
        .home_area_new .stoerer-heading {
    display: block;
    font-size: 22px;
            padding-right: 0px;
  }
  .home_area_new .lb_brand, .home_area_new .lb_title, .home_area_new .lb_price {
    font-size: 15px;  
      margin-top: 5px;
}
        .home_area_new .lb_brand {
    font-size: 15px;  
      margin-top: 15px;
}
              .home_area_new .lb_price {
    font-size: 15px;  
}
      .cat_description h1 {
    letter-spacing: 5px;
}
#col_right .hero_heading {      
      font-size: 18px!important;
    }
            #col_right .slider_title {      
      font-size: 14px;
    }
          .slider_title {
      margin-top: 10px;
      font-size: 18px;
    }
      .explore-button, .cta-button {
	padding: 12px 20px;
	font-size: 17px;
	letter-spacing: 1px;
}
      .explore-button {   
    bottom: 15px;
    right: 15px;
}
      .image-container_second_block .hero_titel,
      .image-container_forth_block .hero_titel,
      .image-container_third_block .hero_titel{
    padding-left: 5%;
}
      .hero_titel_top {
	margin-bottom: 15px;
}
            .hero_titel_bottom {
	margin-top: 15px;
}
h2.hero_heading, .cta-trend h2 {
    font-size: 20px;
    letter-spacing: 3px;
}
      .banner_hero .banner-slide .banner-text {    
    font-size: 24px;
}

  p.hero_description {
      font-size: 16px;     
       margin: 0px 5px 0px 0px;
    }
h3.hero_heading {
	font-size: 21px;
	letter-spacing: 1px;
}
    .image-container img {
      width: 100%;
      height: auto;
      display: block;
    }
    /* first block */
    .home_area_first_block {
      flex-direction: column;
    }
    .image-container_first_block {
      float: left;
      position: relative;
    }
    .image-container_first_block:first-child,
      .image-container_second_block:first-child   {
      flex-basis: calc(90%);
      margin-left: 0%;
      margin-right: 10%;
      margin-bottom: 70px;
      box-sizing: border-box;
    }
       .image-container_forth_block:first-child, .image-container_third_block:first-child{
      flex-basis: calc(100%);
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 70px;
      box-sizing: border-box;
    }
    .image-container_first_block:last-child,
      .image-container_second_block:last-child{
      flex-basis: calc(90%);
      margin-left: 0%;
      margin-right: 10%;
      margin-bottom: 0px;
      box-sizing: border-box;
    }
    .image-container_forth_block:last-child, .image-container_third_block:last-child{
      flex-basis: calc(100%);
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 0px;
      box-sizing: border-box;
    }
       
    .image-container_first_block img,
      .image-container_second_block img,
       .image-container_forth_block img {
      width: 100%;
      height: auto;
    } 
       
       .image-container_third_block img {
      width:90%;
      height: auto;
    } 
.image-container_first_block .cta-trend {
    position: absolute;
    top: 60%;
    left: 0;
    width: calc(100% - 30px);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.66);
    padding: 10px 15px 10px 5px;
}
    .cta-trend {
      top: 15px;
      right: 15px;
      font-size: 22px;
      letter-spacing: 1px;
    }
    /* second block */
    .home_area_second_block {
      display: flex;
      flex-direction: column;
    }
    .image-container_second_block:first-child .cta-trend_second_block,
    .image-container_second_block:last-child .cta-trend_second_block {
      margin-left: 30px;
      margin-top: 20px;
    }
    /* third block */
  
    .home_area_third_block .image-container {
      width: 90%;
      margin: 50px auto;
    }
    /* home Stoerer start */
    .home_area_new .stoerer-image {
      flex: 0 0 100%;
      margin-right: 5%;
      margin-left: 5%;
        }
    .stoerer-text {
      display: flex;
      flex-direction: column; 
      margin-bottom: 0px;
      margin-top: 0px;
    }
    .home_area_new .stoerer-text {
      margin-bottom: 20px;
      margin-left: 0px;
      margin-right: 20px;
    }
    .stoerer-description {
      font-size: 15px;
      text-align: left;
        padding-right: 20px;
    }
    .home_area_new .stoerer-description {
      width: 100%;
    }
    .stoerer-heading-mobile {
      display: block; /* Mobile Überschrift anzeigen */
      font-size: 26px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 10px;
      font-family: 'Roboto Slab';
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    .stoerer-heading {
      display: inherit; /* Desktop Überschrift ausblenden */
    }
    .stoerer-outer-container {
      width: 100%;    
      box-sizing: border-box;
      margin-bottom: 0px;
      margin-top: 10px;
        padding-bottom: 0px;
    }
    .home_area_new .stoerer-outer-container {
      padding: 0px 0px 0px 0px;
    }
    .stoerer-container {
      flex-direction: column;
        padding-bottom: 0px;
    }
    .stoerer-image img {
      width: 100%; /* Bild in voller Breite anzeigen */
      height: auto;
    }
    .stoerer-right-section {
      flex: 2 1 66%;
      display: flex;
      flex-direction: column;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px;
      background-color: #eeeae2;
      padding-bottom: 10px;
    }
    .home_area_new .stoerer-right-section {
      flex: 2 1 100%;
      display: flex;
      flex-direction: column;
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 30px;
      justify-content: space-between;
      background-color: inherit;
      margin-left: 0%;
      margin-right: 0%;
    }
    .stoerer-right-section .article-row {
      margin: 0px 5%;
      justify-content: space-between;
    }
    .stoerer-right-section .article-row .listingbox_categorie {
      padding: 0px 0px;
      flex-basis: calc(50% - 10px);
      flex-grow: 0;
      box-sizing: border-box;
        margin-bottom: 20px;
     
    }
    .slider-outer-container {
      padding: 0px 0px;
      box-sizing: border-box;
      margin: 20px 0px 0px 0px;
    }
    .stoerer-right-section .listingbox_categorie {
      flex-basis: 100%;
    }
  }
  /* Stoerer end */
  /* trash */
  .list {
    display: flex;
    flex-wrap: wrap;
  }
  .list-item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .list-item a {
    text-decoration: underline;
  }
.list-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	width: 100%;
	margin: 0px 20px;
}
  .list-content p {
    flex: 1 0 auto;
  }
  .list-content img {
    width: 50%;
    margin: 15px 0px;
      max-width: 320px;
  }
  .list-content span {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
.banner-container-inset {	
	margin-bottom: 50px;
}
  @media (max-width: 420px) {
.swiper-slide img {
    /*max-height: 336px;*/
}
.home_area_hero h2.hero_heading {
    font-size: 22px!important;   
}
}
 @media (min-width: 361px) and (max-width: 420px) {   
       .stoerer-small-content {  
    color: white;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
      .stoerer-small-headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
      .stoerer-small-text {
          font-size: 16px;
          margin: 0px;
   
}
     }
  @media (max-width: 360px) {
      .explore-button, .cta-button {
    padding: 12px 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
        h3.hero_heading {
    font-size: 16px;   
  }
      h2.hero_heading, .cta-trend h2
      { 
    font-size: 19px;   
  }
      .home_area_hero h2.hero_heading {
	font-size: 20px;
	font-variation-settings: 'wght'500;          
}
   .stoerer-small-content {  
    color: white;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
      .stoerer-small-headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
      .stoerer-small-text {
          font-size: 16px;
          margin: 0px;
   
}
}
@media (max-width: 500px) {
   .stoerer-small-content {  
       color: white;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
      .stoerer-small-headline {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
      .stoerer-small-text {
          font-size: 15px;
          margin: 0px;
   
}
    .banner_text{
        font-size: 15px;
         
   
}

    }

.banner-container-inset {   
    margin-left: 5%;
    margin-right: 5%; 
    background-color: #eee; 
    
}

.banner_text_full {
    display: flex; 
    justify-content: space-between;
    width: 100%;
    align-items: stretch; /* Stellt sicher, dass alle Spalten gleich hoch sind */
}

.banner_icon.fa-gift {  
    transform: scale(1.2); 
} 

.banner_column {
    flex: 1;
    padding: 20px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Zentriert den Inhalt vertikal */
    text-align: center;
    box-sizing: border-box; /* Berücksichtigt Padding und Border in der Breite */
}

.banner_heading {
    margin: 0;
    font-weight: bold;
    font-size: 18px;  
     color: #1a1a1a;
}

.banner_text {
    margin: 5px 0;
    letter-spacing: 1px;
    color: #1a1a1a;
}

.banner_link {
    color: #fff;
    text-decoration: none;
}

.banner_icon {
    font-size: 27px;
   color: #e63198;
    margin-top: 10px;
}

.banner_stars i {
	font-size: 24px;
	color: #e63198;
	margin-top: 10px;
	padding: 0 2px;
}

/* Responsive Design */
@media (max-width: 959px) {
    .banner-container-inset {
    background-color: #eee;
    margin-left: 5%;
    margin-right: 5%;   
}
    .banner_text_full {
        flex-direction: column;
    }

    .banner_column {
        flex: 1 0 50%;    
        padding: 15px 10px;
    }

    .banner_column:not(:last-child) {       
        border-bottom: 20px solid #fff;
    }
        .swiper-navigation {
            display: none;
       
}
}

@media (max-width: 479px) {
        .banner-container-inset {
            background-color: #eee; 
    margin-left: 5%;
    margin-right: 5%;   
}
    .banner_column {
        flex: 1 0 100%;      
        margin-bottom: 10px;
    }
}

