@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url('../webfonts/roboto-slab-v7-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'),
       url('../webfonts/roboto-slab-v7-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-slab-v7-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-slab-v7-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-slab-v7-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-slab-v7-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/roboto-slab-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
       url('../webfonts/roboto-slab-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-slab-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-slab-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-slab-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-slab-v7-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/roboto-slab-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../webfonts/roboto-slab-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/roboto-slab-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/roboto-slab-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/roboto-slab-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/roboto-slab-v7-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

.inter-<uniquifier> {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


/* Body */

html, body { height: 100%; scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }
body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 24px;
    background: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 51px;
    margin-bottom: 20px;
    font-weight: 800;
}
h2 { font-family: 'Roboto Slab', serif; font-size: 41px; margin-bottom: 15px; }
h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}
h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #c5092c;
}
h5 { font-family: 'Roboto Slab', serif; font-size: 15px; font-weight: 700; }

.sub-title { font-family: 'Roboto Slab', serif; font-size: 18px; }

.wrap { margin: 0 auto; max-width: 1600px; }
.overflow-hidden { overflow: hidden; }
.subtitle { font-size: 19px; font-weight: 100; margin-bottom: 60px; }
.shadow { box-shadow: rgba(0,0,0,.05) 0px 0px 10px 0px; }
.readmore { color: #1b1b1b; text-decoration: underline; }

.content p a { color: #1b1b1b; text-decoration: underline; }
a { color: #c5092c; }
a:hover { color: #c5092c; }

::selection { background: #c5092c; color: #fff; }
::-moz-selection { background: #c5092c; color: #fff; }

button,
textarea,
input,
select,
a,
.btn-primary:hover {
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
 -webkit-tap-highlight-color: transparent !important;
 -webkit-user-select: none !important;
 -khtml-user-select: none !important;
 -moz-user-select: none !important;
 -ms-user-select: none !important;
  user-select: none !important;
}

.mobile { display: none; }
.desktop { display: block; }

.red { color: #c5092c; }
.bg-red { background: #c5092c; }
.bg-black { background: #1b1b1b; color: #fff; }
.bg-black h4 { color: #fff; }
.bg-white { background: #fff; color: #1b1b1b; }
.cl-black { color: #1b1b1b; }

.w-full { width: 100%; }

.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }
.mt-60 { margin-top: 60px; }

.p-30 { padding: 30px; }
.pl-30 { padding-left: 30px; }

.min-60 { min-height: 60px; }

.list-none { list-style: none; margin: 0; padding: 0; }


/* Header */

.banner {
    z-index: 999;
    position: fixed;
    background: #f8f8f8;
    height: 110px;
    top: 0;
    width: 100%;
    left: 0;
}

.badge { position: absolute; margin-left: -80px; }

.navbar-brand { float: left; margin: 15px 30px 0 0; }
.navbar-brand img { height: 70px; }

.navbar-social { float: left; font-size: 25px; }
.navbar-social a { color: #dcdcdc; margin: 42px 5px 0; display: inline-block; }
.navbar-social a:hover { color: #c5092c; }

.navbar {
    margin: 34px 0 0 5px;
    padding: 0px 0px 0 5px;
    transition: .0s;
    float: right;
}
.navbar li { margin: 8px 0 10px 0; position: relative; }
.navbar a { color: #464a4c; font-size: 14px; }
.navbar a:hover,.navbar-prime a:hover { text-decoration: none; color: #c5092c;  }
.navbar a:hover { padding-left: 5px; transition: all .3s linear; }
.navbar .nav-link {
    background: transparent;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.nav li > form > button.logout {
    color: #dee2e6;
    border: 1px solid #dee2e6 !important;
    padding: 5px 15px !important;
    font-size: 12px;
}
.navbar-close { position: absolute; }

.navbar-prime { margin-top: 42px; float: right; }
.navbar-prime li { display: inline-block; margin-left: 10px; padding-right: 15px; }
.navbar-prime li:last-child { border: 0; }
.navbar-prime a { font-size: 15px; color: #464a4c; }

.navbar-tel {
    display: block;
    padding: 43px 0 0 15px;
    font-size: 21px;
    float: right;
    color: #c5092c;
}
.navbar-tel i { margin-right: 5px; float: right; }
.item-tel, .navbar-tel-mobile { display: none; }

.collapsing { -webkit-transition: none; transition: none !important; display: none; }
.collapse {
    background: #FFF;
    width: 300px;
    position: absolute;
    top: 60px;
    text-align: left;
    right: 0;
    padding: 30px;
    right: 0;
    z-index: 9999;
    border-radius: 30px;
    box-shadow: rgba(0,0,0,.05) 0px 0px 10px 0px;
}
.show .navbar-nav { display: block; }

.icon-bar {
    border: 2px solid #1d1d1c;
    margin-bottom: 5px;
    width: 25px;
    height: 1px;
    display: block;
}
.icon-bar:first-child { margin-top: 5px; }

.header {
    width: 100%;
    height: 48vw;
    background: url(../images/header.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0 0;
    margin-top: 90px;
}

.box { padding: 50px; color: #fff; }
.box-vacancy { padding: 30px; }
.box-vacancy-info {
    padding: 30px;
    background: #fff;
    box-shadow: rgba(0,0,0,.05) 0px 0px 10px 0px;
    margin-bottom: 30px;
}


/* Block */

.block { padding: 60px 0; }

.block-search { background: #c5092c; background-size: cover; color: #fff; }
.block-search h2 { margin: 0; }
.block-search .searchbox { width: 610px; margin: auto; }
.block-search .searchbox .btn-secondary:after{ display: none; }
.block-search .searchbox input { margin-right: 10px; border-radius: 30px; }
.block-search .searchbox select { background-position: right 15px top 26px; margin-right: 10px; }
.block-search .form-inline .form-control { width: 100%; border-radius: 30px !important; }
.block-search .searchbox .col-sm-4,
.block-search .searchbox .col-sm-3,
.block-search .searchbox .col-sm-2 { padding: 0; }
.block-search .searchbox input,
.block-search .searchbox select { border: 0; }
.block-search .btn { margin-left: 1px; }
.block-search a { color: #fff; }
.block-search .btn-all { margin: 15px; display: inline-block; opacity: .7; }
.block-search .btn-all i { font-size: 11px; margin-left: 3px; }
.block-search .fa-chevron-down { margin-top: 60px; }

.block-client {
    background: url(../images/header-client.jpg);
    background-size: cover;
    color: #fff;
    padding: 180px 0 60px;
    margin-top: 78px;
}
.block-client h1 { margin-bottom: 15px; }
.block-client .sub-title { display: block; font-size: 15px; margin-bottom: 30px; }

.block-free { background-image: url(../images/header-free.jpg); }
.block-over { background-image: url(/uploads/2025/05/over-ons-52746.jpg); }

.block-brands { padding: 60px 0; background: #fff; }
.block-brands ul li { display: inline-block; width: 16.3%; }
.block-brands img { max-width: 150px; max-height: 70px; }

.block-short { margin-top: -120px; position: relative; }
.block-short ul li { padding: 5px; border-bottom: 1px solid #f8f8f8; }
.block-short ul li:last-child { border: 0; }
.block-short ul li:after, .navbar-nav a:after {
    color: #c5092c;
    content: "\f054";
    float: right;
    font-family: "FontAwesome";
    font-size: 11px;
}
.block-short ul li a { color: #1f1917; }
.block-short-box { background: #fff; padding: 30px; box-shadow: rgba(0,0,0,.05) 0px 0px 10px 0px; }
.h4-black { color: #1b1b1b; font-size: 18px; min-height: 65px; }
.block-short-box ul { list-style: none; margin: 0; padding: 0; }

.block-contact { background: #fff; padding: 30px; }
.block-contact .readmore {
    color: #212529;
    text-decoration: underline;
    margin-top: 30px;
    display: block;
}

.block-red { background: #c5092c; color: #fff; }
.block-red a, .block-red h4 { color: #fff; }

.block-special-item { background: #000; color: #fff; }
.block-special-item a { color: #fff; }
.block-special-item .special-item-small { height: 150px; width: 100%; object-fit: cover; }
.block-special-item .readmore {
    color: #fff;
    text-decoration: underline;
    margin-top: 30px;
    display: block;
}

.block-special img { width: 100%; height: 250px; object-fit: cover; }
.block-special-text { padding: 30px; }
.block-special-text p,
.block-special-text span {
    overflow: hidden;   
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.block-client-over .block-special-text:before {
    color: #c5092c;
    content: "\f054";
    margin: 5px 0 0 -15px;
    font-family: 'FontAwesome';
    font-size: 11px;
    position: absolute;
}

.block-client-over { background: #f5f5f5; }
.block-client-over a { color: #1f1917; }
.block-client-over .btn { margin-top: 30px; }

.block-review { padding: 0 30px; }
.block-review span {
    color: #dcdcdc;
    font-size: 12px;
    display: inline-block;
    margin: auto;
}
.block-review i { color: #dcdcdc; margin: 5px; }
.block-review p {
    display: inline;
    font-style: italic;
    padding: 0 30px;
    overflow: hidden;   
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;

}
.block-review img { border-radius: 50%; width: 90px; margin-right: 15px; }

.block-search-left { padding: 30px; background: #fff; box-shadow: rgba(0,0,0,.05) 0px 0px 10px 0px; }
.block-search-left ul, .box-vacancy-info ul, .item-block-contact ul, .item ul { list-style: none; padding: 0; margin: 0; }
.block-search-left li ul label { font-weight: 300 !important; margin-top: 0 !important; }
.block-search-left label:first-child { font-weight: 700; margin-top: 15px; }

.block-search-label {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin: 15px 0 5px;
    display: block;
    padding: 30px 0 5px;
}
.block-search-label:first-child { border: 0; margin-top: 0; padding-top: 0; }
.block-search-label i,
.btn-back i {
    display: inline-block;
    width: 15px;
    color: #c5092c;
    text-align: center;
}

.block-recom { margin-top: 60px; padding-top: 30px; border-top: 2px solid #c5092c; }

.block-border-top { border-top: 1px solid #f5f5f5; padding-top: 90px; }


/* Formulier */

.btn-from-all {
    width: 66.666667%;
    margin-left: 16.666667%;
    background: #f5f5f5;
    padding: 15px;
}

input[type=checkbox] {
    border: 1px solid #ced4da;
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px -1px;
}

input[type=checkbox]:checked { background: #c5092c; outline: none; border: 1px solid #ced4da; }
input:focus,input:active { outline: none; }


/* Slider */

.owl-carousel .item-title { font-size: 18px; margin-right: 30px; }
.owl-carousel .owl-stage-outer { padding: 0 30px; }
.owl-carousel .owl-nav button.owl-next, .owl-logo .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 20px;
    color: #c5092c;
}
.owl-carousel .owl-nav button.owl-prev, .owl-logo .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    color: #c5092c;
}
.owl-logo .owl-nav button.owl-prev, .owl-logo .owl-nav button.owl-next { top: 120px; }
.owl-carousel .owl-dots.disabled, .owl-logo .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-logo .owl-nav.disabled { display: block; }

.owl-logo .owl-item img { width: 60px; margin: 0 auto 15px; }

/* Referenties */

.references span {
    display: block;
    clear: both;
    margin: 5px 0 15px;
    height: 40px;
}
.references .col-sm-2 img { max-width: 100%; height: 90px; object-fit: contain; }
.references .block-review { margin-bottom: 90px; background: #fff; }

.reference-item { display: inline-block; width: 155px; font-size: 12px; }
.reference-item img { width: 110px; }
.reference-logo { height: 110px; width: 155px; }


/* Items */

.item {
    background: #fff;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.item a { color: #1f1917; }
.item a:hover { text-decoration: none; }
.item:hover { box-shadow: rgba(0,0,0,.05) 0px 0px 10px 0px; transform: translateY(-10px); transition: transform .2s ease; }

.item-num {
    padding: 15px;
    border: 3px solid #1b1b1b;
    border-radius: 100%;
    display: inline-block;
    font-size: 30px;
    width: 60px;
    font-weight: 700;
    margin: 15px auto;
    font-family: 'Roboto Slab', serif;
}
.item-free { float: left; margin-right: 60px; }

.item-title {
    font-weight: 700;
    font-size: 21px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
    color: #c5092c;
}
.item-info { opacity: .7; margin-top: 5px; font-size: 13px; }
.item-view {
    opacity: .7;
    float: right;
    font-size: 10px;
    margin-top: 2px;
}
.item-desc { height: 50px; overflow: hidden; }
.item-logo {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    padding: 15px;
    background: #fff;
    text-align: center;
}
.item-logo img { width: 75px; }

.item-social { margin-bottom: 30px; line-height: 28px; overflow: hidden; }
.item-social a { color: #1f1917; margin: 0 5px; }

.item-block { padding: 30px; margin-bottom: 30px; }
.item-block-react { background: #1b1b1b; color: #fff; }
.item-block-react h3 { color: #fff !important; }

.item-block-react-mobile {
    display: none;
    background: #c5092c;
    padding: 15px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    left: 0;
}

.item-block-ref ul li span { display: inline-block; width: 100px; color: #ccc; }

.item-block-contact { background: #1b1b1b; color: #fff; padding: 30px; }
.item-block-contact .fas, .item-block-contact .fab {
    color: #c5092c;
    margin-right: 5px;
    width: 15px;
    text-align: center;
}
.item-block-contact a { color: #fff; }
.item-block-contact img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    object-fit: cover;
}

.item-block-logo img { object-fit: contain; max-height: 90px; max-width: 100%; }


/* Blog */

.blog-page .block img { margin: 15px; }
.blog-img img { width: 100%; object-fit: cover; height: 100px; }

.blog-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
} 

.item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.date { margin-bottom: 10px; display: block; font-size: 13px; opacity: .3; } 


/* Page */

.page-view h1 { margin-bottom: 0; }

.page-title {
    margin-top: 110px;
    padding: 180px 0 60px;
    background: url(../images/header-2.jpg);
    background-position: center;
    background-size: cover !important;
    color: #fff;
}
.page-title-over { height: 100%; width: 100%; background: url(../images/page-over.png) !important; }
.page-title-box { padding: 30px; background: #c5092c; display: inline-block; }

.content h3 { color: #c5092c; margin: 30px auto 15px; }
.content h3:first-child { margin: 0 auto 15px; }

.vacancy-view { padding-top: 90px; }
.vacancy-view .content .col-sm-8 ul { list-style: square; margin: 0 0 20px 20px; }
.vacancy-index .page-title { background-image: url(../images/header-vacs.jpg); }

.summary { display: none; }


/* Contactpagina */

.contact-locatie {
    margin: 0 0 30px;
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0,0,0,.05) 0px 0px 10px 0px;
}
.contact-locatie img {
    width: 80px;
    height: 90px;
    object-fit: cover;
    margin-right: 15px;
}
.contact-locatie ul { display: inline-block; }
.contact-locatie .btn { margin-top: 15px; color: #fff; }
.contact-locatie a { color: #212529; }


/* Breadcrumb */

.breadcrumb-container { display: none; margin-top: 110px; background: #f7f7f7; }
.breadcrumb-container .breadcrumb { background: none; padding: 0.75rem 0; font-size: 12px; }
.breadcrumb-container .breadcrumb a { color: #464a4c; }


/* Buttons */

.btn {
    border-radius: 0;
    border: 0;
    font-family: 'Roboto Slab', serif;
    border-radius: 30px;
    padding: 15px 30px;
}
.btn:hover { background: #c5092c; }
.btn i { margin: 0 5px; font-size: 15px; }
.btn:hover i {
    transition: all ease .1s;
    will-change: transform;
    margin-left: 8px;
    margin-right: 2px;
}
.btn-menu {
    background: linear-gradient(to right, #1f1917 50%, #c5092c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border-radius: 30px;
    padding: 5px 20px;
    color: #fff !important;
    font-weight: 700;
    transition: all .3s ease-out;
}
.btn-primary, .btn-default:hover {
    background: #c5092c;
    color: #fff !important;
    background: linear-gradient(to right, #1f1917 50%, #c5092c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
.btn-primary:hover {
    background: #c5092c;
    color: #fff !important;
    background: linear-gradient(to right, #1f1917 50%, #c5092c 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
.btn-primary:after, .btn-secondary:after  {
    color: #fff;
    content: "\f054";
    float: right;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: 4px 0 0 30px;
}
.btn-default,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { background-position: left bottom; color: #fff; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #c5092c;
}

.btn:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none; outline: 0; }

.btn-secondary {
    background: linear-gradient(to right, #c5092c 50%, #1f1917 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
.btn-secondary:hover { background-position: left bottom; }

.btn-back {
    display: block;
    clear: both;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #efefef;
}
.btn-back a { color: #000; }
.btn-full { width: 101.3%; margin-left: -5px; }

.btn-more { text-decoration: underline; display: inline-block; margin-top: 15px; }

.btn-prio {
    background: #c5092c;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    margin-top: 30px;
}

.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
    /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active { cursor: progress; }
.has-spinner.active .spinner { opacity: 1; max-width: 50px; }


/* Gallery */

.gallery-article { overflow: hidden; }
.blueimp-gallery .prev, .blueimp-gallery .next { color: #fff !important; }

.gallery-item {
    width: 15%;
    background: #fff;
    padding: 5px;
    float: left;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #efefef;
}
.gallery-item img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin: 0 !important;
}

.album-back span {
    font-size: 12px;
    background: #fff;
    padding: 3px;
    display: inline-block;
    margin-top: 5px;
}
.album-back .btn-danger { margin-right: 5px; font-size: 15px; }


/* Albums */

.album { overflow: hidden; }
.album li {
    width: 15%;
    background: #fff;
    padding: 5px;
    float: left;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #efefef;
}
.album img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    margin: 0 !important;
}
.album a { color: #1b1b1b; }


/* Tabs */

.nav-tabs { border: 0; }
.nav-tabs .nav-link {
    background: transparent;
    border: 0 !important;
    padding: 15px 30px !important;
    border-radius: 0 !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    background: #1f1917;
    color: #fff;
    border: 0;
}

.tab-content { padding: 60px; background: #1f1917; }
.tab-content h3 { margin-bottom: 15px; }


/* Modals */

.modal { max-height: calc(100vh - 80px); overflow-y: auto; }
.modal-body .btn { width: 100%; }
.modal-body ul { margin: 0 0 4px 20px; list-style: disc; }


/* Hack */

.block-special .row:nth-child(3) > .col-sm-6:nth-child(1) { left: 50%; }
.block-special .row:nth-child(3) > .col-sm-6:nth-child(2) { right: 50%; }
.block-special .row:nth-child(3) > .col-sm-6:nth-child(1) .block-special-text { text-align: left !important; }


/* Forms */

.form-control,
select {  -webkit-appearance: none; padding: 15px 30px; border-radius: 30px; }
select { background: url(../images/arrow-down.png) no-repeat right 30px top 25px; }
.form-control-label { text-align: right; }

input:not([value=""]):not(:focus):invalid { background-color: tomato; }

select.form-control:not([size]):not([multiple]) { height: auto; }

input { font-family: 'Inter', sans-serif; }

.list-group { margin-bottom: 15px; list-style: none; }
.list-group .checkbox ul li { font-weight: 300; }
.list-group .checkbox ul li ul { font-weight: 700; }

.site-contact #contactform-verifycode-image { border: 1px solid #ced4da; border-radius: 30px; }

.radio { display: inline-block; margin-right: 15px; }
.label-cv { float: left; margin-right: 15px; }

.alert-span { padding: 25px 15px 5px; }
.alert-span .offset-md-2 { margin: 0; }
.site-register-applicant .fa-angle-down { margin-top: 30px; display: block; clear: both; }
.site-register-applicant .alert {
    top: 150px;
    width: 90%;
    left: 30px;
    left: 5%;
    z-index: 9999;
    position: fixed;
}

.btn-from-all { margin-bottom: 15px; }
.form-all { display: none; }


/* Footer */

.footer { background: #1f1917; color: #fff; overflow: hidden; }
.footer a, .footer h4 { color: #fff; }
.footer i { margin-right: 5px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer .mb-30 { width: 300px; }

.footer-locaties { margin: 0; }
.footer-locaties img, .contact-locatie img {
    object-fit: cover;
    width: 40px;
    height: 40px;
}
.logo-algemeen { width: 40px; margin-left: -15px; }

.copyright { margin: 30px auto; font-size: 12px; }
.copyright a { color: #1f1917; }

.pagination { 
    margin: 30px auto 60px;
    display: inherit;
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
}
.pagination .active a, .pagination li:hover a { color: #fff; background: #000; }
.pagination li { display: inline-block; }
.pagination a { color: #1f1917; padding: 5px 10px; }
.pagination a:hover { color: #fff; background: #ec5272; text-decoration: none; }


/* Responsive */

@media (min-width: 992px) {
    .navbar-nav { display: none; }
    .navbar .navbar-toggler { display: block; }
    .navbar-toggle:hover { cursor: pointer; }
    .navbar-toggleable-md .navbar-collapse { width: 300px;  }
    .navbar-toggle { border: 0; background: none; padding-top: 10px; }
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}   

.help-block-error { color: #a94442; font-size: 12px; margin-left: 15px; }

@media (min-width: 1200px) {
    .container { max-width: 1260px !important; }
}

@media (max-width:767px) {
    h1 { font-size: 31px; word-break: break-word; }
    h2 { font-size: 28px; margin-bottom: 30px; }

    .header { margin-top: 60px; height: 90vh; }

    .sub-title { font-size: 15px; }

    .block-search-label-distance { padding: 0; }

    .block-short { margin-top: 0; }
    .block-short-box { margin-bottom: 30px;  }
    .block-search h2 { text-align: center; }

    .box { padding: 30px; }
    .btn { padding: 5px 15px; margin-bottom: 10px; }
    .btn:after { display: none; }

    .item-free { margin-right: 15px; }

    .box-vacancy { padding: 30px 0; }

    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .navbar-prime,
    .navbar-social,
    .block-red,
    .item-logo,
    .block-search-left,
    .navbar:before,
    .navbar-tel, .badge, .owl-logo .owl-item img { display: none; }
    .navbar { padding-left: 0 !important; }
    .banner { height: 58px; }

    .navbar-brand { margin: 5px 15px 0 0; }
    .navbar-brand img { height: 40px; }
    .navbar {
        right: 15px;
        top: 17px;
        position: absolute;
        margin: 0;
        border: 0;
    }
    .collapse { top: 58px; }
    .navbar .navbar-toggle { background: #fff !important; border: 0 !important; }
    .navbar-tel-mobile {
        display: block;
        margin-top: 17px;
        float: left;
        color: #c5092c;
    }
    .navbar-tel-mobile i { margin-right: 5px; }
    
    .album li { width: 25%; }
    .gallery-item { width: 21%; } 

    .block-client { padding: 50px 0; margin-top: 60px; }
    .block-contact .col-sm-offset-3 { margin-left: 0; } 

    .item-block-contact { overflow: hidden; }
    .item-block-contact ul { margin: 0 !important; }

    .block-search .searchbox, .block-search .searchbox input, .block-search .searchbox select, .block-search .searchbox .btn { width: 100%; margin: 0; }

    .item-block-react-mobile { display: block; }

    .content { margin: 15px 0; }
    
    .footer .footer-locaties { text-align: left; }
    .block { padding: 30px 1px; }

    .pagination li, .item { padding: 15px; }

    .mobile { display: block; }
    .desktop, .nav-prio { display: none; }

    .btn-all { padding: 15px; opacity: 1 !important; background: #000; }
    .btn-from-all { margin: 0; }

    .site-register-applicant .alert { top: 100px; }
    
    .contact-locatie { margin: 15px 0; }
    .contact-locatie img { display: none; }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus { outline: none; }
