/* -------------------------------------------------- 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>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Agency Page */
#kontakt {
  height: 0rem;
  position: relative;
  top: -20rem;
}

#teaserOffers {
  height: 0rem;
  position: relative;
  top: -5rem;
}

.cruiseOffer .wkTripleOffer__content {
  z-index: 0;
}

.wkTripleOffer.pseudoElement .wkTripleOffer__wrapper {
  display: flex;
  gap: 3rem;
}
/*# sourceMappingURL=agencypage.css.map */
