/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 11 2026 | 13:05:55 */
/* bild soll ganze spalte der zeile füllen */
.rdm-bildspalte,
.rdm-bildspalte .et_pb_image_wrap,
.et_pb_image_wrap img {
 height: 100%;
}

.rdm-bildspalte img {
 object-fit: cover;
}