body        {
            font-family: 'Yanone', sans;
            font-size: 1em;
            font-weight: 500;
            text-align: center;
            background-image: url(stars.jpg);
            background-size: 100%;
            background-attachment: fixed;
            }
                   
.top       {
            margin: auto;
            width: 650px;
            
            border: 6px solid orange;
            background-color: white;
            }                     
.box        {
            display: inline-table;
            margin-right: 10px;
            margin-bottom: 8px;
            width: 310px;
            height: 350px;
            border: 1px solid red;
            background-color: white;
            }
.boxb       {
            display: inline-table;
            margin-right: 10px;
            margin-bottom: 8px;
            width: 520px;
            height: 350px;
            border: 1px solid red;
            background-color: white;
            }
.clean      {
            clear: both;
            height: 20px; 
            }
a           {
            text-decoration: none;
            color: white;
            background-color: red;
            }
a:hover     {
            text-decoration: none;
            color: black;
            }
h1          {
            font-family: 'YanoneB', sans;
            font-size: 3em;
            font-weight:500;
            color: darkred;
            }
p           {
            font-size: 0.5em;
            color: white;
            width: 50%;
            margin-left: auto;
            margin-right: auto;
            }
hr          {color: darkred;}
.img        {
            width: 900px;
            }  
.img2        {
            width: 550px;
            height: 300px;
            }                        
.imgsmall   {
            width: 15px;
            height: 15px;
            }
.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: 'Yanone';
    src: url('fonts/YanoneKaffeesatz-Regular.eot');
    src: url('fonts/Consolas.eot?#iefix') format('embedded-opentype'),
         url('fonts/Consolas.woff2') format('woff2'),
         url('fonts/YanoneKaffeesatz-Regular.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Regular.ttf') format('truetype'),
         url('fonts/consolas.svg#consolas') format('svg');
    font-weight: normal;
    font-style: normal;
            }
@font-face  {
    font-family: 'YanoneB';
    src: url('fonts/YanoneKaffeesatz-Bold.eot');
    src: url('fonts/Consolas.eot?#iefix') format('embedded-opentype'),
         url('fonts/Consolas.woff2') format('woff2'),
         url('fonts/YanoneKaffeesatz-Bold.woff') format('woff'),
         url('fonts/YanoneKaffeesatz-Bold.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;background-image: url(martinh.jpg); background-size: 100%; background-attachment: fixed;}
  .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%}
  .box .imgsmall {width: 20px; height: 20px}
  .boxb  {width: 85%; padding: 1.5em;}
  .boxb 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;
                } 
