.dotadopt-flow-bild-block {
  position: relative;
  width: 100vw;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #355ae0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0;
  transition: min-height 0.15s;
}

.dotadopt-flow-bild-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
}

.dotadopt-flow-bild-content {
  position: relative;
  z-index: 2;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dotadopt-flow-bild-circle {
  width: 67vw;
  height: 67vw;
  max-width: 900px;
  max-height: 900px;
  border-radius: 50%;
  position: relative;
  left: -8vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 2px 32px 0 rgba(31,41,61,0.11);
  transition: background 0.15s;
  background: transparent;
}

.dotadopt-flow-bild-inner {
  margin-left: 8vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 40vw;
  padding-left: 60px !important;
  max-width: 550px;
}

.dotadopt-flow-bild-intro {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  opacity: 0.75;
  margin-bottom: 1vw;
}

.dotadopt-flow-bild-headline {
  margin: 0 0 0.5vw 0;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.08);
  display: flex;
  color: #fff;
  flex-direction: column;
}
.dotadopt-flow-bild-headline-line {
  display: block;
  font-weight: 700;
}

.dotadopt-flow-bild-subline {
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 2vw 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.09);
  white-space: normal;
  color: #fff;
}
.dotadopt-flow-bild-subline strong,
.dotadopt-flow-bild-subline b {
  font-weight: bold;
  color: #fff;
}
.dotadopt-flow-bild-subline em,
.dotadopt-flow-bild-subline i {
  font-style: italic;
}
.dotadopt-flow-bild-subline a {
  color: #fff;
  text-decoration: underline;
}

/* Button Styles */
.dotadopt-flow-bild-button-row {
  display: flex;
  align-items: center;
  margin-top: 1vw;
  gap: 0;
}

.dotadopt-flow-bild-button-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  border-radius: 0px;
  transition: outline 0.2s;
  padding: 0;
  gap: 0;
}

.dotadopt-flow-bild-button-link:focus-visible {
  outline: 3px dashed #ff8200;
  outline-offset: 6px;
}

.dotadopt-flow-bild-button-link:focus:not(:focus-visible) {
  outline: none;
}

.dotadopt-flow-bild-button-rect {
  background: #181d24;
  color: #fff;
  font-family: 'Inter', 'Arial', sans-serif;
  padding: 15px 44px 15px 28px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  min-width: 140px;
  justify-content: center;
  height: 54px;
  box-shadow: none;
  border: none;
  position: relative;
  transition: background 0.2s, border-radius 0.2s, color 0.2s;
}

.dotadopt-flow-bild-button-text {
  color: inherit;
  position: relative;
  z-index: 1;
  padding: 0 4px;
  border-radius: 2px;
  font-family: inherit;
  margin: 0;
  line-height: 1;
}

/* Icon-Kreis */
.dotadopt-flow-bild-button-circle {
  background: #ff8200;
  width: 80px;
  height: 80px;
  min-width: 54px;
  min-height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  transition: background 0.13s, border-radius 0.25s, box-shadow 0.18s;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.dotadopt-flow-bild-button-circle svg {
  width: 48px;
  height: 48px;
  display: block;
  transition: transform 0.18s, stroke 0.2s;
  stroke: #fff;
}

.dotadopt-flow-bild-button-circle img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.dotadopt-flow-bild-button-rect {
  border-radius: 0;
  box-shadow: none;
}
.dotadopt-flow-bild-button-circle {
  border-radius: 50%;
}

.dotadopt-flow-bild-button-link:hover .dotadopt-flow-bild-button-rect {
  background: #181d3a;
  color: #4266f5;
  border-radius: 32px;
}
.dotadopt-flow-bild-button-link:hover .dotadopt-flow-bild-button-text {
  color: #4266f5;
}
.dotadopt-flow-bild-button-link:hover .dotadopt-flow-bild-button-circle {
  background: #ff8200;
  border-radius: 0;
  box-shadow: 0 2px 16px 0 rgba(31,41,61,0.12);
}
.dotadopt-flow-bild-button-link:hover .dotadopt-flow-bild-button-circle svg,
.dotadopt-flow-bild-button-link:hover .dotadopt-flow-bild-button-circle img {
  transform: translateX(3px) rotate(10deg);
}

.dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-rect,
.dotadopt-flow-bild-button-link[aria-pressed="true"] .dotadopt-flow-bild-button-rect {
  background: #181d3a;
  color: #4266f5;
  border-radius: 0;
}
.dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-text,
.dotadopt-flow-bild-button-link[aria-pressed="true"] .dotadopt-flow-bild-button-text {
  color: #4266f5;
}
.dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-circle,
.dotadopt-flow-bild-button-link[aria-pressed="true"] .dotadopt-flow-bild-button-circle {
  background: #ff8200;
  border-radius: 50%;
}
.dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-circle svg,
.dotadopt-flow-bild-button-link[aria-pressed="true"] .dotadopt-flow-bild-button-circle svg,
.dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-circle img,
.dotadopt-flow-bild-button-link[aria-pressed="true"] .dotadopt-flow-bild-button-circle img {
  transform: none;
}

.dotadopt-flow-bild-button-link .dotadopt-flow-bild-button-text::selection {
  background: #4266f5;
  color: #fff;
}

.dotadopt-flow-bild-button-rect:focus,
.dotadopt-flow-bild-button-circle:focus {
  outline: none;
}

.dotadopt-flow-bild-icon {
  display: block;
  max-width: 64px;
  max-height: 64px;
  margin-bottom: 1.2vw;
}

/* ==== Responsive Anpassung: Mobil ==== */
@media (max-width: 900px) {
  .dotadopt-flow-bild-block {
    min-height: 100vh;
    background-image: url('/wp-content/uploads/2025/07/convertion-background_mobile@2x.png') !important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    flex-direction: column;
    padding: 0;
  }
  .dotadopt-flow-bild-overlay {
    background: transparent;
  }
  .dotadopt-flow-bild-content {
    flex-direction: column;
    width: 100vw;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 0;
    min-height: 0;
  }
  .dotadopt-flow-bild-circle {
    display: none !important;
  }
  .dotadopt-flow-bild-inner {
    margin-left: 0;
    margin-top: 0;
    width: 100vw;
    max-width: 100vw;
    gap: 0;
    padding: 32px 24px 0 24px !important;
    box-sizing: border-box;
  }
  .dotadopt-flow-bild-intro {
    font-size: var(--da-intro-font-size-mobile, 13px);
    font-weight: var(--da-intro-font-weight-mobile, 400);
    color: #1e2e54;
    margin-bottom: 12px;
    letter-spacing: 0.07em;
    opacity: 1;
  }
  .dotadopt-flow-bild-headline {
    font-size: var(--da-headline-font-size-mobile, 40px);
    font-weight: var(--da-headline-font-weight-mobile, 700);
    color: #fff;
    line-height: 1.13;
    margin-bottom: 16px;
    text-shadow: none;
  }
  .dotadopt-flow-bild-subline {
    font-size: var(--da-subline-font-size-mobile, 15px);
    font-weight: var(--da-subline-font-weight-mobile, 400);
    color: #e8e9fa;
    margin-bottom: 28px;
    line-height: 1.7;
    white-space: normal;
    text-shadow: none;
  }
  .dotadopt-flow-bild-button-row {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    justify-content: flex-start;
  }
  .dotadopt-flow-bild-button-rect {
    font-size: var(--da-button-font-size-mobile, 17px);
    font-weight: var(--da-button-font-weight-mobile, 500);
    min-width: auto;
    padding: 10px 30px 10px 18px;
    height: 44px;
    border-radius: 0px;
  }
  .dotadopt-flow-bild-button-circle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .dotadopt-flow-bild-button-circle svg,
  .dotadopt-flow-bild-button-circle img {
    width: 24px;
    height: 24px;
  }
}

/* Button Text wird bei Hover zu "I need it!" (nur Desktop, Mobil kein Effekt) */
@media (min-width: 901px) {
  .dotadopt-flow-bild-button-link:hover .dotadopt-flow-bild-button-text::after {
    content: "I need it!";
    color: #4266f5;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: inherit;
    z-index: 2;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    pointer-events: none;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dotadopt-flow-bild-button-link:hover .dotadopt-flow-bild-button-text {
    color: transparent !important;
    position: relative;
  }
  .dotadopt-flow-bild-button-link:focus-visible .dotadopt-flow-bild-button-text::after,
  .dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-text::after {
    content: "I need it!";
    color: #4266f5;
  }
  .dotadopt-flow-bild-button-link:focus-visible .dotadopt-flow-bild-button-text,
  .dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-text {
    color: transparent !important;
    position: relative;
  }
}

/* Optional: Fokus und Active zeigen weiterhin den "I need it!" Text */
.dotadopt-flow-bild-button-link:focus-visible .dotadopt-flow-bild-button-text::after,
.dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-text::after {
  content: "I need it!";
  color: #4266f5;
}

.dotadopt-flow-bild-button-link:focus-visible .dotadopt-flow-bild-button-text,
.dotadopt-flow-bild-button-link:active .dotadopt-flow-bild-button-text {
  color: transparent !important;
  position: relative;
}

/* Kein Versatz/Animation! */
.dotadopt-flow-bild-button-circle svg {
  transform: none !important;
}

.dotadopt-flow-bild-button-circle img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}