/*  © 2025 Edelross GmbH. Alle Rechte vorbehalten. Dieses HTML-Template darf ohne ausdrückliche schriftliche Genehmigung des Eigentümers nicht kopiert, weitergegeben oder für kommerzielle Zwecke genutzt werden. */
/*----------- VARIABLES ------------*/
/* Custom Variables and Bootstrap Overrides */
:root {
    /* Core Colors */
    --color-primary: #000000;
    --color-body: #1f1f1f;

    /* Bootstrap Color Overrides */
    --bs-primary: #000000;
    --bs-primary-rgb: 19, 59, 252;
    --bs-body-color: #1f1f1f;
    --bs-body-color-rgb: 31, 31, 31;
    --bs-link-color: #626262;
    --bs-link-hover-color: #626262;
}


body {
    overflow-x: hidden;
}

/*----------- RESET ------------*/
.owl-carousel .owl-item img {
    width: auto;
}


/*----------- UTILITIES ------------*/
.has-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.is-section {
    overflow: hidden;
}

.is-section.has-py-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.is-section.has-py-md {
    padding-top: 50px;
    padding-bottom: 50px;
}

.is-section.has-py-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*----------- TYPOGRAPHY ------------*/



/*----------- LAYOUT ------------*/




/*----------- COMPONENTS ------------*/

/* Media Marquee */
.k11-marquee-carousel-w {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -2rem;
}

.k11-marquee-carousel-w .k11-marquee-carousel {
    width: 100%;
    height: 50%;
}

.k11-marquee-carousel-w .k11-marquee-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.k11-marquee-carousel-w .k11-marquee-controls>button {
    padding: 0;
    line-height: inherit;
    background-color: inherit;
    border: none;
    display: inline-flex;
}

.k11-marquee-carousel-w .k11-marquee-controls>button svg {
    width: 32px;
    height: 32px;
}

.k11-marquee-carousel-w .k11-marquee-controls>button.pause .start-icon {
    display: none;
}

.k11-marquee-carousel-w .k11-marquee-controls>button.pause .pause-icon {
    display: block;
}

.k11-marquee-carousel-w .k11-marquee-controls>button.pause.paused .start-icon {
    display: block;
}

.k11-marquee-carousel-w .k11-marquee-controls>button.pause.paused .pause-icon {
    display: none;
}

.k11-marquee-carousel-w .k11-marquee-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.k11-marquee-carousel-w .k11-marquee-carousel .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.k11-marquee-carousel-w .k11-marquee-carousel .swiper-wrapper .swiper-slide .k11-marquee-carousel-content {
    width: auto;
    height: max(70vh, 600px);
    aspect-ratio: 0.6666666667;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.k11-marquee-carousel-w .k11-marquee-carousel .swiper-wrapper .swiper-slide .k11-marquee-carousel-content span {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    bottom: unset !important;
    right: unset !important;
    transform: translate(-50%, -50%);
    text-wrap: auto;
    max-width: 90%;
    line-height: 1.2;
    color: #fff;
    font-size: 32px;
}

.k11-marquee-carousel-w .k11-marquee-carousel .swiper-wrapper .swiper-slide .k11-marquee-carousel-content img,
.k11-marquee-carousel-w .k11-marquee-carousel .swiper-wrapper .swiper-slide .k11-marquee-carousel-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
    .k11-marquee-carousel-w .k11-marquee-carousel .swiper-wrapper .swiper-slide .k11-marquee-carousel-content {
        height: 45vh;
    }
}


/* yt-modal-trigger */
.mon-yt-video-popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.mon-yt-video-popup__content {
    position: relative;
    width: min(90%, 1200px);
    padding: 0 20px;
}

.mon-yt-video-popup__close {
    position: absolute;
    right: 10px;
    top: -40px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.mon-yt-video-popup__container {
    aspect-ratio: 16 / 9;
}

.mon-yt-video-popup__container iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.yt-modal-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 15px;
}

.yt-modal-trigger::before {
    content: '';
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.yt-modal-trigger:hover::before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.yt-modal-trigger::after {
    content: '';
    border: 20px solid transparent;
    border-left-color: #fff;
    border-left-width: 40px;
    position: absolute;
    top: 50%;
    left: calc(50% + 15px);
    transform: translate(-50%, -50%);
    z-index: 2;
}


/* mon-looper */
.mon-looper {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.mon-looper>* {
    animation: textLoop 10s linear infinite;
    font-size: 3vw;
    color: white;
    font-family: "Albra Sans Medium", sans-serif;
    margin-bottom: 0;
}

@media only screen and (max-width: 990px) {
    .mon-looper p {
        font-size: 10vw;
    }
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}


/* mon-blockquote */
.mon-blockquote {
    position: relative;
    font-family: 'Albra Sans Medium', serif;
    max-width: 620px;
    margin: 80px auto;
    align-self: center;
}

.mon-blockquote h3 {
    font-family: 'Albra Sans Medium', serif;
    position: relative;
    /* for pseudos */
    color: #b69694;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius: 20px;
    padding: 25px;
}

.mon-blockquote h3:after {
    content: "";
    position: absolute;
    border: 2px solid #db9d9a;
    border-radius: 0 100% 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.mon-blockquote h3:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 6px solid #48000b;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

.mon-blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}

@media all and (min-width: 600px) {
    .mon-blockquote h3 {
        font-size: 3rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 768px) {
    .mon-blockquote h4 {
        font-size: 1rem;
    }
}

.mon-blockquote h4:first-letter {
    margin-left: -12px;
}



/* stondorte */
/** Termin buchen */
.inline {
    display: inline-flex;
}

.tbk {
    font-size: 2rem;
    writing-mode: vertical-rl;
    line-height: 75%;
    c-space: pre;
    transform: rotate(180deg);
    margin-left: 0rem;
}

.circle {
    background: #c28c81;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-top: -20px;
    margin-left: 8px;
}

.circle2 {
    background: #48000b;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-top: -30px;
    margin-left: 2px;
}

.circle3 {
    background: #deb8a1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: -40px;
    margin-left: -10px;
}

iframe {
    border-width: 0px !important;
    border: none !important;
    frameborder: 0 !important;
}



iframe .user-list .li {
    border: 0px solid #fff !important;
}

.pricing-classic-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 5px 20px 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.pricing-classic-item p {
    padding-top: 16px;
}

.shop-tags {
    color: #fff !important;
    line-height: 1.5;
    border-radius: 25px;
    letter-spacing: 2px;
    margin-right: 7px !important;
    font-family: 'Albra-Sans-Medium';
    display: flex;
    flex-wrap: wrap;
}

.shop-tags>a {
    padding: 0.25em 0.75em;
    border-radius: 20px;
    background-color: #48000b;
    color: #ffffff;
}

.price-value {
    font-weight: 400;
    color: #48000b;
    font-size: 1.65rem;
    font-family: "Albra Sans Medium", sans-serif;
}

.pi {
    font-size: 13px;
    text-align: right;
    margin-top: -2.5rem;
}

@media only screen and (max-width: 990px) {
    .mobil-mit-border {
        padding-top: 3rem !important;
        padding-bottom: 1rem !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

@media only screen and (max-width: 990px) {
    .mobil-ohne-border {
        padding-top: 3rem !important;
        padding-bottom: 0rem !important;
    }
}

@media only screen and (max-width: 990px) {
    .pi {
        margin-top: 0.5rem;
    }
}



/* foooter */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

a,
footer a {
    color: #2e2c2c;
}

a {
    transition: color .3s ease-in-out
}

a:hover {
    color: #000;
}

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

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0-15px
}

.col {
    padding: 0 15px;
    width: 100%
}

.bottom-links,
footer {
    border-top: 2px solid #fff
}

footer ul {
    list-style: none;
}

footer {
    background: #0830fd;
    padding: 80px 0
}

footer h3 {
    font-family: "Albra Sans Medium", sans-serif;
    font-weight: 500;
    color: #444444;
    letter-spacing: 1px;
    font-size: 32px;
    margin-bottom: 10px
}

footer ul {
    list-style: none
}

footer li {
    margin-bottom: 5px
}

body,
footer a {
    font-size: 18px;
}

.social-icons a {
    margin-right: 10px
}

.bottom-links {
    background: #f4f0ec;
    padding: 25px 0;
    text-align: center
}

.bottom-links a {
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0 10px
}

#to-top-button {
    position: fixed;
    width: 41px;
    height: 41px;
    right: 12px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c09083;
    color: #fff;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    opacity: 0;
    bottom: -48px;
    transition: opacity .5s, bottom .5s
}

#to-top-button.show {
    opacity: 1;
    bottom: 46px
}

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    background-color: #f2f2f2;
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-nb-text,
.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a,
.freeprivacypolicy-com---palette-light .cc-nb-text a {
    color: #111;
    text-decoration: underline
}

.freeprivacypolicy-com---palette-light .cc-nb-text a:hover,
a {
    text-decoration: none
}

.freeprivacypolicy-com---palette-light .cc-nb-changep:focus,
.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus,
.freeprivacypolicy-com---palette-light .cc-nb-reject:focus,
.freeprivacypolicy-com---palette-light .cc-nb-text a:focus {
    box-shadow: 0 0 0 2px #ff8d00
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject {
    color: #fff;
    background-color: green
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
    background-color: #eaeaea;
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-pc-container {
    background: #fff
}

.freeprivacypolicy-com---palette-light .cc-pc-head {
    background: #fff;
    color: #111;
    border-bottom: 1px solid #ccc
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] button,
.freeprivacypolicy-com---palette-light .cc-pc-head-lang select,
.freeprivacypolicy-com---palette-light .cc-pc-head-title-headline,
.freeprivacypolicy-com---palette-light .cc-pc-head-title-text {
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px green
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close {
    background: 0 0;
    color: #666
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close:active,
.freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    border: 2px solid green
}

.freeprivacypolicy-com---palette-light .cc-cp-body {
    background: #fbfbfb !important;
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs {
    color: #666;
    background: #e6e6e6
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item {
    border-right-color: #ccc;
    border-bottom-color: #ccc
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link,
.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:hover {
    color: #666
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:focus {
    box-shadow: 0 0 0 2px #fbfbfb
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] {
    background: #fbfbfb !important
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content {
    background: #fbfbfb !important;
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-text,
.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-title {
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a:hover {
    text-decoration: none
}

.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a:focus,
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a:focus {
    box-shadow: 0 0 0 2px green
}

.freeprivacypolicy-com---palette-light .cc-cp-foot {
    background: #f2f2f2;
    border-top-color: #ccc
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
    color: #111
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background: green;
    color: #fff
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
    box-shadow: 0 0 0 2px #ff8d00
}

@media (min-width:992px) {
    .col {
        flex: 0 0 25%;
        max-width: 25%
    }

    h3 {
        font-size: 32px
    }
}

@media screen and (max-width:991px) {
    footer .col ul {
        display: flex;
        flex-wrap: wrap
    }

    footer .col ul li {
        width: 50%
    }
}

@media (max-width:767px) {
    .footer-brand {
        text-align: center
    }
}

.sticky-nav {
    position: fixed;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    z-index: 99;
    margin: 0;
    padding: 0;
    gap: 8px
}

.sticky-nav,
.sticky-nav li,
.sticky-nav ul {
    display: flex;
    flex-direction: column
}

.sticky-nav,
.sticky-nav ul {
    list-style: none
}

.sticky-nav li {
    background-color: inherit;
    border-radius: 8px;
    height: 66px;
    opacity: .85
}

.sticky-nav ul li {
    height: auto
}

.sticky-nav>li {
    position: relative;
    overflow: hidden;
    background-color: #b69694;
    transition: .3s transform ease-in
}

.sticky-nav>li:nth-child(even) {
    background-color: #48000b
}

.sticky-nav>li:nth-child(1) {
    z-index: 5
}

.sticky-nav>li:nth-child(2) {
    z-index: 4
}

.sticky-nav>li:nth-child(3) {
    z-index: 3
}

.sticky-nav>li:nth-child(4) {
    z-index: 2
}

.sticky-nav>li:nth-child(5) {
    z-index: 1
}

.sticky-nav a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    text-decoration: none;
    font-size: 20px;
    color: #fff
}

.sticky-nav ul a {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px
}

.sticky-nav svg {
    min-width: 24px;
    max-width: 24px
}

.sticky-nav ul {
    display: none;
    width: 100%;
    gap: 4px;
    margin: 1px 0 0;
    background-color: inherit;
    border-radius: 8px;
    padding: 12px 0
}

@media (min-width:768px) {
    .sticky-nav li:hover {
        opacity: 1
    }

    .sticky-nav>li:hover {
        transform: translateX(-190px);
        overflow: visible
    }

    .sticky-nav>li:hover ul {
        display: flex
    }
}

@media (max-width:767px) {
    .sticky-nav {
        right: unset;
        top: unset;
        bottom: 0;
        width: 100%;
        transform: unset;
        flex-direction: row;
        justify-content: space-evenly;
        background-color: #48000b;
        padding: 8px
    }

    .sticky-nav li {
        height: auto;
        background-color: unset !important
    }

    .sticky-nav a {
        padding: 0
    }

    .sticky-nav a span {
        display: none
    }
}


/* navigation */
.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

/* Main Navigation Styles with Flip Animation */
.navbar-nav li a {
    font-size: 17px;
    transition: color 250ms cubic-bezier(.645, .045, .355, 1);
    cursor: pointer;
    position: relative;
    padding: 0 calc(var(--space-sm, 0.5rem) + 2pt);
    overflow: hidden;
}

.navbar-nav li a span {
    transform-origin: left bottom;
    will-change: transform;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) 0s;
    display: inline-block;
}

.navbar-nav li:hover>a::after {
    transform: translateZ(0);
}

.navbar-nav li:hover>a span {
    transform: translateY(-100%) skewY(-20deg);
}

.navbar-nav>li>a::after {
    content: attr(title);
    position: absolute;
    color: var(--color-primary, #007bff);
    top: 0;
    left: calc(var(--space-sm, 0.5rem) + 2pt);
    will-change: transform;
    transform: translateY(100%) skewY(20deg);
    transform-origin: 0 0;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) 0s;
}

.navbar-nav>li {
    display: flex;
    align-items: center;
    height: var(--main-header-height-md, 60px);
    position: relative;
}

/* Submenu Styles */
.navbar-nav .has-submenu {
    position: relative;
}

/* Pure CSS hover submenu */
.navbar-nav .has-submenu .submenu {
    font-size: var(--text-xs, 14px);
    position: absolute;
    top: 100%;
    width: 220px;
    left: calc(50% - 100px);
    margin: 0;
    background-color: var(--color-contrast-high, #fff);
    z-index: var(--zindex-popover, 1000);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) perspective(1px);
    backface-visibility: hidden;
    transition:
        visibility .3s cubic-bezier(.645, .045, .355, 1),
        opacity .3s cubic-bezier(.645, .045, .355, 1),
        transform .3s cubic-bezier(.645, .045, .355, 1);
    border-radius: 12pt;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, .05),
        0 2px 2px rgba(0, 0, 0, .2),
        0 4px 4px rgba(0, 0, 0, .15),
        0 8px 8px rgba(0, 0, 0, .05);
    padding: 0;
    list-style: none;
}

.navbar-nav .has-submenu:hover .submenu {
    visibility: visible;
    transform: translateZ(0) perspective(1px);
    opacity: 1;
    transition:
        visibility .5s cubic-bezier(.645, .045, .355, 1) .1s,
        opacity .5s cubic-bezier(.645, .045, .355, 1) .1s,
        transform .5s cubic-bezier(.645, .045, .355, 1);
}

.navbar-nav .has-submenu .submenu::before {
    content: '';
    position: absolute;
    background-color: var(--color-contrast-high, #fff);
    border-radius: 3pt;
    width: 14px;
    height: 14px;
    top: -.3rem;
    left: calc(50% - 14px);
    z-index: -1;
    transform: rotate(45deg);
}

.navbar-nav .has-submenu .submenu li {
    width: 100%;
    margin-left: 0;
    border-radius: .25rem;
}

.navbar-nav .has-submenu .submenu li a {
    line-height: 1.4;
    font-size: 15px;
    color: var(--color-contrast-lower, #333) !important;
    padding: 6pt 8pt;
    margin-left: 8pt;
    margin-right: 8pt;
    display: block;
    border-radius: 4pt;
    transition: color .6s cubic-bezier(.405, 0, .025, 1);
    backface-visibility: hidden;
    outline: 0;
}

.navbar-nav .has-submenu .submenu li a:hover {
    opacity: 1;
    color: var(--color-primary, #626262) !important;
}

/* First and last items in submenu */
.navbar-nav .has-submenu .submenu li:first-child>a {
    margin-top: 6pt;
}

.navbar-nav .has-submenu .submenu li:last-child>a {
    margin-bottom: 6pt;
}

/* Override flip animation for submenu items */
.navbar-nav .has-submenu .submenu li a span {
    transform: none !important;
    transform-origin: initial;
    transition: none;
    display: inline;
}

.navbar-nav .has-submenu .submenu li a::after {
    display: none;
    content: none;
}

/* Mobile styles */
@media only screen and (max-width: 992px) {
    .navbar-nav>li {
        height: auto;
    }

    .navbar-nav li a span {
        transform: none !important;
        transition: none;
    }

    .navbar-nav li a::after {
        display: none;
    }

    .navbar-nav .has-submenu .submenu {
        position: static;
        width: 100%;
        transform: none;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
        display: none;
        margin-left: 15px;
    }

    .navbar-nav .has-submenu .submenu::before {
        display: none;
    }

    .navbar-nav .has-submenu:hover .submenu {
        display: block;
    }

    .is_mobile .submenu {
        margin-left: 30px;
    }
}


/* Navbar Animation Styles */
/* Desktop navbar styles (preserved from your original code) */
.navbar-nav li a {
    font-size: 17px;
    transition: color 250ms cubic-bezier(.645, .045, .355, 1);
    cursor: pointer;
    position: relative;
    padding: 0 calc(var(--space-sm, 0.5rem) + 2pt);
    overflow: hidden;
    letter-spacing: 0.2px;
}

.navbar-nav li a span {
    transform-origin: left bottom;
    will-change: transform;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) 0s;
    display: inline-block;
}

.navbar-nav li:hover a::after {
    transform: translateZ(0);
}

.navbar-nav li:hover a span {
    transform: translateY(-100%) skewY(-20deg);
}

.navbar-nav>li>a::after {
    content: attr(title);
    position: absolute;
    color: var(--color-primary, #007bff);
    top: 0;
    left: calc(var(--space-sm, 0.5rem) + 2pt);
    will-change: transform;
    transform: translateY(100%) skewY(20deg);
    transform-origin: 0 0;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) 0s;
}

.navbar-nav>li {
    display: flex;
    align-items: center;
    height: var(--main-header-height-md, 60px);
}

.navbar-nav .has-submenu:hover>a::after {
    transform: translateZ(0);
}

.navbar-nav .has-submenu:hover>a span {
    transform: translateY(-100%) skewY(-20deg);
}

.navbar-nav .submenu li a span {
    transform-origin: initial;
    transition: none;
}

.navbar-nav .submenu li:hover a::after {
    transform: none;
}

.navbar-nav .submenu li:hover a span {
    transform: none;
}

.navbar-nav .submenu li a::after {
    content: none;
}

/* Mobile navbar specific styles */
@media (max-width: 991.98px) {

    /* Sidebar overlay */
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        display: none;
    }

    .sidebar-overlay.show {
        display: block;
    }

    /* Sidebar menu */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100vh;
        padding: 1rem;
        background-color: white;
        z-index: 1050;
        overflow-y: auto;
        transition: right 0.3s ease;
        display: block !important;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        right: 0;
    }

    /* Close button */
    .sidebar-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
    }

    /* Navbar styles for mobile */
    .navbar-nav {
        margin-top: 60px;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .navbar-nav>li {
        height: auto;
        margin-bottom: 15px;
        display: block;
    }

    .navbar-nav li a {
        display: block;
        padding: 10px 0;
        font-size: 18px;
    }

    /* Remove desktop animations for mobile */
    .navbar-nav li a span {
        transform-origin: initial;
        transition: none;
        display: block;
    }

    .navbar-nav li:hover a span,
    .navbar-nav .has-submenu:hover>a span {
        transform: none;
    }

    .navbar-nav>li>a::after,
    .navbar-nav .has-submenu>a::after {
        content: none;
    }

    /* Submenu styles for mobile */
    .navbar-nav .submenu {
        display: block !important;
        position: static;
        background: none;
        box-shadow: none;
        padding-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .navbar-nav .submenu li {
        margin-bottom: 5px;
    }

    .navbar-nav .submenu li a {
        padding: 5px 0;
        font-size: 16px;
        color: #666;
    }

    /* Category headers for submenu sections */
    .navbar-nav .has-submenu>a {
        font-weight: bold;
        margin-bottom: 0;
    }

    /* Logo area adjustments */
    .navbar>.container {
        padding: 10px 15px;
    }
}

/* Handle submenu display for desktop */
@media (min-width: 992px) {
    .navbar-nav .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        min-width: 200px;
        display: none;
        z-index: 1000;
    }

    .navbar-nav .has-submenu:hover .submenu {
        display: block;
    }
}


/* Footer Copyright (c) 2025 by Zed Dash (https://codepen.io/z-/pen/zYxdRQy) */
body .footer {
    z-index: 1;
    --footer-background: #000000;
    display: grid;
    position: relative;
    grid-area: footer;
    min-height: 12rem;
    margin-top: 10rem;
    overflow-x: clip;
}

body .footer .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background: #000;
    filter: url("#blob");
}

body .footer .bubbles .bubble {
    position: absolute;
    left: var(--position, 50%);
    background: #000;
    border-radius: 100%;
    -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    transform: translate(-50%, 100%);
}

body .footer .footer-content {
    padding: 8rem 0 4rem;
    background-color: #000;
    color: white;
    z-index: 2;
}

body .footer .footer-content h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1rem;
    opacity: 0.8;
}

body .footer .footer-content a {
    color: white;
}

body .footer .footer-copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@-webkit-keyframes bubble-size {

    0%,
    75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@keyframes bubble-size {

    0%,
    75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@-webkit-keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}

@keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}

/*text-animation* Copyright (c) 2025 by Ivo Pereira (https://codepen.io/Hivvu/pen/qjjpwo)*/
.mon-text-animation {
    width: 16em;
    height: 8em;
    margin: 20px auto 140px;
    position: relative;
    background: blue;
	border-radius: 25px;
}

.mon-text-animation .blue {
    color: #000;
    padding: 0 0 5px 0;
    font-weight: 700;
}

.mon-text-animation .blue div {
    background: #fff;
    padding-right: 5px;
    display: inline-block;
}

.mon-text-animation .mask {
    overflow: hidden;
    position: relative;
}

/*********************
  * Animation Copyright (c) 2025 by Tom Miller (https://codepen.io/creativeocean/pen/ByBogvj)
  *********************/
@keyframes animation-left {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    30% {
        transform: translate3d(100%, 0, 0);
    }

    60% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes animation-right {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    30% {
        transform: translate3d(-100%, 0, 0);
    }

    60% {
        transform: translate3d(0, 0, 0);
    }
}

.mon-text-animation>div {
    display: inline-block;
    width: 300px;
}

.mon-text-animation .text-show {
    text-align: left;
    margin-bottom: 8px;
    width: auto !important;
    padding-left: 15px;
}

.mon-text-animation>div:first-child {
    font-size: 1em;
    letter-spacing: 1px;
}

.mon-text-animation>div:first-child .text-show {
    animation: 3s cubic-bezier(0.19, 1, 0.22, 1) infinite alternate both animation-right;
	font-size: 4rem;
	letter-spacing: 0.5px;
}

.zwei {
	font-size: 1.7rem !important;
}

.drei {
	font-size: 1rem !important;
}

@media (min-width: 992px) {
    .sidebar-close {
        display: none;
    }
}

/*#Mouse crolling) Copyright (c) 2025 by Marko Radak (https://codepen.io/markoradak/pen/bNGEwd)  */ 
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
  margin-top: 49rem;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #000;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #000;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.btn-primary {
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6d6d6e;
    --bs-btn-hover-border-color: #6d6d6e;
	 --bs-btn-border-radius: 0px;
}

.shop-the-look-text .widget-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-the-look-text .content strong {
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 15px;
}

.fett {
    color: #fff;
    background-color: #000;
    padding: 5px 15px;
    width: fit-content;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.mittig {
  max-width: 650px;
  margin: 0 auto;     
  text-align: center;  
  line-height: 1.3;
}

@media (min-width: 768px) {
  .mittig {
    max-width: 800px;
  }
}

video {
  width: 100%;
  height: auto;
  display: block;
}

/* Tables custom */
.table-custom {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #ffffff;
    border-collapse: collapse;
}

.table-custom th,
.table-custom td {
    color: #000000;
    background: #ffffff;
    white-space: nowrap;
}

.table-custom th {
    padding: 10px 15px;
}

@media (max-width: 991px) {
    .table-custom th {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.table-custom td {
    padding: 0px 10px;
}

.table-custom tbody tr:first-child td {
    border-top: 0;
}

.table-custom tr td {
    border-bottom: 1px solid #d9d9d9;
}

.table-custom tfoot td {
    font-weight: 700;
    color: #000000;
}

*+.table-custom-responsive {
    margin-top: 30px;
}

@media (min-width: 768px) {
    *+.table-custom-responsive {
        margin-top: 5px;
        word-break: break-all;
    }
}

.table-custom.table-custom-primary thead th {
    color: #ffffff;
    background: #000000;
    border: 0;
    padding-top: 20px;
}

.table-custom.table-custom-primary tbody tr:hover td {
    background: #f6f9f9;
}

.table-custom.table-custom-striped {
    border-bottom: 1px solid #d9d9d9;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
    background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
    background: #f9f9f9;
;
}

.table-custom.table-custom-striped tbody td {
    border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
    border-left: 0;
}

@media (max-width: 991px) {
    .table-custom-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.preisliste {
    table-layout: fixed;
}

.preisliste td {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

