.avg-cookiebar {
    background: rgba(73, 76, 79, 0.9) !important;
    top: inherit !important;
    bottom: 0;
    color: white !important;
    padding: 20px 0 0;
}
.avg-cookiebar [type="radio"]:checked + label:after {
    background: none;
    border: none;
}

.avg-cookiebar .avg-cookiebar__inner {
    width: 900px;
    padding-bottom: 0;
}
.avg-cookiebar .avg-cookiebar__title {
    margin-bottom: 15px;
}
.avg-cookiebar .avg-cookiebar__tab .button {
    background: #FFBC03;
    border-radius: inherit;
    margin-top: 80px;
}
.avg-cookiebar .avg-cookiebar__tab .button:hover {
    background: #FFFFFF;
    color: #FFBC03;
}

.avg-cookiebar .avg-cookiebar__content p a { text-decoration: underline; }
.avg-cookiebar .avg-cookiebar__inner label {
    border-radius: inherit;
    font-size: 12px;
    width: 165px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    background: transparent;
    color: white;
}
.avg-cookiebar .avg-cookiebar__button:checked+label {
    background: white;
    color: black;
}

.avg-cookiebar .avg-cookiebar__content {
    width: calc(100% - 350px);
}
.avg-cookiebar #avg-tab-overview .avg-cookiebar__content {
    width: calc(100% - 200px);
}

.avg-cookiebar #avg-tab-overview .button {
    float: right;
    margin-right: 0;
}

.avg-cookiebar .avg-cookiebar__tab label {
    left: 150px;
}
.avg-cookiebar .avg-cookiebar__switch+label span {
    color: white;
}

.avg-cookiebar .avg-cookiebar__switch + label .switch-handle {
    background: red;
}
.avg-cookiebar .avg-cookiebar__switch:checked + label .switch-label {
    color: white;
}

.avg-cookiebar .avg-domain-list dt {
    text-transform: uppercase;
    font-weight: 600;
}
.avg-cookiebar .avg-domain-list dd {
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .avg-cookiebar {
        overflow: hidden;
        overflow-y: auto;
        max-width: 100%;
        max-height: 90%;
        margin: 0 auto;
        position: fixed;
        padding: 10px 0;
        bottom: 0;
    }
    .avg-cookiebar .button {
        width: 100%;
        text-align: center;
    }
    .avg-cookiebar label, .avg-cookiebar .avg-cookiebar__inner label {
        width: 100%;
    }
}

@media (max-width: 770px) {
    .avg-cookiebar .avg-cookiebar__inner {
        width: 100%;
    }

    .avg-cookiebar .avg-cookiebar__content {
        width: 100% !important;
    }
    .avg-cookiebar .avg-cookiebar__content p {
        margin-bottom: 10px;
    }
    .avg-cookiebar .avg-cookiebar__button+label {
        margin-bottom: 10px;
    }
    .avg-cookiebar .button {
        margin-bottom: 10px;
    }

    .avg-cookiebar .avg-cookiebar__tab .button {
        margin-top: 0;
        margin-left: 0;
    }
}