/* core/assets/css/site.css — mikegeorg.com | Stil 1:1 nach der bisherigen Seite (Betheme-Layout)
 * =====================================================================
 * Project  : mikegeorg.com by CTPF Certthor Platforms Ltd.
 * Author   : MikeGeorg / Senior Full-Stack Developer
 * Version  : 1.0.0 2026-09-10 00:33:30 +0000 UTC C-Muster-Neubau der Seite (Nr. 31) — by MikeGeorg
 * Layout   : core/assets/css/site.css
 * Infos    : Masse aus der Live-Seite: Leiste 250px fest rechts, Inhalt 940px, Hero 900px, Subheader 370px,
 *            Farben Navy #031430, Gold #d4b768, Hellgold #f3dc97, Inhalt #f5f6f7, Fuss #e8eaec. Keine Rundungen, nur px.
 */
:root {
    --navy: #031430;
    --gold: #d4b768;
    --gold-light: #f3dc97;
    --gold-bg: #cbb055;
    --blue: #0095eb;
    --bg: #f5f6f7;
    --bg-foot: #e8eaec;
    --text: #000000;
    --muted: #747474;
    --line: #ebebeb;
    --side: 250px;
}
* { border-radius: 0 !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-right: var(--side);
}
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--navy); text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { color: var(--navy); margin: 0; }

/* ---------- Seitenleiste (Desktop) ---------- */
.mg-side {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: var(--side);
    background: var(--navy);
    z-index: 100;
}
.mg-side__inner { position: relative; height: 100%; text-align: center; }
.mg-side__logo { display: block; margin: 15px 0; padding: 50px 0; }
.mg-side__logo img { width: 146px; height: 113px; }
.mg-side__toggle { display: none; }
.mg-menu { display: block; padding: 0; }
.mg-menu__a {
    display: block;
    color: var(--gold);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 20px;
}
.mg-menu__a:hover, .mg-menu__a.is-active { color: var(--gold-light); }
.mg-menu__lang { font-size: 13px; letter-spacing: 1px; margin-top: 30px; color: #bbbbbb; }
.mg-menu__lang:hover { color: var(--gold-light); }
.mg-side__social { position: absolute; left: 0; right: 0; bottom: 25px; }
.mg-side__social a { color: #bbbbbb; font-size: 15px; }
.mg-side__social a:hover { color: var(--gold-light); }

/* ---------- Hero ---------- */
.mg-hero { position: relative; height: 900px; background: var(--gold-bg); overflow: hidden; }
.mg-hero__slide {
    position: absolute; inset: 0;
    background-position: 50% 50%; background-size: cover; background-repeat: no-repeat;
    opacity: 0; transition: opacity 1200ms ease-in-out;
}
.mg-hero__slide.is-active { opacity: 1; }

/* ---------- Subheader (Kontakt) ---------- */
.mg-subheader {
    height: 370px;
    padding: 160px 0;
    background: var(--gold-bg) url('/core/assets/img/subheader.jpg') no-repeat top center;
    background-size: cover;
    text-align: center;
}
.mg-subheader h1 { color: var(--gold-light); font-size: 50px; font-weight: 400; letter-spacing: 7px; line-height: 50px; }
.mg-map { background: #6b7075; line-height: 0; }
.mg-map iframe { border: 0; width: 100%; height: 480px; filter: grayscale(1); }

/* ---------- Inhalt ---------- */
.mg-content { background: var(--bg); }
.mg-container { max-width: 940px; margin: 0 auto; padding: 0 12px; }
.mg-section { padding: 70px 0 0; }
.mg-h2 { font-size: 32px; font-weight: 400; line-height: 32px; margin-bottom: 7px; }
.mg-sep { display: block; width: 90px; height: 3px; margin: 8px 0 20px; }
.mg-card { background: #ffffff; padding: 30px 30px 15px; }

.mg-about__row { margin-top: 20px; }
.mg-about__photo { padding: 0 12px 20px 0; }
.mg-photo { background: var(--gold-light); padding: 40px 15px 15px; }
.mg-photo img { display: block; width: 100%; height: auto; }
.mg-photo__cap { background: #ebebeb; text-align: center; padding: 15px; font-size: 14px; }
.mg-about__text { padding: 0 0 0 12px; }
.mg-list { list-style: none; margin: 25px 0 0; padding: 0; }
.mg-list li { display: flex; align-items: flex-start; gap: 30px; margin-bottom: 30px; }
.mg-list li img { flex: 0 0 auto; width: 48px; height: auto; }
.mg-list li span { display: block; }

.mg-claim {
    padding: 110px 0 60px;
    background: url('/core/assets/img/heading-bg.png') no-repeat 50% 50%;
    text-align: center;
}
.mg-claim h3 { font-size: 22px; font-weight: 600; letter-spacing: 2px; line-height: 22px; margin: 0 auto 15px; max-width: 733px; }
.mg-claim p { margin: 0; }

/* ---------- Kontakt ---------- */
.mg-kontakt { padding-top: 0; }
.mg-kontakt__row { padding-top: 60px; }
.mg-kontakt__left { padding: 0 12px 0 0; }
.mg-kontakt__right { padding: 0 0 0 12px; }
.mg-quotes { margin-bottom: 20px; }
.mg-quotes p { margin: 0 0 15px; }
.mg-quotes--single p { text-align: justify; }
.mg-form h3 { font-size: 22px; font-weight: 600; letter-spacing: 2px; margin-bottom: 40px; }
.mg-form label { display: block; margin: 0 0 4px; }
.mg-form input[type="text"], .mg-form input[type="email"], .mg-form textarea, .mg-login__form input {
    display: block; width: 100%;
    border: 1px solid var(--line); background: #ffffff;
    padding: 10px; font: inherit; font-size: 15px; color: var(--text);
    margin-bottom: 15px;
}
.mg-form input[type="text"], .mg-form input[type="email"], .mg-login__form input { height: 39px; }
.mg-form textarea { min-height: 176px; resize: vertical; }
.mg-form input:focus, .mg-form textarea:focus, .mg-login__form input:focus { outline: none; border-color: var(--gold); }
.mg-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.mg-btn {
    display: inline-block;
    background: var(--blue); color: var(--gold);
    border: 0; padding: 16px 20px; font: inherit; font-size: 13px; line-height: 20px;
    margin-top: 25px; cursor: pointer;
}
.mg-btn:hover { background: var(--navy); color: var(--gold-light); }
.mg-form__msg { padding: 10px 14px; margin: 0 0 20px; font-weight: 700; }
.mg-form__msg--ok { background: #e6f4ea; color: #1a6b32; }
.mg-form__msg--error { background: #fdecea; color: #a12622; }
.mg-art { background: var(--gold-bg); text-align: center; padding: 30px 0; margin: 20px 0 60px; }
.mg-art h2 { color: #ffffff; font-size: 32px; font-weight: 400; line-height: 32px; }

/* ---------- Fuss ---------- */
.mg-footer { background: var(--bg-foot); }
.mg-footer__widgets { padding: 50px 0; }
.mg-footer__col { padding: 0 12px 30px; }
.mg-footer h4 { font-size: 20px; font-weight: 400; margin: 0 0 15px; }
.mg-footer h3 { font-size: 22px; font-weight: 600; letter-spacing: 2px; line-height: 22px; margin: 0 0 15px; }
.mg-footer__img { display: block; width: 100%; height: auto; margin-bottom: 15px; }
.mg-footer p { margin: 0 0 15px; }
.mg-footer p a { color: var(--text); }
.mg-footer p a:hover { color: var(--gold); }
.mg-footer__copy { text-align: center; padding: 20px 0 30px; }
.mg-totop {
    display: inline-block; width: 42px; height: 42px; line-height: 42px;
    background: #dbdddf; color: var(--muted); font-size: 14px; margin-bottom: 20px;
}
.mg-totop:hover { background: var(--navy); color: #ffffff; }
.mg-footer__copy p { margin: 0 0 12px; }
.mg-footer__x { color: #626262; font-size: 15px; }

/* ---------- Login ---------- */
.mg-login-body { padding-right: 0; background: var(--bg); }
.mg-login { display: flex; min-height: 100vh; }
.mg-login__left { flex: 0 0 50%; background: var(--navy); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mg-login__brand { color: var(--gold); font-size: 20px; letter-spacing: 3px; text-transform: uppercase; margin-top: 20px; }
.mg-login__right { flex: 0 0 50%; display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.mg-login__form { width: 100%; max-width: 380px; background: #ffffff; padding: 30px; }
.mg-login__form h1 { font-size: 22px; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; }
.mg-login__form label { display: block; margin-bottom: 4px; }
.mg-login__back { margin: 20px 0 0; }

/* ---------- Responsiv ---------- */
@media (max-width: 1239px) {
    .mg-hero { height: 700px; }
}
@media (max-width: 991px) {
    :root { --side: 0px; }
    body { padding-right: 0; padding-top: 70px; }
    .mg-side { position: fixed; top: 0; left: 0; right: 0; bottom: auto; width: auto; height: 70px; }
    .mg-side__inner { display: flex; align-items: center; justify-content: center; height: 70px; padding: 0 15px; }
    .mg-side__logo { margin: 0; padding: 0; }
    .mg-side__logo img { width: 62px; height: 48px; }
    .mg-side__toggle {
        display: block; position: absolute; right: 15px; top: 17px;
        background: none; border: 0; color: #bbbbbb; font-size: 24px; width: 36px; height: 36px; line-height: 36px; padding: 0;
    }
    .mg-menu { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--navy); padding: 10px 0 20px; text-align: center; }
    .mg-menu.is-open { display: block; }
    .mg-menu__lang { margin-top: 10px; }
    .mg-side__social { display: none; }
    .mg-hero { height: 280px; }
    .mg-subheader { height: 200px; padding: 75px 0; }
    .mg-subheader h1 { font-size: 36px; line-height: 36px; }
    .mg-map iframe { height: 300px; }
}
@media (max-width: 767px) {
    .mg-section { padding-top: 40px; }
    .mg-about__photo, .mg-about__text, .mg-kontakt__left, .mg-kontakt__right { padding: 0 0 20px; }
    .mg-card { padding: 25px 20px 10px; }
    .mg-list li { gap: 20px; }
    .mg-claim { padding: 60px 0 40px; background-size: contain; }
    .mg-art h2 { font-size: 24px; line-height: 28px; }
    .mg-login { flex-direction: column; }
    .mg-login__left { flex: 0 0 auto; padding: 40px 0; }
    .mg-login__left img { width: 160px; height: 160px; }
}
