@charset "UTF-8";
/*
Theme Name: DEUTZ-FAHR-SONG
Theme URI: https://www.uezw-energie.de
Description: DEUTZ-FAHR-SONG
Version: 1.0
Author: rsk.
Author URI: https://www.raap-steinert.de
*/
/*! normalize.css v3.0.1 | 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.
 */
/* Deutz-Green #37a137 */
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,
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: 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: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    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 */
    -webkit-box-sizing: content-box;
    /* 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;
}

.helltuerkis {
    background: #EAF5F5;
}

.hellgrau {
    background: #D1D6D9;
}

.gelb {
    background: #FCB21F;
}

.gelb .linkbtn,
.gelb h1,
.gelb h2,
.gelb h3,
.gelb h4,
.gelb p,
.gelb table,
.gelb ul {
    color: #ffffff !important;
}

.hellgelb {
    background: #FFC757;
}

.hellgelb .linkbtn,
.hellgelb h1,
.hellgelb h2,
.hellgelb h3,
.hellgelb h4,
.hellgelb p,
.hellgelb table,
.hellgelb ul {
    color: #ffffff !important;
}

.mittelgrau {
    background: #535D64;
}

.mittelgrau .linkbtn,
.mittelgrau h1,
.mittelgrau h2,
.mittelgrau h3,
.mittelgrau h4,
.mittelgrau p,
.mittelgrau table,
.mittelgrau ul {
    color: #ffffff !important;
}

.anthrazit {
    background: #1A313A;
}

.anthrazit .linkbtn,
.anthrazit h1,
.anthrazit h2,
.anthrazit h3,
.anthrazit h4,
.anthrazit p,
.anthrazit table,
.anthrazit ul {
    color: #ffffff !important;
}

.gruen {
    background: #2E7474;
}

.gruen .linkbtn,
.gruen h1,
.gruen h2,
.gruen h3,
.gruen h4,
.gruen p,
.gruen table {
    color: #ffffff !important;
}

.tuerkis {
    background: #4BAAB7;
}

.tuerkis .linkbtn,
.tuerkis h1,
.tuerkis h2,
.tuerkis h3,
.tuerkis h4,
.tuerkis p,
.tuerkis table,
.tuerkis ul {
    color: #ffffff !important;
}

.lila {
    background: #8B4577;
}

.lila .linkbtn,
.lila h1,
.lila h2,
.lila h3,
.lila h4,
.lila p,
.lila table,
.lila ul {
    color: #ffffff !important;
}

/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/open-sans-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/open-sans-v35-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 20px;
    letter-spacing: -0.04rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #ffffff;
    transform: unset;
}

h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    opacity: 1;
}

h1::after {
    content: "";
    height: 5px;
    width: 50%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background: -webkit-gradient(linear, left top, right top, from(#37a137), to(#56aab4));*/
    /*background: linear-gradient(90deg, #37a137 0%, #56aab4 100%);*/
    background-image: -webkit-gradient(linear, left top, right top, from(#37a137), to(#37a137));
    background-image: linear-gradient(90deg, #37a137 0%, #37a137 100%);
}

h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 20px;
    opacity: 1;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 25px;
    opacity: 1;
}

h4 {
    font-size: 36px;
    font-weight: normal;
    line-height: 140%;
    color: #ffffff;
    opacity: 1;
}

h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    margin-top: 20px;
    margin-bottom: 0;
    opacity: 1;
}

h6 {
    font-size: 55px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#37a137), to(#56aab4));*/
    /*background-image: linear-gradient(90deg, #37a137 0%, #56aab4 100%);*/
    background-image: -webkit-gradient(linear, left top, right top, from(#37a137), to(#37a137));
    background-image: linear-gradient(90deg, #37a137 0%, #37a137 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.bigoutline {
    font-size: 80px;
    text-transform: none;
    color: #ffffff;
    text-shadow: -1px 1px 0 #D0D0D0, 1px 1px 0 #D0D0D0, 1px -1px 0 #D0D0D0, -1px -1px 0 #D0D0D0;
    font-weight: 800;
    z-index: 5;
    position: absolute;
    right: -60%;
    top: 0;
    -webkit-animation: anilr 12s infinite;
    animation: anilr 12s infinite;
}

p.kontakt {
    font-size: 48px;
    margin-left: 25px;
    line-height: 1;
    float: left;
    display: inline-block;
}

.lightadd {
    color: #2D3840;
    font-size: 22px;
}

@-webkit-keyframes anilr {
    0%, 100% {
        right: -60%;
    }
    50% {
        right: -40%;
    }
}

@keyframes anilr {
    0%, 100% {
        right: -60%;
    }
    50% {
        right: -40%;
    }
}

@media all and (min-width: 600px) {
    h6 {
        font-size: 80px;
    }

    h2 {
        font-size: 36px;
    }

    .infopopup h2 {
        font-size: 36px;
    }

    .centerlink {
        font-size: 25px !important;
    }
}

@media all and (min-width: 480px) {
    #cl-block_62de9a9609353 strong {
        font-size: inherit !important;
    }
}

@media all and (min-width: 850px) {
    h6 {
        font-size: 100px;
    }

    h2 {
        font-size: 48px;
    }

    h1 {
        font-size: 64px;
    }
}

@media all and (min-width: 1366px) {
    .centerlink {
        font-size: 20px !important;
    }
}

@media all and (min-width: 1680px) {
    h6 {
        font-size: 130px;
    }

    .centerlink {
        font-size: 24px !important;
    }

    h6 br {
        display: none !important;
    }

    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 70px;
    }
}

.coltext {
    width: 70%;
}

.coltext2 {
    width: 46%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.col {
    position: relative;
    float: left;
}

.container {
    margin: 0 auto;
    max-width: 1360px;
    width: 100%;
    position: relative;
    padding: 0 30px;
}

.container.centered p {
    margin: 0 auto;
    text-align: center;
}

.container .centered {
    text-align: center;
}

.container-fullwidth::after {
    clear: both;
    content: " ";
    display: table;
}

.container_fullwidth {
    width: 100%;
    position: relative;
}

.container .col {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    position: relative;
}

.ontop {
    z-index: 100;
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex img {
    float: left;
}

.flex article img {
    width: 100%;
}

.flex .mb-10,
.flex .mb-10:first-child {
    margin-bottom: 0.8vw;
}

.flexcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-start .g-4 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fourth .g-3 {
    margin-bottom: 20px;
}

.fourth::after {
    content: "";
    display: block;
    width: 49.056%;
}

.g-1 {
    width: 6.603%;
}

.mlr-1 {
    margin: 0 6.603% !important;
}

.mr-1 {
    margin-right: 6.603% !important;
}

.g-2 {
    width: 15.094%;
}

.g-20 {
    width: 20%;
}

.g-3 {
    width: 23.584%;
}

.g-33 {
    width: 33.333%;
}

.g-4 {
    width: 32.075%;
}

.g-40 {
    width: 40%;
}

.g-5 {
    width: 40.566%;
}

.g-6 {
    width: 49%;
}

.g-50 {
    width: 50%;
}

.g-60 {
    width: 60%;
}

.g-7 {
    width: 57.547%;
}

.g-70 {
    width: 60%;
}

.g-8 {
    width: 66.037%;
}

.g-9 {
    width: 74.528%;
}

.g-10 {
    width: 83.018%;
}

.g-11 {
    width: 91.509%;
}

.g-12 {
    width: 100%;
}

.pl-1 {
    padding-left: 1.887%;
}

.pl-2 {
    padding-left: 16.981%;
}

.pl-3 {
    padding-left: 25.471%;
}

.pl-4 {
    padding-left: 33.962%;
}

.pl-5 {
    padding-left: 42.453%;
}

.pl-6 {
    padding-left: 50.943%;
}

.pl-7 {
    padding-left: 59.434%;
}

.pl-8 {
    padding-left: 67.924%;
}

.pl-9 {
    padding-left: 76.415%;
}

.pl-10 {
    padding-left: 84.905%;
}

.pl-11 {
    padding-left: 93.396%;
}

.pr-1 {
    padding-right: 1.887%;
}

.pr-2 {
    padding-right: 8.49%;
}

.pr-3 {
    padding-right: 25.471%;
}

.pr-4 {
    padding-right: 33.962%;
}

.pr-5 {
    padding-right: 42.453%;
}

.pr-6 {
    padding-right: 50.943%;
}

.pr-7 {
    padding-right: 59.434%;
}

.pr-8 {
    padding-right: 67.924%;
}

.pr-9 {
    padding-right: 76.415%;
}

.pr-10 {
    padding-right: 84.905%;
}

.pr-11 {
    padding-right: 93.396%;
}

.fontlarge {
    font-size: 30px;
    line-height: 100%;
}

.fontlarge a {
    font-size: inherit;
}

@media all and (max-width: 600px) {
    .fontlarge {
        font-size: 22px;
        line-height: 100%;
    }
}

@media all and (max-width: 1920px) {
    .wrapper {
        max-width: 1500px;
    }
}

@media all and (min-width: 1366px) {
    .centerlinkupload {
        flex-direction: row !important;
    }
}

@media all and (max-width: 1680px) {
    .wrapper {
        max-width: 1280px;
    }

    .container {
        max-width: 1280px;
    }
}

@media all and (max-width: 1366px) {
    .wrapper {
        max-width: 1040px;
    }

    .container {
        max-width: 900px;
    }

    .coltext2 {
        width: 80%;
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }

    .coltext50 {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
}

@media all and (max-width: 1024px) {
    .container {
        max-width: 760px;
    }

    .wrapper {
        max-width: 800px;
    }

    .g-40,
    .g-60 {
        width: 50%;
    }

    .g-6 .g-9 {
        width: 100%;
    }

    .gform_wrapper.gravity-theme .gfield_consent_description {
        max-height: fit-content !important;
        overflow-y: unset !important;
    }
}

@media all and (max-width: 820px) {

    .wrapper {
        max-width: 700px;
    }

    .leistungmodul .wrapper {
        max-width: 1000px;
    }

    .g-10,
    .g-3,
    .g-4,
    .g-40,
    .g-5,
    .g-50,
    .g-6,
    .g-60,
    .g-7,
    .g-8,
    .g-9,
    .g-70 {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .flex .g-4 {
        margin-bottom: 1.56vw;
    }

    .flex .g-4:first-child {
        margin-bottom: 1.56vw;
    }

    .flex.fourth::after {
        width: 32.075%;
    }

    .g-4.pr-2 {
        padding-right: 0;
    }

    .textbox .flex-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-start {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-start .g-4 {
        width: 49.056%;
        margin: 0 !important;
    }

    .mitarbeiter .mailko,
    .mitarbeiter .telko {
        margin-left: 5px;
    }

    .mlr-1 {
        margin: 0 !important;
    }
}

@media all and (max-width: 600px) {
    .container {
        padding: 0 30px;
    }
}

@media all and (max-width: 480px) {
    .g-2 {
        width: 32.075%;
    }

    .container {
        padding: 0 25px;
    }

    .wrapper {
        max-width: 311px;
    }

    #cl-block_623dae78c861d .wrapper {
        max-width: 700px;
    }

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

@media all and (min-width: 410px) {
    #cl-block_62de9a9609353 h6 br:nth-of-type(2) {
        display: none;
    }
}

@media all and (max-width: 380px) {
    .flex .g-4 {
        width: 100%;
        margin-bottom: 1.56vw;
    }
}

.pd-25 {
    padding: 25px;
}

.pd-25-pdl-40 {
    padding: 25px 40px;
}

.pd-40 {
    padding: 40px;
}

.pd-50 {
    padding: 50px;
}

.pd-60 {
    padding: 60px;
}

.pd-100 {
    padding: 100px;
}

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

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-25 {
    padding: 25px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-200 {
    padding: 200px 0;
}

.pt50-pb100 {
    padding: 50px 0 100px;
}

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

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-250 {
    padding: 250px 0;
}

.pl-30 {
    padding-left: 30px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-30 {
    padding-right: 30px;
}

.plr-50-ptb-100 {
    padding: 100px 50px;
}

/* Margin Directions */
.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mtm-50 {
    margin-top: -50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 0.5%;
}

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

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

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

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

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

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

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

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

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.mtb-150 {
    margin: 150px 0;
}

.wbg + .wbg .imagebox.ptb-150,
.wbg.ptb-150 + .wbg .imagebox.ptb-150,
.wbg.ptb-150 + .wbg.ptb-150 {
    padding-top: 0;
}

.wbg.ptb-150 + .kontaktform {
    margin-top: -75px;
}

.absx,
.absxy,
.absxy .absxy,
.absy {
    position: absolute;
}

.absxy {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.absx {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.absy {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (min-width: 1680px) {
    .ptb-250 {
        padding: 250px 0;
    }
}

@media all and (max-width: 1024px) {
    .absx,
    .absxy,
    .absy {
        position: relative;
    }

    .ptb-250 {
        padding: 150px 0;
    }

    .ptb-150 {
        padding: 90px 0;
    }

    .pd-50 {
        padding: 35px;
    }

    .pd-100 {
        padding: 60px;
    }

    .wp-block-acf-iconbox-4spalten .pd-50 {
        padding: 25px;
    }
}

@media all and (max-width: 850px) {
    .mb-200 {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 768px) {
    .ptb-50 {
        padding: 30px 0;
    }

    .pd-50 {
        padding: 25px;
    }

    .ptb-150 {
        padding: 100px 0;
    }

    .ptb-100 {
        padding: 75px 0;
    }

    .pt-100 {
        padding-top: 75px;
    }
}

@media all and (max-width: 600px) {
    .ptb-150 {
        padding: 75px 0;
    }

    .ptb-100 {
        padding: 50px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }
}

@media all and (max-width: 480px) {
    .ptb-150 {
        padding: 50px 0;
    }

    .ptb-60 {
        padding: 25px 0;
    }

    .ptb-250 {
        padding: 100px 0;
    }

    .plr-50-ptb-100 {
        padding: 40px 20px;
    }

    .pt50-pb100 {
        padding: 40px 0;
    }

    .wbg.ptb-150 + .kontaktform {
        margin-top: 0;
    }

    .pd-40 {
        padding: 30px;
    }

    .pd-100 {
        padding: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .pb-150 {
        padding-bottom: 60px;
    }

    .ptb-100 {
        padding: 40px 0;
    }

    .pt-100 {
        padding-top: 40px;
    }
}

.text50 a {
    margin-top: 50px;
    background: #47A8DE;
    padding: 20px 25px;
    border: none;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.text50 a:after {
    background-image: url(http://localhost:8888/horse4life-wp22/wp-content/uploads/2022/03/pfeil-rechts.svg);
    display: inline-block;
    margin-left: 16px;
}

.wbutton img {
    width: 40px !important;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}

a.linkbtn-no,
button.linkbtn {
    font-size: 24px;
    position: relative;
    font-weight: 700;
    padding: 23px 100px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.linkbtn {
    font-size: 24px;
    position: relative;
    font-weight: 700;
    padding: 23px 100px;
    border-radius: 15px;
    border: 2px solid #2E7474;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.linkbtn-no:hover,
a.linkbtn:hover,
button.linkbtn:hover {
    color: #ffffff;
    background: #2E7474;
}

a.linkbtn-no:hover .linkbubble,
a.linkbtn:hover .linkbubble,
button.linkbtn:hover .linkbubble {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.textlink {
    text-transform: uppercase;
    font-weight: 700;
    color: #2E7474;
    position: relative;
    -webkit-transition: background 0.35s ease-in-out;
    transition: background 0.35s ease-in-out;
}

.textlink:hover {
    background: #2E7474;
}

.ybg .textlink:hover {
    background: #2E7474;
    color: #2E7474;
}

.bestellwidth {
    width: 25%;
}

@media all and (max-width: 1366px) {
    .bestellwidth {
        width: 40%;
    }
}

@media all and (max-width: 1024px) {
    a.linkbtn {
        padding: 23px 40px;
    }

    .bestellwidth {
        width: 60%;
    }
}

@media all and (max-width: 768px) {
    a.linkbtn {
        font-size: 22px;
        padding: 23px 60px;
    }
}

@media all and (max-width: 600px) {
    a.linkbtn {
        font-size: 18px;
    }
}

@media all and (max-width: 480px) {
    .linkbtn.mt-30 {
        margin-top: 0;
    }

    a.linkbtn .linkbubble {
        width: 5rem;
        height: 5rem;
    }

    a.linkbtn .linkbubble:before {
        margin-top: 1.8rem;
        margin-left: -0.4rem;
    }
}

@media all and (max-width: 380px) {
    a.linkbtn-no {
        font-size: 18px;
        padding: 23px 60px;
    }
}

.kontaktbutton {
    text-align: center;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.preview p {
    font-size: .8em;
    margin-bottom: 0px !important;
}

.preview ol {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

main {
    position: relative;
}

main::after {
    background-image: url(https://www.deutz-fahr-special.de/wp-content/uploads/2025/05/background_song.svg);
    content: "";
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
}

.page-id-190 main:after {
    background-image: url(https://www.deutz-fahr-special.de/wp-content/uploads/2025/05/background-session.svg);
    opacity: 0.03;
}

html {
    margin-top: 0 !important;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ol,
p,
table,
ul {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

/* Backgrounds Colors */
.wbg {
    background: #ffffff;
}

.darkbg {
    background: #1c1c1c;
}

.darkbg h1,
.darkbg h2,
.darkbg h3,
.darkbg h4,
.darkbg p,
.darkbg ul {
    color: #ffffff;
}

/* Global */
html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    line-height: 21px;
    line-height: 2.1rem;
    height: 100%;
    color: #ffffff;
    background-color: #1c1c1c;
}

a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.footertext a {
    font-size: inherit;
    padding: 0;
}

p,
ul {
    margin: 0 0px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    opacity: 1;
    bottom: unset;
}

p del {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}

p:last-child,
ul:last-child {
    margin-bottom: 0;
}

ul {
    list-style-position: outside;
    list-style: square;
}

ol {
    list-style-position: outside;
    list-style-type: decimal;
    list-style: none;
}

img {
    border-style: none;
}

.ofit {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.auto-width {
    width: auto !important;
    display: inline-block;
    max-width: none !important;
}

.ztop {
    z-index: 10;
    position: relative;
}

embed,
img,
object,
video {
    height: auto;
    max-width: 100%;
}

.coverfit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.centered {
    text-align: center;
}

.centered p {
    margin: 0 auto 25px;
}

.centered p:last-child {
    margin-bottom: 0;
}

.video embed,
.video iframe,
.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
}

.invisible {
    display: none !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-auto {
    margin: 0 auto;
}

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

.vertical-align-sub {
    vertical-align: sub;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

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

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

/* Helper classes */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 */
.clearfix::after,
.clearfix::before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix::after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

@media all and (min-width: 600px) {
    p {
        font-size: 22px;
    }
}

@media all and (min-width: 380px) {
    .centered p {
        max-width: 100%;
    }
}

header {
    width: 100%;
    z-index: 9999;
    height: 75px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}

header .logo img {
    width: 160px;
    max-width: 160px;
}

header .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
}

.page-id-22 header {
    position: absolute;
}

.hgmode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 70vh;
}

.hgmode .g-12 {
    -ms-flex-item-align: center;
    align-self: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c1c1c;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c1c1c;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c1c1c;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #1c1c1c;
    opacity: 1 !important;
}

.hamburger {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
}

.hamburger span {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #1c1c1c;
    position: absolute;
}

.hamburger span:nth-of-type(2) {
    top: 10px;
}

.hamburger span:nth-of-type(3) {
    top: 20px;
}

#menu-mainmenu-1 {
    visibility: hidden;
    z-index: 5;
}

.pagenav {
    z-index: 5;
}

.pagenav .open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
}

nav {
    position: relative;
}

.pagenav ul {
    list-style: none;
    padding: 0;
}

.pagenav li {
    display: block;
    float: left;
    margin-right: 50px;
}

.pagenav li:last-child {
    margin-right: 0;
}

.pagenav a {
    color: #1c1c1c;
    display: block;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    line-height: 60px;
}

.pagenav .sub-title {
    display: block;
    font-size: 64px;
    float: left;
    color: #ffffff;
    width: 100%;
    margin-bottom: 40px;
}

.header-bg {
    background-color: rgba(119, 35, 48, 0.9);
    display: none;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 112px;
    width: 100%;
    z-index: 1;
}

#menu-hauptmenu > li.current-menu-ancestor > a::after,
#menu-hauptmenu > li.current-menu-item > a::after {
    content: "";
    display: inline-block;
    background: #FCB21F;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.pagenav .sub-menu a:hover::after {
    display: none;
}

.pagenav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 110;
    padding: 40px 0 40px 575px;
    width: 100%;
    background: #fff;
}

.pagenav .sub-menu::before {
    content: "";
    position: fixed;
    display: block;
    width: 100%;
    height: 412px;
    background: #fff;
    left: 0;
    top: 141px;
    z-index: 0;
}

.pagenav .sub-menu li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 50px 40px 0;
    width: 27%;
}

.pagenav .sub-menu a {
    color: #1c1c1c;
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 0;
    text-align: left;
}

.pagenav .sub-menu a:hover::after {
    content: "";
    display: inline-block;
    background: #FCB21F;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 1;
}

.pagenav .sub-menu .menu-item-has-children {
    position: relative;
}

.pagenav .sub-menu .menu-item-has-children::after {
    width: 16px;
    height: 9px;
    right: -25px;
    top: 40%;
    content: ">";
    color: #1c1c1c;
    display: inline-block;
    position: absolute;
}

.pagenav .sub-menu .menu-item-has-children::after {
    content: ">";
    color: #1c1c1c;
    position: absolute;
    right: 25px;
    top: 14px;
    width: 4px;
    height: 10px;
}

.pagenav .sub-menu .menu-item-has-children:hover:after {
    color: #ffffff;
}

.pagenav .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.menu-item-has-children > a {
    cursor: default;
}

#nav-icon {
    width: 40px;
    height: 18px;
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 9001;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #151515;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#header.fixed #nav-icon span {
    background: #1c1c1c;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 8px;
}

#nav-icon span:nth-child(3) {
    top: 16px;
}

#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.clicked span {
    background: #ffffff;
}

#nav-icon.clicked span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

#nav-icon.clicked span:nth-child(2) {
    display: none;
}

#nav-icon.clicked span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}

#menu {
    --mm-color-background: #FCB21F;
}

#menu a {
    font-size: 22px;
    font-weight: 700;
}

#menu:not(.mm-menu) {
    display: none;
}

#menulink {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #000 !important;
    font-size: 35;
    white-space: nowrap;
    line-height: 1;
    display: none;
}

.nav-overlay {
    position: fixed;
    padding-left: 225px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.nav-overlay .g-12 {
    height: 100vh;
}

.nav-overlay .the--nav ul {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.nav-overlay .the--nav.open ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.nav-overlay .vert {
    height: 33.333vh;
    position: relative;
}

.nav-overlay .vert a {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: left;
}

.nav-overlay .vert span {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
}

.nav-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.head--nav {
    position: relative;
    display: block;
}

.head--nav ul {
    list-style: none;
    text-align: left;
    font-size: 60px;
    font-weight: bold;
}

.head--nav ul li a {
    color: #ffffff;
    font-size: 70px;
}

.head--nav ul li a:hover {
    color: #2E7474;
    text-decoration: underline;
}

@media all and (max-width: 1680px) {
    .pagenav li {
        margin-right: 30px;
    }

    .pagenav .sub-menu {
        padding: 40px 0 40px 335px;
    }

    .pagenav .sub-menu::before {
        height: 435px;
    }
}

@media all and (max-width: 1280px) {
    .pagenav li {
        margin-right: 20px;
    }

    .pagenav a {
        font-size: 20px;
    }

    .pagenav .sub-menu {
        padding: 40px 0 40px 210px;
    }

    .pagenav .sub-menu::before {
        height: 455px;
    }
}

@media all and (max-width: 1024px) {
    #menulink {
        display: block;
    }
}

@media all and (max-width: 850px) {
    .navtrig {
        width: 23.584%;
        margin-top: 6px;
    }

    .navtrig #nav-icon {
        left: auto;
        right: 0;
    }

    .nav-overlay {
        padding-left: 0;
    }

    .nav-overlay .head--nav {
        width: 100%;
    }

    .nav-overlay .head--nav #menu {
        position: relative;
    }

    .nav-overlay .head--nav li a,
    .nav-overlay .head--nav ul {
        font-size: 24px;
    }
}

@media all and (max-width: 600px) {
    #menulink {
        top: -1px;
    }
}

::-moz-selection {
    color: #ffffff;
    background: #47A8DE;
}

::selection {
    color: #ffffff;
    background: #47A8DE;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #BCC1C3;
    opacity: 0.5;
}

::-webkit-scrollbar-track {
    opacity: 0;
}

/* Handle on hover */
::-webkit-scrollbar:hover {
    width: 15px;
}

main > div.ptb-250:last-child {
    padding-bottom: 0;
}

footer {
    border-top: solid 2px white;
    background-color: #37a137;
    font-family: "Open Sans", sans-serif;
}

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

footer li {
    font-size: 16px;
}

footer a,
footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

footer a:nth-of-type(1) {
    margin-right: 1%;
}

footer a:nth-of-type(2) {
    position: relative;
    margin-left: 1%;
}

footer .g-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer img {
    width: 150px;
}

.footer-legal > ul > li,
.footer-nav > ul > li {
    font-weight: 400;
    float: left;
    margin-right: 100px;
    width: 200px;
}

.footer-legal a,
.footer-nav li.menu-item-has-children > a {
    color: #FCB21F;
    font-weight: bold;
}

.footer-nav > ul > li > ul {
    margin-top: 5px;
}

.footer-nav > ul > li:nth-child(1),
.footer-nav > ul > li:nth-child(2),
.footer-nav > ul > li:nth-child(3) {
    margin-bottom: 40px;
}

.footer-nav > ul > li:last-child {
    margin-right: 0;
}

.footer-nav ul ul > li {
    display: block;
    float: none;
    margin-bottom: 5px;
}

.footer-social a:not(:last-child) {
    margin-right: 20px;
}

@media all and (max-width: 1680px) {
    .footer-legal > ul > li,
    .footer-nav > ul > li {
        margin-right: 50px;
    }
}

@media all and (max-width: 1024px) {
    .footer-kontakt .g-3 {
        width: 100%;
        margin-bottom: 60px;
    }

    .footer-kontakt .g-3 .mt-50,
    .footer-kontakt .g-3 p {
        float: left;
        margin-right: 50px;
    }

    .footer-kontakt .g-3 .mt-50 {
        margin-top: 0;
    }

    .footer-kontakt .g-3 .mt-50:last-child {
        margin-right: 0;
    }

    .footer-kontakt .g-9 {
        width: 100%;
    }

    .footer-legal {
        margin-top: 50px;
    }
}

@media all and (max-width: 768px) {
    .footer-kontakt .g-3 {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .footer-kontakt .g-3 .mt-50,
    .footer-kontakt .g-3 p {
        margin-right: 20px;
    }

    .footer-kontakt .g-3 .footer-kbtn {
        margin-right: 0;
    }

    .footer-nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .footer-legal > ul > li,
    .footer-nav > ul > li {
        max-width: 160px;
        margin-right: 30px;
    }

    .footer-nav > ul > li:last-child,
    .footer-nav > ul > li:nth-child(3) {
        margin-right: 0;
    }

    .footer-nav > ul > li:nth-child(1),
    .footer-nav > ul > li:nth-child(2),
    .footer-nav > ul > li:nth-child(3) {
        max-width: 210px;
    }
}

@media all and (max-width: 480px) {
    .footer-legal > ul > li,
    .footer-nav > ul > li,
    .footer-nav > ul > li:nth-child(1),
    .footer-nav > ul > li:nth-child(2),
    .footer-nav > ul > li:nth-child(3) {
        max-width: 150px;
    }
}

@media all and (max-width: 380px) {
    .footer-legal > ul > li {
        margin-right: 20px;
    }

    .footer-legal > ul > li,
    .footer-nav > ul > li,
    .footer-nav > ul > li:nth-child(1),
    .footer-nav > ul > li:nth-child(2),
    .footer-nav > ul > li:nth-child(3) {
        max-width: 130px;
    }

    footer .linkbtn-no {
        padding: 20px 40px;
    }
}

@media all and (max-width: 320px) {
    .footer-nav > ul > li,
    .footer-nav > ul > li:nth-child(1),
    .footer-nav > ul > li:nth-child(2),
    .footer-nav > ul > li:nth-child(3) {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

#menu-footermenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -60px;
    left: -50px;
    display: block;
    width: 33px;
    height: 33px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 300;
    border: solid 2px #ED9E9E;
    border-radius: 100%;
}

.slick-next:before,
.slick-prev:before {
    content: "";
    display: inline-block;
    margin-top: 0.25rem;
    margin-left: -0.6rem;
    width: 1.3rem;
    height: 1.3rem;
    border-top: 3px solid #ED9E9E;
    border-right: 3px solid #ED9E9E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-prev {
    background: none;
    left: 0px;
}

.slick-prev:before {
    margin-left: 0;
    margin-right: -0.6rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slick-next {
    background: none;
    left: 50px;
}

.slick-slider-hero .slick-slide img {
    max-height: 945px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

/* Dots */
.slick-dots {
    position: absolute;
    right: 20px;
    bottom: -60px;
    list-style: none;
    display: block;
    text-align: right;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    margin-left: 30px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #ED9E9E;
    width: 40px;
    height: 8px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background-color: #D32F2F;
}

@media all and (max-width: 850px) {
    .slick-slider-hero .slick-next,
    .slick-slider-hero .slick-prev {
        top: 0;
    }
}

@media all and (max-width: 480px) {
    .slick-slide img {
        min-height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .slick-next,
    .slick-prev {
        width: 4rem;
        height: 4rem;
    }

    .slick-prev {
        right: 40px;
    }
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    position: relative;
}

.mm-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    z-index: 0;
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-line-height);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    text-decoration: none;
    color: inherit;
}

[dir=rtl] .mm-menu {
    direction: rtl;
}

.mm-panel {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-panel:after {
    height: 44px;
}

.mm-panel:not(.mm-hidden) {
    display: block;
}

.mm-panel:after {
    content: "";
    display: block;
    height: var(--mm-listitem-size);
}

.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
    z-index: 2;
}

.mm-panel_noanimation {
    -webkit-transition: none !important;
    transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mm-panel__content {
    padding: 20px 20px 0;
}

.mm-panels {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px;
    -webkit-transform: none !important;
    transform: none !important;
}

.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
    content: none;
    display: none;
}

.mm-listitem_opened > .mm-panel {
    display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
}

.mm-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    padding: 0;
}

.mm-btn:after,
.mm-btn:before {
    border: 2px solid rgba(0, 0, 0, 0.3);
    border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after,
.mm-btn_prev:before {
    content: "";
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mm-btn_prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

.mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

.mm-btn_close:after,
.mm-btn_close:before {
    content: "";
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}

.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}

[dir=rtl] .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

[dir=rtl] .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
    right: auto;
}

[dir=rtl] .mm-btn_close:before {
    left: 25px;
}

[dir=rtl] .mm-btn_close:after {
    left: 18px;
}

.mm-navbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--mm-navbar-size);
    border-bottom: 1px solid var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.mm-navbar > * {
    min-height: 44px;
}

@supports (position: sticky) {
    .mm-navbar_sticky {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

.mm-navbar > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-navbar__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.mm-navbar__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.mm-navbar__title:not(:last-child) {
    padding-right: 0;
}

.mm-navbar__title > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
    padding-left: 0;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
    padding-right: 50px;
}

[dir=rtl] .mm-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listitem {
    color: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mm-listitem:after {
    content: "";
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
}

.mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none;
}

.mm-listitem__btn,
.mm-listitem__text {
    padding: 12px;
    display: block;
    padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
    padding-left: 0;
    padding-right: 0;
    color: inherit;
}

.mm-listitem__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.mm-listitem__btn {
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 50px;
    position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
    background: rgba(0, 0, 0, 0.05);
    background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
    left: 0;
    right: 20px;
}

[dir=rtl] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
    padding-left: 50px;
    border-left-width: 0;
    border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid;
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
}

.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative;
}

.mm-wrapper_opened .mm-page {
    min-height: 100vh;
}

.mm-wrapper_background .mm-page {
    background: inherit;
}

.mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 0;
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none;
}

.mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}

.mm-wrapper__blocker {
    background: rgba(3, 2, 1, 0);
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.mm-wrapper_blocking {
    overflow: hidden;
}

.mm-wrapper_blocking body {
    overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
    display: block;
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
    display: block !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important;
}

[class*=mm-menu_columns-] {
    -webkit-transition-property: width;
    transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
    display: block !important;
}

[class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
    z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
    width: 80%;
    min-width: 240px;
    max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}

@media all and (min-width: 0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}

@media all and (min-width: 0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
    width: 80%;
    min-width: 240px;
    max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}

@media all and (min-width: 1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0);
    }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}

@media all and (min-width: 1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0);
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
    width: 80%;
    min-width: 240px;
    max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}

@media all and (min-width: 1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0);
    }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}

@media all and (min-width: 1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0);
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
    width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
    width: 80%;
    min-width: 240px;
    max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}

@media all and (min-width: 2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0);
    }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}

@media all and (min-width: 2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0);
    }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    -webkit-transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform;
}

.mm-counter {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    padding-left: 20px;
    float: right;
    text-align: right;
    color: var(--mm-color-text-dimmed);
}

.mm-listitem_nosubitems > .mm-counter {
    display: none;
}

[dir=rtl] .mm-counter {
    text-align: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
}

.mm-divider {
    position: relative;
    min-height: 20px;
    padding: 4.3px;
    background: #f3f3f3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: var(--mm-line-height);
    padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-line-height)) * 0.5);
    padding-right: 10px;
    padding-left: 20px;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.mm-divider:before {
    background: rgba(0, 0, 0, 0.05);
}

@supports (position: sticky) {
    .mm-divider {
        position: sticky;
        z-index: 2;
        top: 0;
    }

    .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
        top: var(--mm-navbar-size);
    }
}

.mm-divider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu,
.mm-wrapper_dragging .mm-slideout {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.mm-wrapper_dragging .mm-menu {
    pointer-events: none !important;
}

.mm-wrapper_dragging .mm-wrapper__blocker {
    display: none !important;
}

.mm-menu_dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none;
}

.mm-menu_tip-bottom:before,
.mm-menu_tip-left:before,
.mm-menu_tip-right:before,
.mm-menu_tip-top:before {
    content: "";
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu_tip-left:before {
    left: 22px;
}

.mm-menu_tip-right:before {
    right: 22px;
}

.mm-menu_tip-top:before {
    top: -8px;
}

.mm-menu_tip-bottom:before {
    bottom: -8px;
}

:root {
    --mm-iconbar-size: 50px;
}

.mm-menu_iconbar-left .mm-navbars_bottom,
.mm-menu_iconbar-left .mm-navbars_top,
.mm-menu_iconbar-left .mm-panels {
    margin-left: 50px;
    margin-left: var(--mm-iconbar-size);
}

.mm-menu_iconbar-right .mm-navbars_bottom,
.mm-menu_iconbar-right .mm-navbars_top,
.mm-menu_iconbar-right .mm-panels {
    margin-right: 50px;
    margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
    width: 50px;
    border-color: rgba(0, 0, 0, 0.1);
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: var(--mm-iconbar-size);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid;
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
}

.mm-menu_iconbar-left .mm-iconbar,
.mm-menu_iconbar-right .mm-iconbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mm-menu_iconbar-left .mm-iconbar {
    border-right-width: 1px;
    left: 0;
}

.mm-menu_iconbar-right .mm-iconbar {
    border-left-width: 1px;
    right: 0;
}

.mm-iconbar__bottom,
.mm-iconbar__top {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.mm-iconbar__bottom > *,
.mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12.5px 0;
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none;
}

.mm-iconbar__tab_selected {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}

:root {
    --mm-iconpanel-size: 50px;
}

.mm-panel_iconpanel-1 {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-iconpanel-size) * 1);
}

.mm-panel_iconpanel-2 {
    width: calc(100% - 100px);
    width: calc(100% - var(--mm-iconpanel-size) * 2);
}

.mm-panel_iconpanel-3 {
    width: calc(100% - 150px);
    width: calc(100% - var(--mm-iconpanel-size) * 3);
}

.mm-panel_iconpanel-first ~ .mm-panel {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
    left: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    transform: unset;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid;
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0;
}

.mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
    opacity: 0.6;
    bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit;
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
    outline: 0;
}

.mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
    opacity: 0;
    position: absolute;
    bottom: 0;
}

.mm-navbars_top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
    border-bottom: none;
}

.mm-navbars_bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mm-navbars_bottom .mm-navbar {
    border-bottom: none;
}

.mm-navbars_bottom .mm-navbar:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--mm-color-border);
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
    padding-left: 0;
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
    padding-right: 0;
}

.mm-navbar__breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 6px;
}

.mm-navbar__breadcrumbs > a {
    text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
    padding-right: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    padding-left: 0;
}

.mm-navbar_tabs > * {
    padding: 0 10px;
    border: 1px solid transparent;
}

.mm-navbar__tab_selected {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.75);
    background: var(--mm-color-background);
    color: var(--mm-color-text);
}

.mm-navbar__tab_selected:not(:first-child) {
    border-left-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:last-child) {
    border-right-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:first-child) {
    border-left-color: var(--mm-color-border);
}

.mm-navbar__tab_selected:not(:last-child) {
    border-right-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar_tabs {
    border-bottom: none;
}

.mm-navbars_top .mm-navbar_tabs > * {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar__tab_selected {
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-color: var(--mm-color-border);
    border-bottom-color: transparent;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: #f3f3f3;
    background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
    border-top: none;
}

.mm-navbars_bottom .mm-navbar_tabs > * {
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-color: var(--mm-color-border);
}

.mm-navbars_bottom .mm-navbar__tab_selected {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: var(--mm-color-border);
    border-top-color: transparent;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: #f3f3f3;
    background: var(--mm-color-background);
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
}

.mm-searchfield input {
    height: 30.8px;
    line-height: 30.8px;
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.75);
}

.mm-searchfield input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(var(--mm-navbar-size) * 0.7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none !important;
    border-radius: 4px;
    line-height: calc(var(--mm-navbar-size) * 0.7);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    font: inherit;
    font-size: inherit;
}

.mm-searchfield input,
.mm-searchfield input:focus,
.mm-searchfield input:hover {
    background: var(--mm-color-background-highlight);
    color: var(--mm-color-text);
}

.mm-searchfield input::-ms-clear {
    display: none;
}

.mm-searchfield__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-panel__noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
    padding: 50px 0;
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
}

.mm-searchfield__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.mm-panel_search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-left: none !important;
}

.mm-searchfield__cancel {
    line-height: 44px;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
    margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
    display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
    padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
    z-index: -1;
    pointer-events: none;
}

.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 5;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.mm-sectionindexer a {
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block;
}

.mm-sectionindexer ~ .mm-panel {
    padding-right: 0;
}

.mm-sectionindexer_active {
    right: 0;
}

.mm-sectionindexer_active ~ .mm-panel {
    padding-right: 20px;
}

.mm-menu_selected-hover .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem__text {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
    background: 0 0;
}

.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
    background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}

:root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: 440px;
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
    position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
}

.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - 50px);
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    width: 440px;
    width: var(--mm-sidebar-expanded-size);
    min-width: 0 !important;
    max-width: 100000px !important;
    border-right-width: 1px;
    border-right-style: solid;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    width: calc(100% - 440px);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
    display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

input.mm-toggle {
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    min-width: 58px;
    width: 58px;
    height: 34px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
    border: none !important;
    background: var(--mm-color-border);
    border-radius: 34px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

input.mm-toggle:before {
    background: #f3f3f3;
}

input.mm-toggle:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 1px;
    border-radius: 34px;
    background: var(--mm-color-background);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

input.mm-toggle:checked {
    background: #4bd963;
}

input.mm-toggle:checked:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
}

input.mm-check {
    margin-top: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    background: 0 0 !important;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 40px) / 2);
}

input.mm-check:before {
    content: "";
    display: block;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    border-left: 3px solid;
    border-bottom: 3px solid;
    border-color: var(--mm-color-text);
    opacity: 0.3;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

input.mm-check:checked:before {
    opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
    float: left;
}

.mm-menu_border-none .mm-listitem:after {
    content: none;
}

.mm-menu_border-full .mm-listitem:after {
    left: 0 !important;
}

.mm-menu_fx-menu-slide {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
    -webkit-transition-property: none;
    transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0);
    }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0);
    }
}

.mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
    content: none;
    display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 50px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mm-listview_inset {
    list-style: inside disc;
    width: 100%;
    padding: 0 30px 15px 30px;
    margin: 0;
}

.mm-listview_inset .mm-listitem {
    padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text {
    text-overflow: clip;
    white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
    background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
    background: #fff;
}

.mm-menu_popup {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
    opacity: 1;
}

.mm-menu_position-right {
    left: auto;
    right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
    z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
    z-index: 1;
}

.mm-menu_position-front {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom,
.mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu_position-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
}

.mm-menu_position-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto;
}

.mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none;
}

.mm-menu_shadow-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.7);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu_theme-dark {
    --mm-color-border: rgba(0, 0, 0, 0.3);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.85);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu_theme-black {
    --mm-color-border: rgba(255, 255, 255, 0.25);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.75);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
    --mm-shadow: none;
}

body.modal-open .mm-slideout {
    z-index: unset;
}

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light {
    background: #fafafa;
    opacity: 1;
    visibility: visible;
}

.mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(51, 51, 51, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: #ec7404;
    color: white;
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after {
    border-color: white;
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: white;
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(51, 51, 51, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(51, 51, 51, 0.6);
}

.mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: #f3f3f3;
}

.mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3;
}

.mm-menu.mm-light label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3;
}

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

html.mm-opened.mm-white .mm-page {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06);
}

.mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: white;
}

.mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.mm-menu.mm-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white label.mm-toggle:before {
    background: white;
}

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

/* Bildtext */
.bildrel {
    position: relative;
}

.bildrel img {
    width: 100%;
}

.txtoverlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
    color: #ffffff;
}

.bg-blue {
    background-color: #26356E;
}

.text50 {
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 70px;
    padding-right: 100px;
}

.text50 img {
    padding-left: 50px;
    float: none;
}

.bildtext img {
    width: 100%;
}

.bildtext .textbox {
    position: relative;
}

.bildtext .icontext img {
    max-height: 70px;
}

.bildtext .icontext h3 {
    margin-bottom: 5px;
}

.bildtext ol {
    padding-left: 0;
    counter-reset: uezw-counter;
}

.bildtext ol li::before {
    content: "";
    width: 0.5rem;
    height: 110%;
    position: absolute;
    background: #D8D8D8;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bildtext ol li::after {
    content: counter(uezw-counter);
    position: absolute;
    background: #4BAAB7;
    text-align: center;
    left: 0;
    top: 44px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 2;
}

.bildtext ol li {
    counter-increment: uezw-counter;
    position: relative;
    padding: 40px 0 40px 80px;
}

.bildtext a.linktxt {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.8;
}

.markenwerte h4 {
    margin-bottom: 40px;
    position: relative;
}

.markenwerte h4::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -25px;
    left: 0;
    width: 85px;
    height: 5px;
    background: #4BAAB7;
}

.faktenbox .counter {
    font-size: 100px;
    font-weight: 200;
    display: inline-block;
}

.faktenbox .counter::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 30px;
    left: 0;
    width: 85px;
    height: 5px;
    background: #FCB21F;
}

.texttable table {
    display: block;
    width: 100%;
    float: left;
}

.texttable thead {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.texttable th {
    font-weight: normal;
    padding: 20px 50px 20px 25px;
}

.texttable tbody {
    border-bottom: 2px solid #fff;
}

.texttable td {
    padding: 20px 50px 20px 25px;
}

.text100 p {
    line-height: normal;
}

.wp-block-acf-text100-table td,
.wp-block-acf-text100-table th {
    padding: 20px 50px 20px 0;
    min-width: 350px;
}

.wp-block-acf-text100-table td {
    padding: 30px 50px 30px 0;
    vertical-align: top;
}

.wp-block-acf-text100-table th {
    font-weight: bold;
    text-align: left;
}

.wp-block-acf-text100-table td:last-child,
.wp-block-acf-text100-table th:last-child {
    padding-right: 0;
}

.wp-block-acf-text100-table tr:not(:last-child) {
    border-bottom: 2px solid #fff;
}

.wp-block-acf-text100-table tr > td:first-child {
    font-weight: bold;
    vertical-align: top;
}

.iconbox img {
    max-width: 70%;
}

.iconbox-ql img {
    max-width: 50%;
}

.iconbox-ql + .iconbox-ql {
    padding-top: 0;
    margin-top: -215px;
}

.vertxt img {
    min-height: 55vh;
}

.mitarbeiter .imagebox {
    width: 100%;
}

.mitarbeiter p {
    margin-bottom: 0;
}

.mitarbeiter p strong {
    font-size: 24px;
}

.mitarbeiter p strong:first-child {
    color: #FCB21F;
    font-size: 36px;
}

.mitarbeiter .mailko,
.mitarbeiter .telko {
    margin-left: 15px;
}

.mitarbeiter .flex-start > .col {
    margin-right: 2%;
}

.mitarbeiter img {
    height: 450px;
    width: 100%;
    float: left;
}

.ctabs {
    position: relative;
}

.ctabs .tablabels ul {
    list-style: none;
}

.ctabs .tablabels ul li {
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 10%;
}

.ctabs .tablabels ul li.current::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FCB21F;
}

.ctabs .panels {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    min-height: 600px;
}

.ctabs .panel {
    width: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.panel.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wp-block-acf-iconbox-3spalten-ql .g-4:hover {
    background: #D1D6D9;
}

.wp-block-acf-text50link-img50 .imagebox img {
    width: calc(100% + 18vw);
    max-width: none;
}

.wp-block-acf-text50link-img50 .imagebox.imgleft img {
    margin-left: -18vw;
}

.page-id-823 .bildtext img,
.page-id-3650 .bildtext img {
    width: auto;
}

@media all and (max-width: 1680px) {
    .text50 {
        padding: 50px;
    }

    .text50 img {
        padding-left: 10px;
    }

    #cl-block_623dae78c861d .g-5  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media all and (max-width: 1024px) {
    .bildtext .vertxt .image-wrapper {
        width: 100%;
        float: left;
    }

    .bildtext .vertxt figcaption {
        display: none;
    }

    .text-align-right + .imagebox {
        margin-left: auto;
    }

    .textbox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .mitarbeiter img {
        height: 300px;
    }

    .wp-block-acf-text50link-img50 .imagebox img {
        width: 100%;
        max-width: 100%;
    }

    .wp-block-acf-text50link-img50 .textbox {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
    }

    .kontaktbox .g-5 {
        width: 23.584%;
    }

    .kontaktbox .g-7 {
        width: 74.528%;
    }
}

@media all and (max-width: 850px) {
    #cl-block_623dae78c861d .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    #cl-block_623dae78c861d img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    #cl-block_623dae78c861d .g-8, #cl-block_623dae78c861d .g-4 {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .wp-block-acf-text60table-img40 .g-40,
    .wp-block-acf-text60table-img40 .g-60 {
        width: 100%;
    }

    .wp-block-acf-iconbox-4spalten .g-3 {
        width: 49.056%;
        margin-bottom: 1.56vw;
    }

    .wp-block-acf-iconbox-4spalten .g-3:first-child {
        margin-bottom: 1.56vw;
    }

    .wp-block-acf-icon-text-grid .g-3 {
        position: relative;
    }

    .wp-block-acf-icon-text-grid .imagebox {
        position: absolute;
        width: 70%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .wp-block-acf-icon-text-grid .imagebox img {
        max-width: 100%;
    }

    .faktenbox .counter {
        font-size: 80px;
        line-height: 10.5rem;
        margin-bottom: 20px;
    }

    .faktenbox .counter::after {
        bottom: 15px;
    }

    .bildtext ol li::after {
        line-height: 2.5;
    }

    .mitarbeiter img {
        height: 250px;
    }

    .iconbox img {
        max-width: 90%;
    }

    .ctabs .panels {
        min-height: 400px;
    }
}

@media all and (max-width: 600px) {
    #cl-block_623dae78c861d .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    #cl-block_623dae78c861d .g-8, #cl-block_623dae78c861d .g-4 {
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    #cl-block_623dae78c861d .mb-200 {
        margin-bottom: 0;
    }

    .bildrel img {
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .flex .g-4 {
        margin-bottom: 0vw;
    }

    .text50 img {
        padding-left: 40px;
    }

    .text50 a {
        padding: 10px 15px;
    }

    .overlay {
        -webkit-filter: brightness(0.4);
        filter: brightness(0.4);
    }
}

/* Bild */
.bild50x2 img {
    width: 100%;
}

.slick-slider .darklay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0));
}

.slick-slider .galoverlay {
    position: absolute;
    z-index: 9999;
    left: 10%;
    bottom: 30%;
}

.slick-slider .galoverlay p {
    font-size: 64px;
    line-height: 1.44;
    color: #ffffff;
}

.slick-slider .galoverlay p strong {
    line-height: 1.25;
    font-size: 80px;
}

.slick-slider .galoverlay p strong:first-child {
    font-weight: 400;
}

.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.imglargepor img {
    min-height: 80vh;
}

@media all and (max-width: 1024px) {
    .slick-slider .galoverlay {
        bottom: 15%;
    }

    .slick-slider .galoverlay p {
        font-size: 36px;
        line-height: 1.44;
        color: #ffffff;
    }

    .slick-slider .galoverlay p strong {
        line-height: 1.25;
        font-size: 60px;
    }

    .slick-slider .galoverlay p strong:first-child {
        font-weight: 400;
    }
}

@media all and (max-width: 768px) {
    .slick-slider .galoverlay {
        left: 5%;
    }

    .slick-slider .slick-slide {
        min-height: 450px;
    }
}

@media all and (max-width: 480px) {
    .imagebox .g-4:not(:last-child) {
        padding-bottom: 20px;
    }

    .slick-slider .galoverlay {
        bottom: 15%;
    }

    .slick-slider .galoverlay p {
        font-size: 20px;
        line-height: 1.44;
        color: #ffffff;
    }

    .slick-slider .galoverlay p strong {
        line-height: 1.25;
        font-size: 48px;
    }

    .slick-slider .galoverlay p strong:first-child {
        font-weight: 400;
    }
}

/* Text Module */
.bg-gradient {
    /*background: -webkit-gradient(linear, left top, right top, from(#37a137), to(#56aab4));*/
    /*background: linear-gradient(90deg, #37a137 0%, #56aab4 100%);*/
    background-image: -webkit-gradient(linear, left top, right top, from(#37a137), to(#37a137));
    background-image: linear-gradient(90deg, #37a137 0%, #37a137 100%);
    padding: 50px 0px;
}

.footertext {
    padding-top: 20px;
    padding-bottom: 20px;
}

.textcenter {
    text-align: center;
    color: #ffffff;
}

.textcenter p {
    color: #ffffff;
}

.text10center {
    text-align: center;
    width: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.accordion .frage {
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #535D64;
}

.accordion .frage::after {
    content: url("assets/img/accordion-toggle-icon.svg");
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.accordion .frage .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
}

.accordion .frage .faq-ov {
    height: 100%;
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.accordion .frage .faq-hl {
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.8;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.accordion .frage.active .faq-ov {
    width: 100%;
}

.accordion .frage.active .faq-ov + span {
    z-index: 300;
}

.accordion .frage.active .faq-ov.anthrazit + .faq-hl {
    color: #fff;
}

.accordion .frage.active::after {
    -webkit-transform-origin: 50% center;
    transform-origin: 50% center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .antwort {
    display: none;
    border: 1px solid #535D64;
    border-top: 0;
}

.accordion .antwort p,
.accordion .frage span {
    padding: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.accordion .accordion-content ul {
    list-style: square;
}

.accordion .accordion-content.anthrazit ul li {
    color: #fff;
}

.downloads a {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #535D64;
    color: inherit;
}

.downloads a::after {
    content: url("assets/img/download-icon.svg");
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.downloads a .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
}

.downloads a .dl-ov {
    height: 100%;
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.downloads a .dl-ov.anthrazit + .dl-name {
    color: #fff;
}

.downloads a .dl-name {
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.downloads a span {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.downloads a:hover .dl-ov {
    width: 100%;
}

.downloads a:hover .dl-ov + span {
    z-index: 300;
}

.mittelgrau .downloads a {
    border: 1px solid #fff;
}

.karriereql .job a {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid #535D64;
    color: inherit;
}

.karriereql .job a .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
}

.karriereql .job a .dl-ov {
    height: 100%;
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.karriereql .job a .dl-name {
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.karriereql .job a span {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.karriereql a:hover .dl-ov {
    width: 100%;
}

.karriereql a:hover .dl-ov + span {
    z-index: 300;
}

.newsov h5 {
    text-transform: uppercase;
    font-weight: bold;
}

.newsov a:hover {
    background: none;
}

.bestelltext p {
    font-size: 18px;
}

#gform_57,
#gform_58 {
    background: transparent !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gform_heading {
    display: none;
}

.gform_body input, .gform_body textarea {
    color: white;
    background-color: unset;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
}

.gfrom_footer {
    margin-top: 20px;
}

.gform_button {
    background-color: #ffffff !important;
    color: #1c1c1c !important;
    border: unset;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    position: relative !important;
    left: unset !important;
    padding: 0 !important;
    height: 48px;
}

#input_57_6,
#input_58_6 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    text-indent: -999999px;
    border: none;
    background-color: #ffffff !important;
    color: white !important;
    border: unset;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    position: relative !important;
    left: unset !important;
}

input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button {
    color: white;
}

#field_57_6,
#field_58_6 {
    position: relative;
    width: 50%;
}

@media all and (max-width: 1365px) {
    #field_57_6,
    #field_58_6 {
        width: 100%;
    }
}

#field_57_6 .gfield_label,
#field_58_6 .gfield_label {
    position: absolute;
    color: black;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.gfield_error#field_57_6 .gfield_label,
.gfield_error#field_58_6 .gfield_label {
    top: 20%;
    transform: translate(-50%, -35%);
}

#gform_previous_button_57, #gfield_upload_rules_57_6,
#gform_previous_button_58, #gfield_upload_rules_58_6 {
    display: none;
}

#gform_submit_button_57,
#gform_submit_button_58 {
    border: none;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.top_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#input_57_1_6_container, #input_1_1_3_container,
#input_58_1_6_container, #input_1_1_3_container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
}

#input_57_1_6_container,
#input_58_1_6_container {
    margin-top: 20px;
}

#field_57_9 .gfield_description,
#field_58_9 .gfield_description {
    border: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-left: 40px !important;
}

#field_57_9 .ginput_container_consent,
#field_58_9 .ginput_container_consent {
    position: absolute;
    top: 0;
}

#field_57_9.gfield,
#field_58_9.gfield {
    position: relative;
}

#field_57_9 .gfield_description a,
#field_58_9 .gfield_description a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

#field_57_9 .ginput_container,
#field_58_9 .ginput_container {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: inline-block;
    position: absolute;
}

#input_57_9_1,
#input_58_9_1 {
    width: 25px;
    height: 25px;
}

.validation_message {
    padding-top: 16px !important;
}

#validation_message_1_9.validation_message {
    padding-top: 10px !important;
    padding-left: 10px !important;
}

.field_description_below .gfield_required {
    display: none !important;
}

.videothumbnail {
    height: 320px;
}

.videothumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.mejs-layers {
    visibility: hidden;
}

.mejs-controls {
    visibility: hidden;
}

.wp-video {
    width: 100vw !important;
    height: 100vh !important;
}

.gform_validation_error {
    padding-bottom: 50px;
}

.gform_wrapper .gform_validation_errors {
    position: absolute !important;
    bottom: 15px;
    width: calc(100% - 35px) !important;
    padding: 10px 10px 10px 48px !important;
}

.validation_message {
    padding: 10px !important;
}

.mejs-container {
    width: 100vw !important;
    height: 100vh !important;
}

.wp-video-shortcode {
    width: 100vw !important;
    height: 100vh !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.wp-video-shortcode video {
    opacity: 0.4;
}

.video-full {
    position: relative;
}

.videotext {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: rgba(38, 53, 110, 0.7);
    padding: 20px;
}

.videotext h1 {
    color: #ffffff;
}

.button {
    position: absolute;
    background: #47A8DE;
    padding: 10px 25px;
}

.button a {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.button img {
    padding-left: 70px;
}

.kontakt-text {
    position: absolute;
    top: 40px;
    right: 10%;
    z-index: 9999;
}

.kontakt-text a {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    z-index: 9999;
}

/* Video */
.videobox + .textwrap {
    padding-top: 0;
}

@media all and (min-width: 850px) {
    .videothumbnail {
        height: unset;
    }
}

@media all and (max-width: 480px) {
    .videotext {
        padding: 15px;
        left: 5%;
        top: 65%;
        width: 60%;
    }

    .kontakt-text {
        top: 25px;
        right: 25px;
    }

    .kontakt-text a {
        font-size: 16px;
    }

    .button {
        padding: 15px;
        right: 0;
        left: unset;
    }

    .button a {
        font-size: 14px;
        line-height: 20px;
    }

    .button img {
        padding-left: 40px;
        width: 55px;
    }
}

/* Sondermodule */
.erfolg-title {
    text-transform: uppercase;
    margin-top: 30px;
}

.erfolg-title h1::after {
    display: none;
}

.erfolg-img {
    width: 130px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.erfolgblock .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.erfolgblock p del {
    font-size: 16px;
    color: #37a137;
    font-weight: 700;
}

.erfolgfoot p:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}

.background-blurred {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
}

.background-blurred .g-6 {
    padding: 20px;
}

.infoblock > p:nth-of-type(2) {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.infoblock > p:nth-of-type(2) img {
    margin-right: 20px;
}

.infopopup {
    border-color: white;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(132, 203, 63, 0.8)), to(rgba(86, 170, 180, 0.8)));
    background: linear-gradient(90deg, rgba(132, 203, 63, 0.8) 0%, rgba(86, 170, 180, 0.8) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    top: 10vh;
    left: 0;
    width: 100%;
    height: auto;
    padding: 25px;
    z-index: -1;
    float: left;
}

.infopopup button {
    width: 100%;
    background-color: white;
    color: black;
    border: unset;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: 700;
    margin-top: 20px;
}

.open .infopopup {
    opacity: 1;
    z-index: 1;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.centerlinkupload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.centerlink {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.centerlink img {
    margin-right: 10px;
}

.viral {
    margin: 0 5px;
}

input::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

input::-moz-placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
    transform: translateY(-10px);
}

input::-ms-input-placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
    transform: translateY(-10px);
}

input::placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

textarea::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
}

textarea::-moz-placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
}

textarea::-ms-input-placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
}

textarea::placeholder {
    font-size: 12px;
    color: white;
    line-height: 14px;
}

.infoblock2 p {
    margin-bottom: 30px;
}

#cl-block_62de9a9609353 {
    margin-bottom: 50px;
}

@media all and (min-width: 600px) {
    .viral {
        width: 60px;
    }
}

@media all and (min-width: 850px) {

    .infopopup button {
        display: none;
    }
}

.infopopup {
    opacity: 1;
    z-index: 1;
    position: relative;
    height: auto;
}

@media all and (max-width: 850px) {
    .infopopup {
        top: 0vh;
        margin-top: 30px;
    }
}

@media all and (min-width: 1366px) {
    #field_57_6,
    #field_58_6 {
        width: 50%;
    }

    #gform_57 .gform_footer,
    #gform_58 .gform_footer {
        width: 50%;
    }

    .open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    a:hover {
        text-decoration: underline;
    }
}

@media all and (max-width: 390px) {
    .centerlinkupload a {
        font-size: 12px;
    }
}

@media all and (max-width: 375px) {
    .gform_validation_error {
        padding-bottom: 70px;
    }
}

@media all and (min-width: 850px) {
    #cl-block_62de9a9609353 h6 > a {
        margin-left: 10px;
    }
}


#input_1_6 {
    display: block !important;
}

#gform_preview_1_6 {
    display: none;
}

.gfield_error#field_1_6 .gfield_label {
    transform: translate(-50%, -50%);
    top: 25px;
}

.upload .background-blurred.flex {
    justify-content: unset;
}

.upload .infolinks a {
    background: transparent;
}

.upload .infoblock p,
.upload .infoblock h2,
.upload .infoblock2 p,
.upload .infoblock2 h2 {
    bottom: unset;
    transform: unset;
}

.upload .infoblock2 li {
    opacity: 1;
}

.infolinksmobile {
    display: none;
}
.infolinksdesktop {
    display: block;
}

@media all and (max-width: 1025px) {
    .infolinksmobile {
        display: block;
    }
    .infolinksdesktop {
        display: none;
    }
}

@media all and (max-width: 850px) {
    .infolinksmobile {
        display: none;
    }
    .infolinksdesktop {
        display: block;
    }
}

@media all and (max-width: 435px) {
    .infolinksmobile {
        display: block;
    }
    .infolinksdesktop {
        display: none;
    }
}

#gform_58 input {
    padding-top: 8px !important;
}

.erfolg .col a {
    background-color: unset;
    color: unset;
    padding: unset;
    box-sizing: unset;
    font-size: unset;
    text-decoration: unset;
    transition: unset;
    transition-timing-function: unset;
    display: unset;
    text-transform: unset;
}

.erfolg .centerlink {
    display: flex !important;
}

/* 30jahre Agrotron Teilnehmende Händler*/
#input_58_14 {
    color: white;
    background-color: unset;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
}

.ginput_container_fileupload {
    position: relative;
}

.ginput_container_fileupload .preview {
    position: absolute;
    left: 0;
    top: -100%;
    margin-top: 4px;
    z-index: 10;

    padding: 0.5em 1em;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
}

#field_58_6 {
    margin-top: 24px;
}

#field_58_10 {
    display: none;
}

#field_58_6 .preview {
    padding-left: 0;
}

#field_58_6 .preview ol li p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400 !important;
}

#user_switching_switch_on {
    display: none;
}

.gform_wrapper.gravity-theme .validation_error {
    border-block-end: none !important;
    border-block-start: none !important;
}


.gform_wrapper.gravity-theme .gform_validation_errors {
    position: unset !important;
    width: unset !important;
}

#gform_1_validation_container.gform_validation_errors, .validation_message {
    display: block;
}

#field_58_9 #validation_message_58_9 {
    padding-top: 10px !important;
}

#gform_58 input {
    padding-top: 0 !important;
}
