/* -------------------------------------------------- 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>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Video- & Textelement */
.wkVideoText {
  margin: 0 auto;
  max-width: 192rem;
}
.wkVideoText__wrapper {
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .wkVideoText__wrapper {
    padding-bottom: 0;
  }
}
.wkVideoText__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .wkVideoText__content {
    flex-direction: row;
  }
}
.wkVideoText__content .heading {
  width: 100%;
}
.wkVideoText__container {
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkVideoText__container {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    width: 50%;
  }
}
.wkVideoText__container.rightAlign {
  order: 1;
}
@media (min-width: 768px) {
  .wkVideoText__container.rightAlign {
    order: 2;
  }
}
.wkVideoText__video {
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
}
.wkVideoText__video iframe,
.wkVideoText__video video {
  aspect-ratio: 16/9;
  padding: 0;
  width: 100%;
}
.wkVideoText__logo {
  bottom: 2rem;
  height: 8.5rem;
  left: 2rem;
  max-width: 24rem;
}
@media (min-width: 1024px) {
  .wkVideoText__logo {
    max-width: 15rem;
    position: absolute;
  }
}
@media (min-width: 1366px) {
  .wkVideoText__logo {
    max-width: 24rem;
  }
}
.wkVideoText__logo picture {
  height: 100%;
  width: 100%;
}
.wkVideoText__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.wkVideoText__textContent {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: normal;
  justify-content: center;
  line-height: normal;
  padding: 0 1.5rem;
  position: relative;
}
@media (min-width: 576px) {
  .wkVideoText__textContent {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .wkVideoText__textContent {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .wkVideoText__textContent {
    padding: 5rem;
  }
}
.wkVideoText__textContent.leftAlign {
  order: 2;
}
@media (min-width: 768px) {
  .wkVideoText__textContent.leftAlign {
    order: 1;
  }
}
.wkVideoText__textContent.hasLogo {
  padding: 3rem 1.5rem 8rem;
}
.wkVideoText__textContent .heading {
  margin: 0 auto 2rem auto;
}
@media (min-width: 768px) {
  .wkVideoText__textContent .heading {
    margin: 0 auto 4rem auto;
  }
}
.wkVideoText__text {
  color: var(--text);
  font-family: var(--roboto);
  font-size: var(--font-size--base);
  font-weight: 300;
  line-height: 2.4rem;
  text-align: center;
  width: 100%;
}
.wkVideoText__text.collapsible {
  max-height: 25rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .wkVideoText__text.collapsible {
    max-height: 36rem;
    overflow: hidden;
  }
}
.wkVideoText__text.collapsible .readMore {
  display: block;
}
.wkVideoText__text.collapsible .readMore.inactive {
  height: 4rem;
  position: relative;
}
.wkVideoText__text.expanded {
  height: auto;
  max-height: none;
  overflow: visible;
}
.wkVideoText__text p {
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.wkVideoText__text ul,
.wkVideoText__text ol {
  padding-left: 3rem;
  text-align: left;
}
.wkVideoText__text ul li,
.wkVideoText__text ol li {
  margin-bottom: 1rem;
}
.wkVideoText__link {
  margin-top: 0.8rem;
  padding: 1.2rem 1.5rem !important;
  text-align: center;
}
.wkVideoText .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%;
}
.wkVideoText .readMore .button-container {
  background: var(--white);
  bottom: 1rem;
  cursor: pointer;
  height: 3rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.2rem;
}
.wkVideoText .readMore .button-container i {
  color: var(--text);
  display: inline-block;
  font-size: 2rem;
}
.wkVideoText .readMore .button-container:focus {
  outline: none;
}
.wkVideoText .readMore.readMoreOn {
  background: none;
  height: 0;
}
.wkVideoText__optin {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wkVideoText__optin__container {
  align-items: center;
  background: var(--primary--lite);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem 1rem 1rem 1rem;
  z-index: 1;
}
.wkVideoText__optin h2 {
  color: var(--primary--dark);
  margin-bottom: 1rem;
  text-align: center;
}
.wkVideoText__optin h2 {
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .wkVideoText__optin h2 {
    font-size: calc(1rem + 1 * ((100vw - 32rem) / 44.8));
  }
}
@media screen and (min-width: 768px) {
  .wkVideoText__optin h2 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .wkVideoText__optin h2 {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .wkVideoText__optin h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .wkVideoText__optin h2 {
    font-size: calc(1rem + 1 * ((100vw - 76.8rem) / 51.2));
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .wkVideoText__optin h2 {
    font-size: 2rem;
  }
}
.wkVideoText__optin p {
  color: var(--primary--dark);
  text-align: center;
}
.wkVideoText__optin p {
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .wkVideoText__optin p {
    font-size: calc(1rem + 0.7 * ((100vw - 32rem) / 44.8));
  }
}
@media screen and (min-width: 768px) {
  .wkVideoText__optin p {
    font-size: 1.7rem;
  }
}
@media (min-width: 576px) {
  .wkVideoText__optin p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .wkVideoText__optin p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .wkVideoText__optin p {
    font-size: calc(1rem + 1 * ((100vw - 76.8rem) / 51.2));
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .wkVideoText__optin p {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .wkVideoText__optin p {
    margin-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .wkVideoText__optin p:last-of-type {
    margin: 2rem 0 0 0;
    max-width: 90%;
  }
}
@media (min-width: 1280px) {
  .wkVideoText__optin p:last-of-type {
    margin: 3rem 0 0 0;
  }
}
.wkVideoText__optin p:last-of-type a {
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
}
.wkVideoText__optin .switch {
  display: inline-block;
  flex-shrink: 0;
  height: 3.5rem;
  margin: 0;
  position: relative;
  transform: scale(0.7);
  width: 7rem;
}
@media (min-width: 576px) {
  .wkVideoText__optin .switch {
    transform: scale(1);
  }
}
.wkVideoText__optin .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.wkVideoText__optin .switch input:checked:before {
  content: "";
  left: auto;
  top: auto;
}
.wkVideoText__optin .switch input:checked + .slider {
  background: var(--primary);
}
.wkVideoText__optin .switch input:checked + .slider:before {
  transform: translateX(3.5rem);
}
.wkVideoText__optin .switch input:focus + .slider {
  box-shadow: 0 0 0.1rem var(--primary);
}
.wkVideoText__optin .switch .icheckbox_square-orange {
  display: none;
}
.wkVideoText__optin .slider {
  background: var(--grey--lite);
  border-radius: 2rem;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.wkVideoText__optin .slider:before {
  background: var(--white);
  border-radius: 50%;
  bottom: 0.2rem;
  content: "";
  height: 3.1rem;
  left: 0.2rem;
  position: absolute;
  transition: 0.4s;
  width: 3.1rem;
}
/*# sourceMappingURL=wkVideoText.css.map */
