section#cookies-banner a {
    color: #ed683c;
}
section#cookies-banner a:hover {
    color: #e93e3a;
}

.btn-cookie {
    min-width: 3em;
    height: 30px;
    border: 0px;
    padding:0 1em;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-left: 0.6em;
    font-weight: 700;
}

section#cookies-banner {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

section#cookies-banner .cookies-policy-disclaimer {
    font-size: 0.75em;
    line-height: 1.4em;
}

.block-cookies{
    border: 2px solid #ed683c;
    background-color: #FFF;
}

.block-cookies:hover {
    color: #e93e3a;
}

.float-right{
    float: right;
}

.required-sign {
    font-weight: 300;
}

@media only screen and (max-width: 480px) {
    section#cookies-banner button.read-cookies{
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    section#cookies-banner {
        padding: 1em 0em;
    }
}
