/* accept cookies */

.eu-cookie {
    display: none;
    text-align: left;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ece8e4;
  background: rgba(0, 0, 0, 0.4);
    padding: 6px 0 6px;
    z-index: 999;
}

.eu-cookie-wrapper {
    position: relative;
    display: table;
    width: 100%;
}

.eu-cookie div.message {
    font: 400 14px 'Gotham-Light';
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.eu-cookie a.rgpdLink {
    font: 400 14px/1.8 'Gotham-Light';
    color: #ece8e4;
    text-decoration: underline;
}

.eu-cookie .close:hover {
    opacity: 1;
    color: black;
}

.eu-cookie .close-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    width: 100px;
}

.eu-cookie .close {
    background: #fff;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 15px;
    cursor: pointer;
    color: black;
    font: 400 16px/1.8 'Gotham-Light';
}

/* accept cookies */

/* */
#rgpdBlackOverlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(114, 104, 94, 0.8);
    z-index: 1999;
}

#rgpdCloseBtn {
    margin: 1% auto;
    width: 200px;
    color: white;
    text-align: center;
    font: normal 16px/20px Arial;
    cursor: pointer;
}

#rgpdLoader {
    margin: 3% auto;
    margin-top: 0;
    max-width: 1100px;
    height: 90%;
    border: 1px solid grey;
    background-color: white;
    z-index: 2000;
}

#rgpdLoader iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* */
