﻿* {
}

    @media only screen and (min-width: 1px ) {

        ol {
            counter-reset: list;
            column-count: 2;
            margin-bottom: 0.3rem
        }

            ol > li {
                list-style: none;
            }

                ol > li:before {
                    content: counter(list, lower-alpha) ") ";
                    counter-increment: list;
                }

        .spanSB1list {
            margin-left: 0.5rem;
        }

        .abstand {
            height: 5rem;
        }


        .centered {
            text-align: center;
            background-color: var(--bg-color-dark);
            color: var(--color-white);
            font-size: 1.3em;
            padding: 0.45rem;
            border-radius: 8px;
            margin-bottom: 0.5rem;
        }

        .right {
            text-align: right;
            margin-right: 1rem;
            font-size: 1.1rem;
            color: var(--letter-blass);
            font-style: italic;
        }

        .aufgtitel {
            font-size: large;
            margin-right: 3rem;
            color: var(--bg-color-dark);
        }

        .lesen1 {
            margin: 0;
            margin-bottom: 2rem;
        }

        .rahmenL4 {
            margin-bottom: 1rem;
        }

        .plesen1 {
            font-size: 1.1rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .ploesung1 {
            font-size: 1.5rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .lesen2 {
            margin: 0;
            margin-bottom: 0.2rem;
        }

        .titelLesen1 {
            font-size: 2rem;
            font-weight: bold;
            color: var(--bg-color-dark);
            margin-bottom: 1.5rem
        }

        .hoeren1 {
            margin-bottom: 2rem;
        }

        .hoeren3 {
            margin: 0.2rem;
        }

        .hoeren4 {
            margin: 0.2rem;
        }

        .aufgNummer {
            font-size: large;
            padding: 0.2rem 0.6rem;
            background-color: var(--bg-color-dark);
            color: var(--color-white);
            border-radius: 6px;
            margin-right: 0.5rem;
        }

        .angezAufg {
            font-size: 1.4rem;
            font-weight: bold;
            padding: 0.3rem 0.8rem;
            background-color: var(--orange-color);
            color: var(--color-black);
            border-radius: 6px;
        }
        /*Das ist ein span, da kannst du nichts mit margin machen*/
        .stichpunkt {
            text-align: center;
            font-size: xx-large;
            color: var(--bg-color-dark);
        }

        .behauptrf {
            font-size: 1.1rem;
            margin-left: 1rem;
            margin-top: 1rem;
            font-weight: 600;
            color: var(--bg-color-dark);
        }

        .testMitte .mpButton {
            margin: 0 0.5rem 0.5rem 0;
        }

        .hauptbehaupt {
            margin-left: 1rem;
            margin-bottom: 0.2rem;
            font-size: 1.2rem;
            font-weight: bold;
            color: var(--bg-color-dark);
        }

        .hauptbehauptsb {
            font-size: 1.1rem;
            margin-top: 1rem;
            margin-left: 0.5rem;
            margin-bottom: 0.1rem;
            padding: 0;
            color: var(--bg-color-dark);
        }

        .behauptabc {
            font-size: 1.1rem;
            margin-left: 0.5rem;
            margin-top: 0.5rem;
            margin-bottom: 0;
            padding: 0;
        }

        .textfeld {
            font-size: 1.1rem;
            margin-left: 0.3rem;
            margin-top: 1rem;
            line-height: 26px
        }

        .loesung {
            margin-left: 0.5rem;
            margin-top: 1rem;
            font-size: 1.1rem;
            color: var(--success-color);
            font-weight: 600;
        }

        .mploesung {
            padding: 0.5rem 1rem;
            margin-top: 0.5rem;
            background-color: var(--second-color);
            border: none;
            border-radius: 15px;
            cursor: pointer;
            font-size: 1rem;
        }

        .videobuttons {
            background-color: var(--color-white);
            display: block;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .stopplay {
            display: flex;
            gap: 0.5rem;
        }

        .divvideoslider {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            margin-bottom: 0.5rem;
        }

        .slider {
            width: 10rem;
            max-width: 100%;
            accent-color: var(--bg-color-dark);
            cursor: pointer;
        }

        .scrollaufgaben {
            overflow-y: auto;
            max-height: 50vh;
            background-color: var(--second-color);
            border-radius: 12px;
            padding: 0.8rem;
        }

        .scrollaufgabenSBoben {
            overflow-y: auto;
            max-height: 20vh;
            margin-bottom: 2rem;
            background-color: var(--second-color);
            border-radius: 12px;
            padding: 0.8rem;
        }

        .bsktestinput {
            margin-top: 1rem;
            margin-left: 6rem;
            margin-bottom: 5rem;
        }

        .inputbsktest {
            width: 2.4rem;
            text-align: center;
            padding: 0.3rem;
            margin: 0 0.5rem;
            border: 1px solid var(--letter-blass);
            border-radius: 6px;
            font-size: 1rem;
        }

        .mpButtonbsktest {
            padding: 0.35rem 1rem;
            margin-right: 0.5rem;
            background-color: var(--second-color);
            border: none;
            border-radius: 15px;
            cursor: pointer;
            font-size: 1rem;
        }


        .WortListesb1 {
            padding: 0.5rem;
            margin: 0px;
            column-count: 2;
        }

        .ergbntable-wrap {
            overflow-x: auto;
            margin-top: 0.7rem;
        }

        .ergbntable {
            width: 100%;
            border-collapse: collapse;
            background-color: var(--color-white);
        }

        .ergbntable th {
            background-color: var(--bg-color-dark);
            color: var(--color-white);
            white-space: nowrap;
        }

        .ergbntable td {
            white-space: nowrap;
        }

        .ergbntable td, .ergbntable th {
            border-bottom: 1px solid var(--tablegr-color);
        }

        .ergbntable tr:nth-child(even) {
            background-color: var(--second-color);
        }

        .acccollapsed {
            visibility: collapse;
        }

        .accvisible {
            visibility: visible;
        }
    }

    @media only screen and (min-width: 800px ) {
        .aufganzeige {
            margin-left: auto;
            margin-right: auto;
            font-size: large;
        }

        .aufgtitel {
            font-size: large;
            margin-right: 3rem;
            color: var(--bg-color-dark);
        }

        .aufgNummer {
            font-size: large;
            padding: 0.2rem 0.6rem;
            background-color: var(--bg-color-dark);
            color: var(--color-white);
            border-radius: 6px;
            margin-right: 0.5rem;
        }

        .titelLesen1 {
            font-size: 2rem;
            font-weight: bold;
            color: var(--bg-color-dark);
            margin-bottom: 1.5rem
        }

        .stichpunkt {
            font-size: xx-large;
            display: block;
            color: var(--bg-color-dark);
        }

        .behauptrf {
            font-size: large;
            margin-left: 2rem;
            font-weight: 600;
            color: var(--bg-color-dark);
        }


        .plesen1 {
            font-size: 1.6rem;
            margin-top: 0.1rem;
            margin-bottom: 1.5rem;
            line-height: 1.8rem
        }




        .loesung {
            margin-left: 0.5rem;
            margin-top: 1rem;
            font-size: 2rem;
            color: var(--success-color);
            font-weight: 600;
        }

        .hauptbehaupt {
            font-size: 2rem;
            margin-left: 2rem;
            margin-bottom: 1rem;
            color: var(--bg-color-dark);
        }

        .behauptabc {
            font-size: large;
            margin-left: 4rem;
        }

        .videobuttons {
            display: block;
        }

        .stopplay {
            display: flex;
        }

        .WortListesb1 {
            column-count: 3;
        }

        .testMitte {
            width: 80vw;
        }

        .testSidebar {
            width: 10vw;
        }
    }

    @media only screen and (min-width: 1920px) {
        .textfeld {
            font-size: xx-large;
            margin-left: 0.5rem;
            line-height: 40px;
        }

        .behauptrf {
            font-size: xx-large;
            margin-left: 2rem;
            font-weight: 600;
            color: var(--bg-color-dark);
        }

        .lesen1 {
            margin: 4rem;
        }

        .hoeren4 {
            margin: 1.5rem;
        }

        .hauptbehaupt {
            font-size: xx-large;
            margin: 0;
            color: var(--bg-color-dark);
        }

        .behauptabc {
            font-size: xx-large;
            margin-left: 4rem;
            margin-top: 2rem;
        }

        .titelLesen1 {
            font-weight: bold;
            margin-bottom: 1.5rem;
            font-size: xx-large;
            color: var(--bg-color-dark);
        }

        .aufgtitel {
            font-size: xx-large;
            margin-right: 3rem;
            color: var(--bg-color-dark);
        }

        .testMitte {
            width: 80vw;
        }

        .testSidebar {
            width: 10vw;
        }

        .spanSB1list {
            font-size: x-large;
        }

        .scrollaufgabenSBoben {
            margin-bottom: 1rem;
        }
    }
