@charset "UTF-8";
.media {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .media {
    margin-bottom: 1.6rem;
  }
}
.media__link__webform-close img {
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  opacity: 0.5;
}
.media__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #fafafa;
}
.media__image, .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media__caption {
  position: relative;
}
.media__caption p {
  margin: 0;
}
.media__description {
  display: block;
  padding: 0.7rem 0;
  font-size: 0.85rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 640px) {
  .media__description {
    padding: 0.9375rem 0;
    font-size: 0.875rem;
  }
}
.media__copyright {
  position: absolute;
  left: 0.5rem;
  bottom: 0.25rem;
  padding: 0 80px 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-align: left;
}
.media--size-1-1 {
  padding-top: 100%;
}
.media--size-1-1 .media__image-wrapper {
  padding-top: 100%;
}
.media--size-1-1 .teaser__webform-close {
  margin-top: calc(-50% - 24px);
}
.media--size-16-9 {
  padding-top: 56.25%;
}
.media--size-16-9 .media__image-wrapper {
  padding-top: 56.25%;
}
.media--size-16-9 .teaser__webform-close {
  margin-top: calc(-28.125% - 18px);
}
.media--size-3-2 {
  padding-top: 66.666%;
}
.media--size-3-2 .media__image-wrapper {
  padding-top: 66.666%;
}
.media--size-3-2 .teaser__webform-close {
  margin-top: calc(-33.333% - 18px);
}
.media--size-4-3 {
  padding-top: 75%;
}
.media--size-4-3 .media__image-wrapper {
  padding-top: 75%;
}
.media--size-4-3 .teaser__webform-close {
  margin-top: calc(-37.5% - 18px);
}
.media--size-3-4 {
  padding-top: 133.3333%;
}
.media--size-3-4 .media__image-wrapper {
  padding-top: 133.3333%;
}
.media--size-3-4 .teaser__webform-close {
  margin-top: calc(-66.666% - 18px);
}
.media__affiliate_link {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.media__affiliate_link__url {
  display: block;
  padding: 0.3125rem 0.625rem;
}
.media__affiliate_link__label {
  text-transform: uppercase;
  line-height: 1.4;
}

.alignment--right .media__affiliate_link {
  left: auto;
  right: 0;
}

.multiteaser .media {
  margin: 0;
}

.format--portrait .media,
.format--portrait .media__image-wrapper,
.format--square .media,
.format--square .media__image-wrapper {
  padding-top: 133.33333%;
}
@media screen and (min-aspect-ratio: 5/6) {
  .format--portrait .media,
  .format--portrait .media__image-wrapper,
  .format--square .media,
  .format--square .media__image-wrapper {
    padding-top: 120%;
  }
}
@media screen and (min-aspect-ratio: 5/5) {
  .format--portrait .media,
  .format--portrait .media__image-wrapper,
  .format--square .media,
  .format--square .media__image-wrapper {
    padding-top: 110%;
  }
}
@media screen and (min-aspect-ratio: 6/5) {
  .format--portrait .media,
  .format--portrait .media__image-wrapper,
  .format--square .media,
  .format--square .media__image-wrapper {
    padding-top: 100%;
  }
}
@media screen and (min-aspect-ratio: 7/5) {
  .format--portrait .media,
  .format--portrait .media__image-wrapper,
  .format--square .media,
  .format--square .media__image-wrapper {
    padding-top: 90%;
  }
}
@media screen and (min-aspect-ratio: 8/5) {
  .format--portrait .media,
  .format--portrait .media__image-wrapper,
  .format--square .media,
  .format--square .media__image-wrapper {
    padding-top: 80%;
  }
}
@media screen and (min-width: 640px) {
  .format--portrait .media img,
  .format--portrait .media__image-wrapper img,
  .format--square .media img,
  .format--square .media__image-wrapper img {
    object-fit: contain;
  }
}

.format--cinema .media,
.format--cinema .media__image-wrapper {
  padding-top: 56.25%;
}

.alignment--left .media,
.alignment--right .media {
  display: flex;
  align-items: center;
  padding-top: 0;
}
.alignment--left .media img, .alignment--left .media__image, .alignment--left .media__image-wrapper,
.alignment--right .media img,
.alignment--right .media__image,
.alignment--right .media__image-wrapper {
  position: relative;
}
.alignment--left .media__image-wrapper,
.alignment--right .media__image-wrapper {
  flex: 1 1 50%;
  padding-top: 0;
}
.alignment--left .media__caption,
.alignment--right .media__caption {
  flex: 1 1 50%;
  box-sizing: border-box;
}
.alignment--left .media__description,
.alignment--right .media__description {
  text-align: left;
}

.alignment--left .media__caption {
  padding-left: 20px;
}

.alignment--right .media__caption {
  order: 1;
  padding-right: 20px;
}
.alignment--right .media__image-wrapper {
  order: 2;
}

.aspect-ratio--16-9, .aspect-ratio--4-3, .aspect-ratio--1-1, .aspect-ratio--3-4 {
  position: relative;
  background: var(--white);
}
.aspect-ratio--16-9 a, .aspect-ratio--4-3 a, .aspect-ratio--1-1 a, .aspect-ratio--3-4 a {
  display: block;
  height: 100%;
}
.aspect-ratio--16-9 {
  aspect-ratio: 16/9;
}
.aspect-ratio--4-3 {
  aspect-ratio: 4/3;
}
.aspect-ratio--1-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio--3-4 {
  aspect-ratio: 3/4;
}

.teaser__adtype {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.4);
}
.teaser__webform-close {
  position: absolute;
  padding: 3px 5px;
  width: 200px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}
.teaser__caption {
  padding: 1.25rem 0;
}
.teaser__caption.sidebar__teaser__caption {
  padding: 0.5rem 0;
}
.teaser__headline {
  margin: 0 0 0.2em;
  font-size: 1.625rem;
  line-height: 1.2;
  word-wrap: break-word;
}
@media screen and (min-width: 640px) {
  .teaser__headline {
    font-size: 2.25rem;
  }
}
.teaser__text {
  margin: 0;
}
.teaser__glomex_icon {
  position: absolute;
  opacity: 0.7;
  background-color: #fff;
  padding: 5px 10px 0 10px;
  top: 0;
  right: 0;
}

@media screen and (min-width: 640px) {
  .tag-articles .useInfiniteScroll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -30px;
  }
}
.tag-articles .useInfiniteScroll .useInfiniteScroll {
  margin-left: 0;
}
@media screen and (min-width: 640px) {
  .tag-articles .useInfiniteScroll .teaser__item {
    flex: 0 calc(50% - 30px);
    margin-left: 30px;
  }
}
.tag-articles .useInfiniteScroll .teaser__item .teaser__item {
  margin: 0;
}
.tag-articles .useInfiniteScroll .teaser__headline {
  font-size: 1.25rem;
}
.tag-articles .useInfiniteScroll .teaser__caption {
  padding: 0.7rem 0;
}

.tag-description {
  margin-bottom: 2.5rem;
}

.snippet {
  margin: 2.5rem 0;
  padding: 1.25rem 0;
  border: solid #ddd;
  border-width: 2px 0;
}
.snippet__header {
  margin: 0 0 1.25rem;
}
.snippet .teaser__headline {
  font-size: 1.4em;
  line-height: 1.195;
  margin: 0 0 0.825em;
}
.snippet__adtype {
  font-size: 0.8rem;
  float: right;
  margin-left: 15px;
  color: #999;
}
.snippet__content {
  display: flex;
}
.snippet__image-wrapper {
  position: relative;
  flex: 1 1 6.25rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 640px) {
  .snippet__image-wrapper {
    margin-right: 1.875rem;
  }
}
.snippet .teaser__webform-close {
  width: auto;
  margin-top: calc(-37.5% - 18px);
}
.snippet__text-wrapper {
  flex: 1 1 6.25rem;
  position: relative;
  padding-bottom: 2rem;
  font-size: 1rem;
}
.snippet__text-wrapper h1, .snippet__text-wrapper h2, .snippet__text-wrapper h3, .snippet__text-wrapper h4, .snippet__text-wrapper h5 {
  display: none;
}
.snippet__description {
  margin: 0 0 1.56rem;
  font-size: 1rem;
  line-height: 1.65;
}
.snippet__description p {
  margin-top: 0;
}
.snippet__description a {
  text-decoration: underline;
}
.snippet .paragraph-formatter {
  display: block;
}
.snippet__text-link {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
}
.snippet__text-link .icon {
  position: relative;
  vertical-align: middle;
  margin-right: 0.375rem;
  width: 1.6875rem;
  height: 1.6875rem;
  fill: black;
}
.snippet__text-link .link-text {
  text-decoration: underline;
}
.snippet .media {
  margin-bottom: 0;
}

.grid__column .snippet__image-wrapper {
  flex: 0.33 1 6.25rem;
}

.grid__column--main .snippet__image-wrapper {
  flex: 1 1 6.25rem;
}

.teaserGroup .snippet {
  margin: 0;
  padding: 1.75rem 0 2.25rem;
  border-top-width: 0;
}

.swiper {
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.swiper-wrapper {
  padding-block-start: 2rem;
}
.swiper-pagination {
  top: 0;
  bottom: auto;
}
.swiper-button-next, .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  padding: 0.75rem 0.75rem 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

.latest-articles {
  position: relative;
  margin: 2.5rem 0;
  padding: 1.875rem 0 2.5rem;
  text-align: center;
}
.latest-articles::before, .latest-articles::after {
  position: absolute;
  left: 50%;
  top: -1.05rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0 0 -1.25rem;
  content: "";
  border-radius: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20436.76%20524.24%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22M128.67%2C520.51c3.24.79%2C6.4%2C1.44%2C9.57%2C2.14-11.32-17.86-21.5-42.94-23.13-57.87-1.34-12.35%2C2.94-24.61%2C9.06-35.32%2C6.2%2C9.36%2C15.08%2C16.64%2C28.22%2C16.64h1.83l2.64-.32c10.23-1.5%2C24.82-7.26%2C36.26-26.07%2C15-24.67%2C18.81-63.76%2C15.55-100.1%2C57.43%2C32.77%2C89.72%2C74.63%2C91.94%2C120.27%2C1.83%2C29.08-11%2C64.6-22.37%2C84.12A230.46%2C230.46%2C0%2C0%2C0%2C309%2C514c67.82-27.52%2C221.15-193.39%2C47.75-364.19%2C20.85%2C55.32%2C5.36%2C102.2-25.09%2C93.32-36.34-17.43%2C1.7-172.1-180-243%2C42.79%2C98.88-4.61%2C253.36-48.08%2C244.77-19-3.76-21.87-28.92-19.94-65.19C-95.89%2C421.05%2C59.15%2C503.65%2C128.67%2C520.51Z%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center/2.5rem 2.5rem;
}
.latest-articles::after {
  top: auto;
  bottom: -0.3125rem;
}
.latest-articles__headline {
  display: block;
  margin-bottom: 1.25rem;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.195;
  font-weight: normal;
}
.latest-articles__item::after {
  padding: 0.3125rem 0 0.3125rem;
  content: "+++";
  display: block;
  text-align: center;
}
.latest-articles__item:last-child::after {
  display: none;
}
.latest-articles__item:hover {
  text-decoration: underline;
}

.search__form {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.search__input,
.search input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
.search__button {
  position: absolute;
  top: 0;
  border: 0;
}

.resultsTotal {
  text-align: center;
  font-size: 1.375rem;
  margin: 1.5625rem 0;
}

.article__header__published {
  margin: 1.25rem 0;
}
.article__header__adtype {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: right;
  color: #4d4d4d;
}
.article__header__sponsored .article__header__adtype {
  margin-right: 1rem;
}
.article__header__sponsored .sponsored {
  display: flex;
  align-items: center;
}
.article__header__sponsored .sponsored.alignment--left {
  justify-content: flex-start;
}
.article__header__sponsored .sponsored.alignment--right {
  justify-content: flex-end;
}
.article__header__sponsored .sponsored.alignment--center {
  justify-content: center;
}
.article__header__sponsored .sponsored__name {
  font-size: 2rem;
}
.article__header__sponsored .sponsored__image img {
  display: block;
}
.article__header__headline {
  margin: 0.625rem 0;
  font-size: 1.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .article__header__headline {
    margin: 1.25rem 0;
    font-size: 2.25rem;
  }
}
.article__header__intro, .article__header p {
  line-height: 1.75;
}
.article__header__seo-title {
  display: none;
}
.article__headline {
  hyphens: auto;
}
.article__content {
  overflow-x: auto;
}
.article__content::after {
  content: "";
  display: table;
  clear: both;
}
.article__content__hint p {
  font-size: 0.9375rem;
}
.article__share {
  margin: 1.25rem 0 1.5625rem;
}
.article__share__list {
  display: flex;
}
.article__share__item {
  flex: 1 1 50px;
  margin-left: 1.25rem;
}
.article__share__item:first-child {
  margin-left: 0;
}
.article__share__item--facebook {
  background: #2088bf;
}
.article__share__item--twitter {
  background: #000000;
}
.article__share__item--pinterest {
  background: #cb3737;
}
.article__share__item--whatsapp {
  background: #37c05e;
}
.article__share__item--mail {
  background: #9d9ea0;
}
.article__share__link {
  display: block;
  text-align: center;
  padding: 0.1875rem 0;
}
.article__share__link .icon {
  fill: #fff;
  width: 1.4375rem;
  height: 1.4375rem;
  vertical-align: middle;
}
.article__tags {
  text-align: center;
  letter-spacing: 0.1rem;
}
.article__tags__container {
  padding: 1rem 1rem 0.5rem;
  border: 1px solid #ddd;
  border-top-width: 6px;
  border-left-width: 1px;
}
@media screen and (min-width: 640px) {
  .article__tags__container {
    padding: 1.6rem 1.5rem 1.2rem 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .article__tags__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 1.6rem;
  }
}
.article__tags__headline {
  margin-bottom: 0.2rem;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.article__tags__list {
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 640px) {
  .article__tags__list {
    margin-bottom: 1rem;
  }
}
.article__tags__list li {
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 640px) {
  .article__tags__list li {
    margin-right: 0.35rem;
    margin-bottom: 0.5rem;
  }
}
.article__tags__list li a {
  display: inline-block;
  padding: 0.27rem 0.56rem;
  border: 1px solid #4d4d4d;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .article__tags__list li a {
    font-size: 0.8rem;
    padding: 0.35rem 0.8rem;
  }
}
.article__footer {
  margin: 0 0 2.5rem;
}
.article__author {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
}
.article__author__image {
  flex: none;
  width: 75px;
  height: 75px;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.article__author__text {
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
}
.article__taxonomy__list {
  font-size: 1rem;
  line-height: 1.4;
}
.article__taxonomy__list__genre {
  display: inline-block;
}
.article__taxonomy__link {
  margin-right: 1rem;
}

.article__header a:not(.media__share-link):not(.sponsored__link),
.article__content a:not(.media__share-link):not(.sponsored__link) {
  text-decoration: underline;
}

.paraTypeText blockquote,
.paragraph--type--quote blockquote {
  margin: 45px 30px;
  font-style: italic;
}
.paraTypeText blockquote:before, .paraTypeText blockquote:after,
.paragraph--type--quote blockquote:before,
.paragraph--type--quote blockquote:after {
  position: absolute;
  display: inline-block;
  line-height: 0;
  color: #e05a6a;
}
.paraTypeText blockquote:before,
.paragraph--type--quote blockquote:before {
  content: "“";
  font-size: 5em;
  margin: 30px 0 0 -45px;
}
.paraTypeText blockquote:after,
.paragraph--type--quote blockquote:after {
  content: "”";
  font-size: 3em;
  margin: 25px 0 0 0;
}
.paraTypeText blockquote p,
.paragraph--type--quote blockquote p {
  margin: 0;
  display: inline;
}

.paragraph--type--quote figcaption {
  margin: -30px 0 45px 30px;
  text-align: right;
}

.paragraph--type--facebook-post {
  text-align: center;
  margin-bottom: 1rem;
}

.infiniteScrollContentItem {
  position: relative;
}

.paraTypePinterest,
.paraTypeInstagram,
.paraTypeFacebook,
.paraTypeFacebook-post {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.paraTypePinterest *,
.paraTypeInstagram *,
.paraTypeFacebook *,
.paraTypeFacebook-post * {
  text-align: center;
}

.video-embed-field-provider-tiktok {
  text-align: center;
}

.paraTypeSpotify {
  text-align: center;
}

.paragraph,
.gallery-item {
  margin-bottom: 1.6rem;
}

.taxonomy-tag-articles {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 640px) {
  .taxonomy-tag-articles {
    margin-bottom: 3.2rem;
  }
}
.taxonomy-tag-articles .teaser--without-media {
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  .taxonomy-tag-articles .teaser--without-media {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .taxonomy-tag-articles .teaser--without-media .teaser__headline {
    font-size: 1.1rem;
  }
}
.taxonomy-tag-articles .teaser--without-media .teaser__headline a {
  text-decoration: none;
}
.taxonomy-tag-articles .teaser--without-media .teaser__text {
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  .taxonomy-tag-articles .teaser--without-media .teaser__text {
    font-size: 0.87rem;
  }
}

.vgwort-hash {
  display: none;
}

iframe {
  border: none;
  max-width: 100%;
}

.language-switcher {
  height: 35px;
}

.language-switcher-dropdown {
  position: relative;
  display: inline-block;
  float: right;
}
.language-switcher-dropdown .dropdown-toggle {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.language-switcher-dropdown .dropdown-toggle .arrow-bottom {
  display: block;
  margin: 0 0 5px 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8d8d8d;
  border-left: 2px solid #8d8d8d;
  transform: rotate(-135deg);
}
.language-switcher-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 95%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 5px;
  z-index: 9;
}
.language-switcher-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
  text-decoration: none;
  color: inherit;
}
.language-switcher-dropdown .dropdown-menu .flag {
  width: 24px;
  height: 14px;
  overflow: hidden;
  padding: 0;
  margin: 5px 0;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 0px 5px #dfdfdf;
  vertical-align: top;
}
.language-switcher-dropdown .dropdown-menu .flag svg {
  vertical-align: top;
}
.language-switcher-dropdown .dropdown-menu .flag:hover {
  background-color: #f2f2f2;
}
.language-switcher-dropdown .dropdown-menu .flag.active {
  background-color: #e6e6e6;
}
.language-switcher-dropdown:hover .dropdown-menu {
  display: block;
}

.box-translate-info {
  background-color: #f2f2f2;
  border: 0.0625rem solid #c7c7c7;
  text-align: center;
  padding: 0.5rem 1.25rem;
  margin: 1em auto 0;
}

.cmplazypreviewiframe {
  max-width: 100%;
}

.container {
  margin: auto;
  max-width: 1260px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .container {
    padding: 0 30px;
  }
}

.main-content {
  padding: 70px 0 40px;
}
@media screen and (min-width: 640px) {
  .main-content {
    padding: 100px 0 60px;
  }
}

.toolbar-tray-open .main-content {
  padding-top: 26px;
}

.maintenance-info {
  max-width: 600px;
  margin: 3rem auto;
  font-size: 2rem;
  text-align: center;
}

.visually-hidden {
  display: none;
}

native-player {
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .header__container {
    width: 94%;
  }
}
@media screen and (min-width: 1175px) {
  .header__container {
    width: 90%;
  }
}
@media screen and (min-width: 1370px) {
  .header__container {
    width: 86%;
  }
}
@media screen and (min-width: 1580px) {
  .header__container {
    padding-left: 160px;
  }
}

.banner {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.header {
  pointer-events: none;
  transition: transform 0.5s;
  /* Header navigation */
}
.header--fixed {
  position: fixed;
  z-index: 5000000;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .header--scroll {
    transform: translateY(-85px);
  }
}
.header__container {
  position: relative;
  left: 0;
  margin: auto;
  max-width: 1420px;
  pointer-events: auto;
  transition: left 300ms ease;
}
@media screen and (min-width: 980px) {
  .header__container {
    padding-right: 30px;
  }
}
.header__container .container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .header__container .container {
    width: calc(100% - 160px);
  }
}
.header__button {
  position: relative;
  width: 27px;
  height: 28px;
  border: 0;
  align-self: center;
}
@media screen and (min-width: 980px) {
  .header__button {
    margin: 0 0 0 15px;
  }
}
.header__button__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__button__icon--burger {
  opacity: 1;
  transform: rotate(0);
}
.header__button__icon--cross {
  opacity: 0;
  transform: rotate(-45deg);
}
.header__navigation {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  margin-left: 15px;
}
@media screen and (max-width: 980px) {
  .header__navigation {
    order: 3;
    flex-grow: 0;
  }
}
.header__navigation__wrapper {
  display: none;
  flex-grow: 1;
  align-self: center;
  padding-top: 4px;
}
@media screen and (min-width: 980px) {
  .header__navigation__wrapper {
    display: block;
  }
}
.header__navigation__list {
  display: flex;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 1370px) {
  .header__navigation__list {
    display: none;
  }
}
.header__navigation__list .is-active {
  text-decoration: underline;
}
.header__navigation__list--taxonomy-term {
  justify-content: flex-start;
  margin-left: 20px;
}
.header__navigation__list--taxonomy-term .is-active {
  text-decoration: none;
}
@media screen and (max-width: 1370px) {
  .header__navigation__list {
    justify-content: flex-start;
    margin-left: 20px;
  }
}
.header__navigation__item {
  font-size: 1.2rem;
  line-height: 1;
}
.header__navigation__link, .header__navigation__item a {
  color: #000;
}
.header__logo {
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .header__logo {
    order: 2;
    flex-grow: 1;
    margin-right: 0;
  }
}
.header__logo__link {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 44px;
  text-indent: -9999px;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20200%2085%22%3E%0A%3Cpath%20d%3D%22m136%2011.6h-14.2v56.9h14.2v-56.9zm-118%2049.3c-3.5%206.5-10.3%209.7-17.7%2010.3v13.6c1.2%200%202.5-0.1%203.7-0.2%2012.2-1.2%2024-6.3%2028.9-18.7v-0.1c0.2-0.5%200.4-1%200.5-1.5%200-0.1%200.1-0.2%200.1-0.2%200.1-0.5%200.3-0.9%200.4-1.4%200-0.1%200.1-0.3%200.1-0.4%200.1-0.4%200.2-0.9%200.3-1.3%200-0.2%200.1-0.4%200.1-0.5%200.1-0.4%200.1-0.8%200.2-1.2%200-0.2%200.1-0.5%200.1-0.7%200.1-0.4%200.1-0.7%200.1-1.1%200-0.3%200.1-0.6%200.1-1%200-0.2%200-0.5%200.1-0.7%200.1-1.1%200.1-2.3%200.1-3.4v-40.8h-14.5v38c0%200.8%200%201.5-0.1%202.2v0.1c-0.1%200.7-0.1%201.3-0.2%201.9%200%200.1%200%200.2-0.1%200.4-0.1%200.6-0.2%201.1-0.3%201.6%200%200.2-0.1%200.3-0.1%200.5-0.1%200.5-0.2%200.9-0.4%201.3-0.1%200.2-0.2%200.5-0.2%200.7l-0.3%200.9c-0.2%200.4-0.3%200.7-0.5%201.1-0.2%200.2-0.3%200.4-0.4%200.6m18.1-59.9c0-0.3%200-0.6-0.1-1h-16.2c0%200.3-0.1%200.6-0.1%201%200%204.5%203.7%208.2%208.2%208.2s8.2-3.7%208.2-8.2m48.2%2038.9c0%209.6-6.7%2016.4-15.5%2016.4-8.7%200-15.5-6.8-15.5-16.4s6.8-16.4%2015.5-16.4c8.8%200%2015.5%206.8%2015.5%2016.4m14.2%200c0-15.4-12.7-29.4-29.7-29.4-16.8%200-29.7%2014.1-29.7%2029.4%200%2015.4%2012.9%2029.4%2029.7%2029.4%2017%200%2029.7-14%2029.7-29.4m3.8%2028.5h14.2v-68.4h-14.2v68.4zm36-67.4c0-0.3%200-0.6-0.1-1h-16.3c0%200.3-0.1%200.6-0.1%201%200%204.5%203.7%208.2%208.2%208.2%204%200%208-3.7%208-8.2m46%2031.5h-28c2.5-5.5%207.7-9%2014-9%207%200%2012%203.5%2014%209m16%207.4c0-15.4-12.7-29.4-29.7-29.4-16.8%200-29.7%2014.1-29.7%2029.4%200%2015.4%2012.9%2029.4%2029.7%2029.4%2011.1%200%2020.4-6%2025.5-14.5l-11.5-7.5c-2.4%205.5-7.7%209-14%209-7.6%200-13.7-5.2-15.2-12.8h44.6v-3.6%22%20fill%3D%22%23e05a6a%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center center/100% auto;
}
@media screen and (min-width: 980px) {
  .header__logo__link {
    width: 120px;
    height: 54px;
  }
}
.header__logo h1 {
  margin: 0;
}

@media screen and (max-width: 639px) {
  .sidebar--open .header--scroll {
    transform: none;
  }
}

@media screen and (max-width: 640px) {
  .js-sidebar__trigger {
    order: 1;
  }
}

.toolbar-tray-open .header--fixed {
  top: 80px;
}

.page--maintenance .header__container .container {
  margin: auto;
}

.role--authenticated .header--fixed {
  position: initial;
}

@media screen and (max-width: 980px) {
  #language-switcher-menu {
    order: 3;
  }
}
.page > .sidebar {
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  margin-top: 64px;
  overflow-x: auto;
  transition: left 300ms ease;
  box-shadow: -10px 0 10px -10px #ddd inset;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .page > .sidebar {
    left: -320px;
    width: 320px;
    margin-top: 0;
  }
}

.sidebar--open .page > .sidebar {
  left: 0;
}
@media screen and (min-width: 640px) {
  .sidebar--open .page > .sidebar {
    left: 0;
  }
}

.sidebar .search {
  margin: 0.8rem;
}
.sidebar__navigation {
  margin: 1.25rem 0.625rem;
}
.sidebar__navigation a.is-active {
  text-decoration: underline;
}
.sidebar__navigation__list {
  padding: 1.25rem 0.3rem;
}
.sidebar__navigation__item {
  text-align: center;
  position: relative;
}
.sidebar__navigation__button--arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 36px;
  cursor: pointer;
  transition: transform 450ms ease;
}
.sidebar__navigation__link, .sidebar__navigation a {
  display: block;
  padding: 0.3em;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.sidebar__navigation__sublist {
  margin-left: 1rem;
}
.sidebar__navigation--imprint-menu a {
  font-size: 0.9375rem;
  text-transform: none;
}
.sidebar__copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
}

.icon--arrow-down {
  transform: rotate(0);
}

.icon--arrow-up {
  transform: rotate(180deg);
}

.submenu--open ul {
  display: block;
}

.submenu--close ul {
  display: none;
}

.toolbar-tray-open .page > .sidebar {
  top: 80px;
}

.pager {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.pager__items {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.pager__items--light a {
  color: #ababab;
}
.pager__item a {
  padding: 0 0.42rem;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .pager__item a {
    padding: 0 0.625rem;
    font-size: 1.1rem;
  }
}
.pager__item.is-active {
  font-weight: bold;
}
.pager__item.is-active a {
  pointer-events: none;
}

html.js .pager {
  display: flex;
}

.loadingAnimation span {
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  opacity: 0;
  transition: 250ms ease-out;
}
.loadingAnimation > div {
  width: 70px;
  margin: 1rem auto;
  text-align: center;
}
.loadingAnimation > div > div {
  width: 16px;
  height: 16px;
  background-color: #ffdde1;
  display: inline-block;
  border-radius: 50%;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loadingAnimation > div .bounce1 {
  animation-delay: -320ms;
}
.loadingAnimation > div .bounce2 {
  animation-delay: -160ms;
}
.loadingAnimation.fadeIn span {
  opacity: 1;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* fadein/fadeout helper */
.fadeOut {
  opacity: 0;
  pointer-events: none;
  transition: 250ms ease-in;
}

.fadeIn {
  opacity: 1;
  pointer-events: auto;
}

.infiniteScrollTrigger {
  height: 50px;
}

.footer {
  padding-bottom: 2.5rem;
  font-size: 0.9375rem;
}
.footer__row {
  margin: 0 2rem 1rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .footer__row {
    flex: 0 0 auto;
    margin: 0 4rem 1rem;
  }
}
.footer__headline {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  text-align: center;
}
.footer__navigation {
  text-align: center;
}
.footer__navigation__list {
  margin: auto;
}
.footer__navigation li {
  margin-bottom: 0.5rem;
  display: inline-block;
  margin: 0 0.3rem;
}
@media screen and (min-width: 640px) {
  .footer__navigation li {
    margin: 0 1rem;
  }
}
.footer__navigation li:hover {
  text-decoration: underline;
}
.footer__navigation--social__list {
  display: flex;
  justify-content: space-between;
  max-width: 17.5rem;
}
.footer__navigation--social__item {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 1rem;
}
.footer__navigation--social__icon {
  width: 34px;
  height: 34px;
}
.footer__navigation--imprint {
  padding-bottom: 1rem;
}

.footer.footer--hidden {
  display: none;
}

#block-footer-copyright {
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-size: 0.85rem;
}

.breadcrumb {
  margin-bottom: 0.625rem;
  position: relative;
}
.breadcrumb::after {
  position: absolute;
  width: 20px;
  height: 26px;
  top: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
}
.breadcrumb__list {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: nowrap;
  font-size: 1rem;
  color: #4d4d4d;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.breadcrumb__list__item {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumb__list__item:not(:last-child):after {
  content: "/";
  margin: 0 0.3rem;
}
.breadcrumb__list a {
  color: #4d4d4d;
}
.breadcrumb__list h1 {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  text-decoration: none;
  padding-right: 1.5rem;
}

.navigation--social__list {
  display: flex;
  justify-content: space-between;
  max-width: 17.5rem;
  margin: auto;
}
.navigation--social__item {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 1rem;
}
.navigation--social__icon {
  width: 34px;
  height: 34px;
}

.tag__overview {
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 2rem;
}
.tag__overview .links li {
  display: inline-block;
  margin: 0 2px;
}
.tag__overview .links li a {
  font-size: 18px;
  padding: 10px 5px;
}
.tag__overview .links li .active {
  font-size: 24px;
}
.tag__overview .links li:not(:first-child) {
  text-transform: uppercase;
}
.tag__list {
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}
@media screen and (min-width: 980px) {
  .tag__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tag__list__item {
  margin: 0 0 0.5rem;
  display: block;
}
.tag__list__item a {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.archivePager {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .archivePager {
    margin-bottom: 3.5rem;
  }
}
.archivePager .year,
.archivePager .month,
.archivePager .day {
  margin: 1rem 0;
}
.archivePager .year li,
.archivePager .month li,
.archivePager .day li {
  display: inline-block;
  margin: 0 7px;
}
.archivePager .year li a,
.archivePager .month li a,
.archivePager .day li a {
  font-size: 1.1rem;
}
.archivePager .year li .active,
.archivePager .month li .active,
.archivePager .day li .active {
  font-size: 1.5rem;
  text-decoration: underline;
}

.editor__header, .editor__main {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .editor__header, .editor__main {
    text-align: initial;
  }
}
.editor__description {
  text-align: initial;
}
.editor__description a {
  text-decoration: underline;
}
@media screen and (min-width: 640px) {
  .editor__description p {
    margin-top: 0;
  }
}
.editor__header, .editor__main, .editor__departments, .editor__social-media {
  margin-bottom: 1.75rem;
}
.editor__name {
  font-size: 1.65rem;
  line-height: 1.35;
}
@media screen and (min-width: 640px) {
  .editor__name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 640px) {
  .editor__main {
    display: flex;
    align-items: start;
  }
}
.editor__main img {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 640px) {
  .editor__main img {
    flex: none;
    margin-right: 1.5rem;
    max-width: 220px;
  }
}
.editor__departments ul {
  display: flex;
  flex-wrap: wrap;
}
.editor__departments li {
  margin-bottom: 0.75rem;
}
.editor__departments li a {
  display: block;
  padding: 0.25rem 0.75rem;
  margin-right: 1rem;
  border: 1px solid #4d4d4d;
  border-radius: 9999px;
}
.editor__social-media {
  text-align: center;
}
.editor__social-media__item {
  display: inline-block;
  margin: 0 0.35rem;
  background: black;
  border-radius: 50%;
}
.editor__social-media__item a {
  display: block;
  padding: 0.75rem;
}
.editor__social-media__item__icon {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  fill: #fff;
}

.advent-calendar {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.advent-calendar__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advent-calendar__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.advent-calendar__grid {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  box-sizing: border-box;
}
.advent-calendar__item {
  width: 33.3333333%;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) {
  .advent-calendar__item {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 743px) {
  .advent-calendar__item {
    width: 25%;
  }
}
@media screen and (min-width: 1140px) {
  .advent-calendar__item {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 1370px) {
  .advent-calendar__item {
    width: 25%;
  }
}
.advent-calendar__item__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}
.advent-calendar__item-front, .advent-calendar__item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.advent-calendar__item-front, .advent-calendar__item-back-mbl {
  background-color: transparent;
  font-size: 50px;
  color: #ffffff;
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
.advent-calendar__item-back-dsk {
  color: #000000;
}
.advent-calendar a {
  box-shadow: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 539px) {
  .advent-calendar__item .advent-calendar__item-front,
  .advent-calendar__item.active .advent-calendar__item-back {
    visibility: visible;
    background: none !important;
  }
  .advent-calendar__item .advent-calendar__item-back,
  .advent-calendar__item.active .advent-calendar__item-front {
    visibility: hidden;
  }
  .advent-calendar__item-back-dsk {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 540px) {
  .advent-calendar__item__inner {
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  .advent-calendar__item.active:hover .advent-calendar__item__inner,
  .advent-calendar__item-back {
    transform: rotateY(180deg);
  }
  .advent-calendar__item-front,
  .advent-calendar__item-back {
    backface-visibility: hidden;
  }
  .advent-calendar__item-back-mbl {
    display: none;
    visibility: hidden;
  }
  .advent-calendar__item-front {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .advent-calendar__item.active:hover .advent-calendar__item-front {
    opacity: 0;
    transition: opacity 0.2s;
  }
}
#door23 {
  order: 1;
}

#door16 {
  order: 2;
}

#door10 {
  order: 3;
}

#door13 {
  order: 4;
}

#door3 {
  order: 5;
}

#door8 {
  order: 6;
}

#door20 {
  order: 7;
}

#door6 {
  order: 8;
}

#door12 {
  order: 9;
}

#door17 {
  order: 10;
}

#door24 {
  order: 11;
}

#door9 {
  order: 12;
}

#door21 {
  order: 13;
}

#door1 {
  order: 14;
}

#door5 {
  order: 15;
}

#door14 {
  order: 16;
}

#door7 {
  order: 17;
}

#door19 {
  order: 18;
}

#door22 {
  order: 19;
}

#door2 {
  order: 20;
}

#door15 {
  order: 21;
}

#door11 {
  order: 22;
}

#door4 {
  order: 23;
}

#door18 {
  order: 24;
}

#door31 {
  order: 25;
}

#door25 {
  order: 26;
}

#door26 {
  order: -1;
}

#door30 {
  order: -2;
}

#door29 {
  order: 27;
}

#door27 {
  order: 28;
}

#door28 {
  order: 12;
}

.taxonomy__teaser__image {
  position: relative;
}
@media screen and (min-width: 640px) {
  .taxonomy__teaser__image {
    margin-right: 1.5rem;
  }
}
.taxonomy__teaser__description {
  flex: 1 1 6.25rem;
}
.taxonomy__teaser__image, .taxonomy__teaser__description {
  margin-bottom: 1.5rem;
}
.taxonomy.article__content {
  margin-bottom: 1rem;
}

.download__headline {
  text-transform: uppercase;
}
.download__list__item {
  list-style-type: none;
  padding-left: 25px;
  margin-left: -15px;
  background: url("/themes/custom/klambt/klambt_base/images/icons/icon-file.svg") no-repeat left center;
  background-size: 17px 17px;
}
.download .file-size {
  color: #999;
}
.download .file-size::before {
  content: " ";
}

.table_of_contents ul, .table_of_contents ol {
  margin: 0 !important;
}
.table_of_contents li {
  list-style-type: disc;
}
.table_of_contents .toc_level2 li {
  list-style-type: none;
}
.table_of_contents .toc_level3 li {
  list-style-type: square;
}
.table_of_contents .toc_level4 li {
  list-style-type: circle;
}
.table_of_contents__headline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 1.2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .table_of_contents__headline {
    font-size: 1.6rem;
  }
}
.table_of_contents__headline::after {
  content: "➖";
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .table_of_contents__headline::after {
    display: none;
  }
}
.table_of_contents__button {
  display: block;
  border: none !important;
  text-decoration: none !important;
  color: inherit !important;
}
@media screen and (min-width: 640px) {
  .table_of_contents__button {
    pointer-events: none;
  }
}
.table_of_contents.collapsed .table_of_contents__headline::after {
  content: "➕";
}
.table_of_contents.collapsed .table_of_contents__content {
  display: none;
}
@media screen and (min-width: 640px) {
  .table_of_contents.collapsed .table_of_contents__content {
    display: block;
  }
}

ul.recipe__ingredients__list,
ol.recipe__preparation__list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 2rem;
}

.recipe__sub-title {
  font-size: 1.3rem;
}
.recipe__info {
  margin-bottom: 1.5625rem;
}
.recipe__info__item {
  margin-bottom: 5px;
  padding-left: 2rem;
}
.recipe__info__label {
  width: 165px;
  display: block;
  float: left;
  margin-right: 0.25rem;
}
.recipe__info__content {
  margin-left: 165px;
  display: block;
}
.recipe__info__wrap {
  display: flex;
}
.recipe__info__wrap .recipe__info__label {
  flex-grow: 0;
}
.recipe__info__wrap .recipe__info__content {
  margin: 0;
  width: calc(100% - 165px);
}
.recipe__ingredients {
  margin-bottom: 1.5625rem;
}
.recipe__ingredients__list {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}
.recipe__ingredients__item::before {
  content: " ";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000;
  font-weight: bold;
  display: inline-block;
  margin: 0 1.4rem 0.0625rem -2rem;
}
.recipe__ingredients__hint {
  font-size: 0.95em;
  font-style: italic;
}
.recipe__preparation {
  margin-bottom: 1.5625rem;
}
.recipe__preparation__item {
  counter-increment: list-counter;
}
.recipe__preparation__item::before {
  text-align: center;
  content: counter(list-counter) ". ";
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0 0.5rem 0 -2rem;
}
.recipe__nutrition th {
  font-weight: bold;
}
.recipe__nutrition tr:nth-child(even) {
  background-color: #efefef;
}
.recipe__nutrition th,
.recipe__nutrition td:not(:first-child) {
  text-align: right;
}
.recipe__nutrition th,
.recipe__nutrition td {
  padding: 0.625rem 0.9375rem;
}
.recipe__rating {
  padding-left: 2rem;
}
.recipe__rating__range, .recipe__rating__value {
  width: 100px;
  height: 17px;
  background-size: 20px 17px;
  background-repeat: repeat-x;
}
.recipe__rating__range {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmCAQAAAAYCMGrAAAA+klEQVR4AcWV4cbtMBBFF0MIVUopoVSrhDDv/3gf/RFRpzdNOty1HiBO99mzeYWgCMZMKCPGrCgrxiSUhCkDeukxJKCXAUMiehkxw6FZhxEzmp0x4kCzByYISqlYdal0supS6WrVpdLEK0YSamJiJOPY0c/uOG4s6CcXfuKJaJcRzyNCQJsNiF1sRTR1hP11NNJ8RCrONOPRf+r7J+TZgQ5CNfMOYvW/2YxDqzqA/57+gVY9eiakrnyZEGXDsaE3p/4JScwPX3rtnZATDxnPWT7X16XAHaH8HWNrlxJD9TyGti5tCM84zpZe+RxNjeX9tZqLaGoMxN/P/wHP5Vw+8ZxnEQAAAABJRU5ErkJggg==);
}
.recipe__rating__value {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAmBAMAAABALxQTAAAAFVBMVEVMaXH4twP4twP4twP4twP4twP4twP7w8S/AAAAB3RSTlMAFv5uPpvQloUsTQAAAMFJREFUeAGE0TEOgzAMQFEXoDNiYC6/wFxxAsTADDkB5f6HqNRENXUi8TYiRfnY8lNXkjBOkuBWSeAhsYJOYiW9xO4MEqshkTbCSyIH7GLdgFasHHgmwkikZQD6OROZRG4Hxju8o/TNhbNhCqkOxaZDVKdxNnq/EjUS/A2o0PuXpyVeb9bjDWY9QSWXDQfBbtbjtWY9bM4sqfx+5yYt8wNcAFEzrGGkk5668KsFrKewPtQ3aFqh8WOnYZ+lIBQkgykAWk8rlAqcHfQAAAAASUVORK5CYII=);
}
.recipe__tipps {
  margin-bottom: 1.5625rem;
}
.recipe__tipps__content ul,
.recipe__tipps__content ol {
  margin-bottom: 1.5rem;
  list-style-type: initial;
  list-style-position: inside;
}
.recipe__tipps__content ol {
  list-style-type: decimal;
}

@media (prefers-color-scheme: dark) {
  .recipe__nutrition tr:nth-child(even) {
    background-color: #303030;
  }
}
.paraTypeRelated-gallery .teaser__item {
  align-items: center;
}
@media screen and (min-width: 640px) {
  .paraTypeRelated-gallery .teaser__item {
    display: flex;
  }
}
.paraTypeRelated-gallery .teaser__media a {
  display: block;
  width: 100%;
}
.paraTypeRelated-gallery .teaser__media a .ds-1col {
  display: flex;
  width: 100%;
}
.paraTypeRelated-gallery .teaser__media__ratio {
  border: 1px solid #ddd;
  flex-basis: 20%;
  flex-grow: 1;
}
.paraTypeRelated-gallery .teaser__media__ratio:not(:last-child) {
  border-right: none;
}
.paraTypeRelated-gallery .teaser__caption {
  padding: 0.5rem 0;
}
@media screen and (min-width: 640px) {
  .paraTypeRelated-gallery .teaser__caption {
    padding: 0 0 0 0.75rem;
  }
}
.paraTypeRelated-gallery .teaser__topline {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .paraTypeRelated-gallery .teaser__topline {
    font-size: 13px;
  }
}
.paraTypeRelated-gallery .teaser__headline {
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .paraTypeRelated-gallery .teaser__headline {
    font-size: 14px;
  }
}
.paraTypeRelated-gallery .snippet__text-link {
  position: relative;
  margin: 0;
  font-size: 13px;
}
.paraTypeRelated-gallery .snippet__text-link a::after {
  content: ">";
  margin-inline-start: 0.25rem;
}

.editor-comment__header {
  font-weight: bold;
  font-size: 1.375rem;
  margin: 1.25rem 0 1.5625rem;
}
.editor-comment__content {
  display: flex;
}
.editor-comment__image {
  flex: 1 5 6.25rem;
  margin-right: 1.25rem;
}
.editor-comment__image .media {
  padding-top: 100%;
}
.editor-comment__image img {
  border-radius: 50%;
}
.editor-comment__description {
  flex: 5 1 6.25rem;
}

.paragraph--type--information-text {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1.25rem 1rem;
}
.paragraph--type--information-text::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text.box-alignment--left, .paragraph--type--information-text.box-alignment--right {
    width: 33.333%;
  }
  .paragraph--type--information-text.box-alignment--left .paragraph--type--information-text__headline, .paragraph--type--information-text.box-alignment--right .paragraph--type--information-text__headline {
    line-height: 1.32 !important;
  }
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text.box-alignment--left {
    float: left;
    margin-right: 1.1rem;
  }
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text.box-alignment--right {
    float: right;
    margin-left: 1.1rem;
  }
}
.paragraph--type--information-text__title {
  position: relative;
  padding-right: 60px;
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text__title {
    padding-right: 1rem;
  }
}
.paragraph--type--information-text__headline {
  display: flex;
  align-items: center;
  margin: 0;
}
.paragraph--type--information-text__image share-item {
  display: none;
}
.paragraph--type--information-text__description p:first-child {
  margin-top: 0;
}
.paragraph--type--information-text__description p:last-child {
  margin-bottom: 0;
}
.paragraph--type--information-text__description ul, .paragraph--type--information-text__description ol {
  list-style: initial;
}
.paragraph--type--information-text__info-icon {
  display: inline-block;
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.paragraph--type--information-text__button {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 8px;
  margin-top: -19px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text__button {
    display: none;
  }
}
.paragraph--type--information-text__button__icon {
  fill: black;
}
.paragraph--type--information-text__button .paragraph--type--information-text__button__icon--down {
  display: none;
}
.paragraph--type--information-text.collapsed .paragraph--type--information-text__content {
  display: none;
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text.collapsed .paragraph--type--information-text__content {
    display: block;
  }
}
.paragraph--type--information-text.collapsed .paragraph--type--information-text__button__icon--up {
  display: none;
}
.paragraph--type--information-text.collapsed .paragraph--type--information-text__button__icon--down {
  display: block;
}
.paragraph--type--information-text.image-format--portrait .paragraph--type--information-text__image .media,
.paragraph--type--information-text.image-format--portrait .paragraph--type--information-text__image .media__image-wrapper {
  padding-top: 133.3333%;
}
.paragraph--type--information-text.image-format--square .paragraph--type--information-text__image .media,
.paragraph--type--information-text.image-format--square .paragraph--type--information-text__image .media__image-wrapper {
  padding-top: 100%;
}
.paragraph--type--information-text.image-format--cinema .paragraph--type--information-text__image .media,
.paragraph--type--information-text.image-format--cinema .paragraph--type--information-text__image .media__image-wrapper {
  padding-top: 56.25%;
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text.image-alignment--left .paragraph--type--information-text__image, .paragraph--type--information-text.image-alignment--right .paragraph--type--information-text__image {
    width: 220px;
  }
}
.paragraph--type--information-text.image-alignment--left .paragraph--type--information-text__image .media, .paragraph--type--information-text.image-alignment--right .paragraph--type--information-text__image .media {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text.image-alignment--left .paragraph--type--information-text__image {
    float: left;
    margin-right: 18px;
  }
}
@media screen and (min-width: 640px) {
  .paragraph--type--information-text.image-alignment--right .paragraph--type--information-text__image {
    float: right;
    margin-left: 18px;
  }
}

kas {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 1.6rem;
}
kas iframe {
  margin: 0 auto;
  max-width: revert;
}
kas.define {
  width: 100%;
  background-color: transparent;
  text-align: left;
}

k-bcn,
ins.revive {
  display: grid;
  place-items: center;
  margin-bottom: 2.25rem;
}

k-bcn[data-context=medium_rectangle_hp] {
  display: block;
  width: 300px;
  min-height: 600px;
}

k-bcn[data-context=superbanner],
k-bcn[data-context=content_billboard],
k-bcn[data-context=below_content],
k-bcn[data-context=bcn_medium_rectangle_2] {
  margin-block-start: 2.8125rem;
  position: relative;
  min-height: 250px;
}
k-bcn[data-context=superbanner]::before,
k-bcn[data-context=content_billboard]::before,
k-bcn[data-context=below_content]::before,
k-bcn[data-context=bcn_medium_rectangle_2]::before {
  position: absolute;
  top: -1.25rem;
  content: "Anzeige";
  font-size: 14px;
}

kas.define {
  min-height: 290px;
}

ins.revive {
  display: block;
  min-width: 300px;
}

.article__content k-bcn {
  margin-bottom: 1.5625rem;
}

.experte {
  position: relative;
  display: flex;
}
@media screen and (max-width: 639px) {
  .experte {
    flex-direction: column;
    text-align: center;
  }
}
.experte__avatar {
  flex: 0 0 115px;
}
@media screen and (min-width: 640px) {
  .experte__avatar {
    margin-right: 1.25rem;
  }
}
.experte__avatar__image {
  width: 115px;
  height: 115px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.experte__info {
  font-size: 1rem;
}
.experte__info__title {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.experte__info__name {
  line-height: 1.195;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.contents__nav {
  margin-bottom: 3rem;
}
.contents__nav__item {
  margin-bottom: 1rem;
}
.contents__nav__item a {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 1rem;
}
.contents__nav__sublist {
  display: inline;
}
.contents__nav__subitem {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.contents__nav__subitem a {
  display: block;
  text-transform: none;
  font-weight: 600;
  padding: 0.27rem 0.56rem;
  border: 1px solid #4d4d4d;
  border-radius: 9999px;
  font-size: 0.7rem;
}
@media screen and (min-width: 640px) {
  .contents__nav__subitem a {
    font-size: 0.8rem;
    padding: 0.35rem 0.8rem;
  }
}

@media (prefers-color-scheme: dark) {
  body.sidebar--open .site-overlay {
    background-color: rgba(250, 250, 250, 0.1);
  }
  .klambtLogin .newLogin .corporateHeader .corporateClaim {
    color: black;
  }
  .entity-moderation-form {
    background: transparent;
  }
  .entity-moderation-form .button,
  .entity-moderation-form select,
  .entity-moderation-form input {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: #666;
  }
  #mc_embed_signup {
    background: transparent !important;
  }
  .fb-post iframe {
    background: white;
  }
  .uc-embedding-wrapper {
    background-color: #303030 !important;
  }
  .uc-embedding-wrapper h3 {
    color: #f1efed !important;
  }
  .uc-embedding-accept {
    background: #efefef !important;
    color: #f1efed !important;
  }
  .uc-embedding-more-info {
    background: transparent !important;
    color: #f1efed !important;
    text-decoration: underline;
  }
  .box-translate-info {
    background-color: #333;
  }
}
[data-theme=Light-Mode] {
  --color-bg: #fafafa;
  --color-text: #303030;
}

[data-theme=Dark-Mode] {
  --color-bg: #1e1d1c;
  --color-text: #f1efed;
}

.video-embed-field-provider-tiktok:after {
  padding-bottom: 0 !important;
}

.video-embed-field-provider-tiktok iframe {
  position: relative;
  height: 710px;
  width: 100%;
}

.collapsible {
  margin: 2.2rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.collapsible.collapsed .collapsible__content {
  display: none;
}
.collapsible.collapsed .collapsible__trigger .icon {
  transform: rotate(0deg);
}
.collapsible__content {
  padding: 5px 0 17px;
}
.collapsible__content p {
  margin: 0;
}
.collapsible__content a {
  text-decoration: underline;
}
.collapsible__trigger {
  display: block;
  padding: 12px 0;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}
.collapsible__trigger .icon {
  margin-left: 8px;
  transform: rotate(180deg);
}
@media screen and (min-width: 640px) {
  .collapsible__trigger .icon {
    margin-left: 20px;
  }
}

.pollVote {
  position: relative;
  padding: 1.25rem 0;
}
.pollVote::before, .pollVote::after {
  content: "";
  position: absolute;
  left: 25%;
  width: 50%;
  height: 1px;
}

.pollForm {
  transition: all 0.2s ease;
}
.pollForm .pollQuestion {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.pollForm .pollAnswers {
  border: 1px solid #f1f1f1;
  margin-bottom: 1rem;
}
.pollForm .pollAnswer {
  padding: 1rem;
}
.pollForm .pollAnswer input[type=radio] {
  display: none;
}
.pollForm .pollAnswer label {
  cursor: pointer;
  padding: 0 0 0 2rem;
  position: relative;
  display: block;
}
.pollForm .pollAnswer label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.pollForm .pollAnswer:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.pollForm .pollResult {
  opacity: 0;
  position: relative;
}
.pollForm .pollResult.active {
  opacity: 1;
}
.pollForm .percentWrapper {
  text-align: right;
  font-size: 0.9rem;
  line-height: 1;
}
.pollForm .votePercentage {
  font-weight: bold;
}
.pollForm .barWrapper {
  position: relative;
  height: 0.5rem;
}
.pollForm .barCover {
  width: 100%;
  height: 0.5rem;
  background: #f1f1f1;
}
.pollForm .barFilled {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.5rem;
  background: #f1f1f1;
}
.pollForm .pollActions {
  text-align: center;
}
.pollForm .pollActions input {
  background: #999;
  padding: 0.25rem 1rem;
  margin: 0 0.5rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  opacity: 0;
  display: none;
  transition: all 0.5s ease-in-out;
}
.pollForm .pollActions input.active {
  opacity: 1;
  display: inline-block;
}
.pollForm .msgDone {
  display: none;
  font-weight: bold;
  text-align: center;
}

.pollForm.voted .pollAnswer label {
  cursor: auto;
  padding: 0;
}
.pollForm.voted .pollAnswer label::before {
  display: none;
}
.pollForm.voted:not(.alwaysShowResults):not(.showResults) .pollAnswers {
  display: none;
}
.pollForm.voted:not(.alwaysShowResults):not(.showResults) .msgDone {
  display: block;
}

.uc-embedding-container {
  margin: auto;
}
.uc-embedding-wrapper {
  border-radius: 0 !important;
  padding: 0 24px 5px 24px !important;
}
.uc-embedding-wrapper h3 {
  padding-top: 35px;
}
.uc-embedding-buttons button {
  border-radius: 0;
}
.uc-embedding-accept {
  background: #4d4d4d !important;
}

.paraTypeInstagram .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/instagram-icon.png) no-repeat center top/30px auto;
}

.paraTypeGlomex .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/play-icon.png) no-repeat center top/30px auto;
}

.paraTypeTwitter .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/twitter-icon.png) no-repeat center top/30px auto;
}

.paraTypeVideo .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/youtube-icon.png) no-repeat center top/30px auto;
}

.paraTypePinterest .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/pinterest-icon.png) no-repeat center top/30px auto;
}

.paraTypeFacebook-post .uc-embedding-wrapper h3,
.paraTypeFacebook .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/facebook-icon.png) no-repeat center top/30px auto;
}

.paraTypeGiphy .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/giphy-icon.png) no-repeat center top/30px auto;
}

.paraTypeSpotify .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/spotify-icon.png) no-repeat center top/30px auto;
}

.paraTypeTiktok .uc-embedding-wrapper h3 {
  background: url(/themes/custom/klambt/klambt_base/images/icons/social/tiktok-icon.png) no-repeat center top/30px auto;
}

/*# sourceMappingURL=components.css.map */
