:root {

    /***Logo's***/
    --logo-standard: url("../../custom/theme/assets/images/visual.jpg");
    --logo-alt: url("../../custom/theme/assets/images/logo.png");
    --logo-sponsor: url("../../assets/images/visual_sponsor.png");

    /***Header Image***/
    /* --header-image: url("../images/header_background.jpg"); */

    /***Brand Colors***/
    --color-brand-primary: #f6921e;
    --color-brand-primary-rgb: 255, 109, 0;
    --color-brand-secondary: #000;
    --color-brand-tertiary: #FF6D00;
    --color-brand-light: #f59343;
    --color-brand-dark: #9c4400;

    /***Font***/
    --font-family-body: 'Lato', sans-serif;
    /* --font-size: 1.6rem; */

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/

    --menu-height: 165px;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

textarea {
    min-height: 10.8rem !important;
}

.input-hint {
    font-size: .7em;
    color: var(--color-neutral-gray-06);
}

header .header_bar {
    background: #ffffff;
}

header .logo {
    height: 165px;
}

.menu {
    padding: 0 3.2rem 0 0;
}

.header-confirmation_privacy {
    margin-top: 2em;
    font-weight: bold;
}

.multistep_progressbar,
textarea + .form_check .icon-tick::before,
span.price {
    display: none;
}

input[name='speaker_present_on']+span > span.price {
    display: inline-block;
}

.checkbox--inline:has( input[name="speaker_hotel[]"]) {
    display: none;
}

.ordered-items-overview.table-container th, .ordered-items-overview.table-container td {
    line-height: var(--lineheight-size-l);
    font-size: var(--font-size-xs);
    font-weight: 400;
    padding: unset;
    color: var(--color-neutral-black);
}
.ordered-items-overview.table-container th[align="right"], .ordered-items-overview.table-container td[align="right"] {
    text-align: right;
}
.ordered-items-overview.table-container th[align="center"], .ordered-items-overview.table-container td[align="center"] {
    text-align: center;
}
.ordered-items-overview.table-container th {
    text-transform: uppercase;
    font-weight: 500;
}

header .sponsor .logo {
    height: 164px;
}

.sponsor .menu {
    padding-left: 0;
}

header .header_bar.sponsor {
    background: #fff;
}

.header_bar.sponsor .logo {
    background-image: var(--logo-sponsor);
}

.round input:checked + .round-item .title {
    color: var(--color-brand-secondary);
}

.page-sponsor .round-item .paragraph--small {
    margin-left: 0;
}

.alert-content a {
    color: var(--color-neutral-black);
}

h4 {
    font-size: var(--font-size-s);
    font-weight: 600;
    font-family: var(--font-family-body);
}