body {
    background-color: #fbfbfb;
    padding-bottom: 40px;
}

h1 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.2rem;
}

main {
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .container {
        max-width: 100% !important;
    }
}

.footer-navigation {
    background-color: #eee;
    height: 55px;
}

.split-button-nav .dropdown-toggle {
    float: right;
    z-index: 2;
}

.split-button-nav .dropdown-menu {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .8) !important;
}

.navbar-dark .navbar-nav .nav-item.active > .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 1) !important;
}

.option-select {
    float: left;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
}

.option-select input[type="radio"], .option-select input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.option-select .option .img:before {
    content: '';
    float: left;
    padding-bottom: 80%;
}

.option-select .option .img .lightbox {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    text-decoration: none;
    background-color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option-select .option .img .lightbox img {
    width: 12px;
}

.option-select .option .img {
    float: left;
    width: calc(100% + 2px);
    margin-left: -1px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.option-select .option.active {
    border: 2px solid #ed9205;
}

.option-select .option.active .name {
    color: #fff;
}

.option-select .option.active {
    background: #ed9205;
    color: #fff;
}

.product-cover .layer {
    transition: ease-in-out .2s;
}

.option-select .option {
    padding-bottom: 0;
    /*background-color: #fff;*/
    background-color: #d4d9dd;
    float: left;
    margin-bottoM: 10px;
    /*width: calc(25% - 10px);*/
    width: calc((100% / 3) - 10px);
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    transition: ease-in-out .2s;
}

.option-select .option.active .img:after {
    content: '';
    width: 40px;
    height: 40px;
    opacity: 0.75;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-size: 40px auto;
    background-position: center center;
    background-image: url('/img/checkmark.svg');
    z-index: 2;
}

.option-select .option .name {
    position: relative;
    transition: ease-in-out .2s;
    width: 100%;
    padding: 5px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    color: #5c6668;
    text-align: center;
}

.option-select .option *, .option-select .option {
    cursor: pointer !important;
}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    width: 46px;
    height: 26px;
    /*background-color: #e6e6e6;*/
    background-color: #f5c6cb;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    /*background-color: #fff;*/
    background-color: #f5c6cb;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    display: none;
}

/*.form-switch input:checked + i { background-color: #4BD763; }*/
.form-switch input:checked + i {
    background-color: #c3e6cb;
}

.form-switch input:checked + i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i::after {
    transform: translate3d(22px, 2px, 0);
}

hr.section-divider {
    margin: 40px -20px;
    border-bottom: 3px solid #fbfbfb;
}

.nav-prevnext {
    margin: 20px 0 20px 0;
}

#formulier-menu > .nav-item > a.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#formulier-menu > .nav-item > .nav-link {
    padding: .5rem .5rem;
}

.cursor-pointer {
    cursor: pointer !important;
}
.cursor-help {
    cursor: help !important;
}

.brand-logo {
    text-align: center;
}
.brand-logo img {
    max-width: 400px !important;
}