@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


// <weight>: Use a value from 400 to 900
// <uniquifier>: Use a unique and descriptive class name

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body { font-family: "Playfair Display", serif;}

:root {
  /* Hauptfarbe */
  --bs-primary: #1e9dac !important;

  /* Links */
  --bs-link-color: #1e9dac !important;
  --bs-link-hover-color: #18887f !important;

  /* Falls dein Theme mit RGB-Werten arbeitet */
  --bs-link-color-rgb: 30, 157, 172;   /* #1e9dac */
  --bs-link-hover-color-rgb: 24, 136, 127; /* #18887f */
}

/* Fallback – falls irgendwo fest mit a { color: ... } gearbeitet wird */
a {
  color: var(--bs-link-color) !important;
}
a:hover,
a:focus {
  color: var(--bs-link-hover-color) !important;
}

.blockreassurance_product {display: none;}

.btn-primary {
	color: #fff !important;}

#left-column {display: none;}
#content-wrapper {
width: 100%;
}

h1 {
	
	font-size: 3rem !important;
  font-weight: 700;
  background: linear-gradient(
    120deg,
    #f2c1c6,
    #6fd5de,
    #8b7ae6,
    #f2c1c6
  );
  background-size: 200% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  animation: shimmer 6s linear infinite;
}

@keyframes shimmer {
  to {
    background-position: 200% center;
  }
}



.main-menu__tree > li > a {
  outline-offset: -.5rem;
  padding: 1.5rem 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.main-menu__tree > li .menu-container a[data-depth="1"] {
  font-size: 1.4rem;
}


.header-bottom {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute; /* oder fixed */
  top: 44px;
  left: 0;
  z-index: 1000;
}
.header-bottom__container {width: 100%; max-width: inherit;
  padding: 20px 2% 30px;}



.usp-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin-top: 30px;
}

.usp-item {
  text-align: center;
  max-width: 140px;
}

.usp-icon img {
  width: 48px;
  height: auto;
  margin-bottom: 10px;
}

.usp-text {
  font-size: 16px;
  line-height: 1.3;
  color: #35b7c8;
}



.payment-bar {
  padding: 25px 0;
  text-align: right;
}

.payment-title {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 15px;
}

.payment-logos {
  display: flex;
  justify-content: right;
  align-items: right;
  gap: 40px;
  flex-wrap: wrap;
}

.payment-logos img {
  height: 36px;
  width: auto;
  transition: transform 0.3s ease;
}

.payment-logos img:hover {
  transform: scale(1.08);
}

:root{
  --brand-lavender: #B098DF;
}

/* ============================= */
/* PRODUCT SOCIAL RIGHT ALIGN    */
/* ============================= */
.product__additional-info{
  width: 100%;
  text-align: right !important;
}
.product__additional-info .social-sharing{
  width: 100%;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
}
.product__additional-info .social-sharing ul{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
  padding:0 !important;
}
.product__additional-info .social-sharing li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* ============================= */
/* USP SECTION (GRID)            */
/* ============================= */
.usp-wrapper{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  padding: 25px 0;
  text-align: center;
  align-items: start;
}

.usp-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  color: var(--brand-lavender); /* <- setzt Grundfarbe */
}

.usp-icon{
  width:48px;
  height:48px;
  margin:0 0 12px 0;
}

.usp-icon svg{
  width:100%;
  height:100%;
  display:block;
  stroke: var(--brand-lavender) !important; /* <- Icons lavendel */
}

/* ============================= */
/* SHIMMER (TEXT)                */
/* ============================= */
.usp-text{
  font-weight:600;
  font-size:15px;

  background: #53bfd1;
  background-size:200% auto;

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color:transparent;

  animation: shimmer 6s linear infinite;
}

@keyframes shimmer{
  0%{background-position:0% center;}
  100%{background-position:200% center;}
}

/* ============================= */
/* MOBILE                        */
/* ============================= */
@media (max-width: 768px){
  .usp-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
	
	#wrapper {
  margin-top: 0px !important;
}
	
	.header-bottom {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}
	
	.header-bottom__container {
  width: 100%;
  max-width: inherit;
  padding: 7px 2% 8px;
}
	
	
}



#wrapper {margin-top: 140px;}
@media (min-width: 992px) {
 #index .ratio-homeSlider {
    min-height: 1000px;
    --bs-aspect-ratio: 42.85714%;
    margin-top: -225px;
  }
}


/* Custom Text Desktop Abstand */
@media (min-width: 992px) {
  .custom-text__content.rich-text {
    margin-top: 60px;
  }
}

.home-video__el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer__main a {color:#fff !important;}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1e9dac;
  --bs-btn-border-color: #1e9dac;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18887f; /* dunkleres Türkis */
  --bs-btn-hover-border-color: #18887f;

  --bs-btn-focus-shadow-rgb: 30, 157, 172; /* RGB von #1e9dac */
  
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #14776f; /* noch etwas dunkler */
  --bs-btn-active-border-color: #14776f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);

  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e9dac;
  --bs-btn-disabled-border-color: #1e9dac;
}


.btn-outline-primary {
  --bs-btn-color: #1e9dac;
  --bs-btn-border-color: #1e9dac;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e9dac;
  --bs-btn-hover-border-color: #1e9dac;

  --bs-btn-focus-shadow-rgb: 30, 157, 172; /* RGB von #1e9dac */

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #18887f;  /* etwas dunkleres Türkis */
  --bs-btn-active-border-color: #18887f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);

  --bs-btn-disabled-color: #1e9dac;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1e9dac;

  --bs-gradient: none;
}


.header-top .container-md {
max-width: inherit;
	padding: 0 2%;}


.footer {
  --footer-background-color: linear-gradient(90deg, #f7d7d7, #1e9dac, #8a6fc9);
  --footer-text-color: var(--bs-gray-300);
  --footer-hover-color: var(--bs-white);
  --footer-heading-color: var(--bs-white);

  background: var(--footer-background-color);
  color: var(--footer-text-color);
}

.footer a {
  color: var(--footer-text-color);
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--footer-hover-color);
}

.home-video {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #000; /* optional */
}

.home-video__el {
  display: block;
  width: 100%;
  height: auto;       /* Höhe passt sich dynamisch an */
  object-fit: contain;/* komplettes Video sichtbar; nimm 'cover', wenn es randlos füllen soll */
}

.carousel .carousel-caption {
  display: none;
}
.rich-text .h2, .rich-text h2 {
	font-size: 3rem;}

.usp-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.usp-bar-item {
  flex: 1;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #2f5f3a; /* dunkles Grün wie im Screenshot */
}

.usp-bar-item img {
  display: block;
  margin: 0 auto 10px;
  width: 38px;
  height: auto;
}

/* Mobile */
@media (max-width: 991px) {
  .usp-bar {
    flex-wrap: wrap;
    gap: 25px;
  }

  .usp-bar-item {
    flex: 0 0 45%;
  }
}

.header-block__icon {
  color: #1e9dac !important;
}


.header-block__action-btn span,
.header-block__action-btn .material-icons {
  color: #1e9dac !important;
}



.chiczy-size-compare { margin-top: 40px; }
.size-box { padding: 30px; }
.size-divider { border-left: 1px solid #ddd; }
.size-image { max-width: 280px; margin-bottom: 20px; }

.size-section { margin-bottom: 25px; text-align: left; }
.bar {
  height: 6px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
  margin-bottom: 8px;
}
.bar::after {
  content: "";
  position: absolute;
  height: 6px;
  background: #111;
  border-radius: 20px;
  left: 0;
}
.bar-m-1::after { width: 70%; }
.bar-m-2::after { width: 65%; }
.bar-m-3::after { width: 85%; }

.bar-xxl-1::after { width: 95%; }
.bar-xxl-2::after { width: 90%; }
.bar-xxl-3::after { width: 90%; }

.bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}

@media (max-width: 991px) {
  .size-divider {
    border-left: none;
    border-top: 1px solid #ddd;
    margin-top: 40px;
  }
}	