﻿div#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    opacity: 1;
    background-color: lightgrey;
    min-height: 5rem;
    text-align: center;
    color: black;
}

div#cookie-banner section {
    margin: 0 auto;
    padding-bottom: 1rem;
}

div#cookie-banner a#accept-cookie {
    border: 2px;
    border-style: solid;
    border-color: white;
    padding: 0.1rem 0.3rem;
    display: block;
    width: 10%;
    margin: auto;
}

@media (max-width: 767px) {
    div#cookie-banner a#accept-cookie { width: 20%; }
}

div#cookie-banner a {
    cursor: pointer;
}

div#cookie-banner section .banner_content {
    font-family: "orgonlight";
    font-style: italic;
    margin: 1rem 0 2.5rem 0;
    font-size: 1.55rem;
}

.cookie_info_content {
    font-size: 1.8rem;
    font-family: "orgonlight";
    color: #3e3e3e;
}
