.file-teaser.double-image-text-layout-1 .double-image-text-image-container {
    order: 2;
}

.file-teaser.double-image-text-layout-1 .grid-1fr-2fr {
    grid-template-columns: 2fr 1fr;
}

.image-dina4-container {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.414; /* Breite zu Höhe */

    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);

    /* Falls Inhalt drin ist, der überstehen könnte */
    overflow: hidden;
}

.image-dina4-container a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-dina4 {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    padding: 10px;
}
