@font-face {
    font-family: "Neue Haas";
    src: url("../fonts/neue-haas/NeueHaasDisplayLight.ttf");
}

@font-face {
    font-family: "Neue Haas Roman";
    src: url("../fonts/neue-haas/NeueHaasDisplayRoman.ttf");
}

@font-face {
    font-family: "Neue Haas Bold";
    src: url("../fonts/neue-haas/NeueHaasDisplayMediu.ttf");
}

html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
    background-color: #fff !important;
    padding: 0 !important;
    font-family: "Neue Haas" !important;
}

body {
    padding-top: 56px;
}

.navbar-brand {
    font-size: 1rem;
    padding: .5rem 0;
}

.navbar .appmodelsmenu>ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .navbar .appmodelsmenu>ul {
        flex-direction: row;
    }
}

.navbar .appmodelsmenu>ul>li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar .appmodelsmenu>ul>li>a {
    display: block;
    padding: .5rem 0;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar .appmodelsmenu>ul>li>a {
        padding: .5rem;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

label.error {
    color: #f00;
}

.left-0 {
    left: 0;
}

.max-width {
    max-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

@media (max-width: 1920px) {
    .max-width {
        border-left: 0;
        border-right: 0;
    }
}

.h-75 {
    height: 75% !important;
}

.banner {
    height: 350px;
}

.banner img {
    object-fit: cover;
    position: relative;
    object-position: 50% 0%;
}

.vertical-alignment {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

p, label {
    font-size: 20px;
}
label.font-weight-bold {
    font-family: "Neue Haas Bold" !important;
    font-weight: normal !important;
}

small, input {
    font-size: 16px !important;
}

.timeslot, .preferred-day {
    font-size: 18px !important;
    font-family: "Neue Haas Roman" !important;
    font-weight: normal !important;
}

.selected {
    margin-left: 1em;
    max-width: calc(100% - 1em) !important;
    opacity: 100% !important;
    border-color: #00A9FF !important;
    background-color: #00A9FF !important;
    color: #fff !important;
}

.timeslot,
.preferred-day,
.preferred-time {
    opacity: 90%;
    max-width: 100%;
    transition: margin-left 400ms ease, opacity 400ms ease, background-color 400ms ease, color 400ms ease, border-color 400ms ease, max-width 400ms ease;
    border: 3px solid transparent;
}

.timeslot.disabled {
    text-decoration: line-through;
}

.bg-aplus {
    background-color: #fff;
}
.btn {
    font-weight: normal !important;
    font-size: 18px !important;
}
.btn.btn-dark {
    transition: all 50ms ease-in-out;
}
.btn.btn-dark:active {
    background-color: #fff !important;
    color: #3c3c3c !important;
    border-color: transparent !important;
}
.btn-antwoordplus {
    background-color: #00A9FF;
    color: #fff;
    font-family: "Neue Haas";
}

p {
    line-height: 150%;
}

h1 {
    position: relative;
    z-index: 100;
}

.options {
    transition: background-color 500ms ease;
}

.options>div {
    filter: grayscale(0%) blur(0);
    transition: filter 500ms ease, opacity 500ms ease, background-color 500ms ease, transform 500ms ease;
}

.options:not(.chosen)>div {
    filter: blur(1.5px);
    transform: scale(95%);
    opacity: 50%;
}

.options:not(.chosen) {
    background-color: #eee;
    box-shadow: 6px 9px 26px #00000011 inset !important;
}
.options {
    box-shadow: 6px 9px 26px #00000010 inset;
}

h2 {
    font-family: "Neue Haas Bold" !important;
}

.gutter {
    height: 1em;
    background-color: #fff;
    position: relative;
}

.footer-shadow {
    box-shadow: 6px 9px 32px #00000008 inset;
}