﻿#cookiegdpr a {
    color: #FFB400;
    text-decoration: none;
}

    #cookiegdpr a:hover {
        text-decoration: underline;
    }

#cookiegdpr div {
    padding: 10px;
    padding-right: 40px;
}

#cookiegdpr {
    text-align: center;
    background: #f3f3f3;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 12px;
    min-height: 4em;
    padding: 1em;
    line-height: 2em;
}

    #cookiegdpr a {
        color: #FFB400;
        font-weight: bold;
    }


#cookiegdprCloser {
    border-radius: 3px;
    letter-spacing: 1px;
    margin-left: 3.5em;
    background-color: #FFB400;
    color: white;
    padding: 4px;
    font-weight: bold;
    cursor: pointer
}


    #cookiegdprCloser:hover {
        background-color: #5675be;
    }
