﻿@font-face {
    src: url(../fonts/Motorrijders/noyh-regular-webfont.woff2) format('woff2');
    font-family: noyh;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Motorrijders/noyh-light-webfont.woff2) format('woff2');
    font-family: noyh;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Motorrijders/noyh-semilight-webfont.woff2) format('woff2');
    font-family: noyh;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Motorrijders/noyh-medium-webfont.woff2) format('woff2');
    font-family: noyh;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Motorrijders/noyh-bold-webfont.woff2) format('woff2');
    font-family: noyh;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Motorrijders/noyh-heavy-webfont.woff2) format('woff2');
    font-family: noyh;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf') format('opentype');
    font-weight: normal;
    font-style: normal
}

:root {
    --primary-color: #2B2F37;
    --secondary-color: #FFDB09;
    --accent-color: #8491a8;
    --main-font: noyh, sans-serif;
    --second-font: noyh, sans-serif;
    --bg-color: #F6F5F9;
    --error-color: #DE2D21;
    --input-bg: #F6F5F9;
    --icon-pckg: 'FontAwesome', sans-serif;
    --elemental-blue: #4C94FE;
}

.form-control:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    border-color: #5b7f95;
}

body {
    background-color: #F6F6F6;
    font-family: var(--main-font);
    font-size: 12pt;
    color: #2B2F37
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: var(--main-font);
}


.main {
    min-height: calc(100vh - 400px);
}

.footer {
    position: absolute;
    color: #5B6880;
    padding-top: 55px;
    padding-bottom: 15px;
    min-width: 100%;
    left: 0;
    background-color: var(--primary-color);
    margin-top: 255px;
}

    .footer:before {
        position: absolute;
        content: " ";
        left: 0;
        top: -100px;
        overflow: visible;
        width: 100%;
        height: 200px;
        background-color: #2b2e38;
        z-index: -1;
        transform: skewY(-3deg);
        backface-visibility: initial;
    }

    .footer li {
        list-style: none;
        margin: 10px 0;
    }

    .footer a {
        color: var(--primary-color);
        text-decoration: none;
        letter-spacing: -.01875rem;
        line-height: 1.125rem;
    }

    .footer .inner-footer a {
        font-size: 16px;
    }

    .footer ul {
        padding-left: 0;
        display: flex;
    }

    .footer .inner-footer {
        padding-bottom: 35px;
    }

    .footer .bottom-footer {
        padding: 35px 50px 0px 50px;
        display: flex;
        flex-direction: row;
        border-top: .0625rem solid #A8A8A8;
        flex-wrap: wrap;
        font-size: 12px;
    }

        .footer .bottom-footer ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0;
        }

            .footer .bottom-footer ul li {
                margin: 5px 0px 5px 15px;
            }

        .footer .bottom-footer p {
            opacity: 0.6;
        }

        .footer .bottom-footer ul li:first-child {
            margin-left: 0;
        }

.footer-bottom__copyright {
    margin-right: 35px !important;
}

.footer-baloise {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bottom-footer div {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.bottom-footer p, .bottom-footer ul {
    margin: 0;
}

.baloise-link {
    margin-left: auto;
}

    .baloise-link a p {
        color: var(--primary-color) !important;
        opacity: 1 !important;
        margin: 0 5px;
    }

h1 small {
    font-weight: normal;
    font-size: 20pt;
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 20px;
}

body.bz-home {
    background-image: url(Bugzeker/bg_home.png);
    background-position: center;
}

.bz-home-wrapper {
    height: 3430px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.bz-home .bz-link {
    position: absolute;
    width: 600px;
    height: 180px;
    cursor: pointer;
}

.bz-home .bz-link-1 {
    top: 1340px;
    left: 0px;
}

.bz-home .bz-link-2 {
    top: 1340px;
    left: 600px;
}

.bz-home .bz-link-3 {
    top: 1584px;
    left: 0px;
}

.bz-home .bz-link-4 {
    top: 1584px;
    left: 600px;
}

.bz-home .bz-link-5 {
    top: 1826px;
    left: 0px;
}

.bz-home .bz-link-6 {
    top: 1826px;
    left: 600px;
}

.bz-home .bz-link-7 {
    top: 2072px;
    left: 0px;
}

.bz-home .bz-link-8 {
    top: 2072px;
    left: 600px;
}

.bz-page-footer {
    background-position: center;
    height: 0px;
}

h2 {
    font-size: 20pt;
    color: #444;
}

a {
    color: var(--primary-color);
}

    a:hover {
        color: var(--primary-color);
    }

hr {
    border-color: #DDD;
    display: none;
}

legend {
    margin-top: 10px;
}

label {
    font-weight: normal;
}

.panel-default > .panel-heading {
    font-family: var(--main-font);
    background-color: #ececec;
    color: var(--primary-color);
    font-size: 17pt;
    border-color: #6c8c9f;
    border-width: 2px;
    background-image: none;
    padding: 0px 0px 0px 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel {
    background-color: #ececec;
    border: 0px;
}

.panel-heading {
    border-top-right-radius: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: var(--secondary-color);
    border-radius: unset;
    color: var(--primary-color);
}


.banner * {
    text-align: left;
}

.form-horizontal .control-label {
    text-align: left;
}

.infopic {
    width: 24px;
    height: 20px;
    vertical-align: middle;
    background-image: url(/Bugzeker/Content/Images/info.gif);
    margin-right: 0px;
    cursor: pointer;
}

.bb-septext {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
}

.bb-summary {
    width: 100%;
    font-size: 14px;
}

    .bb-summary td {
        padding-top: 4px;
    }

    .bb-summary hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .bb-summary .bb-left {
        width: 30%;
    }

.premiewell {
    min-height: 490px;
    cursor: pointer;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #F4F5F5;
}

    .premiewell.aanbevolen {
        border: none;
    }

.premieheader {
    padding: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 9pt;
}

    .premieheader.aanbevolen {
        height: 45px;
    }

    .premieheader:not(.aanbevolen) {
        display: none;
    }

    .premieheader.aanbevolen::after {
        content: 'Onze klanten kiezen met dit bouwjaar, het meest voor deze dekking';
        background-color: var(--secondary-color);
        color: var(--primary-color);
        text-align: center;
        width: calc(100% - 20px);
        height: 85px;
        display: block;
        position: absolute;
        top: -10px;
        padding: 10px 5px;
        border-radius: 5px 5px 0 0;
        z-index: 1;
    }

.premiebedrag {
    color: var(--primary-color);
    font-size: 16pt;
    font-weight: normal;
}

.premiesep {
    height: 30px;
    margin-top: 0;
    padding-top: 5px;
    font-size: 9pt;
}

.premieopties {
    width: 100%;
    padding: 5px 15px;
}

    .premieopties .left {
        float: left;
        color: var(--primary-color);
        width: 20px;
        font-size: 10px;
        margin-top: 2px;
    }

    .premieopties .right {
        float: right;
        width: calc(100% - 45px);
        text-align: left;
        margin-bottom: 5px;
    }

.premiewell.premieselected {
    border: none;
}

.premiewell .premie-footer::after {
    content: 'Kies';
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 56px;
    border: 2px solid var(--primary-color);
    margin: 0 15px;
}

.premiewell.premieselected .premie-footer::after {
    content: 'Gekozen';
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}


.btn.offset {
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px #DDD;
    text-align: left;
    padding-left: 60px;
    background-color: #EEE;
    color: #444;
}

    .btn.offset i {
        margin-right: 10px;
        color: var(--primary-color);
    }

.btn-file {
    position: relative;
    overflow: hidden;
    border: none 1px #444;
    background-color: #f5f5f5 !important;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
}


.form-control-static {
    border-radius: 0px;
    border: solid red 0px;
    border-color: #5b7f95;
    margin-bottom: 15px;
}

.input-group-addon {
    border-radius: 0px;
    border: solid 0px;
    border-color: #5b7f95;
    margin-bottom: 15px;
}

.form-control {
    border-radius: 0px;
    border: solid red 1px;
    border-color: #5b7f95;
    margin-bottom: 15px;
}

.slider.slider-horizontal {
    width: 100%;
}

.panel {
    border: 0px !important;
    border: none
}

#BmKortingTitel {
    color: var(--primary-color);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 50px;
    font-size: 20pt !important;
}

#BmKortingTitelPercentage {
    font-weight: bold;
}

.tooltip {
    width: 200px;
}

.tooltip-inner {
    text-align: left;
}

button.btn-mybaloise {
    background: none;
    margin-bottom: 20px;
    width: 200px;
    height: 100px;
    text-align: center;
    padding-left: 10px;
    border: none;
    color: #444;
    font-size: 15pt;
    font-weight: bold;
    font-family: var(--second-font);
    color: var(--primary-color);
    border-width: 2px;
    padding: 0px 0px 0px 0px;
}

    button.btn-mybaloise:hover {
        background: none;
        margin-bottom: 20px;
        width: 200px;
        height: 100px;
        text-align: center;
        padding-left: 10px;
        color: #ccc;
        font-size: 15pt;
        font-weight: bold;
        font-family: var(--second-font);
        color: var(--primary-color);
        border-width: 2px;
        padding: 0px 0px 0px 0px;
    }

.btn-group {
    width: 100%;
}

    .btn-group.btn-radio button:not(.active) {
        background-color: #fff;
        color: #000;
    }

    .btn-group button {
        width: 50%;
        height: 42px !important;
    }

.btn.btn-default {
    height: 56px !important;
    padding: 8px 16px;
}

    .btn.btn-default:not(.btn-group > *) {
        padding: 0px 28px;
    }

div#MR_KentekenRow label {
    display: none;
}

.tile.fa-id-badge {
    height: 50px;
    width: 50px;
    color: black;
}

.fa {
    color: var(--primary-color);
    font-size: 45pt
}

@font-face {
    font-family: 'BBicons';
    src: url('../fonts/BBicons.ttf');
    font-weight: normal;
    font-style: normal;
}

[class^="bbicon-"], [class*=" bbicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'BBicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 45pt;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bbicon-schade2:before {
    content: "\e910";
}

.bbicon-schade_plus:before {
    content: "\e911";
}

.Welkom_Bericht {
    padding-top: 10px;
    padding-bottom: 100px;
    text-align: center;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ccc;
}

.panel.panel-default {
    border: none !important;
}

.Tile {
    text-align: center;
}

.modal-body {
    height: 200px;
    text-align: center;
    background-image: url('/Volvo/Content/Images/volvo_wait.gif');
    background-repeat: no-repeat;
    background-position: 85px 50px;
}

#RekeningnummerWijzigenIban {
    text-transform: uppercase;
}

.bb-upload {
    height: 100px !important
}

.tcon {
    visibility: hidden
}


@media only screen and (max-width: 768px) {
    .bz-page-header {
        background-size: 250px 80px !important;
        background-position: 10px 10px !important;
        padding: 0px 20px !important;
    }

    .tcon {
        visibility: visible;
        position: absolute;
        top: -80px;
        right: 10px;
        background-color: transparent;
    }

    .nav-pills > li > a {
        font-size: 14px;
        padding: 12px 12px 12px 12px;
        text-decoration: none;
    }

    .nav-pills > li {
        width: 99%;
    }

    .nav.nav-pills.head-menu {
        width: 100%;
        position: relative;
        left: 0;
        top: 0px;
        margin-top: 20px;
        border: 0
    }

    .navbar-collapse, .nav.nav-pills.head-menu {
        background-color: var(--bg-color) !important;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }


    .nav-pills > li.active, .nav-pills > li {
        border-bottom: 0px;
        clear: both;
    }

    .navbar-toggle > .icon-bar {
        color: #000;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent;
        color: var(--accent-color);
    }

    .tcon {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 40px;
        background: transparent;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
    }

        .tcon > * {
            display: block;
        }

        .tcon:hover, .tcon:focus {
            outline: none;
        }

        .tcon::-moz-focus-inner {
            border: 0;
        }

    .tcon-menu__lines {
        display: inline-block;
        height: 2.5px;
        width: 34px;
        border-radius: 2.85714px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background: #fff;
        position: relative;
    }

        .tcon-menu__lines::before, .tcon-menu__lines::after {
            display: inline-block;
            height: 2.5px;
            width: 40px;
            border-radius: 2.85714px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: #fff;
            content: '';
            position: absolute;
            left: 0;
            -webkit-transform-origin: 2.85714px center;
            transform-origin: 2.85714px center;
            width: 100%;
        }

        .tcon-menu__lines::before {
            top: 10px;
        }

        .tcon-menu__lines::after {
            top: -10px;
        }

    .tcon-transform .tcon-menu__lines {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .tcon-menu--xcross {
        width: auto;
    }

        .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
            background: transparent;
        }

            .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                top: 0;
                width: 40px;
            }

            .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
            }

            .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
            }

    .tcon-visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }
}

.form-control:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    border-color: #cac8d1;
}

.main {
    min-height: calc(100vh - 280px);
}

.btn.btn-default {
    height: 42px;
    padding: 8px 16px;
}

.btn-default {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 0px;
    border: 2px solid var(--secondary-color);
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-default:hover {
        background-color: var(--secondary-color);
        color: var(--primary-color);
        border-radius: 0px;
        border: 1px solid var(--primary-color);
        outline: none;
    }

.btn.btn-default:not(.btn-group > *) {
    padding: 0px 28px;
}

.btn.btn-default.secondary-btn {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    outline: none;
}

    .btn.btn-default.secondary-btn:hover {
        background-color: var(--primary-color);
        color: var(--secondary-color);
        border-radius: 0px;
        border: 1px solid var(--primary-color);
        outline: none;
    }

a {
    color: var(--input-color);
    text-decoration: underline;
    font-size: 14px;
}

    a:hover {
        color: var(--accent-color);
    }

/* DEFAULT STYLING */

.has-error .form-control, .alert-danger {
    border-color: var(--error-color);
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label,
.alert-danger {
    color: var(--error-color);
}

.has-error .form-control, .has-error input.form-control.bb-kenteken, .has-error button {
    border: 1px solid var(--error-color) !important;
}

.btn-group .btn-default:hover, .btn-group .btn-default.active {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    border-radius: 0px;
    border: 2px solid var(--secondary-color);
    outline: none;
    box-shadow: none;
}

.btn-group.btn-radio button:not(.active) {
    background-color: #fff;
    color: #000;
}

input.form-control,
select.form-control,
textarea.form-control {
    border-radius: 0;
    padding-left: 5px;
    color: var(--primary-color);
    outline: none !important;
    height: 56px;
    box-shadow: none !important;
    border: 2px solid #e1deea;
    max-width: 390px;
    background-color: #F6F5F9;
}

.bz-page-content {
    padding-top: 20px;
}

.panel-default,
.panel-default > .panel-heading {
    box-shadow: none;
    border-color: transparent;
    background-color: #fff;
    padding: 15px;
}

#wait_modal {
    backdrop-filter: unset;
    background-color: unset;
}

    #wait_modal .modal-body {
        height: 160px;
        text-align: center;
        background-image: url(Images/loading-motorrijders.svg);
        background-size: 70px;
        background-position: center 60px;
        background-repeat: no-repeat;
    }

    #wait_modal .modal-content {
        box-shadow: none;
        border: none;
    }

.loader .modal-dialog {
    -webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0, 0.1);
}

.tile button:hover,
.tile button:hover i {
    color: var(--input-color);
}

/* DEFAULT STYLING END */
/* LOGIN */
.panel.leden-banner {
    position: absolute;
    top: 950px;
    height: 400px;
    width: 100%;
    left: 0;
    z-index: -1;
}

.leden-banner .container .col-lg-6 > .row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
}

.leden-banner .glyphicon {
    margin-left: 25px;
    margin-right: 10px;
    color: var(--secondary-color);
}

.banner h1 {
    font-weight: bold;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 150px auto;
    }
}

.leden-banner .secondary-link {
    margin-left: 35px;
    background-color: transparent !important;
}

    .leden-banner .secondary-link:hover {
        color: var(--secondary-color) !important;
    }

.panel.login {
    padding-bottom: 500px;
    margin-top: 70px;
}

.usp-col > div {
    margin: 25px 0;
}

.usp-col span {
    color: var(--secondary-color);
    margin-right: 15px;
}

.leden-banner .row .row {
    margin-left: 0px;
}

.bz-page-header {
    background-color: var(--primary-color);
    height: 80px;
}

    .bz-page-header .container {
        background-image: url('Images/Motorrijders/logo_white.svg');
        background-size: 250px 80px;
        background-repeat: no-repeat;
        background-color: var(--primary-color);
        height: 100%;
        background-position: left;
    }

.form-horizontal .login .control-label {
    text-align: left;
    margin-bottom: 10px;
}

.login .panel-heading {
    color: var(--primary-color);
    margin-block-start: 0px;
    margin-block-end: 0px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1.2px;
}

.login {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

    .login, .login .panel-heading {
        background-color: transparent;
    }

        .login input:not([type="button"]) {
            background: #fff;
            cursor: default;
            width: 100%;
            padding-left: 15px;
            font-size: 16px;
            max-width: unset;
        }

#BerichtPanel textarea:not([type="button"]) {
    min-height: 100px;
}

#BerichtPanel input.form-control, #BerichtPanel select.form-control, #BerichtPanel textarea.form-control {
    max-width: unset !important;
    width: 100%;
}

.login .form-group .col-sm-3 {
    width: 100%;
    font-weight: normal;
    font-size: 9pt;
    color: var(--input-color);
}

.login .form-group .col-sm-9,
.login .form-group .col-sm-8 {
    width: 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgb(236, 236, 231);
    color: var(--primary-color);
    border-color: rgb(236, 236, 231);
    outline: none;
}

#Element12 {
    margin-bottom: 0;
}

.nav-pills > li > a {
    text-decoration: none;
    color: var(--input-color);
}

/* LOGIN END */

/* OVERZICHT */

.overzicht-panel > div:nth-child(2),
.overzicht-panel-overig > div:nth-child(2) {
    display: flex;
    justify-content: end;
    margin-top: -35px;
    margin-right: 15px;
}

.overzicht-panel img,
.overzicht-panel-overig img {
    transform: skewY(-3deg);
    background-color: #fff;
    cursor: default;
    margin-top: -15px;
    z-index: 1;
    height: 200px;
}

.overzicht-panel svg,
.overzicht-panel-overig svg {
    z-index: 2;
}

.overzicht .overzicht-col {
    margin: 15px 0;
}

.overzicht-panel, .overzicht-panel-overig {
    background-color: #fff;
    overflow: hidden;
}

    .overzicht-panel input[type="button"] {
        margin-left: 0;
        width: calc(100% - 30px);
        position: absolute;
        height: 100% !important;
        left: 15px;
        top: -25px;
        z-index: 5;
        color: transparent !important;
        background-color: transparent !important;
    }

    .overzicht-panel .text,
    .overzicht-panel .form-control-static,
    .overzicht-panel-overig .form-control-static,
    .overzicht-panel-overig .text {
        padding: 0px 15px 15px 15px;
    }

    .overzicht-panel .form-control-static,
    .overzicht-panel-overig .form-control-static {
        font-weight: normal;
    }

button.btn-polestar {
    border: none;
    width: 100%;
    max-height: 350px;
    min-height: 340px;
    text-align: left;
    height: 100%;
    overflow: hidden;
    transition: 300ms;
}

    button.btn-polestar img {
        width: calc(100% + 30px);
        max-width: 360px;
        max-height: 340px;
        margin-top: -100px;
        margin-left: -21px;
        transition: 300ms;
        transform: scale(1);
    }

    button.btn-polestar:hover img,
    button.btn-polestar:hover i {
        transform: scale(1.1);
        transition: 300ms;
    }

.btn-content {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

    .btn-content > div:last-child p {
        display: flex;
        align-items: center;
    }

    .btn-content > div:last-child svg {
        color: var(--accent-color);
        padding-left: 10px;
        transition: 300ms;
    }

button.btn-polestar:hover svg {
    padding-left: 15px;
    transition: 300ms;
}

.readmore {
    margin-top: -50px;
}

.btn-content div {
    position: relative;
    z-index: 2;
}

.overzicht > .row .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tooltip-inner {
    text-align: left;
    max-width: 460px !important;
    min-width: 460px !important;
    width: 100% !important;
}

textarea#MR_Kenteken {
    display: flex;
    background-color: transparent !important;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none !important;
    padding-left: 25px;
    height: 195px;
    padding-bottom: 5px;
    text-transform: uppercase !important;
    color: var(--primary-color);
    font-weight: 400;
    overflow: hidden;
    text-align: center !important;
    font-size: 3.9em !important;
    border: 4px solid black !important;
    position: relative;
    width: 300px;
    resize: none;
    z-index: 11;
    border-radius: 10px !important;
    letter-spacing: 13px;
    line-height: 80px;
}

#MR_KentekenRow .col-sm-4 {
    background-color: #FECD23 !important;
    padding: 5px;
    border-radius: 10px;
    width: 309px;
    height: 210px;
    margin-left: 15px;
}

    #MR_KentekenRow .col-sm-4::before {
        content: '';
        position: absolute;
        height: 67px;
        width: 30px;
        background-image: url(Images/kenteken_NL.svg) !important;
        background-repeat: no-repeat !important;
        background-size: contain;
        background-position: top;
        border-radius: 10px 0px 0px 0px;
    }

.form-group.has-error#MR_KentekenRow .col-sm-4 textarea#MR_Kenteken {
    border: 3px solid var(--error-color) !important;
}

input.bb-kenteken:autofill,
input.bb-kenteken:-webkit-autofill,
input.bb-kenteken:-webkit-autofill:hover,
input.bb-kenteken:-webkit-autofill:focus,
input.form-control.bb-kenteken:focus {
    -webkit-box-shadow: 0 0 0 30px #FECD23 inset !important;
    box-shadow: 0 0 0 30px #FECD23 inset !important;
}

@media only screen and (max-width: 479px) {
    .tooltip-inner {
        max-width: 360px !important;
        min-width: 360px !important;
        width: 100% !important;
    }

    .overzicht h1 small, .overzicht h3 {
        font-size: 15pt;
    }

    .overzicht .overzicht-col {
        margin: 5px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .main.overzicht > .row > .col-lg-12:not(.Welkom_Bericht) > .row {
        display: flex;
        justify-content: center;
    }
}


@media (min-width: 557px) and (max-width: 1200px) {
    .overzicht-col {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 556px) {
    .overzicht-col {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    button.btn-polestar {
        max-height: 240px;
        margin-bottom: 15px;
        min-height: 135px;
    }

        button.btn-polestar img {
            width: 70%;
            max-width: 190px;
            margin-bottom: -10px;
            margin-left: 63%;
        }

    .btn-content h5 {
        display: none;
    }
}

@media only screen and (max-width: 485px) {
    button.btn-polestar img {
        margin-left: 57%;
    }
}

input[type="button"].btn.btn-default {
    outline: none;
    padding-right: 35px !important;
    box-shadow: none !important;
    transition: 300ms;
    border: none;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    height: 56px;
    margin-top: 25px;
}

.login .btn:not(.pull-right) {
    width: 100%;
    background-color: transparent !important;
    text-align: left;
    padding: 0;
    text-transform: initial;
    text-decoration: underline;
    height: auto !important;
    margin-bottom: 20px;
}

    .login .btn:not(.pull-right):hover {
        color: var(--accent-color) !important;
    }

.login .btn.pull-right {
    margin-top: 0 !important;
    width: 100%;
}

input[type="button"].btn.btn-default:hover {
    transition: 300ms;
    background-position: calc(100% - 7px) 11px;
    background-color: var(--primary-color);
    color: #fff;
}

div#PnlActieTotaal {
    margin-top: 25px;
}

.overzicht-panel.inloggegevens {
    padding-bottom: 15px;
}


    .overzicht-panel.inloggegevens div:not(:first-child) {
        padding-left: 15px;
    }

/* FOOTER */
.menu-social-icons-container .svg-icon a, .nav-secondary .svg-icon a {
    display: flex;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    width: 38px;
    height: 38px;
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.menu-social-icons-container .svg-icon, .nav-secondary .svg-icon {
    background-color: #464a55;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-left: 8px;
    overflow: hidden;
}

.menu-item.menu-item-object-category > a:hover, .menu-item.menu-item-object-custom > a:hover, .menu-item.menu-item-object-page > a:hover {
    background-color: var(--secondary-color);
}

.footer .social-icon {
    width: 16px;
    height: 16px;
}

.footer-widgets {
    border-top: 1px solid #5b6880;
    font-size: 1.6rem;
    font-family: noyh-semilight, sans-serif;
    padding: 8rem 0 6rem;
}

.upper-footer {
    padding-bottom: 3.5rem;
}

    .upper-footer .col-sm-8 img {
        margin-bottom: 2.5rem;
    }

.social h3 {
    font-weight: 400;
    font-size: 1.8rem;
    margin: 0;
    line-height: 2.4rem;
    height: 3.2rem;
}

.lower-footer h3 {
    color: #fff;
    word-wrap: break-word;
}

.lower-footer a {
    color: var(--secondary-color);
    text-decoration: underline;
    line-height: 2.5rem;
}

    .lower-footer a:hover {
        color: var(--accent-color);
    }

/* FOOTER END */
.form-control-static {
    font-size: 13pt;
    font-weight: bold;
}

#PnlGegevensBody div[onclick], a, a b {
    font-weight: normal;
    color: var(--primary-color);
    cursor: pointer;
}

.checkbox input[type=checkbox] {
    accent-color: var(--accent-color);
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.input-group-addon {
    border-radius: 0;
    border: 2px solid #E1DEEA;
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--input-bg);
    color: var(--primary-color);
}

@media only screen and (max-width: 495px) {
    #MR_KentekenOnbekend {
        bottom: unset;
        position: inherit;
        float: unset !important;
    }

    #MR_KentekenRow .col-sm-4 {
        width: 279px;
    }

    textarea#MR_Kenteken {
        width: 270px;
    }
}

@media only screen and (max-width: 1008px) {
    .premieopties {
        width: 100%;
        max-width: 405px;
        margin: 0 auto;
    }

    .premiewell {
        min-height: unset;
    }
}

@media only screen and (max-width: 900px) {
    .premieheader.aanbevolen::after {
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 900px) {
    .premieopties {
        min-height: 220px;
    }

    #PnlScherm2Body .row .col-xs-4:first-child {
        padding-right: 5px;
    }

    #PnlScherm2Body .row .col-xs-4:last-child {
        padding-left: 5px;
    }

    #PnlScherm2Body .row .col-xs-4:nth-child(2) {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199.98px) {
    #PnlScherm2 .col-xs-4 {
        width: 50%;
    }
}

@media screen and (min-width: 0px) and (max-width: 899px) {
    #PnlScherm2 .col-xs-4 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-footer div {
        margin-left: 0;
    }

    .form-group > .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-group > .col-sm-4 {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .form-group > .col-sm-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media only screen and (max-width: 1008px) {
    .premieopties {
        padding-bottom: 30px;
    }

    .premiewell.premieselected::after {
        bottom: 30px;
    }
}

@media only screen and (max-width: 495px) {
    .tooltip-inner {
        max-width: 360px !important;
        min-width: 360px !important;
        width: 100% !important;
    }

    #MR_KentekenOnbekend {
        bottom: unset;
        position: inherit;
        float: unset !important;
    }
}

@media only screen and (min-width: 991px) {
    .premiewell:not(.aanbevolen) {
        margin-top: 45px;
    }
}

.form-group.bb-question > .col-sm-3 {
    max-width: 100%;
    width: 100%
}

.form-group.bb-question > .col-sm-4 {
    max-width: 390px;
    width: 100%
}

.form-group.bb-question > .col-sm-1 {
    max-width: 24px;
    flex: 0 0 10%;
    width: 10%;
}

#Button_BerekenPremiescherm1gebruik {
    width: calc(90% - 5px);
    max-width: 360px;
}

#PnlMotorgegevens .form-group.bb-question label {
    font-size: 10pt;
}

#PnlMotorgegevens .form-group.bb-question .form-control-static {
    font-size: 12pt;
    min-height: unset;
    margin: 0;
}

#PnlMotorgegevens {
    background-image: url(Images/Motorrijders/motor.png);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: -50px -30px;
    padding-top: 240px;
}

#MerkModelBouwjaarPanel {
    margin-bottom: 15px
}

@media (max-width: 1200px) {
    .panel.leden-banner {
        top: 850px;
        height: auto;
    }

    .lower-footer h3 {
        margin-top: 55px;
    }
}


@media (min-width: 600px) and (max-width: 1200px) {
    #PnlMotorgegevens {
        background-image: unset;
        background-repeat: no-repeat;
        background-size: unset;
        background-position: -50px -30px;
        padding-top: 15px;
    }
}

@media (max-width: 600px) {
    #PnlMotorgegevens {
        background-position: -40px -130px;
        padding-top: 240px;
    }
}

@media (max-width: 525px) {
    #PnlMotorgegevens {
        background-position: -40px -90px;
    }
}

@media (max-width: 430px) {
    #PnlMotorgegevens {
        background-position: -40px -40px;
    }
}

.premiewell {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: none !important;
    border-radius: 10px 10px 0px 0px;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(186,190,196, 0.3);
    -moz-box-shadow: 0px 12px 24px 0px rgba(186,190,196, 0.3);
    box-shadow: 0px 12px 24px 0px rgba(186,190,196, 0.3);
}

.premieselected .premie-header {
    background: var(--secondary-color);
}

    .premieselected .premie-header * {
        background: var(--secondary-color);
        color: var(--primary-color)
    }

.premie-header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background: var(--primary-color);
    margin-top: -2px;
    padding: 15px 15px 35px 15px;
    margin-bottom: 25px;
    border-radius: 10px 10px 0 0;
}

    .premie-header * {
        color: #fff;
    }

    .premie-header h4 {
        font-weight: bold;
        font-size: 24px;
    }

.premie-footer {
    height: 76px;
}

.banner input[type="button"].btn.btn-default {
    float: left !important;
    padding: 0 !important
}

    .banner input[type="button"].btn.btn-default:hover {
        background-color: var(--secondary-color);
        color: #515151;
    }

.premiewell .glyphicon {
    color: #7BE697;
}

.overzicht-panel-overig > div {
    padding-left: 30px;
}

.overzicht-panel-overig {
    padding-bottom: 30px;
}

    .overzicht-panel-overig > div:first-child {
        padding-left: 0;
    }

    .overzicht-panel-overig input[type="button"].btn.btn-default {
        float: unset !important;
        margin-left: 30px;
        width: calc(100% - 60px);
    }

@media (min-width: 768px) {
    .bz-page-header .container::after {
        background-color: #fff;
        content: '';
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 80px;
    }

    .navbar-collapse.collapse {
        display: block !important;
        padding-bottom: 0;
        overflow: visible !important;
        height: 40px !important;
        position: static;
        background-color: #fff;
        width: 100%;
        margin-top: -26px;
    }

        .navbar-collapse.collapse > ul {
            display: flex;
            justify-content: start;
            width: 1170px;
            margin: 0 auto;
        }

    .bz-page-header {
        background-color: var(--primary-color);
        height: 80px;
        position: static;
        width: 100%;
        z-index: 100000;
    }

    .main > .row > .col-lg-12 > .row > div:first-child {
        margin-bottom: 20px;
    }

    .overzicht.main > .row > .col-lg-12 > .row > div:first-child {
        margin-bottom: 30px;
    }

    .overzicht .banner::before, .overzicht .banner::after {
        top: 0px;
    }

    .overzicht .Welkom_Bericht {
        padding-top: 50px;
        margin-bottom: -60px;
    }

    .banner::before {
        content: '';
        position: fixed;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
        background: var(--secondary-color);
        z-index: -2;
        left: 0;
        height: 525px;
        width: 100%;
        top: 0px;
    }

    .banner::after {
        content: '';
        background-image: url(Images/Motorrijders/banner.jpg);
        position: fixed;
        top: 0px;
        width: 25%;
        min-width: 430px;
        right: 0;
        height: 465px;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    }

    .banner > div {
        width: 60%;
    }
}
