﻿:root {
    --bosch-red: #e20015;
    --bosch-blue: #005691;
    --bosch-dark: #1f1f1f;
    --bosch-brown: #6b3b2b;
    --page-bg: #fbf8f6;
    --rule: #222;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #ececec;
    color: var(--bosch-dark);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.35;
}

.brand-strip {
    height: 7px;
    background: linear-gradient(90deg, #e20015 0 18%, #7a2d91 18% 35%, #005691 35% 52%, #00a8e1 52% 70%, #00884a 70% 100%);
}

.page {
    width: 860px;
    margin: 24px auto;
    background: var(--page-bg);
    min-height: 1295px;
    box-shadow: 0 8px 32px rgba(0,0,0,.18);
}

header {
    background: #fff;
    padding: 20px 30px 22px;
    border-bottom: 1px solid #eee;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 21px;
    font-weight: 800;
    color: var(--bosch-red);
    letter-spacing: .3px;
}

.logo-mark {
    width: 26px;
    height: 26px;
    border: 2px solid #111;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #111;
    font-size: 15px;
    line-height: 1;
}

.home {
    font-size: 10px;
    font-weight: 700;
}

nav {
    margin-top: 18px;
    font-size: 10px;
    color: #4a4a4a;
    display: flex;
    gap: 24px;
    align-items: center;
}

.menu {
    font-size: 18px;
    margin-right: 6px;
    color: #555;
}

main {
    padding: 0px;
}

h1 {
    font-size: 25px;
    margin: 0 0 23px;
    font-weight: 800;
}

.hero img {
    display: block;
    width: 100%;
    height: auto;
}

.intro {
    margin: 22px 10px 20px;
    font-size: 16px;
    max-width: 760px;
}

.profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    margin: 8px 52px 34px;
}

.profile-card {
    min-height: 122px;
    padding: 8px 28px 6px;
    border-left: 2px solid var(--bosch-brown);
}

    .profile-card:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .profile-card h2 {
        margin: 0 0 5px;
        color: var(--bosch-brown);
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.02;
        font-weight: 800;
    }

    .profile-card p {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.28;
    }

.divider {
    height: 1px;
    background: var(--rule);
    margin: 0 0 34px;
}

.win {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 120px 36px;
}

.event-interest-checkbox {
    font-size: 24px;
}

.event {
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    padding: 36px 10px 42px;
    display: grid;
    grid-template-columns: 1fr 394px;
    gap: 46px;
    align-items: center;
}

    .event h2 {
        font-size: 26px;
        margin: 0 0 28px;
        font-weight: 800;
    }

    .event .join {
        font-size: 26px;
        margin: 0 0 15px;
    }

        .event .join strong {
            font-weight: 800;
        }

.details {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 4px 8px;
    font-size: 15px;
    margin-bottom: 34px;
}

    .details strong {
        font-weight: 800;
    }

.desc {
    font-size: 15px;
    margin: 0 0 34px;
    max-width: 340px;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 800;
}

.box {
    width: 32px;
    height: 32px;
    border: 1.5px solid #333;
    background: transparent;
    flex: 0 0 auto;
}

.cafe img {
    display: block;
    width: 394px;
    height: auto;
}

footer {
    padding: 24px 38px 28px;
    font-size: 8px;
    font-weight: 700;
    color: #222;
}

@media (max-width: 900px) {
    .page {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    main {
        padding: 20px;
    }

    nav {
        flex-wrap: wrap;
        gap: 12px;
    }

    .profile-grid, .event {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
    }

    .profile-card {
        border-left: 0;
        border-top: 1px solid var(--bosch-brown);
        padding: 16px 0;
    }

        .profile-card:first-child {
            border-top: 0;
        }

    .win {
        margin: 0 0 36px;
    }

    .event {
        gap: 24px;
    }

    .cafe img {
        width: 100%;
    }
}


.hero {
    height: 350px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.card {
}

.container {
    width: 1000px !important;
}
.card-title {
    font-size: x-large;
}

.card-display {
}

ul.item-visible {
    list-style: disclosure-open;
    margin: 0;
    padding: 0;
}

.error-message {
    color: black;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.survey-header {
    margin-bottom: 10px;
}

.survey-description {
    font-size: large;
    font-weight: 100;
    margin-bottom: 20px;
}

.survey-question {
    margin-top: 30px;
    font-size: large;
    font-weight: 800;
}

.survey-answers {
    border-bottom: 1px solid lightgray;
}

.two-column-radiogroup .k-radio-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
}



.field-validation-error {
    font-size: large;
}

.survey-cta {
    margin: 20px;
}

.imgsurvey-answer {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 10px;
    padding: 10px;
}

.survey-answer {
    float: right;
}

.k-radio-list {
    margin: 10px;
    border: none;
}

.k-radio-label {
    padding: 4px;
    min-width: 300px;
    display: flex !important;
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#Survey_SurveyQuestion_Answer {
    margin-top: 10px;
}

a, button {
    line-height: inherit;
    color: #393939;
}

input#Register {
    text-decoration: none !important;
}

#cookieConsent {
    display: none;
}

#navbar {
    margin-top: 0px;
}

#debugWindow {
    margin-top: 10px;
}

/* Forces each radio item to take ~50% width = 2 columns */
.two-column-rg .k-radio-item {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 6px; /* spacing */
}

.two-column-radiogroup .k-radio-list {
    display: grid;
    grid-template-columns: repeat(2, auto); /* Two columns */
    gap: 8px 20px; /* Row gap, column gap */
    align-items: center;
}

.k-radio-list-item {
    max-width: 350px;
}

.form-title {
    font-size: large;
    margin-bottom: 20px;
}

.optin {
    margin-left: 10px;
    margin-top: -10px;
}
.o-header {
    left: 0;
    width: 100%;
    content: "";
    background: url(/images/bosch/bosch-supergraphic.61ee9d51.svg) center center/cover no-repeat;
    position: absolute;
    height: 6px;
    border:1px solid red;
    z-index: 240;
}
.hero span {
    text-shadow: 2px 2px 5px red;
}

button:not(:disabled), .k-upload .k-upload-button, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    background: white;
    color: var(--bosch-blue-40);
}

/* Target mobile devices (600px and below) */
@media only screen and (max-width: 600px) {
    body {
        font-size: small;
    }

    .survey-description, .survey-answer {
        font-size: medium;
    }

    .hero {
        height: 120px !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
    }

        .hero span {
            font-size: medium;
        }

    .survey-answer {
        width: 200px;
    }

    .imgsurvey-answer {
        width: 140px;
        height: auto;
        margin-right: 5px;
        padding: 0px;
    }

    .k-radio-label {
        padding: 4px;
        min-width: 200px;
    }

    .k-radio-list-item {
        padding: 0px;
        row-gap: 5px;
    }
}

#debugWindow {
    display: none
}

