@media only screen and (max-width:768px)
                 {#escudo{display:none;}
                 }
body             {
                 background: url("../grafik/wrapper.png");
                 background-repeat: repeat;
                 text-align: center;
                 }
.spalte1         {
                 display: inline-block;
                 text-align: center;
                 margin: 0 auto;
                 width: auto;
                 height: auto;
                 }
.spalte3         {
                 display: inline-block;
                 text-align: center;
                 margin: 0 auto;
                 width: auto;
                 height: auto;
                 clear: all;
                 }
.nav             {
                 display: inline-block;
                 text-align:center;
                 margin: 10px auto 0 auto;
                 width: auto;
                 height: auto;
                 }
.box1            {
                 max-width: 100%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 3px solid #8F8F8F;
                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#AFAFAF;
                 border-bottom-color:#5F5F5F
                 border-radius: 3px;
                 -moz-border-radius: 3px;
                 -webkit-border-radius: 3px;
                 -ms-border-radius: 3px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box2            {
                 display: inline-block;
                 text-align: center;
                 margin: 10px auto;
                 max-width: 100%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 3px solid #8F8F8F;
                 border-top-color:#FFFFFF;
                 border-left-color:#FFFFFF;
                 border-right-color:#AFAFAF;
                 border-bottom-color:#5F5F5F
                 border-radius: 3px;
                 -moz-border-radius: 3px;
                 -webkit-border-radius: 3px;
                 -ms-border-radius: 3px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 }