/*
Theme Name: Reker Theme
Author: Cyberconcept GmbH - Dario Brito
Description: Website developed for https://ebrecht-reker.de/
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/


/**Form Colours**/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
* adds a correct word cut
 */

@media screen and (max-width: 375px) {
    body {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: "Source Sans";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/OpenSans-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Source Sans";
    font-style: normal;
    font-weight: 800;
    src: url("./fonts/OpenSans-ExtraBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Source Sans";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/OpenSans-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Source Sans";
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/OpenSans-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/Oswald-Regular.ttf");
    font-display: swap;
}

.headline {
    font-family: "Oswald";
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 8px;
}

.headline.big {
    font-size: 42px;
    line-height: 64px;
}

.headline.medium {
    font-size: 28px;
    line-height: 28px;
}

.headline.small {
    font-size: 22px;
    line-height: 36px;
}

.standard {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}

.standard.medium {
    font-size: 20px;
    line-height: 28px;
}

.standard.big {
    font-size: 28px;
    line-height: 36px;
}

.standard.small {
    font-size: 14px;
    line-height: 19px;
}

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

.color-white {
    color: white;
}

.color-black {
    color: black;
}

.color-green {
    color: #006F42;
}

.color-orange {
    color: #E95A00;
}

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

.background-white {
    background: white;
}

@media screen and (min-width: 1024px) {
    .headline.medium {
        font-size: 50px;
        line-height: 64px;
    }
    .headline.big {
        font-size: 50px;
        line-height: 64px;
    }
    .desktop.text-center {
        text-align: center;
    }
}

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

.bar .step {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 20px;
    justify-items: center;
}

.bar .step.no-visible {
    display: none;
}

.bar .step:last-of-type {
    justify-items: flex-end;
}

.bar .step .point {
    width: 10px;
    height: 10px;
    background-color: #602500;
    border-radius: 50%;
    margin: 5px;
}

.bar .step .point.active {
    background-color: white;
}

.bar .step span {
    font-size: 14px;
    font-weight: 19;
    color: #602500;
    position: absolute;
    top: 20px;
    display: none;
}

.bar .step span.active {
    color: white;
}

.bar .line {
    width: 50px;
    height: 4px;
    background-color: #602500;
}

.bar .line.active {
    background-color: white;
}

.bar .line.no-visible {
    display: none;
}

.check .elements .blocked {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.check .elements .standard {
    margin-bottom: 0;
}

.check .elements .checked {
    display: none;
}

.check .elements input[type=checkbox] {
    display: none;
}

.check .elements input[type=checkbox]:checked~.unchecked {
    display: none;
}

.check .elements input[type=checkbox]:checked~.checked {
    display: block;
}

.check .elements img.checked,
.check .elements img.unchecked {
    width: 27px;
    height: 27px;
    margin: 0;
}

.check .elements label {
    display: -ms-grid;
    display: grid;
    grid-gap: 18px;
    grid-template-areas: ". .";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.check.grid {
    -ms-grid-rows: 1fr 45.5px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 45.5px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 45.5px;
    display: -ms-grid;
    display: grid;
}

.check.grid.is-reset {
    display: inherit;
}

.check.grid .group1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    display: -ms-grid;
    display: grid;
    gap: 45.5px;
}

.check.grid .group2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    display: -ms-grid;
    display: grid;
    gap: 45.5px;
}

.check.grid .group3 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}

.check.grid .group3>input {
    margin: 0;
}

.check.grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.check.grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.check.grid>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.check.grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

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

.phone img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.phone img.green {
    fill: #006F42;
}

.phone img.orange {
    fill: #E95A00;
}

.phone p {
    margin-bottom: 0;
}

.slider-container {
    display: table;
    width: 100%;
    height: 100%;
}

.slider-container img {
    width: 100%;
    height: 400px;
}

.slider-container .img-comp-container {
    position: relative;
    height: 400px;
}

.slider-container .img-comp-container .img-comp-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-container .img-comp-container img {
    display: table-row;
}

.slider-container .img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: #ffffff70;
    background-repeat: round;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
}

.box {
    background-color: white;
    border-radius: 5px;
    max-width: 300px;
    cursor: pointer;
}

.box .insideContent {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-gap: 5px;
    grid-template-areas: ". .";
}

.box .insideContent .icon {
    border-bottom: 5px solid #E95A00;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #CECECE;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-size: 100% 200%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #E95A00), color-stop(50%, #CECECE));
    background-image: -o-linear-gradient(bottom, #E95A00 50%, #CECECE 50%);
    background-image: linear-gradient(to top, #E95A00 50%, #CECECE 50%);
    -webkit-transition: background-position 0.5s;
    -o-transition: background-position 0.5s;
    transition: background-position 0.5s;
}

.box .insideContent .icon img {
    width: 42px;
    height: 32px;
}

.box .insideContent .text {
    border-bottom: 5px solid #006F42;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #CECECE;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-size: 100% 200%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #006F42), color-stop(50%, #CECECE));
    background-image: -o-linear-gradient(bottom, #006F42 50%, #CECECE 50%);
    background-image: linear-gradient(to top, #006F42 50%, #CECECE 50%);
    -webkit-transition: background-position 0.5s;
    -o-transition: background-position 0.5s;
    transition: background-position 0.5s;
}

.box .insideContent .text p {
    margin: 0;
}

.box .insideContent:hover .icon,
.box .insideContent:hover .text {
    background-position: 0 100%;
}

.box .insideContent:hover .icon p,
.box .insideContent:hover .text p {
    color: white;
}

.accordion li {
    background-color: #FFFFFF;
    margin-bottom: 1em;
}

.accordion li .link {
    padding: 29px 39px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion li .link i {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion li .link i:before {
    color: #333333;
    font-size: 20px;
}

.accordion li .text {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.2s ease-out, padding 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out, padding 0.2s ease-out;
    transition: max-height 0.2s ease-out, padding 0.2s ease-out;
    padding: 0 30px;
    height: auto;
    color: #666666;
}

.accordion li.open .text {
    max-height: 1000px;
    padding: 0 40px 30px 40px;
}

.accordion li.open .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .post-content ul>li {
    margin-bottom: 0;
}

.jobCard header {
    background-color: #E95A00;
    padding: 25px 30px;
    border-radius: 5px;
}

.jobCard header .standard {
    font-size: 24px;
    line-height: 33px;
}

.jobCard .content {
    background-color: #D8D8D8;
    padding: 25px 30px;
    border: solid white;
    border-top: 0;
}

.jobCard .content main ul {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1em;
}

.jobCard .content main ul>li {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
}

.jobCard .content main ul>li span.standard {
    font-size: 24px;
    line-height: 33px;
}

.jobCard .content footer {
    padding: 30px 0;
    color: black;
    font-size: 16px;
    line-height: 22px;
}

.mainButton {
    margin-top: 1em;
    color: #006F42;
    background-color: #E4F2EC;
    border: 1px solid #D3E8DF;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 0.5em 1em;
}

.mainButton span {
    margin-bottom: 0;
}

.mainButton span:after {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f061";
    color: #006F42;
    margin-left: 10px;
}

.rekerPbutton {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rekerPbutton i:before {
    color: #006F42;
    font-size: 2em;
}

.checkCont {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    font-size: 10px;
}

.checkCont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkCont .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.checkCont .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkCont .checkmark:after {
    left: 5px;
    top: 3px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkCont:hover input~.checkmark {
    background-color: #ccc;
}

.checkCont input:checked~.checkmark {
    background-color: #E95A00;
}

.checkCont input:checked~.checkmark:after {
    display: block;
}

@media screen and (min-width: 1024px) {
    .bar .step span {
        display: block;
    }
    .bar .step span.active {
        display: block;
    }
    .bar .line {
        width: 120px;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal>.is-relative {
    position: relative;
    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;
    width: 100%;
    height: 100%;
}

.modal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal>.close {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 9;
}

.modal .modalBox {
    background-color: #E95A00;
    width: 100%;
    height: 100%;
}

.modal .modalBox .headline {
    font-size: 32px;
}

.modal .modalBox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.modal .inner {
    position: relative;
}

.darkBrown {
    background-color: #8D3600;
}

.darkMediumBrown {
    background-color: #9C3C00;
}

.mediumBrown {
    background-color: #BF4A00;
}

.lightBrown {
    background-color: #FF6200;
}

.lightgreenV2 {
    background-color: #00844E;
}

.mediumGreen {
    background-color: #006F42;
}

.darkGreen {
    background-color: #00633B;
}

.form {
    background-color: #E95A00;
    min-height: 609px;
}

.form .content {
    min-height: 150px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.form .select .item {
    height: 88px;
    padding: 18px 22px 18px 57px;
    cursor: pointer;
}

.form .select .item .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 53px 31px 187px;
    grid-template-columns: 53px 187px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 36px 31px;
    grid-template-areas: ". .";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form .select .item .grid .icon.black {
    display: none;
}

.form .select .item:hover p {
    color: white;
}

.form .select .item p {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all ease-out;
    -o-transition: all ease-out;
    transition: all ease-out;
}

.form .select .item p br {
    display: none;
}

.form .select .item:nth-child(1) {
    background-color: #9C3C00;
}

.form .select .item:nth-child(2) {
    background-color: #BF4A00;
}

.form .select .item:nth-child(3) {
    background-color: #FF6200;
}

.form .select .item:nth-child(4) {
    background-color: #8D3600;
}

.form .select .item img {
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .form {
        position: relative;
        min-height: 100vh;
    }
    .form .content {
        padding-top: 70px;
    }
    .form .select {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr [4];
        grid-template-columns: repeat(4, 1fr);
    }
    .form .select .item {
        padding: 1em;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .form .select .item p {
        color: #000000;
    }
    .form .select .item p br {
        display: block;
    }
    .form .select .item .grid {
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: center;
        max-height: 50vh;
    }
    .form .select .item .grid .icon.black {
        display: block;
    }
    .form .select .item .grid .icon.invert {
        display: none;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .form .select .item .grid img {
        width: 146px;
        height: 146px;
    }
    .form .select .item:hover .grid>.icon.black {
        display: none;
    }
    .form .select .item:hover .grid>.icon.invert {
        display: block;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
    .form .select .item:hover .grid p {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.no-drop {
    cursor: no-drop !important;
}

.inside {
    height: 100vh;
    overflow-y: scroll;
}

.inside .steps {
    display: none;
}

.inside .steps.no-visible,
.inside .steps .no-visible {
    display: none;
}

.inside .steps.visible,
.inside .steps .visible {
    display: block;
}

.inside h3 {
    margin-bottom: 27px;
}

.inside .bar {
    margin-bottom: 30px;
}

.inside .step-grid {
    display: -ms-grid;
    display: grid;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.inside .step-grid.two {
    -ms-grid-rows: 1fr [2];
    grid-template-rows: repeat(2, 1fr);
}

.inside .step-grid.three {
    -ms-grid-rows: 1fr [3];
    grid-template-rows: repeat(3, 1fr);
}

.inside .step-grid.four {
    -ms-grid-rows: 1fr [4];
    grid-template-rows: repeat(4, 1fr);
}

.inside .step-grid img {
    width: 50px;
    height: 50px;
}

.inside .step-grid .selector {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1em 4em;
    cursor: pointer;
}

.inside .step-grid .object.flex-center {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 31px 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 36px 31px;
    grid-template-areas: ". .";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inside .step-grid .object.flex-center p {
    color: white;
}

.inside .step-grid .object .icon.black {
    display: none;
}

.inside .step-grid .object:hover .icon.invert {
    display: block;
}

.inside .step-grid .object:hover .icon.black {
    display: none;
}

.inside .step-grid .object:hover .color-black {
    color: white;
}

.inside .container {
    z-index: 2;
}

.inside #area .content {
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0.5fr 10px 1fr;
    grid-template-rows: 0.5fr 1fr;
    grid-row-gap: 10px;
}

.inside #area .content>div {
    padding: 1em;
}

.inside #area .content .darkGreen {
    height: 50%;
}

.inside #area .content input {
    width: 63px;
    height: 43px;
    margin-top: 1em;
}

.inside #area .content textarea {
    margin-top: 1em;
    width: 100%;
    height: 100px;
}

.inside #rhythm .content {
    text-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0.5fr 10px 1fr;
    grid-template-rows: 0.5fr 1fr;
    grid-row-gap: 10px;
}

.inside #rhythm .content input {
    width: 63px;
    height: 43px;
    margin-top: 1em;
}

.inside #rhythm .darkGreen {
    height: 110%;
    padding: 1em;
}

.inside #select .check {
    padding: 1em;
}

.inside #individual {
    height: 50%;
}

.inside #individual .mediumGreen {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inside #individual .container {
    overflow-y: auto;
}

.inside #individual form {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    max-width: 100%;
}

.inside #individual form input {
    width: 300px;
    padding: 0.5em;
}

.inside #individual form input.warn {
    border: 2px solid red;
    font-weight: bold;
}

.inside #individual form .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px;
}

.inside #individual form .left input {
    width: 100%;
    max-width: 300px;
}

.inside #individual form .right {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.inside #individual form .right label input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.inside #individual form textarea {
    width: 300px;
    height: 200px;
    padding: 0.5em;
}

.inside #individual form textarea.warn {
    border: 2px solid red;
    font-weight: bold;
}

.inside #individual form input[type=submit] {
    width: 170px;
    height: 70px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.inside .contactItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inside .contactItem .contactPartner {
    width: 80%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.inside .contactItem .contactPartner .brand {
    display: none;
}

.inside .contactItem .contactForm {
    width: 20%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.inside .contactItem .contactForm .object {
    display: none;
    height: 100%;
}

.inside .contactItem .contactForm .object .formular {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    grid-row-gap: 25px;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 1em 3em;
}

.inside .contactItem .contactForm .object .formular img {
    width: 45px;
    height: auto;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form input {
    width: 100%;
    padding: 0.5em 1em;
    border-radius: 5px;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form input[type=submit] {
    background: transparent;
    border: 1px solid white;
    color: white;
    font-weight: bold;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form .acceptance-575 input {
    width: auto;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form .wpcf7-response-output {
    border-color: red;
    color: red;
    background-color: white;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form .operator {
    line-height: 1;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form .operator label {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    grid-gap: 10px;
}

.inside .contactItem .contactForm .object .formular .wpcf7 form .operator label input {
    padding: 0;
    background: transparent;
    border-width: 0 0px 1px 0px;
    border-radius: 0;
    height: auto;
    color: white;
    border-color: white;
}

.inside .contactItem .brand {
    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;
    padding: 1em;
    grid-row-gap: 1em;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inside .contactItem .brand img {
    width: 40px;
    height: auto;
}

.inside .contactItem .brand span {
    font-size: 20px;
    line-height: 1;
}

.inside .contactItem .partner {
    display: none;
    height: 100%;
}

.inside .contactItem .partner .grid {
    padding: 2em 1em;
}

.inside .contactItem .partner .grid .info .mail {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inside .contactItem .partner .grid .info .mail:before {
    content: "";
    background-image: url("./icons/Icon_material-email.png");
    background-size: 25px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-right: 5px;
}

.inside .contactItem .partner .grid .info .telefon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inside .contactItem .partner .grid .info .telefon:before {
    content: "";
    background-image: url("./icons/Icon_awesome-phone.png");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.inside .contactItem .partner img {
    width: 80px;
    height: auto;
    border-radius: 5px;
}

.inside .contactItem .partner.active {
    display: block;
}

.inside #back {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 150px;
    height: 50px;
    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;
    background-color: rgba(0, 0, 0, 0.31);
    cursor: pointer;
}

.inside #next {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 50px;
    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;
    background-color: rgba(0, 0, 0, 0.31);
    cursor: pointer;
}

.inside #next.no-visible {
    display: none;
}

.controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.controls #back {
    position: relative;
}

.controls #next {
    position: relative;
}

.message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    word-break: break-word;
}

.wpcf7 .captcha-image {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 10px;
    border-radius: 5px;
}

.wpcf7 .captcha-image .cf7ic_instructions span {
    color: white;
}

@media screen and (min-width: 1024px) {
    .inside {
        overflow: inherit;
    }
    .inside .icon.black {
        display: none;
    }
    .inside .check .grid {
        -ms-grid-rows: 1fr 45.5px 1fr;
        grid-template-rows: 1fr 1fr;
        -ms-grid-columns: -webkit-max-content;
        -ms-grid-columns: max-content;
        grid-template-columns: -webkit-max-content;
        grid-template-columns: max-content;
        gap: 45.5px;
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .inside .check .grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .inside .check .grid>*:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .inside>.container>.content {
        padding-top: 40px;
    }
    .inside>.container>.content .standard {
        font-size: 28px;
        margin-top: 100px;
        line-height: 1;
    }
    .inside .step-grid {
        position: absolute;
        height: 100%;
    }
    .inside .step-grid .selector {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .inside .step-grid img {
        width: 120px;
        height: 120px;
    }
    .inside .step-grid .object.flex-center {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50vh;
    }
    .inside .step-grid.two {
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .inside .step-grid.two>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .inside .step-grid.two>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .inside .step-grid.three {
        -ms-grid-columns: 1fr [3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
    }
    .inside .step-grid.three>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .inside .step-grid.three>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .inside .step-grid.three>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .inside .step-grid.four {
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
        -ms-grid-columns: 1fr [4];
        grid-template-columns: repeat(4, 1fr);
    }
    .inside .step-grid.four>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .inside .step-grid.four>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .inside .step-grid.four>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .inside .step-grid.four>*:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }
    .inside .steps {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
    }
    .inside #area>.content {
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
        -ms-grid-columns: 1fr [2];
        grid-template-columns: repeat(2, 1fr);
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        text-align: left;
    }
    .inside #area>.content>div {
        height: 100vh;
        padding: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .inside #area>.content>div .object {
        height: 50vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inside #area>.content .darkGreen {
        height: 100%;
    }
    .inside #area>.content textarea {
        height: 200px;
    }
    .inside #area>.content>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .inside #area>.content>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .inside #select .content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        height: 100vh;
    }
    .inside #select .content>div {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .inside #select .content .object {
        height: 50vh;
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .inside #select .content .object .check.grid {
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
    }
    .inside #rhythm .content {
        text-align: left;
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .inside #rhythm .content .object {
        height: 50vh;
        width: 100%;
    }
    .inside #rhythm .content .darkGreen,
    .inside #rhythm .content .mediumGreen {
        height: 100vh;
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .inside #rhythm .content #other_input {
        width: 100%;
    }
    .inside #rhythm .content>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .inside #rhythm .content>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .inside #individual {
        height: 100%;
    }
    .inside #individual .container {
        width: 100%;
        height: 50vh;
    }
    .inside #individual .mediumGreen {
        -ms-flex-line-pack: end;
        align-content: flex-end;
        height: 100%;
    }
    .inside #individual form {
        -ms-grid-columns: 1fr 10px 2fr;
        grid-template-columns: 1fr 2fr;
    }
    .inside #individual form textarea {
        width: 400px;
        height: 100%;
    }
    .inside #individual form .right {
        grid-gap: 15px;
    }
    .inside #individual form .left input {
        max-width: inherit;
    }
    .inside .contactItem {
        height: 100%;
    }
    .inside .contactItem .partner {
        height: 50vh;
    }
    .inside .contactItem .partner .fixed {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .inside .contactItem .partner .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 2em auto;
        grid-template-columns: auto auto;
        grid-column-gap: 2em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .inside .contactItem .partner img {
        width: 120px;
        height: auto;
    }
    .inside .contactItem .contactPartner {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .inside .contactItem .brand {
        display: none;
    }
    .inside .contactItem .contactForm {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .inside .contactItem .contactForm .object {
        display: block;
        height: 50vh;
    }
    .inside .contactItem .contactForm .object .formular {
        grid-row-gap: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        height: 100%;
        padding: 1em 3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inside .contactItem .contactForm .object .formular img {
        width: 45px;
        height: auto;
    }
    form.wpcf7-form {
        max-width: 400px;
    }
    .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

.pointer-none {
    pointer-events: none;
}

.bottom-sticky {
    position: sticky;
    bottom: 0;
    z-index: 9;
}

.top-sticky {
    display: none;
}

.top-fixed {
    display: none;
}

.header .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    padding: 20px 26px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    position: relative;
}

.header .grid .logo .desktop {
    display: none;
}

.header .grid .logo .touch {
    display: block;
    width: 36px;
    height: 36px;
}

.header .grid label.hamburg {
    display: block;
    width: 75px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    cursor: pointer;
}

.header .grid input#hamburg {
    display: none;
}

.header .grid .line {
    position: absolute;
    left: 10px;
    height: 5px;
    width: 45px;
    background: #333333;
    border-radius: 2px;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.header .grid .line.line:nth-child(1) {
    top: 12px;
}

.header .grid .line.line:nth-child(2) {
    top: 24px;
}

.header .grid .line.line:nth-child(3) {
    top: 36px;
}

.header .grid #hamburg:checked+.hamburg .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.header .grid #hamburg:checked+.hamburg .line:nth-child(2) {
    opacity: 0;
}

.header .grid #hamburg:checked+.hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

.nav-menu.mobile {
    width: 100%;
    background-color: #006F42;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 0;
    overflow: scroll;
}

.nav-menu.mobile>div {
    padding-top: 78px;
}

.nav-menu.mobile.checked {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 89vh;
    opacity: 1;
}

.nav-menu.mobile ul.menu>li {
    padding: 23px 0;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.nav-menu.mobile ul.menu>li>a {
    font-weight: 700;
    margin-left: 45px;
}

.nav-menu.mobile ul.menu .menu-item-has-children {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    padding-bottom: 0;
}

.nav-menu.mobile ul.menu .menu-item-has-children>a {
    display: -ms-inline-grid;
    display: inline-grid;
    margin-bottom: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.nav-menu.mobile ul.menu .menu-item-has-children:after {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    content: "\f107";
    float: right;
    position: absolute;
    top: 29px;
    right: 20px;
}

.nav-menu.mobile ul.menu .menu-item-has-children.rotate:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-menu.mobile ul.menu .menu-item-has-children .sub-menu {
    background: #006F424A;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 20px 0 20px 65px;
    display: none;
}

.nav-menu.mobile ul.menu .menu-item-has-children .sub-menu.active {
    display: block;
    height: 100%;
    opacity: 1;
    line-height: 2;
}

@media screen and (min-width: 1080px) {
    .bottom-sticky {
        display: none;
    }
    .top-fixed {
        position: fixed;
        top: 0;
        width: 100%;
        display: block;
        z-index: 9;
        left: 0;
    }
    .top-sticky {
        position: sticky;
        z-index: 9;
        top: 0;
        display: block;
    }
    .top-sticky .sub-menu {
        background-color: #E8ECEB;
    }
    #startMenu {
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #startMenu.transparent {
        background-color: rgba(255, 255, 255, 0.7);
    }
    #startMenu.transparent .sub-menu {
        background-color: rgba(255, 255, 255, 0.8);
    }
    header {
        background-color: transparent;
        padding-top: 14px;
    }
    header .desktop-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .desktop-menu .logo img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: 200px;
        height: 48px;
    }
    header .desktop-menu .top-menu ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }
    header .desktop-menu .top-menu ul.menu>li {
        padding: 21px;
    }
    header .desktop-menu .top-menu ul.menu>li>a {
        font-weight: 600;
    }
    header .desktop-menu .top-menu .menu-item-has-children:after {
        font-family: "Font Awesome 5 Free", serif;
        font-weight: 900;
        content: "\f107";
        float: right;
        color: black;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 4px 0 0 10px;
    }
    header .desktop-menu .top-menu .menu-item-has-children .sub-menu {
        position: absolute;
        overflow: hidden;
        height: 0;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 0;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        top: 64px;
    }
    header .desktop-menu .top-menu .menu-item-has-children:hover .sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        opacity: 1;
    }
    header .desktop-menu .top-menu .menu-item-has-children:hover .sub-menu>li {
        padding: 17px 20px;
        border-bottom: 1px solid black;
    }
    header .desktop-menu .top-menu .menu-item-has-children:hover .sub-menu>li:last-of-type {
        border-bottom: none;
    }
}

.homeHead {
    height: 100vh;
    margin-bottom: 100px;
}

.homeHead .full-background {
    height: 85%;
}

.homeHead .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.homeHead .group {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.homeHead .content {
    position: relative;
}

.homeHead .leistungCards {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px 23px;
}

.homeHead .leistungCards .card {
    width: 100%;
    height: 65px;
    position: relative;
}

.homeHead .leistungCards .card>.overlay {
    background-color: rgba(0, 111, 66, 0.8);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.homeHead .leistungCards .card:hover>.overlay {
    opacity: 0;
}

.homeHead .leistungCards .card .cardContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.infoStart .background-white {
    padding: 100px 0;
}

.infoStart .content {
    padding-top: 5em;
}

.infoStart .content .iconFeld {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    justify-items: center;
    margin-bottom: 35px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.infoStart .content .iconFeld.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.infoStart .content .iconFeld img {
    width: 85px;
    height: 85px;
}

.infoStart .content .iconFeld:last-of-type {
    margin-bottom: 0;
}

.infoStart .content .item-image {
    display: none;
}

.about {
    color: black;
    padding-bottom: 100px;
}

.about .content {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em 0;
    padding: 1em;
}

.about .content .button {
    margin-top: 1em;
    color: #006F42;
    background-color: #E4F2EC;
    border: 1px solid #D3E8DF;
    border-radius: 5px;
    width: 260px;
    padding: 10px 0;
    text-align: center;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.about .content .button span {
    margin-bottom: 0;
}

.about .content .button span:after {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f061";
    font-weight: 900;
    color: #006F42;
    margin-left: 10px;
}

.instagram.full-background {
    height: 500px;
}

.instagram i {
    font-size: 75px;
}

.instagram .standard {
    font-size: 20px;
    line-height: 28px;
}

.instagram .overlay {
    background-color: rgba(0, 111, 66, 0.5);
}

.instagram .container {
    height: 100%;
}

.instagram .columns {
    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%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.instagram .columns .content {
    text-align: center;
}

.instagram .columns .headline,
.instagram .columns .standard {
    margin: 0;
}

.homeContact {
    padding-bottom: 100px;
}

.homeContact .background-white {
    padding-top: 100px;
}

.homeContact .topCont {
    padding: 1em;
    z-index: 1;
}

.homeContact .content {
    margin-top: 27px;
}

.homeContact .boxContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: repeat(3, auto);
    grid-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1em;
}

.homeContact .animateContent {
    margin-top: -100px;
}

.homeContact .animateContent img {
    display: block;
}

.homeContact .animateContent .absolute {
    top: 0;
    left: 0;
}

.homeContact .animateContent .animated {
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}

.faq .headline {
    margin-bottom: 30px;
}


/**
* Vacuum Animation @Keyframes
 */

@-webkit-keyframes run {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (min-device-width: 1024px) {
    .homeHead .full-background {
        height: 90%;
    }
    .homeHead .content {
        height: 100%;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 40px;
    }
    .homeHead .leistungCards {
        -ms-grid-columns: 1fr 23px 1fr 23px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .homeHead .leistungCards .card {
        height: 162px;
    }
    .infoStart .background-white {
        padding: 70px;
    }
    .infoStart h2.headline {
        font-size: 42px;
    }
    .infoStart p.headline {
        font-size: 28px;
    }
    .infoStart .content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .infoStart .content .iconsGroup {
        position: relative;
        z-index: 1;
        margin: 2.5em 0;
    }
    .infoStart .content .iconsGroup .iconFeld {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .infoStart .content .iconsGroup .iconFeld img {
        width: 65px;
        height: 65px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .infoStart .content .iconsGroup .text-center {
        text-align: left;
    }
    .infoStart .content .item-image {
        display: block;
        position: relative;
    }
    .infoStart .content .item-image img {
        width: calc(55vw - 6px);
        position: absolute;
        left: -5vw;
        max-height: 600px;
        height: auto;
        max-width: inherit;
    }
    .about {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 52px 1fr;
        grid-template-columns: 0.7fr 1fr;
        grid-gap: 50px;
        padding: 200px 0 150px 0;
        -ms-grid-rows: 420px;
        grid-template-rows: 420px;
    }
    .about .content {
        max-width: 500px;
        height: inherit;
        padding: 0;
    }
    .about .content .headline {
        font-size: 42px;
        margin: 0;
    }
    .about .content .headline.medium {
        font-size: 28px;
    }
    .about>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .about>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .instagram.full-background {
        height: 250px;
    }
    .instagram .columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .instagram .columns .content {
        text-align: left;
    }
    .homeContact .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    }
    .homeContact .topCont {
        padding: 0;
        position: relative;
        top: 100px;
        width: 150%;
    }
    .homeContact .boxContent {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .homeContact .animateContent {
        position: relative;
        display: block;
        margin-top: 0;
    }
    .homeContact .animateContent img,
    .homeContact .animateContent .absolute {
        height: 100%;
    }
    .faq {
        padding: 100px 0 200px 0;
    }
    .faq .headline {
        font-size: 42px;
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 768px) {
    .homeHead .content h1 {
        font-size: 32px;
        line-height: normal;
    }
    .homeHead .content h1 span {
        background-color: white;
        color: #006F42;
    }
}

.head .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.head .overlay.green {
    background-color: rgba(0, 111, 66, 0.3);
}

.head.full-background {
    height: 50vh;
}

.head .container {
    height: 100%;
}

.post-content {
    position: relative;
    line-height: 1.2;
}

.post-content .flexible-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
}

.post-content .container {
    padding-top: 100px;
    margin-bottom: 100px;
}

.post-content .wp-block-columns {
    grid-row-gap: 3em;
}

.post-content ul {
    line-height: 32px;
}

.post-content ul>li:before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    content: "\f00c";
    color: #006F42;
    padding-right: 1em;
}

.section .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: repeat(2, auto);
    grid-gap: 50px;
}

.section .headline {
    margin-bottom: 30px;
}

.section .relative {
    position: initial;
}

.top {
    margin-top: 100px;
    padding-bottom: 100px;
}

.top .grid {
    grid-auto-flow: dense;
}

.top .grid .relative {
    -ms-grid-row: 1;
    grid-row: 1;
}

.main {
    color: black;
}

.bot {
    padding: 100px 0;
}

@media screen and (min-width: 1024px) {
    .head.full-background {
        height: 80vh;
    }
    .head .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .head .container .headContent {
        margin-bottom: 50px;
    }
    .head .container .headContent .headline {
        font-size: 50px;
        line-height: 64px;
    }
    .head .container .headContent .content {
        max-width: 400px;
    }
    .section .grid {
        -ms-grid-rows: 500px;
        grid-template-rows: 500px;
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .section .grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .section .grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .section .content {
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .section .relative {
        position: relative;
    }
    .section .relative img {
        position: absolute;
        width: 40vw;
        height: 100%;
        max-width: inherit;
    }
    .top {
        margin-top: -50px;
    }
    .top .grid .relative {
        grid-row: inherit;
    }
    .main .grid {
        -ms-grid-rows: 600px;
        grid-template-rows: 600px;
    }
    .main .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main .relative img {
        right: 0;
        width: 50vw;
    }
    .bot .grid {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
    .bot .image {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 300px;
    }
}

footer.footer {
    background-color: #D8D8D8;
    padding: 2em 0;
}

footer .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 60px;
}

footer .grid .column1 {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .grid .column1 .logo {
    text-align: right;
}

footer .grid .column1 .logo img {
    width: 300px;
}

footer .grid .column1 .slogan {
    text-align: right;
    color: #666666;
}

footer .grid .column1 .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-gap: 14px;
}

footer .grid .column1 .social-icons i {
    color: #006F42;
    font-size: 38px;
}

footer .grid .column2 {
    display: -ms-grid;
    display: grid;
    grid-gap: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .grid .column2 .buttons {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    margin-top: 0;
}

footer .grid .column2 .buttons .button {
    padding: 20px 10px;
    border: 1px solid #707070;
    border-radius: 5px;
}

footer .grid .column2 .group ul.menu {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
}

footer .grid .column2 .group ul.menu>li {
    line-height: 30px;
}

footer .grid .column2 .group ul.menu>li a {
    font-weight: bold;
}

footer .grid .column2 .group ul.menu>li ul.sub-menu>li a {
    color: #666666;
}

.footer-down {
    background-color: #006F42;
}

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

.footer-down .flex hr {
    color: white;
}

.footer-down .flex .login {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-down .flex .login .button {
    padding: 10px 20px;
    border: 1px solid #E8ECEB;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
}

.footer-down .flex .copyright {
    padding: 20px 1em;
}

@media screen and (min-width: 1080px) {
    footer .grid {
        -ms-grid-columns: -webkit-min-content 40px auto;
        -ms-grid-columns: min-content 40px auto;
        grid-template-columns: -webkit-min-content auto;
        grid-template-columns: min-content auto;
    }
    footer .grid .column2 .buttons {
        -ms-grid-columns: 1fr 40px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }
    footer .grid .column2 .group {
        display: -ms-grid;
        display: grid;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    footer .grid .column2 .group ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-down hr {
        display: none;
    }
    .footer-down .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.video {
    padding: 100px 0;
}

.video .standard {
    margin-bottom: 1.2em;
}

.video .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 100px;
}

.video .grid .videoContainer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.video .grid .videoContainer .play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    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;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.video .grid .videoContainer .play-button img {
    width: 120px;
    height: 120px;
}

.infoSection {
    padding: 100px 0;
}

.infoSection .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1em 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 50px 100px;
}

.infoSection .grid .infoBox {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em;
}

.today {
    padding: 100px 0;
}

.today .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 50px 0;
}

.today .infoBox {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
}

@media screen and (min-width: 1024px) {
    .video .grid {
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .infoSection .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: initial;
        grid-template-rows: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .infoSection .grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .infoSection .grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .today .grid {
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: minmax(500px, -webkit-max-content);
        -ms-grid-rows: minmax(500px, max-content);
        grid-template-rows: minmax(500px, -webkit-max-content);
        grid-template-rows: minmax(500px, max-content);
    }
    .today .grid .image img {
        position: absolute;
        width: calc(50vw - 6px);
        max-width: inherit;
    }
    .today .grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .today .grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

.contactHead {
    height: 100%;
}

.contactHead .full-background {
    height: 100%;
}

.contactHead .overlay {
    background-color: rgba(0, 111, 66, 0.3);
}

.contactHead .anchor {
    margin-top: 20px;
}

.contactHead .anchor .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1em 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contactHead .anchor .grid .item {
    height: auto;
    padding: 40px 20px;
    background-color: #FFF;
    border-radius: 5px;
    text-align: center;
}

.contactHead .anchor .grid .item img {
    width: 50px;
    height: 50px;
}

.content .address::before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f041";
    font-size: 20px;
    color: white;
}

.buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1em 1fr 1em 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.buttons .button {
    padding: 20px 0;
    background-color: #FFFFFF;
    text-align: center;
    width: 300px;
}

.buttons .button .tel::before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f879";
    font-size: 23px;
    color: #006F42;
    font-weight: bold;
    margin-right: 10px;
}

.buttons .button .fax::before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f1ac";
    font-size: 23px;
    color: #006F42;
    font-weight: bold;
    margin-right: 10px;
}

.buttons .button .mail::before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f0e0";
    font-size: 23px;
    color: #006F42;
    font-weight: bold;
    margin-right: 10px;
}

.team {
    padding: 100px 0;
}

.team .card-container {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.team .card-container .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team .card-container .card img {
    display: block;
}

.team .card-container .image-partner {
    width: 120px;
    height: 160px;
}

.team .card-container .info-partner {
    height: 100%;
}

.team .card-container .info-partner .mail::before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f0e0";
    font-size: 23px;
    color: #006F42;
    font-weight: bold;
    margin-right: 10px;
}

.team .card-container .info-partner .tel::before {
    font-family: "Font Awesome 5 Free", serif;
    content: "\f879";
    font-size: 23px;
    color: #006F42;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (min-width: 1024px) {
    .contactHead .content {
        height: 90vh;
        display: -ms-grid;
        display: grid;
        -ms-flex-line-pack: end;
        align-content: end;
    }
    .contactHead .content .container {
        width: 100%;
    }
    .buttons {
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
        -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 5px;
    }
    .buttons .button {
        width: auto;
    }
    .buttons .button:first-of-type {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }
    .buttons .button:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .buttons>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .buttons>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .buttons>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
    .contactHead {
        height: 100vh;
    }
    .contactHead .full-background {
        height: 80vh;
    }
    .contactHead .anchor .grid {
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
    .contactHead .anchor .grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .contactHead .anchor .grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .team .card-container {
        -ms-grid-columns: 1fr [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.news {
    padding: 100px 0;
}

.news .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.news .covered {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    height: 300px;
    width: 100%;
}

.news .covered .overlay {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.news .covered h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.news .covered:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.65);
}

.news .covered:hover .overlay {
    background-color: rgba(0, 111, 66, 0.8);
}

.news .covered:hover h3 {
    opacity: 1;
}

.news .pagination {
    padding: 1.5em;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #006F42;
    font-weight: bold;
    -ms-grid-columns: auto 10px auto 10px auto;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 10px;
}

.news .pagination .page-number.current {
    text-decoration: underline;
}

.podcast {
    background-color: #E95A00;
    padding: 100px 0;
}

@media screen and (min-width: 1024px) {
    .news .grid {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .podcast .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .podcast .grid>div {
        width: 50%;
    }
}

* {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

body {
    font-family: "Source Sans", serif;
    font-style: normal;
    font-weight: normal;
    color: white;
    background-color: #E8ECEB;
    overflow-wrap: break-word;
    line-height: 22px;
}

.container {
    padding: 1em;
    position: relative;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

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

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

a {
    text-decoration: none;
    color: inherit;
}

video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.post-content {
    color: black;
}

.legal.head .full-background {
    height: 80vh;
}

.legal.content {
    height: initial;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: end;
    margin-top: 0;
}

.legal.content .post-content {
    background-color: #E8ECEB;
    margin-top: 70px;
    padding: 100px 50px;
}

.legal.content .post-content .container {
    padding-top: 0;
    margin-bottom: 0;
}

.error {
    background-color: #006f42;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
}

.error h1 {
    Font-size: 7rem;
    line-height: 1;
}

.error a {
    font-weight: bold;
    font-size: 3rem;
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.display-none {
    display: none;
}

.full-background {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.middle-background {
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.jobs .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 50px;
}

.wp-block-image img {
    width: auto;
}

.user-control {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: black;
    z-index: 9999;
    padding: 1px 0;
    font-weight: bold;
}

.user-control .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user-control a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
}

.user-control i {
    font-size: 1.2rem;
}

.category .page-header {
    margin-bottom: 1em;
}

.category .page-header p {
    color: black;
}

.category .post-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    border: 2px solid #006F42;
    background-color: white;
    margin-bottom: 1em;
}

.category .post-display .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 30px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
}

.category .post-display .month {
    text-align: right;
    margin-bottom: 1em;
    border-bottom: 2px solid green;
}

@media screen and (min-width: 1024px) {
    .full-background {
        background-attachment: fixed;
    }
    .middle-background {
        background-attachment: fixed;
    }
    .is-desktop.is-absolute {
        position: absolute;
        width: 100%;
    }
    .container,
    .desktopContainer {
        max-width: 1080px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }
    .jobs .grid {
        -ms-grid-rows: none;
        grid-template-rows: none;
        -ms-grid-columns: 1fr 100px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 100px;
    }
    .jobs .grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .jobs .grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .legal.content {
        height: initial;
        display: -ms-grid;
        display: grid;
        -ms-flex-line-pack: end;
        align-content: end;
        margin-top: -25%;
        line-height: 1.2;
    }
    .category .post-display .grid {
        -ms-grid-columns: 3fr 30px 1fr;
        grid-template-columns: 3fr 1fr;
        -ms-grid-rows: inherit;
        grid-template-rows: inherit;
    }
    .category .post-display .grid>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .category .post-display .grid>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

@media screen and (max-width: 1981px) {
    body {
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (orientation: landscape) and (max-width: 1366px) {
    .full-background {
        background-attachment: inherit;
    }
    .middle-background {
        background-attachment: inherit;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1080px) {
    .full-background {
        background-attachment: inherit;
    }
    .middle-background {
        background-attachment: inherit;
    }
}