    [mn="400"] {
        padding: 0 0;
        color: #fff;
    }

    [mn="400"] h2 {
        color: #fff;
        text-align: left;
        margin: 5px 0 15px;
        display: table;
        max-width: 100%;
        font-size: 30px;
    }

    [mn="400"] .btn-gen:hover {
        border: 1px solid #fff;
    }

    [mn="400"] p {
        text-align: left;
    }

    [mn="400"] .bild {
        min-height: 36vh;
    }

    [mn="400"] .h {
        min-height: 50vh;
    }

    [mn="400"] .lists > .row:nth-child(2n) {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    [mn="400"] .decor:after {
        width: 100%;
    }

    [mn="400"] .recht,
    [mn="400"] .link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 767px) {
        [mn="400"] .h {
            height: auto;
        }
    }