.cc-revoke {
    display: block !important;
}

/* standard: unten mit hover: */
/*
.cc-revoke.cc-bottom
{
    padding:0.4em;
    padding-top:1em;
    bottom: -2em;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    cursor:pointer;
    opacity:0.4;
    transition:all 0.5s;
}
.cc-revoke.cc-bottom:hover, .cc-revoke.cc-bottom:active, .cc-revoke.cc-bottom:focus
{
    bottom: 0;
    opacity:1;
    padding-top:0.5em;
}
*/

/* stattdessen links mit Cookie-Hintergrundbild */

.cc-revoke.cc-bottom
{
    left:-10em;
    max-width:12em;
    bottom:2em;
    padding:0.4em;
    padding-right:12em;
    border-radius: 0 .5em .5em 0;
    white-space:nowrap;

    cursor:pointer;
    opacity:0.4;
    text-indent:-50em;
    transition:opacity 0.5s, max-width 0.5s, left 0.5s;
    background-image:url("cookie_icon_white.svg");
    background-size:24px;
    background-repeat:no-repeat;
    background-position:96% center;
}
.cc-revoke.cc-bottom:hover, .cc-revoke.cc-bottom:active, .cc-revoke.cc-bottom:focus
{
    left:0;
    text-indent:0;
    max-width:20em;
    bottom:2em;
    opacity:1;
    padding-right:2.5em;
}






.cc-animate.cc-revoke {
    /*transition: transform 1s ease;*/
}
.cc-animate.cc-revoke.cc-bottom {
    /*transform: translateY(2em);*/
}


/* 180622CM Fix IE11-Bug */
.cc-compliance>.cc-btn {-ms-flex:none; flex: none;}
@media screen and (max-width: 736px) {
    .cc-window.cc-banner {
        display:block;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        flex: none;
        -ms-flex:none;
    }

}
.cc-floating.cc-theme-classic
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
