section.branchen {
  background-color: var(--gray4);
  overflow: hidden;
}
section.branchen .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
section.branchen .headline {
  text-align: center;
}
section.branchen .headline > * {
  margin-block: 0;
}
section.branchen .dialogs {
  position: relative;
  z-index: 1;
}
section.branchen .popup-container.swiper {
  max-width: 100%;
  overflow: visible;
}
section.branchen .popup-container.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}
section.branchen .popup-container.swiper .swiper-wrapper:not([aria-live]) {
  gap: 16px;
}
section.branchen .popup-container.swiper .swiper-wrapper .popup {
  width: 300px;
  cursor: pointer;
  height: auto;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 25px;
  isolation: isolate;
  position: relative;
  color: var(--gray2);
  font-weight: normal;
  transition: transform 0.1s ease-in;
  gap: 8px;
  padding-bottom: 112px;
  background-color: var(--white);
  border-radius: 8px;
}
section.branchen .popup-container.swiper .swiper-wrapper .popup:last-child {
  margin-right: 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  section.branchen .popup-container.swiper .swiper-wrapper .popup:hover {
    z-index: 1;
    transform: scale(1.02);
    transition: transform 0.1s ease-out;
  }
}
section.branchen .popup-container.swiper .swiper-wrapper .popup::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--gray2);
  background-image: url("/wp-content/themes/fsm/partials/branchen/img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
section.branchen .popup-container.swiper .swiper-wrapper .popup > * {
  margin-block: 0;
}
section.branchen .popup-container.swiper .swiper-wrapper .popup img {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}
section.branchen .popup-container.swiper .swiper-wrapper .b2 {
  opacity: 0.6;
  max-width: 310px;
}
section.branchen .popup-container.swiper .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
section.branchen .popup-container.swiper .swiper-navigation .swiper-button-next, section.branchen .popup-container.swiper .swiper-navigation .swiper-button-prev {
  position: static;
  background-color: rgba(0, 0, 0, 0.06);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}
section.branchen .popup-container.swiper .swiper-navigation .swiper-button-next::after, section.branchen .popup-container.swiper .swiper-navigation .swiper-button-prev::after {
  content: none;
}
section.branchen .popup-container.swiper .swiper-navigation .swiper-button-next svg {
  margin-left: 3px;
}
section.branchen .popup-container.swiper .swiper-navigation .swiper-button-prev svg {
  margin-right: 3px;
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/cdafdb751c1fb3e9c70d7fee66e641798bd22a47.css.map */