body        {
            text-align: center;
            font-family: Verdana, sans;
            font-size: 0.8em;
            background-color: rgb(255,204,0);
            }
.box        {
            display: inline-table;
            padding: 1em;
            margin: 0.5em;
            /*max-width: 12%;
            min-width: 12%;   */
            width: 200px;
            height: 210px;
            border: 4px solid #0089dd;
            border-radius: 1em;
            vertical-align: middle;
            background-color: white; 
            }
.cleaner    {clear:both;}
#send       {
            font-family: Verdana, sans;
            font-size: 1em;
            position: fixed;
            left: 0;
            bottom: 0;
            width: 49%;
            height: 2em;
            color: white;
            background-color: #0089dd;
            border: 0px;
            border-radius: 1em;
            }
#send:hover {
            background-color: green;
            }
#menu       {
            position: fixed;
            right: 0;
            bottom: 0;
            margin-left: 50%;
            width: 49%;
            height: 2em;
            color: white;
            background-color: red;
            border-radius: 1em;
            }
#menu:hover {
            background-color: green;
            }

#wa2         {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 25em;
            width: 100px;
            height: 165px;
            padding-top: 5px;
            background-color:white;
            border: 1px solid black;
            visibility: hidden;
            } 
#wa2 img     {
            width: 100%;
            }            
#wa2 a       {
            color: black;
            background-color:white;
            } 
#wa3         {
            font-family: Verdana, sans;
            font-size: 1em;
            position: fixed;
            left: 0;
            bottom: 0;
            width: 49%;
            height: 2em;
            color: white;
            background-color: green;
            border: 0px;
            border-radius: 1em;
            visibility: hidden;
            }   
#wa3 a      {
            color: white;
            background-color: green;
            } 
.field      {
            border: 1px solid black;
            border-radius: 0.2em;
            }
.button     {
            background-color: gray;
            color: white;
            height: 2em;
            border: 0px;
            border-radius: 1em;
            }
.imgx       {
            height: 150px;
            width: 200px;
            }
h1          {line-height: 1em;}
a           {
            text-decoration: none;
            line-height: 2em;
            color: white;
            background-color: red;
            border-radius: 1em;
            }          
a:hover     {
            background-color: green;
            }
a.nobg      {
            background-color: white;
            }
textarea    {
            font-family: Verdana, sans;
            font-size: 1em;
            }
            
@media screen and (min-width: 180px) and (max-width: 880px) {

.box            {
                width: 90%;
                }
.dunkelrot      {
                background-color: rgb(153,0,51);
                }
.gruen          {
                background-color: rgb(102,153,0);
                } 
.schwarz        {
                color: black;
                background-color: white;
                }            
.schwarz:hover  {
                color:red;
                background-color: white;
                }
.wa1            {visibility: hidden; height: 0px;}                
#wa2            {visibility: visible;}
#wa3            {visibility: visible;}
#send           {visibility: hidden;}
.no             {visibility: hidden; height: 0px;}
                                                                }                           