@charset "UTF-8";
:root {
    --hs-brand: 198 100%;
    --hs-fond: 228 23%;
    --hs-gray: 208 19%;
    --hs-light-gray: 197 24%;
    --hs-type: 232 9%;
    --color-brand: hsl(var(--hs-brand) 44%);
    --color-fond: hsl(var(--hs-fond) 25%);
    --color-gray: hsl(var(--hs-gray) 74%);
    --color-light-gray: hsl(var(--hs-light-gray) 94%);
    --color-type: hsl(var(--hs-type) 17%);
    --font-size-small: 1.6rem;
    --font-size-default: clamp(1.5rem, 1.0588235294rem + 0.9191176471vw, 2rem);
    --font-size-larger: clamp(1.8rem, 1.2705882353rem + 1.1029411765vw, 2.4rem);
    --font-size-large: clamp(2rem, 1.1176470588rem + 1.8382352941vw, 3rem);
    --font-size-extra-large: clamp(
        3rem,
        2.1176470588rem + 1.8382352941vw,
        4rem
    );
    --line-height-narrow: 1.333;
    --line-height-default: 1.5;
}

@font-face {
    font-family: "tstar";
    src: url("../fonts/tstar-regular.woff2") format("woff2"),
        url("../fonts/tstar-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: "tstar";
    src: url("../fonts/tstar-bold.woff2") format("woff2"),
        url("../fonts/tstar-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}
.content ul {
    list-style: square;
    padding-left: 0;
}
.content ul.has-text-color.has-white-color li.-check {
    background-image: url(../images/bullet-check-white.svg);
}
.content li {
    margin-left: 25px;
}
.content li.-check {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    list-style: none;
    background: url(../images/bullet-check.svg) no-repeat top left;
    background-size: clamp(3.6rem, 2.8058823529rem + 1.6544117647vw, 4.5rem);
    padding-left: clamp(4.6rem, 3.8058823529rem + 1.6544117647vw, 5.5rem);
}
.content ul.-check li {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    list-style: none;
    background: url(../images/bullet-check.svg) no-repeat top left;
    background-size: clamp(3.6rem, 2.8058823529rem + 1.6544117647vw, 4.5rem);
    padding-left: clamp(4.6rem, 3.8058823529rem + 1.6544117647vw, 5.5rem);
}
.content ol {
    padding-left: 0;
}
.content ol li {
    padding-left: 2px;
}
.content ol li::marker {
    color: var(--color-brand);
}

/* body.postid-22650 ul.wp-block-list,
body.postid-22650 ul.wp-block-list li {
	list-style-type: none;
} */

.content ul li::marker {
    color: var(--color-brand);
    font-size: 1em;
}

.content ul.wp-block-list li {
    margin-bottom: 15px;
}

.content p,
.content blockquote,
.content ul,
.content ol {
    margin-top: 0;
    margin-bottom: 16px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-top: 0;
    line-height: 1.25;
}
.content h1.-check,
.content h2.-check,
.content h3.-check,
.content h4.-check,
.content h5.-check,
.content h6.-check {
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    list-style: none;
    background: url(../images/bullet-check.svg) no-repeat top left;
    background-size: clamp(3.6rem, 2.8058823529rem + 1.6544117647vw, 4.5rem);
    padding-left: clamp(4.6rem, 3.8058823529rem + 1.6544117647vw, 5.5rem);
}
.content h1 {
    font-size: var(--font-size-extra-large);
    line-height: var(--line-height-narrow);
    font-weight: normal;
}
.content h2 {
    margin: 32px 0 24px;
}
.content h3 span {
    text-transform: none;
    letter-spacing: 0;
    font-size: 85%;
}
.content h3,
.content h4 {
    margin-top: 32px;
    margin-bottom: 16px;
}
.content .small {
    font-size: 80%;
}

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

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* ====================
 * = Hintergrundfarbe =
 * ==================== */
.has-brand-background-color {
    background-color: var(--color-brand);
}

.has-fond-background-color {
    background-color: var(--color-fond);
}

.has-gray-background-color {
    background-color: var(--color-gray);
}

.has-light-gray-background-color {
    background-color: var(--color-light-gray);
}

.has-type-background-color {
    background-color: var(--color-type);
}

/* =============
 * = Textfarbe =
 * ============= */
.has-brand-color {
    color: var(--color-brand);
}

.has-fond-color {
    color: var(--color-fond);
}

.has-gray-color {
    color: var(--color-gray);
}

.has-light-gray-color {
    color: var(--color-light-gray);
}

.has-type-color {
    color: var(--color-type);
}

/* =================
 * = SVG Füllungen =
 * ================= */
svg .fill-brand {
    fill: var(--color-brand);
}
svg .fill-fond {
    fill: var(--color-fond);
}
svg .fill-gray {
    fill: var(--color-gray);
}
svg .fill-lightcolor {
    fill: var(--color-light-gray);
}
svg .fill-type {
    fill: var(--color-type);
}

.wpcf7 label,
.searchform label {
    font-size: 1.6rem;
    cursor: pointer;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.searchform input[type="text"],
.searchform input[type="email"],
.searchform textarea {
    outline: 1px solid transparent;
    position: relative;
    border: 1px solid var(--color-gray);
    box-shadow: 2px 2px 0 1px var(--color-light-gray) inset;
    transition: 200ms;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="text"]:focus-visible,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="email"]:focus-visible,
.wpcf7 textarea:focus,
.wpcf7 textarea:focus-visible,
.searchform input[type="text"]:focus,
.searchform input[type="text"]:focus-visible,
.searchform input[type="email"]:focus,
.searchform input[type="email"]:focus-visible,
.searchform textarea:focus,
.searchform textarea:focus-visible {
    outline: 1px solid var(--color-brand);
    background-color: var(--color-light-gray);
    border: 1px solid var(--color-brand);
    box-shadow: 0 0 0 3px #fff inset;
}
.wpcf7 input[type="submit"],
.searchform input[type="submit"] {
    border: none;
    background-color: var(--color-brand);
    color: #fff;
    padding: 6px 27px 3px;
    transition: 200ms;
    cursor: pointer;
}
.wpcf7 input[type="submit"]:hover,
.searchform input[type="submit"]:hover {
    background-color: var(--color-fond);
}
.wpcf7 span.required,
.searchform span.required {
    position: relative;
    padding-right: 14px;
}
.wpcf7 span.required:after,
.searchform span.required:after {
    content: "*";
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 25px;
    color: var(--color-brand);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 select,
.wpcf7 textarea,
.searchform input[type="text"],
.searchform input[type="password"],
.searchform input[type="email"],
.searchform input[type="url"],
.searchform input[type="date"],
.searchform input[type="month"],
.searchform input[type="time"],
.searchform input[type="datetime"],
.searchform input[type="datetime-local"],
.searchform input[type="week"],
.searchform input[type="number"],
.searchform input[type="search"],
.searchform input[type="tel"],
.searchform input[type="color"],
.searchform select,
.searchform textarea {
    padding: 1rem 1rem 0.8rem;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    box-sizing: border-box;
    font-family: unset;
    font-size: unset;
    width: 80%;
}

.searchform {
    display: inline-block;
}
.searchform .search-field {
    width: 300px !important;
    font-size: var(--font-size-small) !important;
}
.searchform input[type="submit"] {
    height: 44px;
    float: right;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
}

/* ==============
 * = Visibility =
 * ============== */
@media screen and (max-width: 599px) {
    .show-for-tablet-portrait {
        display: none !important;
    }
}
@media screen and (max-width: 1023px) {
    .show-for-tablet-landscape {
        display: none !important;
    }
}
@media screen and (max-width: 1079px) {
    .show-for-wp-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 1199px) {
    .show-for-laptop {
        display: none !important;
    }
}
@media screen and (max-width: 1439px) {
    .show-for-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 599px), screen and (min-width: 1024px) {
    .show-for-tablet-portrait-only {
        display: none !important;
    }
}
@media screen and (max-width: 1023px), screen and (min-width: 1080px) {
    .show-for-tablet-landscape-only {
        display: none !important;
    }
}
@media screen and (max-width: 1079px), screen and (min-width: 1200px) {
    .show-for-wp-desktop-only {
        display: none !important;
    }
}
@media screen and (max-width: 1199px), screen and (min-width: 1440px) {
    .show-for-laptop-only {
        display: none !important;
    }
}
@media screen and (max-width: 1439px) {
    .show-for-desktop-only {
        display: none !important;
    }
}
@media screen and (min-width: 600px) {
    .hide-for-tablet-portrait {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .hide-for-tablet-landscape {
        display: none !important;
    }
}
@media screen and (min-width: 1080px) {
    .hide-for-wp-desktop {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .hide-for-laptop {
        display: none !important;
    }
}
@media screen and (min-width: 1440px) {
    .hide-for-desktop {
        display: none !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
    .hide-for-tablet-portrait-only {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1079px) {
    .hide-for-tablet-landscape-only {
        display: none !important;
    }
}
@media screen and (min-width: 1080px) and (max-width: 1199px) {
    .hide-for-wp-desktop-only {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .hide-for-laptop-only {
        display: none !important;
    }
}
@media screen and (min-width: 1440px) {
    .hide-for-desktop-only {
        display: none !important;
    }
}
.-align-content-centered {
    display: flex;
}
.-align-content-centered > * {
    margin: auto;
}

.-smalltext {
    font-size: var(--font-size-small);
}

.hamburger {
    padding: 15px 13px;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: var(--color-fond);
    border: 0;
    margin: 0;
    overflow: visible;
    position: fixed;
    right: 4px;
    top: 4px;
    z-index: 10;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: var(--color-brand);
}

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

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: var(--color-brand);
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
    perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.layout-content {
    flex-shrink: 0;
    width: 100%;
}
.layout-content--inner {
    display: flex;
    flex-flow: row wrap;
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 600px) {
    .layout-content--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 92vw;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1024px) {
    .layout-content--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 88vw;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1200px) {
    .layout-content--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1440px) {
    .layout-content--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 1224px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 32px;
    }
}

.layout-footer {
    flex-shrink: 0;
    width: 100%;
}
.layout-footer--inner {
    display: flex;
    flex-flow: row wrap;
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 600px) {
    .layout-footer--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 92vw;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1024px) {
    .layout-footer--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 88vw;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1200px) {
    .layout-footer--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1440px) {
    .layout-footer--inner {
        display: flex;
        flex-flow: row wrap;
        max-width: 1224px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 32px;
    }
}

.layout-content {
    background-color: #fff;
    flex-grow: 1;
    max-width: 1980px;
    margin: 0 auto;
    overflow-x: clip;
}
.layout-content a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
@media (min-width: 1200px) {
    .layout-content {
        margin-top: 100px;
    }
}

/* ==================
 * = Content-Styles =
 * ================== */
.layout-content {
    padding-bottom: 32px;
}
@media (min-width: 1024px) {
    .layout-content {
        padding-bottom: 64px;
    }
    .layout-content--inner {
        padding-bottom: 48px;
    }
}
.layout-content--logo {
    display: none;
}
@media screen and (max-width: 1199px) {
    .layout-content--logo {
        display: block;
        padding: 16px;
        position: fixed;
        z-index: 19;
        background-color: #fff;
        left: 0;
        right: 0;
    }
    .layout-content--logo svg {
        height: 50px;
        width: auto;
    }
    .layout-content--logo .mcs-logo--claim {
        fill: var(--color-type);
    }
}

.layout-cookie-consent {
    position: fixed;
    display: none;
    bottom: 0;
    padding: 16px 8px 8px;
    flex-direction: column;
    height: auto;
    background-color: var(--color-brand);
    color: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: bottom 300ms cubic-bezier(0.57, 0.27, 0.94, 0.37);
    gap: 32px;
    z-index: 1;
}
.layout-cookie-consent p {
    display: inline;
    padding-right: 3px;
}
@media (min-width: 600px) {
    .layout-cookie-consent {
        flex-direction: row;
    }
    .layout-cookie-consent p {
        display: block;
    }
}
.layout-cookie-consent.-visible {
    display: flex;
}
.layout-cookie-consent--text {
    font-size: var(--font-size-small);
    line-height: 1.3;
    text-align: center;
}
.layout-cookie-consent--text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
@media (min-width: 600px) {
    .layout-cookie-consent--text {
        text-align: left;
    }
}
.layout-cookie-consent--button {
    padding-bottom: 8px;
}
.layout-cookie-consent .wp-block-button__link {
    font-size: var(--font-size-small) !important;
    padding: 10px 26px 5px !important;
    white-space: nowrap;
    border: 1px solid #fff !important;
}
.layout-cookie-consent .wp-block-button__link:hover {
    background-color: var(--color-fond) !important;
}

.layout-footer {
    background-color: var(--color-fond);
    color: #fff;
    padding: 32px 0;
}
.layout-footer--inner {
    display: grid;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: "a1" "a2" "c";
}
@media (min-width: 600px) {
    .layout-footer--inner {
        grid-template-areas: "c a1" "a2 a2";
    }
}
@media (min-width: 1024px) {
    .layout-footer--inner {
        grid-template-columns: 25% minmax(0, 1fr) auto;
        gap: 0px 0px;
        grid-template-areas: "c a1 a2";
    }
}
.layout-footer--certificate {
    grid-area: c;
    padding-top: 28px;
}
@media (min-width: 600px) {
    .layout-footer--certificate {
        padding-top: 0;
    }
}
.layout-footer--certificate img {
    margin: 0 auto;
    width: 183px;
    height: 92px;
}
@media (min-width: 600px) {
    .layout-footer--certificate img {
        margin-left: 0;
    }
}
.layout-footer--widget-area-1 {
    grid-area: a1;
    padding: 20px 10px;
}
.layout-footer--widget-area-2 {
    grid-area: a2;
    padding-top: 10px;
}
@media (min-width: 1024px) {
    .layout-footer--widget-area-2 {
        padding-top: 0;
        padding-left: 60px;
    }
}
.layout-footer--widget-area-1 {
    display: flex;
    justify-content: space-around;
}
.layout-footer--widget-area-1 .footermenu ul {
    padding: 0;
    text-align: center;
}
.layout-footer--widget-area-1 .footermenu li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 1.8rem;
    break-inside: avoid-column;
    margin: 4px 12px;
}
.layout-footer--widget-area-1 .footermenu li a {
    text-transform: uppercase;
    text-decoration: none;
}
.layout-footer--widget-area-1 .footermenu li a > span {
    padding-bottom: 4px;
}
@media (hover: hover) and (pointer: fine) {
    .layout-footer--widget-area-1 .footermenu li a > span {
        transition: 200ms;
        background: linear-gradient(var(--color-brand) 0 0) bottom/var(--d, 0)
            2px no-repeat;
    }
    .layout-footer--widget-area-1 .footermenu li a > span:hover {
        --d: 100%;
    }
}
.layout-footer--widget-area-1 .footermenu li.-linkedin a {
    padding-left: 24px;
    background-image: url(../images/linkedin.svg);
    background-position: left middle;
    background-repeat: no-repeat;
}
.layout-footer--widget-area-1 .footermenu li.-xing a {
    padding-left: 24px;
    background-image: url(../images/xing.svg);
    background-position: left middle;
    background-repeat: no-repeat;
}
.layout-footer--widget-area-2 {
    display: flex;
    justify-content: space-around;
}
.layout-footer--widget-area-2 .footermenu ul {
    padding: 0;
    text-align: center;
}
.layout-footer--widget-area-2 .footermenu li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 1.8rem;
    break-inside: avoid-column;
    margin: 4px 12px;
}
.layout-footer--widget-area-2 .footermenu li a {
    text-transform: uppercase;
    text-decoration: none;
}
.layout-footer--widget-area-2 .footermenu li a > span {
    padding-bottom: 4px;
}
@media (hover: hover) and (pointer: fine) {
    .layout-footer--widget-area-2 .footermenu li a > span {
        transition: 200ms;
        background: linear-gradient(var(--color-brand) 0 0) bottom/var(--d, 0)
            2px no-repeat;
    }
    .layout-footer--widget-area-2 .footermenu li a > span:hover {
        --d: 100%;
    }
}
.layout-footer--widget-area-2 .footermenu li.-linkedin a {
    padding-left: 24px;
    background-image: url(../images/linkedin.svg);
    background-position: left middle;
    background-repeat: no-repeat;
}
.layout-footer--widget-area-2 .footermenu li.-xing a {
    padding-left: 24px;
    background-image: url(../images/xing.svg);
    background-position: left middle;
    background-repeat: no-repeat;
}
.layout-footer--widget-area-2 {
    gap: 10px 20px;
    flex-direction: column;
}

.footerlist {
    margin: 0 10px;
}
.footerlist ul {
    list-style: none;
    padding-left: 0;
}

.layout-header {
    background-color: var(--color-fond);
    position: fixed;
    right: 4px;
    top: 4px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2509803922);
    z-index: 20;
}
.layout-header.-expanded {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: auto;
}
.layout-header.-static {
    position: static;
}
.layout-header--inner {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 62px 77px;
    grid-auto-flow: row;
    grid-template-areas: "logo cart" "search search" "menu menu";
    position: relative;
}
@media (min-width: 1200px) {
    .layout-header--inner {
        width: 1040px;
        margin: 4px auto 20px;
        grid-template-columns: 118px 1fr;
        grid-template-rows: 76px;
        align-items: end;
        gap: 24px;
        grid-template-areas: "logo menu";
    }
}
@media (min-width: 1440px) {
    .layout-header--inner {
        width: 1160px;
    }
}
.layout-header--inner .top-navigation {
    position: absolute;
    top: 10px;
    right: 0;
}
@media (max-width: 1200px) {
    .layout-header--inner .top-navigation {
        position: fixed;
        right: 76px;
        grid-area: logo;
        height: 30px;
        z-index: 9999;
    }
}
.layout-header--inner .top-navigation #menu-top-navigation {
    list-style: none;
}
.layout-header--inner .top-navigation #menu-top-navigation li {
    display: inline-block;
}
.layout-header--inner .top-navigation #menu-top-navigation li:not(:last-child) {
    margin-right: 10px;
}
.layout-header--inner .top-navigation #menu-top-navigation a {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-type);
}
.layout-header--inner .top-navigation #menu-top-navigation a:hover {
    background: linear-gradient(var(--color-brand) 0 0) bottom/var(--d, 0) 2px
        no-repeat;
    transition: 200ms;
}
@media (min-width: 1200px) {
    .layout-header {
        flex-shrink: 0;
        background-color: #fff;
        width: 100%;
        height: auto;
        right: initial;
        overflow: visible;
        top: initial;
        position: fixed;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2509803922);
        z-index: 100;
    }
}

.layout-overlay {
    display: none;
}
.layout-overlay.-visible {
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(30px) saturate(0.5);
    -webkit-backdrop-filter: blur(30px) saturate(0.5);
}
.layout-overlay--inner {
    background-color: rgba(175, 189, 201, 0.6784313725);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
}
.layout-overlay--item {
    margin: auto;
    position: relative;
    background-color: #fff;
    padding: 48px 48px 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2196078431);
    border-radius: 4px;
}
.layout-overlay--close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.layout-overlay--close svg {
    cursor: pointer;
}

.layout-sidemenu {
    display: none;
}
@media screen and (min-width: 1200px) {
    .layout-sidemenu {
        display: flex;
        position: fixed;
        z-index: 3;
        right: 0;
        top: 150px;
    }
    .layout-sidemenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .layout-sidemenu li {
        background-color: var(--color-fond);
    }
    .layout-sidemenu li.phone_icon,
    .layout-sidemenu li.mail_icon,
    .layout-sidemenu li.appointment_icon,
    .layout-sidemenu li.linkedin_icon {
        padding-left: 49px;
        position: relative;
        transform: translateX(75%);
        transition: all 250ms ease-in;
    }
    .layout-sidemenu li.phone_icon::before,
    .layout-sidemenu li.mail_icon::before,
    .layout-sidemenu li.appointment_icon::before,
    .layout-sidemenu li.linkedin_icon::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 15px;
        top: 12px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }
    .layout-sidemenu li.phone_icon:hover,
    .layout-sidemenu li.mail_icon:hover,
    .layout-sidemenu li.appointment_icon:hover,
    .layout-sidemenu li.linkedin_icon:hover {
        background-color: var(--color-brand);
        transform: translateX(0%);
    }
    .layout-sidemenu li.phone_icon::before {
        background-image: url("../images/phone.svg");
    }
    .layout-sidemenu li.mail_icon::before {
        background-image: url("../images/mail.svg");
        background-size: 35px;
    }
    .layout-sidemenu li.appointment_icon::before {
        background-image: url("../images/calendar.svg");
    }
    .layout-sidemenu li.linkedin_icon::before {
        background-image: url("../images/linkedin-w.svg");
        filter: brightness(10);
    }
    .layout-sidemenu a {
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: bold;
        font-size: 1.8rem;
        padding: 11px 12px 11px;
        display: block;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }
}

.layout-spinner {
    position: absolute;
    display: none;
    left: calc(50vw - 12px);
    top: calc(50vh - 12px);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6666666667);
    border-radius: 50%;
    padding: 30px;
}
.layout-spinner svg {
    stroke: var(--color-brand);
    transform: scale(3);
}
.layout-spinner.-visible {
    display: block;
}

.layout-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

.wp-block-mcs-boxcontainer--inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    gap: 20px;
    justify-content: center;
}

.wp-block-mcs-boxcontainer--inner:before {
    content: "";
    display: table;
}

.wp-block-mcs-boxcontainer--inner:after {
    content: "";
    display: table;
    clear: both;
}
.wp-block-mcs-boxcontainer--inner::after,
.wp-block-mcs-boxcontainer--inner::before {
    content: none;
}
.wp-block-mcs-boxcontainer--inner .wp-block-mcs-box--wrapper {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .wp-block-mcs-boxcontainer--inner .wp-block-mcs-box--wrapper {
        flex: 0 0 31%;
    }
}
@media (min-width: 760px) and (max-width: 1023px) {
    .wp-block-mcs-boxcontainer--inner .wp-block-mcs-box--wrapper {
        flex: 0 0 45%;
    }
}
@media (max-width: 759px) {
    .wp-block-mcs-boxcontainer--inner .wp-block-mcs-box--wrapper {
        flex: 1 100%;
    }
    .wp-block-mcs-boxcontainer--inner
        .wp-block-mcs-box--wrapper
        .wp-block-mcs-box {
        aspect-ratio: unset;
    }
}
.wp-block-mcs-boxcontainer--inner .wp-block-mcs-box--wrapper p {
    font-size: 1.5rem;
}
.wp-block-mcs-boxcontainer--inner .wp-block-mcs-box--wrapper .button--wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-right: 0;
    justify-content: center;
}
.wp-block-mcs-boxcontainer--inner
    .wp-block-mcs-box--wrapper
    .button--wrapper
    a.wp-block-button__link.wp-element-button {
    padding: 12px 18px 10px !important;
    font-size: 1.5rem !important;
    font-weight: bold;
}
.wp-block-mcs-boxcontainer--inner
    .wp-block-mcs-box--wrapper
    .wp-block-mcs-boxcontainer--foot {
    margin: 0px auto 20px;
    padding: 0 10px;
}

.wp-block-mcs-boxcontainer--header {
    text-align: center;
    margin: 20px auto 40px;
}

.wp-block-mcs-boxcontainer--foot {
    text-align: center;
    margin: 40px auto 20px;
}
.wp-block-mcs-boxcontainer--foot .button--wrapper {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.wp-block-mcs-box {
    margin-bottom: 16px;
    aspect-ratio: 1;
    background-color: var(--color-fond);
    text-align: center;
    transition: background-color 50ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter-frame {
    padding: 5px;
    height: 700px;
    border: none;
    background-color: #afbdc9;

    /* Standard: Desktop */
    width: 600px;
    max-width: 100%; /* Sorgt dafür, dass die Breite des Containers nicht überschritten wird */
}

/* Für Tablet und Mobile: 100% Breite */
@media only screen and (max-width: 768px) {
    .newsletter-frame {
        width: 100%;
    }
}
.wp-block-mcs-box.-newsletter {
    background-color: var(--color-brand);
}
.wp-block-mcs-box.-newsletter svg {
    margin-bottom: 5px;
}
.wp-block-mcs-box.-newsletter svg g {
    stroke: #fff !important;
}
.wp-block-mcs-box.-newsletter p {
    color: #fff;
}
.wp-block-mcs-box.-newsletter:hover {
    background-color: var(--color-fond);
}
.wp-block-mcs-box:hover {
    text-decoration: none !important;
    background-color: var(--color-brand);
}
.wp-block-mcs-box:hover svg {
    stroke: #fff;
}
.wp-block-mcs-box h2,
.wp-block-mcs-box h3 {
    margin-bottom: 8px;
    color: #fff;
}
.wp-block-mcs-box svg {
    margin: 0 auto 20px;
    height: 100px;
    transform: scale(0.8);
    stroke: var(--color-brand);
    transition: stroke 50ms linear;
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .wp-block-mcs-box svg {
        height: 95px;
        transform: scale(0.55);
        margin-bottom: 0;
    }
}
.wp-block-mcs-box p,
.wp-block-mcs-box ul,
.wp-block-mcs-box ol {
    font-size: 16px;
}
.wp-block-mcs-box .wp-block-button .wp-block-button__link {
    margin-top: 5px;
    padding: 0.6em 1.2em 0.4em !important;
    font-size: 16px;
}
.wp-block-mcs-box
    .wp-block-button
    .wp-block-button__link.has-fond-background-color {
    background-color: var(--color-fond);
    border: 1px solid var(--color-fond);
}
.wp-block-mcs-box
    .wp-block-button
    .wp-block-button__link.has-fond-background-color:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.wp-block-mcs-box .wp-block-button.is-style-outline .wp-block-button__link {
    border-width: 1px;
    transition: all 300ms;
    border-color: var(--color-brand);
    text-transform: unset;
}
.wp-block-mcs-box
    .wp-block-button.is-style-outline
    .wp-block-button__link:hover {
    background-color: var(--color-brand);
    color: #fff;
}
.wp-block-mcs-box.aligncenter .wp-block-mcs-box--inner {
    align-items: center;
}

.wp-block-mcs-box--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
}

.wp-block-mcs-comment {
    display: none;
}

.logged-in .wp-block-mcs-comment {
    display: block;
    background-color: #ffa;
    border-radius: 2px;
    padding: 16px 21px 9px;
    display: inline-block;
    white-space: pre-wrap;
    box-shadow: 2.4px 2.4px 1.2px rgba(0, 0, 0, 0.032),
        4.4px 4.4px 4px rgba(0, 0, 0, 0.048), 10px 10px 18px rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    color: var(--color-type) !important;
}

.wp-block-mcs-container.-margin-bottom {
    margin-bottom: 2vw;
}
.wp-block-mcs-container.-margin-top {
    margin-top: 2vw;
}
@media (min-width: 1024px) {
    .wp-block-mcs-container {
        display: flex;
    }
    .wp-block-mcs-container.-has-image {
        display: block;
        position: relative;
    }
    .wp-block-mcs-container.-margin-bottom {
        margin-bottom: 3vw;
    }
    .wp-block-mcs-container.-margin-top {
        margin-top: 3vw;
    }
}
@media (min-width: 1200px) {
    .wp-block-mcs-container.-margin-bottom {
        margin-bottom: 24px;
    }
    .wp-block-mcs-container.-margin-top {
        margin-top: 24px;
    }
}

.wp-block-mcs-container--image img {
    height: auto;
}

.wp-block-mcs-container--inner {
    margin: 0 auto;
    width: 96vw;
}
.wp-block-mcs-container--inner.-margin-bottom {
    margin-bottom: 2vw;
}
.wp-block-mcs-container--inner.-margin-top {
    margin-top: 2vw;
}
@media (min-width: 1024px) {
    .wp-block-mcs-container--inner {
        width: 88vw;
    }
    .wp-block-mcs-container--inner.-margin-bottom {
        margin-bottom: 3vw;
    }
    .wp-block-mcs-container--inner.-margin-top {
        margin-top: 3vw;
    }
    .-has-image .wp-block-mcs-container--inner {
        left: calc((100% - 88vw) / 2);
        position: absolute;
        top: 0;
    }
}
@media (min-width: 1200px) {
    .wp-block-mcs-container--inner {
        width: 1040px;
    }
    .wp-block-mcs-container--inner.-margin-bottom {
        margin-bottom: 24px;
    }
    .wp-block-mcs-container--inner.-margin-top {
        margin-top: 24px;
    }
    .-has-image .wp-block-mcs-container--inner {
        left: calc((100% - 1040px) / 2);
    }
}
@media (min-width: 1440px) {
    .wp-block-mcs-container--inner {
        width: 1224px;
        padding: 0 32px;
    }
    .-has-image .wp-block-mcs-container--inner {
        left: calc((100% - 1224px) / 2);
    }
}

.wp-block-mcs-container.-shop-teaser {
    padding: 40px 0 48px;
    color: #fff;
}
.wp-block-mcs-container.-shop-teaser svg {
    margin: 0 auto 32px;
    display: block;
}
.wp-block-mcs-container.-shop-teaser p {
    max-width: 600px;
    display: block;
    margin: 0 auto 32px;
    font-size: var(--font-size-large);
}
.wp-block-mcs-container.-shop-teaser .wp-block-button__link:hover {
    background-color: var(--color-brand) !important;
}

.wp-block-cover__inner-container {
    width: 100% !important;
}

/* ===========
 * = Buttons =
 * =========== */
.wp-block-button__link {
    border-radius: 0;
    padding: 13px 24px 8px !important;
    transition: background-color 100ms linear;
    background-color: var(--color-brand);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    width: auto;
}
.wp-block-button__link:hover {
    text-decoration: none !important;
    background-color: var(--color-fond);
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border-width: 1px !important;
    border-color: var(--color-brand);
    padding: 7px 27px 2px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--color-brand);
    color: #fff;
}

/* ===============
 * = Layout-Grid =
 * =============== */
.wp-block-jetpack-layout-grid {
    padding-left: 0;
    padding-right: 0;
    grid-gap: 16px;
}

.wp-block-jetpack-layout-grid-editor
    .wp-block-jetpack-layout-grid-column.has-background,
.wp-block-jetpack-layout-grid
    .wp-block-jetpack-layout-grid-column.has-background {
    margin: 0;
    padding: 16px !important;
}

.wp-block-jetpack-layout-grid
    .wp-block-jetpack-layout-grid-column.-border-left {
    padding-left: 16px;
    border-left: 1px solid var(--color-gray);
}

/* ==========
 * = Bilder =
 * ========== */
.wp-block-image {
    margin-bottom: 24px;
    height: auto;
}
.wp-block-image img {
    height: auto;
    object-fit: contain;
    width: 100%;
}
.wp-block-image figcaption {
    font-size: var(--font-size-small);
}
.wp-block-image figure {
    height: 100%;
}

.wp-block-quote {
    font-size: var(--font-size-large);
    padding: 24px 64px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='30px' height='27px' viewBox='0 0 30 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-416.000000, -50.000000)' fill='%23AFBDC9'%3E%3Cpath d='M417.699958,52.5862142 C416.632032,53.6541397 416.098077,54.950876 416.098077,56.4764817 C416.098077,58.0021021 416.632032,59.3179218 417.699958,60.4239849 C418.767884,61.5300479 420.026493,62.0830721 421.47582,62.0830721 C422.391185,62.0830721 423.268396,61.8160944 424.107482,61.282139 C423.726079,65.553835 421.285142,69.5203571 416.784598,73.1818182 C415.869232,73.9446225 415.754814,74.7836947 416.441337,75.6990596 C416.82274,76.2330226 417.318555,76.5 417.928798,76.5 C418.3102,76.5 418.653458,76.3474415 418.958579,76.0423197 C424.45077,71.6180558 427.349382,66.6599024 427.654504,61.1677116 C427.959625,57.35369 427.158693,54.4932104 425.251682,52.5862142 C425.022841,52.3573594 424.908422,52.2048091 424.908422,52.128534 C424.603301,51.8996792 424.336323,51.7089913 424.107482,51.5564263 L423.993062,51.5564263 L423.306541,51.2131735 L423.420961,51.3275862 C422.734438,51.0224709 422.086064,50.869906 421.47582,50.869906 C420.026493,50.869906 418.767884,51.4419989 417.699958,52.5862142 Z M435.435068,52.5862142 C434.367142,53.6541397 433.833187,54.950876 433.833187,56.4764817 C433.833187,58.0021021 434.367142,59.3179218 435.435068,60.4239849 C436.502993,61.5300479 437.761607,62.0830721 439.210937,62.0830721 C440.126298,62.0830721 441.003506,61.8160944 441.842591,61.282139 C441.461186,65.553835 439.020249,69.5203571 434.519707,73.1818182 C433.604347,73.9446225 433.528057,74.7836947 434.290867,75.6990596 C434.595982,76.2330226 435.053663,76.5 435.663908,76.5 C436.045313,76.5 436.388566,76.3474415 436.693681,76.0423197 C442.185873,71.6180558 445.084491,66.6599024 445.389606,61.1677116 C445.694736,57.35369 444.893803,54.4932104 442.986792,52.5862142 C442.757952,52.3573594 442.643524,52.2048091 442.643524,52.128534 C442.414684,51.8996792 442.147707,51.7089913 441.842591,51.5564263 L441.728164,51.5564263 C441.499324,51.4038614 441.270498,51.2894486 441.041658,51.2131735 L441.156071,51.3275862 C440.469551,51.0224709 439.821168,50.869906 439.210937,50.869906 C437.761607,50.869906 436.502993,51.4419989 435.435068,52.5862142 Z' id='Fill-1' transform='translate(430.726369, 63.684953) rotate(-180.000000) translate(-430.726369, -63.684953) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: 20px 18px;
    background-size: 30px auto;
}
.wp-block-quote p {
    margin-bottom: 0;
    color: var(--color-brand);
}
.wp-block-quote cite {
    font-style: normal;
    font-size: var(--font-size-default);
    color: var(--color-gray);
    text-align: right;
}
.wp-block-quote cite:before {
    content: "—";
    padding-right: 7px;
    vertical-align: 2px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: transparent;
}
.wp-block-table.is-style-stripes td {
    padding: 0.3em;
}
.wp-block-table.is-style-stripes td:first-child {
    color: var(--color-brand);
    padding-left: 0 !important;
}

.module-accordion--item {
    margin-bottom: 4px;
}
.module-accordion--header {
    cursor: pointer;
    background-image: url(../images/accordion-collapsed-mobile.svg);
    background-repeat: no-repeat;
    background-position: 5px 13px;
    background-size: var(--font-size-default);
    background-color: var(--color-brand);
    padding-left: 32px;
    padding-right: 8px;
}
.module-accordion--item.-expanded .module-accordion--header {
    background-image: url(../images/accordion-expanded-mobile.svg);
}
.module-accordion--header > h2 {
    color: #fff;
    padding: 9px 0 3px;
    margin: 0;
}
@media (min-width: 600px) {
    .module-accordion--header {
        background-position: 5px 15px;
        background-color: #fff;
        background-image: url(../images/accordion-collapsed.svg);
    }
    .module-accordion--header > h2 {
        color: var(--color-brand);
    }
    .module-accordion--item.-expanded .module-accordion--header {
        background-image: url(../images/accordion-expanded.svg);
    }
}
.module-accordion--content {
    overflow: hidden;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.module-career--header {
    margin-top: 80px;
}
.module-career--header div {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-brand);
}
.module-career--header h1 {
    margin: 32px 0 0;
    font-weight: normal;
}
.module-career--header h2 {
    text-transform: none;
    letter-spacing: normal;
    font-size: var(--font-size-small);
    color: var(--color-type);
    margin: 0 0 48px;
}

.module-certificate {
    display: flex;
    flex-direction: column;
}
@media (min-width: 600px) {
    .module-certificate {
        flex-direction: row;
        padding: 32px;
    }
}
@media (min-width: 600px) {
    .module-certificate--text {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 2 / 3 - (16px - 16px * 2 / 3));
        max-width: calc(99.9% * 2 / 3 - (16px - 16px * 2 / 3));
        width: calc(99.9% * 2 / 3 - (16px - 16px * 2 / 3));
    }
    .module-certificate--text:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-certificate--text:last-child {
        margin-right: 0;
    }
    .module-certificate--text:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1024px) {
    .module-certificate--text {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 3 / 4 - (16px - 16px * 3 / 4));
        max-width: calc(99.9% * 3 / 4 - (16px - 16px * 3 / 4));
        width: calc(99.9% * 3 / 4 - (16px - 16px * 3 / 4));
    }
    .module-certificate--text:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-certificate--text:last-child {
        margin-right: 0;
    }
    .module-certificate--text:nth-child(4n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .module-certificate--text {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 4 / 5 - (16px - 16px * 4 / 5));
        max-width: calc(99.9% * 4 / 5 - (16px - 16px * 4 / 5));
        width: calc(99.9% * 4 / 5 - (16px - 16px * 4 / 5));
    }
    .module-certificate--text:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-certificate--text:last-child {
        margin-right: 0;
    }
    .module-certificate--text:nth-child(5n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.module-certificate--text.-wide {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 - (16px - 16px * 1));
    max-width: calc(99.9% * 1 - (16px - 16px * 1));
    width: calc(99.9% * 1 - (16px - 16px * 1));
}
.module-certificate--text.-wide:nth-child(1n) {
    margin-right: 16px;
    margin-left: 0;
}
.module-certificate--text.-wide:last-child {
    margin-right: 0;
}
.module-certificate--text.-wide:nth-child(NaNn) {
    margin-right: 0;
    margin-left: auto;
}
.module-certificate--image {
    text-align: center;
}
.module-certificate--image img {
    width: 65%;
    margin-top: 2vw;
    display: inline;
    height: auto;
}
@media (min-width: 600px) {
    .module-certificate--image {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
        max-width: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
        width: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
        padding-right: 8px;
    }
    .module-certificate--image:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-certificate--image:last-child {
        margin-right: 0;
    }
    .module-certificate--image:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .module-certificate--image img {
        margin-top: 0;
        width: auto;
        display: block;
    }
}
@media (min-width: 1024px) {
    .module-certificate--image {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
        max-width: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
        width: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
    }
    .module-certificate--image:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-certificate--image:last-child {
        margin-right: 0;
    }
    .module-certificate--image:nth-child(4n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .module-certificate--image {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 5 - (16px - 16px * 1 / 5));
        max-width: calc(99.9% * 1 / 5 - (16px - 16px * 1 / 5));
        width: calc(99.9% * 1 / 5 - (16px - 16px * 1 / 5));
    }
    .module-certificate--image:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-certificate--image:last-child {
        margin-right: 0;
    }
    .module-certificate--image:nth-child(5n) {
        margin-right: 0;
        margin-left: auto;
    }
}

.module-contactform {
    display: flex;
}
.module-contactform > div {
    margin: 0 auto;
    width: 614px;
}
.module-contactform input[type="text"],
.module-contactform input[type="email"],
.module-contactform textarea {
    width: 100% !important;
}
.module-contactform input[type="checkbox"] {
    display: none;
}
.module-contactform input[type="checkbox"] + span {
    background-image: url(../images/checkbox-off.png);
    padding-left: 28px;
    background-repeat: no-repeat;
    line-height: 24px;
    display: block;
    background-position: 0px 0px;
    background-size: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2dppx) {
    .module-contactform input[type="checkbox"] + span {
        background-image: url(../images/checkbox-off@2x.png);
    }
}
.module-contactform input[type="checkbox"]:checked + span {
    background-image: url(../images/checkbox-on.png);
}
@media (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2dppx) {
    .module-contactform input[type="checkbox"]:checked + span {
        background-image: url(../images/checkbox-on@2x.png);
    }
}
.module-contactform .wpcf7-checkbox > span {
    margin-left: 0;
}
.module-contactform .wpcf7-checkbox + span.wpcf7-not-valid-tip {
    font-size: var(--font-size-smallfe5y238 fe5y238);
}
.module-contactform .wpcf7-not-valid-tip {
    margin-top: 4px;
}

.module-grid {
    display: flex;
    flex-wrap: wrap;
}

.module-grid:before {
    content: "";
    display: table;
}

.module-grid:after {
    content: "";
    display: table;
    clear: both;
}
.module-grid--partner-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
    max-width: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
    width: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
    background-color: #f0f0f0;
    margin-bottom: 16px;
}
.module-grid--partner-item:nth-child(1n) {
    margin-right: 16px;
    margin-left: 0;
}
.module-grid--partner-item:last-child {
    margin-right: 0;
}
.module-grid--partner-item:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
}
@media (min-width: 600px) {
    .module-grid--partner-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
        max-width: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
        width: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
    }
    .module-grid--partner-item:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-grid--partner-item:last-child {
        margin-right: 0;
    }
    .module-grid--partner-item:nth-child(4n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1024px) {
    .module-grid--partner-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 5 - (16px - 16px * 1 / 5));
        max-width: calc(99.9% * 1 / 5 - (16px - 16px * 1 / 5));
        width: calc(99.9% * 1 / 5 - (16px - 16px * 1 / 5));
    }
    .module-grid--partner-item:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-grid--partner-item:last-child {
        margin-right: 0;
    }
    .module-grid--partner-item:nth-child(5n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.module-grid--partner-item img {
    display: block;
    max-width: 100%;
}
.module-grid--partner-item a {
    outline: 1px solid var(--color-gray);
    display: block;
}
.module-grid--partner-item a:hover {
    outline: 3px solid var(--color-brand);
}
.module-grid--news-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
    max-width: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
    width: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.module-grid--news-item:nth-child(1n) {
    margin-right: 16px;
    margin-left: 0;
}
.module-grid--news-item:last-child {
    margin-right: 0;
}
.module-grid--news-item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
}
@media (min-width: 600px) {
    .module-grid--news-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
        max-width: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
        width: calc(99.9% * 1 / 3 - (16px - 16px * 1 / 3));
    }
    .module-grid--news-item:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-grid--news-item:last-child {
        margin-right: 0;
    }
    .module-grid--news-item:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .module-grid--news-item:last-child {
        display: none;
    }
}
@media (min-width: 1024px) {
    .module-grid--news-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
        max-width: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
        width: calc(99.9% * 1 / 4 - (16px - 16px * 1 / 4));
    }
    .module-grid--news-item:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-grid--news-item:last-child {
        margin-right: 0;
    }
    .module-grid--news-item:nth-child(4n) {
        margin-right: 0;
        margin-left: auto;
    }
    .module-grid--news-item:last-child {
        display: flex;
    }
}
.module-grid--news-item h3 {
    margin: 0;
    font-size: var(--font-size-default);
    text-align: center;
}
.module-grid--news-date {
    text-align: center;
    font-size: var(--font-size-small);
    margin-bottom: 8px;
}
.module-grid--news-thumbnail {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.module-grid--news-thumbnail img {
    width: 100%;
    aspect-ratio: 3/2;
}
.module-grid--news-thumbnail:hover::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid var(--color-brand);
}
.module-grid--news-thumbnail:hover::after {
    content: " ";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: 2px solid #fff;
}
.module-grid--news-btn {
    line-height: 1;
    font-size: 1.5rem;
    margin: 20px auto 0;
    padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;
    align-self: flex-end;
    height: auto;
}

.module-infoslider {
    display: none;
    margin: 32px 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr auto;
    grid-auto-rows: 1fr;
    gap: 16px 0;
    grid-auto-flow: row;
    grid-template-areas: "prev container next" "indicators indicators indicators";
}

.module-infoslider:before {
    content: "";
    display: table;
}

.module-infoslider:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 600px) {
    .module-infoslider {
        display: grid;
    }
}
.module-infoslider.-mobile {
    display: none;
}
@media (max-width: 599px) {
    .module-infoslider.-mobile {
        display: grid;
    }
}
.module-infoslider--container {
    grid-area: container;
}
.module-infoslider--slide {
    background-color: #fff;
}
.module-infoslider--slide img {
    width: 100%;
}
@media (min-width: 1200px) {
    .module-infoslider--slide {
        height: 100%;
    }
}
.module-infoslider--prev {
    justify-self: start;
    grid-area: prev;
}
.module-infoslider--next {
    justify-self: end;
    grid-area: next;
}
.module-infoslider--prev {
    display: flex;
    width: 48px;
}
.module-infoslider--prev > * {
    margin: auto;
    font-size: 30px;
    color: var(--color-brand);
    cursor: pointer;
}
.module-infoslider--next {
    display: flex;
    width: 48px;
}
.module-infoslider--next > * {
    margin: auto;
    font-size: 30px;
    color: var(--color-brand);
    cursor: pointer;
}
.module-infoslider--indicators {
    grid-area: indicators;
    display: flex;
    margin: 32px auto 0;
}
.module-infoslider--indicators li {
    display: inline;
    list-style: none;
    border: 1px solid var(--color-gray);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 8px;
}
.module-infoslider--indicators li.-active {
    background-color: var(--color-gray);
}

.module-introvideo {
    overflow: hidden;
    position: relative;
    height: auto;
    margin-bottom: 20px;
}
@media (min-width: 600px) {
    .module-introvideo {
        height: 480px;
        margin-bottom: 40px;
    }
}
.module-introvideo .video_content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(49, 55, 78, 0.4);
}
.module-introvideo .video_content .video_headline {
    max-width: 1160px;
    margin: 80px auto 0;
    width: 96%;
}
.module-introvideo .video_content .video_headline h1 {
    color: #fff;
    margin-bottom: 25px;
}
.module-introvideo .video_content .trust_element {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 250px;
}
@media (max-width: 600px) {
    .module-introvideo .video_content .trust_element {
        max-width: 120px;
    }
}
@media (min-width: 600px) {
    .module-introvideo .video_content .trust_element {
        right: 50px;
    }
}
.module-introvideo .video_content .trust_element img {
    object-fit: contain;
    display: block;
    height: auto;
}
.module-introvideo video {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media (min-width: 600px) {
    .module-introvideo video.-landscape {
        display: block;
        height: 480px;
        object-fit: cover;
    }
}
@media (max-width: 599px) {
    .module-introvideo video.-portrait {
        display: block;
    }
}

.video_headline {
    text-align: center;
}

.mcs-logo {
    grid-area: logo;
}
.mcs-logo a {
    display: inline;
}
.mcs-logo--sign {
    fill: var(--color-brand);
}
.mcs-logo--claim {
    fill: #ffffff;
}
@media (min-width: 1200px) {
    .mcs-logo--claim {
        fill: var(--color-fond);
    }
}
@media (max-width: 1199px) {
    .mcs-logo a {
        padding: 16px 0 0 16px;
        display: block;
    }
    .mcs-logo svg {
        height: 50px;
        width: auto;
    }
}

.cart {
    grid-area: cart;
    text-align: right;
    padding: 10px 65px 0 0;
}
.cart svg {
    max-width: initial;
}
@media (max-width: 1199px) {
    .cart svg {
        display: inline;
    }
}

.searchpanel {
    display: none;
    grid-area: search;
    padding: 19px 16px 16px;
}
.searchpanel form {
    display: flex;
}
.searchpanel input {
    font-size: var(--font-size-small);
}
.searchpanel svg {
    display: none;
}
.searchpanel input[type="text"] {
    border-radius: 3px;
    /* color: #FFF; */
    color: #000;
    padding: 6px 12px 5px;
    background-color: transparent;
    border: 1px solid var(--color-brand);
    width: 100%;
    margin-right: 8px;
}
.searchpanel input[type="submit"] {
    border-radius: 3px;
    color: var(--color-fond);
    padding: 6px 12px 5px;
    background-color: var(--color-brand);
    border: none;
    font-weight: bold;
    width: 100px;
    -webkit-appearance: none;
}
#menu-top-navigation a[href="#suche"] {
    /*background-image*/
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px;
    display: block;
    width: 24px;
    height: 24px;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}
.layout-header--inner
    .top-navigation
    #menu-top-navigation
    a[href="#suche"]:hover {
    filter: brightness(0.8);
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px;
}
/* @media (min-width: 1200px) {
  .searchpanel {
    display: none;
  }
} */
.searchpanel.-visible {
    /* display: flex;
  position: absolute;
  top: 0;
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0;
  z-index: 100; */
    display: flex;
    position: fixed;
    top: 50%;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    left: 50%;
    bottom: 0;
    z-index: 100;
    transform: translate(-50%, -50%);
}
.searchpanel.-visible form {
    margin: auto;
    max-width: 90vw;
    width: 450px;
    padding: 40px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px 3px #0003;
}
.searchpanel.-visible svg {
    display: block;
    position: absolute;
    right: 17px;
    top: 17px;
}

.mainmenu {
    grid-area: menu;
    overflow-y: scroll;
}
@media (max-width: 1200px) {
    .mainmenu {
        padding-top: 40px;
    }
}
.mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .mainmenu > ul {
        column-count: 2;
        column-gap: 10px;
    }
}
.mainmenu li {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: bold;
    break-inside: avoid-column;
}
.mainmenu li.-shop {
    background-color: var(--color-brand);
}
.mainmenu li.-shop a {
    color: #fff;
    padding: 6px 11px 2px;
}
.mainmenu a,
.mainmenu span {
    white-space: nowrap;
    display: block;
}
.mainmenu a {
    text-decoration: none;
    color: #fff;
}
@media (min-width: 1200px) {
    .mainmenu a {
        color: hsl(var(--hs-type) 25%);
    }
}
@media (min-width: 1200px) {
    .mainmenu {
        overflow: visible;
    }
    .mainmenu ul {
        margin-bottom: -9px;
    }
    .mainmenu a {
        color: var(--color-type);
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .mainmenu a {
        font-size: 80%;
    }
}
@media (max-width: 1199px) {
    .mainmenu ul {
        padding: 0 16px 16px;
    }
}
.mainmenu ul.-level-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
    .mainmenu ul.-level-1 {
        gap: 0 20px;
        justify-content: flex-end;
        align-items: center;
    }
}
.mainmenu ul.-level-1 > li {
    font-size: 2rem;
}
@media (min-width: 1200px) {
    .mainmenu ul.-level-1 > li {
        display: inline-block;
    }
}
@media (min-width: 1440px) {
    .mainmenu ul.-level-1 > li {
        font-size: 1.8rem;
    }
}
@media (max-width: 1000px) and (min-width: 741px) {
    .mainmenu ul.-level-1 > li {
        flex: 1 30%;
    }
}
@media (max-width: 740px) and (min-width: 501px) {
    .mainmenu ul.-level-1 > li {
        flex: 1 45%;
    }
}
@media (max-width: 500px) {
    .mainmenu ul.-level-1 > li {
        flex: 1 100%;
    }
}
.mainmenu ul.-level-1 > li:not(:last-child) {
    margin-right: 8px;
}
@media (min-width: 1440px) {
    .mainmenu ul.-level-1 > li:not(:last-child) {
        margin-right: 11px;
    }
}
.mainmenu ul.-level-1 > li:hover > ul {
    display: block;
}
.mainmenu ul.-level-1 > li:hover a {
    --d: 100%;
}
@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
    .mainmenu ul.-level-1 > li > a {
        background: linear-gradient(var(--color-brand) 0 0) bottom/var(--d, 0)
            2px no-repeat;
        transition: 200ms;
    }
}
.mainmenu ul.-level-1 > li {
    margin: 8px 0 16px;
}
@media (min-width: 1200px) {
    .mainmenu ul.-level-1 > li {
        position: relative;
        margin: 0;
    }
}
.mainmenu ul.-level-2 {
    padding: 0 0 0 24px;
}
@media (min-width: 1200px) {
    .mainmenu ul.-level-2 {
        display: none;
        position: absolute;
        background-color: #fff;
        left: -23px;
        top: 24px;
        padding: 20px 24px 11px;
    }
    .mainmenu ul.-level-2:after {
        pointer-events: none;
        content: "";
        position: absolute;
        bottom: 0;
        top: 20px;
        left: 0;
        right: 0;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2509803922);
        clip-path: inset(6px -4px -4px);
    }
}
@media (min-width: 1200px) {
    .mainmenu ul.-level-2 {
        top: 27px;
    }
    .mainmenu ul.-level-2:after {
        top: 10px;
    }
}
.mainmenu ul.-level-2 a {
    line-height: 1.8;
}
.mainmenu ul.-level-2 a:hover {
    color: var(--color-brand);
}

.module-newslist {
    margin: 0 auto;
    width: 96vw;
}
@media (min-width: 600px) {
    .module-newslist {
        width: 92vw;
    }
}
@media (min-width: 1024px) {
    .module-newslist {
        width: 88vw;
    }
}
@media (min-width: 1200px) {
    .module-newslist {
        width: 1040px;
    }
}
@media (min-width: 1440px) {
    .module-newslist {
        width: 1224px;
        padding: 0 32px;
    }
}

.module-news {
    margin: 0 auto;
    width: 96vw;
}
@media (min-width: 600px) {
    .module-news {
        width: 92vw;
    }
}
@media (min-width: 1024px) {
    .module-news {
        width: 88vw;
    }
}
@media (min-width: 1200px) {
    .module-news {
        width: 1040px;
    }
}
@media (min-width: 1440px) {
    .module-news {
        width: 1224px;
        padding: 0 32px;
    }
}

.module-newslist--navigation {
    display: flex;
    justify-content: center;
    padding-bottom: 20vw;
}
@media (min-width: 1024px) {
    .module-newslist--navigation {
        padding-bottom: 80px;
    }
}
.module-newslist--back {
    margin: 0 16px;
}
.module-newslist--back a {
    background-image: url(../images/back.svg);
    background-size: 22px 21px;
    background-position: left -2px;
    background-repeat: no-repeat;
    padding-left: 32px;
}
.module-newslist--forward {
    margin: 0 16px;
    text-align: right;
}
.module-newslist--forward a {
    background-image: url(../images/forward.svg);
    background-size: 22px 21px;
    background-position: right -2px;
    background-repeat: no-repeat;
    padding-right: 32px;
}
.module-newslist--item {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0px 16px;
    overflow: hidden;
    margin-bottom: 48px;
}
.module-newslist--thumbnail img {
    width: 300px;
    height: 200px;
}
.module-newslist--thumbnail a {
    display: inline-block;
    position: relative;
}
.module-newslist--thumbnail a:hover::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid var(--color-brand);
}
.module-newslist--thumbnail a:hover::after {
    content: " ";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: 2px solid #fff;
}
.module-newslist--text h3 {
    margin: 0 0 8px;
}
.module-newslist--meta {
    font-size: var(--font-size-small);
}
.module-newslist--excerpt {
    font-size: var(--font-size-small);
    margin-top: 8px;
}

@media (min-width: 1440px) {
    .module-news {
        padding-bottom: 80px;
    }
}
.module-news--header {
    overflow: hidden;
    margin-bottom: 32px;
}
.module-news--header h1 {
    font-weight: normal;
}

.module-pagepanel {
    display: none;
}
.module-pagepanel.-visible {
    display: block;
}

.module-partnerslider {
    overflow: hidden;
}
.module-partnerslider--item {
    padding: 0 16px;
}
.module-partnerslider--item img {
    display: block;
    max-width: 100%;
}

.module-quote {
    background-color: var(--color-fond);
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.module-quote blockquote {
    text-align: center;
    font-size: var(--font-size-large);
    line-height: var(--line-height-narrow);
    padding: 0 16px;
}
@media (min-width: 1200px) {
    .module-quote blockquote {
        padding: 0 8px;
    }
}
@media (min-width: 1440px) {
    .module-quote blockquote {
        padding: 0 40px;
    }
}
.module-quote blockquote:before {
    content: "„";
    margin-right: 3px;
}
.module-quote blockquote:after {
    content: "“";
    margin-left: 3px;
}
.module-quote figcaption {
    text-align: center;
    font-size: var(--font-size-small);
}
.module-quote--inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    top: 0;
    left: 0;
}
@media (min-width: 600px) {
    .module-quote--inner {
        flex-direction: row;
        align-items: flex-end;
    }
}
@media (min-width: 1024px) {
    .module-quote--inner {
        width: 88vw;
        margin: 0 auto;
        flex-direction: row;
        align-items: flex-end;
    }
}
@media (min-width: 1200px) {
    .module-quote--inner {
        width: 1040px;
    }
}
@media (min-width: 1440px) {
    .module-quote--inner {
        width: 1160px;
        height: 550px;
    }
}
.module-quote--mesh {
    position: absolute;
}
@media (max-width: 599px) {
    .module-quote--mesh {
        rotate: 180deg;
        bottom: -31px;
        right: -110px;
    }
    .module-quote--mesh svg {
        width: 124%;
        height: auto;
        max-width: initial;
    }
}
@media (min-width: 600px) {
    .module-quote--mesh {
        display: block;
        top: -194px;
        left: -243px;
    }
    .module-quote--mesh svg {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .module-quote--mesh {
        width: 976px;
        left: calc((100% - 1040px) / 2);
    }
    .module-quote--mesh svg {
        width: auto;
    }
}
@media (min-width: 1440px) {
    .module-quote--mesh {
        width: 1160px;
        left: calc((100% - 1224px - 243px) / 2);
    }
}
@media (min-width: 1200px) {
    .module-quote--image {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .module-quote--text {
        width: 50%;
    }
}
.module-quote--image {
    flex-shrink: 0;
}
.module-quote--image img {
    width: 323px;
}
@media (min-width: 1200px) {
    .module-quote--image {
        width: 50%;
    }
    .module-quote--image img {
        width: 584px;
    }
}
@media (min-width: 1440px) {
    .module-quote--image {
        width: 584px;
    }
}
.module-quote--text {
    padding-top: 24px;
}
@media (min-width: 600px) {
    .module-quote--text {
        padding-bottom: 24px;
        padding-right: 16px;
    }
}
@media (min-width: 1200px) {
    .module-quote--text {
        padding-right: 0;
        padding-bottom: 48px;
    }
}
@media (min-width: 1440px) {
    .module-quote--text {
        padding-bottom: 64px;
        transform: translateX(-37px);
    }
}

.module-searchpanel {
    display: none;
    font-size: var(--font-size-small);
}
.module-searchpanel.-visible {
    display: block;
    padding-bottom: 48px;
}
.module-searchpanel .search-field {
    width: 300px !important;
}
.module-searchpanel input[type="submit"] {
    height: 44px;
    float: right;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
}

.module-searchresults {
    margin-bottom: 16px;
}
.module-searchresults h2 {
    margin-bottom: 2px;
}
.module-searchresults--metadata {
    font-size: var(--font-size-small);
    margin-bottom: 8px;
}
.module-searchresults--summary p {
    margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 1079px) {
    .module-software-dreispalter {
        margin-top: 32px;
        grid-gap: 12px 48px !important;
    }
    .module-software-dreispalter div:last-child {
        padding-left: 0 !important;
        border-left: none !important;
    }
    .module-software-dreispalter h3 {
        margin-top: 12px;
    }
}
@media (max-width: 599px) {
    .module-software-dreispalter {
        grid-gap: 0 !important;
    }
    .module-software-dreispalter > div:not(:first-child) {
        padding-left: 0 !important;
        border-left: none !important;
    }
    .module-software-dreispalter h3 {
        margin-top: 12px;
    }
}

.module-software-loesungen {
    display: flex;
    margin: 24px 0;
    flex-direction: column;
}
@media (min-width: 600px) {
    .module-software-loesungen {
        flex-direction: row;
    }
}
.module-software-loesungen--info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module-software-loesungen--info img,
.module-software-loesungen--info svg {
    display: block;
    width: 75px;
    height: 75px;
}
.module-software-loesungen--info h3 {
    hyphens: auto;
    margin: 4px 0 16px;
    text-align: center;
}
@media (min-width: 600px) {
    .module-software-loesungen--info {
        flex-direction: row;
        align-items: start;
        padding-right: 16px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
        max-width: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
        width: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
    }
    .module-software-loesungen--info:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-software-loesungen--info:last-child {
        margin-right: 0;
    }
    .module-software-loesungen--info:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .module-software-loesungen--info h3 {
        text-align: left;
        margin-left: 10px;
        margin-top: 8px;
    }
}
@media (min-width: 1024px) {
    .module-software-loesungen--info {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 5 / 12 - (16px - 16px * 5 / 12));
        max-width: calc(99.9% * 5 / 12 - (16px - 16px * 5 / 12));
        width: calc(99.9% * 5 / 12 - (16px - 16px * 5 / 12));
    }
    .module-software-loesungen--info:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-software-loesungen--info:last-child {
        margin-right: 0;
    }
    .module-software-loesungen--info:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 600px) {
    .module-software-loesungen--text {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
        max-width: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
        width: calc(99.9% * 1 / 2 - (16px - 16px * 1 / 2));
    }
    .module-software-loesungen--text:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-software-loesungen--text:last-child {
        margin-right: 0;
    }
    .module-software-loesungen--text:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 1024px) {
    .module-software-loesungen--text {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(99.9% * 7 / 12 - (16px - 16px * 7 / 12));
        max-width: calc(99.9% * 7 / 12 - (16px - 16px * 7 / 12));
        width: calc(99.9% * 7 / 12 - (16px - 16px * 7 / 12));
    }
    .module-software-loesungen--text:nth-child(1n) {
        margin-right: 16px;
        margin-left: 0;
    }
    .module-software-loesungen--text:last-child {
        margin-right: 0;
    }
    .module-software-loesungen--text:nth-child(12n) {
        margin-right: 0;
        margin-left: auto;
    }
}

.module-software-kreislauf {
    padding: 3vw;
    display: flex;
}
.module-software-kreislauf svg {
    margin: auto;
    max-width: 500px;
}

.module-teaserblock {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .module-teaserblock {
        display: block;
        position: relative;
    }
}
.module-teaserblock.-intro {
    margin-bottom: 32px;
}
.module-teaserblock--content {
    margin: 0 auto;
    width: 96vw;
    margin-bottom: 32px;
}
.module-teaserblock--content h2 {
    margin-bottom: 16px;
}
.module-teaserblock--content.-translucent p {
    margin-top: 16px;
}
@media (min-width: 1024px) {
    .module-teaserblock--content {
        position: absolute;
        width: 88vw;
        top: 1vw;
        left: calc((100% - 88vw) / 2);
    }
    .module-teaserblock--content.-intro {
        padding-right: 480px;
        padding-top: 0;
    }
    .module-teaserblock--content.-translucent {
        background-color: rgba(255, 255, 255, 0.7333333333);
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        padding: 16px;
        margin-bottom: 0;
        text-align: center;
    }
    .module-teaserblock--content.-translucent > div {
        margin: 0 auto;
        max-width: 800px;
    }
    .module-teaserblock--content.-translucent * {
        margin-top: 16px;
    }
}
@media (min-width: 1200px) {
    .module-teaserblock--content {
        padding: 0 32px;
        width: 1040px;
        left: calc((100% - 1040px) / 2);
    }
    .module-teaserblock--content.-intro {
        padding-right: 520px;
        padding-top: 60px;
    }
}
@media (min-width: 1440px) {
    .module-teaserblock--content {
        width: 1224px;
        left: calc((100% - 1224px) / 2);
    }
}
.module-teaserblock--image img {
    height: auto;
    max-width: 100%;
}

.module-teaserlist--item {
    border: 1px solid var(--color-gray);
    padding: 16px;
}
.module-teaserlist--item + .module-teaserlist--item {
    margin-top: 16px;
}

.module-techkomp {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vw 0;
    margin: 32px 0 48px;
}
@media (min-width: 1024px) {
    .module-techkomp {
        flex-direction: row;
        gap: 0 16px;
        justify-content: space-between;
    }
}
.module-techkomp--item {
    display: grid;
    grid-template-columns: 78px auto;
    grid-template-rows: 90px auto;
    gap: 0 16px;
    grid-template-areas: "icon headline" "info info";
    padding-bottom: 16px;
    background-color: hsl(var(--hs-light-gray) 88%);
    box-shadow: 0.7px 0.7px 0.7px rgba(0, 0, 0, 0.022),
        1.7px 1.7px 1.9px rgba(0, 0, 0, 0.031),
        3.5px 3.5px 4.2px rgba(0, 0, 0, 0.039),
        7.3px 7.3px 9.2px rgba(0, 0, 0, 0.048),
        20px 20px 33px rgba(0, 0, 0, 0.07);
}
@media (min-width: 600px) {
    .module-techkomp--item {
        grid-template-areas: "icon headline info";
        grid-template-columns: 78px 180px auto;
        grid-template-rows: auto;
        padding-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .module-techkomp--item {
        flex-grow: 1;
        width: 25%;
        padding: 16px;
        grid-template-areas: "icon" "headline" "info";
        grid-template-rows: min-content min-content auto;
        grid-template-columns: none;
    }
}
.module-techkomp--icon {
    grid-area: icon;
    align-self: center;
    justify-self: right;
}
.module-techkomp--icon svg {
    width: 60px;
    height: auto;
}
@media (min-width: 1024px) {
    .module-techkomp--icon svg {
        width: 90px;
    }
}
@media (min-width: 1024px) {
    .module-techkomp--icon {
        justify-self: center;
        padding: 16px;
    }
}
.module-techkomp--headline {
    grid-area: headline;
    align-self: center;
}
.module-techkomp--headline h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--color-fond);
    letter-spacing: 0.03em;
    margin: 0;
}
@media (min-width: 1024px) {
    .module-techkomp--headline {
        padding: 16px 0 8px;
    }
}
.module-techkomp--info {
    grid-area: info;
    padding-left: 96px;
}
.module-techkomp--info ul {
    list-style: none;
    font-weight: bold;
    color: var(--color-fond);
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -20px;
}
@media (min-width: 600px) {
    .module-techkomp--info ul {
        margin-top: 0;
    }
}
.module-techkomp--info ul ul {
    margin: 4px 0 4px 12px;
}
.module-techkomp--info li {
    margin-left: 0;
    line-height: 1.6;
}
@media (min-width: 1024px) {
    .module-techkomp--info li {
        font-size: 105%;
    }
}
.module-techkomp--info li li {
    line-height: 1.3;
}
@media (min-width: 600px) {
    .module-techkomp--info {
        padding: 8px 0;
    }
}

.module-topvisual {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .module-topvisual {
        margin-bottom: 70px;
    }
}
.module-topvisual--image {
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 1040px;
    transform: translateX(calc((1040px - 100vw) / -2));
}
.module-topvisual--image::before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 999;
}
@media (min-width: 600px) {
    .module-topvisual--image {
        width: 1224px;
        transform: translateX(calc((1224px - 100vw) / -2));
    }
}
@media (min-width: 1041px) {
    .module-topvisual--image {
        width: 1224px;
        transform: translateX(calc((1224px - 100vw) / -2));
    }
}
@media (min-width: 1225px) {
    .module-topvisual--image {
        width: 1980px;
        height: 432px;
        overflow: hidden;
        transform: translateX(calc((1980px - 100vw) / -2));
    }
}
@media (min-width: 1981px) {
    .module-topvisual--image {
        transform: none;
    }
}
.module-topvisual--image img {
    min-width: 100%;
    aspect-ratio: 3960/845;
    height: 100%;
}
.module-topvisual--content {
    text-align: center;
    margin: 24px 8px 0;
    position: relative;
    z-index: 2;
}
.module-topvisual--content .wp-block-button__link.wp-element-button {
    margin-top: 30px;
    margin-bottom: 15px;
}
@media (min-width: 1200px) {
    .module-topvisual--content {
        margin: 48px 0;
        margin-left: auto;
        margin-right: auto;
        width: 1040px;
    }
}
@media (min-width: 1440px) {
    .module-topvisual--content {
        width: 1224px;
    }
}
.module-topvisual--content h1 {
    margin-top: 8px;
    font-weight: bold;
}
.module-topvisual--icon {
    display: flex;
    padding: 16px 0;
}
.module-topvisual--icon svg {
    margin: auto;
}
.module-topvisual--certificate {
    position: relative;
    width: 100%;
    max-height: 180px;
}
.module-topvisual--certificate img {
    max-width: 250px;
    width: 100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: 10px;
    height: auto;
    max-height: 180px;
}
@media (max-width: 1200px) {
    .module-topvisual--certificate img {
        max-width: 120px;
    }
}

.module-youtube {
    position: relative;
    width: 640px;
    max-width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    margin-bottom: 16px;
    overflow: hidden;
    container-type: inline-size;
    iframe {
        width: 100%;
        height: 100%;
    }
}
.module-youtube img {
    width: 100%;
}
.module-youtube svg {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 25px);
    pointer-events: none;
}
.module-youtube.-hover .module-youtube--disclaimer {
    opacity: 1;
}
.module-youtube--poster {
    transition: opacity 120ms linear;
}
.module-youtube--disclaimer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: auto;
    color: #fff;
    padding: 8px;
    background-color: var(--color-fond);
    font-size: clamp(12px, 8px + 1.25cqi, 16px);
    line-height: clamp(14px, 5px + 2.8125cqi, 23px);
    transition: opacity 120ms linear;
}
.module-youtube--disclaimer a {
    color: #fff;
}
.module-youtube--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
}

.wp-block-mcs-facts {
    width: 96%;
    max-width: 1160px;
    margin: 50px auto;
    text-align: center;
}
.wp-block-mcs-facts .wp-block-mcs-fact .wp-block-mcs-fact--inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
}
.wp-block-mcs-facts .wp-block-mcs-fact .wp-block-mcs-fact--inner h1,
.wp-block-mcs-facts .wp-block-mcs-fact .wp-block-mcs-fact--inner h2,
.wp-block-mcs-facts .wp-block-mcs-fact .wp-block-mcs-fact--inner h3,
.wp-block-mcs-facts .wp-block-mcs-fact .wp-block-mcs-fact--inner h4,
.wp-block-mcs-facts .wp-block-mcs-fact .wp-block-mcs-fact--inner h5,
.wp-block-mcs-facts .wp-block-mcs-fact .wp-block-mcs-fact--inner h6 {
    margin: 0;
    flex: 0 210px;
    background: var(--color-fond);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 50%;
    aspect-ratio: 1;
}
#post-18788 .wp-block-video,
#post-18788 .wp-block-video video,
#post-17 .wp-block-video,
#post-17 .wp-block-video video {
    width: 380px;
    height: 213.75px;
}
#post-17 .wp-block-group {
    flex-wrap: nowrap;
    justify-content: center;
}
html {
    font-size: 62.5%;
    background-color: #fff;
    overflow: hidden;
}

body {
    color: var(--color-type);
    background-color: var(--color-light-gray);
    font-size: var(--font-size-default);
    margin: 0;
    line-height: 1.5;
    font-family: tstar, Arial, Helvetica, sans-serif;
}

::selection {
    background-color: hsl(var(--hs-brand) 89%);
}

a {
    color: var(--color-brand);
    text-decoration: none;
}

p {
    hyphens: auto;
}
p.excerpt {
    color: var(--color-brand);
    font-size: var(--font-size-larger);
    line-height: var(--line-height-narrow);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    hyphens: none;
    text-wrap: balance;
}

h1 {
    color: var(--color-fond);
}
h1 span {
    display: block;
    font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
    color: var(--color-brand);
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.nowrap,
a[href^="mailto:"] {
    white-space: nowrap;
}

.debug *:not(path):not(g) {
    color: #000 !important;
    outline: 2px solid #79ba2b;
    background-color: rgba(121, 186, 43, 0.2) !important;
    box-shadow: none !important;
}
.debug *:not(path):not(g) *:not(path):not(g) {
    color: #000 !important;
    outline: 2px solid #44b9a5;
    background-color: rgba(68, 185, 165, 0.2) !important;
    box-shadow: none !important;
}
.debug *:not(path):not(g) *:not(path):not(g) *:not(path):not(g) {
    color: #000 !important;
    outline: 2px solid #5f8cff;
    background-color: rgba(95, 140, 255, 0.2) !important;
    box-shadow: none !important;
}
.debug
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g) {
    color: #000 !important;
    outline: 2px solid #aa6eff;
    background-color: rgba(170, 110, 255, 0.2) !important;
    box-shadow: none !important;
}
.debug
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g) {
    color: #000 !important;
    outline: 2px solid #ff5f8c;
    background-color: rgba(255, 95, 140, 0.2) !important;
    box-shadow: none !important;
}
.debug
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g) {
    color: #000 !important;
    outline: 2px solid #ff8f3a;
    background-color: rgba(255, 143, 58, 0.2) !important;
    box-shadow: none !important;
}
.debug
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g)
    *:not(path):not(g) {
    color: #000 !important;
    outline: 2px solid #ffc950;
    background-color: rgba(255, 201, 80, 0.2) !important;
    box-shadow: none !important;
}

/* News Fix 16.06.2025 */

.wp-singular.single-post .layout-content {
    padding-top: 70px;
}

@media screen and (min-width: 911px) {
    .module-three-columns > .wp-block-group__inner-container {
        display: grid;
        grid-template-rows: auto auto auto;
        grid-auto-columns: 1fr;
        gap: 2rem;
        grid-auto-flow: column;
    }
}

@media screen and (max-width: 1168px) {
    .module-three-columns .wp-block-button {
        font-size: 1.6rem;
    }
}
