#cookiecontainer
	{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(0,0,0,0.6);
	z-index:2;
	display:none;
	}

#cookiebanner
	{
	position:relative;
	width:80%;
	max-width:900px;
	border-radius:8px;
	background-color:#fff;
	margin:0 auto;
	margin-top:10%;
	z-index:3;
	}

#cookiebannercontent
	{
	display:block;
	text-align:left;
	padding:25px;
	padding-top:10px;
	line-height:1.4;
	}
	
#cookieschliessen
	{
	width:100%;
	padding-bottom:25px;
	text-align:right;
	}

#cookieh1 { font-size:2em; }

.cookietac { text-align:center; }

#cookiebutton1 { margin:0;padding:0;display:inline;font-size:1em;line-height:1.4;background-color: #ECECEC;color: #333;width:257px;height:71px;text-decoration: none; text-transform: uppercase;border:none;border-radius:6px;margin-right:40px;vertical-align:bottom; }
#cookiebutton1:hover { background-color:#ECECEC;border:solid 2px #13A536;color:#333; }

#cookiebutton2 { margin:0;padding:0;display:inline;font-size:1.4em;font-weight:bold;background-color: #13A536;color: #fff;width:257px;height:71px;text-decoration: none; text-transform: uppercase;border:none;border-radius:6px;vertical-align:bottom; }
#cookiebutton2:hover { background-color:#ECECEC;border:solid 2px #13A536;color:#333; }

.cookiefade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}

