@media (max-width: 720px) {	#headerimage {		background: url(../images/header_bg_mobile.png) no-repeat center center;	}}@media (max-width: 560px) {   /* real = 540, testing = 560 wegen Scrollbar */      /*#logo { width:100px; height:40px;  }         .resimg { width:100%; }      #slogan { width:150px; height:32px; }      #headerteaser { float:left; margin-right:0px; margin-top:10px; margin-left:20px; clear:both;} */	  #headerteaser { margin-top: 32px; position: absolute; width: 50%; }	  #logo { width: 90%; }         /* 3er-Boxen untereinander */         .column_left { width:100%; margin-right:0%; padding-bottom:15px; border-bottom:1px solid #BBB;}         .column_left_footer { width:100%; margin-right:0%; padding-bottom:15px; border-bottom:1px solid #BBB;}         .column_right { width:100%; padding-top:15px;}         .column_right_footer { width:100%; padding-top:15px;}}@media (max-width: 360px) {   /* real = 320, testing = 340 wegen Scrollbar */      /*#slogan { display: none; }*/      #headerteaser { margin-top: 5px; width: 100%; position: relative;  }}