/*coding by denis muric
www.denis-muric.
mediendesign -produktion und vertieb
copyright 2018 - 2019*/

#cookieContent{
	position: fixed;
	z-index: 99;
	background-color: #fff;
	bottom: 0;
	padding: 20px 1%;
	max-width: 500px;
}

#cookieContent p{
font-size: 15px;
}

#cookieContent a{
color: #01c0ff;
}

#cookieZU{
	background-color: #01c0ff;
	padding: 10px 15px;
	width: 67px;
	font-size: 18px;
	font-weight: 800;
	border-radius: 25px;
	color: #fff;
}

.cookieContent_off{
	animation-name: cco_animation;
  animation-duration: 1s;
	opacity: 0;
}

@keyframes cco_animation {
  from {opacity: 1;
	bottom: 0px;}
  to {opacity: 0;
	bottom: -183px;}
}
/*mobile*/
@media screen and (max-width: 950px) {




}
