[data-astro-cid-tqz7icb5][data-state="closed"] [data-astro-cid-tqz7icb5][data-content] {
  pointer-events: none;
}

[data-astro-cid-tqz7icb5][data-state="open"] [data-astro-cid-tqz7icb5][data-content] {
  pointer-events: all;
  margin-top: var(--yf-space-s);
}

[data-astro-cid-tqz7icb5][data-header] {
  cursor: pointer;
}

[data-astro-cid-tqz7icb5][data-content] {
  height: 0;
  opacity: 0;
}

[data-astro-cid-tqz7icb5][data-indicator] {
  position: relative;
  width: var(--yf-text-l);
  height: var(--yf-text-l);
}

[data-astro-cid-tqz7icb5][data-indicator] span[data-astro-cid-tqz7icb5] {
  position: absolute;
  width: 100%;
  top: calc(50% - 2px);
  height: 4px;
  background-color: var(--yf-clr-pri);
  border-radius: var(--yf-radius-f);
}

[data-astro-cid-tqz7icb5][data-indicator] span[data-astro-cid-tqz7icb5]:nth-child(2) {
  transform: rotate(90deg);
}
.slider-container[data-astro-cid-pi6e5fgp] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

[data-astro-cid-pi6e5fgp][data-action="next"], [data-astro-cid-pi6e5fgp][data-action="back"], [data-astro-cid-pi6e5fgp][data-action="toggleAutoPlay"] {
  appearance: none;
  border: 0;
  padding: var(--yf-space-m);
  border-radius: var(--yf-radius-f);
  width: 44px;
  height: 44px;
  cursor: not-allowed;
  display: grid;
  place-content: center;
}

[data-astro-cid-pi6e5fgp][data-action="next"] svg[data-astro-cid-pi6e5fgp], [data-astro-cid-pi6e5fgp][data-action="back"] svg[data-astro-cid-pi6e5fgp], [data-astro-cid-pi6e5fgp][data-action="toggleAutoPlay"] svg[data-astro-cid-pi6e5fgp] {
  width: var(--yf-text-m);
  height: var(--yf-text-m);
}

[data-astro-cid-pi6e5fgp][data-slider-controls] {
  opacity: .5;
  cursor: not-allowed;
}

[data-astro-cid-pi6e5fgp][data-slider-controls] #slider-timeline[data-astro-cid-pi6e5fgp] {
  display: grid;
  place-content: center;
  border-radius: var(--yf-radius-f);
}

[data-astro-cid-pi6e5fgp][data-slider-controls] #slider-timeline[data-astro-cid-pi6e5fgp] #slide-selection[data-astro-cid-pi6e5fgp] {
  display: flex;
  gap: var(--yf-space-s);
  position: relative;
}

[data-astro-cid-pi6e5fgp][data-slider-controls] #slider-timeline[data-astro-cid-pi6e5fgp] #slide-selection[data-astro-cid-pi6e5fgp] div[data-astro-cid-pi6e5fgp] {
  width: 10px;
  height: 10px;
  appearance: none;
  border: 0;
  border-radius: var(--yf-radius-f);
}

[data-astro-cid-pi6e5fgp][data-slider-controls] #slider-timeline[data-astro-cid-pi6e5fgp] #slide-selection[data-astro-cid-pi6e5fgp] #slide-indicator[data-astro-cid-pi6e5fgp] {
  position: absolute;
  background-color: var(--yf-clr-sec-d-3);
  width: 10px;
  height: 10px;
  border-radius: var(--yf-radius-f);
  z-index: 1;
}

[data-astro-cid-pi6e5fgp][data-slider-content] {
  width: 100%;
  height: 100%;
}
yf-location-map-slider[data-astro-cid-g5d4zwas] {
  width: calc(100vw - 2 * var(--yf-space-m));
  max-width: calc(var(--yf-max-screen-width) - 2 * var(--yf-space-m));
  height: inherit;
  border-radius: var(--yf-radius-m);
}

@media screen and (width >= 992px) {
  yf-location-map-slider[data-astro-cid-g5d4zwas] {
    flex-direction: row;
    display: flex;
  }
}

yf-location-map-slider[data-astro-cid-g5d4zwas] #standort-map[data-astro-cid-g5d4zwas] {
  z-index: 1;
  position: relative;
  height: 300px;
  width: 100%;
}

@media screen and (width >= 992px) {
  yf-location-map-slider[data-astro-cid-g5d4zwas] #standort-map[data-astro-cid-g5d4zwas] {
    height: 100%;
  }
}

yf-location-map-slider[data-astro-cid-g5d4zwas] #standort-map[data-astro-cid-g5d4zwas] yf-map[data-astro-cid-g5d4zwas] {
  width: inherit;
  height: inherit;
}

yf-location-map-slider[data-astro-cid-g5d4zwas] .standort-info[data-astro-cid-g5d4zwas] {
  width: 100%;
}
.staff-info[data-astro-cid-nck7dfyx] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--yf-space-xs);
  align-items: center;
  text-align: center;
  justify-content: center;
}

.staff-info[data-astro-cid-nck7dfyx] .academic-title[data-astro-cid-nck7dfyx], .staff-info[data-astro-cid-nck7dfyx] .job-title[data-astro-cid-nck7dfyx] {
  line-height: 1.2 !important;
}

.staff-image[data-astro-cid-nck7dfyx] {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

@media screen and (width <= 768px) {
  .staff-image[data-astro-cid-nck7dfyx] {
    aspect-ratio: 1;
  }
}
.yf-btn {
        --btn-shrink: 0.95;
        --shadow-size: 0px;
        --shadow-color: var(--yf-clr-sec);
        --after-opacity: 0;

        position: relative;

        &::after {
            transition:
                    opacity 100ms linear,
                    box-shadow 250ms ease-in-out,
                    scale 75ms ease-in-out;

            content: '';
            position: absolute;
            inset: 0;
            border-radius: inherit;
            opacity: var(--after-opacity);
            box-shadow: 0 0 0px var(--shadow-size) var(--shadow-color);
        }
    }

    .yf-btn:is(:hover, :focus-visible) {
        --shadow-size: 5px;
        --after-opacity: 1;

        scale: var(--btn-shrink);
        transform: none;
    }

    .yf-btn.secondary {
        --shadow-color: var(--yf-clr-pri-l-2);
    }
    .yf-btn.accent {
        --shadow-color: var(--yf-clr-pri);
    }.card-container[data-astro-cid-h5qof5mk] {
  container: card-container / inline-size;
  display: block;
}

.yf-card[data-astro-cid-h5qof5mk] {
  display: flex;

  & .card-content > [data-astro-cid-h5qof5mk] {
    max-width: 55ch;
  }

  & .card-image-container {
    display: contents;

    & img {
      width: 100%;
      object-fit: cover;
      max-height: 250px;
    }
  }
}

.yf-card[data-astro-cid-h5qof5mk][data-responsive="false"] {
  &[data-image-pos="left"] {
    flex-direction: row;
  }

  &[data-image-pos="right"] {
    flex-direction: row-reverse;
  }

  &[data-image-pos="top"] {
    flex-direction: column;
  }

  &[data-image-pos="bottom"] {
    flex-direction: column-reverse;
  }
}

.yf-card[data-astro-cid-h5qof5mk][data-responsive="true"] {
  &[data-image-pos="left"] {
    flex-direction: column;
  }

  &[data-image-pos="right"] {
    flex-direction: column-reverse;
  }

  &[data-image-pos="top"] {
    flex-direction: column;
  }

  &[data-image-pos="bottom"] {
    flex-direction: column-reverse;
  }
}

@container card-container (width > 55ch) {
  .yf-card[data-astro-cid-h5qof5mk][data-responsive="true"] {
    & .card-image-container {
      display: block;
      width: 100%;
      max-width: 50%;
      min-height: 100%;

      & img {
        width: 100%;
      }
    }
  }

  .yf-card[data-astro-cid-h5qof5mk][data-responsive="true"] {
    &[data-image-pos="left"] {
      flex-direction: row !important;
    }

    &[data-image-pos="right"] {
      flex-direction: row-reverse !important;
    }

    &[data-image-pos="top"] {
      flex-direction: row !important;
    }

    &[data-image-pos="bottom"] {
      flex-direction: row-reverse !important;
    }
  }
}
.faq-image[data-astro-cid-dcey3tpb] {
  max-height: 625px;
}

@media screen and (width <= 768px) {
  .faq-image[data-astro-cid-dcey3tpb] {
    max-height: 300px;
  }
}
.service-container[data-astro-cid-ks4enjmf]:not(:has( > ul)) {
  @media (width >= 768px) {
    grid-template-columns: var(--yf-columns-2);
  }

  @media (width >= 1401px) {
    grid-template-columns: var(--yf-columns-3);
  }
}
iframe[data-astro-cid-7gccvl2q] {
  height: 50svh;
  max-height: 50svh;
}
@media screen and (width <= 480px) {
  .doc-container[data-astro-cid-j6e35vv7] {
    column-gap: 0;
  }
}
