/* Minification failed. Returning unminified contents.
(747,22): run-time error CSS1039: Token not allowed after unary operator: '-my-var'
(750,35): run-time error CSS1046: Expect comma, found '0'
(750,39): run-time error CSS1046: Expect comma, found '/'
 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}


.select2-container .select2-selection--single {
    width: 250px;
    margin-left: 15px;
    top: -4px;
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px;
    overflow: hidden;
    border-radius: 4px
}


    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #dddddd;
    border-radius: 5px;
    color: #5d5d5d;
    letter-spacing: 1px;
    padding: 0 10px;
    height: 35px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

body {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 60%, #f7f7f7 61%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 60%,#f7f7f7 61%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#ffffff 60%,#f7f7f7 61%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 );
}

/* Header */

.header {
    position: relative;
    overflow: hidden;
    height: 230px;
    background: #f78f1f;
}

.header-content{
    position: absolute;
    top: 55%;
    left:50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 100%;
}

.header-content h1{
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}

/* Progress bar */
.progress-container {
    width: 100%;
    height: 12px;
    z-index: 5;
    position: absolute;
}

.progress-bar {
    height: 6px !important;
    background: #F78F1F;
    background: -moz-linear-gradient(left, #F78F1F 0%, #ffba6a 100%);
    background: -webkit-linear-gradient(left, #F78F1F 0%,#ffba6a 100%);
    background: linear-gradient(to right, #F78F1F 0%,#ffba6a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8900', endColorstr='#ffba6a',GradientType=1 );
    width: 0%;
    z-index: 1;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.progress-bar.pbfixed {
    position: fixed;
    top: 75px;
}

/* Social share */
.z-index{
    z-index: 1;
    position: relative;
}

.social-share {
    max-width: 30px;
    text-align: center;
    margin-top: 30px;
}

.social-share i, .social-share-mobile i {
    font-size: 25px;
    font-weight: 600;
    font-style: normal !important;
    color: #f78f1f;
    margin-bottom: 18px;
    display: block;
}

.page-content b {
    color: #595959;
}

.detail-search .fa{
    margin-right: 5px;
}

.page-content .content-left a {
    color: #f78f1f;
}

.social-share-mobile {
    margin: 30px 0;
}

.social-share-mobile i{
    padding: 0 5px;
}

/* Text */
.content-left {
    z-index: 1;
    background: #FFFFFF;
    padding-right: 60px !important;
}

.content-left.text-page{
    padding: 30px 15px;
}

.text-page strong a, .text-page b a {
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    display: table;
    min-width: 225px;
    border: none;
    color: #fff !important;
    font-size: 16px;
    cursor: pointer;
    outline: none !important;
    background: var(--my-var, #4EA33D);
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    -webkit-appearance: none;
    padding-right: 40px;
}

.text-page strong a:hover, .text-page b a:hover {
    background: #459535;
    color: #fff !important;
}

.text-page strong a:after, .text-page b a:after {
    content: "\f061";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.content-right {
    background: #F7F7F7;
    padding: 30px 0;
    z-index: 0;
}


.page-content .content-info .datum, .page-content .content-info .tijd {
    padding: 30px 15px 30px 0px;
    font-weight: bold;
}

.page-content .content-info .tijd:before {
    content: "\f02d";
    font-family: "FontAwesome";
    color: #F78F1F;
    margin-right: 10px;
}

.page-content h2, .page-content h3 {
    font-weight: bold;
    color: #F78F1F;
    margin: 15px 0;
}
.page-content h2 {
    font-size: 30px;
}

.page-content h3 {
    font-size: 23px;
    margin-bottom: 35px;
}

.page-content ul li {
    list-style: none;
    padding: 2px 0;
}

.content-left ul {
    padding: 0;
}

.content-left ul li ul {
    margin-top: 3px;
}

.content-left ul li {
    padding-left: 25px;
    position: relative;
}

.page-content ul li:before {
    content: "\f138";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #F78F1F;
    position: absolute;
    left: 0px;
}

.page-content .quote{
    padding: 20px 40px;
    margin: 50px 0;
    position: relative;
    max-width: 800px;
    text-align: center;
    font-size: 20px;
    font-style: italic;
}

.page-content .quote:before {
    content: "";
    background: url(https://occasionvoorraad.nl/Uploads/Editor/quotes.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 28px;
    display: block;
    left: 0;
    top: 5px;
    position: absolute;
}
.page-content .quote:after {
    content: "";
    background: url(https://occasionvoorraad.nl/Uploads/Editor/quotes.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 28px;
    display: block;
    transform: rotate(180deg);
    right: 0;
    bottom: 5px;
    position: absolute;
}

.aanbod {
    background: #fff;
    max-width: 400px;
    padding: 20px 30px;
    margin: 30px 0 30px 15px;
}

.aanbod ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.aanbod ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    position: absolute;
    left: -40px;
    top: 0;
}

.aanbod ul li:nth-child(1):before {
    content: "\f095";
}

.aanbod ul li:nth-child(2):before {
    content: "\f0e0";
}

.aanbod h5 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 20px;
}

.aanbod .btn-default {
    width: 100%;
    margin: 0px 0px 15px;
    display: table;
}


.aanbod .formulier {
    text-align: center;
    font-weight: bold;
}
.stick{
    position: fixed;
    top: 90px;
    z-index: -1;
}

.page-content .form-group {
    margin-bottom: 20px;
}

.page-content .form-group .form-control {
    border: 2px solid #e5e6e6;
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background-color: transparent;
    padding-right: 15px !important;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.page-content .form-group.has-error .form-control {
    border: 2px solid #e60000;
}

.page-content .form .form-control-feedback{
    display: none !important;
}

.page-content .form .btn-modal {
    color: #fff;
    padding: 10px 15px;
    border: none;
    background: #4472c4;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: inset 0 -7px 0 -2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -7px 0 -2px rgba(0,0,0,.1);
    box-shadow: inset 0 -7px 0 -2px rgba(0,0,0,.1) !important;
}

.page-content .form-group.has-success .form-control {
    border: 2px solid #05a528;
}

.page-content .form-group .form-control:focus {
    border-color: #f78f1e;
}

.page-content .form-group label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.page-content .dealers, .page-content .merken, .page-content .occasions {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    position: relative;
    padding-left: 110px;
    height: 95px;
    padding-top: 37.5px;
}

.page-content .form-group .help-block {
    color: #e60000;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding-left: 20px;
    display: block;
}

.page-content .dealers:before,
.page-content .merken:before,
.page-content .occasions:before {
    content: "";
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
}

.page-content .dealers:before {
    background-image: url(https://occasionvoorraad.nl/Uploads/Editor/connection.png);
}

.page-content .merken:before {
    background-image: url(https://occasionvoorraad.nl/Uploads/Editor/brands.png);
}
.page-content .occasions:before {
    background-image: url(https://occasionvoorraad.nl/Uploads/Editor/occasions.png );
}

.auto-card {
    max-width: 350px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.07);
}

.auto-card img{
    max-width:100%;
}

.auto-card .card-content h5 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    padding: 15px 0px;
    margin: 0 15px;
}

.auto-card .card-content h5:after {
    content: "";
    margin: 0 auto;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #F78F1F;
    right: 0;
}

.auto-card .card-content .car-details {
    font-size: 15px;
    padding: 15px 0 16px;
    margin: 0 15px;
    position: relative;
}
.auto-card .card-content .car-details b {
    color: #f78f1f;
    font-size: 18px;
}

.auto-card .card-content .car-details:after {
    content: "";
    margin: 0 auto;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #F78F1F;
    right: 0;
}
.auto-card .card-content .btn {
    margin: 15px 15px 30px 15px;
    width: calc(100% - 30px);
    text-align: left;
    position: relative;
    font-weight: bold;
}
.auto-card .card-content .btn:before{
    content: "\f1ec";
    font-family: FontAwesome;
    margin-right: 15px;
}
.auto-card .card-content .btn:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
}

.page-content .btn-bekijk{
    max-width: 335px;
    margin: 30px 0 60px 0;
}

.auto-block{
    font-size: 14px;
    margin: 0 0 15px 0;
}

.auto-block .image img{
    max-width: 100%;
    display: block;
    height: auto;
}
.auto-block h5 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #F78F1F;
}

.start-block {
    background: #F78F1F;
    background: -moz-linear-gradient(left, #F78F1F 0%, #ffba6a 100%);
    background: -webkit-linear-gradient(left, #F78F1F 0%,#ffba6a 100%);
    background: linear-gradient(to right, #F78F1F 0%,#ffba6a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8900', endColorstr='#ffba6a',GradientType=1 );
    border-radius: 5px;
    padding: 50px;
    color: #FFFFFF;
    margin: 50px 0;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    overflow: hidden;
}


.start-block h4 {
    color: #fff;
    font-size: 35px;
    padding: 20px 20px 20px;
    font-weight: 500;
}

.start-checkboxes {
    color: #fff;
    padding: 30px 20px 50px 20px;
    float: left;
    width: 100%;
}

.start-checkboxes input[type=checkbox] {
    opacity: 0;
    z-index: -1;
    position: relative;
    visibility: hidden;
    position: absolute;
}

.start-checkboxes label {
    cursor: pointer;
    display: table;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
}

.start-checkboxes input[type=checkbox]:checked + label:before {
    background: #fff;
}

.start-checkboxes input[type=checkbox] + label:before {
    content: "";
    border: 2px solid #fff;
    border-radius: 5px;
    height: 40px;
    background: transparent;
    width: 40px;
    cursor: pointer;
    display: block;
    margin: 5px auto;
    transition: all .3s ease-in-out;
}

.start-yes, .start-no {
    padding: 0px 90px;
}

.start-email {
    color: white;
    padding: 20px 40px;
}

.start-email .no-padding {
    padding: 0px;
}

.start-email .form-control {
    height: 50px;
    background-color: transparent;
    border: 2px solid #fff;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    text-indent: 10px;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
}

    .start-email .form-control::placeholder {
        color: white;
        opacity: 0.7;
    }

.start-email .btn-send {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    color: #F78F1F;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.news {
    padding: 50px 0px;
    background-color: #f78f1f;
    color: #fff;
}

.news h5 {
    font-size: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.news .form-control {
    height: 60px;
    background: #ffffff;
    border-radius: 4px;
    border: none;
}

.news .news-button {
    color: #f78f20;
    background: #fff;
    font-weight: bold;
    padding: 19px 25px;
    border: none;
    -webkit-box-shadow: inset 0 -7px 0 -2px #ededed;
    -moz-box-shadow: inset 0 -7px 0 -2px #ededed;
    box-shadow: inset 0 -7px 0 -2px #ededed;
}

.news h6 {
    font-size: 25px;
}

.news .help-block {
    color: #fff !important;
}


@media only screen and (min-width : 1200px) {
    .social-share-mobile {
        display: none;
    }
}

@media only screen and (max-width : 1700px) {
    .social-share{
        left: 15px;
    }
}

@media only screen and (max-width : 1200px) {
    .header h5 {
        font-size: 30px !important;
    }

    .header-content h1{
        font-size: 30px;
    }
    
    .aanbod {
        margin: 30px 0 30px 0;
    }
    .dealers{
        margin-top: 30px;
    }
    .news {
        padding: 60px 0 45px;
    }

    .news h5 {
        font-size: 30px;
    }

    .news h6 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .progress-bar.pbfixed {
        top: 70px !important;
    }

    .social-share {
        display: none;
    }
    .social-share-mobile i {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .container-fluid {
        padding: 0 15px !important;
    }
    .content-left.text-page, .content-right.text-page{
        padding: 30px 15px !important;
    }
    .content-left, .content-right {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width : 991.5px) {

    .start-email .form-control {
        border-radius: 5px;
    }

    .dealers .text {
        line-height: 25px;
        position: relative;
        top: 10px;
    }

    .start-email .form-control::placeholder {
        color: white;
        opacity: 0.7;
    }

    .start-email .btn-send {
        border-radius: 5px;
        margin-top: 15px;
    }

    .start-email .no-padding{
        float: left;
        width: 100%;
    }

    .page-content .dealers:before, .page-content .merken:before, .page-content .occasions:before {
        width: 75px;
        height: 75px;
    }

    .page-content .dealers, .page-content .merken, .page-content .occasions {
        padding-left: 80px;
        height: 65px;
        line-height: 75px;
        padding-top: 0;
    }

    .start-block h4 {
        font-size: 24px;
        padding: 0px;
    }

    .start-checkboxes label {
        font-size: 14px;
    }

    .start-block {
        padding: 20px 10px;
    }

    .start-checkboxes {
        padding: 20px 10px 00px 10px;
    }

    .start-checkboxes input[type=checkbox] + label:before {
        height: 35px;
        width: 35px;
    }
}

@media only screen and (max-width : 767.5px) {
    .content-left{
        padding-right: 15px !important;
    }
    .news .news-button {
        padding: 9px 25px;
    }

    .news .form-control {
        height: 40px;
    }
    .cards .auto-card, .btn-bekijk{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 15px;
    }
}

@media only screen and (max-width : 576.5px) {
    .page-content .content-info .datum, .page-content .content-info .tijd {
        height: 70px;
        margin-bottom: 10px;
    }
}
