/* open-sans-300 - latin: Digitized data copyright 2010-2011, Google Corporation, Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('/sys/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin: Digitized data copyright 2010-2011, Google Corporation, Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/sys/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin: Digitized data copyright 2010-2011, Google Corporation, Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/sys/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.deco2, .page2 h1 {
  background: #1B5B74 !important;
}

.deco3, .page3 h1 {
  background: #3A8F9F !important;
}

.deco4, .page4 h1 {
  background: #58A434 !important;
}

* {
  margin: 0; padding: 0;
}

body {
  font: 400 14px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #666;      
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4 {  
  margin: 1em 0;
  line-height: 1.2em;
  font-weight: 700; 
}

h1 { 
  padding: 15px 0 15px 40px;
  background: #BEBEBE;
  color: #fff;
  font-size: 24px; 
  font-weight: 300;
  text-transform: uppercase; 
  opacity: 0.8;
  filter:alpha(opacity=80);
}

#slideshow + #content h1 {
  margin: -99px -80px 40px 0px;
  position: relative;
  z-index: 10;
}

h2 {
  font-weight: 400;
  font-size: 20px; 
  font-weight: 300;
  color: #1B5B74;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6em;
}

p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

ol {
  margin: 0 0 1em 10px; padding-left: 20px;
  list-style-type: decimal;
}

ul {
  margin-bottom: 1em; padding-left: 0;
}

li {
  padding: 0 0 0 25px;
  line-height: 1.6em;
  list-style: none;
  background: transparent url(img/list.png) no-repeat 5px 5px;
}

table {
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 10px 10px 10px 0; margin: 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.6em;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

td:first-child {
  width: 180px;
}

td p {
  margin: 0;
}

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

a:hover, a.active {
  color: #666; 
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70);
}

hr {
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: 0px;    
}

dl {
  margin-bottom: 1em;
}

dt {
  padding-top: 5px;
  float: left;
}

dd {
  margin-left: 160px; padding: 5px 0;
}

input[type=text], textarea {
  padding: 3px;
  width: 280px;
  border: 1px solid #ccc;
}

input.error, textarea.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input.checkform {
  display: none;
}

/* Klassen */
.menu {
  margin: 0; padding: 0; 
}

.menu li {
  margin: 0; padding: 0;
  list-style: none;
  float: left;
  background: transparent; 
}

.menu a {
  padding: 10px 15px; margin: 0 2px 1px 0;
  display: block;
  text-decoration: none;
  background: #BEBEBE;
  color: #fff;
}

.menu a:hover {
  opacity: 0.7;
  filter:alpha(opacity=70);
}

.deco {
  margin: 0 auto; padding: 10px 40px;
  width: 920px; height: 0;
  background: #BEBEBE;
}

.inner {
  margin: 0 auto;
  width: 1000px;
}

/* Objekte */
#page { 
  background: #fff url(img/content.jpg) repeat-y center center;
  min-width: 1000px;
}

#header {
  padding: 40px 0 0 250px;
} 

#logo img {
  margin-left: -210px;
  width: 180px;
  float: left;
}

#logo div {
  padding: 20px 0 40px;
  font-size: 25px;
  line-height: 1.3em;
  text-transform: uppercase;
}

#navigationButton {
  display: none;
}

#slideshow {
  width: 100%; min-height: 59px;
  position: relative; 
  background: #E6E6E6;
} 

#slideshow #slides {
  width: 1000px; height: 360px;  
  overflow: hidden;
}

#slideshow .slide, #slideshow img {
  width: 100% !important;
}

#slideshow .comment {
  padding: 15px 40px;
  width: 920px;
  line-height: 1.2em;
  display: block;
  position: absolute; bottom: 0; left: 0;
  z-index: 20;
  background: transparent url(img/black60.png);
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;   
  opacity: 0.8;
  filter:alpha(opacity=80);
}

#slideshow .comment:hover {
  opacity: 1;
  filter:alpha(opacity=100);  
}

#slideshow #slidenav {
  padding-top: 10px;
  position: absolute; left: 20px;
}

#slideshow #slidenav a {
  margin: 0 4px 0 0;
  height: 10px; width: 10px;
  display: block;
  background: #484848;
  color: transparent;
  float: left;
}

#slideshow #slidenav a:hover, #slideshow #slidenav a.activeSlide {
  background: #eedd00;
}

#content {
  padding: 40px 80px 40px 0;
  width: 670px; min-height: 200px;
  float: right;
} 

#subnav {
  padding: 1px 0 0;
  width: 19%;
  float: left;
}

#subnav li {
  float: none;
}

#footer .deco {
  padding: 15px 40px;
  height: auto;
  line-height: 1.2em;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

#footer .inner  {
  padding-left: 250px;
  width: 750px;
}

#footer p {
  margin: 20px 50px 20px 0;
  float: left;
}

#footer a {
  text-decoration: none;
}

#copyright {
  padding: 20px 0;
  clear: both;
  font-size: 11px;
  color: #999;
}

@media screen and (max-width: 600px) {
  
  h1 {
    font-size: 16px;
  }
  
  #slideshow + #content h1 {
    margin: -79px -9.75% 30px; padding: 15px 9.75%;
  }
  
  td {
    width: auto;
    font-size: 12px;
  }
  
  td img {
    width: 90%; height: auto;
  }
  
  .deco {
    padding: 5px 8%;
    width: 84%;
  }
  
  .inner {
    width: 100%;
  }
  
  .menu a {
    padding: 10px 8%;
  }
   
  #page {
    min-width: 0;
    background: #fff;
  }
  
  #header, #content, #subnav, #footer {
    margin: 0; padding: 20px 0;
    width: 100%;
    float: none;
    clear: both;
  }
  
  #header {
    padding-bottom: 0;
    text-align: center;
  }
   
  #logo img {
    padding: 0; margin: 0;
    width: 110px;
    float: none;
  }
  
  #logo div {
    margin: 10px 0 0; padding: 0;
    font-size: 16px;
  }

  #navigationButton {
    padding: 10px 8%;
    display: block;
    text-align: left;
  }
  
  #navigation {
    display: none;
  }
  
  #navigation li, #subnav li {
    float: none;
  }
  
  #navigation a {
    margin-right: 0;
  }
  
  #slideshow .comment { 
    padding-left: 8%;   
    font-size: 16px;
  }
  
  #slidenav {
    display: none;
  }
  
  #content {
    padding: 30px 8%;
    width: 84%;
  }
    
  #footer {
    padding: 0;
    width: 100%;
  }
  
  #footer .deco {
    padding: 15px 8%;
    font-size: 16px;
    text-align: right;
  }
  
  #footer .inner  {
    padding: 0;
    width: 100%;
  }
  
  #footer p {
    margin: 30px 8% 0;
  }
   
  #copyright {
    padding: 30px 8%;
  }
}
