/* Consent box */
.consent-box {
    background-repeat:no-repeat;
    background-color:#ffffff;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding:10%;
    box-sizing:border-box;
}
.consent-box .inner {
    background-color:#ffffff;
    font-family: "Helvetica Neue Light", sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.67em;
    text-align:center;
}
.consent-box .inner button {
    border: none;
    position: relative;
    background: #D0006F;
    color: #ffffff;
    margin: 0 0 5px;
    transition: 0.3s all ease-in-out;
    padding:8px 20px;
    cursor:pointer;
    font-size:22px;
}

#consent-info {
    position: fixed;
    right: 23px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-image: url('../Images/consentinfo2.png');
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
}
.om-cookie-panel .cookie-panel__button {
    text-transform:none;
    font-size:14px;
}
.om-cookie-panel {
    background-color:#0168b5;
    color:#fff;
    width:100%;
    padding:0;
}
.om-cookie-panel h3 {
    padding:15px;
    background-color:#054b7f;
    text-align:center;
    margin-bottom:25px;
}
.om-cookie-panel div {
    padding:0 25px;
}
.om-cookie-panel .cookie-panel__button,
.om-cookie-panel .cookie-panel__button--color--green {
    background-color:#fff;
    color:#0168b5;
    border-radius:0;
    transition: 500ms background-color;
}
.om-cookie-panel .cookie-panel__button:hover {
    background-color:#054b7f;
    color:#fff;
}
.cookie-panel__link {
    text-align:left;
}
.cookie-panel__link a {
    color:#fff;
    opacity:.8;
    transition: 500ms opacity;
}
.cookie-panel__link a:hover {
    color:#fff;
    text-decoration:none;
    opacity:1;
}
.om-cookie-panel div.cookie-panel__selection {
    padding:0 25px 15px 25px;
}