#m-cookienotice{
    background-color: rgba(0,0,0,0.85) !important;
}
#m-cookienotice.v-box{
    max-width: 350px;
    color: #000;
}
#m-cookienotice .cookie-content{
    padding: 10px;
}
#m-cookienotice.v-box .m-actions{
    float: none;
}
#m-cookienotice .cookie-button-function,
#m-cookienotice .cookie-section-cms-page{
    clear: both;
}
#m-cookienotice .cookie-section-cms-page{
    padding: 5px 10px;
}
#m-cookienotice .m-cms-page{
    background-color: transparent !important;
    text-decoration: underline;
}
#m-cookienotice .m-cms-page:not(:first-of-type):before{
    content: "\A";
    border-left: 1px solid;
    line-height: 1;
    margin: 0 5px 0 4px;
}
#m-cookienotice .cookie-button-function{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#m-cookienotice .m-button-check{
    display: flex;
    align-items: center;
}
#message-necessary input{
    pointer-events: none;
}
#m-cookienotice .m-decline,
#m-cookienotice .m-button.m-accept:before{
    display: none;
}
#m-cookienotice .m-button{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 0;
    text-align: center;
}
#m-cookienotice .m-accept{
    background-color: transparent !important;
}
#m-cookienotice .mar-bot-15{
    margin-bottom: 15px;
}
.v-badge{
    left: inherit;
    right: 10px;
}