/*
    CSS www.geigenbau-hartl.de
    Webwork-Manufaktur. Fine handcrafted webdesign since 1997
    www.webwork-manufaktur.de  info@wewoma.de
*/

/* antic-slab-regular - latin */
@font-face {
  font-family: 'Antic Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/antic-slab-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/antic-slab-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/antic-slab-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/antic-slab-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/antic-slab-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/antic-slab-v16-latin-regular.svg#AnticSlab') format('svg'); /* Legacy iOS */
}
/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/eb-garamond-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/eb-garamond-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/eb-garamond-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/eb-garamond-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/eb-garamond-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/eb-garamond-v26-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}


/* ............................................................... reset'em all */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  background: transparent;
}

/* ............................................................... Basiscs */
body {
  background-color: #fff;
  color: #333;
  font-size: 100.01%;
  font-family: 'Antic Slab', "Times New Roman", serif;
}

hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  clear: both;
  visibility: hidden;
}



/* ............................................................... Aufbau */
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 980px;
  font-size: 1.125em;
  line-height: 1em;
}

header {
  width: 100%;
  height: 300px;
}
    #logo {
      position: absolute;
      top: 0;
      left: 0px;
      width: 269px;
      height: 130px;
      overflow: hidden;
      font-size: 0.555555em;
      z-index: 7000;
    }
    #logo span {
      position: absolute;
      top: 0;
      left: 0;
      width: 269px;
      height: 130px;
      overflow: hidden;
      z-index: 7001;
      background-image: url(../grafik/logo.png);
    }
    #logo a {
      text-decoration: none;
      color: #999;
    }

    #claim {
      position: absolute;
      top: 42px;
      width: 100%;
      text-align: right;
      font-size: 1.333333em;
      z-index: 7002;
      line-height: 1.2em;
    }

    #slideshow {
      position: absolute;
      top: 100px;
      left: 0;
      width: 980px;
      height: 200px;
      background-position: center;
    }



footer {
  margin: 50px 0;
  width: 100%;
  text-align: center;
}
    footer span {
      display: inline-block;
      margin: 0 10px;
    }

/* ............................................................... Navi */
nav {
  margin: 0 0 50px 0;
  text-align: center;
  height: 50px;
  border-bottom: 1px solid #999;
}
    nav ul li {
      display: inline-block;
      margin: 0 10px;
    }
    nav a {
      display: block;
      padding: 16px 0 21px 0;
      color: #000;
      text-decoration: none;
      background-image: url(../grafik/back-navi.gif);
      background-repeat: no-repeat;
      background-position: -1000px center;
    }
    nav a:hover {
      color: #999;
    }
    nav .active a {
      color: #999;
      background-position: bottom center;
      cursor: text;
    }



/* ............................................................... Content */
.firstcol {
  margin: 0 100px 50px 50px;
  width: 390px;
  float: left;
  line-height: 1.333em;
}
.secondcol {
  margin: 0 50px 50px 0;
  width: 390px;
  float: left;
  line-height: 1.3333em;
}
.widecol {
  margin: 0 50px 0 50px;
  width: 880px;
  line-height: 1.333em;
}

.narrow {
  margin-bottom: 0;
}

#content p {
  margin: 0 0 1em 0;
}
#content ul {
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
}

#content h1 {
  margin: 0 0 0.3em 0;
  font-size: 1.125em;
  font-weight: bold;
}
#content h2 {
  margin: 1em 0 0.3em 0;
  font-size: 1.125em;
  font-weight: bold;
}
#content h3 {
  font-size: 1em;
  font-weight: bold;
}
#content h4 {
  font-size: 0.7777em;
}

blockquote {
  font-family: 'EB Garamond', serif;
  color: #666;
  font-size: 1.33333em;
  line-height: 1.5em;
  font-style: italic;
}
dt {
  padding: 0 0 0.5em;
  width: 5.5em;
  float: left;
  clear: left;
}
dd {
  margin: 0 0 0 6em;
  padding: 0 0 0.5em;
}

iframe {
  border: 1px solid #333;
  border-radius: 3px;
}

#headerImg {
  width: 390px;
  height: 420px;
  background-image: url(/grafik/mappreview.jpg);
  background-repeat: no-repeat;
}
#mapWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mapWarning {
  padding: 10px;
  width: 80%;
  background-color: rgba(255,255,255,.9);
  font-family: sans-serif;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,.3);
  border-radius: 2px;
}
#mapAccept {
  display: inline-block;
  margin: 10px auto 0 auto;
  padding: 4px 20px;
  background-color: #cfcfcf;
  color: #000;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
  cursor: pointer;
}
#mapAccept:hover {
  background-color: #fff;;
}
#mapWarning a {
  color: #999;
}




a {
  color: #555;
  text-decoration: none;
}


/* ............................................................................ */
/* ............................................................... mediaqueries */
/* ............................................................................ */


@media screen and (max-width:1000px) {
#wrapper {
  width: 100%;
}
#slideshow  {
  width: 100%;
  top: 140px;
}
header {
  height: 345px;
}
#claim {
  top: 20px;
}
#logo {
  top: 40px;
}
#slideshow .slider-wrapper {
  display: none;
}

nav {
  height: auto;
}
nav a {
  padding: 10px 0;
  background: none;
}

.firstcol, .secondcol {
  margin-right: 3%;
  margin-left: 3%;
  width: 44%;
}
.widecol {
  margin: 0 3% 1em 3%;
  width: 94%;
}

iframe {
  width: 100%;
}

footer {
  line-height: 1.5em;
  border-top: 1px solid #999;
}

}



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

#logo {
  top: 0px;
  left: 50%;
  margin-left: -135px;
}
#claim {
  top: 130px;
  text-align: center;
  text-align: center;
}
#slideshow {
  top: 190px;
  height: 150px;
}

.firstcol, .secondcol {
  margin: 0 2% 1em 2%;
  float: none;
  width: 96%;
}
.widecol {
  margin: 0 2% 1em 2%;
  width: 96%;
}


dt {
  padding: 1em 0 0 0;
  width: auto;
  float: none;
}
dd {
  margin: 0;
  padding: 0 0 0 1em;
}



footer span {
  display: block;
}



}
