/* ----------------------------------------------------------------
    ** Style CSS
    ** BB-remarkable 2019
    ** www.boshuis.nl
-----------------------------------------------------------------*/

body .fade { 
    animation: fadeInAnimation ease 1.2s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
} 
  
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    20% {
         opacity: 0; 
    }
    100% { 
        opacity: 1; 
     } 
} 

/* -- Fonts -- */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=de4f1f63-7fa1-42a7-9d7b-c053506f8869");
    @font-face{
        font-family:"Avenir light";
        src:url("../font/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
        src:url("../font/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),url("../font/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("../font/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),url("../font/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype");
    }
    @font-face{
        font-family:"Avenir book";
        src:url("../font/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
        src:url("../font/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"),url("../font/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"),url("../font/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"),url("../font/c70e90bc-3c94-41dc-bf14-caa727c76301.ttf") format("truetype");
    }
    @font-face{
        font-family:"Avenir medium";
        src:url("../font/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
        src:url("../font/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"),url("../font/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),url("../font/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"),url("../font/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype");
    }
    @font-face{
        font-family:"Avenir heavy";
        src:url("../font/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
        src:url("../font/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),url("../font/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("../font/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),url("../font/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype");
    }

/* -- Defaults -- */
::-moz-selection {
    color: #0083cb;
    background-color: #e6f2f6;
}
::selection {
    color: #0083cb;
    background-color: #e6f2f6;
}


body {
    font-family: 'Avenir medium', "Helvetica Neue",Helvetica,Arial,sans-serif;
    transition: all 0.3s ease;
}
h1 {
    font-size: 50px;
    font-family:"Avenir heavy";
    color: #282E31;
}
h2 {
    color: #333;
    font-family:"Avenir heavy";
    font-size: 30px;
    line-height: 35px;
    display: inline-block;
    margin-bottom: 15px;
}
h2:after {
    content: "";
    /* border-bottom: 3px solid #FFCF00; */
    display: block;
    width: 100px;
    margin-top: 15px;
}
h3 {
    color: #0083CA;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-family:"Avenir heavy";
}
h4 {
    font-size: 16px;
    font-family: "Avenir heavy";
    line-height: 24px;
    color: #0083CA;
    text-decoration: none!important;
}
h5 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-family: "Avenir medium";
}
h6 {
    color: #FFFFFF;
    font-family: "Avenir heavy";
    font-size: 30px;
    line-height: 35px;
}
p, li {
    line-height: 24px;
    color: #282E31;
    font-family: 'Avenir medium', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
a:hover,a:focus {
    text-decoration: none;
}
p.large {
    font-size: 20px;
}
b {
    font-family:"Avenir heavy"; 
}
form {margin:0px;margin-top: 50px;}
.orderform {
    margin-top: -10px;
    font-family: "Avenir book";
}
.button {
    background-color: #FFCF00;
    box-shadow: 0px 1px 2px rgba(0, 30, 46, 0.30);
    border-radius: 5px;
    color: #282E31;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
    font-family:"Avenir heavy";
    font-size: 16px;
    display: inline-block;
    margin: 15px 0px;
    transition-timing-function: ease-in-out;
    transition: 0.2s;
}
.cijfer {
    background-color: #FFCF00;
    box-shadow: 0px 1px 2px rgba(0, 30, 46, 0.30);
    border-radius: 50%;
    color: #282E31;
    border: none;
    padding: 23px;
    font-family: "Avenir heavy";
    font-size: 41px;
    display: inline-block;
    margin-left: 85px;
    margin-top: 428px;
    min-width: 104px;
    text-align: center;
}
.button:hover, .button:focus {
    text-decoration: none;
    opacity: 0.9;
    color: #282E31;
    cursor: pointer;
    transform: scale(0.99);
}
.button.large {
    font-size: 20px;
}
.button i{
    font-size: 19px;
    padding-left: 10px;
}
.button.secondary {
    background-color: transparent;
    border: 1px solid #0083ca;
    color: #0083ca;
    box-shadow: none;
}

/* -- Table -- */
table {
    width: 100%;
    border: 1px solid #eaedf2;
    font-family:"Avenir book";
    margin-bottom: 1.5em;
}
tr {
    border-bottom: 1px solid #eaedf2;
}
td {
    padding: 7px;
    border-right: 1px solid #eaedf2;
}
tr:nth-child(even) {
    background-color: #f8f9fa;
}
.box {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 30px 25px;
	margin-top: 5px;
	background-color: #ffffff;
}
.box .embed-container {
    margin-top: 20px;
}
.box h3 {
	margin-top: 0px;
}
.box b.align {
    width: 35px;
    display: inline-block;
}

/* -- Header top -- */
.header-top {
    background-color: #898989;
    height: 40px;
    margin-bottom: 50px;
}
.header-top .btn-custom {
    background-color: #0083CA;
    color: #fff;
    font-size: 14px;
    font-family: "Avenir heavy";
    border-radius: 3px;
    margin-top: 4px;
    padding: 5px 15px;
}
.header-top .btn-custom i {
    padding-left: 10px;
    font-size: 19px;
    height: 10px;
    float: right;
}
.header-top .item {
    display: inline-block;
    float: left;
}
.header-top .cart {
    margin: 9px;
    width: 130px;
    text-align: center;
    color: #0083CA;
    border-left: 1px solid rgba(0, 131, 202, 0.25);
}
.header-top .cart i {
    font-size: 21px;
}
.header-top .social .fab {
    color: #ffffff;
    padding: 10px 5px;
    font-size: 20px;
}
.header-top .social.linkedin {
    margin-right: 50px;
}
.header-top .headlink {
    font-family: 'Avenir medium';
    color: #ffffff;
    text-decoration: none!important;
    line-height: 40px;
    padding-right: 21px;
}


/* -- Navbar -- */
#navigation {
    position: relative;
    z-index: 9999;
    opacity: 1!important;
}
#navigation .navbar-custom {
    background-color: #fff;
    border-radius: 0PX;
    border: none;
    border-bottom: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
#navigation .navbar-brand {
    height: 100px;
    padding: 0px;
    margin-left: 15px;
    line-height: 29px;
}
#navigation .dropdown-menu>li>a:focus, 
#navigation .dropdown-menu>li>a:hover {
    background-color: #e6f2f6;
}
#navigation .logo-text {
    float: right;
    margin-top: 25px;
    height: 50px;
}
#navigation .navbar-brand img {
    height: 50px;
    float: left;
    display: inline;
    margin-top: 25px;
}
#navigation .navbar-custom .navbar-brand .bold {
    font-size: 30px;
    color: #e17b2b;
}
#navigation .navbar {
    margin: 0px;
}
#navigation .navbar-custom .navbar-brand .small {
    font-size: 15px;
    color: #e17b2b;
}
#navigation .navbar-custom .navbar-nav>li>a {
    color: #00445A;
    font-size: 18px;
    padding: 40px 87px;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
    font-family: "Avenir Book";
}
#navigation .navbar-custom .dropdown-menu>li>a {
    color: #00445A;
    font-size: 16px;
    line-height: 24px;
    font-family: "Avenir book";
    padding: 15px 30px;
}
#navigation .caret {
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
#navigation .navbar-custom .navbar-nav>li:last-child a {
    padding-right: 0px;
}
#navigation .navbar-custom .navbar-nav>.active>a {
    color: #e17b2b;
    background-color: transparent;
    font-size: 18px;
    padding: 20px;
}
#navigation .open .caret {
    transform: rotate(180deg);
}
#navigation .navbar-default .navbar-nav>.open>a, 
#navigation .navbar-default .navbar-nav>.open>a:focus, 
#navigation .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid #eef6f9;
    z-index: 99;
    width: 135%;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    background-color: #fff;
    width: 135%;
    left: 0px;
}


/* -- Header -- */
#header {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 600px;
    overflow: hidden;
}
#header .bottom {
    content: "";
    background-image: url(../images/home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    position: absolute;
    height: 600px;
    background-position: bottom;
    bottom: 0px;
}
#header .bottom.secondary {
    background-image: url(../images/content.svg);
}
#header h1 {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 20px;
}
#header .row {
    z-index: 99;
    position: relative;
}
#header.content .vertical-align,
#header.content {
    height: 450px;
}
#header.content .vertical-align h1 {
    padding-top: 0px;
}
#header .gradient {
    position: absolute;
    width: 100%;
    height: 600px;
    background: rgb(0,131,202);
    background: -moz-linear-gradient(90deg, rgba(0,131,202,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,131,202,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(0,131,202,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0083ca",endColorstr="#ffffff",GradientType=1);
}
#header.global h5 {
    max-width: 576px;
}
#header h5 {
    max-width: 363px;
}

/* -- Home - Content 1 -- */
#content1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
#content1 .branchescontentimg1 {
    height: 370px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.14);
    width: 370px;
}
#content1 .image-round {
    background-color: #E6F2F6;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    float: right;
}
#content1 .image-round div {
    height: 300px;
    width: 200px;
    margin: 0 auto;
    margin-top: -15px;
}
#content1 .druppel {
    margin-top: -180px;
}
#content1 .druppel img {
    width: 307px;
}

/* -- Home - Products -- */
#products, #usp, #employee {
    background-color: #E6F2F6;
    padding: 100px 0px;
}
#products.global {
    background-color: #fff;
}
#products.global .button.secondary {
    margin-top: 35px;
}
#products .product {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    max-height: 140px;
    min-height: 140px;
    margin-bottom: 30px;
}
#products img {
    height: 110px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}
#products .circle {
    width: 90px;
    height: 90px;
    background-color: #E6F2F6;
    border-radius: 50%;
    top: 25px;
    left: 29px;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
}
#products a:hover,
#products a:focus {
    text-decoration: none;
}
#products h2 {
    margin-bottom: 30px;
}
#products a {
    font-family: "Avenir heavy";
    color: #0083ca;
}
#products h4 {
    padding: 59px 0px;
    margin: 0px;
}
#products .product h4 i {
    vertical-align: bottom;
}
#products .pull-left {
    width: 140px;
}
#products .circle-custom {
    margin-top: 25px;
    background-size: cover;
}
#products-sub {
    background-color: #0083CA;
    padding: 25px 0px;
}
#products-sub .item {
    margin: 0px;
    color: #fff;
    font-family: "Avenir heavy";
}
#products-sub .item:before {
    content: "";
    background-image: url(../images/dot.svg);
    width: 20px;
    display: inline-block;
    height: 28px;
    position: absolute;
    margin-left: -35px;
    margin-top: -4px;
}

/* -- Home  - Feedback -- */
#feedback {
    padding: 100px 0px;
}
#feedback .feedback-top {
    width: 307px;
}

/* -- Home  - Content 2 -- */
#content2 {
    background-color: #e6f2f6;
    padding: 150px 0px;
    background-size: 45%;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    position: relative;
}
#content2 .container:before {
    content: "";
    display: block;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../images/druppel.svg);
    height: 494px;
    margin-top: -150px;
    position: absolute;
    width: 100%;
    background-size: 33%;
    right: -15px;
}

/* -- Home  - Content 3 -- */
#content3 {
    padding: 150px 0px;
}
#content3 img {             width: 50%;                                     float: right;}

/* -- Over ons -- */
.vertical-align {
    height: 360px;
    vertical-align: middle;
    display: table-cell;
}

/* -- USP -- */
#usp .usp {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px;
    min-height: 263px;
}
#usp h3 {
    margin-top: 0px;
}
#usp.branches .container:before {
    content: "";
    display: block;
    background-position: left -152px;
    background-repeat: no-repeat;
    background-image: url(../images/druppel.svg);
    height: 100%;
    position: absolute;
    margin-top: -100px;
    width: 100%;
    background-size: 617px;
    left: -15px;
}
#usp.branches .circle {
    background-color: #E6F2F6;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
}
#usp.branches .usp .pull-left {
    width: 90px;
}
#usp.branches .usp img {
    height: 110px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    display: block;
    margin-top: -20px;
}
#usp.branches .usp-product {
    height: 100px;
}
#usp.branches .product b {
    margin-top: 20px;
    float: right;
    width: 180px;
}
#usp.branches .content p.check {
    font-family: "Avenir book";
    color: #0083CA;
    font-size: 16px;
    line-height: 22px;
}
#usp.branches i {
    vertical-align: middle;
    color: #0083CA;
}
#usp.branches .content {
    display: block;
    width: 100%;
}
#usp.branches .content .content-inner {
    margin: 20px 0px;
}
#usp.branches h2 {
    margin-bottom: 20px;
}
#usp.branches .usp-bottom {
    margin-top: 50px;
}
#usp.branches .usp-bottom .button {
    margin-right: 15px;
}

/* -- Alle producten -- */
.back-btn {
    top: 27px;
    position: absolute;
}
.back-btn a {
    color: #E6F2F6;
    font-size: 16px;
    font-family:"Avenir book";
    text-decoration: underline;
}
.back-btn i.material-icons {
    color: #FFF;
    vertical-align: bottom;
}

/* -- Nieuws -- */
#header.nieuws, #header.contact {
    background-color: #f9fcfd;
    height: 400px;
    margin-bottom: 200px;
}
#header.nieuws .back-btn a,
#header.nieuws .back-btn i {
    color: #0083CA;
}
#header-secondary.nieuws h1 {
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
    padding-top: 400px;
}
#header-secondary.dealers {
    margin-bottom: 25px;
}
#header-secondary .background {
    height: 500px;
    margin-top: -525px;
    box-shadow: inset 0 -60px 100px 41px rgba(0, 0, 0, 0.35);
    background-size: cover;
    background-position: center;
}
#content.nieuws .date {
    font-family:"Avenir book";
    font-size: 16px;
    color: #282E31;
    margin-bottom: 25px;
}
#content.nieuws {
    margin-bottom: 50px;
}
#content-list.dealers,
#content-list.branches,
#content-list.nieuws,
#content-list.vacature {
    margin: 100px 0px;
}
#content-list.nieuws .nieuws-item {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    padding-bottom: 20px;
}
#content-list.nieuws .top {
    height: 185px;
    background-size: cover;
    background-position: center;
	box-shadow: inset 0px -20px 54px 16px rgba(2, 50, 76, 0.18);
}
#content-list.nieuws .date {
    color: #fff;
    font-family: "Avenir heavy";
    font-size: 16px;
    padding-left: 20px;
    padding-top: 150px;
}
#content-list.nieuws .bottom h4 {
    color: #282E31;
    font-size: 19px;
    font-family: "Avenir heavy";
    padding: 10px 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    height: 58px;
}
#content-list.nieuws a:hover,
#content-list.nieuws a:focus {
    text-decoration: none!important;
}
.readmore a {
    padding-left: 20px;
    color: #0083CA;
    font-family: "Avenir heavy";
    line-height: 24px;
}
.readmore a i {
    vertical-align: bottom;
}
#content-list .pagination {
    width: 600px;
}
#content-list .pagination .prev {
    float: left;
}
#content-list .pagination .next {
    float: right;
}
#content-list .pagination a,
#content-list .pagination .page_current {
    color: #002736;
    font-family: "Avenir book";
    font-size: 16px;
    display: inline-block;
    margin: 30px 10px;
}
#content-list .pagination .page_current {
    color: #0083CA;
}
#content-list .pagination .prev,
#content-list .pagination .next {
    background-color: #FFCF00;
    box-shadow: 0px 1px 2px rgba(0, 30, 46, 0.30);
    border-radius: 5px;
    color: #282E31;
    padding: 14px 20px;
    font-family: "Avenir heavy";
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    text-indent: -99999999;
    margin: 15px 0px;
    transition-timing-function: ease-in-out;
    transition: 0.2s;
}
#content-list .pagination .page_disabled {
    color: #A5A5A5!important;
    background-color: #ECECEC!important;
    box-shadow: none!important;
}
#content-list .pagination .prev:after {
    content: "Vorige pagina";
    display: block;
    text-indent: 0;
    margin-top: -22px;
}
#content-list .pagination .next:after {
    content: "Volgende pagina";
    display: block;
    text-indent: 0;
    margin-top: -22px;
}

/* -- Tabs -- */
.tabs {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    margin-bottom: 100;
}
.tabs .nav-tabs>li {
    width: 16.668%;
    outline: none;
}
.tabs .nav-tabs>li>a {
    color: #0083CA;
    font-family: "Avenir heavy";
    font-size: 16px;
    text-align: center;
    border-radius: 0px;
    border: none;
    padding: 15px 0px;
    border-bottom: 2px solid #e6f2f6;
    margin: 0px;
}
.tabs .nav-tabs>li.active>a, 
.tabs .nav-tabs>li.active>a:focus, 
.tabs .nav-tabs>li.active>a:hover {
    color: #0083CA!important;
    cursor: default;
    background-color: #fff;
    outline: none;
    border: none;
    border-bottom: 2px solid #0083cb!important;
}
.tabs .nav>li>a:focus, 
.tabs .nav>li>a:hover {
    text-decoration: none;
    background-color: #e6f2f6;
    transition: 0.5s;
}
.tabs .ervaring-item .top {
    height: 225px;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 0px;
    box-shadow: inset 0px -64px 22px 0px hsla(195, 94%, 5%, 0.29);
}
.tabs .ervaring-item .top h4 {
    color: #fff;
    padding-left: 15px;
    position: absolute;
    font-size: 20px;
    top: 150px;
}
.tabs .ervaring-item {
    margin: 20px 0px;
    margin-bottom: 35px;
    max-height: 400px;
    overflow: hidden;
    height: 400px;
    margin: 5px 0px;
    min-height: 400px;
}
.tabs .ervaring-item .top h4 span {
    line-height: 32px;
    font-size: 24px;
}
.tabs .ervaring-item .bottom p {
    padding: 10px 0px;
    line-height: 27px;
}
.tabs .ervaring-item .bottom {
    background-color: #e6f2f6;
    padding: 15px;
    height: 160px;
}
.tab-content {
    margin: 25px 10px;
}
.tabs .ervaring-item .bottom .cijfer {
    background-color: #FFCF00;
    box-shadow: 0px 1px 2px rgba(0, 30, 46, 0.30);
    border-radius: 50%;
    color: #282E31;
    border: none;
    padding: 18px;
    font-family: "Avenir heavy";
    font-size: 24px;
    min-width: 72px;
    position: absolute;
    top: -5px;
    right: 3px;
    margin: 0px!important;
}
.tabs .ervaring-item .readmore a {
    text-align: right;
    padding-left: 0px;
    display: block;
    position: absolute;
    bottom: 32px;
    right: 28px;
}

/* -- Contact -- */
#header.contact h1 {
	color: #00445A;
}
#header-secondary.contact {
	margin-top: -400px;
	min-height: 400px;
}
#header-secondary.contact a {
    color: #282E31;
}
#header-secondary.contact .box {
    min-height: 458px;
}
#header-secondary.contact .dealers .box {
    min-height: 0px;
    text-align: center;
    padding: 10px 25px;
    margin: 15px 0px;
}
#header-secondary.contact .dealers a:hover {
    text-decoration: none;
}
#header-secondary.contact .dealers .box i {
    vertical-align: top;
}
#header-secondary.contact .dealers {
    margin: 100px 0px;
}

/* -- Branches -- */
#content-list.branches .top {
    height: 185px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.14);
}
#content-list.branches h5 {
    font-size: 16px;
    height: 100%;
    font-family: "Avenir Heavy";
    padding-top: 140px;
    padding-left: 25px;
    background: rgb(24,22,22);
    background: -moz-linear-gradient(0deg, rgba(24,22,22,0.44861694677871145) 0%, rgba(255,255,255,0) 62%);
    background: -webkit-linear-gradient(0deg, rgba(24,22,22,0.44861694677871145) 0%, rgba(255,255,255,0) 62%);
    background: linear-gradient(0deg, rgba(24,22,22,0.44861694677871145) 0%, rgba(255,255,255,0) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181616",endColorstr="#ffffff",GradientType=1);
}
#content-list.branches a:hover {
    text-decoration: none;
}
#content-list.branches h5 i {
    vertical-align: middle;
}

/* -- Vacatures -- */
#header-secondary.vacatures h3 {
    font-family: "Avenir Medium";
    color:#fff;
    font-size: 20px;
    text-transform: inherit;
}
#header-secondary.vacatures h1 {
    margin-top: 389px;
    padding-top: 0px;
}
#header-secondary.vacatures .btn-soliciteer {
    margin-top: 410px!important;
}
#content-list.vacature .vacature-item {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 15px 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
}
#content-list.vacature .vacature-item .top {
    background-size: cover;
    height: 200px;
}
#content-list.vacature .vacature-item h4 {
    color: #282E31;
    font-size: 23px;
    font-family: "Avenir heavy";
    padding: 10px 20px;
    margin-top: 40px;
}
#content-list.vacature .vacature-item h5 {
    color: rgba(0, 131, 203, 0.58);
    margin-left: 20px;
    font-size: 15px;
}
#content-list.vacature a:hover {
    text-decoration: none;
}

/* -- Dealers -- */
#header-secondary.dealers .box h3 {
    margin-top: 35px;
}
.dealersbox .logo {
    height: 125px;
    margin: 30px auto;
    display: block;
    margin-top: 0px;    
}
.dealersbox i {
    vertical-align: middle;
    color: #0083ca;
    font-size: 24px;
    position: absolute;
    height: 33px;
    width: 33px;
    left: 39px;
    margin-top: 3px;
}
.dealersbox p {
    padding-left: 36px;
    line-height: 30px;
}
.dealersbox .button {
    width: 100%;
    text-align: center;
}
.dealersbox .button i {
    position: relative;
    height: auto;
    width: auto;
    color: #282E31;
    margin: 0px;
    left: 0px;
}
#content-list.dealers .dealers-item {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 30px;
    margin: 15px 0px;
    height: 160px;
}
#content-list.dealers .dealers-item h4 {
    font-size: 23px;
    font-family: "Avenir heavy";
    color: #00445A;
    line-height: 34px;
}
#content-list.dealers .dealers-item .werkgebieden {
    color: #4c7486;
}
#content-list.dealers .dealers-item .map {
    background-color: #00445a;
    padding: 50px 0px;
}
#content-list.dealers {
    background-color: #E6F2F6;
    padding: 100px 0px;
    margin-bottom: 0px;
}
#content-list.dealers .map-in {
    margin-top: 50px;
    padding-left: 45px;
}
#content-list.dealers .dealer-left {
    float: left;
    height: 122px;
    width: 75px;
    font-size: 50px;
    padding-top: 20px;
    padding-left: 8px;
    color: #ffcf00;
}
#content-list.dealers a:hover,
#content-list.dealers a:focus {
    text-decoration: none;
}
#content-list.dealers .adres {
    color: #00445a;
    margin-top: 8px;
    line-height: 30px;
}
#content-list.dealers .adres i {
    vertical-align: text-bottom;
    padding-right: 10px;
    color: #00445a;
}
#content-list.dealers .readmore {
    position: absolute;
    top: 81px;
    right: 30px;
}
#content-list.dealers .readmore a i {
    font-size: 32px;
}
#content-list.dealers .druppel:before {
    content: "";
    display: block;
    background-position: left -0px;
    background-repeat: no-repeat;
    background-image: url(../images/kaart.png);
    height: 100%;
    position: absolute;
    margin-top: -100px;
    width: 100%;
    background-size: 704px;
    left: -15px;
}

/* -- ervaringen -- */
.ervaringen .quote i {
    color: #ffcf00;
    font-size: 55px;
    border-right: 3px solid #ffcf00;
    padding-right: 15px;
    margin-right: 24px;
    float: left;
    height: 100px;
}
.ervaringen .quote p {
    color: #0083CA;
    font-family: "Avenir Medium";
    display: table-cell;
    height: 100px;
    font-size: 22px;
    vertical-align: middle;
}
.ervaringen .content {
    padding: 50px 0px;
    padding-bottom: 0px;
}
.ervaringen .quote {
    margin-top: 15px;
}
.feedback-pages .box.ervaringen .quote p {
    font-size: 16px;
}
.feedback-pages .box.ervaringen .quote {
    margin-top: 0px;
    height: 100px;
    overflow: hidden;
}
.feedback-pages {
    margin-top: 25px;
}
.feedback-pages .box {
    padding: 15px;
}
.feedback-pages .box p.naam {
    margin-top: 10px;
    letter-spacing: 1.2px;
    color: #00445A;
    opacity: 1;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 97px;
}

/* -- Footer -- */
#footer .footer-top {
    background-image: url(../images/footer-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding: 67px 0px;
}
#footer .footer-main .logo {
    padding: 100px 0px;
}
#footer .footer-top p,
#footer .footer-top a {
    color: #FFFFFF;
}
#footer .footer-top .button {
    color: #282E31!important;
    margin-right: 30px;
}
#footer .footer-main {
    background-color: #e4001b;
}
#footer .footer-main  .hr-footer {
    border: 1px solid #cfcfcf;
    margin: 15px 0px;
}
#footer .footer-main ul li, 
#footer .footer-main ul li a {
    color: #E6F2F6;
    font-family: "Avenir book";
    font-size: 16px;
    line-height: 33px;
}
#footer .footer-main ul li a:hover,
#footer .footer-main ul li a:focus {
    text-decoration: none;
}
#footer h4 {
    color: #E6F2F6;
    margin: 0px;
}
#footer .sml {
    padding-top: 7px;
}
#footer .sml li {
    line-height: 23px!important;
}
#footer .footer-bottom {
    border-top: 1px solid #1a576b;
    padding: 15px 0px;
    font-family: "Avenir book";
    font-size: 14px;
    padding-bottom: 0px;
    color: rgba(230, 242, 246, 0.67);
    margin-top: 50px;
}
#footer .footer-bottom a {
   color: rgba(230, 242, 246, 0.67);
}

footer#footer .footer-main {
    padding-bottom: 50px;
    margin-top: 100px;
}

.container {
    max-width: 750px;
}

section .container {
    background: #e7e7e7;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    /* color: #fff; */
    padding: 50px;
}

section .container p {
    /* color: #fff; */
}

input#submit {
    float: right;
    background: #333;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.form-control {
    border-radius: 0;
}
.success {
    background: #a1d7bd;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
}