body        {
            font-family: 'Consolas', sans;
            font-size: 0.8em;
            font-weight: 500;
            text-align: center;
            }
                   
.top       {
            margin: auto;
            width: 650px;
            border: 6px solid rgb(204,153,102);
            }                     
.box        {
            display: inline-table;
            margin-right: 10px;
            margin-bottom: 8px;
            width: 320px;
            height: 360px;
            border: 1px solid rgb(255,153,51);
            }
.clean      {
            clear: both;
            height: 20px; 
            }
a           {
            text-decoration: none;
            color: white;
            background-color: red;
            }
a:hover     {
            text-decoration: none;
            color: black;
            }
h1          {
            font-family: Verdana, sans;
            font-size: 24px;
            font-weight: 900;
            color: darkred;
            }
hr          {color: darkred;}
.img        {
            width: 900px;
            }  
.img2        {
            width: 550px;
            height: 300px;
            }                        
.wappen     {
            float: left;
            width: 70px;
            margin-left: 2em;
            }

.red        {
            color: black;
            background-color: rgb(255,204,102);
            }
.red2       {
            color: red;
            }
.plakat     {
            line-height: 5em;
            }

.noprint    {display: inline;}

@font-face  {
    font-family: 'Consolas';
    src: url('fonts/Consolas.eot');
    src: url('fonts/Consolas.eot?#iefix') format('embedded-opentype'),
         url('fonts/Consolas.woff2') format('woff2'),
         url('fonts/Consolas.woff') format('woff'),
         url('fonts/Consolas.ttf') format('truetype'),
         url('fonts/consolas.svg#consolas') format('svg');
    font-weight: normal;
    font-style: normal;
            }

 @media screen and (min-width: 180px) and (max-width: 880px) {
   body  {font-size: 1em;}
  .top  {width: 85%; padding: 1em; }
  .top img {width: 100%; height: auto;}        
  .top .wappen  {width: 10%; margin: 0.5em} 
  .box  {width: 85%; height: auto; padding: 1.5em; }
  .box img {width: 100%; } 
  .box .wappen  {width: 5%; }
  .img {width: 100%}
  } 
  
@media print    {
               body {line-height: 1; padding-left: 0em;}
               img {display: none;}
               .noprint {display: none; visibility: collapse; height: 0;}
               .top {border:none; width: 100%; height: 2em;}
               .box {height: 130px; width: 45%; background-color: white; margin-right: 2em; margin-bottom: 0;  border: 0; float: left;}
                color: black;
                border: none;
                height: 4em;
                width: 45%;
                margin: 0em;
                padding: 0;
                } 
