.cc-window {
     background: rgba(39, 39, 39, 0.9) !important;
}


.cc-message {
    text-align: justify;
    margin-right: 30px;
	font-size: 14px;
}

.cc-window.cc-floating .cc-message {
    font-size: 12px;
    margin-right: 0;
}

.cc-compliance a {
    text-decoration: none;
    color: #7580BC;
}

.cc-message a {
    color: #535E99;
}

.cc-message a:hover {
    color: #7580BC;     
}

.cc-message {
    color: #CCCCCC;
}


@media screen and (max-width:768px) {
    .cc-message {
    	margin-right: 30px;
    }
}

@media screen and (max-width:480px) {
    .cc-message {
        font-size: 12px;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-message {
		margin-right: 0;
	}
}

.cc-impressum {
    float: right;
}

.cc-policy {

}

