   body {
            font-family: Arial, Helvetica, sans-serif;
            margin: 1rem;
        }

        header,
        section,
        footer {
            margin-bottom: 1.5rem;
        }

        article {
            border: 1px solid #ccc;
            padding: 1rem;
            margin-bottom: 1.5rem;
            background: #f9f9f9;
        }

        .contrast-fail {
            color: #888;
            background: #f7f7f7;
            padding: .5rem;
        }

        .only-color {
            color: black;
        }

        .only-color.required {
            border-left: 6px solid red;
        }


        :focus {
            outline: 3px solid #2a9df4;
            outline-offset: 2px;
        }


        .button-color {
            background: #f2f2f2;
            color: #9e9e9e;
            border: 1px solid #d9d9d9;
            padding: 8px 16px;
            cursor: not-allowed;
        }

        .image-text {
            width: 100%;
            height: 64px;
            background: #222;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }


        .scrollbox {
            width: 900px;
            height: 350px;
            overflow: scroll;
            white-space: nowrap;
            border: 2px solid #e11;
            padding: 20px;
            background: #fff5f5;
            font-size: 18px;
        }

        .scrollbox2 {
            display: inline-block;
            width: 850px;
            height: 300px;
            background: #ffe4e4;
            border: 2px dashed #c00;
            padding: 20px;
        }

        .danger {
            display: none;
        }

        .icon {
            width: 32px;
            height: 32px;
            background: #e0e0e0;
            display: inline-block;
        }

        .Anweisung {
            background-color: rgb(231, 179, 81);
            padding: 1rem;
        }

        .Hinweis {
            background-color: rgb(106, 225, 106);
            padding: 1rem;
        }

        .lineheight {
            line-height: 1.02;
        }

        .width-text {
            width: 100%;
        }

        @media (orientation: portrait) {
            body {
                display: none;
            }
        }