:root {
    /* 100% der Höhe abzüglich des margin des main tags und der Höhe des Footers */
    --min-main-height: calc(100vh - 65px - 2rem - 723px);
}

@media (min-width: 768px) {
    :root {
        /* 100% der Höhe abzüglich des margin des main tags und der Höhe des Footers */
        --min-main-height: calc(100vh - 65px - 2rem - 325px);
    }
}

@media (min-width: 1400px) {
    :root {
        /* 100% der Höhe abzüglich des margin des main tags und der Höhe des Footers */
        --min-main-height: calc(100vh - 165px - 4rem - 327px);
    }
}

m-field>.frame>input:-webkit-autofill, m-field>.frame>input:-webkit-autofill:active, m-field>.frame>input:-webkit-autofill:focus, m-field>.frame>input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--black) !important;
    -webkit-background-clip: text;
    background: var(--white);
}