.color2 #cookiehint {
	position: fixed;
	bottom: 10px;
	left: 0px;
	background: #000;
	max-width: 1170px;
	height: 0;
	overflow: hidden;
	z-index:10000;
	box-shadow: 0 5px 23px -3px rgba(0,0,0,.3);
    border-radius: 6px;
	margin: 20px auto;
}

.color2 #cookiehint.active {
	border: #fff solid 1px;
	padding: 10px;
	height: auto;
	z-index: 9999999;
}

.color2 .cookiehint-container {
	overflow: hidden;
	padding: 15px;
	font: 14px/20px SBSansInterface,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.color2 .cookiehint-text {
	margin-right:110px;
	padding-right: 110px;
	
}

.color2 .cookiehint-btn {
	float: right;
	text-align:center;
	width:120px;
	padding: 15px 0;
	cursor: pointer;
}

@media (min-width: 768px) {
.color2 	#cookiehint {
		left: 50%;
		margin-left:-600px;
	}
}
btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff; 
  text-decoration: none;
  user-select: none;
  background: linear-gradient(to bottom, #000014, #000000 );
  padding: 0.9em 2.2em; 
  outline: none;
  border-radius: 5px; 
  -webkit-tap-highlight-color: transparent;
  font-weight:bolder;
}
.color2  btn:hover { background: linear-gradient(to bottom, #fff, #fff ); color: #000;}
btn:active { background: linear-gradient(to bottom, #1551a5, #001a4b );} 
.color3 #cookiehint {
	position: fixed;
	bottom: 10px;
	left: px;
	background: #9dd1ff;
	max-width: 1170px;
	height: 0;
	overflow: hidden;
	z-index:10000;
	box-shadow: 0 5px 23px -3px rgba(0,0,0,.3);
    border-radius: 6px;
	margin: 20px auto;
}

.color3 #cookiehint.active {
	border: #fff solid 1px;
	padding: 10px;
	height: auto;
	z-index: 9999999;
}

.color3 .cookiehint-container {
	overflow: hidden;
	padding: 15px;
	font: 14px/20px SBSansInterface,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.color3 .cookiehint-text {
	margin-right:110px;
	padding-right: 110px;
	
}

.color3 .cookiehint-btn {
	float: right;
	text-align:center;
	width:120px;
	padding: 15px 0;
	cursor: pointer;
}

@media (min-width: 768px) {
.color3	#cookiehint {
		left: 50%;
		margin-left:-600px;
	}
}
btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff; 
  text-decoration: none;
  user-select: none;
  background: #0f1c39;
  padding: 0.9em 2.2em; 
  outline: none;
  border-radius: 5px; 
  -webkit-tap-highlight-color: transparent;
  font-weight:bolder;
}
.color3  btn:hover { background: linear-gradient(to bottom, #9dd1ff, #9dd1ff ); color: #0f1c39;}