@import url("stylesheet.css");

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset, img, hr {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

* {
    outline: none;
}

html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #4b4b4b;
    font-size: 16px;
    font-family: 'volvosansregular', Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: .6em;
}

    p:last-child {
        margin-bottom: 0;
    }

.clear {
    display: block;
    clear: both;
}

input, select, textarea {
    -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0; /* Firefox 1-3.6 */
    border-radius: 0;
    font-size: 1em;
    font-family: 'volvosansregular', Arial, Helvetica, sans-serif;
}

textarea {
    height: 10em !important;
}

input {
    line-height: 1;
    overflow: visible;
}

a {
    text-decoration: none;
    color: #003057;
}

    a:hover {
        color: #656565;
    }

ul, ol {
    margin-left: 1em;
    margin-bottom: 1em;
}

h1 {
    font-size: 16px;
    color: #F00;
}

.hide {
    position: absolute;
    left: -9999px;
}

.textaligncenter {
    text-align: center;
}

h3 {
    margin-bottom: 1em;
    color: #003057;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
}

.wrapper {
    position: relative;
    width: 100%;
    padding: 0 25px;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
}

nav {
    position: relative;
    z-index: 3;
}

#top {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 52px;
}

    #top .wrapper {
        height: 100%;
    }

#topwrapper {
    width: 100%;
    z-index: 9997;
    position: absolute;
    top: 0;
    left: 0;
}

#headercontainer a {
    color: #fff;
}

#top .contentwrapper {
    background: rgba(0, 48, 87, 0.65);
    padding-left: 1.5em;
    position: relative;
    height: 100%;
}

#top ul {
    font-size: 0.875em;
    display: block;
    margin-left: 0;
    margin-bottom: 0;
}

.topmenu {
    float: left;
}

.taalkeuze {
    float: right;
    text-transform: uppercase;
    background: rgba(133, 134, 136, 0.65);
}

#top li {
    display: inline-block;
}

#top a {
    display: block;
    font-weight: bold;
    height: 100%;
    color: #fff;
}

.taalkeuze {
    padding: 0 1em;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
}

.taalkeuze {
    background: #58636d;
}

    .taalkeuze li.taal-li {
        display: none !important;
    }

    .taalkeuze:hover li.taal-li {
        display: inline-block !important;
    }

    .taalkeuze a {
        display: inline-block;
        padding: 0 .15em;
        height: 52px;
        line-height: 52px;
    }

.topmenu a {
    padding: 0 1.5em 0 35px;
    height: 52px;
    line-height: 52px;
}

    .topmenu a:hover {
        color: #009FE3 !important;
        background-image: url('../pictures/topmenu-hover-v2.png');
    }

#top a:hover {
    color: #fff;
}

header {
    background: #000;
    height: 345px;
    position: relative;
}


#verkopersheader {
    height: 155px;
    overflow: hidden;
}

.topmenu li a {
    background: url('../pictures/topmenu-v2.png') no-repeat;
}

.topmenu li:nth-child(1) a {
    background-position: 0 -212px;
}

.topmenu li:nth-child(2) a {
    background-position: 0 -60px;
}

.topmenu li:nth-child(3) a {
    background-position: 0 -113px;
}

.topmenu li:nth-child(4) a {
    background-position: 0 -163px;
}

.topmenu li:nth-child(5) a {
    background-position: 0 -8px;
}

.menu {
    padding: 1.5rem 0;
    float: right;
    display: flex;
    align-items: center;
    margin: 0;
}

    .menu li {
        display: inline-block;
        vertical-align: middle;
        padding-left: 1.1rem;
        position: relative;
    }

        .menu li.homemenuitem {
            margin: 0;
            padding: 0;
        }

        .menu li.btn {
            padding: 0;
            margin-left: 1.5em;
        }

            .menu li.btn a {
                display: inline-block;
                padding: .7rem;
                border: 0;
                position: relative;
            }

                .menu li.btn a:after {
                    background: linear-gradient(270deg, #5d1ef1, #1ef1c6) border-box;
                    border: 2px solid #0000;
                    border-radius: 40px;
                    bottom: 0;
                    content: "";
                    left: 0;
                    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
                    -webkit-mask-composite: destination-out;
                    mask-composite: exclude;
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: -1;
                }

        .menu li:hover ul {
            display: block;
        }

@media (min-width: 970px) {
    .menu li ul {
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -50%;
        top: 100%;
        background: #000;
        padding: 1.5rem 1rem .5rem;
    }

        .menu li ul li {
            float: none;
            display: block;
            padding: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
            margin-bottom: .7rem;
        }

            .menu li ul li a {
                display: inline-block;
                border-bottom: 1px solid #000;
                padding-bottom: 0;
            }

                .menu li ul li a#current, .menu li ul li a:hover .menu li ul li a:focus, .menu li ul li a.current {
                    border-bottom: 1px solid #fff;
                }
}

.menu a {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: .5em;
    text-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5);
}

    #current, .menu a:hover, .current {
        border-bottom: 1px solid #fff;
    }

.text-shadow {
    text-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5);
}

.scroll-top {
    display: block;
    width: 53px;
    height: 53px;
    background: url('../pictures/top.png') no-repeat center center #ECECEC;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

    .scroll-top:hover {
        background-color: #fff;
    }

.logo {
    display: block;
    max-width: 315px;
    width: 33.33%;
    float: left;
}

    .logo.automobilia-logo {
        max-width: 200px;
        padding-top: 1.7rem;
    }

    .logo img, .logo a, .cargallery img, .cargallery a {
        width: 100%;
        display: block;
    }

#headercontainer .cycle-slideshow {
    height: 100%;
    width: 100%;
    position: relative;
}

#headercontainer .slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    text-align: right;
    padding-top: 225px;
    box-sizing: border-box;
}


#headercontainer .cycle-pager {
    margin-top: -210px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 9999;
}


#headercontainer {
    box-shadow: inset 0 0px 100px 70px rgba(0,0,0,.75);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    font-size: 1.438em;
    color: #fff;
    font-family: 'volvoserifregular',Arial,Helvetica,sans-serif;
}

    #headercontainer .slide {
        box-shadow: inset 0 0px 100px 70px rgba(0,0,0,.75);
    }

    #headercontainer h2 {
        font-family: 'volvo_broad_proregular',Arial,Helvetica,sans-serif;
        font-size: 3.043em;
        color: #fff;
        display: block;
        margin-bottom: -.2em;
    }

.h2border {
    background: #fff;
    display: inline-block;
    width: 186px;
    height: 2px;
}

#headercontainer p {
    padding: .5em 0;
}

.headerpagerwrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 990;
    top: 0;
    pointer-events: none;
}



.cycle-pager span {
    font-size: 0;
    border-radius: 11px;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    box-sizing: border-box;
}

.cycle-pager-active {
    background: #fff;
}

.part3wrap, .part4wrap {
    width: 100%;
    margin-top: -13%;
    position: relative;
    z-index: 900;
}

.part3 {
    display: block;
    float: left;
    width: 33.33%;
    background: #003057;
    position: relative;
}

    .part3:nth-child(2) {
        background: #003057;
    }

    .part3:nth-child(3) {
        background: #262626;
    }

.part4, .part5 {
    display: block;
    float: left;
    width: 25%;
    background: #1D6CBB;
    position: relative;
}

    .part4 img {
        display: block;
        width: 100%;
    }

.part5 {
    width: 20%;
}

.part3content {
    z-index: 3;
    text-align: center;
    width: 100%;
    display: block;
}

.part3 .title, .part4 .title, .part5 .title {
    border: 2px solid #fff;
    color: #fff;
    padding: .8em;
    box-sizing: border-box;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.part3:hover .title, .part4hover .title, .part5hover .title, #currentsub .title {
    color: #003057;
    background: #fff;
}

.breadcrumb {
    color: #A5A5A5;
    padding: 3.2em 0;
    text-align: center;
}

    .breadcrumb span {
        font-size: .7em;
        vertical-align: middle;
        display: inline-block;
        padding-bottom: .25em;
    }

    .breadcrumb a {
        color: #A5A5A5;
    }

        .breadcrumb a:hover {
            color: #003057;
        }

.opdehoogte {
    color: #003057;
    font-size: 2.25em;
    display: block;
    text-align: center;
    line-height: 1.15;
}

.light {
    font-weight: 300;
}

.bigger {
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
    font-size: 3em;
}

.newsletter {
    padding: 0 0 3.2em 0;
}

.newsletterinfo {
    color: #3f3f3f;
    text-align: center;
    display: block;
    padding: 1em;
    font-size: 1.125em;
    line-height: 1.5;
}

#newsletterlabel, #searchlabel {
    position: absolute;
    z-index: -1;
    left: -9999px;
}

.newslettertable {
    display: table;
    border-spacing: 0;
    width: 80%;
    height: 43px;
    max-width: 422px;
    margin: 0.9em auto;
    box-sizing: border-box;
}

.cell {
    display: table-cell;
    height: 53px;
    vertical-align: top;
}

    .cell input, .cell select, .cell textarea, .fakeinput {
        border: 2px solid #003057;
        width: 100%;
        height: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        text-align: center;
        border-right: none;
        box-sizing: border-box;
    }

.fakeinput {
    padding: 0 0.5em;
    line-height: 53px;
    text-align: left;
    border: 2px solid #fff;
}

.newslettertable input[type=submit] {
    border: 2px solid #003057;
    color: #fff;
    background: #003057;
    font-family: 'volvosansregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    height: inherit;
}

    .newslettertable input[type=submit]:hover {
        background: #030303;
        border-color: #030303;
    }


.cell:nth-child(2) {
    width: 143px;
}

#newsflash {
    background: #030303;
    padding: 3.6em 0 0 0;
    color: #fff;
    line-height: 1.5;
}

    #newsflash h2 {
        color: #fff;
        text-transform: uppercase;
        display: block;
        text-align: center;
        margin-bottom: .6em;
    }

.newsflashimg {
    width: 50%;
    min-height: 10px;
    float: left;
    padding-top: .5em;
    margin-bottom: -1.5em;
}

#newsflash .slide {
    width: 100%;
}

#newsflash img {
    display: block;
    width: 100%;
}

.newsflashcontent {
    width: 50%;
    box-sizing: border-box;
    padding-left: 2.75em;
    float: right;
    padding-bottom: 1em;
}

.leesmeer, .meeroverons {
    color: #959595;
    border: 2px solid #959595;
    text-transform: uppercase;
    padding: .8em 3.25em;
    display: inline-block;
    margin-top: 1.8em;
}

.leesmeer {
    margin-top: 1em;
}

.withborder .leesmeer {
    margin-top: 0.25em;
}

.leesmeer:hover {
    border-color: #003057;
    color: #003057;
}


#newsflash .leesmeer:hover {
    background: #959595;
    border-color: #959595;
    color: #fff;
}

.datum {
    font-size: 1.063em;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
}

#newsflash h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: .4em;
}

#vestigingpager, #newspager {
    position: absolute;
    left: 0;
    bottom: 4em;
    z-index: 990;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
    text-align: right;
}

#newspager {
    padding: 0;
}

#over, #homevacature {
    text-align: center;
    padding: 5em 0 4em 0;
    line-height: 1.5;
}

#homevacature {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 3.6em;
    padding: 0 0 4em 0;
}

.overcontent {
    padding: 1em;
    line-height: 1.6;
    font-size: 1.125em;
}

.meeroverons {
    border: 2px solid #003057;
    color: #003057;
}

    .meeroverons:hover {
        background: #003057;
        color: #fff;
    }

.footer {
    padding: 4em 0 2.5em 0;
}

footer {
    background: url('../pictures/footerbg.png') no-repeat center center;
    background-size: cover;
}

.withborder {
    border-bottom: 1px solid #E9E9E9;
}

.footertitel, .footertitel:hover {
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: .3em;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
}

.footerimg {
    width: 360px;
    margin: 5px 0 0 0;
    float: left;
    color: #4B6679;
    font-size: 0.875em;
}

    .footerimg a, .digicreate a {
        font-weight: bold;
        color: #4B6679;
    }

    .footerimg img {
        margin-bottom: 1em;
    }

.digicreate {
    font-size: 0.875em;
    color: #4B6679;
}


.footercolumn {
    float: left;
    width: 250px;
    padding-left: 4%;
}

footer .addthis_toolbox a {
    margin-right: 12px;
    display: inline-block;
    float: left;
}

.footervestigingen a {
    color: #fff;
    display: block;
    margin-bottom: .75em;
}

.footervestigingen {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-bottom: 1rem;
}


.backbtn {
    background: #F2F2F2;
    color: #656565;
    font-size: 1em;
    padding: .75em 1em;
    float: right;
}

    .backbtn:hover {
        background: #656565;
        color: #fff;
    }

/**********************FORMS**************************/
#alert {
    position: fixed;
    z-index: 100001;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    display: none;
}

    #alert #alert-container {
        padding: 2em;
        background: #fff;
        border: 2px solid #003057;
        display: inline-block;
        top: 45%;
        left: 50%;
        width: 280px;
        margin-left: -140px;
        position: absolute;
        text-align: center;
    }


        #alert #alert-container .close-popup {
            display: block;
            padding-top: 20px;
        }

            #alert #alert-container .close-popup a {
                margin: 0 auto;
                color: #fff;
                box-sizing: border-box;
                text-align: left;
                display: inline-block;
                padding: 10px;
                background: #003057;
            }

                #alert #alert-container .close-popup a:hover {
                    color: #fff;
                }

        #alert #alert-container .js-close-alert {
            position: absolute;
            right: -15px;
            top: -15px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            font-weight: bold;
            font-size: 0;
            border: 2px solid #003057;
            background: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'> <path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/> </svg>") #fff;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 50%;
            cursor: pointer;
        }

#formulier {
    border-top: 1px solid #E9E9E9;
    padding: 2em 0;
}

#form label {
    width: 110px !important;
    padding-top: 1em;
    text-transform: capitalize;
}

#form option {
    padding: .5em;
}

#form h2 {
    color: #003057;
    line-height: 1;
    display: block;
    font-size: 1.333em;
    text-transform: uppercase;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
    margin-bottom: .7em;
}

#form .rij {
    width: 100%;
    display: table;
    margin-bottom: .5em;
}

#form input, #form select, #form textarea {
    text-align: left;
    border: 2px solid #003057;
    padding: 0 .5em;
}

#form select {
    background: url('../pictures/select-arrow.png') no-repeat right center #fff;
}

#form textarea {
    padding: 1em .5em;
}

#form input[type=submit] {
    width: auto !important;
    float: right;
}


#form .state-error, #newsfrm .state-error {
    border-color: #F00 !important;
    background-color: rgba(255, 0, 0, 0.20) !important;
}

/*******************GESCHIEDENIS*********************/

#geschiedenis h1, #missie h2, #vestigingen h1, #page h1, .h1 {
    color: #003057;
    font-size: 2.250em;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: .7em;
}

#vestigingen h1 {
    text-transform: uppercase;
}

    #geschiedenis h1 span, #missie h2 span, #vestigingen h1 span, .h1 span {
        line-height: 1;
        display: block;
        font-size: 1.333em;
        text-transform: uppercase;
        font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
    }

#page h1 {
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
    text-transform: none;
}

.geschiedenis-group {
    color: #3f3f3f;
    position: relative;
}

.groupwithbg {
    color: #fff !important;
    background: #00203A;
}

.geschiedenis-item {
    padding: 1em 0;
}

.geschiedenis-item {
    display: table;
    width: 100%;
    max-width: 730px;
    width: 80%;
    margin: 0 auto;
}

.noimageitem {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.6;
}


.geschiedenis-img, .geschiedenis-titel, .geschiedenis-beschrijving {
    display: table-cell;
    vertical-align: middle;
}

.geschiedenis-img {
    width: 30%;
    text-align: center;
}

    .geschiedenis-img img {
        display: inline-block;
        border-radius: 50% 50%;
        width: 100%;
        max-width: 178px;
    }

.tijdslijn-start {
    width: 100%;
    height: 17px;
    display: block;
    background: url('../pictures/tijdslijn-top.png') center top no-repeat;
}

.geschiedenis-titel h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    background: #E7E7E7;
    display: inline-block;
    line-height: 1.6;
    margin-top: 2em;
    border: 2px solid #fff;
    width: 100%;
    box-sizing: border-box;
}

.geschiedenis-titel {
    color: #003057;
    text-align: center;
    padding: 0 5.5%;
    width: 40%;
}

.groupwithbg .type-tijdslijn {
    background: url('../pictures/tijdslijn-wit.gif') repeat-y center top;
}

.groupwithoutbg .type-tijdslijn {
    background: url('../pictures/tijdslijn.gif') repeat-y center top;
}

.groupwithoutbg .geschiedenis-titel h2 {
    background: #fff;
    border: 2px solid #dcdcdc;
}

.geschiedenis-beschrijving {
    width: 30%;
    font-size: 0.875em;
    line-height: 1.6;
}

.geschiedenis-jaar {
    margin-top: .25em;
    font-family: 'volvo_broad_proregular',Arial,Helvetica,sans-serif;
    font-size: 2.313em;
    display: block;
    float: left;
    background: url('../pictures/tijdslijnjaar.png') no-repeat right center;
    padding-right: 16px;
}

.groupwithbg .type-tijdslijn .geschiedenis-jaar {
    color: #fff;
    background: url('../pictures/tijdslijnjaar-wit.png') no-repeat right center;
}

.geschiedenis-bg, .missiebanner-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .17;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.alignleft {
    direction: rtl;
}

    .alignleft .geschiedenis-beschrijving {
        direction: ltr;
        text-align: right;
    }

.geschiedenis-bol {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    margin-top: 1.3em;
    background: url('../pictures/tijdslijnbol.png');
}

.groupwithbg .type-tijdslijn .geschiedenis-bol {
    background: url('../pictures/tijdslijnbol-wit.png');
}

.geschiedenis-group:last-child .type-tijdslijn:last-child .geschiedenis-bol {
    bottom: 0;
}

.geschiedenis-group:last-child {
    margin-bottom: 4em;
}


/*******************MISSIE*********************/

#missie {
    padding-bottom: 2em;
}

    #missie h2 {
        text-align: left;
    }

.missieimg {
    float: left;
    margin: 0 1.6em .6em 0;
    width: 44%;
}

.missiecontent {
    padding-top: .8em;
}

.missiecontent-beschr {
    line-height: 1.6;
    font-size: 1.125em;
}

.missiewrapper {
    margin-bottom: 2em;
}

.missiebanner {
    position: relative;
    background: #272826;
    padding: 11.5% 0;
    margin: 3.9em 0 4.5em 0;
}

.missiebanner-img img {
    display: block;
    width: 100%;
    border-radius: 50% 50%;
}

.missiebanner-table {
    width: 100%;
    display: table;
}

.missiebanner-img {
    display: table-cell;
    width: 30%;
    max-width: 310px;
    vertical-align: middle;
}

.missibanner-content {
    display: table-cell;
    width: 70%;
    padding: 0 4em 0 2em;
    vertical-align: middle;
}

.missiebanner .slide {
    color: #fff;
}

.missiebanner h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
}

#missiepager {
    right: 0;
    position: absolute;
    top: 45%;
    z-index: 999;
}

    #missiepager span {
        display: block;
        margin-bottom: 9px;
    }


/**********************Vestigingen********************************/

#maps {
    width: 100%;
}

.carscontent {
    font-size: 0;
}

#filters {
    font-size: 0;
}

.vestiging, .car, .filter, .filter-container, .finance-car {
    width: 31.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
    background: #F2F2F2;
    color: #656565;
    font-size: .875em;
    font-size: 14px;
}

    .filter-container .filter {
        width: 100%;
    }

.finance-car {
    background: none;
    font-size: 18px;
    color: #F2F2F2;
}

    .finance-car:hover {
        color: #F2F2F2;
    }

    .finance-car img {
        display: block;
        width: 100%;
        border: 2px solid #F2F2F2;
        margin-bottom: 10px;
    }

.finance-car__title, .finance-car__car {
    font-weight: bold;
    margin-bottom: 2px;
}

.finance-car__title, .finance-car__arrow {
    color: #1D6CBB;
}

.finance-car__car {
    text-transform: uppercase;
    color: #003057;
}

.finance-car__label {
    color: #7C7C7C;
}

.finance-car__arrow {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

.reset-filter {
    text-align: right;
}

    .reset-filter .filter {
        display: inline-block;
        margin-right: 0;
    }

    .reset-filter a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
    }

.vestiging {
    width: 48.5%;
}

.vestigingtable {
    display: table;
    width: 100%;
}

.vestigingcontent {
    padding: 2em 0;
    display: table-cell;
    width: 67%;
    vertical-align: top;
    font-size: 0;
}

.fbfeed {
    width: 33%;
    padding: 2em 0 2em 1.8%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.vestigingtop {
    background: #003057;
    width: 100%;
    display: block;
    position: relative;
}

#tweedehands .vestigingtop {
    background: #1d5871;
}

#stock .vestigingtop {
    background: #262626;
}

.vestiging-kaart {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    display: none;
    font-size: 1.143em;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
}

.vestigingtop:hover img {
    opacity: .17;
}

.vestigingtop:hover .vestiging-kaart {
    display: block;
}

.vestigingbottom {
    padding: .75em 1em;
    line-height: 1.6;
}

.vestiging-kop {
    margin-bottom: .25em;
    color: #003057;
    font-size: 1.286em;
    border-bottom: 1px solid #CBCBCB;
    text-transform: uppercase;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
}

.vestiging img, .car img {
    display: block;
    width: 100%;
}

.vestiging h2 {
    display: inline;
}

.vestiging-icons img {
    width: auto;
    display: inline-block;
}

.vestiging-icons {
    text-align: right;
    float: right;
}


.vestiging-info {
    padding: 1em 1.2em 0em 1.2em;
    line-height: 1.6;
}

    .vestiging-info h3 {
        margin-bottom: 0;
        text-transform: uppercase;
    }

/****************CARS******************/

.car, .car:hover {
    color: #003057;
}

.car-title, .car-overview-price {
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    line-height: 1;
}

.car-subtitle {
    font-weight: 300;
    font-size: 0.813em;
    float: right;
    line-height: 1.385;
}

.car-overview-price {
    float: right;
}

.carbottom {
    display: block;
    padding: .75em 1em;
}

.carleft {
    float: left;
    padding: 0 0 .6em 0;
    width: 46%;
    box-sizing: border-box;
}

.carright {
    box-sizing: border-box;
    float: right;
    width: 54%;
    padding-left: 1.6em;
    padding-top: 1em;
}

.car-thumbs {
    width: calc(100% + 10px);
    font-size: 0;
    padding-top: 10px;
}

    .car-thumbs a {
        display: inline-block;
        width: calc(20% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative;
    }

        .car-thumbs a:nth-child(5n+5) {
            margin-right: 0;
        }

        .car-thumbs a:before {
            content: ' ';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url('../pictures/magnify.svg') no-repeat center center rgba(0, 0, 0, .5);
            background-size: 20px auto;
            opacity: 0;
            transition: opacity .2s;
        }

        .car-thumbs a:hover:before, .car-thumbs a:focus:before, .car-thumbs a:active:before {
            opacity: 1;
        }

        .cargallery img, .car-thumbs a img {
            display: block;
            width: 100%;
        }

#cardetails h1 {
    color: #003057;
    font-size: 2.125em;
    text-transform: uppercase;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
    margin-bottom: .5em;
}

    #cardetails h1 span {
        display: block;
        font-size: 0.722em;
        font-weight: bold;
        font-family: 'volvosansregular', Arial, Helvetica, sans-serif;
    }

.carcontent-beschr {
    line-height: 1.6;
    margin-bottom: 1em;
}

.carcontent-image {
    margin-bottom: 20px;
    border: 2px solid #F2F2F2;
}

    .carcontent-image img {
        display: block;
        width: 100%;
    }

.car-price {
    color: #003057;
    text-transform: uppercase;
    font-family: 'volvosansmedium', Arial, Helvetica, sans-serif;
    font-size: 1.625em;
    padding: .6em 0;
}

.offerte, .proefrit, .fiche-contacteer, .print-detail {
    color: #000;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1em 0 50px;
    height: 52px;
    line-height: 47px;
    border: 2px solid #000;
    background: url('../pictures/topmenu-black.png') no-repeat 10px -63px;
    opacity: .5;
}

.print-spacer {
    padding-top: 20px;
}

.print-detail {
    background-image: url('/Content/css/images/print.svg');
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: left 15px center;
}

.fiche-contacteer {
    background: none;
    padding: 0 1em;
    width: auto;
    margin: 1.4em 0;
}

.fiche-proefrit {
    margin-left: 1em;
}

.offerte {
    margin-left: 1em;
    background: url('../pictures/topmenu-black.png') no-repeat 10px -115px;
}

    .proefrit:hover, .offerte:hover, .print-detail:hover, .print-detail:focus {
        opacity: 1;
        color: #000;
    }

.car-stock, .car-hands {
    color: #fff;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    text-align: left;
    display: block;
    float: left;
    padding: 0 0 0 35px;
    width: 48%;
    background: url('../pictures/arrow-right.png') no-repeat 1em center #003057;
}

.car-hands {
    margin-left: 4%;
}

    .car-hands:hover, .car-stock:hover {
        color: #fff;
    }

#cardetails {
    padding-bottom: 4em;
}

.addthis_toolbox {
    margin-top: 1em;
}

.car-info {
    display: block;
    color: #656565;
    text-transform: lowercase;
    border-top: 1px solid #656565;
}

#stock .carbottom, #tweedehands .carbottom {
    padding: 1em 1em .5em 1em;
}

#stock .car-info, #tweedehands .car-info {
    margin-top: .4em;
    padding-top: .25em;
    font-size: 1.125em;
}

.volvoselect {
    margin-top: 1.5em;
}

#fiche {
    padding-bottom: 4em;
}

    #fiche .carleft {
        background: #F2F2F2;
    }

.fiche-lijn {
    border-top: 1px solid #dcdcdc;
    color: #656565;
    padding: .3em 0;
    font-size: 0.938em;
}

.fiche-info {
    padding: 1em 1.2em 0em 1.2em;
    font-family: "volvosansmedium",Arial,Helvetica,sans-serif;
}

    .fiche-info span {
        float: right;
        font-family: "volvosansregular",Arial,Helvetica,sans-serif;
    }

.fiche-lijn span {
    font-family: "volvosansregular",Arial,Helvetica,sans-serif;
}

#fiche h1 {
    color: #003057;
    font-family: "volvosansmedium",Arial,Helvetica,sans-serif;
    font-size: 2.125em;
    margin-bottom: .8em;
    position: relative;
    padding-right: 180px;
}

    #fiche h1 a, #fiche h1 a:link, #fiche h1 a:visited, #fiche h1 a:hover {
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
    }

        #fiche h1 a img {
            max-width: 125px;
            display: inline-block;
        }

        #fiche h1 a .text {
            color: #000;
            text-transform: uppercase;
            font-size: 45%;
            display: block;
        }


#fiche .carright {
    line-height: 1.6;
}

.fiche-prijs {
    color: #003057;
    font-size: 1.563em;
    margin-bottom: .25em;
    font-family: "volvosansmedium",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.fiche-catprijs {
    text-transform: uppercase;
    font-size: 1.125em;
    margin-bottom: .8em;
}

#fiche h2 {
    font-family: "volvosansmedium",Arial,Helvetica,sans-serif;
    color: #003057;
}

.gray {
    background: #F2F2F2;
    margin-bottom: 3.75em;
}

.filter {
    background: #DCDCDC;
    height: 46px;
    color: #003057;
    font-size: 0.875em;
    display: table;
}

    .filter label {
        text-transform: uppercase;
        height: 46px;
        box-sizing: border-box;
        text-align: center;
        padding: .25em .3em;
        vertical-align: middle;
        display: table-cell;
    }

    .filter .selectbox {
        display: table-cell;
        height: 46px;
    }

    .filter select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: inherit;
        padding: 0 1em;
        box-sizing: border-box;
        border: 1px solid #fff;
        display: block;
        width: 100%;
        color: #656565;
        background: url('../pictures/select-arrow.png') no-repeat right center #fff;
    }

    .filter input[type=submit], #form input[type=submit], .reset-filter a {
        box-sizing: border-box;
        display: block;
        color: #fff;
        background: #003057;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: inherit;
        border: 2px solid #003057;
        width: 100%;
        text-transform: uppercase;
        font-family: "volvosansmedium",Arial,Helvetica,sans-serif;
        font-size: 15px;
    }

        .filter input[type=submit]:hover, #form input[type=submit]:hover, .reset-filter a:hover {
            cursor: pointer;
            background: #fff;
            color: #003057;
        }

#tweedehands, #stock {
    padding-bottom: 4em;
}
/************************STANDAARD***************************/

.description-limiter {
    padding-top: 20px;
}

    .description-limiter .enable-limit {
        display: none;
    }

    .description-limiter.unlimited .enable-limit {
        display: block;
        display: inline-block;
    }

    .description-limiter.unlimited .disable-limit {
        display: none;
    }

.description-limit-full {
    display: none;
}

.unlimited .description-limit-full {
    display: block;
    margin-bottom: 10px;
}

.description-limit-cut {
    margin-bottom: 10px;
}

.unlimited .description-limit-cut {
    display: none;
}

.disable-limit, .enable-limit {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #003057;
    padding: 10px 30px 10px 10px;
}

    .disable-limit:before, .enable-limit:before {
        content: '>';
        position: absolute;
        right: 10px;
        top: 10px;
        transform: rotate(90deg);
    }

#page {
    padding-bottom: 2em;
}

    #page h2 {
        color: #212121;
        font-size: 1.5em;
        text-align: left;
        margin-bottom: .6em;
        font-weight: bold;
    }

.nieuwspage h1 {
    text-align: left !important;
}

.nieuwspage .intro {
    font-size: 1.125em;
    font-weight: bold;
    font-style: italic;
}

#page .datum {
    color: #212121;
}

#page h3 {
    color: #212121;
    font-family: "volvosansmedium",Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-bottom: .8em;
}

.article {
    line-height: 1.8;
    padding: 0 0 2em 0;
}

    .article a {
        text-decoration: underline;
    }

.withborder {
    padding: 2em 0;
}

.newsgallery {
    width: 46%;
    float: left;
    margin: 0 1.6em 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 1.6em;
}

.withborder:last-child {
    border: none;
}

/************************VERKOPERS***************************/
.verkopersforms {
    padding: 50px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-text-size-adjust: none;
}

    .verkopersforms label {
        display: block;
        margin-bottom: 1em;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        -webkit-text-size-adjust: none;
    }

    .verkopersforms input,
    .verkopersforms select {
        display: inline-block;
        width: 100%;
        padding: 10px;
        border: 1px #dcdcdc solid;
        margin-bottom: 1em;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        -webkit-text-size-adjust: none;
    }

    .verkopersforms .loginform input,
    .verkopersforms .loginform select {
        display: inline-block;
        max-width: 320px;
        width: 100%;
        padding: 10px;
        border: 1px #dcdcdc solid;
        margin-bottom: 1em;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        -webkit-text-size-adjust: none;
    }

    .verkopersforms input[type="submit"] {
        cursor: pointer;
    }

    .verkopersforms input.state-error {
        background: #eacaca;
        border: 1px #F00 solid;
    }

    .verkopersforms .sidemenu {
        width: 30%;
        float: left;
    }

    .verkopersforms .list {
        width: 65%;
        float: right;
    }

    .verkopersforms h3 {
        font-family: "volvosansmedium",Arial,Helvetica,sans-serif;
        font-size: 1.3em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #000;
        margin-bottom: 1em;
        line-height: 1;
    }

    .verkopersforms .actuallist {
        display: table;
        width: 100%;
    }

    .verkopersforms .listitem {
        display: table-row;
    }

        .verkopersforms .listitem:nth-child(even) {
            display: table-row;
            background: #dcdcdc;
        }

    .verkopersforms .tablehead {
        font-weight: bold;
    }

    .verkopersforms .listitem span {
        display: table-cell;
        font-size: 0.8em;
        padding: 5px;
        text-align: left;
    }

.menutoggle {
    display: none;
}

.arrowdown {
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 10000;
    display: block;
    background: url('../pictures/arrow-down.png');
    bottom: 150px;
    left: 50%;
    margin-left: -32px;
    opacity: .75;
    border-top: 1px solid #fff;
    font-size: 0;
}

    .arrowdown:hover {
        opacity: 1;
    }

.header-gradient {
    z-index: 1337;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.5+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.verkopers .header-gradient {
    display: none;
}



/*.custom-popup {
    display: none;
}*/

.show-popup {
    height: 100%;
    overflow: hidden;
}

body.show-popup .custom-popup {
    z-index: 9998;
    opacity: 1;
}

.custom-popup {
    z-index: -1;
    opacity: 0;
    transition: opacity .5s;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

    .custom-popup .table {
        display: table;
        width: 100%;
        height: 100%;
    }

    .custom-popup .table-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

    .custom-popup .img-container {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        position: relative;
    }

        .custom-popup .img-container img {
            display: block;
            width: 100%;
        }

        .custom-popup .img-container .border {
            border: 0;
            padding: 0;
        }

        .custom-popup .img-container .paragraphs {
            margin-bottom: 0;
        }

    .custom-popup .padding {
        padding: 20px;
    }

    .custom-popup .container {
        text-align: center;
        width: calc(100% - 30px);
        max-width: 900px;
        padding: 15px;
        margin: 0 auto;
        background: #003057;
        color: #ffffff;
        font-size: 18px;
        position: relative;
    }

    .custom-popup .close {
        position: absolute;
        right: 0;
        bottom: 100%;
        text-transform: uppercase;
        background: #ffffff;
        text-decoration: none;
        padding: 8px 48px 8px 15px;
        font-size: 12px;
        letter-spacing: 1px;
        color: #2e2e2e;
    }

        .custom-popup .close .cross {
            position: absolute;
            right: 0;
            top: 0;
            height: calc(100% - 10px);
            background: #E7E8E8;
            padding: 0px 10px 0px;
            padding-top: 10px;
        }

    .custom-popup .border {
        padding: 0%;
    }

    .custom-popup h2 {
        font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .custom-popup .paragraphs {
        line-height: 25px;
        margin-bottom: 0;
    }

        .custom-popup .paragraphs p {
            margin-bottom: 1emt;
        }

            .custom-popup .paragraphs p :last-child {
                margin-bottom: 0em;
            }

.embedcode {
    margin-bottom: 20px;
}

.car-button-spacer {
    margin-bottom: 20px;
}

/*////////////////////RESPONSIVE//////////////////////////////////////*/
@media screen and (max-width: 570px) {
    .verkopersforms .modelcol, .verkopersforms .vestigingcol {
        display: none !important;
    }
}

@media screen and (min-width: 970px) {
    .mobilemenuitem {
        display: none !important;
    }

    .homemenuitem {
        width: 21px;
        height: 21px;
        font-size: 0;
        background: url('../pictures/home.png') no-repeat top center;
        background-size: contain;
        display: block !important;
    }

        .homemenuitem a {
            display: block;
            width: 21px;
            height: 21px;
            text-decoration: none;
            border-bottom: none !important;
        }
}

@media screen and (max-width: 970px) {


    .offerte, .proefrit, .fiche-contacteer, .car-stock, .car-hands {
        margin: 0 0 1em 0;
        float: none;
        width: auto;
        text-align: left;
    }

    .fiche-contacteer {
        margin-top: 1em;
    }

    .menutoggle {
        display: block;
        line-height: 52px;
        height: 52px;
        background: url('../pictures/menubutton.png') left center no-repeat;
        width: 42px;
        cursor: pointer;
    }

    .mobilemenu {
        display: block !important;
    }

    nav {
        z-index: 9999;
    }

    .menu {
        position: absolute;
        left: 0;
        top: 0;
        background: #090D10;
        width: 100%;
        padding: 1em 0;
        margin: 0;
        display: none;
        z-index: 9999;
    }

        .menu li {
            display: block;
            width: 100%;
            line-height: 1.6;
            padding: .5em 20px;
            box-sizing: border-box;
        }

        .menu a {
            color: #fff;
            border: none;
        }

            #current, .menu a:hover {
                border: none;
                color: #009FE3 !important;
            }

    .topmenu {
        display: none !important;
    }

    .logo {
        width: auto;
    }
}

@media screen and (max-width: 800px) {

    body {
        font-size: 14px;
    }

    .part4 .title {
        max-width: 80%;
    }

    .part3 .title {
        max-width: 80%;
    }

    .fbfeed {
        width: 50%;
        padding: 0;
        display: block;
    }

    .vestigingcontent, .vestigingtable {
        display: block;
        width: 100%;
    }
}


@media screen and (min-width: 700px) {
    .car:nth-child(3n+3), .filter:nth-child(3n+3), .filter-container:nth-child(3n+3), .finance-car:nth-child(3n+3) {
        margin-right: 0;
    }

    .part3content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #homeheader, #trucksheader, #lynkencoheader {
        height: 800px;
    }

    #carsheader, #vestigingenheader, #overheader {
        height: 420px;
    }

    .vestiging:nth-child(even) {
        margin-right: 0;
    }
}


@media screen and (max-width: 700px) {

    .arrowdown {
        display: none;
    }

    #currentsub .title, .part3 .title:hover, .part4 .title:hover {
        background: none;
        color: #fff;
        text-decoration: underline;
    }

    .wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .logo {
        position: absolute;
        left: 65px;
        top: -65px;
        width: 247px;
        /*margin-left: 20px;        
        margin-top: 8px;*/
    }

        .logo.automobilia-logo {
            width: 150px;
            max-width: none;
        }

    .part3wrap {
        margin-top: 0;
    }

    .vestiging, .car, .fitler-container, .finance-car {
        width: 48.5%;
        margin-bottom: 20px;
    }

    #filters {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 38px;
    }

    .filter {
        width: 100%;
    }

        .filter label {
            width: 150px;
        }

        .car:nth-child(even), .vestiging:nth-child(even), .filter-container:nth-child(even), .filter:nth-child(even), .finance-car:nth-child(even) {
            margin-right: 0;
        }

    #homeheader .slide, #trucksheader .slide, #lynkencoheader .slide {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 150px;
        text-align: left;
    }

    .partwrapper, header .wrapper {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #headerpager {
        padding-right: 16px;
        box-sizing: border-box;
    }

    .part3, .part4 {
        height: 40px;
        float: none;
        width: 100%;
    }

        .part3 .title, .part4 .title {
            height: 40px;
            width: 100%;
            max-width: 100%;
            border: none;
        }

        .part3 img, .part4 img {
            display: none;
        }

    #vestigingpager, #newspager {
        right: 1em;
    }



    #homeheader #headercontainer {
        font-size: 1.1em;
    }

    #headercontainer h2 {
        font-size: 2em;
    }

    #headercontainer .cycle-pager {
        margin-top: -32px;
    }

    .newsflashcontent, .newsflashimg {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .newsflashimg {
        width: auto;
        max-width: 100%;
        margin-bottom: 1em;
    }

    #newsflash, #over, .breadcrumb, #homevacature {
        padding: 3em 0;
    }

    #homevacature {
        padding-top: 0;
    }

    .breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    .newsletter {
        padding-bottom: 3em;
    }

    .newslettertable {
        margin-bottom: 0;
    }

    .tijdslijn-start, .geschiedenis-bol {
        display: none;
    }

    .geschiedenis-item {
        display: table;
        width: 100%;
    }

    .geschiedenis-titel h2, .groupwithoutbg .geschiedenis-titel h2 {
        display: inline;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
    }

    .groupwithbg .geschiedenis-titel h2 {
        color: #fff !important;
    }

    .geschiedenis-titel, .geschiedenis-beschrijving {
        display: block;
        padding: 0;
        text-align: left;
        float: right;
        width: 75%;
        box-sizing: border-box;
    }

    .geschiedenis-jaar {
        display: inline;
        background: none !important;
    }

    .geschiedenis-img {
        display: block;
        float: left;
        padding-right: 1em;
        width: 25%;
        box-sizing: border-box;
    }

    .groupwithoutbg .type-tijdslijn, .groupwithbg .type-tijdslijn {
        background: none;
    }



    .alignleft .geschiedenis-beschrijving {
        direction: rtl;
        text-align: left;
    }

    .footercolumn {
        padding: 0;
    }

    .digicreate {
        position: absolute;
        bottom: 1em;
    }


    #tweedehands, #stock {
        padding-bottom: 32px;
    }

    .cycle-slide .wrapper {
        position: absolute;
        bottom: 16px;
        left: 16px;
    }

    #headerpager {
        position: absolute;
        right: 0;
        top: -245px;
    }
}


@media screen and (max-width: 560px) {

    .carleft, .carright {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .backbtn {
        margin-bottom: 25px;
    }
}


@media screen and (max-width: 480px) {

    .vestiging, .newsgallery, .missieimg, .car, .fbfeed {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .newsgallery {
        margin-bottom: 1em;
    }


    #form .cell, #form label, #form textarea {
        display: block;
        width: 100%;
    }

    #form label {
        height: auto;
        padding: .75em 0 .5em 0;
    }

    .textareacell {
        height: auto;
    }

    #geschiedenis h1, #missie h2, #vestigingen h1, #page h1, .h1, .opdehoogte, #newsflash h2 {
        font-size: 1.5em;
    }



    .footerimg, .footerimg img {
        width: 100%;
    }


    .scroll-top {
        top: auto;
        bottom: 0;
        z-index: 100000;
        position: fixed;
        height: 30px;
        width: 30px;
        background-size: cover;
    }

    .topmenu {
        display: none !important;
    }

    #newsletteremail, #search {
        border-right: 2px solid #003057;
    }

    .newslettertable .cell {
        display: block;
    }

    .cell:nth-child(2) {
        width: auto;
    }

    .meeroverons {
        width: 120px;
    }


    .missiebanner-img, .missibanner-content {
        display: block;
        width: 100%;
        font-size: 12px;
        box-sizing: border-box;
        padding: 0;
    }

    .missiebanner-img {
        max-width: 150px;
        text-align: center;
        padding-bottom: 20px;
    }

    #missiepager {
        top: 20px;
    }

    #newspager {
        margin-top: 1em;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .logo {
        top: -50px;
        width: 150px;
        overflow: hidden;
    }
}





.cookiebannerpopup {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 99999;
    transition: all ease 0.5s;
    width: 100%;
    padding: 15px 60px 10px 10px;
    text-align: center;
    background: #001F39;
    color: #ffffff;
    box-sizing: border-box;
}

    .cookiebannerpopup a {
        color: #ffffff;
    }

    .cookiebannerpopup.open {
        bottom: 0px;
    }

    .cookiebannerpopup a.close {
        display: block;
        position: absolute;
        right: 10px;
        top: 11px;
        font-weight: 700;
        font-size: 0px;
        width: 26px;
        height: 26px;
        background: #001F39;
    }

        .cookiebannerpopup a.close:before, .cookiebannerpopup a.close:after {
            position: absolute;
            left: 12px;
            top: 2px;
            content: ' ';
            height: 22px;
            width: 2px;
            background-color: #ffffff;
            transition: background-color .2s;
        }

        .cookiebannerpopup a.close:before {
            transform: rotate(45deg);
        }

        .cookiebannerpopup a.close:after {
            transform: rotate(-45deg);
        }

.agree-row input {
    margin-right: 5px;
}

.agree-row, .captcha-row {
    margin-bottom: 20px !important;
}

    .agree-row label {
        text-transform: none !important;
    }

    .agree-row.state-error, .captcha-row.state-error {
        width: calc(100% - 10px) !important;
        padding: 5px;
    }

.gdpr-width {
    max-width: 422px;
    margin: 0 auto;
}

.view360 {
    text-align: right;
    position: relative;
    z-index: 5000;
    margin-bottom: -61px;
}

    .view360 a {
        display: inline-block;
        background: #d1423c;
        color: white;
        margin-right: 10px;
        font-weight: bold;
    }

        .view360 a img {
            display: inline-block;
            vertical-align: middle;
        }

            .view360 a img:last-child {
                width: 77px;
                height: 49px;
            }

            .view360 a img:first-child {
                width: 38px;
                height: 49px;
            }

        .view360 a .text {
            display: inline-block;
            vertical-align: middle;
        }

.car-pass {
    text-align: center;
}

.newsletter-unsubscribe {
    padding-top: 40px;
}

    .newsletter-unsubscribe .rij {
        margin-bottom: 10px;
    }

    .newsletter-unsubscribe textarea {
        display: block;
        width: 400px;
    }

    .newsletter-unsubscribe input[type=submit] {
        border: 2px solid #003057;
        color: #fff;
        background: #003057;
        font-family: 'volvosansregular', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

.cookie-consent-container .cookie-consent h3 img {
    background: #000000;
    padding: 10px;
}


.gdpr-form-text, .upload-info, .post-message {
    margin-bottom: 20px;
}

    .post-message ul {
        margin-left: 20px;
    }

.upload-info {
    font-size: 10px;
}

.gdpr-form .row {
    margin-bottom: 10px;
}

    .gdpr-form .row label, .gdpr-form .row input[type=text], .gdpr-form .row input[type=email], .gdpr-form .row textarea {
        display: block;
        width: 100%;
    }

    .gdpr-form .row input[type=text], .gdpr-form .row input[type=email], .gdpr-form .row textarea {
        padding: 10px;
    }

    .gdpr-form .row textarea {
        height: 100px;
    }

    .gdpr-form .row label {
        margin-bottom: 20px;
    }


fieldset legend {
    margin-bottom: 10px;
    font-size: 22px;
}

fieldset .row {
    position: relative;
    padding-left: 30px;
}

    fieldset .row input {
        position: absolute;
        left: 0;
        top: 5px;
    }

.lynk-en-co {
    padding: 3rem 0;
    background: #000;
    color: #fff;
}

.lynk-en-co__main-home {
    width: 21px;
    height: 21px !important;
    font-size: 0;
    background: url('../pictures/home.png') no-repeat top 1rem center;
    background-size: contain;
    display: block !important;
    padding-top: 1rem;
}

@media (max-width: 970px) {
    .lynk-en-co__main-home {
        display: none !important;
    }
}

.lynk-en-co__text {
    margin-bottom: 2rem;
}

    .lynk-en-co__text h2 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

.lynk-en-co .facts {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 4rem;
}

    .lynk-en-co .facts h2 {
        color: #fff;
        font-size: 1.5em;
        margin-bottom: 2rem;
        text-transform: uppercase;
        text-align: center;
    }

.lynk-en-co .facts-grid {
}

@media (min-width: 768px) {
    .lynk-en-co .facts-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .lynk-en-co .facts-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}


.lynk-en-co .fact {
    background: #2C2C2C;
    text-align: center;
    padding: 3rem 2rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

    .lynk-en-co .fact h3 {
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

@media (min-width: 768px) {
    .lynk-en-co__text-image {
        display: grid;
        grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
        align-items: center;
        gap: 2rem;
    }
}

.lynk-en-co__text-image img, .lynk-en-co__description {
    width: 100%;
    margin-bottom: 2rem;
}
