/* Inner Styles */

/* ///////////////////// */

/* -------------- */
/* SETUP */
/* DESKTOP */
/* MINI-DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE */
/* SPECIAL BREAKPOINTS */
/* -------------- */

/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
02. Components
*/

/*
-----------------------------------------------------------------------------

01. Inner Content

-----------------------------------------------------------------------------
*/

/* COOKIE BANNER REINFORCEMENT *******************************************************************************/

/*--- Closed State */

.cookie-banner.closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cookie-banner.extended .cookie-main-wrap {
  display: none;
}

.cookie-banner.extended .cookie-settings-wrap {
  display: block;
}

/*--- Cookie Banner - Settings Wrap */

.cookie-banner .cookie-settings-wrap {
  display: none;
  overflow: hidden;
  position: absolute;
  height: 100%;
}

/* PAGE | TEAM *******************************************************************************/

section.__team [data-imgID="2"] {
  display: none;
}

section.__team .box:hover [data-imgID="1"] {
  display: none;
}

section.__team .box:hover [data-imgID="2"] {
  display: block;
}

section.__team img {
  -o-object-position: center;
  object-position: center;
}

section.__team [class*="icon-"] {
  margin-left: 0;
  font-size: 1.25rem;
}

/* SECTION | TABS *******************************************************************************/

/****** Tabs */

/* --- Tab Trigger */

section.tabs .tab-trigger {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

section.tabs .tab-trigger:hover {
  cursor: pointer;
}

section.tabs .tab-trigger.inactive {
  opacity: 0.5;
}

section.tabs .tab-trigger.active:hover {
  cursor: default;
}

/* --- Tab Content */

/****** Counter */

.counter-wrap {
  position: relative;
}

.counter {
  position: relative;
}

.counter-wrap .icon-percent {
  position: absolute;
  left: 1em;
}

/* SECTION | Image Text *******************************************************************************/

section.block--half-img-text .covered-image-wrap {
  height: calc(100% + 5em);
}

section.block--half-img-text .text-wrap {
  max-width: 34rem;
}

/* ELEMENT | Offset Content Wrap *******************************************************************************/

.custom-offset-1 {
  z-index: 1;
  margin-left: -6em;
  width: calc(100% + 6em);
}

/* POSTS *******************************************************************************/

/****** Post grid */

.post-grid .covered-image-wrap {
  height: 15.5em;
}

/* SINGLE POST *******************************************************************************/

/* GENERAL FORM STYLES *******************************************************************************/

/****** Labels */

.form-wrap span.label,
#apply_form label {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: var(--fsize__p);
  color: var(--color__primary);
  width: auto !important;
}

#apply_form a {
  text-decoration: none;
  background-color: var(--color__primaryOpac);
  color: var(--color__primary);
}

/****** Input fields  */

#apply_form div:not(.error) {
  margin: 0 !important;
  margin-bottom: 1.5em !important;
}

#apply_form div.error {
  margin-top: 0.5em;
  color: var(--color__secondary);
  font-size: var(--fsize__s);
  margin-top: 0.2em;
}

#apply_form .carerix_required {
  border: unset;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.field-wrap.dropdown select,
textarea,
#apply_form select {
  font-size: var(--fsize__p);
  border: unset;
  padding: 0.75em 0.9375em;
  border-radius: 0;
  margin-bottom: 0;
  background: var(--color__primaryOpac);
  color: var(--color__primary);
}

.search-form input[type="search"] {
  -moz-appearance: none;
  /* older firefox */
  -webkit-appearance: none;
  /* safari, chrome, edge and ie mobile */
  appearance: none;
  /* rest */
  border-radius: var(--radius__regular);
  margin-bottom: 0;
  background: var(--color__light);
}

input,
select,
textarea {
  color: var(--color__primary);
  width: 100%;
}

textarea {
  line-height: 1.5625em;
  height: 14rem;
  margin: 0em;
  resize: none;
}

textarea:focus,
input:focus {
  color: var(--color__primary);
  outline: unset;
}

.field-wrap input[type="submit"]:focus {
  /* background: var(--color__light); */
  /* color: var(--color__primary); */
  /* border: unset; */
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color__primary);
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color__primary);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color__primary);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color__primary);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color__primary);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color__primary);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color__primary);
}

/* ***** Gender */

#apply_form label.cx2_personal-gender {
  display: none !important;
}

/* ***** File */

#apply_form .cx2_personal-cv-info {
  display: inline-block;
  margin-top: 0.5em;
}

/* ***** Radio & Checkbox */

#apply_form .cx2_labels_type-contact-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}

#apply_form input[type="radio"] {
  width: 2rem;
}

#apply_form input[type="radio"]:not(:nth-child(2)) {
  margin-left: 1.5em;
}

#apply_form #remember_me label,
#apply_form #agreement_container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#apply_form #remember_me input,
#apply_form #agreement_container input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#apply_form #agreement_container label::after {
  content: "akzeptieren";
}

/* --- */

.field-wrap.radio .option-wrap input[type="radio"],
.field-wrap.checkbox .option-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.field-wrap.radio,
.field-wrap.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-wrap.radio .option-wrap,
.field-wrap.checkbox .option-wrap {
  position: relative;
  margin-right: 3em;
}

.field-wrap.radio .option-wrap:not(:last-child),
.field-wrap.checkbox .option-wrap:not(:last-child) {
  margin-bottom: 1.5em;
}

.field-wrap.radio label,
.field-wrap.checkbox label {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  cursor: pointer;
  margin-bottom: 1.25em;
}

.field-wrap.radio span.option-caption,
.field-wrap.checkbox span.option-caption {
  display: inline-block;
  font-size: var(--fsize__p);
  color: var(--color__primary);
  margin-left: 2em;
  cursor: pointer;
}

/* --- radio checkmark */

.field-wrap.radio .option-wrap label::before,
.field-wrap.checkbox .option-wrap label::before {
  font-family: "Icons Base Solid";
  content: "\0049";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  width: 1.75rem;
  height: 1.75rem;
  top: 0;
  left: 0;
  margin-top: -0.25rem;
  margin-left: -0.125em;
  border-radius: 50%;
  background-color: var(--color__light);
  border: var(--border__regular);
  color: var(--color__light);
  cursor: pointer;
}

/* radio hovered state */
/* .field-wrap.radio .option-wrap:hover input ~ label::before,
.field-wrap.checkbox .option-wrap:hover input ~ label::before {
  background-color: var(--color__light);
} */

/* radio checked state */
.field-wrap.radio .option-wrap input:checked ~ label::before,
.field-wrap.checkbox .option-wrap input:checked ~ label::before {
  background-color: var(--color__primary);
  color: var(--color__light);
}

/****** Submit button */

input[type="submit"],
.field-wrap input[type="submit"] {
  font-family: "Good Sans Bold", sans-serif;
  font-weight: 700;
  line-height: 1em;
  font-size: var(--fsize__p);
  background: var(--color__primary);
  color: var(--color__light);
  border-top-left-radius: var(--radius__regular);
  border-bottom-right-radius: var(--radius__regular);
  padding: 0.75em 1.5em;
  border: 0;
  margin-top: 1em;
  width: auto;
  display: inline-block;
  cursor: pointer;
}

#apply_button {
  text-transform: lowercase;
  margin-bottom: 2em;
}

.bg--light input[type="submit"] {
  color: var(--color__light);
}

/****** error handling */

.form-wrap .error-msg {
  display: block;
  color: var(--color__secondary);
  font-size: var(--fsize__s);
  margin-top: 0.2em;
}

.form-wrap input.has-error {
  border-color: var(--color__primary);
}

/****** success handling */

#apply_success_message {
  display: block;
  font-family: "Good Sans Bold", sans-serif;
  font-weight: 700;
  font-size: var(--fsize__h2);
  line-height: 1.275em;
  letter-spacing: 0em;
  color: var(--color__primary);
  text-decoration: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color__primary);
  margin-top: 1.5em;
  margin-bottom: 2em;
}

form.submitted {
  display: none;
}

/****** hide google recaptcha */

.grecaptcha-badge {
  display: none;
}

/* PASSWORD FORM STYLES *******************************************************************************/

.post-password-form p:nth-of-type(1) {
  display: none;
}

span.custom-password-message {
  display: block;
  margin: auto;
  max-width: 10em;
  padding: 0.125em;
  border-radius: var(--radius__regular);
  background: rgba(255, 255, 255, 0.17);
  color: var(--color__primary);
}

.post-password-form label {
  font-size: 0rem;
}

.post-password-form label input {
  font-size: 1.875rem;
  padding: 0.25em 0.9375em;
  text-align: center;
}

.post-password-required input[type="submit"] {
  position: relative;
  float: unset;
  margin: 1.5625em auto;
  display: block;
}

/* IMPRINT + DATA PRIVACY *******************************************************************************/

/* 404 *******************************************************************************/

.error-404 {
  width: 100%;
  text-align: center;
}

.error-404 h1 {
  font-size: 20vw;
  margin: 0;
}

/*
-----------------------------------------------------------------------------

02. Components

-----------------------------------------------------------------------------
*/

/****** Layout */

.content-wrap [class*="block--"] {
  max-width: 100em;
  padding: 0 3.5em;
  margin: 3em auto;
}

body.slim-content .content-wrap [class*="block--"] {
  max-width: 80em;
}

body.single-stellen .content-wrap [class*="block--"] {
  padding: 0;
}

.content-wrap [class*="block--"].full {
  max-width: 100%;
}

.content-wrap [class*="block--"].pxy0 {
  padding: 0;
}

.content-wrap [class*="block--"].px0 {
  padding-left: 0;
  padding-right: 0;
}

[class*="block--"] ul {
  list-style: none;
  padding-left: 0.375em;
}

[class*="block--"] ol {
  padding-left: 1.75em;
}

[class*="block--"] ul li {
  position: relative;
  padding-left: 1.25em;
}

[class*="block--"] ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 1em;
}

/****** Image */

.content-wrap .block--single-image img {
  /* min-width: 100%; */
  max-width: min(50rem, 100%);
}

/****** Text */

.content-wrap .block--text .text-wrap {
  max-width: 50rem;
}

/****** Text & Text and Image */

.content-wrap .block--text p:first-child,
.content-wrap .block--text_and_image p:first-child {
  margin-top: 0;
}

.content-wrap .block--text p:last-child,
.content-wrap .block--text_and_image p:last-child {
  margin-bottom: 0;
}

/****** Text and Image */

.content-wrap .block--text_and_image .box-text--right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/****** Buttons */

[class*="block--"].block--buttons {
  margin-top: -1em;
}

.block--buttons > * {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 1em;
}

/****** Timetable */

.content-wrap .block--timetable {
  position: relative;
}

.content-wrap .block--timetable a:hover {
  color: var(--color__primary);
}

.content-wrap .block--timetable::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5rem;
  background: var(--color__light);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, var(--color__light)),
    to(var(--color__light))
  );
  background: -o-linear-gradient(left, var(--color__light) 25%, var(--color__light) 100%);
  background: linear-gradient(90deg, var(--color__light) 25%, var(--color__light) 100%);
  pointer-events: none;
}

/*--- Block Table - Horizonzal Overflow Wrapper */

.content-wrap .block--timetable .overflow-wrap {
  position: relative;
  overflow-x: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.content-wrap .block--timetable .overflow-wrap::-webkit-scrollbar {
  display: none;
}

.content-wrap .block--timetable table {
  min-width: 20rem;
}

.content-wrap .block--timetable table tr {
  border-bottom: 0.025rem solid var(--color__primary);
}

.content-wrap .block--timetable table tr:last-child {
  border-bottom: 0;
}

.content-wrap .block--timetable table tr:nth-child(odd) {
  /* background-color: var(--color_primary); */
}

.content-wrap .block--timetable table td,
.content-wrap .block--timetable table th,
.content-wrap .block--timetable table p {
  font-size: var(--fsize__p);
  font-weight: 400;
  text-align: left;
  padding: 0.75rem 1.75rem;
}

.content-wrap .block--timetable table th {
  border-bottom: 0.025rem solid var(--color__primary);
  background-color: var(--color__light);
}

.content-wrap .block--timetable table td {
  max-width: 19rem;
  vertical-align: baseline;
}

.content-wrap .block--timetable table td:first-child,
.content-wrap .block--timetable table th:first-child {
  padding-left: 0.75rem;
}

.content-wrap .block--timetable table td:last-child,
.content-wrap .block--timetable table th:last-child {
  padding-right: 0.75rem;
}

/******* Contact Form */

.content-wrap .block--form .form-wrap .field-wrap {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -ms-grid-column: auto;
  grid-column-start: auto;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

.content-wrap .block--form .option-wrap span,
.content-wrap .block--form span.label {
  font-family: "Good Sans Light", sans-serif;
  font-weight: 300;
  font-size: var(--fsize__p);
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: var(--color__primary);
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  width: 100%;
}

.content-wrap .block--form .grid-wrap {
  gap: 1em;
}

/* --- Radio & Checkbox */

.content-wrap .block--form .form-wrap .field-wrap.radio,
.content-wrap .block--form .form-wrap .field-wrap.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.content-wrap .block--form .form-wrap .field-wrap.radio label,
.content-wrap .block--form .form-wrap .field-wrap.checkbox label {
  margin-right: 0.5em;
}

.content-wrap .block--form .form-wrap .field-wrap.radio .option-wrap,
.content-wrap .block--form .form-wrap .field-wrap.checkbox .option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}

.content-wrap .block--form .form-wrap .field-wrap.radio .option-wrap input,
.content-wrap .block--form .form-wrap .field-wrap.checkbox .option-wrap input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.5em;
}

.content-wrap .block--form .form-wrap .success-wrap {
  padding: 2em;
}

/****** Contact persons */

.content-wrap .block--contact-person {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content-wrap .block--contact-person .portrait-box {
  height: 15rem;
}

.content-wrap .block--contact-person .grid-wrap .grid-wrap .box:first-of-type {
  padding-left: 0;
}

/****** Team */

.content-wrap .block--team .covered-image-wrap.portrait-box {
  height: 20rem;
}

/****** Video iframe */

.video-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.video-wrap iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/****** Accordion */

.content-wrap .block--accordion {
  margin-bottom: 0;
}

.content-wrap .block--accordion + .block--accordion {
  margin-top: 0.75em;
}

.content-wrap .block--accordion .accordion-content__inner [class*="block--"] {
  margin-top: 0;
  padding: 0;
}

.content-wrap .block--accordion .accordion-content {
  max-width: 50rem;
}

.accordion-content p:last-child {
  padding-bottom: 1.5em;
  margin-bottom: 0;
}

.content-wrap .block--accordion .accordion-content__inner [class*="block--"]:last-child {
  padding-bottom: 0;
  margin-bottom: 1.75em;
}

.content-wrap .block--accordion .accordion-content__inner [class*="block--"]:last-child p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-wrap {
  background-color: var(--color__primaryOpac);
  padding: 0;
}

.accordion-trigger {
  padding: 1.625em 1.5em;
  padding-right: 4em;
  position: relative;
  cursor: pointer;
}

.accordion-trigger::after {
  font-family: "Aviva Icons";
  content: "\0041";
  position: absolute;
  right: 1.5rem;
  top: 51%;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color__primary);
}

.accordion-trigger.open::after {
  content: "\0041";
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.accordion-trigger h3 {
  margin: 0;
}

.accordion-content {
  padding: 0 1.5em;
}

/* SLIDERS *******************************************************************************/

/****** General Slider Styles */

.content-wrap .slider-wrap {
  position: relative;
  padding: 0;
  max-width: min(100%, 50rem);
}

.content-wrap .slider-wrap .swiper {
  overflow: hidden;
}

.content-wrap .slider-wrap .swiper-slide {
  cursor: pointer;
}

.content-wrap .slider-wrap .swiper-slide .img-fill {
  height: 33rem;
  overflow: hidden;
  text-align: center;
  float: left;
  width: 100%;
  display: block;
  position: relative;
  background: var(--color__light);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.content-wrap .slider-wrap.small .swiper-slide .img-fill {
  height: 24em;
}

.content-wrap .slider-wrap .swiper-slide .img-fill img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  max-width: none !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-wrap .slider-wrap .swiper-slide .caption,
.slider-wrap .slider-lightbox .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1em;
  text-align: left;
}

/* --- Slider Controls */

.swiper-button-next,
.swiper-button-prev,
.lb-swiper-button-next,
.lb-swiper-button-prev {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.lb-swiper-button-next:after,
.lb-swiper-button-prev:after {
  font-family: "Good Sans Bold";
  font-weight: 700;
  font-size: var(--isize__regular);
  color: var(--color__light);
}

.swiper-button-next:after,
.lb-swiper-button-next:after {
  content: "→";
}

.swiper-button-prev:after,
.lb-swiper-button-prev:after {
  content: "←";
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 1.5rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 1.5rem;
}

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: var(--color__light);
  opacity: 0.2;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.25rem;
}

.swiper-pagination-bullet-active {
  background: var(--color__light);
  opacity: 1;
}

/****** Gallery Slider */

.content-wrap .block--gallery .swiper-button-next,
.content-wrap .block--gallery .swiper-button-prev {
  background-color: var(--color__primary);
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 4.5rem;
  height: 3.5rem;
}

.content-wrap .block--gallery .swiper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.content-wrap .block--gallery .swiper-overlay:before,
.content-wrap .block--gallery .swiper-overlay::after {
  z-index: 1;
  content: "";
  position: absolute;
  height: 100%;
  width: 10rem;
}

.content-wrap .block--gallery .swiper-overlay::before {
  left: 0;
  background: rgb(196, 19, 60);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(196, 19, 60, 0.5)),
    to(rgba(196, 19, 60, 0))
  );
  background: -o-linear-gradient(left, rgba(196, 19, 60, 0.5) 0%, rgba(196, 19, 60, 0) 100%);
  background: linear-gradient(90deg, rgba(196, 19, 60, 0.5) 0%, rgba(196, 19, 60, 0) 100%);
}

.content-wrap .block--gallery .swiper-overlay::after {
  right: 0;
  background: rgb(196, 19, 60);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(196, 19, 60, 0)),
    to(rgba(196, 19, 60, 0.5))
  );
  background: -o-linear-gradient(left, rgba(196, 19, 60, 0) 0%, rgba(196, 19, 60, 0.5) 100%);
  background: linear-gradient(90deg, rgba(196, 19, 60, 0) 0%, rgba(196, 19, 60, 0.5) 100%);
}

.content-wrap .block--gallery img {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  max-width: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
}

.content-wrap .block--gallery .swiper-pagination {
  visibility: hidden;
  pointer-events: none;
}

/*--- galler slider lightbox */

.slider-wrap .slider-lightbox {
  overflow: hidden;
}

.slider-lightbox-wrap {
  z-index: 99999;
  position: fixed;
  inset: 0;
  width: calc(100vw - var(--scrollbar-width, 0px));
  height: calc(var(--vh, 1vh) * 100);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.slider-lightbox-wrap .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color__light);
  opacity: 0.95;
}

.slider-lightbox-wrap.active {
  visibility: visible;
  pointer-events: all;
}

.slider-lightbox-wrap-close {
  z-index: 99;
  position: absolute;
  right: 2em;
  top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.slider-lightbox-wrap-close:focus {
  outline: none;
}

.slider-lightbox-wrap-close:before {
  font-family: "Aviva Icons";
  content: "\0045";
  font-size: 1.875rem;
  color: var(--color__light);
}

.slider-lightbox-wrap .slider-wrap {
  position: absolute;
  width: min(90rem, 100%);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-lightbox-wrap .img-fill {
  max-width: 100%;
  padding: 0 4em;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: calc(var(--vh, 1vh) * 75);
  height: calc(var(--vh, 1vh) * 75);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider-lightbox-wrap .img-fill img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider-lightbox-wrap .lb-swiper-button-prev,
.slider-lightbox-wrap .swiper-rtl .lb-swiper-button-next,
.slider-lightbox-wrap .lb-swiper-button-next,
.slider-lightbox-wrap .swiper-rtl .lb-swiper-button-prev,
.slider-lightbox-wrap .slider-lightbox-wrap-close {
  background-color: var(--color__primary);
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 4.5rem;
  height: 3.5rem;
}

.slider-lightbox-wrap .lb-swiper-button-prev,
.slider-lightbox-wrap .swiper-rtl .lb-swiper-button-next {
  left: 2rem;
  right: auto;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.slider-lightbox-wrap .lb-swiper-button-next,
.slider-lightbox-wrap .swiper-rtl .lb-swiper-button-prev {
  right: 2rem;
  left: auto;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.slider-lightbox-wrap .lb-swiper-pagination {
  visibility: hidden;
  pointer-events: none;
}

/* ***** Testimonial Slider */

section.testimonials .sec-wrap__inner {
  overflow: hidden;
}

section.testimonials .sec-wrap__inner::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 100%;
  background: rgb(112, 5, 127);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(112, 5, 127, 1)),
    to(rgba(112, 5, 127, 0))
  );
  background: -o-linear-gradient(left, rgba(112, 5, 127, 1) 0%, rgba(112, 5, 127, 0) 100%);
  background: linear-gradient(90deg, rgba(112, 5, 127, 1) 0%, rgba(112, 5, 127, 0) 100%);
}

section.testimonials .sec-wrap__inner::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 100%;
  background: rgb(112, 5, 127);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(112, 5, 127, 0)),
    to(rgba(112, 5, 127, 1))
  );
  background: -o-linear-gradient(left, rgba(112, 5, 127, 0) 0%, rgba(112, 5, 127, 1) 100%);
  background: linear-gradient(90deg, rgba(112, 5, 127, 0) 0%, rgba(112, 5, 127, 1) 100%);
}

.testimonials-slider .slider-wrap {
  position: relative;
  padding: 0;
}

.testimonials-slider .slider-wrap .swiper {
  overflow: hidden;
}

/* 
.testimonials-slider .slider-wrap .swiper-slide {
  cursor: pointer;
} */

/* --- Swiper Regular */

.testimonials-slider.regular .slider-wrap {
  overflow: hidden;
}

.testimonials-slider.regular .slider-wrap .swiper--regular {
  overflow: visible;
  /* width: 40rem; */
  margin: unset;
}

/* --- Swiper Infinite */

.testimonials-slider .slider-wrap .swiper--infinite {
  overflow: visible;
  /* width: 40rem; */
  margin: unset;
}

.testimonials-slider .swiper--infinite .text-wrap {
  background-color: #7d1c8b;
  min-height: 12rem;
}

/* --- Swiper Logos */

.testimonials-slider .slider-wrap .swiper--logos {
  overflow: visible;
  width: 100%;
  margin: unset;
}

.testimonials-slider .slider-wrap .swiper--logos .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.testimonials-slider .logo-wrap {
  background-color: #7d1c8b;
  /* width: 12rem; */
  opacity: 0.5;
}

.testimonials-slider .logo-wrap .contained-image-wrap {
  height: 3rem;
}

.testimonials-slider .swiper-slide-active .logo-wrap {
  opacity: 1;
}

/* --- Swiper Texts */

.testimonials-slider .slider-wrap .swiper--texts {
  width: 27rem;
  margin: unset;
}

.testimonials-slider blockquote {
  margin: 0;
}

/* .testimonials-slider blockquote .blockquote__inner:before,
.testimonials-slider blockquote .blockquote__inner:after {
  display: inline-block;
  font-family: "Good Sans Bold", sans-serif;
  font-weight: 700;
  width: 0.625em;
}

.testimonials-slider blockquote .blockquote__inner:before {
  content: "«";
}
.testimonials-slider blockquote .blockquote__inner:after {
  content: "»";
  transform: translate3d(-0.2em, 0, 0);
} */

/* --- Swiper Controls */

.testimonials-slider .swiper-controls {
  height: 4rem;
}

.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
  top: unset;
  bottom: 0;
}

.testimonials-slider .swiper-button-prev,
.testimonials-slider .swiper-rtl .swiper-button-next {
  left: 0;
}

.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-rtl .swiper-button-prev {
  right: unset;
  left: 4em;
}

/* ***** Header - Rotisserie Slider */

.header--rotisserie {
  overflow: hidden;
  border-bottom-right-radius: var(--radius__large);
}

/* --- Background */

.header--rotisserie .header__bg {
  background: rgb(0, 0, 0);
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}

/* --- Signet */

.header--rotisserie .signet-wrap {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.header--rotisserie svg.signet {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}

.header--rotisserie svg.signet path {
  stroke-width: 0;
  fill: var(--color__lightTrans);
}

/* --- Title & Text */

.header--rotisserie .slider-wrap h2,
.header--rotisserie .slider-wrap p {
  visibility: hidden;
}

/* --- Rotisserie Swiper Controls */

.header--rotisserie .swiper-controls {
  height: 2rem;
}

.header--rotisserie .swiper-button-next,
.header--rotisserie .swiper-button-prev {
  top: 1em;
  bottom: unset;
}

.header--rotisserie .swiper-button-prev,
.header--rotisserie .swiper-rtl .swiper-button-next {
  left: 0;
}

.header--rotisserie .swiper-button-next,
.header--rotisserie .swiper-rtl .swiper-button-prev {
  right: unset;
  left: 4em;
}

/* ***** Stellen Slider */

section.__stellen-slider .sec-wrap__inner {
  overflow: hidden;
}

section.__stellen-slider .sec-wrap__inner::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

section.__stellen-slider .sec-wrap__inner::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.stellen-slider .slider-wrap {
  position: relative;
  padding: 0;
}

.stellen-slider .slider-wrap .swiper-slide {
  cursor: pointer;
}

.stellen-slider .slider-wrap .swiper--stellen {
  overflow: visible;
  /* width: 20rem; */
  margin: unset;
}

/* --- Swiper Controls */

.stellen-slider .swiper-controls {
  height: 4rem;
}

.stellen-slider .swiper-button-next,
.stellen-slider .swiper-button-prev {
  top: unset;
  bottom: 0;
}

.stellen-slider .swiper-button-prev,
.stellen-slider .swiper-rtl .swiper-button-next {
  left: 0;
}

.stellen-slider .swiper-button-next,
.stellen-slider .swiper-rtl .swiper-button-prev {
  right: unset;
  left: 4em;
}

.stellen-slider .swiper-button-next:after,
.stellen-slider .swiper-button-prev:after {
  color: var(--color__primary);
}

/******* Quote Slider */

.content-wrap .block--quote-slider .quote-wrap__inner blockquote {
  margin: 0;
}

.content-wrap .block--quote-slider .swiper-wrapper.disabled {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.content-wrap .block--quote-slider .quote-wrap {
  min-height: 6.25em;
  padding: 2.5em 5em;
  position: relative;
}

.content-wrap .block--quote-slider .swiper {
  padding-top: 3em;
  margin-top: -3em;
}

.content-wrap .block--quote-slider .quote-wrap::after {
  content: '"';
  position: absolute;
  z-index: 1;
  font-style: italic;
  right: 0;
  top: 0;
  font-size: 20rem;
  width: 10rem;
  height: 10rem;
  -webkit-transform: translate3d(0, 4rem, 0);
  transform: translate3d(0, 4rem, 0);
  pointer-events: none;
  color: var(--color__accent);
}

.content-wrap .block--quote-slider .quote-wrap__inner {
  width: min(25rem, 95%);
}

.content-wrap .block--quote-slider .quote-wrap p {
  margin-top: 0;
}

.content-wrap .block--quote-slider .box-portrait {
  width: 100%;
}

.content-wrap .block--quote-slider .box-portrait .covered-image-wrap {
  min-height: 25em;
}

.content-wrap .block--quote-slider .box-portrait ~ .box-quote .quote-wrap {
  min-height: 25em;
}

.content-wrap .block--quote-slider .box:nth-of-type(1) {
  padding-right: 0;
  margin: 0 auto;
}

.content-wrap .block--quote-slider .box:nth-of-type(2) {
  padding-left: 0;
}

.content-wrap .block--quote-slider .box--middleHeight .quote-wrap {
  min-height: 25em;
}

.content-wrap .block--quote-slider .box--middleHeight.box-quote {
  margin-bottom: 0;
}

/* HEADER SCENE COMPONENTS *******************************************************************************/

[class*="header--"] {
  position: relative;
  padding-top: 6em; /* space to nav */
}

[class*="header--"].pt0 {
  padding-top: 0;
}

.header__inner {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100em;
  margin: 0 auto;
  padding: 5em 3.5em;
}

.header__inner.pxy0 {
  padding: 0;
}

.header__inner.pb0 {
  padding-bottom: 0;
}

.header__inner.slim {
  max-width: 80em;
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__bg.full .covered-image-wrap::after {
  width: 100%;
}

.header__bg .covered-image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(80%, rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}

.header__bg.gradient--primaryDark .covered-image-wrap::after {
  height: min(30rem, 30vh);
  bottom: 0;
  top: unset;
  background: rgb(127, 0, 12);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(127, 0, 12, 0)),
    to(rgba(127, 0, 12, 1))
  );
  background: -o-linear-gradient(top, rgba(127, 0, 12, 0) 0%, rgba(127, 0, 12, 1) 100%);
  background: linear-gradient(180deg, rgba(127, 0, 12, 0) 0%, rgba(127, 0, 12, 1) 100%);
}

/* ***** Header - Home */

.header--home {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--home .header__bg {
  height: calc(100% + 5em);
}

/* ***** Header - BG-Image */

.header--bg-img .img-wrap {
  height: 30rem;
  width: 100%;
}

.header--bg-img .covered-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ***** Header - Aktuell */

.header--aktuell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: min(45rem, 80vh);
  overflow: visible;
}

/* --- Floating Box (Author) */

.header--aktuell .floating-box {
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: -5rem;
  width: 100%;
  height: auto;
}

.header--aktuell .floating-box img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

/* ***** Header - Stellen */

/* --- Info Box */

.info-box-wrap {
  position: relative;
  height: 100%;
}

.info-box {
  position: relative;
}

.info-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.5rem);
}

/* ***** Header - Text BG-Image */

.header--text-bg-img .header__inner {
  background: transparent;
  min-height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--text-bg-img h1.title {
  z-index: 1;
  position: relative;
  margin: 0;
}

.header--text-bg-img .covered-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ONLY DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
02. Components
*/

@media only screen and (min-width: 55em) {
  /* .testimonials-slider.regular .slider-wrap::after {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8em;
    height: 100%;
    background: rgb(112, 5, 127);
    background: linear-gradient(90deg, rgba(112, 5, 127, 0) 0%, rgba(112, 5, 127, 1) 100%);
  } */
}

/* MINI-DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
02. Components
*/

@media only screen and (max-width: 80em) {
}

/* TABLET //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
02. Components
*/

@media only screen and (max-width: 55em) {
  /*
  -----------------------------------------------------------------------------

  01. Inner Content

  -----------------------------------------------------------------------------
  */

  /* ***** Testimonial Slider */

  section.testimonials .sec-wrap__inner::before,
  section.testimonials .sec-wrap__inner::after {
    width: 2em;
  }

  /* ***** Stellen Slider */

  section.__stellen-slider .sec-wrap__inner::before,
  section.__stellen-slider .sec-wrap__inner::after {
    width: 2em;
  }

  /* SINGLE POST *******************************************************************************/

  /*  IMPRINT + DATA PRIVACY *******************************************************************************/

  /* SECTION | Image Text *******************************************************************************/

  section.block--half-img-text .covered-image-wrap {
    height: 30rem;
    margin-top: -5em;
  }

  /*
  -----------------------------------------------------------------------------

  02. Components

  -----------------------------------------------------------------------------
  */

  /* ***** Layout */

  .content-wrap [class*="block--"] {
    margin: 3.5em auto;
  }

  /* ***** Text and Image */

  .content-wrap .block--text_and_image .box-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* ***** Gallery Slider */

  .content-wrap .slider-wrap .swiper-slide .img-fill,
  .content-wrap .slider-wrap.small .swiper-slide .img-fill {
    height: 62vw;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    /* left: 0; */
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    /* right: 0; */
  }

  /* ***** Accordion */

  .content-wrap .block--accordion {
    margin-bottom: 0;
  }

  /* ***** Quote Slider */

  .content-wrap .block--quote-slider .swiper {
    padding-top: 5em;
  }

  .content-wrap .block--quote-slider .box-portrait ~ .box-quote .quote-wrap {
    min-height: auto;
  }

  /* HEADER SCENE COMPONENTS *******************************************************************************/

  [class*="header--"] {
    padding-top: 0; /* space to nav */
  }

  .header__inner {
    padding: 5em 3.5em;
  }

  .header__bg.gradient--light .covered-image-wrap::after {
    height: 44rem;
    bottom: 0;
    top: unset;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(127, 0, 12, 0)),
      color-stop(80%, rgb(255, 255, 255))
    );
    background: -o-linear-gradient(top, rgba(127, 0, 12, 0) 0%, rgb(255, 255, 255) 80%);
    background: linear-gradient(180deg, rgba(127, 0, 12, 0) 0%, rgb(255, 255, 255) 80%);
    width: 100%;
  }

  /* ***** Header - Rotisserie Slider */

  /* --- Background */

  .header--rotisserie .header__bg {
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%);
  }

  /* --- Signet */

  .header--rotisserie .signet-wrap {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 10vw;
  }

  .header--rotisserie svg.signet {
    position: absolute;
    left: -10vw;
    width: 110vw;
    height: auto;
  }

  /* ***** Header - Home */

  .header--home {
    height: calc(100vh - 5rem);
    height: calc(var(--vh, 1vh) * 100 - 5rem);
  }

  .header--home {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* ***** Header - BG-Image */

  .header--bg-img .img-wrap {
    height: 20rem;
    width: 100%;
  }

  /* ***** Header - Text BG-Image */

  .header--text-bg-img .sec-wrap__inner {
    min-height: 20rem;
  }
}

/* MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
02. Components
*/

@media only screen and (max-width: 36em) {
  /*
  -----------------------------------------------------------------------------

  01. Inner Content

  -----------------------------------------------------------------------------
  */

  /****** Layout */

  .content-wrap [class*="block--"] {
    margin: 2.75em auto;
    padding: 0 2.5em;
  }

  /* SINGLE POST *******************************************************************************/

  /*  IMPRINT + DATA PRIVACY *******************************************************************************/

  /*
  -----------------------------------------------------------------------------

  02. Components

  -----------------------------------------------------------------------------
  */

  /****** Gallery slider */

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 1rem;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 1rem;
  }

  .slider-lightbox-wrap .img-fill {
    max-width: 90%;
  }

  .slider-lightbox-wrap .swiper-button-prev,
  .slider-lightbox-wrap .swiper-rtl .swiper-button-next {
    left: 2.5rem;
  }

  .slider-lightbox-wrap .swiper-button-next,
  .slider-lightbox-wrap .swiper-rtl .swiper-button-prev {
    right: 2.5rem;
  }

  .content-wrap .block--gallery .swiper-button-next,
  .content-wrap .block--gallery .swiper-button-prev {
    width: 3.75rem;
    height: 3.25rem;
  }

  /****** Accordion */

  .content-wrap .block--accordion {
    margin-bottom: 0;
  }

  /****** Quote Slider */

  .content-wrap .block--quote-slider .slider::after {
    right: 0;
    font-size: 15rem;
  }

  .content-wrap .block--quote-slider .quote-wrap__inner {
    width: 100%;
  }

  .content-wrap .block--quote-slider .box-portrait .covered-image-wrap {
    min-height: 62vw;
  }

  .content-wrap .block--quote-slider .quote-wrap::after {
    font-size: 15rem;
    -webkit-transform: translate3d(2rem, 4rem, 0);
    transform: translate3d(2rem, 4rem, 0);
  }

  /****** Accordion */

  .accordion-trigger {
    padding: 1em 3.5em 1em 1.25em;
  }

  .accordion-trigger::after {
    font-size: 1.5rem;
  }

  .accordion-content {
    padding: 0 1.25em;
  }

  .accordion-content p:last-child {
    padding-bottom: 1.25em;
  }

  .content-wrap .block--accordion .accordion-content__inner [class*="block--"]:last-child {
    margin-bottom: 1.25em;
  }

  /****** Swiper */
  .stellen-slider .swiper-slide {
    width: 65vw;
  }

  /* HEADER SCENE COMPONENTS *******************************************************************************/

  .header__inner {
    padding: 5em 2.5em;
  }

  /* ***** Header - Home */

  .header--home {
    height: calc(100vh - 3rem);
    height: calc(var(--vh, 1vh) * 100 - 3rem);
  }

  .header--home .covered-image-wrap.center-top img {
    object-position: 75% 50%;
    -o-object-position: 75% 50%;
  }

  /* ***** Header - Title Intro */

  .header--title-intro h1.title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  /* ***** Header - Aktuell */

  /* --- Floating Box (Author) */

  .header--aktuell .floating-box {
    width: calc(100% - 5em);
    bottom: -6.5rem;
  }

  .header--aktuell .floating-box .contained-image-wrap {
    width: 8rem;
  }
}

/* MINI-MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Inner Content
02. Components
*/

@media only screen and (max-width: 27em) {
  /*
  -----------------------------------------------------------------------------

  01. Inner Content

  -----------------------------------------------------------------------------
  */

  /* SECTION | TABS *******************************************************************************/

  /* ***** Tabs */

  /* --- Tab Trigger */

  section.tabs .tab-title {
    font-size: var(--fsize__p);
  }

  /* SINGLE POST *******************************************************************************/

  /*  IMPRINT + DATA PRIVACY *******************************************************************************/

  /*
  -----------------------------------------------------------------------------

  02. Components

  -----------------------------------------------------------------------------
  */
}

/* SPECIAL BREAKPOINTS //////////////////////////////////////////////////////// */
