.ech_banner_wrapper {
    background-color: rgb(0, 84, 134); /* Dein Blau */
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center; /* Bilder zentrieren */
    width: 100%;
    margin: 40px 0;
    position: relative;
    overflow: visible;
}

/* Ribbon-Überschrift (50% Desktop-Breite) */
.ech_banner_ribbon {
    background-color: #ffffff;
    color: rgb(0, 84, 134);
    margin: 0 0 20px -40px !important;
    padding: 12px 20px 12px 40px;
    border-radius: 0 5px 5px 0;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

@media (min-width: 1200px) { .ech_banner_ribbon { width: 50%; } }

.ech_banner_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ech_banner_container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}