html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.mce-content-body {
    padding: 10px;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    min-height: 100vh;
    font-size: var(--rootsize);
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden; 
}
body {
    position: relative;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
}
a {
    border: 0;
    outline: 0;
    color: inherit;
}
@media (hover: hover) {
    a:hover {
        color: var(--accent);
    }
}
a:focus {
}
a:active {
}
button,
.cta {
    cursor: pointer;
    color: inherit; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
}
textarea,
input.text,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
.input-checkbox {
    font-family: var(--sans);
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background: rgba(217, 217, 217, 0.5);
    border-radius: 8px;
    display: block;
    width: 100%;
    padding: 20px 24px;
}
input[type="submit"] {
    font-family: var(--sans);
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 8px;
}
.form-item select {
    font-family: var(--sans);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    border: none;
    background: rgba(217, 217, 217, 0.5);
    border-radius: 8px;
    display: block;
    width: 100%;
    padding: 20px 24px;
    cursor: pointer;
}
.form-item:has(select)::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
.form-item select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}
.form-item select:hover {
    background: rgba(217, 217, 217, 0.7);
}
.form-item .wpcf7-acceptance .wpcf7-list-item label {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
}
.form-item .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    inset: 0;
    margin: 0;
    cursor: pointer;
}
.form-item .wpcf7-acceptance .wpcf7-list-item label::before {
    content: "";
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: rgba(217, 217, 217, 0.5);
    border-radius: 8px;
    display: block;
}
.form-item .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline-block;
    line-height: 1.5;
}
.form-item .wpcf7-acceptance .wpcf7-list-item label:has(input[type="checkbox"]:checked)::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 9px;
    transform: rotate(45deg);
    width: 10px;
    height: 18px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
}
.form-item .wpcf7-acceptance .wpcf7-list-item label:hover::before {
    background: rgba(217, 217, 217, 0.7);
}
.form-item .wpcf7-acceptance .wpcf7-list-item label:has(input[type="checkbox"]:focus-visible) {
    outline: 2px solid currentColor;
    outline-offset: 6px;
}
em {
    font-style: italic;
}
strong,
b {
    font-weight: 600;
}
code {
    font-family: courier, monospace;
}
address {
    font-style: italic;
}
pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}
ul,
ol {
    padding: 0;
    list-style: none;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}
svg {
    width: 100%;
    max-width: 100%;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.slick-dots li:only-child {
    display: none;
}
.error404 .section-error {
    padding-top: 100px;
    padding-bottom: 100px;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.wp-block {
    width: 100%;
    max-width: 1500px;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqauLY1HY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqY-LY1HY.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqa-LY1HY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqZOLY1HY.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqaOLY1HY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
        U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLY1HY.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LY.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wIaZfrc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wsaZfrc.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wMaZfrc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wwaZfrc.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wAaZfrc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
        U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3wEaZfrc.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(../../fonts/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Square Peg";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../fonts/squarepeg/v7/y83eW48Nzw6ZlUHc-phrNDnhHUfr.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
        U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Square Peg";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../fonts/squarepeg/v7/y83eW48Nzw6ZlUHc-phrNDjhHUfr.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Square Peg";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../fonts/squarepeg/v7/y83eW48Nzw6ZlUHc-phrNDbhHQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Aleo";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../fonts/aleo/v16/c4mh1nF8G8_swAj53BVsooY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
        U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Aleo";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../fonts/aleo/v16/c4mh1nF8G8_swAj53RVsooY.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Aleo";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../fonts/aleo/v16/c4mh1nF8G8_swAj50xVs.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Aleo";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../fonts/aleo/v16/c4mv1nF8G8_swALJ0Q1o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
        U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Aleo";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../fonts/aleo/v16/c4mv1nF8G8_swAPJ0Q1o.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Aleo";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../../fonts/aleo/v16/c4mv1nF8G8_swA3J0Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
    --rootfactor: 20; 
    --rootsize: calc(var(--rootfactor) * 1px); 
}
@media screen and (min-width: 768px) {
    :root {
        --rootfactor: 22;
        --rootsize: calc(var(--rootfactor) * 1px);
    }
}
:root {
    
    --sans: "Source Sans 3", Helvetica, Arial, sans-serif;
    --script: "Square Peg", Georgia, serif;
    --slab: "Aleo", Georgia, serif;
    --thin: 100;
    --extralight: 200;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    
    --black: #333;
    --white: #fff;
    --grey: #d9d9d9;
    --grey-light: #f4f4f4;
    --grey-warm: #afa89b;
    --accent: #8a0e06;
    --accent-secondary: #f5e7cc;
    --accent-karlstadt: #c97d60;
    --accent-gemuenden: #a3a8ad;
    --accent-marktheidenfeld: #938d6c;
    
    --grid-col: 99px; 
    --grid-gap: 16px; 
    --grid-col-count: 12;
    --grid-width: calc((var(--grid-col) + var(--grid-gap)) * var(--grid-col-count) - var(--grid-gap)); 
    --w1: calc((var(--grid-col) + var(--grid-gap)));
    --w2: calc((var(--grid-col) + var(--grid-gap)) * 2 - var(--grid-gap));
    --w3: calc((var(--grid-col) + var(--grid-gap)) * 3 - var(--grid-gap));
    --w4: calc((var(--grid-col) + var(--grid-gap)) * 4 - var(--grid-gap));
    --w5: calc((var(--grid-col) + var(--grid-gap)) * 5 - var(--grid-gap));
    --w6: calc((var(--grid-col) + var(--grid-gap)) * 6 - var(--grid-gap));
    --w7: calc((var(--grid-col) + var(--grid-gap)) * 7 - var(--grid-gap));
    --w8: calc((var(--grid-col) + var(--grid-gap)) * 8 - var(--grid-gap));
    --w9: calc((var(--grid-col) + var(--grid-gap)) * 9 - var(--grid-gap));
    --w10: calc((var(--grid-col) + var(--grid-gap)) * 10 - var(--grid-gap));
    --w11: calc((var(--grid-col) + var(--grid-gap)) * 11 - var(--grid-gap));
    --w12: calc((var(--grid-col) + var(--grid-gap)) * 12 - var(--grid-gap));
    --w13: calc((var(--grid-col) + var(--grid-gap)) * 13 - var(--grid-gap));
    --w14: calc((var(--grid-col) + var(--grid-gap)) * 14 - var(--grid-gap));
    --w15: calc((var(--grid-col) + var(--grid-gap)) * 15 - var(--grid-gap));
    --w16: calc((var(--grid-col) + var(--grid-gap)) * 16 - var(--grid-gap));
    --w17: calc((var(--grid-col) + var(--grid-gap)) * 17 - var(--grid-gap));
    --w18: calc((var(--grid-col) + var(--grid-gap)) * 18 - var(--grid-gap));
    --w19: calc((var(--grid-col) + var(--grid-gap)) * 19 - var(--grid-gap));
    --w20: calc((var(--grid-col) + var(--grid-gap)) * 20 - var(--grid-gap));
    --w21: calc((var(--grid-col) + var(--grid-gap)) * 21 - var(--grid-gap));
    --w22: calc((var(--grid-col) + var(--grid-gap)) * 22 - var(--grid-gap));
    --w23: calc((var(--grid-col) + var(--grid-gap)) * 23 - var(--grid-gap));
    --w24: calc((var(--grid-col) + var(--grid-gap)) * 24 - var(--grid-gap));
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.draggable {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slick-list.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url("../../images/ui/ajax-loader.gif") center center no-repeat;
}
.slider-nav {
    position: absolute;
    width: 100%;
    height: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: calc(50% - 54px);
    transform: translateY(-50%);
}
.slick-prev,
.slick-next {
    position: relative;
    display: block;
    width: 30px;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: opacity 0.2s ease-in-out;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    opacity: 0.6;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
    float: left;
}
[dir="rtl"] .slick-prev {
    right: 0;
    left: auto;
}
.slick-prev:before {
    content: "";
}
[dir="rtl"] .slick-prev:before {
    content: "";
}
.slick-next {
    right: 0;
    float: right;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: 0;
}
.slick-next:before {
    content: "";
}
[dir="rtl"] .slick-next:before {
    content: "";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #000;
}
.slick-dots li button:before {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    border: 1px solid;
    border-radius: 50%;
    color: var(--accent);
    background-color: transparent;
}
.slick-dots li.slick-active button:before {
    background-color: var(--accent);
}
.popper-upper {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0.1s;
}
.popper-upper.is_open {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
.popper-upper.is_hidden {
    display: none;
}
.ppu-closer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 23px;
    width: 50px;
    height: 50px;
    padding: 0;
    z-index: 10;
}
.ppu-closer path {
    stroke: #000;
}
.ppu-slider-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 100%;
    max-height: 100vh;
}
.popper-upper .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popper-upper .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ppu-item {
    position: relative;
}
.ppu-item img {
    max-height: 80vh;
    margin: 0 auto;
}
.ppu-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    text-align: center;
}
.popper-upper .slick-dots {
    position: absolute !important;
    bottom: -30px;
    right: 0;
    width: auto;
}
.popper-upper {
    margin-bottom: 0;
}
.ppu-item-img {
    border-radius: 8px;
    overflow: hidden;
}
.ppu-slider-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.ppu-slider-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.ppu-slider {
    flex: 1 1 auto;
}
.ppu-slider .slick-list {
    flex: 1 1 auto;
}
.ppu-slider {
    flex: 1 1 auto;
    height: calc(100vh - 228px);
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ppu-slider .slick-list,
.ppu-slider .slick-track {
    height: auto !important;
}
.popper-upper .slick-slide {
    height: auto;
}
.popper-upper .slider-nav {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(0);
    width: 104px;
    height: auto;
}
@media screen and (min-width: 900px) {
    .popper-upper .slider-nav {
        position: absolute;
        padding-left: 0;
        padding-right: 0;
        top: auto;
        bottom: 0;
        right: 0;
        left: auto;
        transform: translateY(0);
    }
    .popper-upper .slider-nav {
        width: 100px;
        height: 104px;
    }
}
.popper-upper .slick-arrow {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 900px) {
    .popper-upper .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
.popper-upper .slick-arrow svg {
    width: 14px;
}
@media screen and (min-width: 900px) {
    .popper-upper .slick-arrow svg {
        width: 19px;
    }
}
.popper-upper .ppu-caption-global {
    flex: 0 0 auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
    min-height: 104px;
}
body:not(.wp-core-ui),
.acf-block-editor,
.acf-block-preview,
.acf-block-frontend {
    font-family: var(--sans);
    font-size: var(--rootsize);
    font-weight: 300;
    line-height: 1.6;
    color: var(--black);
}
@media screen and (min-width: 768px) {
    body:not(.wp-core-ui),
    .acf-block-editor,
    .acf-block-preview,
    .acf-block-frontend {
        font-size: var(--rootsize);
        line-height: 1.545454545;
    }
}
p {
    margin-bottom: 20px;
    -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
p > small,
.small-p p {
    font-size: calc(18 / var(--rootfactor) * 1rem);
    line-height: 1.555555556;
}
a {
    text-decoration: underline;
}
@media (hover: hover) {
    a:hover {
        color: var(--accent);
    }
}
h1,
.editor-post-title h1 {
    position: relative;
    font-size: calc(32 / var(--rootfactor) * 1rem);
    line-height: 1.09375;
    margin-bottom: 20px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    h1,
    .editor-post-title h1 {
        font-size: calc(52 / var(--rootfactor) * 1rem);
        line-height: 1.134615385;
    }
}
h2 {
    position: relative;
    font-size: calc(30 / var(--rootfactor) * 1rem);
    line-height: 1.176470588;
    margin-bottom: 20px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    h2 {
        font-size: calc(38 / var(--rootfactor) * 1rem);
        line-height: 1.184210526;
    }
}
h3 {
    position: relative;
    font-size: calc(25 / var(--rootfactor) * 1rem);
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    h3 {
        font-size: calc(29 / var(--rootfactor) * 1rem);
        line-height: 1.172413793;
    }
}
h4 {
    position: relative;
    font-size: calc(20 / var(--rootfactor) * 1rem);
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    h4 {
        font-size: calc(22 / var(--rootfactor) * 1rem);
        line-height: 1.545454545;
    }
}
h5 {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    h5 {
        font-size: 21px;
        line-height: 1;
    }
}
h6 {
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    h6 {
        font-size: 18px;
        line-height: 1;
    }
}
ol {
    list-style: decimal;
    list-style-type: none;
    position: relative;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
ol > li {
    display: table;
    counter-increment: item;
}
ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}
li ol > li {
    margin: 0;
}
li ol > li:before {
    content: counters(item, ".") " ";
}
ul {
    position: relative;
    list-style: disc;
    margin-left: 20px;
}
li {
    position: relative;
    margin-bottom: 4px;
}
blockquote {
    color: var(--grey-warm);
    margin-top: 65px;
}
blockquote,
blockquote > p {
    font-family: var(--script);
    font-size: calc(48 / var(--rootfactor) * 1rem);
    line-height: 1.041666667;
    margin-bottom: 20px;
    position: relative;
}
@media screen and (min-width: 768px) {
    blockquote,
    blockquote > p {
        font-size: calc(68 / var(--rootfactor) * 1rem);
        line-height: 0.882352941;
    }
}
cite {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
}
.cta {
    font-size: calc(16 / var(--rootfactor) * 1rem);
    display: inline-block;
    outline: none;
    border: 1px solid var(--accent);
    color: var(--accent);
    background-color: var(--white);
    text-align: center;
    text-decoration: none;
    padding: 13px 20px;
    line-height: 1;
    transition: all 0.15s ease-in-out;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 8px;
}
.cta.cta-secondary {
    border-color: var(--black);
    color: var(--black);
}
@media screen and (min-width: 768px) {
    .cta {
        font-size: calc(18 / var(--rootfactor) * 1rem);
        padding: 15px 22px;
        
    }
}
.cta:last-child {
    margin-bottom: 0;
}
@media (hover: hover) {
    button:hover,
    .cta:hover {
        border-color: var(--white);
        background-color: var(--accent);
        color: var(--white);
    }
    .cta-secondary:hover {
        background-color: var(--black);
        color: var(--white);
    }
}
button:active,
.cta:active,
.cta.active {
    background-color: #000;
    color: #fff;
    transition: none;
}
.arrow-link {
    font-size: calc(16.2 / var(--rootfactor) * 1rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px; 
    text-decoration: none;
    color: var(--accent);
    transition: color 0.2s ease;
}
@media screen and (min-width: 768px) {
    .arrow-link {
        font-size: calc(18 / var(--rootfactor) * 1rem);
    }
}
.arrow-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    display: inline-block;
    background-color: var(--accent);
    -webkit-mask-image: url("../../images/content/icn-arrow-link.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("../../images/content/icn-arrow-link.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background-color 0.2s ease;
}
@media (hover: hover) {
    .arrow-link:hover {
        color: var(--grey-warm);
    }
    .arrow-link:hover::before {
        background-color: var(--grey-warm);
    }
}
nav ul,
nav li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
nav a {
    text-decoration: none;
}
sub,
sub {
    vertical-align: sub !important;
    font-size: smaller !important;
}
sup,
sup {
    vertical-align: super;
    font-size: smaller;
}
:where(button, a, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 2px solid var(--accent, #8a1812);
    outline-offset: 3px;
    border-radius: 4px;
}
textarea,
input.text,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
.input-checkbox {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
.overlay-grid {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: var(--grid-width);
    height: 100vh;
    pointer-events: none; 
    z-index: 1001; 
    background-image: repeating-linear-gradient(
        to right,
        rgba(255, 0, 0, 0.1) 0px,
         rgba(255, 0, 0, 0.1) var(--grid-col),
         transparent var(--grid-col),
         transparent calc(var(--grid-col) + var(--grid-gap)) 
    );
}
.overlay-grid.is_hidden {
    display: none !important;
}
.search-engines-blocked-notice {
    text-align: center;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 300;
    background-color: #f00;
    color: #fff;
    font-size: 14px;
}
.search-engine-block-icn {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #f00;
    background-color: #f00;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px !important;
    line-height: 8px !important;
    transition: all 0.2s ease-in;
    z-index: 1;
    font-weight: 700;
}
.search-engine-block-icn.is_fine {
    background-color: #22ff22;
    border-color: #22ff22;
}
.dev-grp {
    position: fixed;
    bottom: -10px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #000;
    padding: 10px 20px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(85px);
    transition: all 0.48s cubic-bezier(0.85, 0.01, 0.15, 1.44);
    font-size: 14px;
    line-height: 18px;
    z-index: 1000;
}
.dev-grp p {
    margin-bottom: 0 !important;
    font-size: 12px !important;
}
@media screen and (min-width: 768px) {
    .dev-grp p {
        margin-bottom: 2px !important;
        font-size: 14px !important;
    }
}
.dev_is_in .dev-grp {
    transform: translateY(0) !important;
}
.toggle-dev-grp-container {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    transition: all 0.35s cubic-bezier(0.85, 0.01, 0.15, 1.44) 0.09s;
    z-index: 1000;
    display: flex;
    gap: 20px;
}
.toggle-dev-grp {
    font-family: monospace !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000;
    border: 2px solid #aaa;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    line-height: 16px !important;
    transition: all 0.55s cubic-bezier(0.85, 0.01, 0.15, 1.44) 0.05s;
}
.dev_is_in .toggle-dev-grp {
    transform: rotate(45deg);
}
.dev_is_in .toggle-dev-grp-container {
    bottom: 85px;
}
button.cta.toggle_grid {
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, -0.8);
    font-size: 13px;
    padding: 6px 20px;
}
.debug-state-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f00;
}
.debug-state-circle-red {
    background-color: #f00;
}
.debug-state-circle-blue {
    background-color: #00aaff;
}
.search-engine-bg-green {
    background-color: #28ce50;
    color: #000;
}
.search-engine-block-icn.checkmark-icon {
    background-color: #28ce50;
    border-color: #28ce50;
}
.dev-hl {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding-bottom: 10px !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    border-bottom: 2px solid !important;
    padding-top: 50px !important;
}
.dev-section-label {
    position: relative !important;
    padding-top: 110px !important;
    padding-bottom: 25px !important;
    background: repeating-linear-gradient(120deg, #dddddd, #dddddd 4px, #ffffff 0px, #ffffff 5px) !important;
    &::before,
    &::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        height: 10px !important; 
        pointer-events: none !important;
    }
    &::before {
        top: 0 !important;
        box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.35) !important;
    }
    &::after {
        bottom: 0 !important;
        box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.35) !important;
    }
    
    & p {
        font-family: "Courier New", Courier, monospace !important;
        display: inline-block !important;
        position: relative !important;
        background-color: #fff !important;
        font-size: 18px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.08em !important;
        color: #dafdff !important;
        line-height: 1 !important;
        margin-bottom: 15px !important;
        padding: 8px !important;
        border-radius: 8px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        background-color: #000000 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7) !important;
        text-shadow: -1px 1px 2px #fff0cf !important;
        border-top: 1px solid #ddd !important;
        border-left: 1px solid #ccc !important;
        min-width: 240px;
    }
    
    & .dev-label::after {
        content: "✓ Korrigiert" !important;
        background-color: #1aa53c !important;
        font-size: 13px !important;
        word-break: keep-all;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
        white-space: nowrap;
        line-height: 1 !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 15px !important;
        height: 15px !important;
        border-radius: 50% !important;
        color: #fff !important;
        top: -32px !important;
        font-weight: 700;
        text-shadow: none;
        padding-top: 0px;
        padding-left: 3.5px;
        margin-top: 8px;
    }
    & .dev-label.korrekturen::after {
        content: " ✕ laufende Korrekturen" !important;
        background-color: #f00 !important;
    }
    & .specs {
        display: block !important;
    }
    & .specs-content {
        display: inline-block !important;
        padding: 10px !important;
        background-color: #fff !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45) !important;
        border-radius: 8px !important;
    }
    & h3 {
        font-size: 15px !important;
        font-weight: 700 !important;
        font-family: "Courier New", Courier, monospace !important;
        margin-bottom: 10px !important;
    }
    & li {
        font-size: 12px !important;
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
    }
    & ul > ul {
        list-style: none !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        margin-left: 2px;
    }
    ul > ul li::before {
        content: "\2192";
        padding-right: 5px;
    }
}
.dev-sub-hl {
    font-family: "Courier New", Courier, monospace;
    font-size: 23px;
    font-weight: 400;
    padding-top: 55px;
    padding-bottom: 3px;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
}
.section-frameshow {
    padding-top: 100px;
}
.style-info {
    display: block;
    font-family: monospace;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    margin-bottom: 10px;
}
.color-grp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--grid-gap);
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.color-square {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
}
@media screen and (min-width: 768px) {
    .color-square {
        display: block;
        position: relative;
        width: 100px;
        height: 100px;
    }
}
.color-square::after {
    content: attr(data-hex); 
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.4em;
    font-size: calc(12 / var(--rootfactor) * 1rem);
    text-align: center;
    white-space: nowrap;
    color: #000;
}
@media screen and (min-width: 768px) {
    .color-square::after {
        content: attr(data-hex); 
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1.4em;
        font-size: calc(17 / var(--rootfactor) * 1rem);
        text-align: center;
        white-space: nowrap;
    }
}
.layout-styleguide .styleguide-txt h1:after,
.layout-styleguide .styleguide-txt h2:after,
.layout-styleguide .styleguide-txt h3:after,
.layout-styleguide .styleguide-txt h4:after,
.layout-styleguide .styleguide-txt h5:after,
.layout-styleguide .styleguide-txt h6:after,
.layout-styleguide .styleguide-txt ul:after,
.layout-styleguide .styleguide-txt ol:after {
    content: "Absatz";
    font-family: "Courier New", Courier, monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    height: 20px;
    width: 100%;
    top: 100%;
    background-color: rgba(255, 0, 0, 0.2);
}
.layout-styleguide .styleguide-txt li:after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: 100%;
    background-color: rgba(255, 0, 0, 0.2);
}
.layout-styleguide .styleguide-txt p {
    position: relative;
}
.layout-styleguide .styleguide-txt p:after {
    font-family: "Courier New", Courier, monospace !important;
    content: "Absatz";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    height: 20px;
    width: 100%;
    top: 100%;
    color: #000 !important;
    background-color: rgba(255, 0, 0, 0.2);
}
.dev-typotag {
    display: inline-block;
    font-size: 11px !important;
    font-family: "Courier New", Courier, monospace !important;
    color: #0033ff !important;
}
@media screen and (min-width: 768px) {
    .dev-typotag {
        font-size: 14px;
    }
}
.container {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../../images/content/bg-body-top-neu.svg);
    background-size: 2084px;
    background-position: right -460px;
    background-repeat: no-repeat;
}
.content {
    position: relative;
    flex-grow: 1;
}
section {
    position: relative;
    margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
    section {
        margin-bottom: 160px;
    }
}
section.is_hidden_from_fe {
    opacity: 0.75;
    border: 5px dashed #aaa;
}
.padded {
    padding-left: 23px;
    padding-right: 23px;
}
@media screen and (min-width: 768px) {
    .padded {
        padding-left: 33px;
        padding-right: 33px;
    }
}
.frame,
[class*=" frame-"],
[class^="frame-"] {
    position: relative;
    width: 100%;
    max-width: var(--grid-width);
    margin: 0 auto;
}
.frame-2,
.width-2 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 2 - var(--grid-gap));
}
.frame-3,
.width-3 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 3 - var(--grid-gap));
}
.frame-4,
.width-4 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 4 - var(--grid-gap));
}
.frame-5,
.width-5 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 5 - var(--grid-gap));
}
.frame-6,
.width-6 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 6 - var(--grid-gap));
}
.frame-7,
.width-7 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 7 - var(--grid-gap));
}
.frame-8,
.width-8 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 8 - var(--grid-gap));
}
.frame-9,
.width-9 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 9 - var(--grid-gap));
}
.frame-10,
.width-10 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 10 - var(--grid-gap));
}
.frame-11,
.width-11 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 11 - var(--grid-gap));
}
.frame-12,
.width-12 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 12 - var(--grid-gap));
}
.frame-13,
.width-13 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 13 - var(--grid-gap));
}
.frame-14,
.width-14 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 14 - var(--grid-gap));
}
.frame-15,
.width-15 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 15 - var(--grid-gap));
}
.frame-16,
.width-16 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 16 - var(--grid-gap));
}
.frame-17,
.width-17 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 17 - var(--grid-gap));
}
.frame-18,
.width-18 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 18 - var(--grid-gap));
}
.frame-19,
.width-19 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 19 - var(--grid-gap));
}
.frame-20,
.width-20 {
    width: 100%;
    max-width: calc((var(--grid-col) + var(--grid-gap)) * 20 - var(--grid-gap));
}
.sans {
    font-family: var(--sans);
}
.serif {
    font-family: var(--serif);
}
.mono {
    font-family: courier, monospace;
}
.fancy {
    font-family: "Didot", "Times New Roman", Georgia, Times, serif;
    font-feature-settings: "liga" 1;
}
.circle {
    border-radius: 50%;
}
.mask-circle {
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.small {
    font-size: 0.75em;
}
[data-bg="accent"] {
    background-color: var(--accent);
    color: #fff;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
section.same-bg {
    padding-top: 0;
}
section.diff-bg:not(.ignore-diff-bg) {
    padding-top: 50px;
}
section.seamless {
    padding-top: 0;
    padding-bottom: 0;
}
.section-sample {
    & .sample-img {
        padding-top: 100px;
    }
}
[data-bg="accent"] {
    background-color: var(--accent);
}
[data-bg="black"] {
    background-color: var(--black);
}
[data-bg="grey"] {
    background-color: var(--grey);
}
[data-bg="grey-light"] {
    background-color: var(--grey-light);
}
[data-bg="grey-warm"] {
    background-color: var(--grey-warm);
}
[data-bg="accent-secondary"] {
    background-color: var(--accent-secondary);
}
[data-bg="accent-karlstadt"] {
    background-color: var(--accent-karlstadt);
    color: var(--white);
}
[data-bg="accent-gemuenden"] {
    background-color: var(--accent-gemuenden);
    color: var(--white);
}
[data-bg="accent-marktheidenfeld"] {
    background-color: var(--accent-marktheidenfeld);
    color: var(--white);
}
.module ul,
.modiule ol {
    margin-bottom: 20px;
}
.roof {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .roof {
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
    }
}
@media screen and (min-width: 768px) {
    .section-hero {
        padding-left: 33px;
        padding-right: 33px;
    }
}
.section-hero .hero-slider {
    margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
    .section-hero .hero-slider {
        margin-bottom: 23px;
    }
}
@media screen and (min-width: 970px) {
    .section-hero .layout-hero {
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1200px) {
    .section-hero .layout-hero {
        margin-bottom: 184px;
    }
}
@media screen and (min-width: 1364px) {
    .section-hero .layout-hero {
        margin-bottom: 149px;
    }
}
.section-hero .hero-media {
    display: block;
    width: 100%;
    max-height: 540px;
    overflow: hidden;
    aspect-ratio: 1365 / 540;
    min-height: 330px;
}
.section-hero.module-hero-l .hero-media {
    max-height: 808px;
    overflow: hidden;
    aspect-ratio: 1365 / 808;
    min-height: 375px;
}
@media screen and (min-width: 768px) {
    .section-hero .hero-media {
        border-radius: 8px;
    }
}
.section-hero .hero-media img,
.section-hero .hero-media video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.section-hero .hero-txt {
    position: relative;
    top: -77px;
    margin-bottom: -77px;
    transform: translateX(-60px);
    width: calc(100% + 60px);
    max-width: 360px;
}
@media screen and (min-width: 970px) {
    .section-hero .hero-txt {
        position: absolute;
        top: calc(100% - 80px);
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1200px) {
    .section-hero .hero-txt {
        position: absolute;
        top: calc(100% - 80px);
        margin-bottom: 0;
        max-width: var(--w5);
    }
}
@media screen and (min-width: 1200px) {
    .section-hero .hero-txt {
        position: absolute;
        top: calc(100% - 180px);
        margin-left: 60px;
        margin-bottom: 0;
        transform: translateX(0);
        width: 100%;
        max-width: var(--w5);
    }
}
.section-hero .hero-txt-content {
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    color: var(--white);
    padding-left: 83px;
    padding-right: 23px;
}
@media screen and (min-width: 768px) {
    .section-hero .hero-txt-content {
        padding-right: 55px;
    }
}
.section-hero .hero-main-txt {
    font-weight: 400;
    font-size: calc(33 / var(--rootfactor) * 1rem);
    line-height: 1.060606061;
    letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
    .section-hero .hero-main-txt {
        font-size: calc(52 / var(--rootfactor) * 1rem);
        line-height: 1.134615385;
    }
}
.section-hero .hero-slide .hero-caption {
    display: none;
}
.section-hero .hero-slider-ui {
    display: none;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    margin-top: 0;
    position: absolute;
    right: 0;
}
@media screen and (min-width: 970px) {
    .section-hero .hero-slider-ui {
        display: flex;
    }
}
.section-hero .hero-slider-ui .hero-caption {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    transform: translateY(-4px);
}
.section-hero .slick-list {
    overflow: visible !important;
}
@media screen and (min-width: 970px) {
    .section-hero .hero-editor-contaier {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .section-hero .hero-editor {
        max-width: 50%;
    }
}
@media screen and (min-width: 1430px) {
    .section-hero .hero-editor {
        max-width: var(--w6);
    }
}
.editor a:not(.cta),
.dev-preview-content a:not(.cta) {
    font-weight: 600;
    text-decoration: underline;
}
.teaser-txt-inner .cta {
    margin-top: 10px;
    margin-bottom: 10px;
}
.teaser-txt-inner p {
    margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
    .teaser-txt-inner p {
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 768px) {
    .editor {
        margin-right: 0;
        margin-top: 70px;
    }
    .section-hero .editor:first-child {
        margin-top: 0;
    }
}
.editor.width-5 + .editor.width-8 {
    margin-top: 0;
}
.teaser-caption {
    position: absolute;
    bottom: 20px;
    right: 100%;
    width: calc(100vw - 100% - 23px);
}
.teaser-caption p {
    font-family: var(--script);
    font-weight: 400;
    font-size: calc(28 / var(--rootfactor) * 1rem);
    line-height: calc(25 / var(--rootfactor) * 1rem);
    text-align: right;
    color: #fff;
    padding-right: 12px;
}
.section-newsprev .newscarousel-item {
    width: var(--w4);
    max-width: 100%;
}
.section-newsprev .newsprev-carousel .slick-track {
    display: flex !important;
}
.section-newsprev .newsprev-carousel .slick-slide {
    height: auto !important;
    display: flex !important;
}
.section-newsprev .slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-newsprev .newsprev-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section-newsprev .newscarousel-inner {
    display: block;
    position: relative;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: (--w4);
    background-color: var(--white);
    transition: all 0.2s ease-out;
    color: var(--black);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
}
@media (hover: hover) {
    .section-newsprev .newscarousel-inner:hover {
        box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.3);
    }
}
.section-newsprev .newscarousel-img {
    margin-bottom: 39px;
    aspect-ratio: 446 / 265;
    width: 100%;
    min-height: 265px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newscarousel-img {
        margin-bottom: 36px;
    }
}
.section-newsprev .newscarousel-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.section-newsprev .newscarousel-img-fallback {
    width: 100%;
    height: 100%;
}
.section-newsprev .newscarousel-txt {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 62px;
    .section-newsprev .arrow-link {
        position: absolute;
        bottom: 34px;
    }
    @media screen and (min-width: 768px) {
        .section-newsprev .arrow-link {
            bottom: 45px;
        }
    }
}
@media screen and (min-width: 768px) {
    .section-newsprev .newscarousel-txt {
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 98px;
    }
}
.section-newsprev .newscarousel-txt-main p {
    font-weight: 300;
    font-size: calc(18 / var(--rootfactor) * 1rem);
    line-height: 1.555555556;
    letter-spacing: 0;
    margin-bottom: 30px;
    min-height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newscarousel-txt-main p {
        min-height: 88px;
        margin-bottom: 0;
    }
}
.section-newsprev .newsprev-header h2 {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsprev-header h2 {
        margin-bottom: 25px;
    }
}
.section-newsprev .newsprev-nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 6px;
    padding-top: 0;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsprev-nav {
        gap: 20px;
        padding-top: 0;
    }
}
.section-newsprev .newsprev-nav button {
    background-color: transparent !important;
    width: 34px;
    height: 40px;
    display: flex;
    align-items: flex-start;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsprev-nav button {
        background-color: transparent !important;
        height: 50px;
        align-items: center;
        width: 50px;
    }
}
.section-newsprev .newsprev-nav .newsprev-prev {
    justify-content: flex-start;
}
.section-newsprev .newsprev-nav .newsprev-next {
    justify-content: flex-end;
}
.section-newsprev .newsprev-nav button svg {
    width: 14px;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsprev-nav button svg {
        width: 19px;
    }
}
.section-newsprev .newsprev-carousel .slick-slide {
    margin-right: var(--grid-gap);
}
.section-newsprev .newsprev-carousel .slick-list {
    margin-right: calc(var(--grid-gap) * -1);
}
.newscarousel-txt .arrow-link {
    position: absolute;
    bottom: 12px;
}
@media screen and (min-width: 768px) {
    .newscarousel-txt .arrow-link {
        bottom: 20px;
    }
}
.newsprev-carousel.slick-slider {
    width: calc(100% + 30px);
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(-15px);
}
.newsprev-carousel .slick-list {
    overflow: visible;
}
.section-newsprev .newsprev-masonry {
    position: relative;
    max-width: var(--w4);
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 730px) {
    .section-newsprev .newsprev-masonry {
        max-width: calc(var(--w4) * 2 + var(--grid-gap));
    }
}
@media screen and (min-width: 1085px) {
    .section-newsprev .newsprev-masonry {
        max-width: calc(var(--w4) * 3 + var(--grid-gap) * 2);
    }
}
.section-newsprev .newsmasonry-item {
    display: block;
    width: var(--w4);
    max-width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.section-newsprev .newsmasonry-inner {
    display: block;
    position: relative;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--white);
    transition: all 0.2s ease-out;
    color: var(--black);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0);
}
@media (hover: hover) {
    .section-newsprev .newsmasonry-inner:hover {
        box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.3);
    }
}
.section-newsprev .newsmasonry-img {
    position: relative;
    margin-bottom: 39px;
    aspect-ratio: 446 / 265;
    width: 100%;
    min-height: 265px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsmasonry-img {
        margin-bottom: 36px;
    }
}
.section-newsprev .newsmasonry-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.section-newsprev .newsmasonry-img-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.section-newsprev .newsmasonry-txt {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 62px;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsmasonry-txt {
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 98px;
    }
}
.section-newsprev .newsmasonry-txt .arrow-link {
    position: absolute;
    bottom: 12px;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsmasonry-txt .arrow-link {
        bottom: 20px;
    }
}
.section-newsprev .newsmasonry-txt-main p {
    font-weight: 300;
    font-size: calc(18 / var(--rootfactor) * 1rem);
    line-height: 1.555555556;
    letter-spacing: 0;
    margin-bottom: 30px;
    min-height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
    .section-newsprev .newsmasonry-txt-main p {
        min-height: 88px;
        margin-bottom: 0;
    }
}
.section-teaser {
    padding-right: 0;
    padding-top: 65px !important;
    margin-bottom: 73px;
}
@media screen and (min-width: 768px) {
    .section-teaser {
        padding-top: 80px !important;
        margin-bottom: 173px;
        padding-bottom: 0 !important;
    }
}
@media screen and (min-width: 1200px) {
    .section-teaser {
        margin-top: 250px;
    }
}
.section-teaser .layout-teaser {
    min-height: 757px;
}
@media screen and (min-width: 1200px) {
    .section-teaser .layout-teaser {
        min-height: 577px;
    }
}
.section-teaser .teaser-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 253px;
    max-width: var(--w5);
}
@media screen and (min-width: 1000px) {
    .section-teaser .teaser-img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 45%;
        max-width: var(--w5);
        min-height: 577px;
    }
}
@media screen and (min-width: 1200px) {
    .section-teaser .teaser-img {
        min-height: 0;
        max-height: none;
    }
}
.section-teaser .teaser-txt {
    z-index: 1;
}
.section-teaser .teaser-txt-inner {
    width: 100%;
    padding-right: 0;
    max-width: var(--w5);
    padding-bottom: 175px;
}
@media screen and (min-width: 1000px) {
    .section-teaser .teaser-txt-inner {
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--w4) + var(--grid-gap));
        padding-bottom: 75px;
    }
}
.section-teaser .teaser-txt-inner p {
    font-weight: 400;
    max-width: var(--w5);
}
.section-teaser .teaser-img-dt {
    display: none;
}
@media screen and (min-width: 768px) {
    .section-teaser .teaser-img-m {
        display: none;
    }
    .section-teaser .teaser-img-dt {
        display: block;
    }
}
h2.slab,
.section-teaser h1,
.section-teaser h2 {
    font-family: var(--slab);
    font-weight: 700 !important;
    font-size: calc(34 / var(--rootfactor) * 1rem);
    line-height: calc(41 / var(--rootfactor) * 1rem);
    letter-spacing: 0;
    margin-bottom: 40px;
}
h2.slab strong,
.section-teaser h1 strong,
.section-teaser h2 strong,
h2.slab b,
.section-teaser h1 b,
.section-teaser h2 b {
    background: var(--accent-secondary);
    color: var(--accent);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0.1em;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    h2.slab,
    .section-teaser h1,
    .section-teaser h2 {
        font-size: calc(59 / var(--rootfactor) * 1rem);
        line-height: calc(70 / var(--rootfactor) * 1rem);
        margin-bottom: 30px;
    }
}
.btn-grp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (min-width: 1000px) {
    .btn-grp {
        display: block;
    }
}
.section-teaserlist {
    margin-bottom: 188px;
}
@media screen and (min-width: 768px) {
    .section-teaserlist {
        margin-bottom: 182px;
    }
}
.section-teaserlist .teaserlist-intro h2 {
    margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
    .section-teaserlist .teaserlist-intro h2 {
        margin-bottom: 51px;
    }
}
.section-teaserlist .teaserlist-grp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .section-teaserlist .teaserlist-grp {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 18px;
    }
}
.section-teaserlist .teaserlist-item {
    max-width: 400px;
    margin-bottom: 63px;
}
@media screen and (min-width: 768px) {
    .section-teaserlist .teaserlist-item {
        flex: 0 0 calc(50% - 9px);
        max-width: none;
    }
}
@media screen and (min-width: 1000px) {
    .section-teaserlist .teaserlist-item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0 18px;
    }
}
.section-teaserlist .teaserlist-item:nth-child(even) {
    justify-items: flex-end;
    margin-left: auto;
}
.section-teaserlist.diff-bg .teaserlist-grp.offset {
    padding-bottom: 218px;
}
@media screen and (min-width: 768px) {
    .section-teaserlist .teaserlist-grp.offset .teaserlist-item:nth-child(even) {
        transform: translateY(218px);
        justify-items: flex-start;
        margin-left: 0;
    }
    .section-teaserlist .teaserlist-item:nth-child(4n + 1) .teaserlist-img:before {
        background-color: var(--accent) !important;
    }
    .section-teaserlist .teaserlist-item:nth-child(4n + 2) .teaserlist-img:before {
        background-color: var(--accent-secondary) !important;
    }
    .section-teaserlist .teaserlist-item:nth-child(4n + 3) .teaserlist-img:before {
        background-color: var(--accent-secondary) !important;
    }
    .section-teaserlist .teaserlist-item:nth-child(4n + 4) .teaserlist-img:before {
        background-color: var(--accent) !important;
    }
}
.section-teaserlist .teaserlist-img {
    position: relative;
    width: 214px;
    height: 214px;
    margin-left: 12px;
    margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
    .section-teaserlist .teaserlist-img {
        margin-left: 0;
        margin-bottom: 35px;
    }
}
.section-teaserlist .teaserlist-img-inner {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 214px;
    height: 214px;
}
.section-teaserlist .teaserlist-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 226px;
    height: 226px;
    background-color: var(--accent);
    z-index: 0;
}
.section-teaserlist .teaserlist-item:nth-child(even) .teaserlist-img:before {
    background-color: var(--accent-secondary);
}
.section-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}
.section-accordion .accordion {
    padding-left: 46px;
}
@media screen and (min-width: 1200px) {
    .section-accordion .accordion {
        padding-left: 0;
    }
}
.section-accordion .accordion-item:first-child {
    border-top: 1px dashed var(--black);
}
.section-accordion .accordion-item {
    border-bottom: 1px dashed var(--black);
}
.section-accordion .accordion-item.is_open .accordion-trigger {
    
}
.section-accordion .accordion-trigger {
    position: relative;
    background-color: transparent;
    text-align: left;
    display: block;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .section-accordion .accordion-trigger {
        padding-top: 22px;
        padding-bottom: 18px;
    }
}
.layout-accordion .module-intro {
    margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
    .layout-accordion .module-intro {
        margin-bottom: 68px;
    }
}
@media (hover: hover) {
    .section-accordion .accordion-trigger:hover {
        color: var(--accent);
    }
}
.section-accordion .accordion-trigger-icon {
    width: 25px;
    height: 15px;
    display: block;
    position: absolute;
    top: 20px;
    left: -46px;
    transition: transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
    .section-accordion .accordion-trigger-icon {
        width: 34px;
        height: 20px;
        top: 30px;
        left: -70px;
    }
}
.section-accordion .accordion-trigger-icon svg {
    position: absolute;
}
.section-accordion .accordion-item.is_open .accordion-trigger-icon {
    transform: rotate(180deg);
}
.section-accordion .accordion-trigger h3 {
    margin-bottom: 0;
}
.section-accordion .accordion-content-inner {
    padding-top: 20px;
    margin-bottom: 37px;
}
.section-newsprevmasonry .newsprev-header {
    margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
    .section-newsprevmasonry .newsprev-header {
        margin-bottom: 75px;
    }
}
.section-cardthree {
    margin-bottom: 120px;
}
.section-cardthree .module-intro {
    margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
    .section-cardthree .module-intro {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 768px) {
    .section-cardthree .cardthree-grp {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: var(--grid-gap);
    }
}
.section-cardthree .cardthree-item {
    max-width: 446px;
    flex: 0 1 446px;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
    .section-cardthree .cardthree-item {
        max-width: 446px;
        flex: 0 1 calc(50% - var(--grid-gap) / 2);
        margin-bottom: 64px;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width: 974px) {
    .section-cardthree .cardthree-item {
        max-width: 446px;
        flex: 0 1 calc(33.33% - var(--grid-gap) * 2 / 3);
        margin-bottom: 64px;
        margin-left: 0;
        margin-right: 0;
    }
}
.section-cardthree .cardthree-img {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .section-cardthree .cardthree-img {
        margin-bottom: 26px;
    }
}
.cardthree-txt p {
    margin-bottom: 15px;
}
.cardthree-txt p:last-child {
    margin-bottom: 0;
}
.cardthree-txt h3 {
    margin-bottom: 18px;
}
.section-hero2 .layout-hero {
    margin-bottom: 67px;
}
.hero-editor-contaier .editor + .editor {
    margin-top: 0;
}
@media screen and (min-width: 768px) {
    .section-hero2 .layout-hero {
        margin-bottom: 140px;
    }
}
@media screen and (min-width: 1000px) {
    .section-hero2 .hero2 {
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse;
        gap: var(--grid-gap);
    }
}
.section-hero2 .hero-aside {
    padding: 27px 36px 22px;
}
@media screen and (min-width: 768px) {
    .section-hero2 .hero2-media {
        margin-bottom: var(--grid-gap);
    }
    .section-hero2 .hero-aside {
        border-radius: 8px;
        padding-top: 23px;
        padding-left: 38px;
        padding-right: 38px;
        padding: 23px 38px 52px;
    }
}
@media screen and (min-width: 1000px) {
    .section-hero2 .hero2-media {
        height: 540px;
        margin-bottom: var(--grid-gap);
    }
    .section-hero2 .hero-aside {
        width: 445px;
        flex: 0 0 445px;
        height: 540px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}
.section-hero2 .hero-aside-txt {
    position: relative;
    font-size: calc(33 / var(--rootfactor) * 1rem);
    line-height: 1.09375;
    margin-bottom: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .section-hero2 .hero-aside-txt {
        font-size: calc(52 / var(--rootfactor) * 1rem);
        line-height: 1.134615385;
    }
}
.section-txt3 {
    margin-bottom: 220px;
}
@media screen and (min-width: 768px) {
    .section-txt3 {
        margin-bottom: 234px;
    }
}
.section-txt3 .module-intro h2 {
    margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
    .section-txt3 .module-intro h2 {
        margin-bottom: 100px;
    }
}
.section-txt3 .txt3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: var(--grid-gap);
}
.section-txt3 .txt3-item {
    flex: 1 1 420px;
    padding-right: 34px;
    border-bottom: 1px dashed #222;
    padding-bottom: 18px;
    margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
    .section-txt3 .txt3-item {
        flex: 0 0 calc(50% - var(--grid-gap) / 2);
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .section-txt3 .txt3-item .txt3-item-txt {
        position: relative;
        border-left: 1px dashed #222;
        padding-left: var(--grid-gap);
        
    }
    .section-txt3 .txt3-item:nth-child(odd) .txt3-item-txt {
        border-left: none;
    }
}
@media screen and (min-width: 1000px) {
    .section-txt3 .txt3-item {
        flex: 0 0 calc(33.33% - var(--grid-gap) * 2 / 3);
    }
    .section-txt3 .txt3-item:nth-child(odd) .txt3-item-txt {
        border-left: 1px dashed #222;
    }
    .section-txt3 .txt3-item:nth-child(3n + 1) .txt3-item-txt {
        border-left: none;
    }
}
.section-txt3 .txt3-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    z-index: 1;
}
.section-txt3 .txt3-img-inner {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.section-txt3 .txt3-img img {
    position: relative;
}
.section-txt3 .txt3-img::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: var(--grey);
    top: 5px;
    left: 5px;
    z-index: 0;
    border-radius: 50%;
}
.section-gallery {
    .section-gallery .module-intro {
        margin-bottom: 64px;
    }
}
.section-gallery .gallery {
    position: relative; 
}
.section-gallery .gallery {
    max-width: 329px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 730px) {
    .section-gallery .gallery {
        max-width: 674px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1085px) {
    .section-gallery .gallery {
        max-width: 1019px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1430px) {
    .section-gallery .gallery {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.section-gallery .thumb-item {
    display: block;
    width: 329px;
    max-width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.section-gallery .thumb-item::before,
.section-gallery .thumb-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.section-gallery .thumb-item::after {
    background: linear-gradient(252.59deg, rgba(245, 231, 204, 0) -24.26%, #f5e7cc 97.95%);
}
.section-gallery .thumb-item::before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.617' cy='20.617' r='20.617' fill='white'/%3E%3Crect x='9.72498' y='19.771' width='22.562' height='1.69215' rx='0.846074' fill='%238A0E06'/%3E%3Crect x='21.8524' y='9.33594' width='22.562' height='1.69215' rx='0.846074' transform='rotate(90 21.8524 9.33594)' fill='%238A0E06'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px 42px;
    z-index: 1;
    display: block;
    width: 42px;
    height: 42px;
    bottom: 10px;
    left: 10px;
    top: auto;
    right: auto;
}
.section-gallery .thumb-item:hover::before,
.section-gallery .thumb-item:hover::after {
    opacity: 1;
}
.section-teaserlist-even {
    margin-bottom: 127px;
}
@media screen and (min-width: 768px) {
    .section-teaserlist-even .teaserlist-intro h2 {
        margin-bottom: 75px;
    }
}
.teaserlist-item-team h3 {
    font-size: calc(22 / var(--rootfactor) * 1rem);
    line-height: calc(34 / var(--rootfactor) * 1rem);
    margin-bottom: 20px;
}
.teaserlist-item-team p {
    font-size: calc(22 / var(--rootfactor) * 1rem);
    line-height: calc(34 / var(--rootfactor) * 1rem);
    margin-bottom: 20px;
}
.teaserlist-item-team .arrow-link {
    display: inline-block;
    margin-top: 34px;
}
.section-txt .big-img {
    border-radius: 8px;
    overflow: hidden;
}
.section-txt .layout-txt-frame {
    margin-bottom: 68px;
}
.section-txtright .txtright > h1,
.section-txtright .txtright > h2,
.section-txtright .txtright > h3,
.section-txtright .txtright > h4,
.section-txtright .txtright > h5,
.section-txtright .txtright > h6,
.section-txtright .txtright > p,
.section-txtright .txtright > a {
    width: 100%;
    max-width: var(--w6);
    margin-left: auto;
}
.section-hero3 {
    margin-bottom: 75px;
    position: relative;
    padding-top: 29px !important;
}
@media screen and (min-width: 768px) {
    .section-hero3 {
        padding-top: 72px !important;
        margin-bottom: 100px;
    }
}
@media screen and (min-width: 1000px) {
    .section-hero3 {
        background-image: url(../../images/content/bg-hero3.svg);
        background-size: 215.8333333%;
        background-position: center bottom;
        background-repeat: no-repeat;
        -webkit-mask-image: url(../../images/content/bg-hero3.svg);
        mask-image: url(../../images/content/bg-hero3.svg);
        -webkit-mask-size: 215.8333333%;
        mask-size: 215.8333333%;
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .section-hero3 .layout-hero3 {
        min-height: 1026px;
    }
}
.section-hero3 .hero3 {
    padding-top: 0;
}
.section-hero3 .hero3-txt {
    position: relative;
    z-index: 1;
}
.section-hero3 .hero3-hl {
    display: none;
}
@media screen and (min-width: 1000px) {
    .section-hero3 .hero3-hl {
        display: block;
    }
}
.section-hero3 .hero3-hl-m {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
    .section-hero3 .hero3-hl-m {
        display: none;
    }
}
.section-hero3 h1.slab {
    font-family: var(--slab);
    font-weight: 700;
    font-size: calc(44 / var(--rootfactor) * 1rem);
    line-height: calc(54 / var(--rootfactor) * 1rem);
    letter-spacing: 0;
    color: var(--accent);
}
.section-hero3 h1.slab strong,
.section-hero3 h1.slab b {
    background: var(--accent);
    color: var(--white);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0.1em;
}
@media screen and (min-width: 768px) {
    .section-hero3 h1.slab {
        font-size: calc(59 / var(--rootfactor) * 1rem);
        line-height: calc(71 / var(--rootfactor) * 1rem);
        margin-bottom: 64px;
    }
}
.section-hero3 .hero-img {
    position: relative;
    margin-bottom: 40px;
    width: calc(100% + 46px);
    padding-left: 23px;
    padding-right: 23px;
    transform: translateX(-23px);
    -webkit-mask-image: url(../../images/content/bg-hero3-img-mask.svg);
    mask-image: url(../../images/content/bg-hero3-img-mask.svg);
    -webkit-mask-size: 1000px 167.4%;
    mask-size: 1000px 167.4%;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: linear-gradient(135deg, white 0%, #f5e7cc 100%);
}
.hero-img-img img {
    width: 100%;
    max-width: 450px;
}
@media screen and (min-width: 768px) {
    .hero-img-img {
        width: 516px;
        height: 860px;
    }
    .hero-img-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        max-width: 516px;
    }
}
@media screen and (min-width: 768px) {
    .section-hero3 .hero-img {
        width: calc(100% + 66px);
        padding-left: 33px;
        padding-right: 33px;
        transform: translateX(-33px);
    }
}
@media screen and (min-width: 1000px) {
    .section-hero3 .hero-img {
        position: absolute;
        margin-bottom: 0;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        transform: translateX(0);
        right: 0;
        bottom: 0;
        -webkit-mask-image: none;
        mask-image: none;
        background: none;
        max-width: 560px;
    }
}
ul {
    list-style: none;
    padding-left: 24px;
    margin-left: 12px;
}
ul li {
    position: relative;
}
ul:not([class]) li::before {
    content: "•";
    position: absolute;
    left: -0.9rem;
    font-size: 1em;
}
.section-form .module-intro {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .section-form .module-intro {
        margin-bottom: 75px;
    }
}
.section-form h2.slab {
    font-family: var(--slab);
    font-weight: 700;
    font-size: calc(44 / var(--rootfactor) * 1rem);
    line-height: 1.090909091;
    letter-spacing: 0;
    color: var(--accent);
}
.section-form h2.slab strong {
    background: var(--accent);
    color: var(--white);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0.1em;
}
@media screen and (min-width: 768px) {
    .section-form h2.slab {
        font-size: calc(59 / var(--rootfactor) * 1rem);
        line-height: calc(71 / var(--rootfactor) * 1rem);
        margin-bottom: 52px;
    }
}
.section-form .form-item {
    position: relative;
    margin-bottom: 20px;
}
.section-form .wpcf7-list-item {
    padding-left: 0;
    margin-left: 0;
}
.section-form .form-padded {
    padding-left: 60px;
    margin-top: 1em;
}
.section-form .form-grp-dbl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--grid-gap);
}
.section-form .form-grp-dbl .form-item {
    flex: 0 0 calc(50% - var(--grid-gap) / 2);
}
.section-form #bewerbung-als {
    font-weight: 600;
}
.section-form .wpcf7-acceptance a {
    color: var(--black);
}
.newsmasonry-img-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}
.blog .content {
    padding-top: 50px;
}
section[data-bg="add-bg"]::before {
    content: "";
    background-image: url(../../images/content/content-bg-l.svg);
    background-size: 2250px;
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    width: 100%;
    height: 1637px;
    z-index: -1;
    pointer-events: none;
}
.wpcf7-acceptance input[type="checkbox"],
.wpcf7-list-item-label,
.form-padded {
    font-size: 18px !important;
    line-height: 28px !important;
    max-width: 500px !important;
    display: block;
}
header {
    position: relative;
    z-index: 10;
    padding-left: 23px;
    padding-right: 23px;
    position: relative;
    padding-top: 18px;
    padding-bottom: 15px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    header {
        padding-left: 115px;
        padding-right: 115px;
        padding-top: 23px;
        padding-bottom: 24px;
    }
}
header > .frame-10 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: block;
    text-decoration: none;
    max-width: 200px;
    height: 89px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .logo {
        max-width: 264px;
        height: 117px;
    }
}
.main-nav-container {
    position: fixed;
    display: block;
    gap: 30px;
    padding-top: 135px;
    padding-bottom: 71px;
    padding-left: 30px;
    padding-right: 55px;
    z-index: 10;
    height: 100vh;
    height: 100dvh;
    top: 0;
    right: -600px;
    bottom: 0;
    color: #000;
    background-color: #f4f4f4;
    width: calc(100% - 38px);
    max-width: 500px;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 30px 0px rgba(65, 30, 111, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .main-nav-container {
        padding-top: 222px;
        padding-left: 115px;
    }
}
@media screen and (min-width: 1136px) {
    .main-nav-container {
        padding-top: 222px;
        padding-left: 115px;
        right: -100vw;
        width: calc(832px + (100vw - var(--w12)) / 2 - 43px);
        max-width: none;
    }
}
.nav_is_open .main-nav-container {
    right: 0;
}
.main-nav-container > .main-nav {
    width: 100%;
    position: relative;
}
@media screen and (min-width: 1136px) {
    .main-nav-container > .main-nav {
        width: 100%;
        max-width: 560px;
        position: relative;
    }
}
nav > ul {
    padding-left: 0;
    margin-left: 0;
}
.main-nav li {
    margin-bottom: 0;
}
.main-nav > ul > li {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
}
.main-nav > ul > li > a {
    font-size: calc(25 / var(--rootfactor) * 1rem);
    line-height: 1.2;
    font-weight: 600;
    padding-top: 13px;
    padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
    .main-nav > ul > li > a {
        font-size: calc(29 / var(--rootfactor) * 1rem);
        line-height: 1.172413793;
        font-weight: 600;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}
.main-nav a {
    display: block;
    color: var(--black);
    text-decoration: none;
    padding-top: 13px;
    padding-bottom: 12px;
}
@media (hover: hover) {
    .main-nav a:hover {
        color: var(--accent);
    }
}
.main-nav .current-menu-ancestor > a,
.main-nav .current-menu-item > a {
    color: var(--accent);
}
.sub-menu {
    padding-left: 0;
}
.main-nav .sub-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: calc(20 / var(--rootfactor) * 1rem);
    line-height: 1.2;
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .main-nav .sub-menu > li > a {
        font-size: 22px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
.menu-item-has-children {
    position: relative;
    padding-right: 50px;
}
.menu-item-has-children .toggle-submenu-btn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    transition: all 0.3s ease;
}
.menu-item-has-children .toggle-submenu-btn svg {
    width: 16px;
    transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
    .menu-item-has-children .toggle-submenu-btn svg {
        width: 21.5px;
    }
}
.menu-item-has-children.sub-menu_is_open .toggle-submenu-btn svg {
    transform: rotate(180deg);
}
.menu-item-has-children .sub-menu {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    transform: translateY(-20px);
    opacity: 0;
}
.menu-item-has-children.sub-menu_is_open .sub-menu {
    max-height: 500px; 
    overflow: visible;
    transform: translateY(0);
    opacity: 1;
}
.menu-item-has-children .sub-menu > li:first-child {
    padding-top: 0;
}
.menu-item-has-children .sub-menu > li:last-child {
    padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
    .menu-item-has-children .sub-menu > li:first-child {
        padding-top: 12px;
    }
    .menu-item-has-children .sub-menu > li:last-child {
        padding-bottom: 28px;
    }
}
.meta-nav {
    width: 100%;
}
.menu-social {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 59px;
    max-width: 560px;
}
.social-grp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    padding-left: 0;
    margin-left: 0;
}
.social-grp li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.header-social {
    display: block;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    text-decoration: none;
}
.freundeskreis {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--accent);
    text-decoration: none;
}
@-webkit-keyframes menutop {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@keyframes menutop {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@-webkit-keyframes menubottom {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}
@keyframes menubottom {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes menutopstart {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes menutopstart {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes menubottomstart {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes menubottomstart {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.menu-btn-frame {
    position: fixed;
    z-index: 11;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
}
.menu-btn {
    z-index: 111;
    display: block;
    position: absolute;
    top: 36px;
    right: 22px;
    width: 50px;
    height: 54px;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    flex: 0 0 50px;
}
@media screen and (min-width: 768px) {
    .menu-btn {
        top: 61px;
        height: 72px;
    }
}
@media screen and (min-width: 1136px) {
    .menu-btn {
        right: 0;
    }
}
.menu-btn:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}
.menu-btn:focus-visible::before {
    box-shadow: 0 0 0 2px var(--accent);
}
.menu-btn::before {
    content: "";
    width: 96px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(248, 248, 248, 0.92);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 6px;
    opacity: 1;
    transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
    .menu-btn::before {
        content: "";
        width: 167px;
        height: 72px;
        left: auto;
        right: -29px;
    }
}
.menu-btn::after {
    content: "MENÜ";
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 63px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    opacity: 1;
    transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 768px) {
    .menu-btn::after {
        display: block;
    }
}
.nav_is_open .menu-btn::before,
.nav_is_open .menu-btn::after {
    opacity: 0;
}
.nav-line {
    width: 30px;
    height: 2.25px;
    background-color: var(--accent);
    border-radius: 1px;
    left: auto;
    right: 0;
    transform-origin: center center;
    transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
    .nav-line {
        width: 40px;
        height: 3px;
    }
}
.line-top {
    position: absolute;
    top: 16px;
    -webkit-animation: menutopstart 0.5s forwards;
    animation: menutopstart 0.5s forwards;
}
@media screen and (min-width: 768px) {
    .line-top {
        top: 22px;
    }
}
.nav_is_open .line-top {
    top: calc(50% - 1.5px);
    width: 40px;
    height: 3px;
    -webkit-animation: menutop 0.5s forwards;
    animation: menutop 0.5s forwards;
}
.line-center {
    position: absolute;
    top: calc(50% - 1px);
    transition: opacity 0.2s ease-in-out 0.2s;
}
.nav_is_open .line-center {
    opacity: 0;
}
.line-bottom {
    position: absolute;
    bottom: 16px;
    -webkit-animation: menubottomstart 0.5s forwards;
    animation: menubottomstart 0.5s forwards;
}
@media screen and (min-width: 768px) {
    .line-bottom {
        bottom: 21px;
    }
}
.nav_is_open .line-bottom {
    bottom: calc(50% - 1.5px);
    width: 40px;
    height: 3px;
    -webkit-animation: menubottom 0.5s forwards;
    animation: menubottom 0.5s forwards;
}
.header-tel {
    display: none;
}
@media screen and (min-width: 1200px) {
    .header-tel {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
        text-decoration: none;
        color: var(--accent);
        margin-right: 190px;
        padding-top: 22px;
    }
}
footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 95px;
    background-color: var(--grey);
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    footer {
        padding-top: 60px;
    }
}
.footer-logo {
    display: block;
    width: 214px;
    margin-bottom: 42px;
}
.footer-content-item {
    margin-bottom: 40px;
}
.footer-content-item p:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .footer-content-container {
        display: flex;
        justify-content: flex-end;
    }
    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: var(--grid-gap);
    }
    .footer-content-item {
        flex: 0 0 calc(33.33% - var(--grid-gap) / 3 * 2);
        max-width: var(--w3);
    }
}
footer a {
    color: var(--black);
}
@media (hover: hover) {
    footer a:hover {
        color: var(--accent);
    }
}
.footer-nav li {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
}
@media print {
    @page {
        size: A4;
    }
    @page {
        margin: 80px;
    }
    @page: left {
        @bottom-left {
            content: "Page " counter(page) " of " counter(pages);
        }
    }
    body {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    header {
        position: relative;
        width: 100%;
        height: 20px;
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .header-container {
        box-shadow: none;
    }
    .logo {
        width: 150px;
        height: 53px;
        position: absolute;
        top: 0px;
        right: 0;
    }
    .frame {
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .content {
        padding-top: 0;
    }
    section.section-hero {
        max-width: 1078px;
        margin: 0 auto 30px;
    }
    .post-date {
        font-weight: 700;
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    .post-author {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    h2 {
        font-size: 30px;
        color: #000000;
        letter-spacing: 0;
    }
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .logo:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
}