@charset "UTF-8";
/* CSS Document */




	.cookie-consent {
		position: fixed;
		left:0;
		bottom:0;
		z-index: 999;
		box-sizing: border-box;
		height:auto;
		width: auto;
		max-width:450px;
		padding: .5rem 1rem;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		background-color: #333;
		font-size: .9rem;
		color:#fff;
		transition: linear .5s;
		border-radius:0 4px 0 0 
		
	}
	
	
	.hinweis {
		
		float:left;
		padding: .25rem .5rem .5rem 0;
			}
	
	
	.mehr {
		
		float:left;
		padding: .25rem .75rem;
		background-color: #fff;
		color: #000;
		margin-right: .5rem;
		
		border-radius: 4px
	}
	
	div.mehr a {text-decoration: none; color: #000}
	
.cookie-consent a {color:#fff}
	
	
	#zone:target .cookie-consent { left: -50rem}

