
/* ===== wurster medien ==================================================
   Author: Simon Wurster
   ========================================================================== */
  
#maps {
	width: 100%;
	height: calc( 100% - 46px );
	overflow: hidden;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	} 
	
#logo {
	display: none;
	}
	
#link_home {
	margin-left: 0;
	}
#link_maps {
	display: none;
	}

/* ====================
   FULL HD
   ==================== */
   
@media only screen and (max-width : 1920px) {			
}


/* ====================
   LAPTOP
   ==================== */
   
@media only screen and (max-width : 1366px) {				
}

/* ====================
   TABLET
   ==================== */
   
@media only screen and (max-width : 1024px) {	


#maps {
	height: 100%;
	}	
#logo {
	display: block;
	}
#link_home {
	display: none !important;
	}
		
}

/* ====================
   SMARTPHONE
   ==================== */
   
@media only screen and (max-width : 500px) {		
}
