.cc_banner-wrapper{ 
width: 390px;
padding:40px;
position: fixed;
bottom: 80px;
right: 80px;
z-index: 4;
background-color: #000;
}

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

.cc_message{
display:inline-block;
margin:0px;
-webkit-hyphens:auto;
-moz-hyphens:auto;
hyphens:auto;
}

.cc_message span.dis_b{
padding-bottom: 20px;   
}

.cc_message a{
color: #fff;
}

.cc_btn{
width:15px;
height:15px;
position: absolute;
right:-20px;
top:-20px;
text-decoration:none;
background-image:url(../images/allgemein/close.svg);
background-repeat: no-repeat;
background-position: center;
}

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

.cc_banner-wrapper{ 
bottom: 50px;
right: 50px;
}   
       
}

/* ################################################### WIDTH 1300px ################################################### */
@media only screen and (max-width: 1300px){
    
.cc_message .ls-15 {
letter-spacing: -1px;
}

}

/* ################################################### WIDTH 1000px ################################################### */
@media only screen and (max-width: 1000px){
    
.cc_message a{
margin-top: 30px;
}

}

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

.cc_banner-wrapper{ 
width: 80%;
padding:30px 40px 30px 30px;
bottom: 25px;
right: 10%;
box-sizing: border-box;
}

.cc_btn {
right: -20px;
top: -10px;
}

}

/* ################################################### WIDTH 500px ################################################### */
@media only screen and (max-width: 500px){
    
.cc_message span.dis_b {
padding-bottom: 10px;
}
    
.cc_message a{
margin-top: 20px;
}

}

/* ################################################### WIDTH 400px ################################################### */
@media only screen and (max-width: 400px){
    
.cc_banner-wrapper{ 
width: 85%;
right:7.5%;
}

}