@charset "utf-8";
/* CSS Document */

#wp-cookie-hinweis {
	display: none;
	position: fixed;
	z-index: 999999;
	left: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
    font-family: 'Arial';
}
#wp-cookie-hinweis.bottom {
	bottom: 0;
}
#wp-cookie-hinweis.top {
	top: 0;
}

#wp-cookie-hinweis .wp-cookie-hinweis-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

#wp-cookie-hinweis .wp-cookie-hinweis-text {
	float: left;
}
#wp-cookie-hinweis .wp-cookie-hinweis-text p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#wp-cookie-hinweis .wp-cookie-hinweis-text a {
	text-decoration: none;
}

#wp-cookie-hinweis .wp-cookie-hinweis-button {
	display: block;
	font-size: 12px;
	border: none;
	border-radius: 3px;
    padding: 12px 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
    float: right;
}

@media (max-width: 800px){	
	#wp-cookie-hinweis .wp-cookie-hinweis-text {
		float: none;
		text-align: center;
	}
	#wp-cookie-hinweis .wp-cookie-hinweis-button {
		float: none;
		margin: 20px auto 0 auto;
	}
}