@charset "UTF-8";
/* --- Resp. Stylesheet --- */

html {
   -webkit-text-size-adjust: none;
}

img {
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Header */
	#header-left {
		display:none;
	}
	
	#header-right {
		float:left;
		padding-left:5%;
	}
	
	/* Content */
	
	/* Footer */
	
	/* Sonstiges */	
}

@media only screen and (max-width: 767px) {
	/* Header */	
	#header-left {
		display:none;
	}
	
	#header-right {
		float:left;
		padding-left:5%;
	}
	
	/* Content */
	
	/* Footer */
	
	/* Sonstiges */	
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	/* Header */
	#header-left {
		display:none;
	}
	
	/* Content */
	
	/* Footer */
	
	/* Sonstiges */	
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	/* Header */
	#header-left {
		display:none;
	}
	
	#header-right {
		float:left;
		padding-left:5%;
	}
	
	/* Content */
	
	/* Footer */
	
	/* Sonstiges */	
}

@media only screen and (max-width: 480px) {
	/* Header */
	#header-left {
		display:none;
	}
	
	#header-right {
		float:none;
		margin:auto;
	}
	
	
  ul.topnav li:not(:first-child) {
	  display:none;}
  ul.topnav li.icon {
    float:right;
    display: inline-block;
  }


  ul.topnav.responsive {position:relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  ul.topnav.responsive li {
    float:none;
    display:inline;
  }
  
  ul.topnav.responsive li a {
    display:block;
    text-align:left;
  }
		
		
	/* Content */
	img.content {
		max-width:100%;
		margin-right:3%;
		margin-bottom:2%;
	}
		
	/* Footer */
	#footer-left {
		float:left;
		padding-left:5%;
	}
	
	#footer-right {
		float:left;
		padding-left:5%;
	}
	
	/* Sonstiges */		


}