@charset "UTF-8";
/* CSS Document */
body, html {
	padding: 0;
	margin: 0;
}

#wegweiser-wrap {
	width: 100%;
	position: relative;
	font-size: 0.5rem;
}
.wegweiser-bg-img {
	position:relative;
	width: 100%;
	height: auto;
}

.wegweiser-bg-img img, .wegweiser-bg-img a {
	padding:0;
	margin: 0;
}

#wegweiser-inside-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
}
.wegweiser-left {
	width: 52%;
}
.wegweiser-right {
	width: 27%;
}

.wegweiser-schilder {
	width: 22%;
}

.schild-img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:537px){
#wegweiser-wrap {
	display: none;
}
}
