/* ########## eConsent (copyright e2see.de) ########## */

#e-consent {
    align-items: stretch;
    background: #0a0a0acc;
    bottom: 0;
    box-sizing: border-box;
    color: #aaa;
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    left: 0;
    line-height: 120%;
    margin: auto;
    max-height: 120px;
    max-width: 600px;
    padding: 0px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99;
    }


    @media (max-height: 1100px) {
        #e-consent {
            font-size: 14px;
            }
    }

    @media (max-width: 600px) {
        #e-consent {
            font-size: 14px;
            }
    }

    @media (max-width: 400px) {
        #e-consent {
            font-size: 12px;
            }
    }

    #e-consent > * {
        flex: 1 1 auto;
        padding: 10px 20px;
        }

    #e-consent a {
        transition: all 200ms;
        background: #222;
        color: #fff;
        text-decoration: none;
        text-align: center;
        height: 100%;

        }

        #e-consent a:hover {
            background: #5bae82;
            color: #fff;
            }



/* cdn 0ms */