/* Hintergrundfarbe Body */
/* rot von 7, soll auch für Rollover und aktive Zustände gebraucht werden */
/* blau Background von Footer und Header, auf Startseite auch hinter ganzem Content */
/* blau Rahmen */
/* @borderBlueLeftCol: darken(#B5DAFF,5%); */
/* blau Rahmen überhalb Bild */
/* @borderBlueFoto: darken(#BDDEFF,5%); */
/* blau Schnittstelle der Rahmen */
/* @borderOverlapBlue: darken(#C4E1FF,5%); */
/* Blau Background linke Spalte */
/* Blau Background rechte Spalte */
/* Aktiver Zustand Hauptnavi, alter Zustand, wird jetzt rot */
/* #666666; */
/* Schriften */
/* Abstände gegen unten für "normale" Block-Elemente */
/* -------------------------------------- Resets -------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
img,
iframe {
  border: 0;
  max-width: 100%;
}
html,
body {
  height: 100%;
  font-size: 16px;
}
/* --------------------------------------- Tags --------------------------------------- */
body {
  font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
}
h1,
h2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 11px;
}
h3 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 6px;
}
h4,
h5,
h6 {
  font-size: 12px;
  margin-bottom: 3px;
}
strong {
  font-weight: 600;
}
p {
  font-size: 12px;
  margin-bottom: 14px;
}
#right_col p {
  font-size: 13px;
  margin-bottom: 14px;
}
table {
  margin-bottom: 14px;
}
td {
  font-size: 12px;
  padding: 2px 5px 2px 0px;
}
ul {
  margin-bottom: 14px;
}
li {
  font-size: 12px;
  margin-bottom: 3px;
}
table td ul {
  margin-right: 20px;
}
figcaption {
  font-size: 14px;
  padding: 2px 5px 6px 5px;
  text-align: center;
}
/* ---------------------------------- Common Classes ---------------------------------- */
.textrot {
  color: #f50000;
}
a.pdf_link {
  background-image: url(img/pdf_14.gif);
  background-repeat: no-repeat;
  padding-left: 16px;
  display: inline-block;
  background-position: 0px 2px;
}
#right_col p.referenzen_cite {
  font-size: 14px;
  margin-bottom: 18px;
}
/* --------------------------------------- Divs --------------------------------------- */
#container {
  max-width: 1083px;
  margin: 15px auto;
  background-image: url(img/border_content.gif);
  background-repeat: repeat-y;
}
#header {
  height: 83px;
  background-color: #99ccff;
  margin-bottom: 30px;
}
#logo {
  float: left;
  width: 198px;
  height: 83px;
  background-image: url(img/logo_home.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#logo h1 {
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding: 0;
  width: 185px;
  height: 60px;
}
#logo h1 a {
  font-size: 9px;
  line-height: 9px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -3000px;
  margin: 0;
  padding: 0;
}
#mainnavigation {
  margin-left: 198px;
  padding-top: 30px;
}
#mainnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.8%;
  background-image: url(img/strichli_weiss.gif);
  background-repeat: repeat-x;
  background-position: left center;
}
#mainnavigation ul li {
  display: inline;
}
#mainnavigation ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  display: inline-block;
  margin-right: 1.8%;
  margin-left: 1.8%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #99ccff;
}
#mainnavigation ul li a.active {
  color: #f50000;
}
#mainnavigation ul li a:hover {
  color: #f50000;
}
#slick_nav {
  display: none;
}
#content {
  background-image: url(img/bg_content.gif);
  background-repeat: repeat-y;
  padding: 12px 0px 12px 0px;
}
#left_col {
  width: 266px;
  padding: 0px 12px 0px 22px;
  float: left;
}
#left_col ul {
  list-style-type: none;
}
#left_col ul li {
  margin-bottom: 5px;
}
#left_col a {
  color: #FFFFFF;
  text-decoration: none;
}
#left_col a.active {
  color: #f50000;
  font-weight: 600;
}
#left_col a:hover {
  color: #f50000;
}
/* Bilder linke Spalte */
.left_col_homepage {
  padding-top: 31px;
}
p.caption_left_col {
  text-align: center;
}
#left_col_stage_left {
  width: 49%;
  float: left;
}
#left_col_stage_right {
  margin-left: 50%;
}
/* Einspaltige Navigation 2. Level mit mehr Abstand gegen unten */
.nav_left_space_bottom {
  margin-bottom: 72px;
}
#right_col {
  margin-left: 300px;
  padding: 0px 28px 10px 38px;
}
/* Google Maps */
#map-canvas {
  width: 100%;
  height: 425px;
}
#map-canvas img {
  max-width: none;
}
#footer {
  background-color: #99ccff;
  text-align: center;
  background-image: url(img/massstab.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
#footer p {
  font-weight: 600;
  padding: 20px 5px 35px 5px;
}
#footer p a {
  color: #FFFFFF;
  text-decoration: none;
}
.invisible_875 {
  display: none;
}
/* --------------------------------- Import Responsive -------------------------------- */
/* iPad Landscape */
@media screen and (max-width: 1024px) {
  #container {
    max-width: 1083px;
    margin: 0 auto;
  }
  #mainnavigation {
    padding-top: 17px;
  }
  #mainnavigation ul {
    padding: 0 0 0 0;
  }
  #mainnavigation ul li a {
    margin-right: 1.6%;
    margin-left: 1.6%;
  }
  #header {
    height: 58px;
    padding-top: 7px;
    margin-bottom: 12px;
  }
  #logo {
    height: 65px;
    background-position: 0 -13px;
  }
  #logo h1 {
    width: 185px;
    height: 60px;
  }
  #footer p {
    font-weight: 400;
    padding: 10px 5px 25px 5px;
  }
}
/* (Bootstrap Breakpoint) Small devices: Desktops (<992px) */
@media screen and (max-width: 992px) {
  h3 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  #right_col p.referenzen_cite {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  figcaption {
    font-size: 12px;
  }
  #mainnavigation ul {
    padding: 0 0 0 0;
  }
  #mainnavigation ul li a {
    margin-right: 0.8%;
    margin-left: 0.8%;
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* Navigation Schriftgrösse heruntersetzen */
@media screen and (max-width: 875px) {
  #mainnavigation ul li a {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .invisible_875 {
    display: inline;
  }
}
/* (Bootstrap Breakpoint) Extra small devices: Phones (<768px) */
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 11px;
    line-height: 13px;
  }
  #container {
    background-image: none;
  }
  #content {
    padding-top: 0;
    background-image: none;
    background-color: #a8d3ff;
  }
  #mainnavigation ul {
    display: none;
  }
  #slick_nav {
    display: block;
  }
  #header {
    height: 58px;
    padding-top: 4px;
    margin-bottom: 0px;
    border-bottom: 6px solid #BDDEFF;
  }
  #mainnavigation {
    padding-top: 14px;
  }
  #logo {
    height: 58px;
    background-position: 0 -13px;
  }
  #logo h1 {
    width: 185px;
    height: 55px;
  }
  #left_col {
    width: 96.9%;
    padding: 10px 1.5% 7px 1.5%;
    float: none;
    background-color: #9eceff;
    margin-bottom: 5px;
  }
  #left_col ul li {
    margin-bottom: 3px;
  }
  .left_col_homepage {
    padding-top: 0px;
  }
  p.caption_left_col {
    text-align: left;
  }
  /* Einspaltige Navigation 2. Level mit mehr Abstand gegen unten */
  .nav_left_space_bottom {
    margin-bottom: 37px;
  }
  #right_col {
    margin-left: 0;
    padding: 7px 1.5% 7px 1.5%;
    background-color: #a8d3ff;
  }
  #footer p {
    padding-left: 1.5%;
    padding-right: 1.5%;
    font-size: 11px;
  }
}
/* iPhone 6 Landscape */
/* @import "max667.less" screen and (max-width: 667px); */
/* Grenze Übersichtstabellen bei Bildbestellung */
/* @import "max480.less" screen and (max-width: 480px); */
/* iPhone 3 - 5 (<= 320px) Portrait */
/* @import "max320.less" screen and (max-width: 320px); */
