/**
* Block Name: bild_text
*/


section.bild_text .text_wrapper p {
    word-break: auto-phrase;
    margin-bottom: 20px;
    color: var(--black);
}


  section.bild_text img.blob-img-1 {
    clip-path: url(#blob-shape-1);
  }
  section.bild_text img.blob-img-2 {
    clip-path: url(#blob-shape-2);
  }
  section.bild_text img.blob-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 540 / 535; 
  }

section.bild_text .wrapper-l:not(:has(img)),
section.bild_text .wrapper-r:not(:has(img)) {
    padding-top: 30px;
}

section.bild_text .wrapper-r:has(.text_wrapper),
section.bild_text .wrapper-l:has(.text_wrapper) {
    justify-content: center;
}



@media (max-width: 992px) {

    section.bild_text.text-bild .wrapper-l {
        order: 2;
    }

    section.bild_text.text-bild .wrapper-r {
        order: 1;
    }

}