#cookieHintTopUnternehmen {
    display: none;
    direction: ltr;
    color: white;
    min-height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 3px 20px 2px;
    background-color: #2e363f;
    text-align: center;
    font-size: 12px;
}

#cookieHintTopUnternehmen a {
    color: white;
    textdecoration: underline;
}

button#euCookieAccept {
    margin: 0 10px;
    line-height: 20px;
    background: #45ae52;
    border: none;
    color: white;
    padding: 2px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}
