@font-face {
    font-family: 'work_sansbold';
    src: url('../fonts/worksans-bold-webfont.woff2') format('woff2'),
    url('../fonts/worksans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'work_sansextrabold';
    src: url('../fonts/worksans-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/worksans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'work_sanslight';
    src: url('../fonts/worksans-light-webfont.woff2') format('woff2'),
    url('../fonts/worksans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'work_sansregular';
    src: url('../fonts/worksans-regular-webfont.woff2') format('woff2'),
    url('../fonts/worksans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*======== Downloads page ========*/
.download-items {
    row-gap: 50px;
}
.download-item {
    display:flex;
    flex-direction: row;
    border-left: 8px solid #089C89;
}
.download-item h5{
    word-break: break-word;
}
.download-item .oranjeknop {
    padding: 0.375rem 0.75rem;
    float: right;
}
.download-item-icon{
    font-family: 'FontAwesome';
    padding-left: 5px;
}
.download-item-icon:before{
    content: '\f1c1';
    color: #089C89;
    display: flex;
    font-size: 30px;
    padding-right: 35px;
    justify-content: center;
}
.download-item-info {
    padding-right: 30px;
}
#downloadForm input[type=text],
#downloadForm input[type=email] {
    padding: 5px;
    width: 100% !important;
    margin-bottom: 10px;
}
/*=========== *UTILS =========*/

img {
    max-width: 100%;
}



.vacuumimg, .voorafscheiderimg, .componentimg {
    -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    vertical-align: top;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.vacuumimg img {
    max-height: 238.7px;
}
@media (max-width: 1399px) {
    .vacuumimg img {
        max-height: 203.4px;
    }
}
@media (max-width: 1200px) {
    .vacuumimg img {
        max-height: 169.1px;
    }

    .stofzuiger > ul,
    .industrie > ul {
        display: block !important;
        position: absolute;
        left: 0 !important;
        top: 0;
    }
}
@media (max-width: 992px) {
    .vacuumimg img {
        max-height: 123.4px;
    }
}
@media (max-width: 768px) {
    .vacuumimg img {
        max-height: 295px;
    }
}
.vacuumimg:hover, .voorafscheiderimg:hover, .componentimg:hover {
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.vacuumimg a:hover, .voorafscheiderimg a:hover, .componentimg a:hover {
    text-decoration: none;
}
.onderimg {
    display: block;
    height: 75px;
    border-bottom: 4px solid #089C89;
}

.onderimg > .onderimgtekst > p {
    font-size: 13px;
    color: #cccccc;
}

.onderimgtekst {
    margin-left: 65px;
    text-align: left;
    padding-top: 12px;
}

.onderimg > img {
    height: 37px;
    float: left;
    left: 15px;
    position: absolute;
    bottom: 20px;
}

.newsflash {
    position: relative;
}

.featured-module .featured-right {
    padding-left: 60px;
    margin-bottom: 50px;
}

.onderimgtekst > div {
    font-size: 13px;
    font-weight: bold;
    width: 135px;
}

.componenttype {
    font-size: 11px;
    font-weight: bold;
    width: 115px;
    line-height: 13px;
}

.detaildivider {
    margin-top: 25px;
    margin-bottom: 25px;
}

.imgtitle:before {
    font-family: 'FontAwesome';
    content: '\f2ec';
}

.imgleft {
    width: 500px;
    height: 500px;
}

.imageleft {
    margin-left: -10vw;
}

.onsassortiment .kop80 {
    margin-top: 30px;
}

body {
    font-family: 'work_sansregular';
    font-size: 15px;
    overflow-x: hidden;
    z-index: 0;
}

strong {
    font-weight: normal !important;
    font-family: 'work_sansbold';
}
a {
    color: #056458;
}
a:hover {
    color: #999;
    text-decoration: none;
}
.kop60 {
    font-size: 60px;
    line-height: 60px;
    font-family: 'work_sansbold';
}

.kop50 {
    font-size: 50px;
    line-height: 50px;
    font-family: 'work_sansbold';
}

.tekst55 {
    font-size: 55px;
    line-height: 55px;
}

.kop30 {
    font-size: 30px;
    line-height: 30px;
}

.industrie li > ul {

}

.onderkop {
    font-size: 17px;
    font-weight: normal;
}

.kop24 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'work_sansbold';
}
.kop24white {
    font-size: 24px;
    font-family: 'work_sansbold';
    color: white;
}
.kop17 {
    font-size: 17px;
    font-weight: bold;
    line-height: 0px;
}
.kop30 {
    font-size: 30px;
    font-family: 'work_sansbold';
    line-height: 30px;
}
.kop40 {
    font-size: 40px;
    font-family: 'work_sansbold';
    line-height: 40px;
}
.kop21 {
    font-size: 21px;
    font-family: 'work_sansbold';
}
.kop22 {
    font-size: 22px;
}
.kop80 {
    font-size: 80px;
    line-height: 68px;
    font-family: 'work_sansbold';
}
.span80 {
    font-size: 80px;
    font-weight: normal;
}

.bold {
    font-weight: normal;
    font-family: 'work_sansbold';
}

.kop25 {
    font-size: 25px;
    font-weight: normal;
}

.tekst14 {
    font-size: 14px;
}

.lichtgroen {
    color: #089C89 !important;
}

.bglichtgroen {
    color: #089C89 !important;
}

.donkergroen {
    color: #056458 !important;
}

.bgdonkergroen {
    background-color: #056458 !important;
}

.lichtblauw {
    color: #009DDC !important;
}

.bglichtblauw {
    background-color: #009DDC !important;
    color: #fff !important;
}

.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.grijzetekst {
    color: #696969;
    font-size: 22px;
}

.grijzekop {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #707070;
    line-height: 70px;
    width: 100%;
    margin: 0 5px;
    padding: 8px 0 5px 0;
    border-bottom: 4px solid #CCC;
    margin-bottom: 20px;
}

.tegels-overons {
    -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    padding: 40px;
    border-bottom: 4px solid #089C89;
    margin-top: 25px;
}

.email-overons {
    color: #EE8022;
    font-size: 13px;
    position: absolute;
}

.email-overons:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    font-size: 20px;
    float: right;
    line-height: 16px;
    position: relative;
    padding-left: 5px;
}

.oranjetekst {
    font-size: 12px;
    color: #EE8022;
    border-bottom: 3px solid #cccccc;
    padding: 15px 0;
}

.oranjetekst:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 10px;
    font-size: 20px;
    float: left;
    line-height: 16px;
}

.terugknop a {
    margin: 50px 0 30px 0;
    display: block;
    color: #676767;
}

.terugknop a:before {
    font-family: 'FontAwesome';
    content: "\f104";
    margin-right: 20px;
}

.grijzerand {
    height: 4px;
    background-color: #ccc;
    margin: 30px 0;
}
.bfCustomSubmitButton,
.witteknop,
.oranjeknop {
    border: 2px solid #EE8022;
    border-radius: 0;
    line-height: 22px;
    padding: 12px 18px;
    /*font-size: 13px;*/
}

.witteknop {
    color: #EE8022;
    background-color: white;
    text-align: center;
}
.bfCustomSubmitButton,
.oranjeknop {
    background-color: #EE8022;
    color: #fff !important;
}
.oranjeknop:hover {
    background-color: #fff;
    color: #EE8022 !important;
}
.witteknop:hover {
    color: #fff;
    background-color: #EE8022;
}
/*
.spListing.category .row {
	display: table;
	width: 100%;
}
.spListing.category .row .col-md-8,
.spListing.category .row .col-md-4 {
	display: table-cell;
}
*/
.witvlak {
    background-color: white;
    padding: 44px 40px;
    margin-bottom: 40px;
    opacity: 0.95;
    position: relative;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
}
.overons .witvlak {
    padding: 0;
}
.witvlak.catusps p {
    font-size: 20px;
    font-family: 'work_sansbold';
}
.witvlak.catusps ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.witvlak.catusps ul li {
    position: relative;
    padding-left: 10px;
}
.witvlak.catusps ul li:before {
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 5px;
    color: green;
}
.witvlak a.terugknop {
    position: absolute;
    top: -36px;
    left: 0;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 17px;
    color: #676767;
    font-family: 'work_sansregular';
    font-weight: 800;
}

.witvlak a.terugknop:hover {
    background-color: #50BBE6;
    text-decoration: none;
    color: #fff;
}

.witvlak a.terugknop:before {
    content: "<";
    margin-right: 10px;
}

.custom.overons {
    text-align: center;
}

.custom.overons .witvlak {
    background-color: transparent;
    margin: -93px auto -15px auto;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
}

.custom.overons .witvlak p {
    margin: 0;
}
.seoblok {
    margin-bottom: 20px;
}
.seo-stofzuiger {
    border-bottom: 3px solid #cccccc;
    padding: 100px 0 40px 0;
}

/*=======  *CONTENT ======*/

a {
    text-decoration: none;
}

.omonderfeatured {
    text-align: center;
    height: 100px;
}
.ombroodkruimels {
    background-color: #e9ecef;
}
.ombroodkruimels .breadcrumb {
    margin-bottom: 0;
}
.ombroodkruimels .breadcrumb .divider {
    background-color: #e9ecef;
}
.banner-balk {
    transition: 1s;
    width: 100%;
    font-weight: bold;
    color: white;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    line-height: 50px;
    background-color: #056458;
}

.customimgright {
    position: relative;
    overflow: hidden;
}

.customimgleft {
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.imgcustomleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    background: no-repeat;
}
.featuredbuttons .oranjeknop {
    margin-right: 20px;
}

.contentcustomleft {
    width: 50%;
    padding-left: 20px;
    padding-top: 10px;
    margin-left: 50%;
    margin-top: 30px;
    overflow: auto;
    padding-bottom: 50px;
}

.contentcustomright {
    /*width: 55%;*/
    padding-right: 60px;
    padding-left: 15px;
    overflow: auto;
}

.customimgright .imgcustomright {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.omondercontent03 {
    background: url(../images/bg-projectenmodule.jpg) center center no-repeat;
    background-color: #ebebeb;
    padding: 85px 0px 60px 0px;
}

.omondercontent05 {
    background: url(../images/bg-foto-blauw.jpg) center center no-repeat;
    background-color: #009DDC;
    background-size: cover;
    padding: 85px 0px 60px 0px;
    margin: 35px 0 35px 0;
}

.maat-tekst {
    color: #ebebeb;
}

/* ========== *MENU ========== */
.sticky-wrapper {
    position: relative;
    z-index: 999;
}
.ommenu {
    width: 100%;
    background-color: #089C89 !important;
    height: 50px;
}

.ommenu .navbar {
    padding: 0;
    width: 100%;
    z-index: 999;
}

.ommenu li {
    padding: 0;
    display: flex;
    position: relative;
}

li.nav-item.child.dropdown.parent {
    position: static !important;
}

.ommenu a {
    color: #fff;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.ommenu a:hover {
    background-color: #056458 !important;
    -webkit-transition: 1s;
    transition: 1s;
    text-decoration: none;
}

.ommenu li.current:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 99%;
    margin-left: -10px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #089C89;
    clear: both;
}

.dropdown li.current:after {
    content: none;
}

.ommenu .item-101 {
    width: 60px;
}

.ommenu .item-101 a {
    overflow-x: hidden;
    width: 60px;
    white-space: nowrap;
    float: left;
    position: relative;
}

.ommenu .item-101 a:before {
    content: url(../images/home-icon.png);
    position: relative;
    top: 5px;
    left: 0;
    margin-right: 60px;
}
/* .ommenu .search {
	z-index: 9999;
} */
.ommenu .form-inline {
    position: absolute;
    right: 50px;
    /*margin-top: 5px;*/
    width: auto;
}

.ommenu .form-inline label.element-invisible {
    display: none;
}

.ommenu .form-inline .form-control{
    line-height: 50px;
    background-color: #056458 !important;
    color: #fff;
    border: none;
    padding: 0 20px;
    width: 185px;
}

.ommenu .form-inline .form-control::placeholder {
    color: white;
}

.com-finder {
    margin-top: 20px;
}

.ommenu .form-inline .input-group {
    z-index: 1000;
}

.ommenu .form-inline .input-medium::placeholder {
    color: #056458;
}

.ommenu .form-inline .btn-primary {
    line-height: 50px;
    background-color: #056458 !important;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 0;
    padding-left: 50px;
    overflow: hidden;
    float: right;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    height: 50px;
}

.knop_pijl{
    width:0px;
    height:0px;
    border-top:solid 30px transparent;
    border-right:solid 30px transparent;
    border-bottom:solid 30px #eee;
    border-left:solid 30px transparent;
    /* background-color:  */
    margin-left: 6.5em;
    margin-bottom: -2.5em;
}
.knop_pijl:hover{
    border-bottom:solid 30px #EE8022;
}
.knop_pijl2:hover{
    border-bottom:solid 30px #EE8022;
}
.knop_pijl2{
    width:0px;
    height:0px;
    border-top:solid 30px transparent;
    border-right:solid 30px transparent;
    border-bottom:solid 30px #eee;
    border-left:solid 30px transparent;
    margin-left: 6.5em;
    margin-bottom: -3em;
    padding: 0 0 1.4em;
}
/* .knop_pijl:active{

} */

.nav-tabs .nav-item .nav-link.active > p.kop30 {
    color: #089C89;
}

.tab-text-container {
    position: relative;
}

.tab-img-container > img {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-tabs {
    border: none !important;
    margin-top: 20px;
}

/*.nav-tabs > .nav-item > .nav-link {*/
/*    padding-top: 40px;*/
/*    -webkit-transition: all 0.5s;*/
/*    -moz-transition: all 0.5s;*/
/*    -ms-transition: all 0.5s;*/
/*    -o-transition: all 0.5s;*/
/*    transition: all 0.5s;*/
/*    background-color: #eee;*/
/*    border-radius: 10px 10px 0 0;*/
/*    border: 1px solid #ccc;*/
/*    border-bottom: 19px solid #ccc;*/
/*}*/
.nav-tabs .nav-link.active {
    border-bottom: 3px solid #EE8022 !important;
    background-color: #fff !important;
    border: none;
}
/*.nav-tabs > .nav-item > .nav-link:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    margin-left: -20px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 20px solid transparent;*/
/*    border-right: 20px solid transparent;*/
/*    border-top: 20px solid #eee;*/
/*    clear: both;*/
/*}*/
.nav-tabs .nav-link.active:after {
    border-top: 20px solid #fff;
}
.nav-tabs .nav-item {
    margin-bottom: 0 !important;
}

.nav-tabs > .nav-item > .nav-link:hover {
    color: #000 !important;
    border-color: #fff;
}

.nav-tabs > .nav-item > .nav-link > p {
    color: black;
}

.nav-tabs > .nav-item > .nav-link > h1 {
    color: #cccccc;
}
/*.tab-content {*/
/*    border-top: 1px solid #ccc;*/
/*}*/
.nav-link {
    height: 100%;
    padding: 20px;
}

.bg-dark {
    background-color: #056458 !important;
    padding: 10px 10px 10px 10px;
}

.modal-backdrop {
    background-color: #056458!important;
}

.bg-dark a {
    color: #fff;
}

.omfootermenu > ul {
    float: right;
    display: inline-block;
    position: absolute;
    right: 75px;
}

.omfootermenu > ul > li {
    float: left;
}

.omfootermenu > ul > li > a {
    color: #707070;
    font-size: 12px;
    margin-left: 7px;
}

/* .item-165  = zuigtoepassingen */
.dropdown > ul > li > a {
    line-height: 35px;
    color: black;
    display: block;
    border-top: 1px solid #ddd;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.dropdown > ul > li > a:hover {
    /*text-shadow: -1px -1px 0 #CCCCCC,*/
    /*1px -1px 0 #CCCCCC,*/
    /*-1px 1px 0 #CCCCCC,*/
    /*1px 1px 0 #CCCCCC;*/
    background-color: white !important;
    color: #08689c;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    margin-top: -3px;
}
.navbar-nav .dropdown .dropdown .dropdown-menu {
    display: none;
    left: 100%;
    top: 0;
}
.navbar-nav .dropdown .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 99%;
    top: 2px;
    width: 300px;
}

/* .industrie {
    margin-top: 30px;
    float: right;
} */

/* .item-165.dropdown > ul > li > a {
    line-height: 12px;
    height: 30px;
	border-top: none;
}
.item-165 .navbar-nav .dropdown-menu {
    padding-left: 20px;
}
.item-165 .dropdown-menu, */
.item-400 .dropdown-menu{
    width: 600px !important;
    /*
    height: 537px;
    margin-top: 0;
    left: -70px;
    */
}

.stofzuiger > ul,
.industrie > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

.industrie:hover > ul,
.stofzuiger:hover > ul  {
    display: block;
    position: absolute;
    border: 1px solid #ddd;
    padding-left: 0;
    left: 99%;
    width: 300px;
    background-color: white;
}

/*.item-198 > ul > li > a,*/
/*.item-197 > ul > li > a{*/
/*    margin-right: 300px !important;*/
/*}*/

.item-400 .dropdown-menu > li {
    /*
	display: block;
    position: relative;
    clear: both;
    line-height: 12px;
    font-size: 12px;
	*/
    width: 50%;
    float: left;
    list-style-type: none;
}

.item-129 .ubezoekt {
    font-weight: bold;
    margin: auto;
    top: 30px;
    left: 50%;
    text-align: center;
    line-height: 50px;
    right: 0;
    position: absolute;
    margin-left: -150px;
    width: 300px;
    height: 70px;
    background-image: url(../images/ubezoektballon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-129 .ubezoekt::before {
    color: #009DDC;
    content: 'U bezoekt op dit moment';
}

.omfooter03 .container .custom {
    padding-top: 24px;
}

@media (min-width: 768px) {
    .omfooter03 .container .custom {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .omfooter03 .container .custom {
        width: 25%;
    }
}

.omfooter03 .container {
    margin-bottom: 50px;
}

#header .search [type=search] {
    height: 50px;
    line-height: 50px;
    background-color: #056458 !important;
    color: #fff;
    border: none;
    padding: 0 20px;
    width: 135px;
}

#header .search [type=search]::placeholder {
    color: white;
}

.showcase {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 70px 0 100px 0;
}
.showcase.grijsverloop {
    padding: 100px 0 50px 0;
}
.showcase.grijsverloop .light .kop80 {
    padding-top: 50px;
}
.overons .showcase {
    padding: 100px 0 16px 0;
    margin-bottom: 60px;
}
.showcasecontent {
    width: 500px;
    margin-top: 75px;
}

.showcase {
    position: relative;
    overflow: hidden;
}
.showcase picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.showcase picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grijsverloop {
    background: #575b5a;
    background: -moz-linear-gradient(top, #575b5a 0%, #7d8182 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #575b5a 0%, #7d8182 50%, #ffffff 100%);
    background: linear-gradient(to bottom, #575b5a 0%, #7d8182 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575b5a', endColorstr='#ffffff', GradientType=0);
}

.moduletable.materialen h4 {
    color: #707070;
    border-top: 3px solid #ccc;
    margin-top: 60px;
    padding-top: 30px;
}

.moduletable.materialen .kop80 {
    margin-bottom: 40px;
}

.onefifth {
    /*
    width: 20%;
    float: left;
    position: relative;
    */
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-3 .plaatje,
.col-md-3 .plaatje,
.onefifth .plaatje {
    position: relative;
}
.col-sm-3 .plaatje img,
.col-md-3 .plaatje img,
.onefifth .plaatje img {
    width: 100%;
}
/* .moduletable.materialen .plaatje {
    height: 169px !important;
    width: 306px !important;
}

.moduletable.materialen .plaatje img {
    width: 100% !important;
    height: 169px !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
} */

.custombggroen .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
}

.onefifth .plaatje img {
    max-width: 100%;
}

.bottomgroen {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #056458;
    background-color: rgba(5,100,80,0.8);
}

.mogelijkheden .strongtekst {
    margin: 20px 0 0 0;
    display: table;
    min-height: 66px;
}

.mogelijkheden .onefifth:after {
    content: " ";
    border-bottom: 4px solid #ccc;
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.showcase .bottomgroen {
    font-size: 24px !important;
    padding: 20px;
}

.tab-content-container {
    height: 300px;
}

h4.boventitel {
    color: #707070;
    margin-top: 60px;
}

.lightSlider li {
    position: relative;
}

.tekstvlakinfoto {
    position: absolute;
    background-color: rgba(80, 187, 230, 0.8);
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
}

.imgtitle {
    color: #ffffff;
    line-height: 50px;
}

/*===== *PRODUCTEN ======*/

.extratekstbovenproducten {
    margin-top: 60px;
}
.producten div[class^="col-sm-"] img.field_sobi2_icon {
    width: 100%;
    height: auto;
}

.producten div[class^="col-sm-"] a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.atimoproducten .field_merk,
.producten div[class^="col-sm-"] a .field_merk {
    color: #707070;
    position: relative;
    padding-left: 20px;
    font-size: 24px;
}

.atimoproducten .field_merk:before,
.producten div[class^="col-sm-"] a .field_merk:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    margin-right: 10px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #707070;
    clear: both;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    margin-top: 50px;
    height:0;
    overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.sobiknoppenbalk {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.atimoproject {
    color: #009DDC;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.atimoproject::before {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #009DDC;
    position: absolute;
    top: 3px;
    left: 0;
}
.projectplaatje {
    background-position: center center;
    background-size: cover;
    border-left: 15px solid #fff;
}
.project-tegels, .kop21, .tektst14 {
    min-height: 5em;
}

.bekijk-project {
    color: #EE8022;
    padding-bottom: 14px;
    border-bottom: 4px solid #ccc;
}

.bekijk-project:after {
    content: '';
    border-style: solid;
    border-width: 10px 0 8px 12px;
    border-color: transparent transparent transparent #EE8022;
    position: absolute;
    margin-left: 5px;
}

.producten div[class^="col-lg-"] a .product_naam {
    color: #0B0C0C;
    height: 2em;
}

.producten div[class^="col-lg-"] a .product_naam span {
    /*padding-left: 10px;*/
    font-family: 'work_sansregular';
}
.atimoproducten .toepassingen .field_toepassingen {
    height: 6em;
}
.atimoproducten .toepassingen span,
.producten div[class^="col-lg-"] a .toepassingen span {
    color: #707070;
    font-size: 12px;
}

.producten div[class^="col-lg-"] a .eigenschappen ul,
.atimoproducten .toepassingen ul.field_toepassingen,
.producten div[class^="col-lg-"] a .toepassingen ul.field_toepassingen {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
    display: table;
}

.atimoproducten .toepassingen ul.field_toepassingen li,
.producten .col-sm-6 a .toepassingen ul.field_toepassingen li {
    padding: 2px 4px;
    background-color: #50BBE6;
    float: left;
    margin-right: 5px;
    color: #fff;
    margin-bottom: 3px;
}

.producten div[class^="col-lg-"] a .hoofdsoort {
    width: 33%;
    float: left;
    color: #707070;
    line-height: 17px;
    font-family: 'work_sansbold';
    font-size: 11px;
}

.producten div[class^="col-lg-"] a .hoofdsoort span {
    font-size: 12px;
    font-family: 'work_sansregular';
    margin-top: 2px;
    display: inline-block;
}

@media (max-width: 380px) {
    .js-finder-search-query.form-control {
        display: none;
    }
}

.producten div[class^="col-lg-"] a .soort {
    width: 33%;
    float: left;
    color: black;
    line-height: 40px;
    white-space: nowrap;
    padding-top: 7px;
    left: -14px;
    position: relative;
    font-weight: bold;
}

.soort-div  {
    border-top: 2px solid #e9e9e9;
}


.producten div[class^="col-lg-"] a .hoofdsoort img {
    float: left;
    margin-right: 15px;
    width: 40px;
}

.producten div[class^="col-lg-"] a .soort img {
    float: left;
    width: 40px;
}

.producten div[class^="col-lg-"] a .eigenschappen {
    clear: both;
    margin-top: 5px;
    display: block;
    color: #707070;
    height: 10em;
    overflow: hidden;
    margin-bottom: 12px;
}

.spEntryContainer {
    padding-top: 10px;
}
.spEntryContainer div[class^="col"] {
    margin-bottom: 20px;
}
.spEntryContainer div[class^="col"] .inner {
    /*border: 1px solid #ccc;*/
    border-bottom: 4px solid #ccc;
    padding: 20px;
}

.spEntryContainer > img {
    width: 100%;
    height: auto;
}
.spEntryContainer .toepassingen ul {
    border-left: 5px solid #eee;
    padding: 5px!important;
    display: block!important;
}

/*.atimoproducten .product_naam {*/
/*margin: 30px 0 -20px 0;*/
/*}*/

.atimoproducten .field_actielabel {
    float: right;
    font-size: 25px;
    color: #fff;
    background: #009DDC;
    padding: 8px 15px;
    font-family: 'work_sansbold';
}

.atimoproducten .grijzekop15 {
    display: block;
    font-size: 15px;
    font-family: 'work_sansbold';
    color: #707070;
    width: 100%;
    margin: 0 5px;
    padding: 8px 0 5px 0;
    border-bottom: 3px solid #CCC;
    margin-bottom: 10px;
}

.atimoproducten .field_productvoordelen ul {
    margin: 0;
    padding: 0;
}

.atimoproducten .field_productvoordelen ul li {
    margin-left: 20px;
}

.atimoproducten .productdetails .inner {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.atimoproducten .productlegenda {
    display: table;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.atimoproducten .productlegenda .merklogo {
    background-color: #f2f2f2;
    padding: 10px;
    float: left;
}

.atimoproducten .productlegenda .merkwoord,
.atimoproducten .productlegenda .modelwoord,
.atimoproducten .productlegenda .kenmerkwoord {
    float: left;
    padding: 12px 23px;
}

.atimoproducten .productlegenda .merkwoord span,
.atimoproducten .productlegenda .modelwoord span,
.atimoproducten .productlegenda .kenmerkwoord span {
    font-family: 'work_sansbold';
}

.atimoproducten .eigenschappen {
    width: 100%;
}

.atimoproducten .eigenschappen tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.atimoproducten .eigenschappen th {
    width: 50%;
    padding: 5px 0 5px 20px;
}

.atimoproducten .eigenschappen td {
    padding: 5px 0 5px 0;
}

.atimoproducten .sobimodules h3 {
    font-size: 30px;
    font-family: 'work_sansbold';
}

.atimoproducten .sobimodules div {
    padding: 40px;
    padding-right: 98px;
    margin-bottom: 40px;
}

.atimoproducten .sobimodules .customsobiadviescentraalsysteem,
.atimoproducten .sobimodules .customsobiadviesvoorafscheider {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.atimoproducten .sobimodules .customsobiadviesvoorafscheider {
    background: url(/images/man1.jpg) no-repeat top right;
}

.atimoproducten .sobimodules .customsobisysteemopmaat {
    background: #009DDC;
    color: #fff;
}

.atimoproducten .productdetails .nav-tabs {
    border-bottom: 1px solid #EE8022!important;
    margin-top: 30px;
    padding-left: 10px;
}
.col-md-6.productdetails{
    position: relative;
}
.atimoproducten .productdetails .nav-tabs .nav-item {
    margin: 0 5px -1px 5px!important;
    /*position: relative;*/
    /*
    border: 3px solid #EE8022!important;
    border-bottom: 3px solid #fff!important;
    */
}
.atimoproducten .productdetails .nav-tabs .nav-link {
    border: 1px solid #EE8022!important;
    border-radius: 6px 6px 0 0;
    padding: 13px 25px 6px 0;
    color: #056458;
}
.atimoproducten .productdetails .nav-tabs .nav-link.active {
    border-bottom: 1px solid #f2f2f2!important;
    background-color: #f2f2f2 !important;
}

.atimoproducten .imagegallery li img {
    width: 100%;
}

.atimoprojecten .fullwidth {
    min-height: 850px;
}

ul.pagination {
    margin-bottom: 45px;
    justify-content: center;
}
.page-link {
    color: #089C89;
}
.page-item.active .page-link {
    background-color: #089C89;

}

.dienstenmenu {
    margin-top: -60px;
}

.light p,
.light h1,
.light h2 {
    color: white;
}

#mod-custom108 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.divider {
    margin-top: 40px;
    width: 100%;
    height: 3px;
    background-color: #CCCCCC;
}

.omfooter03 {
    font-size: 14px;
}
.omfooter03 h3 {
    font-size: 22px;
    font-weight: bold;
}
.omfooter03 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.omfooter03 ul li a {
    padding: 2px 0;
    display: block;
}

.divisie {
    z-index: 100;
    padding: 0;
    position: relative;
}

.divisie > a {
    text-align: center;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 83px;
    height: 57px;
    padding-right: 0;
    padding-left: 0;
}
.stickit{
    background-color: white;
}
.topright {
    position: absolute;
    right: 0;
    z-index: 9999;
    width: auto;
}

.topright .offerteknoptop {
    float: left;
}

.topright .offerteknoptop a {
    margin: 12px 20px 0 0;
}

.topright .offerteknoptop a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 5px;
}

.topright .advies {
    float: left;
    margin: 20px 20px 0 0;
    line-height: 18px;
}

.custom.advies p {
    margin-bottom: 0px;
}

.topright .advies a {
    color: #000;
    text-decoration: none;
}

.topright .nav {
    width: 280px;
}

.topright .nav a {
    clear: both;
    display: table;
    position: relative;
    color: #000;
    width: 100%;
}

.topright .nav .pulldown a {
    padding: 20px 5px 20px 0;
    border-left: 4px solid #fff;
    position: relative;
}

.topright .nav .pulldown a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #CBCBCB;
    right: 5px;
    bottom: 5px;
    transform: rotate(-45deg);
}

.topright .nav .icoon {
    width: 120px;
    /*
    height: 60px;
    line-height: 60px;
    text-align: right;
    display: table-cell;
    */
    float: left;
}

.topright .nav .divisie01 .icoon {
    margin-top: 11px;
}

.topright .nav svg {
    width: 60px;
    height: auto;
    margin-right: 20px;
    float: right;
}

.topright .nav .altijdinbeeld a svg {
    width: 70px;
    height: 44px;
    margin: 15px 0 0 0;
}

.topright .nav .altijdinbeeld .a {
    fill: #089C89 !important;
}

p#introtekstformulier {
    display: none;
}

.topright .nav svg .a,
.topright .nav svg path.cls-2,
.topright .nav svg path.cls-4,
.topright .nav svg path.cls-5 {
    fill: #707070 !important;
}

.topright .nav .image-title {
    padding: 20px 20px 0 20px;
    width: 100px;
    display: table;
    font-size: 13px;
    line-height: 18px;
}

.topright .nav .altijdinbeeld a:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0;
    top: 40%;
}

.topright .nav .divisie01 svg {
    width: 35px;
    height: 50px;
}

.topright .nav .divisie02 svg {
    width: 96px;
    height: 60px;
}

.topright .nav .divisie03 svg {
    width: 85px;
    height: 92px;
}

.topright .nav .divisie04 svg {
    width: 115px;
    height: 50px;
    margin-right: 0;
}

.topright .nav .pulldown {
    display: none;
    height: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hoofditem, .hoofditem .altijdinbeeld .pulldown .divisie01,
.hoofditem .altijdinbeeld .pulldown .divisie02, .hoofditem .altijdinbeeld .pulldown .divisie03 {
    z-index: 1001;
}

.topright .nav .hoofditem:hover .pulldown {
    display: block;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown a:hover:after {
    border-top: 8px solid #EE8022;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .hoofditem:hover .altijdinbeeld a:after {
    color: #EE8022;
}

.topright .nav .hoofditem:hover .altijdinbeeld a,
.topright .nav .pulldown a:hover {
    text-decoration: none;
}

.topright .nav .pulldown .divisie01 a:hover {
    border-left: 4px solid #08689c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie01 a:hover .a {
    fill: #08689c !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie02 a:hover {
    border-left: 4px solid #089C89;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie02 .a {
    fill: #089C89 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie03 a:hover {
    border-left: 4px solid #e44e01;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie03 a:hover .icoon svg path,
.topright .nav .pulldown .divisie03 a:hover .icoon svg rect {
    fill: #e44e01 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie04 a:hover {
    border-left: 4px solid #9C0868;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie04 a:hover .cls-2 {
    fill: #9C0868 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.topright .nav .pulldown .divisie04 a:hover .cls-4,
.topright .nav .pulldown .divisie04 a:hover .cls-5 {
    stroke: #9C0868 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.topright .nav .pulldown .divisie04 a:hover {
    border-left: 4px solid #9C0868;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.plaatje {
    position: relative;
}

.topright .nav .pulldown .divisie04 a:hover .a {
    fill: #9C0868 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.divisie > a > span {
    display: block;
    border-top: 4px solid #CCCCCC;
    text-align: center;
    color: #707070;
}

.contactformulier {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.mail:before,
.tel:before {
    content: "";
    height: 26px;
    width: 33px;
    background-image: url('/images/envelope.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 12px;
}

.tel:before {
    height: 32px;
    background-image: url('/images/phone.svg');
}

.tel {
    margin-bottom: 12px;
}

.tel,
.mail {
    display: flex;
    align-items: center;
    color: #089C89;
    font-size: 18px;
}

.omcontact {
    padding-top: 40px;
}

.omcontact p {
    padding-bottom: 30px;
}

.omcontact h1 {
    padding-bottom: 50px;
}

.omcontact h4 strong {
    border-bottom: 1px solid black;
}

.contacttabel td {
    padding-left: 26px;
}

.contacttabel tr {
    border-bottom: 1px solid black;
}

.contactformulier .bfElemWrap {
    width: 100% !important;
}

.omcontact .moduletable .bfQuickMode textarea {
    height: 100px !important;
}
.contactformulier .bfQuickMode input[type=text],
.contactformulier .bfQuickMode textarea,
.contactformulier .bfQuickMode select,
.contactformulier .bfQuickMode .uneditable-input,
.omcontact .moduletable .bfQuickMode input[type=text],
.omcontact .moduletable .bfQuickMode textarea,
.omcontact .moduletable .bfQuickMode select,
.omcontact .moduletable .bfQuickMode .uneditable-input {
    max-width: 100% !important;
}

.contactformulier .bfQuickMode input[type=text],
.contactformulier .bfQuickMode textarea,
.contactformulier .bfQuickMode select,
.contactformulier .bfQuickMode .uneditable-input {
    max-width: 100%!important;
    width: 100%;
}

.omcontact .moduletable .bfQuickMode .bfElemWrap .form-inline input[type="text"],
.omcontact .moduletable .bfElemWrap .form-inline textarea{
    border-color: rgb(118, 118, 118);
    border-radius: 3px;
}

.omcontact .moduletable .form-control:focus {
    border-color: black !important;
    box-shadow: none !important;
}
.omcontact .moduletable .bfQuickMode .nonform-control,
.omcontact .moduletable .bfQuickMode .btn {
    width: 97.5% !important;
}
.omcontact .moduletable .bfQuickMode .bfElemWrap .form-inline input[type="text"]{
    width: 100%!important;
}
.omcontact .moduletable .bfElemWrap .form-inline textarea {
    width: 102%!important;
}
.contactformulier .form-inline > div,
.omcontact .moduletable .form-inline > div {
    width: 95%;
}
.contactformulier .bfPage > div.bfElemWrap:nth-child(even),
.omcontact .moduletable .bfPage > div.bfElemWrap:nth-child(even) {
    padding-right: 15px;
}

.contactformulier .bfElemWrap {
    width: 100%;
}

.contactformulier .bfQuickMode input[type=text], .contactformulier .bfQuickMode textarea, .contactformulier .bfQuickMode select, .contactformulier .bfQuickMode .uneditable-input {
    max-width: 100%!important;
    width: 100%;
}

.omondercontent06 h3.page-header {
    color: #056458 !important;
    font-size: 60px;
    line-height: 60px;
    font-family: 'work_sansbold';
    margin-left: 15px;
}
.omondercontent08 {
    position: relative;
    padding-top: 40px;
}

.omondercontent08::after {
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 5px solid #ccc;
    bottom: 60px;
    z-index: 0;
}

.divisie > a > svg {
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.item-130 > a > svg > path, .item-130 > a > svg > polygon, .item-130 > a > span,
.item-129 > a > svg > path, .item-129 > a > svg > polygon, .item-129 > a > span,
.item-428 > a > svg > path, .item-428 > a > svg > polygon, .item-428 > a > span {
    -webkit-transition: 1s;
    transition: 1s;
    fill: #ccc;
    border-color: #ccc;
}

.item-130 > a:hover, .item-130 > a:hover > span {
    text-decoration: none;
    border-color: #9C0868;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #9C0868;
}

.item-130 > a:hover > svg > path, .item-130 > a:hover > svg > polygon {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    fill: #9C0868;
}

.item-428 > a:hover, .item-428 > a:hover > span {
    text-decoration: none;
    border-color: #E44E01;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #E44E01;
}

.item-428 > a:hover > svg > path, .item-428 a:hover svg .cls-2 {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    fill: #E44E01 !important;
}

.item-428 a:hover svg .cls-5,
.item-428 a:hover svg .cls-4 {
    stroke: #E44E01 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.logomenu a > svg > path,
.logomenu a > svg > polygon,
.logomenu a > span {
    -webkit-transition: 1s;
    transition: 1s;
    font-size: 14px;
    fill: #ccc;
    border-color: #ccc;
    line-height: 60px;
}

.item-129 > a > span {
    border-color: #089C89;
}

.item-129 > a > svg > path, .item-129 > a > svg > polygon {
    -webkit-transition: 1s;
    transition: 1s;
    fill: #089C89;
}

.item-129 > a:hover, .item-129 > a:hover > span {
    text-decoration: none;
    color: #089C89;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.item-128 > a:hover > svg > path,
.item-128 > a:hover > svg > polygon,
.item-128 > a:hover > span,
.item-128 > a:hover {
    color: #08689c;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    fill: #08689c;
    border-color: #08689c;
}

.item-128 > a > svg {
    height: 98px;
    margin-top: 145px;
    margin-bottom: 20px;
}

.item-129 > a > svg {
    height: 143px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.item-130 > a > svg {
    height: 243px;
    margin-bottom: 20px;
}

.item-428 > a > svg {
    height: auto;
    margin-top: 141px;
}

/*Finder module*/
.com-finder.finder {
    margin-top: 40px;
}

.ondershowcaseitem {
    z-index: 1;
}

.ondershowcaseitem a {
    position: relative;
    display: table;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ondershowcaseitem > a > img {
    width: 100%;
}

.ondershowcaseitem > a > span {
    transition: 1s;
    width: 100%;
    font-weight: bold;
    color: white;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    line-height: 50px;
    background-color: #056458;
}
ul#lightSlider {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 455px;
    overflow: hidden;
}
.imgalignleft {
    max-width: 100%;
}

.customproject-op-maat {
    position: relative;
}

.bottomblauw {
    transition: 1s;
    width: 100%;
    color: white;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    line-height: 50px;
    background-color: #009DDC;
}

.bggroen {
    background-color: #056458;
    color: #fff;
    padding: 60px 0;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}

.custombggroen {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custombggroen strong {
    font-size: 17px;
}

.custombggroen .col-md-3:after {
    height: 3px;
    content: " ";
    background-color: #089C89;
    width: 80%;
    width: calc(100% - 15px);
    display: block;
}

.plaatje:hover > .bottomblauw {
    transition: 1.5s;
    -webkit-transition: 1.5s;
    background-color: #1ABEFF;
}

.materiaal:hover {
    text-decoration: none;
}

.ondershowcaseitem > a:hover > span {
    transition: 1.5s;
    -webkit-transition: 1.5s;
    background-color: #089C89;
}

.dropdown .nav {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
}

.categories-list {
    margin-top: 60px;
}

.categories-list h1 {
    text-align: center;
}

.categories-list .col-md-4 {
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}

.categories-list .col-md-4:after {
    height: 4px;
    background-color: #ccc;
    margin-left: 20px;
    content: " ";
    bottom: 0;
    position: absolute;
    width: 80%;
    width: calc(100% - 70px);
}

.categories-list img {
    width: 100%;
}

.categories-list h3 {
    font-size: 24px;
    color: #0B0C0C;
    font-family: 'work_sansbold';
    margin: 20px 0 5px 0;
}

.categories-list .inner {
    padding: 0 20px;
}

.categories-list .functie-positie {
    font-size: 14px;
    color: #707070;
    min-height: 5em;
}

.afdeling-overons {
    color: #009DDC;
    font-weight: bold;
    display: table;
    padding-top: 24px;
}

.afdeling-overons:after {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-left: 10px;
    color: #009DDC;
    font-size: 25px;
    display: table-cell;
    float: right;
    margin-top: -8px;
}

.omfooter01 {
    background-color: #056458;
    padding: 50px 0;
}

.footer01-item {
    padding: 20px;
    color: #056458;
    position: relative;
}

.footer01-item h3 {
    font-size: 22px;
    font-weight: bold;
}

.footer01-item p {
    font-size: 14px;
}
.directContact_knop a{
    margin-top: 2px;
}
.directContact_knop a:before{
    font-family: 'FontAwesome';
    content: '\f095';
    margin-right: 1px;
    margin-top: 2px;
    line-height: 16px;
    font-size: 25px;
}
.triangle-img {
    /*-webkit-background-size: 50%;*/
    /*background-size: 50%;*/
    top: 0;
    right: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 80%;
}

.custom.edwinfoto {
    -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.35);
    padding: 40px 210px 20px 40px;
}


.omfooter02 {
    border-bottom: 1px solid black;
}

.footer02item {
    font-size: 12px;
    font-weight: bold;
}

.footer02item:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 5px;
    color: green;
    font-size: 13px;
}

.ondercontent03-item {
    background-color: #393A3A;
    padding: 20px 50px 30px 30px;
    color: #fff;
}

.ondercontent03-item h1 {
    font-weight: bolder;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.groenelijn {
    height: 4px;
    background-color: #089C89;
    width: 100%;
    margin-bottom: 10px;
}

/*===== FORMULIER  ===== */

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 25px;
}

.modal-body {
    padding-top: 0;
    padding-left: 26px;
}

.bfElemWrap {
    width: 48%;
    float: left;
    overflow: visible !important;
}
.bfQuickMode input[type="text"] {
    padding: 5px;
}

.bfElemWrap {
    margin-bottom: 10px;
}

.bfNoSection #Product {
    width: 50% !important;
}

#productImage img {
    margin: 20px 0px;
}

#introtekstformulier {
    margin-top: 12px;
}

.modal-body .row {
    align-items: center;
}

#bfElemWrap6 {
    width: 90%;
    padding: 10px;
    display: none;
}

.modal-body .bfElemWrap {
    width: 48%;
}

.ff_elem {
    width: 97% !important;
}

.modal-body #bfElemWrap20 {
    width: 100%;
}

#productTitle {
    font-weight: bold;
}


.sollicitatie {
    background-color: #089C89;
    padding: 40px 40px 0 40px;
    border: 15px solid #fff;
}
.sollicitatie .bfSectionDescription {
    color: #fff;
}
.sollicitatie #introtekst {
    width: 60%;
}
.sollicitatie #naamtelmail,
.sollicitatie #privacyupload {
    width: 70%;
}
.sollicitatie .bfElemWrap {
    width: 100%;
}
.sollicitatie .form-inline {
    display: block;
}
.sollicitatie .form-inline label {
    text-align: left;
    display: block;
    color: #fff;
    width: 100% !important;
    padding: 10px 0;
}
.sollicitatie input[type='text'] {
    width: 95%;
    max-width: 95%;
}
.sollicitatie input[type='checkbox'] {
    float: left;
}
.sollicitatie .btn.button {
    margin-top: 20px;
    margin-left: 15px;
}
.sollicitatie .nonform-control {
    color: #fff;
}

#productTitle {
    padding: 10px;
    width: 90%;
    float: left;
}

#ff_elem6, #ff_elem6_1 {
    width: unset !important;
}

#bfElemWrap6 {
    width: 90%;
    padding: 10px;
}

#bfElemWrap20 {
    width: 80%
}

#ff_elem20 {
    width: 100%;
}
#gegevens .bfSectionDescription {
    clear: both;
}

.closebutton:hover {
    cursor: pointer;
}

.closebutton:after {
    color: red;
    font-family: 'FontAwesome';
    font-size: 25px;
    content: '\f00d';
}



/*========= MODULE OP MAAT =========*/
.maatwerk_project {
    margin: 20px 0;
    height: 500px;
    width: 100%;
    color: #ffffff;
}

.custommaatwerk_project {
    background: linear-gradient(rgba(50, 165, 255, 0.70), rgba(50, 165, 255, 0.70)), url("../images/bg-projectenmodule.jpg") no-repeat center center;
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
}

.over-ons-img {
    position: absolute;
    right: 0px;
    width: 150px;
    -webkit-clip-path: polygon(100% 0, 10% 0, 100% 90%);
    clip-path: polygon(100% 0, 10% 0, 100% 90%);
}

#image-driehoek {
    position: relative;
    top: 75px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.witvlak .oranjeknop {
    margin-right: 15px;
}

.textblok {
    font-size: 18px;
    top: 75px;
    /*padding: 80px;*/
}

.maat_undertitle {
    font-weight: bold;
}

.maat_paragraph {
    font-size: 16px;
}

.atimo-project {
    color: #009DDC;
}

.atimo-project:before {
    margin-right: 5px;
    top: -15px;
    position: relative;
    transform: translate(0, 20px);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #009edc transparent;
}

.parent > a:after {
    font-family: "FontAwesome";
    content: "\f078";
    padding-left: 10px;
    padding-top: 3px;
}
.dropdown.parent .dropdown.parent > a:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: -2px;
}

.item-197:after,
.item-198:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown.parent .dropdown.parent .parent > a:after {
    display: none;
}

.mobiletogglebutton {
    display: none;
}

.spImg
{
    /*height:213px;*/
    width:100%;
}

.spImgBox
{
    background-color:#e9ecef;
}

.spCat {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.spCatname {
    position: relative;
}

.mogelijkheden .spCatname {
    margin-bottom: 20px;
    border-bottom: 4px solid #ccc;
}

.spCatname > a > span {
    transition: 1s;
    width: 100%;
    font-weight: bold;
    color: white;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    line-height: 50px;
    background-color: #009DDC;
}

.spCatname > a:hover > span {
    transition: 1.5s;
    -webkit-transition: 1.5s;
    background-color: #00b7ff;
}

.bovencats {
    text-align: center;
    color: #707070;
}

.catdivider {
    width: 100%;
    height: 3px;
    background-color: #CCCCCC;
}

.category-title > img {
    position: absolute;
    top: 5px;
    left: 10px;
}

.subcats > :nth-child(1) > .spCatname > a > .category-title:before {
    content: url(/images/iconssoorten/icon-vacuumunit.png);
    position: absolute;
    top: 5px;
    left: 10px;
}

.subcats > :nth-child(2) > .spCatname > a > .category-title:before {
    content: url(/images/iconssoorten/icon-voorafscheider.png);
    position: absolute;
    top: 5px;
    left: 10px;
}

.subcats > :nth-child(3) > .spCatname > a > .category-title:before {
    content: url(/images/iconssoorten/icon-componenten.png);
    position: absolute;
    top: 5px;
    left: 10px;
}

.osmap-items,
.article,
.zoekresultaten {
    margin-top: 40px;
}

.readmore > .btn
{
    background-color: #EE8022;
    color: #fff !important;
    padding: 12px 20px;
    white-space:initial;
}

.item-image
{
    margin-bottom:10px;
}

/*.blog > **/
/*{*/
/*    margin-bottom: 50px;*/
/*}*/

.contactformulier .bfPage>div.bfElemWrap:nth-child(odd), .omcontact .moduletable .bfPage>div.bfElemWrap:nth-child(odd),
.contactformulier .bfPage>div.bfElemWrap:nth-child(even), .omcontact .moduletable .bfPage>div.bfElemWrap:nth-child(even) {
    padding: 0px !important;
}

p.readmore > .register
{
    display:none;
}
.mobileshow {
    display: none;
}
/*====== Media ====*/
@media (min-width: 1202px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        padding: 0;
        top: 100%;
    }
    */
    .ommenu .item-101 a:before {
                          content: url(../images/home-icon.png);
                          position: relative;
                          top: 5px;
                          left: 12px;
                          margin-right: 96px;
                      }
}
@media (max-width: 1200px) {

    .atimoproducten .sobimodules div {
        padding-right: 40px;
    }


    .contentcustomleft .featuredbuttons .btn.oranjeknop {
        margin-bottom: 10px;
    }

    .ommenu a {
        padding: 0 7px;
    }

    .omfooter01 .col-lg-4 {
        margin-bottom: 20px;
    }

    .project-tegels, .kop21, .tektst14 {
        min-height: 0;
    }

    .dropdown-menu {
        border: none;
    }

    .navbar-collapse {
        margin-top: 5px;
        background-color: #089C89 !important;
    }

    .ommenu .navbar {
        padding-top: 5px;
    }


    .showcasebtns .oranjeknop {
        margin-bottom: 5px;
    }

    .ommenu li {
        display: block;
    }

    .ommenu a {
        float: none;
        display: block;
        clear: both;
        width: 100%;
    }

    .navbar-nav .dropdown .dropdown:hover .dropdown-menu {
        left: 0;
    }

    .parent > a:after {
        display: none;
    }

    .mobiletogglebutton {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        background-color: #056458;
        text-align: right;
        padding-right: 15px;
        line-height: 51px;
        outline: none;
        display: inline-block;
        z-index: 100;
    }

    .mobiletogglebutton:after {
        font-family: "FontAwesome";
        content: "\f077";
        font-size: 16px;
        position: absolute;
        left: 18px;
        top: 1px;
        color: white;
    }

    .mobiletogglebutton.collapsed:after {
        content: "\f078";
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .dropdown > ul > li > a {
        color: white;
        line-height: 50px;
        border: none;
        padding-left: 35px;
    }

    .navbar-nav .dropdown .dropdown:hover .dropdown-menu {
        top: 100%;
        position: relative;
    }

    .footer02item {
        font-size: 9px;
    }

    #header #navbarSupportedContent {
        position: relative;
        height: calc(100vh - 50px);
        overflow: auto;
    }

    .dropdown-menu > .stofzuiger,
    .dropdown-menu > .industrie {
        width: 100%;
        float: none;
        margin: 0;
        padding-top: 30px;
    }

    .dropdown-menu > .stofzuiger > a,
    .dropdown-menu > .industrie > a {
        line-height: 30px;
    }

    .item-165 .dropdown-menu {
        height: auto;
        left: 0;
    }

    .parent > .dropdown-menu {
        padding-top: 10px !important;
        width: 100% !important;
        overflow-x: hidden;
        background: #089C89;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        position: relative;
        z-index: 1000;
    }

    .item-129 .ubezoekt::before {
        margin-left: 30px;
        font-size: 13px;
    }

    .sollicitatie #introtekst,
    .sollicitatie #naamtelmail,
    .sollicitatie #privacyupload {
        width: 100%;
    }
}



    @media (max-width: 992px) {

        .onefifth {
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
            margin-bottom: 10px;
        }

        .ondercontent03-item {
            width: 450px;
        }

        .witvlak {
            margin: 40px 0 0px 0;
        }
        .witvlak.catusps {
            margin-bottom: 100px;
        }

        .formpopup {
            margin-bottom: 10px;
        }

        .ondercontent03img {
            margin-left: 50px;
        }

        .item-129 .ubezoekt::before {
            margin-left: 23px;
            font-size: 10px;
        }

        .kop40 {
            font-size: 34px;
        }

        .tekst55 {
            font-size: 38px;
        }

        .kop60 {
            font-size: 31px;
            line-height: 40px;
        }

        .customimgright > .imgcustomright {
            max-height: 100%;
        }

        .contentcustomrightresponsive {
            max-width: 55%;
        }

        .dropdown-menu {
            height: auto;
        }

        .industrie > ul,
        .stofzuiger > ul {
            columns: 1;
            width: 100%;
            position: relative;
            top: 10px;
        }

        .industrie > ul > li,
        .stofzuiger > ul > li {
            width: 100%;
        }

        .triangle-img {
            background-position: right top;
            background-size: 50%;
            padding: 25px !important;
        }

        .footer01-item h3 {
            font-size: 24px;
        }

        .footer01-item p {
            font-size: 20px;
        }

        .moduletable.materialen h4 {
            margin-top: 30px;
        }
        .producten div[class^="col-lg-"] a .product_naam,
        .atimoproducten .toepassingen .field_toepassingen,
        .producten div[class^="col-lg-"] a .eigenschappen {
            height: auto;
            margin: 10px 0 5px 0;
        }
        .spEntryContainer .toepassingen ul {
            display: table!important;
        }

    }

    @media (max-width: 768px) {
        .mogelijkheden .onefifth {
            flex: 100%;
            max-width: 100%;
        }

        .com-content-category-blog.blog .showcase {
            display: none;
        }

        .extratekstbovenproducten {
            margin-top: 32px;
        }

        .omondercontent08::after {
            display: none;
        }

        .grotelogos {
            display: none;
        }

        .omondercontent08 {
            position: unset;
        }

        #introtekstformulier {
            margin-top: 0px;
        }

        h3.modal-title {
            margin-top: 12px;
        }

        .gegevens p {
            margin-bottom: 0px;
        }

        .modal-body .bfElemWrap {
            width: 100%;
        }

        .modal-body #bfElemWrap20 {
            width: 103%;
            margin-top: 1px;
        }

        section#bfElemWrap121 {
            width: 55%;
        }

        .contactformulier .bfPage > div.bfElemWrap:nth-child(odd),
        .omcontact .moduletable .bfPage > div.bfElemWrap:nth-child(odd) {
            padding-left: 0px;
        }

        .bfElemWrap {
            width: 100%
        }

        .atimoproducten .sobimodules .customsobisysteemopmaat {
            margin-top: 40px;
        }

        .kop80 {
            font-size: 50px;
            line-height: 38px;
        }
        .divisie > a > span {
            font-size: 12px;
        }

        .ubezoekt {
            display: none;
        }

        .item-130 > a > svg {
            height: 195px;
        }

        .item-428 > a > svg {
            width: 300px;
        }

        .item-129 > a > svg {
            height: 95px;
        }

        .item-128 > a > svg {
            height: 50px;
        }

        .ondercontent03img {
            display: none;
        }

        .custombggroen > .col-md-3 > p {
            margin-top: 10px;
        }

        .contentcustomleft {
            padding-left: 15px;
        }

        .dienstenmenu > .nav {
            padding-left: 40px;
        }

        .onefifth {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .offerteknoptop {
            display: none;
        }

        .carousel-tab {
            /*margin-right: 70px;*/
            width: 60px;
        }
        .nav-tabs > .nav-item {
            width: 100%;
            clear: both;
            max-width: 50%;
            flex: 0 0 50%;
        }
        /*
        .carousel-tab > a > p {
            display: none;
        }

        .nav-tabs > .nav-item > .nav-link > p {
            display: none;
        }
        */
    }

    @media (max-width: 576px) {

        .ondercontent03-item {
            width: 100%;
        }

        .ommenu .form-inline {
            right: 0;
        }

        .divisie > a > span {
            font-size: 20px;
        }

        .showcase {
            padding: 0px 0px 140px 0px;
        }

        .showcase.grijsverloop {
            padding: 0px 0 50px 0;
        }

        .showcase.grijsverloop .light .kop80 {
            padding-top: 20px;
        }

        .showcasebtns .oranjeknop {
            margin-right: 15px;
        }

        .navbar-toggler {
            margin-left: 10px;
        }

        .customimgright > .imgcustomright {
            left: 0;
            height: 300px;
            width: 100%;
            background-position: center center;
        }

        .omfootermenu > ul {
            position: relative;
            right: 50px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .contentcustomrightresponsive {
            max-width: 100%;
        }

        .contentcustomright {
            width: 90%;
            margin-left: 5%;
            border: 1px solid #ededed;
            position: relative;
        }

        .footer02item {
            font-size: 11px;
        }

        .kop80 {
            font-size: 48px;
            line-height: 47px;
        }

        .contentcustomright > .oranjeknop {
            margin-bottom: 15px;
        }


        .imgcustomleft {
            left: 0;
            height: 300px;
            width: 100%;
            background-position: center center;
        }

        .omondercontent02 .featured-title .contentcustomleft {
            top: 0px;
        }

        .contentcustomleft {
            width: 90%;
            margin-left: 5%;
            border: 1px solid #ededed;
            position: relative;
            background-color: #fff;
            top: 310px;
        }

        .nav-tabs > .nav-item > .nav-link {
            padding-left: 0;
        }

        .dienstenmenu > .nav {
            padding-top: 50px;
            padding-left: 0;
        }
        .mobileshow {
            display: block;
        }
        .projectplaatje {
            height: 350px;
            border: none;
        }
        .item-165 .dropdown-menu > li,
        .item-400 .dropdown-menu > li {
            width: 100%;
        }
    }

    @media (max-width: 522px) {

        .advies {
            display: none;
        }

        .altijdinbeeld {
            position: absolute;
            right: 10px;
        }

        .industrie {
            position: absolute !important;
            margin-top: 355px;
        }

        .industrie > ul {
            columns: 1;
            top: 40px;
        }

        .pulldown {
            position: absolute;
            right: 0;
            margin-top: 27%;
        }

        .nav-tabs > li > a > h1 {
            font-size: 5vw;
        }

        .customimgright .imgcustomright {
            width: 100%;
            top: 0;
            height: 250px;
        }

        .contentcustomright {
            z-index: 500;
            width: 100%;
            margin-left: 0;
            margin-top: 210px;
            background-color: white;
        }

        .groenelijn {
            margin-top: 310px;
        }

        .item4-footer03 {
            display: none;
        }

        .item3-footer03 {
            float: right;
            text-align: inherit;
        }

        .omfootermenu > ul {
            position: static;
        }

        .linkeritems > p {
            float: left;
        }

        .rechteritems > p {
            float: right;
        }

        .contactformulier .bfPage > div.bfElemWrap:nth-child(even) {
            padding-right: 5px;
        }
        .contactformulier .bfPage > div.bfElemWrap:nth-child(odd) {
            padding-left: 5px;
        }
    }

    @media (max-width: 400px)
    {
        .closebutton
        {
            color: red;
            font-family: 'FontAwesome';
            font-size: 25px;
            content: '\f00d';

            position:absolute;
            top:10px;
            right:10px;
        }

        .kop50
        {
            font-size:30px;
        }
    }

    @media (max-width: 320px) {

        .witteknop .oranjeknop {
            padding: 12px 5px;
        }

        .nav-tabs > li {
            padding-left: 0;
        }

        .nav-tabs > li > a > h1 {
            font-size: 5vw;
        }

        .triangle-img {
            -webkit-background-size: 50%;
            background-size: 50%;
        }

        .footer01-item > h3 {
            font-size: 22px;
        }

        .footer01-item > p {
            font-size: 15px;
        }

        .imgcustomleft {
            left: 0;
            height: 300px;
            width: 100%;
            background-position: center center;
        }

        .bottomblauw {
            font-size: 3.5vw;
            line-height: 35px;
        }

        .oranjetekst {
            font-size: 3vw;
        }

    }