.elementor-18432 .elementor-element.elementor-element-148c5f5{--display:flex;}/* Start custom CSS for container, class: .elementor-element-148c5f5 */.movie-information-container {
    height: 0;
    overflow: hidden;
}

.site-content .overview-grid.no_slide .performance-items-wrapper {
    display: none;
}

.site-content .overview-grid.no_slide .picture-wrapper .attributes-container {
    display: none;
}

@media (min-width: 350px) {
    .overview-view-grid .overview-grid .order-wrapper:nth-child(n+4) {
        margin-top: 0px;
    }
}

@media (max-width: 759px) {
    .overview-view-grid .overview-grid {
        row-gap: 10px;
    }
}

/* Voraussetzung: .overview-grid ist bereits ein flex-container */

/* 1. Michael (aktuell Position 2) */
.overview-grid .order-wrapper:nth-child(2) {
  order: 1!important;
}

/* 2. Der Astronaut – Project Hail Mary (aktuell Position 3) */
.overview-grid .order-wrapper:nth-child(3) {
  order: 2!important;
}

/* 3. Monsieur Robert kennt kein Pardon (aktuell Position 8) */
.overview-grid .order-wrapper:nth-child(8) {
  order: 3!important;
}

/* 4. Für immer ein Teil von dir (aktuell Position 9) */
.overview-grid .order-wrapper:nth-child(9) {
  order: 4!important;
}

/* 5. Extrawurst (aktuell Position 6) */
.overview-grid .order-wrapper:nth-child(6) {
  order: 5!important;
}

/* 6. Verflucht Normal (aktuell Position 4) */
.overview-grid .order-wrapper:nth-child(4) {
  order: 6!important;
}

/* 7. Die Progressiven Nostalgiker (aktuell Position 7) */
.overview-grid .order-wrapper:nth-child(7) {
  order: 7!important;
}

/* 8. Der Teufel trägt Prada 2 (aktuell Position 1) */
.overview-grid .order-wrapper:nth-child(1) {
  order: 8!important;
}

/* 9. Nürnberg (aktuell Position 10) */
.overview-grid .order-wrapper:nth-child(10) {
  order: 9!important;
}

/* 10. Horst Schlämmer sucht das Glück (aktuell Position 5) */
.overview-grid .order-wrapper:nth-child(5) {
  order: 10!important;
}/* End custom CSS */