@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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: register;
  src: url("/template/fonts/register-regular.woff") format("woff"), url("/template/fonts/register-regular.woff2") format("woff2");
}
@font-face {
  font-family: BrownStd-Regular;
  src: url("/template/fonts/brown-regular.eot") format("embedded-opentype"), url("/template/fonts/brown-regular.woff2") format("woff2"), url("/template/fonts/brown-regular.woff") format("woff");
}
h1,
h2,
h3 {
  margin-bottom: 60px;
}

h1 {
  font-size: 84px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #5d4939;
  font-family: "register";
}
h1:not(.home),
h2:not(.home),
h3:not(.home),
h4:not(.home),
h5:not(.home),
h6:not(.home) {
  word-break: break-word;
}
h1.nomargin,
h2.nomargin,
h3.nomargin,
h4.nomargin,
h5.nomargin,
h6.nomargin {
  margin-bottom: -22px;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right,
h6.right {
  text-align: right;
}
h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small {
  font-size: 31px;
  border-bottom: 2px solid #5d4939;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  border-bottom: 2px solid #5d4939;
}

.pagetitle {
  margin: 0;
}
.pagetitle.right {
  text-align: right;
}

@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
body,
html {
  font-family: "BrownStd-Regular";
  font-size: 18px;
  min-height: 100%;
  background: #5d4939;
}

a {
  color: #5d4939;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus, a:hover {
  color: #3d3026;
}

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

video {
  max-width: 100%;
}

.container-fluid {
  padding: 0 93px;
  max-width: 1920px;
  margin: 0 auto;
}

img {
  margin-bottom: 15px;
}

.image {
  max-width: 100%;
  height: auto;
}
.image.nomargin {
  margin-bottom: 15px;
}

.richtext a {
  text-decoration: underline;
}
.richtext h1,
.richtext h2,
.richtext h3 {
  margin-bottom: 0.5rem;
}

.landing main {
  margin-top: 0;
}

main {
  margin-top: 130px;
  background-color: #FFF;
}
main .container-fluid.grey {
  background: #EAE8E6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.agendaitem {
  position: relative;
  margin-bottom: 30px;
}
.agendaitem .image {
  height: 275px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}
.agendaitem .image .datewrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #5d4939;
  padding: 5px 0;
  line-height: 52px;
}
.agendaitem .image .datewrap.twodates {
  line-height: 25px;
}
.agendaitem .image .datewrap * {
  color: white;
}
.agendaitem .image .datewrap .date {
  font-size: 16px;
  font-family: "BrownStd-Regular";
  text-align: center;
}
.agendaitem .image .datewrap .date .number {
  font-size: 31px;
  font-family: "register";
}
.agendaitem .content {
  float: none;
  width: auto;
  overflow: hidden;
}

.button {
  font-size: 16px;
  font-family: "BrownStd-Regular";
  border: 1px solid #FFF;
  color: #FFF;
  padding: 10px 25px;
  max-width: 100%;
  margin-bottom: 30px;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: inline-block;
}
.button:focus {
  color: #FFF;
}
.button:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
  border-color: #000;
}
.button.black {
  border-color: #000;
  color: #000;
}
.button.black:hover {
  text-decoration: none;
  background: #000;
  color: #FFF;
  border-color: #000;
}
.button.white {
  border-color: #FFF;
  color: #FFF;
}
.button.white:hover {
  text-decoration: none;
  background: #FFF;
  color: #000;
  border-color: #FFF;
}

.mapnav {
  margin: 60px 0;
  padding: 20px 0;
  border: 2px solid #5d4939;
  border-left: none;
  border-right: none;
}
.mapnav li {
  margin-bottom: 20px;
  display: block;
}
.mapnav li:last-child {
  margin: 0;
}
.mapnav li a {
  font-size: 31px;
  color: #000;
  padding-left: 50px;
  position: relative;
  color: #5d4939;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.mapnav li a:active, .mapnav li a:focus, .mapnav li a:hover {
  text-decoration: underline;
}
.mapnav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("");
  background: #5d4939;
}
.mapnav li.kunst a:before {
  background-image: url("");
}
.mapnav li.essen a:before {
  background-image: url("");
}
.mapnav li.einkaufen a:before {
  background-image: url("");
}
.mapnav li.nachtleben a:before {
  background-image: url("");
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 30px;
}
.breadcrumb li:not(:last-child):after {
  content: "›";
  padding: 0 5px;
}

.cookieInfo {
  position: fixed;
  z-index: 200;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.5);
  color: #FFF;
  padding: 25px 0;
}
.cookieInfo a {
  text-decoration: underline;
  color: #FFF;
}
.cookieInfo .acceptcookies {
  font-family: sans-serif;
  display: block;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.cookieInfo p {
  margin: 0;
}

@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 60px;
  }

  main .container-fluid:first-child {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cookieInfo {
    padding: 20px;
  }

  .container-fluid {
    padding: 0 15px;
  }

  main {
    margin-top: 0;
  }

  .breadcrumb {
    margin-bottom: 20px;
    border-bottom: 1px solid #5d4939;
    border-radius: 0;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: #5d4939;
  z-index: 160;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  *zoom: 1;
}
header:after, header:before {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .logo {
  position: absolute;
  z-index: 10;
  width: 240px;
  height: 70px;
}
header .logo img {
  max-height: 100%;
  width: auto;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  header .logo {
    padding-top: 20px;
  }
  header .logo img {
    height: 30px;
  }
}

@media (max-width: 1200px) {
  header .logo {
    width: 215px;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
.landing .menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landing .menu .menutop {
  bottom: 0;
}
.landing ul.midnav li a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  font-family: "register";
  font-size: 22px;
  padding-bottom: 3px;
}
.landing ul.midnav li a:hover {
  text-decoration: none;
  color: #000;
  border-color: #000;
}

.langnav:hover li a {
  display: block;
}
.langnav li {
  width: 100%;
  color: #FFF;
}
.langnav li.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.langnav li.active a {
  display: block;
  position: relative;
  cursor: pointer;
  color: #FFF;
}
.langnav li a {
  display: none;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  color: #AA9D92;
}

header .top {
  padding: 5px 0;
  background-color: #725b49;
  height: 34px;
  z-index: 20;
}
header .top .inner {
  *zoom: 1;
}
header .top .inner:after, header .top .inner:before {
  content: " ";
  display: table;
}
header .top .inner:after {
  clear: both;
}
header .top ul.nav-top {
  text-align: right;
}
header .top ul.nav-top li {
  display: inline-block;
  margin-right: 15px;
}
header .top ul.nav-top li.active a {
  text-decoration: underline;
}
header .top ul.nav-top li a {
  color: #FFF;
  font-size: 14px;
}
header .top .langnav-outer,
header .top .nav-top,
header .top .search {
  float: right;
  display: inline-block;
}
header .top .langnav-outer {
  width: 50px;
  height: 20px;
}
header .top .langnav-outer .langnav {
  position: absolute;
  z-index: 50;
  background-color: #725b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2px;
  padding: 0 5px;
}
header .top .search {
  margin-left: 15px;
}
header .top .search a {
  color: #FFF;
}
header .top .search .icon {
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
  cursor: pointer;
}
header .bottom {
  padding-top: 15px;
}

nav.nav-main {
  position: relative;
  display: block;
  padding-top: 20px;
  *zoom: 1;
}
nav.nav-main:after, nav.nav-main:before {
  content: " ";
  display: table;
}
nav.nav-main:after {
  clear: both;
}
nav.nav-main .burger,
nav.nav-main .langnav,
nav.nav-main .nav,
nav.nav-main .search {
  float: right;
  display: inline-block;
}
nav.nav-main ul.nav {
  display: inline-block;
  *zoom: 1;
}
nav.nav-main ul.nav:after, nav.nav-main ul.nav:before {
  content: " ";
  display: table;
}
nav.nav-main ul.nav:after {
  clear: both;
}
nav.nav-main ul.nav > li:nth-last-child(-n+2) li ul {
  right: 200px;
  left: auto;
}
nav.nav-main ul.nav > li > ul {
  border-top: 10px solid #5d4939;
  margin-top: 1px;
}
nav.nav-main ul.nav li {
  display: inline-block;
  margin-right: 30px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
nav.nav-main ul.nav li.active, nav.nav-main ul.nav li:focus, nav.nav-main ul.nav li:hover {
  border-bottom: 1px solid #FFF;
}
nav.nav-main ul.nav li:hover > ul {
  display: block;
}
nav.nav-main ul.nav li a {
  display: block;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
nav.nav-main ul.nav li a:hover {
  text-decoration: none;
}
nav.nav-main ul.nav li ul {
  display: none;
  position: absolute;
  background: #725b49;
  margin-left: -10px;
  width: 200px;
}
nav.nav-main ul.nav li ul li {
  position: relative;
  display: block;
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.nav-main ul.nav li ul li.active, nav.nav-main ul.nav li ul li:hover {
  background: #806B5B;
}
nav.nav-main ul.nav li ul li.active a, nav.nav-main ul.nav li ul li:hover a {
  padding-left: 15px;
}
nav.nav-main ul.nav li ul li a {
  padding: 10px;
}
nav.nav-main ul.nav li ul li ul {
  top: 0;
  left: 200px;
  margin-left: 0;
  background: #806B5B;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
nav.nav-main .burger {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
nav.nav-main .burger:after {
  content: "MENU";
  font-size: 9px;
  position: absolute;
  color: white;
  top: 16px;
}
nav.nav-main .burger.active span {
  width: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
nav.nav-main .burger.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
nav.nav-main .burger.active span:nth-child(2) {
  opacity: 0;
}
nav.nav-main .burger.active span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
nav.nav-main .burger span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav.nav-main .burger span:nth-child(1) {
  top: 0;
}
nav.nav-main .burger span:nth-child(2) {
  top: 6px;
}
nav.nav-main .burger span:nth-child(3) {
  top: 12px;
}

.menu {
  *zoom: 1;
}
.menu:after, .menu:before {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu .menutop {
  position: fixed;
  top: 130px;
  right: auto;
  bottom: 100px;
  left: 0;
  z-index: 160;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu .menutop.slideIn {
  right: 0;
}
.menu .menutop.slideIn .section.left {
  background: #725b49;
  width: 300px;
}
.menu .menutop:after {
  content: "";
  display: block;
  clear: both;
}
.menu .menutop .section {
  width: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 100%;
  float: left;
  display: block;
}
.menu .menutop .section.left {
  position: relative;
}
.menu .menutop .section.left ul.breadcrumb {
  padding-left: 93px;
  margin: 0;
  background: transparent;
}
.menu .menutop .section.left ul.breadcrumb li a {
  color: white;
  opacity: 0.5;
  font-size: 15px;
  font-family: "BrownStd-Regular";
}
.menu .menutop .section.left ul.mainnav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu .menutop .section.left ul.mainnav > li {
  position: relative;
  width: 100%;
}
.menu .menutop .section.left ul.mainnav > li ul {
  display: none;
}
.menu .menutop .section.left ul.mainnav > li:first-child a:before {
  border-top: 2px solid #AA9D92;
}
.menu .menutop .section.left ul.mainnav > li a {
  font-size: 19px;
  color: #AA9D92;
  display: block;
  padding: 25px 0 25px 75px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-family: "BrownStd-Regular";
}
.menu .menutop .section.left ul.mainnav > li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 50px;
  padding: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  border-bottom: 2px solid #AA9D92;
}
.menu .menutop .section.left ul.mainnav > li a.active, .menu .menutop .section.left ul.mainnav > li a.mouseenter, .menu .menutop .section.left ul.mainnav > li a:hover {
  text-decoration: none;
  background: #806B5B;
  color: #FFF;
}
.menu .menutop .section.left ul.mainnav > li a.active .icon svg circle,
.menu .menutop .section.left ul.mainnav > li a.active .icon svg g,
.menu .menutop .section.left ul.mainnav > li a.active .icon svg line,
.menu .menutop .section.left ul.mainnav > li a.active .icon svg path,
.menu .menutop .section.left ul.mainnav > li a.active .icon svg polygon,
.menu .menutop .section.left ul.mainnav > li a.active .icon svg polyline,
.menu .menutop .section.left ul.mainnav > li a.active .icon svg rect, .menu .menutop .section.left ul.mainnav > li a.mouseenter .icon svg circle,
.menu .menutop .section.left ul.mainnav > li a.mouseenter .icon svg g,
.menu .menutop .section.left ul.mainnav > li a.mouseenter .icon svg line,
.menu .menutop .section.left ul.mainnav > li a.mouseenter .icon svg path,
.menu .menutop .section.left ul.mainnav > li a.mouseenter .icon svg polygon,
.menu .menutop .section.left ul.mainnav > li a.mouseenter .icon svg polyline,
.menu .menutop .section.left ul.mainnav > li a.mouseenter .icon svg rect, .menu .menutop .section.left ul.mainnav > li a:hover .icon svg circle,
.menu .menutop .section.left ul.mainnav > li a:hover .icon svg g,
.menu .menutop .section.left ul.mainnav > li a:hover .icon svg line,
.menu .menutop .section.left ul.mainnav > li a:hover .icon svg path,
.menu .menutop .section.left ul.mainnav > li a:hover .icon svg polygon,
.menu .menutop .section.left ul.mainnav > li a:hover .icon svg polyline,
.menu .menutop .section.left ul.mainnav > li a:hover .icon svg rect {
  stroke: #FFF;
  fill: #FFF;
}
.menu .menutop .section.left ul.mainnav > li .icon {
  display: block;
  position: absolute;
  z-index: 1;
  height: 50px;
  width: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu .menutop .section.left ul.mainnav > li .icon svg {
  height: 100%;
  padding: 10px;
  width: 50px;
  fill: #AA9D92;
  stroke: #AA9D92;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.menu .menutop .section.left ul.mainnav > li .icon svg circle,
.menu .menutop .section.left ul.mainnav > li .icon svg g,
.menu .menutop .section.left ul.mainnav > li .icon svg line,
.menu .menutop .section.left ul.mainnav > li .icon svg path,
.menu .menutop .section.left ul.mainnav > li .icon svg polygon,
.menu .menutop .section.left ul.mainnav > li .icon svg polyline,
.menu .menutop .section.left ul.mainnav > li .icon svg rect {
  stroke: #AA9D92;
}
.menu .menutop .section.mid {
  position: relative;
  width: 0;
}
.menu .menutop .section.mid.active {
  width: 300px;
  background: #806B5B;
}
.menu .menutop .section.mid .loadsubnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu .menutop .section.mid .loadsubnav > ul {
  padding: 0 30px;
  width: 100%;
}
.menu .menutop .section.mid .loadsubnav > ul > li > a {
  display: none;
}
.menu .menutop .section.mid .loadsubnav > ul li {
  margin-bottom: 5px;
  display: none;
}
.menu .menutop .section.mid .loadsubnav > ul li.active {
  display: block;
}
.menu .menutop .section.mid .loadsubnav > ul li.active ul li {
  display: block;
}
.menu .menutop .section.mid .loadsubnav > ul li ul li {
  display: none;
  position: relative;
}
.menu .menutop .section.mid .loadsubnav > ul li ul li.parent span {
  content: "";
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.menu .menutop .section.mid .loadsubnav > ul li ul li.parent span:after {
  content: "";
  position: relative;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.menu .menutop .section.mid .loadsubnav > ul li ul li.active ul {
  display: block;
}
.menu .menutop .section.mid .loadsubnav > ul li ul li.active.parent span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu .menutop .section.mid .loadsubnav > ul li ul li ul {
  display: none;
  padding-left: 15px;
}
.menu .menutop .section.mid .loadsubnav > ul li ul li ul .parent span {
  display: none;
}
.menu .menutop .section.mid .loadsubnav > ul li ul li ul a {
  border: 0;
}
.menu .menutop .section.mid .loadsubnav ul li.active > a,
.menu .menutop .section.mid .loadsubnav ul li.active span:after, .menu .menutop .section.mid .loadsubnav ul li:focus > a,
.menu .menutop .section.mid .loadsubnav ul li:focus span:after, .menu .menutop .section.mid .loadsubnav ul li:hover > a,
.menu .menutop .section.mid .loadsubnav ul li:hover span:after {
  color: #FFF;
  text-decoration: none;
  border-color: #FFF;
}
.menu .menutop .section.mid .loadsubnav ul li a,
.menu .menutop .section.mid .loadsubnav ul li span:after {
  font-size: 16px;
  color: #AA9D92;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-family: "BrownStd-Regular";
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.menu .menutop .section.right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/template/images/placeholder.jpg");
}

@media (max-width: 1199px) {
  nav.nav-main ul.nav li {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .mob-nav {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .menutop {
    display: none;
  }
}
.landing footer {
  margin-bottom: 0;
  border-top: 0;
}
.landing .menubottom {
  position: relative;
}
.landing .menubottom .infobarwrap {
  background: #725b49;
}

footer {
  background: #5d4939;
  padding: 60px 0;
  border-top: 30px solid #FFF;
  margin-bottom: 108px;
}
footer * {
  font-family: "BrownStd-Regular";
  font-size: 16px;
}
footer .langnav-outer {
  margin-bottom: 15px;
  border-bottom: 1px solid #FFF;
  display: none;
}
footer .langnav-outer .langnav li {
  display: inline-block;
  width: auto;
}
footer .langnav-outer .langnav li a {
  display: block;
}
footer .langnav-outer .langnav svg {
  display: none;
}
footer .footernav {
  margin-top: 60px;
  margin-bottom: 60px;
}
footer .footernav .navelem {
  margin-bottom: 15px;
}
footer .footernav .navelem .title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  color: #FFF;
}
footer .footernav .navelem li {
  display: block;
}
footer a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #806B5B;
}
footer a:active, footer a:focus, footer a:hover {
  text-decoration: underline;
  color: #FFF;
}
footer .meta {
  display: block;
  text-align: center;
}
footer .meta .wrap {
  display: inline-block;
}
footer .meta .wrap li {
  display: inline-block;
  color: #FFF;
}
footer .meta .wrap li a {
  color: #FFF;
}
footer .meta .wrap li:after {
  content: " | ";
}
footer .meta .wrap li:last-child:after {
  content: "";
}

.socmed {
  *zoom: 1;
  margin-bottom: 15px;
}
.socmed:after, .socmed:before {
  content: " ";
  display: table;
}
.socmed:after {
  clear: both;
}
.socmed li {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  float: left;
  margin-right: 12px;
}
.socmed li:last-child {
  margin: 0;
}
.socmed li a {
  display: block;
  height: 100%;
  font-size: 36px;
}

.ftitle {
  color: #FFF;
  margin-bottom: 20px;
}

.newsletter {
  border: 1px solid white;
  position: relative;
  width: 380px;
  max-width: 100%;
}
.newsletter input[type=email] {
  border: none;
  font-size: 16px;
  color: #FFF;
  background-color: #5d4939;
  width: 100%;
  padding: 13px 50px 13px 20px;
}
.newsletter input[type=email]::-webkit-input-placeholder {
  opacity: 0.5;
  color: white;
}
.newsletter input[type=email]::-moz-placeholder {
  opacity: 0.5;
  color: white;
}
.newsletter input[type=email]:-ms-input-placeholder {
  opacity: 0.5;
  color: white;
}
.newsletter input[type=email]:-moz-placeholder {
  opacity: 0.5;
  color: white;
}
.newsletter input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 50px;
  border: none;
  border-left: 1px solid white;
  border-radius: 0;
  background-color: #5d4939;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url("/template/images/arrow_right_white.svg");
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.newsletter input[type=submit]:active, .newsletter input[type=submit]:focus, .newsletter input[type=submit]:hover {
  background-image: url("/template/images/arrow_right.svg");
  background-color: #FFF;
}

.relwrap {
  position: relative;
}

.menubottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  height: 100px;
}
.menubottom.relative {
  position: relative;
}
.menubottom .infobarwrap {
  background: #5d4939;
  padding: 40px 0;
}
.menubottom .infobarwrap .infobar {
  position: relative;
}
.menubottom .infobarwrap .infobar .weather {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  line-height: 1;
}
.menubottom .infobarwrap .infobar .weather .temp {
  font-size: 28px;
  font-family: "register";
}
.menubottom .infobarwrap .infobar .weather .city {
  font-size: 16px;
  font-family: "BrownStd-Regular";
}
.menubottom .infobarwrap .infobar:after {
  content: "";
  display: block;
  clear: both;
}
.menubottom .infobarwrap .infobar .element,
.menubottom .infobarwrap .infobar .relwrap {
  padding-left: 50px;
}
.menubottom .infobarwrap .infobar .icon {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menubottom .infobarwrap .infobar .icon svg {
  max-height: 100%;
}
.menubottom .infobarwrap .infobar .icon svg path {
  fill: #AA9D92;
}
.menubottom .infobarwrap .infobar .element {
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media (max-width: 992px) {
  footer {
    margin-bottom: 40px;
    border: 0;
    padding: 20px 0;
  }
  footer .langnav-outer {
    display: block;
  }

  .newsletter {
    width: 100%;
    margin-bottom: 15px;
  }

  .menubottom {
    position: relative;
    height: auto;
  }
  .menubottom .infobarwrap {
    padding: 20px 0;
    background-color: #806B5B;
  }
  .menubottom .infobarwrap .infobar {
    padding: 0;
  }
  .menubottom .infobarwrap .infobar .element a:before {
    height: 20px;
    width: 20px;
  }
  .menubottom .infobarwrap .infobar .element .icon {
    width: 30px;
    height: 30px;
  }
  .menubottom .infobarwrap .infobar .weather {
    float: left;
    -webkit-transform: none;
            transform: none;
    top: auto;
    position: relative;
  }
  .menubottom .infobarwrap .infobar .weather .image {
    width: 20px;
    height: 20px;
  }
  .menubottom .infobarwrap .infobar .weather .temp {
    font-size: 19px;
  }
  .menubottom .infobarwrap .infobar .weather .temp:after {
    content: ",";
    margin-left: -4px;
  }
  .menubottom .infobarwrap .infobar .weather .city,
.menubottom .infobarwrap .infobar .weather .temp {
    display: inline;
    cursor: none;
  }
}
@media (max-width: 768px) {
  .menubottom .infobarwrap .infobar .element:not(.relwrap) {
    margin-bottom: 15px;
  }
}
.searchform-wrap {
  position: absolute;
  right: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset input {
  height: 36px;
  border: 0;
  width: calc(100% - 36px);
  float: left;
}
fieldset input:focus {
  border: 0;
  outline: 0;
}

.sisea-search-form {
  margin-top: -5px;
}
.sisea-search-form input {
  position: absolute;
  right: 318px;
  width: 66%;
  display: none;
  border-bottom: 2px solid #5d4939;
  padding-left: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.sisea-search-form input:focus {
  border-bottom: 2px solid #5d4939;
  background-color: #cccccc;
}
.sisea-search-form .searchbtn {
  background: white;
  border: 0;
  color: #5d4939;
  cursor: pointer;
  padding: 0;
}
.sisea-search-form .searchbtn:focus {
  outline: inherit;
}

.search-results {
  z-index: 100;
  width: 100%;
  word-break: break-word;
}
.search-results a {
  color: #000;
}
.search-results .simplesearch-highlight {
  background-color: #cccccc;
}
.search-results .simplesearch-result {
  border-bottom: 1px solid #5d4939;
  margin-bottom: 15px;
}
.search-results .simplesearch-result h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.search-results .simplesearch-paging {
  display: none;
}

.livesuche {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}
.livesuche button {
  background: none;
  border: 0;
  color: #5d4939;
}

@media screen and (min-width: 1200px) {
  .sisea-search-form input {
    width: 71%;
  }
}
.sisea-search-form.show {
  margin: 0;
}
.sisea-search-form.show input {
  display: block;
  position: relative;
  right: auto;
  width: 100%;
  margin-bottom: 15px;
}
.sisea-search-form.show .search-results {
  display: none;
  position: relative;
  top: auto;
}

.teams .team {
  position: relative;
  margin-bottom: 30px;
}
.teams .team img {
  width: 100%;
  margin: 0;
}
.teams .team .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.teams .team .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #FFF;
  text-shadow: 0 0 10px #000;
}
.teams .team .text a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #FFF;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.teams .team .text a:hover {
  color: #AA9D92;
}
.teams .team .text .name {
  font-size: 19px;
}
.teams .team .text .email {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: none;
}
.teams .team .text .email a {
  text-decoration: underline;
}
.teams .team:hover .overlay {
  background: rgba(93, 73, 57, 0.4);
}
.teams .team:hover .text .email,
.teams .team:hover .text .funktion {
  display: block;
}

@media (max-width: 992px) {
  .teams .team .text .email {
    display: block;
  }
}
.anmeldeform {
  /* Create a custom checkbox */
}
.anmeldeform input:not(.checkbox),
.anmeldeform select:not(.checkbox),
.anmeldeform textarea:not(.checkbox) {
  width: 100%;
  padding: 15px 10px 10px;
  margin-bottom: 15px;
  font-family: inherit;
  font-size: 19px;
  color: #806B5B;
  background: #D4CDC8;
  border: 0;
}
.anmeldeform input.submit,
.anmeldeform select.submit,
.anmeldeform textarea.submit {
  font-size: 19px;
  border: 1px solid #806B5B;
  background: 0;
}
.anmeldeform input.error,
.anmeldeform select.error,
.anmeldeform textarea.error {
  border: 2px solid #ff3333;
  color: #FFF;
}
.anmeldeform label {
  color: #806B5B;
  display: block;
  position: relative;
  font-size: 19px;
}
.anmeldeform label:not(.checkbox-outer) {
  padding-top: 15px;
}
.anmeldeform label.checkbox-outer {
  padding-left: 50px;
  font-size: 19px;
  line-height: 1.8;
}
.anmeldeform label.checkbox-outer .checkbox {
  /* Hide the browser's default checkbox */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  height: 30px;
  width: 30px;
}
.anmeldeform label.checkbox-outer .checkbox:checked ~ .checkmark:after {
  display: block;
}
.anmeldeform label.error {
  color: #FF0000;
}
.anmeldeform label.error .checkmark {
  border-color: #FF0000;
}
.anmeldeform .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  font-size: 30px;
  line-height: 1.15;
  border: 1px solid #806B5B;
  cursor: pointer;
  /* Style the checkmark/indicator */
  /* Create the checkmark/indicator (hidden when not checked) */
}
.anmeldeform .checkmark:after {
  left: 6px;
  top: -6px;
  width: 5px;
  height: 10px;
}
.anmeldeform .checkmark:after {
  font-family: "Open Sans";
  content: "x";
  position: absolute;
  display: none;
}
.anmeldeform .date input {
  cursor: pointer;
}
.anmeldeform .date svg {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  color: #5d4939;
  pointer-events: none;
}
.anmeldeform a {
  text-decoration: underline;
}

.stibimap area.area-clicked {
  background: #ed7c12;
  background-clip: padding-box;
  outline: 2px dashed #ed7c12;
}

ul.locationlist {
  margin-top: 50px;
}
ul.locationlist li {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.locationlist li.area-clicked {
  color: #ed7c12;
}

.debug {
  font-family: "Consolas", sans-serif;
  font-size: 14px;
  background-color: black;
  text-shadow: 0 0 2px hsla(41deg, 65%, 64%, 0.8), 0 0 8px hsla(41deg, 65%, 64%, 0.6);
  color: #dfb968;
  position: fixed;
  z-index: 10;
  padding: 10px;
  border-top: 3px solid orange;
  bottom: 0;
  left: 0;
  min-width: 100%;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  cursor: pointer;
}
.debug:before {
  content: "Console Output";
  font-size: 16px;
  font-weight: bold;
}
.debug i {
  position: absolute;
  right: 10px;
  font-size: 18px;
}
.debug .output {
  margin-top: 10px;
  display: none;
  position: relative;
}

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

	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;
  width: auto;
  position: relative;
  background: #5d4939;
  border-bottom: 1px solid #806B5B;
  min-height: 52px;
  z-index: 999999;
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  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 * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  color: #fff;
  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;
  -webkit-transition: none;
  transition: none;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #5d4939;
  margin-top: 52px;
}
.mean-container .mean-nav .logo {
  position: absolute;
  height: 35px;
  top: 0;
  left: 0;
  width: auto;
  padding: 9px;
}
.mean-container .mean-nav .logo img {
  height: 100%;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: auto;
  padding: 12px 15px;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #806B5B;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: #3d3026;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 35px;
  height: 35px;
  padding: 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #3d3026;
}
.mean-container .mean-nav ul li li a {
  width: auto;
  padding: 12px 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: auto;
  padding: 12px 30px;
}
.mean-container .mean-nav ul li li li li a {
  width: auto;
  padding: 12px 45px;
}
.mean-container .mean-nav ul li li li li li a {
  width: auto;
  padding: 12px 60px;
}
.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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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: #FFF;
  background-color: #725b49;
}

.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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
}

.m-gallery {
  margin-bottom: 30px;
}
.m-gallery img {
  width: 100%;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-video video {
  max-height: calc(100vh - 100px);
  margin: 0 auto;
  height: auto;
  display: block;
  max-width: 100%;
}

@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;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    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: 700px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
}
.carousel-vis .items {
  width: 350px;
  max-width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-vis .items .item {
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  z-index: 20;
}
.carousel-vis .items .item .imageOuter {
  position: relative;
  width: 350px;
  max-width: 100%;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-vis .items .item .imageOuter .image {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  max-width: none;
}
.carousel-vis .items .item.nextanimateIn {
  -webkit-animation-name: nextanimateIn;
          animation-name: nextanimateIn;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.carousel-vis .items .item.nextanimateOut {
  -webkit-animation-name: nextanimateOut;
          animation-name: nextanimateOut;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
@-webkit-keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes nextanimateOut {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.carousel-vis .items .item.prevanimateIn {
  -webkit-animation-name: prevanimateIn;
          animation-name: prevanimateIn;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.carousel-vis .items .item.prevanimateOut {
  -webkit-animation-name: prevanimateOut;
          animation-name: prevanimateOut;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
@-webkit-keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial;
  }
  to {
    right: -100%;
  }
}
.carousel-vis .items .item.active {
  z-index: 10;
  right: 0;
}
.carousel-vis .items .item.active .overlay {
  right: -250px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.carousel-vis .items .item .caption {
  position: absolute;
  top: 360px;
  right: -100%;
  left: 0;
  right: 0;
  z-index: 15;
  font-size: 16px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.carousel-vis .items .item .caption .inner {
  display: block;
  margin-top: 20px;
}
.carousel-vis .items .item .caption .titleOuter {
  display: table;
  width: 100%;
}
.carousel-vis .items .item .caption h3 {
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.carousel-vis .toggler, .carousel-vis .counter, .carousel-vis .minipreview {
  padding: 0;
  bottom: 120px;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis .toggler li, .carousel-vis .counter li, .carousel-vis .minipreview li {
  border: none;
  width: 16px;
  height: 16px;
  background-color: #333;
  margin: 0;
  border-radius: 16px;
  margin-left: 11px;
  display: inline-block;
  cursor: pointer;
}
.carousel-vis .toggler li.active, .carousel-vis .counter li.active, .carousel-vis .minipreview li.active {
  background-color: #ccc;
}
.carousel-vis .minipreview {
  bottom: 40px;
  width: 300px;
  height: 70px;
  list-style: none;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0;
}
.carousel-vis .minipreview li {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}
.carousel-vis .minipreview li.active {
  background-color: transparent;
}
.carousel-vis .minipreview li:first-child {
  margin: 0;
}
.carousel-vis .counter {
  bottom: 0;
}
.carousel-vis .skippers {
  position: absolute;
  height: 350px;
  width: 100%;
  top: 0;
  z-index: 10;
}
.carousel-vis .skippers .item-skip {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  font-size: 35px;
  color: #5d4939;
}
.carousel-vis .skippers .item-skip.next {
  z-index: 1;
  right: 10px;
}
.carousel-vis .skippers .item-skip.prev {
  left: 10px;
}

@media (min-width: 992px) {
  .carousel-vis .items .item .imageOuter .image.scaleheight {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 992px) {
  .carousel-vis .items {
    width: 100%;
  }
  .carousel-vis .items .item {
    z-index: 10;
  }
  .carousel-vis .items .item .imageOuter {
    width: 100%;
  }
  .carousel-vis .skippers {
    z-index: 20;
  }
}
.accordion .entry {
  margin-bottom: 3px;
}
.accordion .entry .title {
  -webkit-transition: all ease 500ms;
  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 */
.vis-table,
table {
  width: 100%;
  margin-bottom: 30px;
}
.vis-table.-meldungstool tr:nth-child(even),
table.-meldungstool tr:nth-child(even) {
  background-color: rgba(93, 73, 57, 0.1);
}
.vis-table thead tr:first-child,
table thead tr:first-child {
  background: #806B5B;
  color: #FFF;
  margin-bottom: 5px;
}
.vis-table thead tr:first-child .icon,
table thead tr:first-child .icon {
  display: none;
}
.vis-table thead tr:first-child td,
.vis-table thead tr:first-child th,
table thead tr:first-child td,
table thead tr:first-child th {
  border-right: 2px solid #AA9D92;
  cursor: pointer;
  padding-right: 20px;
  outline-color: #FFF;
}
.vis-table thead tr:first-child td.single, .vis-table thead tr:first-child td:last-child,
.vis-table thead tr:first-child th.single,
.vis-table thead tr:first-child th:last-child,
table thead tr:first-child td.single,
table thead tr:first-child td:last-child,
table thead tr:first-child th.single,
table thead tr:first-child th:last-child {
  border-right: 0;
}
.vis-table thead tr:first-child td.tablesorter-header,
.vis-table thead tr:first-child th.tablesorter-header,
table thead tr:first-child td.tablesorter-header,
table thead tr:first-child th.tablesorter-header {
  background-image: url("../images/sortdown_false.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.vis-table thead tr:first-child td.tablesorter-header.tablesorter-headerDesc,
.vis-table thead tr:first-child th.tablesorter-header.tablesorter-headerDesc,
table thead tr:first-child td.tablesorter-header.tablesorter-headerDesc,
table thead tr:first-child th.tablesorter-header.tablesorter-headerDesc {
  background-image: url("../images/sortdown_true.svg");
}
.vis-table thead tr:first-child td.tablesorter-header.tablesorter-headerAsc,
.vis-table thead tr:first-child th.tablesorter-header.tablesorter-headerAsc,
table thead tr:first-child td.tablesorter-header.tablesorter-headerAsc,
table thead tr:first-child th.tablesorter-header.tablesorter-headerAsc {
  background-image: url("../images/sortup_true.svg");
}
.vis-table thead tr:first-child td.tablesorter-header.sorter-false,
.vis-table thead tr:first-child th.tablesorter-header.sorter-false,
table thead tr:first-child td.tablesorter-header.sorter-false,
table thead tr:first-child th.tablesorter-header.sorter-false {
  background-image: url("");
  cursor: default;
}
.vis-table tr,
table tr {
  width: 100%;
}
.vis-table tr:not(:last-child) td,
.vis-table tr:not(:last-child) th,
table tr:not(:last-child) td,
table tr:not(:last-child) th {
  border-bottom: 2px solid #806B5B;
}
.vis-table td,
.vis-table th,
table td,
table th {
  padding: 10px;
}
.vis-table td:not(:first-child),
.vis-table th:not(:first-child),
table td:not(:first-child),
table th:not(:first-child) {
  border-left: 2px solid #806B5B;
}
.vis-table .icon svg,
table .icon svg {
  display: block;
  height: 50px;
  margin: auto;
  fill: #725b49;
}

.bootstrap-timepicker-widget table tr td {
  border: 0;
  height: auto;
}
.bootstrap-timepicker-widget table tr td a {
  padding: 0;
}

.datepicker.datepicker-dropdown table td,
.datepicker.datepicker-dropdown table th {
  padding: 3px;
}

@media screen and (max-width: 992px) {
  .vis-table:not(.-meldungstool) thead,
.vis-table:not(.-meldungstool) tr th {
    display: none;
  }
  .vis-table:not(.-meldungstool) td {
    width: 100% !important;
  }
  .vis-table:not(.-meldungstool) td .icon > svg {
    margin-left: 0;
  }
  .vis-table.-meldungstool .sorter-false,
.vis-table.-meldungstool thead tr td:before {
    display: none;
  }
  .vis-table.-meldungstool thead {
    margin-bottom: 30px;
    display: block;
  }
  .vis-table.-meldungstool thead td {
    border-bottom: 1px solid #5d4939;
  }
  .vis-table tr {
    display: block;
  }
  .vis-table tr:not(:last-child) td,
.vis-table tr:not(:last-child) th {
    border: 0;
  }
  .vis-table tr td {
    display: block;
  }
  .vis-table tr td:last-child {
    border-bottom: 2px solid #5d4939;
  }
  .vis-table tr td:not(:first-child) {
    border-left: 0;
  }
  .vis-table tr td:not(:last-child):before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
  }

  .vis-table tr td,
.vis-table tr th,
table tr td,
table tr th {
    padding: 5px;
  }
  .vis-table .icon svg,
table .icon svg {
    height: 30px;
  }
}
.landing .firstTopic {
  padding: 225px 15px 0 80px;
  height: 100vh;
  max-height: 1200px;
}
.landing .firstTopic .inner {
  display: block;
  height: 100%;
}
.landing .firstTopic .bottom .headingcontainer .heading {
  color: #FFF;
  font-size: 84px;
  font-family: "register";
  margin: 0;
  font-weight: 400;
  line-height: normal;
}
.landing .firstTopic .bottom .left,
.landing .firstTopic .bottom .right {
  height: 100%;
}
.landing .firstTopic .bottom .right {
  padding-right: 0;
}
.landing .firstTopic .bottom .scnd {
  line-height: 1;
}
.landing .firstTopic .bottom .bottomnav ul {
  padding: 0;
}
.landing .firstTopic .bottom .bottomnav ul li {
  display: block;
  position: relative;
  line-height: 1.2;
}
.landing .firstTopic .bottom .bottomnav ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  margin-bottom: 5px;
}
.landing .firstTopic .bottom .bottomnav ul li a {
  font-size: 28px;
  color: #FFF;
  font-size: 28px;
  font-family: "register";
  display: block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: none;
}
.landing .firstTopic .bottom .bottomnav ul li a:active, .landing .firstTopic .bottom .bottomnav ul li a:focus, .landing .firstTopic .bottom .bottomnav ul li a:hover {
  text-decoration: none;
  color: #000;
}
.landing .firstTopic .bottom .image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.landing .firstTopic .bottom .button {
  line-height: 1.2;
}
.landing .landing-slider {
  height: 100%;
  margin: 0;
  position: relative;
}
.landing .landing-slider .item {
  height: 100%;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landing .landing-slider .item.active {
  opacity: 1;
  display: block;
}

@media screen and (min-height: 700px) and (min-width: 992px) {
  .bottomnav {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 60px;
    left: 15px;
  }
}
@media screen and (max-height: 700px) and (max-width: 992px) {
  .landing .firstTopic {
    height: auto !important;
    min-height: calc(100vh - 52px);
  }
}
@media (min-width: 992px) {
  .landing .firstTopic .bottom {
    height: 100%;
  }
  .landing .firstTopic .bottom .headingcontainer {
    position: absolute;
    left: 15px;
    top: -80px;
    z-index: 40;
    margin-bottom: 40px;
  }
  .landing .firstTopic .bottom .headingcontainer.placeholder {
    opacity: 0;
    position: relative;
    left: auto;
    top: auto;
    margin-top: -80px;
  }
}
@media (max-width: 992px) {
  .landing .firstTopic {
    padding: 0 15px;
    height: calc(100vh - 52px);
  }
  .landing .firstTopic .bottom .headingcontainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .landing .firstTopic .bottom .headingcontainer.placeholder {
    display: none;
  }
  .landing .firstTopic .bottom .headingcontainer .heading {
    font-size: 31px;
  }
  .landing .firstTopic .bottom .left {
    text-align: center;
  }
  .landing .firstTopic .bottom .right {
    padding-left: 0;
  }
  .landing .firstTopic .bottom .bottomnav ul li:before,
.landing .firstTopic .bottom .bottomnav ul li a {
    margin-bottom: 5px;
  }
  .landing .firstTopic .bottom .bottomnav ul li a {
    font-size: 22px;
  }
}
ul.errorpage {
  padding-left: 15px;
  list-style-type: disc;
}
ul.errorpage li {
  position: relative;
}
ul.errorpage li ul {
  list-style-type: inherit;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .detail .cookieInfo {
    bottom: 100px;
  }
}
.event-calendar {
  margin-bottom: 30px;
  color: #AA9D92;
  line-height: 1;
}
.event-calendar .datepicker-inline {
  width: 300px;
}
.event-calendar table thead tr:nth-child(2) {
  font-family: "register";
}
.event-calendar table tr .dow {
  text-transform: uppercase;
}
.event-calendar table tr td,
.event-calendar table tr th {
  padding: 0;
  width: 43px !important;
  height: 43px !important;
  border-radius: 0;
}
.event-calendar table tr td {
  border: 1px solid #FFF;
  background: #D4CDC8;
  color: #FFF;
}
.event-calendar table tr td.day:last-child, .event-calendar table tr td.day:nth-child(6) {
  background: #AA9D92;
}
.event-calendar table tr td.day.focused, .event-calendar table tr td.day:hover {
  background: #806B5B;
  color: #FFF;
}
.event-calendar table tr td.highlighted {
  background-color: #AA9D92;
}
.event-calendar table tr td.new, .event-calendar table tr td.old {
  color: #806B5B;
}
.event-calendar table tr td.today {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #806B5B;
}
.event-calendar table tr td.today:active, .event-calendar table tr td.today:active:hover, .event-calendar table tr td.today:focus, .event-calendar table tr td.today:hover {
  background-color: #4d3d2f;
  color: #FFF;
  border-color: #FFF;
}
.calendarium-events .event {
  margin-bottom: 30px;
  color: #000;
}
.calendarium-events .event .name {
  font-weight: 700;
}
.calendarium-events .event .start-date {
  margin-bottom: 10px;
}
.calendarium-events .event .end-date {
  display: none;
}

.calendarium-category-form .checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  color: #AA9D92;
  /* On mouse-over, add a grey background color */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
.calendarium-category-form .checkbox-container.parent {
  margin-bottom: 6px;
  padding-left: 0;
  font-weight: bold;
  cursor: auto;
  color: #5d4939;
}
.calendarium-category-form .checkbox-container.parent .checkmark {
  display: none;
}
.calendarium-category-form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /* When the checkbox is checked, add a background */
  /* Show the checkmark when checked */
}
.calendarium-category-form .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.calendarium-category-form .checkbox-container .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  font-size: 15px;
  border: 1px solid #AA9D92;
  /* Style the checkmark/indicator */
  /* Create the checkmark/indicator (hidden when not checked) */
}
.calendarium-category-form .checkbox-container .checkmark:after {
  left: 3px;
  top: -6px;
  width: 5px;
  height: 10px;
}
.calendarium-category-form .checkbox-container .checkmark:after {
  font-family: "Open Sans";
  content: "x";
  position: absolute;
  display: none;
}
.calendarium-category-form .category-children {
  padding-left: 25px;
}
.calendarium-category-form .category-children .checkbox-container:not(:last-child) {
  margin-bottom: 6px;
}

.newsouter .newsitem {
  margin-bottom: 30px;
}