/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Avenir;
  font-weight: 700;
  src: url("../fonts/AvenirLTStd-Black.eot");
  src: url("../fonts/AvenirBlack.woff2") format("woff2"), url("../fonts/AvenirBlack.woff") format("woff"), url("../fonts/AvenirLTStd-Black.ttf") format("truetype"), url("../fonts/AvenirLTStd-Black.svg") format("svg");
}
.row {
  margin-right: -11px;
  margin-left: -11px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 11px;
  padding-right: 11px;
}

.-green {
  background-color: #b1bba9;
}

.-red {
  background-color: #cf655a;
}

.-blue {
  background-color: #9dacb6;
}

.-brown {
  background-color: #d6c0a7;
}

.-grey {
  background-color: #BEC0C0;
}

.-white {
  background-color: #FFF;
}

.-black {
  background-color: #000;
  color: #FFF;
}
.-black:hover, .-black:visited, .-black:active {
  color: #FFF;
}

body,
html {
  font-family: "Times New Roman", sans-serif;
  font-size: 1em;
  color: #000;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
img.seoimage {
  display: none;
}

h1 {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 0;
}

h2 {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.0625em;
  font-weight: 700;
  display: inline;
}

b,
strong {
  font-weight: 700;
}

._margin-top-0 {
  margin-top: 0rem !important;
}

._margin-bottom-0 {
  margin-bottom: 0rem !important;
}

._margin-right-0 {
  margin-right: 0rem !important;
}

._margin-left-0 {
  margin-left: 0rem !important;
}

._padding-top-0 {
  padding-top: 0rem !important;
}

._padding-bottom-0 {
  padding-bottom: 0rem !important;
}

._margin-top-0\.5 {
  margin-top: 0.5rem !important;
}

._margin-bottom-0\.5 {
  margin-bottom: 0.5rem !important;
}

._margin-right-0\.5 {
  margin-right: 0.5rem !important;
}

._margin-left-0\.5 {
  margin-left: 0.5rem !important;
}

._padding-top-0\.5 {
  padding-top: 0.5rem !important;
}

._padding-bottom-0\.5 {
  padding-bottom: 0.5rem !important;
}

._margin-top-1 {
  margin-top: 1rem !important;
}

._margin-bottom-1 {
  margin-bottom: 1rem !important;
}

._margin-right-1 {
  margin-right: 1rem !important;
}

._margin-left-1 {
  margin-left: 1rem !important;
}

._padding-top-1 {
  padding-top: 1rem !important;
}

._padding-bottom-1 {
  padding-bottom: 1rem !important;
}

._margin-top-1\.5 {
  margin-top: 1.5rem !important;
}

._margin-bottom-1\.5 {
  margin-bottom: 1.5rem !important;
}

._margin-right-1\.5 {
  margin-right: 1.5rem !important;
}

._margin-left-1\.5 {
  margin-left: 1.5rem !important;
}

._padding-top-1\.5 {
  padding-top: 1.5rem !important;
}

._padding-bottom-1\.5 {
  padding-bottom: 1.5rem !important;
}

._margin-top-2 {
  margin-top: 2rem !important;
}

._margin-bottom-2 {
  margin-bottom: 2rem !important;
}

._margin-right-2 {
  margin-right: 2rem !important;
}

._margin-left-2 {
  margin-left: 2rem !important;
}

._padding-top-2 {
  padding-top: 2rem !important;
}

._padding-bottom-2 {
  padding-bottom: 2rem !important;
}

._margin-top-2\.5 {
  margin-top: 2.5rem !important;
}

._margin-bottom-2\.5 {
  margin-bottom: 2.5rem !important;
}

._margin-right-2\.5 {
  margin-right: 2.5rem !important;
}

._margin-left-2\.5 {
  margin-left: 2.5rem !important;
}

._padding-top-2\.5 {
  padding-top: 2.5rem !important;
}

._padding-bottom-2\.5 {
  padding-bottom: 2.5rem !important;
}

._margin-top-3 {
  margin-top: 3rem !important;
}

._margin-bottom-3 {
  margin-bottom: 3rem !important;
}

._margin-right-3 {
  margin-right: 3rem !important;
}

._margin-left-3 {
  margin-left: 3rem !important;
}

._padding-top-3 {
  padding-top: 3rem !important;
}

._padding-bottom-3 {
  padding-bottom: 3rem !important;
}

._margin-top-4 {
  margin-top: 4rem !important;
}

._margin-bottom-4 {
  margin-bottom: 4rem !important;
}

._margin-right-4 {
  margin-right: 4rem !important;
}

._margin-left-4 {
  margin-left: 4rem !important;
}

._padding-top-4 {
  padding-top: 4rem !important;
}

._padding-bottom-4 {
  padding-bottom: 4rem !important;
}

._margin-top-5 {
  margin-top: 5rem !important;
}

._margin-bottom-5 {
  margin-bottom: 5rem !important;
}

._margin-right-5 {
  margin-right: 5rem !important;
}

._margin-left-5 {
  margin-left: 5rem !important;
}

._padding-top-5 {
  padding-top: 5rem !important;
}

._padding-bottom-5 {
  padding-bottom: 5rem !important;
}

._margin-top-6 {
  margin-top: 6rem !important;
}

._margin-bottom-6 {
  margin-bottom: 6rem !important;
}

._margin-right-6 {
  margin-right: 6rem !important;
}

._margin-left-6 {
  margin-left: 6rem !important;
}

._padding-top-6 {
  padding-top: 6rem !important;
}

._padding-bottom-6 {
  padding-bottom: 6rem !important;
}

._text-capitalize {
  text-transform: capitalize !important;
}

._text-center {
  text-align: center !important;
}

._text-larger {
  font-size: 125% !important;
}

._text-preformatted {
  white-space: pre !important;
}

._text-smaller {
  font-size: 75% !important;
}

._text-strong {
  font-weight: bold;
}

._text-italic {
  font-style: italic;
}

._text-undecorated {
  text-decoration: none !important;
}

._text-uppercase {
  text-transform: uppercase !important;
}

._text-width {
  max-width: 70ch !important;
}

._text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

._speechonly {
  display: block;
  font-size: 0;
  line-height: 0;
}

._overflow-hidden {
  overflow: hidden !important;
}

._display-block {
  display: block !important;
}

._display-flex {
  display: flex !important;
}

._flex-column {
  flex-direction: column !important;
}

._hidden {
  display: none;
}

header {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.625em 0 0.9375em;
}
header .logo {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
header .logo img {
  width: 11em;
}
header .social {
  *zoom: 1;
  margin-bottom: 0.625em;
  font-size: 0.8em;
}
header .social:after, header .social:before {
  content: " ";
  display: table;
}
header .social:after {
  clear: both;
}
header .social div,
header .social i {
  float: right;
  margin-left: 1.25em;
}
@media (max-width: 1200px) {
  header .logo {
    right: -90px;
  }
}
@media (max-width: 992px) {
  header {
    display: none;
  }
}

nav.nav-side > ul > li {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.25em;
  line-height: 1.375em;
  margin-bottom: 0.125em;
  padding-left: 0.3125em;
}
nav.nav-side > ul > li:nth-child(1) {
  background-color: #b1bba9;
}
nav.nav-side > ul > li:nth-child(2) {
  background-color: #cf655a;
}
nav.nav-side > ul > li:nth-child(3) {
  background-color: #9dacb6;
}
nav.nav-side > ul > li:nth-child(4) {
  background-color: #d6c0a7;
}
nav.nav-side > ul > li:nth-child(5) {
  background-color: #BEC0C0;
}
nav.nav-side > ul > li:not(.active) > ul {
  display: none;
}
nav.nav-side > ul > li > ul {
  padding-bottom: 0.125em;
}
nav.nav-side > ul > li > ul > li {
  font-size: 0.4375em;
  line-height: 1.25em;
}
nav.nav-side > ul > li > ul > li.active a {
  background-color: #000;
  color: #FFF;
  padding: 0 3px;
  margin-left: -3px;
}

nav.nav-main {
  text-align: right;
}
nav.nav-main > ul {
  *zoom: 1;
}
nav.nav-main > ul:after, nav.nav-main > ul:before {
  content: " ";
  display: table;
}
nav.nav-main > ul:after {
  clear: both;
}
nav.nav-main > ul > li {
  float: left;
  margin-right: 4.999%;
  width: 30%;
  text-align: right;
}
nav.nav-main > ul > li:nth-child(3n), nav.nav-main > ul > li:nth-child(7n) {
  margin-right: 0;
  float: right;
}
nav.nav-main > ul > li.active a {
  padding: 0.0625em 0.1875em;
  background-color: #000;
  color: #FFF;
}

body:not(.base):not(.landing) nav.nav-side > ul > li:not(.active) {
  background-color: #000;
}
body:not(.base):not(.landing) nav.nav-side > ul > li:not(.active) > a {
  color: #FFF;
}

.sidebar-left .category-info {
  margin: 1.25em 0;
  font-size: 1.0625em;
}
.sidebar-left .category-info > ul {
  margin: 0 0 0.625em;
}
.sidebar-left .category-info > ul > li {
  font-family: Avenir, sans-serif;
  font-weight: 700;
}
.sidebar-left .category-info > ul > li:before {
  content: "";
  background-image: url("../images/box-pfeil-positiv.svg");
  background-size: cover;
  display: inline-block;
  width: 0.71875em;
  height: 0.71875em;
  margin-right: 0.4375em;
}
.sidebar-left .category-info > ul > li a.emo_address {
  display: inline-block;
  width: calc(100% - 25px);
  word-break: break-word;
  white-space: pre-wrap;
  word-break: break-all;
}

.sidebar-right .event-dates {
  margin-bottom: 1.875em;
}
.sidebar-right .event-dates .date {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25em;
  margin: 0.4375em 0;
}
.sidebar-right .event-dates .date span {
  font-family: "Times New Roman", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 0.75em;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }

  main {
    margin-top: 75px;
  }
}
footer {
  font-size: 0.75em;
  line-height: 1.125em;
  padding: 3.75em 0 1.25em;
}
footer a {
  text-decoration: none !important;
}
footer a.emo_address {
  display: block;
  max-width: 110px;
  word-break: break-word;
  white-space: pre-wrap;
  word-break: break-all;
}
footer b {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
footer i {
  width: 15px;
}
footer > .row .row [class*=col-]:nth-child(1) {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.25em;
}

.button {
  *zoom: 1;
  display: table;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25em 0.9375em;
  margin-bottom: 0.625em;
}
.button:after, .button:before {
  content: " ";
  display: table;
}
.button:after {
  clear: both;
}
.button:before {
  content: "";
  background-image: url("../images/box-pfeil-positiv.svg");
  background-size: cover;
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  margin-right: 0.4375em;
}
.button:after {
  content: "";
  clear: both;
}
.button.-inline {
  display: inline-block;
  float: none;
  clear: none;
  margin-right: 0.6875em;
}
.button.-black:before {
  background-image: url("../images/box-pfeil-negativ.svg");
}

a.emo_address {
  text-decoration: underline;
}

.richtext {
  line-height: 1.25em;
  font-size: 1.0625em;
}
.richtext a {
  text-decoration: underline;
}
.richtext b,
.richtext strong {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.richtext ol {
  padding-left: 0.9375em;
}

ul.press-list {
  width: 85%;
}
ul.press-list > li {
  margin-bottom: 1.25em;
}
ul.press-list > li > .title {
  display: inline-block;
  padding: 0em 0.1875em;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  background-color: #000;
  padding: 0.25em 0.9375em;
  margin-bottom: 0.625em;
}
ul.press-list > li > .title a {
  color: #FFF;
}
ul.press-list > li > .text {
  padding-top: 0.125em;
  line-height: 1.125em;
}

.event-calendar {
  position: relative;
  border: 2px solid black;
  padding: 10px;
}
.event-calendar .day-header {
  display: flex;
  width: 100%;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
}
.event-calendar .day-header .calendar-navigation {
  text-align: right;
}
.event-calendar .day-header .calendar-navigation .next,
.event-calendar .day-header .calendar-navigation .open,
.event-calendar .day-header .calendar-navigation .prev {
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.event-calendar .day-header .calendar-navigation .prev {
  background-image: url("../images/agenda-pfeil-links.svg");
}
.event-calendar .day-header .calendar-navigation .next {
  background-image: url("../images/agenda-pfeil-rechts.svg");
}
.event-calendar .day-header .calendar-navigation .open {
  margin: 0 4px;
  width: 18px;
  background-image: url("../images/agenda-uebersicht.svg");
}
.event-calendar .day-header .calendar-navigation .open.opened {
  background-image: url("../images/agenda-schliessen.svg");
}
.event-calendar h3.day {
  font-size: 1.05em;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.event-calendar .event {
  margin-bottom: 1.375em;
}
.event-calendar .event.kinok h3 {
  background-color: #b1bba9;
}
.event-calendar .event.kunst h3 {
  background-color: #cf655a;
}
.event-calendar .event.theater h3 {
  background-color: #9dacb6;
}
.event-calendar .event.restaurant h3 {
  background-color: #d6c0a7;
}
.event-calendar .event.gastspiele h3 {
  background-color: #BEC0C0;
}
.event-calendar .event:last-child {
  margin-bottom: 0;
}
.event-calendar .event .time {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 1rem;
}
.event-calendar .event h3 {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.0625em 0.1875em;
  margin: 0;
  line-height: 1;
}
.event-calendar .event .additional p {
  margin: 0;
}
.event-calendar .event .additional p:not(:first-child) {
  display: none;
}
@media (max-width: 1200px) {
  .event-calendar {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
}
@media (max-width: 768px) {
  .event-calendar .event .additional,
.event-calendar .event h3 {
    margin-left: 0 !important;
  }
}

.bootstrap-calendar {
  position: absolute;
  display: none;
  color: #000;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  background-color: white;
  top: 43px;
  left: -2px;
  padding: 11px;
  width: calc(100% + 4px);
  border: 2px solid black;
  border-top: 0;
  color: #000;
  z-index: 100;
}
.bootstrap-calendar table {
  width: 100%;
}
.bootstrap-calendar table tr .dow {
  text-transform: uppercase;
}
.bootstrap-calendar table tr td {
  border-radius: 0;
}
.bootstrap-calendar table tr td.new,
.bootstrap-calendar table tr td.old {
  color: #cf655a;
}
.bootstrap-calendar table tr td.today {
  background-color: #000 !important;
  color: #FFF !important;
}
.bootstrap-calendar table tr td.highlighted-cal-dates {
  background-color: #eee;
}

body.kinok ul.pagination li {
  background-color: #b1bba9;
}
body.kunst ul.pagination li {
  background-color: #cf655a;
}
body.theater ul.pagination li {
  background-color: #9dacb6;
}
body.restaurant ul.pagination li {
  background-color: #d6c0a7;
}
body.gastspiele ul.pagination li {
  background-color: #BEC0C0;
}
body ul.pagination li {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  margin-right: 0.3125em;
}
body ul.pagination li a,
body ul.pagination li span {
  padding: 0.3125em 0.9375em;
  display: inline-block;
}
body ul.pagination li.active, body ul.pagination li.disabled {
  background-color: #BEC0C0;
  color: #888;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 0px;
  direction: ltr;
}

.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #666;
  border-color: #666;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover {
  background-color: #666;
  border-color: #666;
}

fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #666;
  border-color: #666;
}

.datepicker table tr td.highlighted.focused {
  background: #666;
}
.datepicker table tr td.highlighted.disabled {
  background: #666;
  color: #777;
}
.datepicker table tr td.highlighted.disabled:active {
  background: #666;
  color: #777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover {
  background-color: #666;
  border-color: #666;
}

fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #666;
  border-color: #666;
}

.datepicker table tr td.today.focused {
  background: #666;
}
.datepicker table tr td.today.disabled {
  background: #666;
  color: #777;
}
.datepicker table tr td.today.disabled:active {
  background: #666;
  color: #777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.active, .datepicker table tr td.range:active, .datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover {
  background-color: #eee;
  border-color: #bbb;
}
.datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover {
  background-color: #eee;
  border-color: #bbb;
}

fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #666;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover {
  background-color: #666;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover {
  background-color: #666;
  border-color: #9dc1d3;
}

fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #666;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #666;
}
.datepicker table tr td.range.highlighted.disabled {
  background: #666;
  color: #777;
}
.datepicker table tr td.range.highlighted.disabled:active {
  background: #666;
  color: #777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover {
  background-color: #666;
  border-color: #666;
}

fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #666;
  border-color: #666;
}

.datepicker table tr td.range.today.disabled {
  background: #666;
  color: #777;
}
.datepicker table tr td.range.today.disabled:active {
  background: #666;
  color: #777;
}
.datepicker table tr td.selected {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover {
  background-color: #777;
  border-color: #555;
}

fieldset[disabled] .datepicker table tr td.selected.focus {
  background-color: #777;
  border-color: #555;
}
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover {
  background-color: #777;
  border-color: #555;
}
fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #666;
  border-color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active:focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover {
  background-color: #666;
  border-color: #666;
}

fieldset[disabled] .datepicker table tr td.active.focus {
  background-color: #666;
  border-color: #666;
}
fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover {
  background-color: #666;
  border-color: #666;
}
fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #666;
  border-color: #666;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 0px;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td span.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover {
  background-color: #666;
  border-color: #666;
}
.datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover {
  background-color: #666;
  border-color: #666;
}

fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus {
  background-color: #666;
  border-color: #666;
}
fieldset[disabled] .datepicker table tr td span.active.disabled:hover {
  background-color: #666;
  border-color: #666;
}
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover {
  background-color: #666;
  border-color: #666;
}
fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus {
  background-color: #666;
  border-color: #666;
}
fieldset[disabled] .datepicker table tr td span.active:hover {
  background-color: #666;
  border-color: #666;
}
fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #666;
  border-color: #666;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}
.datepicker .datepicker-switch {
  width: 145px;
  cursor: pointer;
}
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  *zoom: 1;
  position: fixed;
  width: 100%;
  top: 0;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
  width: autp;
  background: #FFF;
  min-height: 52px;
  z-index: 999999;
  /* Fix for box sizing on Foundation Framework etc. */
  box-sizing: content-box;
}
.mean-container .mean-bar:after, .mean-container .mean-bar:before {
  content: " ";
  display: table;
}
.mean-container .mean-bar:after {
  clear: both;
}
.mean-container .mean-bar * {
  box-sizing: content-box;
}
.mean-container .mean-bar a.logo img {
  height: 45px;
  margin-left: 15px;
  margin-top: 5px;
}
.mean-container a.meanmenu-reveal {
  width: 38px;
  height: 22px;
  padding: 4px 13px 11px;
  margin-right: 4px;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 5px;
  margin-top: 6px;
}
.mean-container a.meanmenu-reveal.meanclose {
  padding-top: 12px;
}
.mean-container .mean-nav {
  float: left;
  width: calc(100% - 30px);
  margin-left: 15px;
  background: #FFF;
  margin-top: 15px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  *zoom: 1;
}
.mean-container .mean-nav ul:after, .mean-container .mean-nav ul:before {
  content: " ";
  display: table;
}
.mean-container .mean-nav ul:after {
  clear: both;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.mean-last {
  padding-bottom: 20px;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li:nth-child(1), .mean-container .mean-nav ul li:nth-child(1) li {
  background-color: #b1bba9;
}
.mean-container .mean-nav ul li:nth-child(2), .mean-container .mean-nav ul li:nth-child(2) li {
  background-color: #cf655a;
}
.mean-container .mean-nav ul li:nth-child(3), .mean-container .mean-nav ul li:nth-child(3) li {
  background-color: #9dacb6;
}
.mean-container .mean-nav ul li:nth-child(4), .mean-container .mean-nav ul li:nth-child(4) li {
  background-color: #d6c0a7;
}
.mean-container .mean-nav ul li:nth-child(5), .mean-container .mean-nav ul li:nth-child(5) li {
  background-color: #BEC0C0;
}
.mean-container .mean-nav ul li:nth-child(5) {
  margin-bottom: 1.25em;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: auto;
  padding: 0.2em 15px;
  margin: 0;
  text-align: left;
  color: #000;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 24px;
  padding: 12px !important;
  text-align: center;
  line-height: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: none !important;
}
.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 0.2em 20px;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 0.2em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-remove {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.googlemap #gmap {
  height: 500px;
}
.googlemap .marker {
  display: none;
}

.grid .grid-item {
  width: 25%;
}
.grid .grid-item-width2 {
  width: 50%;
}
.grid .grid-item img,
.grid .grid-item-width2 img {
  display: block;
  max-width: 100%;
}

.grid.element-list .grid-item {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black;
}

.carousel-vis {
  position: relative;
  height: 25.625em;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1.25em;
  overflow: hidden;
}
.carousel-vis .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all ease 500ms;
}
.carousel-vis .item img {
  max-width: none;
}
.carousel-vis .item.nextanimateIn {
  animation-name: nextanimateIn;
  animation-duration: 500ms;
}
.carousel-vis .item.nextanimateOut {
  animation-name: nextanimateOut;
  animation-duration: 500ms;
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis .item.prevanimateIn {
  animation-name: prevanimateIn;
  animation-duration: 500ms;
}
.carousel-vis .item.prevanimateOut {
  animation-name: prevanimateOut;
  animation-duration: 500ms;
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis .item .image {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
}
.carousel-vis .item .image.scaleheight {
  height: 100%;
  width: auto;
}
.carousel-vis .item .subtitle {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 50%;
  line-height: 1.2;
}
.carousel-vis .item .subtitle span {
  background-color: #FFF;
  box-shadow: -8px 0 0 #FFF, 8px 0 0 #FFF;
  -webkit-box-shadow: -8px 0 0 #FFF, 8px 0 0 #FFF;
  -moz-box-shadow: -8px 0 0 #FFF, 8px 0 0 #FFF;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
.carousel-vis .item-skip {
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  font-size: 2.5em;
  color: white;
  cursor: pointer;
  z-index: 10;
  width: 0.5em;
  height: 0.9375em;
  background-size: contain;
}
.carousel-vis .item-skip.next {
  right: 0.3125em;
  background-image: url("../images/slider-pfeil-rechts.svg");
}
.carousel-vis .item-skip.prev {
  left: 0.3125em;
  background-image: url("../images/slider-pfeil-links.svg");
}

.accordion .entry {
  margin-bottom: 3px;
}
.accordion .entry .title {
  transition: all ease 500ms;
  background-color: grey;
  padding: 5px;
  cursor: pointer;
}
.accordion .entry .text {
  display: none;
  border: 1px solid grey;
  padding: 5px;
}
.accordion .entry.active .title {
  background-color: #333;
  color: white;
}

/* Responsive Table */
table.vis-table {
  width: 100%;
}
table.vis-table tr {
  border: 1px solid #BEC0C0;
}
table.vis-table td,
table.vis-table th {
  padding: 5px;
}

@media screen and (max-width: 650px) {
  table.vis-table tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
  }
  table.vis-table tr:first-child {
    display: none;
  }
  table.vis-table th {
    display: none;
  }
  table.vis-table td {
    display: block;
  }
  table.vis-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 50%;
    display: inline-block;
  }
}
body.landing article {
  margin-bottom: 1.375em;
  font-size: 1.0625em;
}
body.landing article .image + .content {
  border-top: 0;
}
body.landing article.-blue .content, body.landing article.-brown .content, body.landing article.-green .content, body.landing article.-grey .content, body.landing article.-red .content {
  border: none;
}
body.landing article .content {
  padding: 11px;
  line-height: 1.125em;
  border: 2px solid black;
}
body.landing article .content .title {
  display: inline;
  margin-bottom: 4px;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.landing article .content .title:after {
  display: block;
}
body.landing article .content .title.-big {
  font-size: 1.5em;
  line-height: normal;
  box-shadow: inset 0 3px 0 white, inset 0 -3.5px 0 black;
}
body.landing article .content .title.-big + .text {
  padding-top: 1em;
}
body.landing article .content .text a {
  text-decoration: underline;
}

body.event.list.kinok article .text {
  background-color: #b1bba9;
}
body.event.list.kunst article .text {
  background-color: #cf655a;
}
body.event.list.theater article .text {
  background-color: #9dacb6;
}
body.event.list.restaurant article .text {
  background-color: #d6c0a7;
}
body.event.list.gastspiele article .text {
  background-color: #BEC0C0;
}
body.event.list article {
  margin-bottom: 1.375em;
  min-height: 12.5em;
  font-size: 1.0625em;
}
body.event.list article .image {
  height: 100%;
  margin-right: -0.6875em;
  background-size: cover;
  background-position: center;
}
body.event.list article .text {
  padding: 0.6875em;
}
body.event.list article .text h3 {
  font-size: 2.5em;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.event.list article .text .event-links {
  margin-top: 1em;
}
body.event.list.big article {
  margin-bottom: 1.375em;
  min-height: 12.5em;
  font-size: 1.0625em;
}
body.event.list.big article .image {
  height: 100%;
  margin-right: -0.6875em;
  background-size: cover;
}
body.event.list.big article .text {
  padding: 0.6875em;
}
body.event.list.big article .text h3 {
  font-size: 1.875em;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.event.list.big article .text .introtext {
  padding-bottom: 0.6875em;
}
@media (max-width: 992px) {
  body.event.list.big article .image,
body.event.list article .image {
    height: 300px;
    margin: 0;
    width: auto;
  }
  body.event.list.big article .text,
body.event.list article .text {
    width: calc(100% - 22px);
    margin-left: 0.6875em;
  }
  body.event.list.big article .text h3,
body.event.list article .text h3 {
    font-size: 1.875em;
  }
}
body.event.list.big article .image {
  max-height: 700px;
  background-position: center;
}

body.event.single.kinok .button {
  background-color: #b1bba9;
}
body.event.single.kunst .button {
  background-color: #cf655a;
}
body.event.single.theater .button {
  background-color: #9dacb6;
}
body.event.single.restaurant .button {
  background-color: #d6c0a7;
}
body.event.single.gastspiele .button {
  background-color: #BEC0C0;
}
body.event.single p {
  margin-bottom: 0;
}
body.event.single em {
  font-weight: 700;
}

body.event.agenda.kinok article h3 {
  background-color: #b1bba9;
}
body.event.agenda.kunst article h3 {
  background-color: #cf655a;
}
body.event.agenda.theater article h3 {
  background-color: #9dacb6;
}
body.event.agenda.restaurant article h3 {
  background-color: #d6c0a7;
}
body.event.agenda.gastspiele article h3 {
  background-color: #BEC0C0;
}
body.event.agenda .agenda-outer {
  margin-top: 2em;
}
body.event.agenda .agenda-outer:first-child {
  margin-top: 0;
}
body.event.agenda .agenda-outer .day-header {
  display: flex;
  width: 100%;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  border-bottom: 2px solid black;
  margin-bottom: 0.5em;
}
body.event.agenda .agenda-outer article {
  margin-bottom: 1em;
}
body.event.agenda .agenda-outer article h3 {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.0625em 0.1875em;
  margin: 0;
  font-size: 1em;
}
body.event.agenda .agenda-outer article .time {
  font-family: Avenir, sans-serif;
  font-weight: 700;
}

body.theme.list.kinok article .text {
  background-color: #b1bba9;
}
body.theme.list.kunst article .text {
  background-color: #cf655a;
}
body.theme.list.theater article .text {
  background-color: #9dacb6;
}
body.theme.list.restaurant article .text {
  background-color: #d6c0a7;
}
body.theme.list.gastspiele article .text {
  background-color: #BEC0C0;
}
body.theme.list article {
  margin-bottom: 1.375em;
  min-height: 12.5em;
  font-size: 1.0625em;
}
body.theme.list article .image {
  height: 100%;
  margin-right: -0.6875em;
  background-size: cover;
}
body.theme.list article .text {
  padding: 0.6875em;
}
body.theme.list article .text h3 {
  font-size: 1.875em;
  font-family: Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.theme.list article .text .introtext {
  padding-bottom: 0.6875em;
}
@media (max-width: 992px) {
  body.theme.list article .image {
    height: 300px;
    margin: 0;
    width: auto;
  }
  body.theme.list article .text {
    width: calc(100% - 22px);
    margin-left: 0.6875em;
  }
  body.theme.list article .text h3 {
    font-size: 1.875em;
  }
}

body.theme.single.kinok article.theme-event .title {
  background-color: #b1bba9;
}
body.theme.single.kunst article.theme-event .title {
  background-color: #cf655a;
}
body.theme.single.theater article.theme-event .title {
  background-color: #9dacb6;
}
body.theme.single.restaurant article.theme-event .title {
  background-color: #d6c0a7;
}
body.theme.single.gastspiele article.theme-event .title {
  background-color: #BEC0C0;
}
body.theme.single article.theme-event {
  margin-top: 1.375em;
}
body.theme.single article.theme-event .title {
  font-family: Avenir, sans-serif;
  font-weight: 700;
  font-size: 1.0625em;
  text-transform: uppercase;
  font-weight: 700;
}
.restaurant-layout .carousel-vis {
  margin-bottom: 0;
}
.restaurant-layout .files {
  background-color: #d6c0a7;
  padding-bottom: 11px;
}
.restaurant-layout .files li a {
  margin-left: 11px;
  margin-bottom: 0;
}
.restaurant-layout .richtext {
  padding: 11px;
  background-color: #d6c0a7;
}
.restaurant-layout .richtext p:last-child {
  margin-bottom: 0;
}

body.leitsystem {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.leitsystem main {
  display: none;
  flex: 1;
  flex: 100%;
}
body.leitsystem main.-active {
  display: block;
}
body.leitsystem main > h1 {
  font-size: 2em;
}
body.leitsystem main > img {
  width: auto;
  margin: 0 auto;
  display: block;
}
body.leitsystem main .event-calendar .calendar-navigation {
  display: none;
}