/* Consent diclaimer */
.seb-cookiemessage {
    position: fixed;
    color: #333333;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    overflow: auto;
    background-color: rgba(0,0,0,0.60);
    padding-bottom: 20px;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
}
.seb-cookiemessage .inner {
    max-width: 80vw;
    max-width: 750px;
    padding: 0 20px 20px 20px;
    margin: auto;
    background: white;
    flex: 1 1 auto;
}
.seb-cookiemessage UL.actions01 LI A.cookie-settings {
    margin-top: -4px;
    text-decoration: none;
    font-weight: bold;
}
.header-cookie-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #4a4a4a;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
}