@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Stag';
  src: url("fonts/Stag Web-Light.eot");
  src: url("fonts/Stag Web-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Stag Web-Light.woff") format("woff"), url("fonts/Stag Web-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Stag';
  src: url("fonts/Stag Web-Medium.eot");
  src: url("fonts/Stag Web-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Stag Web-Medium.woff") format("woff"), url("fonts/Stag Web-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Stag-Sans';
  src: url("fonts/Stag Sans Web-Light.eot");
  src: url("fonts/Stag Sans Web-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Stag Sans Web-Light.woff") format("woff"), url("fonts/Stag Sans Web-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Stag-Sans';
  src: url("fonts/Stag Sans Web-Medium.eot");
  src: url("fonts/Stag Sans Web-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Stag Sans Web-Medium.woff") format("woff"), url("fonts/Stag Sans Web-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-rendering: optimizeLegibility;
  background: #e6e6e6;
  color: #6e6e6e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 640px) {
    body {
      padding-top: 52px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Stag'; }

h3.nature {
  font-family: 'Stag-Sans'; }

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

h1.logo {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 24px;
  z-index: 1000;
  font-size: 70px;
  line-height: 70px;
  font-family: 'Stag-Sans'; }
  h1.logo span {
    font-family: 'Stag'; }
  h1.logo a {
    display: inline-block;
    width: 400px; }
  @media only screen and (max-width: 900px) {
    h1.logo {
      font-size: 40px;
      line-height: 46px; }
      h1.logo a {
        width: 200px; } }

h2 {
  font-family: 'Stag-Sans';
  font-size: 34px;
  line-height: 36px;
  font-weight: normal;
  color: #000;
  margin-bottom: 15px; }
  h2.bright {
    color: #FFF; }
  .page h2 a {
    color: #000;
    background-color: transparent;
    background-image: url(../img/arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 42px; }
  @media only screen and (max-width: 900px) {
    h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 8px; }
      .page h2 a {
        background-color: transparent;
        background-image: url(../img/arrow-small.png);
        background-repeat: no-repeat;
        padding-right: 28px; } }

h3 {
  font-size: 34px;
  line-height: 36px;
  color: #000; }
  @media only screen and (max-width: 900px) {
    h3 {
      font-size: 24px;
      line-height: 28px; } }

p {
  margin: 0 0 30px; }
  @media only screen and (max-width: 900px) {
    p {
      margin-bottom: 20px; } }

.arrow {
  background-color: transparent;
  background-image: url(../img/arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  height: 24px;
  margin-left: 10px; }
  @media only screen and (max-width: 900px) {
    .arrow {
      background-color: transparent;
      background-image: url(../img/arrow-small.png);
      background-position: center right;
      background-repeat: no-repeat;
      height: 20px;
      width: 20px; } }
  .arrow.small {
    background-color: transparent;
    background-image: url(../img/arrow-small.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }
  .arrow.back {
    background-color: transparent;
    background-image: url(../img/arrow-back.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-right: 10px; }
  .arrow.down {
    background-color: transparent;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 179px; }
    @media only screen and (max-width: 1115px) {
      .arrow.down {
        width: 70px;
        height: 97px;
        background-size: cover; } }
    @media only screen and (max-width: 900px) {
      .arrow.down {
        width: 50px;
        height: 69px; } }

.info {
  width: 100%;
  display: block;
  background: #000;
  color: #fff;
  font-family: "Stag-Sans";
  padding: 19px 20px;
  font-size: 20px;
  line-height: 26px;
  word-spacing: 5px; }
  .info p {
    margin: 0; }
  .home .info {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 10000; }
  @media only screen and (max-width: 640px) {
    .info {
      font-size: 12px;
      line-height: 16px; } }

.page {
  padding: 15px 10% 20px 0;
  *zoom: 1; }
  .page:before, .page:after {
    content: "";
    display: table; }
  .page:after {
    clear: both; }
  @media only screen and (max-width: 1024px) {
    .page {
      padding-right: 0; } }
  @media only screen and (max-width: 900px) {
    .page {
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.col-1-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .col-1-2 {
      float: none;
      width: 100%;
      padding-left: 10px; } }

.col-1-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333%;
  padding-left: 20px;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1090px) {
    .col-1-3 {
      width: 50%; }
      .col-1-3:last-child {
        float: right; } }
  @media only screen and (max-width: 900px) {
    .col-1-3 {
      width: 100%;
      float: none;
      padding-left: 10px; }
      .col-1-3:last-child {
        float: none; } }

.col-1-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 20px;
  float: left;
  margin-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .col-1-5 {
      width: 100%;
      float: none;
      padding-left: 10px; }
      .col-1-5:last-child {
        float: none; } }

header#main {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 10002; }
  @media only screen and (max-width: 640px) {
    header#main {
      position: fixed; } }
  .home header#main {
    position: fixed; }
  header#main nav {
    display: inline-block; }
  header#main a.logo {
    position: absolute;
    background-color: transparent;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    left: 10px;
    top: 13px;
    width: 22px;
    height: 27px;
    text-indent: -9999px;
    display: none; }
    @media only screen and (max-width: 720px) {
      header#main a.logo {
        display: block; } }
  header#main a {
    color: #000;
    display: inline-block;
    text-decoration: none; }
  header#main .main {
    font-family: 'Stag-Sans';
    padding: 28px 0 0 20px; }
    header#main .main a {
      font-size: 20px;
      margin-right: 40px; }
      header#main .main a.edu {
        background-color: transparent;
        background-image: url(../img/icon-edu.png);
        background-repeat: no-repeat;
        width: 41px;
        height: 35px;
        text-indent: -9999px;
        position: relative;
        top: -16px; }
  header#main .short-nav {
    padding: 28px 10px 0 0;
    font-size: 11px;
    float: right; }
    header#main .short-nav a {
      margin-right: 10px; }
  header#main .language {
    float: right;
    margin-top: 26px;
    background-color: transparent;
    background-image: url(../img/language.png);
    background-position: top center;
    background-repeat: no-repeat; }
    header#main .language.en {
      background-position: center -20px; }
    header#main .language a {
      padding: 0 30px;
      text-align: left;
      display: inline-block;
      font-size: 11px;
      color: #8c8c8c; }
      header#main .language a.de {
        text-align: right; }
  @media only screen and (max-width: 1185px) {
    header#main > .language, header#main > .short-nav {
      display: none; } }
  @media only screen and (max-width: 720px) {
    header#main > .main {
      display: none; } }
  header#main .beta {
    float: right;
    padding: 28px 20px 30px 80px;
    background: url(../img/beta.png) no-repeat top right;
    font-size: 11px; }
    @media screen and (max-width: 1200px) {
      header#main .beta {
        display: none; } }
  header#main .mobile-toggle {
    background-color: transparent;
    background-image: url(../img/icon-toggle.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 13px;
    display: none; }
    @media only screen and (max-width: 1185px) {
      header#main .mobile-toggle {
        display: block; } }
  header#main .mobile-nav {
    position: absolute;
    width: 320px;
    top: 0px;
    right: 0;
    background: #fff;
    display: none;
    padding: 55px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 640px) {
      header#main .mobile-nav {
        left: 0;
        right: 0;
        width: auto; } }
    header#main .mobile-nav.show {
      display: block; }
    header#main .mobile-nav nav {
      padding: 0;
      margin: 0;
      float: none;
      font-family: 'Stag-Sans'; }
    header#main .mobile-nav a.close {
      background-color: transparent;
      background-image: url(../img/icon-close.png);
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 10px;
      top: 13px;
      text-indent: -9999px; }
    header#main .mobile-nav .main, header#main .mobile-nav .short-nav {
      width: 100%; }
      header#main .mobile-nav .main a, header#main .mobile-nav .short-nav a {
        font-size: 20px;
        display: block;
        margin-bottom: 10px; }
        header#main .mobile-nav .main a.edu, header#main .mobile-nav .short-nav a.edu {
          top: 0; }
    header#main .mobile-nav .language {
      position: absolute;
      top: 16px;
      left: 20px; }
      header#main .mobile-nav .language a.de {
        padding-left: 0; }
      header#main .mobile-nav .language a.en {
        padding-right: 0; }

/* ==========================================================================
   Allgemein
   ========================================================================== */
section {
  padding-bottom: 16px; }

table {
  /*border-top: 1px solid #919191;*/
  width: 100%;
  margin-bottom: 20px; }
  table tr {
    border-bottom: 1px solid #919191; }
  table th {
    text-align: left;
    font-weight: normal;
    padding: 6px 0; }
  table td {
    padding: 6px 0; }

.natur {
  font-family: "Stag-Sans" !important; }

/* ==========================================================================
   Ihr Besuch bei uns
   ========================================================================== */
.opening {
  border-top: 1px solid #919191;
  *zoom: 1;
  margin-bottom: 20px; }
  .opening:before, .opening:after {
    content: "";
    display: table; }
  .opening:after {
    clear: both; }
  .opening div {
    float: left;
    width: 20%;
    border-bottom: 1px solid #919191;
    padding-bottom: 5px; }
    @media only screen and (max-width: 640px) {
      .opening div {
        width: 50%; } }
    .opening div h3 {
      border-bottom: 1px solid #919191;
      font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      margin-bottom: 5px;
      font-weight: normal;
      color: #6e6e6e; }

/* ==========================================================================
   Zur Zeit zu sehen
   ========================================================================== */
.zeit .page {
  padding-left: 20px;
  width: 80%; }
  @media only screen and (max-width: 900px) {
    .zeit .page {
      padding-left: 10px; } }
  @media only screen and (max-width: 640px) {
    .zeit .page {
      width: 100%; } }
  .zeit .page ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px; }
    @media only screen and (max-width: 900px) {
      .zeit .page ul {
        margin-bottom: 30px; } }
  .zeit .page h2 {
    color: #8c8c8c;
    margin-bottom: 20px; }
  .zeit .page h3 {
    margin-bottom: 5px;
    font-size: 34px;
    line-height: 38px;
    color: #000; }
    @media only screen and (max-width: 900px) {
      .zeit .page h3 {
        font-size: 24px;
        line-height: 28px; } }
  .zeit .page p {
    font-family: 'Stag-Sans';
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #000; }

/* ==========================================================================
   Kalender
   ========================================================================== */
.kalender {
  background: #fff; }
  @media only screen and (max-width: 640px) {
    .kalender {
      padding-top: 101px; } }
  .kalender .page {
    width: 100%;
    padding: 0;
    font-family: 'Stag-Sans'; }
    .kalender .page nav {
      background: #e6e6e6;
      height: 90px;
      padding-left: 20px;
      margin-bottom: 15px; }
      .kalender .page nav a,
      .kalender .page nav span {
        font-size: 34px;
        line-height: 90px;
        color: #8c8c8c;
        margin-right: 30px;
        outline: none; }
        .kalender .page nav a.active,
        .kalender .page nav span.active {
          color: black; }
      @media only screen and (max-width: 640px) {
        .kalender .page nav {
          position: fixed;
          height: 50px;
          top: 52px;
          left: 0;
          right: 0;
          z-index: 100; }
          .kalender .page nav a,
          .kalender .page nav span {
            font-size: 24px;
            line-height: 50px;
            margin-right: 20px; } }
    .kalender .page table {
      margin: 0 20px 80px;
      font-size: 20px;
      color: #000;
      width: 80%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 1024px) {
        .kalender .page table {
          width: 96%;
          margin: 0 2% 80px; } }
      @media only screen and (max-width: 640px) {
        .kalender .page table {
          font-size: 14px; } }
      .kalender .page table td {
        vertical-align: top;
        padding: 8px 8px 8px 0;
        line-height: 26px; }
        .kalender .page table td.day {
          width: 60px; }
          @media only screen and (max-width: 640px) {
            .kalender .page table td.day {
              width: 30px; } }
        .kalender .page table td.time {
          width: 80px; }
          @media only screen and (max-width: 640px) {
            .kalender .page table td.time {
              width: 50px; } }
        .kalender .page table td.category {
          width: 120px;
          position: relative; }
          @media only screen and (max-width: 640px) {
            .kalender .page table td.category {
              width: 30px; } }
        .kalender .page table td.white {
          color: #fff; }
          .kalender .page table td.white a {
            display: none; }
        .kalender .page table td:last-child {
          font-family: 'Stag'; }
          .kalender .page table td:last-child.nature {
            font-family: 'Stag-Sans'; }
      .kalender .page table [class*="cat-"] {
        line-height: 24px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 11px;
        padding: 0 12px;
        height: 22px;
        display: inline-block; }
        @media only screen and (max-width: 640px) {
          .kalender .page table [class*="cat-"] {
            width: 16px;
            height: 16px;
            padding: 0;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            text-indent: -9999px;
            position: relative;
            top: 3px; }
            .kalender .page table [class*="cat-"].cat-edu {
              background-color: #000;
              background-image: none;
              width: 16px;
              height: 16px;
              float: none; }
            .kalender .page table [class*="cat-"].open {
              width: auto;
              height: auto;
              padding: 0 12px;
              text-indent: 0;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px;
              border-radius: 10px;
              position: absolute;
              top: 10px;
              white-space: nowrap; }
              .kalender .page table [class*="cat-"].open.cat-Edu {
                background-color: transparent; }
              .kalender .page table [class*="cat-"].open img {
                display: block; } }
      .kalender .page table .cat-Fuehrung, .kalender .page table .cat-führung, .kalender .page table .cat-60plus {
        background-color: #cdc8bd; }
      .kalender .page table .cat-guided-tour {
        background-color: #cdc8bd; }
      .kalender .page table .cat-Kunst-und-Kuchen, .kalender .page table .cat-Kunst-und-Religion {
        background-color: #ceb4cc; }
      .kalender .page table .cat-kunst {
        background-color: #e3dde6; }
      .kalender .page table .cat-Vortrag, .kalender .page table .cat-Theater, .kalender .page table .cat-Eroeffnet, .kalender .page table .cat-eröffnet {
        background-color: #e8d9c9; }
      .kalender .page table .cat-Naturpause {
        background-color: #C2D6D0; }
      .kalender .page table .cat-Kunstpause {
        background-color: #c8d5cf; }
      .kalender .page table .cat-Art-after-Work {
        background-color: #D0DBDC; }
      .kalender .page table .cat-Nature-after-Work {
        background-color: #D0DBDC; }
      .kalender .page table .cat-Finissage {
        color: #FFF;
        background-color: #FF0000; }
      .kalender .page table .cat-Edu {
        width: 30px;
        height: 28px;
        float: left;
        padding-left: 0;
        margin-top: -2px;
        background: url(../img/icon-edu-cal.png) no-repeat;
        text-indent: -99999px; }

.time-eroeffnet, .time-eröffnet {
  color: #FFF; }

/* ==========================================================================
   Museum
   ========================================================================== */
.museum .page {
  padding-right: 20px; }
  @media only screen and (max-width: 900px) {
    .museum .page {
      padding-right: 10px; } }
  .museum .page .main h2 {
    font-family: 'Stag';
    font-weight: bold; }
  .museum .page nav {
    background: #D0D0D0;
    height: 90px;
    padding-left: 20px;
    margin-bottom: 15px; }
    .museum .page nav span {
      font-size: 34px;
      line-height: 90px;
      color: #8c8c8c;
      margin-right: 30px;
      cursor: pointer; }
      .museum .page nav span.active {
        color: black; }
    @media only screen and (max-width: 640px) {
      .museum .page nav {
        position: fixed;
        height: 50px;
        top: 52px;
        left: 0;
        right: 0;
        z-index: 100; }
        .museum .page nav span {
          font-size: 24px;
          line-height: 50px;
          margin-right: 20px; } }

.archive .searchnav h2 {
  float: left;
  margin: 28px 30px 0 0; }
.archive .searchnav ul {
  float: left;
  margin: 0 30px 0 0; }
.archive .searchnav li {
  float: left;
  margin: 0 5px;
  font-size: 34px;
  line-height: 90px;
  color: #8c8c8c;
  cursor: pointer; }
  .archive .searchnav li.active {
    color: black; }
.archive .searchnav input {
  width: 0px;
  margin: 22px 10px 0 0;
  float: left;
  opacity: 0;
  transition: all ease-in-out .5s; }
  .archive .searchnav input.active {
    opacity: 1;
    width: 200px; }
.archive .searchnav .lupe {
  margin: 15px 0 0 0;
  float: left; }
.archive .category-select {
  width: 100%;
  margin: 0 0 20px 20px;
  float: left; }
  .archive .category-select li {
    float: left;
    padding: 0 0 0 20px;
    margin: 0 10px 0 0;
    font-size: 20px;
    font-family: 'Stag';
    font-weight: bold;
    color: #000; }
.archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 60px; }
  @media only screen and (max-width: 900px) {
    .archive ul {
      margin-bottom: 30px; } }
.archive p {
  font-family: 'Stag-Sans';
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #000; }

.animate-enter,
.animate-leave {
  transition: 500ms ease-in all; }

.animate-enter.animate-enter-active,
.animate-leave {
  opacity: 1; }

.animate-leave.animate-leave-active,
.animate-enter {
  opacity: 0; }

/*.pageslide .page {
  padding: 0px; }
  .pageslide .page .main h2 {
    font-family: 'Stag-Sans';
    font-weight: normal; }
.pageslide .pageslider {
  width: 100%;
  overflow: hidden; }
.pageslide .inner {
  float: left;
  width: 2000px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.pageslide h4 {
  font-family: 'Stag-Sans';
  font-size: 30px;
  font-weight: lighter;
  margin: 10px 0 20px 0; }
.pageslide nav span {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Stag-Sans'; }*/

.museum-detail {
  background: #fff; }
  .museum-detail .page {
    padding: 0; }
    .museum-detail .page a.back {
      font-size: 20px;
      line-height: 22px;
      font-family: 'Stag-Sans';
      display: block;
      padding: 16px 0;
      background: #e6e6e6; }
    .museum-detail .page section img {
      width: 100%; }
    .museum-detail .page section header {
      position: relative; }
      .museum-detail .page section header h3 {
        position: absolute;
        font-family: 'Stag';
        font-weight: bold;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
        font-size: 90px;
        line-height: 90px;
        margin-top: -45px; }
        @media only screen and (max-width: 1115px) {
          .museum-detail .page section header h3 {
            font-size: 55px;
            line-height: 55px;
            margin-top: -27px; } }
        @media only screen and (max-width: 900px) {
          .museum-detail .page section header h3 {
            position: relative;
            color: #000;
            margin-top: 40px;
            font-size: 40px;
            line-height: 40px; } }
    .museum-detail .page section p {
      margin: 0 auto;
      padding: 60px 0;
      width: 80%;
      max-width: 900px;
      font-family: 'Stag-Sans';
      font-size: 34px;
      line-height: 40px;
      text-align: center; }
      @media only screen and (max-width: 900px) {
        .museum-detail .page section p {
          font-size: 22px;
          line-height: 28px;
          padding: 40px 0;
          width: 90%; } }
    .museum-detail .page ul {
      margin: 0;
      padding: 0;
      list-style: none;
      word-spacing: -4px; }
      .museum-detail .page ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        padding: 50px 50px 80px;
        text-align: center;
        word-spacing: normal;
        vertical-align: top; }
        @media only screen and (max-width: 900px) {
          .museum-detail .page ul li {
            width: 100%; } }
        @media only screen and (max-width: 640px) {
          .museum-detail .page ul li {
            padding: 20px 0; } }
        .museum-detail .page ul li h3 {
          font-family: 'Stag-Sans';
          font-size: 50px;
          line-height: 56px;
          color: #6e6e6e; }
          @media only screen and (max-width: 900px) {
            .museum-detail .page ul li h3 {
              font-size: 34px;
              line-height: 38px; } }
    .museum-detail .page .intro {
      position: relative;
      padding-bottom: 0;
      line-height: 0; }
      .museum-detail .page .intro h2 {
        font-family: 'Stag';
        font-weight: bold;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 116px;
        line-height: 116px;
        margin-top: -58px;
        color: #fff; }
        @media only screen and (max-width: 1115px) {
          .museum-detail .page .intro h2 {
            font-size: 80px;
            line-height: 80px;
            margin-top: -40px; } }
        @media only screen and (max-width: 900px) {
          .museum-detail .page .intro h2 {
            font-size: 50px;
            line-height: 50px;
            margin-top: -25px; } }
        @media only screen and (max-width: 640px) {
          .museum-detail .page .intro h2 {
            font-size: 30px;
            line-height: 30px;
            margin-top: -10px; } }
      .museum-detail .page .intro a {
        position: absolute;
        bottom: 50px;
        text-indent: -9999px;
        left: 50%;
        margin-left: -64px; }
        @media only screen and (max-width: 1115px) {
          .museum-detail .page .intro a {
            margin-left: -35px;
            bottom: 40px; } }
        @media only screen and (max-width: 900px) {
          .museum-detail .page .intro a {
            margin-left: -25px; } }
        @media only screen and (max-width: 640px) {
          .museum-detail .page .intro a {
            display: none; } }

/* ==========================================================================
   Site-Templates
   ========================================================================== */
.default {
  background: #FFF; }

.site {
  /*
  .bx-controls {
    margin: 20px;
  }*/ }
  .site .page {
    padding-right: 0; }
  .site a.back {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Stag-Sans';
    display: block;
    padding: 16px 0;
    background: #e6e6e6; }
    .site a.back.no-margin {
      margin-top: -15px; }
  .site .title {
    height: auto;
    overflow: hidden;
    background: #D3D3D3;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 900px) {
      .site .title {
        padding-top: 20px;
        padding-bottom: 30px; } }
  .site .bx-wrapper {
    float: left !important; }
  .site .bx-viewport {
    overflow: visible !important; }
    .site .bx-viewport ul {
      margin-left: 80px; }
  .site .bx-controls {
    z-index: 3; }
  .site .bx-controls a {
    width: 32px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin: 10px 20px;
    z-index: 3;
    position: relative; }
    .site .bx-controls a.bx-prev {
      background: url(../img/gal-arrow-prev.png); }
    .site .bx-controls a.bx-next {
      margin-left: 50%;
      background: url(../img/gal-arrow-next.png); }
      @media screen and (max-width: 700px) {
        .site .bx-controls a.bx-next {
          float: right;
          margin-left: 20px; } }
  .site .imagetitle {
    position: absolute;
    left: 0px;
    bottom: -30px;
    opacity: 0;
    z-index: 2; }
  .site .active-slide .imagetitle {
    opacity: 1;
    transition: all ease-in-out 1s; }
  .site .bx-caption {
    position: absolute;
    left: 0px;
    bottom: -30px; }
    .site .bx-caption span {
      float: left; }
  .site .gallery {
    width: 100%;
    height: 450px;
    background: #E7E7E7;
    padding: 0;
    overflow: hidden;
    float: left; }
    .site .gallery > img {
      max-height: 100%;
      float: left;
      display: block; }
    .site .gallery ul li {
      /*width: 500px !important;*/
      height: 400px;
      overflow: visible; }
  .site .site-content {
    padding-top: 30px; }

.site.edu {
  background: #FFF; }

footer h2.logo {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 24px;
  font-family: 'Stag-Sans'; }
  footer h2.logo span {
    font-family: 'Stag'; }
  footer h2.logo a {
    display: inline-block;
    width: 180px; }

/*

  Supersized - Fullscreen Slideshow jQuery Plugin
  Version : 3.2.7
  Site  : www.buildinternet.com/project/supersized
  
  Author  : Sam Dunn
  Company : One Mighty Roar (www.onemightyroar.com)
  License : MIT License / GPL License
  
*/
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../img/progress.gif) no-repeat center center; }

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 999;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

#supersized.hide {
  z-index: -999; }

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none; }

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges; }

/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111; }

#supersized a {
  width: 100%;
  height: 100%;
  display: block; }

#supersized li.prevslide {
  z-index: -20; }

#supersized li.activeslide {
  z-index: -10; }

#supersized li.image-loading {
  background: #111111 url(../img/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%; }

#supersized li.image-loading img {
  visibility: hidden; }

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline; }

#prevslide, #nextslide, #slidecaption, #close {
  position: fixed;
  top: 50%;
  z-index: 1000; }
  #prevslide.active-slide, #nextslide.active-slide, #slidecaption.active-slide, #close.active-slide {
    z-index: 10000;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible; }

#close {
  top: 20px;
  right: 20px;
  color: #fff; }

#slidecaption.notetop {
  top: 150px; }

#prevslide, #nextslide {
  background: url(../img/arrows.svg) no-repeat;
  height: 40px;
  width: 22px;
  margin-top: -20px;
  cursor: pointer; }

#slidecaption {
  top: 100px;
  left: 20px;
  width: auto; }
  #slidecaption a span {
    font-family: 'Stag';
    font-weight: bold;
    font-size: 70px;
    line-height: 77px;
    color: #000;
    position: relative;
    text-decoration: none;
    display: inline-block; }
    #slidecaption a span.nature {
      font-family: 'Stag-Sans'; }
    @media only screen and (max-width: 900px) {
      #slidecaption a span {
        font-size: 40px;
        line-height: 46px; } }
    @media only screen and (max-width: 640px) {
      #slidecaption a span {
        font-size: 20px;
        line-height: 26px; } }
    #slidecaption a span:hover:after {
      background: #fff;
      color: #000; }
  #slidecaption .date {
    font-family: 'Stag-Sans';
    font-weight: normal; }

.info + #slidecaption {
  top: 186px; }
  @media only screen and (max-width: 900px) {
    .info + #slidecaption {
      top: 200px; } }

#prevslide {
  left: 20px; }

#nextslide {
  right: 20px;
  background-position: right 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.runtime {
  font-family: 'Stag-Sans';
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #000; }

.ausstellung h2 {
  font-family: 'Stag';
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 34px;
  line-height: 38px;
  color: #000; }
  .ausstellung h2.nature {
    font-family: 'Stag-Sans'; }
  @media only screen and (max-width: 900px) {
    .ausstellung h2 {
      font-size: 24px;
      line-height: 28px; } }

iframe {
  width: 100%;
  height: 700px;
  float: left;
  border: 0;
  overflow: hidde; }

#kontaktformular {
  background: #FFF; }
  #kontaktformular p {
    padding: 30px;
    font-size: 14px; }

form {
  width: 500px;
  float: left;
  margin: 40px; }
  form label, form input, form textarea {
    width: 100%;
    max-width: 70%;
    float: left; }
  form input, form textarea {
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #D3D3D3; }
    form input:focus, form textarea:focus {
      outline: none; }
    form input[type=submit], form textarea[type=submit] {
      max-width: 200px;
      border-radius: 3px;
      float: left; }
  form textarea {
    height: 200px; }

.ng-enter {
  -webkit-animation: 0.5s fade-in;
  -moz-animation: 0.5s fade-in;
  -o-animation: 0.5s fade-in;
  animation: 0.5s fade-in;
  z-index: 100; }

.ng-leave {
  -webkit-animation: 0.5s fade-out;
  -moz-animation: 0.5s fade-out;
  -o-animation: 0.5s fade-out;
  animation: 0.5s fade-out;
  z-index: 99; }

@keyframes fade-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fade-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }
