/* -------------------------------------------------- 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>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- wkTextImage */
.wkTextImage {
  margin: 5rem 0;
}
.wkTextImage.orientation1 .wkTextImage__content {
  background: linear-gradient(90deg, rgb(112, 203, 244) 0%, rgb(112, 203, 244) 50%, rgb(237, 238, 238) 50%, rgb(237, 238, 238) 100%);
  border-radius: 0;
  justify-content: center;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .wkTextImage.orientation1 .wkTextImage__content {
    max-width: none;
  }
}
.wkTextImage.orientation1 .wkTextImage__textcontainer {
  background: var(--primary);
  height: 100%;
  margin: 0 auto;
  max-width: 86rem;
  position: relative;
  right: auto;
  width: 100%;
}
.wkTextImage.orientation1 .wkTextImage__textcontent {
  color: var(--secondary);
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .wkTextImage.orientation1 .wkTextImage__textcontent {
    padding: 2rem 5rem;
  }
}
.wkTextImage.orientation1 .wkTextImage__subline {
  font-size: 2rem;
  width: 100%;
}
.wkTextImage.orientation2 .wkTextImage__content {
  overflow: visible;
}
@media (min-width: 768px) {
  .wkTextImage.orientation2 .wkTextImage__content {
    justify-content: center;
    max-width: 192rem;
    min-height: 36rem;
  }
}
.wkTextImage.orientation2 .wkTextImage__textcontainer {
  background: rgba(255, 255, 255, 0.8);
  height: auto;
  margin: 0 auto;
  max-width: 86rem;
  position: relative;
  right: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .wkTextImage.orientation2 .wkTextImage__textcontainer {
    position: absolute;
  }
}
.wkTextImage.orientation2 .wkTextImage__textcontent {
  height: auto;
  width: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .wkTextImage.orientation2 .wkTextImage__textcontent {
    padding: 4rem 5rem;
  }
}
@media (min-width: 768px) {
  .wkTextImage.orientation2 .wkTextImage__text {
    -webkit-line-clamp: 9;
    max-height: 17rem;
  }
}
.wkTextImage.orientation2 .wkTextImage__image {
  height: 30rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkTextImage.orientation2 .wkTextImage__image {
    height: 36rem;
  }
}
.wkTextImage.orientation2 .wkTextImage__link {
  margin: 2rem auto 0 auto;
}
.wkTextImage.orientation3 .wkTextImage__content {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .wkTextImage.orientation3 .wkTextImage__content {
    display: flex;
    justify-content: flex-end;
  }
}
.wkTextImage.orientation3 .wkTextImage__textcontainer {
  height: auto;
  margin-top: -11rem;
  padding-top: 7rem;
  position: relative;
}
@media (min-width: 768px) {
  .wkTextImage.orientation3 .wkTextImage__textcontainer {
    background: linear-gradient(to right, #edeeee 0%, #d7d9d9 88%, rgba(215, 217, 217, 0));
    display: flex;
    height: auto;
    left: 0;
    margin: 0;
    order: 1;
    padding: 0;
    position: absolute;
    right: auto;
  }
}
.wkTextImage.orientation3 .wkTextImage__subline {
  justify-content: center;
  width: 100%;
}
.wkTextImage.orientation3 .wkTextImage__textcontent {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .wkTextImage.orientation3 .wkTextImage__textcontent {
    flex-direction: column;
    justify-content: center;
  }
}
.wkTextImage.orientation3 .wkTextImage__image {
  width: 100%;
}
@media (min-width: 768px) {
  .wkTextImage.orientation3 .wkTextImage__image {
    left: 0;
    order: 2;
    right: auto;
    width: 52%;
  }
}
.wkTextImage.orientation3 .wkTextImage__link {
  margin: 2rem auto 0 auto;
}
.wkTextImage.orientation4 .wkTextImage__textcontainer {
  height: auto;
  margin-top: -11rem;
  order: 2;
  padding-top: 7rem;
  position: relative;
}
@media (min-width: 768px) {
  .wkTextImage.orientation4 .wkTextImage__textcontainer {
    background: linear-gradient(to left, #edeeee 0%, #d7d9d9 88%, rgba(215, 217, 217, 0));
    display: flex;
    display: flex;
    height: auto;
    justify-content: flex-end;
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
  }
}
.wkTextImage.orientation4 .wkTextImage__subline {
  justify-content: center;
  width: 100%;
}
.wkTextImage.orientation4 .wkTextImage__textcontent {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .wkTextImage.orientation4 .wkTextImage__textcontent {
    flex-direction: column;
    justify-content: center;
  }
}
.wkTextImage.orientation4 .wkTextImage__image {
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .wkTextImage.orientation4 .wkTextImage__image {
    width: 52%;
  }
}
.wkTextImage.orientation4 .wkTextImage__link {
  margin: 2rem auto 0 auto;
}
.wkTextImage__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wkTextImage__content {
  border-radius: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 130rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wkTextImage__content {
    flex-wrap: nowrap;
  }
}
.wkTextImage__textcontainer {
  background-image: linear-gradient(to top, #edeeee 0%, #d7d9d9 88%, rgba(215, 217, 217, 0));
  bottom: 0;
  height: calc(100% - 15rem);
  position: absolute;
}
@media (min-width: 768px) {
  .wkTextImage__textcontainer {
    background: linear-gradient(to left, #edeeee 0%, #d7d9d9 88%, rgba(215, 217, 217, 0));
    bottom: auto;
    height: 100%;
    left: auto;
    min-height: 100%;
    right: 0;
    width: calc(48% + 10rem);
  }
}
.wkTextImage__textcontent {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
}
@media (min-width: 768px) {
  .wkTextImage__textcontent {
    right: 0;
    width: calc(100% - 10rem);
  }
}
.wkTextImage__subline {
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .wkTextImage__subline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.wkTextImage__subline {
  text-align: left;
}
@media (min-width: 768px) {
  .wkTextImage__subline {
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }
}
.wkTextImage__text {
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .wkTextImage__text {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    max-height: 22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .wkTextImage__subline, .wkTextImage__text {
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }
}
.wkTextImage__image {
  height: 30rem;
}
@media (min-width: 768px) {
  .wkTextImage__image {
    flex-shrink: 0;
    height: 40rem;
    width: 52%;
  }
}
.wkTextImage__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkTextImage__link {
  margin: 2rem 0 0 0;
  min-height: 4rem;
  min-width: 22rem;
  padding: 1rem 1.5rem;
}
.wkTextImage__link:hover, .wkTextImage__link:focus, .wkTextImage__link:active {
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=wkTextImage.css.map */
