.wrapper.oon-ds-banner-active {
    margin-bottom: 110px;
}
.oon-ds-banner {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    max-width: 800px;
    z-index: 200;
    margin: 0 25px;
    background-color: rgba(6, 64, 110, 0.95);
    color: white;
    font-size: 15px;
    line-height: 1.4em;
    padding: 20px 25px;
}

.oon-ds-banner .buttons {
    text-align: right;
    margin-top: 10px;
}
.oon-ds-banner h3 {
    margin-bottom: 20px;
    font-weight: 500;
}
.oon-ds-banner a {
    color: white !important;
    text-decoration: underline !important;
}
.oon-ds-banner button#ds-more {
    color: white !important;
    text-decoration: underline !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    float: left;
    font-size: 15px;
    line-height: 21px;
    padding: 0;
    font-family: 'ORF ON';
}
.oon-ds-banner .buttons button#ds-accept {
    padding: 5px 25px;
    margin-left: 15px;
}
.oon-ds-banner button#ds-accept {
    display: inline-block;
    background-color:#06a318;
    letter-spacing: 2px;
    color: white;
    padding: 1px 6px;
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
    border: none;
}
.oon-ds-banner button#ds-accept:hover {
    background-color: #466199;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.oon-ds-banner .oon-ds-options {
    margin-top: 15px;
    padding: 10px;
    background-color: #5286c1;
    display: none;
    flex-direction: row;
}
@media only screen and (max-width: 550px) {
    .oon-ds-banner {
        padding: 10px;
        font-size: 14px;
        margin: 0;
    }
    .oon-ds-banner .oon-ds-options {
        flex-direction: column;
    }
}
.oon-ds-banner .oon-ds-options span {
    font-weight: 500;
}
.oon-ds-banner .oon-ds-options .column {
    min-width: 140px;
}

.oon-ds-banner .oon-ds-options p {
    margin: 0px 0px 5px 19px;
    font-size: 14px;
}

.oon-ds-banner .oon-ds-options.oon-ds-visible {
    display: flex;
}
