/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- 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>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Content */
.wkContent {
  margin: 3rem 0;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkContent {
    margin: 6rem 0;
  }
}
@media (min-width: 1140px) {
  .wkContent {
    padding: 0;
  }
}
.wkContent__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 111rem;
  position: relative;
  width: 100%;
}
.wkContent__content {
  flex-grow: 1;
}
.wkContent__content .button {
  margin-top: 1rem;
  min-width: 10rem;
  width: -moz-fit-content;
  width: fit-content;
}
.wkContent__header h3 {
  margin: 0 0 0.5rem 0;
}
.wkContent.contentType_0 .wkContent__header h3 {
  font-family: var(--thomasheadline);
  font-size: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .wkContent.contentType_0 .wkContent__header h3 {
    font-size: 3.2rem;
  }
}
.wkContent.contentType_0 .wkContent__header p {
  font-size: 1.6rem;
}
.wkContent.contentType_1 .button {
  bottom: 2rem;
  position: absolute;
  right: 2rem;
}
.wkContent.contentType_2 .wkContent__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (min-width: 768px) {
  .wkContent.contentType_2 .wkContent__wrapper {
    flex-wrap: nowrap;
  }
}
.wkContent.contentType_2 .wkContent__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wkContent.contentType_2 .wkContent__header h3 {
  font-family: var(--roboto);
  font-size: 2rem;
}
.wkContent.contentType_2 .wkContent__image {
  border-radius: 0.7rem;
  flex-shrink: 0;
  height: 24rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wkContent.contentType_2 .wkContent__image {
    height: 100%;
    width: 50%;
  }
}
.wkContent.contentType_2 .wkContent__image picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wkContent.contentType_2.r2l .wkContent__wrapper {
  flex-direction: row-reverse;
}
.wkContent.contentType_2.r2l .wkContent__eyecatcher {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
  left: auto;
  right: 0;
}
.wkContent__image {
  width: 100%;
}
.wkContent__image picture {
  height: 100%;
  width: 100%;
}
.wkContent__image picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.wkContent__eyecatcher {
  align-items: center;
  background: var(--hl-sundown);
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: var(--hl-white);
  display: flex;
  font-family: var(--roboto);
  font-size: 1.6rem;
  height: 3.4rem;
  justify-content: center;
  left: 0;
  min-width: 10rem;
  padding: 0.2rem 2rem 0;
  position: absolute;
  top: 2rem;
  z-index: 1;
}
.wkContent__eyecatcher.eyecatcherColorwhite {
  background: var(--hl-white);
  color: var(--hl-black);
}
.wkContent__eyecatcher.eyecatcherColorblack {
  background: var(--hl-black);
  color: var(--hl-white);
}
.wkContent__eyecatcher.eyecatcherColorholablue {
  background: var(--hl-primary);
  color: var(--hl-white);
}
.wkContent__eyecatcher.eyecatcherColorsun {
  background: var(--hl-sunny);
  color: var(--hl-black);
}
.wkContent__eyecatcher.eyecatcherColorsunrise {
  background: var(--hl-sunrise);
  color: var(--hl-black);
}
.wkContent__eyecatcher.eyecatcherColorsundown {
  background: var(--hl-sundown);
  color: var(--hl-white);
}
.wkContent__eyecatcher.eyecatcherColortree {
  background: var(--hl-tree);
  color: var(--hl-white);
}
.wkContent__eyecatcher.eyecatcherColorice {
  background: var(--hl-ice);
  color: var(--hl-black);
}
.wkContent__eyecatcher.eyecatcherColorcoconut {
  background: var(--hl-coconut);
  color: var(--hl-black);
}
.wkContent__eyecatcher.eyecatcherColorlight {
  background: var(--hl-light);
  color: var(--hl-black);
}
.wkContent__eyecatcher.eyecatcherColorapple {
  background: var(--hl-apple);
  color: var(--hl-black);
}
.wkContent__text {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
}
/*# sourceMappingURL=wkContent.css.map */
