@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --bs-body-bg: #FFFFFF;

    --bs-secondary: #FF8668;
    --bs-secondary-rgb: 255, 134, 104;

    --color-primary: #000000;
    --color-secondary: #FF8668;
    --color-higlight: #FECB00;
    --color-higlight-rgb: 254, 203, 0;

    --color-text: #000000;
    --color-orange: #FF5639;
    --color-bg: #F8F4EE;
    --color-med: #DCD7D1;
    --color-light: #F8F4EE;

    --frame-link-color: #000000;
    --frame-link-hover-color: #000000;


    /*--h1-size: 2.5rem;  40px */
    --h1-size: 2.22rem; /* 31px */
    --h1-line: 3.22rem; /* 45px Zeilenhöhe */

    /* --h2-size: 2rem;   32px */
    --h2-size: 1.88rem; /* 30px */
    --h2-line: 2.5rem; /* 38px Zeilenhöhe */

    --h3-size: 1.25rem; /* 20px */
    --h3-line: 1.5rem; /* 24px */


    --h4-size: 1.25rem; /* 20px */
    --h4-line: 1.63rem; /* 26px */

    --p-size: 1rem; /* 14px */
    --p-line: 1.64rem; /* 23px Zeilenhöhe */

    --h1-margin-bottom: 0px;

    --gutter: 54px;



}




@media (min-width: 768px) {
    :root {
        --h1-size: 6.25rem; /* 31px */
        --h1-line: 6.5rem; /* 45px Zeilenhöhe */

        --h2-size: 3.13rem; /* 50px */
        --h2-line: 3.75rem; /* 60px */


        --h3-size: 1.5rem; /* 24px */
        --h3-line: 2rem; /* 24px */


        --h4-size: 1.5rem; /* 24px */
        --h4-line: 2rem; /* 26px */

        --p-size: 1.5rem; /* 14px */
        --p-line: 2rem; /* 23px Zeilenhöhe */


    }

}


@media screen and (min-width: 992px) {

    :root {
        --h1-size: 7.5rem; /*  */
        --h1-line: 8.8rem; /*  */

        --h2-size: 4.81rem;
        --h2-line: 6rem;

        --h3-size: 1.88rem; /* 30px */
        --h3-line: 2rem; /* 40px */

        --h4-size: 1.88rem; /* 30px */
        --h4-line: 2.5rem; /* 40px */

        --p-size: 1.2857rem; /* 18px */
        --p-line: 1.9286rem; /* 27px */
    }
}


@media screen and (min-width: 1200px) {

    :root {

        --h1-size: 8.31rem; /* 133px */
        --h1-line: 11.06rem; /* 177px */

        --h2-size: 3.13rem; /* 77px */
        --h2-line: 3.75rem; /* 100px */

        --p-size: 1.2857rem; /* 18px */
        --p-line: 1.9286rem; /* 27px */
    }

}


@media screen and (min-width: 1900px) {
    :root {
        --h1-size: 8.31rem; /* 133px */
        --h1-line: 11.06rem; /* 177px */

        --h2-size: 4.81rem; /* 77px */
        --h2-line: 6.25rem; /* 100px */

        --h3-size: 3.13rem; /* 55px */
        --h3-line: 3.5rem; /* 63px */

        --p-size: 1.29rem; /* 18px */
        --p-line: 1.95rem; /* 27.3px */

        --h1-margin-bottom: 0px;

    }
}


.carousel-item-layout-primary {
    --carousel-item-color: #ffffff;
    --carousel-item-background: #FF8668;
    --carousel-item-link-color: #ffffff;
    --carousel-item-link-hover-color: #ffffff;
}


.frame-background-primary {
    --frame-color: var(--color-primary);
    --frame-background: #F5F4EF;
    --frame-link-color: var(--color-primary);
    --frame-link-hover-color: var(--color-primary);
}

.frame-background-dark {
    --frame-color: #ffffff;
    --frame-background: #000000;
    --frame-link-color: #FFFFFF;
    --frame-link-hover-color: #FFFFFF;
}

.frame-background-secondary {
    --frame-color: #000000;
    --frame-background: #FF8668;
    --frame-link-color: #000000;
    --frame-link-hover-color: #000000;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    opacity: 1;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea, select {
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

* {
    -webkit-tap-highlight-color: transparent;
}

::selection {
    background: #CCCCCC;
    color: #FFFFFF;
}

::-moz-selection {
    background: #CCCCCC;
    color: #FFFFFF;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 87.5%;
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;

}

div#wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* sprache */
div#sprache {
    position: fixed;
    display: none;
    margin: 0;
    padding: 20px 0 0 0;
    right: 0;
    top: 0;
    z-index: 20;
    transition: 1s ease-in-out;
}

div#sprache .menu-language a {
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    text-transform: unset;
    letter-spacing: 0;
    display: inline;
    transition: 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
    div#sprache {
        right: 10px;
    }

    div#sprache .menu-language a {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    div#sprache {
        right: 100px;
        display: block;
        padding-top: 40px;
    }
}

@media screen and (min-width: 1200px) {
    div#sprache {
        right: 140px;
    }
}


main, #main {
    position: relative;
    width: 100%;
    float: left;
    z-index: 0;
    margin-bottom: 50px;
}

.frame-type-html .frame-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}

.frame-type-text .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}

.frame-type-mask_colortxt .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}

.frame-type-accordion .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}

.frame-type-textmedia .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}

.frame-type-textpic .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}

.frame-type-textcolumn .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}

.frame-type-table .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}


.frame-type-container_2_columns_right .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
}


.frame-type-news_pi1 .frame-container, .frame-type-news_newsliststicky .frame-container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
    margin-bottom: 60px;
}

.frame-type-news_newsdetail .frame-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}


@media (min-width: 768px) {
    .frame-type-html .frame-container {
        width: 100%;
        padding: 0;
    }

    .frame-type-text .frame-container {
        width: 100%;
        padding: 0 20px;
    }

    .frame-type-mask_colortxt .frame-container {
        width: 100%;
        padding: 0 20px;
    }

    .frame-type-accordion .frame-container {
        width: 100%;
        padding: 0 20px;
    }

    .frame-type-textpic .frame-container {
        width: 100%;
        padding: 0 20px;
    }

    .frame-type-textcolumn .frame-container {
        width: 100%;
        padding: 0 20px;
    }

    .frame-type-table .frame-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .frame-type-html .frame-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .frame-type-text .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 6 * 6);
        padding: 0;
    }

    .frame-type-mask_colortxt .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 6 * 6);
        padding: 0;
    }

    .frame-type-accordion .frame-container {
        width: 100%;
        padding: 0;
        max-width: calc((100% - 54px) / 6 * 6);
    }

    .frame-type-textpic .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 6 * 6);
        padding: 40px 0 ;
    }


    .frame-type-textcolumn .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 6 * 6);
        padding: 0;
    }

    .frame-type-table .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 6 * 6);
        padding: 0;
    }

    .frame-type-textmedia .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 6 * 6);
        padding: 0;
    }


    .frame-type-news_pi1 .frame-container, .frame-type-news_newsliststicky .frame-container {
        width: 100%;
        padding: 0;
        max-width: calc((100% - 54px) / 6 * 6);
    }


}

@media (min-width: 1200px) {
    .frame-type-html .frame-container {
        width: 100%;
        padding: 0;
    }

    .frame-type-text .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 8 * 8);
        padding: 0;
    }

    .frame-type-mask_colortxt .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 8 * 8);
        padding: 0;
    }

    .frame-type-accordion .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 8 * 8);
        padding: 0;
    }


    .frame-type-textpic .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 8 * 8);
        padding: 40px 0 ;
    }


    .frame-type-textcolumn .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 8 * 8);
        padding: 0;
    }

    .frame-type-table .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 8 * 8);
        padding: 0;
    }

    .frame-type-textmedia .frame-container {
        width: 100%;
        max-width: calc((100% - 54px) / 8 * 8);
        padding: 0;
    }

    .frame-type-news_pi1 .frame-container, .frame-type-news_newsliststicky .frame-container {
        width: 100%;
        padding: 0;
        max-width: calc((100% - 54px) / 8 * 8);
    }

}


@media (min-width: 1600px) {
    .frame-type-text .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 8 * 8);
        padding: 0;
    }

    .frame-type-mask_colortxt .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 8 * 8);
        padding: 0;
    }

    .frame-type-accordion .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 8 * 8);
        padding: 0;
    }
}

@media (min-width: 1900px) {


    .frame-type-text .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 12 * 12);
        padding: 0;
    }

    .frame-type-accordion .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 12 * 12);
        padding: 0;
    }

    .frame-type-mask_colortxt .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 12 * 12);
        padding: 0;
    }

    .frame-type-textcolumn .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 12 * 8);
        padding: 0;
    }

    .frame-type-textpic .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 12 * 12);
        padding: 0;
    }

    .frame-type-textmedia .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 12 * 12);
        padding: 0;
    }


    .frame-type-table .frame-container {
        width: 100%;
        max-width: calc((100% - 160px) / 12 * 8);
        padding: 0;
    }

    .frame-type-news_pi1 .frame-container, .frame-type-news_newsliststicky .frame-container {
        width: 100%;
        padding: 0;
        max-width: calc((100% - 160px) / 12 * 12);
    }


}

@media (min-width: 2200px) {

    .frame-type-text .frame-container {
        max-width: 2086px;
    }

    .frame-type-mask_colortxt .frame-container {
        max-width: 2086px;
    }

    .frame-type-accordion .frame-container {
        max-width: 2086px;
    }

    .frame-type-textcolumn .frame-container {
        max-width: 2086px;
    }

    .frame-type-textpic .frame-container {
        max-width: 2086px;
    }

    .frame-type-table .frame-container {
        max-width: 2086px;
    }

    .frame-type-textmedia .frame-container {
        max-width: 2086px;
    }

    .frame-type-container_2_columns_right .frame-container {
        max-width: 2086px;
    }

    .frame-type-mask_internlink .frame-container {
        max-width: 2086px;
    }

    .frame-type-news_pi1 .frame-container, .frame-type-news_newsliststicky .frame-container{
        max-width: 2086px;
    }

    .frame-type-news_newsdetail .frame-container {
        max-width: 2086px;
    }
}


h1, p.h1 {
    position: relative;
    letter-spacing: 0;
    padding: 0 0 15px 0;
    margin-bottom: var(--h1-margin-bottom);
    font-size: var(--h1-size);
    line-height: var(--h1-line);
    font-weight: 200;
    text-transform: none;
}

.frame-type-gridelements_pi1 h1 {
    padding-bottom: 0;
}


h2, p.h2 {
    letter-spacing: 0;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    font-size: var(--h2-size);
    line-height: var(--h2-line);
    text-transform: none;
    font-weight: 400;
}

h2.element-header {
    padding: 0;
}

h3, p.h3 {
    font-size: var(--h3-size);
    line-height: var(--h3-line);
    color: var(--color-primary);
    padding-bottom: 1rem;
    letter-spacing: 0;
    font-weight: 400;
}

h4, p.h4 {
    font-size: var(--h4-size);
    line-height: var(--h4-line);
    color: var(--color-primary);
    font-weight: 400;
}

p {
    font-size: var(--p-size);
    line-height: var(--p-line);
    letter-spacing: 0;
}

p.two-columns {
    column-count: 1;
    column-gap: 2rem; /* Abstand zwischen den Spalten */
}

p.three-columns {
    column-count: 3;
    column-gap: 1.5rem;
}

span.break-here {
    display: block;
    break-before: column; /* Standard */
    -webkit-column-break-before: always; /* Safari / ältere WebKit-Browser */
    column-break-before: always; /* ältere Syntax */
}


/*ul {      font-size: var(--h1-size);  line-height: var(--p-line); }*/
ul.list-normal li {
    font-size: var(--p-size);
    line-height: var(--p-line);
    background-image: url("/fileadmin/user_upload/Icon/list.svg");
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-left: 60px;
    background-size: 46px 32px;

}

ol, ul {
    padding-left: 0;
}


.displayscreen {
    display: none;
}

@media (min-width: 768px) {

    h2, p.h2 {
        margin-bottom: 30px;
    }

    p {
        font-weight: 300;
    }

    li {
        font-weight: 300;
    }

    ul {
        font-weight: 300;
    }

    ol {
        font-weight: 300;
    }

    p.two-columns {
        column-count: 2;
        column-gap: 2rem; /* Abstand zwischen den Spalten */
    }
}

@media screen and (min-width: 992px) {

    h2, p.h2 {
        padding: 0;
        margin-bottom: 10px;
    }

    .displayscreen {
        display: unset;
    }

    .text-column {
        gap: 20px;
    }

}

@media screen and (min-width: 1900px) {

    .text-column {
        gap: 40px;
    }

    ul.list-normal li {
        background-position: left 0px;
        padding-left: 120px;
        background-size: 110px 50px;
    }

}

td {
    font-weight: 500;
    line-height: var(--p-line);
    font-size: var(--p-size);
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a.internal-link, a.mail, a.download {
    padding: 0 5px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    text-shadow: none !important;
    text-align: center;
    width: 50%;
    position: relative;
    margin: 24px 25%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

a.link, a.internal_link {
    text-decoration: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}

a.external-link-new-window {
    text-decoration: none;
    color: var(--color-primary);
    font-weight: bold;
}

a.internal-link:hover, a.link:hover, a.internal_link:hover {
}

a[href^="tel:"] {
    text-decoration: none;
}


.gray {
    display: inline-block;
    filter: grayscale(100%)
}

.gray:hover {
    filter: grayscale(0)
}


.frame-container .btn-default {
    color: var(--color-primary);
    border: 0;
    font-family: "Inter", sans-serif;
    background-color: #8FB49D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    padding: 5px 5px;
    line-height: 30px;
    box-shadow: none;
    letter-spacing: 1px;
    display: unset;
    border-radius: 20px;
    min-width: 140px;
    text-align: center;
    transition: all 0.4s ease;
    text-decoration: none;
    margin-right: 10px;
}





.frame-container .txtgo .btn-default,
.frame-container .vertical-slider__content .btn-default,
.frame-type-mask_txtimghand .frame-container .btn-default {
    background-image: url('/fileadmin/user_upload/Icon/btn-default.svg'); /* Pfad anpassen */
    background-repeat: no-repeat;
    background-size: 56px 46px; /* Icon-Größe */
    background-position: left center; /* Icon links mittig */

    padding-left: calc(56px + 20px); /* Platz für Icon + Abstand zum Text */
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;

    border: none;
    box-shadow: none;
    background-color: transparent;

    font-size: var(--p-size);
    line-height: 40px;

    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 800;
    letter-spacing: 2px;
    text-align: left;
}

.frame-container .btn-primary {
    color: var(--color-primary);
    border: 0;
    font-family: "Inter", sans-serif;
    background-color: var(--color-higlight);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 30px;
    box-shadow: none;
    letter-spacing: 1px;
    display: inline-grid;
    border-radius: 20px;
    min-width: 140px;
    text-align: center;
    transition: all 0.4s ease;
    text-decoration: none;
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #FECB00;
    --bs-btn-border-color: #FECB00;

    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #E0B500;
    --bs-btn-hover-border-color: #D4AB00;

    --bs-btn-focus-shadow-rgb: 254, 203, 0;

    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #CFA700;
    --bs-btn-active-border-color: #C29D00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #FECB00;
    --bs-btn-disabled-border-color: #FECB00;

}



.frame-container .btn-default:hover {
    text-decoration: none;
    opacity: 1;
}


.frame-container .btn-primary:focus, .frame-container .btn-primary.focus {
    color: var(--color-primary);

}

.frame-container .btn-primary.disabled, .frame-container .btn-primary:disabled {
    color: var(--color-primary);

}

.frame-container .btn-primary:not(:disabled):not(.disabled):active, .frame-container .btn-primary:not(:disabled):not(.disabled).active,
.frame-container .btn-primary:hover {
    opacity: 1;
}


@media (min-width: 992px) {
    .frame-container .btn-default {
        min-width: 250px;
        display: block;
        font-size: 1.3rem;
        padding: 5px 10px;
    }

    .frame-container .btn-primary {
        min-width: 250px;
        font-size: 1.3rem;
        padding: 5px 10px;

    }
}


/*image Anpassungen */
.gallery-item.gallery-item-size-1 img {
    width: auto;
    height: auto;
    max-height: 800px;
    max-width: 100%;
    opacity: 1;
}

.gallery-item.gallery-item-size-2 {
    padding-bottom: 14px;
}

.gallery-item.gallery-item-size-2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}

.gallery-item.gallery-item-size-2 img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*Frame-type-accordion*/


.accordion-item h3 {
    color: var(--color-primary);
}

h2.accordion-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.accordion-button:not(.collapsed) {
    color: var(--color-orange);
    background-color: transparent;
    box-shadow: none;
    font-weight: 600;
}

.accordion-item {
    color: var(--color-orange);
    background-color: transparent;
    border-bottom: 1px solid var(--color-primary);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.accordion-button {
    font-size: 20px;
    color: var(--color-primary);
    text-align: left;
    font-weight: 400;
    background-color: transparent;
    padding: 10px 0;
    letter-spacing: 0px;
    text-transform: none;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.frame-type-accordion .accordion-content-text ul {
    padding-left: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/fileadmin/user_upload/Icon/accordion-col.svg");
    background-position: 0 10px;
    color: var(--color-orange);
}


.accordion-button::after {
    background-image: url("/fileadmin/user_upload/Icon/accordion-after.svg");
}

.accordion-body {
    padding-right: 0;
    padding-left: 0;
}


@media (min-width: 768px) {
    .accordion {
        --bs-accordion-btn-icon-width: 30px;
    }

    .accordion-button {
        font-size: 30px;
        line-height: 80px;
    }

    .accordion-body {
        padding-right: 0;
        padding-bottom: 40px;
    }
}


@media (min-width: 992px) {
    .accordion {
        --bs-accordion-btn-icon-width: 30px;
    }

    .accordion-button {
        font-size: 30px;
        line-height: 100px;
    }

    .accordion-body {
        padding-right: 0;
        padding-bottom: 50px;
    }
}

@media (min-width: 1900px) {
    .accordion {
        --bs-accordion-btn-icon-width: 40px;
    }

    .accordion-button {
        font-size: 30px;
        line-height: 120px;
    }

    .accordion-body {
        padding-right: 0;
        padding-bottom: 60px;
    }
}


.footer {
    position: relative;
    width: 100%;
    background-color: var(--bs-secondary);
    color: var(--color-primary);
    overflow: hidden;
    padding: 40px 20px 100px 20px;
    margin-top: 20px;
    float: left;
}

.footer .frame-container {
    padding: 0;
    margin: 0;
}

.footer p {
    text-transform: none;
}


/* Für iOS Safari: unterbindet automatische Systemfärbung von Telefonnummern */


.footer .gridContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    align-items: flex-start;

}

/* ---------- Inhaltselemente ---------- */
.footer .contentItem1 {
    text-align: left;
    grid-column: 1 / -1; /* 100% Breite */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}

.footer .contentItem1 img {
    max-width: 100%;
    height: auto;
}


.footer .contentItem1  .footerlogo{
    grid-column: span 2;
    padding-top: 75px ;
}

.footer .contentItem1_social {
    margin-top: 20px;

}

.footer .contentItem1_social img {
    max-height: 30px;
    width: auto;
    margin-right: 10px;
}


.footer .contentItem2 {
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1; /* 100% Breite */
    gap: 20px;
    text-align: left;


}

/* Grund-Setup für alle Links im Footer */
.footer .frame-container .contentItem2 a {
    color: #000000; /* schwarz auf orange Footer-Hintergrund */
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
    -webkit-tap-highlight-color: transparent; /* verhindert graue Fläche beim Tippen auf iOS/Android */
    font-size: 1.6rem;
    line-height: 2.1rem;
}

/* Hover / Fokus / Tastaturbedienung */
.footer .frame-container .contentItem2 a:hover,
.footer .frame-container .contentItem2 a:focus {
    color: #000000;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px; /* schöner Abstand unter dem Text */
    outline: none;

}

/* Aktive / gedrückte Links */
.footer .frame-container .contentItem2 a:active {
    opacity: 0.8;
}

/* Sicherstellen, dass Telefon- und Mail-Links keine Sonderfarben von Browsern übernehmen */
.footer .frame-container .contentItem2 a[href^="tel"],
.footer .frame-container .contentItem2 a[href^="mailto"] {
    color: #000000;
}


.footer .contentItem2_col1,
.footer .contentItem2_col2 {
    flex: 1;
}

.footer .contentItem2_col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}




.footer .contentItem2_col2_partner a.footerleist {
    line-height: 3.1rem;
    background-image: url("/fileadmin/user_upload/Icon/btn-default.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 70px 47px;
    padding-left: 75px;
    padding-right: 20px;
    margin: 10px 0;
    display: block;
    transition: all 0.4s ease;
}

.footer .contentItem2_col2_partner a.footerleist:hover {
    text-decoration: none;
    background-size: 80px 67px;
    padding-left: 85px;
}


.footer .contentItem3 {
    grid-column: 1 / -1; /* 100% Breite */
    text-align: left;
    font-size: 0.875rem;
    opacity: 0.8;
    padding-top: 20px;
}


/* Grund-Setup für alle Links im Footer */
.footer .frame-container .contentItem3 a, .footer .frame-container .contentItem3 button {
    color: var(--color-primary); /* Weiß auf grünem Footer-Hintergrund */
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
    -webkit-tap-highlight-color: transparent; /* verhindert graue Fläche beim Tippen auf iOS/Android */
    font-size: 0.92857rem;
    line-height: 1.2rem;
    background-color: transparent;
    letter-spacing: 1px;
}

/* Hover / Fokus / Tastaturbedienung */
.footer .frame-container .contentItem3 a:hover,
.footer .frame-container .contentItem3 a:focus {
    color: var(--color-primary);
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px; /* schöner Abstand unter dem Text */
    outline: none;


}

/* Aktive / gedrückte Links */
.footer .frame-container .contentItem3 a:active {
    opacity: 0.8;
}

/* Sicherstellen, dass Telefon- und Mail-Links keine Sonderfarben von Browsern übernehmen */
.footer .frame-container .contentItem3 a[href^="tel"],
.footer .frame-container .contentItem3 a[href^="mailto"] {
    color: var(--color-primary);
}


/* ---------- Breakpoints ---------- */



@media screen and (min-width: 768px) {
    .footer .contentItem1 {
        flex-direction: row;;
    }

    .footer .contentItem1  .footerlogo{
        padding-top: 0px ;
    }

}

@media screen and (min-width: 992px) {

    .footer {
        padding: 80px 30px 80px 30px;
    }

    .footer .gridContainer {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 60px;
    }

    .footer .contentItem1 {
        grid-column: span 2;
        text-align: left;
    }

    .footer .contentItem1 p.footerpattern img {
        max-width: 335px;
        height: auto;
    }



    .footer .contentItem2_col2 {
        justify-content: flex-end;
        align-items: flex-end;
    }



    .footer .contentItem2_col2_partner a.footerleist {
        display: unset;
    }


    .footer .contentItem3 {
        grid-column: span 2;
        padding-top: 40px;
    }
}

@media screen and (min-width: 1200px) {

    .footer .gridContainer {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 100px;
    }

    .footer .contentItem1 img {
        max-width: 369px;
        height: auto;
    }

    /* Grund-Setup für alle Links im Footer */
    .footer .frame-container .contentItem2 a {
        font-size: 2.142rem;
        line-height: 2.571rem;
    }


    .footer .frame-container .contentItem2 p {
        letter-spacing: 0;
    }

}

@media screen and (min-width: 1600px) {
    .footer {
        padding: 80px 80px 80px 80px;
    }

    .footer .contentItem1 p.footerpattern img {
        max-width: 520px;
        height: auto;
    }
}

@media screen and (min-width: 1920px) {
    .footer .contentItem1 img {
        max-width: 369px;
    }
}



.footer2 {
    position: relative;
    width: 100%;
    color: var(--color-primary);
    overflow: hidden;
    padding: 40px 20px 100px 20px;
    margin-top: 20px;
    float: left;
}

.footer2 .frame-container {
    padding: 0;
    margin: 0;
}

.footer2 .footertext button {
    background-color: transparent;
    font-weight: 300;
}

.footer2  img {
    padding: 20px 5px;
}
.footer2 p {
    font-size: small;

}

@media screen and (min-width: 992px) {
    .footer2 {
        padding: 20px 30px 100px 30px;
    }

    .footer2  img {
        padding: 20px 20px;
    }
}

@media screen and (min-width: 1200px) {
    .footer2 {
        padding: 40px 30px 100px 30px;
    }

    .footer2  img {
        padding: 20px 20px;
    }
}

@media screen and (min-width: 1600px) {
    .footer2 {
        padding: 40px 80px 80px 80px;
    }
}

/*
------------------------------------------------------------------------------------------------------
Scroll to top button
------------------------------------------------------------------------------------------------------
*/
#totop {
    position: fixed;
    width: 40px;
    background-color: #FFFFFF;
    right: 0;
    height: auto;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    bottom: 80px;
    z-index: 200;
}

#totop:hover {
    background-color: #FFFFFF;
}

.cd-top {
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    content: url(/fileadmin/user_upload/Icon/arrow-up.svg);
    display: none;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 100000;
}

.cd-top svg {
    fill: #000000;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    display: block;
}

.cd-top.cd-is-visible {
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}


#wCookieConsent .cm-list-title,
#wCookieConsent .cm-caret,
#wCookieConsent .cm-list-description,
#wCookieConsent .cm-required {
    font-size: 1rem;
    line-height: 1rem;
}

#wCookieConsent h1, #wCookieConsent p.h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    background-image: none;
    -webkit-text-stroke: 0;
}

#wCookieConsent span {
    font-size: 0.9rem;
    line-height: 1.2rem;
    background-image: none;
    padding: 0;
    min-height: unset;
    background-size: unset;
}


/* Anfrageformular */
div#main .tx-powermail {
    display: flex;
    justify-content: center;
}

div#main .powermail_form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.2rem;
}

div#main .powermail_form .nolabel legend.powermail_legend {
    display: none;
}

div#main .powermail_form .nolabel h3 {
    display: none;
}

div#main .powermail_form h2 {
    display: none;
}

div#main .powermail_form a:hover {
    color: #3E3E2A;
    text-decoration: none;
}

div#main .powermail_form form {
    padding: 20px 10px 10px 15px;
    max-width: 80%;
    margin: 0 auto;
}

div#main .powermail_form label {
    text-align: left;
    width: 100%;
    position: relative;
    float: left;
    padding: 0 10px 0 0;
}

div#main .powermail_form label.form-check-label label.form-check-label {
    padding: 0 10px 0 80px;
    line-height: 30px
}

div#main .powermail_form .clear {
    clear: both;
}

div#main .powermail_form input {
    width: 100%;
    height: 3em;
    margin: 10px;
    margin-left: 0;
    border: 1px solid #dee2e6;
    font-family: 'Karla', sans-serif;
    padding: 6px 12px;
    font-size: 18px;
}

div#main .powermail_form .btn-toolbar > .btn-group {
    margin-left: 5px;
    width: 100%;
    text-transform: uppercase;
}

div#main .powermail_form select {
    width: 100%;
    margin: 10px 10px 10px 0;
    height: 3em;
    border: 1px solid #dee2e6;
    font-family: 'Karla', sans-serif;
    padding: 6px 12px;
}

div#main .powermail_form textarea {
    min-height: 200px;
    width: 100%;
    border: 1px solid #dee2e6;
    font-family: 'Karla', sans-serif;
    padding: 6px 12px;
}

div#main .powermail_form .form-check {
    display: flex;
    padding-left: 0;
}

div#main .powermail_form .powermail_field .checkbox label {
    padding: 0 10px 0 30px;
}

div#main .powermail_form input:focus {
    border-color: rgba(186, 135, 72, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(186, 135, 72, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(186, 135, 72, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(186, 135, 72, 0.6);
    outline: 0 none;
}

div#main .powermail_form .form-check-input[type="checkbox"] {
    float: left;
    left: 0;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-style: none;
    border: 1px solid #dee2e6;
}

div#main .powermail_form .powermail_fieldwrap.layout1 {
    width: 48%;
    margin-right: 2%;
    float: left;
}

div#main .powermail_form .powermail_fieldwrap.layout2 {
    width: 50%;
    float: left;
}

div#main .powermail_form .powermail_fieldwrap.nolabel label.powermail_label {
    display: none;
}

div#main .powermail_form input.powermail_submit {
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    padding: 10px;
    height: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    clear: both;
    background-color: #3E3E2A;
    border: 0 solid white;
    color: white;
}

div#main .powermail_form .powermail_fieldwrap_kinder {
    width: 31%;
    margin-right: 2%;
    float: left;
}

div#main .powermail_form .powermail_fieldwrap_jahrekinder {
    width: 33%;
    float: left;
}

div#main .powermail_form .powermail_fieldwrap_jahrekinder1,
div#main .powermail_form .powermail_fieldwrap_jahrekinder2,
div#main .powermail_form .powermail_fieldwrap_jahrekinder3,
div#main .powermail_form .powermail_fieldwrap_jahrekinder4 {
    width: 31%;
    margin-right: 2%;
    float: left;
}


@media screen and (max-width: 590px) {
    div#main .powermail_form .powermail_fieldwrap {
        padding-bottom: 20px;
    }

    div#main .powermail_form .powermail_fieldwrap_anreise,
    div#main .powermail_form .powermail_fieldwrap_abreise,
    div#main .powermail_form .powermail_fieldwrap_erwachsene,
    div#main .powermail_form .powermail_fieldwrap_kinder,
    div#main .powermail_form .powermail_fieldwrap_jahrekinder,
    div#main .powermail_form .powermail_fieldwrap_anrede,
    div#main .powermail_form .powermail_fieldwrap_vorname,
    div#main .powermail_form .powermail_fieldwrap_nachname {
        width: 100%;
        margin-right: 0;
    }

    div#main .powermail_form .powermail_fieldwrap_erwachsene .powermail_label,
    div#main .powermail_form .powermail_fieldwrap_kinder .powermail_label,
    div#main .powermail_form .powermail_fieldwrap_jahrekinder .powermail_label,
    div#main .powermail_form .powermail_fieldwrap_vorname .powermail_label,
    div#main .powermail_form .powermail_fieldwrap_nachname .powermail_label,
    div#main .powermail_form .powermail_fieldwrap_emailadresse .powermail_label,
    div#main .powermail_form .powermail_fieldwrap_telefon .powermail_label {
        display: none;
    }

}


DIV#errormessage {
    color: #ff0000;
}

DIV#errormessage ul {
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .form-group-col1 {
        width: 98%;
        margin-left: 1%;
    }

    .form-group-col2 {
        width: 98%;
        margin-left: 1%;
    }

    .form-group-col3 {
        width: 98%;
        margin-left: 1%;
    }

    .form-group-col4 {
        width: 98%;
        margin-left: 1%;
    }

    .form-group-col5 {
        width: 98%;
        margin-left: 1%;
    }
}


/*Vertical Slider*/
:root {

    --col: calc((100vw - var(--gutter)) / 4);
}

.vertical-slider__wrap {
    display: flex;
    position: relative;
    flex-direction: column;
}

.vertical-slider__left {
    position: sticky;
    top: 0;
    width: calc(var(--col) * 4);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 80px;
    align-items: flex-start;
    z-index: 10;
    margin-left: 0;
    background-color: var(--bs-body-bg);

}

.vertical-slider__right {
    position: relative;
    width: calc(var(--col) * 3);
}


.vertical-slider__item {
    height: auto;
    position: relative;
}

.vertical-slider__image {
    /*    width: calc(var(--col) * 2);
        margin-left: calc(var(--col) * 1);;*/

    width: calc(var(--col) * 3);
    margin-left: calc(var(--col) * 0.5);;

    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    left: 0;
    z-index: 2; /* Bild darüber */


    /* NEU: Abrundung */
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    overflow: hidden; /* wichtig, damit das Bild nicht darüber hinaussteht */

    margin-top: 50px
}

.vertical-slider__image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}


.vertical-slider__content {
    position: relative;
    right: 0;
    z-index: 1;
    padding: 60px 20px 20px 110px;
    color: #000;
    width: calc(var(--col) * 4);
    bottom: 0;
    background-color: #81A08D;
    transform: translateY(-20px);
}


.vertical-slider__menu .menu-word {
    font-weight: 200; /* Standard */
    opacity: 1; /* etwas dezenter */
    transition: all 0.3s ease; /* sanfter Übergang */
    display: block;
    margin: 0.3em 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-primary);

}

.vertical-slider__menu .menu-word.active {
    font-weight: 700; /* fett hervorheben */
    opacity: 1; /* volle Sichtbarkeit */
    transform: scale(1.05); /* leicht vergrößert für Dynamik */
    font-style: italic;
    color: var(--color-secondary);
}

.vertical-slider__pagination .current {
    color: var(--color-secondary);
    font-size: 80px;
    line-height: 60px;
    letter-spacing: 5px;
    font-weight: 600;
}


@media screen and (min-width: 768px) {
    :root {
        --col: calc((100vw - var(--gutter)) / 6);
    }

    .vertical-slider__wrap {
        margin-bottom: 150px;
        flex-direction: row;
    }


    .vertical-slider__item {
        height: auto;
        position: relative;
    }

    .vertical-slider__left {
        width: calc(var(--col) * 2);
        height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 180px;
    }

    .vertical-slider__menu .menu-word {
        font-size: 30px;
        line-height: 45px;
    }

    .vertical-slider__pagination {
        padding-top: 80px;

    }

    .vertical-slider__right {
        width: calc(var(--col) * 4);
    }

    .vertical-slider__item {
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .vertical-slider__image {
        position: relative;
        width: calc(var(--col) * 3);
        /* NEU: Abrundung */
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
        overflow: hidden; /* wichtig, damit das Bild nicht darüber hinaussteht */
        margin-top: 0px

    }

    .vertical-slider__content {
        position: relative;
        width: calc(var(--col) * 4);
        margin-right: 0;
        padding: 100px 100px 60px 100px;
        margin-left: 0;
        margin-top: -10%;
    }

    .vertical-slider__pagination .current {
        font-size: 100px;
        letter-spacing: 10px;
    }
}


@media screen and (min-width: 992px) {

}


@media screen and (min-width: 1200px) {
    :root {
        --col: calc((100vw - var(--gutter)) / 8);
    }

    .vertical-slider__item {
        height: auto;
        position: relative;
        display: unset;
    }

    .vertical-slider__left {
        width: calc(var(--col) * 3);
    }

    .vertical-slider__right {
        width: calc(var(--col) * 5);
    }

    .vertical-slider__image {
        position: relative;
        margin-left: 0;
        width: calc(var(--col) * 3);
        /* NEU: Abrundung */
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
        overflow: hidden; /* wichtig, damit das Bild nicht darüber hinaussteht */
        margin-top: 100px
    }


    .vertical-slider__content {
        position: relative;
        width: calc(var(--col) * 4);
        padding: 28% 100px 60px 100px;
        margin-left: calc(var(--col) * 1);
        margin-top: -20%;
    }

    .vertical-slider__menu .menu-word {
        font-size: 50px;
        line-height: 60px;
    }

}


@media screen and (min-width: 1920px) {

    :root {
        --col: calc((100vw - var(--gutter)) / 12);
    }

    .vertical-slider__item {
        height: 100vh;
    }

    .vertical-slider__left {
        width: calc(var(--col) * 4);
    }

    .vertical-slider__menu .menu-word {
        font-size: 70px;
        line-height: var(--h1-line);
    }

    .vertical-slider__right {
        width: calc(var(--col) * 8);
    }

    .vertical-slider__image {
        width: calc(var(--col) * 4);
        /* NEU: Abrundung */
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
        margin-top: 0;
    }

    .vertical-slider__content {
        width: calc(var(--col) * 6);
        margin-left: calc(var(--col) * 2);
        padding-left: calc(var(--col) * 3);
        padding-right: calc(var(--col) * 1);
        margin-right: 0;
        padding-top: 100px;
        margin-top: -40%;
    }

    .vertical-slider__pagination .current {
        font-size: 240px;
        line-height: 250px;
        letter-spacing: 10px;
    }
}


@media screen and (min-width: 2200px) {
    .vertical-slider__image {
        border-top-left-radius: 400px;
        border-top-right-radius: 400px;
    }

    .vertical-slider__image {
        margin-top: 180px;
    }
}

/*OWL Slider */
.owl-carousel .owl-nav {
    position: absolute;
    margin-top: 30px;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between; /* prev links – next rechts */
    align-items: center;
    padding: 0 15px; /* optional: seitlicher Abstand */
    flex-direction: row; /* sicherstellen dass NICHT vertikal */
    gap: 0; /* Abstand entfällt, da sie verteilen */

    z-index: 5;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}


/* Pfeile allgemein */
.owl-carousel .nav-btn {
    width: 56px;
    height: 24px;
    background-size: 56px 24px !important;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
}


.owl-carousel .nav-btn:hover {
    transform: translateY(-2px); /* leicht nach oben schieben */
    opacity: 0.85;
    background-color: transparent;
}

/* Einzelne Pfeile */
.owl-carousel .prev-slide {
    background-image: url("/fileadmin/user_upload/Icon/arrow-prev.svg");
}

.owl-carousel .next-slide {
    background-image: url("/fileadmin/user_upload/Icon/arrow-next.svg");
}

/* deaktivierte Pfeile gedimmt */
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
    opacity: 0.3;
    pointer-events: none;
}

@media (min-width: 768px) {
    .owl-carousel .owl-nav {
        position: absolute;
        bottom: 0; /* an den unteren Rand */
        right: 0; /* an den rechten Rand */
        width: 60px; /* nicht volle Breite */
        display: flex;
        gap: 40px; /* Abstand 40px zwischen den beiden Pfeilen */
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        padding: 0;
        left: unset;
        z-index: 5;
    }

}


.owl-theme .owl-dots {
    display: none !important;
}

.owl-counter {
    color: var(--color-primary);
    font-weight: 600;
    position: absolute;
    bottom: -30px;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    z-index: 6;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.25s ease; /* Fade */
}

.owl-carousel .owl-stage {
    transition: opacity 0.25s ease;
}

@media (min-width: 768px) {

    .owl-counter {
        bottom: 32px; /* exakt zwischen den beiden Pfeilen ausrichten */
        right: 20px; /* etwas von rechts reinrücken → feinjustierbar */
        left: auto;
        transform: none;
    }

}

/*Slider Zimmer*/
.frame-type-news_pi1 .item, .frame-type-news_newsliststicky .item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    margin: 0 auto;
}

.frame-type-news_pi1 .sliderfewo-left, .frame-type-news_newsliststicky .sliderfewo-left {
    grid-column: 1 / -1; /* 100% Breite */
    margin-bottom: 30px;
}

.frame-type-news_pi1 .sliderfewo-left img, .frame-type-news_newsliststicky .sliderfewo-left img {
    width: 100%;
    height: auto;
    filter: brightness(0.9);
    opacity: 0.8;
}

.frame-type-news_pi1 .sliderfewo-left img:hover, .frame-type-news_newsliststicky .sliderfewo-left img:hover {
    opacity: 1;
}


.frame-type-news_pi1 .sliderfewo-left h3, .frame-type-news_newsliststicky .sliderfewo-left h3 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}

.frame-type-news_pi1 .frame-container .sliderfewo-left .btn-primary, .frame-type-news_newsliststicky .frame-container .sliderfewo-left .btn-primary {
    padding: 5px 10px;
    letter-spacing: 0;
    min-width: 220px;
    display: inline-grid;
}

.frame-type-news_pi1 .sliderfewo-left p, .frame-type-news_newsliststicky .sliderfewo-left p {
    margin-bottom: 0;
    line-height: 50px
}


@media (min-width: 992px) {

    .frame-type-news_pi1 .item, .frame-type-news_newsliststicky .item {
        grid-template-columns: repeat(8, 1fr);
    }

    .frame-type-news_pi1 .sliderfewo-left hr, .frame-type-news_newsliststicky .sliderfewo-left hr {
        margin: 50px 0 20px 0;
    }


    .frame-type-news_pi1 .frame-container .btn-primary, .frame-type-news_newsliststicky .frame-container .btn-primary {
        width: 200px;
        display: block;
    }

    .frame-type-news_pi1 .frame-container .btn-default, .frame-type-news_newsliststicky .frame-container .btn-default {
        width: 200px;
        display: block;
    }


}

@media (min-width: 1200px) {
    .frame-type-news_pi1 .item, .frame-type-news_newsliststicky .item {
        grid-template-columns: repeat(8, 1fr);
    }


}

@media screen and (min-width: 1920px) {

    .frame-type-news_pi1 .item .frame-type-news_newsliststicky .item {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }


}


/* Container */
#txtimghand .txtimghand__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Mobile default: 4 Spalten */
    grid-template-rows: auto auto auto;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
}


.frame-type-mask_internlink .owl-linkintern .owl-item {
    margin-bottom: 50px;
}

.frame-type-mask_internlink .owl-linkinternzwei .owl-item {
    margin-bottom: 50px;
}

.linkcard {
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}

.linkcard__img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;

    /* NEU: Abrundung */
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.linkcard__img img:hover {
    transform: scale(1.05);
}

.linkcard__title {
    margin-top: 8px;

    background-image: url(/fileadmin/user_upload/Icon/btn-default.svg);
    background-repeat: no-repeat;
    background-size: 56px 46px;
    background-position: left center;
    padding-left: calc(56px + 20px);
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: var(--p-size);
    line-height: 40px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 800;
    letter-spacing: 2px;
    text-align: left;
}


/* ---------------- DESKTOP ---------------- */
@media screen and (min-width: 992px) {
    .linkcard__img img {

        /* NEU: Abrundung */
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
    }
}


/* ---------------- Google Text ---------------- */
.txtgo .txtgo__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Mobile: 4 Spalten */
    gap: 16px;
    width: 100%;
    margin: 0 auto;
}

.txtgo-txt {
    grid-column: 1 / -1; /* 100% Breite */
    grid-row: 1;
    display: flex;
    align-items: center;
}

.txtgo-map {
    grid-column: 1 / -1; /* 100% Breite */
    grid-row: 2; /* unter dem Text */
}

.txtgo-map iframe {
    filter: grayscale(1);
    height: 450px;
}

.txtgo-map iframe:hover {
    filter: grayscale(0);
}

/* ---------------- DESKTOP ---------------- */
@media screen and (min-width: 768px) {

    .txtgo .txtgo__wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .txtgo-txt {
        grid-column: 1 / span 3; /* Text links über 6 Spalten */
        grid-row: 1;
    }

    .txtgo-map {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

/* ---------------- DESKTOP ---------------- */
@media screen and (min-width: 992px) {

    .txtgo .txtgo__wrap {
        grid-template-columns: repeat(6, 1fr);
        gap: 16px;
    }

    .txtgo-txt {
        grid-column: 1 / span 4; /* Text links über 6 Spalten */
        grid-row: 1;
        margin-top: 60px;

    }

    .txtgo-map {
        grid-column: 1 / -1;
        grid-row: 2;
    }

}


/* ---------------- DESKTOP ---------------- */
@media screen and (min-width: 1200px) {

    .txtgo .txtgo__wrap {
        grid-template-columns: repeat(8, 1fr);
        gap: 16px;
    }

    .txtgo-txt {
        grid-column: 1 / span 5; /* Text links über 6 Spalten */
    }
}


@media screen and (min-width: 1920px) {

    .txtgo .txtgo__wrap {
        grid-template-columns: repeat(12, 1fr);
        gap: 16px;
    }

    .txtgo-txt {
        grid-column: 2 / span 4; /* Text links über 6 Spalten */
        grid-row: 1;
    }

    .txtgo-map {
        grid-column: 7 / span 6; /* Karte rechts über 6 Spalten */
        grid-row: 1;
    }

    .txtgo-map iframe {
        height: 950px;
    }


}


/* =====================
   NEWS DETAIL GRID
   ===================== */

.frame-type-news_newsdetail {
    margin: 0;
    padding: 0;
    background-color: var(--color-secondary);
}


.news-single .contentLayer {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Mobile default: 4 Spalten */
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Textblock */
.news-single .contentItem1 {
    grid-column: 1 / -1; /* ganze Breite */
    order: 1;
    background-color: var(--color-secondary);
    grid-row: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 20px;
}

.news-single .contentItem1 .contentItem1__wrap {
    display: grid;
    height: 100%;
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
}


.frame-container .news-single .btn-default {
    margin: 20px 0;
    width: 48%;
    min-width: auto;
    float: left;
    margin-right: 2%;
}


.news-single .contentItem1 h4 {
    font-size: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
}

.news-single .contentItem1 h3 {
    font-size: 33px;
    line-height: 48px;
    font-weight: 500;
}


/* Bildergalerie */
.news-single .contentItem2 {
    grid-column: 1 / -1; /* ganze Breite */
    order: 2;
    grid-row: 2;
    padding: 0 20px;
    margin-bottom: 40px;
}


.news-single .contentItem2 img {
    display: block;
    width: 100%;
    min-height: calc(50vh - 60px);
    height: auto;
}

/* Content */
.news-single .contentItem3 {
    grid-column: 1 / -1; /* ganze Breite */
    order: 3;
    grid-row: 3;
    margin-bottom: 0;
}


/* Tablet (ab 768px) */
@media screen and (min-width: 768px) {
    .news-single .contentLayer {
        grid-template-columns: repeat(4, 1fr);
    }

    .news-single .contentItem1 {
        grid-column: 1 / -1; /* ganze Breite */
        padding: 0 40px;
    }


    .news-single .contentItem2 {
        grid-column: 1 / -1;
        padding: 0 40px;
    }


}


/* Tablet (ab 768px) */
@media screen and (min-width: 992px) {
    .news-single .contentLayer {
        grid-template-columns: repeat(4, 1fr);
        padding-bottom: 75px;
    }

    .news-single .contentItem1 {
        grid-column: 1 / -1; /* ganze Breite */
        padding: 0 40px;
    }


    .news-single .contentItem2 {
        grid-column: 1 / -1;
        padding: 0 75px;
    }

    .news-single .contentItem2 img {
        display: block;
        width: 100%;
        max-width: 600px;
        height: auto;

    }


}


/* Desktop (ab 1200px) */
@media screen and (min-width: 1200px) {
    .news-single .contentLayer {
        grid-template-columns: repeat(12, 1fr);
        gap: 0;
    }

    .news-single .contentItem1 {
        grid-column: 1 / span 5; /* Text links */
        grid-row: 1;
        padding: 0 30px;
    }

    .news-single .contentItem1 .contentItem1__wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* Button-Absatz in Spalte 2, unten */
    .news-single .contentItem1 .contentItem1__wrap p:last-of-type {
        align-self: unset;
        display: unset;
    }

    .news-single .contentItem2 {
        grid-column: 6 / -1; /* Bilder rechts */
        grid-row: 1;
    }


    .news-single .contentItem3 {
        grid-column: 6 / -1; /* ganze Breite */
        order: 3;
        grid-row: 2;
    }


}

/* Großbildschirm (ab 1600px) */
@media screen and (min-width: 1600px) {
    .news-single .contentItem1 {
        grid-column: 1 / span 5;
        padding-left: 75px;

    }

    .news-single .contentItem2 {
        grid-column: 6 / -1;
    }
}

/* Sehr große Screens (ab 1900px) */
@media screen and (min-width: 1900px) {
    .news-single .contentLayer {
        grid-template-columns: repeat(12, 1fr);
        margin: 0 auto;

    }

    .news-single .contentItem1 {
        grid-column: 1 / span 7;
        padding-left: 75px;
    }

    .news-single .contentItem1 h4 {
        font-size: 43px;
        line-height: 56px;
    }

    .news-single .contentItem1 h3 {
        font-size: 60px;
        line-height: 70px;

    }

    .news-single .contentItem1 .contentItem1__wrap {
        width: 100%;
    }

    .news-single .contentItem2 {
        grid-column: 8 / -1;
    }

    .news-single .contentItem3 {
        grid-column: 5 / -1;
    }


}


.frame-type-mask_fotogallerie {
    margin-bottom: 30px;
    position: relative;


}

/* ---------- Überschrift (Schreibschrift) ---------- */
.frame-type-mask_fotogallerie .imghand {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    font-family: "Reenie Beanie", cursive;
    transform: rotate(-10deg); /* <- korrekt */
    transform-origin: center; /* optional: Drehpunkt in der Mitte */
    font-size: 32px;
    line-height: 32px;
    text-align: center;

}

.frame-type-mask_fotogallerie .fotogallerie3dsilder {
    padding-top: 100px;
}

.frame-type-mask_fotogallerie .owl-item.active.center .carouselimg {
    transform: scale(1.23);
    opacity: 1;
    background: #fff;
    color: #fff;
}

.frame-type-mask_fotogallerie .carouselimg {
    background: #fff;
    padding: 0;
    margin: 20px 0px 45px 0px;
    border-radius: 0;
    box-shadow: 0 5px 25px -20px rgb(0 0 0 / 73%);
    transform: scale(0.8);
    opacity: 0.5;
    transition: all 0.3s;
}

.frame-type-mask_fotogallerie .carouselimg img {
    border-radius: 0 0 0 0;
}

.frame-type-mask_fotogallerie .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}


@media (min-width: 768px) {
    .frame-type-mask_fotogallerie .imghand {
        width: 50%;
        margin-left: 25%;
    }
}


@media (min-width: 992px) {
    .frame-type-mask_fotogallerie .carouselimg {
        background: #fff;
        padding: 0;
        margin: 50px 0 90px 0;
    }

    .frame-type-mask_fotogallerie .imghand {
        width: 50%;
        margin-left: 50%;

    }

    .frame-type-mask_fotogallerie .fotogallerie3dicon {
        height: 150px;
    }

    .frame-type-mask_fotogallerie .fotogallerie3dsilder {
        padding-top: 100px;
    }
}


@media screen and (min-width: 1900px) {
    .frame-type-mask_fotogallerie .fotogallerie3dicon {
        height: 150px;
    }

    .frame-type-mask_fotogallerie .imghand {
        width: 30%;
        margin-left: 60%;
        margin-right: 10%;
        font-size: 55px;
        line-height: 55px;
    }


    .frame-type-mask_fotogallerie .fotogallerie3dsilder {
        padding-top: 180px;
    }
}


.frame-type-container_2_columns_right .col-md-5 {
    padding-left: 0;
    padding-right: 0;
}

.frame-type-container_2_columns_right .col-md-5 .frame-container {
    padding-left: 0;
    padding-right: 0;
}

.frame-type-container_2_columns_right .col-md-7 {
    padding-left: 0;
    padding-right: 0;
}

.frame-type-container_2_columns_right .col-md-7 .frame-container {
    padding-left: 0;
    padding-right: 0;
}


@media screen and (min-width: 768px) {
    .frame-type-container_2_columns_right .col-md-5 {
        padding-right: 20px;
    }
}


@media screen and (min-width: 1900px) {
    .frame-type-container_2_columns_right .col-md-5 {
        padding-left: 7%;
        padding-right: 7%;
    }

    .frame-type-container_2_columns_right .col-md-7 {
        padding-right: 7%;
    }

}


/* ---------------- Text 2 Spalten Text ---------------- */
.txttwocol .txttwocol__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Mobile: 4 Spalten */
    gap: 16px;
    width: 100%;
    margin: 0 auto;
}

.txttwocol-txt1 {
    grid-column: 1 / -1; /* 100% Breite */
    grid-row: 1;
    display: flex;
}

.txttwocol-txt2 {
    grid-column: 1 / -1; /* 100% Breite */
    grid-row: 2; /* unter dem Text */
}


/* ---------------- DESKTOP ---------------- */
@media screen and (min-width: 768px) {

    .txttwocol .txttwocol__wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .txttwocol-txt1 {
        grid-column: 1 / span 3; /* Text links über 6 Spalten */
        grid-row: 1;
    }

    .txttwocol-txt2 {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

/* ---------------- DESKTOP ---------------- */
@media screen and (min-width: 992px) {

    .txttwocol .txttwocol__wrap {
        grid-template-columns: repeat(6, 1fr);
        gap: 16px;
    }

    .txttwocol-txt1 {
        grid-column: 1 / span 4; /* Text links über 6 Spalten */
        grid-row: 2;
        margin-top: 60px;

    }

    .txttwocol-txt2 {
        grid-column: 1 / -1;
        grid-row: 1;
    }

}


/* ---------------- DESKTOP ---------------- */
@media screen and (min-width: 1200px) {

    .txttwocol .txttwocol__wrap {
        grid-template-columns: repeat(8, 1fr);
        gap: 16px;
    }

    .txttwocol-txt1 {
        grid-column: 1 / span 5; /* Text links über 6 Spalten */
    }
}


@media screen and (min-width: 1920px) {

    .txttwocol .txttwocol__wrap {
        grid-template-columns: repeat(12, 1fr);
        gap: 16px;
    }

    .txttwocol-txt1 {
        grid-column: 2 / span 4; /* Text links über 6 Spalten */
        grid-row: 1;
    }

    .txttwocol-txt2 {
        grid-column: 7 / span 6; /* Karte rechts über 6 Spalten */
        grid-row: 1;
    }

}


.frame-type-mask_colortxt h2, .frame-type-mask_colortxt p {
    color: var(--color-orange);
}

.frame-type-mask_colortxt .txtcolorbg {
    padding-bottom: 60px;
    background-image: url("/fileadmin/user_upload/Icon/pattern.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 330px 54px;
}

@media screen and (min-width: 768px) {
    .frame-type-mask_colortxt .txtcolorbg {
        background-size: 366px 60px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .frame-type-mask_colortxt .txtcolorbg {
        padding-bottom: 0;
        padding-right: 406px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 366px 54px;
    }
}

@media screen and (min-width: 1920px) {
    .frame-type-mask_colortxt .txtcolorbg {
        padding-bottom: 0;
        padding-right: 560px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 520px 86px;
    }
}