#tx_cookies {
	position: absolute;
	top: 30vh;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	max-width: 100%;
	z-index: 100;
	background: #eee;
	padding: 5px;
}
#cookielayer {
	display: none;
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99;
	width: 100% !important;
	min-height: 100vh;
}
#tx_cookies_inner {
	position: relative;
	background: #fff;
	padding: 10px;
	float: left;
	font-size: 0.95em;
	line-height: 1.3em;
}
#tx_cookies h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1em;
}
#tx_cookies p {
	margin: 0.5em 0 0 0;
}
#tx_cookies input[type="checkbox"] {
	float: left;
	margin-right: 3px;
}
#tx_cookies button,
#tx_cookies input[type="submit"] {
	border: 0;
	cursor: pointer;
	padding: 2px;
	width: auto;
	font-weight: 700;
	background: rgba(0,0,0,0.2);
	color: #000;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	float: left;
}
#tx_cookies_inner form + form button[type="submit"] {
	background: rgba(0,0,0,0.1);
	color: #333;
}
#tx_cookies .disableNontechButton {
	clear: both;
}
#tx_cookies #tx_cookies_showPermanent {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	text-transform: none;
	font-weight: normal;
	z-index: 1040; /* higher than z-index of Bootstrap header */
}
.cookiefooter {
	float: left;
	clear: both;
	width: 99%;
	margin: 0;
	padding: 0 1% 0 0;
	background: #eee;
	text-align: right;
}
.cookiefooter a, #inhaltsbereich .cookiefooter a {
	display: inline-block;
	float: none;
	clear: none;
	margin: 8px 0 0 5px;
	font-size: 0.8em;
	color: #000;
}


/* --- Cookies --- 
#tx_cookies h4.alert-title {
	display: none;
}

#tx_cookies ul.typo3-messages {
	clear: both;
}

#tx_cookies ul.typo3-messages li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

#tx_cookies p {
	clear: both;
}

#tx_cookies button, #tx_cookies input[type="submit"] {
    border: 0;
	cursor: pointer;
	margin-top: 10px;
}

#tx_cookies #tx_cookies_close {
	margin: 10px 0;
}
 --- Cookies --- */

/* -- Anzeige in Datenschutzseite -- */
#cookielayer.showinline {
	display: block !important;	
    position: static;
	background: none;
	float: left;
	clear: both;
	margin: 25px 0 40px;
	min-height: 1px;
}

#cookielayer.showinline .cookiefooter {
	display: none;
}

#cookielayer.showinline #tx_cookies {
    position: static;
    margin-left: 0;
    width: 100%;
    background: none;
    padding: 0;
}

#cookielayer.showinline #tx_cookies #tx_cookies_showPermanent {
    position: static;
}

#cookielayer.showinline #tx_cookies_inner {
	padding: 0;
}

@media (max-width: 700px) {
	#tx_cookies {
		left: 5%;
		margin-left: 0;
		width: 88%;
		padding: 5px 1%;
	}
}

@media (max-width: 450px) {
	#tx_cookies button, #tx_cookies input[type="submit"] {
		width: 100%;
		padding: 5px 2%;
	}
}