@font-face {
  font-family: Apercu;
  src: url("/themes/custom/filabe/fonts/ApercuLight.otf") format("opentype"); 
}

/* @font-face {
  font-family: ApercuRegular;
  src: url("/themes/custom/filabe/fonts/ApercuRegular.otf") format("opentype");
} */
@font-face {
  font-family: ApercuBold;
  src: url("/themes/custom/filabe/fonts/ApercuMedium.otf") format("opentype");
}

/* @font-face {
  font-family: ApercuLight;
  src: url("/themes/custom/filabe/fonts/ApercuLight.otf") format("opentype");
} */
@font-face {
  font-family: LeMondeJournal;
  src: url("/themes/custom/filabe/fonts/LeMondeJournalStd-Regular.otf") format("opentype");
}

@font-face {
  font-family: LeMondeJournalBold;
  src: url("/themes/custom/filabe/fonts/LeMondeJournalStd-Bold.otf") format("opentype");
}

/* same as $dry */
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Main Title **/
/* Background Image  Sub Title **/
/* Background Image  Sub Title **/
/* Background Image  Sub Title **/
/* Background Image  Sub Title **/
/* Background Image  Sub Title **/
/* Background Image  Sub Title **/
/* default Main Title beans **/
/* default Main Title beans Mobile **/
/* Body only beans block text  **/
/* Body   **/
/* Body   **/
/* main title color for beans block*/
/* sub title color for beans block*/
/* body text color #333 */
/* Add margin to the top of blocks, and you can remove that space by adding noTopMargin css tag to the block */
/* the space between the image and title in text image block */
/* the space between the image and body in text image block */
/******************** H tags / Tiles Fonts *********************/
h1, h2.largeText, .customTitleH1 h2 {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: 'ApercuBold';
  color: #333;
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  h1, h2.largeText, .customTitleH1 h2 {
    font-size: 35px;
    /** Mobile **/
    line-height: 1.1;
    margin-bottom: 10px;
  }
}

h2, .customTitleH2 h3 {
  font-size: 37px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: 'ApercuBold';
  font-weight: 500;
  color: #333;
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  h2, .customTitleH2 h3 {
    font-size: 28px;
    /** Mobile **/
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

h3, .customTitleH3 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
  font-family: "Apercu";
  letter-spacing: -0.02em;
  color: #333;
}

@media all and (max-width: 767px) {
  h3, .customTitleH3 {
    font-size: 18px;
    /** Mobile **/
    line-height: 26px;
    margin-bottom: 5px;
  }
}

h4 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: "Apercu";
  color: #333;
  letter-spacing: -0.02em;
}

@media all and (min-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}

h1 a, h2 a, h3 a, h4 a {
  color: #333;
  transition: 0.5s;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #333;
  text-decoration: none;
}

form#user-register-form,
form#user-login-form,
form#user-pass,
form#user-pass-reset,
.region.region-content > nav.tabs {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  form#user-register-form,
  form#user-login-form,
  form#user-pass,
  form#user-pass-reset,
  .region.region-content > nav.tabs {
    max-width: 750px;
  }
}

@media all and (min-width: 1024px) {
  form#user-register-form,
  form#user-login-form,
  form#user-pass,
  form#user-pass-reset,
  .region.region-content > nav.tabs {
    max-width: 970px;
    padding: 0 15px;
  }
}

@media all and (min-width: 1200px) {
  form#user-register-form,
  form#user-login-form,
  form#user-pass,
  form#user-pass-reset,
  .region.region-content > nav.tabs {
    max-width: 1170px;
    padding: 0 15px;
  }
}

/******************** Screen Vatiables *********************/
.newsletter-bg {
  background: url(/themes/custom/filabe/images/bg/newsletter1_1600x910.jpg);
  background-size: cover;
}

@media all and (max-width: 767px) {
  .newsletter-bg {
    background: url(/themes/custom/filabe/images/bg/newsletter1_1600x910.jpg) no-repeat;
    background-size: contain;
    background-color: white;
  }
}

.ss-front .outer-container {
  background: white;
}

@media all and (min-width: 768px) {
  .ss-front .outer-container {
    background: white;
  }
}

@media all and (min-width: 1068px) {
  .ss-front .outer-container {
    background: url(/themes/custom/bootsass/images/ss-front.jpg) center center no-repeat;
    background-size: cover;
  }
}

@media all and (min-width: 1339px) {
  .ss-front .outer-container {
    background: url(/themes/custom/bootsass/images/ss-front.jpg) center center no-repeat;
    background-size: cover;
  }
}

/* 
 NM Menu styles 
*/
/* toggle button */
.nm-menu-toggle-left {
  float: left;
  margin-left: -12px;
}

.nm-menu-toggle-right {
  float: right;
  margin-right: -12px;
}

.nm-menu-toggle {
  padding: 12px;
  width: 48px;
  height: 48px;
}

.nm-menu-icon {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../images/nm-icons.svg") 0 0 no-repeat;
}

.nm-menu-icon.nm-icon-light {
  background-position-y: -48px;
}

.nm-menu-open .nm-menu-icon {
  background-position-x: -24px;
}

/* mobile */
.nm-overlay {
  display: none;
  position: fixed;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 1000;
}

.nm-menu-open .nm-overlay {
  display: block;
}

.nm-overlay > .nm-container {
  height: 100%;
}

.nm-overlay > .nm-container {
  display: flex;
  flex-direction: column;
}

.nm-overlay .nm-menu-close-left .nm-menu-close {
  float: left;
}

.nm-overlay .nm-menu-close-right .nm-menu-close {
  float: right;
}

.nm-overlay .nm-menu-close {
  padding: 12px;
  width: 48px;
  height: 48px;
  margin: 16px 16px 0;
}

.nm-overlay .nm-close-icon {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../images/nm-icons.svg") -24px 0 no-repeat;
}

.nm-overlay .nm-close-icon.nm-icon-light {
  background-position-y: -48px;
}

.nm-overlay .nm-menu ul.menu li.opened ul {
  display: block;
  position: static;
  border: none;
  box-shadow: none;
  float: none;
  border-radius: 0;
}

.nm-overlay .nm-menu ul.menu li.opened ul li:not(.last) {
  border-bottom: 1px solid #df4661;
}

.nm-overlay .nm-menu {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

.nm-overlay .nm-menu ul.menu,
.nm-overlay .nm-menu ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nm-overlay .nm-menu ul.menu a {
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  width: 100%;
}

.nm-overlay .nm-menu ul.menu li ul {
  padding-left: 16px;
}

.nm-overlay .nm-menu .content > ul,
.nm-overlay .nm-menu ul.menu {
  margin: 16px;
}

.nm-overlay .nm-menu .content > ul > li,
.nm-overlay .nm-menu ul.menu > li {
  border-top: 1px solid #df4661;
}

.nm-overlay .nm-menu .content > ul > li:last-child,
.nm-overlay .nm-menu ul.menu > li:last-child {
  border-bottom: 1px solid #df4661;
}

/* desktop */
.sticky-wrapper {
  position: relative;
  z-index: 2;
}

.sticky-wrapper + #section-main-content {
  position: relative;
  z-index: 1;
}

.nm-menu .expanded.dropdown .caret {
  display: none;
}

header:not(.nm-overlay) .nm-menu {
  display: inline-block;
  float: left;
}

header:not(.nm-overlay) .nm-menu ul.menu,
header:not(.nm-overlay) .nm-menu ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

header:not(.nm-overlay) .nm-menu ul.menu a {
  display: inline-block;
  padding: 10px 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
}

header:not(.nm-overlay) .nm-menu ul.menu > li > ul {
  display: none;
  background: #FFF;
  position: absolute;
  min-width: 180px;
  padding: 0;
}

header:not(.nm-overlay) .nm-menu ul.menu > li > ul a {
  width: 100%;
}

header:not(.nm-overlay) .nm-menu .content > ul,
header:not(.nm-overlay) .nm-menu ul.menu {
  display: inline-flex;
  margin-left: -12px;
  margin-right: -12px;
}

header:not(.nm-overlay) .nm-menu .content > ul > li,
header:not(.nm-overlay) .nm-menu ul.menu > li {
  position: relative;
}

header:not(.nm-overlay) .nm-menu .content > ul > li.active > a,
header:not(.nm-overlay) .nm-menu .content > ul > li.active-trail > a,
header:not(.nm-overlay) .nm-menu ul.menu > li.active > a,
header:not(.nm-overlay) .nm-menu ul.menu > li.active-trail > a {
  border-color: #df4661;
}

header:not(.nm-overlay) .nm-menu .content > ul > li:hover > ul,
header:not(.nm-overlay) .nm-menu ul.menu > li:hover > ul {
  display: block;
}

header:not(.nm-overlay) .nm-menu .content > ul > li.expanded > a,
header:not(.nm-overlay) .nm-menu ul.menu > li.expanded > a {
  padding-right: 20px;
  position: relative;
}

header:not(.nm-overlay) .nm-menu .content > ul > li.expanded > a:after,
header:not(.nm-overlay) .nm-menu ul.menu > li.expanded > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
}

header:not(.nm-overlay) .nm-menu .content > ul > li > a,
header:not(.nm-overlay) .nm-menu ul.menu > li > a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  margin-left: 12px;
  margin-right: 12px;
  background: transparent;
}

header:not(.nm-overlay) .nm-menu .content > ul > li > a:hover,
header:not(.nm-overlay) .nm-menu ul.menu > li > a:hover {
  border-color: #ffacb8;
}

header:not(.nm-overlay) .nm-menu .content > ul > li > a.active, header:not(.nm-overlay) .nm-menu .content > ul > li > a.active-trail,
header:not(.nm-overlay) .nm-menu ul.menu > li > a.active,
header:not(.nm-overlay) .nm-menu ul.menu > li > a.active-trail {
  border-color: #df4661;
}

header:not(.nm-overlay) .nm-menu .content > ul > li > ul,
header:not(.nm-overlay) .nm-menu ul.menu > li > ul {
  border: 1px solid #df4661;
  margin-left: 12px;
}

header:not(.nm-overlay) .nm-menu .content > ul > li > ul > li + li,
header:not(.nm-overlay) .nm-menu ul.menu > li > ul > li + li {
  border-top: 1px solid #df4661;
}

header:not(.nm-overlay) .nm-menu .content > ul > li > ul > li > a,
header:not(.nm-overlay) .nm-menu ul.menu > li > ul > li > a {
  padding: 12px 16px;
}

header:not(.nm-overlay) .nm-menu .content > ul > li > ul > li > a:hover,
header:not(.nm-overlay) .nm-menu ul.menu > li > ul > li > a:hover {
  background: #df4661;
}

.menu-visible-md {
  display: none !important;
}

@media (min-width: 1200px) {
  .menu-visible-md {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .menu-hidden-md {
    display: none !important;
  }
}

.nm-overlay .nm-menu {
  max-height: 95%;
  overflow-y: auto;
}

.nm-overlay .nm-menu ul.menu li ul {
  display: none;
}

.nm-overlay .nm-menu ul.menu li.expanded {
  position: relative;
}

.nm-overlay .nm-menu ul.menu li.expanded::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 14px;
}

.nm-overlay .nm-menu ul.menu li.expanded.opened::after {
  content: '-';
}

.nm-overlay .nm-menu ul.menu li {
  float: none;
}

.mobile-only {
  display: block;
}

@media all and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media all and (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

.fullwidth-img .bg-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.btn {
  background: #df4661;
  color: white;
  font: normal 18px/25px "Apercu";
  letter-spacing: -0.02em;
  font-family: ApercuBold;
  letter-spacing: -0.02em;
}
@media all and (min-width: 768px) {
	.btn:hover, .btn a:hover {
	  background: #535353;
	}
	.btn:hover, .btn a:hover {
	  color: white;
	}
}
a {
  text-underline-offset: 5px;
}

.img-responsive {
  margin: 0 auto;
}

ul, ol {
  text-align: left;
  padding-left: 23px;
}

@media all and (max-width: 768px) {
  ul, ol {
    padding-left: 17px;
  }
}

/*** Default Button for Petrol ***/
.btn.btn-default, .btn-sm.btn, .btn.btn-primary {
  background: #DF4661;
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  border: none;
  border-radius: 40px;
  padding: 11px 25px;
  transition: 0.5s;
}

@media all and (max-width: 768px) {
  .btn.btn-default, .btn-sm.btn, .btn.btn-primary {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) {
	.btn.btn-default:hover, .btn-sm.btn:hover, .btn.btn-primary:hover {
	  background: #535353;
	  color: #fff !important;
	  text-decoration: none !important;
	}
}

.btn.btn-default:hover::after, .btn-sm.btn:hover::after, .btn.btn-primary:hover::after, div.simple-link-wrapprer a.btn-arrow.white-txt::after {
  background: url("/themes/custom/filabe/images/right_white.png") !important;
  background-size: cover !important;
}
@media all and (min-width: 768px) {
	.btn.pink-arrow.btn-default:hover, .btn-sm.pink-arrow.btn:hover, .btn.pink-arrow.btn-primary:hover {
	  color: #000 !important;
	}
}
div.simple-link-wrapprer a.btn-arrow.white-txt {
  color: #fff !important;
}
/***  Button for Pink ***/
.btn.btn-primary {
  background: #DF4661;
  font-size: 18px;
  line-height: 20px;
  transition: 0.5s;
}

@media all and (max-width: 768px) {
  .btn.btn-primary {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) {
	.btn.btn-primary:hover {
	  background: #535353;
	}
}

/***  Button for White ***/
.btn.btn-lg {
  color: black;
  background: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  transition: 0.5s;
}

.btn.btn-lg.btn-white {
  color: #df4661;
  border: 1px solid #df4661;
}

@media all and (max-width: 768px) {
  .btn.btn-lg {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) {
	.btn.btn-lg:hover {
	  background: black;
	  color: white;
	}
}

div.simple-link-wrapprer a.btn-pink.pink-btn.btn-arrow::after {
  background: url("/themes/custom/filabe/images/right_white.png");
  background-size: cover;
  transition: 0.5s;
}

/***** Pink link with arrow ***/
div.simple-link-wrapprer a.btn-pink.btn-arrow {
  transition: 0.5s;
}

div.simple-link-wrapprer a.btn-pink.btn-arrow::after {
  background: url("/sites/default/files/img/right_pink.svg");
  background-size: cover;
  transition: 0.5s;
}

div.simple-link-wrapprer a.btn-pink.btn-arrow:hover::after {
  background: url("/themes/custom/filabe/images/right_black.png");
  background-size: cover;
}

div.simple-link-wrapprer a.btn-pink.btn-link.pink-arrow {
  background: no-repeat;
  color: #df4661;
}

div.simple-link-wrapprer a.btn-pink.btn-link.pink-arrow:hover::after {
  background: url("/themes/custom/filabe/images/right_black.png") !important;
  background-size: cover !important;
}

/********** Black button **********/
.btn.btn-black {
  color: white;
  border: 1px solid #333;
  background: #333;
  transition: 0.5s;
}
@media all and (min-width: 768px) {
	.btn.btn-black:hover {
	  background: #df4661;
	  border: 1px solid #df4661;
	  color: black;
	}
}

/*** Paragraph Styles *****/
@media all and (min-width: 768px) {
  .inner-pg-wrapper.mobile-bg {
    background: none !important;
  }
}

@media all and (max-width: 767px) {
  .outter-pg-wrapper.desktop-bg {
    background-image: none !important;
  }
}

/*** Background Image Paragraph *****/
.background-image .outter-pg-wrapper, .background-image .inner-pg-wrapper {
  height: 100%;
  min-height: 420px;
}

@media all and (min-width: 1068px) {
  .background-image .outter-pg-wrapper, .background-image .inner-pg-wrapper {
    min-height: 480px;
  }
}

@media all and (min-width: 1339px) {
  .background-image .outter-pg-wrapper, .background-image .inner-pg-wrapper {
    min-height: 590px;
  }
}

@media all and (min-width: 1900px) {
  .background-image .outter-pg-wrapper, .background-image .inner-pg-wrapper {
    min-height: 730px;
  }
}

@media all and (min-width: 2800px) {
  .background-image .outter-pg-wrapper, .background-image .inner-pg-wrapper {
    min-height: 1260px;
  }
}

.background-image.croppedLarge .outter-pg-wrapper, .background-image.croppedLarge .inner-pg-wrapper, .background-image.croppedNormal .outter-pg-wrapper, .background-image.croppedNormal .inner-pg-wrapper {
  height: 100%;
  min-height: 528px;
}

.background-image.croppedLarge .outter-pg-wrapper .content-wrapper, .background-image.croppedLarge .inner-pg-wrapper .content-wrapper, .background-image.croppedNormal .outter-pg-wrapper .content-wrapper, .background-image.croppedNormal .inner-pg-wrapper .content-wrapper {
  width: 100%;
}

@media all and (min-width: 1068px) {
  .background-image.croppedLarge .outter-pg-wrapper, .background-image.croppedLarge .inner-pg-wrapper, .background-image.croppedNormal .outter-pg-wrapper, .background-image.croppedNormal .inner-pg-wrapper {
    min-height: 555px;
  }
}

@media all and (min-width: 1180px) {
  .background-image.croppedLarge .outter-pg-wrapper, .background-image.croppedLarge .inner-pg-wrapper, .background-image.croppedNormal .outter-pg-wrapper, .background-image.croppedNormal .inner-pg-wrapper {
    min-height: 590px;
  }
}

.background-image .inner-pg-wrapper {
  display: flex;
  align-items: center;
}

.background-image .inner-pg-wrapper .content-wrapper {
  justify-content: center;
}

.background-image .content-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.background-image .content-wrapper .video-wrapper {
  flex: 0 0 100%;
}

@media all and (max-width: 768px) {
  .background-image .content-wrapper {
    flex: 0 0 100%;
  }
}

.background-image h2.main-title-wrapper {
  margin-bottom: 15px;
}

.background-image h2.sub-title-wrapper {
  margin-bottom: 15px;
}

.background-image .body-wrapper p {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .background-image .content-box {
    width: auto;
  }
  .background-image.topLeft .inner-pg-wrapper {
    align-items: start;
    padding-top: 40px;
  }
  .background-image.topLeft .inner-pg-wrapper .content-wrapper {
    justify-content: start;
    text-align: left;
  }
  .background-image.topCenter .inner-pg-wrapper {
    align-items: start;
    padding-top: 40px;
  }
  .background-image.topCenter .inner-pg-wrapper .content-wrapper {
    justify-content: center;
    text-align: center;
  }
  .background-image.topRight .inner-pg-wrapper {
    align-items: start;
    padding-top: 40px;
  }
  .background-image.topRight .inner-pg-wrapper .content-wrapper {
    justify-content: end;
    text-align: right;
  }
  .background-image.topRight.withOverlay .inner-pg-wrapper, .background-image.topCenter.withOverlay .inner-pg-wrapper, .background-image.topLeft.withOverlay .inner-pg-wrapper {
    padding-top: 0;
  }
  .background-image.middleLeft .inner-pg-wrapper {
    align-items: center;
  }
  .background-image.middleLeft .inner-pg-wrapper .content-wrapper {
    justify-content: start;
    text-align: left;
  }
  .background-image.middleCenter .inner-pg-wrapper {
    align-items: center;
  }
  .background-image.middleCenter .inner-pg-wrapper .content-wrapper {
    justify-content: center;
    text-align: center;
  }
  .background-image.middleRight .inner-pg-wrapper {
    align-items: center;
  }
  .background-image.middleRight .inner-pg-wrapper .content-wrapper {
    justify-content: end;
    text-align: right;
  }
  .background-image.bottomLeft .inner-pg-wrapper {
    align-items: end;
    padding-bottom: 40px;
  }
  .background-image.bottomLeft .inner-pg-wrapper .content-wrapper {
    justify-content: start;
    text-align: left;
  }
  .background-image.bottomCenter .inner-pg-wrapper {
    align-items: end;
    padding-bottom: 40px;
  }
  .background-image.bottomCenter .inner-pg-wrapper .content-wrapper {
    justify-content: center;
    text-align: center;
  }
  .background-image.bottomRight .inner-pg-wrapper {
    align-items: end;
    padding-bottom: 40px;
  }
  .background-image.bottomRight .inner-pg-wrapper .content-wrapper {
    justify-content: end;
    text-align: right;
  }
  .background-image.croppedLarge.topLeft .content-wrapper, .background-image.croppedLarge.middleLeft .content-wrapper, .background-image.croppedLarge.bottomLeft .content-wrapper, .background-image.croppedNormal.topLeft .content-wrapper, .background-image.croppedNormal.middleLeft .content-wrapper, .background-image.croppedNormal.bottomLeft .content-wrapper {
    padding-left: 40px;
  }
  .background-image.croppedLarge.topRight .content-wrapper, .background-image.croppedLarge.middleRight .content-wrapper, .background-image.croppedLarge.bottomRight .content-wrapper, .background-image.croppedNormal.topRight .content-wrapper, .background-image.croppedNormal.middleRight .content-wrapper, .background-image.croppedNormal.bottomRight .content-wrapper {
    padding-right: 40px;
  }
}

@media all and (min-width: 1270px) {
  .background-image.topRight .inner-pg-wrapper .content-wrapper, .background-image.middleRight .inner-pg-wrapper .content-wrapper, .background-image.bottomRight .inner-pg-wrapper .content-wrapper {
    padding-right: 55px;
  }
}

@media all and (max-width: 768px) {
  .background-image .content-box {
    width: auto;
  }
  .background-image.topLeftMobile .inner-pg-wrapper {
    align-items: start;
    padding-top: 20px;
  }
  .background-image.topLeftMobile .inner-pg-wrapper .content-wrapper {
    justify-content: start;
    text-align: left;
  }
  .background-image.topCenterMobile .inner-pg-wrapper {
    align-items: start;
    padding-top: 20px;
  }
  .background-image.topCenterMobile .inner-pg-wrapper .content-wrapper {
    justify-content: center;
    text-align: center;
  }
  .background-image.topRightMobile .inner-pg-wrapper {
    align-items: start;
    padding-top: 20px;
  }
  .background-image.topRightMobile .inner-pg-wrapper .content-wrapper {
    justify-content: end;
    text-align: right;
  }
  .background-image.middleLeftMobile .inner-pg-wrapper {
    align-items: center;
  }
  .background-image.middleLeftMobile .inner-pg-wrapper .content-wrapper {
    justify-content: start;
    text-align: left;
  }
  .background-image.middleCenterMobile .inner-pg-wrapper {
    align-items: center;
  }
  .background-image.middleCenterMobile .inner-pg-wrapper .content-wrapper {
    justify-content: center;
    text-align: center;
  }
  .background-image.middleRightMobile .inner-pg-wrapper {
    align-items: center;
  }
  .background-image.middleRightMobile .inner-pg-wrapper .content-wrapper {
    justify-content: end;
    text-align: right;
  }
  .background-image.bottomLeftMobile .inner-pg-wrapper {
    align-items: end;
    padding-bottom: 20px;
  }
  .background-image.bottomLeftMobile .inner-pg-wrapper .content-wrapper {
    justify-content: start;
    text-align: left;
  }
  .background-image.bottomCenterMobile .inner-pg-wrapper {
    align-items: end;
    padding-bottom: 20px;
  }
  .background-image.bottomCenterMobile .inner-pg-wrapper .content-wrapper {
    justify-content: center;
    text-align: center;
  }
  .background-image.bottomRightMobile .inner-pg-wrapper {
    align-items: end;
    padding-bottom: 20px;
  }
  .background-image.bottomRightMobile .inner-pg-wrapper .content-wrapper {
    justify-content: end;
    text-align: right;
  }
  .background-image.topLeftMobile .content-wrapper.container, .background-image.middleLeftMobile .content-wrapper.container, .background-image.bottomLeftMobile .content-wrapper.container {
    margin-left: 0;
  }
  .background-image.croppedLarge.topLeftMobile .content-wrapper, .background-image.croppedLarge.middleLeftMobile .content-wrapper, .background-image.croppedLarge.bottomLeftMobile .content-wrapper, .background-image.croppedNormal.topLeftMobile .content-wrapper, .background-image.croppedNormal.middleLeftMobile .content-wrapper, .background-image.croppedNormal.bottomLeftMobile .content-wrapper {
    padding-left: 20px;
  }
  .background-image.croppedLarge.topRightMobile .content-wrapper, .background-image.croppedLarge.middleRightMobile .content-wrapper, .background-image.croppedLarge.bottomRightMobile .content-wrapper, .background-image.croppedNormal.topRightMobile .content-wrapper, .background-image.croppedNormal.middleRightMobile .content-wrapper, .background-image.croppedNormal.bottomRightMobile .content-wrapper {
    padding-right: 20px;
  }
}

.background-image.reduced-height.paragraph .content-wrapper {
  padding-left: 0;
}

.background-image.reduced-height.paragraph .content-wrapper .content-box {
  margin-top: 100px;
}

@media all and (max-width: 767px) {
  .background-image.reduced-height.paragraph .content-wrapper .content-box {
    margin-top: 40px;
  }
}

.background-image.reduced-height.paragraph.title-only .content-wrapper .content-box {
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .background-image.reduced-height.paragraph.title-only .content-wrapper.container {
    padding-bottom: 25px;
  }
}

.background-image.reduced-height.paragraph .content-wrapper.container {
  padding-left: 15px;
  padding-bottom: 33px;
}

@media all and (max-width: 767px) {
  .background-image.reduced-height.paragraph .content-wrapper.container {
    padding-bottom: 20px;
  }
}

.background-image.reduced-height.paragraph .content-box {
  margin-top: 5%;
}

@media all and (max-width: 767px) {
  .background-image.reduced-height.paragraph {
    margin-bottom: -40px;
  }
  .background-image.reduced-height.paragraph.noBotMargin {
    margin-bottom: -38px;
  }
}

.background-image.reduced-height.paragraph.croppedLarge h2.main-title-wrapper {
  font: normal 72px/74px LeMondeJournal;
  letter-spacing: -0.04em;
}

@media all and (max-width: 767px) {
  .background-image.reduced-height.paragraph.croppedLarge h2.main-title-wrapper {
    font: normal 36px/36px LeMondeJournal;
  }
}

.background-image .link-wrapper {
  margin-top: 100px;
  /* div.simple-link-wrapprer a {
			color: $asb;
			&::after {
				background: url("/themes/custom/filabe/images/right_blue.png");
				background-size: cover;
			}
		} */
}

@media all and (max-width: 767px) {
  .background-image .link-wrapper {
    margin-top: 20px;
  }
}

.background-image .sr-only {
  height: 20px;
  position: static;
}

.background-image.noBotMargin .sr-only {
  height: 1px;
  position: absolute;
}

.background-image.noBotMargin.reduced-height .inner-pg-wrapper, .background-image.noBotMargin.reduced-height .outter-pg-wrapper {
  margin-bottom: 0;
}

.background-image.twoButtons .link-wrapper {
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .background-image.twoButtons .link-wrapper {
    margin-top: 0;
  }
}

.background-image.twoButtons .body-wrapper.second-body {
  margin-top: 55px;
}

@media all and (max-width: 768px) {
  .background-image.twoButtons .body-wrapper.second-body {
    margin-top: 25px;
  }
}

.background-image.twoButtons .content-box {
  text-align: center;
}

@media all and (min-width: 768px) {
  .background-image.twoButtons.topLeft .content-wrapper, .background-image.twoButtons.middleLeft .content-wrapper, .background-image.twoButtons.bottomLeft .content-wrapper {
    padding-left: 100px;
  }
  .background-image.twoButtons.topRight .content-wrapper, .background-image.twoButtons.middleRight .content-wrapper, .background-image.twoButtons.bottomRight .content-wrapper {
    padding-right: 100px;
  }
  .background-image.twoButtons .contained-paragraph {
    padding: 70px;
    max-width: 940px;
  }
}

h1 p, h2 p, h3 p, h4 p {
  margin: 0;
  padding: 0;
  font: inherit;
}

/*tested*/
/* .background-image.fullWidthLarge .inner-pg-wrapper {
	align-items: start;
	@media all and (max-width: 768px) {
		align-items: center;
	}
} */
.fullWidthLarge h2.main-title-wrapper, .slide-bg.fullWidthLarge h2, .croppedLarge h2.main-title-wrapper {
  font: normal 72px/74px LeMondeJournal;
  letter-spacing: -0.04em;
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .fullWidthLarge h2.main-title-wrapper, .slide-bg.fullWidthLarge h2, .croppedLarge h2.main-title-wrapper {
    font: normal 36px/36px LeMondeJournal;
    /* margin-bottom: $xRefernceMobile - 6;
		margin-top: -8px; */
    margin-bottom: 25px;
    margin-top: 0;
  }
}

@media all and (max-width: 768px) {
  .ueber-filabe .fullWidthLarge h2.main-title-wrapper, .ueber-filabe .croppedLarge h2.main-title-wrapper {
    font: normal 36px/36px LeMondeJournal;
    margin-bottom: 4px;
    margin-top: -8px;
  }
}

@media all and (max-width: 768px) {
  .ueber-filabe .fullWidthLarge h3.sub-title-wrapper, .ueber-filabe .croppedLarge h3.sub-title-wrapper {
    margin-bottom: 18px;
    margin-top: 1px;
  }
}

.fullWidthLarge .content-box {
  /*tested*/
  /* //margin-top: 15%;
	//margin-top: 120px; */
}

@media all and (max-width: 768px) {
  .fullWidthLarge .content-box {
    margin-top: 0;
  }
}

.fullWidthLarge.fixed-height .inner-pg-wrapper, .fullWidthLarge.fixed-height .outter-pg-wrapper {
  min-height: 600px;
}

@media all and (max-width: 768px) {
  .fullWidthLarge.fixed-height .inner-pg-wrapper, .fullWidthLarge.fixed-height .outter-pg-wrapper {
    min-height: 420px;
  }
}

.fullWidthLarge.fixed-height .content-box {
  margin-top: 120px;
}

@media all and (max-width: 768px) {
  .fullWidthLarge.fixed-height .content-box {
    margin-top: 0;
  }
}

.fullWidthLarge h3.sub-title-wrapper, .fullWidthNormal h3.sub-title-wrapper, .croppedLarge h3.sub-title-wrapper, .croppedNormal h3.sub-title-wrapper, .slide-bg.fullWidthNormal h3 {
  font: normal 26px/36px "Apercu";
  color: white;
  letter-spacing: -0.02em;
  font-weight: normal;
  margin-bottom: -1px;
}

@media all and (max-width: 768px) {
  .fullWidthLarge h3.sub-title-wrapper, .fullWidthNormal h3.sub-title-wrapper, .croppedLarge h3.sub-title-wrapper, .croppedNormal h3.sub-title-wrapper, .slide-bg.fullWidthLarge h3, .slide-bg.fullWidthNormal h3 {
    font: normal 18px/26px "Apercu";
    font-weight: normal;
    margin-bottom: -2px;
  }
}

.fullWidthLarge .body-wrapper, .fullWidthNormal .body-wrapper, .croppedLarge .body-wrapper, .croppedNormal .body-wrapper {
  font: normal 26px/36px "Apercu";
  color: white;
}

@media all and (max-width: 768px) {
  .fullWidthLarge .body-wrapper, .fullWidthNormal .body-wrapper, .croppedLarge .body-wrapper, .croppedNormal .body-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.fullWidthNormal h2.main-title-wrapper, .croppedNormal h2.main-title-wrapper, .slide-bg.fullWidthNormal h2 {
  font: 500 52px/60px ApercuBold;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  margin-top: -10px;
  color: white;
  font-family: ApercuBold;
  /* font: $mainTitleJournal72;
	@media all and (max-width: 768px) {
		font: $mainTitleMobileJournal36;
	} */
}

@media all and (max-width: 768px) {
  .fullWidthNormal h2.main-title-wrapper, .croppedNormal h2.main-title-wrapper, .slide-bg.fullWidthNormal h2 {
    font: 500 30px/36px ApercuBold;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

.fullWidthNormal.title-only h2.main-title-wrapper, .croppedNormal.title-only h2.main-title-wrapper, .slide-bg.fullWidthNormal.title-only h2 {
  font-size: 56px;
}

@media all and (max-width: 768px) {
  .fullWidthNormal.title-only h2.main-title-wrapper, .croppedNormal.title-only h2.main-title-wrapper, .slide-bg.fullWidthNormal.title-only h2 {
    font-size: 30px;
  }
}

.fullWidthJournal.background-image .content-box, .blogVariant2.background-image .content-box {
  width: 65%;
}

@media all and (max-width: 768px) {
  .fullWidthJournal.background-image .content-box, .blogVariant2.background-image .content-box {
    width: 95%;
  }
}

.fullWidthJournal h2.main-title-wrapper, .blogVariant2 h2.main-title-wrapper {
  font: normal 72px/74px LeMondeJournal;
  letter-spacing: -0.04em;
  color: #333;
  margin-top: 0;
}

@media all and (max-width: 768px) {
  .fullWidthJournal h2.main-title-wrapper, .blogVariant2 h2.main-title-wrapper {
    font: normal 36px/36px LeMondeJournal;
  }
}

.fullWidthJournal h3.sub-title-wrapper, .blogVariant2 h3.sub-title-wrapper {
  font: normal 26px/36px "Apercu";
  color: white;
  letter-spacing: -0.02em;
}

@media all and (max-width: 768px) {
  .fullWidthJournal h3.sub-title-wrapper, .blogVariant2 h3.sub-title-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.fullWidthJournal .body-wrapper, .blogVariant2 .body-wrapper {
  font: normal 18px/26px "Apercu";
  color: #b0b0b0;
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .fullWidthJournal .body-wrapper, .blogVariant2 .body-wrapper {
    font: normal 16px/24px "Apercu";
  }
}

.cropped-paragraph.container, .cropped-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

/*************** Simple Link Styles ***********/
div.simple-link-wrapprer a.btn-link {
  background: no-repeat;
  border: 0;
  color: #333;
  font-weight: normal;
}

.position-lefted.simple-link-wrapprer a {
  padding-left: 25px;
}

.position-lefted.simple-link-wrapprer a.btn-link {
  padding-left: 0;
}

div.type-popup a.btn, div.type-ajax a.btn {
  margin-top: 0;
}

div.simple-link-wrapprer a.btn-arrow::after {
  content: "";
  /* background: url("/themes/custom/filabe/images/right_blue.png"); */
  background: url("/themes/custom/filabe/images/right_black_v2.webp");
  display: inline-block;
  background-size: cover;
  width: 19px;
  height: 15px;
  margin-left: 5px;
}

div.simple-link-wrapprer a.btn-arrow.black-arrow::after, div.simple-link-wrapprer a.btn-arrow.black-arrow:hover::after {
	background: url("/themes/custom/filabe/images/right_black_v2.webp") !important;
	background-size: cover !important;
}
div.simple-link-wrapprer a.btn-link.btn-black {
	color: #333 !important;
	border: none !important;
}
div.simple-link-wrapprer a.btn-link.btn-black:hover {
	Background: none !important;
	text-decoration: underline !important;
}
/* div.simple-link-wrapprer a.btn-arrow.pink-arrow::after {
  background: url("/sites/default/files/img/right_pink.svg");
  background-size: cover;
} */

div.simple-link-wrapprer a.btn-arrow:hover::after {
  /* background: url("/themes/custom/filabe/images/right_blue.png"); */
  background: url("/themes/custom/filabe/images/right_black_v2.webp");
  background-size: cover;
  content: "";
}

div.simple-link-wrapprer a.btn-black.white-arrow::after {
	background: url("/themes/custom/filabe/images/right_white.png");
	background-size: cover;
	transition: 0.5s;
	content: "";
  display: inline-block;
  width: 19px;
  height: 15px;
  margin-left: 5px;
}

/* div.simple-link-wrapprer.type-popup {
	a:hover {
		background: none;
	}
} */ 
.blurred .overlayed .poping {
  max-width: 75%;
  margin: 60px auto 0;
  /* max-height: 80vh;
	overflow-y: auto; */
  border-radius: 0;
  /* box-shadow: 0 0 177px 8px #1a1919db; */
  box-shadow: none;
  min-height: 100vh;
}

@media all and (max-width: 767px) {
  .blurred .overlayed .poping {
    margin: 0 auto 0;
    /* max-height: 100vh */
  }
}

body.blurred .dialog-off-canvas-main-canvas { 
  /* filter: blur(6px); */  
}

body.blurred .overlayed {
  background: #d0d0d033;
  overflow-y: auto;
}

.inner-poping {
  font: normal 26px/36px "Apercu";
  text-align: left;
  text-align: left;
  max-width: 70%;
  margin: 0 auto;
  padding-top: 50px;
}

.inner-poping .statement-img img {
  border-radius: 25px;
}

.inner-poping::after, .inner-poping::before {
	content: '';
	display: block;
	width: 100%;
	/* background: #ffffffc9; */
	/* height: 1px; */
	top: 70px;
	position: fixed;
	/* box-shadow: 0 9px 70px 45px white; */
	left: 0;
}
.inner-poping::after {
	top: auto;
	bottom: 8px;
	/* background: #ffffffc9; */
	/* box-shadow: 0 0px 70px 45px white; */
}
@media all and (min-width: 767px) {
	.inner-poping::before {
		display: none;
	}
}
@media all and (max-width: 767px) {
  .inner-poping {
    font: normal 18px/26px "Apercu";
    max-width: 95%;
    margin-top: 30px;
    padding-top: 0px;
  }
  .blurred header#navbar {
		display: none;
	}
	.inner-poping::before {
		top: 0;
	}
}

body.blurred .overlayed .poping {
  color: #333;
  max-width: none;
  padding: 5% 5%;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  body.blurred .overlayed .poping {
    padding: 60px 5%;
    max-width: none;
    margin-top: 0px;
    border-radius: 0;
    box-shadow: 0 0 177px 8px #575757;
    min-height: 100vh;
  }
}

/* div.overlayed .closeme {
	background: white;
	color: black;
	border: 1px solid black;
	left: 5%;
	right: auto;
	top: 10%;
	padding: 4px 14px 8px;
	line-height: 25px;
	@media all and (max-width: 767px) {
		top: 2%;
	}
} */
div.overlayed .closeme {
  background: white;
  color: black;
  border: 1px solid black;
  left: 0px;
  right: auto;
  top: 75px;
  padding: 4px 14px 8px;
  line-height: 25px;
  position: sticky;
  color: transparent;
  background: url("/themes/custom/filabe/images/close40.svg") no-repeat;
  background-size: 35px;
  background-position: center;
  border: none;
  width: 70px;
  height: 70px;
  margin: -32px 0px 0px -50px;
  float: right;
  /* border: 1px solid black; */
}

.inner-poping::before {
	opacity: 0;
}

@media all and (max-width: 767px) {
  div.overlayed .closeme {
		margin: -32px 0px 0px 0px;
		top: 35px;
		z-index: 99999999;
		position: fixed;
		right: 20px;
		left: auto;
	}
	.inner-poping::before {
		top: 0;
		height: 55px;
		box-shadow: 0px 9px 36px 32px white;
		background: white;
		z-index: 99;
	}
	.scrolled-down .inner-poping::before {
		opacity: 1;
	}
}

div.overlayed.video-4-5-format .closeme, div.overlayed.popup-video .closeme {
  background-image: url("/themes/custom/filabe/images/close1.svg");
}

@media all and (max-width: 767px) {
  div.overlayed.statment-video .closeme {
    top: -4px;
  }
}

/************* Paragraph position Overlay ***************/
.paragraph.topOverlay {
  position: relative;
  z-index: 1;
  /* top: -80px; */
  margin-top: -192px;
}

@media all and (max-width: 767px) {
  .paragraph.topOverlay {
    margin-top: -126px;
  }
}

.paragraph.topOverlay.boxStatement {
  margin-top: -205px;
}

@media all and (max-width: 767px) {
  .paragraph.topOverlay.boxStatement {
    margin-top: -116px;
  }
}

.paragraph.topOverlay .paragraph.topOverlay {
  position: static;
  margin-top: 0;
}

.paragraph.topOverlay .paragraph.topOverlay.boxStatement {
  padding-top: 35px;
}

@media all and (max-width: 767px) {
  .paragraph.topOverlay .paragraph.topOverlay.boxStatement {
    padding-top: 10px;
  }
}

.paragraph.bottomOverlay {
  position: relative;
  z-index: 1;
  margin-bottom: -96px;
}

@media all and (max-width: 767px) {
  .paragraph.bottomOverlay {
    margin-bottom: 0;
  }
  .paragraph.bottomOverlay.boxStatement {
    margin-bottom: -160px;
  }
}

.paragraph.bottomOverlay .paragraph.bottomOverlay {
  position: static;
  margin-bottom: 0;
}

.paragraph.noBotMargin {
  margin-bottom: -50px;
}

@media all and (max-width: 767px) {
  .paragraph.noBotMargin {
    margin-bottom: -38px;
  }
}

.paragraph.noBotMargin .paragraph.noBotMargin {
  position: static;
  margin-bottom: 0;
}

.paragraph.reducedOverlay {
  margin-bottom: -24px;
}

@media all and (max-width: 767px) {
  .paragraph.reducedOverlay {
    margin-bottom: -12px;
  }
}

.paragraph.reducedOverlay .paragraph.reducedOverlay {
  position: static;
  margin-bottom: 0;
}

.field--name-field-blocks > .field--items > .field--item,
.field--name-field-blocks.field--items > .field--item {
  margin-bottom: 48px;
}

@media all and (max-width: 767px) {
  .field--name-field-blocks > .field--items > .field--item,
  .field--name-field-blocks.field--items > .field--item {
    margin-bottom: 36px;
  }
}

.field--name-field-blocks .withArrows .field--items.slick-initialized.slick-slider, .paragraph.form-group.withArrows .view-content.slick-slider {
  padding-bottom: 70px;
}

@media all and (max-width: 767px) {
  .field--name-field-blocks .field--items.slick-initialized.slick-slider {
    padding-bottom: 70px;
  }
}

.field--name-field-blocks .slick-prev.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 45%;
}

@media all and (max-width: 767px) {
  .field--name-field-blocks .slick-prev.slick-arrow {
    left: 30%;
  }
}

.field--name-field-blocks .slick-next.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* .link-wrapper div.simple-link-wrapprer.type-popup a, div.simple-link-wrapprer.type-popup a {
	//color: $asb;
	&::after {
		background: url("/themes/custom/filabe/images/right_blue.png");
		background-size: cover;
	}
	&:hover {
		color: $asb !important;
		text-decoration: underline !important;
		&::after {
			background: url("/themes/custom/filabe/images/right_blue.png") !important;
			background-size: cover !important;
		}
	}
} */
.link-wrapper div.simple-link-wrapprer.type-popup a.pink-btn, div.simple-link-wrapprer.type-popup a.pink-btn {
  color: #fff;
}

.inner-poping img {
  max-width: 100%;
}

.double .field--name-field-sub-elements > .field--items,
.background-image .cropped-wrapper,
.maxed-width,
.single-element .contained-paragraph {
  max-width: 1118px;
}

@media all and (min-width: 1270px) {
  .double .field--name-field-sub-elements > .field--items,
  .background-image .cropped-wrapper,
  .maxed-width,
  .single-element .contained-paragraph {
    max-width: 1160px;
  }
}

.swiper-slide .link-wrapper {
  margin-top: -10px;
}

/************** Single Element Layout *************/
.boxStatement .content-box.boxed {
  max-width: 646px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}

.boxStatement .content-wrapper {
  padding: 80px 50px 60px;
  border-radius: 25px;
  margin-bottom: 5px;
}

.boxStatement .contained-paragraph.container {
  margin-bottom: 0;
}

.boxStatement h2.main-title-wrapper {
  font: 500 120px/60px Apercu;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  .boxStatement h2.main-title-wrapper {
    font: 500 100px/34px Apercu;
  }
}

.boxStatement h3.sub-title-wrapper {
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .boxStatement h3.sub-title-wrapper {
    font: 500 30px/36px ApercuBold;
  }
}

.boxStatement .body-wrapper, .boxStatement .link-wrapper p {
  font: normal 26px/36px "Apercu";
  margin-top: 25px;
}

@media all and (max-width: 767px) {
  .boxStatement .body-wrapper, .boxStatement .link-wrapper p {
    font: normal 18px/26px "Apercu";
    padding: 0 39px;
  }
}

.boxStatement h3.sub-title-wrapper, .boxStatement h2.main-title-wrapper {
  color: #AAE3E2;
}

.boxStatement2 .body-wrapper {
  font: normal 44px/48px "ApercuBold";
  margin-top: 0;
  color: #12161CB2;
  letter-spacing: -1px;
}

@media all and (max-width: 767px) {
  .boxStatement2 .body-wrapper {
    font: normal 30px/34px "ApercuBold";
  }
}

.boxStatement2 .body-wrapper.second-body p {
  margin-bottom: 0;
}

.boxStatement2.single-element .link-wrapper {
  margin: 52px 0;
}

@media all and (max-width: 767px) {
  .boxStatement2.single-element .link-wrapper {
    margin: 33px 0;
  }
}

.boxStatement2.single-element .link-wrapper a {
  font-size: 22px;
  line-height: 24px;
  padding: 17px 38px;
}

@media all and (max-width: 767px) {
  .boxStatement2.single-element .link-wrapper a {
    font-size: 16px;
    padding: 8px 24px;
  }
}

.boxStatement2.boxStatement .content-wrapper {
  padding: 69px 50px 73px !important;
}

@media all and (max-width: 767px) {
  .boxStatement2.boxStatement .content-wrapper {
    padding: 43px 15px 48px !important;
  }
}

.boxStatement2.boxStatement .body-wrapper {
  padding: 0 15px;
}

.boxStatement2 .btn-scroll.simple-link {
  margin-top: 35px;
  margin-bottom: -25px;
}

@media all and (max-width: 767px) {
  .boxStatement2 .btn-scroll.simple-link {
    margin-top: 20px;
    margin-bottom: -8px;
    width: 31px;
    height: 31px;
  }
}

.single-element.textLeft .content-wrapper, .single-element.textRight .content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media all and (max-width: 767px) {
  .single-element.textLeft .content-wrapper, .single-element.textRight .content-wrapper {
    display: block;
  }
}

.single-element .contained-paragraph.maxed-width {
  margin-top: 0;
  margin-bottom: 0;
}

.single-element .footer-wrapper p {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  div.single-element.textLeft div.contained-paragraph, div.single-element.textRight div.contained-paragraph {
    padding: 0px 0px 20px 0px;
  }
  div.single-element.textLeft div.contained-paragraph .text-box, div.single-element.textRight div.contained-paragraph .text-box {
    padding: 0 20px;
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  div.single-element.textRight div.contained-paragraph .text-box {
    /* margin-top: 0; */
  }
}

.single-element.textRight .content-wrapper {
  flex-direction: row;
}

@media all and (max-width: 767px) {
  .single-element.textRight .content-wrapper {
    flex-direction: column;
    display: flex;
  }
  .single-element.textRight .content-wrapper .img-box {
    /* margin-bottom: -24px; */
  }
}

.single-element.textRight .img-box, .single-element.textLeft .img-box {
  width: 50%;
  display: flex;
}

@media all and (max-width: 767px) {
  .single-element.textRight .img-box, .single-element.textLeft .img-box {
    width: auto;
    display: block;
  }
}

.single-element.textRight .img-box picture, .single-element.textLeft .img-box picture {
  display: inline-block;
  margin: 0 auto;
}

.single-element.textRight .text-box, .single-element.textLeft .text-box {
  width: 49%;
  padding-left: 40px;
  padding-right: 90px;
}

@media all and (max-width: 767px) {
  .single-element.textRight .text-box, .single-element.textLeft .text-box {
    width: auto;
    padding: 0 20px;
  }
}

.single-element.textLeft .text-box {
  padding-left: 40px;
}

@media all and (max-width: 767px) {
  .single-element.textLeft .text-box {
    padding-left: 0;
  }
}

.single-element.textRight .text-box {
  padding-right: 40px;
}

@media all and (max-width: 767px) {
  .single-element.textRight .text-box {
    padding-right: 0;
  }
}

.single-element.textRight .contained-paragraph, .single-element.textLeft .contained-paragraph, .single-element.textCenter .contained-paragraph {
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
}

.single-element.textRight h2.main-title-wrapper, .single-element.textLeft h2.main-title-wrapper, .single-element.textCenter h2.main-title-wrapper {
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .single-element.textRight h2.main-title-wrapper, .single-element.textLeft h2.main-title-wrapper, .single-element.textCenter h2.main-title-wrapper {
    font: 500 30px/36px ApercuBold;
    margin-bottom: 8px;
  }
}

.single-element.textRight h3.sub-title-wrapper, .single-element.textLeft h3.sub-title-wrapper, .single-element.textCenter h3.sub-title-wrapper {
  font: normal 26px/36px "Apercu";
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  .single-element.textRight h3.sub-title-wrapper, .single-element.textLeft h3.sub-title-wrapper, .single-element.textCenter h3.sub-title-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.single-element.textRight .body-wrapper, .single-element.textLeft .body-wrapper, .single-element.textCenter .body-wrapper {
  font: normal 26px/36px "Apercu";
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  .single-element.textRight .body-wrapper, .single-element.textLeft .body-wrapper, .single-element.textCenter .body-wrapper {
    font: normal 18px/26px "Apercu";
    margin-top: 8px;
    min-height: 60px;
  }
}

.single-element.textRight .link-wrapper, .single-element.textLeft .link-wrapper, .single-element.textCenter .link-wrapper {
  font: normal 18px/26px "Apercu";
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  .single-element.textRight .link-wrapper, .single-element.textLeft .link-wrapper, .single-element.textCenter .link-wrapper {
    font: normal 16px/24px "Apercu";
    margin-top: 20px;
  }
}

.single-element.textCenter h2.main-title-wrapper {
  font: normal 56px/60px LeMondeJournal;
  letter-spacing: -0.04em;
  margin-top: 0;
}

.single-element.textCenter h2.main-title-wrapper em {
  font-style: normal;
  font-size: 66px;
}

@media all and (max-width: 767px) {
  .single-element.textCenter h2.main-title-wrapper {
    font: normal 30px/36px LeMondeJournal;
  }
  .single-element.textCenter h2.main-title-wrapper em {
    font-size: 34px;
  }
}

.single-element.textCenter .contained-paragraph.maxed-width {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .single-element.textCenter .contained-paragraph.maxed-width {
    margin: 0;
    width: auto;
  }
}

.single-element.textCenter div.img-box {
  margin-bottom: 0;
}

.single-element.textCenter .content-wrapper .text-box {
  margin: 40px auto 0;
}

@media all and (max-width: 767px) {
  .single-element.textCenter .link-wrapper {
    margin-bottom: 12px;
  }
}

.single-element.textCenter .content-wrapper {
  padding: 30px 0 40px;
  /* this has veen updated from 110px o to center images with text vertically in about us page based on task 2197 */
}

@media all and (max-width: 767px) {
  .single-element.textCenter .content-wrapper {
    /* padding: 55px 0 60px; */
    padding: 35px 0 40px;
  }
}

.single-element .link-wrapper {
  font: normal 18px/26px "Apercu";
  /* margin-top: 20px; */
  margin-top: 0;
}
.single-element .link-wrapper .simple-link-wrapprer:has(.btn-link) {
	margin-top: -10px;
}

@media all and (max-width: 767px) {
  .single-element .link-wrapper {
    font: normal 16px/24px "Apercu";
  }
}

.single-element .footer-wrapper {
  font: normal 18px/26px "Apercu";
  text-align: left;
  color: #12161C80;
}

@media all and (max-width: 767px) {
  .single-element .footer-wrapper {
    font: normal 16px/24px "Apercu";
    padding: 0;
  }
}

.single-element .text-box {
  color: #333;
}

.single-element.textCenter .img-box {
  margin-bottom: 40px;
}

.single-element .fullWidthVideo video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  max-width: calc(100% - 40px);
}

body .overlayed.popup-video.play {
  background: rgba(0, 0, 0, 0.5);
}

body .overlayed.popup-video.play > .closeme {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

body .overlayed.popup-video.play .poping {
  box-shadow: none;
  background: transparent;
  margin: auto;
}

body .overlayed.popup-video.play .poping .closeme {
  /* display: none; */
}

body .overlayed.popup-video.play .poping .inner-poping {
  max-width: 90%;
}

@media all and (max-width: 767px) {
  body .overlayed.popup-video.play .poping .inner-poping {
    margin-top: 140px;
  }
}

body .overlayed.popup-video.play .poping video {
  display: block;
  width: 100%;
}

@media all and (min-width: 768px) {
  body .overlayed.popup-video.play .poping {
    max-width: 85%;
  }
}

.autoPlayLoop .play-btn {
  display: none;
}

.textLeft div.simple-link-wrapprer.position-lefted a.btn-arrow.btn-link, .textLeftDesktop div.simple-link-wrapprer.position-lefted a.btn-arrow.btn-link, .textLeftMobile div.simple-link-wrapprer.position-lefted a.btn-arrow.btn-link {
  padding-left: 0;
}

.textRight div.simple-link-wrapprer a.btn-arrow.btn-link, .textRightDesktop div.simple-link-wrapprer a.btn-arrow.btn-link, .textRightMobile div.simple-link-wrapprer a.btn-arrow.btn-link {
  padding-right: 0;
}

.single-element.textCenter {
  text-align: center;
}

.single-element.textCenter .content-wrapper .text-box {
  width: 70%;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .single-element.textCenter .content-wrapper .text-box {
    min-height: 290px;
    position: relative;
  }
  .single-element.textCenter .content-wrapper .text-box .link-wrapper {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .single-element.textCenter .content-wrapper .text-box {
    width: auto;
  }
}

.single-element.textCenter .content-wrapper picture {
  margin: 0 auto;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .paragraph.single-element .contained-paragraph {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  .paragraph.single-element.reduced-height.textNormal .contained-paragraph {
    padding: 0;
  }
  .paragraph.single-element.boxStatement .contained-paragraph.container {
    padding: 0;
    width: calc(100% - 30px);
  }
  .paragraph.single-element.boxStatement .contained-paragraph.container .content-wrapper {
    padding: 45px 10px;
  }
  .single-element.textCenter .content-wrapper .img-box {
    margin: -20px -20px 0;
  }
}

.croppedText .content-box {
  max-width: 760px;
  margin: 0 auto;
  font: normal 26px/38px "Apercu";
}

.croppedText .content-box h2 {
  font: 500 52px/60px ApercuBold;
  margin-bottom: 50px;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .croppedText .content-box h2 {
    font: 500 30px/40px ApercuBold;
    margin-top: 0;
    margin-bottom: 35px;
  }
}

.croppedText .content-box h3, .croppedText .content-box h4 {
  font: normal 26px/42px ApercuBold;
  margin-top: 35px;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .croppedText .content-box h3, .croppedText .content-box h4 {
    font: normal 18px/26px "Apercu";
    font-family: ApercuBold;
    margin-bottom: 15px;
  }
}

.croppedText .content-box h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media all and (max-width: 768px) {
  .croppedText .content-box h4 {
    margin-top: 0;
  }
}

.croppedText .content-box p {
  margin: 0;
}

@media all and (max-width: 768px) {
  .croppedText .content-box {
    font: normal 18px/26px "Apercu";
    padding: 0 20px;
  }
  .croppedText .content-box p {
    margin: 0;
  }
}

.page-node-type-article .textNormal .content-wrapper {
  margin: 0 auto;
  font: normal 26px/38px "Apercu";
}

.page-node-type-article .textNormal .content-wrapper h2 {
  font: 500 52px/60px ApercuBold;
  margin-bottom: 50px;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .page-node-type-article .textNormal .content-wrapper h2 {
    font: 500 30px/40px ApercuBold;
    margin-top: 0;
    margin-bottom: 35px;
  }
}

.page-node-type-article .textNormal .content-wrapper h3 {
  font: normal 26px/42px ApercuBold;
  margin-top: 35px;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .page-node-type-article .textNormal .content-wrapper h3 {
    font: normal 18px/26px "Apercu";
    font-family: ApercuBold;
    margin-bottom: 15px;
  }
}

.page-node-type-article .textNormal .content-wrapper p {
  margin: 0;
}

@media all and (max-width: 768px) {
  .page-node-type-article .textNormal .content-wrapper {
    font: normal 18px/26px "Apercu";
    padding: 0 2px;
  }
  .page-node-type-article .textNormal .content-wrapper p {
    margin: 0;
  }
}

.page-node-type-article .textNormal .contained-paragraph.container p, .page-node-type-article .croppedText .contained-paragraph.container p {
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .page-node-type-article .textNormal .contained-paragraph.container, .page-node-type-article .croppedText .contained-paragraph.container {
    padding-top: 0;
  }
}

.croppedImageText .content-wrapper {
  text-align: center;
  padding-bottom: 186px;
  padding-top: 50px;
}

@media all and (max-width: 767px) {
  .croppedImageText .content-wrapper {
    padding-bottom: 100px;
    padding-top: 30px;
  }
}

.croppedImageText h2.main-title-wrapper {
  font: 500 72px/80px ApercuBold;
  letter-spacing: -0.02em;
  color: #df4661;
  margin-top: 0;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .croppedImageText h2.main-title-wrapper {
    font: 500 36px/42px ApercuBold;
  }
}

.croppedImageText h3.sub-title-wrapper {
  font: normal 26px/36px "Apercu";
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  .croppedImageText h3.sub-title-wrapper {
    font: normal 18px/26px "Apercu";
    padding: 0 20px;
  }
}

.croppedImageText .img-box picture {
  width: 200px;
}

.single-element.centeredText .contained-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px;
  max-width: 780px;
  width: 100%;
}

.single-element.centeredText h2.main-title-wrapper {
  color: #df4661;
  margin-bottom: 30px;
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  font-family: ApercuBold;
}

@media all and (max-width: 767px) {
  .single-element.centeredText h2.main-title-wrapper {
    font: 500 30px/36px ApercuBold;
    font-family: ApercuBold;
  }
}

.single-element.centeredText .body-wrapper {
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .single-element.centeredText .body-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

/************** Multiple Elements Paragraph Styling (Slider) ************/
.field.field--name-field-sub-elements .field--label {
  display: none;
}

.field--name-field-sub-elements .field--item.slick-slide {
  margin-right: 24px;
}

.field--name-field-sub-elements h3.sub-title-wrapper {
  font: 500 37px/45px "Apercu";
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  .field--name-field-sub-elements h3.sub-title-wrapper {
    font: 500 28px/35px "Apercu";
  }
}

h3.subtitle-wrapper {
  font: normal 26px/36px "Apercu";
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  h3.subtitle-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.centeredTitle .embedded-title, .centeredTitle h2.main-title-wrapper, .centeredTitle h3.sub-title-wrapper {
  text-align: center;
}

.field--name-field-sub-elements .simple-link.btn-link {
  padding-left: 0;
}

.img-box picture {
  margin: 0 auto;
  display: inline-block;
}

.enabledSldier, .noSlider {
  margin-bottom: -20px;
}

@media all and (max-width: 767px) {
  .enabledSldier, .noSlider {
    margin-bottom: 0;
  }
}

.imageLeftText .text-box {
  padding: 0 13px;
}

.field.field--name-field-sub-elements .body-wrapper {
  margin-bottom: 23px;
}

.elements-wrapper.hasTitle, .double .elements-wrapper.hasTitle {
  margin-top: 28px;
}

@media all and (max-width: 767px) {
  .elements-wrapper.hasTitle, .double .elements-wrapper.hasTitle {
    margin-top: 18px;
  }
}

.elements-wrapper.hasTitle .sub-paragraph .contained-paragraph, .double .elements-wrapper.hasTitle .sub-paragraph .contained-paragraph {
  margin-top: 0;
}

.swiper-slide .contained-paragraph {
  margin-bottom: 0;
}

.double .elements-wrapper .sub-paragraph .contained-paragraph {
  margin-top: 0;
}

.multiple-elements .content-box > h2.main-title-wrapper, h2.maintitle-wrapper, .single-element.textNormal h2.main-title-wrapper {
  font: normal 56px/60px LeMondeJournal;
  letter-spacing: -0.04em;
  margin-top: -15px;
}

@media all and (max-width: 767px) {
  .multiple-elements .content-box > h2.main-title-wrapper, h2.maintitle-wrapper, .single-element.textNormal h2.main-title-wrapper {
    font: normal 30px/36px LeMondeJournal;
    margin-top: -10px;
    /* xRefernceMobile */
  }
}

@media all and (min-width: 768px) {
  .multiple-elements .content-box > h3.sub-title-wrapper {
    margin-top: 12px;
  }
}

.single-element.textNormal h2.main-title-wrapper {
  margin-bottom: 12px;
}

@media all and (max-width: 767px) {
  .single-element.textNormal h2.main-title-wrapper {
    margin-bottom: 22px;
  }
}

@media all and (min-width: 768px) {
  .single-element.textNormal.reduced-height h2.main-title-wrapper {
    margin-bottom: 0;
  }
}

.single-element.textNormal.reduced-height {
  margin-bottom: -24px;
}

@media all and (max-width: 767px) {
  .single-element.textNormal.reduced-height {
    margin-bottom: -40px;
  }
}

.multiple-elements.alternative-title .content-box > h2.main-title-wrapper, .alternative-title h2.maintitle-wrapper, .alternative-title h2.main-title-wrapper, .single-element.textNormal.alternative-title h2.main-title-wrapper {
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  font-family: ApercuBold;
  margin-top: -10px;
}

@media all and (max-width: 767px) {
  .multiple-elements.alternative-title .content-box > h2.main-title-wrapper, .alternative-title h2.maintitle-wrapper, .alternative-title h2.main-title-wrapper, .single-element.textNormal.alternative-title h2.main-title-wrapper {
    font: 500 30px/36px ApercuBold;
    font-family: ApercuBold;
    margin-top: 0;
  }
}

.multiple-elements.oneTwoThree .content-box > h2.main-title-wrapper {
  font-family: 'ApercuBold';
  margin-top: -10px;
}

@media all and (max-width: 767px) {
  .multiple-elements.oneTwoThree .content-box > h2.main-title-wrapper {
    font-family: 'ApercuBold';
    margin-top: -10px;
    /* xRefernceMobile */
  }
}

.multiple-elements.oneTwoThree .content-box > h3.sub-title-wrapper {
  margin-top: 4px;
}

@media all and (max-width: 767px) {
  .multiple-elements.oneTwoThree .content-box > h3.sub-title-wrapper {
    margin-top: 10px;
    /* xRefernceMobile */
  }
}

.contained-paragraph {
  transition: 0.7s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contained-paragraph, .view-all-products .hidden-xs .views-row {
  transition: 0.4s;
}

@media all and (min-width: 768px) {
  .enabledSldier, .noSlider, .elements-wrapper.hasTitle .sub-paragraph .contained-paragraph, .double .elements-wrapper .sub-paragraph .contained-paragraph {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .contained-paragraph:hover, .view-all-products .hidden-xs .views-row:hover {
    /* transform: scale3d(1.03, 1.03, 1.03) translateX(6px);
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16); */
    /* margin-left: 6px; */
  }
}

.agendaLayout {
  display: none;
}

.single-element.boxStatement .contained-paragraph:hover,
.single-element.croppedText .contained-paragraph:hover,
.single-element.textNormal .contained-paragraph:hover,
.single-element.croppedImageText .contained-paragraph:hover,
.single-element.titleTextCenter .contained-paragraph:hover {
  transform: none;
  box-shadow: none;
  margin-left: auto;
}

.single-element.textNormal .contained-paragraph:hover {
  margin-left: 0;
}

.boxStatement .content-box.boxed .content-wrapper {
	box-shadow: 0px 0px 30px rgba(208, 202, 202, 0.35);
}
.boxStatement.noShadow .content-box.boxed .content-wrapper {
	box-shadow: none;
}

@media all and (min-width: 768px) {
  .boxStatement .content-box.boxed .content-wrapper {
    transition: 0.5s;
  }
  .boxStatement .content-box.boxed .content-wrapper:hover {
    /* transform: scale3d(1.03, 1.03, 1.03) translateX(6px);
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16); */
  }
}

.single-element .contained-paragraph:hover {
  margin-left: 0;
}

.single-element.textCenter .contained-paragraph:hover {
  transform: none;
  box-shadow: none;
}

.sub-element.scy-bg .contained-paragraph {
  background: #CCEBBE;
}

.sub-element.sca-bg .contained-paragraph {
  background: #AAE3E2;
}

.sub-element.is-bg .contained-paragraph {
  background: #FFD7DC;
}

.sub-element.ust-bg .contained-paragraph {
  background: #DFCEC5;
}

.sub-element.ms-bg .contained-paragraph {
  background: #CDC8F0;
}

.sub-element.scd-bg .contained-paragraph {
  background: #FFDC9B;
}

.sub-element.bs-bg .contained-paragraph {
  background: #C2E7FF;
}

.sub-element.asb-bg .contained-paragraph {
  background: #88B8F2;
}

.sub-element.mixed-bg .contained-paragraph {
  background: #e593eb;
}

.sub-element.pink-bg .contained-paragraph {
  background: #df4661;
}

.double {
  /* .field--name-field-sub-elements .field--item.slick-slide {
		margin: 0;
	}
	.field--name-field-sub-elements .field--item.slick-slide.slick-current {
		margin-right: 20px;
	} */
}

.double.multiple-elements .sub-paragraph .contained-paragraph {
  border-radius: 25px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .double.multiple-elements .sub-paragraph .contained-paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.double .sub-element h2.main-title-wrapper {
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  .double .sub-element h2.main-title-wrapper {
    font: 500 30px/36px ApercuBold;
    margin-bottom: 3px;
  }
}

.double .sub-element .body-wrapper {
  font: normal 26px/36px "Apercu";
  min-height: 130px;
  padding-top: 5px;
}

@media all and (min-width: 1270px) {
  .double .sub-element .body-wrapper {
    min-height: 150px;
  }
}

@media all and (max-width: 767px) {
  .double .sub-element .body-wrapper {
    font: normal 18px/26px "Apercu";
    min-height: 100px;
  }
}

.double .link-wrapper {
  padding-bottom: 35px;
}

@media all and (max-width: 767px) {
  .double .link-wrapper {
    padding-bottom: 13px;
  }
}

.double.noSlider .elements-wrapper .field--items {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .double.noSlider .elements-wrapper .field--items {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .double.noSlider .elements-wrapper .field--items {
    display: block;
  }
}

.double.noSlider .elements-wrapper .field--item {
  width: 48.5%;
}

@media all and (min-width: 1200px) {
  .double.noSlider .elements-wrapper .field--item {
    width: 512px;
  }
}

@media all and (min-width: 1270px) {
  .double.noSlider .elements-wrapper .field--item {
    width: 568px;
  }
}

@media all and (max-width: 767px) {
  .double.noSlider .elements-wrapper .field--item {
    width: auto;
  }
  .double.noSlider .elements-wrapper .field--item:first-child {
    margin-bottom: 24px;
  }
}

@media all and (min-width: 1200px) {
  .double.noSlider .elements-wrapper .field--name-field-sub-elements > .field--item:last-child {
    margin-right: 40px;
  }
}

.double.imageLeftText .text-box, .double.imageRightText .text-box {
  padding: 0 30px;
}

@media all and (max-width: 767px) {
  .double.imageLeftText .text-box, .double.imageRightText .text-box {
    padding: 0 20px;
  }
}

.double .elements-wrapper {
  margin-top: 0;
}

.triple.imageCenterText .sub-element h2.main-title-wrapper, .triple.imageLeftText .sub-element h2.main-title-wrapper {
  font: normal 26px/36px "Apercu";
  font-family: 'ApercuBold';
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

@media all and (max-width: 767px) {
  .triple.imageCenterText .sub-element h2.main-title-wrapper, .triple.imageLeftText .sub-element h2.main-title-wrapper {
    font: normal 18px/26px "Apercu";
    font-family: 'ApercuBold';
  }
}

.triple.imageCenterText .sub-element h2.main-title-wrapper {
  margin-bottom: 15px;
  margin-top: 35px;
}

@media all and (max-width: 767px) {
  .triple.imageCenterText .sub-element h2.main-title-wrapper {
    margin-bottom: 10px;
    margin-top: 15px;
    font: normal 24px/32px ApercuBold;
    min-height: 64px;
  }
}

.triple.imageCenterText.imageCenterTextJournal .sub-element h2.main-title-wrapper {
  font: normal 46px/46px LeMondeJournal;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .triple.imageCenterText.imageCenterTextJournal .sub-element h2.main-title-wrapper {
    font: normal 25px/25px LeMondeJournal;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 17px;
  }
}

.triple.imageCenter .sub-element .text-box, .triple.centerTextOnly .sub-element .text-box, .triple.timeLineLayout .sub-element .text-box, .triple.oneTwoThree .sub-element .text-box, .triple.imageCenterText .sub-element .text-box {
  padding-top: 5px;
  text-align: center;
}

.triple.imageCenterText .sub-element .text-box {
  font: normal 18px/26px "Apercu";
}

@media all and (max-width: 767px) {
  .triple.imageCenterText .sub-element .text-box {
    min-height: 182px;
    position: relative;
  }
  .triple.imageCenterText .sub-element .text-box .link-wrapper {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .triple.imageCenterText .sub-element .text-box .body-wrapper {
    min-height: 52px;
  }
}

@media all and (max-width: 767px) {
  .triple.imageCenterText .sub-element .text-box .body-wrapper {
    padding-bottom: 40px;
    min-height: 154px;
  }
}

.triple.imageCenter .sub-element .text-body {
  min-height: 100px;
  padding-top: 5px;
}

@media all and (max-width: 767px) {
  .triple.imageCenter .sub-element .text-body {
    min-height: 100px;
  }
}

.triple.imageCenterText .sub-element h2.main-title-wrapper, .triple.imageCenterText .sub-element .text-box, .triple.imageCenterText .sub-element .body-wrapper, .triple.imageCenterText .sub-element .link-wrapper {
  text-align: left;
}

.triple .swiper-slide .contained-paragraph {
  margin-top: 0;
}

.triple.oneTwoThree .sub-element {
  min-height: 454px;
}
.triple.oneTwoThree.oneTwoThreeSmall .sub-element {
  min-height: 254px;
}

@media all and (max-width: 767px) {
  .triple.oneTwoThree .sub-element {
    min-height: 250px;
  }
}

.triple.oneTwoThree .sub-element h2.main-title-wrapper {
  font: normal 100px/90px LeMondeJournal;
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: -0.04em;
  color: white;
}

@media all and (max-width: 767px) {
  .triple.oneTwoThree .sub-element h2.main-title-wrapper {
    font: normal 90px/90px LeMondeJournal;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.triple.oneTwoThree .sub-element .body-wrapper {
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .triple.oneTwoThree .sub-element .body-wrapper {
    font: normal 18px/26px "Apercu";
    margin-bottom: 25px;
  }
}

.triple.centerTextOnly .sub-element h2.main-title-wrapper, .triple.timeLineLayout .sub-element h2.main-title-wrapper, .triple.centerTextOnly .sub-element .recommended-box h2 {
  font: 500 40px/48px ApercuBold;
  min-height: 100px;
  display: flex;
  letter-spacing: -0.02em;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element h2.main-title-wrapper, .triple.timeLineLayout .sub-element h2.main-title-wrapper, .triple.centerTextOnly .sub-element .recommended-box h2 {
    font: 500 28px/35px "Apercu";
    min-height: 65px;
  }
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element h2.main-title-wrapper, .triple.centerTextOnly .sub-element .recommended-box h2 {
    font: normal 24px/32px ApercuBold;
    margin-top: 60px;
  }
}

.triple.centerTextOnly .sub-element .text-body, .triple.timeLineLayout .sub-element .text-body {
  font: normal 26px/38px "Apercu";
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .text-body, .triple.timeLineLayout .sub-element .text-body {
    font: normal 18px/26px "Apercu";
  }
}

.triple.centerTextOnly .sub-element .contained-paragraph, .triple.timeLineLayout .sub-element .contained-paragraph, .triple.oneTwoThree .sub-element .contained-paragraph, .triple.leftTextOnly .sub-element .contained-paragraph, .triple.titleWysiwig .sub-element .contained-paragraph {
  padding: 30px 20px;
  border-radius: 25px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .contained-paragraph, .triple.timeLineLayout .sub-element .contained-paragraph, .triple.oneTwoThree .sub-element .contained-paragraph, .triple.leftTextOnly .sub-element .contained-paragraph, .triple.titleWysiwig .sub-element .contained-paragraph {
    padding: 20px;
  }
}

.triple.centerTextOnly .sub-element .body-wrapper {
  min-height: 115px;
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .body-wrapper {
    min-height: 80px;
  }
}

.triple.titleWysiwig .sub-element .contained-paragraph {
  min-height: 328px;
}

@media all and (max-width: 767px) {
  .triple.titleWysiwig .sub-element .contained-paragraph {
    min-height: 220px;
  }
}

.triple.titleWysiwig .sub-element .contained-paragraph a {
  color: #333;
  text-align: left;
  padding: 0;
  background: none;
  display: block;
}

.triple.titleWysiwig .elements-wrapper .main-title-wrapper {
  color: white;
  margin-top: 0;
}

.triple.titleWysiwig .sub-element .contained-paragraph, .triple.titleWysiwig .sub-element .contained-paragraph .content-wrapper {
  display: flex;
  align-items: stretch;
}

.triple.titleWysiwig .sub-element .contained-paragraph a, .triple.titleWysiwig .sub-element .contained-paragraph .content-wrapper a {
  display: inline-block;
  margin-left: 10px;
  font: normal 18px/26px "Apercu";
  font-family: 'ApercuBold';
}

.triple.titleWysiwig .sub-element .contained-paragraph a.btn, .triple.titleWysiwig .sub-element .contained-paragraph .content-wrapper a.btn {
  margin-left: 0;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .triple.titleWysiwig .sub-element .contained-paragraph a.btn, .triple.titleWysiwig .sub-element .contained-paragraph .content-wrapper a.btn {
    margin-bottom: 0;
  }
}

.triple.titleWysiwig .sub-element .content-wrapper .text-box {
  display: flex;
  /* flex-direction: column; */
  margin-bottom: 0 !important;
  align-items: start;
  flex-wrap: wrap;
}

.triple.titleWysiwig .sub-element .content-wrapper .link-wrapper {
  margin-top: auto;
  width: 100%;
}

.triple.titleWysiwig .sub-element .content-wrapper .body-wrapper {
  margin-top: auto;
  margin-bottom: 0;
}

.triple.titleWysiwig .sub-element .content-wrapper .body-wrapper p img {
  position: relative;
  top: 2px;
}

@media all and (max-width: 767px) {
  .triple.titleWysiwig .sub-element .content-wrapper .body-wrapper p {
    margin-bottom: 5px;
  }
  .triple.titleWysiwig .sub-element .content-wrapper .body-wrapper p img {
    position: relative;
    top: 3px;
    width: 15px;
    height: auto;
  }
  .triple.titleWysiwig .sub-element .content-wrapper .body-wrapper p:last-child {
    margin-bottom: 0;
  }
}

.triple.titleWysiwig a:hover {
  color: white !important;
}

.triple.titleWysiwig div.simple-link-wrapprer a.btn-arrow::after, .triple.titleWysiwig div.body-wrapper a::after {
  content: "";
  background: url("/themes/custom/filabe/images/right_black.png");
  display: inline-block;
  background-size: cover;
  width: 19px;
  height: 15px;
  margin-left: 5px;
}

.triple.titleWysiwig div.simple-link-wrapprer a.btn-arrow:hover::after, .triple.titleWysiwig div.body-wrapper a:hover::after {
  background: url("/themes/custom/filabe/images/right_white.png");
  background-size: cover;
}

.triple.titleWysiwig .sub-element h2.main-title-wrapper {
  font: normal 34px/42px ApercuBold;
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  .triple.titleWysiwig .sub-element h2.main-title-wrapper {
    font: normal 24px/32px ApercuBold;
  }
}

.triple.centerTextOnly .sub-element .body-wrapper, .triple.timeLineLayout .sub-element .body-wrapper, .triple.leftTextOnly .sub-element .text-box, .triple.titleWysiwig .sub-element .text-box {
  margin: 30px auto 30px !important;
}

.triple.centerTextOnly .sub-element .body-wrapper.recommended-box {
  margin: 0 auto 30px !important;
  min-height: 245px;
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .body-wrapper.recommended-box {
    min-height: 200px;
  }
}

.triple.centerTextOnly .sub-element .body-wrapper.recommended-box h2 {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .body-wrapper {
    margin: 25px auto !important;
  }
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .body-wrapper.recommended-box {
    margin: 0 auto 25px !important;
  }
  .triple.centerTextOnly .sub-element .body-wrapper.recommended-box h2 {
    margin-bottom: 25px;
  }
}

.triple.titleWysiwig .sub-element .text-box {
  margin-top: 0 !important;
}

.triple.centerTextOnly .sub-element .text-box {
  font: normal 26px/38px "Apercu";
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .text-box {
    font: normal 18px/26px "Apercu";
  }
}

.triple.centerTextOnly .sub-element .text-box .link-wrapper {
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .triple.centerTextOnly .sub-element .text-box .link-wrapper {
    margin-top: 30px;
  }
}

.triple.leftTextOnly .sub-element h2.main-title-wrapper {
  font: 500 40px/48px ApercuBold;
  letter-spacing: -0.02em;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .triple.leftTextOnly .sub-element h2.main-title-wrapper {
    font: 500 28px/35px "Apercu";
    font-family: ApercuBold;
  }
}

.triple.leftTextOnly .sub-element div.text-box {
  margin-top: 0 !important;
}

.triple.leftTextOnly .sub-element .body-wrapper {
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .triple.leftTextOnly .sub-element .body-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.triple.leftTextOnly .contained-paragraph {
  min-height: 327px;
}

@media all and (max-width: 767px) {
  .triple.leftTextOnly .contained-paragraph {
    min-height: 200px;
    border-radius: 20px;
  }
}

.triple.imageLeftText .sub-element.originalImage .text-box.originalImage h2, .triple.imageLeftText .sub-element.originalImage .text-box.originalImage h3 {
  display: none;
}

.triple.imageLeftText .sub-element.originalImage h2.main-title-wrapper {
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .triple.imageLeftText .sub-element.originalImage h2.main-title-wrapper {
    font: 500 30px/36px ApercuBold;
  }
}

.triple.imageLeftText .sub-element.originalImage h3.sub-title-wrapper {
  font: normal 24px/34px "Apercu";
  letter-spacing: -0.02em;
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .triple.imageLeftText .sub-element.originalImage h3.sub-title-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.triple .img-box.originalImage {
  text-align: center;
}

.triple.timeLineLayout .sub-element h2.main-title-wrapper {
  color: #df4661;
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
}

@media all and (max-width: 767px) {
  .triple.timeLineLayout .sub-element h2.main-title-wrapper {
    font: normal 50px/60px ApercuBold;
    margin-top: 50px;
  }
}

.triple.timeLineLayout .body-wrapper {
  min-height: 170px;
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .triple.timeLineLayout .body-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.triple.timeLineLayout div.simple-link-wrapprer a {
  background: #535353;
  color: white !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  border: none;
  border-radius: 40px;
  padding: 11px 25px;
  transition: 0.5s;
}
@media all and (min-width: 768px) {
	.triple.timeLineLayout div.simple-link-wrapprer a:hover {
	  background: #df4661;
	}
}

.triple.timeLineLayout div.simple-link-wrapprer a.btn-arrow::after {
  content: "";
  background: url("/themes/custom/filabe/images/right_white.png");
  display: inline-block;
  background-size: cover;
  width: 19px;
  height: 15px;
  margin-left: 5px;
}

.triple.timeLineLayout .slick-prev.slick-arrow {
  background: url("/themes/custom/filabe/images/left_arrow_white.png") no-repeat;
  background-size: cover;
}

.triple.timeLineLayout .slick-next.slick-arrow {
  background: url("/themes/custom/filabe/images/right_arrow_white.png") no-repeat;
  background-size: cover;
}

.triple.timeLineLayout div.field--items.slick-initialized.slick-slider {
  padding-bottom: 80px;
  margin-bottom: 70px;
}

.triple.timeLineLayout .sub-element .body-wrapper {
  margin: 30px auto 47px !important;
}

@media all and (max-width: 767px) {
  .triple.timeLineLayout .sub-element .body-wrapper {
    margin: 10px auto 47px !important;
  }
}

.triple .sub-element .contained-paragraph {
  padding: 30px 10px;
  border-radius: 25px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .triple .sub-element .contained-paragraph {
    padding: 20px 10px 12px;
  }
}

.triple.imageCenterText .sub-element .contained-paragraph {
  padding: 0 0 30px;
}

.triple.imageCenterText .sub-element .contained-paragraph .text-box {
  padding: 5px 15px 0;
}

@media all and (max-width: 767px) {
  .triple.imageCenterText .sub-element .contained-paragraph {
    padding: 0 0 12px;
  }
}

.triple.imageLeftText .sub-element .contained-paragraph .img-box {
  margin-left: -10px;
  margin-right: -10px;
}

.triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph {
  padding: 0px 0px 30px 0px;
}

.triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph .text-box.fullWidthImage {
  padding: 0 20px;
}

.triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph a.simple-link.btn-link {
  color: black;
}

.triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph a.simple-link.btn-link::after {
  background: url("/themes/custom/filabe/images/right_black.png");
  background-size: cover;
}

.triple.noSlider .elements-wrapper .field--items {
  display: flex;
  /* justify-content: space-between; */
  gap: 22px;
}

@media all and (max-width: 767px) {
  .triple.noSlider .elements-wrapper .field--items {
    display: block;
  }
}

.triple.noSlider .elements-wrapper .field--item {
  width: 31%;
}

@media all and (max-width: 767px) {
  .triple.noSlider .elements-wrapper .field--item {
    width: auto;
  }
}


.triple .field--name-field-sub-elements .field--item.slick-slide {
  margin-right: 24px;
}

@media all and (max-width: 767px) {
  .triple.agendaVar {
    /* .elements-wrapper h2.main-title-wrapper::after {
				content: "";
				background: url("/themes/custom/filabe/images/check-transparent.png");
				display: inline-block;
				background-size: cover;
				min-width: 44px;
				min-height: 44px;
				margin-left: 10px;
				background-color: #df4661;
				border-radius: 50%;
			} */
  }
  .triple.agendaVar .contained-paragraph {
    background: none !important;
    box-shadow: none;
  }
  .triple.agendaVar .elements-wrapper h2.main-title-wrapper {
    margin-top: 0 !important;
    min-height: auto !important;
    justify-content: left !important;
  }
  .triple.agendaVar .text-box {
    text-align: left !important;
    display: none;
  }
  .triple.agendaVar .field--name-field-sub-elements > .field--item {
    border-bottom: 1px solid #12161C4D;
  }
  .triple.agendaVar .sub-element .contained-paragraph {
    padding: 25px 0px 20px !important;
  }
  .triple.agendaVar .agendaLayout {
    display: block;
  }
  .triple.agendaVar .agendaLayout h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font: normal 24px/34px "Apercu";
    font-family: ApercuBold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #12161CCC;
  }
  .triple.agendaVar .agendaLayout h3::after {
    content: "";
    background: url("/themes/custom/filabe/images/check-transparent.png");
    display: inline-block;
    background-size: cover;
    min-width: 44px;
    min-height: 44px;
    margin-left: 10px;
    background-color: #df4661;
    border-radius: 50%;
  }
  .triple.agendaVar .agendaLayout p {
    font: normal 18px/26px "Apercu";
    color: #12161CB2;
  }
}

.empfohlen-is .triple.agendaVar .agendaLayout h3::after, .product-is .triple.agendaVar .agendaLayout h3::after, .lp-is .triple.agendaVar .agendaLayout h3::after {
  background-color: #FFD7DC;
}

.empfohlen-scy .triple.agendaVar .agendaLayout h3::after, .product-scy .triple.agendaVar .agendaLayout h3::after, .lp-scy .triple.agendaVar .agendaLayout h3::after {
  background-color: #CCEBBE;
}

.empfohlen-sca .triple.agendaVar .agendaLayout h3::after, .product-sca .triple.agendaVar .agendaLayout h3::after, .lp-sca .triple.agendaVar .agendaLayout h3::after {
  background-color: #AAE3E2;
}

.empfohlen-ust .triple.agendaVar .agendaLayout h3::after, .product-ust .triple.agendaVar .agendaLayout h3::after, .lp-ust .triple.agendaVar .agendaLayout h3::after {
  background-color: #DFCEC5;
}

.empfohlen-bs .triple.agendaVar .agendaLayout h3::after, .product-bs .triple.agendaVar .agendaLayout h3::after, .lp-bs .triple.agendaVar .agendaLayout h3::after {
  background-color: #C2E7FF;
}

.empfohlen-asb .triple.agendaVar .agendaLayout h3::after, .product-asb .triple.agendaVar .agendaLayout h3::after, .lp-asb .triple.agendaVar .agendaLayout h3::after {
  background-color: #88B8F2;
}

.empfohlen-scd .triple.agendaVar .agendaLayout h3::after, .product-scd .triple.agendaVar .agendaLayout h3::after, .lp-scd .triple.agendaVar .agendaLayout h3::after {
  background-color: #FFDC9B;
}

.empfohlen-ms .triple.agendaVar .agendaLayout h3::after, .product-ms .triple.agendaVar .agendaLayout h3::after, .lp-ms .triple.agendaVar .agendaLayout h3::after {
  background-color: #CDC8F0;
}

.paragraph.multiple-elements.timeLineLayout .fullwidth-paragraph {
  padding-bottom: 50px;
}

@media all and (max-width: 767px) {
  .paragraph.multiple-elements.timeLineLayout .fullwidth-paragraph {
    padding-bottom: 48px;
  }
}

.quadrant .sub-element h2.main-title-wrapper {
  font: normal 24px/32px ApercuBold;
  letter-spacing: -0.02em;
  line-height: 36px;
}

@media all and (max-width: 767px) {
  .quadrant .sub-element h2.main-title-wrapper {
    font: normal 24px/32px ApercuBold;
    line-height: 36px;
    margin-top: 18px;
    min-height: 57px;
    line-height: 26px;
  }
}

.quadrant .sub-element .smallImage.text-box h2 {
  display: none;
}

.quadrant .sub-element .contained-paragraph {
  border-radius: 25px;
  padding: 5px 11px 25px;
  margin-top: 0;
}

.quadrant .img-box.smallImage picture {
  max-width: 66%;
  margin: 20px auto;
  text-align: center;
  display: block;
}

@media all and (max-width: 767px) {
  .quadrant .img-box.smallImage picture {
    max-width: 200px;
  }
}

@media all and (max-width: 767px) {
  .quadrant .img-box.smallImage {
    margin: 10px 0;
  }
}

.quadrant.noSlider .elements-wrapper .field--items {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .quadrant.noSlider .elements-wrapper .field--items {
    display: block;
  }
}

.quadrant.noSlider .elements-wrapper .field--item {
  width: 23%;
}

@media all and (max-width: 767px) {
  .quadrant.noSlider .elements-wrapper .field--item {
    width: auto;
  }
}

.quadrant.timeLineLayout .body-wrapper {
  font: normal 24px / 32px Apercu;
  min-height: 165px;
}

.quadrant.timeLineLayout .sub-element .contained-paragraph {
  padding: 40px 15px;
}

.quadrant.timeLineLayout .img-box {
  text-align: center;
  margin-bottom: 15px;
}

.quadrant.timeLineLayout.paragraph.multiple-elements.timeLineLayout .fullwidth-paragraph {
  padding-bottom: 0;
}

.small-text .text-box {
  font: normal 16px/24px "Apercu";
}

/************ Video *********/
.boxVideo .video-container video {
  max-width: 100%;
}

.video-container video {
  object-fit: cover;
}

.video-container {
  position: relative;
}

.video-container:hover .play-btn {
  /* background: url(/themes/custom/filabe/images/play_pink.png) no-repeat; */
  background: url(/sites/default/files/img/play_hover.svg) no-repeat;
  background-size: cover;
}

.play-btn {
  /* background: url(/themes/custom/filabe/images/play.png) no-repeat; */
  /* background: url(/sites/default/files/img/play_button.svg) no-repeat; */
  background: url(/sites/default/files/img/play.svg) no-repeat;
  width: 60px;
  height: 60px;
  background-size: cover;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
  z-index: 9;
}

.play-btn:hover {
  /* background: url(/themes/custom/filabe/images/play_pink.png) no-repeat; */
  /* background: url(/sites/default/files/img/play-pink_button.svg) no-repeat; */
  background: url(/sites/default/files/img/play_hover.svg) no-repeat;
  background-size: cover;
}

.tv-video-close {
  background: url("/themes/custom/filabe/images/close.svg") no-repeat;
  background-size: 35px;
  background-position: center;
  border: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: none;
}

@media all and (max-width: 767px) {
  .tv-video-close {
    right: 25px;
  }
}

.video-container.playing .tv-video-close {
  display: block;
}

.video-container.playing .play-btn {
  display: none;
}

.video-container-button {
  position: relative;
  margin-top: 40px;
}

.inner-poping video {
  max-width: 100%;
  margin: 0 auto;
}

.play .inner-poping .play-btn {
  display: none;
}

.video-container-button .play-btn {
  position: static;
  margin: 0 auto 15px;
  transform: none;
}

.video-container-button .play-btn {
  /* width: 115px;
	height: 115px; */
  width: 60px;
  height: 60px;
}

@media all and (max-width: 767px) {
  .video-container-button .play-btn {
    /* width: 80px;
		height: 80px; */
    width: 60px;
    height: 60px;
  }
}

.play-txt {
  display: block;
  text-align: center;
  line-height: 24px;
  font-family: ApercuBold;
}

a.play-txt::after {
  content: "";
  background: url("/themes/custom/filabe/images/right_blue.png");
  display: inline-block;
  background-size: cover;
  width: 19px;
  height: 15px;
  margin-left: 5px;
}

.centeredText {
  text-align: center;
}

/****************** Slogan ************/
.feedback-statement .views-row {
  margin-right: 24px;
  background: #F5F5F4;
  padding: 25px;
  border-radius: 20px;
}

.feedback-statement .statement-img {
  width: 110px;
  margin: 15px auto;
}

@media all and (max-width: 767px) {
  .feedback-statement .statement-img {
    width: 130px;
    margin: 45px auto;
  }
}

.feedback-statement .stars-number {
  margin-left: 0;
}

.feedback-statement .statement-body {
  font: normal 24px/34px "Apercu";
  font-family: 'ApercuBold';
  text-align: center;
  margin-bottom: 15px;
  min-height: 102px;
}

@media all and (max-width: 767px) {
  .feedback-statement .statement-body {
    font: normal 20px/28px ApercuBold;
    font-family: 'ApercuBold';
  }
}

/****************** Statments ************/
.slogan-paragraph {
  text-align: center;
}

.slogan-paragraph .content-box > div {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .slogan-paragraph .content-box > div {
    display: block;
  }
}

.slogan-paragraph .content-box p {
  margin: 0 10px;
}

.slogan-block-wrapper .fullwidth-block {
  background: #ecebebd4;
  padding: 7px 0;
}

@media all and (max-width: 767px) {
  .slogan-paragraph-wrapper {
    margin-top: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
}

.slogan-paragraph-wrapper a::after {
  /* content: "";
  background: url("/themes/custom/filabe/images/right_blue.png");
  display: inline-block;
  background-size: cover;
  width: 19px;
  height: 15px;
  margin-left: 5px; */
}

.popup-statement .views-row {
  margin-right: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.popup-statement .slick-track > .views-row:nth-child(4n+1) {
  background: #6DFDAF;
}

.popup-statement .slick-track > .views-row:nth-child(4n+2) {
  background: #3EF5DD;
}

.popup-statement .slick-track > .views-row:nth-child(4n+3) {
  background: #FFA8E1;
}

.popup-statement .slick-track > .views-row:nth-child(4n+4) {
  background: #7ACCFF;
}

.popup-statement .statement-title {
  font: normal 34px/42px ApercuBold;
  letter-spacing: -0.02em;
  padding: 0 25px;
  height: 42px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .popup-statement .statement-title {
    font: normal 24px/32px ApercuBold;
    margin-top: 35px;
    height: auto;
  }
}

.popup-statement .reveal-more-pop {
  padding: 0 25px;
  margin-bottom: 22px;
}

@media all and (max-width: 767px) {
  .popup-statement .reveal-more-pop {
    margin-bottom: 35px;
  }
}

.statement-product {
  max-width: 370px;
  margin: 40px auto;
}

.poping .statement-title {
  text-align: center;
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  font-family: 'ApercuBold';
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .poping .statement-title {
    font: 500 30px/36px ApercuBold;
    font-family: 'ApercuBold';
    line-height: 38px;
  }
}

.poping .statement-body {
  text-align: center;
  font: normal 26px/36px "Apercu";
  line-height: 40px;
}

@media all and (max-width: 767px) {
  .poping .statement-body {
    font: normal 18px/26px "Apercu";
  }
}

.poping .imgs-product {
  margin-bottom: 0;
}

.poping .product-links-wrapper.simple-link-wrapprer {
  text-align: center;
}

.video-statement .views-row {
  margin-right: 24px;
}

.video-statement .views-row video {
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.statement-popup-wrapper.feedback-popup-container .statement-img {
  max-width: 320px;
  margin: 30px auto;
}

@media all and (max-width: 767px) {
  .statement-popup-wrapper.feedback-popup-container .statement-img {
    max-width: 200px;
  }
}

/*************** Blog Slider ***********/
.blogSlider .swiper-slide {
  min-height: 444px;
  position: relative;
}

@media all and (max-width: 767px) {
  .blogSlider .swiper-slide {
    min-height: 420px;
  }
}

.blogSlider .views-field.views-field-view-node {
  position: absolute;
  bottom: 45px;
  left: 25px;
}

.blogSlider .views-row {
  margin-right: 24px;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px;
}

.blogSlider h3 {
  font: 500 52px/60px ApercuBold;
  font-family: 'LeMondeJournal';
  letter-spacing: -0.04em;
  line-height: 1;
  margin-top: 5px;
}

@media all and (max-width: 767px) {
  .blogSlider h3 {
    font: normal 36px/36px LeMondeJournal;
  }
}

.blogSlider .views-field-field-blog-category {
  font: normal 24px/34px "Apercu";
  min-height: 68px;
}
.blog-slider-swiper .swiper-slide .views-field-view-node a {
	color: black !important;
}

@media all and (max-width: 767px) {
  .blogSlider .views-field-field-blog-category {
    font: normal 18px/26px "Apercu";
    min-height: 54px;
  }
}

.blogSlider .views-field-view-node a::after {
  content: "";
  background: url("/themes/custom/filabe/images/right_black.png") !important;
  display: inline-block;
  background-size: cover !important;
  width: 19px;
  height: 15px;
  margin-left: 5px;
}

.blogSlider .views-field-view-node a:hover::after {
  background: url("/themes/custom/filabe/images/right_blue.png");
  background-size: cover;
  content: "";
}

.blogSlider.variant-1 .views-row, .blogSlider.variant-2 .views-row, .blogSlider.variant-4 .views-row {
  background: #F5F5F4;
}

.blogSlider.variant-1 .views-field-field-blog-category, .blogSlider.variant-2 .views-field-field-blog-category, .blogSlider.variant-4 .views-field-field-blog-category {
  color: #12161C;
}

.blogSlider.variant-1 .slick-track > .views-row:nth-child(4n+1) h3, .blogSlider.variant-2 .slick-track > .views-row:nth-child(4n+1) h3, .blogSlider.variant-4 .slick-track > .views-row:nth-child(4n+1) h3 {
  color: #6DFDAF;
}

.blogSlider.variant-1 .slick-track > .views-row:nth-child(4n+2) h3, .blogSlider.variant-2 .slick-track > .views-row:nth-child(4n+2) h3, .blogSlider.variant-4 .slick-track > .views-row:nth-child(4n+2) h3 {
  color: #FFA8E1;
}

.blogSlider.variant-1 .slick-track > .views-row:nth-child(4n+3) h3, .blogSlider.variant-2 .slick-track > .views-row:nth-child(4n+3) h3, .blogSlider.variant-4 .slick-track > .views-row:nth-child(4n+3) h3 {
  color: #3EF0DD;
}

.blogSlider.variant-1 .slick-track > .views-row:nth-child(4n+4) h3, .blogSlider.variant-2 .slick-track > .views-row:nth-child(4n+4) h3, .blogSlider.variant-4 .slick-track > .views-row:nth-child(4n+4) h3 {
  color: #BEB2AD;
}

.blogSlider.variant-4 .views-row {
  background: #fff;
}

.blogSlider.variant-2 .views-row {
  background: #000;
}

.blogSlider.variant-2 .views-field-field-blog-category {
  color: #fff;
  font-family: 'ApercuBold';
}

@media all and (max-width: 767px) {
  .blogSlider.variant-2 .views-field-field-blog-category {
    font-family: 'ApercuBold';
  }
}

.blogSlider.variant-3 h3 {
  color: #000;
}

.blogSlider.variant-3 .views-field-field-blog-category {
  color: #fff;
  font-family: 'ApercuBold';
}

@media all and (max-width: 767px) {
  .blogSlider.variant-3 .views-field-field-blog-category {
    font-family: 'ApercuBold';
  }
}

.blogSlider.variant-3 .slick-track > .views-row:nth-child(4n+1) {
  background: #6DFDAF;
}

.blogSlider.variant-3 .slick-track > .views-row:nth-child(4n+2) {
  background: #FFA8E1;
}

.blogSlider.variant-3 .slick-track > .views-row:nth-child(4n+3) {
  background: #3EF0DD;
}

.blogSlider.variant-3 .slick-track > .views-row:nth-child(4n+4) {
  background: #BEB2AD;
}

.blog-slider-swiper {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.blog-slider-swiper .swiper-slide {
  border-radius: 20px;
  margin-right: 24px;
  overflow: hidden;
  padding: 25px;
  width: 254px;
}

@media (min-width: 768px) {
  .blog-slider-swiper .swiper-slide {
    width: 292px;
  }
}

@media (min-width: 1200px) {
  .blog-slider-swiper .swiper-slide {
    width: 370px;
  }
}

@media all and (max-width: 767px) {
  .blog-slider-swiper .swiper-slide {
    padding: 22px 20px;
  }
}

.blog-slider-swiper .swiper-slide .views-field-view-node a {
  font-family: 'ApercuBold';
}

.variant-4 .blog-slider-swiper .swiper-slide {
  background: #ffffff;
}

.variant-4 .blog-slider-swiper .swiper-slide:nth-child(4n + 1) h3 {
  color: #6dfdaf;
}

.variant-4 .blog-slider-swiper .swiper-slide:nth-child(4n + 2) h3 {
  color: #ffa8e1;
}

.variant-4 .blog-slider-swiper .swiper-slide:nth-child(4n + 3) h3 {
  color: #3ef0dd;
}

.variant-4 .blog-slider-swiper .swiper-slide:nth-child(4n + 4) h3 {
  color: #beb2ad;
}

.blog-slider-swiper .swiper-slide:first-child {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .blog-slider-swiper .swiper-slide:first-child {
    margin-left: calc((100vw - 750px + 30px) / 2);
  }
}

@media (min-width: 992px) {
  .blog-slider-swiper .swiper-slide:first-child {
    margin-left: calc((100vw - 970px + 30px) / 2);
  }
}

@media (min-width: 1200px) {
  .blog-slider-swiper .swiper-slide:first-child {
    margin-left: calc((100vw - 1170px + 30px) / 2);
  }
}

@media (min-width: 1270px) {
  .blog-slider-swiper .swiper-slide:first-child {
    margin-left: calc((100vw - 1230px + 30px) / 2);
  }
}

/************** AB testing variant for timeline*****/
.page-node-type-landing-page.var2 .fullWidthLarge h2.main-title-wrapper, .page-node-type-landing-page.var2 .croppedLarge h2.main-title-wrapper {
  font: normal 52px/60px LeMondeJournal;
  margin-bottom: 58px;
  margin-top: 10px;
}

.page-node-type-landing-page.var2 .slider-wrapper {
  margin: 15px auto 60px;
}

.page-node-type-landing-page.var2 .special-element.towel-with-dots {
  display: none;
}

.page-node-type-landing-page.var2 .age-slider .contained-paragraph.maxed-width {
  background: none !important;
}

.page-node-type-landing-page.var2 .age-slider.single-element .contained-paragraph.maxed-width {
  background: white !important;
  max-width: 646px;
  margin: -130px auto 0;
  border-radius: 25px;
  padding-top: 55px;
}

.page-node-type-landing-page.var2 .age-slider.single-element h2.main-title-wrapper {
  color: #df4661;
  line-height: 40px;
  margin-bottom: 0;
}

.page-node-type-landing-page.var2 .age-slider.single-element .body-wrapper {
  color: #333;
  margin-top: 8px;
}

.page-node-type-landing-page.var2 .ageslider-scrolldown.boxStatement.paragraph.topOverlay {
  margin-top: -275px;
}

.page-node-type-landing-page.var2 .ageslider-scrolldown.boxStatement .content-wrapper {
  padding-top: 0;
}

.page-node-type-landing-page.var2 .boxStatement .content-box.boxed .content-wrapper:hover {
  transform: none;
  box-shadow: none;
}

.page-node-type-landing-page.var2 .sliderCircle::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 0px;
  background-size: contain;
  background-color: #80808085;
  border-radius: 50%;
}

.page-node-type-landing-page.var2 .sliderCircle::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 0px;
  background-size: contain;
  background-color: #80808085;
  border-radius: 50%;
}

@media all and (max-width: 768px) {
  .page-node-type-landing-page.var2 .fullWidthLarge h2.main-title-wrapper, .page-node-type-landing-page.var2 .croppedLarge h2.main-title-wrapper {
    font: normal 30px/36px LeMondeJournal;
    margin-bottom: 50px;
  }
  .page-node-type-landing-page.var2 .age-slider.single-element .contained-paragraph.maxed-width {
    max-width: calc(100% - 30px);
    margin: -80px auto 0;
    padding-top: 37px;
  }
  .page-node-type-landing-page.var2 .ageslider-scrolldown.boxStatement.paragraph.topOverlay {
    margin-top: -160px;
  }
  .page-node-type-landing-page.var2 .paragraph.single-element.boxStatement.ageslider-scrolldown .contained-paragraph.container .content-wrapper {
    padding-top: 0;
  }
  .page-node-type-landing-page.var2 .sliderCircle::-moz-range-thumb, .page-node-type-landing-page.var2 .sliderCircle::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 0px;
    background-size: contain;
    background-color: #80808085;
    border-radius: 50%;
  }
  .page-node-type-landing-page.var2 .sliderCircle::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 0px;
    background-size: contain;
    background-color: #80808085;
    border-radius: 50%;
  }
  .page-node-type-landing-page.var2 .slider-wrapper {
    margin-top: 20px;
  }
  .page-node-type-landing-page.var2 .numPopUp {
    box-shadow: none;
    background: #12161C1A;
    border: 0;
  }
  .page-node-type-landing-page.var2 .numPopUp::before {
    border-bottom: 10px solid #12161C1A;
    top: -9px;
    box-shadow: none;
  }
}

/************** Special Element ************/
.special-element.timeline .content-box.container h2 {
  text-align: center;
  color: #df4661;
  font: 500 52px/60px ApercuBold;
  font-weight: normal;
  margin-bottom: 90px;
  letter-spacing: -0.02em;
}

@media all and (max-width: 768px) {
  .special-element.timeline .content-box.container h2 {
    font: 500 30px/36px ApercuBold;
    font-weight: normal;
    margin-bottom: 60px;
  }
}

.special-element.multipleImages .content-box.container h2 {
  font: normal 36px/34px ApercuBold;
  letter-spacing: -0.02em;
  margin-top: 0;
  font-family: Apercu;
}

@media all and (max-width: 768px) {
  .special-element.multipleImages .content-box.container h2 {
    font: normal 22px/28px ApercuBold;
    font-weight: normal;
    font-family: Apercu;
  }
}

.special-element.multipleImages .content-box.container h2 p {
  font: inherit;
}

.paragraph.special-element.splitElement.topOverlay.splitLP {
  margin-top: -400px;
  margin-bottom: 0;
}

.paragraph.special-element.splitElement .contained-paragraph:hover {
  transform: none;
  box-shadow: none;
  margin-left: auto;
}

.paragraph.special-element.splitElement.splitLP .img-wrapper {
  max-width: 250px;
  margin: 0 auto 15px;
}

@media all and (max-width: 768px) {
  .paragraph.special-element.splitElement.splitLP .img-wrapper {
    max-width: 180px;
  }
}

.paragraph.special-element.splitElement .link-wrapper {
  width: auto;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .paragraph.special-element.splitElement .link-wrapper {
    margin-top: 10px;
  }
}

@media all and (max-width: 768px) {
  .paragraph.special-element.splitElement.splitLP .link-wrapper a {
    max-width: 230px;
    width: auto;
  }
}

.paragraph--type--special-sub-element .contained-paragraph:hover {
  transform: none;
  box-shadow: none;
  margin-left: auto;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .maxed-width, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .maxed-width, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .maxed-width, .paragraph--type--special-sub-element.statementRight .contained-paragraph .maxed-width {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph.container, .paragraph--type--special-sub-element.imageLeft .contained-paragraph.container, .paragraph--type--special-sub-element.statementLeft .contained-paragraph.container, .paragraph--type--special-sub-element.statementRight .contained-paragraph.container {
    padding: 0;
    margin: 0;
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box {
  width: 568px;
  min-height: 470px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.img-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.img-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.img-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.img-box {
    border-radius: 0;
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.img-box, .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.img-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.img-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.img-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box {
  display: flex;
  align-items: end;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.img-box .img-wrapper, .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box .img-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.img-box .img-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box .img-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.img-box .img-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box .img-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.img-box .img-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box .img-wrapper {
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box {
    width: calc(100% - 30px);
    box-shadow: 0 1px 4px 1px #f0f0f045;
    margin-bottom: 5px;
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box {
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box > div, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box > div, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box > div, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box > div {
  width: 100%;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box .statement-img img, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box .statement-img img, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box .statement-img img, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box .statement-img img {
  margin: 0 auto;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box .stars-number, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box .stars-number, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box .stars-number, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box .stars-number {
  margin-left: 30px;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box .statement-body, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box .statement-body, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box .statement-body, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box .statement-body {
  font: normal 24px/34px "Apercu";
  font-family: ApercuBold;
  font-weight: normal;
  max-width: 80%;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box .statement-body, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box .statement-body, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box .statement-body, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box .statement-body {
    font: normal 18px/26px "Apercu";
    font-family: ApercuBold;
    font-weight: normal;
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box .statement-body h4, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box .statement-body h4, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box .statement-body h4, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box .statement-body h4 {
  font: normal 26px/36px "Apercu";
  color: #12161CB2;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.statement-box .statement-body h4, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.statement-box .statement-body h4, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.statement-box .statement-body h4, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.statement-box .statement-body h4 {
    font: normal 18px/26px "Apercu";
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box {
  position: relative;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .text-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .text-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .text-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .text-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 60px;
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .sub-title-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .sub-title-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .sub-title-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .sub-title-wrapper {
  margin-top: 0;
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .sub-title-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .sub-title-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .sub-title-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .sub-title-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .main-title-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .main-title-wrapper {
  margin-top: 0;
  color: #df4661;
  font: normal 96px/96px ApercuBold;
  letter-spacing: -0.02em;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .main-title-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .main-title-wrapper {
    font: normal 72px/72px ApercuBold;
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .text-body, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .text-body, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .text-body, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .text-body {
  margin-top: 40px;
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .text-body, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .text-body, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .text-body, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .text-body {
    font: normal 18px/26px "Apercu";
    margin-top: 25px;
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .text-body h3, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .text-body h3, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .text-body h3, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .text-body h3 {
  font: normal 36px/34px ApercuBold;
  letter-spacing: -0.02em;
  margin-top: -25px;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .text-body h3, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .text-body h3, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .text-body h3, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .text-body h3 {
    font: normal 24px/32px ApercuBold;
  }
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .maxed-width, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .maxed-width, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .maxed-width, .paragraph--type--special-sub-element.statementRight .contained-paragraph .maxed-width {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box {
    width: 100%;
    min-height: auto;
  }
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box {
    margin-top: -100px;
    box-shadow: 0px 1px 10px 1px #9b9b9b29;
  }
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .text-wrapper, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .text-wrapper, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .text-wrapper, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .text-wrapper {
    padding: 30px 15px;
    position: static;
    width: 100%;
    transform: none;
  }
}

.paragraph--type--special-sub-element.statementRight .contained-paragraph .maxed-width {
  flex-direction: row;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.statementRight .contained-paragraph .maxed-width {
    flex-direction: column-reverse;
  }
}

.paragraph--type--special-sub-element.imageRight .contained-paragraph .maxed-width {
  flex-direction: row;
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.imageRight .contained-paragraph .maxed-width {
    flex-direction: column-reverse;
  }
}

@media all and (max-width: 768px) {
  .paragraph--type--special-sub-element.statementLeft .contained-paragraph div.content-box.text-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph div.content-box.text-box {
    margin-top: -80px;
    /* margin-top: 15px; */
  }
  .paragraph--type--special-sub-element.featured div.contained-paragraph div.content-box.text-box .text-wrapper {
    padding: 65px 40px;
  }
  .paragraph--type--special-sub-element.statementLeft .contained-paragraph div.content-box.statement-box,
  .paragraph--type--special-sub-element.statementRight .contained-paragraph div.content-box.statement-box {
    padding-bottom: 90px;
    /* width: calc(100% - 30px); */
    border-radius: 0;
  }
}

@media all and (max-width: 768px) {
  .timeline .field--name-field-special-sub-element > .field--item {
    margin-bottom: 30px;
  }
  .timeline .field--name-field-special-sub-element > .field--item:last-child {
    margin-bottom: 0;
  }
}

.oneTwoThree .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .main-title-wrapper, .oneTwoThree .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .oneTwoThree .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .oneTwoThree .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .main-title-wrapper {
  color: #fff;
  font: normal 100px/90px LeMondeJournal;
  letter-spacing: -0.04em;
}

@media all and (max-width: 768px) {
  .oneTwoThree .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .main-title-wrapper, .oneTwoThree .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .oneTwoThree .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .main-title-wrapper, .oneTwoThree .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .main-title-wrapper {
    font: normal 90px/90px LeMondeJournal;
    margin-top: 20px;
  }
}

.img-box.image-above.smallImageAbove {
  padding: 15px;
}

@media all and (min-width: 768px) {
  .img-box.image-above.smallImageAbove {
    padding: 0 15px 15px;
  }
}

.container.views-element-container.form-group {
  margin-bottom: 0;
}

/*** fix aligment for slider **/
div.popup-statement-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 14px;
}

@media all and (min-width: 1270px) {
  div.popup-statement-swiper .swiper-slide:first-child {
    margin-left: calc((100vw - 1230px + 30px) / 2);
  }
  div.statement-feedback-swiper .swiper-slide:first-child {
    margin-left: calc((100vw - 1230px + 30px) / 2);
  }
}

@media all and (max-width: 767px) {
  .sub-elements-swiper .swiper-slide:first-child {
    margin-left: 15px;
  }
  .swiper-slide .contained-paragraph {
    margin-bottom: 0;
  }
  div.statement-feedback-swiper .swiper-slide {
    padding: 15px 15px 40px;
  }
}

/****** Payment methods ****/
@media all and (max-width: 767px) {
  .single-element.payments-methods .contained-paragraph {
    padding-top: 0;
  }
}

.single-element.payments-methods .text-box {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .single-element.payments-methods .text-box {
    display: block;
  }
}

.single-element.payments-methods .text-box h3 {
  color: #12161C80;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .single-element.payments-methods .text-box h3 {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
  }
}

.single-element.payments-methods .text-box .body-wrapper {
  max-width: 914px;
  width: 100%;
}

.single-element.payments-methods .text-box .body-wrapper p {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .single-element.payments-methods .text-box .body-wrapper p {
    display: block;
  }
  .single-element.payments-methods .text-box .body-wrapper p img {
    width: 30%;
    height: auto;
    margin: 5px;
  }
}

@media all and (max-width: 767px) {
  .single-element.payments-methods .text-box .footer-wrapper {
    text-align: center;
    max-width: 200px;
    width: 100%;
  }
  .single-element.payments-methods .text-box .footer-wrapper img {
    width: 30%;
    height: auto;
    margin: 5px;
  }
}

@media all and (max-width: 767px) and (max-width: 767px) {
  .single-element.payments-methods .text-box .footer-wrapper {
    max-width: none;
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .single-statement.single-element h3.sub-title-wrapper {
    font: 500 30px/36px ApercuBold;
  }
  .single-statement .content-wrapper {
    position: relative;
  }
  .single-statement .video-container-button .play-btn {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .single-statement.single-element .body-wrapper {
    margin-top: 15px;
  }
  .single-statement .video-container-button {
    position: static;
    margin-bottom: 5px;
  }
  .single-statement.paragraph--type--single-element.single-element div.contained-paragraph .text-box {
    margin-top: 20px;
  }
}

/***** Timeline grid records ********/
.timeline-records {
  display: none;
}

.timeline-records.active {
  display: block;
}

.timeline-records h2 em {
  font-style: normal;
}

/************* Other Styles *********/
@media all and (min-width: 1200px) and (max-width: 1338px) {
	div.paragraph.special-element.splitElement.topOverlay.splitLP {
		margin-top: -300px;
		margin-bottom: 0;
	}
}
@media all and (min-width: 1025px) and (max-width: 1199px) {
	div.paragraph.special-element.splitElement.topOverlay.splitLP {
		margin-top: -300px;
		margin-bottom: 0;
	}
	div.paragraph--type--special-element.splitLP .content-box {
		width: 646px;
	}
	div.paragraph--type--special-element.splitLP .link-wrapper a {
		width: auto;
	}
}
@media all and (min-width: 1025px) and (max-width: 1067px) {
	div.paragraph.special-element.splitElement.topOverlay.splitLP {
		margin-top: -250px;
	}
}
/* .paragraph div.swiper .swiper-slide {
	height: auto !important;
}
.paragraph div.swiper, .paragraph div.swiper .swiper-wrapper, .paragraph div.swiper .sub-paragraph, .paragraph div.swiper .swiper-slide > .sub-element, .paragraph div.swiper .swiper-slide > .sub-element > .sub-paragraph, .paragraph div.swiper .swiper-slide > .sub-element > .sub-paragraph > .contained-paragraph {
	height: 100% !important;
} */

.mailchimp-popup .ajax-changed form.active .form-actions {
	display: none;
}
.mailchimp-popup .ajax-changed form.active div.closeme {
	display: block;
	position: absolute;
	bottom: 30px;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	right: auto;
}
@media all and (max-width: 767px) {
	.mailchimp-popup .ajax-changed form.active div.closeme {
		top: 70vh;
		bottom: auto;
	}
} 
.mailchimp-popup .ajax-changed .messages__wrapper {
	margin-top: 25px;
}
.croppedTextRawImage .img-box {
	text-align: center;
}
.block-mailchimp-signup .active .mailchimp-newsletter-mergefields, .block-mailchimp-signup .active .form-actions {
	display: block;
}
.block-mailchimp-signup .mailchimp-newsletter-mergefields, .block-mailchimp-signup .form-actions, .block-mailchimp-signup .active .product-links-wrapper.simple-link-wrapprer {
	display: none;
}
.block-mailchimp-signup .product-links-wrapper.simple-link-wrapprer {
	margin-top: 50px;
	margin-bottom: 40px;
}
.single-element.bestellung-danke img {
	max-width: 100%;
	height: auto;
}
body.all-links article .field--name-body .field-items ol, body.all-links article .field--name-body .field-items ul {
	margin: 0;
	padding: 0;
	display: none;
	text-align: center;
	list-style: none;
}
body.all-links article .field--name-body .field-items p {
	display: flex;
	justify-content: center;
	gap: 20px;
	text-align: center;
	min-height: 140px;
	align-items: center;
}
.intro-linl-tree {
	flex: 0 0 100%;
	font-size: 25px;
	margin-top: 40px;
}
body.all-links article .field--name-body .field-items p {
	flex-wrap: wrap;
}
@media all and (min-width: 768px) {
	.special-element.multipleImages {
		min-height: 329px;
	}
	.form-item-mergevars-email {
		display: flex;
		margin-top: 30px;
	}
	.form-item-mergevars-email > * {
		/* flex: 0 0 content; */
		min-width: 250px;
	}
}
@media all and (max-width: 767px) {
	.special-element.multipleImages {
		min-height: 247px;
	}
	.block-mailchimp-signup .product-links-wrapper.simple-link-wrapprer a {
		display: block;
		margin: 20px auto;
		max-width: 300px;
	}
}
.mailchimp-popup {
	display: none;
}
body.blurred > .overlayed.mailchimp-popup form {
	color: #333;
	max-width: 1020px;
	padding: 5% 5%;
	margin: 80px auto 0;
	border-radius: 20px;
	box-shadow: 0 0 177px 8px #1a1919db;
	background: white;
	position: relative;
	font: normal 26px/36px "Apercu";
}
.overlayed.mailchimp-popup .closepopup {
	left: 0px;
	right: auto;
	top: 120px;
	padding: 4px 14px 8px;
	line-height: 25px;
	position: sticky;
	color: transparent;
	background: url("/themes/custom/filabe/images/close.svg") no-repeat;
	background-size: 35px;
	background-position: center;
	border: none;
	width: 70px;
	height: 70px;
	margin: -32px 0px 0px -50px;
	float: right;
	display: block;
	border-radius: 25px;
	font-size: 19px;
	text-align: center;
	cursor: pointer;
}
@media all and (max-width: 767px) {
	.overlayed.mailchimp-popup .closepopup {
		top: 0;
	}
}
.overlayed.mailchimp-popup div.closeme {
	position: static;
	text-indent: 0;
	background: #df4661;
	width: auto;
	height: auto;
	display: none;
	float: none;
	color: white;
	font-weight: bold;
	margin-top: 40px;
	max-width: 250px;
	margin: 40px auto 0;
}
.form-item-mergevars-url {
	display: none;
}
.form-item-mergevars-lang {
	display: none;
}
.ajax-changed .form-item-mergevars-email, .ajax-changed .form-actions {
	display: none;
}
@media all and (max-width: 767px) {
	body.blurred > .overlayed.mailchimp-popup form {
		border-radius: 0;
		margin: 0;
		min-height: 100Vh;
		padding-top: 10vh;
	}
	.overlayed.mailchimp-popup span.closeme {
		top: 0;
	}
}



.view-product-pricing .old-vars {
	display: none;
}
.oldPrice .view-product-pricing .new-vars {
	display: none;
}
.oldPrice .view-product-pricing .old-vars {
	display: block;
}
@media all and (min-width: 1200px) {
  .single-element.croppedText .body-wrapper {
    margin-left: -60px;
  }
}
.bestellung-danke h4 { 
	display: none;
}
.bestellung-danke.oldPriceActivated h4 { 
	display: block;
}
.bestellung-danke .croppedText .content-box h4 {
	font: normal 26px/38px "Apercu";
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	div.paragraph--type--special-element.splitLP .link-wrapper {
		width: auto;
		margin: 10px auto;
		text-align: center;
		width: 250px;
	}
	div.paragraph--type--special-element.splitLP .links-wrapper {
		display: block;
		text-align: center;
	}
	div.view-all-products.three-cols-products h4 {
		min-height: 105px;
	}
	.paragraph--type--special-sub-element.statementRight .contained-paragraph .maxed-width {
		flex-direction: column-reverse;
	}
	.paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box {
		margin-top: -40px;
	}
}
.white-bg-img picture {
  background: white;
}

.contained-paragraph, .view-all-products .views-row, .view-single-product .views-row .product-row-wrapper, .view-content .swiper-slide, .splitElement .content-box, .video-statement .view-content .swiper-slide .video-img {
  /* box-shadow: 0px 1px 10px 1px #9b9b9b29; */
  box-shadow: none;
}
.product-col-wrapper.statement-two-wrapper .product-links-wrapper.simple-link-wrapprer a {
	font-size: 18px;
	font-family: ApercuBold;
}
.product-col-wrapper.statement-two-wrapper ul, .product-col-wrapper.statement-two-wrapper ol {
	padding-left: 5px;
}
.statement-two-cols {
	margin-bottom: 15px;
}
.poping .statement-two-cols {
	margin-bottom: 0;
}
.statement-two-cols > h4 {
	margin-top: 30px;
}
.video-paragraph .video-text {
	position: absolute;
	top: calc(50% + 60px);
	width: 100%;
	font-size: 22px;
}

@media all and (max-width: 767px) {
	div.paragraph.topOverlay.productFinder.form-group {
		margin-top: -145px;
	}
	.poping .statement-product .product-col-wrapper {
		margin-bottom: 50px;
	}
	.poping .statement-product .product-col-wrapper .ptoduct-title {
		margin-top: 0;
	}
}

@media all and (max-width: 767px) {
  div.paragraph--type--special-element.splitLP {
    margin-top: -139px;
    /* xRefernceMobile */
  }
}

@media all and (min-width: 768px) {
  .view-all-products.three-cols-products .views-row:nth-child(7) {
    margin-right: 24px;
  }
  .view-all-products.three-cols-products .views-row:nth-child(8) {
    margin-left: 0;
    margin-right: auto;
  }
}

.single-element.textLeft .img-box .picture-wrapper.video-preview picture {
  display: block;
}

.view-content .swiper-slide {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .view-content .swiper-slide {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .view-content .swiper-wrapper {
    margin-bottom: -20px;
  }
}

@media all and (max-width: 767px) {
  .view-all-products .view-content .swiper-wrapper {
    margin-bottom: -10px;
    padding-bottom: 20px;
  }
}

.noShadow .contained-paragraph, .noShadow .view-all-products .hidden-xs .views-row, .paragraph.textNormal .contained-paragraph, .paragraph.textNormal .contained-paragraph, .paragraph.boxStatement .contained-paragraph, .paragraph.boxStatement2 .contained-paragraph, .paragraph.paragraph--type--special-sub-element .contained-paragraph, .noShadow .view-content .swiper-slide, .noShadow .splitElement .content-box, .noShadow .view-single-product .views-row .product-row-wrapper, .single-element.croppedText .contained-paragraph, .video-statement .view-content .swiper-slide {
  box-shadow: none;
}

@media all and (max-width: 767px) {
  html[lang="fr"] .timeline-records .paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box.text-box .main-title-wrapper, html[lang="fr"] .timeline-records .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box.text-box .main-title-wrapper, html[lang="fr"] .timeline-records .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box.text-box .main-title-wrapper, html[lang="fr"] .timeline-records .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box.text-box .main-title-wrapper {
    font: normal 60px/65px ApercuBold;
  }
  html[lang="fr"] .timeline-records .btn.btn-default, html[lang="fr"] .timeline-records .btn-sm.btn, html[lang="fr"] .timeline-records .btn.btn-primary {
    padding: 10px 15px;
  }
  html[lang="fr"] .boxStatement.fr-only .btn.btn-default, html[lang="fr"] .boxStatement.fr-only .btn-sm.btn, html[lang="fr"] .boxStatement.fr-only .btn.btn-primary {
    padding: 10px 17px;
    font-size: 17px;
  }
}

@media all and (min-width: 768px) {
  .boxVideo video {
    margin-bottom: -5px;
  }
}

@media all and (min-width: 768px) {
  .paragraph.xReference {
    margin-bottom: -24px !important;
  }
}

@media all and (min-width: 768px) {
  .ageslider-scrolldown .content-wrapper {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .paragraph.xAndHalfReference {
    margin-bottom: -15px !important;
  }
}

.paragraph div.swiper {
  padding: 15px 0 25px;
  margin-top: -15px;
  margin-bottom: -25px;
}

.empfohlen-product .empfohlen-intro .btn.btn-arrow.btn-link {
  display: none;
}

.empfohlen-product .empfohlen-intro .btn.btn-arrow.simple-link.btn-link {
  display: inline-block;
  margin-top: 8px;
}

.footer-wrapper.footer-body {
  margin-top: 20px;
  text-align: center;
}

.hochladen .form-managed-file {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.hochladen .webform-file-button {
  margin: 0;
}

.hochladen .webform-file-button-input {
  position: static;
  margin-right: 16px;
}

.contact-webform .form-type-checkbox .control-label {
  padding-left: 35px;
}

.contact-webform .checkbox input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin-left: -35px;
  margin-top: 2px;
}

.contact-webform .markup-first {
  margin: 40px 0;
}

.requied-checkbox .form-actions {
  display: none;
}

.bottom-text .body-wrapper.second-body {
	background: #ffffff24;
	color: #fff !important;
	padding: 20px 20px;
	margin-top: 50px;
}

@media all and (max-width: 767px) {
  .play-btn-top .content-wrapper.container > div.video-wrapper {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
  }
}

.white-bg.form-group {
  padding: 48px 0;
}

@media all and (max-width: 767px) {
  .white-bg.form-group {
    padding: 50px 0;
  }
}

div.paragraph {
  overflow: visible;
}

.feedback-statement .paragraph {
  overflow: hidden;
}

.swiper-slide .paragraph, .paragraph.paragraph--type--from-library {
  overflow: visible;
}

.paragraph.topOverlay.productFinder {
  overflow: hidden;
}

.video-img img {
  border-radius: 25px;
}

div.contact-webform {
  border-radius: 0;
}

.paragraph--type--special-element.splitLP div.text-body p {
  font-weight: normal;
  font-family: ApercuBold;
}

.title-body.paragraph .body-wrapper {
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .title-body.paragraph .body-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.blog-slider-swiper .swiper-slide {
  cursor: pointer;
}

.regular-title .body-wrapper {
  margin-top: -10px;
}

@media all and (max-width: 767px) {
  .regular-title .body-wrapper {
    margin-top: -5px;
  }
}

.hide-product-buttons .product-links-wrapper.simple-link-wrapprer {
  display: none;
}

.hide-product-buttons .product-row-wrapper {
  padding-bottom: 30px;
}

@media all and (max-width: 767px) {
  .hide-product-buttons .product-row-wrapper {
    padding-bottom: 0;
  }
}

/* .view-recommeded-product .btn.btn-arrow.btn-link {
	display: none;
} */
.timeline-analysis.background-image.reduced-height.paragraph .content-wrapper.container {
  padding-bottom: 0;
}

.timeline-analysis h2.main-title-wrapper {
  color: #df4661;
}

.timeline-analysis h2.main-title-wrapper em {
  font-style: normal;
}

@media all and (max-width: 767px) {
  .timeline-analysis h2.main-title-wrapper {
    margin-bottom: 40px;
  }
}

.timeline-analysis h3.sub-title-wrapper {
  color: #12161CB2;
}

@media all and (max-width: 767px) {
  .timeline-analysis h3.sub-title-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.timeline-analysis.background-image.reduced-title .content-box {
  max-width: none;
}

@media all and (min-width: 768px) {
  .single-element.textLeft .video-img img {
    border-radius: 0 25px 25px 0;
  }
}

@media all and (max-width: 767px) {
  .single-element.textLeft .video-img img {
    border-radius: 25px 25px 0 0;
  }
}

@media all and (min-width: 768px) {
  .single-element.textRight .video-img img {
    border-radius: 25px 0 0 25px;
  }
}

@media all and (max-width: 767px) {
  .single-element.textRight .video-img img {
    border-radius: 25px 25px 0 0;
  }
}

.embedded-title {
  margin-bottom: 28px;
}

@media all and (max-width: 767px) {
  .embedded-title {
    margin-bottom: 19px;
  }
  .embedded-title h2.maintitle-wrapper, .embedded-title h3.subtitle-wrapper {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .embedded-title h3.subtitle-wrapper {
    margin-top: 12px;
  }
}

/* .recommeded-steps-container {
	margin-left: -30px;
	margin-right: -30px;
} */
.recommeded-steps-titles h2 {
  font: normal 18px/26px "Apercu";
  font-family: ApercuBold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #12161CCC;
  margin-top: 13px;
  margin-bottom: 2px;
}

.recommeded-steps-titles h2::after {
  content: "";
  background: url("/themes/custom/filabe/images/check-white.png");
  display: inline-block;
  background-size: cover;
  min-width: 24px;
  min-height: 24px;
  margin-left: 10px;
}

.recommeded-steps-titles p {
  display: none;
}

.recommeded-steps-titles > div {
  border-bottom: 1px solid #12161C4D;
  padding-bottom: 10px;
  cursor: pointer;
}

/* .recommeded-steps-container .recommeded-step-container:nth-child(2n+1) {
	background: white;
} */
.recommeded-steps-container .recommeded-step-container h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font: normal 24px/34px "Apercu";
  font-family: ApercuBold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #12161CCC;
}

.recommeded-steps-container .recommeded-step-container h3::after {
  content: "";
  background: url("/themes/custom/filabe/images/check-transparent.png");
  display: inline-block;
  background-size: cover;
  min-width: 44px;
  min-height: 44px;
  margin-left: 10px;
  background-color: #df4661;
  border-radius: 50%;
}

.empfohlen-is .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #FFD7DC;
}

.empfohlen-scy .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #CCEBBE;
}

.empfohlen-sca .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #AAE3E2;
}

.empfohlen-ust .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #DFCEC5;
}

.empfohlen-bs .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #C2E7FF;
}

.empfohlen-asb .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #88B8F2;
}

.empfohlen-scd .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #FFDC9B;
}

.empfohlen-ms .recommeded-steps-container .recommeded-step-container h3::after {
  background-color: #CDC8F0;
}

.recommeded-steps-container .recommeded-step-container p {
  font: normal 18px/26px "Apercu";
  color: #12161CB2;
}

.recommeded-steps-container .recommeded-step-container {
  padding: 30px 0;
  border-bottom: 1px solid #12161C4D;
}

.recommeded-steps-titles {
  margin-bottom: 35px;
}

.recommeded-steps-wrapper.container {
  padding: 0 1px;
}

.paragraph.top-space {
  margin-top: 60px;
}

.rounded-images .img-box picture {
  overflow: hidden;
  border-radius: 50%;
}

div.paragraph--type--background-image.fullWidthNormal.withOverlay div.fullwidth-paragraph {
  margin-top: 0;
}

@media all and (min-width: 768px) {
  .paragraph--type--special-element.splitLP.twoButtons div.link-wrapper {
    width: 45%;
  }
}

@media all and (min-width: 1200px) {
  .paragraph--type--special-element.splitLP div.content-box {
    padding: 58px 44px 71px 44px;
  }
}

.popUpVideo .video-img {
  position: relative;
}

.path-frontpage .field--name-field-blocks {
  overflow: clip;
}

.paragraph--type--special-element.splitLP.splitButtons div.link-wrapper a {
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .paragraph--type--special-element.splitLP.splitButtons div.link-wrapper a {
    width: 175px;
  }
}

.lp-skin .withOverlay.reduced-bg h2.main-title-wrapper {
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .lp-skin .withOverlay.reduced-bg h2.main-title-wrapper {
    margin-top: 45px;
    letter-spacing: -0.03em;
  }
}

.paragraph--type--special-element.splitLP.split-product div.content-box .links-wrapper {
  margin-top: 35px;
}

.paragraph--type--special-element.splitLP.split-product div.content-box .links-wrapper a.btn-arrow {
  padding: 11px 24px;
}

@media all and (min-width: 768px) {
  .paragraph--type--special-element.splitLP.split-product div.content-box {
    padding: 25px 44px 55px 56px;
  }
}

@media all and (max-width: 767px) {
  .paragraph--type--special-element.splitLP.split-product div.content-box {
    padding: 25px 44px 30px 40px;
  }
}

.view-single-product .btn.btn-arrow.btn-link {
  display: none;
}

html[lang="en"] .triple.oneTwoThree.equal-height-en .sub-element .body-wrapper, html[lang="fr"] .triple.oneTwoThree.equal-height-fr .sub-element .body-wrapper {
  min-height: 300px;
}

@media all and (max-width: 767px) {
  html[lang="en"] .triple.oneTwoThree.equal-height-en .sub-element .body-wrapper, html[lang="fr"] .triple.oneTwoThree.equal-height-fr .sub-element .body-wrapper {
    min-height: 240px;
  }
}

.triple.oneTwoThree.equal-height-all .sub-element .body-wrapper {
  min-height: 320px;
}

@media all and (max-width: 767px) {
  .triple.oneTwoThree.equal-height-all .sub-element .body-wrapper {
    min-height: 240px;
  }
}

.triple.oneTwoThree.equal-height-all-4 .sub-element .body-wrapper {
  min-height: 160px;
}

@media all and (max-width: 767px) {
  .triple.oneTwoThree.equal-height-all-4 .sub-element .body-wrapper {
    min-height: 120px;
  }
}

html[lang="fr"] .quadrant.equal-height-fr .sub-element .pre-text.text-box h2.main-title-wrapper {
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  html[lang="fr"] .quadrant.equal-height-fr .sub-element .pre-text.text-box h2.main-title-wrapper {
    min-height: 57px;
  }
}

html[lang="en"] .triple.centerTextOnly.equal-height-en .sub-element .body-wrapper, html[lang="fr"] .triple.centerTextOnly.equal-height-fr .sub-element .body-wrapper {
  min-height: 155px;
}

@media all and (max-width: 767px) {
  html[lang="en"] .triple.centerTextOnly.equal-height-en .sub-element .body-wrapper, html[lang="fr"] .triple.centerTextOnly.equal-height-fr .sub-element .body-wrapper {
    min-height: 110px;
  }
}

@media all and (max-width: 767px) {
  html[lang="en"] .triple.titleWysiwig.equal-height-en .sub-element .text-box, html[lang="fr"] .triple.titleWysiwig.equal-height-fr .sub-element .text-box {
    min-height: 215px;
  }
}

@media all and (min-width: 768px) {
  div.paragraph--type--background-image.blogVariant2 .content-box {
    margin: 0;
  }
  div.paragraph--type--background-image.blogVariant2 .inner-pg-wrapper.mobile-bg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .overlayed.video-4-5-format.popup-video.play .poping .video-container {
    width: 100%;
    height: 0;
    padding-top: 125%;
    position: relative;
  }
  body .overlayed.video-4-5-format.popup-video.play .poping video {
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 80vh;
  }
}

@media all and (max-width: 767px) {
  .embedded-title h3.subtitle-wrapper {
    margin-top: 15px;
  }
  .tripleCenterReduced h2.main-title-wrapper {
    margin-top: 40px !important;
  }
  .paragraph--type--special-element.splitLP .link-wrapper + .link-wrapper a {
    /* padding-top: 5px !important; */
  }
  .multiple-elements .content-box > h3.sub-title-wrapper {
    margin-top: 15px;
  }
  div.single-element.textCenter .body-wrapper {
    padding: 0 20px;
  }
  .paragraph--type--background-image.withOverlay.reduced-bg div.outter-pg-wrapper, .paragraph--type--background-image.reduced-bg div.outter-pg-wrapper {
    min-height: 287px !important;
  }
  .paragraph--type--background-image.withOverlay.reduced-bg div.inner-pg-wrapper, .paragraph--type--background-image.reduced-bg div.inner-pg-wrapper {
    min-height: 287px !important;
  }
  .paragraph.special-element.splitElement.topOverlay.splitLP.reduced-bg {
    margin-top: -130px;
  }
  .background-image.reduced-title .content-box {
    max-width: 55%;
  }
  .black95Mobile * {
    color: #000000c4;
  }
  div.paragraph--type--special-element.multipleImages {
    padding: 45px 0 50px;
  }
  .paragraph--type--special-element.splitLP div.text-body li + li {
    margin-top: 12px;
  }
  .statement-product .imgs-product .mobile-only {
    /* max-width: 300px; */
    max-width: 230px;
    margin: 0 auto 20px;
  }
  .statement-popup-wrapper .statement-product {
    margin: 25px auto;
  }
  /* .video-paragraph .video-img .play-btn {
    margin-top: auto;
    transform: translate(50%, 0%);
    top: auto;
    bottom: 40px;
  } */
  .blogVariant3.background-image .outter-pg-wrapper {
    min-height: auto;
  }
  .paragraph--type--background-image.blogVariant2 .fullwidth-paragraph-color, .blogVariant3.background-image .inner-pg-wrapper.mobile-bg {
    min-height: auto;
    width: 100%;
    padding-top: 75%;
  }
  div.paragraph--type--background-image.blogVariant2 .fullwidth-paragraph-color {
    min-height: auto;
  }
  div.paragraph--type--background-image.blogVariant2 h3.sub-title-wrapper {
    margin-top: 10px;
  }
  div.paragraph--type--background-image.blogVariant2 .content-box {
    margin: 0px auto -10px;
  }
  div.paragraph--type--background-image.blogVariant2 .content-wrapper {
    padding-left: 0;
  }
  div.paragraph--type--background-image.blogVariant3 .content-postfix {
    margin-top: 10px;
  }
  div.paragraph--type--background-image.blogVariant3 .content-postfix .content-box {
    max-width: 750px;
    padding-left: 5px;
  }
  div.paragraph--type--background-image.blogVariant3 .content-postfix .content-box h2 {
    margin-bottom: 0;
  }
  .blogVariant3:not(.bottom-text) h2, .blogVariant3:not(.bottom-text) h3, .blogVariant2:not(.bottom-text) h2, .blogVariant2:not(.bottom-text) h3 {
    color: black !important;
  }
}

.background-image.verticaly-centered-title .inner-pg-wrapper {
  padding-top: 0;
}

.background-image.verticaly-centered-title .content-wrapper.container {
  min-height: 200px;
  align-items: center;
}

@media all and (min-width: 768px) {
  .background-image.verticaly-centered-title .content-wrapper.container {
    min-height: 230px;
  }
}

@media all and (min-width: 1900px) {
  .background-image.verticaly-centered-title .content-wrapper.container {
    min-height: 370px;
  }
}

@media all and (min-width: 2800px) {
  .background-image.verticaly-centered-title .content-wrapper.container {
    min-height: 900px;
  }
}

.background-image.verticaly-centered-title .inner-pg-wrapper h2 {
  margin-bottom: 0;
}

@media all and (min-width: 768px) and (max-width: 1900px) {
  .background-image.verticaly-centered-title .outter-pg-wrapper, .background-image.verticaly-centered-title .inner-pg-wrapper {
    min-height: 600px;
  }
}

.video-img img {
  max-width: 100%;
  width: 100%;
}

.views-field .video-img {
  border-radius: 25px;
  overflow: hidden;
}

.content-postfix {
  margin-top: 120px;
}

@media all and (max-width: 768px) {
  .content-postfix {
    margin-top: 100px;
  }
}

.content-postfix .content-box {
  max-width: 750px;
}

.paragraph--type--background-image.blogVariant2.bottom-text .fullwidth-paragraph-color {
  display: none;
}

@media all and (max-width: 767px) {
  .paragraph--type--background-image.blogVariant2.bottom-text .content-wrapper.container {
    padding-right: 0;
    text-align: center;
  }
  .paragraph--type--background-image.blogVariant2.bottom-text .inner-pg-wrapper.mobile-bg {
    padding: 60px 0;
  }
  .paragraph--type--background-image.blogVariant2.bottom-text .video-wrapper {
    padding-top: 14px;
  }
  .paragraph--type--background-image.blogVariant2.bottom-text .body-wrapper.second-body {
    margin-top: 15px;
  }
  .paragraph--type--background-image.blogVariant2.bottom-text .video-container-button {
    margin-bottom: 45px;
  }
  .paragraph--type--background-image.blogVariant2:not(.bottom-text) .inner-pg-wrapper {
    background: none !important;
  }
}

@media all and (min-width: 1068px) {
  .paragraph--type--background-image.blogVariant2.bottom-text .inner-pg-wrapper {
    min-height: 580px;
  }
}

@media all and (min-width: 1339px) {
  .paragraph--type--background-image.blogVariant2.bottom-text .inner-pg-wrapper {
    min-height: 770px;
  }
}

@media all and (min-width: 1900px) {
  .paragraph--type--background-image.blogVariant2.bottom-text .inner-pg-wrapper {
    min-height: 830px;
  }
}

@media all and (min-width: 2800px) {
  .paragraph--type--background-image.blogVariant2.bottom-text .inner-pg-wrapper {
    min-height: 1260px;
  }
}

/*********** testimonial-webform *****/
.testimonial-webform .webform-progress {
  display: none;
}

.testimonial-webform .title-wrapper h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #df4661;
  font: 500 52px/60px ApercuBold;
}

@media all and (max-width: 767px) {
  .testimonial-webform .title-wrapper h3 {
    font: 500 30px/36px ApercuBold;
    line-height: 38px;
  }
}

.testimonial-webform .form-control {
  width: 100%;
}

/* .testimonial-webform .tracking-numbers span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  background: #E5E5E5;
  border-radius: 50%;
  color: white;
  margin-right: 5px;
}

.testimonial-webform .tracking-numbers span.active {
  background: #df4661;
}

.testimonial-webform .tracking-numbers span.passive {
  background: #BEB2AD;
} */

.testimonial-webform .webform-button--previous {
  background: #BEB2AD;
  margin-right: 7px;
}

.testimonial-webform label {
  font-size: 16px;
  font-family: Apercu;
  font-weight: normal;
  line-height: 24px;
}

.testimonial-webform #edit-agreement {
  background: #F5F5F4;
  font-size: 16px;
  font-family: Apercu;
  line-height: 24px;
  padding: 30px;
  color: #12161C66;
  border-radius: 25px;
}

.testimonial-webform .form-item-accept.form-item {
  color: #12161CCC;
  font-size: 16px;
  line-height: 24px;
  margin: 30px 0;
}

.testimonial-webform .form-actions .webform-button--submit {
  margin-top: 0;
}

.testimonial-webform .form-actions {
  float: right;
  margin-top: -56px;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 767px) {
  .testimonial-webform {
    /* .webform-actions {
			display: flex;
			justify-content: space-between;
		} */
  }
  .testimonial-webform .tracking-wrapper {
    display: none;
  }
  .testimonial-webform .form-actions {
    margin-top: 0;
    float: none;
  }
  .testimonial-webform #edit-actions-wizard-next {
    float: right;
  }
  .testimonial-webform .webform-actions {
    display: block;
    overflow: hidden;
  }
  .testimonial-webform.contact-webform .maxed-width, .testimonial-webformform.contact-webform .maxed-width {
    padding: 17px 15px 35px;
  }
  .testimonial-webform .file-link {
    max-width: 60px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
  }
	/* .testimonial-webform span.file-link {
		display: block;
		max-width: none;
		width: 100%;
	} */
	.testimonial-webform span.file {
		text-align: center;
	}
}

#edit-hautproblem > div > .form-group .hochladen .form-managed-file,
#edit-seite > div > .form-group .hochladen .form-managed-file,
div[id*='edit-hautproblem'] > div > div[id*='ajax-wrapper'] > div.hochladen > .form-managed-file {
  flex-direction: row;
  justify-content: space-between;
}

.file-link {
  margin: 0 5px;
}

/************** Product related colors **************/
body.product-scy .boxStatement h2.main-title-wrapper,
body.product-scy .boxStatement h3.sub-title-wrapper, body.lp-scy .boxStatement h2.main-title-wrapper,
body.lp-scy .boxStatement h3.sub-title-wrapper {
  color: #CCEBBE !important;
}

body.product-scy .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-scy .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-scy .special-element.multipleImages .fullwidth-paragraph,
body.product-scy .paragraph--type--special-element.multipleImages, body.lp-scy .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-scy .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-scy .special-element.multipleImages .fullwidth-paragraph,
body.lp-scy .paragraph--type--special-element.multipleImages {
  background: #CCEBBE !important;
}

body.product-sca .boxStatement h2.main-title-wrapper,
body.product-sca .boxStatement h3.sub-title-wrapper, body.lp-sca .boxStatement h2.main-title-wrapper,
body.lp-sca .boxStatement h3.sub-title-wrapper {
  color: #AAE3E2 !important;
}

body.product-sca .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-sca .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-sca .special-element.multipleImages .fullwidth-paragraph,
body.product-sca .paragraph--type--special-element.multipleImages, body.lp-sca .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-sca .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-sca .special-element.multipleImages .fullwidth-paragraph,
body.lp-sca .paragraph--type--special-element.multipleImages {
  background: #AAE3E2 !important;
}

body.product-is .boxStatement h2.main-title-wrapper,
body.product-is .boxStatement h3.sub-title-wrapper, body.lp-is .boxStatement h2.main-title-wrapper,
body.lp-is .boxStatement h3.sub-title-wrapper {
  color: #FFD7DC !important;
}

body.product-is .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-is .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-is .special-element.multipleImages .fullwidth-paragraph,
body.product-is .paragraph--type--special-element.multipleImages, body.lp-is .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-is .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-is .special-element.multipleImages .fullwidth-paragraph,
body.lp-is .paragraph--type--special-element.multipleImages {
  background: #FFD7DC !important;
}

body.product-ust .boxStatement h2.main-title-wrapper,
body.product-ust .boxStatement h3.sub-title-wrapper, body.lp-ust .boxStatement h2.main-title-wrapper,
body.lp-ust .boxStatement h3.sub-title-wrapper {
  color: #DFCEC5 !important;
}

body.product-ust .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-ust .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-ust .special-element.multipleImages .fullwidth-paragraph,
body.product-ust .paragraph--type--special-element.multipleImages, body.lp-ust .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-ust .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-ust .special-element.multipleImages .fullwidth-paragraph,
body.lp-ust .paragraph--type--special-element.multipleImages {
  background: #DFCEC5 !important;
}

body.product-bs .boxStatement h2.main-title-wrapper,
body.product-bs .boxStatement h3.sub-title-wrapper, body.lp-bs .boxStatement h2.main-title-wrapper,
body.lp-bs .boxStatement h3.sub-title-wrapper {
  color: #C2E7FF !important;
}

body.product-bs .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-bs .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-bs .special-element.multipleImages .fullwidth-paragraph,
body.product-bs .paragraph--type--special-element.multipleImages, body.lp-bs .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-bs .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-bs .special-element.multipleImages .fullwidth-paragraph,
body.lp-bs .paragraph--type--special-element.multipleImages {
  background: #C2E7FF !important;
}

body.product-asb .boxStatement h2.main-title-wrapper,
body.product-asb .boxStatement h3.sub-title-wrapper, body.lp-asb .boxStatement h2.main-title-wrapper,
body.lp-asb .boxStatement h3.sub-title-wrapper {
  color: #88B8F2 !important;
}

body.product-asb .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-asb .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-asb .special-element.multipleImages .fullwidth-paragraph,
body.product-asb .paragraph--type--special-element.multipleImages, body.lp-asb .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-asb .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-asb .special-element.multipleImages .fullwidth-paragraph,
body.lp-asb .paragraph--type--special-element.multipleImages {
  background: #88B8F2 !important;
}

body.product-scd .boxStatement h2.main-title-wrapper,
body.product-scd .boxStatement h3.sub-title-wrapper, body.lp-scd .boxStatement h2.main-title-wrapper,
body.lp-scd .boxStatement h3.sub-title-wrapper {
  color: #FFDC9B !important;
}

body.product-scd .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-scd .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-scd .special-element.multipleImages .fullwidth-paragraph,
body.product-scd .paragraph--type--special-element.multipleImages, body.lp-scd .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-scd .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-scd .special-element.multipleImages .fullwidth-paragraph,
body.lp-scd .paragraph--type--special-element.multipleImages {
  background: #FFDC9B !important;
}

body.product-ms .boxStatement h2.main-title-wrapper,
body.product-ms .boxStatement h3.sub-title-wrapper, body.lp-ms .boxStatement h2.main-title-wrapper,
body.lp-ms .boxStatement h3.sub-title-wrapper {
  color: #CDC8F0 !important;
}

body.product-ms .triple.oneTwoThree .sub-element .contained-paragraph,
body.product-ms .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.product-ms .special-element.multipleImages .fullwidth-paragraph,
body.product-ms .paragraph--type--special-element.multipleImages, body.lp-ms .triple.oneTwoThree .sub-element .contained-paragraph,
body.lp-ms .triple.imageCenterText .sub-element.fullWidthImage .contained-paragraph,
body.lp-ms .special-element.multipleImages .fullwidth-paragraph,
body.lp-ms .paragraph--type--special-element.multipleImages {
  background: #CDC8F0 !important;
}

@media all and (max-width: 767px) {
  /* .field--name-field-blocks > .field--items > .field--item, .field--name-field-blocks.field--items > .field--item {
		margin-bottom: 0;
	}
	div.form-group {
		margin-bottom: 0;
	}
	.multiple-elements .content-box > h3.sub-title-wrapper {
		margin-bottom: -24px !important;
	}
	.multiple-elements .content-box > h2.main-title-wrapper, h2.maintitle-wrapper, .single-element.textNormal h2.main-title-wrapper {
		margin-top: -10px;
		margin-bottom: -24px;
	}
	.embedded-title h2.maintitle-wrapper, .embedded-title h3.subtitle-wrapper {
		margin-bottom: -24px;
	} */
  div.paragraph--type--special-element.multipleImages {
    margin-top: 0;
  }
  .multiple-elements.centeredTitle .img-box.image-above.smallImageAbove {
    padding-top: 0;
  }
  .anwendung .background-image.reduced-height.paragraph.noBotMargin {
    margin-bottom: -46px;
    /* xRefernceMobile */
  }
}

/* Custom Fonts */
body {
  font-family: "Apercu";
}

body.gray-bg {
  background: whitesmoke;
}

.white-bg {
  background: white;
}

@media all and (min-width: 1270px) {
  .container {
    width: 1230px;
  }
}

b, strong {
  font-weight: normal;
  font-family: ApercuBold;
}

.sr-only {
  display: none;
}

*, :root {
  font-variant-ligatures: none;
}

body.path-node, body.path-frontpage, body.path-webform {
  margin-top: 72px;
}

@media all and (max-width: 767px) {
  body.path-node, body.path-frontpage, body.path-webform {
    margin-top: 50px;
  }
}

.noPadding {
  padding: 0 !important;
}

.header-account-wrapper a.fl-icon {
  text-indent: -9999px;
}

h1, .h1, h2, .h2, h3, .h3 {
  /* @media all and (min-width: 768px) { */
  /* xRefernceMobile */
  margin-top: 24px;
  margin-bottom: 0;
  /* } */
}

/*********** fix popup scrolling ******************/
body.scroll-hidden, html.scroll-hidden, body.scroll-nm-hidden, body.easter-open {
  overflow: hidden;
  height: 90vh;
  max-height: 90vh;
  /* margin-top: 0; */
  height: calc(90vh - 80px);
}
body.scroll-hidden:not(.nm-menu-open) .dialog-off-canvas-main-canvas, body.scroll-nm-hidden .dialog-off-canvas-main-canvas .main-container {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
header.navbar-standard > div {
  padding: 0;
}

.main-container {
  margin-top: 0px;
}

article.container {
  width: auto;
  padding: 0;
  margin: 0;
}

.row.no-margin {
  margin-right: 0;
  margin-left: 0;
}

.row.no-margin > .col-sm-12 {
  padding: 0;
}

/******* Custom Styles ***********/
a {
  color: #333;
}
@media all and (min-width: 768px) {
	.field a:hover, .field a:focus, .views-field a:hover, .views-field a:focus {
	  color: #333 !important;
	  text-decoration: none !important;
	}
}
.paragraph p a, .paragraph p a * {
	color: #333;
	text-decoration: underline;
}
.paragraph p a:hover, .paragraph p a:hover * {
	text-decoration: none;
}
body {
  font: normal 18px/25px "Apercu";
  color: #333;
  margin-top: 0;
}
.text-token a.btn.btn-lg.btn-white {
	color: #333;
}
.text-token div.simple-link-wrapprer a.btn-white.pink-arrow::after {
	background: url("/themes/custom/filabe/images/right_black_v2.webp");
	background-size: cover;
}
@media all and (max-width: 767px) {
  body {
    font: normal 16px/20px "Apercu";
  }
	.field a:hover, .field a:focus, .views-field a:hover, .views-field a:focus {
	  text-decoration: underline !important;
	}
	.paragraph p a:hover {
		text-decoration: underline;
	}
}

h1#front-logo {
  display: none;
}

h1.page-header {
  display: none;
}

.field--name-field-blocks > .field--label {
  display: none;
}

.slick-prev.slick-arrow {
  background: url("/themes/custom/filabe/images/left_arrow.png") no-repeat;
  background-size: cover;
  border: none;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  padding: 0;
}

.slick-next.slick-arrow {
  background: url("/themes/custom/filabe/images/right_arrow.png") no-repeat;
  background-size: cover;
  border: none;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  padding: 0;
}

/******* Custom NM Menu ***********/
#menu-header {
  background: #df4661;
  padding: 10px 0;
  transition: 0.8s;
}

#menu-header .inner-container.container {
  width: auto;
  margin: 0;
  padding: 0;
}

#menu-header .region-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu-header a:hover {
  color: white;
}

.logo-site {
  width: 75px;
}

@media all and (max-width: 991px) {
  .logo-site {
    transform: translateX(15px);
  }
}

.logo-site img {
  width: 100%;
  max-width: max-content;
  display: block;
}

.top-menu-icons .field.field--name-body {
  position: relative;
}

.top-menu-icons ul.language-links {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 80px;
  background: #df4661;
  min-width: 55px;
  cursor: pointer;
}

.top-menu-icons ul.language-links a {
  color: white !important;
}

@media all and (max-width: 767px) {
  .top-menu-icons ul.language-links {
    display: none;
  }
}

ul.language-links:hover li {
  display: block;
}

.language-links a {
  color: white;
  font-size: 18px;
}

.top-menu-icons .field--name-body {
  display: flex;
}

.language-links li {
  display: none;
}

.language-links li:first-child {
  /* display: block; */
}

html[lang="en"] .language-links li.en {
  display: block;
}

html[lang="de"] .language-links li.de {
  display: block;
}

html[lang="fr"] .language-links li.fr {
  display: block;
}

ul.language-links::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(/themes/custom/filabe/images/down.png) no-repeat;
  width: 11px;
  height: 10px;
  background-size: contain;
  top: 8px;
  cursor: pointer;
}

.header-account-wrapper a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/themes/custom/filabe/images/cart.svg);
  background-size: cover;
  margin-left: 10px;
}
.header-account-wrapper a.fl-icon.cart {
    margin-left: 5px;
  }
@media all and (max-width: 768px) {
  .header-account-wrapper a.fl-icon.cart {
    margin-left: 0;
  }
}

.header-account-wrapper a.fl-icon.sign-in {
  background-image: url(/themes/custom/filabe/images/user.svg);
  background-position: bottom center;
}

#menu-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99999;
  top: 0;
}

@media all and (max-width: 767px) {
  #menu-header {
    top: -1px;
  }
}

#banner-header {
  margin-top: 68px;
}

@media all and (min-width: 768px) {
  .toolbar-horizontal.toolbar-fixed #menu-header {
    top: 39px;
  }
  .toolbar-tray-open.toolbar-horizontal.toolbar-fixed #menu-header {
    top: 79px;
  }
}

@media all and (max-width: 1024px) {
  #menu-header .nm-menu-toggle-left {
    position: static;
  }
}

@media all and (max-width: 767px) {
  #menu-header .logo-site {
    width: 65px;
  }
  #menu-header {
    background: #df4661;
    padding: 7px 0;
  }
  .lp-product #menu-header {
    /*  padding: 11px 0; */
  }
  .scroll-up header#navbar {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
  }
  header#navbar {
    transition: 0.5s;
  }
  .scroll-up .main-container {
    margin-top: 55px;
  }
  #banner-header {
    margin-top: 58px;
  }
}

@media all and (max-width: 1200px) {
  #menu-header .nm-menu-icon {
    background: url("../images/menu.svg") no-repeat;
  }
}

header:not(.nm-overlay) .nm-menu .content > ul > li > a.active, header:not(.nm-overlay) .nm-menu .content > ul > li > a.active-trail, header:not(.nm-overlay) .nm-menu ul.menu > li > a.active, header:not(.nm-overlay) .nm-menu ul.menu > li > a.active-trail, header:not(.nm-overlay) .nm-menu ul.menu > li > a:hover {
  border-color: #ffffff8f;
  padding-bottom: 0px;
}

div.nm-overlay {
  top: 55px;
}

div.nm-overlay .nm-menu ul.menu a {
  color: #12161CCC;
  padding: 12px 5px;
}

div.nm-overlay .nm-menu ul.menu a.is-active, div.nm-overlay .nm-menu ul.menu li.active > a, div.nm-overlay .nm-menu ul.menu li.active.expanded::after, div.nm-overlay .nm-menu ul.menu li.expanded.opened::after {
  color: #df4661;
  border-color: #df4661;
}

div.nm-overlay .nm-menu ul.menu li.expanded.opened > a {
  border-bottom: 1px solid #df4661;
  margin-bottom: 10px;
}

div.nm-overlay .nm-menu ul.menu li.expanded::after {
  color: #12161CCC;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent;
}

div.nm-overlay .nm-menu .content > ul > li, div.nm-overlay .nm-menu ul.menu > li, div.nm-overlay .nm-menu .content > ul > li:last-child, .nm-overlay .nm-menu ul.menu > li:last-child {
  border-bottom: 1px solid #090C0F1A;
  border-top: none;
}

.nm-overlay .nm-menu ul.menu .expanded ul li a {
  font-size: 16px;
  padding: 6px 0px;
}

div.nm-overlay .nm-menu ul.menu li.opened ul li:not(.last) {
  border-bottom: none;
}

div.nm-overlay .nm-menu ul.menu li ul {
  padding-left: 10px;
  padding-top: 0;
}

.hide-filters .view-filters {
  display: none;
}

@media all and (min-width: 1200px) {
  body header:not(.nm-overlay) .nm-menu .content > ul > li > a, header:not(.nm-overlay) .nm-menu ul.menu > li > a {
    margin-left: 9px;
    margin-right: 35px;
    font-family: Apercu;
  }
  body header:not(.nm-overlay) .nm-menu .content > ul > li > a, header:not(.nm-overlay) .nm-menu ul.menu > li.first > a {
    margin-left: 12px;
  }
}
@media all and (min-width: 1025px) {
  /******** TODO move it bigimages.scss *****/
  .full-width .inner-container.container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media all and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
@media all and (min-width: 1200px) {
  .nm-menu-toggle-left {
    position: absolute;
    left: 20px;
    top: 16px;
  }
}

/************ Custom CSS Tags ************/
.pink-text * {
  color: #df4661;
}

.white-text * {
  color: white;
}

.scy-text * {
  color: #CCEBBE;
}

.sca-text * {
  color: #AAE3E2;
}

.is-text * {
  color: #FFD7DC;
}

.ust-text * {
  color: #DFCEC5;
}

.bs-text * {
  color: #C2E7FF;
}

.asb-text * {
  color: #88B8F2;
}

.ms-text * {
  color: #CDC8F0;
}

.scd-text * {
  color: #FFDC9B;
}

.mixed-text * {
  color: #e593eb;
}

.black-text * {
  color: #333;
}

.gray-text * {
  color: #12161C66;
}

.extra-vertical-space .container {
  padding: 118px 0 65px !important;
}

.reduced-height.background-image .inner-pg-wrapper, .reduced-height.background-image .outter-pg-wrapper {
  min-height: auto;
  margin-bottom: 30px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .reduced-height.background-image .inner-pg-wrapper, .reduced-height.background-image .outter-pg-wrapper {
    margin-bottom: 0px;
  }
}

/****** All Products Blocks **********/
.view-all-products:not(.view-display-id-three_cols) .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-content: center;
}

.view-all-products .view-content .hidden-xs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.view-all-products .views-row {
  width: 32%;
  background: white;
  padding: 25px 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}

@media all and (min-width: 1200px) {
  .view-all-products .views-row {
    width: 355px;
    margin-bottom: 24px;
  }
}

@media all and (min-width: 1270px) {
  .view-all-products .views-row {
    width: 370.3333px;
    margin-bottom: 24px;
  }
}

@media all and (max-width: 1180px) {
  .view-all-products .views-row {
    padding: 20px;
  }
}

@media all and (max-width: 1024px) {
  .view-all-products .views-row {
    width: 31.33%;
  }
}

@media all and (max-width: 767px) {
  .view-all-products .views-row {
    width: 100%;
    margin-bottom: 12px;
  }
  .view-all-products .views-row:last-child {
    margin-bottom: 0;
  }
  .view-all-products .views-row.swiper-slide {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .view-all-products .views-row .product-links-wrapper.simple-link-wrapprer > a {
    margin-top: 10px;
    max-width: 160px;
    display: block;
  }
  .view-all-products .views-row .product-links-wrapper.simple-link-wrapprer > a.btn.btn-arrow.btn-link {
    padding-left: 0;
    padding-bottom: 0;
  }
  .view-all-products .views-row .product-links-wrapper.simple-link-wrapprer > a.pink-btn {
    max-width: 130px;
  }
  .view-all-products .views-row .customers-rating {
    margin-top: -70px;
  }
  .view-all-products.four-cols-products:not(.view-display-id-three_cols) .view-content {
		justify-content: space-around;
	}
}

.view-all-products.two-cols-products .view-content > div {
  width: 49%;
}

@media all and (min-width: 1200px) {
  .view-all-products.two-cols-products .view-content > div {
    width: 568px;
  }
}

@media all and (max-width: 767px) {
  .view-all-products.two-cols-products .view-content > div {
    width: 100%;
  }
}

.view-all-products.two-cols-products .view-content .views-row {
  padding: 40px;
}

@media all and (max-width: 767px) {
  .view-all-products.two-cols-products .view-content .views-row {
    padding: 25px 20px;
  }
}

.view-all-products h3 {
  margin-top: 0;
  font: normal 34px/42px ApercuBold;
  letter-spacing: -0.02em;
  font-family: ApercuBold;
}

@media all and (max-width: 767px) {
  .view-all-products h3 {
    font: normal 24px/32px ApercuBold;
    font-family: ApercuBold;
  }
}

@media all and (min-width: 768px) {
  .view-all-products.three-cols-products .view-content, .view-all-products.two-cols-products .view-content {
    margin-bottom: -24px;
  }
}

.view-all-products.three-cols-products a.mobile-inline, .view-all-products.two-cols-products a.mobile-inline {
  display: none;
}

@media all and (max-width: 767px) {
  .view-all-products.three-cols-products a.mobile-inline, .view-all-products.two-cols-products a.mobile-inline {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .view-all-products.three-cols-products a.desktop-inline, .view-all-products.two-cols-products a.desktop-inline {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
	.view-all-products.three-cols-products a.desktop-inline:hover, .view-all-products.two-cols-products a.desktop-inline:hover {
	  /* Not standard behavior */
	  color: white !important;
	  background: #df4661 !important;
	}
}

@media all and (max-width: 767px) {
  .view-all-products.three-cols-products, .view-all-products.two-cols-products {
    font: normal 16px/24px "Apercu";
    line-height: 22px;
    min-height: 68px;
  }
}

.view-all-products.three-cols-products h4 {
  font: normal 18px/26px "Apercu";
  line-height: 30px;
  min-height: 60px;
}

@media all and (max-width: 767px) {
  .view-all-products.three-cols-products h4 {
    font: normal 16px/24px "Apercu";
    line-height: 22px;
    min-height: 68px;
  }
}

.view-all-products.two-cols-products h4 {
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .view-all-products.two-cols-products h4 {
    font: normal 18px/26px "Apercu";
  }
}

.view-all-products .product-links-wrapper.simple-link-wrapprer {
  margin-top: 10px;
}

.view-all-products .imgs-product {
  margin: 13px auto;
}

.view-all-products.three-cols-products .imgs-product .picture-wrapper {
  max-width: 200px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .view-all-products.three-cols-products .imgs-product .picture-wrapper {
    max-width: 214px;
  }
}

.view-all-products.two-cols-products .imgs-product .picture-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.view-all-products.two-cols-products h3 {
  margin-top: 6px;
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  font-family: ApercuBold;
}

@media all and (max-width: 767px) {
  .view-all-products.two-cols-products h3 {
    font: 500 30px/36px ApercuBold;
    font-family: ApercuBold;
  }
}

.view-all-products.two-cols-products h4 {
  height: 78px;
  overflow: hidden;
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .view-all-products.two-cols-products h4 {
    font: normal 18px/26px "Apercu";
    height: auto;
  }
}

.view-all-products.two-cols-products .imgs-product {
  margin: 30px auto 20px;
}

@media all and (max-width: 767px) {
  .view-all-products.two-cols-products .imgs-product {
    margin: 20px auto 20px;
    max-width: 290px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .view-all-products.three-cols-products h3 {
    min-height: 60px;
  }
  .view-all-products.three-cols-products h4 {
    min-height: 80px;
  }
  .view-all-products.three-cols-products .imgs-product {
    margin: 5px 0 15px;
  }
  .view-all-products.two-cols-products h3 {
    min-height: 112px;
  }
  .view-all-products.two-cols-products h4 {
    min-height: 96px;
  }
  .view-all-products.two-cols-products .imgs-product {
    margin: 10px auto 20px;
  }
}

.product-links-wrapper.simple-link-wrapprer > * {
  vertical-align: middle;
}

.customers-rating {
  /* display: inline-block; */
  float: right;
  display: none;
}

.reviews-rating {
  font-size: 16px;
}

.score-rating {
  font-size: 18px;
  font-family: ApercuBold;
}

.stars-number {
  background: url(/themes/custom/filabe/images/star.png);
  background-size: 22px;
  width: 1px;
  margin: 0 auto;
  height: 22px;
  text-indent: -9999px;
}

.stars-number.fiveStars {
  width: 112px;
}

.stars-number.fourStars {
  width: 88px;
}

.stars-number.threeStars {
  width: 66px;
}

.stars-number.twoStars {
  width: 44px;
}

.stars-number.oneStars {
  width: 22px;
}

.product-row-wrapper {
  display: flex;
  background: white;
  padding: 80px;
  margin-top: 10px;
  border-radius: 25px;
}

.product-row-wrapper .customers-rating {
  float: none;
}

.product-row-wrapper ol, .product-row-wrapper ul {
  padding-left: 35px;
}

.product-row-wrapper li {
  margin-bottom: 10px;
  /* list-style-image: url(/themes/custom/filabe/images/check.png); */
  list-style: none;
}

.product-row-wrapper li::before {
  content: '';
  background: url(/themes/custom/filabe/images/check1.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: -35px;
}

@media all and (max-width: 767px) {
  .product-row-wrapper li {
    margin-bottom: 5px;
  }
}

.product-row-wrapper .stars-container {
  float: left;
  margin-right: 5px;
}

.product-row-wrapper .score-reviews {
  position: relative;
  top: -2px;
}

.product-row-wrapper .score-rating {
  font-size: 20px;
}

.product-row-wrapper .reviews-rating {
  font-size: 15px;
}

.product-row-wrapper h2 {
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  margin-top: 5px;
}

@media all and (max-width: 767px) {
  .product-row-wrapper h2 {
    font: 500 30px/36px ApercuBold;
    line-height: 30px;
  }
}

.product-row-wrapper .product-description li {
  font: normal 26px/36px "Apercu";
  margin-top: 5px;
  /* line-height: 1.65; */
  color: gray;
}

@media all and (max-width: 767px) {
  .product-row-wrapper .product-description li {
    font: normal 18px/26px "Apercu";
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  .product-row-wrapper .product-description ul {
    margin: 25px 0 40px;
  }
}

@media all and (min-width: 768px) {
  .product-row-wrapper .product-description ul {
    margin-top: 20px;
  }
}

.product-row-wrapper .img-product {
  width: 65%;
  margin-top: 0px;
}

@media all and (min-width: 768px) {
  .product-row-wrapper .img-product {
    min-width: 492px;
    max-width: 493px;
  }
}

.product-row-wrapper .product-links-wrapper.simple-link-wrapprer {
  margin-top: 7px;
}

@media all and (min-width: 768px) {
  .product-row-wrapper .product-description {
    min-height: 380px;
  }
}

@media all and (max-width: 767px) {
  .product-row-wrapper {
    padding: 20px;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product-row-wrapper .product-links-wrapper.simple-link-wrapprer {
    margin-top: 30px;
  }
  .product-row-wrapper .img-product {
    width: 70%;
    margin: 40px auto 10px;
  }
  .inverted .product-row-wrapper .product-links-wrapper.simple-link-wrapprer {
		display: flex;
		flex-direction: column-reverse;
	}
}

.product-pricing {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .product-pricing {
    display: block;
  }
}

.product-pricing > div {
  width: 49%;
  background: white;
  border-radius: 25px;
  padding: 40px 0;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .product-pricing > div {
    width: auto;
    margin-bottom: 40px;
    padding: 0;
    overflow: hidden;
  }
  .product-pricing > div.product-package {
    margin-bottom: 0;
  }
}

.product-pricing > div.active {
  border: 1px solid #DF4661;
}

.product-pricing > div.active div.simple-link-wrapprer a.btn-pink.btn-arrow {
  background: #DF4661;
}

.product-pricing .box-price {
  font: 500 52px/60px ApercuBold;
  font-family: ApercuBold;
  letter-spacing: -0.02em;
  text-align: center;
  color: #66a2ff;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .product-pricing .box-price {
    font: 500 30px/36px ApercuBold;
    font-family: ApercuBold;
    font-weight: normal;
  }
}

.product-pricing .box-title {
  font: normal 26px/36px "Apercu";
  font-family: ApercuBold;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
}

@media all and (max-width: 767px) {
  .product-pricing .box-title {
    font: normal 18px/26px "Apercu";
    font-family: ApercuBold;
  }
}

.product-pricing .vat-txt {
  color: gray;
  font: normal 16px/20px "Apercu";
  text-align: center;
}

.product-pricing .box-description {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 25px;
  margin-top: 30px;
  color: gray;
  margin-bottom: 40px;
}

.product-pricing .box-description ol, .product-pricing .box-description ul {
  padding-left: 35px;
}

.product-pricing .box-description li {
  margin-bottom: 10px;
  /* list-style-image: url(/themes/custom/filabe/images/check.png); */
  list-style: none;
}

.product-pricing .box-description li::before {
  content: '';
  background: url(/themes/custom/filabe/images/check1.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: -35px;
}

@media all and (max-width: 767px) {
  .product-pricing .box-description {
    padding: 25px 15px;
    margin-bottom: 25px;
  }
}

.product-pricing div.simple-link-wrapprer a.btn-pink.btn-arrow {
  background: #BEB2AD;
}

.product-pricing .box-footer {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: gray;
  margin-top: 20px;
}

.product-pricing .box-footer p {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .product-pricing .box-footer {
    /* visibility: hidden;
    height: 10px; */
    margin-top: 15px;
  }
}

.product-pricing .box-button.simple-link-wrapprer {
  text-align: center;
}

.view-single-product .product-row-wrapper .product-description {
  margin-top: 15px;
}

.view-single-product .product-row-wrapper .product-description p {
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .view-single-product .product-row-wrapper .img-product {
    margin-top: 5px;
    width: auto;
    max-width: 180px;
  }
  .view-single-product .product-row-wrapper .product-description {
    margin-top: 10px;
  }
  .view-single-product .product-row-wrapper .product-description p {
    font: normal 18px/26px "Apercu";
  }
}

.newsletter-bg {
  padding: 175px 150px 175px 80px;
  border-radius: 25px;
}

@media all and (max-width: 767px) {
  .newsletter-bg {
    margin: 0 15px;
    padding: 0px 20px 30px;
  }
}

.newsletter-bg h2 {
  color: white;
  font: 500 52px/60px ApercuBold;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  max-width: 615px;
}

@media all and (max-width: 767px) {
  .newsletter-bg h2 {
    font: 500 30px/36px ApercuBold;
  }
}

.newsletter-bg h4 {
  font: normal 26px/36px "Apercu";
  font-weight: normal;
  display: none;
}

@media all and (max-width: 767px) {
  .newsletter-bg h4 {
    font: normal 18px/26px "Apercu";
  }
}

.newsletter-bg .form-item-email {
  max-width: 400px;
  margin-top: 50px;
}

.newsletter-bg .form-item-email input {
  background: rgba(245, 245, 244, 0.6);
  border: none;
  box-shadow: none;
  padding: 14px 15px;
  height: auto;
  border-radius: 15px;
}

.newsletter-bg .form-actions {
  max-width: 135px;
  text-align: right;
  margin-top: -70px;
  margin-left: 270px;
}

.newsletter-bg .form-actions button.btn {
  margin: 0;
  padding: 18px 25px;
  font-weight: normal;
  border-radius: 16px;
}

@media all and (max-width: 767px) {
  .newsletter-bg {
    text-align: center;
  }
  .newsletter-bg .form-type-processed-text {
    margin-top: 75%;
  }
  .newsletter-bg h2 {
    color: black;
  }
  .newsletter-bg .form-item-email {
    max-width: none;
    margin-top: 25px;
    width: 100%;
  }
  .newsletter-bg .form-actions {
    text-align: center;
    margin: 0 auto;
  }
  .newsletter-bg .form-actions button.btn {
    border-radius: 35px;
  }
}

.form-control {
  font: normal 18px/26px "Apercu";
}

@media all and (max-width: 767px) {
  .form-control {
    font: normal 16px/24px "Apercu";
  }
}

.faq-block .views-row {
  border-bottom: 1px solid #12161C4D;
}

.faq-block .views-row:first-child {
  border-top: none;
}

.faq-block .views-row.answer-expanded .views-field-body {
  padding-bottom: 0;
}

.faq-block .views-row.answer-expanded .views-field-field-answer {
  padding-bottom: 30px;
}

.faq-block .views-field-body {
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 30px;
  font: 500 30px/38px "Apercu";
  color: #12161CCC;
  cursor: pointer;
}
.faq-block .views-row.answer-expanded .views-field-field-answer {
	display: block !important;
}
@media all and (max-width: 767px) {
  .faq-block .views-field-body {
    font: normal 24px/34px "Apercu";
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
	padding-right: 30px;
  }
}

.faq-block .views-field-body:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/themes/custom/filabe/images/plus.svg") 0px 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: -5px -5px;
}

.faq-block .answer-expanded .views-field-body:after {
	/* display: none; */
	background: url("/themes/custom/filabe/images/minus.svg") -5px 7px no-repeat;
}


.faq-block .views-field-field-answer {
  display: none;
  padding-top: 15px;
  padding-bottom: 70px;
  color: #12161CB2;
  font: normal 18px/26px "Apercu";
}

@media all and (max-width: 767px) {
  .faq-block .views-field-field-answer {
    font: normal 18px/26px "Apercu";
  }
}

/***** Pop up Layouts *****/
.poping h2 {
  font: 500 72px/80px ApercuBold;
  margin-bottom: 45px;
}

@media all and (max-width: 767px) {
  .poping h2 {
    font: 500 30px/36px ApercuBold;
    line-height: 38px;
    margin-bottom: 35px;
  }
}

.poping h3 {
  font: 500 72px/80px ApercuBold;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .poping h3 {
    font: 500 30px/36px ApercuBold;
    line-height: 38px;
  }
}

.poping .inner-poping > p {
  margin: 0 0 30px;
}

@media all and (max-width: 767px) {
  .poping .inner-poping > p {
    margin: 0 0 25px;
  }
}

/************* empfohlen products Styles *********/
.empfohlen-product .empfohlen-intro {
  background: #FFD7DC;
  padding: 100px 0;
}

@media all and (max-width: 767px) {
  .empfohlen-product .empfohlen-intro {
    padding: 50px 0;
  }
}

.empfohlen-product .empfohlen-intro h2.maintitle-wrapper {
  font: normal 72px/74px LeMondeJournal;
  max-width: 700px;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .empfohlen-product .empfohlen-intro h2.maintitle-wrapper {
    font: 500 36px/42px ApercuBold;
    margin-bottom: 30px;
    font-family: LeMondeJournal;
  }
}

.empfohlen-product .empfohlen-intro .product-description {
  margin-top: 10px;
  color: #12161CCC;
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 767px) {
  .empfohlen-product .empfohlen-intro .product-description {
    font: normal 18px/26px "Apercu";
  }
}

.empfohlen-product .empfohlen-intro .product-description p {
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  .empfohlen-product .empfohlen-intro .product-row-wrapper .img-product {
    width: 190px;
    margin: 0 auto 10px;
  }
}

.empfohlen-product.empfohlen-is .empfohlen-intro, .empfohlen-product.empfohlen-is .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #FFD7DC;
}

.empfohlen-product.empfohlen-scy .empfohlen-intro, .empfohlen-product.empfohlen-scy .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #CCEBBE;
}

.empfohlen-product.empfohlen-sca .empfohlen-intro, .empfohlen-product.empfohlen-sca .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #AAE3E2;
}

.empfohlen-product.empfohlen-ust .empfohlen-intro, .empfohlen-product.empfohlen-ust .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #DFCEC5;
}

.empfohlen-product.empfohlen-bs .empfohlen-intro, .empfohlen-product.empfohlen-bs .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #C2E7FF;
}

.empfohlen-product.empfohlen-asb .empfohlen-intro, .empfohlen-product.empfohlen-asb .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #88B8F2;
}

.empfohlen-product.empfohlen-scd .empfohlen-intro, .empfohlen-product.empfohlen-scd .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #FFDC9B;
}

.empfohlen-product.empfohlen-ms .empfohlen-intro, .empfohlen-product.empfohlen-ms .recommeded-product-block .sub-paragraph .contained-paragraph {
  background: #CDC8F0;
}

.empfohlen-product .background-image.reduced-height.paragraph .content-wrapper .content-box {
  margin-top: 0;
}

.empfohlen-product .background-image.reduced-height.paragraph.croppedLarge h2.main-title-wrapper {
  font: 500 52px/60px ApercuBold;
  font-family: LeMondeJournal;
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .empfohlen-product .background-image.reduced-height.paragraph.croppedLarge h2.main-title-wrapper {
    font: 500 30px/36px ApercuBold;
    font-family: LeMondeJournal;
    padding-bottom: 5px;
  }
}

.empfohlen-product .background-image.reduced-height.paragraph .cropped-paragraph.container, .empfohlen-product .background-image.reduced-height.paragraph .cropped-wrapper {
  border-radius: 0;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .empfohlen-product .background-image.reduced-height.paragraph {
    margin-bottom: -20px;
    /* xRefernceMobile */
  }
}

/************ All Links Page pop up ***********/
body.all-links article {
  position: relative;
  z-index: 99999;
}

body.all-links article > .content {
  min-height: 70vh;
}

body.all-links article .field--name-body {
  position: fixed;
  background: #06030347;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body.all-links article .field--name-body .field-items {
  background: white;
  width: 80%;
  border-radius: 25px;
  box-shadow: 0 0 11px #0000003b;
  padding: 10px 0 30px;
  margin: 15vh auto 0;
}

body.all-links article .field--name-body a {
  font-family: Apercu;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 20px;
  display: inline-block;
  border-radius: 60px;
  margin-top: 20px;
  border: 1px solid #df4661;
  padding: 13px 28px;
  color: #df4661;
  background: #ffffff;
  min-width: 210px;
}
@media all and (min-width: 768px) {
	body.all-links article .field--name-body a:hover,
	body.all-links article .field--name-body a:active {
	  background: #df4661;
	  color: white !important;
	  border-color: #df4661;
	  text-decoration: none !important;
	}
}

body.all-links article .field--name-body ul {
  margin: 0;
}

body.all-links article .field--name-body ul li::before {
  display: none;
}

body.all-links article .field--name-body ul li {
  list-style: none;
  text-align: center;
}

@media all and (min-width: 768px) {
  .lp-wunder .single-element.textCenter .content-wrapper .text-box {
    min-height: 200px;
  }
}

/************* Other Styles *********/
.testimonial-webform .form-item-plz.error-open .webform-element-description {
  display: block;
}

.testimonial-webform .form-item-plz .webform-element-description {
  background: #ffdbe2;
  padding: 10px 15px 10px;
  display: none;
}

.sticky-add-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  /* backdrop-filter: blur(20px); */
  padding: 0 0 15px;
  box-shadow: 0px 1px 12px 1px #8080803d;
  display: none;
}

.sticky-add-cart .btn {
  padding: 10px 50px;
}

.sticky-add-cart a.btn:focus {
  color: white !important;
  text-decoration: none !important;
}

@media all and (max-width: 767px) {
  .sticky-add-cart.single-element .link-wrapper {
    margin-top: 0;
  }
  .sticky-add-cart.paragraph.single-element .contained-paragraph {
    padding: 15px 0 0;
  }
}

@media all and (max-width: 767px) {
  div[id*="userlike"] div[class*="um"] {
    right: 5px;
    bottom: 5px;
  }
}

@supports (backdrop-filter: none) {
  .sticky-add-cart {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
  }
}

@media all and (min-width: 992px) {
  .menu--footer ul, .menu--footer ol {
    text-align: center;
  }
}

.footer .field--name-body img {
  margin-left: auto;
  margin-right: auto;
  /* display: block; */
}

@media all and (min-width: 992px) {
  div.swiper {
    padding: 15px 0 0;
    margin-top: -15px;
  }
}

.radio-box {
  display: inline-flex;
  text-indent: -9999px;
  border: 2px solid #66a2ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: 1px;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
}

@media all and (max-width: 767px) {
  .radio-box {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    top: 0px;
  }
}

.active .radio-box em {
  display: block;
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media all and (max-width: 767px) {
  .active .radio-box em {
    width: 8px;
    height: 8px;
  }
}

.active .radio-box {
  background: #66a2ff;
  top: 14px;
}

@media all and (max-width: 767px) {
  .active .radio-box {
    top: 8px;
  }
}

.path-webform .region-content .maxed-width {
  max-width: none;
}

div.contact-webform, form.contact-webform {
  background-color: transparent;
  padding: 0 15px;
  box-shadow: none;
  border-radius: 0;
}

div.contact-webform .maxed-width, form.contact-webform .maxed-width {
  background-color: white;
  padding: 66px 15px;
  /* box-shadow: 0px 0px 30px rgba(208, 202, 202, 0.2); */
  border-radius: 20px;
}

html[lang="en"] .hide-en, html[lang="fr"] .hide-fr, html[lang="de"] .hide-de {
  display: none !important;
}

body.path-webform {
  margin-top: 103px;
}

@media all and (max-width: 767px) {
  body.path-webform {
    margin-top: 80px;
  }
}

body.path-webform .contact-webform {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 20px;
  margin-bottom: 60px;
}

.anwendung .background-image.reduced-height.paragraph .content-wrapper .content-box {
  margin-bottom: 40px;
  margin-top: 120px;
}

@media all and (max-width: 767px) {
  .anwendung .background-image.reduced-height.paragraph .content-wrapper .content-box {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .anwendung .background-image.reduced-height.paragraph .content-wrapper .content-box h2 {
    margin-bottom: 8px;
    position: relative;
    top: -10px;
  }
  
  
}

.anwendung .single-element.textCenter .content-wrapper {
  padding-bottom: 0;
}

/* div.contact-wrapper {
  max-width: 550px; 
} */

.noRoundedCorner * {
  border-radius: 0 !important;
}

#menu-header {
  border-bottom: 0;
}

html[lang="en"] #ft-jobs, html[lang="fr"] #ft-jobs {
  /* display: none; */
}

.hide-language-switcher.language-switcher-language-url {
  display: none;
}

.page-node-type-empty-page header, .page-node-type-empty-page footer {
	display: none;
}
.full-with-image .img-responsive {
	width: 100%;
}
body.page-node-type-empty-page {
	font-size: 23px;
	line-height: 1.3;
}

.page-node-type-empty-page .field li {
	list-style: none;
}
.page-node-type-empty-page .field li::before {
	display: inline-block;
	content: ".";
	width: 12px;
	height: 12px;
	background: #f54661;
	text-indent: -9999px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: -28px;
}
.page-node-type-empty-page .field ul, .page-node-type-empty-page .field ol {
	margin-left: 23px;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  body header:not(.nm-overlay) .nm-menu .content > ul > li > a, header:not(.nm-overlay) .nm-menu ul.menu > li > a {
    margin-left: 9px;
    margin-right: 15px;
  }
}

@media all and (min-width: 992px) {
  ul.menu--footer {
    padding-top: 0;
  }
}

@media all and (max-width: 767px) {
  .umm-1nle7fv.centeredIcon,
  .umm-1k0o84c.centeredIcon {
    right: calc(33% + 24px) !important;
  }
}

.slider-wrapper {
  max-width: 530px;
  margin: 40px auto 35px;
  padding: 20px 10px;
}

.slider-wrapper > * {
  display: inline-block !important;
  max-width: 355px;
  vertical-align: middle;
}

.sliderLabel {
  font-family: ApercuBold;
  margin-right: 10px;
}

#ageNumber {
  font-family: ApercuBold;
  color: #df4662;
  font-size: 22px;
  margin-left: 10px;
  width: 45px;
}

#sliderAge {
  /* background: linear-gradient(to right, #df4662 0%, #df4662 30%, #eaeaea 30%, #eaeaea 100%); */
  /* background: linear-gradient(90deg, #faf8f9 0%, rgba(234,234,234,1) 35%, rgba(223,70,88,1) 100%); */
  /* background: linear-gradient(90deg, rgba(223,70,88,1) 0%, rgba(234,234,234,1) 65%, #faf8f9 100%); */
  background: #12161C;
  border-radius: 25px;
  outline: none;
  -webkit-appearance: none;
  height: 8px;
  margin-left: 10px;
}

@media all and (max-width: 767px) {
  #sliderAge {
    height: 6px;
  }
}

.sliderCircle::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 52px;
  height: 52px;
  background: url(/themes/custom/filabe/images/slider.png) no-repeat;
  background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 0px;
  background-size: contain;
  cursor: pointer;
  border: none;
  border-radius: 50%;
}

@media all and (max-width: 767px) {
  .sliderCircle::-webkit-slider-thumb {
    width: 52px;
    height: 52px;
    background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 0px;
    background-size: contain;
  }
}

.sliderCircle::-moz-range-thumb {
  appearance: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 2px;
  background-size: contain;
  border: none;
}

@media all and (max-width: 767px) {
  .sliderCircle::-moz-range-thumb {
    width: 52px;
    height: 52px;
    background: url(/themes/custom/filabe/images/slider.png) no-repeat 0px 5px;
    background-size: contain;
  }
}

.range-wrapper {
  position: relative;
}

.numPopUp {
  background: white;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  /* top: 35px; */
  top: -55px;
  color: #df4661;
  font-size: 16px;
  font-family: ApercuBold;
  box-shadow: 0 0 5px #a6a6a6;
  padding: 2px 10px;
}

/* .numPopUp:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
} */

.numPopUp::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 28px;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
}

.slider-wrapper > span {
  color: #df4662;
  font: normal 18px/26px "Apercu";
  margin-left: 10px;
  width: 40px;
  color: #4A4A4A;
}

@media all and (max-width: 767px) {
  .slider-wrapper > span {
    width: 35px;
    font: normal 16px/24px "Apercu";
  }
}

.slider-wrapper > div.range-wrapper {
  max-width: 369px;
  width: 100%;
}

.range-wrapper input {
  width: 100%;
}

.range-wrapper #sliderAge {
  margin-left: 0;
}

.slider-wrapper > div.hidden {
  display: none !important;
}

@media all and (max-width: 767px) {
  .slider-wrapper > div.sliderLabel {
    display: block !important;
    margin-bottom: 40px;
  }
  .slider-wrapper > div.range-wrapper {
    max-width: 68%;
    width: 100%;
  }
  span.sliderMin {
    margin-left: 0;
  }
  .slider-wrapper > * {
    display: inline-block !important;
    max-width: 390px;
    vertical-align: middle;
  }
  .slider-wrapper {
    padding: 20px 5px 30px;
    text-align: center;
  }
  .sliderLabel {
    font-size: 22px;
    line-height: 32px;
  }
  #ageNumber {
    font-size: 28px;
  }
}

@media all and (min-width: 768px) {
  .slider-wrapper > * {
    display: inline-block !important;
    max-width: 390px;
    vertical-align: middle;
  }
  .sliderLabel, #ageNumber {
    font-family: Apercu;
    margin-right: 10px;
    font-size: 26px;
    line-height: 32px;
  }
  .slider-wrapper {
    max-width: 640px;
  }
}

.map-wrapper .field--name-field-special-sub-element > .field--item {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(1) {
  top: 27%;
  left: 26%;
}

.map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(2) {
  top: 32%;
  left: 45%;
}

.map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(3) {
  top: 30%;
  left: 65%;
}

.map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(4) {
  top: 50%;
  left: 27%;
}

.map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(5) {
  top: 55%;
  left: 45%;
}

.map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(6) {
  top: 50%;
  left: 65%;
}

.pop-layer .img-div {
  position: relative;
}

.pop-layer p {
  font: normal 14px / 20px Apercu;
}

.pop-layer p {
  font: normal 14px / 20px Apercu;
}

.img-div {
  text-align: center;
}

.pop-layer .instapost-closeme {
  display: block;
  top: 5px;
  right: 15px;
  /* box-shadow: 0 0px 7px 3px white; */
  border-radius: 40px;
}

.pop-layer .txt-div::after {
  content: "";
  position: absolute;
  top: 104%;
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.pulsating-dot.active * {
  text-indent: 0;
}

.pulsating-dot.active .pop-layer {
  position: absolute;
  bottom: 125%;
  width: 350px;
  z-index: 2;
  box-shadow: 0 0 3px gray;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.pop-layer {
  background: white;
  padding-bottom: 20px;
  display: none;
}

.pop-layer .txt-div {
  padding: 10px 20px;
  position: relative;
}

/****** Dots pulsing effects ******/
.pulsating-dot * {
  text-indent: -9999px;
}

.pulsating-dot {
  box-sizing: border-box;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

@keyframes ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  30% {
    transform: scale(0.8);
    opacity: 0.1;
  }
  50% {
    transform: scale(1);
    opacity: 0.0;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.pulsating-dot__ripple {
  position: relative;
  transform: translateY(-25px) translateX(-25px);
}

.pulsating-dot__ripple > span {
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #70be77;
  box-shadow: 0 0 5px #70be77, inset 0 0 5px #70be77;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: scale 5.5s infinite linear;
  animation: scale 5.5s infinite linear;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

@media all and (max-width: 767px) {
  .pulsating-dot__ripple > span {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation: none;
    animation: none;
    border: none;
  }
}

.pulsating-dot__ripple > div {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #70be77;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ripple 5.5s 0s infinite cubic-bezier(0.2, 0.54, 0.58, 0.7);
  animation: ripple 5.5s 0s infinite cubic-bezier(0.2, 0.54, 0.58, 0.7);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

@media all and (max-width: 767px) {
  .pulsating-dot__ripple > div {
    /* -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation: none;
    animation: none;
    border: none; */
  }
}

.pulsating-dot__ripple > div:nth-child(0) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.pulsating-dot__ripple > div:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.pulsating-dot__ripple > div:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.pulsating-dot__ripple > div:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}
.poping.dots-popup-wrapper .image-dot {
	display: none;
}
.poping.dots-popup-wrapper .inner-poping.dots-popup {
	padding-top: 0;
}
@media all and (min-width: 767px) {
	.poping.dots-popup-wrapper .inner-poping.dots-popup h2 {
		font: 500 45px/55px ApercuBold;
	}
}
/*** Mobile layout ***/
@media all and (max-width: 767px) {
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(1) {
    top: 27%;
    left: 25%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(2) {
    top: 32%;
    left: 45%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(3) {
    top: 30%;
    left: 65%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(4) {
    top: 50%;
    left: 25%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(5) {
    top: 55%;
    left: 45%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(6) {
    top: 50%;
    left: 65%;
  }
  .pulsating-dot.active .pop-layer {
    position: fixed;
    bottom: auto;
    left: 5%;
    width: 90%;
    top: 70px;
    transform: none;
    box-shadow: 0 0 84px 58px white;
    z-index: 999;
    border: 1px solid #ececec;
  }
  .inner-poping.dots-popup {
		margin-top: 0;
	}
}

@media all and (max-width: 385px) {
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(1) {
    top: 16%;
    left: 24%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(2) {
    top: 23%;
    left: 46%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(3) {
    top: 18%;
    left: 65%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(4) {
    top: 38%;
    left: 26%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(5) {
    top: 44%;
    left: 45%;
  }
  .map-wrapper .field--name-field-special-sub-element > .field--item:nth-child(6) {
    top: 41%;
    left: 65%;
  }
}

/***************************************/
.map-wrapper {
  min-height: 375px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 760px) {
  .map-wrapper {
    min-height: 225px;
    background-size: 100% !important;
  }
}

.towel-with-dots .content-box.container {
  background: white;
  max-width: 650px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .towel-with-dots .content-box.container {
    width: 320px;
  }
}

.special-element.timeline h2.main-title-wrapper, .special-element.dotsWrapper h2.main-title-wrapper {
  font: 500 52px/60px ApercuBold;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 0;
  color: #df4661;
}

@media all and (max-width: 767px) {
  .special-element.timeline h2.main-title-wrapper, .special-element.dotsWrapper h2.main-title-wrapper {
    font: normal 24px/32px ApercuBold;
  }
}

.special-element.timeline h3.sub-title-wrapper, .special-element.dotsWrapper h3.sub-title-wrapper {
  font: normal 26px/36px "Apercu";
  text-align: center;
}

@media all and (max-width: 768px) {
  .special-element.timeline h3.sub-title-wrapper, .special-element.dotsWrapper h3.sub-title-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.special-element.dotsWrapper h3.sub-title-wrapper {
  margin-top: 50px;
  color: #12161CB2;
}

@media all and (max-width: 768px) {
  .special-element.dotsWrapper h3.sub-title-wrapper {
    margin-top: 25px;
  }
}

.paragraph.special-element.dotsWrapper {
  overflow: visible;
}

.dotsWrapper.paragraph .content-box.container {
  top: -400px;
  position: relative;
  padding-bottom: 50px;
  border-radius: 25px;
}

@media all and (max-width: 768px) {
  .dotsWrapper.paragraph .content-box.container {
    top: -90px;
    max-width: none;
    padding-bottom: 20px;
    width: calc(100% - 30px);
  }
}

.age-slider.single-element .container-paragraph.container {
  width: auto;
  max-width: none;
  padding: 0;
}

.age-slider.single-element .contained-paragraph.maxed-width {
  max-width: none;
  width: auto;
  padding-bottom: 200px;
}

@media all and (max-width: 767px) {
  .age-slider.single-element .contained-paragraph.maxed-width {
    padding-bottom: 100px;
  }
}

.age-slider.single-element .content-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.age-slider.single-element h3.sub-title-wrapper {
  order: 1;
}

.age-slider.single-element h2.main-title-wrapper {
  font: normal 36px/34px ApercuBold;
  text-align: center;
  color: white;
}

@media all and (max-width: 768px) {
  .age-slider.single-element h2.main-title-wrapper {
    font: normal 24px/32px ApercuBold;
  }
}

.age-slider.single-element .body-wrapper {
  text-align: center;
  color: #FFFFFFCC;
  margin-top: 20px;
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 768px) {
  .age-slider.single-element .body-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.age-slider.single-element.paragraph.topOverlay {
  margin-top: -400px;
}

@media all and (max-width: 767px) {
  .age-slider.single-element.paragraph.topOverlay {
    margin-top: -100px;
  }
}

.ageslider-scrolldown.boxStatement.paragraph.topOverlay {
  margin-top: -200px;
}

@media all and (max-width: 767px) {
  .ageslider-scrolldown.boxStatement.paragraph.topOverlay {
    margin-top: -106px;
  }
}

.ageslider-scrolldown.boxStatement .inner-pg-wrapper.mobile-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ageslider-scrolldown.boxStatement h3.sub-title-wrapper {
  order: 1;
  font: normal 26px/36px "Apercu";
  color: #12161CB2;
  min-width: 300px;
}

@media all and (max-width: 768px) {
  .ageslider-scrolldown.boxStatement h3.sub-title-wrapper {
    font: normal 18px/26px "Apercu";
  }
}

.ageslider-scrolldown.boxStatement h2.main-title-wrapper {
  order: 2;
  font: normal 96px/96px ApercuBold;
  color: black;
  margin-top: 0;
}

.ageslider-scrolldown.boxStatement h2.main-title-wrapper em {
  font-style: normal;
  color: #df4661;
}

@media all and (max-width: 768px) {
  .ageslider-scrolldown.boxStatement h2.main-title-wrapper {
    font: normal 72px/72px ApercuBold;
    margin-bottom: 5px;
  }
}

.ageslider-scrolldown.boxStatement .body-wrapper {
  order: 3;
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .ageslider-scrolldown.boxStatement .body-wrapper {
    padding: 0 20px;
  }
}

.ageslider-scrolldown.boxStatement .body-wrapper em {
  font-style: normal;
}

.ageslider-scrolldown.boxStatement .body-wrapper h4 {
  margin-bottom: 20px;
  font: inherit;
  color: #66A2FF;
}

@media all and (max-width: 768px) {
  .ageslider-scrolldown.boxStatement .body-wrapper h4 {
    font: normal 18px/26px "Apercu";
  }
}

.ageslider-scrolldown.boxStatement .body-wrapper strong {
  font-weight: normal;
  font-family: Apercu;
}

.ageslider-scrolldown.boxStatement .link-wrapper {
  order: 4;
  margin-top: 35px;
}

@media all and (max-width: 767px) {
  .ageslider-scrolldown.boxStatement .link-wrapper {
    margin-top: 20px;
  }
}

.ageslider-scrolldown.boxStatement .content-wrapper {
  padding: 40px 50px 40px;
  border-radius: 25px;
  margin-bottom: 25px;
}

.timeline-bg.background-image .outter-pg-wrapper, .timeline-bg.background-image .inner-pg-wrapper {
  min-height: 670px;
}

@media all and (max-width: 768px) {
  .timeline-bg.background-image .outter-pg-wrapper, .timeline-bg.background-image .inner-pg-wrapper {
    min-height: 282px;
  }
}

.timeline-bg.background-image h2.main-title-wrapper {
  /* margin-top: 40px; */
}

@media all and (max-width: 768px) {
  .timeline-bg.background-image h2.main-title-wrapper {
    margin-top: 0;
  }
}

.inner-poping.dots-popup {
  text-align: center;
}

.inner-poping.dots-popup .image-dot {
  margin-bottom: 80px;
}

@media all and (max-width: 768px) {
  .inner-poping.dots-popup .image-dot {
    margin-bottom: 40px;
  }
}

.inner-poping.dots-popup h3 {
  font: 500 72px/80px ApercuBold;
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .inner-poping.dots-popup h3 {
    font: 500 40px/48px ApercuBold;
    margin-bottom: 20px;
  }
}

.inner-poping.dots-popup p {
  font: normal 26px/36px "Apercu";
}

@media all and (max-width: 768px) {
  .inner-poping.dots-popup p {
    font: normal 18px/26px "Apercu";
  }
}
/***** AB Lyout Custom Styles *****/
body.empfohlen-product.v2 article .field--name-field-blocks .field--items {
	display: flex;
	flex-direction: column;
}
body.empfohlen-product.v2 article .field--name-field-blocks .field--items > div {
	order: 3;
	flex: 1;
}
body.empfohlen-product.v2 article .field--name-field-blocks .field--items > div:nth-child(2) {
	order: 1;
	margin-top: 40px;
}
body.empfohlen-product.v2 article .field--name-field-blocks .field--items > div:nth-child(3) {
	order: 1;
	margin-top: 40px;
}
body.empfohlen-product.v2.alternative-popup article .field--name-field-blocks .field--items {
	display: block;
	flex-direction: unset;
}
body.empfohlen-product.v2.alternative-popup article .field--name-field-blocks .field--items > div {
	order: unset;
	flex: unset;
}
body.empfohlen-product.v2.alternative-popup article .field--name-field-blocks .field--items > div:nth-child(2) {
	order: unset;
	margin-top: unset;
}
body.empfohlen-product.v2.alternative-popup article .field--name-field-blocks .field--items > div:nth-child(3) {
	order: unset;
	margin-top: unset;
}

body.empfohlen-product.v2.alternative-popup article .field--name-field-blocks .field--items > div.field--item.desktop-only,
body.empfohlen-product.v2.alternative-popup article .field--name-field-blocks .field--items > div.field--item.mobile-only {
	margin-top: 40px;
}

/******* Custom Styles ***********/
.alternative-switcher .dropup .dropdown-menu {
	top: 100%;
	bottom: auto;
}
@media all and (min-width: 767px) and (max-width: 1024px) {
	div.paragraph--type--background-image.blogVariant2 .content-box * {
		color: black;
	}
	div.single-element.textRight .img-box .picture-wrapper.video-preview picture {
		display: block;
	}
	div#edit-skin-goal-wrapper h3, div#edit-skin-goal-wrapper h2 {
		left: 0;
	}
	.recommeded-product-mobile .container {
		width: auto;
	}
}

@media all and (min-width: 767px) and (max-width: 769px) {
	div.paragraph--type--background-image.blogVariant2 .content-wrapper.container {
		position: relative;
		top: 70px;
		min-height: 70px;
	}
}

/******* Custom Styles Menu ***********/ 
#menu-header .language-switcher-language-url {
	margin-right: -30px;
	/* margin-left: auto; */
}
#menu-header .language-switcher-language-url .dropdown-menu {
	background: #df4661;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #ffffffd4;
	border-radius: 0;
}
#menu-header .language-switcher-language-url .dropdown-menu > li {
	background: none;
	padding: 0 16px;
}
#menu-header .language-switcher-language-url .dropdown-toggle {
	background: none;
	padding: 8px 0px;
}
/* #menu-header .language-switcher-language-url .dropdown-toggle {
	width: 2ch;
	overflow: hidden;
} */

div.nm-overlay .nm-menu {
	margin-bottom: 0;
}
div.nm-overlay .language-switcher-language-url {
	margin: 0 15px;
	float: none;
	transform: none;
	/* margin-left: 15px; */
}
div.nm-overlay .language-switcher-language-url .dropdown-menu {
	display: block;
	/* margin-right: 41px; */
	background: none;
	display: flex;
	gap: 20px;
	box-shadow: none;
	border: 0;
	justify-content: center;
	border-bottom: 1px solid #ffffffd4;
	position: static;
	border-radius: 0;
}
div.nm-overlay .language-switcher-language-url .dropdown-toggle {
	display: none;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu li a {
	/* font: normal 20px/30px "Archivo"; */
	text-transform: capitalize;
	border: 0;
}
.language-switcher-language-url .dropdown-menu > li a {
	text-transform: capitalize;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu > li {
	background: none;
	padding: 0 5px;
}
div.nm-overlay .language-switcher-language-url .dropdown-toggle {
	display: block;
	color: black;
	width: 100%;
	text-align: left;
	padding-left: 5px;
	padding-top: 0;
	color: #df4661;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu li a {
	color: #12161CCC;
}
div.nm-overlay .language-switcher-language-url button.dropdown-toggle {
	border-bottom: 1px solid #090C0F1A;
	padding-bottom: 15px;
	border-radius: 0;
}
.language-link.is-active {
	display: none;
}
div.nm-overlay .dropdown-backdrop {
	display: none;
}
div.nm-overlay .language-switcher-language-url .dropdown-toggle span {
	color: #df4661;
	font-size: 18px;
}
div.nm-overlay .dropdown-toggle::after {
	content: '+';
	color: #df4661;
	float: right;
	margin-top: 4px;
	/* font-weight: bold; */
	font-size: 18px;
}
div.nm-overlay .dropdown-toggle.open::after {
	content: '-';
}
@media all and (max-width: 1199px) {
	#menu-header .language-switcher-language-url {
		display: none;
	}
	div.nm-overlay .nm-menu ul.menu a {
		color: #12161CCC;
		padding: 12px 5px;
	}
	div.nm-overlay .language-switcher-language-url .dropdown-menu {
		display: none;
		text-align: left;
	}
	div.nm-overlay .language-switcher-language-url .dropdown-toggle {
		display: block;
		color: #12161CCC;
	}
	div.nm-overlay .language-switcher-language-url .open .dropdown-menu {
		display: block;
	}
}

/***** inverted buttons *******/
.inverted .views-field-picture-tag div.simple-link-wrapprer .btn.btn-arrow.simple-link.btn-link {
	background: #df4661;
	color: white !important;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	border: none;
	border-radius: 40px;
	padding: 11px 25px;
	transition: 0.5s;
	margin-top: 0;
	float: left;
}
.inverted .views-field-picture-tag div.simple-link-wrapprer .btn.btn-arrow.simple-link.btn-link::after {
	background: url("/themes/custom/filabe/images/right_white.png");
	background-size: cover;
	transition: 0.5s;
}
.inverted .views-field-picture-tag div.simple-link-wrapprer .btn.btn-default.btn-sm {
	background: no-repeat;
	border: 0;
	color: #66a2ff !important;
	font-weight: normal;
	padding: 10px 10px;
}
.inverted .views-field-picture-tag div.simple-link-wrapprer .btn.btn-default.btn-sm::after {
	content: "";
	background: url("/themes/custom/filabe/images/right_blue.png");
	display: inline-block;
	background-size: cover;
	width: 19px;
	height: 15px;
	margin-left: 5px;
}
@media all and (max-width: 767px) {
  .inverted .product-row-wrapper .product-links-wrapper.simple-link-wrapprer {
		display: flex;
		flex-direction: column-reverse;
	}
	.inverted .product-row-wrapper .product-links-wrapper.simple-link-wrapprer > a {
		max-width: 175px;
	}
	html[lang="fr"] .inverted .product-row-wrapper .product-links-wrapper.simple-link-wrapprer > a {
		max-width: 200px;
	}
}

body.hideBadge div[id^="trustbadge-container"] {
	display: none;
}
.popup-statement.no-popup .statement-body {
	padding: 0 25px;
	font-size: 18px;
	line-height: 1.2;
	min-height: 125px;
	margin-top: 20px;
}
body.page-node-type-landing-page #menu-header .language-switcher-language-url {
	/* margin-left: auto;
	position: relative;
	left: -30px; */
}
.pre-text-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

@media all and (max-width: 767px) {
	.pre-text-box {
		margin-top: 0px;
		margin-bottom: 30px;
	}
}
@media all and (max-width: 1270px) {
	.payments-methods.single-element .footer-wrapper img {
		margin-left: 15px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
	.single-element.payments-methods .text-box h3 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.single-element.payments-methods img {
		max-width: 120px;
		height: auto;
	}
}

.fullWidth4 .fullWidthJournal h3.sub-title-wrapper {
	color: #333;
	font-family: ApercuBold;
	margin-top: 0;
}
.fullWidth4 .fullWidthJournal h2.main-title-wrapper {
	margin-top: -15px;
	font: normal 56px/60px LeMondeJournal;
	margin-bottom: 10px;
}
.fullWidth4 .content-postfix .content-box {
	max-width: 1160px;
}
.fullWidth4 .fullWidthJournal .body-wrapper {
	color: #333;
	margin-top: 0;
}
.fullWidth4 .content-postfix.fullWidthJournal {
	margin-top: 48px;
}
.fullWidth4.background-image .content-wrapper {
	justify-content: left;
}
@media all and (max-width: 767px) {
	.fullWidth4 .fullWidthJournal h2.main-title-wrapper {
	  font: normal 30px/36px LeMondeJournal;
	}
	.fullWidth4.background-image .content-wrapper {
		justify-content: center;
	}
	.fullWidth4.background-image .inner-pg-wrapper {
	  min-height: 320px;
	}
	.fullWidth4.play-btn-top .content-wrapper.container > div.video-wrapper {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}
	.fullWidth4.background-image .content-wrapper {
		flex: 0 0 100%;
		/* overflow: hidden; */
		/* min-height: 320px; */
		position: relative;
	}
	.fullWidth4.background-image .outter-pg-wrapper {
	  min-height: auto;
	}
	.fullWidth4 .fullWidthJournal h2.main-title-wrapper {
		margin-top: -10px;
		margin-bottom: 22px;
	}
	.fullWidth4 .content-postfix.fullWidthJournal {
		margin-top: 20px;
	}
}

@media all and (max-width: 767px) {
	.mobile-vertical-align.single-element .content-wrapper {
		padding: 35px 0 35px;
	}
	.mobile-vertical-align .text-box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	.mobile-vertical-align.single-element .body-wrapper {
	  min-height: auto;
	}
	.mobile-vertical-align.single-element p {
		margin: 0 0 5px;
	}
}

.mailchimp-utm .mailchimp-popup, .mailchimp-utm .mailchim-popup-trigger {
	display: none !important;
}
body.blurred.mailchimp-utm .dialog-off-canvas-main-canvas {
	filter: none;
}
body.scroll-hidden.mailchimp-utm {
	overflow: visible;
	height: auto;
	max-height: none;
}


/******* Sorting statement task *****/
.swiper-wrapper.sorted > div {
	order: 3;
}
.swiper-wrapper.sorted .swiper-slide.firstStatement {
	order: 1;
}
div.popup-statement-swiper .swiper-wrapper.sorted .swiper-slide:first-child {
	/* margin-left: calc((100vw - 1230px + 30px) / 2); */
	/* margin-left: auto; */
	margin-left: 0;
}
div.popup-statement-swiper .swiper-wrapper.sorted .swiper-slide.firstStatement {
  margin-left: 15px;
}
@media all and (min-width: 768px) {
	div.popup-statement-swiper .swiper-wrapper.sorted .swiper-slide.firstStatement {
		margin-left: calc((100vw - 750px + 30px + 15px) / 2);
	}
}
@media all and (min-width: 992px) {
	div.popup-statement-swiper .swiper-wrapper.sorted .swiper-slide.firstStatement {
		margin-left: calc((100vw - 970px + 30px + 15px) / 2);
	}
}
@media all and (min-width: 1200px) {
	div.popup-statement-swiper .swiper-wrapper.sorted .swiper-slide.firstStatement {
		margin-left: calc((100vw - 1170px + 30px + 15px) / 2);
	}
}
@media all and (min-width: 1270px) {
	div.popup-statement-swiper .swiper-wrapper.sorted .swiper-slide.firstStatement {
		margin-left: calc((100vw - 1230px + 30px) / 2);
	}
}

.textRight .picture-wrapper.video-preview {
	max-height: 664px;
}
@media all and (max-width: 1270px) {
	.textRight .picture-wrapper.video-preview {
		max-height: 640px;
	}
}
@media all and (max-width: 1200px) {
	.textRight .picture-wrapper.video-preview {
		max-height: 538px;
	}
}
@media all and (max-width: 1270px) {
	.picture-wrapper.video-preview {
		overflow: hidden;
	}
}


.field--name-field-blocks > .field--items > .field--item.desktop-only,
.field--name-field-blocks > .field--items > .field--item.mobile-only {
	margin-top: 40px;
}

.popup-statement-swiper .gray-bg.product-scy.swiper-slide {
  background: #CCEBBE;
}

.popup-statement-swiper .gray-bg.product-sca.swiper-slide {
  background: #AAE3E2;
}

.popup-statement-swiper .gray-bg.product-is.swiper-slide {
  background: #FFD7DC;
}

.popup-statement-swiper .gray-bg.product-ust.swiper-slide {
  background: #DFCEC5;
}

.popup-statement-swiper .gray-bg.product-ms.swiper-slide {
  background: #CDC8F0;
}

.popup-statement-swiper .gray-bg.product-scd.swiper-slide {
  background: #FFDC9B;
}

.popup-statement-swiper .gray-bg.product-bs.swiper-slide {
  background: #C2E7FF;
}

.popup-statement-swiper .gray-bg.product-asb.swiper-slide {
  background: #88B8F2;
}

.popup-statement-swiper .gray-bg.product-mixed.swiper-slide {
  background: #e593eb;
}


.img-var .blog-slider-swiper .swiper-slide {
	background: #fff;
	padding: 0;
}
.img-var .views-field.views-field-field-main-title {
	padding: 15px 20px;
	padding-bottom: 0;
	height: 75px;
	overflow: hidden;
}
.img-var .blog-slider-swiper .swiper-slide h3 {
	font: 500 22px/26px ApercuBold;
	text-align: center;
}
.img-var .views-field.views-field-body {
	padding: 20px;
	text-align: center;
	height: 84px;
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 60px;
	padding-top: 6px;
}
.blogSlider.img-var .views-field.views-field-view-node {
	left: 0;
	width: 100%;
	text-align: center;
}

.img-var.img-var2 .views-field.views-field-field-main-title {
	height: 110px;
}
.blogSlider.img-var2 .swiper-slide {
	min-height: 400px;
}

@media all and (max-width: 768px) {
	.textRight .picture-wrapper.video-preview {
		max-height: 640px;
	}
	.img-var .views-field.views-field-body {
		height: 87px;
	}
	.blogSlider.img-var .swiper-slide {
		min-height: 380px;
	}
	.blogSlider.img-var2 .swiper-slide {
		min-height: 330px;
	}
	div.img-var .views-field.views-field-field-main-title {
		height: 101px;
	}
	div.blogSlider .views-field.views-field-view-node {
		bottom: 32px;
	}
	.embeded-token {
		text-align: center;
	}
}
footer.footer {
	background: #e6e6e6;
}
footer .menu--footer a {
	color: rgba(130, 130, 130, 0.7);
}
footer .menu--footer button {
	color: #979797;
}
footer .copyright {
	color: rgba(130, 130, 130, 0.7);
}
.logo-site img {
	/* width: 100%; */
	max-width: none;
	display: block;
	width: 75px;
	height: 50px;
}
@media all and (max-width: 768px) {
	.logo-site img {
		width: 60px;
		height: 44px;
	}
	
}

.after-before-wrp .views-field-picture-tag {
	cursor: pointer;
}
@media all and (max-width: 768px) {
	div.twentytwenty-container {
		left: 50%;
		transform: translateX(-50%);
	}
}

.white-bg .view-blog-slider .swiper-slide {
	background: whitesmoke;
}

.after-before-v2 .statement-popup-wrapper {
	position: relative;
}
.after-before-v2 .statement-overlay {
	position: absolute;
	z-index: 1111;
	width: 100%;
	bottom: 0;
	background: #70707080;
}
.after-before-v2 .statement-overlay > h3.statement-title {
	color: white;
	font-size: 25px;
	margin-top: 0;
}
.after-before-v2.popup-statement .statement-title {
	height: 32px;
}
.after-before-v2.popup-statement .reveal-more-pop {
	/* margin-bottom: 10px; */
	margin-bottom: 0;
}
.after-before-v2 div.simple-link-wrapprer a.btn-link {
	color: white;
	font-family: Apercu;
}
.after-before-v2 div.simple-link-wrapprer a.btn-arrow::after {
	background: url("/themes/custom/filabe/images/right_white.png");
	background-size: cover;
}

@media (min-width: 768px) {
  .four-cols .popup-statement-swiper .swiper-slide {
    width: 192px;
  }
  .white-element .popup-statement-swiper .swiper-slide {
    width: 192px;
  }
}
@media (min-width: 1200px) {
  .four-cols .popup-statement-swiper .swiper-slide {
    width: 270.3333px;
  }
  .white-element .popup-statement-swiper .swiper-slide {
    width: 270.3333px;
  }
}

.white-element .popup-statement-swiper .swiper-slide {
	background: white !important;
}
.white-element .popup-statement .statement-title {
	font-size: 26px;
	margin-top: 6px;
	height: 38px;
}
.white-element h4.statement-info {
	margin-top: 3px;
}
.white-element .popup-statement .reveal-more-pop {
	margin-bottom: 10px;
}
.white-element .reveal-more-pop.statement-ab {
	margin-top: -7px;
}
.statement-popup-wrapper div.twentytwenty-wrapper.twentytwenty-horizontal {
	max-width: 450px;
}

@media (min-width: 1024px) {
	.center-bg .outter-pg-wrapper {
		background-position: center !important;
	}
	.centerBottom-bg .outter-pg-wrapper {
		background-position: center bottom !important;
	}
	.centerTop-bg .outter-pg-wrapper {
		background-position: center top !important;
	}
}

@media (min-width: 768px) {
	.statement-popup-wrapper div.twentytwenty-wrapper.twentytwenty-horizontal {
		margin-top: -60px;
	}
}
@media (max-width: 767px) {
	.statement-popup-wrapper div.twentytwenty-wrapper.twentytwenty-horizontal { 
		max-width: 550px;
	}
	.statement-popup-wrapper div.twentytwenty-container {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.overlayed.statment-video.after-before-popup .poping {
		padding: 2% 5% 5%;
		margin: 40px auto 0;
	}
}


div.paragraph--type--intro-slider .swiper-btns {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 40px;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	width: 5%;
	height: auto;
	outline-style:none;
}
div.paragraph--type--intro-slider .swiper-btns * {
	outline-style:none;
}
div.paragraph--type--intro-slider .sub-elements-swiper-button-next.swiper-btns {
	left: auto;
	right: 40px;
}
div.paragraph--type--intro-slider .sub-elements-swiper-button-prev.swiper-btns {
	transform: translateY(-50%);
}
div.paragraph--type--intro-slider .sub-elements-swiper-button-prev.swiper-btns svg {
	transform: rotateY(180deg);
}
.video-slider video {
	width: 100%;
	height: auto;
}
.sub-intro-swiper .img-responsive {
	max-width: none;
	width: 100%;
}
.paragraph div.swiper.sub-intro-swiper {
	display: block;
	width: 100%;
}

.summary-wrapper {
	position: absolute;
	top: 50%;
	color: white;
	left: 0;
	width: 100%;
	margin: 0 auto;
	transform: translateY(-50%);
}
.summary-wrapper h3 {
	font: normal 26px/36px "Apercu";
	color: white;
	letter-spacing: -0.02em;
	font-weight: normal;
	margin-bottom: -1px;
}
.summary-wrapper h2 {
	font: normal 72px/74px LeMondeJournal;
	letter-spacing: -0.04em;
	color: white;
	margin-top: 0;
	margin-bottom: 30px;
}
.summary-wrapper p {
	font: normal 26px/36px "Apercu";
	color: white;
}
.summary-wrapper-inner.container {
	padding-left: 30px;
	margin-top: 23px;
}
.paragraph.intro-slider {
	opacity: 0;
}
.paragraph.intro-slider.shown {
	opacity: 1;
}

@media (max-width: 768px) {
	.summary-wrapper h3 {
		font: normal 18px/26px "Apercu";
		margin-bottom: -2px;
	}
	.summary-wrapper h2 {
		font: normal 36px/36px LeMondeJournal;
		margin-bottom: 25px;
		margin-top: 0;
	}
	.summary-wrapper p {
		font: normal 18px/26px "Apercu";
	}
	.summary-wrapper-inner.container {
		padding-left: 15px;
		margin-top: 0;
	}
	div.paragraph--type--intro-slider .swiper-btns {
		width: 45px;
	}
}

@media (min-width: 1068px) {
	.background-image.adaptiveHeight .outter-pg-wrapper, .background-image.adaptiveHeight .inner-pg-wrapper {
		min-height: 80vh !important;
	}
}
.fullwidth-imgbg, .fullwidth-imgbg img {
	width: 100%;
	height: auto;
	display: block;
}


div.contact-webform.noShadow .maxed-width {
	box-shadow: none;
}

/**** Search Page ***/
.search-box {
	background: white;
}
.search-box label, .search-box button {
	display: none;
}
.search-box #edit-search, #global-edit-search {
	border: 0;
	margin-top: 15px;
	box-shadow: none;
	padding-left: 65px;
	position: relative;
	background: url(/themes/custom/filabe/images/suchen.svg) no-repeat;
	background-size: 22px;
	background-position: 39px 5px;
	outline: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
.search-box #edit-search {
	margin-top: -8px;
	background-position: 0px 5px;
}
.search-page .header-account-wrapper a.search-icon {
	opacity: 0;
	visibility: hidden;
}
.search-page h3 {
	border-bottom: 1px solid black;
	/* max-width: 60%; */
	margin-bottom: 15px;
}
.search-page footer h3 {
	border: none;
}
.search-page .table {
	/* width: 60%; */
}
.favorite-search .views-row {
	padding-left: 30px;
	background: url(/themes/custom/filabe/images/search.png) no-repeat;
	position: relative;
	background-size: 25px;
	background-position: left center;
	margin-bottom: 10px;
}
.search-page .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}
.search-page .table > tbody > tr > td {
	border: none;
}
.search-page th.views-field-title {
	font: normal 26px/36px "Apercu";
}
.search-page th.views-field-field-content-category {
	color: gray;
}
.search-page .table > thead > tr > th {
	border-bottom: 1px solid black;
	padding-left: 0;
	padding-bottom: 0;
}
.search-page .view-all-products.two-cols-products .view-content .views-row {
	width: 260px;
}
.search-page .view-all-products.two-cols-products h4 {
	font: normal 18px/25px "Apercu";
	text-align: center;
}
.search-page .view-all-products .product-links-wrapper.simple-link-wrapprer {
	text-align: center;
}
.product-search .view-footer {
	text-align: center;
}
.product-search .view-footer a {
	display: block;
	max-width: 350px;
	margin: 20px auto 0px;
}
.search-page .table-responsive {
	border: none;
}
.search-wrapper .container {
	width: auto;
	margin: 0;
	padding: 0;
}
.search-wrapper.container > div {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.search-wrapper.container > div.search-right {
	width: 45%;
	margin-left: 5%;
}
.search-page .view-all-products.two-cols-products .views-row {
	margin-bottom: 50px;
}
.search-page .view-all-products.two-cols-products .view-content .views-row {
	padding: 20px 25px;
}
.search-page .view-all-products.two-cols-products .imgs-product {
	margin: 5px auto 15px;
}
.search-page a {
	color: #333;
}
.views-field-field-suggested-keywords {
	cursor: pointer;
}
.header-account-wrapper a.search-icon {
	text-indent: -9999px;
	background: url(/themes/custom/filabe/images/suchen.svg) no-repeat;
	background-size: 23px;
}
.search-form-wrapper {
	background: white;
}
.search-form-container button {
	display: none;
}
#global-edit-search {
	margin-bottom: 17px;
}
.search-form-wrapper {
	display: none;
}
#global-edit-search {
	width: 100%;
}
.all-search-link .link-wrapper {
	margin-top: 0;
}
.search-page .views-field-title {
	width: 440px;
	overflow: hidden;
}
.search-page th.views-field-title, .search-page .embedded-title h3.subtitle-wrapper {
	font-family: ApercuBold;
}
.search-page .table > tbody > tr > td {
	padding: 8px 8px 0 0;
}

@media (min-width: 768px) {
	#global-edit-search {
		background: url(/themes/custom/filabe/images/suchen2.svg) no-repeat;
		background-position: 1px 8px;
		background-size: 23px;
	}
	header > .search-form-wrapper {
		margin-top: 18px;
	}
}
@media (max-width: 1024px) {
	.search-page h3 {
		max-width: none;
	}
	.search-page .table {
		width: 100%;
	}
	.search-page th.views-field-title {
		font: normal 18px/26px "ApercuBold";
	}
	.search-page .view-all-products:not(.view-display-id-three_cols) .view-content {
		justify-content: center;
		margin-bottom: 30px;
	}
	.search-wrapper.container > div {
		display: block;
		width: auto;
	}
	.search-wrapper.container > div.search-right {
		width: auto;
		margin-left: auto;
	}
	.search-page .embedded-title h3.subtitle-wrapper {
	  margin-bottom: 20px;
	}
	.all-search-link .link-wrapper .position-lefted {
		text-align: center !important;
	}
	.search-page .views-field-title {
		width: 80%;
	}
	.search-left .table-responsive > .table > thead > tr > th, 
	.search-left .table-responsive > .table > thead > tr > td, 
	.search-left .table-responsive > .table > tbody > tr > th, 
	.search-left .table-responsive > .table > tbody > tr > td, 
	.search-left .table-responsive > .table > tfoot > tr > th, 
	.search-left .table-responsive > .table > tfoot > tr > td {
		white-space: normal;
	}
}

.search-right .btn.pink-arrow.btn-default:hover, .search-right .btn.pink-arrow.btn-default:hover {
	color: #333 !important;
	background: none !important;
}

/**** Top Space #3816 ***/
.anwendung .topblock-spacing.background-image.reduced-height.paragraph .content-wrapper .content-box,
.topblock-spacing.background-image.reduced-height.paragraph .content-wrapper .content-box {
	margin-top: 40px; /* 40px +15px from font height line - 5px offset menu = 50px */
}
.topblock-spacing.croppedImageText .content-wrapper {
	padding-top: 10px; /* 20px + 24px - 5px offset menu */
}

/* @media (max-width: 1024px) {
	.topblock-spacing.croppedImageText .content-wrapper {
		padding-top: 40px;
	}
	.anwendung .topblock-spacing.background-image.reduced-height.paragraph .content-wrapper .content-box,
	.topblock-spacing.background-image.reduced-height.paragraph .content-wrapper .content-box {
		margin-top: 60px;
	}
} */

.search-page .matched-search .view-empty a,
.search-page .other-search .view-empty a {
	color: #df4661;
}

@media all and (max-width: 767px) {
	.blog-page .paragraph.top-space {
		margin-top: 65px;
	}
	.ask-markus-page .topblock-spacing.croppedImageText .content-wrapper {
		padding-top: 45px; /* 24px - 10px offset menu */
	}
	.topblock-spacing.background-image.reduced-height.paragraph .content-wrapper .content-box {
		margin-top: 65px;
	}
	.anwendung .topblock-spacing.background-image.reduced-height.paragraph .content-wrapper .content-box {
		margin-top: 72px;
	}
}


.embeded-token {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2%;
}
.embeded-token > div {
	width: 49%;
	height: 100%;
}
.embeded-token.token-right-image {
	flex-direction: row-reverse;
}
.btn-token.simple-link-wrapprer {
	margin-top: 30px;
}
.embeded-token.btn-more .btn-default.petro-border.btn-arrow.btn-pink.pink-btn {
	background: #b6a8a3;
}
@media all and (min-width: 768px) {
	.embeded-token.btn-more .btn-default.petro-border.btn-arrow.btn-pink.pink-btn:hover {
		background: #df4661;
	}
}
.img-token img {
	max-width: 100%;
	height: auto;
}
@media all and (min-width: 768px) {
	.pd-pf .btn-lg.btn-default.btn-white.btn-arrow.btn-pink.pink-arrow:hover, .pd-pf .btn-lg.btn-default.btn-white.btn-arrow.btn-pink.pink-arrow:focus {
		color: #333 !important;
		background: none !important;
		text-decoration: underline !important;
	}
}
.embeded-token {
	margin-bottom: 30px;
}
@media all and (max-width: 767px) {
	.embeded-token {
		display: block;
	}
	.embeded-token > div {
		width: auto;
	}
	.btn-token.simple-link-wrapprer {
		text-align: center;
	}
}


.header-account-wrapper a.search-icon {
	/* display: none; */
}
/* //html[lang="de"] .header-account-wrapper a.search-icon { */
.header-account-wrapper a.search-icon {
	display: inline-block;
}
#menu-header .alternative-switcher a:hover {
	color: #DF4661;
}
.search-form-wrapper {
	position: fixed;
	top: 60px;
	z-index: 999;
	width: 100%;
	box-shadow: 0 0 3px #ccc;
}

:root {
  --swiper-theme-color: #b0b0b0 !important;
}



div.paragraph--type--special-element.multipleImages {
	padding: 0;
	min-height: 0;
	margin-top: 0;
}
/************ New layouts updates **********/
.revealed-text img {
	max-width: 100%;
	height: auto;
}
.sharp-corners .view-all-products .views-row,
.sharp-corners .triple .sub-element .contained-paragraph,
.sharp-corners .quadrant .sub-element .contained-paragraph,
.sharp-corners .newsletter-bg,
.sharp-corners .single-element.textRight .contained-paragraph, 
.sharp-corners .single-element.textLeft .contained-paragraph, 
.sharp-corners .single-element.textCenter .contained-paragraph,
.sharp-corners #edit-skin-form-wrapper,
.sharp-corners .double.multiple-elements .sub-paragraph .contained-paragraph,
.sharp-corners .blog-slider-swiper .swiper-slide {
	border-radius: 0;
}

@media all and (min-width: 768px) {
	
	body .field--name-field-blocks > .field--items > .field--item, 
	body .field--name-field-blocks.field--items > .field--item,
	.form-group.paragraph	{
		margin-bottom: 0;
	}
	
	.field--items > .field--item > .paragraph .inner-pg-wrapper,
	.field--items > .field--item > .paragraph.form-group,
	.field--items > .field--item > .paragraph > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.padding-desktop-0 .inner-pg-wrapper,
	.padding-desktop-0.form-group,
	div.multipleImages.padding-desktop-0 > .data-mobilestyle,
	.padding-desktop-0 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.padding-desktop-12 .inner-pg-wrapper,
	.padding-desktop-12.form-group,
	div.multipleImages.padding-desktop-12 > .data-mobilestyle,
	.padding-desktop-12 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.padding-desktop-25 .inner-pg-wrapper,
	.padding-desktop-25.form-group,
	div.multipleImages.padding-desktop-25 > .data-mobilestyle,
	.padding-desktop-25 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.padding-desktop-50 .inner-pg-wrapper,
	.padding-desktop-50.form-group,
	div.multipleImages.padding-desktop-50 > .data-mobilestyle,
	.padding-desktop-50 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.padding-desktop-75 .inner-pg-wrapper,
	.padding-desktop-75.form-group,
	div.multipleImages.padding-desktop-75 > .data-mobilestyle,
	.padding-desktop-75 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.padding-desktop-100 .inner-pg-wrapper,
	.padding-desktop-100.form-group,
	div.multipleImages.padding-desktop-100 > .data-mobilestyle,
	.padding-desktop-100 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.top-padding-desktop-0 .inner-pg-wrapper,
	.top-padding-desktop-0.form-group,
	div.multipleImages.top-padding-desktop-0 > .data-mobilestyle,
	.top-padding-desktop-0 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 0 !important;
	}
	.top-padding-desktop-12 .inner-pg-wrapper,
	.top-padding-desktop-12.form-group,
	div.multipleImages.top-padding-desktop-12 > .data-mobilestyle,
	.top-padding-desktop-12 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 15px !important;
	}
	.top-padding-desktop-25 .inner-pg-wrapper,
	.top-padding-desktop-25.form-group,
	div.multipleImages.top-padding-desktop-25 > .data-mobilestyle,
	.top-padding-desktop-25 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 30px !important;
	}
	.top-padding-desktop-50 .inner-pg-wrapper,
	.top-padding-desktop-50.data-mobilestyle,
	div.multipleImages.top-padding-desktop-50 > .data-mobilestyle,
	.top-padding-desktop-50.form-group,
	.top-padding-desktop-50 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 60px !important;
	}
	.top-padding-desktop-75 .inner-pg-wrapper,
	.top-padding-desktop-75.form-group,
	div.multipleImages.top-padding-desktop-75 > .data-mobilestyle,
	.top-padding-desktop-75 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 90px !important;
	}
	.top-padding-desktop-100 .inner-pg-wrapper,
	.top-padding-desktop-100.form-group,
	div.multipleImages.top-padding-desktop-100 > .data-mobilestyle,
	.top-padding-desktop-100 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 120px !important;
	}

	.bottom-padding-desktop-0 .inner-pg-wrapper,
	.bottom-padding-desktop-0.form-group,
	div.multipleImages.bottom-padding-desktop-0 > .data-mobilestyle,
	.bottom-padding-desktop-0 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 0 !important;
	}
	.bottom-padding-desktop-12 .inner-pg-wrapper,
	.bottom-padding-desktop-12.form-group,
	div.multipleImages.bottom-padding-desktop-12 > .data-mobilestyle,
	.bottom-padding-desktop-12 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 15px !important;
	}
	.bottom-padding-desktop-25 .inner-pg-wrapper,
	.bottom-padding-desktop-25.form-group,
	div.multipleImages.bottom-padding-desktop-25 > .data-mobilestyle,
	.bottom-padding-desktop-25 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 30px !important;
	}
	.bottom-padding-desktop-50 .inner-pg-wrapper,
	.bottom-padding-desktop-50.form-group,
	div.multipleImages.bottom-padding-desktop-50 > .data-mobilestyle,
	.bottom-padding-desktop-50 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 60px !important;
	}
	.bottom-padding-desktop-75 .inner-pg-wrapper,
	.bottom-padding-desktop-75.form-group,
	div.multipleImages.bottom-padding-desktop-75 > .data-mobilestyle,
	.bottom-padding-desktop-75 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 90px !important;
	}
	.bottom-padding-desktop-100 .inner-pg-wrapper,
	.bottom-padding-desktop-100.form-group,
	div.multipleImages.bottom-padding-desktop-100 > .data-mobilestyle,
	.bottom-padding-desktop-100 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 120px !important;
	}
}


@media all and (max-width: 767px) {
	.paragraph--type--single-element .container-paragraph.container {
		padding: 0;
	}
	.paragraph--type--single-element.textNormal .container-paragraph.container, 
	.paragraph--type--multiple-elements.noSlider  .content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.paragraph--type--multiple-elements.noSlider .sub-element .img-box.fullWidthImage {
		margin-left: -15px;
		margin-right: -15px;
	}
	.paragraph--type--single-element .contained-paragraph.maxed-width {
		border-radius: 0;
		box-shadow: none;
	}
	.productFinder #edit-skin-form-wrapper {
		background: transparent;
		border-radius: 0;
	}
	.productFinder #form-product-finder {
		padding: 0;
		box-shadow: none;
	}
	.productFinder #edit-products-btn-wrapper {
		background: transparent;
		border-radius: 0;
	}
	.productFinder div#edit-skin-type-wrapper span.btn-evo, 
	.productFinder div#edit-gender-wrapper span.btn-evo {
		width: 130px;
		height: 130px;
	}
	.productFinder #edit-age-id {
		background: white;
	}
	.paragraph--type--multiple-elements .content-wrapper.container {
		padding: 0;
	}
	.paragraph.double.multiple-elements .sub-paragraph .contained-paragraph {
		border-radius: 0;
		box-shadow: none;
	}
	.productFinder .product-container h3 {
		margin-top: 0;
	}
	.paragraph.multiple-elements .content-box > h2.main-title-wrapper, 
	.paragraph.multiple-elements .content-box > h3.sub-title-wrapper {
		padding: 0 15px;
	}
	body div.simple-link-wrapprer a.btn-arrow::after {
		/* display: none; */
	}
	body div.single-element.textLeft div.contained-paragraph, 
	body div.single-element.textRight div.contained-paragraph {
		padding: 0px 0px 0px 0px;
		background: none !important;
	}
	body div.single-element.textLeft div.contained-paragraph .inner-pg-wrapper, 
	body div.single-element.textRight div.contained-paragraph .inner-pg-wrapper {
		padding-bottom: 20px;
	}
	body .double.noSlider .elements-wrapper .field--item:first-child {
		margin-bottom: 0;
	}
	body .double .sub-element .body-wrapper {
		min-height: auto;
		margin-bottom: 10px;
	}
	body .field--name-field-blocks > .field--items > .field--item, 
	body .field--name-field-blocks.field--items > .field--item,
	.form-group.paragraph	{
		margin-bottom: 0;
	}
	.field--items > .field--item > .paragraph .inner-pg-wrapper,
	.field--items > .field--item > .paragraph.form-group,
	.field--items > .field--item > .paragraph > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding-0 .inner-pg-wrapper,
	.padding-0.form-group,
	div.multipleImages.padding-0 > .data-mobilestyle,
	.padding-0 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.padding-12 .inner-pg-wrapper,
	.padding-12.form-group,
	div.multipleImages.padding-12 > .data-mobilestyle,
	.padding-12 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.padding-25 .inner-pg-wrapper,
	.padding-25.form-group,
	div.multipleImages.padding-25 > .data-mobilestyle,
	.padding-25 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.padding-50 .inner-pg-wrapper,
	.padding-50.form-group,
	div.multipleImages.padding-50 > .data-mobilestyle,
	.padding-50 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.padding-75 .inner-pg-wrapper,
	.padding-75.form-group,
	div.multipleImages.padding-75 > .data-mobilestyle,
	.padding-75 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.padding-100 .inner-pg-wrapper,
	.padding-100.form-group,
	div.multipleImages.padding-100 > .data-mobilestyle,
	.padding-100 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.top-padding-0 .inner-pg-wrapper,
	.top-padding-0.form-group,
	div.multipleImages.top-padding-0 > .data-mobilestyle,
	.top-padding-0 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 0 !important;
	}
	.top-padding-12 .inner-pg-wrapper,
	.top-padding-12.form-group,
	div.multipleImages.top-padding-12 > .data-mobilestyle,
	.top-padding-12 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 15px !important;
	}
	.top-padding-25 .inner-pg-wrapper,
	.top-padding-25.form-group,
	div.multipleImages.top-padding-25 > .data-mobilestyle,
	.top-padding-25 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 30px !important;
	}
	.top-padding-50 .inner-pg-wrapper,
	.top-padding-50.data-mobilestyle,
	.top-padding-50.form-group,
	div.multipleImages.top-padding-50 > .data-mobilestyle,
	.top-padding-50 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 60px !important;
	}
	.top-padding-75 .inner-pg-wrapper,
	.top-padding-75.form-group,
	div.multipleImages.top-padding-75 > .data-mobilestyle,
	.top-padding-75 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 90px !important;
	}
	.top-padding-100 .inner-pg-wrapper,
	.top-padding-100.form-group,
	div.multipleImages.top-padding-100 > .data-mobilestyle,
	.top-padding-100 > .fullwidth-paragraph > .container-paragraph-full {
		padding-top: 120px !important;
	}

	.bottom-padding-0 .inner-pg-wrapper,
	.bottom-padding-0.form-group,
	div.multipleImages.bottom-padding-0 > .data-mobilestyle,
	.bottom-padding-0 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 0 !important;
	}
	.bottom-padding-12 .inner-pg-wrapper,
	.bottom-padding-12.form-group,
	div.multipleImages.bottom-padding-12 > .data-mobilestyle,
	.bottom-padding-12 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 15px !important;
	}
	.bottom-padding-25 .inner-pg-wrapper,
	.bottom-padding-25.form-group,
	div.multipleImages.bottom-padding-25 > .data-mobilestyle,
	.bottom-padding-25 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 30px !important;
	}
	.bottom-padding-50 .inner-pg-wrapper,
	.bottom-padding-50.form-group,
	div.multipleImages.bottom-padding-50 > .data-mobilestyle,
	.bottom-padding-50 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 60px !important;
	}
	.bottom-padding-75 .inner-pg-wrapper,
	.bottom-padding-75.form-group,
	div.multipleImages.bottom-padding-75 > .data-mobilestyle,
	.bottom-padding-75 > .fullwidth-paragraph > .container-paragraph-full  {
		padding-bottom: 90px !important;
	}
	.bottom-padding-100 .inner-pg-wrapper,
	.bottom-padding-100.form-group,
	div.multipleImages.bottom-padding-100 > .data-mobilestyle,
	.bottom-padding-100 > .fullwidth-paragraph > .container-paragraph-full {
		padding-bottom: 120px !important;
	}
}


.background-image.lp-bgimage-buttonup .link-wrapper {
  margin-top: 50px;
}

@media all and (max-width: 767px) {
  .background-image.lp-bgimage-buttonup .link-wrapper {
    margin-top: 20px;
  }
}

.two-links-wrapper {
	display: flex;
	gap: 25px;
	margin-top: 60px;
}
@media all and (max-width: 767px) {
	.two-links-wrapper {
		flex-direction: column;
	}
}

/*** Reduced Background Image Height *****/
/* Mobile */
@media all and (max-width: 1067px) {
	.background-image.bgheight25_mobile .outter-pg-wrapper, .background-image.bgheight25_mobile .inner-pg-wrapper {
	  min-height: 100px;
	} 
	.background-image.bgheight50_mobile .outter-pg-wrapper, .background-image.bgheight50_mobile .inner-pg-wrapper {
	  min-height: 210px;
	} 
	.background-image.bgheight75_mobile .outter-pg-wrapper, .background-image.bgheight75_mobile .inner-pg-wrapper {
	  min-height: 315px;
	} 
	.background-image.bgheight50_mobile .two-links-wrapper {
		margin-top: 30px;
	}
	.background-image.croppedLarge.bgheight25_mobile .outter-pg-wrapper, .background-image.croppedLarge.bgheight25_mobile .inner-pg-wrapper, .background-image.croppedNormal.bgheight25_mobile .outter-pg-wrapper, .background-image.croppedNormal.bgheight25_mobile .inner-pg-wrapper {
	  min-height: 264px;
	} 

	.background-image.croppedLarge.bgheight50_mobile .outter-pg-wrapper, .background-image.croppedLarge.bgheight50_mobile .inner-pg-wrapper, .background-image.croppedNormal.bgheight50_mobile .outter-pg-wrapper, .background-image.croppedNormal.bgheight50_mobile .inner-pg-wrapper {
	  min-height: 264px;
	} 
	.background-image.croppedLarge.bgheight75_mobile .outter-pg-wrapper, .background-image.croppedLarge.bgheight75_mobile .inner-pg-wrapper, .background-image.croppedNormal.bgheight75_mobile .outter-pg-wrapper, .background-image.croppedNormal.bgheight75_mobile .inner-pg-wrapper {
	  min-height: 396px;
	} 
}

/* Desktop */

@media all and (min-width: 1068px) {
  .background-image.bgheight50_desktop .outter-pg-wrapper, .background-image.bgheight50_desktop .inner-pg-wrapper {
    min-height: 240px;
  }
}

@media all and (min-width: 1339px) {
  .background-image.bgheight50_desktop .outter-pg-wrapper, .background-image.bgheight50_desktop .inner-pg-wrapper {
    min-height: 295px;
  }
}

@media all and (min-width: 1900px) {
  .background-image.bgheight50_desktop .outter-pg-wrapper, .background-image.bgheight50_desktop .inner-pg-wrapper {
    min-height: 365px;
  }
}

@media all and (min-width: 2800px) {
  .background-image.bgheight50_desktop .outter-pg-wrapper, .background-image.bgheight50_desktop .inner-pg-wrapper {
    min-height: 720px;
  }
}

@media all and (min-width: 1068px) {
  .background-image.croppedLarge.bgheight50_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight50_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight50_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight50_desktop .inner-pg-wrapper {
    min-height: 275px;
  }
}

@media all and (min-width: 1180px) {
  .background-image.croppedLarge.bgheight50_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight50_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight50_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight50_desktop .inner-pg-wrapper {
    min-height: 295px;
  }
}

/* .background-image .outter-pg-wrapper, .background-image .inner-pg-wrapper {
  min-height: 420px;
} */

@media all and (min-width: 1068px) {
  .background-image.bgheight25_desktop .outter-pg-wrapper, .background-image.bgheight25_desktop .inner-pg-wrapper {
    min-height: 120px;
  }
  .background-image.bgheight25_desktop .two-links-wrapper {
		margin-top: 30px;
	}
}

@media all and (min-width: 1339px) {
  .background-image.bgheight25_desktop .outter-pg-wrapper, .background-image.bgheight25_desktop .inner-pg-wrapper {
    min-height: 150px;
  }
}

@media all and (min-width: 1900px) {
  .background-image.bgheight25_desktop .outter-pg-wrapper, .background-image.bgheight25_desktop .inner-pg-wrapper {
    min-height: 180px;
  }
}

@media all and (min-width: 2800px) {
  .background-image.bgheight25_desktop .outter-pg-wrapper, .background-image.bgheight25_desktop .inner-pg-wrapper {
    min-height: 360px;
  }
}

@media all and (min-width: 1068px) {
  .background-image.croppedLarge.bgheight25_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight25_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight25_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight25_desktop .inner-pg-wrapper {
    min-height: 140px;
  }
}

@media all and (min-width: 1180px) {
  .background-image.croppedLarge.bgheight25_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight25_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight25_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight25_desktop .inner-pg-wrapper {
    min-height: 150px;
  }
}

/* .background-image .outter-pg-wrapper, .background-image .inner-pg-wrapper {
  min-height: 420px;
} */

@media all and (min-width: 1068px) {
  .background-image.bgheight75_desktop .outter-pg-wrapper, .background-image.bgheight75_desktop .inner-pg-wrapper {
    min-height: 360px;
  }
}

@media all and (min-width: 1339px) {
  .background-image.bgheight75_desktop .outter-pg-wrapper, .background-image.bgheight75_desktop .inner-pg-wrapper {
    min-height: 442px;
  }
}

@media all and (min-width: 1900px) {
  .background-image.bgheight75_desktop .outter-pg-wrapper, .background-image.bgheight75_desktop .inner-pg-wrapper {
    min-height: 547px;
  }
}

@media all and (min-width: 2800px) {
  .background-image.bgheight75_desktop .outter-pg-wrapper, .background-image.bgheight75_desktop .inner-pg-wrapper {
    min-height: 945px;
  }
}

@media all and (min-width: 1068px) {
  .background-image.croppedLarge.bgheight75_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight75_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight75_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight75_desktop .inner-pg-wrapper {
    min-height: 416px;
  }
}

@media all and (min-width: 1180px) {
  .background-image.croppedLarge.bgheight75_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight75_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight75_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight75_desktop .inner-pg-wrapper {
    min-height: 442px;
  }
}


@media all and (min-width: 1068px) {
  .background-image.bgheight10_desktop .outter-pg-wrapper, .background-image.bgheight10_desktop .inner-pg-wrapper {
    min-height: 50px;
	padding: 10px 0;
	align-items: center;
  }
  .bgheight10_desktop * {
		font: normal 14px/20px Apercu;
		letter-spacing: 0;
	}
	.bgheight10_desktop h2, .bgheight10_desktop h3, .bgheight10_desktop h1, .bgheight10_desktop p {
		margin: 0 !important;
	}
	
}

@media all and (min-width: 1339px) {
  .background-image.bgheight10_desktop .outter-pg-wrapper, .background-image.bgheight10_desktop .inner-pg-wrapper {
    min-height: 60px;
  }
}

@media all and (min-width: 1900px) {
  .background-image.bgheight10_desktop .outter-pg-wrapper, .background-image.bgheight10_desktop .inner-pg-wrapper {
    min-height: 70px;
  }
}

@media all and (min-width: 2800px) {
  .background-image.bgheight10_desktop .outter-pg-wrapper, .background-image.bgheight10_desktop .inner-pg-wrapper {
    min-height: 150px;
  }
}

@media all and (min-width: 1068px) {
  .background-image.croppedLarge.bgheight10_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight10_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight10_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight10_desktop .inner-pg-wrapper {
    min-height: 60px;
  }
  
}

@media all and (min-width: 1180px) {
  .background-image.croppedLarge.bgheight10_desktop .outter-pg-wrapper, .background-image.croppedLarge.bgheight10_desktop .inner-pg-wrapper, .background-image.croppedNormal.bgheight10_desktop .outter-pg-wrapper, .background-image.croppedNormal.bgheight10_desktop .inner-pg-wrapper {
    min-height: 60px;
  }
}
/* .full-img-width .contained-paragraph:hover {
	transform: none;
	box-shadow: none;
} */
.full-img-width .outter-pg-wrapper > div {
	width: 50%;
}
.full-img-width .outter-pg-wrapper {
	display: flex;
}
.textLeftFull .outter-pg-wrapper {
	flex-direction: row-reverse;
}
.contained-paragraph-half .content-wrapper {
	max-width: 600px;
	padding: 40px 30px;
}
.contained-paragraph-half .content-wrapper.sub-slider {
	max-width: none;
	width: 100%;
}
.textLeftFull .contained-paragraph-half .content-wrapper {
	float: right;
}
.container-paragraph-full .boxVideo .video-container video {
	max-width: none;
	width: 100%;
	height: auto;
}
@media all and (min-width: 768px) {
	.button_desktop_center .two-links-wrapper {
		justify-content: center;
	}
	.button_desktop_right .two-links-wrapper {
		justify-content: right;
	}
}
@media all and (max-width: 1200px) {
	.full-img-width .outter-pg-wrapper {
		flex-wrap: wrap;
	}
	.full-img-width .outter-pg-wrapper > div {
		width: 100%;
		min-height: 400px;
	}
	.full-img-width .outter-pg-wrapper > div.contained-paragraph-half {
		min-height: auto;
	}
	.nm-menu-search.header-account-wrapper {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.button_mobile_center .two-links-wrapper {
		justify-content: center;
		align-items: center;
	}
	.button_mobile_left .two-links-wrapper {
		justify-content: left;
		align-items: start;
	}
	.button_mobile_right .two-links-wrapper {
		justify-content: right;
		align-items: end;
	}
	.button_mobile_right.background-image .content-box,
	.button_mobile_center.background-image .content-box,
	.button_mobile_left.background-image .content-box {
		width: 100%;
	}
	
	.full-img-width .outter-pg-wrapper > div {
		width: auto;
		min-height: 295px;
	}
	.full-img-width .outter-pg-wrapper > div.contained-paragraph-half {
		min-height: auto;
	}
	.full-img-width .outter-pg-wrapper, div.image_right .full-img-width .outter-pg-wrapper {
		display: flex;
		flex-direction: column;
	}
	.textLeftFull .outter-pg-wrapper {
		flex-direction: column;
	}
	.imageMobileBottom .inner-pg-wrapper > .content-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	body div.single-element.textLeft.imageMobileBottom div.contained-paragraph .inner-pg-wrapper, body div.single-element.textRight.imageMobileBottom div.contained-paragraph .inner-pg-wrapper {
		padding-bottom: 0;
	}
	.imageMobileBottom .content-wrapper > .img-box {
		margin-bottom: -5px;
	}
	.contained-paragraph-half .content-wrapper {
		padding: 20px 15px;
	}
	.imageMobileBottom .full-img-width .outter-pg-wrapper {
		flex-direction: column-reverse;
	}
}



div.nm-overlay {
	background: #df4661;
}
div.nm-overlay .nm-menu ul.menu a {
	color: white;
	text-align: center;
	background: transparent;
	font-size: 24px;
}
div.nm-overlay .nm-menu .content > ul > li, div.nm-overlay .nm-menu ul.menu > li, div.nm-overlay .nm-menu .content > ul > li:last-child, .nm-overlay .nm-menu ul.menu > li:last-child {
	border-bottom: 1px solid #DF4661;
}
div.nm-overlay .language-switcher-language-url .dropdown-toggle {
	display: none;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu {
	display: flex;
	text-align: left;
	border: 0;
}
div.nm-overlay .language-link.is-active {
	display: block;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu li a {
	font-size: 18px;
	color: #ffffffa6;
	text-transform: uppercase;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu li a.language-link.is-active {
	color: white;
}
.nm-menu-open #menu-header {
	border-bottom: 0;
}
.nm-menu-open .fl-icon.cart, .nm-menu-open .fl-icon.sign-in, .nm-menu-open .logo-site {
	display: none;
}
.nm-menu-open #menu-header .nm-menu-icon {
	background: url("../images/nm-icons.svg") -24px -48px no-repeat;
}
.nm-menu-open div.nm-overlay {
	top: 55px;
}
.nm-menu-open .nm-overlay {
	background: #DF4661;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 13px;
	width: 13px;
	position: relative;
	top: 3px;
}

.single-element .contained-paragraph-half .content-wrapper {
	max-width: none;
	padding: 40px 30px;
}
.single-element .full-width-img-wrapper {
	min-height: 500px;
}
.single-element .contained-paragraph-half {
	display: flex;
	align-items: center;
	justify-content: center;
}
div.verticalTop.single-element .contained-paragraph-half  {
	align-items: start;
}
div.verticalBottom.single-element .contained-paragraph-half{
	align-items: end;
}
.single-element.single-element-old .contained-paragraph-half .content-wrapper {
	max-width: 600px;
}
.single-element.single-element-old .full-width-img-wrapper {
	min-height: auto;
}
.single-element.single-element-old .contained-paragraph-half {
	display: block;
	/* align-items: center;
	justify-content: center; */
}

@media all and (min-width: 768px) {
	.search-form-container form {
		position: relative;
	}
	.search-form-container form button {
		display: inline-block;
		position: absolute;
		top: 20px;
		background: transparent;
		border: none;
		color: #333;
		right: 0;
		font-family: ApercuBold;
	}
	.search-form-container form button.search-btn {
		right: 65px;
		color: gray;
	}
	html[lang="de"] .search-form-container form button.search-btn {
		right: 100px; 
	}
	html[lang="fr"] .search-form-container form button.search-btn {
		right: 75px;
	}
	.search-form-container form.filled button.search-btn {
		color: #333;
	}
	.paragraph.slogan-paragraph .btn-link.btn {
		padding-left: 0;
	}
}
@media all and (max-width: 1200px) {
	.search-menu.nm-menu-open .nm-overlay .nm-menu {
		display: none;
	}
	.search-menu.nm-menu-open .search-form-wrapper {
		position: fixed;
		top: 10px;
		z-index: 999999999999999999;
		width: 100%;
		box-shadow: none;
	}
	.search-menu.nm-menu-open div.nm-overlay {
		top: 80px;
	}
	.search-menu.nm-menu-open .nm-overlay {
		background: #fff;
	}
	.search-menu #menu-header {
		background: white;
	}
	html .top-menu-icons .header-account-wrapper a.search-icon {
		display: none;
	}
	html[lang="de"] .nm-menu-search.header-account-wrapper a.search-icon {
		display: inline-block;
	}
	html[lang="de"] .nm-menu-open .header-account-wrapper a.search-icon {
		display: none;
	}
	.nm-menu-search.header-account-wrapper a {
		margin: 0;
	}
	.nm-menu-search.header-account-wrapper {
		margin-top: 2px;
	}
	.nm-menu-toggle-left .field--name-body {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nm-menu-open #menu-header .region-navigation {
		flex-direction: row-reverse;
	}
	.nm-menu-open .nm-menu-toggle {
		padding-top: 13px;
	}
	.nm-menu-search.header-account-wrapper {
		display: block;
	}
	.nm-menu-open #menu-header .inner-warpper.container {
		width: auto;
	}
	#menu-header .maxed-width {
		max-width: none;
	}
	.nm-menu .desktop-only {
		display: none !important;
	}
	.nm-menu  .mobile-only {
		display: block !important;
	}
	header > .search-form-wrapper {
		margin-top: 0;
	}
}
@media all and (max-width: 767px) {
	.paragraph.slogan-paragraph .btn:not(.btn-link) {
		margin-top: 15px;
	}
	.footer .field--name-body img.icon-top {
		right: 15px;
	}
	.search-form-container form {
		position: relative;
	}
	.search-form-container button.cancel-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 20px;
		background: transparent;
		border: 0;
		color: #333;
		font-size: 18px;
		font-family: ApercuBold;
	}
	.search-form-container form::after {
		content: '';
		display: block;
		height: 1px;
		width: 70%;
		background: #cecece;
		position: absolute;
		left: 45px;
		bottom: 15px;
	}
	html[lang="de"] .search-form-container form::after {
		width: 60%;
	}
	html[lang="fr"] .search-form-container form::after {
		width: 68%;
	}
	.search-menu .search-form-wrapper {
		top: 0;
		z-index: 9999999;
		height: 100vh;
	}
	.search-form-wrapper {
		top: 0;
	}
	.search-menu #global-edit-search {
		width: 79%;
	}
	article .slogan-paragraph-wrapper {
		height: auto;
		margin-top: 10px;
	}
	article .slogan-paragraph-wrapper .link-wrapper {
		margin-top: 0;
	}
	.triple.imageCenterText .sub-element .text-box .body-wrapper {
		padding-bottom: 0;
		min-height: auto;
	}
	.triple.imageCenterText .sub-element .text-box {
		min-height: auto;
	}
	.triple.imageCenterText .sub-element .text-box .link-wrapper {
		position: static;
	}
	.triple.noSlider .elements-wrapper > div > .field--item:last-child .contained-paragraph {
		margin-bottom: 0;
	}
	.triple .sub-element .contained-paragraph {
		padding: 0 10px 12px;
	}
	.slogan-paragraph p {
		font-size: 18px;
		line-height: 26px;
	}
	.search-box #edit-search {
		background-position: 1px 7px;
	}
	.search-menu #global-edit-search {
		background: url(/themes/custom/filabe/images/suchen2.svg) no-repeat;
		background-position: 1px 8px;
		background-size: 22px;
		margin-top: 10px;
		padding-left: 45px;
	}
	input#edit-searching, input#edit-cancel {
		padding-top: 7px;
	}
}
@media all and (max-width: 390px) {
	.search-form-container form::after {
		width: 66%;
	}
	html[lang="de"] .search-form-container form::after {
		width: 55%;
	}
	html[lang="de"] .search-form-container form::after {
		width: 64%;
	}
}
.field--name-field-blocks > .field--items > .field--item:has(> .slogan-paragraph) {
	margin-bottom: 0;
	margin-top: 7px;
}
.paragraph.slogan-paragraph .slogan-paragraph-wrapper {
	padding: 15px 0 15px;
}


/***** Sharp corners ****/
.triple.centerTextOnly .sub-element .contained-paragraph, .triple.timeLineLayout .sub-element .contained-paragraph, .triple.oneTwoThree .sub-element .contained-paragraph, .triple.leftTextOnly .sub-element .contained-paragraph, .triple.titleWysiwig .sub-element .contained-paragraph {
	border-radius: 0;
}
.quadrant .sub-element .contained-paragraph {
	border-radius: 0;
}
.views-field .video-img {
	border-radius: 0;
}
.video-img img {
	border-radius: 0;
}
.boxStatement .content-wrapper {
	border-radius: 0;
}
div.popup-statement-swiper .swiper-slide {
	border-radius: 0;
}
.blog-slider-swiper div.swiper-slide {
	border-radius: 0;
}
div.contact-webform .maxed-width, form.contact-webform .maxed-width {
	border-radius: 0;
}
.triple .sub-element div.contained-paragraph {
	border-radius: 0;
}
div.product-row-wrapper {
	border-radius: 0;
}
.statement-feedback-swiper div.swiper-slide {
	border-radius: 0;
}
div.product-pricing > div {
	border-radius: 0;
}
.paragraph--type--special-element.splitLP div.content-box {
	border-radius: 0;
}
.single-element.textLeft .video-img img {
	border-radius: 0;
}
.single-element.textRight .video-img img {
	border-radius: 0;
}
.dotsWrapper.paragraph div.content-box.container {
	border-radius: 0;
}
.ageslider-scrolldown.boxStatement div.content-wrapper {
	border-radius: 0;
}
.paragraph--type--special-sub-element.imageRight .contained-paragraph .content-box, .paragraph--type--special-sub-element.imageLeft .contained-paragraph .content-box, .paragraph--type--special-sub-element.statementLeft .contained-paragraph .content-box, .paragraph--type--special-sub-element.statementRight .contained-paragraph .content-box {
	border-radius: 0;
}
.field--name-field-blocks > .field--items > .field--item:has(> .paragraph.hide) {
	display: none;
}

.multiple-elements.centerTextOnly .sub-element .btn.btn-lg.btn-white {
  /* color: black; */
}
.multiple-elements .link-wrapper a.btn {
  border-color: transparent;
}
#edit-search-wrapper {
	position: relative;
}
#edit-searching, #edit-cancel {
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	background: transparent;
	color: gray;
	font-weight: normal;
	font-family: Apercu;
	cursor: pointer;
	padding: 10px 15px;
	outline: none;
	box-shadow: none;
}
#edit-searching:hover, #edit-cancel:hover {
	background: transparent !important;
	color: gray !important;
}
html[lang="de"] #edit-searching {
	right: 100px;
}
#edit-searching {
	right: 70px;
}
#edit-searching span, #edit-cancel span {
	display: none;
}
.filled #edit-searching {
	color: #88B8F2;
}
@media all and (min-width: 768px) {
	.triple .sub-element div.contained-paragraph {
		padding: 0 10px 30px;
	}
}
.clickable {
	cursor: pointer;
}
a.btn {
	padding: 11px 25px;
}
/* updated hover colors for buttons */
.paragraph p a:hover, .paragraph p a:hover * {
	color: #333 !important;
}
div.simple-link-wrapprer a.btn-pink.btn-link.pink-arrow:hover::after {
	background: url("/sites/default/files/img/right_pink.svg") !important;
	background-size: cover !important;
}
@media all and (min-width: 768px) {
	.btn.pink-arrow.btn-default:hover, .btn-sm.pink-arrow.btn:hover, .btn.pink-arrow.btn-primary:hover,
	.btn.pink-arrow.btn-default:focus, .btn-sm.pink-arrow.btn:focus, .btn.pink-arrow.btn-primary:focus {
		color: #DF4661 !important;
		text-decoration: underline !important;
	}
	.btn.btn-black.white-arrow:hover, .btn.btn-black.white-arrow:focus {
	  background: #535353 !important;
	  /* border: 1px solid #535353 !important; */
	  border: none !important;
	  color: white !important;
	  text-decoration: none !important;
	}
}
a.btn.btn-lg.btn-white {
	color: #DF4661;
	border: none !important;
}
@media all and (min-width: 768px) {
	a.btn.btn-lg.btn-white:hover {
		color: #535353 !important;
		background-color: #fff;
		border: none !important;
	}
}
a.btn.btn-black {
	color: white;
	border: none;
	background: #333;
}
@media all and (min-width: 768px) {
	a.btn.btn-black:hover {
		color: white;
		border: none;
		background: #535353;
	}

	a.btn.btn-black:focus {
		background: inherit;
	}
}
@media all and (min-width: 768px) {
	.btn.btn-primary.btn-pink:hover,
	.btn.btn-primary.btn-pink:focus {
		background: #535353;
		color: white !important;
	}
}
a.btn-img.simple-link {
	background: url(/themes/custom/filabe/images/scroll-down.svg) no-repeat;
    /* background-size: contain; */
    background-size: 95%;
}
a.btn-img.simple-link:hover {
	background: url(/themes/custom/filabe/images/scroll-down-hover.svg) no-repeat;
    /* background-size: contain; */
    background-size: 95%;
}
div.simple-link-wrapprer.type-slide a.btn.btn-sm.simple-link:hover {
	text-decoration: underline !important;
}
div.simple-link-wrapprer a.btn-white.pink-arrow::after {
	background: url("/sites/default/files/img/right_pink.svg");
	background-size: cover;
	transition: 0.5s;
	content: "";
	display: inline-block;
	width: 19px;
	height: 15px;
	margin-left: 5px;
}
div.simple-link-wrapprer a.btn-white.pink-arrow:hover::after {
	background: url("/themes/custom/filabe/images/right_black_v2.webp") !important !important;
	background-size: cover !important;
}
.btn.btn-default.btn-white.pink-arrow:hover::after, .btn-sm.btn.btn-white.pink-arrow:hover::after, .btn.btn-primary.btn-white.pink-arrow:hover::after {
	background: url("/themes/custom/filabe/images/right_black_v2.webp") !important;
	background-size: cover !important;
}
@media all and (min-width: 768px) {
	.field .black-underlying a:hover, .field .black-underlying a:focus {
		color: #333 !important;
		text-d
		ecoration: underline !important;
	}
}
.copyright a:hover, .copyright a:focus {
	color: #535353;
}
@media all and (min-width: 768px) {
	.field a.btn.btn-lg.btn-white:hover, .field a.btn.btn-lg.btn-white:focus {
		color: #333 !important;
		text-decoration: none !important;
	}
	.btn.btn-lg.btn-default.btn-white.normal-txt:active, .btn.btn-lg.btn-default.btn-white.normal-txt:focus {
		border: 0;
		outline: none;
		background: transparent;
		box-shadow: none;
	}
}
.simple-link-wrapprer .btn {
	outline: none !important;
	box-shadow: none !important;
}
.btn.btn-pink.pink-btn:focus {
	color: #fff !important;
	text-decoration: none !important;
}

.statement-two-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
.statement-two-wrapper > div {
	width: 48%;
}
.statement-two-wrapper > div:first-child {
	width: 42%;
}
.statement-two-wrapper > div:last-child {
	width: 54%;
}
.poping .statement-two-cols .statement-title {
	text-align: left;
	font: 500 26px/42px ApercuBold;
	margin-top: 0;
}
.poping .statement-two-cols .statement-body {
	text-align: left;
}
.poping .statement-two-cols .statement-body p, .poping .statement-two-cols .statement-body span, .poping .statement-two-cols .statement-body ul, .poping .statement-two-cols .statement-body li {
	font: normal 18px/28px "Apercu";
}
.statement-popup-wrapper.statement-two-wrapper div.twentytwenty-wrapper.twentytwenty-horizontal {
	margin-top: 0;
}
.poping .statement-two-cols .statement-body ul, .poping .statement-two-cols .statement-body ol {
	padding-left: 7px;
}
.statement-two-cols .statement-product {
	max-width: none;
}
.statement-two-cols .product-body-wrapprer {
	font: normal 16px/22px "Apercu";
}
.statement-two-cols .ptoduct-title {
	font: normal 12px/13px "Apercu";
	color: #757575;
}
.statement-two-cols .simple-link-wrapprer .btn {
	padding-left: 0;
}
.poping .statement-two-cols .product-links-wrapper.simple-link-wrapprer {
	text-align: left;
}

.intro-slider-wrapper .swiper-btns {
	display: none !important;
}
.intro-slider-wrapper .swiper-pagination-bullet {
	background: white;
	opacity: 0.7;
}
.intro-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	opacity: 0.99;
}
.intro-slider-wrapper .swiper-pagination {
	bottom: 40px !important;
}
.intro-slider-wrapper h3, .intro-slider-wrapper h2 {
	font-size: 52px;
	line-height: 60px;
	margin-bottom: 15px;
	font-family: ApercuBold;
}
.intro-slider-wrapper .text-wrapper {
	max-width: 900px;
	margin: 0 auto;
}


.white-element .popup-statement .statement-title {
	text-align: center;
}
h4.statement-info {
	text-align: center;
	font-size: 12px;
	color: gray;
	padding: 1px 15px;
}
div.twentytwenty-horizontal .twentytwenty-handle::after {
	box-shadow: none;
}
div.twentytwenty-horizontal .twentytwenty-handle::before {
	box-shadow: none;
}
div.twentytwenty-handle {
	box-shadow: none;
} 

body div.overlayed.popup-video.play {
	background: rgba(0, 0, 0, 0.85);
	z-index: 999999;
}
body div.overlayed.popup-video .inner-poping::after, body div.overlayed.popup-video .inner-poping::before {
	display: none;
}
div.overlayed.video-4-5-format span.closeme, div.overlayed.popup-video span.closeme {
	background-image: url("/themes/custom/filabe/images/close-simple.svg");
}
.paragraph div.swiper.image-text-slider-swiper {
	padding: 1px 0 1px;
	margin-top: 0;
	margin-bottom: 0;
}
.video-statement .video-img {
	cursor: pointer;
}

@media all and (max-width: 768px) {
	.btn.btn-arrow.btn-pink.btn-default:focus,
	.btn.btn-arrow.btn-pink.btn-default:hover,
	.btn.btn-pink.btn-primary:focus,
	.btn.btn-pink.btn-primary:hover{
		/* background: #DF4661 !important;
		color: white !important; */
		text-decoration: none !important;
	}
	.btn.btn-black.white-arrow:hover, .btn.btn-black.white-arrow:focus {
	  /* background: #333 !important;
	  border: 1px solid #333 !important; */
	}
	a.btn.btn-lg.btn-white:hover,
	a.btn.btn-lg.btn-white:focus {
		background-color: #fff;
		border: 0 solid #fff !important;
		color: #DF4661 !important;
	}
	a.btn.btn-black:hover{
		border: none;
		background: #333;
	}
	a.btn.btn-black:focus {
		/* background: inherit; */
	}
	.triple.leftTextOnly.minimal-spacing .contained-paragraph {
		min-height: auto;
		margin-bottom: 0;
	}
	.triple.leftTextOnly.minimal-spacing .sub-element div.text-box {
		margin-bottom: 0 !important;
	}
	.minimal-spacing .field.field--name-field-sub-elements .body-wrapper {
		margin-bottom: 0;
	}
	
	.statement-two-wrapper {
		display: block;
	}
	.statement-two-wrapper > div:first-child {
		width: auto;
	}
	.statement-two-wrapper > div:last-child {
		width: auto;
	}
	.poping .statement-two-cols .statement-body, .poping .statement-two-cols .statement-title, .poping .statement-two-cols .product-links-wrapper.simple-link-wrapprer {
		text-align: center;
	}
	div.after-before-popup.overlayed.statment-video .closeme {
		top: 35px;
	}
	.statement-two-cols {
		text-align: center;
	}
	.statement-two-cols ul, .statement-two-cols li {
		list-style: none;
		text-align: center;
		padding: 0;
	}
	.paragraph div.swiper.image-text-slider-swiper {
		padding-bottom: 45px;
	}
}





/***** Mega menu styles ******/
.navbar-we-mega-menu.navbar-default {
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	min-height: auto;
}
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > a, 
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > span {
	background: transparent;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	text-decoration: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
	background: transparent;
	margin-left: 9px;
	margin-right: 35px;
	font-family: Apercu;
	text-transform: none;
	font-weight: normal;
}
.navbar-we-mega-menu div.we-mega-menu-submenu {
	width: 1000px;
	position: fixed;
	top: 70px;
	width: 100%;
	left: 0;
}
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li {
	margin: 0;
	border-left: 0;
}
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > a::before, 
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > span::before {
	opacity: 0;
}
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > a::after, 
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > span::after {
	opacity: 1;
	right: -13px;
}

.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li.active > a:hover {
	text-decoration: underline;
}
.we-mega-menu-row .field a:hover,
.we-mega-menu-row .field a:focus, .we-mega-menu-row .views-field a:hover, 
.we-mega-menu-row .views-field a:focus {
	text-decoration: none  !important;
}

.we-mega-menu-row .custom-black .field a:hover span,
.we-mega-menu-row .custom-black .field a:focus span, 
.we-mega-menu-row .custom-black .views-field a:hover span, 
.we-mega-menu-row .custom-black .views-field a:focus span {
	text-decoration: underline  !important;
}

.nm-overlay .nm-menu ul.menu li.expanded::after {
	content: '';
	position: absolute;
	right: 25%;
	top: 20px;
	background: url(/modules/custom/product_finder/img/next.svg) no-repeat;
	width: 24px;
	height: 24px;
	background-size: cover;
	/* left: 50%; */
}

.contained-submenu h2.block-title {
	font-size: 18px;
	line-height: 18px;
	font-family: ApercuBold;
	font-weight: normal;
	margin-bottom: 18px;
}
.contained-submenu .field ul {
	padding: 0;
	list-style: none;
}
.contained-submenu .field ul a {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	font-family: Apercu;
}
.contained-submenu .field ul a:hover {
	color: #df4661 !important;
}
.we-mega-menu-submenu.contained-submenu {
	padding: 45px 0 45px;
}
.navbar-we-mega-menu .we-mega-menu-row {
	justify-content: space-between;
}
.we-mega-menu-col.span3.custom-width4 {
	flex: 0 0 17%;
}
.custom-black a span::after, .nightcare-mn .field--name-body ul > li:last-child a span::after {
	content: '';
	display: inline-block;
	background: url("/themes/custom/filabe/images/right_black_v2.webp") no-repeat;
	width: 19px;
	height: 15px;
	background-size: cover;
}
.custom-black a span, .nightcare-mn .field--name-body ul > li:last-child a span {
	color: #333;
	font-size: 18px; 
	font-family: ApercuBold;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
}
.nightcare-mn .field--name-body ul > li:last-child a:hover span {
	text-decoration: underline;
}
div.nm-overlay .nm-menu ul.menu li ul.dropdown-menu {
	background: transparent;
}
.nm-overlay .nm-menu ul.menu .expanded ul li a {
	font-size: 22px;
	padding: 6px 0px;
	/* font-family: Apercu; */
}
#nm-mobile-category-block {
	display: none;
}
li.opened #nm-mobile-category-block {
	display: block;
}
.nm-overlay .expanded.dropdown.opened {
	height: 90vh;
	overflow-y: auto;
}
#nm-mobile-category-block img {
	width: 100%;
}
#nm-mobile-category-block .field--name-body {
	display: flex;
	flex-direction: column-reverse;
}
.nm-overlay .navbar-text {
	text-align: center;
	display: block;
	color: #ffffff96;
	font-family: ApercuBold;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.nm-overlay .nm-menu ul.menu li ul.dropdown-menu {
	padding-left: 0;
}
@media all and (max-width: 1200px) {
	header .block-we-megamenu {
		display: none;
	}
}
.custom-black a span {
	display: inline-block;
	max-width: 280px;
}

.header-account-wrapper a {
	background: url(/themes/custom/filabe/images/icons_black.svg);
	background-size: cover;
}
.header-account-wrapper a.fl-icon.sign-in {
	background-image: url(/themes/custom/filabe/images/icons_black.svg);
	background-position: bottom center;
}
.header-account-wrapper a.search-icon {
	background: url(/themes/custom/filabe/images/suchen.svg) no-repeat;
	background-size: 22px;
	background-position: center right;
}
#menu-header {
	background: #fff;
	padding: 15px 0;
}
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > a, .navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > span {
	color: #333;
}
.language-switcher-language-url .dropdown-toggle {
	color: #333;
}
.language-switcher-language-url .dropdown-toggle > svg, .language-switcher-language-url .dropdown-toggle > svg * {
	color: #333;
	fill: #333;
}
header:not(.nm-overlay) .nm-menu ul.menu a {
	color: #333;
}
#menu-header a.we-mega-menu-li:hover {
	color: #DF4661;
	border-color: #DF4661;
	background: transparent;
}
header:not(.nm-overlay) .nm-menu .content > ul > li > a.active, header:not(.nm-overlay) .nm-menu .content > ul > li > a.active-trail, header:not(.nm-overlay) .nm-menu ul.menu > li > a.active, header:not(.nm-overlay) .nm-menu ul.menu > li > a.active-trail, header:not(.nm-overlay) .nm-menu ul.menu > li > a:hover {
	border-color: #333;
}
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li > a:hover {
	border: 0;
}
.navbar-we-mega-menu div.we-mega-menu-submenu {
	top: 80px;
	box-shadow: 0px 18px 15px rgba(0,0,0,.117647) !important;
	border: 0;
	margin-top: -15px; 
}
.nm-menu-open .nm-overlay {
	background: #fff;
}
div.nm-overlay .nm-menu ul.menu a {
	color: #333;
}
.navbar-we-mega-menu .we-mega-menu-ul > .we-mega-menu-li.active > a {
	color: #333;
	text-decoration: underline;
}
.header-account-wrapper a.search-icon {
	display: inline-block;
}
#menu-header .language-switcher-language-url .dropdown-menu {
	background: #fff;
}
.language-switcher-language-url .dropdown-menu > li > a {
	color: #333;
}


.sub-opened.nm-menu-open #menu-header {
	background: transparent;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu li a {
	color: #333;
	opacity: 0.5;
}
div.nm-overlay .language-switcher-language-url .dropdown-menu li a.language-link.is-active {
	color: #333;
	opacity: 1;
}
.nm-overlay .nm-menu ul.menu .expanded ul li a.arrow-black /* , .nightcare-mn .field--name-body ul > li:last-child a */ {
	font-family: ApercuBold;
	font-size: 20px;
	position: relative;
	top: 10px;
}
.nm-overlay .arrow-black::after/* , .nightcare-mn .field--name-body ul > li:last-child a::after */ {
	display: inline-block;
	width: 19px;
	height: 15px;
	background: url("/themes/custom/filabe/images/right_black_v2.webp") no-repeat;
	background-size: cover;
	content: '';
	margin-right: -15px;
	position: relative;
	right: -7px;
}
.we-mega-menu-row h2 {
	cursor: pointer;
}

.testimonial-webform .tracking-numbers span {
	text-indent: -9999px;
}
div.testimonial-webform .tracking-wrapper {
	flex: 1 0 100%;
	display: block;
}
/*.testimonial-webform .tracking-numbers {
	display: flex;
	margin: 0 auto;
	width: 160px;
	border-radius: 10px;
	overflow: hidden;
}
 .testimonial-webform .tracking-numbers span.active {
	border-radius: 0 10px 10px 0px;
}
.testimonial-webform .tracking-numbers span {
	display: block;
	width: 40px;
	height: 4px;
	justify-content: start;
	align-items: center;
	border-radius: 0;
	margin-right: 0;
}
div.testimonial-webform .tracking-numbers span.passive {
	background: #df4661;
} */

.testimonial-webform .tracking-numbers {
	display: flex;
	margin: 0 auto;
	width: 172px;
	height: 24px;
	position: relative;
	overflow: hidden;
}
.testimonial-webform div.tracking-numbers span {
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: url(/themes/custom/filabe/images/1-4.svg);
}
.testimonial-webform div.tracking-numbers span.pending {
	display: none;
}
.testimonial-webform div.tracking-numbers > span:nth-child(2) {
	background: url(/themes/custom/filabe/images/2-4.svg);
}
.testimonial-webform div.tracking-numbers > span:nth-child(3) {
	background: url(/themes/custom/filabe/images/3-4.svg);
}
.testimonial-webform div.tracking-numbers > span:nth-child(4) {
	background: url(/themes/custom/filabe/images/4-4.svg);
}



@media all and (max-width: 1200px) {
	#menu-header .nm-menu-icon {
		background: url("../images/mobile_left_icons.svg") no-repeat;
	}
	.nm-menu-open #menu-header .nm-menu-icon {
		background: url("../images/nm-icons.svg") -24px -24px no-repeat;
	}
	div.nm-overlay .nm-menu .content > ul > li, div.nm-overlay .nm-menu ul.menu > li, div.nm-overlay .nm-menu .content > ul > li:last-child, .nm-overlay .nm-menu ul.menu > li:last-child {
		border-bottom: 1px solid transparent;
	}
	div.nm-overlay .dropdown-toggle::after {
		content: '';
		position: relative;
		right: -25px;
		top: 5px;
		background: url(/themes/custom/filabe/images/next_black.svg) no-repeat;
		background-size: auto;
		width: 24px;
		height: 24px;
		background-size: cover;
		left: auto;
		float: none;
		display: inline-block;
		margin-left: -30px;
	}
	.nm-overlay .nm-menu ul.menu li.expanded::after {
		display: none;
	}
	div.nm-overlay .dropdown-toggle::after {
		margin-top: 0px;
	}
	div.nm-overlay .nm-menu ul.menu li.expanded.opened > a {
		border-bottom: 1px solid white;
		text-align: left;
		padding-left: 20px;
		position: fixed;
		left: 0;
		top: 55px;
		background: white;
	}
	.nm-overlay .navbar-text {
		color: #333;
	}
	.nm-overlay .expanded.dropdown.opened {
		height: 90vh;
		overflow-y: auto;
		height: calc(100vh - 25px);
	}
	.nm-overlay .nm-menu ul.menu a {
		display: block;
		text-wrap: auto;
	}
	.nm-overlay .nm-menu .content > ul, .nm-overlay .nm-menu ul.menu {
		margin: 16px 0;
	}
	div.nm-overlay .nm-menu ul.menu .custom-black a {
		padding: 12px 0px;
	}
	#menu-header {
		padding: 6px 0;
	}
	.page-node-type-landing-page #menu-header {
		/* padding: 14px 0 14px; */
	}
	.logo-site img {
		width: 53px;
		height: auto;
		/* height: auto; */
	}
		#menu-header .logo-site {
		width: auto;
	}
	.logo-site {
		transform: none;
	}
	div.nm-overlay .nm-menu ul.menu a.is-active, div.nm-overlay .nm-menu ul.menu li.active > a {
		color: #333;
		border-color: #333;
		text-decoration: underline;
		text-underline-offset: 8px;
	}
	.sub-opened.nm-menu-open div.nm-overlay .nm-menu ul.menu li.expanded.opened > a {
		top: -1px;
		box-shadow: 0px 0px 30px 34px white;
		padding-bottom: 0;
	}
	.sub-opened.nm-menu-open .menu--main-menu-mobile > li.first {
		display: none;
	}
	.sub-opened.nm-menu-open div.nm-overlay .dropdown-toggle::after {
		display: none
	}
	.sub-opened.nm-menu-open div.nm-overlay .dropdown-toggle::before {
		content: '';
		position: relative;
		left: -25px;
		top: 5px;
		background: url(/themes/custom/filabe/images/back_black.svg) no-repeat;
		background-size: auto;
		width: 24px;
		height: 24px;
		background-size: cover;
		left: auto;
		float: none;
		display: inline-block;
		margin-left: -30px;
	}
	.sub-opened.nm-menu-open div.nm-overlay .nm-menu ul.menu li.expanded.opened > a {
		left: 0;
		padding-left: 50px;
	}
	.sub-opened.nm-menu-open #menu-header {
		width: 40px;
		/* float: right; */
		left: auto;
		right: 0;
	}
}
@media all and (min-width: 768px) and (max-width: 1200px) {
	.logo-site img {
		width: 66px;
		height: auto;
	}
	.nm-menu span.navbar-text {
		float: none;
	}
	#menu-header, #menu-header * {
		transition: 0s;
	}
	section.nm-menu-toggle-left {
		margin-left: -35px;
	}
	.nm-menu-open #menu-header .region-navigation {
		flex-direction: row-reverse;
	}
	#menu-header .nm-menu-toggle-left {
		position: static;
	}
	.nm-menu-open .search-icon {
		display: none !important;
	}
	.sub-opened.nm-menu-open #menu-header .region-navigation {
		flex-direction: row;
	}
}
@media all and (max-width: 767px) {
	.page-node-type-article .paragraph--type--background-image.blogVariant2:not(.bottom-text) .inner-pg-wrapper {
		padding-bottom: 40px;
	}
}


.bg-sca .picture-wrapper.filabe-extra-picture, .bk-sca {
	background: linear-gradient(90deg, #aae3e2 0%, #7ecccb 100%);
}
.bg-scy .picture-wrapper.filabe-extra-picture, .bk-scy  {
	background: linear-gradient(90deg, #CCEBBE 0%, #A0CB8D 100%);
}
.bg-scd .picture-wrapper.filabe-extra-picture, .bk-scd  {
	background: linear-gradient(90deg, #FFDC9B 0%, #F7C48A 100%);
}
.bg-is .picture-wrapper.filabe-extra-picture, .bk-is {
	background: linear-gradient(90deg, #FFD7DC 0%, #F0B3BA 100%);
}
.bg-ms .picture-wrapper.filabe-extra-picture, .bk-ms  {
	background: linear-gradient(90deg, #CDC8F0 0%, #A79FD2 100%);
}
.bg-bs .picture-wrapper.filabe-extra-picture, .bk-bs  {
	background: linear-gradient(90deg, #C2E7FF 0%, #98C7E5 100%);
}
.bg-asb .picture-wrapper.filabe-extra-picture, .bk-asb  {
	background: linear-gradient(90deg, #88B8F2 0%, #70A2DF 100%);
}
.bg-ust .picture-wrapper.filabe-extra-picture, .bk-ust  {
	background: linear-gradient(90deg, #DFCEC5 0%, #C7B3A8 100%);
}
.view-all-products.four-cols-products .views-row {
	width: 250.3333px;
	margin-bottom: 24px;
	padding: 0;
}
.four-cols-products {
	text-align: center;
}
.four-cols-products h5 {
	font-size: 12px;
	line-height: 13px;
	color: #757575;
	margin-top: 20px;
}
.four-cols-products .pkg-price {
	font-size: 14px;
	line-height: 22px;
	color: #757575;
}
.four-cols-products h4 {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	padding: 3px 10px;
}
.view-all-products.four-cols-products .view-content {
	gap: 20px;
}
p strong {
	font-family: ApercuBold !important;
}
.category-links .body-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
	list-style: none;
	text-align: center;
	padding: 0;
	margin-top: 40px;
}
.category-links .body-wrapper ul li {
	width: 32%;
}
.category-links .body-wrapper ul li a {
	color: #333 !important;
}
.view-all-products.four-cols-products .view-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 285px;
	text-align: center;
}

.tabs-header-wrapper {
	display: flex;
	margin-bottom: 20px;
	justify-content: center;
	border-bottom: 1px solid #C4C4C4;
}
.tabs-header-wrapper > div {
	color: #757575;
	padding: 6px 55px;
	cursor: pointer;
}
.tabs-header-wrapper > div.active {
	border-bottom: 2px solid #333;
	position: relative;
	bottom: -1.3px;
	color: #333;
	font-family: ApercuBold;
}
.collapsed-element {
	display: none;
}
.less-element {
	display: none;
}
.tabs-content-wrapper > div {
	display: none;
}
.tabs-content-wrapper > div.active {
	display: block;
}
.more-element, .less-element, .reviews-statement .pager__item a {
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 11px 25px;
	font-family: ApercuBold;
	max-width: 220px;
	margin: 0 auto;
}
div.more-element::after, div.less-element::after, .reviews-statement .pager__item a::after {
	content: "";
	background: url("/themes/custom/filabe/images/down-arw.svg");
	display: inline-block;
	background-size: cover;
	width: 10px;
	height: 7px;
	margin-left: 5px;
}
div.less-element::after {
	background: url("/themes/custom/filabe/images/up-arw.svg");
	background-size: cover;
}
.tab-element tbody > tr {
	border-bottom: 1px solid gray;
}
.tab-element .simple-links-element {
	display: flex;
}
.tab-element .simple-links-element {
	display: flex;
}
.tab-element .simple-links-element a {
	font-family: Apercu;
	text-decoration: underline;
}
.tab-element .simple-links-element a::after {
	display: none !important;
}
.tabs-content-wrapper p a, .tabs-content-wrapper p a:focus {
	color: #333 !important;
	text-decoration: underline;
}
.tab-element tbody td {
	padding: 7px 30px 0 0;
}
.pct-wrapper {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 0 20px;
	flex-wrap: wrap;
}
.review-img {
	width: 48px;
	height: 48px;
	border-radius: 30px;
	overflow: hidden;
}
.reviews-statement .views-row {
	margin-bottom: 60px;
}
.reviews-statement .pager__item a {
	background: transparent;
	border: none;
	color: #333 !important;
	font-weight: normal;
	/* font-family: Apercu; */
}
.reviews-statement .pager__item a:hover {
	background: transparent;
	border: none;
	color: #333 !important;
	font-weight: normal;
	text-decoration: underline;
}
.review-img {
	font-size: 26px;
	color: white;
	font-family: ApercuBold;
	line-height: 48px;
	text-align: center;
}
.fullwidth-image-popup .poping > .closeme {
	display: none;
}
.fullwidth-image-popup > .poping {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
body.blurred .overlayed.fullwidth-image-popup {
	/* background: #f9f9f9; */
	background: #fff;
}
div.overlayed {
	z-index: 99999;
}
div.overlayed .picture-container .closeme {
	top: 75px;
	right: 5%;
}

.product-intro {
	display: none;
}

.view-single-product-v2 img {
	background: white;
}
.intro-product-v2 .swiper-pagination span.swiper-pagination-bullet {
	border: 20px solid white;
	box-sizing: content-box;
	margin: 0 5px !important;
}
.overlayed.fullwidth-image-popup .picture-container {
	margin-top: -40px;
}
div.overlayed.statment-video.after-before-popup .poping {
	margin: 0 auto 0;
}
body.blurred .overlayed.fullwidth-image-popup .poping {
	box-shadow: none;
}
@media all and (min-width: 768px) {
	.overlayed.statment-video.after-before-popup .poping {
		padding-bottom: 0;
	}
	.view-all-products.four-cols-products .view-footer {
		display: block;
		max-height: none;
		width: 100%;
	}
}
@media all and (max-width: 1200px) {
	body.inverse-white:not(.nm-menu-open) #menu-header {
		background: transparent;
	}
	body.inverse-white.path-node:not(.nm-menu-open) {
		margin-top: 0;
	}
	body.inverse-white:not(.nm-menu-open) #menu-header .nm-menu-icon {
		filter: brightness(10);
	}
	body.inverse-white:not(.nm-menu-open) .header-account-wrapper a.search-icon {
		filter: brightness(10);
	}
	body.inverse-white:not(.nm-menu-open) .header-account-wrapper a {
		filter: brightness(10);
	}
	body.inverse-white:not(.nm-menu-open) .logo-site img {
		filter: brightness(10);
	}
	#nm-mobile-category-block {
		margin-top: 35px;
	}
	#nm-mobile-category-block .field--name-body > a {
		margin-top: -15px;
	}
}
@media all and (max-width: 767px) {
	.product-intro.background-image .inner-pg-wrapper {
		min-height: 600px;
		border-radius: 0 0 20px 20px;
	}
	.product-intro {
		display: block;
	}
	.view-all-products.four-cols-products .view-content {
		gap: 5px 6%;
	}
	.view-all-products.four-cols-products .views-row {
		width: 47%;
	}
	.category-links .body-wrapper ul li {
		width: 100%;
	}
	.four-cols-products h4 {
		padding: 3px 2px;
	}
	.tab-element .simple-links-element {
		display: block;
	}
	.tabs-header-wrapper.container {
		padding: 0;
	}
	div.tabs-header-wrapper {
		overflow-x: scroll;
		justify-content: left;
		scrollbar-width: none;
		overflow-y: hidden;
	}
	div.tabs-header-wrapper > div {
		padding: 6px 15px;
		text-wrap: nowrap;
	}
	.tab-element .simple-links-element {
		margin-bottom: 15px;
	}
	.page-node-type-products .poping .picture-container > .mobile-only {
		width: calc(100% + 51px);
		max-width: none;
		margin-left: -25px;
	}
	.poping .picture-container > .mobile-only img {
		width: 100%;
		max-width: none;
	}
	body.page-node-type-products {
		transition: none;
	}
	.overlayed.fullwidth-image-popup {
		padding-top: 65px;
	}
	.overlayed.fullwidth-image-popup .poping {
		padding-top: 10px !important;
	}
	.mobile-no-bot-button-space a.simple-link {
		padding-bottom: 1px;
	}
	.overlayed.fullwidth-image-popup .inner-poping::before {
		top: 0;
		height: 0;
		box-shadow: none;
		background: none;
	}
	div.overlayed.fullwidth-image-popup {
		padding-top: 40px;
	}
	div.overlayed .picture-container .closeme {
		top: 35px;
		right: 0%;
	}
	.statement-popup-wrapper.statement-two-wrapper .statement-two-cols {
		overflow: hidden;
	}
	div.overlayed.statment-video.after-before-popup .inner-poping::after {
		display: none;
	}
}
.cookiesPopup.nm-menu-open .block-cookies-popup-block {
	display: none;
}
body.blurred .overlayed.fullwidth-image-popup .poping {
	min-height: auto;
}
/********** Buying option ***/
.view-buying-option .radio-box em {
	display: none;
}
.view-buying-option .radio-box {
	background: none;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 0;
	background: url(/themes/custom/filabe/images/bo-yes.svg) no-repeat;
	top: 4px;
	display: inline-flex;
	opacity:0;
	margin-left: -40px;
	transition: 0.5s;
	right: -25px;
}
.view-buying-option .active .radio-box {
	display: inline-flex;
	opacity:1;
	margin-left: -15px;
	right: 0;
}
.view-buying-option .product-pricing {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 30px;
}
.view-buying-option .product-pricing > div {
	max-width: 450px;
}
.view-buying-option .product-links {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 50px;
}
.view-buying-option .product-pricing .box-description {
	border: none;
	padding-bottom: 0;
	margin-bottom: 30px;
	padding: 0;
	margin-top: 25px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}
.view-buying-option .product-pricing > div {
	padding: 15px 47px 30px;
	border: 2px solid #dcdcdc;
	border-radius: 25px;
}
.view-buying-option .product-pricing > div.active {
	border: 2px solid #7ADAD9;	/*color variable*/
	border-radius: 25px;
	box-shadow: 0 0 9px 0px #cbcbcb;
	padding: 15px 47px 30px;
	min-height: 436px;
}
.view-buying-option .product-pricing .box-title {
	font: normal 24px/34px "ApercuBold";
}
.view-buying-option .product-pricing .box-price {
	font: 500 24px/34px ApercuBold;
	color: #c4c4c4;
	margin-top: 15px;
}
.view-buying-option .product-pricing .vat-txt {
	color: #c4c4c4;
	font: normal 12px/13px "Apercu";
}
.view-buying-option .product-pricing .box-description ul li::before {
	display: none;
}
.view-buying-option .product-pricing .box-description ul li {
	list-style: disc;
	margin: 0;
}
.view-buying-option .product-pricing .box-description ul {
  padding-left: 13px;
}
.view-buying-option .back-button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.view-buying-option .back-button a, .view-buying-option .back-button a:hover {
	color: #333 !important;
	font-family: ApercuBold;
}
.simple-link-wrapprer.box-button {
	display: none;
}
.simple-link-wrapprer.box-button.active {
	display: block;
}
.product-links .back-button::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 15px;
	background: url("/themes/custom/filabe/images/right_black_v2.webp");
	background-size: cover;
	transform: rotateY(180deg);
	background-position: 2px -3px;
}




.product-sca .btn.btn-default {
	background: #7ADAD9;
}
.view-buying-option .product-pricing.product-sca .active .box-price {
	color: #7ADAD9;
}
.view-buying-option .product-pricing.product-sca > div.active {
	border-color: #7ADAD9;
	box-shadow: 0 0 9px 0px #7ADAD9;
}
.view-buying-option .product-pricing.product-sca .active .radio-box, .view-buying-option .product-pricing.product-sca .radio-box {
	background: url(/themes/custom/filabe/images/bo-sca.svg) no-repeat;
}

.product-asb .btn.btn-default {
	background: #5692DB;
}
.view-buying-option .product-pricing.product-asb .active .box-price {
	color: #5692DB;
}
.view-buying-option .product-pricing.product-asb > div.active {
	border-color: #5692DB;
	box-shadow: 0 0 9px 0px #5692DB;
}
.view-buying-option .product-pricing.product-asb .active .radio-box, .view-buying-option .product-pricing.product-asb .radio-box {
	background: url(/themes/custom/filabe/images/bo-asb.svg) no-repeat;
}

.product-bs .btn.btn-default {
	background: #8DC8EE;
}
.view-buying-option .product-pricing.product-bs .active .box-price {
	color: #8DC8EE;
}
.view-buying-option .product-pricing.product-bs > div.active {
	border-color: #8DC8EE;
	box-shadow: 0 0 9px 0px #8DC8EE;
}
.view-buying-option .product-pricing.product-bs .active .radio-box, .view-buying-option .product-pricing.product-bs .radio-box {
	background: url(/themes/custom/filabe/images/bo-bs.svg) no-repeat;
}

.product-is .btn.btn-default {
	background: #FFA4AE;
}
.view-buying-option .product-pricing.product-is .active .box-price {
	color: #FFA4AE;
}
.view-buying-option .product-pricing.product-is > div.active {
	border-color: #FFA4AE;
	box-shadow: 0 0 9px 0px #FFA4AE;
}
.view-buying-option .product-pricing.product-is .active .radio-box, .view-buying-option .product-pricing.product-is .radio-box {
	background: url(/themes/custom/filabe/images/bo-is.svg) no-repeat;
}

.product-ms .btn.btn-default {
	background: #8C7FE9;
}
.view-buying-option .product-pricing.product-ms .active .box-price {
	color: #8C7FE9;
}
.view-buying-option .product-pricing.product-ms > div.active {
	border-color: #8C7FE9;
	box-shadow: 0 0 9px 0px #8C7FE9;
}
.view-buying-option .product-pricing.product-ms .active .radio-box, .view-buying-option .product-pricing.product-ms .radio-box {
	background: url(/themes/custom/filabe/images/bo-ms.svg) no-repeat;
}

.product-scd .btn.btn-default {
	background: #FFB62C;
}
.view-buying-option .product-pricing.product-scd .active .box-price {
	color: #FFB62C;
}
.view-buying-option .product-pricing.product-scd > div.active {
	border-color: #FFB62C;
	box-shadow: 0 0 9px 0px #FFB62C;
}
.view-buying-option .product-pricing.product-scd .active .radio-box, .view-buying-option .product-pricing.product-scd .radio-box {
	background: url(/themes/custom/filabe/images/bo-scd.svg) no-repeat;
}

.product-scy .btn.btn-default {
	background: #9EC68C;
}
.view-buying-option .product-pricing.product-scy .active .box-price {
	color: #9EC68C;
}
.view-buying-option .product-pricing.product-scy > div.active {
	border-color: #9EC68C;
	box-shadow: 0 0 9px 0px #9EC68C;
}
.view-buying-option .product-pricing.product-scy .active .radio-box, .view-buying-option .product-pricing.product-scy .radio-box {
	background: url(/themes/custom/filabe/images/bo-scy.svg) no-repeat;
}

.product-ust .btn.btn-default {
	background: #B8A499;
}
.view-buying-option .product-pricing.product-ust .active .box-price {
	color: #B8A499;
}
.view-buying-option .product-pricing.product-ust > div.active {
	border-color: #B8A499;
	box-shadow: 0 0 9px 0px #B8A499;
}
.view-buying-option .product-pricing.product-ust .active .radio-box, .view-buying-option .product-pricing.product-ust .radio-box {
	background: url(/themes/custom/filabe/images/bo-ust.svg) no-repeat;
}
@media all and (min-width: 768px) {
	.view-buying-option .product-links .btn.btn-default:hover, .view-buying-option .product-links .btn.btn-default:focus {
		background: #333 !important;
	}
}
.overlayed > .picture-container {
	display: none;
}
.overlayed.fullwidth-image-popup > .picture-container {
	display: block;
}
@media all and (min-width: 768px) {
	.blank-page-desktop header#navbar {
		display: none;
	}
	.blank-page-desktop footer.footer {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.blank-page-mobile header#navbar {
		display: none;
	}
	.blank-page-mobile footer.footer {
		display: none;
	}
}
body.blank-page-desktop, body.blank-page-mobile {
	margin-top: -20px;
}
.contact-mn a {
	margin: 0 !important;
}
.review-body {
	margin-top: 17px;
}
.ingredients .more-element,
.ingredients .less-element, 
.ingrédients .more-element,
.ingrédients .less-element, 
.inhaltsstoffe .more-element,
.inhaltsstoffe .less-element {
	max-width: 300px;
}	
.new-vars h4 {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.poping .video-text {
	display: none;
}


@media all and (max-width: 767px) {
	.view-buying-option .product-pricing {
		flex-wrap: wrap;
		gap: 5px;
	}
	.view-buying-option .product-pricing > div {
		padding: 4px 40px 24px;
	}
	.view-buying-option .product-pricing > div.active {
		padding: 4px 40px 24px;
		min-height: auto;
	}
	.view-buying-option .product-pricing {
		margin-top: 10px;
	}
	.view-product-pricing .product-links {
		position: fixed;
		left: 0;
		bottom: 0;
		background: white;
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
		padding-top: 21px;
		z-index: 9;
		/* box-shadow: 0px -7px 15px 5px white; */
		box-shadow: 0px -5px 6px 0px #00000014;
		/* border-top: 1px solid #f4f4f4; */
	}
	.view-buying-option .product-pricing > div {
		margin-bottom: 15px;
	}
	.view-buying-option .product-pricing .box-description {
		font-size: 12px;
		line-height: 18px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.view-buying-option .product-pricing .box-title {
		margin-top: 15px;
	}
	.view-buying-option .product-pricing .box-price {
		margin-top: 7px;
	}
	.page-node-type-landing-page #menu-header .region-navigation {
		justify-content: center;
	}
	.age-slider .container-paragraph.container {
		padding: 0 !important;
	}
	.product-pricing {
		padding-bottom: 70px;
	}
	.view-buying-option .product-pricing > div {
		max-width: 350px;
	}
}
@media all and (max-width: 767px) {
	.nm-menu-open #menu-header {
		transition: 0s;
	}
}

/************** New Recommended page layout *****************/
.empfohlens-intro h2 {
	font: normal 52px/52px LeMondeJournal;
	letter-spacing: -0.04em;
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
}
.empfohlen-tabs .views-field-body h2 {
	font-size: 20px;
	margin-top: 0;
}
.faq-block.empfohlen-tabs .answer-expanded .views-field-body::after {
	top: 44px;
	background: url("/themes/custom/filabe/images/minus.svg") -5px -8px no-repeat;
}
.empfohlen-product .price-pkg {
	display: none;
}
.empfohlen-tabs.faq-block {
	margin-top: 40px;
}
.empfohlen-contact-form div.contact-webform .maxed-width, .empfohlen-contact-form form.contact-webform .maxed-width {
	box-shadow: none;
	padding-top: 0;
}
.empfohlen-contact-form .body-wrapper {
	color: gray;
}
.empfohlen-contact-form .alternative-title h2.main-title-wrapper, .empfohlen-contact-form .single-element.textNormal.alternative-title h2.main-title-wrapper {
  font: 500 34px/46px ApercuBold;
}
.empfohlen-contact-form .testimonial-webform .form-actions {
	float: none;
	position: relative;
	z-index: 9;
	width: auto;
	margin: 0;
}
.empfohlen-contact-form .contact-webform.testimonial-webform form > div#edit-links {
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0 30px;
	margin-top: 20px;
}
.empfohlen-contact-form #edit-back {
	width: auto;
	margin-bottom: 0;
}
.empfohlen-contact-form button:disabled {
	background-color: #c4c4c4;
}
.empfohlen-tabs .views-field-body p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 5px;
}
.sub-paragraph, .product-col-wrapper {
	cursor: pointer;
}
.empfohlen-contact-form #edit-back p {
	margin-bottom: 8px;
}
.empfohlen-contact-form .contact-webform .custom-black a span::after {
	float: left;
	transform: rotateY(180deg);
	position: relative;
	top: 2px;
	left: -2px;
}
.testimonial-webform.contact-webform .show-label label {
	margin-bottom: -20px;
	display: block;
	width: 100%;
}
.swiper-slide h6 a, .swiper-slide h6 a * {
	color: black !important;
}
.swiper-slide h6 a:hover {
	text-decoration: none !important;
}
.gray-sub-links .swiper-slide h6 a, .gray-sub-links .swiper-slide h6 a *, .gray-sub-links .swiper-slide h6 a:hover, .gray-sub-links .swiper-slide h6 a:hover * {
	color: #979797 !important;
}
.gray-sub-links .contained-paragraph {
	cursor: auto;
}
.slogan-paragraph-wrapper .txt-wrapper h3 {
	margin: 0;
}
body.shop-options.user-logged-in {
	margin-top: 120px;
}
div[id*="-error"] {
	color: #f50c0c;
	background: #f7c1c1;
	line-height: 1;
	padding: 10px 5px 0;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-style: italic;
	margin-top: -10px;
}
.lp-product footer.footer {
	padding-bottom: 110px;
}
.product-search .product-links-wrapper.simple-link-wrapprer a {
	padding-top: 0;
}
body > div[id^="trustbadge"] {
	display: none;
}
body > div[id^="userlike"] {
	display: none;
}
body.show-chat > div[id^="userlike"] {
	display: block;
}
body.cookiesPopup.show-chat div[id*="userlike"] {
	display: block;
}








@media all and (max-width: 767px) {
	.testimonial-webform.contact-webform .show-label label {
		text-align: center;
	}
	.empfohlens-intro h2, .empfohlen-product h2.maintitle-wrapper {
		font: normal 40px/48px LeMondeJournal;
	}
	.empfohlen-wrapper {
		padding: 0 15px;
	}
	.faq-block.empfohlen-tabs  .views-field-body::after {
		display: block;
		/* Background: url("/themes/custom/filabe/images/plus.svg") 0px 3px no-repeat; */
		Background: url("/themes/custom/filabe/images/plus.svg") -4px -2px no-repeat;
	}
	.empfohlen-product .intro-product-text h4, .empfohlen-product .intro-product-text h2, .empfohlen-product .intro-product-text .txt-slogan {
		display: block;
	}
	.empfohlen-product .intro-product-v2 h2 {
		margin-top: 3px;
		margin-bottom: 0;
	}
	.empfohlen-product .intro-product-v2 div.price-slogan {
		order: initial;
		margin: 0 auto 25px;
	}
	.empfohlen-product .intro-product-v2 .txt-slogan {
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.empfohlen-product div.tabs-header-wrapper {
		justify-content: center;
		align-items: center;
	}
	.empfohlen-product .tab-element {
		font: normal 18px/28px "Apercu";
	}
	.empfohlen-tabs .views-field-body {
		padding-right: 40px;
	} 
	.collapsed-element table {
		table-layout: fixed;
		width: 100%;
	}
	/* .blank-page-mobile.cookiesPopup .view-product-pricing .product-links {
		padding-bottom: 140px;
	}
	.blank-page-mobile.cookiesPopup {
		padding-bottom: 130px;
	} */
	body div.overlayed.popup-video.play .video-container {
		z-index: 99999999;
	}
	.hide-cookies-mobile .block-cookies-popup-block {
		display: none;
	}
	/* #nm-mobile-category-block {
		padding-bottom: 60px;
	} */
	
	/* remove hover effect on buttons in mobile */
	a.btn.btn-default:hover, a.btn-sm.btn:hover, a.btn.btn-primary:hover {
		/* background: #df4661;
		color: #fff !important;
		text-decoration: none !important; */
	}
	.btn.btn-primary.btn-pink:hover, .btn.btn-primary.btn-pink:focus {
		/* background: #df4661;
		color: white !important; */
	}
	.btn.pink-arrow.btn-default:hover, .btn-sm.pink-arrow.btn:hover, .btn.pink-arrow.btn-primary:hover, .btn.pink-arrow.btn-default:focus, .btn-sm.pink-arrow.btn:focus, .btn.pink-arrow.btn-primary:focus {
		/* color: #DF4661 !important; */
		text-decoration: none !important;
	}
	div.simple-link-wrapprer a.btn-link:hover {
		/* background: none;
		color: #66a2ff !important; */
	}
	div.simple-link-wrapprer a.btn-link.btn-black:hover {
		/* Background: none !important;
		text-decoration: none !important;
		color: #333 !important; */
	}
	div.field a.btn.btn-lg.btn-white:hover {
		/* color: #DF4661 !important;
		border: none !important; */
	}
	.search-right a.btn.pink-arrow.btn-default:hover, .search-right a.btn.pink-arrow.btn-default:focus {
		/* color: #DF4661 !important;
		background: none !important; */
	}
	a.btn.btn-black.white-arrow:hover, a.btn.btn-black.white-arrow:focus {
		/* background: #333 !important; */
	}
	a.btn.btn-black:hover, a.btn.btn-black:focus {
		/* background: #333; */
	}
	a.btn.btn-black:focus {
		/* background: inherit; */
	}
	.tabs-header-wrapper > div.active {
		border-bottom: 1px solid #333;
		bottom: 0;
	}
	div.tabs-header-wrapper > div {
		border-bottom: 1px solid #C4C4C4;
	}
	.tabs-header-wrapper {
		 border-bottom: none; 
	}
	.empfohlen-product .inner-pg-wrapper.mobile-bg > .content-wrapper.container {
		border: 1px solid #C4C4C4;
		position: relative;
		bottom: -33px;
	}
	.search-page .search-wrapper.container {
		display: flex;
		flex-direction: column-reverse;
	}
	.search-box #edit-search, #global-edit-search {
		padding-left: 30px;
	}
	.search-page .view-all-products.two-cols-products .views-row {
		margin-bottom: 5px;
	}
	.search-page .view-all-products.two-cols-products .view-content .views-row {
		padding: 0px 0 20px;
		width: 100%;
	}
	.view-all-products .views-row .product-links-wrapper.simple-link-wrapprer > a {
		margin: 0 auto;
		padding: 0;
	}
	.search-page .search-right .embedded-title h3.subtitle-wrapper {
		margin-bottom: 0;
	}
	#edit-search-wrapper #edit-cancel {
		padding-right: 5px;
	}
	#edit-search-wrapper #edit-searching {
		right: 55px;
	}
	html[lang="de"] #edit-search-wrapper #edit-searching {
		right: 85px;
	}
	/* .simple-link-wrapprer .btn, .btn, .simple-link-wrapprer a {
		pointer-events: none;
	}  */
}


.text-slider .summary-wrapper {
	position: static;
	color: #333;
	transform: none;
}
.text-slider .summary-wrapper p {
	color: #333;
}
.text-slider .summary-wrapper h3 {
	color: #333;
	margin-top: 0;
}
.text-slider .intro-slider-wrapper .swiper-pagination {
	bottom: 0 !important;
}
.text-slider .intro-slider-wrapper .swiper-pagination-bullet {
	background: #757575;
}
.text-slider .intro-slider-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #757575;
}
.text-slider .swiper-slide .paragraph.paragraph--type--sub-intro {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-slider .swiper-slide .link-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.embeded-token a.btn {
	padding-left: 1px !important;
}
.we-mega-menu-submenu-inner li a.active {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 5px;
}
.overlayed.fullwidth-image-popup .picture-container img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}


/* @media all and (min-width: 768px) {
	.centered-slides .swiper-wrapper {
	  justify-content: center;
	}
	.centered-slides .swiper-wrapper .swiper-slide:first-child {
		margin-left: 0 !important;
	}
} */

.logo-site img.mobile-only {
  display: block;
}

@media all and (min-width: 768px) {
  .logo-site img.mobile-only {
    display: none;
  }
}

.logo-site img.desktop-only {
  display: none;
}

div.after-before-labels.top-labels, div.after-before-labels.top-labels.shown {
	display: none;
}
.ab-wrapper.inactive {
	visibility: hidden;
	max-height: 1px;
	overflow: hidden;
}
.after-before-labels {
	text-align: center;
}
.after-before-labels.bot-labels {
	margin-top: 20px;
}
.after-before-labels.top-labels {
	margin-bottom: 20px;
}
.after-before-labels a {
	display: inline-block;
	margin: 0 7px;
	color: gray;
	font-size: 18px;
	cursor: pointer;
	text-decoration: none !important;
}
.after-before-labels a.active {
	font-family: ApercuBold;
	color: black;
	border-bottom: 3px solid black;
}
.one-tab .after-before-labels {
	display: none;
}
.ab-wrapper > div.twentytwenty-wrapper {
	position: relative;
}
.ab-wrapper > div.twentytwenty-wrapper::after {
	content: '';
	background: url('/themes/custom/filabe/images/swipe.png');
	width: 50px;
	height: 46px;
	/* background-color: black; */
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 7px;
	right: 10px;
}
.ab-wrapper.activated > div.twentytwenty-wrapper::after {
	display: none;
}
.after-before-labels {
	display: none;
}
.after-before-labels.shown {
	display: block;
}
.ab-wrapper.side-ab {
	top: -1px;
}
.sideimage-missing .after-before-labels {
	display: none !important;
}



.easter-egg-wrapper #edit-terms {
	display: none;
}
.easter-egg-wrapper.popup #edit-egg {
	display: none;
}
.easter-egg-wrapper.popup > div {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000087;
	z-index: 99999;
}
.easter-egg-wrapper .maxed-width {
	width: 100%;
	max-width: none;
}
.easter-egg-wrapper.popup .contact-wrapper {
	background: white;
	text-align: center;
	padding: 50px 70px;
	margin: 17vh auto 0;
	position: relative;
	max-height: 73vh;
	overflow-y: auto;
}
.easter-egg-wrapper.popup #edit-e-mail {
	max-width: 310px;
	margin: 40px auto 0;
	border-radius: 30px;
	padding: 21px 20px;
	box-shadow: none;
	border: 2px solid #bbb9b9;
}
.easter-close {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 32px;
	height: auto;
	opacity: 0.9;
}
.easter-egg-wrapper #edit-intro-icon,
.easter-egg-wrapper #edit-intro,
.easter-egg-wrapper .form-item-e-mail,
.easter-egg-wrapper [id^="edit-actions"],
.easter-egg-wrapper #edit-close,
.easter-egg-wrapper [id^="edit-footer"] {
	display: none;
}
.easter-egg-wrapper.popup #edit-intro-icon,
.easter-egg-wrapper.popup #edit-intro,
.easter-egg-wrapper.popup .form-item-e-mail,
.easter-egg-wrapper.popup [id^="edit-actions"],
.easter-egg-wrapper.popup #edit-close,
.easter-egg-wrapper.popup [id^="edit-footer"] {
	display: block;
}
.easter-egg-wrapper {
	position: fixed;
	bottom: 20px;
	right: 70px;
	z-index: 9999;
}
 .easter-egg-wrapper.popup {
	position: static;
}
.easter-egg-wrapper #edit-egg {
	position: relative;
}
.easter-egg-wrapper .easter-close-icon {
	position: absolute;
	top: -12px;
	right: -20px;
	width: 57px;
	height: auto;
}
.easter-egg-wrapper #edit-egg img {
	cursor: pointer;
}
.easter-egg-wrapper  [id^="edit-footer"]  a {
	color: black;
	text-decoration: underline;
	/* font-weight: bold; */
}

.easter-egg-wrapper.popup.terms-wrapper #edit-intro-icon, 
.easter-egg-wrapper.popup.terms-wrapper #edit-intro, 
.easter-egg-wrapper.popup.terms-wrapper .form-item-e-mail, 
.easter-egg-wrapper.popup.terms-wrapper [id^="edit-actions"], 
.easter-egg-wrapper.popup.terms-wrapper [id^="edit-footer"] {
	display: none;
}
.easter-egg-wrapper.popup.terms-wrapper #edit-terms {
	display: block;
}
.easter-egg-wrapper #edit-terms h2 {
	margin-bottom: 25px;
}
.easter-egg-wrapper #edit-terms em {
	position: absolute;
	left: 24px;
	top: 27px;
	display: block;
	text-indent: -9999px;
	background: url(/themes/custom/filabe/images/back.svg) no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.easter-egg-wrapper #edit-intro h2 {
	margin-bottom: 15px;
}
.easter-egg-wrapper #edit-terms a::before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 18px;
	background: url(/themes/custom/filabe/images/back_small.svg) no-repeat;
	margin-right: 5px;
}
.easter-egg-wrapper #edit-terms a {
	display: block;
	margin-top: 40px;
	font-family: ApercuBold;
	color: black;
}
.easter-egg-wrapper .webform-confirmation__message img {
	display: inline-block;
	margin-bottom: 30px;
}
.easter-egg-wrapper .webform-confirmation__message p:last-child {
	color: gray;
	font-size: 12px;
	margin-top: 40px;
}
.easter-egg-wrapper div.contact-wrapper {
	max-width: 810px;
}
.easter-egg-wrapper h5 {
	font-size: 26px;
	font-family: ApercuBold;
	line-height: 42px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.easter-egg-wrapper [id^="edit-footer"] {
	font-size: 14px;
	margin-top: 40px;
	color: black;
}
.easter-egg-wrapper.terms-wrapper #edit-close img {
	display: none;
}
.easter-egg-wrapper .btn.btn-primary[disabled] {
	background: #C4C4C4;
}
.easter-egg-wrapper .btn.btn-primary {
	position: relative;
	margin: 0 auto; 
}
.easter-egg-wrapper .btn.btn-primary span {
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	color: gray;  
}
.view-background-image .slide-bg .inner-pg-wrapper {
	padding: 0 !important;
}
.view-background-image .slick__arrow {
	display: none;
}
.slick-bg-dots {
	display: flex;
	list-style: none;
	gap: 5px;
	padding: 0;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
}
.slick-bg-dots button {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 15px;
	width: 15px;
	background: white;
	border-radius: 50%;
	opacity: 0.7;
	scale: 0.6;
}
.slick-bg-dots .slick-active button {
	opacity: 1;
	scale: 1;
}
form#user-login-form, form#user-pass, form#user-pass-reset {
	margin: 20vh auto 0;
	max-width: 30%;
	min-width: 480px;
	text-align: center;
	padding-bottom: 15vh;
}
form#user-pass-reset {
	margin-top: 0;
	padding-top: 15vh;
}
.not-logged.path-user .region.region-content {
	background: url(/sites/default/files/2024-08/04_Produkte_Desktop_fettiger-Haut_Pickeln_Mitesser_Akne_Mikrofasertuch.jpg) no-repeat;
	background-size: cover;
} 
.entity-moderation-form__item:last-child {
	margin-bottom: 15px;
}




@media all and (max-width: 768px) {
	div.after-before-labels.bot-labels {
		display: none;
	}
	div.after-before-labels.bot-labels.shown {
		display: block;
	}
	div.after-before-labels.top-labels, div.after-before-labels.top-labels.shown {
		display: none;
	}
	.statement-two-cols.trackedLink {
		margin-bottom: 15px;
	}
	.after-before-labels a {
		margin: 0 15px;
	}
	.after-before-labels a.straight-ab {
		margin-left: 5px;
	}
	/* .ab-wrapper.side-ab {
		top: 0;
	} */
	
	.easter-egg-wrapper.popup .maxed-width {
		height: 100%;
	}
	.easter-egg-wrapper.popup .contact-wrapper {
		padding: 50px 20px;
		margin: 0;
		max-height: none;
		height: 100%;
	}
	.easter-egg-wrapper.popup [id^="edit-footer"] {
		margin-top: 60px;
	}
	.easter-egg-wrapper {
		bottom: 85px;
		right: 45px;
	}
	.easter-egg-wrapper:not(.popup) {
		transform: translateX(50%);
		right: 50%;
	}
	.easter-egg-wrapper .webform-confirmation h2 {
		margin-bottom: 25px;
		/* font-size: 22px; */
	}
	.easter-egg-wrapper.popup > div {
		background: white;
	}
}





@media all and (min-width: 768px) {
	.logo-site img.desktop-only {
		display: block;
	}
	.easter-egg-wrapper:not(.popup) {
		position: fixed;
		bottom: auto;
		right: 50%;
		z-index: 9999;
		transform: translateX(50%);
		top: calc(100vh - 270px);
	}
	.easter-egg-wrapper.popup.terms-wrapper > div {
		background: white;
	}
	.easter-egg-wrapper.popup.terms-wrapper .contact-wrapper {
		max-width: 90%;
		margin-top: 10px;
	}
	.easter-egg-wrapper.popup .contact-wrapper {
		min-height: 595px;
		margin: 50vh auto 0;
		transform: translateY(-50%);
	}
	.easter-egg-wrapper.popup.terms-wrapper h5 {
		margin-top: 35px;
	}
	.easter-egg-wrapper.popup.terms-wrapper .contact-wrapper {
		max-height: 90vh;
		transform: none;
	}
}

.body-wrapper h3 {
	margin-bottom: 10px;
}

.container.views-element-container:has(.slide-bg) {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}
.container.views-element-container:has(.slide-bg) .slide__media {
	display: none;
}
.container.views-element-container:has(.slide-bg) .slide__caption {
	padding: 0;
}
.container.views-element-container:has(.slide-bg) .slick__arrow {
	margin-bottom: -30px;
}
.container.views-element-container:has(.slide-bg) .link-wrapper:empty {
	margin: 0;
	display: none;
}


/* SGP Only styles */
.sg-country .menu--footer > li.last a > svg {
	width: 30px;
	height: 30px;
}

.white-link a, .white-link a *, .white-link a:hover, .white-link a:hover * {
	color: white !important;
}
.two-simple-links .link-wrapper {
	display: flex;
	gap: 20px;
}
.page-node-type-landing-page #block-filabe-hauptnavigation, 
.page-node-type-landing-page #block-languageiconstop, 
.page-node-type-landing-page #block-menutoggle, 
.page-node-type-landing-page #block-sprachumschalter {
	display: none;
}



@media all and (min-width: 1025px) {
	.remove-desktop {
		display: none !important;
	}
	.page-node-type-landing-page.show-menu #block-filabe-hauptnavigation, 
	.page-node-type-landing-page.show-menu #block-languageiconstop, 
	.page-node-type-landing-page.show-menu #block-sprachumschalter {
		display: block;
	}
}
@media all and (max-width: 1024px) {
	.page-node-type-landing-page.show-menu #block-menutoggle, 
	.page-node-type-landing-page.show-menu #block-languageiconstop {
		display: block;
	}
	.page-node-type-landing-page.show-menu #menu-header .region-navigation {
		justify-content: space-between;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.remove-tablet {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	.remove-mobile {
		display: none !important;
	}
	.two-simple-links .link-wrapper {
		flex-direction: column;
	}
}



@media all and (max-width: 1200px) {
	
	
}