:root{
    --color_backround: #423d38;
    --color_icon: #A55C44;
    --color_font: #423d38;
}

body{
    font-family: 'Belleza';
    font-weight: lighter;
    color: var(--color_font);
    margin: 0;
    padding: 0;
    background-color: #fff;
}

h1 {
    font-family: 'Didot';
    font-weight: lighter;
}

h2 {
    font-family: 'JetBrains Mono';
    font-weight: lighter;
}

h3 {
    font-family: 'JetBrains Mono';
    font-weight: bold;
    font-size: x-large;
}
t1 {
    font-family: 'Belleza';
    font-weight: lighter;
    font-size: 17px;
}

.mar_Icon24 img, .mar_Icon24 svg{
    color: var(--color_icon);
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
}

.mar_KeyfactsItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 50px 60px;
    text-align: center;
    background-color: white;
}

.mar_KeyfactsItem h3{
    margin: 0;
}

.mar_KeyfactsItem t1{
    display: block;
    margin: 0;
    line-height: 1.35;
}

.mar_KeyfactsItem svg{
    color:#A55C44;
    width: 58px;
    height: 58px;
    margin-top: 0;
    stroke: #A55C44;
    
}

.mar_Icon24 a{
    vertical-align: super;
    color: var(--color_font);
    text-decoration: none;
}

.mar_Icon24 a:hover {
    text-decoration: underline;
}

.mar_Icon24 {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 30px;
}

.mar_GoogleLink {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

.mar_Header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mar_HeaderLeft,
.mar_HeaderRight {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.mar_Header.mar_Header--contactRow {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 16px;
    justify-content: unset;
}

.mar_HeaderAddress {
    justify-self: start;
}

.mar_HeaderPhone {
    justify-self: center;
}

.mar_HeaderEmail {
    justify-self: end;
}

.mar_Header--contactRow .mar_Icon24 {
    margin-left: 0;
}

.mar_Phone {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.mar_Phone a {
    font-size: 22px;
}

.mar_Logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.mar_Logo img{
    height: 30%;
    width:  30%;
    filter: invert(10%) sepia(17%) saturate(400%) hue-rotate(335deg) brightness(92%) contrast(88%);
}

.mar_Galerie{
    width: 100%;
    max-width: 500px;
}

.mar_Galerie img{
    width: 100%;
}

.mar_BilderPage {
    text-align: center;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 24px;
}

.mar_BilderPage h3 {
    text-align: center;
    margin-bottom: 32px;
}

.mar_BilderGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.mar_BilderGrid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    cursor: zoom-in;
}

.mar_BilderLightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 24px;
}

.mar_BilderLightbox.is-open {
    display: flex;
}

.mar_BilderLightbox img {
    max-width: min(1200px, 92vw);
    max-height: 88vh;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}

.mar_BilderLightboxClose {
    position: absolute;
    top: 18px;
    right: 22px;
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.mar_BilderLightboxNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.mar_BilderLightboxPrev {
    left: 22px;
}

.mar_BilderLightboxNext {
    right: 22px;
}


.mar_KonditionenItem {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 36px;
}

.mar_KonditionenItem > svg {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    align-self: flex-start;
    display: block;
}

.mar_KonditionenItem:first-of-type > svg path {
    stroke: #A55C44;
    stroke-width: 0.45;
}

.mar_KonditionenIcon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    color: var(--color_icon);
    stroke: currentColor;
}

.mar_KonditionenItem p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 4px;
}

.mar_BewertungenSection {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 32px;
    text-align: center;
}

.mar_BewertungenSection h3 {
    margin-bottom: 16px;
}

.mar_BewertungenIntro {
    max-width: 720px;
    margin: 0 auto 32px;
    font-size: 20px;
    line-height: 1.6;
}

.mar_BewertungenGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mar_BewertungCard {
    background: #f7f3ef;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: left;
    box-shadow: 0 12px 30px rgba(66, 61, 56, 0.08);
    border: 1px solid transparent;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, filter 0.22s ease, opacity 0.22s ease;
}

.mar_BewertungCardLink {
    display: block;
    color: inherit;
    text-decoration: none;
}

.mar_BewertungCardLink:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(66, 61, 56, 0.2);
}

.mar_BewertungCardLink:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(66, 61, 56, 0.2);
    outline: none;
}

.mar_BewertungenGrid:hover .mar_BewertungCardLink:not(:hover):not(:focus-visible) {
    filter: brightness(0.8);
    opacity: 0.92;
}

.mar_BewertungStars {
    color: var(--color_icon);
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.mar_BewertungCard p {
    margin: 0 0 20px;
    line-height: 1.7;
    font-size: 18px;
}

.mar_BewertungCard span {
    display: block;
    font-family: 'JetBrains Mono';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--color_icon);
}

.mar_BewertungenLink {
    display: inline-block;
    margin-top: 28px;
    color: var(--color_icon);
    text-decoration: none;
    font-family: 'JetBrains Mono';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.mar_BewertungenLink:hover {
    text-decoration: underline;
}

.mar_InfoSections {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mar_InfoBody {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.mar_InfoPage {
    flex: 1;
    background-color: #fff;
    color: var(--color_font);
    letter-spacing: 0.8px;
    line-height: 30px;
    font-size: 20px;
}

#kontakt,
#impressum {
    background-color: #fff;
    color: #423d38;
    max-width: 1000px;
    margin: 0 auto;
    padding: 56px 32px;
}

#kontakt a,
#impressum a {
    color: #423d38;
}

footer {
    background-color: #423d38;
    color: #fff;
    text-align: center;
    padding: 10px 24px;
}

.mar_FooterLinks {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 14px;
}

.mar_FooterLinks a {
    color: #fff;
    text-decoration: none;
}

.mar_FooterLinks a:hover {
    text-decoration: underline;
}

.mar_Keyfacts{
    display: grid;
    grid-template-columns: 1fr 4px 1fr 4px 1fr;
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mar_SeperatorFacts{
    background-color: var(--color_icon);
    opacity: 0.15;
    margin-top: 0;
}

.mar_SeperatorFacts--horizontal {
    background-color: var(--color_icon);
    opacity: 0.15;
    height: 4px;
    width: 400px;
    max-width: 1200px;
    margin: 70px auto 70px;
    padding: 0 24px;
    box-sizing: border-box;
}

#about-separator.mar_SeperatorFacts--horizontal {
    margin-top: 120px;
}

#about {
    scroll-margin-top: 120px;
}

.mar_KeyfactsIcon{
    width: 50px;
    height: 50px;
}


.mar_Equipment > div:last-child{
    padding-left: 40px;
    padding-bottom: 40px;
}

.mar_EquipmentImage{
    height: auto;
    align-self: stretch;
    padding-left: 50px;
    box-sizing: border-box;
}

.mar_EquipmentImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.mar_EquipmentIcons{
    color:white;
    width: 50px;
    height: 50px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.mar_EquipmentIcons svg{
    width: 100%;
    height: 100%;
    display: block;
}

.mar_EquipmentItem{
    display: grid;
    grid-template-columns: 50px auto;
    grid-column-gap: 25px;
    margin-right: 20%;
    
}

.mar_Equipment h3 {
    font-weight: 300;
    font-size: clamp(1.15rem, 1.1vw + 0.55rem, 1.65rem);
}

.mar_EquipmentItem t1{
    margin: 0 0 20px;
    font-size: clamp(1rem, 0.75vw + 0.65rem, 1.35rem);
    line-height: 1.25;
}

.mar_space{
    display: block;
    height: 15px;
    width: 100%;
}

.mar_SlideshowSection {
    max-width: 1200px;
    margin: 48px auto;
    padding: 0 24px;
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.mar_SlideshowTextBox {
    flex: 0 0 320px;
    background-color: #423d38;
    color: #fff;
    border-radius: 10px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.04rem;
    line-height: 1.6;
}

.mar_SlideshowTextBox p {
    margin: 0;
    line-height: 2.2;
}

.mar_SlideshowTextBox__highlight {
    margin-top: 24px !important;
    font-size: 1.2rem;
    font-weight: 500;
}

.mar_Slideshow {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
}

.mar_Slides {
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.mar_SlidesTrack {
    display: flex;
    height: 100%;
    gap: 10px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.mar_Slide {
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3);
    min-width: 0;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
}

.mar_SlideNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(66, 61, 56, 0.75);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.mar_SlidePrev {
    left: 14px;
}

.mar_SlideNext {
    right: 14px;
}

.mar_SlideDots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.mar_SlideDot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
}

.mar_SlideDot.is-active {
    background: #fff;
}

.mar_KeyfactsDots {
    display: none;
}

.mar_KeyfactsDot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(165, 92, 68, 0.28);
    cursor: pointer;
}

.mar_KeyfactsDot.is-active {
    background: #A55C44;
}

.mar_BewertungenDots {
    display: none;
}

.mar_BewertungenDot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(165, 92, 68, 0.28);
    cursor: pointer;
}

.mar_BewertungenDot.is-active {
    background: #A55C44;
}


.mar_seperator{
    height: 4px;
    width: 40%;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right:auto;
    opacity: 0.15;
}

.font-medium {
    font-weight: bold;
    font-size: large;
}

.font-bold {
    font-weight: bold;
    font-size: x-large;
}

.font-header {
    font-weight: bold;
    font-size: 18px;
}

/* Mindestens 1100px breite ----------------------------------------------------------------------------------------*/

@media (min-width: 1100px) {
    
header,
.mar_Header {
    position: static !important;
    top: auto !important;
}

.mar_Header {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 17px;
    margin-bottom: 17px;
}

.menu-bar {
    background-color: #423d38;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 0;
    box-shadow: 0 1px 0 #423d38;
    margin-bottom: -1px;
}

.mar_NavLinks {
    display: flex;
    align-items: center;
}

.mar_NavBrand {
    display: none;
}

.menu-bar a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: normal;
    font-size: large;
}

.menu-bar a:hover {
    text-decoration: underline;
}

.hero h1 {
    font-size: 3rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

    .hero h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

    .hero-button {
    background-color: var(--color_icon);
    color: white;
    font-family: 'Belleza';
    font-weight: lighter;
    border: none;
    padding: 15px 25px;
    font-size: 1.3rem;
    cursor: pointer;
    box-shadow: rgb(0, 0, 0) 0px 4px 6px -1px;
    display: inline-block;
    text-decoration: none;
}

.mar_Equipment{
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
    background-color: var(--color_backround);  
    color:white;
    column-gap: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: clamp(340px, 60vh, 620px);
}

#about-separator.mar_SeperatorFacts--horizontal,
.mar_SeperatorFacts--horizontal.mar_KeyfactsBottomSeparator {
    display: none;
}

.mar_KonditionenSection {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 32px;
}

.mar_KonditionenSection h3 {
    text-align: center;
    margin-bottom: 40px;
}
}
.mar_BurgerBtn {
    display: none;
}

.hero {
    position: relative;
    height: 600px;
    background-color: #423d38;
    margin-top: 0;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.hero img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.mar_HeroMenu {
    display: none;
}
/* Maximal 1100px breite ----------------------------------------------------------------------------------------*/

    @media (max-width: 1100px) {
    .hero h1 {
        font-size: 2rem;
        letter-spacing: 3px;
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .hero h2 {
        font-size: 1rem;
        letter-spacing: 1px;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .hero-button {
        background-color: var(--color_icon);
        color: white;
        font-family: 'Belleza';
        font-weight: lighter;
        border: none;
        padding: 15px 25px;
        font-size: 1.3rem;
        cursor: pointer;
        box-shadow: rgb(0, 0, 0) 0px 4px 6px -1px;
        display: inline-block;
        text-decoration: none;
    }

    .mar_InfoSections {
        grid-template-columns: 1fr;
    }

    .mar_BewertungenGrid {
        grid-template-columns: 1fr;
    }


    .mar_Equipment{
    display: grid;
    background-color: var(--color_backround);  
    color:white;
    column-gap: 25px;
    margin-bottom: 50px;
    margin-top: 10px;
    min-height: clamp(340px, 60vh, 620px);
}
    .mar_EquipmentImage {
        display: none;
    }

    .mar_Equipment > div:last-child {
        padding-left: 28px;
        padding-right: 28px;
    }

    .mar_EquipmentItem {
        margin-right: 0;
    }

    .mar_SlideshowSection {
        flex-direction: column;
        padding: 0 16px;
    }

    .mar_SlideshowTextBox {
        display: none;
    }

    .mar_Slideshow {
        width: 100%;
    }

    .mar_SlideNav {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .mar_Keyfacts {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        min-height: 250px;
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }

    .mar_SeperatorFacts {
        display: none;
    }

    .mar_KeyfactsItem {
        position: absolute;
        top: 50%;
        left: 50%;
        width: min(520px, 86%);
        min-width: 0;
        max-width: 86%;
        transform: translate(-50%, -50%) scale(0.78);
        transform-origin: center center;
        opacity: 0.35;
        filter: blur(1px);
        z-index: 1;
        transition: transform 1.5s ease, opacity 1.5s ease, filter 1.5s ease;
        pointer-events: none;
        background: transparent;
        box-shadow: none;
    }

    .mar_KeyfactsItem.is-center {
        transform: translate(-50%, -50%) scale(1);
        width: min(300px, 50%);
        max-width: 80%;
        opacity: 1;
        filter: none;
        z-index: 3;
        pointer-events: auto;
        font-size: 15px; 
    }

    .mar_KeyfactsItem.is-left {
        transform: translate(calc(-50% - 42%), -50%) scale(0.82);
        z-index: 0;
        opacity: 0;
        pointer-events: none;
    }

    .mar_KeyfactsItem.is-right {
        transform: translate(calc(-50% + 42%), -50%) scale(0.82);
        z-index: 0;
        opacity: 0;
        pointer-events: none;
    }

    .mar_KeyfactsItem.is-hidden {
        opacity: 0;
        z-index: 0;
    }

    .mar_KeyfactsDots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mar_BewertungenSection {
        margin: 24px auto;
    }

    .mar_BewertungenDots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mar_BewertungenGrid {
        display: block;
        position: relative;
        min-height: 300px;
        overflow: hidden;
        isolation: isolate;
    }

    .mar_BewertungCardLink {
        position: absolute;
        top: 50%;
        left: 50%;
        width: min(440px, 82%);
        transform: translate(-50%, -50%) scale(0.82);
        opacity: 0.55;
        z-index: 1;
        transition: transform 1.5s ease, opacity 1.5s ease;
        pointer-events: none;
    }

    .mar_BewertungCardLink.is-center {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
        z-index: 3;
        pointer-events: auto;
        filter: drop-shadow(0 8px 24px rgba(66, 61, 56, 0.22));
    }

    .mar_BewertungCardLink.is-left {
        transform: translate(calc(-50% - 68%), -50%) scale(0.8);
        opacity: 0.85;
        z-index: 2;
    }

    .mar_BewertungCardLink.is-right {
        transform: translate(calc(-50% + 68%), -50%) scale(0.8);
        opacity: 0.85;
        z-index: 2;
    }

    .mar_BewertungCardLink.is-hidden {
        opacity: 0;
        z-index: 0;
    }

    .mar_BewertungenGrid:hover .mar_BewertungCardLink:not(:hover):not(:focus-visible) {
        filter: none;
        opacity: inherit;
    }

    .mar_Header.mar_Header--contactRow {
        display: none;
    }

    .mar_HeaderAddress,
    .mar_HeaderPhone,
    .mar_HeaderEmail {
        display: none;
    }

    .mar_Header.mar_Header--contactRow {
        grid-template-columns: auto auto;
        column-gap: 24px;
        justify-content: center;
    }

    .mar_HeaderAddress,
    .mar_HeaderEmail {
        justify-self: center;
    }

    .mar_BewertungenGrid {
        grid-template-columns: 1fr;
    }

    .menu-bar {
        background-color: #423d38;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 4px 12px;
        position: sticky;
        top: 0;
        z-index: 150;
    }

    .is-home .menu-bar {
        display: none !important;
    }

    header#home {
        display: none;
    }

    .is-home header#home {
        display: block;
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 160;
    }

    .is-home .mar_Header.mar_Header--contactRow {
        display: block;
        background: transparent;
        padding: 0;
    }

    .is-home .mar_HeaderAddress,
    .is-home .mar_HeaderPhone {
        display: none;
    }

    .is-home .mar_HeaderEmail {
        display: block;
        justify-self: start;
    }

    .is-home .mar_HeaderEmail .mar_Icon24 {
        margin-left: 0;
        gap: 6px;
    }

    .is-home .mar_HeaderEmail .mar_Icon24 img {
        display: none;
    }

    .is-home .mar_HeaderEmail .mar_Icon24 a {
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        vertical-align: baseline;
        font-weight: lighter;
        margin-top: 5%;
    }

    .mar_seperator {
        display: none;
    }

    .mar_HeroMenu {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 4;
    }

    .mar_HeroBurgerBtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 8px;
        width: 42px;
        height: 42px;
    }

    .mar_HeroBurgerBtn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .mar_HeroMenu.is-open .mar_HeroBurgerBtn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mar_HeroMenu.is-open .mar_HeroBurgerBtn span:nth-child(2) {
        opacity: 0;
    }

    .mar_HeroMenu.is-open .mar_HeroBurgerBtn span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mar_HeroNavLinks {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        min-width: 190px;
        background: rgba(66, 61, 56, 0.96);
        backdrop-filter: blur(2px);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    }

    .mar_HeroMenu.is-open .mar_HeroNavLinks {
        display: flex;
        flex-direction: column;
    }

    .mar_HeroNavLinks a {
        color: #fff;
        text-decoration: none;
        padding: 9px 14px;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mar_HeroNavLinks a:last-child {
        border-bottom: none;
    }

    .mar_HeroNavLinks a:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .is-home .mar_Header.mar_Header--contactRow {
        display: block;
        background: transparent;
        padding: 0;
    }

    .mar_Phone a,
    .mar_Icon24 a {
        font-size: 16px;
    }


    .font-bold {
        font-size: large;
    }

    .mar_NavBrand {
        display: none;
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 56px);
    }

    .mar_NavLinks {
        display: none !important;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: auto;
        min-width: 220px;
        background-color: #423d38;
        flex-direction: column;
        align-items: stretch;
        padding: 6px 0;
        z-index: 200;
        box-shadow: 0 6px 16px rgba(0,0,0,0.3);
        border-radius: 8px;
    }

    .menu-bar.is-open .mar_NavLinks {
        display: flex !important;
    }

    .menu-bar a {
        margin: 0;
        padding: 13px 20px;
        color: #fff;
        font-size: medium;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu-bar a:last-child {
        border-bottom: none;
    }

    .mar_BurgerBtn {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .mar_BurgerBtn span {
        display: block;
        width: 24px;
        height: 2px;
        background: white;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .menu-bar.is-open .mar_BurgerBtn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-bar.is-open .mar_BurgerBtn span:nth-child(2) {
        opacity: 0;
    }

    .menu-bar.is-open .mar_BurgerBtn span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .hero {
        height: 400px;
    }

    .hero::before {
        height: 400px;
    }

    .hero img {
        height: 450px;
    }

    .mar_KeyfactsItem {
        padding: 5px 5px;
    }

    .mar_SeperatorFacts--horizontal {
        display: none;
    }

    .mar_SeperatorFacts--horizontal.mar_SeperatorFacts--mobile {
        display: block;
        width: min(400px, calc(100% - 32px));
        margin: 36px auto;
    }


    .mar_SlideshowSection {
        padding: 0 10px;
        gap: 0;
    }

    .mar_SlideshowTextBox {
        padding: 22px 18px;
        font-size: 0.97rem;
    }

    .mar_Slides {
        height: 220px;
    }

    .mar_Equipment > div:last-child {
        padding-left: 120px;
        padding-right: 120px;
        padding-bottom: 24px;
    }

    .mar_Equipment h3 {
        font-size: 24px;
    }

    .mar_EquipmentItem t1 {
        font-size: 1rem;
    }

    .mar_KonditionenSection {
        max-width: 800px;
        margin: 60px auto;
        padding: 0 32px;
    }

    .mar_KonditionenSection h3 {
        text-align: center;
        margin-bottom: 40px;
    }

    .mar_KonditionenItem {
        gap: 16px;
    }

    .mar_KonditionenItem > svg,
    .mar_KonditionenIcon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
    }

    .mar_KonditionenItem p {
        font-size: 17px;
    }

    .mar_BewertungenSection {
        padding: 0 16px;
        margin: 36px auto;
    }

    .mar_BewertungCard p {
        font-size: 16px;
    }

    .mar_BilderPage {
        padding: 0 12px;
        margin: 32px auto;
    }

    .mar_BilderGrid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 8px;
    }

    .mar_BilderGrid img {
        height: 140px;
    }

    #kontakt,
    #impressum {
        padding: 32px 16px;
    }
    }

.hero-button:hover {
    background-color: #8a4a3a;
}

.hero p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.mar_seperator {
    height: 50.8px;
    width: 100%;
    background-color: #423d38;
    margin-top: 0%;
    margin-bottom: 0%;
    opacity: 100%;
}

/* Maximal 500px breite ----------------------------------------------------------------------------------------*/ 

    @media (max-width: 500px) {

    html,
    body {
        overflow-x: hidden;
        overscroll-behavior-x: none;
    }

    header#home {
        display: block;
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 4;
    }

    body:not(.is-home) header#home {
        display: none;
    }

    .mar_Header.mar_Header--contactRow {
        display: none;
    }

    .mar_HeaderAddress,
    .mar_HeaderPhone {
        display: none;
    }

    .mar_HeaderEmail {
        display: block;
        justify-self: start;
    }

    .mar_HeaderEmail .mar_Icon24 {
        margin-left: 0;
        gap: 6px;
    }

    .mar_HeaderEmail .mar_Icon24 img {
        display: none;
    }

    .mar_HeaderEmail .mar_Icon24 a {
        color: #fff;
        font-size: 12px;
        line-height: 1.2;
        vertical-align: baseline;
        font-weight: lighter;
    }

    .hero h1 {
        font-size: 1.65rem;
        letter-spacing: 2px;
    }

    .hero h2 {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .hero-content {
        top: 50%;
    }

    .hero-button {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .mar_KeyfactsItem.is-center {
        transform: translate(-50%, -50%) scale(0.92);
        width: min(520px, 86%);
        max-width: 86%;
    }

    .mar_Keyfacts {
        touch-action: pan-y;
    }

    .mar_KeyfactsDots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .mar_KeyfactsDot {
        appearance: none;
        -webkit-appearance: none;
        display: inline-block;
        padding: 0;
        flex: 0 0 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .mar_Equipment > div:last-child {
        padding-top: 20px;
        padding-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mar_Equipment {
        min-height: auto;
        margin-top: 24px;
        margin-bottom: 50px;
    }

    .mar_Equipment h3 {
        font-size: 22px;
    }

    .mar_EquipmentItem t1 {
        font-size: 0.95rem;
    }

    .mar_SeperatorFacts--horizontal.mar_SeperatorFacts--mobile {
        width: min(220px, calc(100% - 96px));
    }

    .mar_BewertungenSection {
        margin: 24px auto;
        padding: 0 12px;
    }

    .mar_BewertungenDots {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .mar_BewertungenDot {
        appearance: none;
        -webkit-appearance: none;
        display: inline-block;
        padding: 0;
        flex: 0 0 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .mar_BewertungenGrid {
        min-height: 300px;
        padding: 14px 0;
        overflow: visible;
        touch-action: pan-y;
    }

    .mar_BewertungCardLink {
        width: min(320px, 78%);
        transform: translate(-50%, -50%) scale(0.72);
        opacity: 0.45;
    }

    .mar_BewertungCardLink.is-center {
        transform: translate(-50%, -50%) scale(0.9);
    }

    .mar_BewertungCardLink.is-left {
        transform: translate(calc(-50% - 56%), -50%) scale(0.72);
        opacity: 0.7;
    }

    .mar_BewertungCardLink.is-right {
        transform: translate(calc(-50% + 56%), -50%) scale(0.72);
        opacity: 0.7;
    }

    .is-home .menu-bar {
        display: none !important;
    }

    .menu-bar {
        background-color: #423d38;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 4px 12px;
        position: sticky;
        top: 0;
        margin-top: 0;
        z-index: 150;
    }

    .mar_seperator {
        display: none;
    }

    .mar_HeroMenu {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 4;
    }

    .mar_HeroBurgerBtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 8px;
        width: 42px;
        height: 42px;
    }

    .mar_HeroBurgerBtn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .mar_HeroMenu.is-open .mar_HeroBurgerBtn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mar_HeroMenu.is-open .mar_HeroBurgerBtn span:nth-child(2) {
        opacity: 0;
    }

    .mar_HeroMenu.is-open .mar_HeroBurgerBtn span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mar_HeroNavLinks {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        min-width: 190px;
        background: rgba(66, 61, 56, 0.96);
        backdrop-filter: blur(2px);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    }

    .mar_HeroMenu.is-open .mar_HeroNavLinks {
        display: flex;
        flex-direction: column;
    }

    .mar_HeroNavLinks a {
        color: #fff;
        text-decoration: none;
        padding: 9px 14px;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mar_HeroNavLinks a:last-child {
        border-bottom: none;
    }

    .mar_HeroNavLinks a:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    .mar_Header.mar_Header--contactRow {
        row-gap: 8px;
        padding: 10px 12px;
    }

    .mar_Phone a,
    .mar_Icon24 a {
        font-size: 16px;
    }


    .font-bold {
        font-size: large;
    }

    .mar_NavBrand {
        display: none;
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 56px);
    }

    .mar_NavLinks {
        display: none !important;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: auto;
        min-width: 220px;
        background-color: #423d38;
        flex-direction: column;
        align-items: stretch;
        padding: 6px 0;
        z-index: 200;
        box-shadow: 0 6px 16px rgba(0,0,0,0.3);
        border-radius: 8px;
    }

    .menu-bar.is-open .mar_NavLinks {
        display: flex !important;
    }

    .menu-bar a {
        margin: 0;
        padding: 13px 20px;
        color: #fff;
        font-size: medium;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu-bar a:last-child {
        border-bottom: none;
    }

    .mar_BurgerBtn {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .mar_BurgerBtn span {
        display: block;
        width: 24px;
        height: 2px;
        background: white;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .menu-bar.is-open .mar_BurgerBtn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-bar.is-open .mar_BurgerBtn span:nth-child(2) {
        opacity: 0;
    }

    .menu-bar.is-open .mar_BurgerBtn span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

        }