
body {
  margin: 0 auto;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 100%;
  max-width: 95%;
  background-color: #003C57;
  color: #7F7F7F;
}

.wrapper {
  box-shadow: 0px 2px 8px 5px #7F7F7F;
  -webkit-box-shadow: 0px 2px 8px 5px #7F7F7F; 
  -moz-box-shadow: 0px 2px 8px 5px #7F7F7F; 
}

.background {
background-color: #FFFFFF;
}

p {
  padding: 10px 4px 4px 4px;
  margin: 0;
}

header {
  margin: 15px auto;
}

#headertop {
  height: 230px; /* 200 */
  background-color: #2D31AE;
  background-image: linear-gradient(#0081A1 0%, #00304C 100%);
  background-image: -webkit-linear-gradient(#0081A1 0%, #00304C 100%);
}

#headerimage {
  /* display: block; */
  float: right; /* left */
  margin: 20px;
  border: 5px solid #DFDFDF;
  box-shadow: 0px 2px 8px 1px #2F2F2F;
  -webkit-box-shadow: 0px 2px 8px 1px #2F2F2F; 
  -moz-box-shadow: 0px 2px 8px 1px #2F2F2F; 
}

.headertextlarge {
  color: #FFFFFF;
  font-size: 2.500em;
  font-weight: bold; /* weg */
  padding: 30px 10px 20px 50px; /* 20, 10, 0, 0 */
  letter-spacing: 3px;
  line-height: 1em;
  margin: 5px;
  font-variant: small-caps;
  text-shadow: 1px 1px 3px #5F5F5F;
  font-family: arial, georgia, sans-serif;
  text-align: left; /* right */
}

.headertextsmall {
  color: #DDDDDD;
  font-size: 1.2em; /* 1 */
  font-weight: bold; /* weg */
  padding: 10px 10px 0px 50px; /* 0, 10, 0, 5 */
  letter-spacing: 5px;
  margin: 5px;
  text-shadow: 10px 20px 30px #5F5F5F; /* 1, 1, 3 */
  font-family: arial, georgia, sans-serif;
  text-align: left; /* right */
}

#headermiddle {
  height: 5px;  /* 10 */ 
  background-color: #FFFFFF;
  border-top: solid 1px #5F5F5F;
  background-image: linear-gradient(#9D9F9C 0%, #000000 100%);
  background-image: -webkit-linear-gradient(#9D9F9C 0%, #000000 100%);
}

#headerbottom {
  background-color: #FFFFFF;
  background-image: linear-gradient(#0081A1 0%, #00304C 100%);
  background-image: -webkit-linear-gradient(#0081A1 0%, #00304C 100%);
}

#subnavi {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.navi {
  font-family: arial, georgia, sans-serif;
  font-size: 1.5em;
  text-shadow:1px 1px 2px #2F2F2F;
}

.navi a:link, .navi a:active, .navi a:visited {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 15px;
  margin: 5px;
  border-left: solid 1px #EFEFEF;
  border-right: solid 1px #BFBFBF;
}

.navi a:hover, .navi a:focus {
  color: #FF9900;
  background-color: transparent;
  text-decoration: none;
  font-family: arial, georgia, sans-serif;
}

main {
  padding: 0;
  margin: 0 auto;
  display: block;  
}

article {
  padding: 8px;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.400em;
  text-align: justify; /* left */
  color: #000000;
}

footer {
  height: 200px;
  padding: 0;
  margin: 0 auto;
  background-color: #818FD8;
  background-image: linear-gradient(#0081A1 0%, #00304C 100%);
  background-image: -webkit-linear-gradient(#0081A1 0%, #00304C 100%);
}

.fussinhalt {
  font-family: arial, georgia, sans-serif;
  color: #CFCFCF;
  float: center;
  font-size: 1,1em;
  width: 100%;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  text-shadow: 1px 1px 1px #2F2F2F;
}

.fussinhalt p {
  padding: 2px;
}

.fussinhalt a:link,.fussinhalt  a:visited,.fussinhalt  a:active {
  color: #CFCFCF;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.fussinhalt a:hover,.fussinhalt  a:focus {
  color: #ff9900;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

h1 {
  background-color: inherit;
  color: #007E9E;
  font-family: arial, georgia, sans-serif;
  font-size: 2.0em;
  text-align: center;
  margin: 15px 0 5px 0;
  text-shadow: 1px 1px 3px #5F5F5F;
}

h2 {
  color: #007E9E;
  font-family: arial, georgia, sans-serif;
  font-size: 1.338em;
  text-align: left;
  padding: 8px 0px 0px 16px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 3px #5F5F5F;
}

h3 {
  color: #007E9E;
  background-color: inherit;
  font-family: arial, georgia, sans-serif;
  font-size: 1.254em;
  text-align: left;
  padding: 8px 0px 0px 5px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 3px #5F5F5F;
}

a:link, a:visited, a:active {
  color: #2F2F2F;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:focus {
  color: #2D31AE;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  /* display: block; */
}

.clear {
 clear: both;
}

/* 768px */

@media (max-width: 768px) {

header {
  font-size: 0.7em;
}
#headerbottom {
  background-color: #FFFFFF;
  background-image: linear-gradient(#0081A1 0%, #00304C 100%);
  background-image: -webkit-linear-gradient(#0081A1 0%, #00304C 100%);
}

.navi a:link, .navi a:active, .navi a:visited {
  display: block;
  /* background-color: #E5E5E5; */
  background-color: #FFFFFF;
  background-image: linear-gradient(#0081A1 0%, #00304C 100%);
  background-image: -webkit-linear-gradient(#0081A1 0%, #00304C 100%);
  padding: 5px;
}

}

/* 480px */

@media (max-width: 480px) {
.headertextlarge {
  font-size: 1.500em;
  padding: 15px 0px 0px 0px;
  text-align: center;
}
.headertextsmall {
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

#headerimage {
  float: none; /* none */
  width: 180px; /* 180 */
  margin: 15px 50px 0px 50px;
  border: 5px solid #FFFFFF;
}

#headertop {
  height: 250px; /* 210 */
}

article {
  padding: 2px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.338em;
  /* text-align: left;  /// justify */
}

.fussinhalt {
  letter-spacing: 1px;
  padding: 2px 0 0 0;
}

.fussinhalt h4 {
 padding: 5px;
}

h1 {
  font-size: 1.250em;
}

}


