@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

 /*
// REL: im Header
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700,800);
*/

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
 * Grid:
 *
 * sm         -  414px
 * md   415px -  1023px
 * lg   1024px - 1400px
 * xl  1401px - 1920px
 * xxl 1921px -
 */
/**
 * Farbpalette (nicht direkt verwenden)
 */
/**
 * Größen
 */
/**
 * Zuweisung
 */
/**
 * Google Web Fonts
 */
/**
 * Font Awesome
 */
.fa--small {
  font-size: 2rem !important; }
.fa--big {
  font-size: 3.5rem !important; }

/**
 * Alert
 */
.alert {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 15rem;
  z-Index: 1000;
  padding: 0.75rem;
  background-color: red;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 414px) {
    .alert {
      width: 94%; } }

/**
 * Box
 */
.box {
  background-color: white;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25); }
  .box--plain {
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25); }
  .box__content {
    margin: 0 1rem 1.5rem 1rem; }
  .box__more-link {
    display: block;
    margin: 1rem 0 0 0;
    margin-bottom: 0; }
    .box__more-link a {
      display: block;
      padding: 1rem 0;
      background-color: #ccd6de;
      font-weight: 700;
      text-align: center; }
      .box__more-link a:hover {
        background-color: #003459;
        cursor: pointer;
        color: #ffffff; }
  .box__back-link {
    margin: 1rem 0 0 0;
    margin-bottom: 0;
    width: 100%; }
    .box__back-link a {
      display: block;
      padding: 1rem 0;
      width: 100%;
      background-color: #ccd6de;
      font-weight: 700;
      text-align: center; }
      .box__back-link a:hover {
        background-color: #003459;
        color: #ffffff; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/**
 * Buttonnav
 */
.buttonnav__menu-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none; }
.buttonnav__menu-item {
  display: inline-block;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 414px) {
    .buttonnav__menu-item {
      width: 100%; } }
  .buttonnav__menu-item > a {
    display: block;
    margin: 0 0.25rem 0 0;
    padding: 0.5rem 0.5rem;
    background-color: #ccd6de;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase; }
    .buttonnav__menu-item > a:active, .buttonnav__menu-item > a:focus, .buttonnav__menu-item > a:hover {
      background-color: #003459;
      color: #ffffff; }
  .buttonnav__menu-item--active > a {
    background-color: #003459;
    color: #ffffff; }

/**
 * Contact
 */
.contact__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none; }
.contact__item {
  display: inline-block;
  margin: 1.75rem 2rem 1.25rem 0;
  vertical-align: top; }
  @media only screen and (max-width: 414px) {
    .contact__item {
      display: block; }
      .contact__item:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0px; } }
  @media only screen and (min-width: 1024px) {
    .contact__item--3 {
      margin-right: 0; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .contact__item {
      margin-right: 1rem; } }
  .contact__item:last-child {
    margin-right: 0; }
  .contact__item img {
    width: 13.7rem; }
    @media only screen and (max-width: 414px) {
      .contact__item img {
        float: left;
        width: 5rem;
        margin-left: 1rem; } }
  .contact__item p {
    margin-top: 1rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 414px) {
      .contact__item p {
        margin-left: 8rem; } }
  .contact__item a, .contact__item__name {
    font-weight: 700; }
.contact--block .contact__item {
  display: block; }
  .contact--block .contact__item:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }
  .contact--block .contact__item img {
    float: left;
    height: 7rem;
    width: 7rem;
    margin-left: 1rem; }
  .contact--block .contact__item p {
    margin-left: 11rem; }

/**
 * Contentnav
 * Navigationsliste innerhalb einer Seite
 */
.contentnav__menu-list {
  display: block;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style-type: none; }
  @media only screen and (max-width: 414px) {
    .contentnav__menu-list {
      padding: 0.5rem 0; } }
  .contentnav__menu-list:last-child {
    margin-bottom: 0; }
.contentnav__menu-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url(../img/contentnav-arrow-down.png);
  background-position: 98% 1.7rem;
  background-repeat: no-repeat;
  border-top: 1px solid #003459;
  vertical-align: top; }
  @media only screen and (max-width: 414px) {
    .contentnav__menu-item {
      width: 100%; } }
  @media only screen and (max-width: 414px) {
    .contentnav__menu-item {
      background-image: url(../img/contentnav-arrow-down--sm.png); } }
  @media only screen and (min-width: 1024px) {
    .contentnav__menu-item {
      width: 30.6rem; }
      .contentnav__menu-item:nth-child(even) {
        margin-left: 0.4rem; } }
  .contentnav__menu-item:last-child, .contentnav__menu-item:nth-last-child(2) {
    border-bottom: 1px solid #003459; }
  @media only screen and (max-width: 1023px) {
    .contentnav__menu-item:nth-last-child(2) {
      border-bottom: none; } }
  .contentnav__menu-item:active, .contentnav__menu-item:focus, .contentnav__menu-item:hover {
    background-color: #ccd6de; }
  .contentnav__menu-item--opened {
    background-image: url(../img/contentnav-arrow-up.png);
    background-repeat: no-repeat;
    border-bottom: none; }
    .contentnav__menu-item--opened:last-child, .contentnav__menu-item--opened:nth-last-child(2) {
      border-bottom: none; }
    @media only screen and (max-width: 414px) {
      .contentnav__menu-item--opened {
        background-image: url(../img/contentnav-arrow-up--sm.png); } }
  .contentnav__menu-item__content {
    display: none; }
    .contentnav__menu-item__content--with-margin {
      margin-left: 0.5rem; }
  .contentnav__menu-item > a {
    display: block;
    margin: 0;
    padding: 1.5rem 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4rem;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase; }
    @media only screen and (max-width: 414px) {
      .contentnav__menu-item > a {
        font-size: 1.2rem; } }

.form-control {
  position: relative;
  display: inline-table;
  height: 2rem;
  margin-top: 2rem;
  font-size: 0.9rem;
  font-weight: 700; }
  @media only screen and (max-width: 414px) {
    .form-control {
      display: block;
      margin-top: 1rem;
      min-height: 2.5rem; } }
  .form-control--active > .form-control__select, .form-control:hover > .form-control__select {
    display: block; }
  .form-control__select-label {
    display: inline-block;
    padding: 0.75rem 6.5rem 0.75rem 0.5rem;
    background-color: #ffffff;
    background-image: url(../img/select-arrow-down--sm.png);
    background-position: right 50%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 414px) {
      .form-control__select-label {
        display: block; } }
    @media only screen and (min-width: 1921px) {
      .form-control__select-label {
        background-image: url(../img/select-arrow-down--xxl.png); } }
    .form-control__select-label:hover {
      background-color: #ccd6de;
      cursor: pointer; }
    .form-control--active .form-control__select-label {
      background-image: url(../img/select-arrow-close--sm.png); }
      @media only screen and (min-width: 1921px) {
        .form-control--active .form-control__select-label {
          background-image: url(../img/select-arrow-close--xxl.png); } }
  .form-control__select {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 414px) {
      .form-control__select {
        top: 2.8rem; } }
    .form-control__select__option {
      padding: 0.75rem; }
      .form-control__select__option:hover {
        background-color: #ccd6de;
        cursor: pointer; }
      .form-control__select__option--align-right {
        text-align: right; }
  .form-control__button {
    display: inline-block;
    padding: 0.75rem 0.5rem;
    min-width: 6rem;
    background-color: #ffffff;
    text-align: center; }
    @media only screen and (max-width: 414px) {
      .form-control__button {
        display: block; } }
    .form-control__button:hover {
      background-color: #ccd6de; }
  .form-control__submit {
    display: inline-block;
    padding: 0.75rem 0.5rem;
    min-width: 6rem;
    background-color: #ccd6de;
    text-align: center; }
    @media only screen and (max-width: 414px) {
      .form-control__submit {
        display: block; } }
    .form-control__submit:hover {
      background-color: #003459;
      color: #ffffff; }
  .form-control__reset {
    display: inline-block;
    width: 2rem;
    padding: 0.75rem 0.5rem;
    vertical-align: bottom;
    background-color: #ffffff;
    background-image: url(../img/reset.png);
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 414px) {
      .form-control__reset {
        display: none; } }
    .form-control__reset:hover {
      background-color: #ccd6de; }
    .form-control__reset:after {
      content: "\00a0"; }
  @media only screen and (max-width: 414px) {
    .form-control.float--right {
      display: block;
      float: none;
      padding-bottom: 1.5rem; } }

.bestuhlung {
  position: relative;
  display: inline-block;
  height: 5rem;
  width: 4rem;
  margin: 0.25rem;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 4rem 4rem;
  background-position: 50% 0.5rem; }
  .bestuhlung span {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 5rem;
    margin: 0 0.25rem;
    padding: 1rem 0 0 0;
    font-size: 0.9rem;
    text-align: center; }
  .bestuhlung--parlament {
    background-image: url(../img/bestuhlung-parlament.png); }
  .bestuhlung--uform {
    background-image: url(../img/bestuhlung-uform.png); }
  .bestuhlung--stuhlkreis {
    background-image: url(../img/bestuhlung-stuhlkreis.png); }
  .bestuhlung--carree {
    background-image: url(../img/bestuhlung-carree.png); }
  .bestuhlung--block {
    background-image: url(../img/bestuhlung-block.png); }
  .bestuhlung--bankett {
    background-image: url(../img/bestuhlung-bankett.png); }
  .bestuhlung--tischblock {
    background-image: url(../img/bestuhlung-tischblock.png); }
  .bestuhlung--reihen {
    background-image: url(../img/bestuhlung-reihen.png); }
  .bestuhlung--stehtische {
    background-image: url(../img/bestuhlung-stehtische.png); }

/**
 * Footernav
 */
.footernav__menu-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right; }
.footernav__menu-item {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .footernav__menu-item:active, .footernav__menu-item:focus, .footernav__menu-item:hover {
    background-color: #ccd6de; }
  .footernav__menu-item > a {
    display: block;
    margin: 0;
    padding: 1.5rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    outline: 0;
    text-decoration: none; }
    @media only screen and (max-width: 414px) {
      .footernav__menu-item > a {
        font-size: 1.2rem; } }

.gallery {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (max-width: 1023px) {
    .gallery img {
      height: auto; } }
  .gallery-columns-3 figure,
  .gallery-columns-3 li {
    display: inline-block;
    width: 19.8rem;
    margin: 0 1rem 1rem 0; }
    .gallery-columns-3 figure:nth-child(3n+0),
    .gallery-columns-3 li:nth-child(3n+0) {
      margin-right: 0; }
    .gallery-columns-3 figure img,
    .gallery-columns-3 li img {
      width: 100%; }
    @media only screen and (max-width: 1023px) {
      .gallery-columns-3 figure,
      .gallery-columns-3 li {
        width: 32%;
        margin: 0 0.5rem 0.5rem 0; } }
    @media only screen and (max-width: 414px) {
      .gallery-columns-3 figure,
      .gallery-columns-3 li {
        width: 30%; } }
  .gallery-columns-4 figure,
  .gallery-columns-4 li {
    display: inline-block;
    width: 14.5rem;
    margin: 0 1rem 1rem 0; }
    .gallery-columns-4 figure:nth-child(4n+0),
    .gallery-columns-4 li:nth-child(4n+0) {
      margin-right: 0; }
    @media only screen and (max-width: 1023px) {
      .gallery-columns-4 figure,
      .gallery-columns-4 li {
        width: 32%;
        margin: 0 0.75rem 0.75rem 0; }
        .gallery-columns-4 figure:nth-child(3n+0),
        .gallery-columns-4 li:nth-child(3n+0) {
          margin-right: 0; }
        .gallery-columns-4 figure:nth-child(4n+0),
        .gallery-columns-4 li:nth-child(4n+0) {
          margin-right: 0.75rem; } }
    @media only screen and (max-width: 414px) {
      .gallery-columns-4 figure,
      .gallery-columns-4 li {
        width: 100%; } }
    .gallery-columns-4 figure img,
    .gallery-columns-4 li img {
      width: 100%; }

/**
 * Halls
 */
.halls {
  background-color: #f5f6f6;
  padding-top: 1.5rem; }
  .halls .container {
    margin-top: 0; }

.hall {
  position: relative;
  display: inline-block;
  /*min-height: 40rem;*/
  margin: 0.5rem 0.1rem 1.5rem 0.1rem;
  background-color: #ffffff; }
  @media only screen and (max-width: 414px) {
    .hall {
      display: block;
      width: 100%;
      min-height: auto; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .hall {
      width: 48%; } }
  @media only screen and (min-width: 1024px) {
    .hall {
      width: 30.7rem; } }
  .hall__content {
    padding: 0 0.5rem; }
  .hall h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem; }
  .hall img {
    display: block;
    width: 100%; }
  .hall__more-link {
    display: block;
    margin: 1rem 0 0 0;
    margin-bottom: 0; }
    .hall__more-link a {
      display: block;
      padding: 1rem 0;
      background-color: #ccd6de;
      font-weight: 700;
      text-align: center; }
      .hall__more-link a:hover {
        background-color: #003459;
        cursor: pointer;
        color: #ffffff; }
  .hall .pure-g {
    margin-bottom: 4rem; }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lightslider__testimonials img {
  width: 500px;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 414px) {
    .lightslider__testimonials img {
      width: 414px; } }
  @media only screen and (max-width: 361px) {
    .lightslider__testimonials img {
      width: 360px; } }
  @media only screen and (max-width: 360px) {
    .lightslider__testimonials img {
      width: 300px; } }

.lightslider {
  list-style: none; }

.lSSlideOuter {
  position: relative; }

.slider {
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative; }
  .slider ul {
    margin: 0;
    padding: 0 !important; }
  .slider img {
    position: absolute;
    bottom: -100%;
    height: auto;
    left: -100%;
    right: -100%;
    margin: auto;
    top: -100%;
    width: 100%;
    min-height: 100%; }
    @media only screen and (max-width: 414px) {
      .slider img {
        height: 100%;
        width: 100%; } }
    @media only screen and (max-width: 1023px) {
      .slider img {
        width: inherit; } }
    .slider img.picture--center-top {
      top: -75%; }
    .slider img.picture--center-bottom {
      bottom: -75%; }
  .slider li {
    overflow: hidden;
    position: relative;
    height: 36rem;
    width: 100%; }
    @media only screen and (max-width: 414px) {
      .slider li {
        height: 16rem; } }
    @media only screen and (max-width: 360px) {
      .slider li {
        height: 14rem !important; } }
  .slider .lSAction a {
    position: absolute;
    display: block;
    height: 63px;
    width: 33px;
    margin: auto 0;
    padding: 1rem;
    left: 0;
    top: 15rem;
    background-image: url(../img/slider-arrow-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999rem; }
    @media only screen and (max-width: 414px) {
      .slider .lSAction a {
        top: 6rem;
        height: 37px;
        width: 19px;
        background-image: url(../img/slider-arrow-left--sm.png); } }
    .slider .lSAction a.lSNext {
      display: block;
      left: auto;
      right: 0;
      background-image: url(../img/slider-arrow-right.png); }
      @media only screen and (max-width: 414px) {
        .slider .lSAction a.lSNext {
          background-image: url(../img/slider-arrow-right--sm.png); } }
    .slider .lSAction a:hover {
      cursor: pointer;
      background-color: #ccd6de; }
  .slider .lSPager {
    position: absolute;
    bottom: 1rem;
    left: 0;
    margin: 0;
    right: 0;
    top: auto;
    list-style: none; }
    .slider .lSPager li {
      display: inline-block;
      height: 0.85rem !important;
      margin: 0 0.6rem;
      overflow: hidden;
      width: 0.3rem !important;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 0.85rem;
      cursor: pointer;
      text-indent: -999em; }
      .slider .lSPager li.active {
        background-color: #ffffff;
        cursor: default; }
      .slider .lSPager li a {
        display: none !important; }
  .slider--boxed {
    overflow: hidden;
    width: 100%; }
    .slider--boxed img {
      max-width: inherit !important; }
      @media only screen and (max-width: 414px) {
        .slider--boxed img {
          height: 100% !important; } }
    .slider--boxed li {
      height: 13rem;
      width: 100%; }
    .slider--boxed .lSAction a {
      height: 63px;
      width: 33px;
      margin: auto 0;
      padding: 0.3rem 0rem;
      left: 0;
      top: 4.5rem;
      background-image: url(../img/slider-boxed-arrow-left.png);
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 0.75;
      text-indent: -999rem; }
      @media only screen and (min-width: 1921px) {
        .slider--boxed .lSAction a {
          top: 4rem; } }
      .slider--boxed .lSAction a:hover {
        opacity: 1; }
      .slider--boxed .lSAction a.lSNext {
        display: block;
        left: auto;
        right: 0;
        background-image: url(../img/slider-boxed-arrow-right.png); }
    .slider--boxed .lSPager {
      display: none; }
  .slider__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    width: 25px;
    padding: 0.3rem;
    opacity: 0.5;
    background-image: url(../img/slider-close.png);
    background-position: center center;
    background-repeat: no-repeat; }
    .slider__close:active, .slider__close:focus, .slider__close:hover {
      background-color: #ccd6de;
      opacity: 1; }
  .slider__title {
    position: absolute;
    display: inline-block;
    bottom: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase; }

/**
 * Logo
 */
.logo {
  float: left;
  margin: 0.5rem 0 0 1rem; }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .logo {
      margin: 8px 0 0 0.5rem; } }
  @media only screen and (max-width: 414px) {
    .logo {
      margin: 0.5rem 0 0 0.5rem; } }
  @media only screen and (min-width: 1024px) {
    .logo {
      float: right;
      margin-left: 0; } }

/**
 * Mainnav
 *
 * Dynamische mods:
 * - mainnav--active
 */
@media only print {
  .mainnav {
    display: none; } }
.mainnav__bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 4.6rem;
  width: 100%;
  z-Index: 10;
  background-color: #ffffff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.97) 50%, rgba(255, 255, 255, 0.82) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.97) 50%, rgba(255, 255, 255, 0.82) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.97) 50%, rgba(255, 255, 255, 0.82) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ffffff', endColorstr='#d1ffffff',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 414px) {
    .mainnav__bg {
      height: 3rem; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .mainnav__bg {
      height: 48px; } }
  @media only screen and (max-width: 1023px) {
    .mainnav__bg {
      -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15); } }
  .mainnav--active .mainnav__bg {
    opacity: 1;
    filter: alpha(opacity=10);
    /* For IE8 and earlier */ }
    @media only screen and (max-width: 1023px) {
      .mainnav--active .mainnav__bg {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; } }
.mainnav__menu-container-outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-Index: 10; }
.mainnav__menu-container-inner {
  margin: 0 auto;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .mainnav__menu-container-inner {
      width: 996px; } }
  .mainnav__menu-container-inner:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }
.mainnav__menu-list {
  float: left;
  margin: 0 0 0 -0.5rem;
  padding: 0;
  list-style-type: none; }
  @media only screen and (max-width: 1023px) {
    .mainnav__menu-list {
      display: none; } }
.mainnav__menu-item {
  float: left;
  margin: 0 0.5rem;
  padding: 0; }
  @media only screen and (min-width: 1024px) {
    .mainnav__menu-item {
      margin: 0 0.1rem; } }
  .mainnav__menu-item:first-child {
    margin-left: 0; }
  .mainnav__menu-item:hover > .mainnav__submenu-list {
    display: block; }
  .mainnav__menu-item--active > a, .mainnav__menu-item:hover > a {
    background-color: #ccd6de; }
  .mainnav__menu-item > a {
    display: block;
    margin: 0;
    padding: 1.8rem 0.25rem;
    color: #003459;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    outline: 0;
    text-decoration: none; }
    @media only screen and (min-width: 1024px) {
      .mainnav__menu-item > a {
        font-size: 0.9rem;
        padding: 1.8rem 0.3rem; } }
    .mainnav__menu-item > a:active, .mainnav__menu-item > a:focus, .mainnav__menu-item > a:hover {
      background-color: #ccd6de;
      cursor: pointer; }
.mainnav__submenu-list {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4.6rem;
  background-color: #ffffff;
  list-style-type: none;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15); }
  .mainnav__submenu-list .mainnav__submenu-list {
    position: absolute;
    left: 100%;
    top: 0; }
.mainnav__submenu-item {
  display: block;
  margin: 0;
  padding: 0;
  position: relative; }
  .mainnav__submenu-item:hover > .mainnav__submenu-list {
    display: block; }
  .mainnav__submenu-item--active > a, .mainnav__submenu-item:hover > a {
    background-color: #ccd6de; }
  .mainnav__submenu-item:hover > a .mainnav__child {
    background-color: #003459; }
  .mainnav__submenu-item > a {
    display: block;
    margin: 0;
    min-width: 16rem;
    padding: 1.25rem 1rem;
    color: #003459;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    outline: 0;
    text-decoration: none; }
    @media only screen and (min-width: 1024px) {
      .mainnav__submenu-item > a {
        font-size: 0.9rem; } }
    .mainnav__submenu-item > a:active, .mainnav__submenu-item > a:focus, .mainnav__submenu-item > a:hover {
      background-color: #ccd6de;
      cursor: pointer; }
      .mainnav__submenu-item > a:active .mainnav__child, .mainnav__submenu-item > a:focus .mainnav__child, .mainnav__submenu-item > a:hover .mainnav__child {
        background-color: #003459; }
.mainnav__child {
  padding: 1.25rem 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e5eaee;
  background-image: url(../img/mainnav-arrow-right--lg.png);
  background-position: 1rem 0.65rem;
  background-repeat: no-repeat;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem; }
  .mainnav__child:after {
    content: "\00a0"; }

.mobilenav__menu-container {
  position: fixed;
  display: none;
  top: 3rem;
  left: -100%;
  height: 100%;
  width: 100%;
  z-Index: 9;
  margin-top: 3rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff; }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .mobilenav__menu-container {
      top: 48px;
      margin-top: 48px; } }
  @media only screen and (max-width: 414px) {
    .mobilenav__menu-container {
      top: 3rem; } }
  @media only screen and (max-width: 1023px) {
    .mobilenav__menu-container {
      display: block; } }
  .mobilenav__menu-container .mobilenav__menu-container {
    margin-top: 0; }
.mobilenav__menu-list {
  display: block;
  margin: 0 0 3rem 0;
  padding: 0;
  background-color: #ffffff;
  border-bottom: #ccd6de 1px solid;
  list-style-type: none; }
.mobilenav__menu-item {
  display: block;
  margin: 0;
  padding: 0;
  border-top: #ccd6de 1px solid; }
  .mobilenav__menu-item--active > a, .mobilenav__menu-item:hover > a {
    background-color: #ccd6de; }
  .mobilenav__menu-item > a {
    position: relative;
    display: block;
    margin: 0 0 0 3rem;
    padding: 1rem 0.5rem;
    color: #003459;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    outline: 0;
    text-decoration: none; }
    .mobilenav__menu-item > a:active, .mobilenav__menu-item > a:focus, .mobilenav__menu-item > a:hover {
      background-color: #ccd6de !important;
      cursor: pointer; }
      .mobilenav__menu-item > a:active .mobilenav__child, .mobilenav__menu-item > a:focus .mobilenav__child, .mobilenav__menu-item > a:hover .mobilenav__child {
        background-color: #ccd6de; }
.mobilenav__child {
  margin: 0;
  padding: 1rem 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ccd6de;
  background-image: url(../img/mobilenav-arrow-right--sm.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem; }
  .mobilenav__child:after {
    content: "\00a0"; }
.mobilenav__parent {
  margin: 1px 0 0 0;
  padding: 1rem 1.35rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #003459;
  background-image: url(../img/mobilenav-arrow-left--sm.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem; }
  .mobilenav__parent:after {
    content: "\00a0"; }

.mobilenav-toggle {
  float: right;
  display: none;
  height: 3rem;
  width: 3.1rem;
  background-image: url(../img/mobilenav-open--sm.png);
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1023px) {
    .mobilenav-toggle {
      display: block; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .mobilenav-toggle {
      height: 48px;
      background-image: url(../img/mobilenav-open--md.png); } }
  .mobilenav-toggle:active, .mobilenav-toggle:focus, .mobilenav-toggle:hover {
    background-color: #ccd6de; }
  .mobilenav-toggle--opened {
    background-image: url(../img/mobilenav-close--sm.png);
    background-color: #ffffff; }

/**
 * Resolution display
 *
 * Zeigt ein routes Feld am unteren linken Rand an, mit der aktuellen Auflösung.
 */
.resolution-display {
  position: fixed;
  bottom: 0;
  display: inline-block;
  left: 0;
  padding: 2px;
  z-Index: 10000;
  background-color: red;
  font-size: 14px;
  color: #ffffff; }
  @media only screen and (max-width: 414px) {
    .resolution-display:after {
      content: "sm"; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .resolution-display:after {
      content: "md"; } }
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .resolution-display:after {
      content: "lg"; } }
  @media only screen and (min-width: 1401px) and (max-width: 1920px) {
    .resolution-display:after {
      content: "xl"; } }
  @media only screen and (min-width: 1921px) {
    .resolution-display:after {
      content: "xl"; } }

/**
 * Screen
 */
.screen--sm {
  display: none; }
  @media only screen and (max-width: 414px) {
    .screen--sm {
      display: block; } }

.screen--md {
  display: none; }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .screen--md {
      display: block; } }

.screen--lg {
  display: none; }
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .screen--lg {
      display: block; } }

.screen--xl {
  display: none; }
  @media only screen and (min-width: 1401px) and (max-width: 1920px) {
    .screen--xl {
      display: block; } }

.screen--xxl {
  display: none; }
  @media only screen and (min-width: 1921px) {
    .screen--xxl {
      display: block; } }

.screen-greater-than--sm {
  display: none; }
  .screen-greater-than--sm-block {
    display: none; }
  @media only screen and (min-width: 415px) {
    .screen-greater-than--sm {
      display: inline-block; }
      .screen-greater-than--sm-block {
        display: block; } }

.screen-greater-than--md {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .screen-greater-than--md {
      display: inline-block; } }

.screen-greater-than--lg {
  display: none; }
  @media only screen and (min-width: 1401px) {
    .screen-greater-than--lg {
      display: inline-block; } }

.screen-greater-than--xl {
  display: none; }
  @media only screen and (min-width: 1921px) {
    .screen-greater-than--xl {
      display: inline-block; } }

/*
 * Toggle
 */
.wpcmsdev-toggle ~ .wpcmsdev-toggle a {
  border-top: none; }
.wpcmsdev-toggle .toggle-content {
  padding: 0 0.5rem; }
.wpcmsdev-toggle > h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem; }
  .wpcmsdev-toggle > h3 a {
    display: block;
    margin: 0;
    padding: 1.5rem 0.5rem;
    border-top: 1px solid #003459;
    border-bottom: 1px solid #003459;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4rem;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../img/contentnav-arrow-down.png);
    background-position: 98% 1.7rem;
    background-repeat: no-repeat;
    vertical-align: top; }
    @media only screen and (max-width: 414px) {
      .wpcmsdev-toggle > h3 a {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 414px) {
      .wpcmsdev-toggle > h3 a {
        background-image: url(../img/contentnav-arrow-down--sm.png); } }
    .wpcmsdev-toggle > h3 a:hover {
      background-color: #ccd6de;
      color: #003459; }
    .wpcmsdev-toggle > h3 a.active {
      background-color: transparent;
      background-image: url(../img/contentnav-arrow-up.png);
      background-repeat: no-repeat;
      border-bottom: none; }
      @media only screen and (max-width: 414px) {
        .wpcmsdev-toggle > h3 a.active {
          background-image: url(../img/contentnav-arrow-up--sm.png); } }
      .wpcmsdev-toggle > h3 a.active:hover {
        background-color: #ccd6de;
        color: #003459; }
    .wpcmsdev-toggle > h3 a .fa {
      display: none !important; }

/**
 * Common
 */
html,
body {
  background-color: #ffffff;
  color: #003459;
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 400;
  height: 100%; }
  @media only screen and (max-width: 414px) {
    html,
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    html,
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    html,
    body {
      font-size: 16px; } }
  @media only screen and (min-width: 1401px) and (max-width: 1920px) {
    html,
    body {
      font-size: 16px; } }
  @media only screen and (min-width: 1921px) {
    html,
    body {
      font-size: 16px; } }

body.--fixed {
  overflow: hidden;
  position: fixed; }

div {
  font-family: "Merriweather Sans", sans-serif !important;
  font-weight: 400; }

h1 {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0;
  color: #003459;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    h1 {
      font-size: 4.2vw;
      line-height: 4.5vw;
      margin: 0 1vw 0 0; } }
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    h1 {
      font-size: 2.2rem;
      line-height: 2.97rem; } }
  @media only screen and (min-width: 1401px) {
    h1 {
      font-size: 2.6rem;
      line-height: 3.5rem; } }

h2 {
  display: inline-block;
  margin: 0 0 0 5.5rem;
  padding: 0;
  color: #dfdfdc;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 800;
  text-transform: uppercase; }
  @media only screen and (max-width: 414px) {
    h2 {
      display: none; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    h2 {
      font-size: 6.4vw;
      line-height: 6.4vw; } }
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    h2 {
      font-size: 3.75rem;
      line-height: 3.75rem; } }
  @media only screen and (min-width: 1401px) {
    h2 {
      font-size: 4.4rem;
      line-height: 4.4rem; } }
  h1 + h2 {
    margin: 0; }
  @media only screen and (max-width: 414px) {
    h2 + br {
      display: none; } }
  h2.title--small {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: none; }

h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.7rem;
  font-family: "Merriweather Sans", sans-serif;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 414px) {
    h3 {
      font-size: 1.3rem;
      line-height: 1.8rem; } }

h4 {
  margin: 0.5rem 0 0 0;
  padding: 0;
  font-size: 1.7rem;
  font-family: "Merriweather Sans", sans-serif;
  line-height: 2.3rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 414px) {
    h4 {
      font-size: 1.2rem;
      line-height: 1.6rem; } }

h6 {
  margin: 1rem 0 0.5rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-family: "Merriweather Sans", sans-serif;
  line-height: 1.5rem;
  font-weight: 700; }

a {
  color: #003459;
  font-family: "Merriweather Sans", sans-serif;
  text-decoration: none; }

p {
  font-family: "Merriweather Sans", sans-serif;
  line-height: 1.6rem; }

.text--double-line-height {
  line-height: 2.2rem; }

.img--fullwidth {
  width: 100%; }

.container img {
  height: auto;
  max-width: 100%; }

.container {
  margin: 3.5rem auto 0.5rem auto;
  padding: 2rem 0;
  width: 96%;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .container {
      margin: 4.5rem auto 1rem auto; }
      #content > section:first-child > .container {
        margin: 1rem auto 1rem auto; } }
  @media only screen and (max-width: 414px) {
    .container {
      padding-bottom: 0;
      margin: 2rem auto 1rem auto; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    .container {
      width: 98%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .container {
      width: 996px; } }
  @media only screen and (min-width: 1401px) and (max-width: 1920px) {
    .container {
      width: 996px; } }
  @media only screen and (min-width: 1921px) {
    .container {
      width: 996px; } }
  .container--no-space {
    margin-top: 0; }
  .container--no-space-bottom {
    padding-bottom: 0; }
  .container div {
    font-family: "Merriweather Sans", sans-serif;
    line-height: 1.6rem; }

#content {
  margin-top: 1rem;
  overflow-y: auto; }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    #content {
      margin-top: 64px; } }
  @media only screen and (max-width: 414px) {
    #content {
      margin-top: 3rem; } }

.align--middle {
  position: relative;
  display: block; }
  .align--middle img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.align--right {
  text-align: right; }

.float--right {
  float: right; }
  .float--right:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }

.fullwidth,
.fullwidth img {
  width: 100%; }

.banner {
  background-color: #ebedee; }
  .banner h4 {
    color: rgba(0, 52, 89, 0.5); }
  .banner .container {
    margin-bottom: 0; }

.container.shuffle {
  padding: 0;
  padding-bottom: 1.5rem; }

.footer__head .container {
  padding-bottom: 0; }

.footer__content {
  background-color: #f5f6f6; }
  .footer__content .container {
    margin-top: 0;
    margin-bottom: 0; }

.footer__bottom {
  background-color: #ebedee; }
  .footer__bottom .container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    min-height: 3rem; }

@media only screen and (max-width: 414px) {
  .hallensuche .container {
    margin-bottom: 0 !important; } }

.contentnav__menu-item ul {
  margin-bottom: 1rem;
  list-style: disc; }
  .contentnav__menu-item ul li {
    line-height: 1.6rem;
    margin-bottom: 0.5rem; }

#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); }

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.tos-desktop .tos-wrapper.tos-fixed,
#swipebox-overlay {
  background-color: rgba(255, 255, 255, 0.8) !important; }

#plan-viewer {
  width: 996px; }
  @media only screen and (max-width: 414px) {
    #plan-viewer {
      width: 100%; } }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    #plan-viewer {
      width: 80%; } }

@media only screen and (max-width: 414px) {
  .screen-lower-then--md-100 {
    width: 100%; } }

#content .contentnav__menu-item__content ul {
  padding-left: 1.1rem; }

.highlight {
  color: #ff00ff; }

a.important {
  color: #e9530e; }

a.button-important {
  background-color: #e9530e;
  color: #ffffff;
  padding: 0.75rem 0.5rem;
  margin-right: 0.25rem; }

#raumplaner__image {
  margin-top: 4rem;
  /*  min-height: 641px;*/ }
  @media only screen and (min-width: 415px) and (max-width: 1023px) {
    #raumplaner__image {
      min-height: 562px; } }

.wpcmsdev-tabs .headings {
  min-height: 1.9rem; }
  .wpcmsdev-tabs .headings a {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem 0 0; }
    .wpcmsdev-tabs .headings a.active, .wpcmsdev-tabs .headings a:hover {
      background-color: #ccd6de; }

.anfahrt {
  position: relative;
  width: 100%;
  height: 36rem; }
  .anfahrt__item {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36rem; }
    .anfahrt__item--active {
      display: block; }

.google-maps-builder-wrap {
  height: 100%; }

.template-2spaltig__col {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top; }
  @media only screen and (max-width: 414px) {
    .template-2spaltig__col {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .template-2spaltig__col {
      width: 30.6rem; }
      .template-2spaltig__col:nth-child(even) {
        margin-left: 0.4rem; } }
@media only screen and (min-width: 1024px) {
  .template-2spaltig--40-60 .template-2spaltig__col {
    width: 24.2rem; }
    .template-2spaltig--40-60 .template-2spaltig__col:nth-child(even) {
      margin-left: 0.4rem;
      width: 37rem; } }

.standorte h3 {
  margin-top: 3.5rem; }
  .standorte h3:first-child {
    margin-top: 0; }
