@charset "UTF-8";
/**!
Theme Name: MD MKR
Author: Media Deutschland
Author URI: https://www.media-deutschland.com
Description: WordPress Theme für MKR
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mkr
*/
#__bs_notify__ {
  display: none !important; }

/**
 * Mixin for clearfix
 *Usage: @include clearfix;
 */
/**
 * Centering
 */
@font-face {
  font-family: "Bauer Grotesk Pro-Regular";
  src: url("assets/font/BauerGroteskPro-Regular.eot");
  /* IE9*/
  src: url("assets/font/BauerGroteskPro-Regular.eot?#iefix") format("embedded-opentype"), url("assets/font/BauerGroteskPro-Regular.woff2") format("woff2"), url("assets/font/BauerGroteskPro-Regular.woff") format("woff"), url("assets/font/BauerGroteskPro-Regular.ttf") format("truetype"), url("assets/font/BauerGroteskPro-Regular.svg#BauerGroteskPro-Regular") format("svg"); }
@font-face {
  font-family: 'Fat Flamingo5';
  src: url("assets/font/FatFlamingo5.eot");
  src: url("assets/font/FatFlamingo5.eot?#iefix") format("embedded-opentype"), url("assets/font/FatFlamingo5.woff2") format("woff2"), url("assets/font/FatFlamingo5.woff") format("woff"), url("assets/font/FatFlamingo5.ttf") format("truetype"), url("assets/font/FatFlamingo5.svg#FatFlamingo5") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham';
  src: url("assets/font/Gotham-Bold.eot");
  src: url("assets/font/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("assets/font/Gotham-Bold.woff2") format("woff2"), url("assets/font/Gotham-Bold.woff") format("woff"), url("assets/font/Gotham-Bold.ttf") format("truetype"), url("assets/font/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham';
  src: url("assets/font/Gotham-Light.eot");
  src: url("assets/font/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("assets/font/Gotham-Light.woff2") format("woff2"), url("assets/font/Gotham-Light.woff") format("woff"), url("assets/font/Gotham-Light.ttf") format("truetype"), url("assets/font/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham';
  src: url("assets/font/Gotham-Book.eot");
  src: url("assets/font/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("assets/font/Gotham-Book.woff2") format("woff2"), url("assets/font/Gotham-Book.woff") format("woff"), url("assets/font/Gotham-Book.ttf") format("truetype"), url("assets/font/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
:root {
  --pr-color: #fff;
  --second-color: #0a0a0a;
  --cubicbz: cubic-bezier(.9, 0, .1, 1); }

/* Colors */
/* Fonts */
/* Spaces */
.acf-map {
  width: 100%;
  margin: 0;
  height: 400px; }
  @media (min-width: 768px) {
    .acf-map {
      height: 600px; } }

.acf-map img {
  max-width: inherit !important; }

.gm-style .gm-style-iw-c {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important; }

/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.moby-overlay.dark {
  background: rgba(44, 44, 44, 0.7); }

.moby-overlay.light {
  background: rgba(255, 255, 255, 0.65); }

.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important; }

.moby-body-fixed {
  overflow: hidden !important; }

.moby {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto; }
  .moby * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .moby ul {
    list-style: none;
    padding-top: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .moby ul ul {
      display: none;
      padding-top: 0; }
    .moby ul li {
      margin-top: 0; }
      .moby ul li ul {
        background-color: black;
        padding-top: 15px;
        padding-bottom: 15px; }
        .moby ul li ul a {
          padding: 10px 90px 10px 30px;
          font-weight: normal;
          font-size: 1em; }
      .moby ul li a {
        position: relative;
        color: #fff;
        text-decoration: none;
        font-size: 1.3;
        font-weight: normal;
        display: block;
        padding: 10px 90px 10px 30px;
        text-align: left; }
        .moby ul li a .moby-expand {
          position: absolute;
          width: 66px;
          top: 0;
          right: 0;
          height: 100%;
          text-align: center;
          padding: 10px;
          color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -ms-flex-direction: row;
          -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6.6px' height='4px' viewBox='0 0 6.6 4' style='enable-background:new 0 0 6.6 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.4,0.4 3.3,3.3 6.2,0.4 '/%3E%3C/svg%3E%0A");
          background-size: 30%;
          background-repeat: no-repeat;
          background-position: center; }
          .moby ul li a .moby-expand.moby-submenu-open {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6.6px' height='4px' viewBox='0 0 6.6 4' style='enable-background:new 0 0 6.6 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.4,3.6 3.3,0.7 6.2,3.6 '/%3E%3C/svg%3E%0A"); }
          .moby ul li a .moby-expand i {
            font-size: 15px; }
          .moby ul li a .moby-expand span {
            opacity: 0; }
  .moby .moby-close {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 18px 30px;
    background: #2c2c2c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .moby .moby-close .moby-close-icon {
      font-weight: bold;
      margin-right: 15px;
      position: relative;
      height: 30px;
      width: 30px;
      margin-top: 3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .moby .moby-close .moby-close-icon::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        top: 50%;
        margin-top: -1px; }
      .moby .moby-close .moby-close-icon::after {
        content: '';
        position: absolute;
        left: 50%;
        height: 100%;
        width: 2px;
        background: #fff;
        top: 0%;
        margin-left: -1px; }

.moby.moby-hidden {
  display: none; }

.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0; }
  .moby.fade ul {
    width: 100%; }

.moby.fade.moby-active {
  opacity: 1;
  visibility: visible; }

.moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 280px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%; }
  .moby.top-full ul {
    width: 100%; }

.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.moby.bottom-full {
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%; }
  .moby.bottom-full ul {
    width: 100%; }

.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0; }
  .moby.grow-out ul {
    width: 100%; }

.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0; }
  .moby.shrink-in ul {
    width: 100%; }

.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

body {
  font-family: "Gotham", sans-serif;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 400;
  color: #000; }
  @media (min-width: 768px) {
    body {
      font-size: 1.1rem; } }

p {
  margin-bottom: 0; }
  :root .spaces_asusual p {
    margin-bottom: 1em; }

.text_smaller * {
  font-size: .9em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Fat Flamingo5", sans-serif;
  margin-bottom: 0;
  color: #2c2c2c;
  line-height: 1.35; }
  :root .spaces_asusual h1, :root .spaces_asusual .h1, :root .spaces_asusual
  h2, :root .spaces_asusual .h2, :root .spaces_asusual
  h3, :root .spaces_asusual .h3, :root .spaces_asusual
  h4, :root .spaces_asusual .h4, :root .spaces_asusual
  h5, :root .spaces_asusual .h5, :root .spaces_asusual
  h6, :root .spaces_asusual .h6 {
    margin-bottom: .5em; }
  h1.deko, .h1.deko,
  h2.deko, .h2.deko,
  h3.deko, .h3.deko,
  h4.deko, .h4.deko,
  h5.deko, .h5.deko,
  h6.deko, .h6.deko {
    font-style: normal; }

h1, .h1 {
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3rem; }
      h1.page_title, h1.h1_single, .h1.page_title, .h1.h1_single {
        font-size: 2.5rem; } }
  h1 span, .h1 span {
    font-weight: 400; }

h2, .h2 {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2rem; } }
  h2 span, .h2 span {
    font-weight: 400; }

h3, .h3 {
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.8rem; } }
  h3 span, .h3 span {
    font-weight: 400; }

h4, .h4 {
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.6rem; } }

h5, .h5 {
  font-size: 1.3rem; }

h6, .h6 {
  font-size: 1.2rem; }

.pagination_bottom {
  margin-top: 60px; }
  .pagination_bottom > div > * {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 10px;
    background-color: #000000;
    color: #fff !important;
    border-radius: 5px; }
  .pagination_bottom .current {
    background-color: #2c2c2c;
    color: #fff; }
  .pagination_bottom .pagination-overview,
  .pagination_bottom .bslash {
    display: none; }

#main-nav {
  float: right;
  position: relative;
  top: 25px;
  display: none; }
  @media (min-width: 576px) {
    #main-nav {
      display: block;
      top: 25px; } }
  #main-nav ul {
    display: inline-block;
    margin-bottom: 0;
    /*margin-right:40px;*/
    height: 60px; }
  #main-nav li {
    float: left; }
    #main-nav li + li {
      margin-left: 0;
      margin-top: 0; }
    #main-nav li a {
      color: #2c2c2c;
      font-size: 0.8em;
      padding: 0.4em 35px;
      border-radius: 0px;
      letter-spacing: 1px;
      text-transform: uppercase; }

.moby-wrap .moby-menu ul.menu ul {
  position: relative !important; }
.moby-wrap .moby-menu ul.menu li.menu_button_a a,
.moby-wrap .moby-menu ul.menu li.menu_button_b a {
  background-color: #fff;
  color: #000000;
  margin-left: 30px;
  margin-right: 24px;
  border-radius: 5px;
  margin-top: 18px;
  text-align: center;
  padding: 12px; }

#moby-button {
  float: left;
  margin-top: 20px;
  background-color: #fff;
  height: 44px;
  width: 44px;
  border-radius: 5px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(img/icons/icon_menu.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 576px) {
    #moby-button {
      display: none; } }

#menu-main li:first-child:before,
#menu-footer li:first-child:before {
  content: "";
  padding: 0; }

#menu-footer li:before {
  content: "|";
  padding: 0 10px; }

a,
a:link,
a:focus,
a:active,
a:visited {
  color: #2c2c2c;
  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: opacity .3s; }
  a a:hover,
  a:link a:hover,
  a:focus a:hover,
  a:active a:hover,
  a:visited a:hover {
    color: #000000; }
  a:hover,
  a:link:hover,
  a:focus:hover,
  a:active:hover,
  a:visited:hover {
    opacity: .7; }

.txt a,
.txt a:link,
.txt a:focus,
.txt a:active,
.txt a:visited {
  color: #000000;
  text-decoration: none;
  position: relative; }
.txt a:hover {
  color: #000000; }

.txt a.button,
a.button,
.button {
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 6px 15px;
  padding-right: 35px;
  display: inline-block;
  border-radius: 5px; }
  .txt a.button.button_wide,
  a.button.button_wide,
  .button.button_wide {
    width: 100%; }
  .txt a.button.button_ghost,
  a.button.button_ghost,
  .button.button_ghost {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #000000;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .txt a.button.button_ghost a:hover,
    a.button.button_ghost a:hover,
    .button.button_ghost a:hover {
      color: #000000;
      border-bottom: 1px solid black; }
    .txt a.button.button_ghost::after,
    a.button.button_ghost::after,
    .button.button_ghost::after {
      content: none; }
  .txt a.button.button_light,
  a.button.button_light,
  .button.button_light {
    background-color: #fff;
    color: #000000; }
    .txt a.button.button_light::after,
    a.button.button_light::after,
    .button.button_light::after {
      content: "";
      position: absolute;
      top: 0;
      right: 12px;
      bottom: 0;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2337a7e9;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 9px; }
  .txt a.button::after,
  a.button::after,
  .button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px; }
  .txt a.button.download,
  a.button.download,
  .button.download {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #000000;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .txt a.button.download a:hover,
    a.button.download a:hover,
    .button.download a:hover {
      color: #000000;
      border-bottom: 1px solid black; }
    .txt a.button.download::after,
    a.button.download::after,
    .button.download::after {
      content: none; }

.readmore_link {
  color: #000000; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

html,
body {
  height: 100%;
  color: #000; }

body.page-id-2219, body.page-id-2846, body.page-id-2233, body.page-id-2215 {
  background-color: #ad8f00;
  color: #000; }

body.page-id-2219 .wrapper, body.page-id-2846 .wrapper, body.page-id-2233 .wrapper, body.page-id-2215 .wrapper {
  background-color: #ad8f00; }

body.page-id-2219 .main_footer, body.page-id-2846 .main_footer, body.page-id-2233 .main_footer, body.page-id-2215 .main_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff !important; }
  body.page-id-2219 .main_footer a, body.page-id-2846 .main_footer a, body.page-id-2233 .main_footer a, body.page-id-2215 .main_footer a {
    color: #fff !important; }

body.page-id-2215 .main_footer {
  z-index: 99998; }

body.page-id-2219 #main-nav a, body.page-id-2846 #main-nav a, body.page-id-2233 #main-nav a, body.page-id-2215 #main-nav a {
  color: #fff; }

img,
svg {
  max-width: 100%;
  height: auto; }

hr {
  display: block;
  clear: both;
  margin-top: 15px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #ccc; }

.shy {
  clip: rect(1px, 1px, 1px, 1px);
  position: fixed; }

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

ul, ol {
  padding: 0; }
  ul li, ol li {
    list-style: none;
    margin-left: 0;
    line-height: 1.55; }
    ul li + li, ol li + li {
      margin-top: .5em; }

.txt ul,
.txt ol {
  margin-bottom: 0; }
  .txt ul li,
  .txt ol li {
    list-style: disc;
    margin-left: 1.4em; }

.lcnmb > *:last-child {
  margin-bottom: 0; }

.center {
  text-align: center; }

.loader_wrapper {
  background-color: rgba(44, 44, 44, 0.5);
  position: relative; }

.button span {
  font-size: 1.4em;
  margin-left: .4em;
  position: relative;
  top: .1em; }
  .button span.icon_left {
    margin-left: 0;
    margin-right: .2em; }

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color; }

@media (min-width: 992px) {
  main {
    min-height: 300px;
    font-size: 0.8em; } }
.wrapper {
  background-color: #fff; }
  .wrapper.row_bgcolor {
    background-color: #eaecf1;
    padding-top: 25px;
    margin-top: 35px;
    margin-bottom: 35px; }
  .wrapper > .container {
    max-width: 900px; }
    .wrapper > .container > .row > [class*="col-"] {
      padding-top: 35px;
      padding-bottom: 35px; }
      @media (min-width: 768px) {
        .wrapper > .container > .row > [class*="col-"] {
          padding-top: 35px;
          padding-bottom: 35px; } }
  .wrapper.large > .container {
    max-width: 1140px; }
  .wrapper.full > .container {
    width: 100%;
    max-width: none; }
    .wrapper.full > .container > .row > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .wrapper.totop {
    margin-top: -60px; }

.wrapper_margin_sibling_top {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .wrapper_margin_sibling_top {
      margin-bottom: 35px; } }

.flex_inner {
  margin-bottom: 60px;
  z-index: 2;
  position: relative; }

.flex_inner.txt {
  margin-bottom: 15px;
  z-index: 2;
  position: relative; }

.flex_inner_xxs {
  margin-bottom: 5px; }

.children_topmargin_s {
  margin-top: -15px; }
  .children_topmargin_s > .child_topmargin_s,
  .children_topmargin_s > [class*="col-"] {
    margin-top: 15px; }

.slider_content {
  height: 340px;
  visibility: hidden; }
  @media (min-width: 768px) {
    .slider_content {
      height: 440px; } }
  .slider_content a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .slider_content div,
  .slider_content figure {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .slider_content figure {
    position: relative; }
    @media (min-width: 768px) {
      .slider_content figure {
        border-left: 10px solid #fff;
        border-right: 10px solid #fff; } }
  .slider_content .slick-arrow {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    text-indent: -9999px;
    display: none; }
    .slider_content .slick-arrow.slick-prev {
      left: 35px; }
      .slider_content .slick-arrow.slick-prev::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 19px center;
        background-size: 30%; }
    .slider_content .slick-arrow.slick-next {
      right: 35px; }
      .slider_content .slick-arrow.slick-next::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 23px center;
        background-size: 30%; }

.slider_content_small {
  height: 340px;
  visibility: hidden; }
  @media (min-width: 992px) {
    .slider_content_small {
      height: 440px; } }
  .slider_content_small div,
  .slider_content_small figure {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .slider_content_small .slick-arrow {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    text-indent: -9999px;
    display: none; }
    .slider_content_small .slick-arrow.slick-prev {
      left: 35px; }
      .slider_content_small .slick-arrow.slick-prev::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 19px center;
        background-size: 30%; }
    .slider_content_small .slick-arrow.slick-next {
      right: 35px; }
      .slider_content_small .slick-arrow.slick-next::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 23px center;
        background-size: 30%; }

.subline {
  margin-top: -1em; }
  .subline p {
    color: #000;
    font-size: 1.2em;
    font-weight: 400; }
    @media (min-width: 768px) {
      .subline p {
        font-size: 1.6em; } }

.kacheln .txt-box {
  color: #000 !important;
  background-color: #fff !important;
  text-align: left;
  position: relative;
  bottom: 0 !important;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 10px 15px 35px 15px; }
.kacheln figure:hover h3 {
  background: none;
  color: #000;
  transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0); }
.kacheln figure {
  padding: 0 !important; }
  .kacheln figure .col_inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 0;
    height: 500px;
    position: relative;
    margin: 0 1px; }
    .kacheln figure .col_inner img {
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
      object-fit: cover;
      width: 100%; }
    .kacheln figure .col_inner img:hover {
      opacity: 0; }
    @media (max-width: 1199.98px) {
      .kacheln figure .col_inner {
        height: 460px; } }
    .kacheln figure .col_inner h3 {
      color: #000 !important;
      background-color: #fff !important;
      text-align: center;
      position: relative;
      bottom: 0 !important; }
    .kacheln figure .col_inner a.button {
      position: absolute;
      background-color: #fff;
      bottom: 15px;
      right: 15px;
      width: 50px;
      height: 50px;
      text-indent: -999px;
      overflow: hidden;
      border-radius: 50%; }
      .kacheln figure .col_inner a.button::after {
        content: "";
        position: absolute;
        top: 0;
        right: 18px;
        bottom: 0;
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17.6px' height='32.4px' viewBox='0 0 17.6 32.4' style='enable-background:new 0 0 17.6 32.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.7,31.7 16.2,16.2 0.7,0.7 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 10px; }

.buttons .button {
  margin-right: 15px; }

.flex_inner_icons .icons {
  margin-top: -25px; }
  .flex_inner_icons .icons .icon_wrapper {
    display: inline-block;
    margin-top: 25px;
    vertical-align: top; }
    @media (min-width: 768px) {
      .flex_inner_icons .icons .icon_wrapper {
        width: 120px; } }
    @media (max-width: 767.98px) {
      .flex_inner_icons .icons .icon_wrapper {
        display: block;
        float: left;
        width: 48%; } }
    @media (max-width: 500px) {
      .flex_inner_icons .icons .icon_wrapper {
        width: 100%; } }
    @media (min-width: 500px) {
      .flex_inner_icons .icons .icon_wrapper:nth-child(2n+3) {
        clear: both; } }
    .flex_inner_icons .icons .icon_wrapper .icon_bg {
      background-color: #ad8f00;
      color: #2c2c2c;
      padding: 15px;
      border-radius: 5px;
      margin-right: 10px;
      margin-left: 10px;
      display: inline-block;
      width: 80px;
      height: 80px; }
      @media (min-width: 768px) {
        .flex_inner_icons .icons .icon_wrapper .icon_bg img {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; } }
      @media (max-width: 767.98px) {
        .flex_inner_icons .icons .icon_wrapper .icon_bg {
          float: left;
          width: auto;
          height: auto; }
          .flex_inner_icons .icons .icon_wrapper .icon_bg img {
            width: 28px; } }
    .flex_inner_icons .icons .icon_wrapper .icon_label {
      font-size: .7em;
      line-height: 1.3;
      margin-top: 5px;
      display: block; }
      @media (max-width: 767.98px) {
        .flex_inner_icons .icons .icon_wrapper .icon_label {
          text-align: left;
          font-size: .8em; } }

@media (min-width: 768px) {
  .typ_slider .flex_inner > [class*="col-"] {
    padding-right: 0; }
    .typ_slider .flex_inner > [class*="col-"] + [class*="col-"] {
      padding-left: 0; } }
.typ_slider .col_inner {
  background-color: #ad8f00;
  padding: 35px;
  height: 100%;
  color: #000; }
  .typ_slider .col_inner h3 {
    margin-bottom: .5em;
    color: #000; }
  .typ_slider .col_inner .typ_slider_price {
    font-size: 1.8em;
    font-weight: 700;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .typ_slider .col_inner .button {
    margin-top: 25px; }
@media (min-width: 768px) {
  .typ_slider .slider_content_small {
    min-height: 440px;
    height: 100%; } }

.slider_and_text {
  position: relative; }
  .slider_and_text .txt {
    font-size: .9em; }
    .slider_and_text .txt ul {
      margin-bottom: 25px; }
  .slider_and_text + .slider_and_text {
    margin-top: 45px; }

.img_text {
  position: relative; }
  .img_text .col_img {
    min-height: 270px; }
    @media (min-width: 768px) {
      .img_text .col_img {
        min-height: 350px; } }
    .img_text .col_img .loader_wrapper {
      height: 100%; }
      .img_text .col_img .loader_wrapper figure {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  @media (max-width: 575.98px) {
    .img_text .col_txt {
      padding-left: 0;
      margin-top: 15px; } }

.slider_responsive {
  visibility: hidden; }
  .slider_responsive slick-slide > div {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .slider_responsive div,
  .slider_responsive figure {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .slider_responsive .slick-initialized .slick-slide {
    display: inline-block; }
  .slider_responsive .format-1 {
    height: 470px; }
  .slider_responsive .format-2 {
    height: 470px; }
  .slider_responsive .gallery-img-holder {
    margin: 0 1px; }
  .slider_responsive .slick-arrow {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    text-indent: -9999px;
    display: none; }
    .slider_responsive .slick-arrow.slick-prev {
      left: -60px; }
      .slider_responsive .slick-arrow.slick-prev::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 19px center;
        background-size: 30%; }
    .slider_responsive .slick-arrow.slick-next {
      right: -60px; }
      .slider_responsive .slick-arrow.slick-next::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 23px center;
        background-size: 30%; }

.slider_video_bild {
  height: 380px;
  visibility: hidden; }
  .slider_video_bild slick-slide > div {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .slider_video_bild .slick-initialized .slick-slide {
    display: inline-block; }
  .slider_video_bild .slick-arrow {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    text-indent: -9999px;
    display: none; }
    .slider_video_bild .slick-arrow.slick-prev {
      left: -60px; }
      .slider_video_bild .slick-arrow.slick-prev::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 19px center;
        background-size: 30%; }
    .slider_video_bild .slick-arrow.slick-next {
      right: -60px; }
      .slider_video_bild .slick-arrow.slick-next::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 23px center;
        background-size: 30%; }

.slider_video_bild .bild div, .slider_video_bild .bild figure {
  height: 100%;
  background-size: cover;
  background-position: center; }

.slider_video_bild .loader_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background-color: #fff; }

.slider_video_bild .wp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%  !important;
  height: 100%; }

.slider_video_bild .mejs-container .mejs-controls {
  display: none; }

.slide {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.slide .wp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%  !important;
  height: 100%; }

.slide .mejs-container .mejs-controls {
  display: none; }

#video_slider .slick-dots {
  bottom: -10px;
  left: 5px;
  right: 5px; }

#video_slider .slick-dots li:before {
  content: "|";
  padding: 0 15px; }

#video_slider .slick-dots li:first-child:before {
  content: "";
  padding: 0; }

#video_slider .slick-dots .video-link {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: .9em;
  cursor: pointer; }

#video_slider .slick-dots li {
  margin-right: 0px; }

.flex_inner.bild .header_wrapper, .flex_inner.video .header_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10%;
  display: block;
  text-align: center;
  z-index: 1; }

.flex_inner.bild .header_wrapper h2, .flex_inner.video .header_wrapper h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 4.0em;
  font-family: "Fat Flamingo5", sans-serif;
  display: inline-block;
  float: right;
  margin-top: 50px;
  margin-right: 50px; }

.flex_inner.bild .header_wrapper h2.white, .flex_inner.video .header_wrapper h2.white {
  color: #fff; }

.flex_inner.bild .header_wrapper h2.black, .flex_inner.video .header_wrapper h2.black {
  color: #000; }

/*
.flex_inner.bild  a, .flex_inner.video  a,.flex_inner.bild, .flex_inner.video  {
    position: inherit;
}
*/
.flex_inner .headline {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 4.0em;
  font-family: "Fat Flamingo5", sans-serif;
  display: block;
  position: relative; }

.flex_inner.head {
  margin-bottom: 0px;
  line-height: 1.0; }

.flex_inner.white {
  color: #fff; }

.flex_inner.black {
  color: #000; }

.flex_inner.left {
  text-align: left;
  margin-left: 40px; }

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

.flex_inner.right {
  text-align: right;
  margin-right: 40px; }

.flex_inner.front-top, .flex_inner.front-bottom {
  z-index: 99; }

.flex_inner.back-top, .flex_inner.back-bottom {
  z-index: 1; }

.flex_inner.front-top {
  margin-bottom: -40px; }

.flex_inner.back-top {
  margin-bottom: -30px; }

.flex_inner.front-bottom {
  margin-top: -90px; }

.flex_inner.back-bottom {
  margin-top: -85px;
  margin-bottom: 85px; }

* {
  box-sizing: border-box; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer,
.grid-item {
  width: 33.333%; }

@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%; } }
@media (min-width: 576px) and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 50%; } }
/* To change the amount of columns on larger devices, uncomment the code below */
/* @media (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
} */
.grid-item {
  float: left; }

.grid-item img {
  display: block;
  max-width: 100%; }

.grid-item img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

.grid-item img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  transition: all 0.35s; }

/************ Hover effect styles *************/
figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer; }

figure figcaption {
  color: #000;
  backface-visibility: hidden; }

figure figcaption::before,
figure figcaption::after {
  pointer-events: none; }

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

figure h3 {
  word-spacing: -0.15em;
  font-weight: 300; }

figure h3 span {
  font-weight: 400; }

figure h3,
figure p {
  margin: 0; }

figure button.rww_grid_button {
  background-color: #fff;
  margin: 0 auto;
  padding: 0.5rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.9em;
  transition: all 0.3s;
  border: 0;
  width: 70%; }

figure p {
  letter-spacing: 1px;
  font-size: smaller; }

figure figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  */
  content: "";
  opacity: 0;
  transform: translate3d(0, 50%, 0); }

figure h3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  transition: all 0.35s;
  transform: translate3d(0, -50%, 0); }

figure figcaption::before,
figure p,
figure .grid-button-wrapper {
  transition: all 0.35s; }

figure .grid-button-wrapper {
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 20px, 0); }

figure p {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding-bottom: 3rem;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0); }

figure:hover h3 {
  background: none;
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure:hover figcaption::before,
figure:hover p,
figure:hover img,
figure:hover .grid-button-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none; }

.video {
  position: relative;
  /* 16:9
  padding-bottom: 56.25%;  
  padding-top: 25px;
  height: 0;
  */ }

.video .wp-video {
    /*
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	*/
  width: 100%  !important; }

.video .mejs-container .mejs-controls {
  display: none; }

.mb-80 {
  margin-bottom: 80px; }

.col_txt.col_inner {
  line-height: 1.2; }
  .col_txt.col_inner h3 {
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    line-height: 1.00; }

.col_txt.col_inner.txt-right {
  text-align: right; }

.col-out-txt {
  position: absolute;
  left: -200px;
  width: 180px;
  text-align: right; }

.col-out-txt.txt-right {
  position: absolute;
  right: -200px;
  left: auto;
  width: 180px;
  text-align: left; }

#get-to-last .flex_inner.bild {
  margin-bottom: 0  !important; }

#contact .flex_inner {
  margin-bottom: 0px;
  width: 480px;
  height: 180px;
  margin-right: auto;
  margin-left: auto; }

#imprint .flex_inner {
  margin-bottom: 0px;
  width: 480px;
  height: 180px;
  margin-right: auto;
  margin-left: auto; }

#contact .flex_inner .txt.spaces_asusual, #imprint .flex_inner .txt.spaces_asusual {
  margin: 0;
  position: absolute;
  top: calc(50% + 190px);
  	/*-ms-transform: translateY(-50%);
      transform: translateY(-50%);*/
  height: 180px;
  padding-left: 275px;
  background-image: url(img/MKR_Logo_Black_r.png);
  background-size: 250px auto;
  background-position: left 5px;
  background-repeat: no-repeat; }

#about .flex_inner {
  margin-bottom: 0px;
  width: 650px;
  height: 360px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ad8f00; }

#about .flex_inner .txt.spaces_asusual {
  margin: 0;
  position: absolute;
  top: calc(50% - 0px);
    /*
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 650px; 
	*/
  height: 360px; }

#about .flex_inner .txt.spaces_asusual #collapse {
  background-color: #ad8f00; }

.nav-toggle {
  text-decoration: underline !important;
  padding-bottom: 80px; }

.section .wp-video {
  width: 100% !important;
  height: auto !important; }

body.page-child #main-nav li a {
  color: #ad8f00; }

.mejs-controls {
  opacity: 0; }

.wrap_slider {
  position: relative; }
  .wrap_slider .wrap_slider_text {
    position: absolute;
    top: 0;
    right: 10%;
    left: 10%;
    text-align: center;
    color: #fff;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .wrap_slider .wrap_slider_text {
        right: 20%;
        left: 20%; } }
    .wrap_slider .wrap_slider_text h1 {
      font-size: 2.8em;
      color: #fff;
      margin-top: 0;
      margin-bottom: .2em;
      text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5); }
      @media (min-width: 768px) {
        .wrap_slider .wrap_slider_text h1 {
          font-size: 4em; } }
    .wrap_slider .wrap_slider_text .wrap_slider_text_subline {
      font-size: 1.5em;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6); }
  .wrap_slider .slider {
    position: relative;
    height: 400px;
    visibility: hidden; }
    @media (min-width: 768px) {
      .wrap_slider .slider {
        height: 550px; } }
    .wrap_slider .slider div,
    .wrap_slider .slider figure {
      height: 100%; }
    .wrap_slider .slider figure .figure_inner {
      background-size: cover;
      background-position: center; }
    .wrap_slider .slider .slick-arrow {
      width: 60px;
      height: 60px;
      border: 0;
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      margin-top: -30px;
      z-index: 2;
      text-indent: -9999px;
      display: none !important; }
      .wrap_slider .slider .slick-arrow.slick-prev {
        left: 35px; }
        .wrap_slider .slider .slick-arrow.slick-prev::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: 19px center;
          background-size: 30%; }
      .wrap_slider .slider .slick-arrow.slick-next {
        right: 35px; }
        .wrap_slider .slider .slick-arrow.slick-next::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: 23px center;
          background-size: 30%; }

.slick-dots {
  position: absolute;
  margin-bottom: 0;
  bottom: 15px;
  left: 25px;
  right: 25px;
  text-align: left; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 5px; } }
  .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .slick-dots li.slick-active {
      opacity: .4; }
    .slick-dots li button {
      background-color: #fff;
      border: none;
      border-radius: 50%;
      display: inline-block;
      text-indent: -999px;
      overflow: hidden;
      height: 25px;
      width: 25px;
      padding: 0; }
      @media (min-width: 768px) {
        .slick-dots li button {
          height: 16px;
          width: 16px; } }

.page_headline_only {
  margin-top: 35px;
  margin-bottom: 35px; }

.page-template-tpl_newsarchiv section article + article {
  margin-top: 60px; }
.page-template-tpl_newsarchiv section article figure {
  margin-bottom: 15px; }

.wrapper_single .h1_single {
  margin-bottom: 25px; }
.wrapper_single figure {
  margin-bottom: 25px; }

.single_more {
  margin-top: 35px; }
  .single_more a {
    display: inline-block;
    margin-right: 10px; }

.wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99997; }

.menu-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: scale(1.1); }

.menu-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 1.2s var(--cubicbz);
  transform: scale(1.2);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }

.menu-img img.active {
  transform: scale(1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.menu__item {
  position: relative;
  list-style: none;
  text-align: center; }

.menu__item + .menu__item {
  margin-top: 60px; }

.menu__item::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  top: 50%;
  left: 0;
  transform: translate(-80px, -50%) rotate(225deg);
  opacity: 0;
  will-change: transform;
  transition: 1.2s var(--cubicbz); }

.menu__link {
  position: relative;
  display: block;
  font-size: 65px;
  line-height: .8;
  text-decoration: none;
  color: #fff !important;
  z-index: 2;
  transition: 0.8s var(--cubicbz);
  font-family: "Fat Flamingo5", sans-serif; }

.menu__item:hover .menu__link {
  color: #ad8f00 !important;
  -webkit-text-stroke: 1px transparent;
  opacity: 1.0; }

.menu__item:hover::before {
  opacity: 1;
  transform: translate(0%, -50%) rotate(180deg); }

.main_footer {
  padding: 10px 15px;
  font-size: .8em;
  letter-spacing: 1px;
  color: #2c2c2c;
  padding-top: 80px;
  background-image: url(img/MKR_Logo_kl_txt.png);
  background-size: 160px auto;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .main_footer {
      text-align: center; } }
  .main_footer .container-fluid .row > div #menu-footer {
    text-align: right; }
    @media (max-width: 767.98px) {
      .main_footer .container-fluid .row > div #menu-footer {
        text-align: center; } }
    .main_footer .container-fluid .row > div #menu-footer li {
      display: inline-block;
      margin-left: 0;
      margin-top: 0; }
      .main_footer .container-fluid .row > div #menu-footer li a {
        color: #2c2c2c; }
  @media (max-width: 767.98px) {
    .main_footer .container-fluid .row > div:last-child {
      padding-top: 0; } }

body.home .main_footer {
  padding-top: 10px;
  background-image: none; }

@media (min-width: 992px) {
  .page-id-2235 header {
    padding-top: 110px; } }

.page-id-2235 .flex_inner {
  margin-bottom: 0px;
  width: 830px; }

@media (min-width: 992px) {
  .header_top_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99998; } }

.header_top {
  padding: 15px 20px;
  transition: padding .3s; }
  @media (min-width: 1200px) {
    .header_top {
      padding: 15px 40px 15px 20px; } }
  .header_top .logo {
    /*float: right;*/
    height: 140px;
    margin-top: 28px;
    margin-left: 35px;
    position: absolute;
    display: none;
    transition: height .3s; }

body.home .header_top .logo {
  display: block; }

/**
 * Wrap checkboxes and radio buttons with lable ("use_label_element"):
 * <p> Radio examples
      [radio radio-129 use_label_element default:1 "11" "22" "33"]
   </p>
   <p> Checkbox examples
      [checkbox checkbox-758 use_label_element "aa" "bb" "cc"]
   </p>
 */
.wpcf7-form {
  text-align: left;
  font-size: .9em; }
  .wpcf7-form input:not([type="checkbox"]),
  .wpcf7-form input:not([type="radio"]),
  .wpcf7-form label,
  .wpcf7-form textarea,
  .wpcf7-form select {
    width: 100%;
    border: 0;
    margin: 0; }
  .wpcf7-form input:not([type="checkbox"]),
  .wpcf7-form input:not([type="radio"]),
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: .9em; }
  .wpcf7-form input:not([type="checkbox"]),
  .wpcf7-form input:not([type="radio"]),
  .wpcf7-form select,
  .wpcf7-form textarea {
    background-color: #e4e4e4;
    padding: .5em .8em; }
  .wpcf7-form input[type="submit"] {
    background-color: #000000;
    color: #fff;
    padding: 10px; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    color: #e20a22;
    font-size: .9em;
    display: block; }
  .wpcf7-form div.wpcf7-response-output {
    margin: 25px 0 0 0;
    padding: 10px 15px;
    border: 2px solid #2c2c2c; }
  .wpcf7-form span.wpcf7-list-item {
    margin: 0; }
  .wpcf7-form label > .wpcf7-form-control-wrap {
    display: block;
    margin-top: .1em; }

.wpcf7 .submit_wrapper {
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 9px;
  background-color: #000000;
  border-radius: 5px; }
  .wpcf7 .submit_wrapper .ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 3;
    border-radius: 5px;
    background-color: #2c2c2c;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22loader-1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.935%2C25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318%2C0-18.683%2C8.365-18.683%2C18.683h4.068c0-8.071%2C6.543-14.615%2C14.615-14.615c8.072%2C0%2C14.615%2C6.543%2C14.615%2C14.615H43.935z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20from%3D%220%2025%2025%22%0A%20%20%20%20%20%20to%3D%22360%2025%2025%22%0A%20%20%20%20%20%20dur%3D%220.6s%22%0A%20%20%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center; }
  .wpcf7 .submit_wrapper .wpcf7-submit {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 12px 15px;
    padding-right: 35px;
    display: inline-block;
    border-radius: 5px;
    width: auto;
    position: relative; }

select,
.wpcf7-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.files-wrapper-files .file {
  position: relative; }
  .files-wrapper-files .file + .file {
    margin-top: 10px; }
  .files-wrapper-files .file input {
    font-size: 1.5rem;
    padding: 25px;
    padding-right: 60px; }

.files-wrapper-files .resetlink {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Ef-remove%3C%2Ftitle%3E%3Cg%20fill%3D%22%23e2001a%22%3E%3Cpath%20d%3D%22M16%2C0A16%2C16%2C0%2C1%2C0%2C32%2C16%2C16.047%2C16.047%2C0%2C0%2C0%2C16%2C0Zm8.121%2C22L22%2C24.121l-6-6-6%2C6L7.879%2C22l6-6-6-6L10%2C7.879l6%2C6%2C6-6L24.121%2C10l-6%2C6Z%22%20fill%3D%22%23e2001a%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -400px;
  width: 50px;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  font-size: 0;
  opacity: 0;
  border-bottom: 0; }

.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block; }
  .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
    width: auto;
    width: 1em;
    height: 1em; }

.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin-right: .7em; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: .3em;
  left: 0;
  border-radius: 4px;
  background-color: #e4e4e4; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  content: '';
  visibility: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Ef-check%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpolygon%20points%3D%2211.714%2027.786%201%2017.071%205.286%2012.786%2011.714%2019.214%2026.714%204.214%2031%208.5%2011.714%2027.786%22%20fill%3D%22%23000000%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 54%;
  background-position: center center;
  background-repeat: no-repeat; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible; }

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
  margin-right: 10px; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:before,
.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #e4e4e4; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  content: '';
  visibility: hidden;
  height: 8px;
  width: 8px;
  top: .25em;
  left: .25em;
  background-color: #000000; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background-color: #e4e4e4; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  visibility: visible; }

.wpcf7-form p:empty {
  display: none; }

div.grecaptcha-badge {
  width: 0 !important; }

div.grecaptcha-badge.show {
  width: 256px !important; }

@viewport {
  width: auto !important; }
div#ui-datepicker-div {
  z-index: 1000 !important; }

@media (max-width: 1199.98px) {
  body.home .wrap_slider .slider {
    height: 450px; }

  .wrap_slider .slider {
    height: 350px; }

  .wrapper_margin_sibling_top {
    margin-bottom: 0px; }

  section:last-of-type .container {
    margin-bottom: -60px; }

  .kacheln figure:nth-child(3n+1) .txt-box {
    padding: 10px 15px 35px 30px; }

  #video_slider .slick-dots {
    bottom: -10px;
    left: 20px; }

  .slider_content {
    margin: 0 -15px;
    height: auto; }

  .slider_content div, .slider_content figure {
    height: auto; }

  .slick-list {
    position: relative; }

  .slider_content figure {
    position: relative;
    height: 340px; }

  .slider_content .txt {
    padding: 10% 13%;
    height: 340px; }

  .slider_content .txt h4 br {
    content: " "; }

  .slider_content .txt h4 br:after {
    content: " "; }

  .slider_content .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px; }

  .main_footer .container-fluid .row > div #menu-footer li {
    margin-top: 0px !important; } }
@media (max-width: 1199.98px) {
  .wrapper.normal > .container {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .kacheln figure:nth-child(2n+1) .txt-box {
    padding: 10px 15px 35px 30px; } }
@media (max-width: 767.98px) {
  .header_top {
    padding: 15px 20px; }

  .header_top .logo {
    float: right !important;
    height: 40px !important; }

  .mejs-overlay-button {
    zoom: 0.6; }

  #moby-button {
    margin-top: 0px !important; }

  .moby-menu .main-nav {
    position: absolute;
    display: block;
    text-align: left;
    width: 100%; }

  .moby ul li {
    display: block; }

  .moby li + li {
    margin-left: 0px; }

  .menu > ul > li a {
    text-decoration: none;
    display: block; }

  body.home .wrap_slider .slider {
    height: 400px; }

  .col_txt.col-md-6 {
    margin-top: 15px; }

  #video_slider .slick-dots .video-link {
    letter-spacing: 0px;
    font-size: .8em; }

  .kacheln figure .txt-box {
    padding: 10px 15px 35px 30px; }

  .flex_inner .headline {
    font-size: 3.6em;
    letter-spacing: 0.3em; }

  .flex_inner.front-top {
    margin-bottom: -35px; }

  .flex_inner.back-top {
    margin-bottom: -25px; }

  .flex_inner.front-bottom {
    margin-top: -85px; }

  .flex_inner.back-bottom {
    margin-top: -80px;
    margin-bottom: 80px; }

  .flex_inner.bild .header_wrapper h2, .flex_inner.video .header_wrapper h2 {
    font-size: 3.6em;
    letter-spacing: 0.3em; } }
.slider_responsive .slick-arrow.slick-next, .slider_video_bild .slick-arrow.slick-next {
  right: 10px; }

.slider_responsive .slick-arrow.slick-prev, .slider_video_bild .slick-arrow.slick-prev {
  left: 10px; }

.slider_responsive .slick-arrow, .slider_video_bild .slick-arrow {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

.slider_responsive .slick-arrow.slick-next::before,
.slider_responsive .slick-arrow.slick-prev::before,
.slider_video_bild .slick-arrow.slick-next::before,
.slider_video_bild .slick-arrow.slick-prev::before {
  background-position: center center; }

@media (max-width: 991.98px) {
  .flex_inner.desktop {
    display: none; }

  .flex_inner.mobil {
    display: block; } }
@media (min-width: 768px) {
  .flex_inner.desktop {
    display: block; }

  .flex_inner.mobil {
    display: none; } }
