/* =========================================================
   MASSAGEPRAXIS LANG – Statische Rekonstruktion
   ========================================================= */

/* --- Font fallback --- */
@font-face {
    font-family: "Hero";
    src: local("Hero");
    font-style: normal;
    font-weight: normal;
}

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

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

a {
    color: #D66D2C;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #A5460E;
    text-decoration: none;
}

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

hr {
    border: 0;
    border-top: 1px solid #d9d9d9;
    margin: 20px 0;
}

p {
    margin: 0 0 15px;
}

ul {
    list-style: circle;
    padding-left: 20px;
    margin: 0 0 15px;
}

.page-title {
    display: none;
}

.anchor-target {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
    height: 0;
}

/* --- Typography --- */
h1,
h2 {
    font-weight: normal;
    font-family: "Hero", "Playfair Display", serif;
    color: #A5460E;
    padding-bottom: 10px;
    border-bottom: 1px solid #A5460E;
    text-align: right;
    margin: 0;
    line-height: 1.2;
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Hero", "Playfair Display", serif;
    color: #D66D2C;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 1.25;
}

/* ==================================
   NAVIGATION
   ================================== */
.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    min-height: 52px;
}

.navbar-default {
    background: #fff;
    border-color: transparent;
    box-shadow: none;
}

.navbar-default .container {
    position: relative;
}

/* --- Burger Menü: links, ClubFitness-Stil --- */
.navbar-header {
    float: left;
}

.navbar-toggle {
    float: left;
    margin: 8px 0 8px 15px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: transparent !important;
}

.navbar-default .navbar-toggle .icon-frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 42px;
    height: 34px;
    padding: 8px 7px;
    background-color: #D66D2C;
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0;
    background-color: #fff;
    margin: 0;
}

/* --- Desktop-Menü --- */
.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    color: #555;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 15px 12px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #D66D2C;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #D66D2C;
    background: transparent;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

/* --- Mobile Menü: Klappt aus, orangener Hintergrund --- */
@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        background: #D66D2C;
    }
    .navbar-default .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: none;
        font-size: 14px;
        padding: 12px 20px;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
    }
}

/* ==================================
   MAIN LAYOUT
   ================================== */
.content {
    padding: 0;
}

.container-fluid {
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-content {
    padding-left: 0;
    padding-right: 0;
}

/* Zwei-Spalten-Layout via Flexbox, rechte Spalte 25%, linke 75% */
.site-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    background: #fff;
}

.site-row > .main-column {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    float: none;
}

.site-row > .side-column {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    float: none;
}

/* Linke Spalte */
.content-left {
    background: #fafafa !important;
    border-right: 1px solid #D66D2C;
    min-height: calc(100vh - 52px);
    padding: 30px 20px 45px;
}

/* Rechte Spalte: Logo-Hintergrund */
.content-right {
    position: relative;
    min-height: calc(100vh - 52px);
    background-image: url("../images/cropped-Logo_Evelyn_2022.jpg");
    background-color: #ffffff;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.page-message {
    margin-bottom: 0;
}

/* ==================================
   BRAND – Logo/Titel rechts
   Zentriert im sichtbaren Bereich,
   reagiert sauber auf Zoom
   ================================== */
.brand {
    position: sticky;
    top: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 52px);
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 20px 12px;
    z-index: 2;
    pointer-events: none;
}

.brand a {
    pointer-events: auto;
    color: #a5460e;
    text-decoration: none;
    display: block;
}

.brand a:hover,
.brand a:focus {
    color: #a5460e;
}

.site-title,
.site-description {
    display: block;
    color: #D66D2C;
    font-weight: normal;
    font-family: "Hero", "Playfair Display", serif;
}

.site-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 4px;
}

.site-description {
    font-size: 20px;
    line-height: 1.2;
}

/* ==================================
   PANEL LAYOUT (Content Rows)
   ================================== */
.panel-layout {
    width: 100%;
}

.panel-grid {
    margin-bottom: 30px;
}

.section-title-row {
    margin-bottom: 41px;
}

.panel-grid-cell {
    width: 100%;
}

.contentrow {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
}

.panel-col {
    min-width: 0;
}

.ratio-29 {
    flex: 0 0 29.2893%;
    max-width: 29.2893%;
}

.ratio-71 {
    flex: 0 0 70.7107%;
    max-width: 70.7107%;
}

.ratio-50 {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.morp {
    padding: 0 50px;
}

.no-padding {
    padding: 0;
}

/* ==================================
   SIDEGREEN – Rahmen bündig mit H2-Linie
   ================================== */
.sidegreen {
    margin-top: -41px;
    border: 1px solid #D66D2C;
    border-radius: 0 0 90px 0;
    background: #fff;
    overflow: hidden;
}

.sidegreen .panel-widget-style {
    padding: 20px;
}

.sidegreen img {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 90px 0;
}

.sidegreen iframe {
    display: block;
    width: 99%;
    height: 300px;
    border: 0;
    padding: 5px 5px 0 5px;
    border-radius: 0 0 90px 0;
}

.panel-widget-style-map {
    padding: 0 !important;
}

.panel-widget-style-map p {
    margin: 0;
}

.quote-panel {
    color: #c1c1c1;
}

.quote-panel h3,
.quote-panel p {
    color: #c1c1c1;
}

.image-panel {
    padding: 0;
}

.contact-row {
    margin-bottom: 100px;
}

/* ==================================
   PARALLAX
   ================================== */
.parallax-section {
    margin: 0;
}

.parallax-window {
    min-height: 300px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.treatment-bg {
    background-image: url("../images/treatment-1327811_1920.jpg");
}

.ladybug-bg {
    background-image: url("../images/ladybug-2933560_1920.jpg");
}

/* ==================================
   FOOTER ROW
   ================================== */
.footer-nav-row {
    margin-bottom: 0;
}

.footer-nav-row .panel-grid-cell {
    background: #D66D2C !important;
    margin: 0 -20px -45px -20px;
    padding: 10px 20px;
}

#menu-main-1 {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#menu-main-1 li {
    display: inline-block;
    margin: 10px;
}

#menu-main-1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

#menu-main-1 li a:hover,
#menu-main-1 li a:focus {
    color: #fff;
    text-decoration: underline;
}

/* ==================================
   IMPRESSUM
   ================================== */
.legal-page h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

.legal-page h3 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.legal-page h4 {
    margin-top: 20px;
    margin-bottom: 8px;
}

.legal-page p {
    margin-bottom: 15px;
}

/* ==================================
   BACK TO TOP
   ================================== */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #D66D2C;
    color: #fff;
    cursor: pointer;
    z-index: 1200;
    display: none;
}

.back-to-top::before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    font-size: 24px;
    line-height: 1;
}

.back-to-top:hover {
    background: #A5460E;
}

.back-to-top.visible {
    display: block;
}

/* ==================================
   RESPONSIVE
   ================================== */

/* Tablet */
@media (max-width: 991px) {
    .site-row {
        flex-direction: column;
    }

    .site-row > .main-column,
    .site-row > .side-column {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .content-right {
        min-height: 350px;
    }

    .brand {
        position: relative;
        top: 0;
        min-height: 350px;
    }

    .content-left {
        min-height: auto;
        border-right: none;
    }
}

/* Mobile */
@media (max-width: 780px) {
    .contentrow {
        flex-direction: column;
        gap: 30px;
    }

    .ratio-29,
    .ratio-71,
    .ratio-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .morp {
        padding: 0 5px;
    }

    .sidegreen {
        margin-top: 0;
    }

    .sidegreen .panel-widget-style {
        padding: 5px;
    }

    .panel-widget-style-map {
        padding: 0 !important;
    }

    .parallax-window {
        background-attachment: scroll;
    }

    .footer-nav-row .panel-grid-cell {
        margin: 0 -20px -45px -20px;
    }

    #menu-main-1 li {
        display: block;
        margin: 8px 0;
    }

    .content-right {
        min-height: 280px;
    }

    .brand {
        min-height: 280px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .site-title {
        font-size: 20px;
    }

    .site-description {
        font-size: 17px;
    }

    .brand {
        padding: 14px 10px;
        min-height: 240px;
    }

    .content-right {
        min-height: 240px;
    }

    h1,
    h2 {
        font-size: 22px;
    }
}
