@charset "UTF-8";
.header {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 1rem;
}
.header__logo {
  order: 0;
  flex-grow: 0;
}
.header__container .container {
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  flex-grow: 1;
}
.header__navigation__list {
  justify-content: flex-start;
}
.header__navigation__item {
  margin: 0 1.2rem;
}
.header__navigation__link:hover, .header__navigation__link.is-active {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.page > .sidebar {
  left: auto !important;
  margin: 0;
  transition: right 300ms ease;
  box-shadow: none;
  background: #e05a6a;
  overflow: auto;
  width: 100%;
  right: -100%;
}
@media screen and (min-width: 640px) {
  .page > .sidebar {
    width: 340px;
    right: -340px;
  }
}

.sidebar__container {
  padding: 65px 30px 30px 30px;
}
.sidebar__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  outline: none;
}
.sidebar__button__icon--cross {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.sidebar .search {
  margin: 0;
}
.sidebar input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
.sidebar a {
  color: #ffffff;
}
.sidebar a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar a.is-active {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.sidebar__navigation {
  margin: 1.75rem 0;
}
.sidebar__navigation__list {
  padding: 0;
}
.sidebar__navigation__item {
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0 0 0.25rem 0;
}
.sidebar__navigation__item a {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.6875rem 0;
}
.sidebar__navigation__item.expanded .sidebar__navigation__toggle::before {
  transform: rotate(-135deg);
  top: 1.25rem;
}
.sidebar__navigation__item.expanded .sidebar__navigation__sublist {
  display: block;
}
.sidebar__navigation__toggle {
  position: absolute;
  top: 0;
  right: 3px;
  width: 2rem;
  height: 41px;
  cursor: pointer;
}
.sidebar__navigation__toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65rem;
  right: 0;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.15rem solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.sidebar__navigation__sublist {
  display: none;
}
.sidebar__navigation__subitem {
  margin: 0 0 0.25rem 0;
}
.sidebar__navigation__subitem a {
  text-transform: none;
  padding: 0.35rem 0;
  text-transform: none;
}
.sidebar__navigation--imprint-menu ul {
  text-align: center;
}
.sidebar__navigation--imprint-menu li {
  display: inline-block;
}
.sidebar__navigation--imprint-menu a {
  margin: 0 0.5rem;
}
.sidebar__navigation--followus-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.sidebar--open .page > .sidebar {
  right: 0;
}

.navigation--social__list {
  max-width: 254px;
  padding: 1.5rem 0;
}

.navigation--social__item {
  border-radius: 50%;
  background: #ffffff;
  margin: 0;
}
.navigation--social__item:hover {
  opacity: 0.7;
}

.navigation--social__icon {
  padding: 0.5rem;
  fill: #e05a6a;
  display: block;
  width: 24px;
  height: 24px;
}

.teaser__item {
  position: relative;
  margin-bottom: 2rem;
}
.teaser__media {
  position: relative;
}
.teaser__media .media {
  background: #fafafa;
}
.teaser__caption {
  position: relative;
  box-sizing: border-box;
}
.teaser__adtype {
  right: auto;
  left: 0;
  background: none;
  text-shadow: 1px 1px 0 #000000;
  padding: 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
.teaser__adtype--exklusiv {
  background: #e05a6a;
}
.teaser__webform-close {
  color: #e05a6a;
  text-shadow: 1px 1px 0 #000000;
}
.teaser__topline {
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.teaser__topline a {
  display: inline;
  box-shadow: inset 0 -0.5rem 0 rgba(224, 90, 106, 0.35);
  font-size: 0.85rem;
  padding: 0 0 0.05rem 0;
  text-decoration: none;
  font-weight: 500;
}
.teaser__headline {
  font-family: "Lora", serif;
  line-height: 1.65;
  font-weight: 600;
}
.teaser__list--standardteaser .teaser__caption {
  text-align: center;
  background: #fff;
  width: 90%;
  margin: -3rem auto 0 auto;
  padding: 1rem;
}
@media screen and (min-width: 640px) {
  .teaser__list--standardteaser .grid--2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 2rem;
  }
}
.teaser__list--standardteaser .grid--2-col .teaser__caption {
  background: #fff;
  width: calc(100% - 2rem);
  margin: -3rem 0 0 2rem;
  padding: 1rem;
  text-align: left;
}
.teaser__list--standardteaser .grid--2-col .teaser__headline {
  font-size: 1.25rem;
}
.teaser__list--sidebarteaser {
  padding: 1rem 0.5rem;
  background: rgba(224, 90, 106, 0.07);
  margin-bottom: 1.6rem;
}
.teaser__list--sidebarteaser .teaser__item {
  display: flex;
  flex-wrap: nowrap;
}
.teaser__list--sidebarteaser .teaser__media {
  width: 90px;
  margin-right: 10px;
}
.teaser__list--sidebarteaser .teaser__adtype {
  line-height: 1;
  font-size: 0.75rem;
  padding: 0 0 0 0.125rem;
}
.teaser__list--sidebarteaser .teaser__webform-close {
  font-size: 0.75rem;
  width: 100%;
}
.teaser__list--sidebarteaser .teaser__caption {
  flex: 1;
  padding: 0;
  text-align: left;
}
.teaser__list--sidebarteaser .teaser__headline {
  font-size: 0.9rem;
}
.teaser--without-media .teaser__caption {
  padding: 0;
}
.teaser--without-media .teaser__adtype {
  position: relative;
  float: left;
  margin-right: 1rem;
  font-size: 10px;
  background: #e6e6e6;
}
.teaser--without-media .teaser__topline {
  display: inline-block;
  margin-bottom: 0;
}
.teaser--without-media .teaser__headline {
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  .teaser--without-media .teaser__headline {
    font-size: 1.5rem;
  }
}

.matomo-top-articles-block .teaser__list {
  padding: 0;
  background: none;
}

.multiteaser--frontpage .teaser__item figure {
  margin: 0;
}
.multiteaser--frontpage .teaser__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  transition: all 0.3s;
}
.multiteaser--frontpage .teaser__topline a {
  padding: 0;
  color: #ffffff;
  box-shadow: none;
}
.multiteaser--frontpage .teaser__headline {
  font-size: 1.25rem;
}
@media screen and (min-width: 980px) {
  .multiteaser--frontpage .teaser__headline {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1370px) {
  .multiteaser--frontpage .teaser__headline {
    font-size: 1.75rem;
  }
}
.multiteaser--frontpage .teaser__headline a {
  color: #ffffff;
  background: linear-gradient(to top right, #e05a6a -200%, rgba(0, 0, 0, 0) 300%) 0 95% no-repeat;
  background-size: 0px 0.0625em;
  transition: 0.25s;
}
.multiteaser--frontpage .teaser__headline a:hover {
  background-size: 100% 0.5625em;
}
.multiteaser--frontpage picture::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(15, 15, 15, 0.91) 89%, rgba(15, 15, 15, 0.95) 93%);
}

.featured {
  position: relative;
  padding: 2rem 0;
  margin: 4rem 0;
}
.featured::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -50vw;
  right: -50vw;
  background: rgba(224, 90, 106, 0.07);
}
@media screen and (min-width: 640px) {
  .featured .teaser__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .featured .teaser__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 1370px) {
  .featured .teaser__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 979px) {
  .featured .teaser__item {
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  .featured .teaser__item {
    background: #ffffff;
  }
}
@media screen and (max-width: 979px) {
  .featured .teaser__media {
    width: 100px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 979px) {
  .featured .teaser__caption {
    flex: 1;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .featured .teaser__caption {
    padding: 1rem;
  }
}
.featured .teaser__headline {
  font-size: 1rem;
}
@media screen and (max-width: 979px) {
  .featured .media--size-4-3,
  .featured .media--size-4-3 .media__image-wrapper {
    padding-top: 100%;
  }
}

.article__header p {
  font-weight: 500;
}
.article__header p a {
  border-bottom: 2px solid #e05a6a;
}
.article__author__image {
  width: 60px;
  height: 60px;
}
.article__author__image a {
  display: block;
}
.article__author__text {
  line-height: 1.65;
}
.article__author__published {
  font-size: 0.9375rem;
}
.article__author__published a {
  color: #666666;
}
.article__tags {
  margin: 2.5rem 0;
}
.article__tags__headline {
  font-weight: normal;
  font-size: 1.375rem;
  font-family: "Lora", serif;
}
.article__tags__container {
  border-top-color: #e05a6a;
  border-left-color: #e05a6a;
}
.article__share {
  margin: 3.2rem 0;
  display: flex;
  align-items: center;
}
.article__share::before {
  content: "Teilen";
  font-family: "Lora", serif;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.375rem;
  line-height: 1.195;
  text-transform: uppercase;
}
.article__share::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  display: block;
  background-color: rgba(224, 90, 106, 0.3);
}
.article__share__list {
  margin-right: 1rem;
}
.article__share__item {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  margin-left: 1rem;
}

.article__header a:not(.media__share-link):not(.sponsored__link),
.article__content a:not(.media__share-link):not(.sponsored__link) {
  text-decoration: none;
  border-bottom: 2px solid #e05a6a;
}

a:has(img) {
  border-bottom: none !important;
}

.teaser__media a {
  border-bottom: none !important;
}

.paraTypeText blockquote,
.paragraph--type--quote blockquote {
  position: relative;
  padding: 2rem 0 2rem 3.5rem;
  margin: 0;
  font-style: normal;
}
@media screen and (min-width: 1370px) {
  .paraTypeText blockquote,
  .paragraph--type--quote blockquote {
    padding: 2rem 0 2rem 5rem;
  }
}
.paraTypeText blockquote::after,
.paragraph--type--quote blockquote::after {
  display: none;
}
.paraTypeText blockquote::before,
.paragraph--type--quote blockquote::before {
  line-height: 1;
  height: 50px;
  font-family: "Lora", serif;
  color: rgba(224, 90, 106, 0.35);
  left: 0;
  margin: 0;
  padding: 0 !important;
  font-size: 6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1370px) {
  .paraTypeText blockquote::before,
  .paragraph--type--quote blockquote::before {
    font-size: 9rem;
    height: 70px;
  }
}
.paraTypeText blockquote p,
.paragraph--type--quote blockquote p {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 1370px) {
  .paraTypeText blockquote p,
  .paragraph--type--quote blockquote p {
    font-size: 1.5rem;
  }
}

.paraTypeSources ul {
  list-style: disc;
}

.paraTypeInteresting-articles {
  margin: 2.5rem 0;
}
.paraTypeInteresting-articles .teaser__item {
  position: relative;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: rgba(224, 90, 106, 0.07);
}
.paraTypeInteresting-articles .teaser__headline a, .paraTypeInteresting-articles .teaser__topline a {
  border-bottom: none !important;
}
.paraTypeInteresting-articles .teaser__headline {
  font-size: 1rem;
}
@media screen and (min-width: 980px) {
  .paraTypeInteresting-articles .teaser__headline {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .paraTypeInteresting-articles .teaser__headline {
    font-size: 1.75rem;
  }
}
.paraTypeInteresting-articles .teaser__media {
  width: 33%;
}
.paraTypeInteresting-articles .teaser__caption {
  flex-direction: column;
  width: 67%;
  padding: 1rem;
}

.archivePager .year li .active,
.archivePager .month li .active,
.archivePager .day li .active {
  font-weight: 500;
  text-decoration: none;
}

.tag__overview a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.tag__list__item a:hover {
  color: #e05a6a;
}

.breadcrumb__list {
  font-size: 0.9375rem;
  color: #666666;
}
.breadcrumb__list a {
  font-family: "Montserrat", sans-serif;
  color: #666666;
}
.breadcrumb__list a:hover {
  color: #e05a6a;
}
.breadcrumb__list h1 {
  font-family: "Lora", serif;
  color: #666666;
  font-size: 0.9375rem;
}

.search input[type=text] {
  height: 2.45rem;
  padding: 0.5rem 2.45em 0.5rem 0;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: transparent;
}
.search__button {
  right: 0;
  width: 2.45rem;
  height: 2.45rem;
}
.search__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  fill: #ffffff;
  padding: 10px;
}

@media (prefers-color-scheme: light) {
  .main-content .search {
    margin: 0 0 2rem 0;
  }
  .main-content .search input[type=text] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    color: #000000;
  }
  .main-content .search__icon {
    fill: #000000;
  }
}
.table_of_contents ul {
  counter-reset: toc-counter;
}
.table_of_contents ul li {
  position: relative;
  list-style: none;
  counter-increment: toc-counter;
  margin-bottom: 0.5rem !important;
}
.table_of_contents ul li::before {
  position: absolute;
  top: 0;
  left: -2rem;
  font-family: "Lora", serif;
  content: counter(toc-counter) ".";
  font-weight: 600;
}
.table_of_contents ul ul {
  counter-reset: toc-counter-child;
}
.table_of_contents ul ul li {
  list-style-type: none !important;
  transform: none !important;
  padding-left: 0.5rem;
  counter-increment: toc-counter-child;
}
.table_of_contents ul ul li::before {
  content: counter(toc-counter) "." counter(toc-counter-child) ".";
}
.table_of_contents ul ul ul li::before {
  content: "–";
}

.editor-comment__header {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 1.75rem;
  margin: 1.875rem 0 1.25rem;
}

.article__content .paraTypeRelated-gallery .media__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article__content .paraTypeRelated-gallery .snippet__text-link a {
  font-size: 0.6875rem;
  border-bottom: none;
}

.loadingAnimation > div > div {
  background-color: #e05a6a;
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: #ffffff;
  background: rgba(224, 90, 106, 0.7);
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  background: #e05a6a;
}

.media {
  margin: 0;
}
.media__affiliate_link__url {
  border-bottom: none !important;
}
.media__affiliate_link__label {
  border-bottom: 2px solid #e05a6a;
}

.paragraph--type--gallery .media__description,
.paragraph--type--image .media__description {
  color: #666666;
  font-size: 0.9375rem;
}

.format--portrait .media,
.format--portrait .media__image-wrapper {
  padding-top: 133.33333%;
}
.format--portrait .media img,
.format--portrait .media__image-wrapper img {
  object-fit: contain;
}
@media screen and (min-width: 415px) {
  .format--portrait .media,
  .format--portrait .media__image-wrapper {
    padding-top: clamp(300px, 133.33333%, 600px);
  }
}
@media screen and (min-width: 640px) {
  .format--portrait .media,
  .format--portrait .media__image-wrapper {
    padding-top: clamp(300px, 75%, 704px);
  }
}

.format--square .media,
.format--square .media__image-wrapper {
  padding-top: 100%;
}
@media screen and (min-width: 640px) {
  .format--square .media,
  .format--square .media__image-wrapper {
    padding-top: clamp(300px, 75%, 675px);
  }
}

.alignment--left .media,
.alignment--right .media {
  padding-top: 0;
}
.alignment--left .media__image-wrapper,
.alignment--right .media__image-wrapper {
  padding-top: 0;
}

.recipe__media {
  margin-bottom: 1.6rem;
}
.recipe__info__content--active {
  color: #e05a6a;
}
.recipe__info__content--not-active {
  color: #d1d0cf;
}
.recipe__info__time {
  background: url("../../images/icons/clock.svg") left 2px no-repeat;
}
.recipe__info__difficult {
  background: url("../../images/icons/cook-hat.svg") left 2px no-repeat;
}
.recipe__info__useful {
  background: url("../../images/icons/cutlery.svg") left 2px no-repeat;
}
.recipe__info__cost {
  background: url("../../images/icons/money.svg") left 2px no-repeat;
}
.recipe__info__item {
  background-size: 22px 22px;
}
.recipe__ingredients__item::before {
  width: 0.5rem;
  height: 0.5rem;
  background: #e05a6a;
  margin: 0 1.5rem 0.125rem -2rem;
}
.recipe__preparation__item::before {
  background: none;
  color: #e05a6a;
  text-align: left;
  font-size: 21px;
  font-family: "Lora", serif;
}

.article__content ul:not(.pager__items):not(.media__share-list):not(.recipe__ingredients__list) {
  padding-left: 2rem;
}
@media screen and (min-width: 1370px) {
  .article__content ul:not(.pager__items):not(.media__share-list):not(.recipe__ingredients__list) {
    padding-left: 2.25rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1370px) {
  .article__content ol:not(.pager__items):not(.recipe__preparation__list) {
    margin-left: 1rem;
  }
}

.article__content li:not(.media__share-item) {
  margin-bottom: 1rem;
}

.paraTypeLink ul,
.paraTypeText ul,
.paragraph--type--text ul {
  list-style: none;
}
.paraTypeLink ul li,
.paraTypeText ul li,
.paragraph--type--text ul li {
  position: relative;
}
.paraTypeLink ul li:before,
.paraTypeText ul li:before,
.paragraph--type--text ul li:before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: -2rem;
  background: #000000;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
}
@media screen and (min-width: 1370px) {
  .paraTypeLink ul li:before,
  .paraTypeText ul li:before,
  .paragraph--type--text ul li:before {
    left: -2.25rem;
    height: 0.75rem;
    width: 0.75rem;
  }
}

.paraTypeText ol,
.paragraph--type--text ol {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 2rem !important;
}
@media screen and (min-width: 1370px) {
  .paraTypeText ol,
  .paragraph--type--text ol {
    padding-left: 2.25rem !important;
  }
}
.paraTypeText ol li,
.paragraph--type--text ol li {
  position: relative;
  counter-increment: list-counter;
}
.paraTypeText ol li:before,
.paragraph--type--text ol li:before {
  position: absolute;
  top: 0;
  left: -2rem !important;
  font-family: "Lora", serif;
  content: counter(list-counter) ". ";
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 1370px) {
  .paraTypeText ol li:before,
  .paragraph--type--text ol li:before {
    left: -2.25rem !important;
    font-size: 1.75rem;
  }
}

@media (prefers-color-scheme: dark) {
  body,
  .wrapper__main,
  .featured .teaser__item,
  .teaser__list--standardteaser .teaser__caption,
  .teaser__list--standardteaser .grid--2-col .teaser__caption,
  .media__affiliate_link {
    background-color: rgb(30, 29, 28);
  }
  body,
  a {
    color: #ffffff;
  }
  .header__navigation__link,
  .header__navigation__link:hover,
  .header__navigation__link.is-active,
  .header__navigation__item a,
  .breadcrumb__list,
  .breadcrumb__list a,
  .breadcrumb__list h1,
  .paragraph--type--gallery .media__description,
  .paragraph--type--image .media__description {
    color: #ffffff;
  }
  .collapsible__trigger svg path {
    fill: #ffffff;
  }
  .header__buttons .button__menu .line,
  .header__buttons .button__menu:hover .line,
  .header__buttons .button__menu:hover .line::before,
  .header__buttons .button__menu:hover .line::after,
  .header__buttons .button__menu .line::before,
  .header__buttons .button__menu .line::after,
  .paraTypeLink ul li:before,
  .paraTypeText ul li:before,
  .paragraph--type--text ul li:before {
    background-color: #ffffff;
  }
  .breadcrumb::after {
    background-image: linear-gradient(to right, rgba(30, 29, 28, 0), rgba(30, 29, 28, 0.8));
  }
  .section__title::after,
  .article__share::after {
    background-color: #e05a6a;
  }
  .featured::before,
  .teaser__list--sidebarteaser,
  .paraTypeInteresting-articles .teaser__item,
  .article__tags__list li {
    background: rgba(224, 90, 106, 0.15);
  }
  .media__image-wrapper,
  .teaser__media .media {
    background-color: #303030;
  }
  .header,
  .header__container .container {
    background: #e05a6a;
  }
  .header__logo__link {
    background-image: 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%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E");
  }
  .download__list__item {
    background: url("/themes/custom/klambt/klambt_base/images/icons/icon-file-white.svg") no-repeat left center;
    background-size: 17px 17px;
  }
}

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