#es-map_container {
	display: none;
}

#mwstage {
	background-image: url('../Images/rightBackground.jpg');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 4px;
	max-width: 1160px;
}

#mwstage iframe {
	width: 500px;
}

#mwstage img {
	width: auto;
}

#mwstage #leftBlock {
	max-width: 80%;
	float: left;
	position: relative;
}
/*
.banner { position: relative; overflow: auto; }
.banner li { list-style: none; }
.banner ul li { float: left; }

#mwstage #leftBlock li { list-style: none; }
#mwstage #leftBlock ul li { float: left; }
*/

#mwstage #leftBlock img {
	max-width: 100%;
	height: auto;
}

#mwstage #rightBlock {
	float: right;
	width: 20%;
}

#mwstage .tab,
#mwstage .tab:last-of-type {
	background-image: url('../Images/tabBorder.jpg'), url('../Images/tabBackground.jpg');
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: auto, contain;
	background-position: bottom, top;
	background-repeat: no-repeat, repeat-y;
	cursor: pointer;
}

#mwstage .tab:last-of-type {
	background-image: none, url('../Images/tabBackground.jpg');
}

#mwstage .tab.active,
#mwstage .tab:hover {
	background-image: url('../Images/tabBorder.jpg'), none;
	background-color: #FFFFFF;
}

#mwstage .tab.active:last-of-type,
#mwstage .tab:last-of-type:hover {
	background-image: none, none;
}

#mwstage .tab.map {
	background-image: url('../Images/mapBackground.png'), url('../Images/tabBackground.jpg');
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: auto, contain;
	background-position: left, top;
	background-repeat: no-repeat, repeat-y;
}

#mwstage .tab.map.active {
	background-image: none;
	background-color: #FFFFFF;
}

#mwstage .locationInfo {
	border-bottom: 1px solid #5292BE;
	display: none;
	left: 0;
	position: absolute;
	padding-left: 100px;
	top: 0;
	z-index: 10000;
}

#mwstage .locationInfo div {
	border-right: 1px solid #5292BE;
	background-color: #FFFFFF;
	color: #000000 !important;
	display: inline-block;
	padding: 20px 14px 25px 14px;
}

#mwstage .locationInfo h2 {
	background-image: url('../../../../../../fileadmin/layout/default2014/css/img/langselectGermany.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#mwstage .locationInfo h2.de {
	background-image: url('../../../../../../fileadmin/layout/default2014/css/img/langselectGermany.jpg');
}

#mwstage .locationInfo h2,
#mwstage .locationInfo a {
	color: #000000 !important;
	font-size: 13px;
}

#mwstage .tab h2 {
	line-height: 18px;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 4%;
}

#mwstage .tab h3 {
	color: #00519E;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0 1em 0.5em 4%;
}

#mwstage .tab p {
	color: #616161;
	line-height: 14px;
	margin: 0;
	padding: 0 1em 0.5em 4%;
}

#mwstage .tab.active p,
#mwstage .tab:hover p{
	color: #606060;
}

/* ##########################################################################################*/
/*                  SCREEN SIZE LESS THAN 1122PX                */
/* ##########################################################################################*/

@media screen and (max-device-width: 1200px) , screen and (max-width: 1200px) {

	#mwstage h2 {
		font-size: 14px;
	}

	#mwstage p {
		font-size: 10px;
		line-height: 12px;
	}

}

/* ##########################################################################################*/
/*                  SCREEN SIZE LESS THAN 1024PX                */
/* ##########################################################################################*/

@media screen and (max-device-width: 1024px) , screen and (max-width: 1024px) {

	#mwstage {
	/*	background-image: url('../Images/rightBackground_ipad.jpg'); */
	}

	#mwstage h2 {
		font-size: 13px;
	}

	#mwstage h3 {
		font-size: 11px;
	}

}

/* ##########################################################################################*/
/*                  SCREEN SIZE LESS THAN 970PX                */
/* ##########################################################################################*/

@media screen and (max-device-width: 970px) , screen and (max-width: 970px) {

	#mwstage {
		background-image: none;
		background-color: #FFFFFF;
	}

	#mwstage .tab p {
		line-height: 1em;
	}
}

/* ##########################################################################################*/
/*                  SCREEN SIZE LESS THAN 830PX                */
/* ##########################################################################################*/

@media screen and (max-device-width: 830px) , screen and (max-width: 830px) {

	#mwstage .tab h2 {
		font-size: 14px;
		line-height: 16px;
	}

}

/* ##########################################################################################*/
/*                  SCREEN SIZE LESS THAN 660PX                */
/* ##########################################################################################*/

@media screen and (max-device-width: 800px) , screen and (max-width: 800px) {

	#mwstage .tab h3 {

	}

}

/* ##########################################################################################*/
/*                  SCREEN SIZE LESS THAN 600PX                */
/* ##########################################################################################*/

@media screen and (max-device-width: 600px) , screen and (max-width: 600px) {

	#mwstage {
		display: none;
	}

}