.text-bild-block .image-content figure {
    margin: 0;
}

.text-bild-block .image-content img {
    width: 100%;
    height: auto;
    max-height: 30rem;       
    object-fit: cover;       
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-bild-block .image-content figure.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-bild-block .image-content figure.logo img {
    width: auto;
    max-width: 80%;      
    max-height: 20rem;   
    object-fit: contain; 
}

@media (max-width: 768px) {
    .text-bild-block .text-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .text-bild-block .image-content {
        padding-left: 0;
    }

     .text-bild-block .image-content figure.logo img {
    width: auto;
    max-width: 80%;      
    max-height: 100%;   
    }
}

@media (max-width: 600px) {
 .text-bild-block .image-content figure.logo img {
    width: auto;
    max-width: 100%;      
    max-height: 100%;   
    }
    
}