.teaser-rundes-bild-block {
  width: 100%;
  display: flex;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.teaser-rundes-bild-block .headlines h2 {
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D8A544;
  margin-bottom: 0.5rem;
}
.teaser-rundes-bild-block .headlines h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.teaser-rundes-bild-block .headlines h3.subline {
  font-family: "Sarabun", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 400;
  color: #ECC879;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.teaser-rundes-bild-block .text-block {
  margin-top: 1rem;
}
.teaser-rundes-bild-block .text-block p {
  color: rgba(255, 255, 255, 0.65);
}
.teaser-rundes-bild-block .list-elements ul {
  margin: 0.75rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.teaser-rundes-bild-block .list-elements ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}
.teaser-rundes-bild-block .list-elements ul li::before {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: #D8A544;
  box-shadow: 0 0 0 3px rgba(216, 165, 68, 0.18);
}
.teaser-rundes-bild-block .wp-block-button {
  margin-top: 1.5rem;
}
.teaser-rundes-bild-block .image {
  position: relative;
  padding: 16px;
  flex-shrink: 0;
}
.teaser-rundes-bild-block .image::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(216, 165, 68, 0.22);
  border-radius: 50%;
  pointer-events: none;
}
.teaser-rundes-bild-block .image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(216, 165, 68, 0.45);
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .teaser-rundes-bild-block {
    justify-content: center;
  }
  .teaser-rundes-bild-block .content-block {
    width: 100%;
    padding: 1.5rem 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .teaser-rundes-bild-block .content-block.left, .teaser-rundes-bild-block .content-block.right {
    flex-direction: column;
  }
  .teaser-rundes-bild-block .content-block .headlines {
    width: 100%;
    align-self: flex-start;
  }
  .teaser-rundes-bild-block .content-block .list-elements ul {
    margin: 0;
  }
  .teaser-rundes-bild-block .content-block .image {
    width: min(300px, 72vw);
    align-self: center;
  }
}
@media screen and (min-width: 601px) and (max-width: 975px) {
  .teaser-rundes-bild-block {
    justify-content: center;
  }
  .teaser-rundes-bild-block .content-block {
    width: 100%;
    padding: 2rem 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .teaser-rundes-bild-block .content-block.left, .teaser-rundes-bild-block .content-block.right {
    flex-direction: column;
  }
  .teaser-rundes-bild-block .content-block .headlines {
    width: 100%;
    align-self: flex-start;
  }
  .teaser-rundes-bild-block .content-block .image {
    width: min(400px, 60vw);
    align-self: center;
  }
}
@media screen and (min-width: 976px) and (max-width: 1279px) {
  .teaser-rundes-bild-block {
    justify-content: center;
  }
  .teaser-rundes-bild-block .content-block {
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    gap: 3rem;
    min-height: 460px;
    justify-content: space-between;
    align-items: center;
  }
  .teaser-rundes-bild-block .content-block.right {
    flex-direction: row-reverse;
  }
  .teaser-rundes-bild-block .content-block.right .headlines {
    justify-content: flex-end;
  }
  .teaser-rundes-bild-block .content-block .headlines {
    width: 50%;
  }
  .teaser-rundes-bild-block .content-block .headlines .wp-block-button {
    margin-top: 2rem;
  }
  .teaser-rundes-bild-block .content-block .image {
    width: min(380px, 42vw);
    align-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .teaser-rundes-bild-block {
    justify-content: center;
  }
  .teaser-rundes-bild-block .content-block {
    display: flex;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 1140px;
    gap: 3rem;
    min-height: 460px;
    justify-content: space-between;
    align-items: center;
  }
  .teaser-rundes-bild-block .content-block.right {
    flex-direction: row-reverse;
  }
  .teaser-rundes-bild-block .content-block.right .headlines {
    justify-content: flex-end;
  }
  .teaser-rundes-bild-block .content-block .headlines {
    width: 50%;
  }
  .teaser-rundes-bild-block .content-block .headlines .wp-block-button {
    margin-top: 2rem;
  }
  .teaser-rundes-bild-block .content-block .image {
    width: min(420px, 42vw);
    align-self: center;
  }
}

/*# sourceMappingURL=block.css.map */
