/*-----------------------------------------------------------------------------------------------*/
/* Genau 568px, Iphone quer */
/*-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1439px){
	#triMapApp_welcomeMessageOuterContainer,
	#triMapApp_descriptionOverlayOuterContainer {
		left: 30px;
	}
}
@media only screen and (max-width: 1023px){
	#triMapApp_welcomeMessageOuterContainer, 
	#triMapApp_descriptionOverlayOuterContainer {
		max-width: none!important;
		width: auto;
		left:30px;
		right:30px;
	}

}
@media only screen and (max-width: 767px){
	.kopfzeile{
		height:auto!important;
	}
	.tx-t3srelocalsites-pi1{
		min-height:0;
	}
	#triMapApp_pageWrapper{
		position:relative;
	}
	#triMapApp_welcomeMessageOuterContainer, 
	#triMapApp_descriptionOverlayOuterContainer {
		max-width: none !important;
		position:static;
	}
}
@media only screen and (max-width: 624px),
(max-height: 500px){	
	#triMapApp_welcomeMessageOuterContainer,
	#triMapApp_descriptionOverlayOuterContainer{
		top: 0;
	}
	#triMapApp_welcomeMessageContainer,
	#triMapApp_descriptionOverlayContainer{
		left:30px;
		top:30px;
		right:30px;
		bottom:30px;
		overflow:auto;
		position:fixed;
		width:auto;
		max-width:320px;
		padding:30px 10px;
		margin-top: 0%;
	}
}

@media only screen and (max-width: 500px){
	.triMapApp_menu_accordeon_selection ul li span{
		display: inline;
		width: auto;
	}
}