/* ===== RANCHIDAS CLEAN LUXURY STYLE ===== */

body {
    background: #f5efe6;
    font-family: "Georgia", serif;
    margin: 0;
}

/* Leichtes Ornament im Hintergrund */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("/app/uploads/thai-bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: -1;
}

/* HEADER */
#header {
#header {
    background: linear-gradient(to bottom, #d9c4a3, #f4ead9);
    padding: 120px 0 80px 0;
    text-align: center;
}

#header img {
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));
}
}

#header h1 {
    color: var(--gold-dark);
    font-weight: 300;
    letter-spacing: 8px;
}
}

#header h1:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #b8862b;
    margin: 25px auto 0 auto;
}

/* NAVIGATION CLEAN */
/* MENU FIX */

/* ===== MENU BAR FIX ===== */

#navigation {
    background: white;
    padding: 18px 0;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navigation li {
    display: inline-block;
    margin: 0 25px;
}

#navigation a {
    color: #4a3a2a;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
}

#navigation a:hover {
    color: #b8862b;
}

/* CONTENT AREA */
#content /* ===== PREMIUM CONTENT CARD ===== */

#content {
    background: white;
    max-width: 1100px;
    margin: 120px auto;
    padding: 100px 80px;
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.06);
}
}

/* BUTTON STYLE */
a[href^="tel"] {
    display: inline-block;
    background: #b8862b;
    color: white !important;
    padding: 16px 45px;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

a[href^="tel"]:hover {
    background: #9f7424;
}

/* FOOTER */
#footer {
    background: #f0e6d8;
    text-align: center;
    padding: 50px 20px;
    font-size: 14px;
    color: #6a5d4d;
    margin-top: 100px;
}


... dein letzter CSS Block
}
    
    
/* HIER UNTEN EINFÜGEN */

#navigation .active a,
#navigation a.active {
    color: #b8862b;
    font-weight: 600;
}

#navigation {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#navigation a::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background: #b8862b;
    margin-top: 6px;
    transition: 0.3s;
}

#navigation a:hover::after {
    width: 100%;
}


/* ===== LUXURY BACKGROUND UPGRADE ===== */

body {
    background-color: #f3ede4;
}

/* dezentes Ornament */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("/app/uploads/thai-bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0.08;   /* viel dezenter */
    z-index: -1;
}


/* ===== TYPOGRAPHY PREMIUM ===== */

h1 {
    font-weight: 400;
}

h2 {
    font-size: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 1.9;
}

/* Goldene feine Linie unter H2 */
h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #b8862b;
    margin: 18px auto 0 auto;
}

/* ===== LUXURY BUTTON ===== */

a[href^="tel"] {
    background: linear-gradient(145deg, #c49a3a, #a97a23);
    box-shadow: 0 8px 25px rgba(184,134,43,0.25);
}

a[href^="tel"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(184,134,43,0.35);
}

/* ===== CLEAN STRUCTURE FIX ===== */

#container {
    max-width: 1400px;
    margin: 0 auto;
}

#content {
    background: rgba(255,255,255,0.96);
    max-width: 1100px;
    margin: 100px auto;
    padding: 80px;
    border-radius: 16px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.05);
}

/* Mehr Luft oben */
#header {
    padding: 140px 20px 120px 20px;
}

/* Menü Abstand schöner */
#navigation {
    padding: 20px 0;
}

/* ===== THAI LUXURY GOLD ===== */

:root {
    --gold-main: #c79a2e;
    --gold-dark: #9e741f;
    --warm-bg: #f6f0e6;
    --deep-brown: #4a3422;
}

/* ===================================================
   RANCHIDAS THAI LUXURY DESIGN
   =================================================== */

/* Gold & warme Farben */
:root {
    --gold-main: #c79a2e;
    --gold-dark: #9e741f;
    --warm-bg: #f6f0e6;
    --deep-brown: #4a3422;
}

/* Sanfter warmer Hintergrund */
body {
    background-color: var(--warm-bg);
}

/* Header luxuriöser */
#header {
    padding: 140px 20px 120px 20px;
    background: linear-gradient(rgba(246,240,230,0.95), rgba(246,240,230,0.95)),
                url("/app/uploads/thai-bg.png");
    background-size: cover;
    background-position: center;
}

#header h1 {
    color: var(--gold-dark);
    font-weight: 300;
    letter-spacing: 8px;
}

/* Navigation edler */
#navigation {
    padding: 20px 0;
}

#navigation a {
    color: var(--deep-brown);
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

#navigation a:hover {
    color: var(--gold-main);
}

/* Premium Content Karte */
#content {
    background: rgba(255, 252, 247, 0.97);
    max-width: 1100px;
    margin: 100px auto;
    padding: 80px;
    border-radius: 16px;
    border: 1px solid rgba(199,154,46,0.15);
    box-shadow: 0 30px 70px rgba(0,0,0,0.05);
}

/* Elegantere Typografie */
h2 {
    letter-spacing: 4px;
    text-transform: uppercase;
}

h2::after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin: 18px auto 0 auto;
    background: linear-gradient(to right, transparent, var(--gold-main), transparent);
}

/* Luxus Button */
a[href^="tel"] {
    background: linear-gradient(145deg, var(--gold-main), var(--gold-dark));
    border-radius: 50px;
    padding: 16px 40px;
    font-weight: 500;
    letter-spacing: 1px;
    color: white !important;
    box-shadow: 0 8px 25px rgba(199,154,46,0.35);
    transition: 0.3s ease;
}

a[href^="tel"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(199,154,46,0.45);
}

/* ===== IMAGE STRUCTURE FIX ===== */

#content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Zentriert Bilder automatisch */
#content p img {
    display: block;
    margin: 40px auto;
}

/* Mehr Abstand zwischen Blöcken */
#content p,
#content div {
    margin-bottom: 30px;
}

/* ===== BACKGROUND SOFT LUXURY OVERLAY ===== */

body {
    background: 
        linear-gradient(rgba(246,240,230,0.95), rgba(246,240,230,0.95)),
        url("/app/uploads/hintergrunf-neue-farbe.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* ===== LOGO STYLING ===== */

.main-logo {
    max-width: 160px;
    display: block;
    margin: 0 auto 30px auto;
}

/* ===== LOGO SAFE VERSION ===== */

.main-logo {
    max-width: 280px;
    height: auto;
    display: block;
    margin: 40px auto;
}

header, .navigation, nav {
    position: relative;
    z-index: 10;
}

/* ===== STABILE LOGO VERSION ===== */

.main-logo {
    display: block;
    margin: 60px auto 30px auto;
    max-width: 340px;
    height: auto;
}

/* ===== HEADER LOGO FIX ===== */

}

.custom-header {
    text-align: center;
    padding: 80px 0 40px 0;
    background: linear-gradient(to bottom, #f4ead9, #e8dbc4);
}

.custom-header img {
    max-width: 360px;
    height: auto;
}

#header {
    text-align: center;
    padding: 120px 0 80px 0;
    background: linear-gradient(to bottom, #d9c4a3, #f4ead9);
}

#header img {
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));
}

/* LOGO zentrieren & verkleinern */
.header,
#header {
    text-align: center !important;
}

.header img,
#header img,
.logo img {
    max-width: 320px !important;   /* kleiner */
    height: auto;
    display: block;
    margin: 0 auto;
}



}

/* Hover = Gold */


/* Aktive Seite = Gold */

}

/* Standard Menüfarbe */
.cc-nav a {
    color: #4a3a2a !important;   /* dunkles Braun */
    transition: color 0.3s ease;
}

/* Hover = Gold */
.cc-nav a:hover {
    color: #b8862b !important;
}

/* Aktive Seite = Gold */
.cc-nav-current > a,
.cc-nav-item.cc-nav-current > a {
    color: #b8862b !important;
}
/* ===== CLEAN NAVIGATION GOLD ===== */

.cc-nav-item > a {
    color: #4a3422;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.cc-nav-item > a:hover {
    color: #c79a2e;
}

.cc-nav-item.cc-nav-current > a {
    color: #c79a2e;
}

/* ===== LUXURY TYPOGRAPHY ===== */

body {
    font-family: "Georgia", serif;
    color: #4a3422;
}

/* Große Überschriften */
h1, h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a2618;
}

/* Hero Überschrift */
h1 {
    font-size: 42px;
    letter-spacing: 5px;
}

/* Abschnitt Überschrift */
h2 {
    font-size: 30px;
}

/* Fließtext */
p {
    font-size: 19px;
    line-height: 1.9;
    color: #5a4a3a;
}

/* Goldene Linie unter H2 */
h2::after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin: 18px auto 0 auto;
    background: linear-gradient(to right, transparent, #c79a2e, transparent);
}
#content p {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 22px !important;
    letter-spacing: 1px;
    color: #5a4a3a !important;
    text-align: center;
}