/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/css/frontend.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =============================================================== *\
   UD Image Rotator – Frontend Styles
   Zweck: Sichtbare Darstellung im Live-Frontend
   (Keine Editor-spezifischen Hilfen)
\* =============================================================== */
.ud-image-rotator-block {
  position: relative;
  padding: 0;
  /* === Bildbereich === */
  /* === Textbereich === */
  /* === Buttonbereich === */
}
.ud-image-rotator-block__image-wrapper {
  position: relative;
}
.ud-image-rotator-block__image-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.ud-image-rotator-block__text-wrapper {
  opacity: 0;
  position: absolute;
  bottom: 10vh;
  left: 0;
  background: var(--wp--preset--color--accent-500, #f2f2f2);
  color: var(--wp--preset--color--neutral-100, white);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.5em 1em;
  padding-right: 60px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  display: flex;
  align-items: center;
  gap: 1em;
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1.25em;
}
.ud-image-rotator-block__text-wrapper p,
.ud-image-rotator-block__text-wrapper .ud-image-rotator-block__text {
  margin: 0;
  flex: 1;
  color: inherit;
  font: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  cursor: text;
}
.ud-image-rotator-block__text-wrapper .ud-image-rotator-block__text {
  font-weight: 700;
  line-height: 1.25em;
  font-size: clamp(1.5rem, 4vw, 200%);
}
.ud-image-rotator-block__button-wrapper {
  position: absolute;
  top: 3vw;
  right: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background-color: var(--wp--preset--color--highlight-500, yellow);
  color: var(--wp--preset--color--accent-500, black);
  border-radius: 200px;
  aspect-ratio: 1/1;
  box-shadow: var(--wp--preset--shadow--light, 0 2px 6px rgba(0, 0, 0, 0.15));
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ud-image-rotator-block__button-wrapper a.button {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 0.5em;
  text-align: center;
  line-height: 1em;
}
.ud-image-rotator-block__button-wrapper a.button .line1 {
  font-weight: 700;
}
.ud-image-rotator-block__button-wrapper a.button .line2 {
  font-size: 0.88em;
}
.ud-image-rotator-block__button-wrapper a.button:hover {
  background: transparent;
  border-color: transparent;
  color: inherit;
}
@media screen and (max-width: 600px) {
  .ud-image-rotator-block__button-wrapper a.button .line1 {
    font-size: 0.88em;
  }
  .ud-image-rotator-block__button-wrapper a.button .line2 {
    font-size: 0.68em;
  }
}
@media screen and (max-width: 600px) {
  .ud-image-rotator-block__button-wrapper {
    aspect-ratio: unset;
    margin-top: 1em;
    padding: 0.44em;
  }
}

/* =============================================================== *\
   Responsive Anpassungen für Textbereich
\* =============================================================== */
@media screen and (max-width: 1000px) {
  .ud-image-rotator-block__text-wrapper {
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .ud-image-rotator-block__text-wrapper {
    max-width: 90%;
    padding-right: 20px;
    font-size: 25px;
  }
}
/* =============================================================== *\
   Full-Width Darstellung (alignfull)
\* =============================================================== */
body:not(.block-editor-page) .alignfull.ud-image-rotator-block {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
body:not(.block-editor-page) .alignfull.ud-image-rotator-block .ud-image-rotator-block__image-wrapper {
  width: 100%;
}
body:not(.block-editor-page) .alignfull.ud-image-rotator-block .ud-image-rotator-block__image-wrapper img {
  min-height: 70vh;
  max-height: 80vh;
}

/*# sourceMappingURL=frontend-style.css.map*/