@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1280px) {
	.main_content{
		width:100%;
	}
}
@media screen and (max-width: 1270px) {
	
}
@media screen and (max-width:1241px){
	
}
@media screen and (max-width:1200px){
	
}
@media screen and (max-width:1150px){
	
}
@media screen and (max-width:1100px){
	
}
@media screen and (max-width:1070px){
	
}
@media screen and (max-width:1040px){
	
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 985px) {
	
}
@media screen and (max-width: 950px) {
	.h600{
		height: 550px;
	}
}
@media screen and (max-width: 930px) {
	
}
@media screen and (max-width: 900px) {
	.h600{
		height: 500px;
	}
}
@media screen and (max-width: 880px) {
	
}
@media screen and (max-width: 850px) {
	
}
@media screen and (max-width: 800px) {
	.h600{
		height: 450px;
	}
	.spalte1, .spalte2{
		width: 100%;
		display: block;
		margin: 0;
		float: none;
	}
	h1, h2, h3, h4, h5, h6{
		font-size: 35px;
	}
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 750px) {
	
}
@media screen and (max-width: 700px) {
	.h600{
		height: 400px;
	}
}
@media screen and (max-width: 680px) {
	.w1280{
		padding: 0px 20px;
		margin: 20px 0px;
	}
}
@media screen and (max-width: 650px) {
	.mail_box{
		width: 40px;
		bottom: 20px;
	}
	
	.telefon_box{
		width: 40px;
		bottom: 70px;
	}
}

@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 600px) {	
	
}
@media screen and (max-width: 550px) {
	h1, h2, h3, h4, h5, h6{
		font-size: 25px;
	}
	body{
		font-size: 18px;
	}
}
@media screen and (max-width: 500px){
	.h600{
		height: 350px;
	}
}	
@media screen and (max-width: 450px){	
	
}
@media screen and (max-width: 440px){	
	
}
@media screen and (max-width: 400px){	
	
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}