@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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/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 when focused and also mouse hovered in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -ms-transform: rotate(765deg);
      transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -ms-transform: rotate(-765deg);
      transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

@font-face {
  font-family: flowplayer;
  src: url("../fonts/flowplayer.eot?#iefix") format("embedded-opentype"), url("../fonts/flowplayer.woff2") format("woff2"), url("../fonts/flowplayer.woff") format("woff"); }

.fp-icon {
  display: inline-block; }

.fp-icon:before {
  font-family: flowplayer;
  font-size: 1.7em; }

.fp-airplay:before {
  content: "\e001"; }

.fp-fullscreen:before {
  content: "\e002"; }

.fp-checked:before {
  content: "\e003"; }

.fp-embed:before {
  content: "\e004";
  color: #fff; }

.fp-chromecast:before {
  content: "\e005"; }

.fp-email:before {
  content: "\e006"; }

.fp-playbtn:before {
  content: "\e007"; }

.fp-share:before {
  content: "\e009"; }

.fp-share2:before {
  content: "\e00a"; }

.fp-twitter:before {
  content: "\e00c";
  color: #1da1f2; }

.fp-facebook:before {
  content: "\e00a";
  color: #3b5998; }

.fp-volumebtn:before {
  content: "\e00b"; }

.fp-volume-off:before {
  content: "\e00d"; }

.fp-unload:before {
  content: "\e00f"; }

.fp-prevbtn:before {
  content: "\e011"; }

.fp-nextbtn:before {
  content: "\e012"; }

.flowplayer.is-mouseover .fp-captions, .flowplayer.is-paused .fp-captions {
  bottom: 3em; }

.flowplayer.is-poster .fp-engine {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.is-loading .fp-engine {
  top: -9999em; }

.flowplayer.is-loading .fp-ui .fp-header, .flowplayer.is-loading .fp-ui .fp-controls {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.is-splash .fp-ui > *, .flowplayer.is-poster .fp-ui > * {
  display: none; }

.flowplayer.is-splash .fp-ui > .fp-play, .flowplayer.is-poster .fp-ui > .fp-play {
  display: block; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-play, .flowplayer.is-poster.is-loading .fp-ui > .fp-play {
  display: none; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-waiting, .flowplayer.is-poster.is-loading .fp-ui > .fp-waiting {
  display: block; }

.flowplayer.is-poster .fp-engine {
  left: -9999em;
  top: -9999em; }

.flowplayer.is-poster .fp-captions {
  display: none !important; }

.flowplayer.is-disabled .fp-color {
  background-color: #999; }

.flowplayer.has-title .fp-header {
  top: 0;
  text-align: right; }

.flowplayer.is-fullscreen {
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333; }

.flowplayer.is-fullscreen .fp-player {
  background-color: #333; }

.flowplayer.is-fullscreen .fp-fullscreen:before {
  content: "\e016"; }

.flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before {
  content: "\e216"; }

.flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before {
  content: "\e116"; }

.flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before {
  content: "\e316"; }

.flowplayer.is-fullscreen.is-mouseout.is-playing .fp-ui {
  cursor: none; }

.flowplayer.is-loading .fp-waiting, .flowplayer.is-seeking .fp-waiting {
  display: block !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important; }

.flowplayer.is-loading .fp-waiting svg, .flowplayer.is-loading .fp-waiting p, .flowplayer.is-seeking .fp-waiting svg, .flowplayer.is-seeking .fp-waiting p {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-loading .fp-play, .flowplayer.is-seeking .fp-play {
  display: none !important; }

.flowplayer.is-playing {
  background-image: none !important; }

.flowplayer.is-playing .fp-playbtn:before {
  content: "\e008"; }

.flowplayer.is-playing.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-minimal .fp-playbtn:before {
  content: "\e208"; }

.flowplayer.is-playing.fp-edgy .fp-playbtn:before {
  content: "\e108"; }

.flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before {
  content: "\e308"; }

.flowplayer.is-muted .fp-volumebtn:before {
  content: "\e00d"; }

.flowplayer.is-muted.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-minimal .fp-volumebtn:before {
  content: "\e20d"; }

.flowplayer.is-muted.fp-edgy .fp-volumebtn:before {
  content: "\e10d"; }

.flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before {
  content: "\e30d"; }

.flowplayer.is-inverted .fp-duration {
  display: none; }

.flowplayer.is-inverted .fp-remaining {
  display: block; }

.flowplayer.is-closeable .fp-header .fp-unload {
  display: block; }

.flowplayer.is-error {
  background-color: #aaa; }

.flowplayer.is-error .fp-ui {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-live .fp-timeline {
  visibility: hidden; }

.flowplayer.is-live .fp-bar > *.fp-buffer, .flowplayer.is-live .fp-bar-slider > *.fp-buffer {
  max-width: 100%; }

.flowplayer.is-live.is-dvr .fp-timeline {
  visibility: visible; }

.flowplayer.is-live.is-dvr.is-live-position .fp-duration {
  color: #00abcd; }

.flowplayer.is-flash-disabled .fp-waiting {
  display: none !important; }

.flowplayer.is-flash-disabled .fp-ui {
  height: auto;
  background: none;
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-flash-disabled .fp-ui .fp-header, .flowplayer.is-flash-disabled .fp-ui .fp-controls {
  display: none; }

.flowplayer.is-flash-disabled .fp-engine {
  top: 0; }

.flowplayer.is-tiny {
  font-size: .7em; }

.flowplayer.is-small {
  font-size: .8em; }

.flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer {
  display: none; }

.flowplayer.no-volume .fp-volumebar {
  display: none; }

.flowplayer.fp-mute .fp-volumebtn {
  display: inline-block; }

@keyframes pulse {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

.flowplayer .fp-chromecast-engine {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff; }

.flowplayer .fp-chromecast-engine .fp-chromecast-engine-status {
  font-size: 150%;
  text-align: center; }

.flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
  -webkit-mask-size: 100% 100%;
  background-color: #fff;
  margin: 10% auto 2em;
  height: 5em;
  width: 5em; }

.flowplayer.is-chromecast {
  background-color: #333; }

.flowplayer.is-chromecast .fp-chromecast-engine {
  display: block; }

.flowplayer.is-chromecast .fp-flash-disabled {
  display: none !important; }

.flowplayer.is-chromecast .fp-engine {
  left: -9999em;
  top: -9999em;
  bottom: auto;
  right: auto; }

.flowplayer.fp-default-playlist .fp-prev, .flowplayer.fp-default-playlist .fp-next {
  position: absolute;
  top: 45%;
  filter: alpha(opacity=30);
  opacity: 0.3;
  transition: opacity 0.2s; }

.flowplayer.fp-default-playlist .fp-prev:before, .flowplayer.fp-default-playlist .fp-next:before {
  font-family: flowplayer;
  font-size: 2.8em; }

.flowplayer.fp-default-playlist .fp-prev {
  left: 0.4em; }

.flowplayer.fp-default-playlist .fp-prev:before {
  content: "\e011"; }

.flowplayer.fp-default-playlist .fp-next {
  right: 0.4em; }

.flowplayer.fp-default-playlist .fp-next:before {
  content: "\e012"; }

.flowplayer.fp-default-playlist .fp-playlist {
  position: absolute;
  right: 0.4em;
  bottom: 3em;
  width: 100%;
  text-align: center; }

.flowplayer.fp-default-playlist .fp-playlist a {
  background-color: #fff;
  height: 0.8em;
  border-radius: 50%;
  width: 0.8em;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: inline-block;
  transition: transform 0.2s; }

.flowplayer.fp-default-playlist .fp-playlist a:hover {
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.flowplayer.fp-default-playlist .fp-playlist a.is-active {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.fp-default-playlist.fp-edgy .fp-prev:before {
  content: "\e111"; }

.flowplayer.fp-default-playlist.fp-edgy .fp-next:before {
  content: "\e112"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-minimal .fp-prev:before {
  content: "\e211"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-minimal .fp-next:before {
  content: "\e212"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before {
  content: "\e311"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before {
  content: "\e312"; }

.flowplayer.fp-custom-playlist {
  overflow: visible; }

.flowplayer.fp-custom-playlist .fp-playlist, .flowplayer.fp-custom-playlist.is-splash .fp-playlist, .flowplayer.fp-custom-playlist.is-poster .fp-playlist, .flowplayer.fp-custom-playlist.is-loading .fp-playlist {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-fill {
  display: none !important; }

.flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-sharp-fill {
  display: block; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-fill {
  display: none; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-outline {
  display: block; }

.flowplayer.fp-edgy, .flowplayer.fp-edgy .fp-menu, .flowplayer.fp-edgy .fp-captions p, .flowplayer.fp-edgy .fp-textarea, .flowplayer.fp-edgy .fp-bar, .flowplayer.fp-edgy .fp-bar-slider, .flowplayer.fp-edgy .fp-bar > *, .flowplayer.fp-edgy .fp-bar-slider > *, .flowplayer.fp-edgy .fp-timestamp {
  border-radius: 0; }

.flowplayer.fp-edgy .fp-airplay:before {
  content: "\e101"; }

.flowplayer.fp-edgy .fp-fullscreen:before {
  content: "\e102"; }

.flowplayer.fp-edgy .fp-checked:before {
  content: "\e103"; }

.flowplayer.fp-edgy .fp-embed:before {
  content: "\e104"; }

.flowplayer.fp-edgy .fp-chromecast:before {
  content: "\e105"; }

.flowplayer.fp-edgy .fp-email:before {
  content: "\e106"; }

.flowplayer.fp-edgy .fp-playbtn:before {
  content: "\e107"; }

.flowplayer.fp-edgy .fp-share:before {
  content: "\e109"; }

.flowplayer.fp-edgy .fp-share2:before {
  content: "\e10a"; }

.flowplayer.fp-edgy .fp-twitter:before {
  content: "\e10c"; }

.flowplayer.fp-edgy .fp-facebook:before {
  content: "\e10a"; }

.flowplayer.fp-edgy .fp-volumebtn:before {
  content: "\e10b"; }

.flowplayer.fp-edgy .fp-volume-off:before {
  content: "\e10d"; }

.flowplayer.fp-edgy .fp-unload:before {
  content: "\e10f"; }

.flowplayer.fp-edgy .fp-prevbtn:before {
  content: "\e111"; }

.flowplayer.fp-edgy .fp-nextbtn:before {
  content: "\e112"; }

.flowplayer.fp-edgy.fp-outlined .fp-airplay:before, .flowplayer.fp-edgy.fp-minimal .fp-airplay:before {
  content: "\e301"; }

.flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before {
  content: "\e302"; }

.flowplayer.fp-edgy.fp-outlined .fp-checked:before, .flowplayer.fp-edgy.fp-minimal .fp-checked:before {
  content: "\e303"; }

.flowplayer.fp-edgy.fp-outlined .fp-embed:before, .flowplayer.fp-edgy.fp-minimal .fp-embed:before {
  content: "\e304"; }

.flowplayer.fp-edgy.fp-outlined .fp-chromecast:before, .flowplayer.fp-edgy.fp-minimal .fp-chromecast:before {
  content: "\e305"; }

.flowplayer.fp-edgy.fp-outlined .fp-email:before, .flowplayer.fp-edgy.fp-minimal .fp-email:before {
  content: "\e306"; }

.flowplayer.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-playbtn:before {
  content: "\e307"; }

.flowplayer.fp-edgy.fp-outlined .fp-share:before, .flowplayer.fp-edgy.fp-minimal .fp-share:before {
  content: "\e309"; }

.flowplayer.fp-edgy.fp-outlined .fp-share2:before, .flowplayer.fp-edgy.fp-minimal .fp-share2:before {
  content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-twitter:before, .flowplayer.fp-edgy.fp-minimal .fp-twitter:before {
  content: "\e30c"; }

.flowplayer.fp-edgy.fp-outlined .fp-facebook:before, .flowplayer.fp-edgy.fp-minimal .fp-facebook:before {
  content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before {
  content: "\e30b"; }

.flowplayer.fp-edgy.fp-outlined .fp-volume-off:before, .flowplayer.fp-edgy.fp-minimal .fp-volume-off:before {
  content: "\e30d"; }

.flowplayer.fp-edgy.fp-outlined .fp-unload:before, .flowplayer.fp-edgy.fp-minimal .fp-unload:before {
  content: "\e30f"; }

.flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before {
  content: "\e311"; }

.flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before {
  content: "\e312"; }

.flowplayer.no-svg .fp-ui .fp-header, .flowplayer.no-svg .fp-ui .fp-controls {
  background-color: #333; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible {
  background-color: #ccc;
  position: absolute;
  padding-top: 17%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible svg {
  display: none; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn {
  display: inline; }

.flowplayer .fp-player, .flowplayer .fp-ui, .flowplayer .fp-header, .flowplayer .fp-captions, .flowplayer .fp-controls {
  position: absolute;
  width: 100%; }

.flowplayer {
  font-family: avenir, sans-serif;
  font-size: 16px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: .24em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  zoom: 1 !important;
  width: 100%;
  display: inline-block; }

.flowplayer .fp-hidden {
  display: none; }

.flowplayer .fp-shown {
  display: block !important; }

.flowplayer * {
  box-sizing: border-box; }

.flowplayer.is-ready:not(.is-poster) {
  background: none !important; }

.flowplayer .fp-engine {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.flowplayer video.fp-engine:not(.native-subtitles)::-webkit-media-controls {
  display: none !important; }

.flowplayer .fp-player {
  position: absolute;
  bottom: 0;
  top: 0; }

.flowplayer .fp-waiting {
  display: none; }

.flowplayer .fp-waiting p {
  filter: alpha(opacity=0);
  opacity: 0;
  color: #ccc;
  font-weight: bold; }

.flowplayer .fp-ui {
  height: 100%;
  top: 0;
  background-image: none;
  transition: background-image .1s;
  text-align: center;
  cursor: pointer;
  color: #fff; }

.flowplayer .fp-ui a, .flowplayer .fp-ui strong {
  color: inherit !important;
  font-style: normal !important;
  text-decoration: none !important; }

.flowplayer .fp-ui strong {
  font-weight: bold !important; }

.flowplayer .fp-ui > * {
  transition: opacity .1s;
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%); }

.flowplayer.fp-ui-shown .fp-ui > *, .flowplayer.is-paused .fp-ui > *, .flowplayer.is-mouseover .fp-ui > *, .flowplayer.is-loading .fp-ui > * {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer .fp-header {
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
  text-align: left;
  height: 3.6em;
  transition: opacity 0.3s;
  padding-left: .9em; }

.flowplayer .fp-header .fp-icon {
  margin: .9em .9em 0 0; }

.flowplayer .fp-header .fp-icon.fp-active {
  color: #ec6c4c; }

.flowplayer .fp-header .fp-fullscreen, .flowplayer .fp-header .fp-unload {
  float: right; }

.flowplayer .fp-header .fp-unload {
  display: none; }

.flowplayer .fp-help {
  display: none; }

.flowplayer .fp-message {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 1.2em;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: .6em .9em;
  transition: opacity 0.3s; }

.flowplayer .fp-message.fp-shown {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer .fp-message.fp-shown + .fp-header {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer .fp-textarea {
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  position: absolute;
  left: 10%;
  top: 15%;
  color: #fff;
  outline: 0;
  border-radius: .2em;
  border: 0;
  min-height: 60%; }

.flowplayer .fp-logo {
  position: absolute;
  bottom: 3em;
  left: 0.9em; }

.flowplayer .fp-logo img {
  width: 100%; }

.flowplayer .fp-captions {
  bottom: 1.2em;
  display: none;
  text-align: center;
  color: #fff; }

.flowplayer .fp-captions p {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: .2em;
  font-size: 110%;
  display: inline-block;
  padding: .1em .3em;
  margin: .1em; }

.flowplayer .fp-speed-flash {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 4em;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .2s;
  width: 4em;
  height: 2em;
  display: none; }

.flowplayer .fp-speed-flash.fp-hilite {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -ms-transform: scale(1);
  transform: scale(1); }

.flowplayer .fp-play .fp-playbtn, .flowplayer .fp-pause .fp-playbtn, .flowplayer .fp-waiting .fp-playbtn {
  display: none; }

.flowplayer .fp-play svg, .flowplayer .fp-pause svg, .flowplayer .fp-waiting svg {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 6em;
  height: 6em;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: auto;
  max-height: 30%;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: all .2s;
  display: none; }

.flowplayer .fp-play svg.fp-play-rounded-fill, .flowplayer .fp-play svg.fp-pause-rounded-fill, .flowplayer .fp-play svg.fp-loading-rounded-fill, .flowplayer .fp-pause svg.fp-play-rounded-fill, .flowplayer .fp-pause svg.fp-pause-rounded-fill, .flowplayer .fp-pause svg.fp-loading-rounded-fill, .flowplayer .fp-waiting svg.fp-play-rounded-fill, .flowplayer .fp-waiting svg.fp-pause-rounded-fill, .flowplayer .fp-waiting svg.fp-loading-rounded-fill {
  display: block; }

.flowplayer .fp-play.fp-visible svg, .flowplayer .fp-pause.fp-visible svg, .flowplayer .fp-waiting.fp-visible svg {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer .fp-remaining {
  display: none; }

.flowplayer .fp-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4em;
  bottom: 0;
  z-index: 2;
  padding-left: 0.3em;
  padding-right: 0.3em; }

.flowplayer .fp-controls > * {
  margin: 0 .6em; }

.flowplayer .fp-controls > strong {
  letter-spacing: 1px; }

.flowplayer .fp-controls img {
  width: 1.2em; }

.flowplayer .fp-bar, .flowplayer .fp-bar-slider {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: col-resize;
  height: .9em;
  border-radius: 0.24em;
  -ms-flex: 1;
  flex: 1; }

.flowplayer .fp-bar > *, .flowplayer .fp-bar-slider > * {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  height: 100%;
  border-radius: 0.24em; }

.flowplayer .fp-bar > *.fp-progress.animated, .flowplayer .fp-bar-slider > *.fp-progress.animated {
  transition-timing-function: linear;
  transition-property: width, height; }

.flowplayer .fp-bar > *.fp-buffer, .flowplayer .fp-bar-slider > *.fp-buffer {
  transition: width .25s linear; }

.flowplayer .fp-bar.no-animation > *, .flowplayer .no-animation.fp-bar-slider > * {
  transition: none; }

.flowplayer .fp-timeline {
  transition: height .2s; }

.flowplayer .fp-cuepoint {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 2px; }

.flowplayer .fp-timestamp {
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  border-radius: .2em;
  padding: .1em .3em;
  font-size: 90%;
  bottom: 1.4em;
  height: auto; }

.flowplayer .fp-timeline:hover .fp-timestamp {
  display: inline; }

.flowplayer .fp-volume {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center; }

.flowplayer .fp-volumebtn {
  display: none; }

.flowplayer .fp-bar-slider {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: height .2s;
  white-space: nowrap;
  -ms-flex: 1 0 auto; }

.flowplayer .fp-bar-slider em {
  border-radius: 2px;
  display: inline-block;
  width: 5px;
  height: 100%;
  position: relative;
  vertical-align: top;
  margin-left: 3px;
  transition: transform 0.4s;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.flowplayer .fp-bar-slider em:hover {
  -ms-transform: scaleY(1.35);
  transform: scaleY(1.35);
  transition: transform 0.2s; }

.flowplayer .fp-bar-slider em.fp-grey {
  background-color: rgba(255, 255, 255, 0.75); }

.flowplayer.no-flex .fp-controls {
  white-space: nowrap; }

.flowplayer.no-flex .fp-controls > * {
  display: inline-block;
  vertical-align: center;
  margin: 0 .3em; }

.flowplayer.no-flex .fp-timeline {
  width: 40%; }

.flowplayer.no-flex.fp-full .fp-timeline {
  margin-bottom: .6em;
  height: .9em; }

.flowplayer.no-flex.fp-fat .fp-bar, .flowplayer.no-flex.fp-playful .fp-bar, .flowplayer.no-flex.fp-fat .fp-bar-slider, .flowplayer.no-flex.fp-playful .fp-bar-slider {
  height: .9em !important; }

.flowplayer.fp-fat .fp-bar, .flowplayer.fp-playful .fp-bar, .flowplayer.fp-fat .fp-bar-slider, .flowplayer.fp-playful .fp-bar-slider {
  height: 100%;
  border-radius: 0; }

.flowplayer.fp-fat .fp-bar > *, .flowplayer.fp-playful .fp-bar > *, .flowplayer.fp-fat .fp-bar-slider > *, .flowplayer.fp-playful .fp-bar-slider > * {
  border-radius: 0; }

.flowplayer.fp-fat .fp-timestamp, .flowplayer.fp-playful .fp-timestamp {
  bottom: 3.2em; }

.flowplayer.fp-fat .fp-bar-slider em, .flowplayer.fp-playful .fp-bar-slider em {
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  -ms-transform-origin: center;
  transform-origin: center; }

.flowplayer.fp-fat .fp-bar-slider em:hover, .flowplayer.fp-playful .fp-bar-slider em:hover {
  -ms-transform: scaleY(0.75);
  transform: scaleY(0.75); }

.flowplayer.fp-slim .fp-timeline {
  height: .2em; }

.flowplayer.fp-slim .fp-controls:hover .fp-timeline {
  height: .9em; }

.flowplayer.fp-slim .fp-cue {
  width: 4px; }

.flowplayer.fp-slim .fp-bar-slider {
  height: .2em; }

.flowplayer.fp-slim .fp-controls:hover .fp-bar-slider {
  height: 0.9em; }

.flowplayer.fp-full .fp-timeline {
  position: absolute;
  height: .3em;
  bottom: 2.8em;
  margin: 0;
  width: 100%;
  border-radius: 0;
  overflow: inherit;
  left: 0; }

.flowplayer.fp-full .fp-timeline:before {
  content: "";
  width: 100%;
  height: 1.2em;
  position: absolute;
  top: -1.2em;
  left: 0; }

.flowplayer.fp-full .fp-controls {
  height: 2.8em; }

.flowplayer.fp-full .fp-controls:hover .fp-timeline {
  height: 1em; }

.flowplayer.fp-full .fp-volume {
  margin-right: auto; }

.flowplayer.fp-full .fp-duration, .flowplayer.fp-full .fp-remaining {
  margin-left: 0; }

.flowplayer.fp-full .fp-duration:before, .flowplayer.fp-full .fp-remaining:before {
  position: relative;
  content: "/";
  left: -.3em; }

.flowplayer.fp-minimal .fp-controls {
  background-color: transparent !important; }

.flowplayer.fp-minimal .fp-controls > * {
  display: none; }

.flowplayer.fp-minimal .fp-header > * {
  display: none; }

.flowplayer.fp-minimal .fp-header .fp-fullscreen {
  display: inherit; }

.flowplayer.fp-minimal .fp-timeline {
  height: .3em;
  max-width: 12em;
  width: 100%;
  display: block;
  margin: 0 auto;
  -ms-flex: none;
  flex: none; }

.flowplayer.fp-playful .fp-color, .flowplayer.fp-playful .fp-color-play {
  background-color: #ec6c4c;
  fill: #ec6c4c; }

.flowplayer.fp-playful .fp-controls {
  background-color: #006680; }

.flowplayer .fp-selected:before {
  content: "✓ "; }

.flowplayer .fp-menu {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: .24em;
  position: absolute;
  width: 8em;
  right: .5em;
  z-index: 2;
  font-size: 90%;
  transition: opacity .2s, transform .2s, height .2s;
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  bottom: -100%;
  height: 0;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important; }

.flowplayer .fp-menu.fp-active {
  -ms-transform: scale(1);
  transform: scale(1);
  height: auto;
  bottom: 3.2em;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important; }

.flowplayer .fp-menu > * {
  display: block;
  padding: .4em 1.2em;
  text-align: right; }

.flowplayer .fp-menu strong {
  display: block;
  padding: .7em 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
  font-size: 90%; }

.flowplayer .fp-menu a {
  color: rgba(255, 255, 255, 0.8); }

.flowplayer .fp-menu a:hover:not(.fp-selected) {
  background-color: #000;
  color: #fff; }

.flowplayer .fp-menu .fp-icon {
  cursor: pointer; }

.flowplayer .fp-menu .fp-icon:before {
  margin-right: .1em;
  font-size: 1.5em;
  vertical-align: -0.1em; }

.flowplayer .fp-qsel-menu {
  width: auto; }

.flowplayer .fp-context-menu {
  width: auto;
  right: auto;
  bottom: auto !important;
  display: none; }

.flowplayer .fp-context-menu.fp-active {
  display: block; }

.flowplayer .fp-context-menu a, .flowplayer .fp-context-menu strong {
  text-align: left;
  color: #fff;
  white-space: nowrap; }

.flowplayer .fp-subtitle-menu {
  width: 9em; }

.flowplayer .fp-share-menu {
  width: 9em;
  padding-bottom: 0.2em; }

.flowplayer .fp-share-menu.fp-active {
  bottom: auto; }

.flowplayer .fp-share-menu a, .flowplayer .fp-share-menu strong {
  text-align: left; }

.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-fill {
  display: none; }

.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-outline {
  display: block; }

.flowplayer.fp-outlined .fp-airplay:before, .flowplayer.fp-minimal .fp-airplay:before {
  content: "\e201"; }

.flowplayer.fp-outlined .fp-fullscreen:before, .flowplayer.fp-minimal .fp-fullscreen:before {
  content: "\e202"; }

.flowplayer.fp-outlined .fp-checked:before, .flowplayer.fp-minimal .fp-checked:before {
  content: "\e203"; }

.flowplayer.fp-outlined .fp-embed:before, .flowplayer.fp-minimal .fp-embed:before {
  content: "\e204"; }

.flowplayer.fp-outlined .fp-chromecast:before, .flowplayer.fp-minimal .fp-chromecast:before {
  content: "\e205"; }

.flowplayer.fp-outlined .fp-email:before, .flowplayer.fp-minimal .fp-email:before {
  content: "\e206"; }

.flowplayer.fp-outlined .fp-playbtn:before, .flowplayer.fp-minimal .fp-playbtn:before {
  content: "\e207"; }

.flowplayer.fp-outlined .fp-share:before, .flowplayer.fp-minimal .fp-share:before {
  content: "\e209"; }

.flowplayer.fp-outlined .fp-share2:before, .flowplayer.fp-minimal .fp-share2:before {
  content: "\e20a"; }

.flowplayer.fp-outlined .fp-twitter:before, .flowplayer.fp-minimal .fp-twitter:before {
  content: "\e20c"; }

.flowplayer.fp-outlined .fp-facebook:before, .flowplayer.fp-minimal .fp-facebook:before {
  content: "\e20a"; }

.flowplayer.fp-outlined .fp-volumebtn:before, .flowplayer.fp-minimal .fp-volumebtn:before {
  content: "\e20b"; }

.flowplayer.fp-outlined .fp-volume-off:before, .flowplayer.fp-minimal .fp-volume-off:before {
  content: "\e20d"; }

.flowplayer.fp-outlined .fp-unload:before, .flowplayer.fp-minimal .fp-unload:before {
  content: "\e20f"; }

.flowplayer.fp-outlined .fp-prevbtn:before, .flowplayer.fp-minimal .fp-prevbtn:before {
  content: "\e211"; }

.flowplayer.fp-outlined .fp-nextbtn:before, .flowplayer.fp-minimal .fp-nextbtn:before {
  content: "\e212"; }

.flowplayer .fp-color {
  background-color: #00abcd;
  fill: rgba(0, 0, 0, 0.2); }

.flowplayer .fp-color-play {
  fill: transparent; }

.flowplayer.is-rtl {
  direction: rtl; }

.flowplayer.is-rtl .fp-icon {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.flowplayer.is-rtl .fp-menu .fp-icon {
  -ms-transform: none;
  transform: none; }

.flowplayer.-grayscale video.fp-engine {
  filter: grayscale(100%); }

.flowplayer.-sepia video.fp-engine {
  filter: sepia(100%); }

.flowplayer.-blur video.fp-engine {
  filter: blur(5px); }

.fp-filters {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute; }

.bg-light-yellow {
  background-color: #ffac2a !important; }

.bg-dark-yellow {
  background-color: #d76b00 !important; }

.bg-light-grey {
  background-color: #d0cece !important; }

.bg-dark-blue {
  background-color: #007b91 !important; }

.bg-light-blue {
  background-color: #e2f3f6 !important; }

.bg-sky-blue {
  background-color: #99CCFF !important; }

.bg-primary {
  background-color: #da2323 !important; }

.bg-primary-l2r[data-scroll] {
  opacity: 0;
  background: linear-gradient(to right, #da2323 90%, #fff 10%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 5s ease-out; }

.bg-primary-l2r[data-scroll="in"] {
  opacity: 1;
  background-position: left bottom; }

.bg-primary-l2r[data-scroll="out"] {
  opacity: 0;
  background-position: right bottom;
  transition: all .5s ease-out; }

.bg-primary-b2t[data-scroll] {
  opacity: 0;
  background-color: #da2323;
  transition: all .5s linear;
  margin-top: 100px;
  margin-bottom: -100px; }

.bg-primary-b2t[data-scroll="in"] {
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 0px; }

.bg-primary-b2t[data-scroll="out"] {
  opacity: 0;
  margin-top: 100px;
  margin-bottom: -100px;
  transition: all .5s linear; }

.bg-imageText-l2r[data-scroll] {
  opacity: 0;
  background: linear-gradient(to right, #da2323 90%, #fff 10%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 20s ease-out; }

.bg-imageText-l2r[data-scroll="in"] {
  opacity: 1;
  background-position: left bottom;
  background-position: left bottom; }

.bg-imageText-l2r[data-scroll="out"] {
  opacity: 0;
  background-position: right bottom;
  transition: all .2s ease-out; }

.bg-imageText-r2l[data-scroll] {
  opacity: 0;
  background: linear-gradient(to left, #007B91 90%, #fff 10%);
  background-position: left bottom;
  background-size: 200% 100%;
  transition: all 20s ease-out; }

.bg-imageText-r2l[data-scroll="in"] {
  opacity: 1;
  background-position: right bottom; }

.bg-imageText-r2l[data-scroll="out"] {
  opacity: 0;
  background-position: left bottom;
  transition: background .5s ease-out; }

.bg-primary-r2l[data-scroll] {
  opacity: 0;
  background: linear-gradient(to left, #da2323 90%, #fff 10%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 5s ease-out; }

.bg-primary-r2l[data-scroll="in"] {
  opacity: 1;
  background-position: right bottom; }

.bg-primary-r2l[data-scroll="out"] {
  opacity: 0;
  background-position: left bottom;
  transition: all .5s ease-out; }

.bg-light-grey-l2r[data-scroll] {
  opacity: 0;
  background: linear-gradient(to right, #d0cece 90%, #fff 10%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 6s ease-out; }

.bg-light-grey-l2r[data-scroll="in"] {
  opacity: 1;
  background-position: left bottom; }

.bg-light-grey-l2r[data-scroll="out"] {
  opacity: 0;
  background-position: right bottom;
  transition: all .5s ease-out; }

.bg-light-grey-r2l[data-scroll] {
  opacity: 0;
  background: linear-gradient(to left, #d0cece 90%, #fff 10%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 6s ease-out; }

.bg-light-grey-r2l[data-scroll="in"] {
  opacity: 1;
  background-position: right bottom; }

.bg-light-grey-r2l[data-scroll="out"] {
  opacity: 0;
  background-position: left bottom;
  transition: all .5s ease-out; }

.bg-blue-light {
  background-color: #70C3D4 !important; }

.bg-blue-dark {
  background-color: #007B91 !important; }

.bg-blue-dark-l2r[data-scroll] {
  opacity: 0;
  background: linear-gradient(to right, #007B91 90%, #fff 10%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: background 5s ease-out; }

.bg-blue-dark-l2r[data-scroll="in"] {
  opacity: 1;
  background-position: left bottom; }

.bg-blue-dark-l2r[data-scroll="out"] {
  opacity: 0;
  background-position: right bottom;
  transition: background .5s ease-out; }

.bg-blue-dark-r2l[data-scroll] {
  opacity: 0;
  background: linear-gradient(to left, #007B91 90%, #fff 10%);
  background-position: left bottom;
  background-size: 200% 100%;
  transition: all 5s ease-out; }

.bg-blue-dark-r2l[data-scroll="in"] {
  opacity: 1;
  background-position: right bottom; }

.bg-blue-dark-r2l[data-scroll="out"] {
  opacity: 0;
  background-position: left bottom;
  transition: background .5s ease-out; }

.bg-img-r2l[data-scroll] {
  opacity: 0;
  margin-left: 100px;
  margin-top: 100px; }

.bg-img-r2l[data-scroll="in"] {
  opacity: 1;
  transition: all .5s linear;
  margin-left: 0px;
  margin-top: 0px; }

.bg-img-r2l[data-scroll="out"] {
  opacity: 0;
  margin-left: 100px;
  margin-top: 100px; }

.bg-img-l2r[data-scroll] {
  opacity: 0;
  margin-left: -100px;
  margin-right: 100px;
  margin-top: 100px; }

.bg-img-l2r[data-scroll="in"] {
  opacity: 1;
  transition: all .5s linear;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px; }

.bg-img-l2r[data-scroll="out"] {
  opacity: 0;
  margin-left: -100px;
  margin-right: 100px;
  margin-top: 100px; }

.bg-r2l[data-scroll] {
  margin-right: -110px;
  margin-left: 110px;
  margin-bottom: -110px;
  margin-top: 110px;
  transition: all .5s linear; }

.bg-r2l[data-scroll="in"] {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }

.bg-r2l[data-scroll="out"] {
  margin-right: -110px;
  margin-left: 110px;
  margin-bottom: -110px;
  margin-top: 110px; }

.bg-l2r[data-scroll] {
  margin-left: -110px;
  margin-right: 110px;
  margin-top: 110px;
  margin-bottom: -110px;
  transition: all .5s linear; }

.bg-l2r[data-scroll="in"] {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.bg-l2r[data-scroll="out"] {
  margin-left: -110px;
  margin-right: 110px;
  margin-top: 110px;
  margin-bottom: -110px; }

.bg-green-light {
  background-color: #AFCD5F !important; }

.bg-green-dark {
  background-color: #009D78 !important; }

.bg-pink {
  background-color: #F091BE !important; }

.bg-red-dark {
  background-color: #BE0078 !important; }

.bg-grey-dark {
  background-color: #969BA0 !important; }

.bg-grey-light {
  background-color: #DEDCD2 !important; }

.bg-white-100 {
  background-color: #ffffff !important; }

.bg-black-100 {
  background-color: #000000 !important; }

.bg-light-blue-grey {
  background-color: #d5d7d9 !important; }

.bg-off-white {
  background-color: #f8f8f6 !important; }

.bg-table-color {
  background-color: #EAEBEC !important; }

.bg-nav-footer {
  background-color: #FAFAFA !important; }

.bg-dimgray {
  background-color: #323232 !important; }

.--primary {
  color: #da2323; }

.--blue-light {
  color: #70C3D4; }

.--blue-dark {
  color: #007B91; }

.--green-light {
  color: #AFCD5F; }

.--green-dark {
  color: #009D78; }

.--pink {
  color: #F091BE; }

.--red-dark {
  color: #BE0078; }

.--grey-dark {
  color: #969BA0; }

.--grey-light {
  color: #DEDCD2; }

.--white-100 {
  color: #ffffff; }

.--black-100 {
  color: #000000; }

.--light-blue-grey {
  color: #d5d7d9; }

.--off-white {
  color: #f8f8f6; }

.color1-primary {
  background-color: #da2323 !important; }

.color1 {
  background-color: #70C3D4 !important; }

.color2 {
  background-color: #007B91 !important; }

.color3 {
  background-color: #AFCD5F !important; }

.color4 {
  background-color: #009D78 !important; }

.color5 {
  background-color: #F091BE !important; }

.color6 {
  background-color: #BE0078 !important; }

.color7 {
  background-color: #969BA0 !important; }

.color8 {
  background-color: #DEDCD2 !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

main {
  margin-top: 100px; }

.page-15-rem {
  margin-top: 15rem; }

.page-10-rem {
  margin-top: 10rem; }

.page-5-rem {
  margin-top: 5rem; }

.page-6-rem {
  margin-top: 7rem; }

@media (min-width: 320px) {
  .container {
    max-width: 670px; } }

@media (min-width: 670px) {
  .container {
    max-width: 1020px; } }

@media (min-width: 1020px) {
  .container {
    max-width: 1370px; } }

@media (min-width: 1370px) {
  .container {
    max-width: 1650px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.colbg {
  background-color: #CCFFFF; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  float: none; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-2 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-3 {
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-4 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-5 {
  -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-6 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-7 {
  -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-8 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 9;
      order: 9; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.offset-1 {
  margin-left: 12.5%; }

.offset-2 {
  margin-left: 25%; }

.offset-3 {
  margin-left: 37.5%; }

.offset-4 {
  margin-left: 50%; }

.offset-5 {
  margin-left: 62.5%; }

.offset-6 {
  margin-left: 75%; }

.offset-7 {
  margin-left: 87.5%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-2 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-3 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-4 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-6 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-7 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-8 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 12.5%; }
  .offset-sm-2 {
    margin-left: 25%; }
  .offset-sm-3 {
    margin-left: 37.5%; }
  .offset-sm-4 {
    margin-left: 50%; }
  .offset-sm-5 {
    margin-left: 62.5%; }
  .offset-sm-6 {
    margin-left: 75%; }
  .offset-sm-7 {
    margin-left: 87.5%; } }

@media (min-width: 710px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-2 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-3 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-4 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-6 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-7 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-8 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 12.5%; }
  .offset-md-2 {
    margin-left: 25%; }
  .offset-md-3 {
    margin-left: 37.5%; }
  .offset-md-4 {
    margin-left: 50%; }
  .offset-md-5 {
    margin-left: 62.5%; }
  .offset-md-6 {
    margin-left: 75%; }
  .offset-md-7 {
    margin-left: 87.5%; } }

@media (min-width: 1080px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-2 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-3 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-4 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-6 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-7 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-8 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 12.5%; }
  .offset-lg-2 {
    margin-left: 25%; }
  .offset-lg-3 {
    margin-left: 37.5%; }
  .offset-lg-4 {
    margin-left: 50%; }
  .offset-lg-5 {
    margin-left: 62.5%; }
  .offset-lg-6 {
    margin-left: 75%; }
  .offset-lg-7 {
    margin-left: 87.5%; } }

@media (min-width: 1650px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-2 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-3 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-4 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-5 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-6 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-7 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-8 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 12.5%; }
  .offset-xl-2 {
    margin-left: 25%; }
  .offset-xl-3 {
    margin-left: 37.5%; }
  .offset-xl-4 {
    margin-left: 50%; }
  .offset-xl-5 {
    margin-left: 62.5%; }
  .offset-xl-6 {
    margin-left: 75%; }
  .offset-xl-7 {
    margin-left: 87.5%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #9E9E9E; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #9E9E9E; }

.table tbody + tbody {
  border-top: 2px solid #9E9E9E; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #9E9E9E; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #9E9E9E; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f5c1c1; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ec8d8d; }

.table-hover .table-primary:hover {
  background-color: #f1abab; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f1abab; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8dae0; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7abac6; }

.table-hover .table-secondary:hover {
  background-color: #a6d1d8; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a6d1d8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f7f7; }

.table-hover .table-light:hover {
  background-color: #eeeeee; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eeeeee; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-dark:hover {
  background-color: #ababab; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #131313; }

.table .thead-light th {
  color: #000000;
  background-color: #E0E0E0;
  border-color: #9E9E9E; }

.table-dark {
  color: #FFFFFF;
  background-color: #000000; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #131313; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 709.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 1079.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1649.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.sub_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100% !important;
  background-color: #fff;
  margin-bottom: 10px; }

.nav_menu {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center; }

.w-nav-menu {
  position: relative;
  float: right; }

.navigation_button {
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 1;
  flex: 1;
  transition: all 250ms ease;
  text-align: center;
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-active {
  font-weight: 700; }

.content_navigation {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: left;
  width: 100%; }

.content_text {
  float: left;
  width: 100%;
  background-color: #fff; }

.nav_section {
  position: relative;
  display: block;
  width: 340px;
  padding-top: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff; }
  .nav_section .text {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center; }

.w-nav-menu {
  position: relative; }

.navigation_button.sub.w--current {
  font-family: 'MobiliarRealist';
  color: #da2323;
  font-weight: 700; }

.navigation_button.sub {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
  text-align: left;
  width: 100%;
  font-family: 'MobiliarRealist';
  font-size: 24px;
  font-weight: 400;
  line-height: 140px; }

.navigation_button.w--current {
  font-family: 'MobiliarRealist';
  color: #000;
  font-weight: 700; }

.st__menu {
  position: relative;
  text-align: center; }

.st__menu__link {
  display: table;
  color: grey;
  text-decoration: none;
  position: relative;
  padding: 18px 0 6px 0;
  letter-spacing: 0.040em;
  text-align: left;
  font-family: 'MobiliarRealist';
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  width: 100%; }
  .st__menu__link.st__menu__link--active {
    color: black;
    text-decoration: underline;
    -webkit-text-decoration-color: red;
            text-decoration-color: red; }
  .st__menu__link.w--current {
    color: black !important;
    border-bottom: 3px solid #da2323;
    font-weight: bold; }

.st__menu__link svg {
  fill: none;
  stroke: #70aec9;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 60px);
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
  z-index: -1; }

.st__menu__link--active svg, .w--current svg {
  stroke: #da2323; }

.st__menu__link--active svg, .w--current svg,
.st__menu__link:hover svg {
  stroke-dashoffset: 0;
  opacity: 1;
  transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.subsection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 40px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.subsection h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'MobiliarRealist', Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #eceff1;
  padding-top: 10px; }

.mb100 {
  margin-bottom: 100px !important; }

.mb95 {
  margin-bottom: 95px; }

.mb90 {
  margin-bottom: 90px; }

.mb85 {
  margin-bottom: 85px; }

.mb80 {
  margin-bottom: 80px; }

.mb75 {
  margin-bottom: 75px; }

.mb70 {
  margin-bottom: 70px; }

.mb65 {
  margin-bottom: 65px; }

.mb60 {
  margin-bottom: 60px !important; }

.mb55 {
  margin-bottom: 55px; }

.mb50 {
  margin-bottom: 50px; }

.mb45 {
  margin-bottom: 45px; }

.mb40 {
  margin-bottom: 40px; }

.mb35 {
  margin-bottom: 35px; }

.mb30 {
  margin-bottom: 30px; }

.mb25 {
  margin-bottom: 25px; }

.mb20 {
  margin-bottom: 20px; }

.mb0 {
  margin-bottom: 0 !important; }

.mt100 {
  margin-top: 100px; }

.mt95 {
  margin-top: 95px; }

.mt90 {
  margin-top: 90px; }

.mt85 {
  margin-top: 85px; }

.mt80 {
  margin-top: 80px; }

.mt75 {
  margin-top: 75px; }

.mt70 {
  margin-top: 70px; }

.mt65 {
  margin-top: 65px; }

.mt60 {
  margin-top: 60px; }

.mt55 {
  margin-top: 55px; }

.mt50 {
  margin-top: 50px; }

.mt45 {
  margin-top: 45px; }

.mt40 {
  margin-top: 40px; }

.mt35 {
  margin-top: 35px; }

.mt30 {
  margin-top: 30px; }

.mt25 {
  margin-top: 25px; }

.mt20 {
  margin-top: 20px; }

.pt100 {
  padding-top: 100px; }

.pt95 {
  padding-top: 95px; }

.pt90 {
  padding-top: 90px; }

.pt85 {
  padding-top: 85px; }

.pt80 {
  padding-top: 80px; }

.pt75 {
  padding-top: 75px; }

.pt70 {
  padding-top: 70px; }

.pt65 {
  padding-top: 65px; }

.pt60 {
  padding-top: 60px; }

.pt55 {
  padding-top: 55px; }

.pt50 {
  padding-top: 50px; }

.pt45 {
  padding-top: 45px; }

.pt40 {
  padding-top: 40px; }

.pt35 {
  padding-top: 35px; }

.pt30 {
  padding-top: 30px; }

.pt25 {
  padding-top: 25px; }

.pt20 {
  padding-top: 20px; }

.pb100 {
  padding-bottom: 100px; }

.pb95 {
  padding-bottom: 95px; }

.pb90 {
  padding-bottom: 90px; }

.pb85 {
  padding-bottom: 85px; }

.pb80 {
  padding-bottom: 80px; }

.pb75 {
  padding-bottom: 75px; }

.pb70 {
  padding-bottom: 70px; }

.pb65 {
  padding-bottom: 65px; }

.pb60 {
  padding-bottom: 60px; }

.pb55 {
  padding-bottom: 55px; }

.pb50 {
  padding-bottom: 50px; }

.pb45 {
  padding-bottom: 45px; }

.pb40 {
  padding-bottom: 40px; }

.pb35 {
  padding-bottom: 35px; }

.pb30 {
  padding-bottom: 30px !important; }

.pb25 {
  padding-bottom: 25px; }

.pb20 {
  padding-bottom: 20px !important; }

.noPadt {
  padding-top: 0 !important; }

.noPadb {
  padding-bottom: 0 !important; }

.noMart {
  margin-top: 0 !important; }

.noMarb {
  margin-bottom: 0 !important; }

.mr50 {
  margin-right: 50px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml44 {
  margin-left: 44px !important; }

.ml43 {
  margin-left: 43px !important; }

.ml42 {
  margin-left: 42px !important; }

.ml41 {
  margin-left: 41px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml30 {
  margin-left: 30px !important; }

.mlp30 {
  margin-left: 33% !important;
  margin-right: 10px; }

.mlp40 {
  margin-left: 40% !important; }

.mlp50 {
  margin-left: 50% !important; }

.mlp60 {
  margin-left: 60% !important; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.navigation_menu_border {
  border-bottom: 3px solid #eceff1; }

.btn-bg-primary {
  background-color: #da2323 !important;
  box-shadow: inset 0 -2px 0 0 #da2323, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-primary:hover {
    box-shadow: inset 0 -2px 0 0 #da2323, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-blue-light {
  background-color: #70C3D4 !important;
  box-shadow: inset 0 -2px 0 0 #70C3D4, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-blue-light:hover {
    box-shadow: inset 0 -2px 0 0 #70C3D4, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-blue-dark {
  background-color: #007B91 !important;
  box-shadow: inset 0 -2px 0 0 #007B91, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-blue-dark:hover {
    box-shadow: inset 0 -2px 0 0 #007B91, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-grey-dark {
  background-color: #969BA0 !important;
  box-shadow: inset 0 -2px 0 0 #969BA0, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-grey-dark:hover {
    box-shadow: inset 0 -2px 0 0 #969BA0, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-white-100 {
  background-color: #ffffff !important;
  box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-white-100:hover {
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-black-100 {
  background-color: #000000 !important;
  box-shadow: inset 0 -2px 0 0 #000000, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-black-100:hover {
    box-shadow: inset 0 -2px 0 0 #000000, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-dimgray {
  background-color: #323232 !important;
  box-shadow: inset 0 -2px 0 0 #323232, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-dimgray:hover {
    box-shadow: inset 0 -2px 0 0 #323232, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-green-dark {
  background-color: #009D78 !important;
  box-shadow: inset 0 -2px 0 0 #009D78, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-green-dark:hover {
    box-shadow: inset 0 -2px 0 0 #009D78, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-grey-dark {
  background-color: #969BA0 !important;
  box-shadow: inset 0 -2px 0 0 #969BA0, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-grey-dark:hover {
    box-shadow: inset 0 -2px 0 0 #969BA0, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-grey-light {
  background-color: #DEDCD2 !important;
  box-shadow: inset 0 -2px 0 0 #DEDCD2, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-grey-light:hover {
    box-shadow: inset 0 -2px 0 0 #DEDCD2, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.btn-bg-dark-yellow {
  background-color: #d76b00 !important;
  box-shadow: inset 0 -2px 0 0 #d76b00, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .btn-bg-dark-yellow:hover {
    box-shadow: inset 0 -2px 0 0 #d76b00, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.keyvisual-top {
  top: 0 !important; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

.u-hide {
  display: none; }

.u-no-bullet {
  list-style-type: none; }

.u-hide-text {
  font: 0 / 0 a;
  text-shadow: none;
  color: transparent; }

.u-no-margin-top {
  margin-top: 0; }

body {
  font-family: "MobilarRealist", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.5;
  background-color: #fff;
  color: #000; }

h1,
h2,
.h1,
.h2 {
  font-family: TisaPro-Bold;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  text-rendering: auto;
  color: #da2323; }

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-family: TisaPro-Bold;
  font-weight: 700;
  font-style: normal;
  text-rendering: auto;
  color: #000; }

h1,
.h1 {
  font-size: 1.75rem;
  margin: 1.5625rem 0; }

h2,
.h2 {
  font-size: 1.5rem;
  margin: 1.5625rem 0; }

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1.5625rem 0;
  color: #da2323; }

h4,
.h4 {
  margin: 20px 0 8px; }

h5,
.h5 {
  margin: 20px 0 8px; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1.25rem;
  line-height: 1.5; }

/* Headline + Section spacing */
p {
  font-family: inherit;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  text-rendering: auto; }
  p + h2,
  p + h3 {
    margin-top: 50px; }

a {
  text-decoration: none;
  color: #da2323; }
  a.internal-link {
    background-color: transparent;
    transition: all 300ms ease; }
    a.internal-link:hover {
      padding-left: 15px; }
  a:active {
    color: #da2323; }

ul,
ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  margin-top: 0; }
  ul li,
  ol li {
    margin-bottom: 0; }

p + ul,
p + ol {
  margin-top: -15px; }

ol {
  padding-left: 1.5625rem; }

ul ul,
ol ol {
  margin-left: 0; }

hr {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem; }

strong {
  font-weight: 700; }

small {
  color: #969ba0; }

blockquote {
  font-family: inherit;
  font-size: 1.25rem;
  font-style: italic;
  margin: 0 0 1.5625rem 0; }

audio, .audio {
  width: 100%; }

.audioPlay {
  cursor: pointer; }

.goal-title {
  color: #DA2323;
  font-family: TisaPro;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  text-align: left; }

.goal-lead {
  /*  color: #000000;
    font-size: 20px; */
  font-family: TisaPro;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
  color: #da2323;
  font-size: 24px; }

p {
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left; }

.spalte-text .heading {
  -ms-flex: none;
      flex: none; }

.heading2 {
  font-family: TisaPro;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left; }

.heading3 {
  font-family: TisaPro;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  font-weight: 400; }

.heading4 {
  font-family: MobiliarRealist;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
  color: #DA2323; }

.heading5 {
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 20px;
  line-height: 24px;
  text-align: left; }

li {
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left; }

@media screen and (min-width: 710px) {
  h1,
  .h1 {
    font-size: 2rem; } }

.typo-style .hero {
  top: 0px !important; }

.typo-style .slider {
  overflow: initial; }

.typo-style .content--block .content--contact-block {
  width: 35%; }

.typo-style .content--block-title {
  font-family: TisaPro;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left; }

.typo-style .content--block-list {
  padding-left: 35px;
  list-style: none;
  margin-bottom: 0px; }

.typo-style .nav-accordion {
  color: #000000;
  font-family: TisaPro;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #BFC3C6;
  padding-bottom: 14px;
  margin-top: 14px;
  transition: all 300ms ease; }
  .typo-style .nav-accordion:hover {
    padding-left: 15px; }

.typo-style .nav-expand-more {
  vertical-align: middle;
  color: #BFC3C6;
  float: right;
  padding-right: 20px;
  font-size: 25px; }

.typo-style .panel {
  background-color: #FAFAFA;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.typo-style .panel-text {
  color: #000000;
  font-family: MobiliarRealist-SemiLight;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 40px;
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 65.68627%;
  margin-left: 17.15686%; }
  .typo-style .panel-text:last-child {
    margin-right: 0; }

.typo-style .content--link-group1 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .typo-style .content--link-group1:last-child {
    margin-right: 0; }

.typo-style .content--link-group2 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .typo-style .content--link-group2:last-child {
    margin-right: 0; }

.typo-style .content--link-group3 {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .typo-style .content--link-group3:last-child {
    margin-right: 0; }

.typo-style .content--contact {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .typo-style .content--contact:last-child {
    margin-right: 0; }

.typo-style .content--align-left::after {
  content: "";
  -ms-flex: auto;
      flex: auto; }

.typo-style .content--ml {
  margin-left: 35px !important; }

.typo-style .content--ucblock-center {
  text-align: center; }

.typo-style .content--link-group1-block {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.5rem 0.9375rem 1.5rem;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px; }
  .typo-style .content--link-group1-block i {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    position: absolute; }
  .typo-style .content--link-group1-block .content--link-title {
    color: #000000;
    font-family: TisaPro;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-left: 40px; }
  .typo-style .content--link-group1-block .content--link-description {
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    margin-left: 40px; }

.typo-style .content--link-group2-block {
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.5rem 0.9375rem 1.5rem;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  background: url("../images/svg/link-right-arrow-grey.svg") no-repeat right;
  background-position: calc(100% - 40px);
  background-size: 30px;
  background-color: #FFFFFF; }
  .typo-style .content--link-group2-block i {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    position: absolute; }
  .typo-style .content--link-group2-block .content--link-title {
    color: #000000;
    font-family: TisaPro;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left; }
  .typo-style .content--link-group2-block .content--link-description {
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left; }

.typo-style .content--link-group3-block {
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.5rem 0.9375rem 1.5rem;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  background: url("../images/svg/link-right-arrow-white.svg") no-repeat right;
  background-position: calc(100% - 40px);
  background-size: 30px;
  background-color: #DA2323; }
  .typo-style .content--link-group3-block i {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    position: absolute; }
  .typo-style .content--link-group3-block .content--link-title {
    color: #FFFFFF;
    font-family: TisaPro;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left; }
  .typo-style .content--link-group3-block .content--link-description {
    color: #FFFFFF;
    font-family: MobiliarRealist-SemiLight;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left; }

.typo-style .content--contact-block {
  cursor: pointer;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  /*   .contact-tel::before {
        content: "\e959";
        font-family: 'Mobiliar-Iconfont-II' !important;
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        margin-right: 10px;
        vertical-align: top;
        margin-left: 10px;
      }
*/
  /*
      .contact-email::before {
        content: "\e971";
        font-family: 'Mobiliar-Iconfont-II' !important;
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        margin-right: 10px;
        vertical-align: top;
        margin-left: 10px;
      }
*/ }
  .typo-style .content--contact-block .contact-avtar {
    background-size: 100%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    text-align: center; }
    .typo-style .content--contact-block .contact-avtar.pt20 {
      padding-top: 25px; }
  .typo-style .content--contact-block .contact-title {
    color: #000000;
    font-family: TisaPro;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 12px;
    min-height: 30px; }
  .typo-style .content--contact-block .contact-desgination {
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    min-height: 30px; }
  .typo-style .content--contact-block .contact-tel {
    width: 100%;
    min-height: 68px;
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 300ms ease;
    border: 0px solid transparent; }
    .typo-style .content--contact-block .contact-tel .tel-num {
      background-color: #F4F5F5;
      border-radius: 30px;
      padding: 15px;
      width: 100%;
      position: relative;
      float: left;
      line-height: 38px; }
      .typo-style .content--contact-block .contact-tel .tel-num:before {
        content: "\e959";
        font-family: 'Mobiliar-Iconfont-II' !important;
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        margin-right: 10px;
        vertical-align: top;
        margin-left: 10px; }
      .typo-style .content--contact-block .contact-tel .tel-num:hover {
        border: 1px solid #d5d7d9; }
  .typo-style .content--contact-block .contact-email {
    background-color: #F4F5F5;
    border-radius: 30px;
    width: 100%;
    min-height: 68px;
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 300ms ease;
    border: 0px solid transparent; }
    .typo-style .content--contact-block .contact-email.button-link:hover {
      border: 1px solid #d5d7d9; }
    .typo-style .content--contact-block .contact-email .tel-email {
      padding: 15px;
      width: 100%;
      position: relative;
      float: left;
      line-height: 38px; }
      .typo-style .content--contact-block .contact-email .tel-email:before {
        content: "\e971";
        font-family: 'Mobiliar-Iconfont-II' !important;
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        margin-right: 10px;
        vertical-align: top;
        margin-left: 10px; }

.typo-style .content--uc-block {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 23.35766%;
  min-height: 14.375rem;
  padding: 0.625rem;
  cursor: pointer;
  margin-bottom: 25px;
  display: block;
  text-align: left; }
  .typo-style .content--uc-block:last-child {
    margin-right: 0; }
  .typo-style .content--uc-block .content--ucblock-title {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left; }
  .typo-style .content--uc-block .content--ucblock-description {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    width: 280px;
    text-align: left; }

.typo-style .audioSound {
  list-style-type: none;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 6px; }

@media screen and (min-width: 710px) {
  .typo-style .content--teaser {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .typo-style .content--teaser:last-child {
      margin-right: 0; }
  .typo-style .content--teaser-item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 47.62774%;
    margin-bottom: 30px; }
    .typo-style .content--teaser-item:last-child {
      margin-right: 0; }
  .typo-style .content--link-group1-block, .typo-style .content--link-group2-block, .typo-style .content--link-group3-block, .typo-style .content--contact-block {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .typo-style .content--link-group1-block:last-child, .typo-style .content--link-group2-block:last-child, .typo-style .content--link-group3-block:last-child, .typo-style .content--contact-block:last-child {
      margin-right: 0; }
  .typo-style .content--goal-full {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .typo-style .content--goal-full:last-child {
      margin-right: 0; }
  .typo-style .content--side-bar {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .typo-style .content--side-bar:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1080px) {
  .typo-style .content__primary {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%; }
    .typo-style .content__primary:last-child {
      margin-right: 0; }
  .typo-style .content__col {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .typo-style .content__col:last-child {
      margin-right: 0; }
  .typo-style .content__info {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .typo-style .content__info:last-child {
      margin-right: 0; }
  .typo-style .link-item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 31.73723%;
    margin-left: 0px;
    margin-right: 32px; }
    .typo-style .link-item:last-child {
      margin-right: 0; }
  .typo-style .content--teaser {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .typo-style .content--teaser:last-child {
      margin-right: 0; }
  .typo-style .content--teaser-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .typo-style .content--teaser-item:last-child {
      margin-right: 0; }
  .typo-style .content--link-group1-block, .typo-style .content--link-group2-block, .typo-style .content--link-group3-block, .typo-style .content--contact-block {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .typo-style .content--link-group1-block:last-child, .typo-style .content--link-group2-block:last-child, .typo-style .content--link-group3-block:last-child, .typo-style .content--contact-block:last-child {
      margin-right: 0; }
  .typo-style .content--goal-full {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 65.68627%; }
    .typo-style .content--goal-full:last-child {
      margin-right: 0; }
  .typo-style .content--side-bar {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .typo-style .content--side-bar:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1650px) {
  .typo-style .link-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%;
    margin-left: 0px;
    margin-right: 30px; }
    .typo-style .link-item:last-child {
      margin-right: 0; }
  .typo-style .content--teaser {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 12.77372%; }
    .typo-style .content--teaser:last-child {
      margin-right: 0; }
  .typo-style .content--teaser-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .typo-style .content--teaser-item:last-child {
      margin-right: 0; }
  .typo-style .content--link-group1-block, .typo-style .content--link-group2-block, .typo-style .content--link-group3-block, .typo-style .content--contact-block {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .typo-style .content--link-group1-block:last-child, .typo-style .content--link-group2-block:last-child, .typo-style .content--link-group3-block:last-child, .typo-style .content--contact-block:last-child {
      margin-right: 0; }
  .typo-style .content--goal-full {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 65.68627%; }
    .typo-style .content--goal-full:last-child {
      margin-right: 0; }
  .typo-style .content--side-bar {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .typo-style .content--side-bar:last-child {
      margin-right: 0; } }

@media only screen and (max-width: 1600px) {
  .typo-style .content--slider-header .slider-item .tab-slider-media, .typo-style .content--slider-header .slider-item .tab-slider-text {
    min-height: 600px;
    max-height: 600px; }
  .typo-style .content--slider-header .slider-item .tab-slider-media img {
    min-height: 600px; } }

@media only screen and (max-width: 1200px) {
  .typo-style .content--slider-header .slider-item .tab-slider-media, .typo-style .content--slider-header .slider-item .tab-slider-text {
    min-height: 400px;
    max-height: 400px; }
  .typo-style .content--slider-header .slider-item .tab-slider-media img {
    min-height: 400px; } }

@media only screen and (max-width: 1080px) {
  .typo-style .content--link-group3-block.content--ml {
    margin-left: 27px !important; } }

@media only screen and (max-width: 768px) {
  .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-text {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 33.08824%;
    min-height: 600px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-text:last-child {
      margin-right: 0; }
  .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-table {
    width: 50%;
    left: 52%; }
    .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-table .table-wrapper {
      width: 100%;
      position: absolute; }
  .typo-style .mobiliar-tabs .toggle_button_bar .toggle {
    padding: 5px 10px 0px; }
  .typo-style .content--slider-header .slider-item .tab-slider-media, .typo-style .content--slider-header .slider-item .tab-slider-text {
    min-height: 200px;
    max-height: 200px; }
  .typo-style .content--slider-header .slider-item .tab-slider-media img {
    min-height: 200px; }
  .typo-style .content--link-group3-block.content--ml {
    margin-left: 20px !important; } }

@media only screen and (max-width: 500px) {
  .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-text {
    word-break: break-all; }
  .typo-style .mobiliar-tabs .toggle_button_bar .toggle {
    padding: 0;
    width: 65px;
    min-height: 40px; }
    .typo-style .mobiliar-tabs .toggle_button_bar .toggle .text {
      font-size: 15px;
      line-height: 18px;
      white-space: initial; }
  .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-text {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 33.08824%;
    min-height: 600px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-text:last-child {
      margin-right: 0; }
  .typo-style .mobiliar-tabs-text .page__inner .page__content .tab-slider-table {
    margin-top: 0; }
  .typo-style .content--link-group3-block.content--ml {
    margin-left: 0px !important; } }

.clearfix:before, .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.grid__container {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto; }
  .grid__container::after {
    clear: both;
    content: "";
    display: table; }

.grid__row {
  display: block; }
  .grid__row::after {
    clear: both;
    content: "";
    display: table; }

html,
body {
  height: 100%; }

.bg--accent {
  background-color: #dedcd2; }

.bg--accent-light {
  background-color: #f0f0eb; }

table .table--align-left {
  text-align: left; }

table .table--align-center {
  text-align: center; }

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

table .table--align-justify {
  text-align: justify; }

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

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

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

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

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

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

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

@font-face {
  font-family: 'TisaPro-Ita';
  src: url("../fonts/TisaPro-Ita.eot");
  src: url("../fonts/TisaPro-Ita.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaPro-Ita.woff2") format("woff2"), url("../fonts/TisaPro-Ita.woff") format("woff"), url("../fonts/TisaPro-Ita.ttf") format("truetype"), url("../fonts/TisaPro-Ita.otf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'TisaPro-Bold';
  src: url("../fonts/TisaPro-Bold.eot");
  src: url("../fonts/TisaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaPro-Bold.woff2") format("woff2"), url("../fonts/TisaPro-Bold.woff") format("woff"), url("../fonts/TisaPro-Bold.ttf") format("truetype"); }

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

@font-face {
  font-family: 'MobiliarRealist';
  src: url("../fonts/MobiliarRealistWeb-Medium.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-Medium.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-Medium.woff") format("woff"), url("../fonts/MobiliarRealistWeb-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'MobiliarRealist';
  src: url("../fonts/MobiliarRealistWeb-SemiLight.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-SemiLight.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-SemiLight.woff") format("woff"), url("../fonts/MobiliarRealistWeb-SemiLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MobiliarRealist';
  src: url("../fonts/MobiliarRealistWeb-Regular.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-Regular.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-Regular.woff") format("woff"), url("../fonts/MobiliarRealistWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'MobiliarRealist';
  src: url("../fonts/MobiliarRealistWeb-Bold.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-Bold.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-Bold.woff") format("woff"), url("../fonts/MobiliarRealistWeb-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Tisawebpro';
  src: url("../fonts/TisaWebPro.woff2") format("woff2"), url("../fonts/TisaWebPro.woff") format("woff"), url("../fonts/TisaWebPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Tisawebpro';
  src: url("../fonts/TisaWebPro-Italic.woff2") format("woff2"), url("../fonts/TisaWebPro-Italic.woff") format("woff"), url("../fonts/TisaWebPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Mobiliar-Iconfont-II';
  src: url("../fonts/Mobiliar-Iconfont-II.eot?8l6glc");
  src: url("../fonts/Mobiliar-Iconfont-II.eot?8l6glc#iefix") format("embedded-opentype"), url("../fonts/Mobiliar-Iconfont-II.woff2?8l6glc") format("woff2"), url("../fonts/Mobiliar-Iconfont-II.ttf?8l6glc") format("truetype"), url("../fonts/Mobiliar-Iconfont-II.woff?8l6glc") format("woff"), url("../fonts/Mobiliar-Iconfont-II.svg?8l6glc#Mobiliar-Iconfont-II") format("svg");
  font-weight: normal;
  font-style: normal; }

i, .icomoon-liga {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Mobiliar-Iconfont-II' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.micon_menu:before {
  content: "\e900"; }

.micon_more:before {
  content: "\e901"; }

.micon_3x3:before {
  content: "\e902"; }

.micon_share:before {
  content: "\e903"; }

.micon_import:before {
  content: "\e904"; }

.micon_reload:before {
  content: "\e905"; }

.micon_refresh:before {
  content: "\e906"; }

.micon_go_to:before {
  content: "\e907"; }

.micon_plus:before {
  content: "\e908"; }

.micon_minus:before {
  content: "\e909"; }

.micon_the_x:before {
  content: "\e90a"; }

.micon_tik:before {
  content: "\e90b"; }

.micon_tik_checkbox:before {
  content: "\e90c"; }

.micon_square_checkbox:before {
  content: "\e90d"; }

.micon_circle_filled_radio:before {
  content: "\e90e"; }

.micon_circle_radio:before {
  content: "\e90f"; }

.micon_left:before {
  content: "\e910"; }

.micon_up:before {
  content: "\e911"; }

.micon_right:before {
  content: "\e912"; }

.micon_down:before {
  content: "\e913"; }

.micon_arrow_left:before {
  content: "\e914"; }

.micon_arrow_upper_left:before {
  content: "\e915"; }

.micon_arrow_up:before {
  content: "\e916"; }

.micon_arrow_upper_right:before {
  content: "\e917"; }

.micon_arrow_right:before {
  content: "\e918"; }

.micon_arrow_lower_right:before {
  content: "\e919"; }

.micon_arrow_down:before {
  content: "\e91a"; }

.micon_arrow_lower_left:before {
  content: "\e91b"; }

.micon_maximize:before {
  content: "\e91c"; }

.micon_minimize:before {
  content: "\e91d"; }

.micon_crop:before {
  content: "\e91e"; }

.micon_info_notification:before {
  content: "\e91f";
  color: #0076c7; }

.micon_question_notification:before {
  content: "\e920";
  color: #be0078; }

.micon_success_notification:before {
  content: "\e921";
  color: #07d296; }

.micon_warning_notification:before {
  content: "\e922";
  color: #ffac2a; }

.micon_error_notification:before {
  content: "\e923";
  color: #da2323; }

.micon_info:before {
  content: "\e924";
  color: #0076c7; }

.micon_question:before {
  content: "\e925";
  color: #be0078; }

.micon_success:before {
  content: "\e926";
  color: #07d296; }

.micon_warning:before {
  content: "\e927";
  color: #ffc712; }

.micon_error:before {
  content: "\e928";
  color: #da2323; }

.micon_Zoom_fit:before {
  content: "\ea64"; }

.micon_Zoom_in:before {
  content: "\ea65"; }

.micon_Zoom_out:before {
  content: "\ea66"; }

.micon_1to1:before {
  content: "\ea67"; }

.micon_placeholder:before {
  content: "\e929"; }

.micon_floppy_disk:before {
  content: "\e92a"; }

.micon_trash:before {
  content: "\e92b"; }

.micon_copy:before {
  content: "\e92c"; }

.micon_cog:before {
  content: "\e92d"; }

.micon_search:before {
  content: "\e92e"; }

.micon_search_text:before {
  content: "\e92f"; }

.micon_search_object:before {
  content: "\e930"; }

.micon_search_filter:before {
  content: "\e931"; }

.micon_filter:before {
  content: "\e932"; }

.micon_lock_locked:before {
  content: "\e933"; }

.micon_lock_unlocked:before {
  content: "\e934"; }

.micon_edit:before {
  content: "\e935"; }

.micon_folder:before {
  content: "\e936"; }

.micon_plus_outlined:before {
  content: "\e937"; }

.micon_minus_outlined:before {
  content: "\e938"; }

.micon_x_outlined:before {
  content: "\e939"; }

.micon_tik_outlined:before {
  content: "\e93a"; }

.micon_left_outlined:before {
  content: "\e93b"; }

.micon_up_outlined:before {
  content: "\e93c"; }

.micon_right_outlined:before {
  content: "\e93d"; }

.micon_down_outlined:before {
  content: "\e93e"; }

.micon_arrow_left_outlined:before {
  content: "\e93f"; }

.micon_arrow_upper_left_outlined:before {
  content: "\e940"; }

.micon_arrow_up_outlined:before {
  content: "\e941"; }

.micon_arrow_upper_right_outlined:before {
  content: "\e942"; }

.micon_arrow_right_outlined:before {
  content: "\e943"; }

.micon_arrow_lower_right_outlined:before {
  content: "\e944"; }

.micon_arrow_down_outlined:before {
  content: "\e945"; }

.micon_arrow_lower_left_outlined:before {
  content: "\e946"; }

.micon_input_field:before {
  content: "\e947"; }

.micon_mouse_pointer:before {
  content: "\e948"; }

.micon_eye_open:before {
  content: "\e949"; }

.micon_eye_closed:before {
  content: "\e94a"; }

.micon_volume_up:before {
  content: "\e94b"; }

.micon_volume_down:before {
  content: "\e94c"; }

.micon_volume_mute:before {
  content: "\e94d"; }

.micon_2x2:before {
  content: "\e94e"; }

.micon_1x2:before {
  content: "\e94f"; }

.micon_2x1:before {
  content: "\e950"; }

.micon_gauge:before {
  content: "\e951"; }

.micon_hourglass:before {
  content: "\e952"; }

.micon_application_window:before {
  content: "\e953"; }

.micon_etcetera:before {
  content: "\e954"; }

.micon_event:before {
  content: "\e955"; }

.micon_magic_wand:before {
  content: "\e956"; }

.micon_connected:before {
  content: "\e957"; }

.micon_disconnected:before {
  content: "\e958"; }

.micon_phone:before {
  content: "\e959"; }

.micon_fax:before {
  content: "\e95a"; }

.micon_undo:before {
  content: "\e95b"; }

.micon_redo:before {
  content: "\e95c"; }

.micon_play:before {
  content: "\e95d"; }

.micon_pause:before {
  content: "\e95e"; }

.micon_smile_0:before {
  content: "\e95f"; }

.micon_smile_5:before {
  content: "\e960"; }

.micon_smile_4:before {
  content: "\e961"; }

.micon_smile_3:before {
  content: "\e962"; }

.micon_smile_2:before {
  content: "\e963"; }

.micon_smile_1:before {
  content: "\e964"; }

.micon_message:before {
  content: "\e965"; }

.micon_message_empty:before {
  content: "\e966"; }

.micon_message_question:before {
  content: "\e967"; }

.micon_message_info:before {
  content: "\e968"; }

.micon_message_claim:before {
  content: "\e969"; }

.micon_message_ceo:before {
  content: "\e96a"; }

.micon_message_sos:before {
  content: "\e96b"; }

.micon_message_conversation:before {
  content: "\e96c"; }

.micon_speech_bubble:before {
  content: "\e96d"; }

.micon_envelope:before {
  content: "\e96e"; }

.micon_envelope_open:before {
  content: "\e96f"; }

.micon_mail_letter:before {
  content: "\e970"; }

.micon_mail_electronic:before {
  content: "\e971"; }

.micon_post_stamp:before {
  content: "\e972"; }

.micon_paper_plane:before {
  content: "\e973"; }

.micon_mailbox:before {
  content: "\e974"; }

.micon_hand_touch:before {
  content: "\e975"; }

.micon_hand_rock_on:before {
  content: "\e976"; }

.micon_hand_stop:before {
  content: "\e977"; }

.micon_hand_thumbs_up:before {
  content: "\e978"; }

.micon_hand_thumbs_down:before {
  content: "\e979"; }

.micon_hand_fist_bump:before {
  content: "\e97a"; }

.micon_heart:before {
  content: "\e97b"; }

.micon_heart_filled:before {
  content: "\e97c"; }

.micon_star:before {
  content: "\e97d"; }

.micon_star_filled:before {
  content: "\e97e"; }

.micon_crown:before {
  content: "\e97f"; }

.micon_business_card:before {
  content: "\e980"; }

.micon_instagram:before {
  content: "\e981"; }

.micon_youtube:before {
  content: "\e982"; }

.micon_facebook:before {
  content: "\e983"; }

.micon_snapchat:before {
  content: "\e984"; }

.micon_twitter:before {
  content: "\e985"; }

.micon_linkedin:before {
  content: "\e986"; }

.micon_xing:before {
  content: "\e987"; }

.micon_badge:before {
  content: "\e988"; }

.micon_ball_basketball:before {
  content: "\e989"; }

.micon_ball_football:before {
  content: "\e98a"; }

.micon_bell:before {
  content: "\e98b"; }

.micon_cup_coffee:before {
  content: "\e98c"; }

.micon_cup:before {
  content: "\e98d"; }

.micon_glass_toast:before {
  content: "\e98e"; }

.micon_glass:before {
  content: "\e98f"; }

.micon_glass_broken:before {
  content: "\e990"; }

.micon_guitar_classic:before {
  content: "\e991"; }

.micon_guitar_electric_b:before {
  content: "\e992"; }

.micon_guitar_electric:before {
  content: "\e993"; }

.micon_playing_cards:before {
  content: "\e994"; }

.micon_present:before {
  content: "\e995"; }

.micon_racket_tennis:before {
  content: "\e996"; }

.micon_wedding_rings:before {
  content: "\e997"; }

.micon_weights:before {
  content: "\e998"; }

.micon_snowboard:before {
  content: "\e999"; }

.micon_surfboard:before {
  content: "\e99a"; }

.micon_face:before {
  content: "\e99b"; }

.micon_face_woman:before {
  content: "\e99c"; }

.micon_face_woman_b:before {
  content: "\e99d"; }

.micon_face_woman_c:before {
  content: "\e99e"; }

.micon_face_man:before {
  content: "\e99f"; }

.micon_face_man_b:before {
  content: "\e9a0"; }

.micon_face_man_c:before {
  content: "\e9a1"; }

.micon_face_baby:before {
  content: "\e9a2"; }

.micon_face_expert:before {
  content: "\e9a3"; }

.micon_face_bellboy:before {
  content: "\e9a4"; }

.micon_face_detective:before {
  content: "\e9a5"; }

.micon_face_burglar:before {
  content: "\e9a6"; }

.micon_baby:before {
  content: "\e9a7"; }

.micon_partner_single:before {
  content: "\e9a8"; }

.micon_partner_business:before {
  content: "\e9a9"; }

.micon_partner_group:before {
  content: "\e9aa"; }

.micon_partner_family:before {
  content: "\e9ab"; }

.micon_partner_couple:before {
  content: "\e9ac"; }

.micon_partner_couple_lesbian:before {
  content: "\e9ad"; }

.micon_partner_couple_gay:before {
  content: "\e9ae"; }

.micon_user:before {
  content: "\e9af"; }

.micon_user_group:before {
  content: "\e9b0"; }

.micon_dog:before {
  content: "\e9b1"; }

.micon_marten:before {
  content: "\e9b2"; }

.micon_cow:before {
  content: "\e9b3"; }

.micon_horse:before {
  content: "\e9b4"; }

.micon_ear:before {
  content: "\e9b5"; }

.micon_file:before {
  content: "\e9b6"; }

.micon_document:before {
  content: "\e9b7"; }

.micon_list:before {
  content: "\e9b8"; }

.micon_article:before {
  content: "\e9b9"; }

.micon_newspaper:before {
  content: "\e9ba"; }

.micon_document_word:before {
  content: "\e9bb"; }

.micon_document_powerpoint:before {
  content: "\e9bc"; }

.micon_document_excel:before {
  content: "\e9bd"; }

.micon_document_text:before {
  content: "\e9be"; }

.micon_document_pdf:before {
  content: "\e9bf"; }

.micon_book:before {
  content: "\e9c0"; }

.micon_book_open:before {
  content: "\e9c1"; }

.micon_notebook:before {
  content: "\e9c2"; }

.micon_file_picture:before {
  content: "\e9c3"; }

.micon_picture_gallery:before {
  content: "\e9c4"; }

.micon_file_video:before {
  content: "\e9c5"; }

.micon_film_reel:before {
  content: "\e9c6"; }

.micon_video_player:before {
  content: "\e9c7"; }

.micon_musical_note:before {
  content: "\e9c8"; }

.micon_file_audio:before {
  content: "\e9c9"; }

.micon_vinyl:before {
  content: "\e9ca"; }

.micon_fountain_pen:before {
  content: "\e9cb"; }

.micon_marker:before {
  content: "\e9cc"; }

.micon_pencil:before {
  content: "\e9cd"; }

.micon_pin:before {
  content: "\e9ce"; }

.micon_attachment:before {
  content: "\e9cf"; }

.micon_note:before {
  content: "\e9d0"; }

.micon_taskboard:before {
  content: "\e9d1"; }

.micon_action:before {
  content: "\e9d2"; }

.micon_calendar:before {
  content: "\e9d3"; }

.micon_countdown:before {
  content: "\e9d4"; }

.micon_presentation_bar_chart:before {
  content: "\e9d5"; }

.micon_presentation_line_graph:before {
  content: "\e9d6"; }

.micon_presentation_pie_chart:before {
  content: "\e9d7"; }

.micon_tag:before {
  content: "\e9d8"; }

.micon_stamp:before {
  content: "\e9d9"; }

.micon_box:before {
  content: "\e9da"; }

.micon_car:before {
  content: "\e9db"; }

.micon_car_mini:before {
  content: "\e9dc"; }

.micon_car_suv:before {
  content: "\e9dd"; }

.micon_tractor:before {
  content: "\e9de"; }

.micon_truck_ice_cream:before {
  content: "\e9df"; }

.micon_truck:before {
  content: "\e9e0"; }

.micon_truck_garbage:before {
  content: "\e9e1"; }

.micon_bus:before {
  content: "\e9e2"; }

.micon_van:before {
  content: "\e9e3"; }

.micon_camper:before {
  content: "\e9e4"; }

.micon_scooter:before {
  content: "\e9e5"; }

.micon_motorcycle:before {
  content: "\e9e6"; }

.micon_bicycle:before {
  content: "\e9e7"; }

.micon_train:before {
  content: "\e9e8"; }

.micon_boat:before {
  content: "\e9e9"; }

.micon_plane:before {
  content: "\e9ea"; }

.micon_rocket:before {
  content: "\e9eb"; }

.micon_hot_air_balloon:before {
  content: "\e9ec"; }

.micon_house:before {
  content: "\e9ed"; }

.micon_apartment:before {
  content: "\e9ee"; }

.micon_store:before {
  content: "\e9ef"; }

.micon_farm:before {
  content: "\e9f0"; }

.micon_factory:before {
  content: "\e9f1"; }

.micon_office_building:before {
  content: "\e9f2"; }

.micon_residential_building:before {
  content: "\e9f3"; }

.micon_residential_quarter:before {
  content: "\e9f4"; }

.micon_temple:before {
  content: "\e9f5"; }

.micon_circus:before {
  content: "\e9f6"; }

.micon_lighthouse:before {
  content: "\e9f7"; }

.micon_garage:before {
  content: "\e9f8"; }

.micon_warehouse:before {
  content: "\e9f9"; }

.micon_shed:before {
  content: "\e9fa"; }

.micon_broadcasting_tower:before {
  content: "\e9fb"; }

.micon_bricks:before {
  content: "\e9fc"; }

.micon_property:before {
  content: "\e9fd"; }

.micon_moon:before {
  content: "\e9fe"; }

.micon_sun:before {
  content: "\e9ff"; }

.micon_cloud_sun:before {
  content: "\ea00"; }

.micon_cloud:before {
  content: "\ea01"; }

.micon_cloud_rain:before {
  content: "\ea02"; }

.micon_cloud_snow:before {
  content: "\ea03"; }

.micon_cloud_hail:before {
  content: "\ea04"; }

.micon_cloud_lightning:before {
  content: "\ea05"; }

.micon_lightning_bolt:before {
  content: "\ea06"; }

.micon_fire:before {
  content: "\ea07"; }

.micon_water_drop:before {
  content: "\ea08"; }

.micon_wind:before {
  content: "\ea09"; }

.micon_snow_crystal:before {
  content: "\ea0a"; }

.micon_signpost:before {
  content: "\ea0b"; }

.micon_compass:before {
  content: "\ea0c"; }

.micon_location_arrow:before {
  content: "\ea0d"; }

.micon_location_pin_filled:before {
  content: "\ea0e"; }

.micon_location_pin:before {
  content: "\ea0f";
  color: #da2323; }

.micon_road:before {
  content: "\ea10"; }

.micon_sign_parking:before {
  content: "\ea11"; }

.micon_wood:before {
  content: "\ea12"; }

.micon_flag:before {
  content: "\ea13"; }

.micon_tree:before {
  content: "\ea14"; }

.micon_forest:before {
  content: "\ea15"; }

.micon_bulb:before {
  content: "\ea16"; }

.micon_calculator:before {
  content: "\ea17"; }

.micon_camcorder:before {
  content: "\ea18"; }

.micon_movie_camera:before {
  content: "\ea19"; }

.micon_computer_desktop:before {
  content: "\ea1a"; }

.micon_computer_laptop:before {
  content: "\ea1b"; }

.micon_drone:before {
  content: "\ea1c"; }

.micon_gamepad:before {
  content: "\ea1d"; }

.micon_headphones:before {
  content: "\ea1e"; }

.micon_loudspeaker:before {
  content: "\ea1f"; }

.micon_microphone:before {
  content: "\ea20"; }

.micon_night_lamp:before {
  content: "\ea21"; }

.micon_photo_camera:before {
  content: "\ea22"; }

.micon_printer:before {
  content: "\ea23"; }

.micon_record_player:before {
  content: "\ea24"; }

.micon_smartphone_landscape:before {
  content: "\ea25"; }

.micon_smartphone_portrait:before {
  content: "\ea26"; }

.micon_stopwatch:before {
  content: "\ea27"; }

.micon_tablet_landscape:before {
  content: "\ea28"; }

.micon_tablet_portrait:before {
  content: "\ea29"; }

.micon_telephone:before {
  content: "\ea2a"; }

.micon_tv:before {
  content: "\ea2b"; }

.micon_scale:before {
  content: "\ea2c"; }

.micon_piggybank:before {
  content: "\ea2d"; }

.micon_purse:before {
  content: "\ea2e"; }

.micon_credit_card:before {
  content: "\ea2f"; }

.micon_payment_receive:before {
  content: "\ea30"; }

.micon_barcode:before {
  content: "\ea31"; }

.micon_receipt:before {
  content: "\ea32"; }

.micon_money_bag:before {
  content: "\ea33"; }

.micon_money_coin:before {
  content: "\ea34"; }

.micon_gavel:before {
  content: "\ea35"; }

.micon_shield_tik:before {
  content: "\ea36"; }

.micon_shield_wood:before {
  content: "\ea37"; }

.micon_bandage:before {
  content: "\ea38"; }

.micon_shopping_basket:before {
  content: "\ea39"; }

.micon_damage_incident:before {
  content: "\ea3a"; }

.micon_damage:before {
  content: "\ea3b"; }

.micon_damage_part:before {
  content: "\ea3c"; }

.micon_pickpocket:before {
  content: "\ea3d"; }

.micon_grab:before {
  content: "\ea3e"; }

.micon_contract:before {
  content: "\ea3f"; }

.micon_offer:before {
  content: "\ea40"; }

.micon_shorts_sport:before {
  content: "\ea41"; }

.micon_shorts:before {
  content: "\ea42"; }

.micon_pants:before {
  content: "\ea43"; }

.micon_dress:before {
  content: "\ea44"; }

.micon_umbrella:before {
  content: "\ea45"; }

.micon_key:before {
  content: "\ea46"; }

.micon_diamond:before {
  content: "\ea47"; }

.micon_suitcase_travel:before {
  content: "\ea48"; }

.micon_suitcase:before {
  content: "\ea49"; }

.micon_shopping_bag:before {
  content: "\ea4a"; }

.micon_handbag:before {
  content: "\ea4b"; }

.micon_bag:before {
  content: "\ea4c"; }

.micon_ski_glasses:before {
  content: "\ea4d"; }

.micon_sunglasses:before {
  content: "\ea4e"; }

.micon_glasses:before {
  content: "\ea4f"; }

.micon_cannon:before {
  content: "\ea50"; }

.micon_gun:before {
  content: "\ea51"; }

.micon_rifle:before {
  content: "\ea52"; }

.micon_bow_tie:before {
  content: "\ea53"; }

.micon_tie:before {
  content: "\ea54"; }

.micon_boots_hiking:before {
  content: "\ea55"; }

.micon_boots_rain:before {
  content: "\ea56"; }

.micon_high_heels:before {
  content: "\ea57"; }

.micon_shoe_sport:before {
  content: "\ea58"; }

.micon_thermometer:before {
  content: "\ea59"; }

.micon_ring:before {
  content: "\ea5a"; }

.micon_shirt:before {
  content: "\ea5b"; }

.micon_fridge:before {
  content: "\ea5c"; }

.micon_washing_machine:before {
  content: "\ea5d"; }

.micon_window:before {
  content: "\ea5e"; }

.micon_tools:before {
  content: "\ea5f"; }

.micon_cuttlery:before {
  content: "\ea60"; }

.micon_armchair:before {
  content: "\ea61"; }

.micon_bed:before {
  content: "\ea62"; }

.micon_cabinet:before {
  content: "\ea63"; }

.icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  fill: currentColor; }

.icon--m {
  width: 2.5rem;
  height: 2.5rem; }

.icon--l {
  width: 3.75rem;
  height: 3.75rem; }

.inlinesvg .icon {
  background-repeat: repeat;
  background-size: auto auto; }

.w-richtext div i {
  font-size: 25px;
  margin-right: 10px; }

.w-richtext div span {
  font-size: 20px;
  font-family: 'MobiliarRealist'; }

.big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -28px;
  width: 56px;
  height: 41px;
  background: url(../images/svg/playbutton.png) no-repeat 50% 50%;
  cursor: pointer; }

@media screen and (min-width: 300px) {
  .subsection div {
    width: 100%; } }

@media screen and (min-width: 710px) {
  .subsection div {
    width: 50%; } }

@media screen and (min-width: 1080px) {
  .subsection div {
    width: 32%; } }

@media screen and (min-width: 1650px) {
  .subsection div {
    width: 32%; } }

.style-icon .subsection {
  border-top: 0; }

.btn {
  display: inline-block;
  position: relative;
  min-width: 5rem;
  margin: 0 0 1.125rem;
  padding: 0.625rem 1.25rem 0.6875rem;
  background-color: #da2323;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s ease-in-out;
  box-shadow: none; }
  .btn .icon {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: top; }
  .btn:hover {
    color: #fff;
    background: #ff2828;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1); }
  .btn:active, .btn.btn--active {
    transition: none;
    color: #fff;
    background: #b21e1e; }
  .btn:focus {
    outline: 0; }

.btn--secondary {
  background-color: #fff;
  color: #000; }
  .btn--secondary:hover, .btn--secondary:active, .btn--secondary.btn--active {
    background-color: #f0f0eb; }
  .btn--secondary:hover {
    color: #da2323; }
  .btn--secondary:active, .btn--secondary.btn--active {
    color: #b21e1e; }

.btn--with-icon {
  text-align: left;
  padding-left: 0.625rem; }
  .btn--with-icon .icon {
    margin-right: 0.625rem; }

.btn--icon {
  width: 2.5rem;
  min-width: 0;
  height: 2.5rem;
  padding: 0;
  background: transparent;
  color: #da2323; }
  .btn--icon:hover, .btn--icon:active {
    background-color: #f0f0eb; }
  .btn--icon:hover {
    color: #da2323; }
  .btn--icon:active {
    color: #b21e1e; }
  .btn--icon .icon {
    width: 100%;
    height: 100%; }
  .btn--icon img {
    width: 1.875rem;
    height: 1.875rem; }

.btn--expanded {
  width: 100%; }

.btn__group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.75rem 0 1.125rem; }
  .btn__group > .btn {
    position: relative;
    float: left;
    margin-right: 0.0625rem;
    margin-bottom: 0.0625rem; }
    .btn__group > .btn:last-child {
      margin-right: 0; }

.table-wrapper {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5625rem;
  width: 100%; }
  .table-wrapper .full tbody th {
    font-weight: 400;
    border-top: 0.1rem solid black;
    border-right: 0.1rem solid black;
    border-bottom: 0.125rem solid black; }
  .table-wrapper h4,
  .table-wrapper .h4 {
    color: #da2323;
    margin-top: 3.75rem; }

table {
  width: 100%;
  margin-top: 0; }

thead {
  color: #da2323;
  text-align: left;
  font-family: MobiliarRealist; }
  thead th {
    border-bottom: 0.125rem solid #da2323;
    padding: 0.25rem 0.25rem 0.1875rem 0rem;
    font-weight: bold;
    text-align: left; }

tbody td {
  border-bottom: 0.0625rem solid #000;
  padding: 0.375rem 0.25rem 0.125rem 0rem;
  vertical-align: top;
  font-family: MobiliarRealist-SemiLight; }

.color-table tbody td.empty-cell {
  border-bottom: 0;
  width: 30px; }

.color-table tbody td.empty-border {
  border-bottom: 0; }

.color-table tbody td .pull-left {
  float: left; }

.color-table tbody td .pull-right {
  float: right; }

.color-table tbody td .color-box {
  width: auto;
  padding: 50px;
  margin: 20px 0px 20px 0px; }

@media screen and (min-width: 710px) {
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: auto; } }

img, video {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

figure {
  margin: 0; }

.image, .video {
  margin-bottom: 2.5rem; }
  .image.left, .video.left {
    width: 50%;
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    overflow: hidden; }
  .image.right, .video.right {
    width: 50%;
    float: right;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    overflow: hidden; }

figure img,
.image img, .video img {
  display: block; }

.image__caption, .video__caption {
  color: #009ee0;
  padding: 1rem 0 0;
  font-size: .9375rem;
  line-height: 1.33;
  letter-spacing: 0.05rem;
  text-align: left;
  font-family: MobiliarRealist; }
  .image__caption .image__ratio, .video__caption .image__ratio {
    display: none; }
  .image__caption p, .video__caption p {
    color: #009ee0 !important;
    font-size: .9375rem !important;
    line-height: 1.33 !important;
    margin: 1.5625rem 0 0; }
    .image__caption p:first-child, .video__caption p:first-child {
      margin-top: 0; }
    .image__caption p:last-child, .video__caption p:last-child {
      margin-bottom: 1.5625rem; }
  .image__caption ul, .image__caption ol, .video__caption ul, .video__caption ol {
    padding-left: 20px; }
    .image__caption ul li, .image__caption ol li, .video__caption ul li, .video__caption ol li {
      color: #009ee0 !important;
      font-size: .9375rem !important;
      line-height: 1.33 !important;
      margin-top: 1em; }
    .image__caption ul:first-child, .image__caption ol:first-child, .video__caption ul:first-child, .video__caption ol:first-child {
      margin-top: 0; }
    .image__caption ul:last-child, .image__caption ol:last-child, .video__caption ul:last-child, .video__caption ol:last-child {
      margin-bottom: 1.5625rem; }
  .image__caption p ~ ol,
  .image__caption ul, .video__caption p ~ ol,
  .video__caption ul {
    margin-top: 0; }

.ratio {
  position: relative;
  display: block; }
  .ratio:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 42.10%; }
  .ratio .ratio__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.image-style .content--goal {
  width: 100%;
  margin-left: 0; }

.image-style .slider {
  overflow: initial; }

.image-style .image, .image-style .video {
  margin-bottom: 0rem; }

/* Text + Image Spacing */
h3 + div.image,
h4 + div.image,
h5 + div.image {
  margin-top: 10px; }

[type="radio"],
[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0); }
  [type="radio"] + label,
  [type="checkbox"] + label {
    position: relative;
    vertical-align: top;
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
    margin-bottom: 0;
    line-height: 1.25rem;
    color: #000; }
    [type="radio"] + label i,
    [type="checkbox"] + label i {
      position: absolute; }
      [type="radio"] + label i::before,
      [type="checkbox"] + label i::before {
        content: "";
        display: block;
        border: 0.125rem solid #007b91;
        background-color: #fff; }
      [type="radio"] + label i::after,
      [type="checkbox"] + label i::after {
        content: "";
        display: none;
        position: absolute;
        background-color: #007b91; }
  [type="radio"]:checked + label i::before, [type="radio"]:checked:hover + label i::before,
  [type="checkbox"]:checked + label i::before,
  [type="checkbox"]:checked:hover + label i::before {
    color: #007b91;
    border-color: #007b91; }
  [type="radio"]:checked + label i::after, [type="radio"]:checked:hover + label i::after,
  [type="checkbox"]:checked + label i::after,
  [type="checkbox"]:checked:hover + label i::after {
    display: inline-block; }

[type="radio"] + label i {
  display: block;
  top: 0.6875rem;
  left: 0; }
  [type="radio"] + label i::before {
    width: 1.25rem;
    height: 1.25rem; }
  [type="radio"] + label i::after {
    width: 0.625rem;
    height: 0.625rem;
    left: 0.3125rem;
    top: 0.3125rem; }
  [type="radio"] + label i::before, [type="radio"] + label i::after {
    border-radius: 100%; }

[type="checkbox"] + label i {
  top: 0.6875rem;
  left: 0; }
  [type="checkbox"] + label i::before {
    width: 1.25rem;
    height: 1.25rem; }
  [type="checkbox"] + label i::after {
    width: 1.25rem;
    height: 1.25rem;
    left: 0;
    top: 0; }
  [type="checkbox"] + label i::before, [type="checkbox"] + label i::after {
    border-radius: 0.25rem; }

.option--alternate + label {
  color: #fff; }
  .option--alternate + label i::before {
    border-color: #fff;
    background-color: transparent; }
  .option--alternate + label i::after {
    background-color: #fff; }

.option--alternate:checked + label, .option--alternate:checked:hover + label {
  color: #fff; }
  .option--alternate:checked + label i::before, .option--alternate:checked:hover + label i::before {
    color: #fff; }

.option--alternate:not(:checked) + label:hover i::before {
  color: #fff; }

.options--horizontal [type="radio"] + label {
  display: block;
  margin-left: 0.75rem; }

.lt-ie9 [type="radio"],
.lt-ie9 [type="checkbox"] {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto; }
  .lt-ie9 [type="radio"] + label,
  .lt-ie9 [type="checkbox"] + label {
    padding: 0; }
    .lt-ie9 [type="radio"] + label i,
    .lt-ie9 [type="checkbox"] + label i {
      display: none; }

@media screen and (min-width: 710px) {
  .options--horizontal [type="radio"] + label {
    display: inline-block;
    margin-left: 0;
    text-align: left;
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
    width: auto;
    padding: 0.8125rem 0.625rem 0.75rem 1.875rem; }
    .options--horizontal [type="radio"] + label i {
      top: 0.8125rem; } }

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 4.1875rem; }

legend {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0; }

label {
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 0.75rem; }

input:-ms-input-placeholder {
  color: #969ba0; }

input::placeholder {
  color: #969ba0; }

input[type=password]:focus {
  outline: 0 !important; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 1 rem;
  line-height: 1.5; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  textarea:focus {
    outline: 0; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2.5rem;
  padding: 0.4375rem 1.875rem 0.4375rem 0.75rem;
  background-color: #f0f0eb;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.8%206.8l-4.8%2010.4-4.8-10.4h9.6z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.5; }
  select option {
    color: #000; }
  .lt-ie10 select {
    background-image: none;
    padding-right: 0.75rem; }
  select::-ms-expand {
    display: none; }
  select:focus::-ms-value {
    color: #000;
    background-color: transparent; }
  select:hover {
    cursor: pointer; }

.input-addon {
  display: -ms-flexbox;
  display: flex; }

.input-addon__field {
  -ms-flex: 1;
      flex: 1; }

.input-addon__item {
  margin-bottom: 0; }

.input-overlay {
  position: relative; }
  .input-overlay .input-overlay__input {
    padding-right: 3.125rem; }

.input-overlay__button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #000; }
  .input-overlay__button:hover {
    color: #969ba0; }
  .input-overlay__button, .input-overlay__button:hover, .input-overlay__button:active {
    background-color: transparent; }

.form__disclaimer {
  margin: 0 0 2.5rem; }
  .form__disclaimer p,
  .form__disclaimer label {
    font-size: 0.9375rem;
    font-weight: 300; }

.form--error {
  color: #da2323; }

.form--field-error label {
  color: #da2323; }

.form--field-error input {
  border-color: #da2323; }

@media screen and (min-width: 710px) {
  .form--horizontal {
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.125rem; }
    .form--horizontal::after {
      clear: both;
      content: "";
      display: table; }
    .form--horizontal label {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 36.13139%;
      text-align: right;
      margin-bottom: 0;
      padding: 0.75rem 0 0; }
      .form--horizontal label:last-child {
        margin-right: 0; }
    .form--horizontal input,
    .form--horizontal select {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 100%;
      margin-right: 0; }
      .form--horizontal input:last-child,
      .form--horizontal select:last-child {
        margin-right: 0; } }

.switch_on .icon.micon_tik {
  width: auto;
  line-height: inherit;
  padding-top: 0px;
  font-size: 25px; }

.form-style .form {
  margin-right: 20%; }

.form-account fieldset legend {
  font-weight: normal;
  color: #da2323;
  margin-bottom: 20px;
  font-family: TisaPro; }

.form-account .form_wrapper .form_field_container .label {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%; }

.form-account .form_wrapper .form_field_container .input_field_container {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%; }

.form-login .form_wrapper .form_field_container .label {
  -ms-flex: 0 25%;
      flex: 0 25%; }

.form-login .form_wrapper .form_field_container .input_field_container {
  -ms-flex: 80% 0;
      flex: 80% 0; }

.clearfix {
  clear: both; }

.header-style .page__sidebar {
  margin-top: 0;
  width: 100%; }

.header-style .search-results-input {
  margin-bottom: 10px; }

.header-style .content--block {
  padding-top: 0; }

.header-style header {
  position: relative; }

.header-style .popHeight {
  min-height: 470px;
  display: block; }

.header-style .popBookHeight {
  display: block;
  margin-top: 700px; }

.toc-index {
  padding-top: 20px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px; }

section.content-guide {
  width: 100%;
  margin: auto;
  padding-top: 20px; }

/* Only for styleguide */
.toc-heading {
  margin: 20px auto 20px auto;
  font-family: TisaPro; }

.toc-heading1 {
  margin: 20px auto 0px auto;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px; }

.toc-heading2 {
  width: 100%;
  font-family: TisaPro; }

.style-heading {
  display: block;
  width: 100%;
  clear: both;
  padding-left: 20px; }

.style-heading-hero {
  display: block;
  width: 100%;
  clear: both;
  position: relative;
  margin-top: 100px;
  top: -100px; }

.tiles-style .content--teaser {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .tiles-style .content--teaser .slider-group-title {
    margin-top: 0; }
  .tiles-style .content--teaser .content--teaser-item {
    width: 42%; }

.tiles-style section.content--slider-group1 .content--slider-block {
  margin-bottom: 0; }
  .tiles-style section.content--slider-group1 .content--slider-block .slider-item {
    width: 1000%; }

.tiles-style .content--block {
  padding-top: 0;
  padding-bottom: 0; }

.tiles-style .section.content--lead-links {
  border-top: 0;
  margin-bottom: 0px; }

.tiles-style section.sidebar-box ul.sidebar-link-list {
  margin-bottom: 0; }
  .tiles-style section.sidebar-box ul.sidebar-link-list li {
    width: 100%; }

.tiles-style .content--side-bar {
  margin-top: 0; }
  .tiles-style .content--side-bar .content--side-bar-list {
    margin-bottom: 30px; }

.tiles-style .content--block-accordion {
  margin-bottom: 30px; }

.tiles-style .teaser__item {
  width: 35%; }
  .tiles-style .teaser__item.teaser__item--large {
    width: 60%; }
  .tiles-style .teaser__item.teaser__item--6-col {
    width: 100%; }

.tiles-style .masonrized {
  height: auto; }

/* Tiny reset thingy */
body, html {
  margin: 0;
  padding: 0; }

.wrapper {
  /* The height needs to be set to a fixed value for the effect to work.
   * 100vh is the full height of the viewport. */
  height: 50vh;
  /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
  overflow-x: hidden;
  /* Enable scrolling on the page. */
  overflow-y: auto;
  /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
  perspective: 2px; }

.parallax-effect {
  /* Needed for children to be absolutely positioned relative to the parent. */
  position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  height: 50vh;
  /* For text formatting. */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white; }

.parallax::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  /* Force the background image to fill the whole element. */
  background-size: 50%;
  /* Keep the image from overlapping sibling elements. */
  z-index: -1; }

/* The styling for the static div. */
/* Sets the actual background images to adorable kitties. This part is crucial. */
.bg1::after {
  transform: translateZ(-300px) scale(2);
  z-index: 3;
  background-image: url("../images/17_Haus_G6A9876_DS.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.bg2::after {
  background-image: url("../images/mob02.jpg"); }

.parallax {
  /* The image used */
  /* Set a specific height */
  height: 50%;
  overflow-x: hidden;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax__group {
  position: relative;
  height: 500px;
  /* fallback for older browsers */
  height: 50vh;
  transform-style: preserve-3d; }

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.parallax__layer--fore {
  transform: translateZ(90px) scale(0.7);
  z-index: 1; }

.parallax__layer--base {
  transform: translateZ(0);
  z-index: 4; }

.parallax__layer--back {
  transform: translateZ(-300px) scale(2);
  z-index: 3;
  background-image: url("../images/17_Haus_G6A9876_DS.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.parallax__layer--deep {
  transform: translateZ(-600px) scale(3);
  z-index: 2; }

/* demo styles
--------------------------------------------- */
.parallax {
  font-size: 200%; }

.parallax__end_title {
  font-size: 200%;
  text-align: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px; }

/* centre the content in the parallax layers */
.parallax__title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 20%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%; }

/* style the groups
--------------------------------------------- */
#group1 {
  z-index: 5;
  /* slide over group 2 */ }

#group1 .parallax__layer--base {
  background: white; }

#group2 {
  z-index: 3;
  /* slide under groups 1 and 3 */ }

#group3 {
  z-index: 4;
  /* slide over group 2 and 4 */ }

#group4 {
  z-index: 2;
  /* slide under group 3 and 5 */ }

#group5 {
  z-index: 3;
  /* slide over group 4 and 6 */ }

#group6 {
  z-index: 2;
  /* slide under group 5 and 7 */ }

#group7 {
  z-index: 3;
  /* slide over group 7 */ }

/* misc
--------------------------------------------- */
.demo__info {
  position: absolute;
  z-index: 100;
  bottom: 1vh;
  top: auto;
  font-size: 80%;
  text-align: center;
  width: 100%; }

.fade-in {
  opacity: 0;
  transition: opacity .2s ease-in; }

.fade-in-animate {
  opacity: 1; }

.parallax-h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'MobiliarRealist';
  font-size: 4rem;
  line-height: 60px;
  font-weight: 700; }

.tag-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tag-list .tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 8px;
    background-color: #FFFFFF;
    border: 1px solid #D5D7D9;
    border-radius: 10px;
    margin-right: 16px;
    margin-bottom: 8px; }
    .tag-list .tag:last-child {
      margin-right: 0; }
    .tag-list .tag span {
      font-style: 'MobiliarRealist';
      font-size: 13px;
      color: #000000; }
    .tag-list .tag i {
      margin-left: 8px;
      color: #969BA0;
      font-size: 18px; }
  .tag-list button.tag {
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in-out; }
    .tag-list button.tag:hover {
      background-color: #f0eeee; }
    .tag-list button.tag:active {
      background-color: #dfdfdf; }

.radio-button-container {
  display: -ms-flexbox;
  display: flex; }
  .radio-button-container.maximalized label {
    max-width: 200px; }
  .radio-button-container label {
    height: 50px;
    font-family: MobiliarRealist;
    font-size: 16px;
    cursor: pointer;
    -ms-flex: 1;
        flex: 1;
    font-weight: 400;
    z-index: 0;
    padding: 0;
    margin: 0 -2px; }
    .radio-button-container label.radio-button-active {
      z-index: 5; }
    .radio-button-container label:first-child .radio-button {
      border-radius: 5px 0 0 5px; }
    .radio-button-container label:last-child .radio-button {
      border-radius: 0 5px 5px 0; }
    .radio-button-container label input[type="radio"],
    .radio-button-container label input[type="checkbox"] {
      opacity: 0;
      position: fixed;
      width: 0; }
      .radio-button-container label input[type="radio"]:checked ~ .radio-button,
      .radio-button-container label input[type="checkbox"]:checked ~ .radio-button {
        font-weight: 700;
        box-shadow: inset 0 0 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        z-index: 2;
        background-color: #ffffff;
        border-radius: 5px;
        margin: 0 2px; }
      .radio-button-container label input[type="radio"]:disabled ~ .radio-button,
      .radio-button-container label input[type="checkbox"]:disabled ~ .radio-button {
        color: #969BA0;
        cursor: not-allowed;
        box-shadow: none; }
    .radio-button-container label .radio-button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 30px;
      width: 100%;
      height: 100%;
      box-shadow: none;
      border: 1px solid rgba(0, 0, 0, 0.05);
      background-color: #fafafa;
      transition-property: background-color, box-shadow;
      transition-duration: 300ms;
      transition-timing-function: ease-in-out;
      z-index: 1; }
      .radio-button-container label .radio-button:hover {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px 1px inset; }
      .radio-button-container label .radio-button i {
        position: relative;
        top: 0;
        left: 0;
        font-size: 26px;
        margin-right: 8px; }

.autocomplete {
  position: relative; }
  .autocomplete-input {
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important;
    border: 1px solid #eaebec !important;
    border-radius: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: #000000; }
  .autocomplete-input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0cec6 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important; }
  .autocomplete-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0cec6 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important; }
  .autocomplete-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important;
    padding-bottom: 0px\0  !important; }
  .autocomplete-input::-ms-clear {
    display: none;
    /*color: red;  This sets the cross color as red. */
    /* The cross can be hidden by setting the display attribute as "none" */ }
  .autocomplete-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important; }
  .autocomplete-hint {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1rem;
    background-color: #fff;
    border: 1px solid #f0f0eb;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    z-index: 200;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .autocomplete-hint:before, .autocomplete-hint:after {
      content: "";
      position: absolute;
      top: -10px;
      right: 30px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    .autocomplete-hint:before {
      z-index: 9;
      border-bottom: 10px solid #fff; }
    .autocomplete-hint:after {
      border-left-width: 11px;
      border-right-width: 11px;
      border-bottom: 11px solid #f0f0eb;
      right: 29px;
      top: -12px; }
  .autocomplete button.autocomplete-item {
    font-family: 'MobiliarRealist';
    padding: 15px;
    width: 100%;
    background-color: #ffffff;
    border: none;
    text-align: left;
    transition: all 0.3s ease-in-out;
    color: #000000; }
    .autocomplete button.autocomplete-item:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .autocomplete button.autocomplete-item:disabled {
      text-align: center;
      background-color: #ffffff !important;
      font-size: 15px; }
    .autocomplete button.autocomplete-item b {
      font-weight: 700; }

body > header:first-of-type {
  z-index: 151; }

header {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100% !important;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 150; }
  header a {
    outline-color: #da2323; }
  header .btn {
    text-transform: none;
    font-weight: 300;
    font-size: 0.9375rem; }
    header .btn:hover {
      background-color: transparent; }

.header__inner {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 100%;
  height: 5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 151; }
  .header__inner:last-child {
    margin-right: 0; }

.header__logo img {
  width: 220px;
  height: 7.75rem;
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
  transition: transform 0.3s ease; }

.header__logo img.desktopOn {
  min-height: 6.73rem !important; }

.header__content {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 150; }

.header__meta {
  padding-top: 5.625rem; }

.header__meta-links {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem; }

.header__meta-home,
.header__meta-link {
  display: none; }

.header__meta-search {
  margin-top: 12px;
  margin-right: -70px;
  float: right;
  display: none;
  z-index: -99; }

.header__meta-actions {
  position: absolute;
  top: 1.875rem;
  right: 30px; }
  .header__meta-actions::after {
    clear: both;
    content: "";
    display: table; }
  .header__meta-actions .btn {
    display: block;
    float: left;
    margin-right: 1.25rem; }
  .header__meta-actions .header__close-btn {
    margin-right: 0; }
  .header__meta-actions span {
    display: none; }

.header__actions {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 5px; }
  .header__actions::after {
    clear: both;
    content: "";
    display: table; }
  .header__actions a {
    color: #da2323; }
  .header__actions.mobile-header__actions {
    display: none;
    width: 80%;
    margin: auto; }

.header__menu-btn,
.header__user {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  float: right;
  display: block;
  margin-bottom: 0;
  line-height: 55px; }
  .header__menu-btn.login-text,
  .header__user.login-text {
    font-size: 1rem; }
  .header__menu-btn.profile-text,
  .header__user.profile-text {
    font-size: 1rem;
    color: #da2323; }
  .header__menu-btn span,
  .header__user span {
    display: none; }
  .header__menu-btn#icon-bookmark.active,
  .header__user#icon-bookmark.active {
    background-color: #da2323; }
  .header__menu-btn .hamburger,
  .header__user .hamburger {
    margin-left: 15px; }
    .header__menu-btn .hamburger .hamburger-box,
    .header__user .hamburger .hamburger-box {
      width: 25px;
      margin-right: 10px;
      margin-bottom: 6px; }
      .header__menu-btn .hamburger .hamburger-box .hamburger-inner,
      .header__user .hamburger .hamburger-box .hamburger-inner {
        width: 25px;
        background-color: #da2323;
        height: 3px;
        line-height: 24px; }
        .header__menu-btn .hamburger .hamburger-box .hamburger-inner:before,
        .header__user .hamburger .hamburger-box .hamburger-inner:before {
          width: 25px;
          height: 3px;
          background-color: #da2323; }
        .header__menu-btn .hamburger .hamburger-box .hamburger-inner:after,
        .header__user .hamburger .hamburger-box .hamburger-inner:after {
          width: 25px;
          background-color: #da2323;
          height: 3px; }

.header__user {
  margin-left: 35px;
  font-size: 25px;
  vertical-align: middle; }

.micon_user:before {
  font-size: 31px; }

.micon_star:before {
  font-size: 31px; }

.micon_star_filled:before {
  font-size: 31px; }

.micon_search {
  vertical-align: middle; }
  .micon_search:before {
    font-size: 26px; }

.header--sticky .header__logo img {
  -ms-transform: scale(0.76);
      transform: scale(0.76); }

.header--nav-open.header--full-height {
  overflow-y: hidden; }
  .header--nav-open.header--full-height .header {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

.header--nav-open .header__content {
  display: block;
  overflow-y: auto; }

@media screen and (min-width: 710px) {
  .header__meta::after {
    clear: both;
    content: "";
    display: table; }
  .header__meta-links {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 36.13139%; }
    .header__meta-links:last-child {
      margin-right: 0; }
    .header__meta-links a {
      line-height: 2.5rem; }
  .header__meta-home {
    display: inline-block; }
  .header__meta-actions .btn {
    width: auto;
    line-height: 2.5rem; }
  .logged-in .header__menu-btn {
    display: block; } }

@media screen and (min-width: 1080px) {
  .header__inner {
    max-width: 103.125rem; }
  .header__content {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 29.74453%;
    background-color: transparent;
    position: static;
    min-height: 0;
    box-shadow: none; }
    .header__content:last-child {
      margin-right: 0; }
  .header__meta-home,
  .header__nav,
  .header__user .icon,
  .header__meta-actions {
    display: none; }
  .header__meta {
    margin-bottom: 0;
    padding-right: 0; }
  .header__meta-link {
    display: inline-block; }
  .header__actions .btn {
    line-height: 2.5rem;
    width: auto; }
  .header__actions span {
    display: inline; }
  .header__menu-btn {
    display: none;
    padding: 0 0 0 5px;
    height: 100%; }
  .logged-in .header__menu-btn {
    display: block; }
  .header--nav-open .header__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    padding-bottom: 5.625rem; }
  .header--nav-open .header__nav,
  .header--nav-open .header__language-switch,
  .header--nav-open .header__meta-home,
  .header--nav-open .header__meta-actions {
    display: block; }
  .header--nav-open .header__meta-search,
  .header--nav-open .header__meta-link {
    display: none; }
  .header--nav-open .header__meta {
    margin-left: 19.16058%;
    padding-right: 12.5rem;
    margin-bottom: 6.25rem; }
  .header--nav-open .header__meta-actions {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 36.13139%; }
    .header--nav-open .header__meta-actions:last-child {
      margin-right: 0; }
    .header--nav-open .header__meta-actions .btn {
      padding: 0 0.625rem;
      margin-right: 0; }
    .header--nav-open .header__meta-actions .header__close-btn {
      float: right;
      padding-right: 0; }
    .header--nav-open .header__meta-actions span {
      display: inline; } }

.icon--menu-close {
  display: none; }

.header--full-content::-webkit-scrollbar {
  display: none; }

.header--full-content {
  display: none; }

.header--nav-open .header--full-content {
  display: block; }

.header--nav-open .icon--menu-open {
  display: none; }

.header--nav-open .icon--menu-close {
  display: block; }

.icon--menu-open {
  display: block; }

.icon--menu-close {
  display: none; }

.search-btn {
  position: relative;
  z-index: 99; }

@media only screen and (max-width: 750px) {
  .search-btn {
    display: none; }
  #icon-bookmark {
    display: block; } }

@media screen and (min-width: 300px) {
  .header__logo {
    margin-left: 0%; }
  .header__logo img {
    height: auto; }
  .header__user {
    margin-left: 15px; } }

@media screen and (min-width: 710px) {
  .header__logo {
    margin-left: 0%; }
  .header__actions {
    width: 100%; }
  .header__user {
    margin-left: 35px; }
  .mobileOn {
    display: none; } }

@media screen and (min-width: 1080px) {
  .header__logo {
    margin-left: 0%; }
  .header__actions {
    width: 100%;
    margin-right: 30px; }
  .header__user {
    margin-left: 35px; }
  .desktopOn {
    display: block; }
  .mobileOn {
    display: none; }
  .header--sticky .header__logo img {
    -ms-transform: scale(0.74);
        transform: scale(0.74); } }

@media screen and (min-width: 1650px) {
  .header__actions {
    width: 100%;
    margin-right: 0px; }
  .header__user {
    margin-left: 35px; }
  .desktopOn {
    display: block; }
  .mobileOn {
    display: none; }
  .header--sticky .header__logo img {
    -ms-transform: scale(0.76);
        transform: scale(0.76); } }

@media screen and (max-width: 810px) {
  .header__bookmark {
    width: 320px !important; }
    .header__bookmark .bookmark-links {
      width: 320px !important; }
      .header__bookmark .bookmark-links:before {
        left: 60% !important; }
      .header__bookmark .bookmark-links:after {
        left: 60% !important; }
  .header-search .search-hint {
    left: 40%;
    width: 320px !important; } }

@media screen and (max-width: 680px) {
  .header__logo img {
    width: 50%; }
  .header__bookmark .bookmark-links {
    margin-top: 0px !important; } }

@media screen and (max-width: 400px) {
  .header__logo img {
    width: 100%; }
  .header__actions {
    width: 100%; } }

.w-nav-menu.navigation {
  transform-style: preserve-3d;
  transition: transform 200ms ease 0s;
  transform: translateX(0px) translateY(0px) translateZ(0px); }

@media screen and (max-width: 767px) {
  .header--sticky .header__logo img {
    -ms-transform: none;
    transform: none; } }

.header-search {
  position: relative\0; }
  .header-search input,
  .header-search input:focus,
  .header-search .btn,
  .header-search .btn:hover {
    box-shadow: none;
    border-radius: 0; }
  .header-search input {
    color: black;
    font-family: MobiliarRealist;
    font-size: 1.25rem;
    font-weight: 18.75rem;
    line-height: 2.5rem;
    width: 420px;
    text-align: left;
    border-bottom: 1px solid #DA2323;
    padding: 0.4375rem 35px 0.75rem 0; }
  .header-search .search-input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0cec6 !important;
    font-family: TisaPro-Light !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important; }
  .header-search .search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0cec6 !important;
    font-family: TisaPro-Light !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important; }
  .header-search .search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000 !important;
    font-family: TisaPro-Light !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important;
    padding-bottom: 0px; }
  .header-search .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
    font-family: TisaPro-Light !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: italic !important;
    right: 0\0;
    position: absolute\0;
    padding-bottom: 0px; }
  .header-search .icon {
    width: 1.25rem;
    height: 1.25rem; }
  .header-search .search-hint {
    list-style: none;
    position: absolute;
    padding: 35px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    width: 420px;
    /*  height: 450px;
    overflow-y: auto; */
    margin-top: 64px;
    z-index: 1; }
    .header-search .search-hint .section {
      border-top: 0px;
      margin: 0; }
      .header-search .search-hint .section .link-item {
        width: 100%; }
        .header-search .search-hint .section .link-item .link-button {
          font-family: MobiliarRealist-SemiLight;
          width: 100%; }
          .header-search .search-hint .section .link-item .link-button:hover {
            border: 1px solid #d5d7d9; }
          .header-search .search-hint .section .link-item .link-button:focus {
            outline: 0; }
    .header-search .search-hint .content .link-item ul li {
      transition: all 300ms ease;
      box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
      .header-search .search-hint .content .link-item ul li:hover {
        box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .header-search .search-hint:after, .header-search .search-hint:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .header-search .search-hint:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 18px;
    margin-left: -18px; }
  .header-search .search-hint:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #969BA0;
    border-width: 16px;
    margin-left: -16px; }
  .header-search .swatch {
    background-color: #969BA0;
    position: absolute;
    width: 500px;
    height: 2px;
    margin-top: 70px; }
  .header-search .zuletzt-gesucht {
    color: #757575;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    width: 487px;
    text-align: left;
    display: block; }
  .header-search .kinowerbung {
    color: #DA2323;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    width: 487px;
    text-align: left;
    display: block; }
  .header-search .best-practice {
    color: #757575;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    width: 487px;
    margin-top: 6px;
    text-align: left;
    display: block; }
  .header-search .search-input {
    color: black;
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    background-color: transparent;
    text-align: left; }
  .header-search .search-input:-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #ABAFB3;
    font-family: MobiliarRealist-SemiLight; }
  .header-search .search-input::placeholder {
    /* Firefox, Chrome, Opera */
    color: #ABAFB3;
    font-family: MobiliarRealist-SemiLight; }
  .header-search .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ABAFB3;
    font-family: MobiliarRealist-SemiLight; }
  .header-search .search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ABAFB3;
    font-family: MobiliarRealist-SemiLight; }

.last_search_title {
  color: #000000;
  font-family: TisaPro-Bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  padding-left: 5px; }

.search-hint ul {
  list-style: none;
  padding-left: 0; }
  .search-hint ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #EBEAE4; }

.auto-search-list li .last_search_text {
  color: black;
  font-family: TisaPro-Light;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  padding-left: 5px;
  font-style: italic; }

.auto-search-list li:hover .last_search_text {
  padding-left: 15px;
  transition: all 300ms ease; }

.bookmark-links .link-list .bookmark-item {
  box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 300ms ease; }
  .bookmark-links .link-list .bookmark-item:hover {
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.bookmark-links .link-button {
  width: 100%; }

@media screen and (min-width: 300px) {
  .header-search input {
    color: black;
    font-family: MobiliarRealist;
    font-size: 1.25rem;
    font-weight: 18.75rem;
    line-height: 2.5rem;
    width: 300px;
    text-align: left;
    border-bottom: 1px solid #DA2323; } }

@media screen and (min-width: 710px) {
  .header-search input {
    color: black;
    font-family: MobiliarRealist;
    font-size: 1.25rem;
    font-weight: 18.75rem;
    line-height: 2.5rem;
    width: 320px;
    text-align: left; } }

@media screen and (min-width: 1080px) {
  .header-search input {
    color: black;
    font-family: MobiliarRealist;
    font-size: 1.25rem;
    font-weight: 18.75rem;
    line-height: 2.5rem;
    width: 420px;
    text-align: left;
    border-bottom: 1px solid #DA2323; } }

@media screen and (min-width: 1650px) {
  .header-search input {
    color: black;
    font-family: MobiliarRealist;
    font-size: 1.25rem;
    font-weight: 18.75rem;
    line-height: 2.5rem;
    width: 420px;
    text-align: left;
    border-bottom: 1px solid #DA2323; } }

@media screen\0 {
  .header-search .search-hint {
    margin-top: 70px;
    right: 0; } }

.language-switch {
  margin: 1.5625rem 0 0.3125rem 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  letter-spacing: 0.05rem; }

.language-switch__item {
  display: inline-block;
  margin-right: 1.25rem;
  font-family: MobiliarRealist;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  vertical-align: baseline; }
  .language-switch__item:last-child {
    margin-right: 0; }
  .language-switch__item a {
    color: #000; }

.language-switch--active a {
  color: #da2323;
  font-weight: bold !important; }

@media screen and (min-width: 1080px) {
  .language-switch {
    margin: 0; } }

.main-nav-footer {
  padding-top: 50px; }
  .main-nav-footer .content--block {
    padding-bottom: 90px; }
  .main-nav-footer h4 {
    font-family: 'TisaPro-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 24px; }
  .main-nav-footer .main-nav__sub {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 300; }
    .main-nav-footer .main-nav__sub li {
      border-bottom: 1px solid #da2323; }
  .main-nav-footer .back-to-top {
    background-color: #DA2323;
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    right: 48px;
    margin-top: -60px;
    text-align: center;
    padding: 6px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    display: none; }
    .main-nav-footer .back-to-top img {
      background-color: #DA2323;
      width: 24px;
      height: 24px; }
  .main-nav-footer .main-nav__list .main-nav__first {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left; }
  .main-nav-footer .main-nav__first .main-nav__link {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-align: left; }
  .main-nav-footer .main-nav__sub .main-nav__link {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left; }
  .main-nav-footer .main-nav__sub li {
    border-bottom: 1px solid #FFFFFF; }

.accordion-list {
  margin: 0; }
  .accordion-list li {
    padding-top: 10px;
    cursor: pointer; }

.nav-expand-more {
  width: 30px;
  height: 30px;
  margin-left: 20px; }

.social-links {
  float: left;
  display: block;
  margin-right: 2.51046%;
  width: 100%;
  text-align: center;
  margin-top: 70px; }
  .social-links:last-child {
    margin-right: 0; }
  .social-links img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: inline-block; }

.main-nav {
  font-size: 1.25rem; }

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 100px;
  padding-right: 100px; }

.header--full-content {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 100%;
  position: fixed;
  z-index: 150;
  top: 80px;
  background-color: #FFFFFF;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  display: none; }
  .header--full-content:last-child {
    margin-right: 0; }
  .header--full-content .header__language-switch {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    text-align: center;
    background-color: white;
    height: 60px;
    display: block;
    padding-top: 10px;
    margin-top: 30px;
    position: fixed;
    bottom: 0px;
    font-family: MobiliarRealist; }
    .header--full-content .header__language-switch:last-child {
      margin-right: 0; }
  .header--full-content .main-nav {
    margin-top: 90px;
    padding-bottom: 100px; }
  .header--full-content .main-nav__list {
    margin-top: 60px; }

.header--full-content-bookmark {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 100%;
  position: absolute;
  z-index: 150;
  top: 150px;
  height: 700px;
  background-color: #FFFFFF;
  display: none;
  min-height: 100%; }
  .header--full-content-bookmark:last-child {
    margin-right: 0; }
  .header--full-content-bookmark .bookmark-links {
    margin-left: 12.77372%;
    margin-top: 35px; }
    .header--full-content-bookmark .bookmark-links .link-item ul {
      list-style: none;
      padding: 0px;
      margin-left: 15px; }
      .header--full-content-bookmark .bookmark-links .link-item ul li::before {
        content: '';
        display: inline;
        font-size: 1.25rem;
        line-height: 50%; }
      .header--full-content-bookmark .bookmark-links .link-item ul li {
        float: left;
        display: block;
        margin-right: 2.18978%;
        width: 23.35766%;
        min-height: 95px;
        margin-left: 15px;
        margin-right: 15px;
        border-top: 1px solid #D8D8D8;
        background: url("../images/svg/link-arrow-forward-grey.svg") no-repeat right;
        cursor: pointer;
        margin-bottom: 30px; }
        .header--full-content-bookmark .bookmark-links .link-item ul li:last-child {
          margin-right: 0; }

.main-nav {
  -ms-flex-align: center;
      align-items: center;
  margin: auto; }
  .main-nav .main-nav__first {
    color: #da2323;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    border-top: 1px #DA2323 solid; }
    .main-nav .main-nav__first > a {
      display: block;
      position: relative;
      line-height: 2.8125rem; }
    .main-nav .main-nav__first .main-nav__sub {
      margin: 0;
      padding: 0;
      list-style-type: none;
      font-weight: 300; }
      .main-nav .main-nav__first .main-nav__sub li {
        border-top: 1px #DEDCD2 solid; }
      .main-nav .main-nav__first .main-nav__sub .main-nav__link {
        color: #000000;
        font-family: MobiliarRealist;
        font-size: 20px;
        font-weight: 300;
        line-height: 29px;
        text-align: left; }
  .main-nav .nav-main-accordion {
    color: #000000;
    font-family: TisaPro;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px solid #BFC3C6;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-top: 20px\0;
    transition: all 300ms ease; }
    .main-nav .nav-main-accordion:hover {
      padding-left: 15px; }
    .main-nav .nav-main-accordion i.icon {
      color: #C0C3C6;
      fill: #C0C3C6;
      padding-top: 0;
      padding-left: 20px; }
      .main-nav .nav-main-accordion i.icon.micon_up {
        display: none; }
      .main-nav .nav-main-accordion i.icon.micon_down {
        display: inline; }
      .main-nav .nav-main-accordion i.icon.micon_down:before {
        font-size: 40px; }
      .main-nav .nav-main-accordion i.icon.pull-right {
        float: right;
        margin-right: 20px; }
    .main-nav .nav-main-accordion.active i.icon.micon_up {
      display: inline; }
    .main-nav .nav-main-accordion.active i.icon.micon_down {
      display: none; }
    .main-nav .nav-main-accordion.active i.icon.micon_up:before {
      font-size: 40px; }
  .main-nav .panel {
    /*  overflow-x:hidden;
    overflow-y: auto;
    display: none;
    transition: all 0.4s ease-in-out;
    padding: 0 18px; */
    background-color: #FAFAFA;
    max-height: 0;
    overflow: hidden;
    transition: all 600ms ease; }
    .main-nav .panel .row {
      display: block;
      padding-left: 15px;
      padding-right: 15px; }
      .main-nav .panel .row ul {
        list-style: none;
        padding-left: 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background-color: #fafafa; }
        .main-nav .panel .row ul li {
          color: #000000;
          font-family: MobiliarRealist;
          font-size: 20px;
          font-weight: 300;
          line-height: 29px;
          text-align: left;
          width: 100%;
          display: block;
          margin-right: 25px;
          border-bottom: 1px solid #D5D7D9;
          padding-left: 30px;
          padding-bottom: 10px; }
          .main-nav .panel .row ul li a {
            font-size: 20px;
            display: block; }

.bookmark-links {
  display: none; }

.main-nav__toggler:after {
  content: '\25B6';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  text-align: center;
  transition: transform 0.3s ease;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  pointer-events: none; }

.main-nav__link {
  display: block;
  padding: 0.5625rem 0 0.5rem;
  color: #000;
  line-height: 1.25; }

.main-nav--open .main-nav__sub {
  display: block; }

.main-nav--open .main-nav__toggler:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.main-nav--inverted .main-nav__first,
.main-nav--inverted .main-nav__first > a,
.main-nav--inverted .main-nav__link {
  color: #fff; }

.main-nav--inverted .main-nav__first > a,
.main-nav--inverted .main-nav__sub li {
  border-bottom-color: #fff; }

.header__bookmark {
  width: 420px;
  margin-right: -135px; }

.bookmark-links {
  list-style: none;
  position: absolute;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 420px;
  margin-top: 64px;
  z-index: 1; }

.bookmark-links:after, .bookmark-links:before {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.bookmark-links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 18px;
  margin-left: -18px; }

.bookmark-links:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #969BA0;
  border-width: 16px;
  margin-left: -16px; }

.header__bookmark {
  margin-bottom: 0;
  float: right;
  display: none; }

.bookmark-links ul {
  list-style: none;
  padding: 0px; }
  .bookmark-links ul li::before {
    content: '';
    display: inline;
    font-size: 1.25rem;
    line-height: 50%; }
  .bookmark-links ul li {
    min-height: 90px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px 70px 20px 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #EFF0F1;
    background: url("../images/svg/link-right-arrow-grey.svg") no-repeat right;
    background-position: calc(100% - 40px);
    background-size: 35px;
    margin-bottom: 15px;
    cursor: pointer; }
  .bookmark-links ul .link-title {
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .bookmark-links ul .link-description {
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.bookmark-links .link-button {
  background-color: #FFFFFF;
  border: 1px solid #EAEBEC;
  border-radius: 30px;
  min-height: 60px;
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }
  .bookmark-links .link-button a {
    color: #000000; }
  .bookmark-links .link-button:hover {
    border: 1px solid #d5d7d9; }
  .bookmark-links .link-button:focus {
    outline: 0; }

@media screen and (min-width: 300px) {
  .main-nav__list {
    padding: 0; }
  .main-nav__list .main-nav__first {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%;
    margin-bottom: 30px; }
    .main-nav__list .main-nav__first:last-child {
      margin-right: 0; }
  .main-nav {
    width: 480px; } }

@media screen and (min-width: 710px) {
  .main-nav__list .main-nav__first {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .main-nav__list .main-nav__first:last-child {
      margin-right: 0; }
  .main-nav {
    width: 600px; } }

@media screen and (min-width: 1080px) {
  .main-nav__list .main-nav__first {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .main-nav__list .main-nav__first:last-child {
      margin-right: 0; }
  .main-nav__sub {
    display: block; }
  .main-nav__toggler::after {
    display: none; }
  .main-nav__toggler {
    pointer-events: none; }
  .main-nav__first {
    display: inline-block;
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%;
    /*width: 20%;
    margin-right: 6%;
    vertical-align: top;

    &:last-child {
      margin-right: 0;
    }

    >a {
      border-bottom: 0;
    }*/ }
    .main-nav__first:last-child {
      margin-right: 0; }
  .main-nav__span_left {
    padding-right: 20px;
    margin-right: -10px; }
  .main-nav__span_right {
    padding-left: 20px;
    margin-left: -10px; }
  .main-nav--tight .main-nav__first {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .main-nav--tight .main-nav__first:last-child {
      margin-right: 0; }
  .main-nav {
    width: 800px; } }

@media screen and (min-width: 1650px) {
  .main-nav__list .main-nav__first {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .main-nav__list .main-nav__first:last-child {
      margin-right: 0; } }

.bg-nav-footer .main-nav-footer .main-nav__first .main-nav__link {
  color: #000; }

.bg-nav-footer .main-nav-footer .main-nav__first .main-nav__sub li {
  border-bottom: 1px solid #BFC3C6; }
  .bg-nav-footer .main-nav-footer .main-nav__first .main-nav__sub li a {
    color: #000; }

.sub-nav {
  display: none;
  margin-top: 1.5625rem;
  transform: translate3d(0, 0, 0); }
  .sub-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.sub-nav--sticky {
  position: fixed;
  top: 6.25rem; }

.sub-nav__link {
  display: block;
  padding: 0.3125rem 0;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.33; }

.sub-nav__link--h3 {
  font-weight: 300; }

.sub-nav__sub a {
  padding-left: 0.625rem; }

.sub-nav__link:hover,
.sub-nav__link:focus,
.sub-nav__link--active {
  color: #da2323; }

@media screen and (min-width: 710px) {
  .sub-nav {
    display: block; }
  .sub-nav--sticky {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 36.13139%; }
    .sub-nav--sticky:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1080px) {
  .sub-nav--sticky {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .sub-nav--sticky:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1650px) {
  .sub-nav--sticky {
    width: 13.75rem; } }

.hero {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  background-color: #f0f0eb;
  overflow: hidden; }
  .hero::after {
    clear: both;
    content: "";
    display: table; }
  .hero picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero img {
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

@media screen and (min-width: 300px) {
  .hero {
    padding-top: 280px;
    top: -100px; } }

@media screen and (min-width: 710px) {
  .hero {
    padding-top: 340px;
    top: -100px; } }

@media screen and (min-width: 1080px) {
  .hero {
    padding-top: 390px;
    top: -100px; } }

@media screen and (min-width: 1650px) {
  .hero {
    padding-top: 480px;
    top: -100px; } }

.overlay_content {
  display: block !important;
  margin-top: 10px;
  padding-bottom: 10px !important; }
  .overlay_content .micon_error:before {
    color: #ffffff; }
  .overlay_content .micon_success:before {
    color: #ffffff; }
  .overlay_content .error-text {
    color: #ffffff;
    font-family: MobiliarRealist;
    font-size: 20px;
    margin: 0px; }
    .overlay_content .error-text .icon {
      position: relative;
      display: inline-block;
      width: 50px;
      padding-top: 0px !important;
      padding-bottom: 0 !important;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      transition: all 250ms ease;
      font-family: 'Mobiliar iconfont', sans-serif;
      font-size: 30px;
      line-height: 30px;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      cursor: default;
      vertical-align: sub; }

.slider-group-title {
  color: #000000;
  font-family: TisaPro;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }

.slider-group-title-red {
  color: #da2323;
  font-family: TisaPro;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }

.block-grey {
  background-color: #FAFAFA !important;
  color: #FFFFFF;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 80px; }

.block-color1 {
  background-color: #969ba0 !important;
  color: #FFFFFF; }

.block-color2 {
  background-color: rgba(0, 123, 145, 0.5) !important;
  color: #FFFFFF; }

.block-color3 {
  background-color: white !important;
  color: #000000; }

.primary-color {
  color: #DA2323; }

.white-100 {
  color: #fff; }

.slider-group2 {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 100%;
  margin: 35px; }
  .slider-group2:last-child {
    margin-right: 0; }
  .slider-group2 .slider-group2-block1 {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 47.62774%;
    background-color: #DA2323;
    min-height: 37.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 0px;
    margin-left: 0px; }
    .slider-group2 .slider-group2-block1:last-child {
      margin-right: 0; }
    .slider-group2 .slider-group2-block1 img.full-height {
      width: 100%;
      height: 100%;
      min-height: -webkit-fill-available;
      -o-object-fit: cover;
         object-fit: cover; }
    .slider-group2 .slider-group2-block1 img.half-height {
      width: 75%;
      height: 75%;
      margin: auto; }
  .slider-group2 .slider-group2-block2 {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 47.62774%;
    min-height: 37.5rem;
    line-height: 37.5rem;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 0px; }
    .slider-group2 .slider-group2-block2:last-child {
      margin-right: 0; }
    .slider-group2 .slider-group2-block2 div {
      display: inline-block;
      vertical-align: middle; }
    .slider-group2 .slider-group2-block2 img.full-height {
      width: 100%;
      height: 100%;
      min-height: -webkit-fill-available;
      -o-object-fit: cover;
         object-fit: cover; }
    .slider-group2 .slider-group2-block2 img.half-height {
      width: 75%;
      height: 75%;
      margin: auto; }
  .slider-group2 .slider-group2-block3 {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 98.72263%;
    background-color: #DA2323;
    min-height: 37.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 0px;
    margin-left: 0px; }
    .slider-group2 .slider-group2-block3:last-child {
      margin-right: 0; }
  .slider-group2 .slider-item-label {
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 16px; }
  .slider-group2 .slider-item-title {
    font-family: TisaPro;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-bottom: 25px; }
  .slider-group2 .slider-item-description {
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.7999999523162842;
    text-align: left;
    width: 437px; }
    .slider-group2 .slider-item-description li {
      font-family: MobiliarRealist;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      opacity: 0.7999999523162842;
      text-align: left; }
  .slider-group2 .slider-item-link {
    font-family: MobiliarRealist;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin-top: 25px; }
  .slider-group2 .slider-item-link-img {
    width: 16px;
    height: 16px;
    display: inline;
    vertical-align: middle; }

.content--block {
  clear: both;
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px; }
  .content--block:last-child {
    margin-right: 0; }
  .content--block .content--block-title {
    font-family: TisaPro;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left; }
  .content--block .content--block-title-black {
    color: #000000;
    font-family: TisaPro;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left; }
  .content--block .content--block-list {
    padding-left: 35px;
    list-style: none;
    margin-bottom: 0px; }
  .content--block .content--block-accordion + .content--block-accordion,
  .content--block .content--block-accordion + .content--block-title,
  .content--block .content--block-accordion + .heading2 {
    margin-top: 50px; }
  .content--block .content--block-accordion .panel-text,
  .content--block .content--block-accordion .panel-text:last-child {
    padding-bottom: 15px; }
  .content--block .content--block-accordion .panel-text p, 
  .content--block .content--block-accordion .panel-text ul, 
  .content--block .content--block-accordion .panel-text ol, 
  .content--block .content--block-accordion .panel-text h1, 
  .content--block .content--block-accordion .panel-text h2, 
  .content--block .content--block-accordion .panel-text h3, 
  .content--block .content--block-accordion .panel-text h4, 
  .content--block .content--block-accordion .panel-text h5, 
  .content--block .content--block-accordion .panel-text h6 {
    float: none !important;
  }
  .content--block .content--block-accordion .box-container .image-box {
    background-color: transparent !important;
  }
  .content--block .content--block-accordion .box-container .video-box {
    padding: 0 !important;
    margin: 0 5px !important;
  }
  .content--block .content--block-accordion .box-container .video-box {
    background-color: transparent !important;
  }
  .content--block .box-container .video-box {
    padding: 0 !important;
    margin: 0 5px !important;
  }
  .content--block .box-container .video-box {
    background-color: transparent !important;
  }
  .content--block .nav-accordion {
    color: #000000;
    font-family: TisaPro;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px solid #BFC3C6;
    padding-bottom: 14px;
    margin-top: 14px;
    transition: all 300ms ease; }
    .content--block .nav-accordion:hover {
      padding-left: 15px; }
    .content--block .nav-accordion i.icon {
      color: #C0C3C6;
      fill: #C0C3C6;
      padding-top: 0;
      padding-left: 20px; }
      .content--block .nav-accordion i.icon.micon_up {
        display: none; }
      .content--block .nav-accordion i.icon.micon_down {
        display: inline; }
      .content--block .nav-accordion i.icon.micon_down:before {
        font-size: 30px;
        vertical-align: initial;
        color: #BFC3C6; }
      .content--block .nav-accordion i.icon.pull-right {
        float: right;
        margin-right: 20px; }
    .content--block .nav-accordion.active i.icon.micon_up {
      display: inline; }
    .content--block .nav-accordion.active i.icon.micon_down {
      display: none; }
    .content--block .nav-accordion.active i.icon.micon_up:before {
      font-size: 30px;
      vertical-align: initial;
      color: #BFC3C6; }
  .content--block .nav-expand-more {
    vertical-align: middle;
    color: #BFC3C6;
    float: right;
    padding-right: 20px;
    font-size: 25px; }
  .content--block .panel {
    background-color: #FAFAFA;
    max-height: 0;
    overflow: hidden;
    transition: all 600ms ease; }
  .content--block .panel-text {
    color: #000000;
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 40px; }
    .content--block .panel-text p, .content--block .panel-text ol, .content--block .panel-text ul, .content--block .panel-text h1, .content--block .panel-text h2, .content--block .panel-text h3, .content--block .panel-text h4, .content--block .panel-text h5, .content--block .panel-text h6, .content--block .panel-text hr, .content--block .panel-text .goal-lead, .content--block .panel-text .goal-title, .content--block .panel-text .heading {
      float: left;
      display: block;
      margin-right: 2.94118%;
      width: 65.68627%;
      margin-left: 17.15686%; }
      .content--block .panel-text p:last-child, .content--block .panel-text ol:last-child, .content--block .panel-text ul:last-child, .content--block .panel-text h1:last-child, .content--block .panel-text h2:last-child, .content--block .panel-text h3:last-child, .content--block .panel-text h4:last-child, .content--block .panel-text h5:last-child, .content--block .panel-text h6:last-child, .content--block .panel-text hr:last-child, .content--block .panel-text .goal-lead:last-child, .content--block .panel-text .goal-title:last-child, .content--block .panel-text .heading:last-child {
        margin-right: 0; }
    .content--block .panel-text .panel-img, .content--block .panel-text .table-wrapper, .content--block .panel-text .slider, .content--block .panel-text .video-box, .content--block .panel-text .slider1, .content--block .panel-text .slider2, .content--block .panel-text .slider5, .content--block .panel-text .slider4, .content--block .panel-text .slider5 {
      padding: 0 30px 30px 30px; }
    .content--block .panel-text .image {
      margin-left: 0;
      margin-right: 0;
      max-width: none; }
    .content--block .panel-text:last-child {
      padding-bottom: 0px; }
    .content--block .panel-text li ul {
      float: none;
      margin-left: 0px;
      width: 100%; }
  .content--block .content--link-group1 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .content--block .content--link-group1:last-child {
      margin-right: 0; }
  .content--block .content--link-group2 {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .content--block .content--link-group2:last-child {
      margin-right: 0; }
  .content--block .content--contact {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .content--block .content--contact:last-child {
      margin-right: 0; }
  .content--block .content--align-left::after {
    content: "";
    -ms-flex: auto;
        flex: auto; }
  .content--block .content--ml {
    margin-left: 35px !important; }
  .content--block .content--ucblock-center {
    text-align: center; }
  .content--block .content--link-group1-block {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    min-height: 90px;
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 200ms ease;
    margin-right: 33px; }
    .content--block .content--link-group1-block:hover {
      box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
    .content--block .content--link-group1-block:nth-child(3n+3) {
      margin-right: 0; }
    .content--block .content--link-group1-block i {
      color: #000000;
      font-size: 30px;
      font-weight: 400;
      line-height: 36px;
      text-align: center;
      position: absolute; }
    .content--block .content--link-group1-block .content--link-title {
      color: #000000;
      font-family: TisaPro;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      text-align: left;
      padding-left: 45px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .content--block .content--link-group1-block .content--link-description {
      color: #000000;
      font-family: MobiliarRealist-SemiLight;
      font-size: 16px;
      font-weight: 300;
      line-height: 20px;
      text-align: left;
      margin-left: 45px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .content--block .content--link-group2-block {
    position: relative;
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    background: url("../images/svg/link-right-arrow-grey.svg") no-repeat right;
    background-position: calc(100% - 40px);
    background-size: 30px;
    background-color: #FFFFFF;
    min-height: 90px;
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 200ms ease;
    margin-right: 33px; }
    .content--block .content--link-group2-block:hover {
      box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
    .content--block .content--link-group2-block:nth-child(3n+3) {
      margin-right: 0; }
    .content--block .content--link-group2-block i {
      color: #000000;
      font-size: 30px;
      font-weight: 400;
      line-height: 36px;
      text-align: center;
      position: absolute; }
      .content--block .content--link-group2-block i:last-child {
        right: 20px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .content--block .content--link-group2-block .content--link-title {
      color: #000000;
      font-family: TisaPro;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      text-align: left;
      width: calc(100% - 50px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .content--block .content--link-group2-block .content--link-description {
      color: #000000;
      font-family: MobiliarRealist-SemiLight;
      font-size: 16px;
      font-weight: 300;
      line-height: 20px;
      text-align: left;
      width: calc(100% - 50px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .content--block .content--link-group3-block {
    border-radius: 5px;
    padding: 20px 15px 20px 15px;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    background: url("../images/svg/link-right-arrow-white.svg") no-repeat right;
    background-position: calc(100% - 40px);
    background-size: 30px;
    min-height: 90px;
    transition: all 200ms ease;
    /*&:hover {
      box-shadow: inset 0 -2px 0 0 #b11e1e, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    }*/
    margin-right: 33px; }
    .content--block .content--link-group3-block:nth-child(3n+3) {
      margin-right: 0; }
    .content--block .content--link-group3-block i {
      color: #000000;
      font-size: 30px;
      font-weight: 400;
      line-height: 36px;
      text-align: center;
      position: absolute; }
    .content--block .content--link-group3-block .content--link-title {
      color: #FFFFFF;
      font-family: TisaPro;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      text-align: left;
      width: calc(100% - 50px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .content--block .content--link-group3-block .content--link-description {
      color: #FFFFFF;
      font-family: MobiliarRealist-SemiLight;
      font-size: 16px;
      font-weight: 300;
      line-height: 20px;
      text-align: left;
      width: calc(100% - 50px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .content--block .content--contact-block {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px;
    margin-right: 33px;
    /*    .contact-tel::-before {
      content: "\e959";
      font-family: 'Mobiliar-Iconfont-II' !important;
      font-size: 30px;
      font-weight: 400;
      line-height: 36px;
      margin-right: 10px;
      vertical-align: top;
      margin-left: 10px;
    } */
    /*
    .contact-email::-before {
      content: "\e971";
      font-family: 'Mobiliar-Iconfont-II' !important;
      font-size: 30px;
      font-weight: 400;
      line-height: 36px;
      margin-right: 10px;
      vertical-align: top;
      margin-left: 10px;
    }
*/ }
    .content--block .content--contact-block:nth-child(3n+3) {
      margin-right: 0; }
    .content--block .content--contact-block .contact-avtar {
      margin-right: 15px;
      float: left;
      width: 80px;
      height: 80px;
      overflow: hidden;
      border-radius: 50%;
      text-align: center; }
      .content--block .content--contact-block .contact-avtar .micon_user_group {
        font-size: 3rem; }
      .content--block .content--contact-block .contact-avtar.pt20 {
        padding-top: 25px; }
    .content--block .content--contact-block .contact-title {
      color: #000000;
      font-family: TisaPro;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      text-align: left;
      margin-top: 12px;
      min-height: 30px; }
    .content--block .content--contact-block .contact-desgination {
      color: #000000;
      font-family: MobiliarRealist-SemiLight;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      text-align: left;
      padding-left: 95px;
      min-height: 30px; }
    .content--block .content--contact-block .contact-tel {
      width: 100%;
      min-height: 68px;
      color: #000000;
      font-family: MobiliarRealist-SemiLight;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      text-align: left;
      margin-top: 20px;
      margin-bottom: 10px;
      transition: all 300ms ease;
      border: 0px solid transparent; }
      .content--block .content--contact-block .contact-tel .tel-num {
        background-color: #F4F5F5;
        border-radius: 30px;
        padding: 15px;
        width: 100%;
        position: relative;
        float: left;
        line-height: 38px; }
        .content--block .content--contact-block .contact-tel .tel-num:before {
          content: "\e959";
          font-family: 'Mobiliar-Iconfont-II' !important;
          font-size: 30px;
          font-weight: 400;
          line-height: 36px;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 10px; }
        .content--block .content--contact-block .contact-tel .tel-num:hover {
          border: 1px solid #d5d7d9; }
    .content--block .content--contact-block .contact-email {
      background-color: #F4F5F5;
      border-radius: 30px;
      width: 100%;
      min-height: 68px;
      color: #000000;
      font-family: MobiliarRealist-SemiLight;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      text-align: left;
      margin-top: 20px;
      margin-bottom: 10px;
      transition: all 300ms ease;
      border: 0px solid transparent; }
      .content--block .content--contact-block .contact-email.button-link:hover {
        border: 1px solid #d5d7d9; }
      .content--block .content--contact-block .contact-email .tel-email {
        padding: 15px;
        width: 100%;
        position: relative;
        float: left;
        line-height: 38px; }
        .content--block .content--contact-block .contact-email .tel-email:before {
          content: "\e971";
          font-family: 'Mobiliar-Iconfont-II' !important;
          font-size: 30px;
          font-weight: 400;
          line-height: 36px;
          margin-right: 10px;
          vertical-align: top;
          margin-left: 10px; }
  .content--block .content--uc-block {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%;
    min-height: 14.375rem;
    padding: 0.625rem;
    cursor: pointer;
    margin-bottom: 25px;
    display: block;
    text-align: left; }
    .content--block .content--uc-block:last-child {
      margin-right: 0; }
    .content--block .content--uc-block .content--ucblock-title {
      color: #FFFFFF;
      font-family: MobiliarRealist;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      text-align: left; }
    .content--block .content--uc-block .content--ucblock-description {
      color: #FFFFFF;
      font-family: MobiliarRealist;
      font-size: 18px;
      font-weight: 300;
      line-height: 25px;
      width: 280px;
      text-align: left; }

.content--side-bar {
  padding-left: 30px;
  margin-top: 50px; }
  .content--side-bar .content--side-bar-title {
    color: #000000;
    font-family: TisaPro-Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px !important; }
  .content--side-bar .content--side-bar-list {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 50px; }
    .content--side-bar .content--side-bar-list li {
      color: #000000;
      font-family: TisaPro-Ita;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      text-align: left;
      border-bottom: 1px solid #EBEAE4;
      padding-top: 12px;
      padding-bottom: 14px; }
    .content--side-bar .content--side-bar-list li::before {
      content: ''; }

.content--slider-header {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 100%;
  position: relative;
  margin-bottom: 25px; }
  .content--slider-header:last-child {
    margin-right: 0; }
  .content--slider-header .slider-tab-heading {
    display: none;
    color: #000000;
    font-family: TisaPro;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    text-align: left;
    margin-left: 30px; }
  .content--slider-header .slick-dots li button:before {
    font-size: 15px; }
  .content--slider-header .slider-item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0px;
       object-position: 0 0px;
    height: 100%;
    min-height: 200px;
    position: relative;
    margin: auto; }
  .content--slider-header .slider-item embed {
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0px;
       object-position: 0 0px;
    height: 29.375rem;
    min-height: 29.375rem;
    position: relative; }
  .content--slider-header .slider-item .tab-slider-media {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .content--slider-header .slider-item .tab-slider-media img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 0 0px;
         object-position: 0 0px;
      height: 100%;
      min-height: 640px;
      position: relative;
      margin: auto;
      object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .content--slider-header .slider-item .tab-slider-media .video-box {
      margin-bottom: 0; }
  .content--slider-header .slider-item .tab-slider-text {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 65.68627%;
    margin-left: 15.44118%;
    min-height: 640px;
    max-height: 640px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 25%\0;
    margin-left: 15%\0;
    color: #fff; }
    .content--slider-header .slider-item .tab-slider-text:last-child {
      margin-right: 0; }
    .content--slider-header .slider-item .tab-slider-text.tab-slider-margin-left {
      margin-left: 15.32847%;
      padding-top: 25% \0  !important; }
    .content--slider-header .slider-item .tab-slider-text.tab-slider-table-left {
      margin-left: 15.32847%;
      padding-top: 20% \0  !important; }
      .content--slider-header .slider-item .tab-slider-text.tab-slider-table-left .table-wrapper table tbody tr td {
        color: black !important; }
    .content--slider-header .slider-item .tab-slider-text .tab-slider-text-label {
      font-family: MobiliarRealist;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      text-align: left;
      line-height: 40px\0; }
    .content--slider-header .slider-item .tab-slider-text .tab-slider-text-title {
      font-family: TisaPro;
      font-size: 32px;
      font-weight: 400;
      line-height: 40px;
      text-align: left; }
    .content--slider-header .slider-item .tab-slider-text .tab-slider-text-h1-title {
      margin-top: 20px;
      margin-bottom: 20px;
      font-family: TisaPro;
      font-size: 4rem;
      line-height: 60px;
      font-weight: 700; }
    .content--slider-header .slider-item .tab-slider-text .tab-slider-text-description {
      font-family: MobiliarRealist-SemiLight;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      text-align: left; }
    .content--slider-header .slider-item .tab-slider-text .tab-slider-text-link {
      font-family: MobiliarRealist-SemiLight;
      font-size: 15px;
      font-weight: 300;
      line-height: 20px;
      text-align: left;
      color: #fff; }
    .content--slider-header .slider-item .tab-slider-text .table-text {
      color: #000;
      font-family: MobiliarRealist-SemiLight;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      text-align: left; }
  .content--slider-header .slider-item .tab-slider-text tfoot tr td {
    color: black; }
  .content--slider-header .slider-item .bg-primary span,
  .content--slider-header .slider-item .bg-primary p,
  .content--slider-header .slider-item .bg-primary h1,
  .content--slider-header .slider-item .bg-primary h2,
  .content--slider-header .slider-item .bg-primary h3,
  .content--slider-header .slider-item .bg-primary h4,
  .content--slider-header .slider-item .bg-primary h5,
  .content--slider-header .slider-item .bg-primary ul,
  .content--slider-header .slider-item .bg-primary li,
  .content--slider-header .slider-item .bg-primary a,
  .content--slider-header .slider-item .bg-primary tr, .content--slider-header .slider-item.bg-primary span,
  .content--slider-header .slider-item.bg-primary p,
  .content--slider-header .slider-item.bg-primary h1,
  .content--slider-header .slider-item.bg-primary h2,
  .content--slider-header .slider-item.bg-primary h3,
  .content--slider-header .slider-item.bg-primary h4,
  .content--slider-header .slider-item.bg-primary h5,
  .content--slider-header .slider-item.bg-primary ul,
  .content--slider-header .slider-item.bg-primary li,
  .content--slider-header .slider-item.bg-primary a,
  .content--slider-header .slider-item.bg-primary tr,
  .content--slider-header .slider-item .bg-blue-light span,
  .content--slider-header .slider-item .bg-blue-light p,
  .content--slider-header .slider-item .bg-blue-light h1,
  .content--slider-header .slider-item .bg-blue-light h2,
  .content--slider-header .slider-item .bg-blue-light h3,
  .content--slider-header .slider-item .bg-blue-light h4,
  .content--slider-header .slider-item .bg-blue-light h5,
  .content--slider-header .slider-item .bg-blue-light ul,
  .content--slider-header .slider-item .bg-blue-light li,
  .content--slider-header .slider-item .bg-blue-light a,
  .content--slider-header .slider-item .bg-blue-light tr, .content--slider-header .slider-item.bg-blue-light span,
  .content--slider-header .slider-item.bg-blue-light p,
  .content--slider-header .slider-item.bg-blue-light h1,
  .content--slider-header .slider-item.bg-blue-light h2,
  .content--slider-header .slider-item.bg-blue-light h3,
  .content--slider-header .slider-item.bg-blue-light h4,
  .content--slider-header .slider-item.bg-blue-light h5,
  .content--slider-header .slider-item.bg-blue-light ul,
  .content--slider-header .slider-item.bg-blue-light li,
  .content--slider-header .slider-item.bg-blue-light a,
  .content--slider-header .slider-item.bg-blue-light tr,
  .content--slider-header .slider-item .bg-blue-dark span,
  .content--slider-header .slider-item .bg-blue-dark p,
  .content--slider-header .slider-item .bg-blue-dark h1,
  .content--slider-header .slider-item .bg-blue-dark h2,
  .content--slider-header .slider-item .bg-blue-dark h3,
  .content--slider-header .slider-item .bg-blue-dark h4,
  .content--slider-header .slider-item .bg-blue-dark h5,
  .content--slider-header .slider-item .bg-blue-dark ul,
  .content--slider-header .slider-item .bg-blue-dark li,
  .content--slider-header .slider-item .bg-blue-dark a,
  .content--slider-header .slider-item .bg-blue-dark tr, .content--slider-header .slider-item.bg-blue-dark span,
  .content--slider-header .slider-item.bg-blue-dark p,
  .content--slider-header .slider-item.bg-blue-dark h1,
  .content--slider-header .slider-item.bg-blue-dark h2,
  .content--slider-header .slider-item.bg-blue-dark h3,
  .content--slider-header .slider-item.bg-blue-dark h4,
  .content--slider-header .slider-item.bg-blue-dark h5,
  .content--slider-header .slider-item.bg-blue-dark ul,
  .content--slider-header .slider-item.bg-blue-dark li,
  .content--slider-header .slider-item.bg-blue-dark a,
  .content--slider-header .slider-item.bg-blue-dark tr,
  .content--slider-header .slider-item .bg-green-light span,
  .content--slider-header .slider-item .bg-green-light p,
  .content--slider-header .slider-item .bg-green-light h1,
  .content--slider-header .slider-item .bg-green-light h2,
  .content--slider-header .slider-item .bg-green-light h3,
  .content--slider-header .slider-item .bg-green-light h4,
  .content--slider-header .slider-item .bg-green-light h5,
  .content--slider-header .slider-item .bg-green-light ul,
  .content--slider-header .slider-item .bg-green-light li,
  .content--slider-header .slider-item .bg-green-light a,
  .content--slider-header .slider-item .bg-green-light tr, .content--slider-header .slider-item.bg-green-light span,
  .content--slider-header .slider-item.bg-green-light p,
  .content--slider-header .slider-item.bg-green-light h1,
  .content--slider-header .slider-item.bg-green-light h2,
  .content--slider-header .slider-item.bg-green-light h3,
  .content--slider-header .slider-item.bg-green-light h4,
  .content--slider-header .slider-item.bg-green-light h5,
  .content--slider-header .slider-item.bg-green-light ul,
  .content--slider-header .slider-item.bg-green-light li,
  .content--slider-header .slider-item.bg-green-light a,
  .content--slider-header .slider-item.bg-green-light tr,
  .content--slider-header .slider-item .bg-green-dark span,
  .content--slider-header .slider-item .bg-green-dark p,
  .content--slider-header .slider-item .bg-green-dark h1,
  .content--slider-header .slider-item .bg-green-dark h2,
  .content--slider-header .slider-item .bg-green-dark h3,
  .content--slider-header .slider-item .bg-green-dark h4,
  .content--slider-header .slider-item .bg-green-dark h5,
  .content--slider-header .slider-item .bg-green-dark ul,
  .content--slider-header .slider-item .bg-green-dark li,
  .content--slider-header .slider-item .bg-green-dark a,
  .content--slider-header .slider-item .bg-green-dark tr, .content--slider-header .slider-item.bg-green-dark span,
  .content--slider-header .slider-item.bg-green-dark p,
  .content--slider-header .slider-item.bg-green-dark h1,
  .content--slider-header .slider-item.bg-green-dark h2,
  .content--slider-header .slider-item.bg-green-dark h3,
  .content--slider-header .slider-item.bg-green-dark h4,
  .content--slider-header .slider-item.bg-green-dark h5,
  .content--slider-header .slider-item.bg-green-dark ul,
  .content--slider-header .slider-item.bg-green-dark li,
  .content--slider-header .slider-item.bg-green-dark a,
  .content--slider-header .slider-item.bg-green-dark tr,
  .content--slider-header .slider-item .bg-pink span,
  .content--slider-header .slider-item .bg-pink p,
  .content--slider-header .slider-item .bg-pink h1,
  .content--slider-header .slider-item .bg-pink h2,
  .content--slider-header .slider-item .bg-pink h3,
  .content--slider-header .slider-item .bg-pink h4,
  .content--slider-header .slider-item .bg-pink h5,
  .content--slider-header .slider-item .bg-pink ul,
  .content--slider-header .slider-item .bg-pink li,
  .content--slider-header .slider-item .bg-pink a,
  .content--slider-header .slider-item .bg-pink tr, .content--slider-header .slider-item.bg-pink span,
  .content--slider-header .slider-item.bg-pink p,
  .content--slider-header .slider-item.bg-pink h1,
  .content--slider-header .slider-item.bg-pink h2,
  .content--slider-header .slider-item.bg-pink h3,
  .content--slider-header .slider-item.bg-pink h4,
  .content--slider-header .slider-item.bg-pink h5,
  .content--slider-header .slider-item.bg-pink ul,
  .content--slider-header .slider-item.bg-pink li,
  .content--slider-header .slider-item.bg-pink a,
  .content--slider-header .slider-item.bg-pink tr,
  .content--slider-header .slider-item .bg-red-dark span,
  .content--slider-header .slider-item .bg-red-dark p,
  .content--slider-header .slider-item .bg-red-dark h1,
  .content--slider-header .slider-item .bg-red-dark h2,
  .content--slider-header .slider-item .bg-red-dark h3,
  .content--slider-header .slider-item .bg-red-dark h4,
  .content--slider-header .slider-item .bg-red-dark h5,
  .content--slider-header .slider-item .bg-red-dark ul,
  .content--slider-header .slider-item .bg-red-dark li,
  .content--slider-header .slider-item .bg-red-dark a,
  .content--slider-header .slider-item .bg-red-dark tr, .content--slider-header .slider-item.bg-red-dark span,
  .content--slider-header .slider-item.bg-red-dark p,
  .content--slider-header .slider-item.bg-red-dark h1,
  .content--slider-header .slider-item.bg-red-dark h2,
  .content--slider-header .slider-item.bg-red-dark h3,
  .content--slider-header .slider-item.bg-red-dark h4,
  .content--slider-header .slider-item.bg-red-dark h5,
  .content--slider-header .slider-item.bg-red-dark ul,
  .content--slider-header .slider-item.bg-red-dark li,
  .content--slider-header .slider-item.bg-red-dark a,
  .content--slider-header .slider-item.bg-red-dark tr,
  .content--slider-header .slider-item .bg-grey-dark span,
  .content--slider-header .slider-item .bg-grey-dark p,
  .content--slider-header .slider-item .bg-grey-dark h1,
  .content--slider-header .slider-item .bg-grey-dark h2,
  .content--slider-header .slider-item .bg-grey-dark h3,
  .content--slider-header .slider-item .bg-grey-dark h4,
  .content--slider-header .slider-item .bg-grey-dark h5,
  .content--slider-header .slider-item .bg-grey-dark ul,
  .content--slider-header .slider-item .bg-grey-dark li,
  .content--slider-header .slider-item .bg-grey-dark a,
  .content--slider-header .slider-item .bg-grey-dark tr, .content--slider-header .slider-item.bg-grey-dark span,
  .content--slider-header .slider-item.bg-grey-dark p,
  .content--slider-header .slider-item.bg-grey-dark h1,
  .content--slider-header .slider-item.bg-grey-dark h2,
  .content--slider-header .slider-item.bg-grey-dark h3,
  .content--slider-header .slider-item.bg-grey-dark h4,
  .content--slider-header .slider-item.bg-grey-dark h5,
  .content--slider-header .slider-item.bg-grey-dark ul,
  .content--slider-header .slider-item.bg-grey-dark li,
  .content--slider-header .slider-item.bg-grey-dark a,
  .content--slider-header .slider-item.bg-grey-dark tr,
  .content--slider-header .slider-item .bg-light-yellow span,
  .content--slider-header .slider-item .bg-light-yellow p,
  .content--slider-header .slider-item .bg-light-yellow h1,
  .content--slider-header .slider-item .bg-light-yellow h2,
  .content--slider-header .slider-item .bg-light-yellow h3,
  .content--slider-header .slider-item .bg-light-yellow h4,
  .content--slider-header .slider-item .bg-light-yellow h5,
  .content--slider-header .slider-item .bg-light-yellow ul,
  .content--slider-header .slider-item .bg-light-yellow li,
  .content--slider-header .slider-item .bg-light-yellow a,
  .content--slider-header .slider-item .bg-light-yellow tr, .content--slider-header .slider-item.bg-light-yellow span,
  .content--slider-header .slider-item.bg-light-yellow p,
  .content--slider-header .slider-item.bg-light-yellow h1,
  .content--slider-header .slider-item.bg-light-yellow h2,
  .content--slider-header .slider-item.bg-light-yellow h3,
  .content--slider-header .slider-item.bg-light-yellow h4,
  .content--slider-header .slider-item.bg-light-yellow h5,
  .content--slider-header .slider-item.bg-light-yellow ul,
  .content--slider-header .slider-item.bg-light-yellow li,
  .content--slider-header .slider-item.bg-light-yellow a,
  .content--slider-header .slider-item.bg-light-yellow tr,
  .content--slider-header .slider-item .bg-dark-yellow span,
  .content--slider-header .slider-item .bg-dark-yellow p,
  .content--slider-header .slider-item .bg-dark-yellow h1,
  .content--slider-header .slider-item .bg-dark-yellow h2,
  .content--slider-header .slider-item .bg-dark-yellow h3,
  .content--slider-header .slider-item .bg-dark-yellow h4,
  .content--slider-header .slider-item .bg-dark-yellow h5,
  .content--slider-header .slider-item .bg-dark-yellow ul,
  .content--slider-header .slider-item .bg-dark-yellow li,
  .content--slider-header .slider-item .bg-dark-yellow a,
  .content--slider-header .slider-item .bg-dark-yellow tr, .content--slider-header .slider-item.bg-dark-yellow span,
  .content--slider-header .slider-item.bg-dark-yellow p,
  .content--slider-header .slider-item.bg-dark-yellow h1,
  .content--slider-header .slider-item.bg-dark-yellow h2,
  .content--slider-header .slider-item.bg-dark-yellow h3,
  .content--slider-header .slider-item.bg-dark-yellow h4,
  .content--slider-header .slider-item.bg-dark-yellow h5,
  .content--slider-header .slider-item.bg-dark-yellow ul,
  .content--slider-header .slider-item.bg-dark-yellow li,
  .content--slider-header .slider-item.bg-dark-yellow a,
  .content--slider-header .slider-item.bg-dark-yellow tr {
    color: white; }
  .content--slider-header .slider-item .bg-primary a, .content--slider-header .slider-item.bg-primary a,
  .content--slider-header .slider-item .bg-blue-light a, .content--slider-header .slider-item.bg-blue-light a,
  .content--slider-header .slider-item .bg-blue-dark a, .content--slider-header .slider-item.bg-blue-dark a,
  .content--slider-header .slider-item .bg-green-light a, .content--slider-header .slider-item.bg-green-light a,
  .content--slider-header .slider-item .bg-green-dark a, .content--slider-header .slider-item.bg-green-dark a,
  .content--slider-header .slider-item .bg-pink a, .content--slider-header .slider-item.bg-pink a,
  .content--slider-header .slider-item .bg-red-dark a, .content--slider-header .slider-item.bg-red-dark a,
  .content--slider-header .slider-item .bg-grey-dark a, .content--slider-header .slider-item.bg-grey-dark a,
  .content--slider-header .slider-item .bg-light-yellow a, .content--slider-header .slider-item.bg-light-yellow a,
  .content--slider-header .slider-item .bg-dark-yellow a, .content--slider-header .slider-item.bg-dark-yellow a {
    text-decoration: underline; }
  .content--slider-header .slider-item .bg-primary th, .content--slider-header .slider-item.bg-primary th,
  .content--slider-header .slider-item .bg-blue-light th, .content--slider-header .slider-item.bg-blue-light th,
  .content--slider-header .slider-item .bg-blue-dark th, .content--slider-header .slider-item.bg-blue-dark th,
  .content--slider-header .slider-item .bg-green-light th, .content--slider-header .slider-item.bg-green-light th,
  .content--slider-header .slider-item .bg-green-dark th, .content--slider-header .slider-item.bg-green-dark th,
  .content--slider-header .slider-item .bg-pink th, .content--slider-header .slider-item.bg-pink th,
  .content--slider-header .slider-item .bg-red-dark th, .content--slider-header .slider-item.bg-red-dark th,
  .content--slider-header .slider-item .bg-grey-dark th, .content--slider-header .slider-item.bg-grey-dark th,
  .content--slider-header .slider-item .bg-light-yellow th, .content--slider-header .slider-item.bg-light-yellow th,
  .content--slider-header .slider-item .bg-dark-yellow th, .content--slider-header .slider-item.bg-dark-yellow th {
    border-bottom: 0.125rem solid white;
    color: white; }
  .content--slider-header .slider-item .bg-primary td, .content--slider-header .slider-item.bg-primary td,
  .content--slider-header .slider-item .bg-blue-light td, .content--slider-header .slider-item.bg-blue-light td,
  .content--slider-header .slider-item .bg-blue-dark td, .content--slider-header .slider-item.bg-blue-dark td,
  .content--slider-header .slider-item .bg-green-light td, .content--slider-header .slider-item.bg-green-light td,
  .content--slider-header .slider-item .bg-green-dark td, .content--slider-header .slider-item.bg-green-dark td,
  .content--slider-header .slider-item .bg-pink td, .content--slider-header .slider-item.bg-pink td,
  .content--slider-header .slider-item .bg-red-dark td, .content--slider-header .slider-item.bg-red-dark td,
  .content--slider-header .slider-item .bg-grey-dark td, .content--slider-header .slider-item.bg-grey-dark td,
  .content--slider-header .slider-item .bg-light-yellow td, .content--slider-header .slider-item.bg-light-yellow td,
  .content--slider-header .slider-item .bg-dark-yellow td, .content--slider-header .slider-item.bg-dark-yellow td {
    border-bottom: 0.0625rem solid white;
    color: white; }
  .content--slider-header .slider-item .bg-primary .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-primary .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-blue-light .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-blue-light .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-blue-dark .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-blue-dark .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-green-light .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-green-light .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-green-dark .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-green-dark .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-pink .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-pink .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-red-dark .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-red-dark .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-grey-dark .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-grey-dark .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-light-yellow .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-light-yellow .tab-slider-text.tab-slider-table-left table tbody tr td,
  .content--slider-header .slider-item .bg-dark-yellow .tab-slider-text.tab-slider-table-left table tbody tr td, .content--slider-header .slider-item.bg-dark-yellow .tab-slider-text.tab-slider-table-left table tbody tr td {
    color: white !important; }
  .content--slider-header .slider-item .bg-primary .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-primary .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-blue-light .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-blue-light .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-blue-dark .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-blue-dark .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-green-light .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-green-light .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-green-dark .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-green-dark .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-pink .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-pink .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-red-dark .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-red-dark .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-grey-dark .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-grey-dark .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-light-yellow .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-light-yellow .tab-slider-text tfoot tr td,
  .content--slider-header .slider-item .bg-dark-yellow .tab-slider-text tfoot tr td, .content--slider-header .slider-item.bg-dark-yellow .tab-slider-text tfoot tr td {
    color: white !important; }
  .content--slider-header .slider-item .slider-item-fullwidth {
    display: -ms-flexbox;
    display: flex; }
    .content--slider-header .slider-item .slider-item-fullwidth .slider-item-50-50 {
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

.page__content-full .content--slider-header {
  margin-bottom: 0px; }

.content-breadcrumb {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 65.68627%;
  margin-left: 17.15686%;
  margin-top: -50px;
  margin-bottom: 30px; }
  .content-breadcrumb:last-child {
    margin-right: 0; }

.content-breadcrumb-full {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 100%;
  margin-top: -50px; }
  .content-breadcrumb-full:last-child {
    margin-right: 0; }

.content-breadcrumb-item {
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px #EAEBEC solid; }

.content-breadcrumb-item a {
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  padding-bottom: 10px; }

.breadcrumb-left-arrow {
  display: inline;
  width: 16px;
  height: 20px;
  padding-bottom: 4px;
  margin-right: 6px;
  vertical-align: middle; }

.breadcrumb-right-icon {
  float: right;
  width: 24px;
  height: 24px; }

.content-breadcrumb-item {
  position: relative; }

.content-breadcrumb-item .bookmarkbtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: none;
  background: none; }

.content-breadcrumb-item .bookmarkbtn .micon_star {
  display: inline; }

.content-breadcrumb-item .bookmarkbtn .micon_star_filled {
  display: none; }

.content-breadcrumb-item .bookmarkbtn:hover .micon_star {
  display: none; }

.content-breadcrumb-item .bookmarkbtn:hover .micon_star_filled {
  display: inline; }

.content-breadcrumb-item .bookmarkbtn.bookmarked .micon_star {
  display: none;
  color: #da2323; }

.content-breadcrumb-item .bookmarkbtn.bookmarked .micon_star_filled {
  display: inline;
  color: #da2323; }

.content-breadcrumb-item .bookmarkbtn.bookmarked:hover .micon_star {
  display: inline; }

.content-breadcrumb-item .bookmarkbtn.bookmarked:hover .micon_star_filled {
  display: none; }

.content--goal, .content--goal-full {
  margin-top: 0;
  margin-bottom: 0; }
  .content--goal.first, .content--goal-full.first {
    margin-top: 30px;
    margin-bottom: 30px; }
  .content--goal .goal-title, .content--goal-full .goal-title {
    color: #DA2323;
    font-family: TisaPro;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    text-align: left; }
  .content--goal .goal-lead, .content--goal-full .goal-lead {
    /*  color: #000000;
    font-size: 20px; */
    font-family: TisaPro;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
    color: #da2323;
    font-size: 24px; }
  .content--goal .heading2, .content--goal-full .heading2 {
    font-family: TisaPro;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left; }
  .content--goal .heading3, .content--goal-full .heading3 {
    font-family: TisaPro;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    font-weight: 400; }
  .content--goal .heading4, .content--goal-full .heading4 {
    font-family: MobiliarRealist;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    color: #DA2323; }
  .content--goal .heading5, .content--goal-full .heading5 {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 20px;
    line-height: 24px;
    text-align: left; }
  .content--goal p, .content--goal-full p {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left; }

.content--goal {
  float: left;
  display: block;
  margin-right: 2.94118%;
  width: 65.68627%;
  margin-left: 17.15686%; }
  .content--goal:last-child {
    margin-right: 0; }

.content--teaser {
  padding-bottom: 75px;
  padding-top: 40px; }
  .content--teaser .content--teaser-title {
    color: #DA2323;
    font-family: TisaPro;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px; }
  .content--teaser .content--teaser-item {
    margin-right: 30px;
    min-height: 320px;
    max-height: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px; }
    .content--teaser .content--teaser-item:nth-child(3n+4) {
      margin-right: 0; }
  .content--teaser .content--teaser-block-title {
    color: #FFFFFF;
    font-family: TisaPro-Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 35px; }
  .content--teaser .content--teaser-description {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left; }

.content--uc-teaser {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 74.45255%;
  margin-left: 12.77372%;
  padding-left: 35px;
  text-align: center; }
  .content--uc-teaser:last-child {
    margin-right: 0; }
  .content--uc-teaser .content--uc-teaser-title {
    color: #DA2323;
    font-family: TisaPro;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 30px; }
  .content--uc-teaser .content--uc-teaser-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%;
    margin-right: 30px;
    min-height: 320px;
    max-height: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px;
    display: inline-table;
    float: none;
    cursor: pointer; }
    .content--uc-teaser .content--uc-teaser-item:last-child {
      margin-right: 0; }
  .content--uc-teaser .content--uc-teaser-block-title {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 35px; }
  .content--uc-teaser .content--uc-teaser-description {
    color: #FFFFFF;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: left; }

.content--slider-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -2%; }
  .content--slider-block .slider-item {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #DCDEE0;
    padding-bottom: 30px;
    cursor: pointer;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 30px;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 300ms ease; }
    .content--slider-block .slider-item:hover {
      box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
    .content--slider-block .slider-item-active .slider-item-actions {
      opacity: 1;
      z-index: 5; }
    .content--slider-block .slider-item-active .slider-item-actions-overlay {
      opacity: 0.5;
      z-index: 5; }
    .content--slider-block .slider-item-actions-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000000;
      opacity: 0;
      z-index: -1;
      transition: all 0.35s ease-in-out; }
    .content--slider-block .slider-item-actions {
      position: absolute;
      top: calc(100% - 65px);
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: -1;
      transition: all 0.35s ease-in-out;
      padding: 10px 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }
      .content--slider-block .slider-item-actions .btn-icon {
        width: 40px;
        height: 40px; }
      .content--slider-block .slider-item-actions .btn-complex-light {
        font-size: 12px;
        height: 40px;
        padding: 0 10px;
        margin-right: 5px;
        line-height: 16px;
        width: 100%; }
      .content--slider-block .slider-item-actions .slider-item-complex-container {
        position: relative;
        -ms-flex: 1;
            flex: 1; }
    .content--slider-block .slider-item img {
      max-width: 100%;
      height: 160px; }
    .content--slider-block .slider-item .slider-item-label {
      color: #000000;
      font-family: MobiliarRealist;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
      text-align: left;
      padding-top: 30px;
      padding-right: 16px;
      padding-left: 16px;
      font-weight: 700; }
    .content--slider-block .slider-item .slider-item-title {
      color: #DA2323;
      font-family: TisaPro;
      font-size: 32px;
      font-weight: 400;
      line-height: 42px;
      text-align: left;
      padding-right: 16px;
      padding-left: 16px;
      padding-bottom: 12px; }
    .content--slider-block .slider-item .slider-item-description {
      color: #000000;
      font-family: MobiliarRealist-SemiLight;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      text-align: left;
      padding-right: 16px;
      padding-left: 16px; }
  .content--slider-block.folders .slider-item {
    padding: 13px; }
    .content--slider-block.folders .slider-item img {
      height: 240px; }
    .content--slider-block.folders .slider-item-label {
      padding: 0;
      margin-top: 10px;
      font-size: 18px;
      font-weight: 500; }
    .content--slider-block.folders .slider-item-description {
      padding: 0;
      margin-bottom: 15px; }
  .content--slider-block .slider-new-item {
    box-shadow: none;
    background-color: #FAFAFA;
    border: 1px solid #DCDEE0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .content--slider-block .slider-new-item:hover {
      box-shadow: none; }
    .content--slider-block .slider-new-item i {
      font-size: 60px; }
    .content--slider-block .slider-new-item p {
      text-align: center;
      margin-top: 25px; }
  .content--slider-block.einzelbilder .slider-item {
    padding: 0; }
    .content--slider-block.einzelbilder .slider-item img {
      height: 240px; }
@media screen and (min-width: 768px) {
  .content--slider-block .slider-item {
    -ms-flex: 0 0 46%;
        flex: 0 0 46%; } }

@media screen and (min-width: 1080px) {
  .content--slider-block {
    margin-left: -1%;
    margin-right: -1%; }
    .content--slider-block .slider-item {
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
      margin-left: 1%;
      margin-right: 1%; } }

@media screen and (min-width: 1080px) and (max-width: 1400px) {
  .content--slider-group1 .content--slider-block .slider__video iframe {
    -ms-transform: scale(1.3);
        transform: scale(1.3); } }

.content .link-item h4 {
  color: #000000;
  font-family: TisaPro;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left; }

.content .link-item ul {
  list-style: none;
  padding: 0px; }
  .content .link-item ul li::before {
    content: '';
    display: inline;
    font-size: 1.25rem;
    line-height: 50%; }
  .content .link-item ul li {
    min-height: 90px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 18px 0px 0px 20px;
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: url("../images/svg/link-right-arrow-grey.svg") no-repeat right #ffffff;
    background-position: calc(100% - 19px);
    background-size: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 300ms ease; }
    .content .link-item ul li:hover {
      box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
  .content .link-item ul .link-title {
    color: #000000;
    font-family: TisaPro;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .content .link-item ul .link-description {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.content .icon-timer {
  width: 16px;
  height: 16px;
  vertical-align: middle; }

.content .link-button {
  background-color: #FFFFFF;
  border: 1px solid #EAEBEC;
  border-radius: 30px;
  min-height: 60px;
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }
  .content .link-button:hover {
    border: 1px solid #d5d7d9; }
  .content .link-button:focus {
    outline: 0; }

.content ul:not([class]) {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0.9375rem;
  text-indent: -1rem; }
  .content ul:not([class]) li::before {
    content: '\2219';
    display: inline;
    font-size: 1.25rem;
    line-height: 50%;
    margin-right: 0.625rem; }

.content__primary::after {
  clear: both;
  content: "";
  display: table; }

.content__col {
  float: left;
  width: calc(50% - 10px);
  margin-right: 1.25rem; }
  .content__col:nth-child(2n) {
    margin-right: 0; }
  .content__col:nth-child(2n+1) {
    clear: left; }

.content__info {
  color: #da2323; }

.content__info--text p,
.content__info--text ul,
.content__info--text ol {
  font-size: 0.9375rem;
  line-height: 1.33;
  letter-spacing: 0.05rem; }

.content--lead p {
  font-size: 1.375rem;
  line-height: 1.36; }

.best-practices-tab .best-practices-tab-nav {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 100%;
  text-align: center;
  float: none;
  margin-top: -70px !important; }
  .best-practices-tab .best-practices-tab-nav:last-child {
    margin-right: 0; }
  .best-practices-tab .best-practices-tab-nav .ui-tabs-tab a {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    min-height: 70px;
    vertical-align: middle; }
  .best-practices-tab .best-practices-tab-nav .ui-tabs-active {
    background-color: #FFFFFF;
    border-top: 1px solid #CBC8BB;
    border-left: 1px solid #CBC8BB;
    border-right: 1px solid #CBC8BB; }
  .best-practices-tab .best-practices-tab-nav .ui-tabs-active a {
    color: #000000;
    font-family: MobiliarRealist-Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    min-height: 70px;
    vertical-align: middle; }
  .best-practices-tab .best-practices-tab-nav li {
    float: none;
    display: inline-block;
    background-color: #FAFAFA;
    margin: 0px !important;
    border-radius: 0px;
    min-height: 70px;
    vertical-align: middle; }

.ui-tabs, .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0 0 0; }

.best-practices-tab-nav::after {
  content: "\a0";
  display: block;
  border-top: 1px solid #CBC8BB;
  line-height: 24px;
  margin-top: -1px;
  padding: 0px; }

.bg-white-gray {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #EAEBEC 50%, #EAEBEC 100%) !important;
  color: black !important; }

.bg-gray-green {
  background: linear-gradient(to right, #EAEBEC 0%, #EAEBEC 50%, #AFCD5F 50%, #AFCD5F 100%) !important;
  color: black !important; }

/*
.best-practices-tab {


  .ui-tabs-panel {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    .big-play-button {
      left: 75%;
      top:calc(50% + 45px);
    }
  }
  .tab-slider-text {
    @include span-columns(2.1 of 6);
    min-height: 600px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    //float: none;
    //margin-right: auto;
    //width: 25%;
    //margin-right: calc(12.5% + 30px);
  }
  .tab-slider-table{
    @include span-columns(3);
    @include shift(2);
    min-height: 600px;
    flex-direction: column;
    display: flex;
    justify-content: center;

  }

  .tab-slider-block-100{
    //float: left;
    width: 100%;
  }

  .tab-slider-text-label{
    font-family: MobiliarRealist-Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
  .tab-slider-text-title {
    font-family: TisaPro;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
  }
  .tab-slider-text-description {
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
  }


}

*/
.form-register fieldset {
  margin-bottom: 60px;
  font-family: MobiliarRealist; }
  .form-register fieldset legend {
    font-weight: bold; }
  .form-register fieldset .form_wrapper .form_field_container .label.form_field {
    width: 30%;
    -ms-flex: 0 auto;
        flex: 0 auto; }
  .form-register fieldset .form_wrapper .form_field_container .dropdown_container {
    width: 66%; }
  .form-register fieldset .form_wrapper .form_field_container .label {
    font-size: .9375rem; }

.form-register .form_field_container .radiobutton_checkbox_group {
  margin-left: -10px; }
  .form-register .form_field_container .radiobutton_checkbox_group .radio_checkbox_container {
    border: 0; }

.box-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0px; }
  .box-container .image-box {
    width: 100%;
    color: #da2323;
    background-color: #FFFFFF;
    margin: 0px 5px 0px 5px;
    position: relative; }
    .box-container .image-box picture {
      display: block; }
      .box-container .image-box picture img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 0px;
        object-position: 0 0px;
        height: 100%;
        min-height: 200px;
        position: relative;
        margin: auto; }
    .box-container .image-box .image__caption, .box-container .image-box .video__caption {
      color: #009ee0;
      padding: 1rem 0 0;
      font-size: .9375rem;
      line-height: 1.33;
      letter-spacing: 0.05rem;
      text-align: left;
      font-family: MobiliarRealist; }
      .box-container .image-box .image__caption .image__ratio, .box-container .image-box .video__caption .image__ratio {
        display: none; }
      .box-container .image-box .image__caption p,
      .box-container .image-box .image__caption ul,
      .box-container .image-box .image__caption ol, .box-container .image-box .video__caption p,
      .box-container .image-box .video__caption ul,
      .box-container .image-box .video__caption ol {
        color: #009ee0;
        font-size: inherit;
        line-height: inherit;
        margin: 1.5625rem 0 0; }
        .box-container .image-box .image__caption p:first-child,
        .box-container .image-box .image__caption ul:first-child,
        .box-container .image-box .image__caption ol:first-child, .box-container .image-box .video__caption p:first-child,
        .box-container .image-box .video__caption ul:first-child,
        .box-container .image-box .video__caption ol:first-child {
          margin-top: 0; }
        .box-container .image-box .image__caption p:last-child,
        .box-container .image-box .image__caption ul:last-child,
        .box-container .image-box .image__caption ol:last-child, .box-container .image-box .video__caption p:last-child,
        .box-container .image-box .video__caption ul:last-child,
        .box-container .image-box .video__caption ol:last-child {
          margin-bottom: 1.5625rem; }
      .box-container .image-box .image__caption p ~ ol,
      .box-container .image-box .image__caption ul, .box-container .image-box .video__caption p ~ ol,
      .box-container .image-box .video__caption ul {
        margin-top: 0; }
  .box-container .video-box {
    width: 100%;
    color: #da2323;
    min-height: 100px;
    background-color: #FFFFFF;
    margin: 5px;
    position: relative; }
  .box-container .image__caption, .box-container .video__caption {
    color: #009ee0;
    padding: 1rem 0 0;
    font-size: .9375rem;
    line-height: 1.33;
    letter-spacing: 0.05rem;
    text-align: left;
    font-family: MobiliarRealist; }
    .box-container .image__caption .image__ratio, .box-container .video__caption .image__ratio {
      display: none; }
    .box-container .image__caption p,
    .box-container .image__caption ul,
    .box-container .image__caption ol, .box-container .video__caption p,
    .box-container .video__caption ul,
    .box-container .video__caption ol {
      color: #009ee0;
      font-size: inherit;
      line-height: inherit;
      margin: 1.5625rem 0 0; }
      .box-container .image__caption p:first-child,
      .box-container .image__caption ul:first-child,
      .box-container .image__caption ol:first-child, .box-container .video__caption p:first-child,
      .box-container .video__caption ul:first-child,
      .box-container .video__caption ol:first-child {
        margin-top: 0; }
      .box-container .image__caption p:last-child,
      .box-container .image__caption ul:last-child,
      .box-container .image__caption ol:last-child, .box-container .video__caption p:last-child,
      .box-container .video__caption ul:last-child,
      .box-container .video__caption ol:last-child {
        margin-bottom: 1.5625rem; }
    .box-container .image__caption p ~ ol,
    .box-container .image__caption ul, .box-container .video__caption p ~ ol,
    .box-container .video__caption ul {
      margin-top: 0; }

.mobiliar-tabs .toggle_button_bar {
  display: block;
  width: 100%;
  text-align: center;
  float: none;
  margin: 0;
  padding: 0 0 0;
  border-bottom: 1px solid #CBC8BB; }
  .mobiliar-tabs .toggle_button_bar .toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    background-color: #FAFAFA;
    border-radius: 0px;
    vertical-align: bottom;
    position: relative;
    white-space: nowrap;
    border-bottom-width: 0;
    min-height: 60px;
    color: #000;
    min-width: 150px; }
    .mobiliar-tabs .toggle_button_bar .toggle.w--current {
      background-color: #FFFFFF;
      border-top: 1px solid #CBC8BB;
      border-left: 1px solid #CBC8BB;
      border-right: 1px solid #CBC8BB;
      margin-bottom: -2px;
      box-shadow: 0 4px 20px 0 #FAFAFA;
      min-height: 70px; }
      .mobiliar-tabs .toggle_button_bar .toggle.w--current .text {
        padding: 0.3em 1em 0em 1em;
        font-family: MobiliarRealist;
        font-size: 20px;
        line-height: 24px;
        margin-top: .5em;
        font-weight: 700; }
    .mobiliar-tabs .toggle_button_bar .toggle .text {
      padding: 1em 1em .5em 1em;
      font-family: MobiliarRealist;
      font-size: 18px;
      line-height: 20px;
      font-weight: normal; }
  .mobiliar-tabs .toggle_button_bar.mobiliar-tabs-dots {
    border-bottom: 0; }
    .mobiliar-tabs .toggle_button_bar.mobiliar-tabs-dots .mobiliar-tabs-dot {
      border: 0;
      height: 15px;
      width: 15px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      padding: 0;
      min-height: auto; }
      .mobiliar-tabs .toggle_button_bar.mobiliar-tabs-dots .mobiliar-tabs-dot.w--current {
        background-color: #da2323; }
      .mobiliar-tabs .toggle_button_bar.mobiliar-tabs-dots .mobiliar-tabs-dot .text {
        font-size: 15px; }

.mobiliar-tabs-text {
  margin: 25px 0px 0px 0px; }
  .mobiliar-tabs-text .big-play-button {
    left: 75%;
    top: 50%; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 33.08824%;
    min-height: 600px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .mobiliar-tabs-text .page__inner .page__content .tab-slider-text:last-child {
      margin-right: 0; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-table {
    position: absolute;
    left: 52%;
    vertical-align: middle;
    margin-top: 5%;
    min-height: 600px;
    overflow-y: auto; }
    .mobiliar-tabs-text .page__inner .page__content .tab-slider-table .table-wrapper {
      height: 500px; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-block-100 {
    width: 100%; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text-label {
    font-family: MobiliarRealist-Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text-title {
    font-family: TisaPro;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text-description {
    font-family: MobiliarRealist-SemiLight;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text-link {
    font-family: MobiliarRealist-SemiLight;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    color: #fff; }

.media-100 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden; }
  .media-100 img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
    min-height: 100%; }

@media screen and (min-width: 300px) {
  .content--teaser {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .content--teaser:last-child {
      margin-right: 0; }
  .content--teaser-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%;
    margin-bottom: 30px; }
    .content--teaser-item:last-child {
      margin-right: 0; }
  .content--link-group3 {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .content--link-group3:last-child {
      margin-right: 0; }
    .content--link-group3:last-child {
      margin-right: 0; }
  .content--link-group1-block, .content--link-group2-block, .content--link-group3-block, .content--contact-block {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .content--link-group1-block:last-child, .content--link-group2-block:last-child, .content--link-group3-block:last-child, .content--contact-block:last-child {
      margin-right: 0; }
  .content--goal-full {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .content--goal-full:last-child {
      margin-right: 0; }
  .content--side-bar {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .content--side-bar:last-child {
      margin-right: 0; } }

.shadow-box {
  transition: all 300ms ease;
  box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .shadow-box:hover {
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

.shadow-box-red {
  transition: all 300ms ease;
  box-shadow: inset 0 -2px 0 0 #DA2323, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .shadow-box-red:hover {
    box-shadow: inset 0 -2px 0 0 #DA2323, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 710px) {
  .content--teaser {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .content--teaser:last-child {
      margin-right: 0; }
  .content--teaser-item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 47.62774%;
    margin-bottom: 30px; }
    .content--teaser-item:last-child {
      margin-right: 0; }
  .content--link-group3 {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .content--link-group3:last-child {
      margin-right: 0; }
  .content--link-group1-block, .content--link-group2-block, .content--link-group3-block, .content--contact-block {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 45.09804%; }
    .content--link-group1-block:last-child, .content--link-group2-block:last-child, .content--link-group3-block:last-child, .content--contact-block:last-child {
      margin-right: 0; }
  .content--goal-full {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .content--goal-full:last-child {
      margin-right: 0; }
  .content--side-bar {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100%; }
    .content--side-bar:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1080px) {
  .content__primary {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%; }
    .content__primary:last-child {
      margin-right: 0; }
  .content__col {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 48.52941%; }
    .content__col:last-child {
      margin-right: 0; }
  .content__info {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .content__info:last-child {
      margin-right: 0; }
  .link-item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 31.73723%;
    margin-left: 0px;
    margin-right: 32px; }
    .link-item:last-child {
      margin-right: 0; }
  .content--teaser {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .content--teaser:last-child {
      margin-right: 0; }
  .content--link-group3 {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .content--link-group3:last-child {
      margin-right: 0; }
  .content--teaser-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .content--teaser-item:last-child {
      margin-right: 0; }
  .content--link-group1-block, .content--link-group2-block, .content--link-group3-block, .content--contact-block {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .content--link-group1-block:last-child, .content--link-group2-block:last-child, .content--link-group3-block:last-child, .content--contact-block:last-child {
      margin-right: 0; }
  .content--goal-full {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 65.68627%; }
    .content--goal-full:last-child {
      margin-right: 0; }
  .content--side-bar {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .content--side-bar:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1650px) {
  .link-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%;
    margin-left: 0px;
    margin-right: 30px; }
    .link-item:last-child {
      margin-right: 0; }
  .content--teaser {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 12.77372%; }
    .content--teaser:last-child {
      margin-right: 0; }
  .content--teaser-item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .content--teaser-item:last-child {
      margin-right: 0; }
  .content--link-group3 {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .content--link-group3:last-child {
      margin-right: 0; }
  .content--link-group1-block, .content--link-group2-block, .content--link-group3-block, .content--contact-block {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .content--link-group1-block:last-child, .content--link-group2-block:last-child, .content--link-group3-block:last-child, .content--contact-block:last-child {
      margin-right: 0; }
  .content--goal-full {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 65.68627%; }
    .content--goal-full:last-child {
      margin-right: 0; }
  .content--side-bar {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .content--side-bar:last-child {
      margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  .content--slider-header .slider-item .tab-slider-media, .content--slider-header .slider-item .tab-slider-text, .media-100 img {
    min-height: 640px;
    max-height: 640px; }
  .content--slider-header .slider-item .tab-slider-media img, .media-100 img {
    min-height: 640px; } }

@media only screen and (max-width: 1200px) {
  .content--slider-header .slider-item .tab-slider-media, .content--slider-header .slider-item .tab-slider-text, .media-100 img {
    min-height: 400px;
    max-height: 400px; }
  .content--slider-header .slider-item .tab-slider-media img, .media-100 img {
    min-height: 400px; }
  .content--link-group3-block:nth-child(2n+2) {
    margin-right: 25px !important; }
  .content--link-group2-block:nth-child(2n+2) {
    margin-right: 30px !important; }
  .content--link-group1-block:nth-child(2n+2) {
    margin-right: 30px !important; } }

@media only screen and (max-width: 1080px) {
  .content--link-group3-block.content--ml {
    margin-left: 27px !important; }
  .content--teaser-item:nth-child(1n+2) {
    margin-right: 20px !important; }
  .content--link-group3-block:nth-child(1n+2) {
    margin-right: 30px !important; }
  .content--link-group2-block:nth-child(1n+2) {
    margin-right: 30px !important; }
  .content--link-group1-block:nth-child(1n+2) {
    margin-right: 30px !important; }
  .content--contact-block:nth-child(1n+2) {
    margin-right: 30px !important; } }

@media only screen and (max-width: 980px) {
  .content--link-group3-block.content--ml {
    margin-left: 20px !important; } }

@media only screen and (max-width: 768px) {
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 33.08824%;
    min-height: 600px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .mobiliar-tabs-text .page__inner .page__content .tab-slider-text:last-child {
      margin-right: 0; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-table {
    width: 50%;
    left: 52%; }
    .mobiliar-tabs-text .page__inner .page__content .tab-slider-table .table-wrapper {
      width: 100%;
      position: absolute; }
  .mobiliar-tabs .toggle_button_bar .toggle {
    padding: 5px 10px 0px; }
  .content--slider-header .slider-item .tab-slider-media, .content--slider-header .slider-item .tab-slider-text {
    min-height: 400px;
    max-height: 400px;
    margin-left: 3.43137%;
    margin-right: 30px; }
    .content--slider-header .slider-item .tab-slider-media.tab-slider-margin-left, .content--slider-header .slider-item .tab-slider-text.tab-slider-margin-left {
      margin-left: 3.83212%; }
    .content--slider-header .slider-item .tab-slider-media.tab-slider-table-left, .content--slider-header .slider-item .tab-slider-text.tab-slider-table-left {
      padding-right: 30px !important;
      padding-left: 30px !important;
      margin-left: 0%; } }

@media only screen and (max-width: 500px) {
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text {
    word-break: break-all; }
  .mobiliar-tabs .toggle_button_bar .toggle {
    padding: 0;
    width: 65px;
    min-height: 40px; }
    .mobiliar-tabs .toggle_button_bar .toggle .text {
      font-size: 15px;
      line-height: 18px;
      white-space: initial; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-text {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 33.08824%;
    min-height: 600px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .mobiliar-tabs-text .page__inner .page__content .tab-slider-text:last-child {
      margin-right: 0; }
  .mobiliar-tabs-text .page__inner .page__content .tab-slider-table {
    margin-top: 0; }
  .content--link-group3-block.content--ml {
    margin-left: 0px !important; } }

.internal, .external, .download, .mailto {
  color: #DA2323;
  text-decoration: none;
  background-color: transparent; }

.slider__video {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 43%;
  height: 0px;
  position: relative;
  overflow: hidden;
  height: 160px; }

.slider__video.yt-slider-video iframe {
  width: 165%;
  left: 50%;
  transform: translate(-50%, 0%) !important;
}

.yt-slider-video-overlay-tile {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  margin-top: -160px;
}

.slider__video iframe, .slider__video object, .slider__video embed {
  position: absolute;
  /* expand to fill */
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-ratio-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  height: 0;
  overflow: hidden;
  clear: left; }

.video-ratio-4-3 {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  height: 0;
  overflow: hidden;
  clear: left; }

.video-ratio-1-1 {
  position: relative;
  padding-bottom: 100%;
  /* 1:1 Aspect Ratio */
  height: 0;
  overflow: hidden;
  clear: left; }

.video-ratio-3-2 {
  position: relative;
  padding-bottom: 66.66%;
  /* 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)  */
  height: 0;
  overflow: hidden;
  clear: left; }

.video-ratio-8-5 {
  position: relative;
  padding-bottom: 62.5%;
  /* 8:5 Aspect Ratio (divide 5 by 8 = 0.625) */
  height: 0;
  overflow: hidden;
  clear: left; }

.video-ratio-35-25 {
  position: relative;
  padding-bottom: 35.25% !important;
  height: 0;
  overflow: hidden;
  clear: left; }

.video-ratio-19-16 {
  position: relative;
  padding-bottom: 84.21053%;
  height: 0;
  overflow: hidden;
  clear: left; }

.input-Passwort {
  outline: 0;
  transition: all 0.25s ease 0s;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABKRJREFUWAnNl0tsVGUUxzvTTlslZUaCloZHY6BRFkp9sDBuqgINpaBp02dIDImwKDG6ICQ8jBYlhg0rxUBYEALTpulMgBlqOqHRDSikJkZdGG0CRqAGUuwDovQ1/s7NPTffnTu3zMxGvuT2vP7n8Z3vu+dOi4r+5xUoJH8sFquamZmpTqfTVeIfCARGQ6HQH83NzaP5xsu5gL6+vuVzc3NdJN1Kkhd8Ev1MMYni4uJjra2tt3wwLvUjCxgYGFg8Pj7+MV5dPOUub3/hX0zHIpFId0NDw6Q/jO4tZOzv76+Znp6+AOb5TBw7/YduWC2Hr4J/IhOD/GswGHy7vb39tyw2S+VbAC1/ZXZ29hKoiOE8RrIvaPE5WvyjoS8CX8sRvYPufYpZYtjGS0pKNoD/wdA5bNYCCLaMYMMEWq5IEn8ZDof3P6ql9pF9jp8cma6bFLGeIv5ShdISZUzKzqPIVnISp3l20caTJsaPtwvc3dPTIx06ziZkkyvY0FnoW5l+ng7guAWnpAI5w4MkP6yy0GQy+dTU1JToGm19sqKi4kBjY+PftmwRYn1ErEOq4+i2tLW1DagsNGgKNv+p6tj595nJxUbyOIF38AwipoSfnJyMqZ9SfD8jxlWV5+fnu5VX6iqgt7d3NcFeUiN0n8FbLEOoGkwdgY90dnbu7OjoeE94jG9wd1aZePRp5AOqw+9VMM+qLNRVABXKkLEWzn8S/FtbdAhnuVQE7LdVafBPq04pMYawO0OJ+6XHZkFcBQA0J1xKgyhlB0EChEWGX8RulsgjvOjEBu+5V+icWOSoFawuVwEordluG28oSCmXSs55SGSCHiXhmDzC25ghMHGbdwhJr6sAdpnyQl0FYIyoEX5CeYOuNHg/NhvGiUUxVgfV2VUAxjtqgPecp9oKoE4sNnbX9HcVgMH8nD5nAoWnKM/5ZmKyySRdq3pCmDncR4DxOwVC64eHh0OGLOcur1Vey46xUZ3IcVl5oa4OlJaWXgQwJwZyhUdGRjqE14VtSnk/mokhxnawiwUvsZmsX5u+rgKamprGMDoA5sKhRCLxpDowSpsJ8vpCj2AUPzg4uIiNfKIyNMkH6Z4hF3k+RgTYz6vVAEiKq2bsniZIC0nTtvMVMwBzoBT9tKkTHp8Ak1V8dTrOE+NgJs7VATESTH5WnVAgfHUqlXK6oHpJEI1G9zEZH/Du16leqHyS0UXBNKmeOMf5NvyislJPB8RAFz4g8IuwofLy8k319fUP1EEouw7L7mC3kUTO1nn3sb02MTFxFpsz87FfJuaH4pu5fF+reDz+DEfxkI44Q0ScSbyOpDGe1RqMBN08o+ha0L0JdeKi/6msrGwj98uZMeon1AGaSj+elr9LwK9IkO33n8cN7Hl2vp1N3PcYbUXOBbDz9bwV1/wCmXoS3+B128OPD/l2LLg8l9APXVlZKZfzfDY7ehlQv0PPQDez6zW5JJdYOXdAwHK2dGIv7GH4YtHJIvEOvvunLCHPPzl3QOLKTkl0hPbKaDUvlTU988xtwfMqQBPQ3m/4mf0yBVlDCSr/CRW0CipAMnGzb9XU1NSRvIX7kSgo++Pg9B8wltxxbHKPZgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 16px 18px;
  background-position: 98% 50%;
  cursor: pointer; }

.input-transition {
  transition: all 0.25s ease 0s !important; }

.audioSound {
  list-style-type: none;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 6px; }

div[data-url] {
  cursor: pointer; }

.disabled {
  pointer-events: none;
  opacity: 0.65; }

/* MISC from custom */
th div.image {
  margin-bottom: 0px; }

th .image__caption {
  padding: 0px; }

.sidebar-box .sidebar-link-title {
  vertical-align: middle; }

/* Mobile from custom */
@media only screen and (max-width: 420px) {
  .content--goal {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 100% !important;
    margin-left: 0px; }
  .content-breadcrumb {
    margin-left: 0px;
    margin-top: 0px;
    width: 95%; }
  .page__content-full .slider-item {
    width: 100% !important; }
  .content--slider-header .slider-item .tab-slider-text {
    margin-left: 30px;
    width: 85%; }
  .content--slider-header .slider-item .tab-slider-media {
    margin-left: -50px;
    min-width: 450px; }
  .nav-accordion.active {
    margin-left: 0; }
  .content--block .panel-text p, .content--block .panel-text ol, .content--block .panel-text ul, .content--block .panel-text h1, .content--block .panel-text h2, .content--block .panel-text h3, .content--block .panel-text h4, .content--block .panel-text h5, .content--block .panel-text h6, .content--block .panel-text hr, .content--block .panel-text .goal-lead, .content--block .panel-text .goal-title, .content--block .panel-text .heading {
    width: 90%;
    margin-left: 5%; }
  .hero {
    top: -60px !important; }
  .pt80 {
    padding-top: 15px !important; }
  .form-register fieldset .form_wrapper .form_field_container .label.form_field {
    width: 80%;
    margin-left: 0px; }
  .input_field_container {
    margin-left: 0px; } }

.dropdown_container.dropdown_container_custom {
  margin-right: 0; }
  @media all and (max-width: 480px) {
    .dropdown_container.dropdown_container_custom {
      margin-top: 10px;
      margin-left: 0; } }

@media screen and (min-width: 1080px) {
  .page__search-results-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; } }

@media screen and (min-width: 1080px) {
  .page__search-results-header .page__search-result {
    float: none;
    padding-right: 65px; } }

.page__search-results-header .form_field_container {
  position: relative;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  width: auto; }
  @media screen and (min-width: 1080px) {
    .page__search-results-header .form_field_container {
      width: 29.7%; } }
  @media screen and (min-width: 1650px) {
    .page__search-results-header .form_field_container {
      width: 23%; } }
  @media screen and (max-width: 1079px) {
    .page__search-results-header .form_field_container {
      display: block;
      text-align: left; } }
  @media screen and (min-width: 1080px) {
    .page__search-results-header .form_field_container .label.form_field {
      position: absolute;
      right: 107.5%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 1079px) {
    .page__search-results-header .form_field_container .label.form_field {
      margin: 0 0 10px 0; } }
  .page__search-results-header .form_field_container .dropdown_container {
    display: block;
    width: 100%;
    margin: 0; }
    .page__search-results-header .form_field_container .dropdown_container .dropdown {
      margin: 0 0 50px 0; }

.flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center; }

.btn-secondary {
  background-color: #F5F5F6;
  border-radius: 20px;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  width: 200px;
  text-align: center; }
  .btn-secondary:hover {
    background-color: #f7f7f7;
    color: #000000; }
  .btn-secondary:focus {
    outline: 0; }
  .btn-secondary:last-child {
    margin-right: 0 !important; }

.btn-complex,
.btn-complex-light {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 4px solid transparent;
  border-radius: 25px;
  height: 50px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: none;
  font-family: MobiliarRealist;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0;
  max-width: 350px; }
  .btn-complex span,
  .btn-complex-light span {
    -ms-flex: 1;
        flex: 1;
    padding: 8px 0;
    margin-right: 12px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .btn-complex i:first-child,
  .btn-complex-light i:first-child {
    padding-right: 10px;
    font-size: 25px; }
  .btn-complex i:last-child,
  .btn-complex-light i:last-child {
    padding-left: 10px;
    font-size: 25px; }

.btn-complex {
  background-color: #DA2323;
  color: #FFFFFF; }
  .btn-complex i:last-child {
    height: 35px;
    line-height: 35px;
    padding-top: 2px;
    border-left: 1px solid #ffffff; }

.btn-complex-light {
  background-color: #F5F5F6;
  color: #000000;
  font-weight: 300; }
  .btn-complex-light i:last-child {
    height: 30px;
    line-height: 30px;
    padding-top: 2px;
    border-left: 1px solid #D5D7D9; }
  .btn-complex-light:hover {
    background-color: #e7e7e9;
    color: #000000; }

.btn-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  color: #000000;
  min-width: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
  font-size: 20px; }
  .btn-icon:hover {
    background-color: #eff0f1;
    color: #000000; }
  .btn-icon:first-child {
    margin-left: 0; }
  .btn-icon:last-child {
    margin-right: 0; }

.colors__list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .colors__list::after {
    clear: both;
    content: "";
    display: table; }

ul.colors__list {
  padding-left: 0;
  text-indent: 0; }
  ul.colors__list li::before {
    content: none; }

.colors__item {
  display: block;
  margin-bottom: 2.5rem;
  /**
   * The following two rules are used for special image treatment.
   * Images always will be rendered in figures with class `.image`.
   * Currently there's no possibility to only render images within `.colors__item`
   */ }
  .colors__item::after {
    clear: both;
    content: "";
    display: table; }
  .colors__item .image {
    margin: 0; }
  .colors__item img {
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem; }

.colors__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem; }

.colors__title {
  margin-top: 0; }

.colors__definition {
  margin-top: 0; }
  .colors__definition td {
    border-bottom: 1px solid #000;
    padding: 0.25rem 0; }
  .colors__definition td:first-child {
    width: 6.25rem; }
  .colors__definition td:last-child {
    text-align: right; }

@media screen and (min-width: 1080px) {
  .colors__item {
    float: left;
    width: calc(50% - 10px);
    margin-right: 1.25rem; }
    .colors__item:nth-child(2n) {
      margin-right: 0; }
    .colors__item:nth-child(2n+1) {
      clear: left; } }

.dropdown {
  position: relative;
  margin: 0 0 2.5rem; }

.dropdown__btn {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  background-color: #f0f0eb;
  border: 0;
  text-align: left;
  font-size: 0.9375rem;
  outline: 0; }
  .dropdown__btn::after {
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    top: 0.9375rem;
    right: 0.625rem;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.8%206.8l-4.8%2010.4-4.8-10.4h9.6z%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    transition: transform 0.3s ease; }

.dropdown__menu {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: -0.0625rem 0 0;
  list-style: none;
  background-color: #f0f0eb; }
  .dropdown__menu .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem; }

.dropdown__link {
  display: block;
  padding: 0.625rem;
  white-space: nowrap;
  color: #000;
  font-size: 0.9375rem; }
  .dropdown__link:hover,
  .dropdown__link:hover .icon, .dropdown__link:active {
    color: #da2323; }
  .dropdown__link.btn {
    background-color: transparent;
    text-transform: none;
    font-weight: 300;
    transition: none;
    margin: 0;
    letter-spacing: 0;
    display: block;
    width: 100%;
    text-align: left; }

.dropdown--open .dropdown__btn::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.dropdown--open .dropdown__menu {
  display: block; }

@media screen and (min-width: 710px) {
  .dropdown {
    margin-top: 0rem; } }

.dropdown.dropdown_select .dropdown__btn {
  background-color: #fff;
  border: 1px solid #f0f0eb;
  border-radius: 10px; }
  .dropdown.dropdown_select .dropdown__btn:after {
    content: "\e913";
    background-image: none;
    font-family: 'Mobiliar-Iconfont-II', sans-serif;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: block;
    width: auto;
    height: auto;
    font-size: 24px;
    color: #969ba0; }

.dropdown.dropdown_select .dropdown__menu {
  margin-top: 1rem;
  background-color: #fff;
  border: 1px solid #f0f0eb;
  padding: 0.5rem 0;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2); }
  .dropdown.dropdown_select .dropdown__menu:before, .dropdown.dropdown_select .dropdown__menu:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .dropdown.dropdown_select .dropdown__menu:before {
    z-index: 9;
    border-bottom: 10px solid #fff; }
  .dropdown.dropdown_select .dropdown__menu:after {
    border-left-width: 11px;
    border-right-width: 11px;
    border-bottom: 11px solid #f0f0eb;
    right: 29px;
    top: -12px; }
  .dropdown.dropdown_select .dropdown__menu li .dropdown__link {
    cursor: pointer;
    color: #000;
    padding: 0.625rem 1rem; }
    .dropdown.dropdown_select .dropdown__menu li .dropdown__link:hover, .dropdown.dropdown_select .dropdown__menu li .dropdown__link:active, .dropdown.dropdown_select .dropdown__menu li .dropdown__link.active {
      font-weight: 700; }

.dropdown.dropdown_select.dropdown--open .dropdown__btn {
  border-color: rgba(0, 0, 0, 0.6); }

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; }
  .breadcrumb::after {
    clear: both;
    content: "";
    display: table; }

.breadcrumb__item {
  display: inline-block;
  padding: 0rem 0 0;
  font-size: 0.9375rem;
  color: #969ba0; }
  .breadcrumb__item::after {
    content: '\25B6';
    margin: 0 0rem 0 0rem; }
  .breadcrumb__item:last-child::after {
    content: '';
    display: none; }
  .breadcrumb__item:last-child a {
    color: #da2323; }
  .breadcrumb__item a {
    display: inline-block;
    color: #969ba0; }
    .breadcrumb__item a:hover {
      color: #000; }

.breadcrumb__item--active {
  color: #da2323; }

@media screen and (min-width: 710px) {
  .breadcrumb {
    display: block; } }

.embeds {
  position: relative;
  padding-bottom: 56.34%;
  padding-top: 0;
  height: 0; }
  .embeds video {
    width: 100%;
    height: auto;
    border: 0; }
  .embeds iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.teaser {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
  margin-bottom: 80px; }
  .teaser::after {
    clear: both;
    content: "";
    display: table; }
  .teaser.masonrized {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s; }

.teaser__item {
  width: 100%;
  min-height: 320px;
  max-height: 320px; }
  .teaser__item .teaser__video_full iframe, .teaser__item .teaser__video_full object, .teaser__item .teaser__video_full embed {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: -1; }
  .teaser__item.teaser__item--large .teaser__img img {
    height: auto; }

.home-grid__item .home-grid__image img, .home-grid__item .home-grid__image::after, .home-grid__item .home-grid__masking {
  top: -10px;
  left: -10px;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px); }

.home-grid__item a {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  overflow: visible; }

.home-grid__item .home-grid__inner {
  width: 100%;
  height: 100%;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 600ms ease-in-out; }

.home-grid__item .home-grid__image img {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%; }

.home-grid__item .home-grid__image .flowplayer {
  position: absolute;
  width: 90%;
  height: 100%;
  margin: auto 5%; }

.home-grid__item .home-grid__image .teaser__video_full {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.home-grid__item--bg .teaser__video_full {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .home-grid__item--bg .teaser__video_full::after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%); }

.home-grid__item .home-grid__image::after {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%); }

.home-grid__item .home-grid__title {
  font-size: 0.8rem;
  color: #fff;
  position: relative;
  margin: 40px 40px 5px 40px; }

.home-grid__item .home-grid__text {
  font-size: 32px;
  line-height: 40px;
  font-family: TisaPro;
  position: relative;
  margin: 35px 30px 0 30px;
  color: #fff; }

.home-grid__item .home-grid__masking {
  pointer-events: none;
  border: 10px solid #fff;
  transition: border 600ms ease-in-out; }

.home-grid__item:hover .home-grid__image::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%); }

.home-grid__item:hover .home-grid__inner {
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.home-grid__item:hover .home-grid__masking {
  border: 0px solid #fff; }

.block--quick-access {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.block--quick-access .block__text {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-family: TisaPro;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  padding: 35px 30px 0 30px;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.home-grid__item--bg {
  -ms-transform-origin: center center;
  transform-origin: center center;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 600ms ease-in-out; }
  .home-grid__item--bg:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    .home-grid__item--bg:hover .teaser__video_full {
      filter: brightness(0.5); }
      .home-grid__item--bg:hover .teaser__video_full::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%); }
  .home-grid__item--bg.teaser__item--6-col:hover {
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
    .home-grid__item--bg.teaser__item--6-col:hover .home-grid__inner .home-grid__text {
      padding-left: 15px; }

.video-background {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden; }

/*
.teaser__item:hover{
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 1000ms ease-in-out;
  transition: -webkit-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
}

.teaser__item:hover .teaser__img img , .teaser__item:hover .teaser__video video,  .teaser__item:hover .teaser__video .flowplayer .fp-player video{
  //-webkit-transform-origin: center center;
  //-ms-transform-origin: center center;
  //transform-origin: center center;
  //-webkit-transform: scale(0.95);
  //-ms-transform: scale(0.95);
  //transform: scale(0.95);
  //-webkit-transition: -webkit-transform 1000ms ease-in-out;
  //transition: -webkit-transform 1000ms ease-in-out;
  //transition: transform 1000ms ease-in-out;
  //transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
  opacity: 0.6;
}



.teaser__link {
  color: currentColor;
  display: block;
}

.teaser__video {
  //position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  min-height: inherit;
  //margin: 0 calc(((100vw - 100%) /2) * -1);
  img {
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    min-width: calc(100% + 20px);
    height: calc(100% + 20px);
    min-height: 340px;
    max-height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;

  }
  .flowplayer {
    min-height: inherit;

    .fp-ratio {
      min-height: inherit;
      //padding-top: 86.25% !important;
    }

    .fp-engine{
      object-fit: fill;
    }
    .fp-player {
      .fp-ui {
        display: none;
      }
    }
  }
}

.teaser__img {
  display: block;
  position: relative;
  //height: 0;
  //width: 100%;
  //padding-top: 55.72%;  // 390h/700w ratio
  //background-color: $grey--light;
  min-height: 340px;
  max-height: 340px;


  img {
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    min-width: calc(100% + 20px);
    //height: calc(100% + 20px);
    min-height: 340px;
    //max-height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;


    width: 100%;
    min-height: 340px;
    object-fit: cover;

  }
}

.teaser__content {
  p {
    margin: 0;
  }
}

.teaser__title a {
  color: #FFFFFF;
  font-family: TisaPro;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  top:20px;
}
*/
@media screen and (min-width: 300px) {
  .teaser__sizer,
  .teaser__item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.125rem; }
    .teaser__sizer:last-child,
    .teaser__item:last-child {
      margin-right: 0; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; }
  .teaser__item--6-col {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-right: 0; }
    .teaser__item--6-col:last-child {
      margin-right: 0; } }

@media screen and (min-width: 710px) {
  .teaser__gutter {
    width: 30px; }
  .teaser__sizer,
  .teaser__item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 47.62774%;
    margin-bottom: 2.125rem;
    margin-right: 0; }
    .teaser__sizer:last-child,
    .teaser__item:last-child {
      margin-right: 0; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; }
  .teaser__item--6-col {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-right: 0;
    min-height: 560px;
    max-height: 560px; }
    .teaser__item--6-col:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1080px) {
  .teaser__gutter {
    width: 30px; }
  .teaser__item {
    margin-bottom: 2.125rem; }
  .teaser__sizer,
  .teaser__item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 31.0219%;
    margin-right: 0; }
    .teaser__sizer:last-child,
    .teaser__item:last-child {
      margin-right: 0; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 64.87226%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; }
  .teaser__item--6-col {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-right: 0; }
    .teaser__item--6-col:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1650px) {
  .teaser__gutter {
    width: 30px; }
  .teaser__item {
    margin-bottom: 2.125rem; }
  .teaser__sizer,
  .teaser__item {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%;
    margin-right: 0; }
    .teaser__sizer:last-child,
    .teaser__item:last-child {
      margin-right: 0; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 65.29167%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; }
  .teaser__item--6-col {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    width: calc(100% - 12px);
    margin-right: 0; }
    .teaser__item--6-col:last-child {
      margin-right: 0; } }

@media (min-width: 1080px) and (max-width: 1150px) {
  .teaser__item--6-col {
    width: 98.7%; } }

@media (min-width: 1150px) and (max-width: 1250px) {
  .teaser__item--6-col {
    width: 98.4%; } }

@media (min-width: 1250px) and (max-width: 1350px) {
  .teaser__item--6-col {
    width: 97.8%; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 64.61679%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; } }

@media (min-width: 1350px) and (max-width: 1450px) {
  .teaser__item--6-col {
    width: 97.4%; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 64.36131%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; } }

@media (min-width: 1450px) and (max-width: 1550px) {
  .teaser__item--6-col {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 97.18978%; }
    .teaser__item--6-col:last-child {
      margin-right: 0; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 64.23358%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; } }

@media (min-width: 1550px) and (max-width: 1650px) {
  .teaser__item--6-col {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 96.80657%; }
    .teaser__item--6-col:last-child {
      margin-right: 0; }
  .teaser__item--large {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 64.10584%;
    margin-right: 0; }
    .teaser__item--large:last-child {
      margin-right: 0; } }

.icon-arrow-forward {
  background: url("../images/svg/link-arrow-forward-grey.svg") no-repeat right; }

.icon-research {
  background: url("../images/svg/link-icon-research.svg") no-repeat right; }

.icon-search-black {
  background: url("../images/svg/search-black.svg") no-repeat right; }

.sidebar-box .sidebar-link-block {
  border: 2px solid #969BA0;
  padding: 1.5rem;
  background: url("../images/svg/sidebar-link-open.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  cursor: pointer;
  margin-bottom: 30px; }
  .sidebar-box .sidebar-link-block img {
    height: 30px;
    width: auto;
    position: absolute; }
  .sidebar-box .sidebar-link-block .sidebar-link-title {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    padding-left: 40px; }

.sidebar-box .sidebar-link-list-title {
  color: #000000;
  font-family: TisaPro-Bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 16px; }

.sidebar-box .sidebar-link-title {
  color: #000000;
  font-family: TisaPro;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding-left: 20px;
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.sidebar-box .sidebar-link-description {
  color: #000000;
  font-family: MobiliarRealist-SemiLight;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.sidebar-box .sidebar-link-list {
  margin-bottom: 50px; }
  .sidebar-box .sidebar-link-list li {
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    min-height: 60px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 300ms ease; }
    .sidebar-box .sidebar-link-list li:hover {
      box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
  .sidebar-box .sidebar-link-list .micon_right, .sidebar-box .sidebar-link-list .micon_search_text {
    color: #C0C3C6;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    width: 19px;
    text-align: center;
    float: right;
    padding-right: 30px;
    vertical-align: middle; }
  .sidebar-box .sidebar-link-list .micon_list {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    width: 19px;
    text-align: center;
    vertical-align: middle; }
  .sidebar-box .sidebar-link-list .micon_picture_gallery {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    width: 19px;
    text-align: center;
    vertical-align: middle; }
  .sidebar-box .sidebar-link-list .sidebar-load-more {
    color: #DA2323;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    text-align: center; }
    .sidebar-box .sidebar-link-list .sidebar-load-more img {
      width: auto;
      height: 16px;
      vertical-align: middle;
      margin-right: 6px; }

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

.sidebar-box .btn {
  margin-bottom: 0; }

.sidebar-box__item {
  border-bottom: 1px solid #007b91;
  margin-bottom: 0.3125rem; }
  .sidebar-box__item:last-child {
    margin-bottom: 0; }

.sidebar-box__title {
  margin: 0;
  color: #007b91;
  font-weight: 700; }

.sidebar-box__descr {
  margin-bottom: 0.9375rem; }

.sidebar-box__link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  display: block;
  padding: 0.125rem 0 0.1875rem;
  color: #000; }

.sidebar-box__input-row {
  margin-bottom: 1.1875rem; }

.sidebar-box__image-preview img {
  display: block;
  margin: 0 auto 1.25rem;
  width: 100%;
  max-width: 20rem; }

.sidebar-box--dates .sidebar-box__item time,
.sidebar-box--dates .sidebar-box__item span {
  display: block; }

.sidebar-box--actions .sidebar-box__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.sidebar-box--actions .sidebar-box__link {
  -ms-flex: 1;
      flex: 1;
  margin-right: 0.625rem; }

.sidebar-box--actions .sidebar-box__action {
  -ms-flex-order: 1;
      order: 1;
  color: #000;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.625rem 0 0; }
  .sidebar-box--actions .sidebar-box__action:hover {
    color: #007b91;
    background-color: transparent; }

.sidebar-box__link:hover,
.sidebar-box__link:focus,
.sidebar-box__link--active {
  color: #007b91; }

.sidebar-box--accent {
  background-color: #f0f0eb;
  border-top-color: #da2323; }
  .sidebar-box--accent .sidebar-box__item {
    border-bottom-color: #da2323; }
  .sidebar-box--accent .sidebar-box__title {
    color: #da2323; }
  .sidebar-box--accent select {
    background-color: #fff; }

@media screen and (min-width: 1080px) {
  .sidebar-box--dates .sidebar-box__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
  .sidebar-box--dates .sidebar-box__item time {
    width: 3.4375rem; }
  .sidebar-box--dates .sidebar-box__item span {
    -ms-flex: 1;
        flex: 1; } }

.search-loadmore {
  text-align: center;
  margin: 25px auto;
  width: 200px; }

.btn-loadmore:before {
  content: '\e913';
  vertical-align: middle;
  width: 12px;
  height: 8px;
  margin-right: 15px;
  font-family: 'Mobiliar-Iconfont-II' !important; }

.btn-loadmore {
  background-color: #FFFFFF;
  border: 1px solid #EAEBEC;
  border-radius: 30px;
  min-height: 60px;
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 16px;
  font-weight: 300;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }
  .btn-loadmore:hover {
    border: 1px solid #d5d7d9; }

.search-results {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.search-results-head {
  color: #DA2323;
  font-family: TisaPro;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  text-align: left; }

.search-results__item {
  display: block;
  margin-bottom: 30px;
  background-color: #FFFFFF !important;
  border: 1px solid #DCDEE0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative; }
  .search-results__item::after {
    clear: both;
    content: "";
    display: table; }
  .search-results__item .results__item-media {
    min-height: 245px;
    max-height: 245px;
    float: left;
    overflow: hidden;
    width: 100%; }

  .search-results__item .results__item-media.yt-video {
    position: relative;
  }
  .search-results__item .results__item-media .tile-video {
    position: absolute;
    z-index: 0;
    top: -60px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .search-results__item .results__item-media .overlay-tile {
    margin: 0;
  }

  .search-results__item .results__item-media .tile-video iframe {
    width: 700px;
    height: 130%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
  }

    .search-results__item .results__item-media .teaser__video_full {
      display: inline-block;
      /* let it be styled thusly */
      padding: 0;
      /* get rid of pre-styling */
      margin: 0;
      width: 100%;
      /* take up full width available */
      padding-top: 56.25%;
      /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
      height: 0px;
      /* don't want it to expand beyond padding */
      position: relative;
      /* allow for absolute positioning of child elements */
      min-height: inherit; }
    .search-results__item .results__item-media .teaser__video_full iframe, .search-results__item .results__item-media .teaser__video_full object, .search-results__item .results__item-media .teaser__video_full embed {
      position: absolute;
      /* expand to fill */
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
    .search-results__item .results__item-media .results__item-media-title {
      color: #FFFFFF;
      font-family: TisaPro;
      font-size: 32px;
      font-weight: 400;
      line-height: 40px;
      text-align: left;
      position: absolute;
      width: 34%;
      height: 100%;
      padding-left: 30px;
      padding-right: 40px;
      padding-top: 47px;
      padding-bottom: 8px;
      overflow: hidden;
      word-break: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
    .search-results__item .results__item-media picture {
      float: left;
      width: 100%;
      position: relative;
      min-height: inherit; }
    .search-results__item .results__item-media img {
      float: left;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: inline-block;
      padding: 0;
      margin: 0;
      width: 100%;
      position: relative;
      min-height: inherit; }
    .search-results__item .results__item-media .embeds {
      margin-top: 1.3rem; }
    .search-results__item .results__item-media .videoWrapper {
      margin-top: 1.3rem; }
    .search-results__item .results__item-media .flowplayer .fp-ratio {
      padding-top: 65.25% !important; }
  .search-results__item .search-content-block .info {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: left; }
  .search-results__item .search-content-block .title {
    margin-bottom: 10px; }
  .search-results__item .search-content-block .title a {
    color: #DA2323;
    font-family: TisaPro;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left; }
  .search-results__item .search-content-block .summary {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left; }
  .search-results__item .search-content-block .label {
    color: #DA2323;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-top: 10px; }
  .search-results__item .search-content-block .download-title {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-left: 50px; }
  .search-results__item .search-content-block .download-description {
    color: #000000;
    font-family: MobiliarRealist;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    width: 363px;
    text-align: left;
    margin-left: 50px; }
  .search-results__item .search-content-block .download-block {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    display: table;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .search-results__item .search-content-block .download-block-icon {
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important; }
  .search-results__item .trash-bookmark {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 31px;
    color: #da2323; }

.check-box-line {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 50px; }

.search-result-input-back {
  width: 100%;
  background: #FAFAFA;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px; }

.search-results-input .search-input {
  border: 2px solid #000000 !important;
  border-radius: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  margin-bottom: 30px;
  font-size: 20px;
  color: #000000; }

.search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0cec6 !important;
  font-family: TisaPro-Light !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important; }

.search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0cec6 !important;
  font-family: TisaPro-Light !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important; }

.search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000 !important;
  font-family: TisaPro-Light !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important;
  padding-bottom: 0px\0 !important; }

.search-input::-ms-clear {
  display: none;
  /*color: red;  This sets the cross color as red. */
  /* The cross can be hidden by setting the display attribute as "none" */ }

.search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000 !important;
  font-family: TisaPro-Light !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important; }

.btn-filter {
  background-color: #F4F5F5;
  border-radius: 25px;
  color: #969BA0;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  margin-bottom: 10px;
  margin-right: 10px; }
  .btn-filter:hover {
    border: 1px solid #007B91; }
  .btn-filter:focus {
    outline: 0; }
  .btn-filter:last-child {
    margin-right: 0px; }
  .btn-filter.btn-active {
    background-color: #E5F2F4;
    color: #007B91; }
    .btn-filter.btn-active:hover {
      border: 1px solid #007B91; }
  .btn-filter.btn-active-secondary {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #000000; }

/*
.btn-filter-active {
  min-height: 50px;

  background-color: #E5F2F4;
  border-radius: 25px;
  color: #007B91;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  margin-bottom: 10px;
  margin-right: 10px;
  //height: 50px;
  &:hover {
    border: 1px solid #d5d7d9;
  }
  &:focus
  {
    outline: 0;
  }
  &:last-child
  {
    margin-right: 10px;
  }
}
*/
.btn-search {
  background-color: #DA2323;
  border: 4px solid transparent;
  border-radius: 25px;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  color: #FFFFFF;
  font-family: MobiliarRealist;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  width: 200px;
  text-align: center; }
  .btn-search:disabled {
    background-color: #969BA0; }

.btn-search-filter {
  background-color: #F5F5F6;
  border: 4px solid #ffffff;
  border-radius: 25px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  color: #000000;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  width: 200px;
  text-align: center; }
  .btn-search-filter:hover {
    background-color: #f7f7f7;
    color: #000000; }
  .btn-search-filter:focus {
    outline: 0; }
  .btn-search-filter:last-child {
    margin-right: 0 !important; }

.search-results__link {
  color: #000; }
  .search-results__link:hover {
    color: #da2323; }
  .search-results__link h4 {
    margin: 0;
    color: inherit; }
  .search-results__link p {
    margin-bottom: 1.25rem; }

.search-results__meta {
  border-top: 1px solid #000; }
  .search-results__meta::after {
    clear: both;
    content: "";
    display: table; }

.search-results__breadcrumb .breadcrumb__item {
  padding-top: 0.25rem; }
  .search-results__breadcrumb .breadcrumb__item::after {
    color: #000; }

.search-results__update {
  padding-top: 0.375rem;
  font-size: 0.9375rem;
  color: #969ba0; }

.search-results-input {
  text-align: center;
  margin-bottom: 40px; }

@media screen and (min-width: 300px) {
  .search-content-block {
    padding: 20px 20px 0px 20px; } }

@media screen and (min-width: 710px) {
  .search-results__item .results__item-media {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .search-results__item .results__item-media:last-child {
      margin-right: 0; }

  .search-results__item .results__item-media.yt-video {
    position: relative;
  }
  .search-results__item .results__item-media .tile-video {
    position: absolute;
    z-index: 0;
    top: -60px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .search-results__item .results__item-media .overlay-tile {
    margin: 0;
  }

  .search-results__item .results__item-media .tile-video iframe {
    width: 650px;
    height: 130%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
  }

  .search-results-input {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 12.77372%; }
    .search-results-input:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1080px) {
  .page__search-result {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 68.06569%; }
    .page__search-result:last-child {
      margin-right: 0; }
  .search-results__breadcrumb {
    float: left;
    width: 50%;
    margin-right: 5%; }
  .search-results__update {
    float: right; }
  .search-results__item .results__item-media {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 31.37255%; }
    .search-results__item .results__item-media:last-child {
      margin-right: 0; }

  .search-results__item .results__item-media.yt-video {
    position: relative;
  }
  .search-results__item .results__item-media .tile-video {
    position: absolute;
    z-index: 0;
    top: -60px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .search-results__item .results__item-media .overlay-tile {
    margin: 0;
  }

  .search-results__item .results__item-media .tile-video iframe {
    width: 650px;
    height: 130%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
  }

  .search-results-input {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 48.90511%;
    margin-left: 25.54745%; }
    .search-results-input:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1650px) {
  .page__search-result {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 61.67883%;
    margin-left: 12.77372%; }
    .page__search-result:last-child {
      margin-right: 0; }
  .search-results__item .results__item-media {
    float: left;
    display: block;
    margin-right: 3.5503%;
    width: 37.86982%; }
    .search-results__item .results__item-media:last-child {
      margin-right: 0; }

  .search-results__item .results__item-media.yt-video {
    position: relative;
  }
  .search-results__item .results__item-media .tile-video {
    position: absolute;
    z-index: 0;
    top: -60px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .search-results__item .results__item-media .overlay-tile {
    margin: 0;
  }

  .search-results__item .results__item-media .tile-video iframe {
    width: 700px;
    height: 130%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%) !important;
  }

  .search-results-input {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 48.90511%;
    margin-left: 25.54745%; }
    .search-results-input:last-child {
      margin-right: 0; } }

.footer {
  position: relative;
  background-color: #da2323;
  color: #fff;
  clear: both;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal; }
  .footer .language-switch {
    float: right;
    margin-top: 0px; }
    .footer .language-switch a {
      font-size: 15px;
      vertical-align: inherit; }
  .footer a {
    color: #fff;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal; }

.footer__inner {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 0; }
  .footer__inner::after {
    clear: both;
    content: "";
    display: table; }

.footer__nav {
  margin-bottom: 3.4375rem; }

.footer__meta {
  font-size: .9375rem;
  padding-top: 17px; }
  .footer__meta .language-switch__item {
    vertical-align: super; }

.footer__meta-nav {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: .9375rem;
  float: left; }
  .footer__meta-nav li {
    display: block;
    margin-left: 40px;
    line-height: 24px; }
    .footer__meta-nav li a {
      font-size: .9375rem; }

.footer__copyright {
  font-family: TisaPro-Bold;
  padding-top: 5px; }

@media screen and (min-width: 710px) {
  .footer__copyright {
    width: auto;
    float: left;
    padding-top: 0; }
  .footer__meta-nav {
    float: left; }
    .footer__meta-nav li {
      display: inline-block;
      margin-right: 7px;
      font-size: .9375rem;
      line-height: 18px; }
      .footer__meta-nav li:last-child {
        margin-right: 0; } }

@media screen and (min-width: 1080px) {
  .footer__meta {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .footer__meta:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1650px) {
  .footer__meta {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 12.77372%; }
    .footer__meta:last-child {
      margin-right: 0; } }

.fancybox-wrap {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }
  .fancybox-wrap iframe {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
  .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }

.fancybox-skin {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
  background: #fff;
  color: #000;
  border-radius: 5px; }
  .fancybox-skin:hover .fancybox-nav,
  .fancybox-skin:hover .fancybox-item {
    opacity: 1; }

.fancybox-outer {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative; }

.fancybox-inner {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: -6249.9375rem;
  left: -6249.9375rem;
  visibility: hidden;
  max-width: 6249.9375rem;
  max-height: 6249.9375rem;
  overflow: visible; }

.fancybox-opened {
  z-index: 8030; }
  .fancybox-opened .fancybox-title {
    visibility: visible; }

.fancybox-error {
  color: #000;
  margin: 0;
  padding: 0.9375rem;
  white-space: nowrap; }

.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

#fancybox-loading {
  background-color: #000;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -1.375rem;
  margin-left: -1.375rem;
  background-position: 0 -6.75rem;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
  #fancybox-loading div {
    width: 2.75rem;
    height: 2.75rem;
    background: url("/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-lock {
  width: auto; }
  .fancybox-lock body {
    overflow: hidden; }
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }

.fancybox-lock-test {
  overflow-y: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.6); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
  padding: 0 1.25rem; }
  .fancybox-title p,
  .fancybox-title ul,
  .fancybox-title ol {
    margin-bottom: 1.25rem; }
  .fancybox-title .image__caption {
    padding: 1rem 0 1px 0; }
    .fancybox-title .image__caption .image__ratio {
      font-size: medium;
      display: inline-block;
      position: absolute;
      right: 10px;
      color: #da2323;
      top: -30px;
      font-weight: bold;
      background-color: #FFFFFF;
      border-radius: 50%;
      padding: 3px; }

.fancybox-nav,
.fancybox-close {
  opacity: 1;
  transition: opacity, 0.3s;
  display: block; }

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040; }
  .fancybox-nav .icon {
    position: absolute;
    top: 50%;
    margin-top: -1.25rem; }

.fancybox-close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  z-index: 8040;
  color: #da2323; }

.fancybox-prev {
  left: 0.125rem;
  position: absolute;
  height: 70px;
  width: 70px;
  cursor: pointer;
  outline: none;
  z-index: 1102;
  background-image: url("../../images/svg/chevron-right-slim.svg");
  background-repeat: no-repeat;
  background-size: 25%;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  top: 50%; }
  .fancybox-prev .icon {
    left: 0; }

.fancybox-next {
  right: 0.125rem;
  right: 20px;
  background-image: url("../../images/svg/chevron-left-slim.svg");
  background-repeat: no-repeat;
  background-size: 25%;
  height: 70px;
  width: 70px;
  top: 50%; }
  .fancybox-next .icon {
    right: 0; }

@media screen and (min-width: 710px) {
  .fancybox-nav,
  .fancybox-close {
    opacity: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading {
    background-size: 2.75rem 9.5rem; }
    #fancybox-loading div {
      background-image: url("/images/fancybox_loading@2x.gif");
      background-size: 1.5rem 1.5rem; } }

.slider {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem; }

.slider__list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d; }

.slider__item {
  display: block;
  width: 100%;
  height: auto; }
  .slider__item a {
    display: block; }
  .slider__item img {
    display: block;
    width: 100%;
    height: auto; }

.slider__item-desc {
  float: left;
  width: calc(100% - 7.5rem);
  min-height: 3.75rem; }

.slider__item-count {
  float: right;
  color: #da2323;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 0.9375rem;
  height: 2.8125rem;
  text-align: right;
  width: 2.5rem;
  position: relative;
  right: 5.625rem; }

.slider__controls {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  margin-top: 1.25rem;
  padding-bottom: 16.71429%; }

.slider__control {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0rem;
  position: absolute;
  top: 100%;
  border: 0;
  cursor: pointer;
  z-index: 120;
  background-color: transparent;
  color: #da2323;
  outline: 0; }
  .slider__control .icon {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    pointer-events: none; }

.slider__control-prev {
  right: 2.5rem; }

.slider__control-next {
  right: 0; }

.slick-disabled {
  opacity: 0; }

.slider--medium .slider__controls {
  padding-bottom: 50%; }

.slider--large .slider__controls {
  padding-bottom: 66.71429%; }

@media screen and (min-width: 1080px) {
  .slider__list {
    z-index: 1; } }

.code-box {
  border: 1px solid #969ba0;
  margin-bottom: 1.875rem; }

.code-box__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f0f0eb;
  border-bottom: 1px solid #969ba0; }
  .code-box__tabs::after {
    clear: both;
    content: "";
    display: table; }

ul.code-box__tabs {
  text-indent: 0;
  padding-left: 0; }
  ul.code-box__tabs li::before {
    content: none; }

.code-box__tab {
  display: block;
  float: left;
  padding: 0 0.9375rem;
  font-size: 0.9375rem; }
  .code-box__tab:first-child {
    padding-left: 0.625rem;
    margin-left: 2.0625rem;
    border-left: 1px solid #969ba0; }

.code-box__link {
  padding: 0.375rem 0;
  display: block;
  color: #000; }
  .code-box__link:hover, .code-box__link--active {
    color: #000;
    font-weight: 700; }

.code-box__panel {
  display: none; }
  .code-box__panel--active {
    display: block; }

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript&plugins=line-numbers */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
  color: #000;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 0.9375rem;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 0;
  margin: 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #fff; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

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

.token.entity {
  cursor: help; }

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
  padding-top: 0.625rem;
  padding-bottom: 0.4375rem; }

pre.line-numbers > code {
  position: relative;
  padding-top: 0.8125rem; }

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: -0.1875rem;
  font-size: 100%;
  left: -3.8em;
  letter-spacing: -1px;
  border-right: 1px solid #969ba0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #f0f0eb;
  padding: 0.8125rem 0 0.4375rem; }

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber; }

.line-numbers-rows > span:before {
  content: counter(linenumber);
  font-size: 0.9375rem;
  display: block;
  width: 2.0625rem;
  padding: 0 0.625rem;
  text-align: right; }

.gallery-search {
  margin-bottom: 1.25rem; }

.gallery-search__wrapper {
  margin-bottom: 1.25rem; }
  .gallery-search__wrapper input {
    margin-bottom: 0.625rem;
    background-color: #f0f0eb;
    border: 0;
    font-size: 0.9375rem;
    height: 2.5rem; }

.gallery-search__filter {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto; }
  .gallery-search__filter::after {
    clear: both;
    content: "";
    display: table; }

.gallery-search__item {
  margin-bottom: 1.25rem; }

@media screen and (min-width: 710px) {
  .gallery-search__wrapper {
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto; }
    .gallery-search__wrapper::after {
      clear: both;
      content: "";
      display: table; }
    .gallery-search__wrapper input {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 100%;
      margin-bottom: 0; }
      .gallery-search__wrapper input:last-child {
        margin-right: 0; }
    .gallery-search__wrapper .btn {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 36.13139%;
      margin-bottom: 0; }
      .gallery-search__wrapper .btn:last-child {
        margin-right: 0; }
  .gallery-search__item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 61.67883%; }
    .gallery-search__item:last-child {
      margin-right: 0; } }

.gallery {
  border-top: 1px solid #000; }

.gallery__header {
  margin-bottom: 5rem;
  padding-top: 0.4375rem; }
  .gallery__header::after {
    clear: both;
    content: "";
    display: table; }

.gallery__count {
  font-size: 0.9375rem;
  float: left; }

.pagination {
  float: right;
  font-size: 0.9375rem; }

.pagination__item {
  display: inline-block;
  margin: 0 0.3125rem; }

.pagination__navigation {
  display: inline-block; }
  .pagination__navigation--prev {
    margin-right: 0.3125rem; }
    .pagination__navigation--prev::before {
      content: '\25C0'; }
  .pagination__navigation--next::before {
    content: '\25B6'; }

.gallery__container {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto; }
  .gallery__container::after {
    clear: both;
    content: "";
    display: table; }

.gallery__item {
  float: left;
  display: block;
  margin-right: 2.18978%;
  width: 74.45255%;
  text-align: center;
  margin-bottom: 1.875rem; }
  .gallery__item:last-child {
    margin-right: 0; }
  .gallery__item:nth-child(2n) {
    margin-right: 0; }
  .gallery__item:nth-child(2n+1) {
    clear: left; }

.gallery__actions {
  padding-top: 0.3125rem; }
  .gallery__actions .btn {
    padding-top: 0.625rem;
    margin-bottom: 0; }
  .gallery__actions .icon {
    width: 1.25rem;
    height: 1.25rem; }

.gallery__link {
  position: relative;
  display: block;
  border: 1px solid #f0f0eb; }
  .gallery__link::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%; }

.gallery__image {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media screen and (min-width: 710px) {
  .gallery__item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 36.13139%; }
    .gallery__item:last-child {
      margin-right: 0; }
    .gallery__item:nth-child(2n) {
      margin-right: 2.18978%; }
    .gallery__item:nth-child(2n+1) {
      clear: none; }
    .gallery__item:nth-child(4n) {
      margin-right: 0; }
    .gallery__item:nth-child(4n+1) {
      clear: left; } }

@media screen and (min-width: 1080px) {
  .gallery__item {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .gallery__item:last-child {
      margin-right: 0; }
    .gallery__item:nth-child(4n) {
      margin-right: 2.18978%; }
    .gallery__item:nth-child(4n+1) {
      clear: none; }
    .gallery__item:nth-child(6n) {
      margin-right: 0; }
    .gallery__item:nth-child(6n+1) {
      clear: left; } }

.image-detail__title {
  margin-top: 0.9375rem; }

.image-detail__wrapper {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem; }
  .image-detail__wrapper::after {
    clear: both;
    content: "";
    display: table; }

.image-detail__image img {
  display: block; }

.image-detail__meta {
  margin-top: 1.875rem; }
  .image-detail__meta th,
  .image-detail__meta td {
    min-width: auto;
    font-size: 0.9375rem;
    text-align: left;
    vertical-align: top;
    padding: 0; }
  .image-detail__meta th {
    width: 9.375rem; }
  .image-detail__meta td {
    border: 0; }

.image-detail__select {
  background-color: #f0f0eb;
  margin-bottom: 0.625rem; }

.image-detail__actions .btn {
  margin-top: 0.625rem;
  margin-bottom: 0; }

.image-detail__flash {
  padding: 0.3125rem;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  color: #fff; }
  .image-detail__flash .icon {
    margin-right: 0.3125rem; }
  .image-detail__flash--success {
    background-color: #009d78; }
  .image-detail__flash--error {
    background-color: #da2323; }

.image-detail__download {
  display: block; }
  .image-detail__download small {
    display: inline-block; }

@media screen and (min-width: 710px) {
  .image-detail__image {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 61.67883%; }
    .image-detail__image:last-child {
      margin-right: 0; }
  .image-detail__actions {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 36.13139%;
    margin-right: 0; }
    .image-detail__actions:last-child {
      margin-right: 0; } }

.cart__header {
  border-bottom: 1px solid #000;
  margin-top: 2.1875rem; }
  .cart__header::after {
    clear: both;
    content: "";
    display: table; }

.cart__header-title {
  margin-top: 0;
  margin-bottom: 0.8125rem;
  display: inline-block;
  width: 50%; }

.cart__actions {
  float: right;
  width: 50%;
  text-align: right; }
  .cart__actions .btn {
    margin-bottom: 0; }

.cart__info {
  font-size: 0.9375rem; }

.cart__list {
  list-style-type: none;
  margin: 0 0 2.5rem;
  padding: 0; }

.cart__item {
  border-bottom: 1px solid #000;
  padding: 1.25rem 0; }
  .cart__item::after {
    clear: both;
    content: "";
    display: table; }
  .cart__item:first-child {
    padding-top: 0.3125rem; }

.cart__icon {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  float: left;
  margin-right: 1.25rem; }
  .cart__icon .icon {
    width: 100%;
    height: 100%; }

.cart__content {
  margin-left: 4.375rem; }
  .cart__content p {
    margin-bottom: 0; }

.cart__item-remove {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0 0 0.625rem;
  vertical-align: middle; }

.cart__title-link {
  color: #000;
  word-break: break-all; }

.cart__title {
  margin-bottom: 0;
  margin-top: 0;
  color: #da2323; }

.cart__tag-list {
  list-style-type: none;
  margin: 0.8125rem 0 0;
  padding: 0; }

.cart__tag {
  display: inline-block;
  background-color: #f0f0eb;
  padding: 0.5625rem 0.625rem;
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem; }
  .cart__tag .btn {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0 0 0.625rem; }

@media screen and (min-width: 710px) {
  .cart__icon {
    width: 6.25rem;
    height: 6.25rem; }
  .cart__content {
    margin-left: 7.5rem;
    padding-top: 1rem; } }

.modal__wrapper,
.frame__wrapper {
  box-shadow: 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.3); }

.modal {
  display: none;
  width: 26.25rem;
  padding: 1.25rem;
  max-width: 100%; }
  .modal .btn {
    margin-top: 0.625rem;
    margin-bottom: 0; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0; }

.modal__input {
  margin-top: 0.8125rem;
  margin-bottom: 0.625rem; }

.modal__error {
  color: #da2323;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem; }

.modal__actions {
  padding-top: 1.25rem;
  margin-bottom: 0.625rem; }
  .modal__actions::after {
    clear: both;
    content: "";
    display: table; }

.modal__action {
  font-size: 0.9375rem;
  color: #969ba0;
  display: block; }

@media screen and (min-width: 710px) {
  .modal__action {
    width: 50%;
    float: left; }
    .modal__action:last-child {
      text-align: right; } }

.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  background-color: #f0f0eb;
  font-size: 0.9375rem;
  padding: 0;
  height: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.4375rem 1.875rem 0.4375rem 0.625rem; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0rem; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      position: relative;
      top: 0rem;
      left: 0rem;
      display: block;
      margin: 0;
      border: 0;
      height: auto;
      width: auto; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
        width: 0.625rem;
        height: 0.625rem;
        position: absolute;
        top: 0.9375rem;
        right: 0.625rem;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.8%206.8l-4.8%2010.4-4.8-10.4h9.6z%22%2F%3E%3C%2Fsvg%3E");
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        transition: transform 0.3s ease; }

.select2-container--default .select2-selection--multiple {
  border: 0;
  background-color: #f0f0eb;
  border-radius: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0.3125rem;
    display: block; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
      width: 0.625rem;
      height: 0.625rem;
      position: absolute;
      top: 0.9375rem;
      right: 0.625rem;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.8%206.8l-4.8%2010.4-4.8-10.4h9.6z%22%2F%3E%3C%2Fsvg%3E");
      background-position: center;
      background-repeat: no-repeat;
      content: "";
      transition: transform 0.3s ease; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-block;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 0.3125rem;
    font-size: 0.9375rem;
    margin-top: 0.3125rem;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #da2323;
    font-size: 0.9375rem;
    float: right;
    margin-left: 0.125rem;
    margin-right: 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f0eb;
  color: #da2323; }

.select2-dropdown {
  background-color: #f0f0eb;
  border: 0; }
  .select2-dropdown .select2-search__field {
    font-size: 0.9375rem; }

.select2-container .select2-search--inline .select2-search__field {
  padding: 0.625rem 0;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1;
  height: 2.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    padding: 0.3125rem; }
  .select2-container .select2-search--inline .select2-search__field::placeholder {
    padding: 0.3125rem; }

.select2-search--dropdown {
  padding: 0.4375rem 0.625rem; }

.select2-results__option {
  font-size: 0.9375rem;
  padding: 0.4375rem 0.625rem; }

.sidebar-box--accent .select2-container--default .select2-selection--single {
  background-color: #fff; }

.keyvisual-video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  top: 0%;
  width: 177.77777778vh; }

.keyvisual-simplex-video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh; }

.keyvisual-youtube-video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh; }

.keyvisual-vimeo-video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  position: absolute;
  top: 0%;
  width: 177.77777778vh; }

.video-box {
  margin-bottom: 2.5rem; }

.video-ratio-19-8 {
  position: relative;
  padding-bottom: 42.10%;
  height: 0;
  overflow: hidden;
  clear: left; }

/* Iframe video inside teaser */
.slider__video iframe,
.slider__video object,
.slider__video embed {
  margin: auto;
  width: 100%; }

/* Iframe Video inside 50-50 */
.slider-item-50-50 .videoWrapper {
  position: relative;
  overflow: hidden;
  width: 50vw;
  height: 640px;
  text-align: center;
  padding: 0; }
  .slider-item-50-50 .videoWrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    height: 100vh;
    margin: auto;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    max-height: 640px; }

@media screen and (max-width: 1200px) {
  .slider-item-50-50 .videoWrapper {
    height: 400px; }
    .slider-item-50-50 .videoWrapper iframe {
      max-height: 400px; } }

@media screen and (min-width: 2280px) {
  .slider-item-50-50 .videoWrapper iframe {
    min-width: 50vw; } }

.page__content-full .video-box {
  position: relative; }

.mediengalerie-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  margin-top: -50px;
  padding-bottom: 10px;
  border-bottom: 1px #eaebec solid; }
  .mediengalerie-breadcrumb-favorite {
    color: #da2323; }
  @media screen and (max-width: 767px) {
    .mediengalerie-breadcrumb {
      margin-top: -80px; } }
  .mediengalerie-breadcrumb-back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1; }
    .mediengalerie-breadcrumb-back > span {
      font-family: "TisaPro-Light";
      font-size: 16px;
      line-height: 25px; }
    .mediengalerie-breadcrumb-back-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      width: 40px;
      height: 40px;
      margin-right: 15px;
      border-radius: 5px;
      background-color: #fafafa; }
      .mediengalerie-breadcrumb-back-icon i {
        color: #969ba0;
        font-size: 25px; }

.mediengalerie-menu-1 {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center; }
  .mediengalerie-menu-1 p {
    font-family: 'TisaPro-Light';
    font-size: 18px;
    line-height: 30px;
    margin: 0 20px;
    display: inline-block; }
    .mediengalerie-menu-1 p.active {
      font-family: 'TisaPro-Bold'; }

.mediengalerie-menu-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px 0; }
  @media (min-width: 1020px) {
    .mediengalerie-menu-2 {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .mediengalerie-menu-2 h1 {
    font-family: "TisaPro-Bold";
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    color: #DA2323; }
  .mediengalerie-menu-2 .menu-items {
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 1020px) {
      .mediengalerie-menu-2 .menu-items {
        margin-top: 0;
        margin-left: 40px; } }
    .mediengalerie-menu-2 .menu-items p {
      font-family: 'TisaPro-Light';
      font-size: 18px;
      line-height: 30px;
      margin: 0 30px;
      display: inline-block; }
      .mediengalerie-menu-2 .menu-items p.active {
        font-family: 'TisaPro-Bold'; }

.mediengalerie-search-1 {
  padding-top: 45px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px; }
  .mediengalerie-search-1-container {
    margin: 0 !important;
    padding: 0 !important; }
  @media screen and (max-width: 767px) {
    .mediengalerie-search-1 .search-results-input {
      width: 100%; } }
  .mediengalerie-search-1 h1 {
    text-align: center;
    font-family: "TisaPro-Bold";
    font-size: 48px;
    line-height: 60px;
    color: #da2323;
    margin: 0 0 5px 0; }
  .mediengalerie-search-1 p {
    font-family: "TisaPro";
    font-size: 25px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0; }
  .mediengalerie-search-1 .search-results-input {
    float: none;
    margin: 0 auto; }
  .mediengalerie-search-1 .search-input {
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 30px; }
  .mediengalerie-search-1 .search-input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-1 .search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-1 .search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-1 .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-1 .btn {
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: "MobiliarRealist";
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; }
    .mediengalerie-search-1 .btn.btn-search-filter {
      font-weight: 300;
      margin-right: 15px;
      height: 56px; }
      @media screen and (max-width: 767px) {
        .mediengalerie-search-1 .btn.btn-search-filter {
          margin-right: 0;
          margin-bottom: 10px; } }
  .mediengalerie-search-1-filter {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto; }
    .mediengalerie-search-1-filter .mediengalerie-search-filter {
      margin: 0 15px;
      top: -70px; }
      .mediengalerie-search-1-filter .mediengalerie-search-filter:after, .mediengalerie-search-1-filter .mediengalerie-search-filter:before {
        left: 36%; }

.mediengalerie-search-2 {
  padding: 0 20px;
  margin: 45px 0; }
  .mediengalerie-search-2-block {
    margin: 0 !important;
    padding: 0 !important; }
  @media screen and (max-width: 767px) {
    .mediengalerie-search-2 .search-results-input {
      width: 100%; } }
  .mediengalerie-search-2-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: -8px; }
  .mediengalerie-search-2-input-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    overflow: visible; }
    @media screen and (max-width: 767px) {
      .mediengalerie-search-2-input-container {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .mediengalerie-search-2-input-group {
    width: 100%;
    position: relative;
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .mediengalerie-search-2-input-group {
        margin-right: 0;
        margin-bottom: 15px; } }
    .mediengalerie-search-2-input-group .search-icon,
    .mediengalerie-search-2-input-group button {
      position: absolute;
      top: 50%;
      right: 15px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      background-color: white; }
      .mediengalerie-search-2-input-group .search-icon i,
      .mediengalerie-search-2-input-group button i {
        color: black; }
    .mediengalerie-search-2-input-group button {
      top: 53%; }
      .mediengalerie-search-2-input-group button i {
        font-size: 25px; }
    .mediengalerie-search-2-input-group .search-icon {
      top: 53%; }
  .mediengalerie-search-2 .search-input {
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 0;
    width: 100%; }
  .mediengalerie-search-2 .search-input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-2 .search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-2 .search-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-2 .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "MobiliarRealist" !important;
    font-size: 20px !important;
    line-height: 25px !important; }
  .mediengalerie-search-2 .search-results-input {
    margin-bottom: 10px;
    width: 100% !important;
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto;
    float: none !important; }
  .mediengalerie-search-2 .tag-list {
    width: 100%;
    max-width: 900px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .mediengalerie-search-2 .tag-list {
        -ms-flex-pack: center;
            justify-content: center; } }
  .mediengalerie-search-2 .btn-search-filter {
    font-family: "MobiliarRealist";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0; }
  .mediengalerie-search-2 .autocomplete {
    width: 100%; }

.mediengalerie-search-filter {
  list-style: none;
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  padding: 35px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dcdee0;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .mediengalerie-search-filter {
      top: 150px; } }
  .mediengalerie-search-filter:after, .mediengalerie-search-filter:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .mediengalerie-search-filter:after, .mediengalerie-search-filter:before {
        left: 50%; } }
  .mediengalerie-search-filter:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 18px;
    margin-left: -18px; }
  .mediengalerie-search-filter:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #969ba0;
    border-width: 16px;
    margin-left: -16px; }
  .mediengalerie-search-filter h3 {
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px; }
    .mediengalerie-search-filter h3:first-child {
      margin-top: 0; }
  .mediengalerie-search-filter .filter-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .mediengalerie-search-filter .filter-container.filter-radios {
      margin-bottom: 10px; }
    .mediengalerie-search-filter .filter-container .filter-title {
      width: 100%;
      max-width: 200px;
      margin-right: 25px; }
      .mediengalerie-search-filter .filter-container .filter-title p {
        font-family: "TisaPro";
        width: 100%;
        text-align: right;
        margin-bottom: 0;
        font-style: italic;
        font-size: 16px; }
    @media screen and (max-width: 767px) {
      .mediengalerie-search-filter .filter-container {
        -ms-flex-direction: column;
            flex-direction: column; }
        .mediengalerie-search-filter .filter-container .tag-list {
          -ms-flex-pack: center;
              justify-content: center; }
        .mediengalerie-search-filter .filter-container .radio-button-container {
          width: 100%;
          margin-bottom: 30px; }
        .mediengalerie-search-filter .filter-container .filter-title {
          width: 100%;
          max-width: none;
          margin-bottom: 5px; }
          .mediengalerie-search-filter .filter-container .filter-title p {
            text-align: center; } }
    .mediengalerie-search-filter .filter-container .radio-button-container {
      -ms-flex: 1;
          flex: 1; }
    .mediengalerie-search-filter .filter-container ~ .radio-filter-container {
      margin-top: 10px; }
    .mediengalerie-search-filter .filter-container .filter-input {
      border: 1px solid #eaebec !important;
      border-radius: 10px !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      font-size: 18px;
      color: #000000; }
    .mediengalerie-search-filter .filter-container .filter-input:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #c0cec6 !important;
      font-family: TisaPro-Light !important;
      font-size: 18px !important;
      line-height: 29px !important;
      text-align: left !important;
      font-weight: 300 !important;
      font-style: italic !important; }
    .mediengalerie-search-filter .filter-container .filter-input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #c0cec6 !important;
      font-family: TisaPro-Light !important;
      font-size: 18px !important;
      line-height: 29px !important;
      text-align: left !important;
      font-weight: 300 !important;
      font-style: italic !important; }
    .mediengalerie-search-filter .filter-container .filter-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000000 !important;
      font-family: TisaPro-Light !important;
      font-size: 18px !important;
      line-height: 29px !important;
      text-align: left !important;
      font-weight: 300 !important;
      font-style: italic !important;
      padding-bottom: 0px\0  !important; }
    .mediengalerie-search-filter .filter-container .filter-input::-ms-clear {
      display: none;
      /*color: red;  This sets the cross color as red. */
      /* The cross can be hidden by setting the display attribute as "none" */ }
    .mediengalerie-search-filter .filter-container .filter-input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #000000 !important;
      font-family: TisaPro-Light !important;
      font-size: 18px !important;
      line-height: 29px !important;
      text-align: left !important;
      font-weight: 300 !important;
      font-style: italic !important; }
  .mediengalerie-search-filter .filter-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    margin-top: 24px; }
    .mediengalerie-search-filter .filter-actions button {
      margin-bottom: 0; }
      .mediengalerie-search-filter .filter-actions button:not(:last-child) {
        margin-right: 24px; }
  .mediengalerie-search-filter .check-box-line {
    margin-bottom: 20px;
    width: auto; }

.mediengalerie-support {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px 77px 20px; }
  .mediengalerie-support-container {
    margin: 60px 0 0 0 !important;
    padding: 0 !important; }
  .mediengalerie-support img {
    position: relative;
    top: -60px;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-bottom: -20px; }
  .mediengalerie-support h1 {
    text-align: center;
    color: #000000;
    font-family: "TisaPro-Bold";
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0; }
  .mediengalerie-support p {
    text-align: center;
    margin-bottom: 30px;
    font-family: "TisaPro-Light";
    font-size: 16px;
    line-height: 25px;
    margin-right: 0; }
  .mediengalerie-support .content--block {
    padding-bottom: 0;
    float: none; }
  .mediengalerie-support .content--link-group1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    float: none; }
    .mediengalerie-support .content--link-group1-block {
      padding: 20px 25px;
      margin-bottom: 0;
      float: none; }
    .mediengalerie-support .content--link-group1 a {
      font-family: "TisaPro-Bold";
      font-size: 16px; }
      .mediengalerie-support .content--link-group1 a .content--link-title {
        font-family: "TisaPro-Bold";
        font-size: 13px;
        line-height: 20px;
        margin-top: 6px;
        padding-left: 50px; }
      .mediengalerie-support .content--link-group1 a .content--link-description {
        font-family: 'MobiliarRealist';
        font-size: 16px;
        line-height: 25px;
        margin-left: 50px; }
      .mediengalerie-support .content--link-group1 a i {
        line-height: 30px; }

.mediengalerie-footer {
  position: relative;
  background-color: #da2323;
  color: #fff;
  clear: both;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal; }
  .mediengalerie-footer .language-switch {
    float: right;
    margin-top: 0px; }
    .mediengalerie-footer .language-switch a {
      font-size: 15px;
      vertical-align: inherit; }
  .mediengalerie-footer a {
    color: #fff;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal; }
  .mediengalerie-footer .footer__inner {
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 30px 0.9375rem; }
    .mediengalerie-footer .footer__inner::after {
      clear: both;
      content: "";
      display: table; }
  .mediengalerie-footer .footer__nav {
    margin-bottom: 3.4375rem; }
  .mediengalerie-footer .footer__meta {
    font-size: 0.9375rem; }
    .mediengalerie-footer .footer__meta .language-switch__item {
      vertical-align: super; }
  .mediengalerie-footer .footer__meta-nav {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 0.9375rem;
    float: left; }
    .mediengalerie-footer .footer__meta-nav li {
      display: block;
      margin-left: 40px;
      line-height: 24px; }
      .mediengalerie-footer .footer__meta-nav li a {
        font-size: 0.9375rem; }
  .mediengalerie-footer .footer__copyright {
    font-family: TisaPro-Bold;
    padding-top: 5px; }
  @media screen and (min-width: 710px) {
    .mediengalerie-footer .footer__copyright {
      width: auto;
      float: left;
      padding-top: 0; }
    .mediengalerie-footer .footer__meta-nav {
      float: left; }
      .mediengalerie-footer .footer__meta-nav li {
        display: inline-block;
        margin-right: 7px;
        font-size: 0.9375rem;
        line-height: 18px; }
        .mediengalerie-footer .footer__meta-nav li:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 1080px) {
    .mediengalerie-footer .footer__meta {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 100%; }
      .mediengalerie-footer .footer__meta:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1650px) {
    .mediengalerie-footer .footer__meta {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 74.45255%;
      margin-left: 12.77372%; }
      .mediengalerie-footer .footer__meta:last-child {
        margin-right: 0; } }

.mediengalerie-sammlung-dialog {
  list-style: none;
  position: absolute;
  left: -5px;
  top: 130%;
  padding: 15px 15px 30px 15px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DCDEE0;
  width: 320px;
  z-index: 100; }
  .mediengalerie-sammlung-dialog:after, .mediengalerie-sammlung-dialog:before {
    bottom: 100%;
    right: 90px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .mediengalerie-sammlung-dialog:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 18px;
    margin-left: -18px; }
  .mediengalerie-sammlung-dialog:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #969ba0;
    border-width: 16px;
    margin-left: -16px; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-title p {
    font-family: "TisaPro";
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-right: 0; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 30px; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-actions .btn {
      height: 50px;
      width: 130px;
      line-height: 20px;
      border: none;
      margin: 0; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-actions #btn-close {
      font-family: "MobiliarRealist";
      font-weight: 300;
      font-size: 16px; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-actions .btn-search {
      font-family: "MobiliarRealist";
      font-weight: 700;
      font-size: 16px; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-btn-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 60px;
    background-color: #f5f5f6;
    padding: 0 20px;
    border-radius: 10px;
    font-family: "MobiliarRealist";
    font-weight: 300;
    font-size: 16px; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-btn-new i {
      font-size: 20px; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-btn-new:disabled {
      color: #d0d0d0;
      cursor: not-allowed; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #DCDEE0; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile span {
      font-family: "MobiliarRealist";
      font-weight: 300;
      font-size: 16px;
      line-height: 30px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile i {
      position: relative;
      font-size: 25px; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile:last-child {
      margin-bottom: 0; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile-container {
      padding: 0;
      margin-bottom: 10px;
      width: 100%; }
      .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile-container input[type="checkbox"] {
        opacity: 0;
        position: fixed;
        width: 0; }
        .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile-container input[type="checkbox"]:checked ~ .mediengalerie-sammlung-dialog-sammlung-tile .icon-tick {
          display: block; }
        .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile-container input[type="checkbox"]:not(:checked) ~ .mediengalerie-sammlung-dialog-sammlung-tile
.icon-tick {
          display: none; }
        .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile-container input[type="checkbox"]:checked ~ .mediengalerie-sammlung-dialog-sammlung-tile .icon-square-background {
          display: block; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile-tick-container {
      position: relative;
      color: #abafb3; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile .icon-tick {
      position: absolute;
      top: 0;
      left: 0;
      color: #ffffff; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-sammlung-tile .icon-square-background {
      display: none;
      position: absolute;
      top: 4px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      background-color: #0073E6;
      border-radius: 2px; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-btn-back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    padding: 0 20px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #DCDEE0; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-btn-back i {
      font-size: 20px;
      margin-right: 15px;
      color: #969BA0; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-btn-back span {
      -ms-flex: 1;
          flex: 1;
      text-align: left;
      font-style: italic;
      font-family: "TisaPro-Light";
      font-size: 18px;
      line-height: 30px; }
    .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-btn-back:last-child {
      margin-bottom: 0; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-input-title p {
    width: 100%;
    margin-bottom: 0;
    font-family: "TisaPro";
    font-size: 16px;
    font-style: italic;
    font-weight: 400; }
  .mediengalerie-sammlung-dialog .mediengalerie-sammlung-dialog-input {
    border: 1px solid #eaebec !important;
    border-radius: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 16px;
    font-family: "MobiliarRealist";
    color: #000000; }

.mediengalerie-sammlung-header {
  padding-top: 45px;
  padding-bottom: 60px; }
  .mediengalerie-sammlung-header-container {
    margin: 0 !important;
    padding: 0 !important; }
  .mediengalerie-sammlung-header h1 {
    font-family: "TisaPro-Bold";
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #da2323;
    margin: 0; }
  .mediengalerie-sammlung-header p {
    font-family: "TisaPro";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-right: 0;
    margin-bottom: 0; }

.mediengalerie-logos-header {
  padding-top: 45px;
  padding-bottom: 60px; }
  .mediengalerie-logos-header-container {
    margin: 0 !important;
    padding: 0 !important; }
  .mediengalerie-logos-header h1 {
    font-family: "TisaPro-Bold";
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #da2323;
    margin: 0 0 5px 0;; }
  .mediengalerie-logos-header p {
    font-family: "TisaPro";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-right: 0;
    margin-bottom: 0; }

.mediengalerie-tools {
  margin: 0 !important;
  padding: 0 !important; }

.startseite-header {
  margin-top: 55px;
  margin-bottom: 40px; }
  .startseite-header h1 {
    font-family: "TisaPro-Bold";
    font-size: 54px;
    line-height: 60px;
    text-align: center;
    color: #DA2323;
    margin: 0 0 15px 0; }
  .startseite-header p {
    font-family: "TisaPro-Light";
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    max-width: 800px;
    font-style: italic; }

.startseite-tiles #censhare-tiles {
  display: none; }

.startseite-tiles #tile-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
  margin-bottom: 45px; }
  @media screen and (max-width: 1200px) {
    .startseite-tiles #tile-container {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  .startseite-tiles #tile-container .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow-x: visible;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .startseite-tiles #tile-container .column {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        gap: 30px; } }
    @media screen and (max-width: 600px) {
      .startseite-tiles #tile-container .column {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
    .startseite-tiles #tile-container .column:last-child {
      margin-right: 0; }
    .startseite-tiles #tile-container .column:first-child {
      padding-left: 0; }
    .startseite-tiles #tile-container .column:last-child {
      padding-right: 0; }
  .startseite-tiles #tile-container .cell {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05), 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s;
    z-index: 1;
    transform: translateZ(0); }
    .startseite-tiles #tile-container .cell:hover {
      box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 2px, rgba(0, 0, 0, 0.25) 10px 10px 20px 0px; }
    @media screen and (max-width: 1200px) {
      .startseite-tiles #tile-container .cell {
        margin-bottom: 0; } }
    .startseite-tiles #tile-container .cell:last-child {
      margin-bottom: 0; }
    .startseite-tiles #tile-container .cell a {
      z-index: 2; }
    .startseite-tiles #tile-container .cell h2 {
      z-index: 1; }
    .startseite-tiles #tile-container .cell h2 {
      font-family: "TisaPro";
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
      color: #ffffff;
      margin: 0; }
    .startseite-tiles #tile-container .cell .tile-image {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .startseite-tiles #tile-container .cell .tile-image img {
        min-width: 100%;
        min-height: 100%; }
    .startseite-tiles #tile-container .cell .tile-video {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .startseite-tiles #tile-container .cell .tile-video iframe {
        position: relative;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .startseite-tiles #tile-container .cell .overlay-tile {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: -30px -20px; }
  .startseite-tiles #tile-container .tile-chip-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 420px;
    width: 100%;
    margin-top: 26px;
    z-index: 3; }
    .startseite-tiles #tile-container .tile-chip-container a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 40px;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.1);
      padding: 6px 10px;
      margin-top: 8px;
      margin-right: 8px;
      min-height: 40px;
      font-family: "MobiliarRealist";
      font-size: 16px;
      font-weight: 700;
      line-height: 18px;
      color: #ffffff; }
      .startseite-tiles #tile-container .tile-chip-container a:hover {
        background-color: rgba(255, 255, 255, 0.2); }

.startseite-downloads-card {
  border-radius: 10px;
  width: 100%;
  min-height: 420px;
  height: 100%;
  box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .startseite-downloads-card:hover {
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  .startseite-downloads-card-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    margin-bottom: 160px; }
    @media screen and (max-width: 1200px) {
      .startseite-downloads-card-container {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 479px) {
      .startseite-downloads-card-container {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
  .startseite-downloads-card-thumbnail {
    width: 100%;
    height: 240px;
    background-color: #fafafa;
    border-radius: 10px 10px 0 0; }
  .startseite-downloads-card-content {
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .startseite-downloads-card-content h5 {
      font-family: "TisaPro";
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      color: #000000;
      margin: 0; }
    .startseite-downloads-card-content p {
      font-family: "MobiliarRealist";
      font-size: 16px;
      line-height: 25px;
      color: #000000;
      margin-right: 0;
      margin-bottom: 0; }

.startseite-tools-header {
  margin: 45px 0 90px 0; }
  .startseite-tools-header h2 {
    font-family: "TisaPro-Bold";
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin: 0 0 45px 0; }
  .startseite-tools-header .startseite-tools-chip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 60px;
    background-color: #fafafa;
    position: relative;
    bottom: -2px;
    border-bottom: 2px solid #cbc8bb;
    padding: 0 35px; }
    .startseite-tools-header .startseite-tools-chip-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: end;
          align-items: flex-end;
      border-bottom: 2px solid #cbc8bb;
      width: 100%; }
    .startseite-tools-header .startseite-tools-chip:hover {
      box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px 1px inset; }
    .startseite-tools-header .startseite-tools-chip span {
      font-family: "MobiliarRealist";
      font-size: 18px;
      line-height: 50px;
      color: #000000;
      font-weight: 500; }
    .startseite-tools-header .startseite-tools-chip.active {
      background-color: white;
      height: 72px;
      border-left: 2px solid #cbc8bb;
      border-top: 2px solid #cbc8bb;
      border-right: 2px solid #cbc8bb;
      border-bottom: none; }
      .startseite-tools-header .startseite-tools-chip.active span {
        font-weight: 700; }

.startseite-footer {
  position: relative;
  background-color: #da2323;
  color: #fff;
  clear: both;
  font-family: MobiliarRealist;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal; }
  .startseite-footer .language-switch {
    float: right;
    margin-top: 0px; }
    .startseite-footer .language-switch a {
      font-size: 15px;
      vertical-align: inherit; }
  .startseite-footer a {
    color: #fff;
    font-family: MobiliarRealist;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal; }
  .startseite-footer .footer__inner {
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 30px 0.9375rem; }
    .startseite-footer .footer__inner::after {
      clear: both;
      content: "";
      display: table; }
  .startseite-footer .footer__nav {
    margin-bottom: 3.4375rem; }
  .startseite-footer .footer__meta {
    font-size: 0.9375rem; }
    .startseite-footer .footer__meta .language-switch__item {
      vertical-align: super; }
  .startseite-footer .footer__meta-nav {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 0.9375rem;
    float: left; }
    .startseite-footer .footer__meta-nav li {
      display: block;
      margin-left: 40px;
      line-height: 24px; }
      .startseite-footer .footer__meta-nav li a {
        font-size: 0.9375rem; }
  .startseite-footer .footer__copyright {
    font-family: TisaPro-Bold;
    padding-top: 5px; }
  @media screen and (min-width: 710px) {
    .startseite-footer .footer__copyright {
      width: auto;
      float: left;
      padding-top: 0; }
    .startseite-footer .footer__meta-nav {
      float: left; }
      .startseite-footer .footer__meta-nav li {
        display: inline-block;
        margin-right: 7px;
        font-size: 0.9375rem;
        line-height: 18px; }
        .startseite-footer .footer__meta-nav li:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 1080px) {
    .startseite-footer .footer__meta {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 100%; }
      .startseite-footer .footer__meta:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1650px) {
    .startseite-footer .footer__meta {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 74.45255%;
      margin-left: 12.77372%; }
      .startseite-footer .footer__meta:last-child {
        margin-right: 0; } }

.startseite-personal-section {
  padding-top: 45px;
  padding-bottom: 170px;
  margin-top: 0; }
  .startseite-personal-section-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .startseite-personal-section-container {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 767px) {
      .startseite-personal-section-container {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
  .startseite-personal-section h2 {
    font-family: "TisaPro";
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    color: #000000;
    margin: 0 0 26px 0; }
  .startseite-personal-section-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    .startseite-personal-section-card h5 {
      font-family: "TisaPro";
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      color: #000000;
      margin: 0; }
    .startseite-personal-section-card p {
      font-family: "MobiliarRealist";
      font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      color: #000000;
      margin-right: 0;
      margin-bottom: 0; }
    .startseite-personal-section-card i {
      font-size: 20px;
      color: #000000; }
  .startseite-personal-section .content--link-group3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .startseite-personal-section .content--link-group3 .content--link-group2-block {
      width: 100%; }

.feedback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px 0 20px; }
  .feedback-container {
    margin: 0 !important;
    padding: 0 !important; }
  .feedback-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    color: #da2323; }
  .feedback h4 {
    display: block;
    padding-top: 2px;
    font-family: "Mobiliar Realist", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0; }
  .feedback .btn {
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: "MobiliarRealist";
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; }
    .feedback .btn.btn-search {
      margin-right: 15px;
      height: 54px; }
    .feedback .btn.btn-search-filter {
      font-weight: 300;
      margin-right: 15px;
      height: 56px;
      border: 4px solid #f5f5f6; }
      .feedback .btn.btn-search-filter.active {
        border: 4px solid #ffffff; }
    .feedback .btn:disabled:hover {
      box-shadow: none !important; }
  .feedback-input {
    font-family: "MobiliarRealist" !important;
    font-size: 18px !important;
    line-height: 25px !important;
    border: 1px solid #eaebec !important;
    border-radius: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    color: #000000; }
  .feedback-input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0cec6 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 18px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: normal !important; }
  .feedback-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0cec6 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 18px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: normal !important; }
  .feedback-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 18px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: normal !important;
    padding-bottom: 0px\0  !important; }
  .feedback-input::-ms-clear {
    display: none;
    /*color: red;  This sets the cross color as red. */
    /* The cross can be hidden by setting the display attribute as "none" */ }
  .feedback-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000 !important;
    font-family: "MobiliarRealist" !important;
    font-size: 18px !important;
    line-height: 25px !important;
    text-align: left !important;
    font-weight: 300 !important;
    font-style: normal !important; }
  .feedback-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin-top: 20px;
    z-index: 5; }
  .feedback-options {
    display: -ms-flexbox;
    display: flex; }
    .feedback-options .btn {
      font-weight: 700 !important; }
      .feedback-options .btn:not(.active) {
        background-color: #ffffff;
        border: 4px solid #ffffff !important;
        color: #979AA1; }
      .feedback-options .btn.active {
        color: #DA2323; }
  .feedback-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    max-width: 600px;
    padding-bottom: 20px; }
    .feedback-fields textarea {
      min-height: 180px;
      font-style: normal; }
  .feedback-actions {
    display: -ms-flexbox;
    display: flex; }
  .feedback .content--block {
    padding-bottom: 0;
    float: none; }
  .feedback .content--link-group1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    float: none;
    position: relative;
    padding-bottom: 20px; }
    .feedback .content--link-group1 .white-background {
      position: absolute;
      top: calc(56px / 2);
      left: 0;
      right: 0;
      bottom: 0;
      background-color: white; }

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

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

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  -ms-transform: none;
      transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  -ms-transform: none !important;
      transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  /* background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%); */
  background-image: none; }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: none !important; }
  .w-col-medium-1 {
    width: 8.33333333%; }
  .w-col-medium-2 {
    width: 16.66666667%; }
  .w-col-medium-3 {
    width: 25%; }
  .w-col-medium-4 {
    width: 33.33333333%; }
  .w-col-medium-5 {
    width: 41.66666667%; }
  .w-col-medium-6 {
    width: 50%; }
  .w-col-medium-7 {
    width: 58.33333333%; }
  .w-col-medium-8 {
    width: 66.66666667%; }
  .w-col-medium-9 {
    width: 75%; }
  .w-col-medium-10 {
    width: 83.33333333%; }
  .w-col-medium-11 {
    width: 91.66666667%; }
  .w-col-medium-12 {
    width: 100%; }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: none !important; }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }
  .w-col {
    width: 100%;
    left: auto;
    right: auto; }
  .w-col-small-1 {
    width: 8.33333333%; }
  .w-col-small-2 {
    width: 16.66666667%; }
  .w-col-small-3 {
    width: 25%; }
  .w-col-small-4 {
    width: 33.33333333%; }
  .w-col-small-5 {
    width: 41.66666667%; }
  .w-col-small-6 {
    width: 50%; }
  .w-col-small-7 {
    width: 58.33333333%; }
  .w-col-small-8 {
    width: 66.66666667%; }
  .w-col-small-9 {
    width: 75%; }
  .w-col-small-10 {
    width: 83.33333333%; }
  .w-col-small-11 {
    width: 91.66666667%; }
  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: inherit !important; }
  .w-hidden-tiny {
    display: none !important; }
  .w-col {
    width: 100%; }
  .w-col-tiny-1 {
    width: 8.33333333%; }
  .w-col-tiny-2 {
    width: 16.66666667%; }
  .w-col-tiny-3 {
    width: 25%; }
  .w-col-tiny-4 {
    width: 33.33333333%; }
  .w-col-tiny-5 {
    width: 41.66666667%; }
  .w-col-tiny-6 {
    width: 50%; }
  .w-col-tiny-7 {
    width: 58.33333333%; }
  .w-col-tiny-8 {
    width: 66.66666667%; }
  .w-col-tiny-9 {
    width: 75%; }
  .w-col-tiny-10 {
    width: 83.33333333%; }
  .w-col-tiny-11 {
    width: 91.66666667%; }
  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }
  .w-lightbox-close {
    opacity: .8; }
  .w-lightbox-control:hover {
    opacity: 1; } }

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

body {
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px; }

h1 {
  margin: 20px 10px 10px 0;
  color: #da2323;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400; }

h2 {
  overflow: visible;
  margin: 1.5625rem 0;
  color: #da2323;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400; }

h3 {
  margin: 1.5625rem 0;
  color: #da2323;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700; }

h4 {
  margin: 20px 0 8px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700; }

h5 {
  margin: 20px 0 8px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700; }

h6 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700; }

p {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 0px; }

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

ul {
  display: block;
  margin-bottom: 15px;
  padding-left: 40px;
  list-style-type: disc; }

ol {
  display: block;
  margin-bottom: 15px;
  padding-left: 40px; }

li {
  margin-bottom: 5px; }

strong {
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  font-weight: 700; }

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px 20px;
  border-top: 1px solid #da2323;
  border-left: 1px none #000;
  font-family: Tisawebpro, sans-serif;
  color: #da2323;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center; }

.content_area {
  display: block;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex: 1;
  flex: 1; }

.section_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.section_container.ux {
  display: block;
  width: 1020px;
  margin: 20px auto;
  padding-bottom: 0px; }

.section_container.mobile {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px; }

.container {
  display: block;
  -ms-flex-direction: column;
  flex-direction: column; }

.input_field {
  position: relative;
  display: block;
  height: 40px;
  margin-bottom: 0px;
  padding: 15px 0px 5px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 0px;
  background-color: transparent;
  transition: all 250ms ease;
  border-bottom: 1px solid black;
  color: #000;
  font-size: 1rem; }

.input_field.error {
  border-bottom-color: #da2323;
  cursor: default; }

.input_field.error:hover {
  border-color: #da2323; }

.input_field.error:focus {
  border-color: #da2323; }

.input_field.mobile {
  height: 25px;
  padding-top: 5px;
  padding-bottom: 0px;
  border-color: #000 #000 #d5d7d9;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none; }

.input_field.mobile:hover {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent; }

.input_field.mobile:focus {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent; }

.input_field.multiline {
  width: 100%;
  min-height: 100px;
  padding-top: 12px;
  border-color: #cfd8dc; }

.input_field.multiline:focus {
  border-color: #70c3d4; }

.input_field.multiline.read_only {
  border-style: none; }

.input_field.read_only {
  height: auto;
  min-height: 40px;
  padding-top: 10px;
  border-bottom-style: none; }

.section {
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #da2323;
  color: #da2323; }

.section.black {
  border-color: #000;
  color: #000; }

.section.black.no_margin {
  margin-top: 0px; }

.overlay_message {
  display: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.overlay_message.below {
  position: relative;
  left: 0px;
  top: 0px;
  display: none;
  width: auto; }

.inline {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch; }

.inline.formular {
  left: -10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #70c3d4;
  background-color: #fff; }

.inline.kachel_inline {
  position: relative;
  top: -11px;
  z-index: 2;
  width: 680px;
  padding-top: 20px;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #70c3d4;
  background-color: #fff; }

.paragraph {
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-size: 16px; }

.paragraph._2_row {
  column-count: 2;
  column-gap: 40px; }

.paragraph.no_margin {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 20px;
  line-height: 30px; }

.paragraph.large {
  font-size: 20px; }

.form_wrapper {
  display: block;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch; }

.form {
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1;
  flex: 1; }

.list_item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #eceff1;
  background-color: #fff;
  transition: all 250ms ease;
  cursor: default; }

.list_item:hover {
  border-color: #70c3d4; }

.list_item.read_only {
  background-color: rgba(236, 239, 241, 0.5); }

.list_item.read_only:hover {
  border-color: transparent transparent #eceff1;
  border-bottom-style: solid; }

.list_item.active {
  border-color: #70c3d4;
  box-shadow: inset 5px 0 0 0 #c6e7ee, 0 0 0 1px #fff; }

.list_item.check_radio {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px; }

.list_item.check_radio:hover {
  border-color: #b0bec5; }

.list_item.download_list {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  cursor: default; }

.list_item.download_list:hover {
  border-bottom-color: #eceff1;
  color: #da2323; }

.button {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 40px;
  margin: 5px 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #eceff1;
  border-radius: 5px;
  transition: all 250ms ease;
  color: #000;
  text-align: center;
  cursor: default; }

.button:hover {
  border-color: #cfd8dc; }

.button.primary {
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  background-color: #da2323;
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.button.primary:hover {
  background-color: #e62525;
  box-shadow: none; }

.button.primary:focus {
  -ms-flex: 1;
  flex: 1; }

.button.primary.free {
  z-index: 9999999999; }

.button.icon {
  padding: 0px;
  font-family: 'Mobiliar iconfont', sans-serif;
  font-size: 30px;
  line-height: 40px; }

.button.icon.no_border {
  border-style: none;
  border-radius: 0px; }

.button.icon.no_border.no_margin {
  margin: 0px;
  background-color: #fff; }

.button.icon.white {
  border-style: none;
  background-color: transparent; }

.button.context {
  position: relative;
  display: block;
  padding: 0px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  cursor: default; }

.button.context.integrated {
  margin: 0px;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-radius: 0px; }

.button.free {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999999999999;
  cursor: default; }

.button.white {
  border-color: #fff;
  background-color: #fff; }

.button.split {
  width: 50px;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Mobiliar iconfont', sans-serif;
  font-size: 30px; }

.button.split.left {
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  cursor: default; }

.button.split.right {
  margin-left: 0px;
  border-left-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.button.no_border {
  border-style: none; }

.button.hamburger {
  padding: 0px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  border-style: none;
  background-color: #fff; }

.button.hamburger.w--open {
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  background-color: #fff; }

.button.flex {
  -ms-flex: 1;
  flex: 1;
  background-color: #fff; }

.button.infobox {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif; }

.body {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.body.web {
  font-size: 18px;
  font-weight: 300; }

.kachel_content_group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px 0px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1;
  flex: 1; }

.kachel_content_group.subkachel {
  padding: 10px 20px;
  -ms-flex-align: center;
  align-items: center;
  transition: all 250ms ease; }

.kachel_content_group.no_padding {
  padding-left: 0px; }

.kachel_content_group.flag_status {
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(226, 243, 246, 0.5);
  box-shadow: -5px 0 0 0 #70c3d4; }

.text {
  display: inline-block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center; }

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

.text.tisa {
  padding-top: 5px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 1;
  flex: 1;
  font-family: Tisawebpro, sans-serif;
  font-size: 20px;
  font-weight: 400; }

.text.linehight_1_5 {
  line-height: 25px; }

.text.form_field {
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: left; }

.text.tag {
  min-width: 30px;
  margin-top: 5px;
  margin-right: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #c6e7ee;
  font-size: 13px;
  text-align: center; }

.text.small {
  font-size: 13px; }

.text.lh_1-0 {
  line-height: 20px; }

.text.with_margin {
  margin-right: 10px;
  margin-left: 10px; }

.kachel_content_horizontal {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1;
  flex: 1; }

.kachel_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1;
  flex: 1;
  line-height: 20px; }

.kachel_header.main {
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.kachel_header.rot {
  background-color: #da2323;
  box-shadow: 0 -1px 0 0 #da2323, -1px 0 0 0 #da2323, -1px -1px 0 0 #da2323, 1px 0 0 0 #da2323, 1px -1px 0 0 #da2323;
  color: #fff; }

.kachel_header.rot._160 {
  height: 160px;
  -ms-flex-align: start;
  align-items: flex-start; }

.kachel_header.centered {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center; }

.kachel_header.centered.minimal {
  padding-top: 5px;
  padding-bottom: 5px; }

.kachel_header.dunkelgrun {
  height: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009d78;
  box-shadow: 0 0 0 1px #009d78;
  color: #fff; }

.kachel_header.dunkelgrun.centered {
  -ms-flex-pack: center;
  justify-content: center; }

.kachel_header.flag {
  box-shadow: none; }

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

.kachel {
  position: relative;
  display: block;
  width: 320px;
  min-height: 60px;
  margin: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #eceff1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 2000ms cubic-bezier(0, 0.925, 0, 0.826), border-color 200ms ease, all 250ms ease; }

.kachel:hover {
  box-shadow: 0 6px 12px 0 #eaebec; }

.kachel.aktion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px; }

.kachel.aktion.red {
  border-style: none;
  background-color: #da2323;
  color: #fff; }

.kachel.aktion.red.flex {
  -ms-flex: 1;
  flex: 1; }

.kachel.aktion.dunkelblau {
  border-style: none;
  color: #fff; }

.kachel.aktion.dunkelblau.flex {
  -ms-flex: 1;
  flex: 1; }

.kachel.aktion.dunkelgrun.flex {
  -ms-flex: 1;
  flex: 1; }

.kachel.aktion.no_margin {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }

.kachel.aktion.rot_semi {
  border-color: #da2323;
  color: #da2323; }

.kachel.aktion.dunkelgrun_semi {
  border-color: #009d78;
  color: #009d78; }

.kachel.no_border {
  border-style: none;
  box-shadow: none; }

.kachel.add {
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  box-shadow: none;
  transition-property: none;
  color: #eceff1; }

.kachel.add:hover {
  background-color: rgba(236, 239, 241, 0.2);
  color: #70c3d4; }

.kachel.xsmall {
  -ms-flex: 0 auto;
  flex: 0 auto; }

.kachel.xsmall.no_border {
  max-width: 115px;
  min-width: 100px;
  border-style: none;
  border-color: #fff;
  box-shadow: none; }

.kachel.active {
  border-color: #70c3d4;
  box-shadow: inset 0 -5px 0 0 #c6e7ee; }

.kachel.mobi {
  background-color: #fff; }

.kachel.mobi:hover {
  border-color: #da2323;
  box-shadow: 0 1px 2px 0 rgba(218, 35, 35, 0.1); }

.kachel.mobi.profil {
  border-style: none;
  box-shadow: none; }

.kachel.mobi.profil:hover {
  background-color: #f8f8f6; }

.kachel.hellblau_light {
  border-bottom: 1px solid #70c3d4;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 #c6e7ee; }

.kachel.hellgrun_light {
  border-bottom-width: 1px;
  border-bottom-color: #afcd5f;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 #dfebbf; }

.kachel.pink_light {
  border-bottom-width: 1px;
  border-bottom-color: #f091be;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 #f6bdd8; }

.kachel.gelb_light {
  border-bottom-color: #ffc200;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 rgba(255, 194, 0, 0.6); }

.kachel.read_only {
  border-style: solid;
  border-color: transparent;
  background-color: #f8f8f6;
  box-shadow: none; }

.kachel.mobile_menu {
  width: auto;
  min-height: auto;
  margin: 0px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-bottom-color: #eceff1;
  box-shadow: none;
  transition: opacity 200ms ease; }

.kachel.rot_light {
  border-bottom-color: #da2323;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 rgba(218, 35, 35, 0.25); }

.kachel.dunkelblau_light {
  border-bottom-color: #007b91;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 #cce5e9; }

.kachel.dunkelgrun_light {
  border-bottom-color: #009d78;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 #99d8c9; }

.kachel.rot {
  border-style: none;
  background-color: #da2323;
  box-shadow: none;
  color: #fff; }

.kachel.dunkelblau {
  border-style: none;
  background-color: #007b91;
  box-shadow: none;
  color: #fff; }

.kachel.hellblau {
  border-style: none;
  background-color: #70c3d4;
  box-shadow: none;
  color: #fff; }

.kachel.dunkelgrun {
  border-style: none;
  background-color: #009d78;
  box-shadow: none;
  color: #fff; }

.kachel.hellgrun {
  border-style: none;
  background-color: #afcd5f;
  box-shadow: none;
  color: #fff; }

.kachel.pink {
  border-style: none;
  background-color: #f091be;
  box-shadow: none;
  color: #fff; }

.kachel.dunkelrot_light {
  border-bottom-color: #be0078;
  box-shadow: 0 1px 2px 0 #eaebec, inset 0 -3px 0 0 #f2cce4; }

.kachel.dunkelrot {
  border-style: none;
  background-color: #be0078;
  box-shadow: none;
  color: #fff; }

.kachel.gelb {
  position: relative;
  border-style: none;
  background-color: #ffc200;
  box-shadow: none;
  color: #fff; }

.kachel.xsmall {
  width: 206px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 206px;
  flex-basis: 206px; }

.kachel.more {
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  text-align: center; }

.kachel.flex {
  width: auto;
  min-height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 1;
  flex: 1; }

.kachel.flex:hover {
  box-shadow: none; }

.kachel._320 {
  min-height: 320px; }

.kachel.rot_semi {
  border-color: #da2323;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.kachel.kachel_hamburger {
  padding: 0px;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-size: 16px; }

.kachel.kachel_hamburger.w--open {
  border-color: #70c3d4;
  background-color: #fff;
  color: #000; }

.kachel.dunkelgrun_border {
  border-color: #009d78;
  color: #009d78; }

.kachel.rot_border {
  border-color: #da2323;
  color: #da2323; }

.kachel.dunkelblau_border {
  border-color: #007b91;
  color: #007b91; }

.kachel.hellblau_border {
  border-color: #70c3d4;
  color: #70c3d4; }

.kachel.small {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 206px;
  flex-basis: 206px; }

.kachel.kachel_xsmall {
  margin-bottom: 0px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 101px;
  flex-basis: 101px; }

.kachel.icon_kachel {
  width: 20%;
  margin: 0px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  box-shadow: none; }

.kachel.ratgeber_dunkelrot {
  padding-right: 25px;
  padding-bottom: 15px;
  border-style: none;
  background-color: #be0078;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #f8f8f6; }

.kachel.ratgeber_kachel {
  padding-right: 30px;
  padding-bottom: 15px; }

.kachel.text_kachel {
  padding-right: 25px; }

.kachel.horizontal_kachel {
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  -ms-flex-direction: row;
  flex-direction: row; }

.kachel_header_subtitle {
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300; }

.kachel_header_subtitle.centered {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center; }

.kachel_body {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1; }

.label {
  position: relative;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  font-size: 13px; }

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

.label.form_field {
  height: 13px;
  margin-top: 18px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 1;
  flex: 1;
  line-height: 13px; }

.label.form_field.mobile {
  position: relative;
  width: auto;
  line-height: 15px;
  text-align: left; }

.kachel_content_vertical {
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1; }

.checkbox_icon_unchecked {
  display: block;
  width: 50px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #c0c3c6;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.checkbox_icon_checked {
  position: absolute;
  display: none;
  width: 50px;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #70c3d4;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.form_field_label {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 15px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 25px;
  text-align: right; }

.form_field_label.left_aligned {
  position: absolute;
  top: -5px;
  padding-top: 0px;
  text-align: left; }

.logo {
  width: 106px;
  height: 60px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/MOB_d_RGB_rot_Label_o.svg");
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.logo.mobile {
  display: none; }

.vertical_box {
  position: relative;
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1;
  flex: 1; }

.form_field_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right; }

.form_field_container.vertical {
  display: block;
  width: auto;
  margin-bottom: 10px; }

.form_field_container.multline {
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start; }

.form_field_container.radio_checkbox {
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start; }

.form_field_container.form_1row {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: left; }

.input_field_container {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  text-align: left; }

.input_field_container.mobile {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.input_field_container.switch_control_container {
  padding-top: 5px; }

select {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%; }

select.input_field {
  height: 2.5rem;
  padding: .4375rem 1.875rem .4375rem .75rem;
  background-repeat: no-repeat;
  border-bottom: 1px solid black;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.5; }

select:focus {
  outline: 0; }

.select.mobile {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none; }

.input_field_multiline {
  overflow: hidden;
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #cfd8dc;
  background-color: #fff;
  transition: all 250ms ease; }

.input_field_multiline:hover {
  overflow: scroll;
  box-shadow: inset 0 0 0 1px #70c3d4; }

.input_field_multiline:focus {
  padding-left: 10px;
  box-shadow: inset 0 0 0 1px #70c3d4; }

.multiline_container {
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: all 250ms ease; }

.horizontal_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 1;
  flex: 1; }

.heading_5 {
  height: 30px;
  margin: 0px 10px;
  padding-top: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  font-size: 13px;
  line-height: 20px; }

.heading {
  min-height: 25px;
  -ms-flex: 1;
  flex: 1;
  cursor: default; }

.heading.rot {
  -ms-flex: 1;
  flex: 1;
  color: #da2323; }

.heading.with_margin {
  margin-right: 10px;
  margin-left: 10px; }

.heading.white {
  color: #fff; }

.heading.white.with_margin {
  margin-top: 5px;
  margin-bottom: 5px; }

.heading.no_margin {
  margin: 0px; }

.heading.mobile {
  min-height: auto;
  padding-top: 3px;
  font-size: 20px;
  line-height: 20px; }

.heading.black {
  color: #000; }

.heading.black.with_margin {
  margin-right: 10px;
  margin-left: 10px; }

.heading.grey {
  color: #c0c3c6; }

.heading.centered {
  text-align: center; }

.heading.dunkelrot {
  color: #be0078; }

.heading.dunkelgrun {
  color: #009d78; }

.list_container {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  border-top: 1px solid #eceff1;
  border-right: 1px solid #eceff1;
  border-left: 1px solid #eceff1; }

.list_container:hover {
  box-shadow: none; }

.list_container.inline {
  overflow: visible; }

.list_container.no_border {
  border-style: none; }

.subsection {
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #eceff1; }

.heading_4 {
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-flex: 1;
  flex: 1; }

.heading_4.centered {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center; }

.content_section {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.content_section.full {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1; }

.content_section._4rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center; }

.content_section.centered {
  -ms-flex-pack: center;
  justify-content: center; }

.content_section.picture {
  height: 480px;
  margin-bottom: 20px; }

.content_section.picture.kundenportal {
  height: 320px;
  background-image: url("../images/6_Wohnen_V8B0474_hd.jpg");
  background-position: 50% 240%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.content_section.title_bar {
  height: 40px;
  -ms-flex-align: end;
  align-items: flex-end; }

.content_section.centered_vertical {
  -ms-flex-align: center;
  align-items: center; }

.dropdown_container {
  position: relative;
  z-index: 1;
  display: block;
  width: 320px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent; }

.horizontal_flexbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex: 1;
  flex: 1; }

.horizontal_flexbox._40px {
  width: 340px;
  height: 40px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.icon {
  position: relative;
  display: block;
  width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: all 250ms ease;
  font-family: 'Mobiliar iconfont', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: default; }

.icon.red {
  color: #da2323; }

.icon.top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.icon._60 {
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 60px;
  line-height: 60px; }

.icon._60.red {
  border-color: #da2323;
  color: #da2323; }

.icon.large {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 40px;
  line-height: 40px; }

.icon.white {
  color: #fff; }

.icon.hellblau {
  color: #70c3d4; }

.icon.green {
  color: #009d78; }

.icon.yellow {
  color: #f88923; }

.icon.absolute {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.icon.quote {
  position: absolute;
  left: 0px;
  top: -10px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #da2323; }

.icon.blue {
  color: #70c3d4; }

.icon.grey {
  color: #c0c3c6; }

.icon.xlarge {
  width: 60px;
  font-size: 60px;
  line-height: 60px; }

.icon._90 {
  width: 90px;
  height: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 90px;
  line-height: 90px; }

.icon.dunkelrot {
  color: #be0078; }

.icon.dunkelgrun {
  color: #009d78; }

.subsection_container {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(236, 239, 241, 0.05); }

.nav_section {
  position: relative;
  display: block;
  width: 340px;
  padding-top: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff; }

.list_text {
  display: block;
  padding-top: 5px;
  padding-right: 40px;
  padding-bottom: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 0 auto;
  flex: 0 auto;
  transition: all 250ms ease;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-size: 16px; }

.radio_checkbox_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #fff;
  cursor: pointer; }

.radio_checkbox_container:hover {
  border-color: #cfd8dc; }

.checkradio_label {
  width: auto;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 5px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-size: 16px; }

.context_menu_overlay_button {
  display: block;
  height: 40px;
  padding-right: 0px;
  padding-left: 50px;
  border: 1px none #cfd8dc;
  background-color: transparent;
  transition: all 200ms ease;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300; }

.context_menu_overlay_button:hover {
  border-color: #70c3d4;
  background-color: #ebf7fb;
  box-shadow: inset 0 0 0 1px #70c3d4; }

.overlay_wrapper {
  position: absolute;
  top: 60px;
  z-index: 998;
  display: block;
  width: 340px;
  border: 1px solid #cfd8dc;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
  opacity: 1; }

.overlay_wrapper.w--open {
  left: -125px;
  top: 60px;
  display: block;
  width: 340px;
  padding: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 0 1px #d1d5d9, 0 2px 4px 0 rgba(0, 0, 0, 0.15); }

.overlay_wrapper.small_kachel {
  position: absolute;
  left: 0px;
  top: 100px;
  right: 0px;
  display: none;
  width: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #fff; }

.overlay_wrapper.right_aligned {
  top: 60px;
  right: -10px;
  display: none;
  margin-top: -5px; }

.overlay_wrapper.right_aligned.w--open {
  left: auto;
  top: 60px;
  right: 0px;
  display: block; }

.overlay_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 40px;
  padding-top: 5px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: none;
  opacity: 1;
  transition: all 200ms ease;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #263238;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  cursor: default; }

.overlay_icon.error {
  color: #da2323;
  cursor: default; }

.overlay_icon.error.mobile {
  top: -15px; }

.overlay_icon.warning {
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #f88923; }

.overlay_icon.warning.mobile {
  top: -15px; }

.overlay_icon.user_assistance {
  z-index: 20;
  width: 50px;
  color: #70c3d4; }

.overlay_icon.green {
  color: #009d78; }

.overlay_icon.green.mobile {
  top: -15px; }

.overlay_icon.blue {
  color: #70c3d4; }

.overlay_icon.blue.mobile {
  top: -15px; }

.radiobutton_icon {
  display: block;
  width: 50px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #cfd8dc;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.radiobutton_selected {
  position: absolute;
  display: block;
  width: 50px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #70c3d4;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.radiobutton_selected.deselected_state {
  opacity: 0; }

.radiobutton_selected_2 {
  position: absolute;
  display: block;
  width: 50px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #70c3d4;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.horizontal_wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1; }

.kachel_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.kachel_wrapper.centered {
  -ms-flex-pack: center;
  justify-content: center; }

.kachel_wrapper.sync {
  -ms-flex-align: stretch;
  align-items: stretch; }

.kachel_wrapper.mobile_menu {
  border-bottom: 1px solid #eceff1;
  background-color: #fff;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1); }

.kachel_wrapper.vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center; }

.kachel_wrapper.smalltext {
  position: relative;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px; }

.main_header_placeholder {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.radiobutton_checkbox_group {
  position: relative;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
  text-align: left; }

.button_bar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.button_bar.leftaligned {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.button_bar.centered {
  margin-bottom: 10px;
  -ms-flex-pack: center;
  justify-content: center; }

.button_bar.horizontal {
  -ms-flex-align: center;
  align-items: center; }

.tab_button {
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  padding: 0px;
  float: left;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #cfd8dc;
  background-color: #fff;
  transition: all 300ms ease;
  color: #cfd8dc; }

.tab_button.w--current {
  border-bottom-color: #da2323;
  background-color: #fff;
  font-family: MobiliarRealist;
  color: #da2323; }

.toggle_wrapper {
  padding-bottom: 15px;
  -ms-flex: 1;
  flex: 1; }

.viewswitch_button_bar {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff; }

.view_switch_control {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 1;
  flex: 1; }

.select_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -10;
  width: 50px;
  height: 40px;
  padding-top: 10px;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #b0bec5;
  font-size: 30px;
  text-align: center; }

.main-header {
  position: fixed;
  left: 0px;
  top: -20px;
  right: 0px;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.main-header.mobile {
  position: absolute;
  left: -1px;
  top: 167px;
  right: 0px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  text-align: center; }

.main-header.mobile.transparent {
  background-color: transparent;
  box-shadow: none; }

.main-header.mobile.absolute_top {
  top: 0px; }

.mobiliar-header {
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.expander_icon {
  width: 50px;
  transition: all 200ms ease;
  font-family: 'Mobiliar iconfont', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.kachel_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1; }

.kachel_group.flex_width {
  display: block;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 1;
  flex: 1; }

.separator {
  display: block;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #eceff1; }

.separator.grey {
  background-color: #eceff1; }

.separator.full {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #eceff1; }

.separator.no_margin {
  margin-right: 0px;
  margin-left: 0px; }

.separator.no_margin.green {
  background-color: #009d78; }

.separator.no_margin.dunkelrot {
  background-color: #be0078; }

.kachel_funktion {
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #cfd8dc;
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase; }

.kachel_funktion.icon {
  width: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: 'Mobiliar iconfont', sans-serif;
  font-size: 30px;
  font-weight: 400; }

.kachel_funktion.button_style {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
  color: #000; }

.pointer {
  position: absolute;
  z-index: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #cfd8dc;
  border-left: 1px solid #cfd8dc;
  background-color: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.pointer.left {
  position: absolute;
  left: -11px;
  top: 20px;
  bottom: 20px;
  display: block;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pointer.left.error {
  border-top-color: #da2323;
  border-left-color: #da2323; }

.pointer.middle {
  position: absolute;
  left: 0px;
  top: -11px;
  right: 0px; }

.pointer.top_left {
  position: absolute;
  left: 25px;
  top: -11px; }

.pointer.top_right {
  top: -11px;
  right: 25px; }

.columns {
  position: relative;
  display: block;
  width: 340px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.columns.web_context {
  position: relative; }

.columns._2rows {
  width: 680px; }

.columns._4rows {
  width: 1360px;
  background-color: transparent; }

.columns._3rows {
  width: 1020px; }

.columns._5rows {
  width: 1700px; }

.grid_column {
  width: 320px;
  height: auto;
  margin: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #70c3d4, -10px 0 0 0 rgba(218, 35, 35, 0.1), 10px 0 0 0 rgba(218, 35, 35, 0.1), inset 50px 0 0 0 rgba(226, 243, 246, 0.5);
  transition: all 200ms ease; }

.grid {
  position: fixed;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.heading_6 {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  font-size: 13px;
  line-height: 20px; }

.picture {
  display: block;
  overflow: hidden;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.separator_horizontal {
  width: 1px;
  max-width: 1px;
  min-width: 1px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eceff1; }

.separator_horizontal.red {
  border-left: 1px dashed #be0078;
  background-color: #fff; }

.separator_horizontal.with_margin {
  margin-top: 15px;
  margin-bottom: 15px; }

.context_menu {
  display: block;
  width: 50px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.context_menu_toggle {
  position: relative;
  z-index: 0;
  display: block;
  width: 50px;
  height: 40px;
  padding: 5px 0px 0px;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #263238;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.color_circle {
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: all 200ms ease;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  column-count: 2;
  column-gap: 15em; }

.color_circle:hover {
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.color_circle.hellblau {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #70c3d4;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  color: #fff;
  font-weight: 300; }

.color_circle.hellblau80 {
  background-color: #8dcfdd;
  color: #fff; }

.color_circle.hellblau60 {
  background-color: #a9dbe5; }

.color_circle.hellblau40 {
  background-color: #c6e7ee; }

.color_circle.hellblau20 {
  background-color: #e2f3f6; }

.color_circle.rot2 {
  background-color: #e62525;
  color: #fff; }

.color_circle.rot3 {
  background-color: #b21e1e;
  color: #fff; }

.color_circle.dunkelblau {
  background-color: #007b91;
  color: #fff; }

.color_circle.dunkelblau80 {
  background-color: #3395a7;
  color: #fff; }

.color_circle.dunkelblau60 {
  background-color: #66b0bd; }

.color_circle.dunkelblau40 {
  background-color: #99cad3; }

.color_circle.dunkelblau20 {
  background-color: #cce5e9; }

.color_circle.hellgrun {
  background-color: #afcd5f;
  color: #fff; }

.color_circle.hellgrun80 {
  background-color: #bfd77f;
  color: #fff; }

.color_circle.hellgrun60 {
  background-color: #cfe19f; }

.color_circle.hellgrun40 {
  background-color: #dfebbf; }

.color_circle.hellgrun20 {
  background-color: #eff5df; }

.color_circle.dunkelgrun {
  background-color: #009d78;
  color: #fff; }

.color_circle.dunkelgrun80 {
  background-color: #33b193;
  color: #fff; }

.color_circle.dunkelgrun40 {
  background-color: #99d8c9; }

.color_circle.dunkelgrun60 {
  background-color: #66c4ae; }

.color_circle.dunkelgrun20 {
  background-color: #ccebe4; }

.color_circle.pink {
  background-color: #f091be;
  color: #fff; }

.color_circle.pink80 {
  background-color: #f3a7cb;
  color: #fff; }

.color_circle.pink60 {
  background-color: #f6bdd8; }

.color_circle.pink40 {
  background-color: #f9d3e5; }

.color_circle.pink20 {
  background-color: #fce9f2; }

.color_circle.dunkelrot {
  background-color: #be0078;
  color: #fff; }

.color_circle.dunkelrot80 {
  background-color: #cb3393;
  color: #fff; }

.color_circle.dunkelrot60 {
  background-color: #d866ae; }

.color_circle.dunkelrot40 {
  background-color: #e599c9; }

.color_circle.dunkelrot20 {
  background-color: #f2cce4; }

.color_circle.dunkelgrau {
  background-color: #969ba0;
  color: #fff; }

.color_circle.dunkelgrau80 {
  background-color: #abafb3;
  color: #fff; }

.color_circle.dunkelgrau60 {
  background-color: #c0c3c6; }

.color_circle.dunkelgrau40 {
  background-color: #d5d7d9; }

.color_circle.dunkelgrau20 {
  background-color: #eaebec; }

.color_circle.hellgrau {
  background-color: #dedcd2; }

.color_circle.hellgrau60 {
  background-color: #ebeae4; }

.color_circle.hellgrau80 {
  background-color: #e5e3db; }

.color_circle.hellgrau40 {
  background-color: #f2f1ed; }

.color_circle.hellgrau20 {
  background-color: #f8f8f6; }

.color_circle.rot {
  background-color: #da2323;
  color: #fff; }

.color_circle.orange {
  background-color: #FF8C00;
  color: #fff; }

.color_circle.orange80 {
  background-color: #FFA500;
  color: #fff; }

.color_circle.orange60 {
  background-color: #FF4500; }

.color_circle.orange40 {
  background-color: #FF6347; }

.color_circle.orange20 {
  background-color: #FF7F50; }

.color_circle.light-yellow {
  background-color: #ffac2a; }

.color_circle.dark-yellow {
  background-color: #d76b00; }

.viewport_visualisation {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 35px 5px 5px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex: 1;
  flex: 1;
  border: 1px dotted #cfd8dc;
  background-color: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 30px 0 0 rgba(236, 239, 241, 0.5);
  font-size: 13px; }

.viewport_visualisation.tablet_landscape {
  margin-right: 20%;
  margin-left: 20%; }

.viewport_visualisation.smartphone {
  margin-right: 40%;
  margin-left: 40%; }

.viewport_visualisation.notebook {
  margin-right: 10%;
  margin-left: 10%; }

.viewport_visualisation.tablet_portrait {
  margin-right: 30%;
  margin-left: 30%; }

.viewport_visualisation.visualisation_vertical {
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none; }

.interface_baustein {
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.interface_baustein.padding {
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #70c3d4;
  background-color: #fff;
  box-shadow: inset 10px 0 0 0 #e2f3f6, inset -10px 0 0 0 #e2f3f6; }

.interface_baustein.baustein_content {
  margin: 5px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px dashed #eceff1; }

.interface_baustein.baustein_main_navigation {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 40px;
  margin: 5px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(236, 239, 241, 0.5);
  box-shadow: none; }

.interface_baustein.baustein_footer {
  position: relative;
  height: 40px;
  margin: 5px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right-style: none;
  border-left-style: none;
  background-color: rgba(236, 239, 241, 0.5); }

.interface_baustein.baustein_column {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  margin: 5px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #a9dbe5; }

.interface_baustein.baustein_column.padding {
  border-color: #70c3d4; }

.body_text {
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 1;
  flex: 1; }

.body_text.watermark {
  margin-right: 10px;
  margin-left: 10px;
  color: #90a4ae; }

.body_text.watermark._100px {
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.body_text._100px {
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.body_text.link {
  color: #da2323;
  text-decoration: underline; }

.body_title {
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 1;
  flex: 1; }

.body_title._100px {
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-weight: 300; }

.body_label {
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700; }

.body_label._100px {
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.page_section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -ms-flex: 1;
  flex: 1; }

.page_section.hero_web {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 440px;
  background-color: #f8f8f6; }

.page_section.hero_web.ga_basel {
  display: -ms-flexbox;
  display: flex;
  background-image: url("../images/mobiliar-basel.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.page_section.hero_web.car {
  margin-bottom: 0px;
  background-image: url("../images/8_Auto_V8B7518_hd.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.overlay_content {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: #fff;
  text-align: left; }

.overlay_error {
  display: none; }

.switch_control {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 30px;
  padding: 2px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #cfd8dc;
  border-radius: 25px;
  background-color: #fff;
  cursor: default; }

.switch {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #cfd8dc;
  border-radius: 20px;
  background-color: #fff;
  cursor: default; }

.switch.w--current {
  width: 30px;
  height: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #70c3d4;
  font-family: 'Mobiliar iconfont', sans-serif; }

.switch.right_aligned {
  right: 2px; }

.switch_on {
  position: absolute;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #70c3d4;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  cursor: default; }

.switch_on.right_aligned {
  right: 2px; }

.form_success_message {
  position: fixed; }

.form_error_message {
  position: fixed; }

.switch_label {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 0px;
  width: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex: 1;
  flex: 1;
  text-align: left; }

.switch_label.label_on {
  background-color: #fff;
  opacity: 0; }

.icon_button_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1; }

.icon_addon {
  position: absolute;
  right: -10px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  border: 2px solid #263238;
  border-radius: 50%;
  background-color: #263238;
  opacity: 0;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.icon_addon.red {
  display: block;
  border-color: #da2323;
  background-color: #da2323;
  opacity: 0; }

.selection_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 50%;
  transition: all 350ms ease;
  font-family: 'Mobiliar iconfont', sans-serif;
  font-size: 60px;
  line-height: 30px;
  cursor: default; }

.selection_container.grey {
  margin-bottom: 0px;
  border-color: #c0c3c6;
  color: #c0c3c6; }

.selection_container.grey.no_clip {
  overflow: hidden; }

.selection_container.red {
  border-color: #da2323;
  color: #da2323; }

.icon_addon_placeholder {
  position: absolute;
  right: -10px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  border: 2px solid #263238;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 4px #fff;
  font-family: 'Mobiliar iconfont', sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.icon_addon_placeholder.red {
  border-color: #da2323;
  color: #da2323; }

.overlay_user_assistance {
  position: absolute;
  top: 40px;
  display: none; }

.overlay_user_assistance.kachel_tooltip {
  left: -20px;
  top: 90px;
  display: none;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  transition: all 250ms ease; }

.overlay_user_assistance.kachel_tooltip:hover {
  background-color: #fff; }

.placeholder {
  display: none;
  width: 320px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid_container {
  display: block;
  -ms-flex-pack: center;
  justify-content: center; }

.add_kachel_icon {
  padding-bottom: 15px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
  font-size: 120px;
  line-height: 50px;
  text-align: center; }

.picture_container {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.picture_container.round {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: 10px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  background-color: #f8f8f6; }

.picture_container._170 {
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eceff1; }

.picture_container._170.generalagentur {
  height: 165px;
  background-image: url("../images/mobiliar-basel.jpg");
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat; }

.picture_container.anna {
  height: 200px;
  background-image: url("../images/01985064.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.picture_container._240 {
  overflow: hidden; }

.picture_container.hero {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  -ms-flex: 1;
  flex: 1;
  background-image: url("../images/3_Spielen_22965_hd.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.picture_container.hero.ux {
  background-color: #eceff1;
  background-image: url("../images/3_Digital_24471_hd-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.picture_container.phone {
  height: 200px;
  background-image: url("../images/teaser-mobiliar-app-thum.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.picture_container.schaden {
  height: 200px;
  background-image: url("../images/7_Porzellan_V8B3262_hd.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.picture_container.fahrzeug {
  height: 200px;
  background-image: url("../images/8_Auto_V8B7518_hd.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.profile_picture {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d5d7d9; }

.profile_picture.free_floating {
  position: relative;
  margin-top: -120px;
  margin-bottom: 0px;
  border: 5px solid #fff; }

.profile_picture.fabian_burkhart {
  background-color: #d5d7d9;
  background-image: url("../images/458038_1.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.profile_picture.empty {
  background-color: #eaebec;
  color: #c0c3c6; }

.toggle {
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 5px 20px 0px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #eceff1;
  background-color: #fff;
  transition: all 250ms ease;
  color: #969ba0;
  line-height: 30px;
  text-align: center; }

.toggle.w--current {
  display: -ms-flexbox;
  display: flex;
  border-bottom-width: 2px;
  border-bottom-color: #da2425;
  background-color: #fff;
  box-shadow: none;
  font-family: MobiliarRealist;
  color: #000;
  font-weight: 700;
  text-align: center; }

.toggle.red.w--current {
  border-color: #da2323;
  box-shadow: none; }

.toggle.tab {
  padding-left: 0px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
  text-align: left; }

.toggle.tab.w--current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.toggle_button_bar {
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end; }

.toggle_button_bar.leftaligned {
  -ms-flex-pack: center;
  justify-content: center; }

.toggle_button_bar.tab {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.toggle_button_bar.mobile {
  padding-right: 0px;
  padding-left: 0px; }

.drilldown_button {
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #eceff1;
  background-color: #fff;
  text-align: left; }

.drilldown_button.top {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #eceff1; }

.drilldown_button.centered {
  -ms-flex-pack: center;
  justify-content: center; }

.drilldown_button.no_border {
  border-bottom-style: none; }

.split_button {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px; }

.toggle_button_off {
  position: static;
  width: 50px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #b0bec5;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  cursor: default; }

.toggle_button_off:hover {
  border-color: #cfd8dc; }

.toggle_button_on {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 0px;
  display: none;
  width: 50px;
  height: 40px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #fff;
  opacity: 0;
  font-family: 'Mobiliar iconfont', sans-serif;
  color: #70c3d4;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  cursor: default; }

.toggle_button_on.mobi {
  color: #b0bec5; }

.toggle_button {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer; }

.subkachel {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 20px; }

.map {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.map.kachel {
  height: 250px;
  margin: 0px;
  box-shadow: none; }

.map.full {
  width: 100vw;
  height: 100vh; }

.overlay_success {
  display: none; }

.kachel_inline_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1;
  flex: 1; }

.spacer_vertical {
  width: 100%;
  height: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.spacer_vertical._50 {
  height: 50px; }

.nav_menu {
  display: -ms-flexbox;
  display: flex;
  width: 1360px;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff; }

.nav_menu.full_width {
  width: 100%; }

.navigation_button {
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 1;
  flex: 1;
  transition: all 250ms ease;
  text-align: center; }

.navigation_button.w--current {
  font-family: MobiliarRealist;
  color: #000; }

.navigation_button.active {
  font-family: MobiliarRealist; }

.navigation_button.active.w--current {
  border-bottom-color: #da2323; }

.navigation_button.sub {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
  text-align: left; }

.navigation_button.sub:hover {
  font-family: MobiliarRealist; }

.navigation_button.sub.w--current {
  font-family: MobiliarRealist;
  color: #da2323;
  font-weight: 700; }

.navigation_button.sub.b2e {
  padding-top: 0px;
  padding-left: 10px;
  border: 1px solid #fff;
  box-shadow: none; }

.navigation_button.sub.b2e.w--current {
  box-shadow: inset 5px 0 0 0 #c6e7ee;
  color: #000; }

.navigation_button.sub.b2e.active {
  border-color: #70c3d4;
  box-shadow: inset 5px 0 0 0 #c6e7ee; }

.navigation_button.footer_link {
  height: 50px;
  padding-top: 20px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-align: left; }

.navigation_button.context {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: none;
  text-align: left; }

.navigation_button.context:hover {
  background-color: #f8f8f6; }

/*
.footer {

position: relative;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100vw;
margin-top: 140px;
padding-top: 40px;
padding-bottom: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #da2425;
color: #fff;


}
*/
.sub_navigation {
  position: static;
  display: block;
  width: 340px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff; }

.hamburger_button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0px 10px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.rich_text_container {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px; }

.rich_text_container.blue {
  margin-bottom: 20px;
  padding: 15px 40px;
  border-top: 2px solid #70c3d4;
  background-color: #e2f3f6; }

.rich_text_container.paragraph_2row {
  column-count: 2; }

.image {
  display: block;
  max-height: 100%;
  max-width: 100%; }

.image.profil {
  width: auto;
  height: 160px; }

.hero_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent; }

.hero_section.splashscreen {
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #da2323; }

.mobile_screen_wrapper {
  position: relative;
  left: -1px;
  top: 167px;
  display: block;
  overflow: scroll;
  width: 375px;
  height: 667px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent; }

.mobile_screen_wrapper.with_padding {
  padding-right: 10px;
  padding-left: 10px; }

.mobile_header_placeholder {
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.logo_container {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex: 1;
  flex: 1; }

.logo_container.mobile {
  height: 60px;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.logo_container.mobile.leftaligned {
  padding-left: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.footer_wrapper {
  display: -ms-flexbox;
  display: flex; }

.footer_column {
  width: 340px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px; }

.subtitle {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-align: end;
  align-items: flex-end; }

.subtitle.no_margin {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px; }

.subtitle.grey {
  background-color: #f8f8f6;
  color: #969ba0; }

.subtitle.grey.no_margin {
  margin-right: 0px;
  margin-left: 0px; }

.map_container {
  background-color: #eceff1; }

.map_container._320 {
  height: 320px; }

.nav_placeholder {
  display: none;
  width: 100%;
  height: 60px; }

.subnav_placeholder {
  display: none;
  width: 100%; }

.hero_area {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.hero_area.mobile_only {
  height: auto;
  -ms-flex-align: center;
  align-items: center; }

.context_menu_wrapper {
  padding-top: 10px;
  background-color: #fff;
  transition: all 300ms ease; }

.context_menu_wrapper.w--open {
  position: absolute;
  top: 40px;
  right: -25px;
  width: 340px;
  padding-top: 20px;
  padding-bottom: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #cfd8dc;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.hero_wrapper {
  height: 100%; }

.hero_wrapper.mobile {
  display: -ms-flexbox;
  display: flex;
  height: 667px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.header_wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 1360px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.menu_button {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0px; }

.menu_button.w--open {
  background-color: #fff; }

.interaction_trigger {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0; }

.sub_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.sub_header.grey {
  background-color: rgba(236, 239, 241, 0.5); }

.sub_header.b2e {
  z-index: 999;
  background-color: #eceff1; }

.hamburger_line_1 {
  width: 24px;
  height: 2px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  background-color: #da2323; }

.hamburger {
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 60px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.hamburger_line_2 {
  width: 24px;
  height: 2px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  background-color: #da2323; }

.hamburger_b {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch; }

.header_content {
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex: 1;
  flex: 1; }

.utility-page-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.utility-page-content {
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.utility-page-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch; }

.interface_viewport_wrapper {
  display: block;
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: center;
  justify-content: center; }

.title_bar {
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #eceff1; }

.mobile_screen {
  position: relative;
  height: 1000px;
  background-image: url("../images/iPhone-7-mockup.png");
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.tisa {
  font-family: Tisawebpro, sans-serif; }

.tisa.xlarge {
  font-size: 65px;
  line-height: 70px; }

.baustein_vermessung {
  position: relative;
  z-index: 1;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgba(218, 35, 35, 0.14);
  box-shadow: 0 0 0 1px #da2323; }

.baustein_vermessung.width_0-5x {
  width: 50%; }

.baustein_vermessung.width_2x {
  width: 247px; }

.baustein_vermessung.width_3x {
  width: 377px; }

.tabs_content {
  overflow: visible; }

.overlay {
  position: absolute;
  left: 330px;
  top: -10px;
  z-index: 999;
  width: 340px;
  padding-right: 20px;
  border: 1px solid #cfd8dc;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.overlay.overlay_warning {
  display: none; }

.overlay.overlay_warning.below {
  position: relative;
  left: 0px; }

.overlay.overlay_warning.app {
  left: 0px;
  top: 60px;
  display: none;
  width: auto; }

.overlay.overlay_user_assistance {
  top: 40px;
  display: none; }

.overlay.overlay_user_assistance.below {
  position: relative;
  left: 0px; }

.overlay.overlay_success.below {
  position: relative;
  left: 0px; }

.overlay.overlay_error {
  border-color: #da2323; }

.overlay.overlay_error.below {
  position: relative;
  left: 0px; }

.overlay.overlay_message.below {
  position: relative; }

.overlay.below {
  position: relative;
  top: 0px;
  width: auto;
  margin-left: 0px; }

.content_header {
  display: -ms-flexbox;
  display: flex;
  width: 1360px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.content_header_kachel {
  padding: 0px;
  -ms-flex: 1;
  flex: 1; }

.content_header_kachel.w--open {
  background-color: transparent; }

.content_header_wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 1700px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.expander_container {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.expander {
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eceff1; }

.empty_screen_wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  background-color: #f8f8f6; }

.footer_navigation {
  position: absolute;
  left: -1px;
  right: 0px;
  bottom: 166px;
  z-index: 1;
  display: block;
  width: 375px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }

.footer_navigation.absolute_bottom {
  bottom: 0px; }

.search_bar {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f2f1ed;
  border-radius: 5px;
  background-color: #fff; }

.infobox {
  display: block;
  min-height: 240px;
  padding: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8f8f6; }

.infobox.grey {
  position: relative;
  left: 0px;
  top: 227px;
  right: 0px;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #f2f1ed; }

.infobox.grey.centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.infobox.grey.centered.edit {
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url("../images/apple-imac-0130.0.0.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.infobox.mobile_infobox {
  position: absolute;
  left: 0px;
  top: 227px;
  right: 0px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 220px;
  min-height: 220px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.infobox.mobile_infobox.imac {
  background-image: url("../images/apple-imac-0130.0.0.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.mobile_footer_placeholder {
  height: 90px; }

.filter_container {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #f2f1ed;
  background-color: #f2f1ed; }

.filter_container.hellgrau {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f1ed;
  font-size: 13px;
  line-height: 20px;
  text-align: left; }

.checkbox {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.radiobutton.flex {
  position: absolute;
  left: 36px;
  top: 44px;
  right: 0px;
  bottom: 0px; }

.infobox_container {
  position: relative; }

.radio_white_space {
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff; }

.group_container {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.group_container._80 {
  position: relative;
  width: 80px;
  height: 80px; }

.slider_container {
  width: 100%;
  height: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent; }

.slide_nav {
  display: none; }

.center_container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.center_container.red {
  color: #da2323; }

.splashscreen_logo {
  width: 100%; }

.spacer_horizontal {
  height: 100%;
  -ms-flex: 1;
  flex: 1; }

.infobox_placeholder_mobile {
  height: 220px; }

.infobox_content {
  display: block;
  padding-top: 10px; }

.content_2 {
  display: none; }

.content_3 {
  display: none; }

.content_4 {
  display: none; }

.content_5 {
  display: none; }

.content_6 {
  display: none; }

.content_7 {
  display: none; }

.content_8 {
  display: none; }

.content_1 {
  display: none; }

.keynote_container {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 410px;
  -ms-flex-align: start;
  align-items: flex-start; }

.row {
  display: -ms-flexbox;
  display: flex; }

html.w-mod-js *[data-ix="on-load-opacity-0"] {
  opacity: 0; }

html.w-mod-js *[data-ix="on-load-invisible"] {
  display: none;
  opacity: 0;
  height: 0px; }

html.w-mod-js *[data-ix="inline-closed-on-load"] {
  display: none;
  height: 0px; }

html.w-mod-js *[data-ix="navigation-closed-on-load"] {
  display: none;
  height: 0px; }

html.w-mod-js *[data-ix="on-load-centered"] {
  opacity: 0;
  -ms-transform: translate(-510px, 0px);
  transform: translate(-510px, 0px); }

html.w-mod-js *[data-ix="on-page-load"] {
  opacity: 0;
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px); }

html.w-mod-js *[data-ix="on-page-out"] {
  opacity: 0; }

html.w-mod-js *[data-ix="appear-on-load"] {
  opacity: 0;
  -ms-transform: translate(0px, 80px) scale(0.95, 0.95);
  transform: translate(0px, 80px) scale(0.95, 0.95); }

@media (max-width: 991px) {
  .content_area {
    padding-top: 0px; }
  .section_container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .section_container.ux {
    width: auto; }
  .container {
    overflow: visible; }
  .input_field.multiline {
    width: 100%; }
  .overlay_message {
    display: none; }
  .inline {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .inline.formular {
    left: -20px;
    width: 100vw; }
  .inline.kachel_inline {
    width: 100%; }
  .button.icon.no_border.w--open {
    background-color: transparent; }
  .text.with_margin {
    -ms-flex: 1;
    flex: 1; }
  .kachel {
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px; }
  .kachel.aktion.red.flex {
    padding-right: 15px; }
  .kachel.aktion.dunkelblau.flex {
    padding-right: 15px; }
  .kachel.aktion.dunkelgrun.flex {
    padding-right: 15px; }
  .kachel.xsmall {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px; }
  .kachel.xsmall.no_border {
    max-width: none; }
  .kachel.xsmall {
    -ms-flex-preferred-size: 206px;
    flex-basis: 206px; }
  .kachel.flex {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .kachel.horizontal_kachel {
    width: 100%;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .checkbox_icon_checked {
    color: #70c3d4; }
  .form_field_label {
    -ms-flex: 1;
    flex: 1; }
  .logo {
    display: block;
    margin-left: 10px; }
  .logo.mobile {
    display: none;
    height: 50px; }
  .input_field_container {
    -ms-flex-direction: column;
    flex-direction: column; }
  .input_field_multiline {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex: 1;
    flex: 1; }
  .multiline_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex: 1;
    flex: 1; }
  .subsection {
    height: auto;
    min-height: 40px; }
  .content_section {
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .content_section.full {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column; }
  .content_section._4rows {
    width: auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1; }
  .content_section._4rows.centered {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .content_section.centered {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .dropdown_container {
    -ms-flex: 1;
    flex: 1; }
  .horizontal_flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .icon.black {
    color: #000; }
  .subsection_container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .nav_section {
    position: absolute;
    width: 100%;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #fff; }
  .list_text {
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .overlay_wrapper.w--open {
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px; }
  .overlay_icon {
    position: absolute;
    left: auto;
    right: 0px; }
  .overlay_icon.error {
    top: 0px; }
  .overlay_icon.user_assistance {
    top: 0px;
    right: 0px; }
  .radiobutton_selected {
    display: block; }
  .kachel_wrapper {
    position: relative; }
  .kachel_wrapper.centered {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .kachel_wrapper.sync {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kachel_wrapper.mobile_menu {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .kachel_wrapper.smalltext {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kachel_wrapper.special {
    -ms-flex: 1;
    flex: 1; }
  .main_header_placeholder {
    display: block; }
  .radiobutton_checkbox_group {
    display: block;
    -ms-flex: 1;
    flex: 1; }
  .button_bar.leftaligned {
    -ms-flex: 1;
    flex: 1; }
  .tab_button {
    width: 25%; }
  .viewswitch_button_bar {
    display: -ms-flexbox;
    display: flex; }
  .view_switch_control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .kachel_group {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex: 1 0 340px;
    flex: 1 0 340px; }
  .pointer {
    position: absolute; }
  .pointer.top_right {
    position: absolute;
    left: 305px; }
  .columns {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-direction: column;
    flex-direction: column; }
  .columns._2rows {
    width: 100%; }
  .columns._4rows {
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .columns._3rows {
    width: 100%; }
  .columns._5rows {
    width: 100%; }
  .grid_column {
    -ms-flex: 1;
    flex: 1; }
  .grid_column._1 {
    margin-left: 20px;
    box-shadow: inset 0 0 0 1px #70c3d4, -20px 0 0 0 rgba(218, 35, 35, 0.1), 10px 0 0 0 rgba(218, 35, 35, 0.1), inset 60px 0 0 0 rgba(226, 243, 246, 0.5); }
  .grid_column._2 {
    margin-right: 20px;
    box-shadow: inset 0 0 0 1px #70c3d4, -10px 0 0 0 rgba(218, 35, 35, 0.1), 20px 0 0 0 rgba(218, 35, 35, 0.1), inset 60px 0 0 0 rgba(226, 243, 246, 0.5); }
  .grid_column._3 {
    display: none; }
  .grid_column._4 {
    display: none; }
  .color_circle:hover {
    -ms-transform: none;
    transform: none; }
  .color_circle.hellblau:hover {
    -ms-transform: none;
    transform: none; }
  .viewport_visualisation {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto; }
  .page_section {
    padding-right: 10px;
    padding-left: 10px; }
  .page_section.hero_web.car {
    height: 320px; }
  .overlay_user_assistance.kachel_tooltip {
    position: absolute;
    left: -5px;
    top: auto;
    margin-right: 0px;
    margin-left: 0px; }
  .placeholder {
    display: block;
    height: 0px;
    margin-right: 10px;
    margin-left: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 320px;
    flex: 320px; }
  .picture_container {
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start; }
  .picture_container._240 {
    height: 240px; }
  .map.kachel {
    margin-right: 0px;
    margin-left: 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .inline_container {
    width: auto; }
  .spacer_vertical {
    -ms-flex: 1;
    flex: 1; }
  .spacer_vertical._50 {
    height: 50px; }
  .nav_menu {
    position: fixed;
    left: 0px;
    top: 60px;
    right: 0px;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #eceff1; }
  .navigation_button {
    height: 60px;
    padding-top: 0px;
    border-bottom-style: none; }
  .navigation_button.w--current {
    font-family: MobiliarRealist; }
  .navigation_button.active {
    padding-left: 0px; }
  .navigation_button.active.w--current {
    display: -ms-flexbox;
    display: flex;
    font-family: MobiliarRealist;
    color: #da2323;
    font-weight: 700; }
  .navigation_button.sub {
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px solid #eceff1; }
  .navigation_button.sub.w--current {
    font-family: MobiliarRealist-SemiLight;
    color: #cfd8dc;
    font-weight: 300; }
  .navigation_button.footer_link {
    padding-left: 0px; }
  .footer {
    z-index: 0;
    padding-right: 10px;
    padding-left: 10px; }
  .sub_navigation {
    position: fixed;
    left: 0px;
    top: 120px;
    right: 0px;
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
    cursor: default; }
  .sub_navigation.b2e {
    top: 185px; }
  .hamburger_button {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eceff1;
    background-color: #f8f8f6;
    font-family: 'Mobiliarrealistweb semilight', Arial, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300; }
  .hamburger_button.w--open {
    background-color: #fff;
    color: #000; }
  .image {
    -ms-flex: 1;
    flex: 1; }
  .image.profil {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .footer_wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1; }
  .footer_column {
    margin-bottom: 40px;
    -ms-flex: 1 0 340px;
    flex: 1 0 340px; }
  .nav_placeholder {
    display: block; }
  .subnav_placeholder {
    display: block;
    height: 50px; }
  .context_menu_wrapper.w--open {
    right: 0px;
    width: 340px; }
  .header_wrapper {
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1;
    flex: 1; }
  .interaction_trigger {
    width: 100%;
    height: 100%; }
  .sub_header.b2e {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .content_navigation {
    width: 100%; }
  .content_navigation .st__menu .st__menu__link {
    font-size: 16px; }
  .interface_viewport_wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
  .mobile_screen {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .baustein_vermessung.width_2x {
    width: 209%; }
  .baustein_vermessung.width_3x {
    width: 318%; }
  .overlay {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto; }
  .overlay.overlay_warning {
    top: -1px; }
  .overlay.overlay_user_assistance {
    top: -1px; }
  .overlay.overlay_success {
    top: -1px; }
  .overlay.overlay_error {
    top: -1px; }
  .overlay.overlay_message {
    top: -1px; }
  .content_header {
    display: block;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .content_header_wrapper {
    width: 100%; } }

@media (max-width: 767px) {
  .section_container.ux {
    display: -ms-flexbox;
    display: flex; }
  .inline.kachel_inline {
    width: auto; }
  .paragraph {
    column-count: 1; }
  .button.context {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .button.hamburger {
    margin-right: 0px;
    margin-left: 0px;
    border-style: none;
    border-radius: 0px;
    color: #da2323; }
  .button.hamburger.w--open {
    background-color: #fff; }
  .button.infobox {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .kachel_header.rot {
    box-shadow: 0 0 0 1px #da2323; }
  .kachel_header.dunkelgrun {
    background-color: #009d78;
    box-shadow: 0 0 0 1px #009d78;
    color: #fff; }
  .kachel {
    width: auto; }
  .kachel.xsmall {
    width: auto;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px; }
  .kachel.horizontal_kachel {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column; }
  .logo {
    display: block;
    width: 180px;
    margin-left: 20px;
    background-position: 0px 50%; }
  .logo.mobile {
    display: block;
    margin-left: 0px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff; }
  .horizontal_section {
    width: auto; }
  .content_section {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .content_section._4rows {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .nav_section {
    background-color: #fff; }
  .overlay_wrapper.w--open {
    left: -280px; }
  .horizontal_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kachel_wrapper.centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .kachel_wrapper.sync {
    display: -ms-flexbox;
    display: flex; }
  .kachel_wrapper.vertical {
    display: block; }
  .button_bar {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .main-header {
    display: -ms-flexbox;
    display: flex; }
  .main-header.mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    width: auto;
    margin-top: 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .mobiliar-header {
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: visible;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff; }
  .kachel_group {
    width: 100%; }
  .pointer.top_right {
    left: 295px; }
  .columns {
    background-color: #fff; }
  .grid_column {
    display: block; }
  .body_text {
    text-align: left; }
  .placeholder {
    display: block; }
  .picture_container.round {
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eaebec; }
  .toggle.red {
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .map {
    -ms-flex: 1;
    flex: 1; }
  .map.kachel {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .spacer_vertical._50 {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .nav_menu {
    padding: 20px 40px 60px;
    background-color: #fff;
    text-align: left; }
  .navigation_button {
    padding-top: 15px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-style: solid; }
  .navigation_button.sub {
    display: -ms-flexbox;
    display: flex; }
  .navigation_button.sub.w--current {
    color: #b0bec5; }
  .navigation_button.footer_link {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px; }
  .sub_navigation {
    position: fixed;
    left: 0px;
    top: 60px;
    right: 0px;
    z-index: 999;
    margin-right: 0px;
    margin-left: 0px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff; }
  .hamburger_button {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #f8f8f6; }
  .rich_text_container {
    margin-right: 10px;
    margin-left: 10px; }
  .mobile_screen_wrapper {
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    padding-left: 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 1;
    flex: 1; }
  .mobile_header_placeholder {
    height: 60px; }
  .logo_container.mobile {
    height: 50px; }
  .logo_container.mobile.leftaligned {
    height: 60px;
    padding-left: 0px; }
  .footer_column {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column; }
  .nav_placeholder {
    display: none; }
  .context_menu_wrapper.w--open {
    right: -10px; }
  .hero_wrapper.mobile {
    height: 100vh; }
  .header_wrapper {
    padding-right: 0px;
    padding-left: 0px; }
  .menu_button {
    right: 15px; }
  .hamburger {
    padding-top: 0px;
    -ms-flex-pack: center;
    justify-content: center; }
  .hamburger_b {
    padding-bottom: 0px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .mobile_screen {
    left: -10px;
    width: 100vw;
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll; }
  .empty_screen_wrapper {
    height: 100vh; }
  .footer_navigation {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%; }
  .infobox.grey {
    top: 60px;
    width: auto; }
  .infobox.mobile_infobox {
    left: 0px;
    top: 60px;
    right: 0px;
    width: auto; } }

@media (max-width: 479px) {
  .content_area {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
  .section_container {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 1;
    flex: 1; }
  .container {
    display: block;
    width: auto;
    padding-right: 0px;
    padding-left: 0px; }
  .input_field {
    width: auto;
    height: 25px;
    padding-top: 5px;
    padding-bottom: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none; }
  .input_field:hover {
    border-top-style: solid;
    border-top-color: transparent;
    border-right-style: solid;
    border-right-color: transparent;
    border-left-style: solid;
    border-left-color: transparent; }
  .input_field:focus {
    outline: 0 !important; }
  .input_field.error {
    padding-left: 0px; }
  .input_field.multiline {
    top: 15px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid; }
  .input_field.multiline:hover {
    border-style: solid; }
  .input_field.multiline:active {
    border-style: solid; }
  .input_field.multiline:focus {
    top: 16px;
    border-style: solid; }
  .input_field.dropdown {
    width: 100%;
    padding-top: 0px; }
  .overlay_message {
    margin-right: 0px;
    margin-left: 0px; }
  .paragraph {
    padding-right: 0px;
    padding-left: 0px;
    column-count: 1; }
  .paragraph._2_row {
    margin-left: 10px;
    column-count: 1; }
  .form_wrapper {
    -ms-flex-direction: column;
    flex-direction: column; }
  .form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .list_item {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex: 0 auto;
    flex: 0 auto; }
  .list_item.read_only {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .button {
    width: auto;
    max-width: none;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .button.primary {
    -ms-flex: 1;
    flex: 1; }
  .button.icon {
    width: 50px; }
  .button.icon.no_border {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center; }
  .button.context {
    width: 50px; }
  .text {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .text.centered {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center; }
  .text.form_field {
    padding-left: 5px;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .kachel_header.main {
    background-color: transparent; }
  .kachel {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px; }
  .kachel.aktion.red.flex {
    -ms-flex: 1 0 280px;
    flex: 1 0 280px; }
  .kachel.aktion.dunkelblau.flex {
    -ms-flex: 1 0 280px;
    flex: 1 0 280px; }
  .kachel.aktion.dunkelgrun.flex {
    -ms-flex: 1 0 280px;
    flex: 1 0 280px; }
  .kachel.xsmall {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px; }
  .kachel.xsmall {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px; }
  .kachel.flex {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .kachel.icon_kachel {
    width: 33%; }
  .kachel_body {
    -ms-flex: 1;
    flex: 1; }
  .label.form_field {
    position: relative;
    z-index: 10;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 15px;
    text-align: left; }
  .kachel_content_vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .kachel_content_vertical.with_margin {
    padding-right: 20px; }
  .checkbox_icon_checked {
    background-color: transparent;
    color: #70c3d4; }
  .form_field_label {
    position: relative;
    display: block;
    height: 5px;
    padding-top: 0px;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: 'Mobiliarrealistweb bold', Arial, sans-serif;
    font-size: 12px;
    text-align: left; }
  .form_field_label.left_aligned {
    top: 5px; }
  .logo {
    display: block; }
  .vertical_box {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .form_field_container {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start; }
  .form_field_container.multline {
    margin-bottom: 30px;
    padding-top: 0px; }
  .form_field_container.horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .input_field_container {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent; }
  .input_field_container.mobile {
    margin-bottom: 0px; }
  .select {
    margin-bottom: 0px;
    padding-top: 5px; }
  .input_field_multiline {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px; }
  .multiline_container {
    width: auto;
    padding-left: 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 1;
    flex: 1; }
  .horizontal_section {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .heading_5 {
    padding-left: 0px; }
  .list_container {
    padding-right: 0px;
    padding-left: 0px; }
  .content_section._4rows {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .dropdown_container {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .horizontal_flexbox {
    width: 100%; }
  .horizontal_flexbox._40px {
    -ms-flex-direction: row;
    flex-direction: row; }
  .icon {
    display: block; }
  .list_text {
    display: block;
    padding-right: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .radio_checkbox_container {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent; }
  .context_menu_overlay_button {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column; }
  .overlay_wrapper.w--open {
    position: absolute;
    top: 40px;
    display: block; }
  .overlay_wrapper.right_aligned {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100vw;
    box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.1); }
  .overlay_icon {
    top: -15px;
    bottom: 0px;
    background-color: transparent;
    box-shadow: none; }
  .overlay_icon.error {
    top: -15px; }
  .overlay_icon.warning {
    top: -15px; }
  .overlay_icon.user_assistance {
    top: -15px; }
  .radiobutton_selected {
    display: block; }
  .radiobutton_selected_2 {
    color: #70c3d4; }
  .horizontal_wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center; }
  .kachel_wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .kachel_wrapper.centered {
    -ms-flex-pack: center;
    justify-content: center; }
  .kachel_wrapper.mobile_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kachel_wrapper.vertical {
    display: block; }
  .main_header_placeholder {
    display: block; }
  .radiobutton_checkbox_group {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .button_bar {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .button_bar.leftaligned {
    -ms-flex-align: start;
    align-items: flex-start; }
  .button_bar.horizontal {
    -ms-flex-direction: row;
    flex-direction: row; }
  .tab_button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center; }
  .view_switch_control {
    padding-left: 0px; }
  .select_icon {
    right: 0px;
    bottom: 0px; }
  .mobiliar-header {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    box-shadow: none; }
  .kachel_group {
    -ms-flex: 1 0 280px;
    flex: 1 0 280px; }
  .kachel_funktion.icon {
    display: -ms-flexbox;
    display: flex; }
  .pointer {
    position: absolute;
    left: 30px; }
  .columns {
    position: relative; }
  .grid_column._1 {
    margin-right: 20px;
    box-shadow: inset 0 0 0 1px #70c3d4, -20px 0 0 0 rgba(218, 35, 35, 0.1), 20px 0 0 0 rgba(218, 35, 35, 0.1), inset 60px 0 0 0 rgba(226, 243, 246, 0.5); }
  .grid_column._2 {
    display: none; }
  .picture {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center; }
  .color_circle:hover {
    -ms-transform: none;
    transform: none; }
  .viewport_visualisation.tablet_landscape {
    width: auto; }
  .interface_baustein {
    height: 120px; }
  .interface_baustein.padding {
    box-shadow: inset 5px 0 0 0 #e2f3f6, inset -5px 0 0 0 #e2f3f6; }
  .interface_baustein.baustein_main_navigation {
    height: 20px; }
  .page_section.hero_web.car {
    height: 240px; }
  .overlay_warning {
    display: none; }
  .overlay_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1; }
  .overlay_error {
    display: none; }
  .switch_label {
    position: absolute;
    left: 0px;
    right: 70px;
    bottom: 0px;
    height: 25px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .switch_label.label_on {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .overlay_user_assistance.kachel_tooltip {
    top: 80px;
    margin-right: auto;
    margin-left: auto; }
  .picture_container {
    height: auto; }
  .picture_container.hero {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 1;
    flex: 1; }
  .toggle {
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1;
    flex: 1; }
  .toggle_button_bar {
    display: -ms-flexbox;
    display: flex; }
  .drilldown_button {
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1; }
  .split_button {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .toggle_button_off {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .toggle_button_off:hover {
    border-style: solid;
    border-color: #cfd8dc; }
  .toggle_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .spacer_vertical {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .nav_menu {
    position: absolute;
    display: -ms-flexbox;
    display: flex; }
  .rich_text_container.blue {
    padding-right: 15px;
    padding-left: 15px; }
  .footer_column {
    width: 101%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .subnav_placeholder {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .hero_area.mobile_only {
    height: 100vh; }
  .menu_button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .interface_viewport_wrapper.width_300px {
    width: 300px; }
  .baustein_vermessung {
    height: 15px; }
  .baustein_vermessung.width_2x {
    width: 98px; }
  .baustein_vermessung.width_3x {
    width: 150px; }
  .overlay {
    display: block; }
  .overlay.overlay_warning {
    display: none; }
  .overlay.overlay_success {
    display: none; }
  .overlay.overlay_error {
    top: -1px;
    display: none; }
  .overlay.overlay_message {
    top: -1px;
    display: none; }
  .content_header_kachel {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .content_header_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; } }

@font-face {
  font-family: 'Mobiliarrealistweb medium';
  src: url("../fonts/MobiliarRealistWeb-Medium.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-Medium.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-Medium.woff") format("woff"), url("../fonts/MobiliarRealistWeb-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Mobiliarrealistweb semilight';
  src: url("../fonts/MobiliarRealistWeb-SemiLight.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-SemiLight.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-SemiLight.woff") format("woff"), url("../fonts/MobiliarRealistWeb-SemiLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Mobiliarrealistweb regular';
  src: url("../fonts/MobiliarRealistWeb-Regular.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-Regular.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-Regular.woff") format("woff"), url("../fonts/MobiliarRealistWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Mobiliarrealistweb bold';
  src: url("../fonts/MobiliarRealistWeb-Bold.woff2") format("woff2"), url("../fonts/MobiliarRealistWeb-Bold.eot") format("embedded-opentype"), url("../fonts/MobiliarRealistWeb-Bold.woff") format("woff"), url("../fonts/MobiliarRealistWeb-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Tisawebpro';
  src: url("../fonts/TisaWebPro.woff2") format("woff2"), url("../fonts/TisaWebPro.woff") format("woff"), url("../fonts/TisaWebPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Tisawebpro';
  src: url("../fonts/TisaWebPro-Italic.woff2") format("woff2"), url("../fonts/TisaWebPro-Italic.woff") format("woff"), url("../fonts/TisaWebPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Mobiliar iconfont';
  src: url("../fonts/Mobiliar-Iconfont.woff2") format("woff2"), url("../fonts/Mobiliar-Iconfont.eot") format("embedded-opentype"), url("../fonts/Mobiliar-Iconfont.woff") format("woff"), url("../fonts/Mobiliar-Iconfont.ttf") format("truetype"), url("../fonts/Mobiliar-Iconfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

pre {
  display: block;
  unicode-bidi: embed;
  font-family: monospace; }

@media screen and (max-width: 767px) {
  .nav_menu {
    padding: 20px 10px 0px;
    z-index: 9;
    border-bottom: 0px; }
    .nav_menu .navigation_button .text {
      font-size: 20px; }
  .header__logo img {
    width: 110px;
    max-width: none; }
  .header__actions {
    width: 100%; }
  .desktopOn {
    display: none; }
  .mobileOn {
    display: block; }
  .header__actions .login-text {
    display: none; }
  .header__actions #search-btn {
    display: none; }
  .header__actions .header__meta-search {
    display: none; }
  .header__actions #search-input {
    display: none; }
  .header__actions .search-hint {
    display: none; }
  .header__actions.mobile-header__actions {
    display: block !important; }
    .header__actions.mobile-header__actions .login-text {
      display: block !important; }
    .header__actions.mobile-header__actions #search-btn, .header__actions.mobile-header__actions .search-btn {
      display: block !important; }
    .header__actions.mobile-header__actions #search-input {
      display: block !important; }
    .header__actions.mobile-header__actions .search-hint {
      display: block !important; }
    .header__actions.mobile-header__actions .header__meta-search {
      margin-right: -50px !important; }
  .hamburger {
    padding-bottom: 0px; }
  .header__bookmark {
    width: 100%;
    margin-right: 0px; }
    .header__bookmark .bookmark-links {
      width: 100%;
      margin-top: 0px;
      right: 20px; }
      .header__bookmark .bookmark-links:before {
        left: 65%; }
      .header__bookmark .bookmark-links:after {
        left: 65%; }
  #search-btn {
    display: none; }
  .header--full-content .header__language-switch {
    padding-top: 0 !important; }
  .hero {
    background: transparent; }
  .content--slider-block .slider-item {
    max-width: 100%;
    margin-bottom: 30px; }
  .slider__video iframe {
    width: 1280px;
    height: 720px; }
  .content--slider-block .slider-item img {
    width: 100%;
    height: 200px; }
  .search-results-input {
    width: 60%;
    margin: auto; }
  .content--side-bar {
    display: none; }
  .desktopOn {
    display: none !important; }
  .mobileOn {
    display: block !important; }
  .mobiliar-tabs-text .w-tab-pane {
    display: block; }
  .mobiliar-tabs-text .content--slider-header .slick-dotted.slick-slider {
    margin-bottom: 0 !important; }
  .mobiliar-tabs-text .content--slider-header .slider-tab-heading {
    display: block !important; }
  .mobiliar-tabs-text .content--slider-header .slick-slider .slick-prev, .mobiliar-tabs-text .content--slider-header .slick-slider .slick-next {
    display: none !important; }
  .mobiliar-tabs-text .content--slider-header .slick-slider .slick-list .slick-track {
    width: 100% !important; }
    .mobiliar-tabs-text .content--slider-header .slick-slider .slick-list .slick-track .slider-item {
      width: 100% !important;
      margin-bottom: 30px; }
      .mobiliar-tabs-text .content--slider-header .slick-slider .slick-list .slick-track .slider-item .tab-slider-media {
        margin-left: 0px !important;
        width: 100% !important; }
        .mobiliar-tabs-text .content--slider-header .slick-slider .slick-list .slick-track .slider-item .tab-slider-media .videoWrapper {
          padding-bottom: 65.25% !important; }
          .mobiliar-tabs-text .content--slider-header .slick-slider .slick-list .slick-track .slider-item .tab-slider-media .videoWrapper.youtube__video {
            padding-bottom: 52.25% !important; }
      .mobiliar-tabs-text .content--slider-header .slick-slider .slick-list .slick-track .slider-item .tab-slider-text {
        padding-right: 30px !important;
        width: 100% !important; }
  .mobiliar-tabs-text .content--slider-header .slick-slider .slick-dots {
    display: none !important; }
  .content--lead-links .link-item h4 {
    padding-top: 20px !important; }
  .content--lead-links.pt40 {
    padding-top: 0 !important; }
  .footer__meta-nav {
    width: 100%;
    margin-top: 10px; }
    .footer__meta-nav li {
      margin-left: 0px; }
  .footer .language-switch {
    float: left; } }

@media only screen and (max-width: 700px) {
  .content--block .content--link-group3-block.content--ml {
    margin-left: 0px !important; }
  .header__actions {
    margin-right: 0px; }
  .footer__meta-nav {
    margin-top: 10px; } }

@media only screen and (max-width: 500px) {
  .header-search .search-hint {
    left: 10% !important; }
  .header-search .search-hint:after, .header-search .search-hint:before {
    left: 50% !important; }
  .header__bookmark .bookmark-links {
    padding: 0 !important; }
    .header__bookmark .bookmark-links:before {
      left: 65% !important; }
    .header__bookmark .bookmark-links:after {
      left: 65% !important; }
    .header__bookmark .bookmark-links .bookmark-data {
      height: 450px;
      overflow-y: auto;
      padding: 30px !important; }
  .content--slider-header .slick-next {
    right: -50px !important; }
  .content--slider-header .slick-prev {
    left: -50px !important; }
  .hero {
    padding-top: 200px; }
  .goal-title {
    overflow: hidden;
    text-overflow: ellipsis; }
  .sub_header .navigation .navigation_button {
    width: 100% !important; }
  .nav_menu {
    position: fixed; }
  .header--full-content .header__language-switch .language-switch .language-switch__item {
    vertical-align: super !important; }
  .slider__video {
    height: 200px !important; }
  .typo-style .content--block .content--contact-block {
    width: 100% !important; }
  .mobiliar-tabs .toggle_button_bar {
    display: none !important; }
  .tiles-style .teaser__item, .tiles-style .teaser__item.teaser__item--large, .tiles-style .content--teaser .content--teaser-item, .tiles-style section.content--slider-group1 .content--slider-block .slider-item, .tiles-style section.sidebar-box ul.sidebar-link-list li {
    width: 100%; }
  .ratio:before {
    padding-bottom: 0; }
  .ratio .mobiliar-tabs.ratio__content {
    position: relative; }
  .ratio .ratio__content {
    position: inherit !important; } }

@media only screen and (max-width: 400px) {
  .hero {
    padding-top: 200px; }
  .goal-title {
    overflow: hidden;
    text-overflow: ellipsis; }
  .page__inner {
    padding: 0 10px !important; }
  .header__menu-btn .hamburger {
    width: 40px !important;
    margin-left: 0 !important; }
  .header__bookmark {
    width: 100% !important; }
    .header__bookmark .bookmark-links {
      width: 100% !important;
      right: 0; }
      .header__bookmark .bookmark-links:before {
        left: 68% !important; }
      .header__bookmark .bookmark-links:after {
        left: 68% !important; }
  .header-search .search-input {
    width: 230px !important; }
  .header-search .search-hint {
    width: 280px !important;
    left: 5% !important; }
  .nav_menu .navigation_button .text {
    font-size: 12px !important; }
  .content--block .content--contact-block .contact-email {
    padding: 10px 0 10px 0 !important; }
  .content--block {
    padding-bottom: 0 !important; }
  .mobile-margin {
    margin-top: -80px !important; }
  .block-grey {
    padding-bottom: 20px !important; }
  .content--block .nav-accordion {
    font-size: 18px !important; }
  .content--block .nav-accordion i.icon.pull-right {
    margin-right: 10px !important; }
  .typo-style .content--block .content--contact-block {
    width: 100% !important; } }

.mediengalerie .btn {
  letter-spacing: 0 !important; }

.mediengalerie .btn-search {
  font-family: "MobiliarRealist";
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 20px; }

.mediengalerie .btn-secondary {
  font-family: "MobiliarRealist";
  font-size: 16px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 20px; }

.mediengalerie-main-container {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0; }

.mediengalerie-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }
  .mediengalerie-actions .dropdown {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .mediengalerie-actions {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .mediengalerie-actions .radio-button-container {
        width: 100%;
        margin-bottom: 20px; }
      .mediengalerie-actions .label {
        -ms-flex: 0;
            flex: 0; } }
  .mediengalerie-actions-form {
    margin-top: 30px;
    margin-bottom: 45px; }
  .mediengalerie-actions .form_field_container {
    margin-bottom: 0; }
  .mediengalerie-actions .label {
    font-family: "TisaPro";
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    margin-top: 12px; }

.mediengalerie-suchergebnis .label.form_field {
  font-family: "TisaPro";
  font-size: 16px;
  font-style: italic; }

.mediengalerie-collection .label.form_field {
  font-family: "TisaPro";
  font-size: 16px;
  font-style: italic; }

.mediengalerie-collection .mediengalerie-picture-complex-action {
  width: calc(100% - 85px - 10px); }

.mediengalerie-collection-actions-container {
  margin-top: 60px;
  margin-bottom: 45px; }

.mediengalerie-suchergebnis-actions-container {
  margin-top: 60px;
  margin-bottom: 45px; }

.mediengalerie-sammlung-actions-container {
  margin-top: 45px;
  margin-bottom: 60px; }
  .mediengalerie-sammlung-actions-container.sammlung-2 {
    margin-top: 68px;
    margin-bottom: 53px; }

.mediengalerie-collection-actions-container,
.mediengalerie-suchergebnis-actions-container,
.mediengalerie-sammlung-actions-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .mediengalerie-collection-actions-container,
    .mediengalerie-suchergebnis-actions-container,
    .mediengalerie-sammlung-actions-container {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .mediengalerie-collection-actions-container .mediengalerie-collection-actions-title,
  .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions-title,
  .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions-title,
  .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions-title,
  .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions-title,
  .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions-title,
  .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions-title,
  .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions-title,
  .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .mediengalerie-collection-actions-container .mediengalerie-collection-actions-title h3,
    .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions-title h3,
    .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions-title h3,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions-title h3,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions-title h3,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions-title h3,
    .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions-title h3,
    .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions-title h3,
    .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions-title h3 {
      font-family: "TisaPro-Bold";
      font-size: 28px;
      line-height: 40px;
      color: #000000;
      margin: 0 20px 0 0; }
    .mediengalerie-collection-actions-container .mediengalerie-collection-actions-title p,
    .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions-title p,
    .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions-title p,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions-title p,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions-title p,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions-title p,
    .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions-title p,
    .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions-title p,
    .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions-title p {
      font-family: MobiliarRealist;
      font-size: 16px;
      line-height: 25px;
      margin: 0; }
    @media screen and (max-width: 767px) {
      .mediengalerie-collection-actions-container .mediengalerie-collection-actions-title,
      .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions-title,
      .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions-title,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions-title,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions-title,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions-title,
      .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions-title,
      .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions-title,
      .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions-title {
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center; } }
  .mediengalerie-collection-actions-container .mediengalerie-collection-actions,
  .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions,
  .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions,
  .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions,
  .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions,
  .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions,
  .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions,
  .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions,
  .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 767px) {
      .mediengalerie-collection-actions-container .mediengalerie-collection-actions,
      .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions,
      .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions,
      .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions,
      .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions,
      .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions {
        margin-bottom: 30px;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%; } }
    .mediengalerie-collection-actions-container .mediengalerie-collection-actions button,
    .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions button,
    .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions button,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions button,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions button,
    .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions button,
    .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions button,
    .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions button,
    .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions button {
      margin: 0 10px; }
      .mediengalerie-collection-actions-container .mediengalerie-collection-actions button:first-child,
      .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions button:first-child,
      .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions button:first-child,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions button:first-child,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions button:first-child,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions button:first-child,
      .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions button:first-child,
      .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions button:first-child,
      .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions button:first-child {
        margin-left: 0; }
      .mediengalerie-collection-actions-container .mediengalerie-collection-actions button:last-child,
      .mediengalerie-collection-actions-container .mediengalerie-suchergebnis-actions button:last-child,
      .mediengalerie-collection-actions-container .mediengalerie-sammlung-actions button:last-child,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-collection-actions button:last-child,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-suchergebnis-actions button:last-child,
      .mediengalerie-suchergebnis-actions-container .mediengalerie-sammlung-actions button:last-child,
      .mediengalerie-sammlung-actions-container .mediengalerie-collection-actions button:last-child,
      .mediengalerie-sammlung-actions-container .mediengalerie-suchergebnis-actions button:last-child,
      .mediengalerie-sammlung-actions-container .mediengalerie-sammlung-actions button:last-child {
        margin-right: 0; }
  .mediengalerie-collection-actions-container .form_field_container,
  .mediengalerie-suchergebnis-actions-container .form_field_container,
  .mediengalerie-sammlung-actions-container .form_field_container {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    margin-bottom: 0; }
    .mediengalerie-collection-actions-container .form_field_container .dropdown,
    .mediengalerie-collection-actions-container .form_field_container .dropdown_select,
    .mediengalerie-suchergebnis-actions-container .form_field_container .dropdown,
    .mediengalerie-suchergebnis-actions-container .form_field_container .dropdown_select,
    .mediengalerie-sammlung-actions-container .form_field_container .dropdown,
    .mediengalerie-sammlung-actions-container .form_field_container .dropdown_select {
      margin: 0 !important; }
    @media screen and (max-width: 767px) {
      .mediengalerie-collection-actions-container .form_field_container,
      .mediengalerie-suchergebnis-actions-container .form_field_container,
      .mediengalerie-sammlung-actions-container .form_field_container {
        width: 100%;
        margin-bottom: 10px; }
        .mediengalerie-collection-actions-container .form_field_container .label,
        .mediengalerie-suchergebnis-actions-container .form_field_container .label,
        .mediengalerie-sammlung-actions-container .form_field_container .label {
          -ms-flex: 0;
              flex: 0; } }
  .mediengalerie-collection-actions-container .btn-complex,
  .mediengalerie-suchergebnis-actions-container .btn-complex,
  .mediengalerie-sammlung-actions-container .btn-complex {
    margin-bottom: 0; }

.mediengalerie-collection-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  /*.btn-complex {
    min-width: 330px;
  }*/ }
  @media screen and (max-width: 767px) {
    .mediengalerie-collection-tags {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: start;
          align-items: flex-start; }
      .mediengalerie-collection-tags .btn-complex {
        margin-bottom: 20px;
        width: 100%; } }
  .mediengalerie-collection-tags .check-box-line {
    margin-bottom: 20px;
    width: auto; }

.mediengalerie-detail .detail-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 32px 0; }
  @media screen and (max-width: 767px) {
    .mediengalerie-detail .detail-actions {
      -ms-flex-direction: column;
          flex-direction: column; } }

.mediengalerie-detail-btn-complex-container {
  position: relative; }

.mediengalerie-detail .btn-complex {
  margin-left: 16px; }
  @media screen and (max-width: 767px) {
    .mediengalerie-detail .btn-complex {
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  .mediengalerie-detail .btn-complex-light {
    margin-bottom: 12px; } }

.mediengalerie-detail .detail-info-group-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .mediengalerie-detail .detail-info-group-container {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .mediengalerie-detail .detail-info-group-container .detail-info-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1; }
  .mediengalerie-detail .detail-info-group-container a {
    text-decoration: underline; }

.mediengalerie-detail .detail-info {
  -ms-flex: 1;
      flex: 1;
  padding-right: 8px; }
  .mediengalerie-detail .detail-info-title {
    display: block;
    margin-bottom: 5px; }
    .mediengalerie-detail .detail-info-title p {
      font-family: "TisaPro";
      width: 100%;
      margin-bottom: 0;
      font-style: italic;
      font-size: 16px;
      font-weight: 400; }
  .mediengalerie-detail .detail-info p {
    display: block;
    font-size: 16px; }

.mediengalerie-detail .related-images-title {
  color: black;
  font-family: "TisaPro";
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px; }

.mediengalerie-detail .detail-nav-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  min-width: 50px;
  transition: 0.2s;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .mediengalerie-detail .detail-nav-btn:hover {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  .mediengalerie-detail .detail-nav-btn:first-child {
    margin-right: 15px; }
  .mediengalerie-detail .detail-nav-btn:last-child {
    margin-left: 15px; }
  .mediengalerie-detail .detail-nav-btn i {
    font-size: 25px; }

.mediengalerie-detail .detail-image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  @media screen and (min-width: 1650px) {
    .mediengalerie-detail .detail-image {
      margin: 0 -45px;
      width: calc(100% + 90px); } }
  .mediengalerie-detail .detail-image picture {
    width: 100%; }

.mediengalerie-detail .detail-video {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  @media screen and (min-width: 1650px) {
    .mediengalerie-detail .detail-video {
      margin: 0 -65px;
      width: calc(100% + 130px); } }
  .mediengalerie-detail .detail-video picture {
    width: 100%; }
  .mediengalerie-detail .detail-video-container {
    position: relative;
    -ms-flex: 1;
        flex: 1; }
  .mediengalerie-detail .detail-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }
    .mediengalerie-detail .detail-video-overlay-bg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background-color: #000000;
      opacity: 0.5;
      width: 42px;
      height: 42px;
      border-radius: 50%; }
    .mediengalerie-detail .detail-video-overlay i {
      color: #ffffff;
      font-size: 30px;
      opacity: 1;
      width: 25px;
      height: 25px; }
  .mediengalerie-detail .detail-video-thumbnail {
    width: 100%;
    min-height: 500px; }
  .mediengalerie-detail .detail-video-player {
    width: 100%; }
    .mediengalerie-detail .detail-video-player video {
      width: 100%; }

.mediengalerie-meine-sammlung .form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.mediengalerie-meine-sammlung .label.form_field {
  font-family: "TisaPro";
  font-size: 16px;
  font-style: italic; }

.mediengalerie-meine-sammlung .mediengalerie-picture {
  min-height: 23vw; }
  @media screen and (max-width: 1600px) {
    .mediengalerie-meine-sammlung .mediengalerie-picture {
      min-height: 30vw; } }
  @media screen and (max-width: 1200px) {
    .mediengalerie-meine-sammlung .mediengalerie-picture {
      min-height: 46vw; } }
  @media screen and (max-width: 479px) {
    .mediengalerie-meine-sammlung .mediengalerie-picture {
      min-height: 85vw; } }

.modal-sammlung-umbenennen .modal-title,
.modal-sammlung-erstellen .modal-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500; }

.modal-sammlung-umbenennen .modal-input-title,
.modal-sammlung-erstellen .modal-input-title {
  margin-bottom: 5px;
  font-style: italic;
  font-size: 16px; }

.modal-sammlung-umbenennen .modal-input,
.modal-sammlung-erstellen .modal-input {
  border: 1px solid #eaebec !important;
  border-radius: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px; }

.modal-sammlung-umbenennen .modal-input:-ms-input-placeholder,
.modal-sammlung-erstellen .modal-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0cec6 !important;
  font-family: TisaPro-Light !important;
  font-size: 18px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important; }

.modal-sammlung-umbenennen .modal-input::placeholder,
.modal-sammlung-erstellen .modal-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0cec6 !important;
  font-family: TisaPro-Light !important;
  font-size: 18px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important; }

.modal-sammlung-umbenennen .modal-input:-ms-input-placeholder,
.modal-sammlung-erstellen .modal-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000 !important;
  font-family: TisaPro-Light !important;
  font-size: 18px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important;
  padding-bottom: 0px\0  !important; }

.modal-sammlung-umbenennen .modal-input::-ms-clear,
.modal-sammlung-erstellen .modal-input::-ms-clear {
  display: none;
  /*color: red;  This sets the cross color as red. */
  /* The cross can be hidden by setting the display attribute as "none" */ }

.modal-sammlung-umbenennen .modal-input::-ms-input-placeholder,
.modal-sammlung-erstellen .modal-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000 !important;
  font-family: TisaPro-Light !important;
  font-size: 18px !important;
  line-height: 29px !important;
  text-align: left !important;
  font-weight: 300 !important;
  font-style: italic !important; }

.modal-sammlung-umbenennen .modal-actions,
.modal-sammlung-erstellen .modal-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%; }

.mediengalerie-meine-sammlung-download-container {
  position: relative; }
  .mediengalerie-meine-sammlung-download-container .btn-complex {
    min-width: 230px; }
  .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint {
    list-style: none;
    position: absolute;
    top: 150%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdee0;
    width: 280px;
    z-index: 100; }
    .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint:after, .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint:before {
      bottom: 100%;
      left: 80%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 18px;
      margin-left: -18px; }
    .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint:before {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #969ba0;
      border-width: 16px;
      margin-left: -16px; }
    .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint p {
      border-bottom: 1px #eaebec solid;
      margin: 0 -8px;
      padding: 8px 8px;
      font-size: 16px;
      cursor: pointer; }
      .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint p:first-child {
        padding-top: 0; }
      .mediengalerie-meine-sammlung-download-container .mediengalerie-meine-sammlung-download-hint p:last-child {
        border-bottom: 0;
        padding-bottom: 0; }

.btn-meine-sammlung-actions-container {
  position: relative; }
  .btn-meine-sammlung-actions-container .btn-icon {
    margin-left: 8px; }
  .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    list-style: none;
    position: absolute;
    right: -30%;
    top: 150%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdee0;
    width: 280px;
    z-index: 100; }
    .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint:after, .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint:before {
      bottom: 100%;
      left: 80%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 18px;
      margin-left: -18px; }
    .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint:before {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #969ba0;
      border-width: 16px;
      margin-left: -16px; }
    .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint .action {
      margin: 0 -8px;
      padding: 8px 8px;
      font-size: 16px;
      cursor: pointer;
      background-color: #ffffff;
      border-bottom: 1px #eaebec solid;
      width: 100%;
      text-align: left; }
      .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint .action:first-child {
        padding-top: 0; }
      .btn-meine-sammlung-actions-container .meine-sammlung-actions-hint .action:last-child {
        border-bottom: 0;
        padding-bottom: 0; }

.mediengalerie-picture {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 300ms ease; }
  .mediengalerie-picture:hover {
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 6px 12px 0 rgba(0, 0, 0, 0.1); }
  .mediengalerie-picture.variant-disabled, .mediengalerie-picture.variant-add-new {
    box-shadow: none;
    background-color: #fafafa;
    border: 1px solid #dcdee0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .mediengalerie-picture.variant-disabled p, .mediengalerie-picture.variant-add-new p {
      text-align: center;
      margin-top: 25px;
      font-family: "TisaPro-Light";
      font-weight: 300;
      font-size: 16px;
      line-height: 25px;
      margin-right: 0;
      margin-bottom: 0; }
  .mediengalerie-picture.variant-add-new {
    cursor: pointer; }
    .mediengalerie-picture.variant-add-new:hover {
      box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1); }
    .mediengalerie-picture.variant-add-new i {
      font-size: 60px; }
    .mediengalerie-picture.variant-add-new p {
      text-align: center;
      margin-top: 25px;
      font-family: "TisaPro-Light";
      font-weight: 300;
      font-size: 16px;
      line-height: 25px;
      margin-right: 0;
      margin-bottom: 0; }
  .mediengalerie-picture a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .mediengalerie-picture-container {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 30px; }
    @media screen and (max-width: 1600px) {
      .mediengalerie-picture-container {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 1200px) {
      .mediengalerie-picture-container {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 479px) {
      .mediengalerie-picture-container {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
    .mediengalerie-picture-container.padded .mediengalerie-picture {
      padding: 15px 15px 35px 15px; }
  .mediengalerie-picture-thumbnail {
    position: relative;
    width: 100%;
    height: auto; }
    .mediengalerie-picture-thumbnail > img {
      width: 100%;
      height: auto;
      z-index: 0; }
    .mediengalerie-picture-thumbnail .mediengalerie-picture-thumbnail-img-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
      .mediengalerie-picture-thumbnail .mediengalerie-picture-thumbnail-img-container img {
        min-width: 100%;
        min-height: 100%; }
  .mediengalerie-picture-thumbnail-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 5px; }
    .mediengalerie-picture-thumbnail-group img {
      aspect-ratio: 1; }
  .mediengalerie-picture-empty-thumbnail {
    background: #e1e1e1;
    width: 100%;
    height: 100%;
    aspect-ratio: 1; }
  .mediengalerie-picture-title {
    font-family: "TisaPro";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 15px; }
  .mediengalerie-picture-description {
    font-family: "MobiliarRealist";
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 0; }
  .mediengalerie-picture-complex-action {
    -ms-flex: 1;
        flex: 1;
    position: relative;
    margin-right: 10px; }
  .mediengalerie-picture-download-action-container {
    position: relative; }
  .mediengalerie-picture-download-action-hint {
    list-style: none;
    position: absolute;
    top: 150%;
    left: -130px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdee0;
    width: 200px;
    z-index: 100; }
    .mediengalerie-picture-download-action-hint:after, .mediengalerie-picture-download-action-hint:before {
      bottom: 100%;
      right: 30px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .mediengalerie-picture-download-action-hint:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 18px;
      margin-left: -18px; }
    .mediengalerie-picture-download-action-hint:before {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #969ba0;
      border-width: 16px;
      margin-left: -16px; }
    .mediengalerie-picture-download-action-hint p {
      border-bottom: 1px #eaebec solid;
      margin: 0 -8px;
      padding: 8px 8px;
      font-size: 16px;
      cursor: pointer; }
      .mediengalerie-picture-download-action-hint p:first-child {
        padding-top: 0; }
      .mediengalerie-picture-download-action-hint p:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  .mediengalerie-picture-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    z-index: 4;
    transition: all 0.35s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .mediengalerie-picture-video-overlay-bg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background-color: #000000;
      opacity: 0.5;
      width: 42px;
      height: 42px;
      border-radius: 50%; }
    .mediengalerie-picture-video-overlay i {
      color: #ffffff;
      font-size: 30px;
      opacity: 1;
      width: 25px;
      height: 25px; }
  .mediengalerie-picture-actions {
    position: absolute;
    top: calc(100% - 65px);
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    .mediengalerie-picture-actions .btn-icon {
      min-width: 40px;
      max-width: 40px;
      height: 40px; }
    .mediengalerie-picture-actions .btn-complex-light {
      font-size: 12px;
      height: 40px;
      padding: 0 10px;
      margin-right: 10px;
      line-height: 16px;
      width: 100%; }
  .mediengalerie-picture-actions-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    z-index: -1;
    transition: all 0.35s ease-in-out; }
  .mediengalerie-picture-information {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 65px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.85);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    opacity: 0;
    z-index: -1;
    transition: all 0.35s ease-in-out; }
    .mediengalerie-picture-information span {
      font-weight: bold; }
  .mediengalerie-picture-dialog-active {
    z-index: 11 !important; }
  .mediengalerie-picture-active {
    z-index: 10; }
    .mediengalerie-picture-active a {
      z-index: 6; }
    .mediengalerie-picture-active .mediengalerie-picture-actions {
      opacity: 1;
      z-index: 7; }
    .mediengalerie-picture-active .mediengalerie-picture-actions-overlay {
      opacity: 0.5;
      z-index: 4; }
    .mediengalerie-picture-active .mediengalerie-picture-information {
      opacity: 1;
      z-index: 5; }
  .mediengalerie-picture img {
    width: 100%; }

.mediengalerie-picture-btn-load-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px; }
  .mediengalerie-picture-btn-load-more .btn {
    font-family: "MobiliarRealist";
    font-size: 16px;
    font-weight: 300; }

.mediengalerie-collection-btn-container {
  position: relative; }
  .mediengalerie-collection-btn-container .btn-complex {
    min-width: 220px; }
  .mediengalerie-collection-btn-container .btn-icon {
    margin-left: 8px; }
  .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint {
    list-style: none;
    position: absolute;
    top: 150%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdee0;
    width: 280px;
    z-index: 100; }
    .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint:after, .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint:before {
      bottom: 100%;
      left: 80%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 18px;
      margin-left: -18px; }
    .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint:before {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #969ba0;
      border-width: 16px;
      margin-left: -16px; }
    .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint p {
      border-bottom: 1px #eaebec solid;
      margin: 0 -8px;
      padding: 8px 8px;
      font-size: 16px;
      cursor: pointer; }
      .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint p:first-child {
        padding-top: 0; }
      .mediengalerie-collection-btn-container .mediengalerie-collection-actions-hint p:last-child {
        border-bottom: 0;
        padding-bottom: 0; }

.mediengalerie-success-toast,
.mediengalerie-error-toast {
  position: relative;
  top: 100px; }
  .mediengalerie-success-toast::before,
  .mediengalerie-error-toast::before {
    font-family: "Mobiliar-Iconfont-II" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #ffffff;
    position: absolute;
    left: 15px;
    font-size: 25px; }

.mediengalerie-success-toast {
  background-color: #3fc493; }
  .mediengalerie-success-toast::before {
    content: "\e924"; }

.mediengalerie-error-toast {
  background-color: #da2323; }
  .mediengalerie-error-toast::before {
    content: "\e928"; }

.startseite-bestellen-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin-bottom: 160px; }
  @media screen and (max-width: 1200px) {
    .startseite-bestellen-container {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 479px) {
    .startseite-bestellen-container {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.startseite-bestellen-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .startseite-bestellen-card h5 {
    font-family: "TisaPro";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin: 0; }
  .startseite-bestellen-card p {
    font-family: "MobiliarRealist";
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #000000;
    margin-right: 0;
    margin-bottom: 0; }
  .startseite-bestellen-card i {
    font-size: 20px;
    color: #000000; }

.startseite-selfservices-container {
  margin-bottom: 160px; }

.startseite-selfservices-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }

.startseite-selfservices .radio-button-container {
  margin: 0 auto;
  margin-bottom: 50px; }
  .startseite-selfservices .radio-button-container.maximalized label {
    max-width: 150px !important;
    width: 150px; }

.startseite-selfservices-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 10px;
  width: 100%;
  min-height: 420px;
  height: 100%;
  box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .startseite-selfservices-card:hover {
    box-shadow: inset 0 -2px 0 0 #eff0f1, 0 0 10px 2px rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  .startseite-selfservices-card-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    margin-bottom: 60px; }
    @media screen and (max-width: 1600px) {
      .startseite-selfservices-card-container {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 1200px) {
      .startseite-selfservices-card-container {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 479px) {
      .startseite-selfservices-card-container {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
  .startseite-selfservices-card-thumbnail {
    width: 100%;
    height: 240px;
    background-color: #fafafa;
    border-radius: 10px 10px 0 0;
    display: -ms-flexbox;
    display: flex; }
    .startseite-selfservices-card-thumbnail > div {
      position: relative;
      margin: 0 auto;
      height: 100%; }
      .startseite-selfservices-card-thumbnail > div img {
        height: 100%;
        width: auto; }
      .startseite-selfservices-card-thumbnail > div .available,
      .startseite-selfservices-card-thumbnail > div .pending {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .startseite-selfservices-card-thumbnail > div .available i,
        .startseite-selfservices-card-thumbnail > div .pending i {
          color: white;
          font-size: 35px; }
      .startseite-selfservices-card-thumbnail > div .available {
        background-color: #009f79; }
      .startseite-selfservices-card-thumbnail > div .pending {
        background-color: #da1f1d; }
  .startseite-selfservices-card-content {
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1; }
    .startseite-selfservices-card-content h5 {
      font-family: "TisaPro";
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      color: #000000;
      margin: 0; }
    .startseite-selfservices-card-content p {
      font-family: "MobiliarRealist";
      font-size: 16px;
      line-height: 25px;
      color: #000000;
      margin-right: 0;
      margin-bottom: 20px;
      -ms-flex: 1;
          flex: 1; }
    .startseite-selfservices-card-content button {
      background-color: white;
      text-align: left;
      padding: 0; }
      .startseite-selfservices-card-content button i {
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        margin-right: 5px; }
      .startseite-selfservices-card-content button span {
        display: inline-block;
        font-family: "MobiliarRealist";
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        vertical-align: middle; }

.startseite-selfservices-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 160px; }
  .startseite-selfservices-btn .btn {
    font-family: "MobiliarRealist";
    font-size: 16px;
    font-weight: 300;
    width: 250px; }

.page__inner {
  max-width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; }
  .page__inner::after {
    clear: both;
    content: "";
    display: table; }

.page__nav,
.page__breadcrumb {
  display: none; }

.page__article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page__article .page__main {
    -ms-flex-order: 2;
        order: 2; }

.page__tools {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
  padding-top: 1.25rem; }

.page--content-wide + .page__content-full {
  margin: 0 0 30px 0; }

.page__content-full + .page--content-wide.block-grey {
  margin-top: -30px;
  float: left;
  width: 100%; }

.page--content-wide + .page__content-full + .page__content-full {
  margin-top: -30px; }

.page--disable-breadcrumb .page__breadcrumb {
  display: none; }

@media screen and (min-width: 710px) {
  .page__main {
    -ms-flex-order: 0;
        order: 0; }
  .page__article {
    display: block; }
  .page__tools {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 36.13139%;
    padding-top: 0;
    -ms-flex-order: 0;
        order: 0; }
    .page__tools:last-child {
      margin-right: 0; }
  .page__breadcrumb {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 25.54745%; }
    .page__breadcrumb:last-child {
      margin-right: 0; }
  .page__intro {
    display: block; }
    .page__intro::after {
      clear: both;
      content: "";
      display: table; }
  .page__intro-inner {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 61.67883%;
    margin-left: 38.32117%; }
    .page__intro-inner:last-child {
      margin-right: 0; }
  .page__filters {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 853.64964%;
    margin-left: 25.54745%; }
    .page__filters:last-child {
      margin-right: 0; }
  .page__content {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .page__content:last-child {
      margin-right: 0; }
  .page__nav {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 36.13139%; }
    .page__nav:last-child {
      margin-right: 0; }
  .page--spaced {
    margin-top: 5.3125rem; }
  .page--content-centered .page__main,
  .page--content-centered .page__content {
    width: 100%; }
  .page--content-centered .page__breadcrumb,
  .page--content-centered .page__intro-inner {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 48.90511%;
    margin-left: 38.32117%; }
    .page--content-centered .page__breadcrumb:last-child,
    .page--content-centered .page__intro-inner:last-child {
      margin-right: 0; }
  .page--content-wide .page__main {
    width: 100%; }
  .page--content-wide .page__breadcrumb,
  .page--content-wide .page__intro-inner {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 48.90511%;
    margin-left: 38.32117%; }
    .page--content-wide .page__breadcrumb:last-child,
    .page--content-wide .page__intro-inner:last-child {
      margin-right: 0; }
  .page--content-wide .page__filters {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 25.54745%; }
    .page--content-wide .page__filters:last-child {
      margin-right: 0; }
  .page--without-nav .page__main {
    width: 100%; }
  .page--without-nav .page__breadcrumb,
  .page--without-nav .page__intro-inner {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 48.90511%;
    margin-left: 38.32117%; }
    .page--without-nav .page__breadcrumb:last-child,
    .page--without-nav .page__intro-inner:last-child {
      margin-right: 0; }
  .page--disable-breadcrumb .page__breadcrumb {
    display: none; } }

@media screen and (min-width: 1080px) {
  .page__tools {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .page__tools:last-child {
      margin-right: 0; }
  .page__breadcrumb,
  .page__intro-inner {
    float: left;
    display: block;
    margin-right: 2.94118%;
    width: 65.68627%;
    margin-left: 34.31373%; }
    .page__breadcrumb:last-child,
    .page__intro-inner:last-child {
      margin-right: 0; }
  .page__content {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 87.22628%;
    margin-left: 12.77372%; }
    .page__content:last-child {
      margin-right: 0; }
  .page__nav {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%; }
    .page__nav:last-child {
      margin-right: 0; }
  .page--content-centered .page__main {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 25.54745%; }
    .page--content-centered .page__main:last-child {
      margin-right: 0; }
  .page--content-centered .page__breadcrumb,
  .page--content-centered .page__intro-inner {
    width: 100%;
    margin-left: 0%; }
  .page--content-wide {
    clear: left; }
    .page--content-wide .page__breadcrumb,
    .page--content-wide .page__intro-inner {
      float: left;
      display: block;
      margin-right: 2.18978%;
      width: 74.45255%;
      margin-left: 25.54745%; }
      .page--content-wide .page__breadcrumb:last-child,
      .page--content-wide .page__intro-inner:last-child {
        margin-right: 0; }
  .page--without-nav .page__breadcrumb,
  .page--without-nav .page__intro-inner {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 25.54745%; }
    .page--without-nav .page__breadcrumb:last-child,
    .page--without-nav .page__intro-inner:last-child {
      margin-right: 0; }
  .page--without-nav .content__primary {
    float: left;
    display: block;
    margin-right: 2.51046%;
    width: 85.35565%; }
    .page--without-nav .content__primary:last-child {
      margin-right: 0; }
  .page--disable-breadcrumb .page__breadcrumb {
    display: none; } }

.page__sidebar {
  background-color: #FAFAFA;
  border-radius: 10px;
  opacity: 0.7763671875;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 45px; }

@media screen and (min-width: 300px) {
  .page__content {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-left: 0%; }
    .page__content:last-child {
      margin-right: 0; }
  .page__content-full {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .page__content-full:last-child {
      margin-right: 0; } }

@media screen and (min-width: 710px) {
  .page__content {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-left: 0%; }
    .page__content:last-child {
      margin-right: 0; }
  .page__content-full {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .page__content-full:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1080px) {
  .page__content {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%;
    margin-left: 0%; }
    .page__content:last-child {
      margin-right: 0; }
  .page__content-full {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .page__content-full:last-child {
      margin-right: 0; }
  .page__sidebar {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 29.74453%;
    padding-left: 10px; }
    .page__sidebar:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1650px) {
  .page__content {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 74.45255%;
    margin-left: 12.77372%; }
    .page__content:last-child {
      margin-right: 0; }
  .page__content-full {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 100%; }
    .page__content-full:last-child {
      margin-right: 0; }
  .page__sidebar {
    float: left;
    display: block;
    margin-right: 2.18978%;
    width: 23.35766%;
    padding-left: 10px; }
    .page__sidebar:last-child {
      margin-right: 0; } }

/* height fixes for .content--slider-header.s50-50 video embed/iframe */
@media screen and (min-width: 1201px) {
  .content--slider-header.s50-50 .slider-item:has(iframe),
  .content--slider-header.s50-50 .slider-item:has(iframe) .videoWrapper,
  .content--slider-header.s50-50 .slider-item:has(iframe) .videoWrapper iframe
  {
    min-height: 640px;
    max-height: 640px;
  }      
}

@media screen and (max-width: 1200px) {
  .content--slider-header.s50-50 .slider-item:has(iframe),
  .content--slider-header.s50-50 .slider-item:has(iframe) .videoWrapper,
  .content--slider-header.s50-50 .slider-item:has(iframe) .videoWrapper iframe
  {
    min-height: 400px;
  }
}

.js-slides-container {
  height: 0;
  overflow: hidden;
}
