/*.main-header {background-color: #aef9cc; border-bottom-color: #f4cc97;}*/
details>summary {
    /*font-size: 1.17em;
    font-weight: bold;*/
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.details-bold {
    font-size: 1.17em;
    font-weight: bold;
}

/*.main-header-desc {background-color: #ffe29a;}*/
.main-header {
    background-color: #004488;
}

/* Leiste mit Kurstitel, Kurseditor, etc.*/
#wrap {
    background-color: #fdfeff;
}

/*Kompletter Hintergrund bis zum Reiter mit "Startseite", geöffneten Kursen, etc.*/
:root {
    --main-theme-gray-5: #D3F1FF;
    /*Box mit Beschreibungstext + Leiste zwischen Baum und Inhalt*/
    --main-theme-gray-10: #D3F1FF;
    /*Hintergrundfarbe des ausgewählten Bausteins im Baum + Trennlinien des Baums*/
    --main-theme-gray-20: #D3F1FF;
    /*Umrandung von Elementen des Inhalts (z. B. "Test starten" Button)*/
}

.icon-sp:before {
    content: url("i_pixel3.png");
}

.icon-tu:before {
    content: url("i_pixel3.png");
}

.icon-checkmark {
    display: none;
}

.box.box-access {
    display: none;
}

header>div>div>h1 {
    color: #fff
}

ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

ol ol > li {
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}