/* =========================================================
   DER AUTOPUTZER LOGIN PAGE
   ========================================================= */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-height: 100%;
}

body {
    font-family: "Inter", sans-serif;
    background: #FAF9F6;
    color: #171717;
}


/* =========================================================
   TOP LOGIN SIDEBAR / BRANDING OVERLAY
   ========================================================= */

.login-container {
    position: absolute;
    top: 0;
    left: 0;

    width: 68%;
    height: 100vh;

    z-index: 20;
    pointer-events: none;
}

.login-sidebar {
    position: absolute;
    top: 40px;
    left: 48px;
    right: 48px;

    display: flex;
    align-items: center;
    gap: 24px;

    color: #ffffff;
    pointer-events: auto;
}


/* =========================================================
   BRAND
   ========================================================= */

.sidebar-brand {
    flex-shrink: 0;
}

.sidebar-brand h2 {
    display: inline-block;

    margin: 0;
    padding: 0 0 8px;

    font-family: "Permanent Marker", cursive;

    font-weight: 400;
    line-height: 1;

    color: #ffffff;
    letter-spacing: 0.5px;

    border-bottom: 2px solid rgba(255, 255, 255, 0.85);

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.sidebar-brand .company-description {
    margin: 7px 0 0;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;

    color: #f2f0ea;
    letter-spacing: 0.01em;

    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}


/* =========================================================
   BUSINESS TIERS
   ========================================================= */

.sidebar-business-tiers {
    position: relative;

    margin-left: 0;
    padding-left: 22px;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;

    letter-spacing: 0.06em;
    text-transform: uppercase;

    color: #ffffff;

    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.sidebar-business-tiers::before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 1px;
    height: 44px;

    background: rgba(255, 255, 255, 0.35);
}

.tier-item {
    margin: 0;
    padding: 0;
}

.tier-label {
    display: block;
}


/* =========================================================
   BOTTOM LEFT TEXT
   ========================================================= */
.sidebar-bottom {
    position: fixed;
    left: 48px;
    bottom: 40px;
    z-index: 2;

    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.sidebar-bottom p {
    margin: 0;
}

/* Shared text styles */
.sidebar-tagline p,
.sidebar-values p {
    line-height: 1.3;
    color: #ffffff;
}

/* MEHR ALS FAHRZEUGPFLEGE */
.sidebar-tagline p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.24em;
}

/* Gold line */
.sidebar-tagline::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 14px;
    margin-bottom: 14px;
    background: #B99A55;
}

/* QUALITÄT. WERT. VERTRAUEN. */
.sidebar-values p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.20em;
    color: rgba(255, 255, 255, 0.75);
}

.sidebar-values strong {
    font-weight: 400;
}


/* =========================================================
   TWO COLUMN CONTAINER
   ========================================================= */

#c1 {
    width: 100%;
    min-height: 100vh;

    margin: 0 !important;
    padding: 0 !important;
}

#c1 > .row {
    display: flex;
    width: 100%;
    min-height: 100vh;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   LEFT COLUMN - 68%
   ========================================================= */

#c1 > .row > .col-xl-6:first-child {
    position: relative;

    width: 68%;
    flex: 0 0 68%;
    max-width: 68%;

    min-height: 100vh;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;
}


/* =========================================================
   RIGHT COLUMN - 32%
   ========================================================= */

#c1 > .row > .col-xl-6:last-child {
    width: 32%;
    flex: 0 0 32%;
    max-width: 32%;

    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 !important;
    padding: 60px !important;

    background: #FAF9F6;
}


/* =========================================================
   LOGIN IMAGE CONTENT ELEMENT
   ========================================================= */

.frame-login-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;
}

.frame-login-image .ce-image,
.frame-login-image .ce-gallery,
.frame-login-image .ce-outer,
.frame-login-image .ce-inner,
.frame-login-image .ce-row,
.frame-login-image .ce-column,
.frame-login-image figure {
    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;
}

.frame-login-image img.image-embed-item {
    display: block;

    width: 100%;
    height: 100%;
    max-width: none;

    object-fit: cover;
    object-position: center center;
}



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

@media (max-width: 1300px) {

    .login-sidebar {
        left: 35px;
        right: 35px;
    }

    .sidebar-business-tiers {
        font-size: 14px;
    }

    .sidebar-brand h1 {
        font-size: 32px;
    }

    .sidebar-tagline {
        left: 35px;
    }

    .sidebar-values {
        left: 35px;
    }
}


@media (max-width: 900px) {

    .login-container {
        position: absolute;
        width: 100%;
        height: 340px;
    }

    .login-sidebar {
        top: 25px;
        left: 25px;
        right: 25px;

        flex-wrap: wrap;
        gap: 12px;
    }

    .sidebar-brand h1 {
        font-size: 30px;
    }

    .sidebar-brand .company-description {
        font-size: 14px;
    }

    .sidebar-business-tiers {
        padding-left: 0;
        font-size: 13px;
    }

    .sidebar-business-tiers::before {
        display: none;
    }

    .sidebar-tagline {
        left: 25px;
        bottom: 25px;
    }

    .sidebar-values {
        left: 25px;
        bottom: 8px;
    }

    #c1 > .row {
        flex-direction: column;
    }

    #c1 > .row > .col-xl-6:first-child,
    #c1 > .row > .col-xl-6:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #c1 > .row > .col-xl-6:first-child {
        min-height: 340px;
        height: 340px;
    }

    #c1 > .row > .col-xl-6:last-child {
        min-height: auto;
        padding: 40px 24px !important;
    }

    #c2 {
        max-width: 420px;
    }
}
