@charset "UTF-8";
/* CSS Document */ 
 
img {border: none;}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
  
body { 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #E8E7E0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
}

#container {
  width: 792px;
  height: 592px;
  background: url(../images/hg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  border: 3px solid #FFFFFF;
} 

#c10 {
  display: table;
}

#c11, #c12 {
  display: none;
}


#head {
  width: 100%;
  height: 20px;
  padding: 40px 0 0 40px;
}


#menu {
  margin: 45px 0 0 86px;
  height: 30px;
}

#inhalt {
  margin: 0 0 56px 130px;
  padding: 40px 20px 10px 86px;
  min-height: 326px;
  width: 490px;
  border: 1px solid #ca0000;
  background-color: #fafaf2;
}

#start {
  margin: 0 0 46px 130px;
  padding: 0px;
  height: 386px;
  width: 596px;
  border: 1px solid #ca0000;
  background-color: #fafaf2;
}

/* footer */

#footer {
  margin: 14px 0 0 130px;
  height: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0px;
  color: #555555;
}

#footer a {
  color: #555555;
  text-decoration: none;
}

#c14, #c13 {
    display: none;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #555555;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ca0000;
  text-decoration: none;
}

.nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style: none;
  margin: 0 0 0 4px;
  max-width: 100%;
  z-index: 10;
}

.nav li {
  float: left;
  display: inline-block;
  padding: 2px 8px 2px 8px;
  border: 1px solid #fff;
  background-color: #fafaf2;
}

.nav li a {
  color: #666;
  text-decoration: none;
}

.nav li:hover {
    background: #E8E7E0;
}

.nav li a:hover {
  color: #ca0000;
  text-decoration: none;
}


.nav li .aktiv {
  color: #ca0000;
  text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 780px) {

#container {
  width: 480px;
  height: 612px;
} 

#head {
  width: 100%;
  height: 20px;
  padding: 20px 0 0 20px;
}


#menu {
  margin: 45px 0 0 0px;
  height: 50px;
}

.nav ul {
  margin: 0;
  width: 480px;
}

.nav li {
  width: 31%; 
  text-align: center;
  padding: 2px 0px 2px 0px;
  border: 1px solid #fff;
  background-color: #fafaf2;
}

#inhalt {
  width: 360px;
  margin: 0 0 52px 40px;
  padding: 40px 20px 10px 20px;
}

#start {
  width: 400px;
  margin: 0 0 52px 40px;
}
/* footer */
#footer {
  margin: 10px 0px 0 40px;
}

#c1, #c13 {
    display: none;
}

#c14 {
  display: table;
}

/* Startbilder */

#c10, #c12 {
  display: none;
}

#c11 {
  display: table;
}

}

@media screen and (max-width: 480px) {

body {
  display: block;
}

#container {
  width: 98%;
  height: 100%;
  margin-bottom: 10px;
}

#head {
  width: 100%;
  padding: 20px 0 0 20px;
}


#menu {
  width: 98%;
  margin: 6% 1% 0 1%;
  height: 70px;

}

.nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav li {
  width: 49%;
  text-align: center;
  padding: 2px 0px 2px 0px;
  border: 1px solid #fff;
  background-color: #fafaf2;
}

#inhalt {
  width: 94%;
  margin: 0 0 4% 1%;
  padding: 2% 2% 5% 2%;
}

#start {
  max-width: 94%;
  margin: 0 0 4% 1%;
}

#footer {
  margin: 3% 1% 4% 1%;
}

#c1, #c14 {
    display: none;
}

#c13 {
  display: table;
}


#c10, #c11 {
  display: none;
}

#c12 {
  display: table;
}

.csc-textpic-image img {
  width: 100%;
  height: auto;
  
  
}

}
  