/* Classic */

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
 
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-message {
	text-align: left;
	font-size: 14px;
}
.cc-banner {
	height: 70px;
	z-index: 10000000;
}
@media only screen 
and (min-width : 801px) 
and (max-width : 1024px) {
	.cc-banner {
		height: 90px;
	}
}
@media only screen 
and (min-width : 401px) 
and (max-width : 800px) {
	.cc-banner {
		height: 200px;
	}
}
@media only screen 
and (max-width : 400px) {
	.cc-banner {
		height: 240px;
	}
}
.cc-deny {
	color: white !important;
}
.cc-btn {
	background-color: #505050 !important;
}
.cc-btn:hover {
	background-color: #808080 !important;
}

.cc-link-arrow {
	float: right; padding-left: 5px; background-color: rgb(237, 237, 232);	background-image: url('/template/img/pfeil-rechts1.jpg'); 	margin-top: 2px; width: 22px;	height: 22px;
}
.cc-link {
	color: #505050 !important;
	text-decoration: none;
}
