.cc_banner-wrapper{ 
width: 100%;
padding:20px 0px;
background-color:#16767f;
border-top:1px solid rgba(255,255,255,0.5);
position: fixed;
z-index: 9999;
bottom: 0px;
left: 0px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}

.cc_banner{
width:95%;
margin:0px auto;
position:relative;
}

.cc_message{
font-family: 'Arial', 'Helvetica', sans-serif;
font-size: 12px;
line-height:120%;
color:#fff;
display:inline-block;
margin:0px;
-webkit-hyphens:auto;
-moz-hyphens:auto;
hyphens:auto;
}

.cc_message a{
color:#fff;
text-decoration:underline;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.cc_message a:hover{
opacity:0.7;
}

.cc_btn{
width:20px;
height:20px;
position: absolute;
right:0px;
text-decoration:none;
background-image:url(/cms/upload/cookie_close_schwarz.svg);
}

/* ################################################### WIDTH 1250px ################################################### */
@media only screen and (max-width: 1250px) {

.cc_message{
width:calc(100% - 40px);
}

.cc_btn {
top: 2px;
}

}

/* ################################################### WIDTH 500px ################################################### */
@media only screen and (max-width: 500px) {
    
.cc_banner{
width:90%;
}

}