.no-touchevents .module .wwu_lageplan:hover .wwu_disclaimer {
	display: block
}

.module .wwu_lageplan {
	position: relative
}

.module .wwu_lageplan figcaption {
	position: initial
}

.no-touchevents .module .wwu_lageplan .wwu_disclaimer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #ededed;
}

.module .wwu_lageplan .wwu_disclaimer {
	text-align: center;
	margin: 0
}

.no-touchevents .module .wwu_lageplan .wwu_disclaimer {
	color: #333;
	font-size: .75em
}

.module .wwu_lageplan .f_go_button {
	font-style: normal;
	display: inline-block;
	margin: 15px;
	font-weight: 400
}

.module .wwu_lageplan>a {
	cursor: initial
}

.module .wwu_lageplan iframe {
	width: 100%;
	border: 0
}

.wwu_lageplan>a {
	position: relative
}

.wwu_lageplan>a::after {
	content: "";
	position: absolute;
	margin: -20px 0 0 -10px;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent
		rgba(255, 255, 255, .5)
}

.wwu_lageplan>a::before {
	content: "";
	border-radius: 40px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	margin: -40px 0 0 -40px;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px
}

.wwu_lageplan>a:hover::after, .wwu_lageplan>a:hover::before {
	display: none
}

.module .wwu_lageplan .wwu_disclaimer small {
	float: inherit
}

.wwu_lageplan .wwu_disclaimer li {
	float: right
}

.wwu_lageplan .wwu_disclaimer li:first-child {
	float: left
}

#privacy_chb_label{
	font-size: 0.8em; 
	font-style: normal; 
	text-align:left;
	margin-left: 1%;
}

#privacy_checkbox {
/*	margin-left:8%;*/ 
	transform: scale(1.2)
}

@media all and (min-width:37.5em) {
	.no-touchevents .module.extended .wwu_lageplan p {
		font-size: 1.25em
	}
	.no-touchevents .module.short .wwu_lageplan p {
		font-size: 1em;
		margin: 0;
		line-height: 1
	}
	.no-touchevents .module.extended .wwu_lageplan .wwu_disclaimer {
		padding: 8% 5%;
		font-size: 1.25em;
		top: 16px;
		left: 16px;
		bottom: 40px;
		right: 16px
	}
	.no-touchevents .module.short .wwu_lageplan .wwu_disclaimer {
		padding: 1%;
		font-size: 1em;
		top: 5px;
		left: 5px;
		bottom: 5px;
		right: 5px
	}
	.no-touchevents .module.short .wwu_lageplan ul, .no-touchevents .module.short .wwu_lageplan li
		{
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		float: none
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   	.no-touchevents .module.extended .wwu_lageplan .wwu_disclaimer {
		padding: 8% 5%;
		font-size: 1.25em;
		
		left: 16px;
		bottom: 40px;
		right: 16px
	}
}