﻿#LegalsCookieHinweis {
    background: #444;
    height: auto;
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: .75em 0;
}

    #LegalsCookieHinweis.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        #LegalsCookieHinweis.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #LegalsCookieHinweis p {
        margin: 0;
        padding: 0;
    }

    #LegalsCookieHinweis a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #LegalsCookieHinweis .lch-enable {
        background-color: #ffc941;
        color: #222;
    }

        #LegalsCookieHinweis .lch-enable:hover {
            background-color: #ffbf1f;
            color: #222;
        }

    #LegalsCookieHinweis .lch-disable {
        background-color: #990000;
    }

        #LegalsCookieHinweis .lch-disable:hover {
            background-color: #bb0000;
        }

    #LegalsCookieHinweis .lch-policy {
        background-color: transparent;
        color: #fafafa;
        text-decoration: underline;
    }

        #LegalsCookieHinweis .lch-policy:hover {
            background-color: transparent;
            color: #ffc941;
        }
