/** Shopify CDN: Minification failed

Line 391:37 Unexpected ")"

**/
/* Base styles */

.h0 {
  font-size: calc(var(--font-heading-scale) * 3.4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 6rem);
  }
}

@media only screen and (max-width: 749px) {
  .button-wrapper {
    text-align: center;
    width: 100%;
  }
}

.iframe-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Header menu */

.header {
  height: 144px;
  width: 100%;
  display:flex !important;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: white;
}

.logo-icon_group {
  height: 84px;
  border-bottom: #D9D9D9 solid 1px;
  width: 100%;
}

.header--middle-left {
  grid-template-columns: auto auto auto;
}

.header__heading-logo {
  width: 80%;
}

@media screen and (min-width: 750px) {
  .header__heading-logo {
    width: 100%;
  }
}

.header__heading-logo {
  width: 80%;
}

@media screen and (min-width: 750px) {
  .header__heading-logo {
    width: 100%;
  }
}

.header__inline-menu .list-menu--inline {
  justify-content: center;
}

.header__inline-menu .link {
  font-size: 1.6rem;
}

.header__active-menu-item,
details[open] > .header__menu-item,
.header__menu-item:hover,
.header__menu-item:hover span,
.header__menu-item:focus {
  text-decoration: unset;
}

#shopify-section-header:not(.shopify-section-header-sticky) .header {
  border-bottom: 0.125rem solid rgba(var(--color-foreground), 0.1);
}

.header__nav-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
}

.header__nav-group {
  overflow: hidden;
}
.header__nav-group {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.header__nav-group::-webkit-scrollbar {
  display: none; /* WebKit */
}
.header__nav-group > li {
  white-space: nowrap;
}
.scroll-arrow {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.scroll-left {
  left: 0;
}
.scroll-right {
  right: 0;
}

.scroll-arrow > svg {
  color: #49453a;
}

.scroll-arrow.scroll-left > svg {
  transform: rotate(90deg);
}
.scroll-arrow.scroll-right > svg {
  transform: rotate(-90deg);
}

.header__overlay {
  background-color: rgba(0, 0, 0, .25);
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/* Section: Image Banner */

.banner .banner__heading {
  text-transform: unset;
}

.banner .subtitle {
  font-size: 1.75rem;
  font-weight: var(--font-heading-weight);
  color: rgba(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .banner .subtitle {
    font-size: 2.5rem;
    font-weight: var(--font-heading-weight);
  }
}

@media screen and (max-width: 750px) {
  .banner .subtitle p {
    margin: 0.75rem 0;
  }

  .banner .subtitle {
    line-height: calc(1 + 0.6 / var(--font-body-scale));
  }

  .banner__heading {
    line-height: calc(1 + 0.2 / max (1, var(--font-heading-scale)));
  }

  .banner__box > * + .banner__buttons {
    margin-top: 1.5rem;
  }
}

.banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box,
.banner--desktop-transparent .banner__box {
  --color-foreground: var(--color-foreground);
}

.button.button--primary.button--full-width.klaviyo-bis-trigger{
  display:flex;
  gap:1.2rem; 
}
/* Pandectes GDPR Compliance Center */

#pandectes-banner a {
  cursor: pointer;
}

/* Klaviyo */

.kl-teaser-WNhtkh span {
  background-color: #F69F21 !important;
}

.kl-teaser-WNhtkh {
  top: 80% !important;
  transform: rotate(-90deg) translate(-80%) !important;
}

/* Trustpilot */

#trustpilot-widget-trustbox-0-wrapper {
  display: none;
}

/* Blogs */

.article-card__footer .button {
  --color-base-outline-button-labels: var(--color-base-text);
  font-size: 1.25rem;
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
  pointer-events: none;
}

.card__heading {
  text-transform: unset;
}

/* Icons */

.icon.icon--greyscale {
  filter: grayscale();
}

.button--back .icon-arrow {
  transform: scale(-1);
  margin-right: 1rem;
}

.studioarea-parent-siblings .needsclick {
  display: none !important;
}

.trustbadget-custom-widget {
  position: fixed;
  margin-left: 20px;
  top: 70%;
  width: 90px;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 9px 4px !important;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  flex-direction: column;
  text-decoration: none;
  z-index: 99999999;
}

.trustbadget-custom-widget img {
  max-width: 100%;
  height: auto;
}

.tp-widget-body {
  border-top: 1px solid #ddd;
  width: 100%;
  padding-top: 8px;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

.tp-widget-score {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .trustbadget-custom-widget {
    width: 70px;
    padding: 5px;
    margin-left: 10px;
    right: auto;
    bottom: 180px;
    top: auto;
  }

  .tp-widget-logo {
    padding: 4px 4px 0 4px;
    object-fit: contain;
  }

  .tp-widget-score-name {
    display: none;
  }

  .tp-widget-body {
    padding-top: 4px;
    margin-top: 8px;
  }
}

.stars-wrapper {
  display: flex;
  justify-content: center;
}

.stars-wrapper .star {
  background-repeat: no-repeat;
  background-image: url("https://maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_14.png");
  width: 14px;
  height: 14px;
  margin: 0 1px;
  vertical-align: baseline;
  display: inline-block;
  background-size: contain;
}

.trustbadget-custom-widget img.google-widget-logo {
  max-width: 75%;
  object-fit: contain;
}

.studioarea-parent-siblings .needsclick {
  display: none !important;
}

.modal-info-link,
.trust-box .trust-box__item modal-opener button {
  border: 1px solid rgba(var(--color-base-text));
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  padding-top: 0.125rem;
  color: inherit;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  z-index: 99999999 !important;
}

.nav-favoriten-wrap {
  padding: 0px 0px 30px 36px;
  border-radius: 5px;
  background:#FFFFFF;
  max-width: 400px;
  display: block;
  width: 100%;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
  [data-header-section] {
    z-index: 2147483647 !important;
  }
}
@media screen and (min-width: 1024px) {
  .nav-favoriten-wrap {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 990px) {
  .nav-favoriten-wrap:nth-last-child() {
    margin-right: 10px;
  } 
}

.nav-favoriten-title {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 24px;
  color: #59574E;
  white-space: normal;
}

.favoriten-item {
  width: 48%;
  display: inline-block;
  float: left;
  color: #000;
  text-decoration: none;
}

.favoriten-item:hover > .favoriten-item-name {
  text-decoration: underline;
}

.favoriten-item:hover .favoriten-item-img img {
  transform: scale(1.05);
}

.favoriten-item-img img {
  width: 100%;
  margin: 0px !important;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.favoriten-item-name {
  display: block;
  text-align: left;
  margin-top: 15px;
  width: 164px;
  height: 25px;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 16.25px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #49453A;
  white-space: normal;
}

.is-kooperation > img {
	height:auto;
  width:47.5% !important;
}

.is-kooperation {
	display: flex;
  flex-direction: row;
  gap: 5%;
}

.title-kooperation {
    font-size: 14px !important;
    margin-top: 1rem !important;
  	margin-bottom: 0rem !important;
}

.kooperationen-wrapper {
	display: flex;
  flex-direction:column;
  gap:1rem;
  width:100% !important;
  padding-right: 0 !important;
}

.kooperationen-img-wrapper {
	display:flex;
  flex-direction:row;
  gap: 1rem;
}

.kooperationen-img {
	width:162.8px !important;
  height:162.8px !important;
  object-fit: cover;
}

.pr-flex--cooperation {
	display:flex;
  flex-direction:column;
  gap:1rem;
}

.is-kooperation > img {
	height:auto;
  width:47.5% !important;
}

.is-kooperation {
	display: flex;
    flex-direction: row;
    gap: 5%;
}

.title-kooperation {
    font-size: 14px !important;
    margin-top: 1rem !important;
  	margin-bottom:0 rem !important;
}

.kooperationen-wrapper {
	display: flex;
  flex-direction:column;
  gap:1rem;
  width:100% !important;
  padding-right: 0 !important;
}

.kooperationen-img-wrapper {
	display:flex;
  flex-direction:row;
  gap: 1rem;
}

.kooperationen-img {
	width:162.8px !important;
  height:162.8px !important;
  object-fit: cover;
  border-radius: 1.2rem;
}

.pr-flex--cooperation {
	display:flex;
  flex-direction:column;
  gap:1rem;
}


#sticky-header {
  z-index: 5;
}

#trustbadge-google {
  -webkit-animation: 2s ease 0s normal forwards 1 fadein;
  animation: 2s ease 0s normal forwards 1 fadein;
}

#shopify-section-trustbadges {
  z-index: 9;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#neocom-advisor-wrapper > div {
  display: block;
}

.color-overpass h2 {
  color: #81c5ba;
  font-family: var(--font-body-family), sans-serif;
  font-weight: 900;
}

.color-overpass p {
  font-family: var(--font-body-family), sans-serif;
  font-weight: 300;
}

.slideshow__icon-slide {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
}

.slideshow__icon-controls {
  justify-content: space-between;
  top: 25%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 750px) {
  .slideshow__icon-controls {
    top: 33%;
  }
}

.slideshow__icon-controls .slider-button .icon {
  height: 3rem;
  color: #4c8085;
}

.banner__icon-heading {
  font-family: var(--font-body-family), sans-serif;
  font-weight: 900;
}

.banner__icon-text {
  font-family: var(--font-body-family), sans-serif;
  font-weight: 500;
}

.slideshow__image-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.slideshow__image-controls .slider-button--prev,
.slideshow__image-controls .slider-button--next {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.slideshow__image-controls .slider-button--next {
  left: 50%;
  right: 0;
}

#shopify-section-template--16147795968267__1661434059dffae36e
  .rich-text__blocks {
  margin: 0;
  width: 100%;
}

#shopify-section-template--16147795968267__166149372098b55921 p,
#shopify-section-template--16147795968267__16615214053922ccc1 p,
#shopify-section-template--16147795968267__1661521741193e2dfc p,
#shopify-section-template--16147795968267__16615223604b6c3990 p,
#shopify-section-template--16147795968267__1661763293fb40c509 p,
#shopify-section-template--16147795968267__1661434059dffae36e p {
  font-family: var(--font-body-family), sans-serif;
  font-weight: 500;
}

.slider > .slider__slide.slider__icon-slide {
  max-width: 100%;
  width: 100%;
}

.text--overpass p {
  font-family: var(--font-body-family), sans-serif;
  font-weight: 500;
  line-height: 2.2rem;
}

.vertical-text {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  margin: 0;
  font-family: var(--font-body-family), sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.vertical-text-box {
  display: flex;
  gap: 2.5rem;
}

.vertical-text-box h4 {
  color: #ee9089;
  font-family: var(--font-body-family), sans-serif;
  font-weight: 500;
}

.vertical-text {
  padding-bottom: 13px;
}

.grid-text-image {
  align-items: center;
}

@media screen and (max-width: 750px) {
  .grid-text-image > .grid__item {
    max-width: 50%;
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

.grid-text-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-template--16150713303307__1661930463963592ef > h1 {
  margin-top: 0;
  line-height: calc(1 + 0.3 / max (1, var(--font-heading-scale)));
  margin-bottom: 2rem;
}

#shopify-section-template--16097591918859__1663072229d0d6321f {
  display: none;
}

@media screen and (min-width: 750px) {
  #chat-window {
    right: 50px !important;
  }
}

.vidjet-iframe {
  display: none !important;
}

@media screen and (min-width: 990px) {
  .header > .header__heading-link {
    display: inline-block;
    min-width: 260px;
  }
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  display: none !important;
}

.scDiscount__container {
  display: none;
}

.gg-neocom-nav-inner .headline {
  font-weight: bold;
  font-size: 15px;
  height: 14px;

  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #59574E;
  letter-spacing: 0.01em;
}

.gg-neocom-nav-inner .headline + p {
  margin: 10px 0;

max-width: 352px;
height: 31px;

/* Body */
font-family: 'Overpass';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.01em;
color: #59574E;
}
.gg-neocom-nav-inner img {
  width: 100%;
  margin-bottom: 15px;
}

.draer-menu-child-links.active-menu-content {
  overflow-x: auto;
}
