#cookiebanner {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    width: 100%;
    padding: 25px 40px;
    position: fixed;
    z-index: 2147483645;
    bottom: -800px;
}


@media screen and (min-width: 720px){
#cookiebanner #c-left, .c-left {
    float: left;
    max-width: 75%;
        text-align: left;
}

@media screen and (max-width: 720px){
.cprefs, #cprefs, #c-left, #c-foot, #c-right, div.c-left {
    width: 100%;
}

@media screen and (max-width: 720px){
#c-left {
    float: left;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 720px){
.cprefs, #cprefs, #c-left, #c-foot, #c-right, div.c-left {
    width: 100%;
}
@media screen and (min-width: 720px){
#cookiebanner #c-right, .c-right {
    float: right;
    margin: 35px 0 0 0;
}

@media screen and (max-width: 720px){
#c-right {
    clear: both;
    float: left;
}
.cprefs {
    display: none;
    margin: 20px 0 20px 0;
}
@media screen and (min-width: 720px){
.cprefs {
    max-width: 80%;
}

@media screen and (max-width: 720px){
.cprefs, #cprefs, #c-left, #c-foot, #c-right, div.c-left {
    width: 100%;
}

@media screen and (max-width: 720px){
.hr-m-r, .f-r {
    float: right;
    margin: auto;
}

#cookiebanner a {
    font-weight: bold;
    color: #999;
}

#cookiebanner a.c-button {
    border-radius: 27.5px;
    background-color: #fff;
    box-shadow: 0 0 0 0 #ddd;
    border: 2px solid #3c3c3c;
    padding: 12px 60px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    color: #3c3c3c;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}

#CybotCookiebotDialogBodyLevelButtonNecessary, #CybotCookiebotDialogBodyLevelButtonPreferences, #CybotCookiebotDialogBodyLevelButtonStatistics, #CybotCookiebotDialogBodyLevelButtonMarketing {
    display: block;
    margin: 0 15px 15px 0;
}

input.swit {
    margin: 0 20px 0 0;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #d9dadc;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
}