.sperre_Karte{
	background-image: url(../cookie/karte.jpg);
}

.sperre_Ansicht360{
	background-image: url(../cookie/ansicht360.jpg);
}

.sperre_Stellenangebot{
	background-image: url(../cookie/stellenangebot.jpg);
}

.sperre_Video{
	background-image: url(../cookie/video.jpg);
}



.cookiesperre{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 350px;
	overflow: hidden;
	max-width:900px;
	margin:0 auto;
}

.cookieinner{
	background-color: rgba(255, 255, 255, 0.6);
	height: 100%;
}

.cookiesperre p {
    padding: 120px 20px;
    color: #000;
    text-align: center;
}

.cookiebutton {
	color: #fff;
    padding: 10px 20px;
    display: block;
    margin: 10px auto 0 auto;
    max-width: 350px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}






@keyframes slideInUp {
	from {
		transform: translate3d(0, 20%, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

#datenschutz_popup_background {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
	-webkit-backface-visibility: hidden; /* Android 2.2 - 2.3 */
	background: #fff; /* IE8 */
	background: rgba(255, 255, 255, 0.3);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999;
}

#datenschutz_popup {
	-webkit-backface-visibility: hidden; /* Android 2.2 - 2.3 */
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: slideInUp;
	bottom: 45px;
	box-sizing: border-box;
	line-height: 1.5em;
	position: fixed;
	width: 100%;
	z-index: 999999999;
}

#datenschutz_popup_close {
	cursor: pointer;
    font-size: 1.5em;
	height: 2em;
	line-height: 2em;
	opacity: .9;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2em;
}

#datenschutz_popup_inner {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}

#datenschutz_popup,
#datenschutz_popup * {
    color: #333;
}

#datenschutz_popup a {
	text-decoration: underline;
}

#datenschutz_popup_heading {
	font-weight: 600;
	text-transform: uppercase;
}

.cookie_akzeptieren_button {
	background: #348337;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-weight: 600;
	margin: .3em 2em .3em 0;
	padding: .5em 1.5em;
	text-decoration: none;
}

#datenschutz_popup #datenschutz_popup_save{
	background: #555555;
}


#datenschutz_popup #datenschutz_popup_decline {
    color: #555555;
    margin: .5em 0;
    text-decoration: none;
}

#datenschutz_popup #checkboxes{
	margin:1em 0;
}

#datenschutz_popup label{
	float:none;
	margin-right: 2em;
}

#datenschutz_popup input{
	float:none;
	margin-right: 10px;
	transform: scale(1.5);
	margin-bottom: 15px;
}

#cookieeinstellung input{
	float:none;
	margin-bottom:15px;
}

@media only screen and ( max-width: 768px ){
	#datenschutz_popup {
		bottom: 0;
		font-size: .6em;
	}
	#datenschutz_popup_inner {
		max-width: none;
	}
	#datenschutz_popup_button,
	#datenschutz_popup_inner {
		border-radius: 0;
	}
}