#cookiePopup {
    background-color: #ffffff;
    position: fixed;
    font-size: 13px;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    text-align:center;
    line-height: 1.8em;
    padding: 2em;
    border-radius: 8px;

}

#cookiePopup button {
    background-color: #232323;
    border: none;
    color: #ffffff;
    font-size: 12px;
    padding: 1em 2em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 4px;
}

#cookiePopup a {
    color: #D2F03A;
}

.hide-cookies {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}

.show-cookies {
    visibility: visible;
    bottom: 2em;
    right: 3em;
    left: 3em;
}

@media only screen and (max-width: 37.5em) {
    #cookiePopup {
        width: auto;
        margin-right: 45px;
        margin-bottom: 50px;

    }

    .hide-cookies {
        bottom: 2em;
        right: 0;
    }

    .show-cookies {
        right: 0;
        bottom: 0;
    }
}
