/* COOKIE LAW ******************************************************************* */

.cookie {
    height: 0;
    left: 0;
    overflow: hidden;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	*/
	color: #fff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	position:  fixed;
	bottom: -1px;
	z-index: 3000;
	margin-left:auto;
	margin-right: auto;
 	background-color: rgba(0, 0, 0, 0.7);
	line-height: 18px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.43);
	-moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.43);
	box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.43);
}
.cookie.showcookie {
    height: auto;
    padding: 10px 0 10px 0;
}
.cookie a {
	color: #fff;
	text-decoration: none;
}
.cookie_outer.show {
	display: block;
	width: 100%;
	background: #e4ebf3;
}
.zustimmen {
	background: #005091;
	padding-left: 17px;
	padding-right: 17px;
	color: #fff !important;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	font-size: 14px;
	margin-right: 15px;
	cursor: pointer;
}
.cookie_inner {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media only screen and (max-width: 785px) {
.zustimmen { 
	display: block;
	margin-left: 0;
	max-width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cookie_inner {
	padding-left: 10px;
	padding-right: 10px;
}
}