@media only screen and (min-width: 701px) and (max-width: 900px) {
	#header_links{
		width:100%; 
	}
	#header_rechts{
		display:none; 
	}
	
	#header_links_text{
		display:block;
	}
	
	#menue{
		width:30%;
	}
	
	#inhalt{
		width:70%;
	}
	
	.image{
		max-width:70%;
		height:auto;
	}
	
	.iframe{
		max-width:80%;
	}
	
}

@media only screen and (min-width: 501px) and (max-width: 700px) {
	#header_links{
		width:100%; 
	}
	#header_rechts{
		display:none; 
	}
	
	#header_links_text{
		display:none;
	}

	#menue{
		width:40%;
	}

	#inhalt{
		width:60%;
	}
	
	.image {
		max-width:60%;
		height:auto;
	}
	
	.iframe{
		max-width:80%;
	}
	
	
}

@media only screen and (max-width: 500px) {
	#header_links{
		width:100%; 
	}
	#header_rechts{
		display:none; 
	}
	
	#header_links_text{
		display:none;
	}

	#menue{
		position:fixed;
		top:70px;
		left:170px;
		display:none;
		width:200px;
		z-index:1000;
	}

	#inhalt{
		width:100%;
	}

	.image {
		max-width:100%;
		height:auto;
	}
	
	.iframe{
		max-width:100%;
	}
	
	#logo{
		left:40%;
	}
	
	
}
@media only screen and (max-height: 600px) {
	#header{
		position:absolute;
	}
	#menue_einblenden{
		position:absolute;
	}
}