/* =====================================================================================================================
   Anpassungen am Contao Core Backend Theme
   ================================================================================================================== */
.tl_content [class^="rsce--"] > .inside { grid-template-columns : 1fr; }

.as-grid .tl_content.indent,
.as-grid .tl_content.indent_2 { background : #eaeaea; }

/* // TODO: Funktioniert nicht wie erwartet */
/*@media (prefers-color-scheme : dark) {*/
/*    .as-grid .tl_content.indent,*/
/*    .as-grid .tl_content.indent_2 { background : #687a8f; }*/

/*    !* #748fa6 | #6B839C | #858585 *!*/
/*}*/

/* In Backend-Vorschau keine Klickevents (z.B. Links) */
div.cte_preview { pointer-events : none; }

.wrapper_start > .inside {
    background : var(--table-header);
}