/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Text Element */
.wkText {
  margin: 3.75rem auto;
  max-width: 192rem;
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .wkText {
    margin: 4.5rem auto;
    padding: 0.75rem 0;
  }
}
@media (min-width: 1024px) {
  .wkText {
    margin: 7.5rem auto;
    padding: 1.25rem 0;
  }
}
.wkText.headlineOnly {
  margin-bottom: 0;
}
.wkText__wrapper {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 576px) {
  .wkText__wrapper {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1920px) {
  .wkText__wrapper {
    padding: 0;
  }
}
.wkText .heading {
  margin-bottom: 1rem;
}
.wkText__content {
  color: var(--text);
  font-family: var(--roboto);
  font-size: var(--font-size--base);
  font-weight: 300;
  margin: 1rem 1.5rem;
  max-width: 80rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wkText__content {
    margin: 3rem 9rem 0;
  }
}
@media (min-width: 1024px) {
  .wkText__content {
    margin: 3rem auto 0;
  }
}
.wkText__content.collapsible {
  max-height: 25rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .wkText__content.collapsible {
    max-height: none;
    overflow: visible;
  }
}
.wkText__content.collapsible .readMore {
  display: block;
}
@media (min-width: 768px) {
  .wkText__content.collapsible .readMore {
    display: none;
  }
}
.wkText__content.collapsible .readMore.inactive {
  height: 4rem;
  position: relative;
}
.wkText__content.expanded {
  height: auto;
  max-height: none;
  overflow: visible;
}
.wkText__content p {
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.wkText__content ul,
.wkText__content ol {
  line-height: 2.4rem;
  list-style-position: inside;
  padding-left: 3rem;
}
.wkText__content ul li,
.wkText__content ol li {
  margin-bottom: 1rem;
}
.wkText__content ul li *,
.wkText__content ol li * {
  display: inline;
}
.wkText__link {
  margin: 1rem 0 3rem 0;
  margin: 0 auto;
  padding: 1.2rem 1.5rem !important;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.wkText.wkTextCenter {
  text-align: center;
}
.wkText.wkTextCenter .button {
  font-size: 1.2rem;
  height: 3rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.wkText .readMore {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 55%, rgb(255, 255, 255) 100%);
  bottom: 0;
  height: 9rem;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.wkText .readMore .button-container {
  background: var(--white);
  bottom: 1rem;
  cursor: pointer;
  height: 3rem;
  left: 50%;
  margin: 0 0 0 -2.6rem;
  position: absolute;
  width: 4.2rem;
}
.wkText .readMore .button-container i {
  color: var(--text);
  display: inline-block;
  font-size: 2rem;
}
.wkText .readMore .button-container:focus {
  outline: none;
}
.wkText .readMore.readMoreOn {
  background: none;
  height: 0;
}

[data-page-name=agb] .wkText,
[data-page-name=agb2] .wkText,
[data-page-name=datenschutz] .wkText,
[data-page-name=impressum] .wkText,
[data-page-name=ueberuns] .wkText {
  margin-top: 0 !important;
}
/*# sourceMappingURL=wkText.css.map */
