.quoteblock_container {
  margin: 75px auto;
  max-width: 620px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
  position: relative;
}

.quote_main_content {
  border-left: 4px solid #741D55;
  padding-left: 24px;
}


.quoteblock_content {
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  color: #741D55;
  font-style: italic;
  font-family: 'SpeakTF';

  }


.quoteblock_container .autoren_container {
  position: absolute;
  display: grid;
  justify-content: flex-end;
  right: 0;
}


.quote-autorenbild-wrap {
  position: relative;
  display: inline-block;
}

.quoteblock_container .autorenbild {
  justify-self: end;
  width: 150px;
  border-radius: 6px;
  align-self: end;
  position: relative;
}


.quote-autorenbild-wrap::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 6px;
  background: #741D55;
  transform-origin: top left;
  transform: translate(26px,-25px) rotate(6deg);
  z-index: 0;
  pointer-events: none;
}

.quoteblock_container .autorenname {
  color: #741D55;
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
  font-weight: 700;
}

.quote_main_content .autorenname {
  text-align: right;
  margin-right: 40px;
}



.quoteblock_content p {
    margin-bottom: 10px;
}

.quoteblock_content a {
  text-decoration: underline;
}

.quoteblock_content ol {
  margin: 24px auto 32px;
}

.quoteblock_content ul {
  list-style: disc;
  margin: 24px auto 32px;
}

.quoteblock_content ol li, .quoteblock_content ul li {
  margin-left: 35px;
  margin-bottom: 24px;
  padding-left: 10px;
  position: relative;
}

.quoteblock_content ol li::marker {
  color: #fff;
  text-align: center;
  font-family: 'ibm';
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.quoteblock_content ol li::before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 2px;
    left: -1px;
    background: #00446B;
    margin-left: -24px;
    z-index: -1;
}

.quoteblock_content ol li ol li {
  list-style: lower-alpha;
  margin-left: 20px;
}

.quoteblock_content ol li ol li::marker {
    color: #00446B;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.quoteblock_content ol li ol li::before {
    display: none;
}


.quoteblock_content ul li::marker {
  color: #00446B;
  font-size: x-large;
}

.quoteblock_content .wp-caption-text {
  text-align: left;
  font-family: 'space';
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #79716b;
}


.quote-autorenbild-wrap{
  position: relative;
  display: inline-block;
  line-height: 0;
  z-index: 0; /* Stacking-Kontext */
}

/* Backplate */
.quote-autorenbild-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: #741D55;
  transform-origin: top left;
  transform: translate(26px,-25px) rotate(6deg);
  z-index: 0;
  pointer-events: none;
}

/* Bild über Backplate */
.quote-autorenbild-wrap .autorenbild{
  position: relative;
  z-index: 1;
  display: block;
  width: 150px;
  height: 150px;      /* wenn quadratisch gewünscht */
  border-radius: 6px;
  object-fit: cover;
}

/* Caption über allem */
.quote-autorenbild-wrap .autorenbild-caption{
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 4px 5px;
  font-size: 10px;
  line-height: 1.2em;
  background: rgba(0,0,0,0.45);
  color: #fff;
  /* border-radius: 4px; */
}

@media only screen and (max-width: 800px) {
  .quoteblock_container {
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .quoteblock_headline {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
  }


  .quoteblock_content {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {

}
