 /*a:link                 { color:#000000;text-decoration:none; }
 a:visited         { color:#000000;text-decoration:none; }
 a:hover         { color:#FFFFFF;text-decoration:none; background-color:#000000; }
 a:active         { color:#000000;text-decoration:none; }*/
@charset "utf-8";

@media screen and (max-width:768px) /*Die Überschrift verschwindet*/
                 {#carree_1{
                 display:none;}
                 }
@media screen and (max-width:768px) /*Die text verschwindet*/
                 {#carree_2{
                 display:none;}
                 }

body             {
                 background-image: url("../grafik/wrapper.png");
                 background-repeat:repeat;
                 text-align: center;
                 }
.blfd            {
                 margin: 0 auto 20px auto;
                 max-width:100%;
                 width: auto;
                 height: auto;
                 }
#titel           {
                 text-align:center;
                 margin: 1% auto;
                 max-width: 98%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border:2px solid wheat;
                 border-radius:6px;
                 -moz-border-radius:6px;
                 -webkit-border-radius:6px;
                 -ms-border-radius:6px;
                 box-shadow: 0 0 6px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.foto            {
                 display: inline-block;
                 text-align:center;
                 margin: 1% auto 0 auto;
                 max-width: 98%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 3px solid wheat;
                 border-radius: 10px;
                 -moz-border-radius: 10px;
                 -webkit-border-radius: 6px;
                 -ms-border-radius: 6px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box1            {
                 display:inline-block;
                 text-align:center;
                 margin: 0 0.5%;
/*                 max-width: 89px;*/
                 width: 100%;
                 width: auto;
                 height: auto;
                 border:2px solid wheat;
                 border-radius:6px;
                 -moz-border-radius:6px;
                 -webkit-border-radius:6px;
                 -ms-border-radius:6px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box2            {
                 display:inline-block;
                 text-align:center;
                 margin: 0 0.5%;
/*                 max-width: 89px;*/
                 width: 100%;
                 width: auto;
                 height: auto;
                 border:2px solid wheat;
                 border-radius:6px;
                 -moz-border-radius:6px;
                 -webkit-border-radius:6px;
                 -ms-border-radius:6px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.8);
                 }
.box3            {
                 display: inline-block;
                 text-align: center;
                 margin: 10px;
                 max-width: 98%;
                 width: 100%;
                 width: auto;
                 height: auto;
                 border: 2px solid;
                 border-top-color:#FFFFFF;
                 border-left-color:#DFDFDF;
                 border-right-color:#4F4F4F;
                 border-bottom-color:#1F1F1F;
                 border-radius: 6px;
                 -moz-border-radius: 6px;
                 -webkit-border-radius: 6px;
                 -ms-border-radius: 6px;
                 box-shadow:0, 0, 3px, 0px;
                 rgba (0, 0, 0, 0.8)
                 }
.box4            {
                 display: inline-block;
                 text-align:center;
                 margin:0 auto;
                 max-width:800px;
                 width:98%;
                 font-family: Bahnschrift,Arial,Tahoma;
                 font-weight:bold;
                 font-size:12pt;
                 font-style:normal;
                 color:#FFFFFF;
                 border:2px solid  wheat;
                 border-radius:6px;
                 -moz-border-radius:6px;
                 -webkit-border-radius:6px;
                 -ms-border-radius:6px;
                 box-shadow:0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding:5px;
                 background-color:#008000;
                 }
#zaehler         {
                 background-image: url("../grafik/zaehler.png");
                 text-align:center;
                 margin:7px auto;
                 max-width:89px;
                 width: 100%;
                 height: 22px;
                 font-family: Bahnschrift,Arial,Tahoma;
                 font-weight: bold;
                 font-size: 11pt;
                 font-style: normal;
                 color: #FFFFFF;
                 padding-top:5px;
                 border: 2px solid wheat;
                 border-radius: 6px;
                 -moz-border-radius: 6px;
                 -webkit-border-radius: 6px;
                 -ms-border-radius: 6px;
                 box-shadow: 0 0 2px 0px;
                 rgba (12, 3, 25, 0.1);
                 }
.text            {
                 display: inline-block;
                 text-align:center;
                 margin: 5px auto;
                 max-width:840px;
                 width:90%;
                 height: 7px;
                 height: auto;
                 font-family:Bahnschrift,Calibri,Tahoma;
                 font-weight:normal;
                 font-size:9pt;
                 font-style:normal;
                 color:#FFFF00;
                 border:1px solid black;
                 border-radius:5px;
                 -moz-border-radius:5px;
                 -webkit-border-radius:5px;
                 -ms-border-radius:5px;
                 background-color:transparent;
                 }