/* 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+ */
}
 
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

* {
  margin: 0; padding: 0;
}

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

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4 {    
  margin: 2em 0 1em; padding: 0; 
  line-height: 1.6em;
  font-size: 1em;  
  font-weight: 400;
  text-transform: uppercase;
  color: #DF3543;
}

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

h1 { 
  margin-bottom: 2em;    
  line-height: 1.3em;
  font-size: 1.4em;   
}

h2 {  
  font-size: 1.2em;
}

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

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

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

li {
  line-height: 1.6em;
}

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

td {
  padding: 0 0 0 20px; margin: 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.6em;
  font-size: 1em;
}

td:first-child {
  padding-left: 0;
}

td img {
  vertical-align: middle;
}

a {
  color: #DF3543;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a.active {  
  color: #ccc; 
  outline: 0;
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80);
}

img {
  max-width: 100%;
}

hr {
  margin: 2em 0;
  width: 100%; height: 0px;
  clear: both;
  color: #fff;
  background-color: #fff;
  border: 0;
  border-bottom: 1px dotted #e4e4e4;
}

dl {
  margin-bottom: 1em;
}

dt {
  padding-top: 5px;
}

dd {
  padding: 5px 0;
}

input[type=text], textarea, select {
  padding: 4px 8px;
  width: 100%; max-width: 400px;
  font: inherit;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}

input[type=submit], .button {
  padding: 5px 20px;
  width: auto;
  background: #DF3543;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}

input[type=submit]:hover, .button:hover {
  background: #ccc;
  color: #fff;
  cursor: pointer;
}

input.error, textarea.error, select.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;
  background: none;
}

.menu a {
  padding: 20px;
  color: #fff; 
  display: block;
  border-left: 1px solid #fff;   
} 

.menu a:hover, .menu a.active {
  background: #fff;
  color: #DF3543;
}

.alignleft {
  margin: 5px 20px 2em 0;
  float: left; 
}

.alignright {
  margin: 5px 0 0 20px;
  float: right;
}

.inner {
  margin: 0 auto; padding: 0 40px;
  max-width: 1100px;
  position: relative;
  overflow: hidden;
}

/*** Objekte ***/
#body {
  overflow-y: scroll;
}

/*** Header ***/
#header {
  position: relative;    
}

#header #logo {
  padding: 40px 0;
  display: block;
  float: left;
  color: #000;
  font-size: 1.2em;
}

#header #logo img {
  margin-right: 20px;
  height: 70px;
}

#header #link {
  position: absolute; right: 40px; bottom: 40px;
}

/*** Slideshow ***/
#slideshow {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

#slideshow .slides {
  overflow: hidden;
}

#slideshow .slides img {
  width: 100%;
}

#slideshow .caption {
  position: absolute; top: 10%; left: 0; right: 0;
  line-height: 1.2em;
  font-size: 3em;
  z-index: 150;
  text-align: center;
  display: none;
}

#slideshow #player {
  width: 100%; 
  position: absolute; top: 0; bottom: 0; left: 0;
  background: transparent url(img/slideshow.png) no-repeat left bottom;
  display: none;
}

#slideshow #player img {
  height: 50%; max-height: 270px;
  position: absolute; bottom: 10%; left: 40px;
}

#slideshow .showheader {
  width: 100%; height: 100px;
  position: absolute; bottom: 0; left: 0;
  background: transparent url(img/arrow-bottom.png) no-repeat center center;
  z-index: 100;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.page-home #slideshow .showheader {
  background-image: url(img/arrow-top.png);
}

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

/*** Navigation ***/
#navigation {  
  overflow: hidden;
  background: #DF3543;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.scroll #navigation {
  margin: 0; 
  width: 100%; 
  position: fixed; top: 0; left: 0; bottom: auto;
  -moz-box-shadow: 0px 0px 5px 0px #666;
  -webkit-box-shadow: 0px 0px 5px 0px #666;
  box-shadow: 0px 0px 5px 0px #666;
  z-index: 10;
}

#navigation .menu li {
  float: left;
}   

#navigationCtrl {
  display: none;
}

/*** Content ***/
#container {
  -moz-box-shadow: 0px 0px 10px 0px #666;
  -webkit-box-shadow: 0px 0px 10px 0px #666;
  box-shadow: 0px 0px 10px 0px #666;
}

.scroll #container {
  padding-top: 63px;
}

#content {
  margin: 50px 5% 50px 0;
  width: 60%;  
  float: left;
}

.map {
  margin-bottom: 1em;
  height: 400px; width: 100%;
}

.map img {
  max-width: none;
}

#sidebar {
  margin: 50px 0 50px; padding-left: 4%;
  width: 30%;
  float: left;
  border-left: 1px dotted #DF3543;
}

/*** Footer ***/
#footer {
  padding-top: 30px; padding-bottom: 30px;
  color: #999;
  font-size: 0.9em;
}

#footer a {
  color: #999;
}

@media screen and (max-width: 1100px) {
  .menu a {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 900px) {
  .inner {
    padding: 0 30px;
  }
  
  #header #link {
    display: none;
  }
  
  #slideshow .caption {
    font-size: 2.4em;
  }
  
  #slideshow #player img {
    left: 0px;
  }
       
  #navigationCtrl {
    margin-left: 30px;
    line-height: 50px;
    display: block;
    color: #fff;
  }
  
  #navigationCtrl span {
    width: 20px;
    display: block;
    float: left;
  }
  
  #navigationCtrl > span {
    margin: 17px 10px 0 0;
  }
  
  #navigationCtrl > span > span {
    margin-bottom: 3px;
    height: 3px;
    background: #fff;
  }
      
  #navigation .inner {
    padding: 0;
  }
  
  #navigation .menu {
    display: none;
  }

  #navigation .menu > li {
    float: none;
    margin: 0;
  }

  #navigation .menu a {
    padding: 15px 30px;  
    border: 0;
    border-top: 1px dotted #e4e4e4;  
  }
  
  .scroll #container {
    padding-top: 50px;
  }
  
  #content,
  #sidebar {
    margin: 0; padding: 30px 0;
    width: 100%; min-height: 0; 
    float: none;
    border: 0;
  }
  
  #sidebar {
    padding-top: 30px;
    position: relative;
    border-top: 1px dotted #DF3543;
  }
}

@media screen and (max-width: 600px) {
  tr, th, td {
    padding: 0;
    width: 100% !important;
    display: block;
  }
  
  #header #logo  {
    padding: 20px 0 !important;
  }
  
  #header #logo img {
    height: 40px;
  }
  
  #header #logo span {
    display: none;
  }

  #slideshow .caption {
    font-size: 2em;
  }
}

@media screen and (max-width: 440px) {
  #slideshow .caption {
    font-size: 1.6em;
  }
}

@media screen and (max-height: 800px) {
  #header #logo {
    padding: 30px 0;
  }

  #header #link {
    bottom: 30px;
  }
}

@media screen and (max-height: 500px) {
  #header #logo  {
    padding: 20px 0;
  }

  #header #logo img {
    height: 40px;
  }

  #slideshow .caption {
    font-size: 1.6em;
  }
}


