#cookie-hinweis {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	color: rgba(255,255,255,1);
	background-color: rgba(128,128,128,1);
	position: fixed;
	bottom: 25px;
	width: 90%;
	z-index: 999999;
	border-radius: 6px;
	font-size: 80%;
	left: 5%;
	right: 5%;
}

.cookie-text {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}

.cookie-button {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding-top: 0px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}


#cookie-hinweis a {
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

#cookie-hinweis a:hover {
	color: rgba(255,255,255,0.7);
}

}

.Ende-Handy__________________ { }


@media screen and (min-width:481px) {
	
#cookie-hinweis {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: fixed;
	bottom: 25px;
	width: 90%;
	z-index: 999999;
	border-radius: 6px;
	font-size: 100%;
	left: 5%;
	right: 5%;
}

.cookie-text {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}

.cookie-button {
	width: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding-top: 0px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

#cookie-hinweis a {
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

#cookie-hinweis a:hover {
	color: rgba(255,255,255,0.7);
}

.Ende-Tablett__________________ { }
}

@media screen and (min-width:769px) {

#cookie-hinweis {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	position: fixed;
	bottom: 25px;
	width: 97%;
	z-index: 999999;
	border-radius: 6px;
	font-size: 80%;
	left: 1.5%;
	right: 1.5%;
}

.cookie-text {
	width: 80%;
	-webkit-flex-basis: 80%;
	flex-basis: 80%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}

.cookie-button {
	width: 20%;
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
	padding-top: 20px;
	text-align: right;
	padding-right: 15px;
}

#cookie-hinweis a {
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

#cookie-hinweis a:hover {
	color: rgba(255,255,255,0.7);
}
