body {
  margin: 0 auto;
  padding: 0;
  font-family: georgia, "trebuchet ms", serif;
/* Max-Width 1870 mit Rahmen links und rechts*/

  max-width: 1850px;
  background-color: #FACC2E;
  color: #FFFFFF;
}

p {
  padding: 10px 4px 4px 4px;
  margin: 0;
}

ul,li {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
  background-color:#FFFFFF;
  color: #4F4F4F;
  margin: 0 auto;
  box-shadow: 6px 2px 8px 1px #000000;
  -webkit-box-shadow: 6px 2px 8px 1px #000000; /* WebKit */
  -moz-box-shadow: 6px 2px 8px 1px #000000; /* Firefox */
}
/* Header Margin 0px ohne Rahmen oben. */

header {
  margin: 10px auto 0 auto;
}

.headertext {
  color: #FF0000;
  align-items: center;
  font-size: 2.5rem;
  padding: 15px 0px 15px 10px;
  margin-left: auto;
  margin-right: auto;
  margin: 5px;
    font-weight: bold;
  font-family: Allura, georgia, "trebuchet ms", serif;
  text-shadow: 1px 1px 1px #BFBFBF;
}

#menu {
  text-align: right;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#menu li {
  list-style: none;
  text-transform: uppercase;
  display: inline-block;
}
#menu a {
  display: block;
  height: 100%;
  padding: 0.5em;
  text-decoration: none;
  color: #000000;
}

#menu a:hover, #menu a:focus {
  color: #CFC0AB;
}
.menu-button {
  display: none;
}

nav {
  float: right;
}

/*Steuerung einblenden */

#nav-menu:target #menu {
  display: block;
}

/* Menu-open-Button ausblenden, so dass der zum Schließen sichtbar wird */

#nav-menu:target .menu-button-open {
  display: none ;
}

#bild {
  background: url(images/headerimage.jpg) no-repeat top center fixed #F5F5F5;
	background-size: auto, auto; 
  margin-top: 40px;
  padding-bottom: 27%;
  background-size:cover;
}

#bild-1 {
  background: url(images/headerimage1.jpg) no-repeat;
  margin-top: 40px;
  padding-bottom: 27%;
  background-size:cover;
}

#bildbox1 {
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  padding: 15px;
  background: transparent;
  font-size:1.5rem;
  color:#697EB7;
  font-weight: bold;
  font-style: italic;
}

#bildbox2 {
  position: relative;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  top: 200px;
  left: 170px;
  padding: 50px;
  background: transparent;
  font-size:1.5rem;
  color:#FFFFFF;
  font-weight: bold;
  width: 400px;
}

#bildbox3 {
  position: relative;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  top: 10px;
  left: 200px;
  padding: 1px;
  background: transparent;
  font-size:1.9rem;
  color:#FFFFFF;
  font-weight: bold;
  width: 1200px;
}

linksbuendig {
  float: left;
  width: 50%;
  padding: 11px;
}


v-center {
  text-align: center;
  align-content: center;
  justify-content: center;
  width: 30%;
  padding: 10px;
}

v-center v3 {
  background-color: inherit;  
  color: #FF0000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1.5em;
  margin: 15px 0px 5px 0px;
  text-shadow: 1px 1px 1px #000000;
  padding: 30px;
}

volleseite {
  float: left;
  width: 30%;
  padding: 12px;
}

vollseite h1 {
  background-color: inherit;
  color: #FF0000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 2em;
  margin: 15px 0px 5px 0;
  text-shadow: 1px 1px 1px #000000;
  padding: 30px;
}

vollseite h1b {
  background-color: inherit;
  color: 0000000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 2.2em;
  margin: 15px 0px 5px 0;
  text-shadow: 1px 1px 1px #000000;
  padding: 0px;
}

vollseite h2 {
  color: #7F7F7F;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 2em;
  padding: 8px 0px 0px 16px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 1px #000000;
}

 vollseite h3 {
  background-color: inherit;  
  color: #FF0000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1.5em;
  margin: 15px 0px 5px 0px;
  text-shadow: 1px 1px 1px #000000;
  padding: 30px;
}


vollseite h4 {
  background-color: inherit;
  color: #FF0000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1.3em;
  margin: 15px 0px 5px 0;
  text-shadow: 1px 1px 1px #000000;
  padding: 30px;
}


aside {
  float: left;
  width: 28%;
  padding: 10px;
}

aside h2 {
  color: #697EB7;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1.338em;
  padding: 8px 0px 0px 5px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 1px #000000;
}

aside p {
 text-align: justify;
 padding: 0 5px;
}

vollseite p {
 text-align: justify;
 padding: 0 30px;
}

.haupt {
 width: 72%;
 float: right;
}

main {
  padding: 0;
  margin: 0 auto;
  display: block;  /*wegen Fehldarstellung IE*/
}

article {
  padding: 8px;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.400em;
  text-align: justify;
}

article h1 {
  background-color: inherit;
  color: #FF0000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 2em;
  text-align: center;
  margin: 15px 0 5px 0;
  text-shadow: 1px 1px 1px #000000;
}

article h1b {
  background-color: inherit;
  color: #FF0000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 2em;
  text-align: center;
  margin: 15px 0 5px 0;
  text-shadow: 1px 1px 1px #000000;
}

article h2 {
  color: #7F7F7F;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1.338em;
  padding: 8px 0px 0px 16px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 1px #000000;
}

article h3 {
  color: #FF0000;
  background-color: inherit;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 2em;
  text-align: center;
  padding: 8px 0px 0px 16px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 1px #000000;
}

article h3b {
  color: #FF0000;
  background-color: inherit;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1em;
  text-align: center;
  padding: 8px 0px 0px 16px;
  margin: 15px 0 5px 0;
  text-shadow: 1px 1px 1px #000000;
}

article h4 {
  color: #ffffff;
  background-color: #CFC0AB;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1.171em;
  font-weight: bold;
  padding: 5px;
  margin: 15px 0px 0px 0px;
  text-shadow: 1px 1px 1px #000000;
}

article h5 {
  color: #000000;
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  font-size: 1em;
  font-weight: bold;
  padding-left: 5px;
  margin: 12px 0px 0px 0px;
  text-shadow: 1px 1px 1px #000000;
}
article h6 {
  background-color: inherit;
  color: #000000;
  font-family: verdana, "trebuchet ms",sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  margin: 15px 0 5px 0;
  text-shadow: 1px 1px 1px #000000;
  
}


footer {
  padding: 0;
  margin: 0 auto;
  background-color: #FACC2E;
}

.fussinhalt {
  font-family: "Architects Daughter", georgia, "trebuchet ms",serif;
  float: left;
  font-size: 1em;
  width: 50%;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding:  10px 0 0 0;
  margin:  10px 0 0 0;
  text-transform: uppercase;
  background-color: #FFFFFF;
}

.fussinhalt h4 {
  background-color: #FF0000;
  color:#FFFFFF;
  box-shadow: 1px 1px 1px black;
  display: inline;
  padding: 3px 25px;
}

.fussinhalt p {
  padding: 0;
}

a:link, a:visited, a:active {
  color: #000000;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:focus {
  color: #CFC0AB;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

img {
  border: 0;
  max-width: 100%;
  height: 100%;
  display: block;
}

.fotosuebersicht{
  width: 100%;
}

fotomitte {
  float: center;
  padding: 0;
  margin: 0 auto 0 -20px;
  width: 80%;
  text-align: center;
}

.fotolinks {
  float: left;
  padding: 0;
  margin: 0 auto 0 -20px;
  width: 50%;
  text-align: center;
}

.fotorechts {
  float: right;
  margin: 0 auto;
  padding: 0;
  width: 50%;
  text-align: center;
}

.fotos {
  display: inline;
  border: 5px solid #FFFFFF;
  font-size: 1em;
  box-shadow: 0px 2px 8px 1px #000000;
  -webkit-box-shadow: 0px 2px 8px 1px #000000; /* WebKit */
  -moz-box-shadow: 0px 2px 8px 1px #000000; /* Firefox */
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=3);
  padding: 0;
  margin: 0px 15px;
}
.fotosangebot {
  display: inline;
  border: 5px solid #FFFFFF;
  font-size: 2em;
  box-shadow: 0px 2px 8px 1px #000000;
  -webkit-box-shadow: 0px 2px 8px 1px #000000; /* WebKit */
  -moz-box-shadow: 0px 2px 8px 1px #000000; /* Firefox */
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=120, Strength=3);
  padding: 0;
  margin: 0px 15px;
}


figure {
  font-size: 0.8em;
  text-align: center;
}

.clear {
  clear: both;
  height: 1px;
}
/******************Besonderheiten für Bildschirmgroesse max. 768px**********************/

@media only screen and (max-width: 768px) {

header {
  margin: 0px auto 0 auto;
}

.headertext {
  font-size: 2rem;
}

.menu-button {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  margin: 10px;
  cursor: pointer;
  text-decoration: none;
}

#menu {
  text-align: left;
  width: 100%;
  font-size: 0.75 em;
  display: none;
}

#menu li {
  width: 100%;
}

#menu a {
  display: block;
  height: 100%;
  padding: 2px 0px 2px 10px;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #697EB7;
  border-bottom: 1px solid #EFEFEF;
}

.menu-button:link, .menu-button:visited, .menu-button:active {
  background-color: #FFFFFF;
}

.menu-button:hover {
  background-color: #FFFFFF;
}

#bild {
  margin-top: 10px;
  padding-bottom: 20%;
  background-size:cover;
}

aside {
  width: 98%;
  float: none;
}

.haupt {
  width: 100%;
  float: none;
}

article {
  font-size: 1em;
}

.fussinhalt {
  font-size: 0.838em;
}

.fotolinks {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.fotorechts {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#bildbox2 {
  top: 120px;
  left: 100px;
  font-size:1.25rem;
}

}

/******************Besonderheiten für Bildschirmgroesse max. 480px**********************/

@media only screen and (max-width:480px) {

.headertext {
  max-width: 300px;
}

.menu-button {
  right: 10px;
  top: 15px;
  margin: 0;
}

#bildbox1 {
  top: 0;
  left: 0;
  font-size:1rem;
  width: 80%;
}

#bildbox2 {
  top: 40px;
  left: 0;
  font-size:1rem;
  width: 150px;
}

aside {
  width: 95%;
  float: none;
}

.fussinhalt {
  width: 100%;
}

.fotolinks {
  margin-left: -20px;
}

.fotorechts {
  float: left;
  margin-left: -20px;
}

}