@charset "UTF-8";
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- 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>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Reisebüro */
.agency {
  margin: 3rem 0 6rem 0;
}
.agency__image {
  border-radius: 0.7rem;
  margin: 0 auto 3rem auto;
  max-width: 111rem;
  overflow: hidden;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .agency__image {
    margin: 0 auto 6rem auto;
  }
}
@media (min-width: 1140px) {
  .agency__image {
    padding: 0;
  }
}
.agency__image picture {
  height: 100%;
  width: 100%;
}
.agency__image picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.agency__wrapper {
  margin: 0 auto;
  max-width: 111rem;
  padding: 0 2rem;
}
@media (min-width: 1140px) {
  .agency__wrapper {
    padding: 0;
  }
}
.agency__wrapper > h4 {
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .agency__wrapper > h4 {
    font-size: 3.2rem;
  }
}
.agency__wrapper p {
  font-size: 1.6rem;
  margin: 0;
}

.employees__wrapper {
  margin: 0 auto;
  max-width: 111rem;
  padding: 0 2rem;
}
@media (min-width: 1140px) {
  .employees__wrapper {
    padding: 0;
  }
}
.employees__wrapper > h2 {
  font-size: 2.4rem;
  margin: 0 0 3rem 0;
}
@media (min-width: 768px) {
  .employees__wrapper > h2 {
    font-size: 3.2rem;
  }
}
.employees__content {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  justify-items: center;
}
.employees__item {
  background: var(--hl-icelight);
  border-radius: 0.7rem;
  max-width: 35rem;
  overflow: hidden;
  width: 100%;
}
.employees__image {
  height: 24rem;
}
.employees__image picture {
  height: 100%;
  width: 100%;
}
.employees__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.employees__author {
  align-items: center;
  background: var(--hl-lightgrey);
  border: 0.3rem solid var(--hl-white);
  border-radius: 50%;
  display: flex;
  height: 20rem;
  justify-content: center;
  margin: -15rem auto 0 auto;
  overflow: hidden;
  position: relative;
  width: 20rem;
}
.employees__author i {
  font-size: 9.5rem;
}
.employees__infos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: var(--roboto);
  padding: 2rem;
  position: relative;
}
.employees__infos h2 {
  font-family: var(--roboto);
  font-size: 2rem;
}
.employees__infos p,
.employees__infos a {
  color: var(--hl-black);
  font-size: 1.6rem;
}
.employees__infos p i,
.employees__infos a i {
  font-size: 2rem;
  margin-right: 1rem;
  position: relative;
  top: 0.3rem;
}
.employees__infos .button {
  width: -moz-fit-content;
  width: fit-content;
}
.employees__readMore {
  background: transparent;
  color: var(--hl-primary);
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.employees__about {
  display: none;
}
.employees__modal {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.employees__modal > p {
  font-size: 1.6rem;
  margin: 0;
}
.employees__modal > p:first-of-type {
  display: none;
}
.employees__modal__header {
  display: flex;
  gap: 2rem;
  width: 100%;
}
.employees__modal__header h2 {
  font-family: var(--roboto);
  font-size: 2rem;
  margin: 0;
}
.employees__modal__header p {
  color: var(--hl-black);
  font-size: 1.6rem;
}
.employees__modal__header .employees__author {
  height: 12rem;
  margin: 0;
  width: 12rem;
}
.employees__modal__header .employees__author i {
  font-size: 11.5rem;
}
.employees__modal__header .employees__author picture {
  height: 100%;
  width: 100%;
}
.employees__modal__header .employees__author picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.employees__modal__title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.employees__modal__submit {
  width: 100%;
}

.location__wrapper {
  margin: 0 auto;
  max-width: 111rem;
  padding: 0 2rem;
}
@media (min-width: 1140px) {
  .location__wrapper {
    padding: 0;
  }
}
.location__wrapper p {
  font-family: var(--roboto);
  font-size: 1.6rem;
  margin: 0;
}

[data-page-name=reisebuero] .wkMapbox {
  padding: 0 2rem;
}
[data-page-name=reisebuero] .wkMapbox__wrapper h2 {
  display: none;
}
[data-page-name=reisebuero] .wkMapbox__wrapper > p {
  font-family: var(--thomasheadline);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 768px) {
  [data-page-name=reisebuero] .wkMapbox__wrapper > p {
    font-size: 3.2rem;
  }
}
[data-page-name=reisebuero] .wkMapbox__wrapper .wkMapbox__howToFindUs {
  font-size: 1.6rem;
}
[data-page-name=reisebuero] .wkGallery {
  background: var(--hl-lightgrey);
  margin: 0;
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  [data-page-name=reisebuero] .wkGallery {
    padding: 6rem 2rem;
  }
}
@media (min-width: 1140px) {
  [data-page-name=reisebuero] .wkGallery {
    padding: 6rem 0;
  }
}
[data-page-name=reisebuero] .wkGallery__container {
  display: none;
}
@media (min-width: 768px) {
  [data-page-name=reisebuero] .wkGallery__container {
    display: block;
  }
}
[data-page-name=reisebuero] .wkGallery__container .swiper-pagination {
  display: block;
}
[data-page-name=reisebuero] .wkGallery__thumbs {
  display: block;
}
@media (min-width: 768px) {
  [data-page-name=reisebuero] .wkGallery__thumbs {
    display: none;
  }
}
[data-page-name=reisebuero] .modal-content {
  padding: 3rem !important;
}
[data-page-name=reisebuero] .footer {
  margin-top: 0;
}
/*# sourceMappingURL=reisebuero.css.map */
