@media only screen and (max-width: 500px) {
    body {
    background:#000 url("../images/background3.png");
    background-repeat: repeat;
    margin: 0;
    height:100%;
  font-family:arial, Verdana, sans-serif;
  }
}
@media only screen and (min-width: 500px) {
  body{
  font-family:arial, Verdana, sans-serif;
    background:#FFF url("../images/background3.png");
    background-repeat: repeat;
    margin: 0;
    height:100%
  }
}

@media screen and (max-width : 500px){
  .layout{
    position:relative;
    width:100%;
    margin: 0 ; padding: 0;
    background:#FFFFFF;
    border: 1px solid black;
  float:none;
  }

}
@media screen and (min-width : 500px){
  .layout{
    position:relative;
    width:100%;
    margin: 1em auto; padding: 0;
    background:#FFFFFF;
  border: 1px solid black;
  }
}
@media screen and (min-width : 768px){
  .layout{
    position:relative;
    max-width:1000px;
    margin: 1em auto; padding: 0;
    background:#FFFFFF;
  border: 1px solid black;
  box-shadow: 2px 3px 2px rgba(0,0,0,0.42);
  }
}
* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

.Header{
  width:auto;
  height:4em;
  margin:0.5em 0 1em 2em;
  padding:0;
  background:url("../images/logo.png") no-repeat;
}

.Bild img{
  width:100%;
  height:130px;
  background:#fFF;
}
 


h1 {
    color:#000;
    font-size: 1.5em;
    text-align: center;
  }

.Navigation  {
    margin-bottom:0em; 
  color:#fff;
  text-align:center;
  background-color: #333333;
    border-bottom: 5px solid #990033;
  }
  
.Navigation  ul{
    margin-bottom:0em; padding: 0.3em;
    text-align: left;
    background-color: #333333;
    border-bottom: 0px solid #990033;
  }
.Navigation ul li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

.Navigation ul a, .Navigation span {
    padding: 0.35em;
    text-decoration: none; font-weight: normal;
    color: #FFFFFF;
  }
* html .Navigation ul a, * html .Navigation ul span {
    width: 6em;
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
.Navigation ul a:hover, .Navigation ul span {
    color: white; 
    background-color: #990033;
  }
.Navigation ul a.active {
    color: white;
    background-color: #990033;
  }
.auswahl {font-size:1em;background-color:#ddd; border:0px solid #ddd; }
  
  .language a{color:#000000 !important;text-decoration:none; margin:0px;}

.Inhalt {
    width: auto;
    min-height:25em;
    margin-bottom:0 ;
    padding: 1em;
    border: 0px dashed silver;
  }
* html .Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
.Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }

.Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

.Inhalt a{color:#000000 !important;background:transparent url('arrow-small.gif') no-repeat left 4px;text-decoration:underline;font-weight:normal; padding-left:1em;}
.Inhalt a:hover{color:#000000 !important;text-decoration:none;text-decoration:none;font-weight:normal}
.Content {float:left;}
.Content img { max-width:100%;}
.Content a{color:#000000 !important;background:transparent url('arrow-small.gif') no-repeat left 4px;text-decoration:underline;font-weight:normal; padding-left:1em;}
.Content a:hover{color:#000000 !important;text-decoration:none;text-decoration:none;font-weight:normal}

.News {
   padding: 1em;
}

.News h2 {
    color:#000;
    font-size: 1.0em;
    text-align: center;
  }
  
.News a{color:#000000 !important;background:transparent url('arrow-small.gif') no-repeat left 4px;text-decoration:underline;font-weight:normal; padding-left:1em;}
.News a:hover{color:#000000 !important;text-decoration:none;text-decoration:none;font-weight:normal}


.Fusszeile {
    margin: 0px;
    min-height:8em;
    font-size:1em;text-decoration: none; font-weight: normal;
    color:#FFF;
    background-color: #333333;
    border-top: 3px solid #990033;
  display:block;
  }

.Fusszeile a {
    padding: 0;
    text-decoration: none; font-weight: normal;
    color: #FFFFFF;
  }
.Fusszeile a {
    width: 6em;
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
.Fusszeile a:hover{
    color: white; background-color: gray;
  }

.Footer1, .Footer2, .Footer3 {
    margin-left: 3em;
    float:left;
    width:20em;
    font-size:0.9em;
    text-align:left;
    background-color: #333333;
  }

.Footer1 h1,
.Footer2 h1,
.Footer3 h1{
   font-size:1em;text-align:left;
   color:#fff;
}

#Footer, #Footer2, #Footer3 {width:auto;clear:both;margin:0;padding: 0em 1em 0 1em;background:#333333}

#Footer {
  list-style-type:none;
}

#Footer3 {
  margin:20px auto;
  height:auto;
  list-style-type:none;
  position:relative;

}
#Footer3 li{
  margin:5px auto;
}

.flr{
  float:right;
}
.flc {
  clear:both;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    padding: 0px;
}
@media screen and (max-width : 500px){
  //.Content img { width:50%;height:50%;}
}
@media only screen and (min-width: 500px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 100%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 100%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
  .kill {display:none;}
  //.Content img { width:50%;height:50%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  .kill {display:block;}
}
