  /**
 * @author Stengel
 */

	
@media (min-width:400px) and (min-height:450px){
	#splash-wrapper img{
		display: unset;
	}
	h1{
		font-size: unset;
	}
}
@media (min-width:600px){
	#waldtypenkarte_content table, #substratkarte_content table{
		display: unset;
	}
	#waldtypenkarte_content td, #substratkarte_content td{
		padding: 0px;
	}
	#waldtypenkarte_content img,  #substratkarte_content img{
		max-width: 350px !important;
	}
	.esri-view-width-xlarge .esri-popup__main-container ,
	.esri-view-width-large .esri-popup__main-container ,
	.esri-view-width-medium .esri-popup__main-container,
	.esri-view-width-small .esri-popup__main-container{
		width: unset;
		max-width: 750px !important;
		min-width: 340px !important;
	}
	#logo_winalp{
		display: table-cell;
		width: 45%;
		height:50px;
		text-align: center;
		vertical-align: middle;
		font-size: 1.9em;
		font-weight: bold;
		color: #298d29;
		/* background-image: url("img/winalp-logo-bkg_fade4.png"); */
		/* background-position: center; */
		/* background-repeat: no-repeat; */
	} 
	#copyRight{
		display: unset;
		font-size: 1em;
		right: 100px;
		bottom: 2px;
		position: absolute;
		text-align:center;
		z-index: 98;
	}
}
@media (min-height:550px) and (min-width:500px){
	#headerPane{
		height: 100px;
	}
	#logo_lwf{
		width: 4%;
		height: 100px;
	}
	#logo_lwf a{
		display: block;
		margin: 20px;
		width: 70%;
		height: 60%;
	}
	#logo_winalp{
		display: table-cell;
		width: 50%;
		height: 100px;
		text-align: center;
		vertical-align: middle;
		font-size: 2.9em;
		font-weight: bold;
		color: #298d29;
		/* background-image: url("img/winalp-logo-bkg_fade4.png"); */
		/* background-position: center; */
		/* background-repeat: no-repeat; */
	} 
	#logo_hswt img{
		height: 32px;
		padding: 10px;
	}
	
	#viewDiv {
		height: calc(100% - 100px);  
	}
	#mainToolBar_zoom.esri-zoom.esri-widget.esri-component{
		display: unset;
	}
	#mainToolBar_print.esri-expand.esri-widget.esri-expand--auto.esri-component{
		display: unset;
	}
	#mainToolBar_sketch.esri-expand.esri-widget.esri-expand--auto.esri-component{
		display: unset;
	}
	#mainToolBar_search.esri-search.esri-widget.esri-component{
		display: unset;
	}
	#mainToolBar_overview.esri-expand.esri-widget.esri-expand--auto.esri-component{
		display: unset;
	}
	.esri-component.esri-zoom.esri-widget {
		background-color: #fff0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0)
	}

	.esri-zoom .esri-widget--button:first-child{
		margin-bottom: 4px;
	} 
	.esri-ui-top-left .esri-component{
		margin-bottom: 4px;
	}

	#copyRight{
		display: unset;
		font-size: 1em;
		right: 100px;
		bottom: 2px;
		position: absolute;
		text-align:center;
		z-index: 98;
	}
}
	