/* ----------------------------------------------------------------
    ** Style CSS
    ** BB-remarkable 2019
    ** www.boshuis.nl
-----------------------------------------------------------------*/

/* -- Fonts -- */
@font-face {font-family: 'Avenir';src: url('../font/Avenir-Heavy.ttf') format('truetype');font-weight: 900;font-style: normal;}
@font-face {font-family: 'Avenir Book';src: url('../font/Avenir-Book.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'Avenir';src: url('../font/Avenir-Light.ttf') format('truetype');font-weight: 300;font-style: normal;}
@font-face {font-family: 'Avenir';src: url('../font/Avenir-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;}

/* -- Defaults -- */
html{scroll-behavior: smooth;}
body {
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    padding-right: 0px!important;

}
h1 {
    font-weight: 700;
    color: #fff;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top:0px;
    font-family: 'Montserrat', sans-serif;
    margin-left: -3px;
}
h2 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}
h3 {
    color: #252525;
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
p {
    color: #000;
    font-size: 14px;
    line-height: 1.9;
    font-family: 'Montserrat', sans-serif;
}
body #button.button, {
    background-color: #FFCF00;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 30, 46, 0.30196078431372547);
    color: #282E31;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 17px 25px;
    display: inline-block;
    line-height: 26px;
    transition: 0.3s;
}
.button {
	transition: 0.3s;
}

.button:hover,
.button:focus {
    opacity: 0.8;
    transform: scale(0.99);
}
.header p.type {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}


/* -- Navbar -- */
#navigation {
    height: 121px;
    z-index: 99999;
    overflow: hidden;

    position:relative;
}
#navigation .navbar-custom {
    background-color: #fff;
    border-radius: 0PX;
    border: none;
    border-bottom: none;
    box-shadow: none;
}
#navigation .navbar-brand {
    height: 100px;
    padding: 0px;
    margin-left: 15px;
    line-height: 29px;
}
#navigation .logo-text {
    float: right;
    margin-top: 25px;
    height: 40px;
}
#navigation .navbar-brand img {
    height: 40px;
    float: left;
    display: inline;
    margin-top: 20px;
}
#navigation .navbar-custom .navbar-brand .bold {
    font-size: 30px;
    font-weight: 700;
    color: #e17b2b;
}
#navigation .navbar {
    margin: 0px;
    height: 80px;
}
#navigation .navbar-custom .navbar-brand .small {
    font-size: 15px;
    font-weight: 700;
    color: #e17b2b;
}
#navigation .navbar-custom .navbar-nav>li {
    margin: 14px 0px;
    margin-left: 45px;
}
#navigation .navbar-custom .navbar-nav>li>a {
    color: #d6d6d6;
    font-size: 18px;
    padding: 20px;

    font-weight: 500;
}
#navigation .navbar-custom .navbar-nav>.active>a {
    color: #e17b2b;
    background-color: transparent;
    font-size: 18px;

}
#navigation .navbar-custom .navbar-nav>li>a:hover span{
	opacity: 0.7;
}
#navigation .navbar-custom .navbar-nav>.active>a {
    color: #e17b2b;
    background-color: transparent;
    font-size: unset;

    font-weight: 700;
}

#navigation .navbar-custom .navbar-nav>li.green li.active a {
    color: #009B7F;
}
#navigation .navbar-custom .navbar-nav>li.black li.active a {
    color: #343434;
}

#navigation .navbar-custom .navbar-nav>li.active a:before {
    content: "";
    opacity: 1;
}

/* -- navbar top -- */
#navigation .navbar-top ul {
    display: inline-block;
} 
#navigation .navbar-top {
    height: 40px;
    overflow: hidden;
    background-color: #F8FCFD;
}
.menulogos li img {
    width: 20px;
    height: 20px;
}
#navigation span.material-icons.searchicon {
    color: #0091C8;
    vertical-align: middle;
    line-height: 40px;
}
#navigation .navbar-top ul.list-unstyled.list-inline.menulogos {
    margin-left: 50px;
    margin-right: 50px;
}
#navigation .navbar-top ul.list-unstyled.list-inline.menuitems li {
    padding-left: 50px;
    padding-right: 0px;
}
#navigation .navbar-top ul.list-unstyled.list-inline.menuitems a {
    color: #0091C9;
    font-size: 12px;
    font-weight: 700;
}
#navigation .navbar-top ul.list-unstyled.list-inline.menucontact li a {
    color: #0091C9;
    font-size: 12px;
    margin-left: 50px;
    text-decoration: none;
}
#navigation .navbar-top a {
	transition: 0.3s;
}
#navigation .navbar-top a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#navigation .navbar-custom .navbar-nav>li>a {
    color: #002A3A;
    font-size: 14px;
    padding: 0px;
    font-weight: 500;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 68px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
;
    align-items: center;
}
#navigation .navbar-custom .navbar-nav>li.blue a:before  {
	border-color: #0091C9;	
}
#navigation .navbar-custom .navbar-nav>li.blue a {
	color: #0091C9;	
}
#navigation .navbar-custom .navbar-nav>li.green a:before {
	border-color: #009B7F;	
}
#navigation .navbar-custom .navbar-nav>li.green a {
	color: #009B7F;	
}
#navigation .navbar-custom .navbar-nav>li.black a {
    color: #3C3C3C;
}
#navigation .navbar-custom .navbar-nav>li.orange a:before {
	border-color: #EB5C2E;		
}
#navigation .navbar-custom .navbar-nav>li.orange a {
	color: #EB5C2E;	
}
#navigation .navbar-custom .navbar-nav>li>a:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    display: block;
    border: 5px solid #3C3C3C;
    float: left;
    margin-right: 10px;
    opacity: 0.1;
    margin-top: -1px;
}

#navigation .navbar-default .navbar-nav>.open>a, 
#navigation .navbar-default .navbar-nav>.open>a:focus, 
#navigation .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
#navigation .navbar-custom .navbar-nav>li.black a {
    padding-right: 0px;
}
#navigation .navbar-custom .navbar-nav>li.black.open a {
    width: calc(100% + 0px);
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 10px;
    border: none;
    background-color: #fff;
    width: 100%;
    left: 0px;
    top: 60px;
    box-shadow: 0px 0px 3px rgb(33 46 52 / 25%);
    z-index: 999;
}
#navigation .navbar-custom .navbar-nav .dropdown-menu>li.active>a {
    background: transparent;
    color: #0491c9;
    font-weight: 500;
}
#navigation .navbar-custom .navbar-nav .dropdown-menu>li>a:hover {
    opacity: 0.7;
}
#navigation .navbar-custom .navbar-nav .dropdown-menu>li>a {
    color: #6b6f70;
    font-size: 16px;
    padding-left:15px;
    padding-right:15px;
    font-weight: 300;
    transition: 0.3s;
    line-height: 24px;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 10px;
    border: none;
    background-color: #fff;
    width: calc(100% + 15px);
    left: 0px;
    top: 65px;
    box-shadow: 0px 1px 3px rgb(33 46 52 / 25%);
    padding-top: 10px;
    z-index: 999;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #eef6f9;
}
.navbar-nav .blue .dropdown-menu,
.navbar-nav .green .dropdown-menu {
    width: 216px;
}
a.dropdown-bottom {
    border-top: 1px solid #e6eef1;
    margin-top: 8px;
    padding-top: 9px!important;
    padding-bottom: 5px!important;
}
#navigation .navbar-custom .navbar-nav .dropdown-menu>li>a:hover {
    background-color: transparent;
}
#navigation .navbar-brand {
    height: 67px;
}

/* -- header -- */
.header .bgblue:before {
    display: block;
    content: "";
    width: 470px;
    height: 470px;
    margin-top: -235px;
    margin-right: -235px;
    border: 25px solid #1a9ccf;
    border-radius: 50%;
    animation: second 2s;
    float: right;
}
.header {
    overflow: hidden;
    width: 100%;
}
.header .bgblue {
    background-color: #0091C9;
    height: 727px;
    margin-left: -15px;
    width: calc(100% + 30px);
    z-index: 999;
    position: relative;
    overflow: hidden;
}
.header .img {
    height: 600px;
    background-size: cover;
    margin-right: -15px;
    margin-left:-15px;
    background-position: bottom;
}
.header .img:before {
    content: "";
    display: block;
    background-color: #EB5C2E;
    opacity: 0.8;
    border-radius: 50%;
    width: 930px;
    height: 930px;
    margin-top: -470px;
    position: absolute;
    z-index: 99;
    animation: first 2s;
    margin-left: -470px;
    mix-blend-mode: hard-light;
}
.header .img:after {
    display: block;
    content: "";
    z-index:-99;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
}
.header .content {
    margin-top: -600px;
    z-index: 999;
    position: relative;
    animation: third 2s;
    width: 100%;
    height: 551px;
}
.header.home .content {
    margin-top: -727px;
}
.header.content {
    overflow: hidden;
    height:550px;
}
.header.content .img {
    height: 550px;
}

.header .content .align {
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.header .content p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.header a.button {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
    transition: 0.3s;
    line-height: 24px;
    display: inline-block;
    background-color: transparent;
}
.header a.button:hover {
	background-color:#fff;
	color: #0091C9;
    opacity: 1;
	opacity: 0.7;
	text-decoration: none;
}
.header a.button.sec {
    color: #0391c8;
    margin-left: 30px;
        transform: scale(1);
    border: 1px solid #FFFFFF;
    background-color: #ffffff;
}
.header a.button.sec:hover {
    background: #0391c8;
        opacity: 0.8;
    transform: scale(0.97);
    color: #fff;
}

.header.content.green .img:before,
.header.content.green .bgblue {
    background-color: #009B7F;
}
.header.content.green .bgblue:before {
    border: 25px solid #1aa286;
}
.header.content.green .button {
	background-color: #fff;
	color: #1aa286;
}


/* -- header content -- */
.header.content .bgblue:before {
    float: left;
    margin-left: -235px;
    animation: contentsecond 2s;
}
.header.content .img:before {
    float: right;
    right: 0px;
    background-color: #0091C8;
    margin-right: -470px;
    animation: contentfirst 2s;
}
.header.content .bgblue {
    height: 600px;
}

/* -- Banches -- */
section.branches {
    margin: 100px 0px;
}
section.branches .box:hover {
    opacity: 0.8;
    transform: scale(0.99);
}

section.branches .box {
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 30px;
    transition: 0.3s;
    height: 440px;
    background-position: center;
}
section.branches .box .gradient {
    background-color: rgb(0 0 0 / 45%);
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.branches .box .gradient h3 {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    min-height: 54px;
    line-height: 30px;
    font-weight: 600;
    height: calc(100% - 10px);
}
section.branches .box .gradient > a:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
section.branches .box .gradient p {
    color: #fff;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    max-height: 111px;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
}
section.branches .box  a:hover {
	text-decoration: none;
}
section.branches .box .gradient a.button {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0.15);;
    width: auto;
    text-align: center;
    margin-top: 23px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
	display: inline-block;
    text-decoration: none;
    opacity: 1;
    padding: 13px 30px;
}

.equal {
  display: flex;
  margin-top: 25px;
  display: -webkit-flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}


/* -- Contact -- */
.contactpersonen {
    background-color: #ebf6fa;
    padding: 100px 0px;
}
.contactpersonen .box {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    padding: 25px;
    height: 120px;
}
.contactpersonen i {
    font-size: 12px;
    color: #002A3A;
}
.contactpersonen a {
    color: #002A3A;
    font-size: 12px;
    margin-top: 18px;
    display: block;
    text-decoration: none;
}
.contactpersonen .img {
    height: 140px;
    width: 140px;
    position: absolute;
    background-size: contain;
    right: 15px;
    bottom: 0px;
    border-bottom-right-radius: 5px;
}
.contactpersonen .storing {
    float: none;
    margin-top: 100px!important;
    display: block;
}
.storing {
    margin-top: 50px;
    float: left;
}
 .contactpersonen .storing a {
    font-size: 16px;
    margin-top: 60px;
}
 .contactpersonen .storing i {
    font-size: 16px;
}
 .contactpersonen .storing i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

/* -- header orange -- */

.header.content.orange .img:before,
.header.content.orange .bgblue {
    background-color: #eb5c2e;
}
.header.content.orange .bgblue:before {
    border: 25px solid #ff6a3e;
}
.header.content.orange .button {
    background-color: #fff;
    color: #ff6a3e;
}

/* -- header darkblue -- */

.header.content.darkblue .img:before,
.header.content.darkblue .bgblue {
    background-color: #00394F;
}
.header.content.darkblue .bgblue:before {
    border: 25px solid #ffffff;
    opacity: 0.1;
}
.header.content.darkblue .button {
    background-color: #fff;
    color: #083242;
}

/* -- Projecten -- */
.headersub {
    background-color: #00394F;
    padding: 100px 0px;
    margin-bottom: -240px;
    padding-bottom: 300px;
}
.headersub h2,
.headersub p {
    color: #fff;
}
.headersub h2 {
    margin: 0px;
}
.header.content.darkblue.projects {
    margin-bottom: -1px;
}
.header.content.darkblue.projects {
    margin-bottom: -1px;
    background-color: #00394F;
}
.header.content.darkblue.projects .img {
    border-bottom-right-radius: 10px;
}
.header.content.darkblue.projects .img:after {
    border-bottom-right-radius: 10px;
}
.projects .image-box {
    height: 360px;
    border-radius: 5px;
    background-size:cover;
    background-position:center;
}
.projects .image-box .gradient {
    background: transparent linear-gradient(180deg, rgb(0 42 58 / 0%) 0%, rgb(0 42 58 / 0.33) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    border-radius: 5px;
    padding: 20px 25px; 
    transition: 0.3s;
}
.projects {
    overflow: hidden;
    height: 410px;
}
.projects .image-box .inner {
    height: 320px;
    vertical-align: bottom;
    display: table-cell;
}
.projects .image-box .inner h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}
.projects .owl-item a:hover,
.projects .owl-item a:focus {
    text-decoration: none;
}
.projects .owl-item .gradient:hover {
    background: transparent linear-gradient(180deg, rgba(0, 42, 58,  0) 0%, rgba(0, 42, 58,  0.33) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
}
.projects .owl-stage-outer:before {
    width: 24px;
    height: 24px;
    display: block;
    background-color: #ffffff;
    content: "";
    width: 90%;
    margin-left: -90%;
    height: 460px;
    margin-bottom: -460px;
    z-index: 999;
    position: relative;
    border-top: 206px solid #00394f;
    border-left: none;
    border-right: none;
}
.projects span.next span, 
.projects span.prev span {
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
}
.projects .active.image-box:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    z-index: 9999;
    transform: rotate(180deg);
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00394f;
    margin-top: 5px;
}
.beheer .owl-carousel .owl-stage-outer,
.projects .owl-carousel .owl-stage-outer {
    overflow: initial;
}
.beheer .owl-dots,
.beheer .owl-nav,
.projects .owl-dots,
.projects .owl-nav {
    display: none;
}
.projects .active.image-box {
    border: 5px solid #00394F;
}
.projects .active.image-box:after {
    content: '';
    display: block;
}
section.pagecontent {
    margin: 100px 0px;
}
section.pagecontent h2 {
    margin-bottom: 20px;
}
section.pagecontent .box {
    border: 1px solid rgb(0 145 201 / 0.15);
    border-radius: 5px;
    height: 100%;
    padding: 20px;
}
section.pagecontent .box.boxc {
    margin-top: 25px;
}
.privacyverklaring label {
    font-weight: 400;
    color: #002A3A;
    font-size: 14px;
    line-height: 21px;
}
.privacyverklaring label a {
    color: #0091C8;
}
section.pagecontent .box h3 {
    color: #00394F;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
section.pagecontent .box p {
    margin: 0px;
    overflow: hidden;
}
section.pagecontent .box.boxc p {
    display: inline-block;
    padding-right: 5px;
    line-height: 24px;
}

section.pagecontent .box.boxc p span {
    vertical-align: text-top;
    line-height: 16px;
    padding-right: 5px;
}

section.projecten-beheer {
    background-color: #EB5C2E;
    padding: 100px 0px;
}
section.projecten-beheer .klimaat {
    border-radius: 5px;
    background-color: #fff;
    padding:50px;
    margin-top: -208px;
    height: auto;
    min-height: 217px;
}
section.projecten-beheer .klimaat a.button {
    border: 1px solid #002A3A;
    color: #002A3A;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    display: inline-block;
    margin: 0px;
}
section.projecten-beheer .klimaat h2 {
    margin: 0px;
    margin-bottom: 15px;
}
section.projecten-beheer .klimaatimg {
    height: 270px;
    width: 270px;
    border-bottom-right-radius: 5px;
    background-size: 99.999%;
    position: absolute;
    bottom: 0px;
    right: 15px;
    margin-right: 0px;
}
section.projecten-beheer .beheer .button {
    border: 1px solid #f2f2f2;
    color: #eb5c2e;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    display: inline-block;
    margin: 0px;
    background-color: #fff;
    margin-top: 15px;
}
section.projecten-beheer .beheer p,
section.projecten-beheer .beheer h2 {
    color: #fff;
}
section.projecten-beheer .beheer h2 {
    margin-bottom: 15px;
}
section.projecten-beheer .beheer {
    margin-top: 100px;
}

.beheer .owl-stage-outer:before {
    width: 24px;
    height: 24px;
    display: block;
    background-color: #eb5c2e;
    content: "";
    width: calc(50% * 4);
    margin-left: calc(-50% * 4);
    height: 460px;
    margin-bottom: -460px;
    z-index: 999;
    position: relative;
    border-top: 0px;
    border-left: none;
    border-right: none;
}
.beheer span.prevv, span.nextt {
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
}
.beheer .image-box {
    height: 360px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.beheer .gradient {
    background-color: rgba(0, 42, 58, 0.5);
    height: 100%;
    padding: 20px;
    border-radius: 5px;
}
.beheer .gradient h3 {
    color: #fff;
    line-height: 22px;
    margin-bottom: 25px;
}
section.projecten-beheer .beheer .owl-carousel .button {
    background-color: transparent;
    color: #fff;
    width: calc(100% - 40px);
    text-align: center;
    position: absolute;
    bottom: 20px;
}

/* -- Homepage -- */
.branchessnippets.beheer {
    overflow: hidden;
}
.branchessnippets.beheer .image-box {
    height: 150px;
}
.branchessnippets.beheer .owl-stage-outer:before {
   background-color: #0091C8;
}
.branchessnippets.beheer {
    margin-top: -200px;
    width: 100%;
    float: left;
    z-index: 999999999;
    position: relative;
}
.branchessnippets.beheer {
    margin-top: -210px;
    width: 100%;
    float: left;
    z-index: 999999999;
    position: relative;
}
.branchessnippets.beheer .gradient h3 {
    color: #fff;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0px;
    padding-right: 27px;
}
.branchessnippets.beheer .gradient p {
    color: #fff;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    display: -webkit-box;
}
.branchessnippets.beheer .owl-stage {
    animation: branchesslide 2s;
}
.branchessnippets.beheer  a:focus {
    text-decoration: none;
}
.header.home .bgblue {
    border-bottom-right-radius: 5px;
}


/* -- redesign header home -- */
.header.home {
    height: calc(100vh - 120px);
    min-height: 600px;
}
.header.home .bgblue {
    height: calc(100vh - 120px);
    min-height: 600px;
}
.header.home .img {
    height: calc(100vh - 240px);
    min-height: 470px;
}
.header.home .content {
    margin-top: -80vh;
}
@media (max-height: 800px) {
.header.home .content {
    margin-top: -619px;
}
}
.branchessnippets.beheer span.material-icons.icon-custom {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 4px;
    padding-left: 4.5px;
    position: absolute;
    right: 20px;
    width: 24px;
}
.branchessnippets.beheer a.bekijkalle {
    float: right;
    font-weight: 700;
    color: #0091C9;
    margin-left: unset!important;
    font-size: 16px;
    animation: branchesslide 2s;
    line-height: 59px;
}
.branchessnippets.beheer a.bekijkalle span {
    vertical-align: text-top;
    line-height: 18px;
    padding-right: 9px;
}

/*-- section projecten -- */

section.projecten.branch {
    margin: 100px 0px;
}
section.projecten.branch .box {
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
       height: 300px;
    background-position: center;
}
section.projecten.branch .owl-dots {
    display: none;
}
section.projecten.branch .owl-nav {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-top: -191px;
    margin-bottom: 150px;
}
section.projecten.branch button.owl-next {
    float: right;
}
section.projecten.branch .box .gradient {
    background: transparent linear-gradient(180deg, rgb(60 60 60 / 80%) 0%, rgb(60 60 60 / 0%) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    padding: 20px;
}
section.projecten.branch .box .gradient h3,
section.projecten.branch .box .gradient h3:hover {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    min-height: 48px;
}
section.projecten.branch .box .gradient a.button {
    border: 1px solid #fff;
    color: #fff;
    background: rgb(0 0 0 / 15%)!important;
    float: right;
}
section.projecten.branch button.owl-prev span, section.projecten.branch button.owl-next span {
    font-size: 47px;
    color: #009B7F;
}

section.projecten.branch  button.owl-prev, section.projecten.branch  button.owl-next {
    background-color: transparent;
    border: none;
    outline: none!important;
}

.pioniershome {
    padding: 100px 0px;
    height: unset;
    background-color: #f2f2f2;
}
.pioniershome .orange-sec {
    background-color: #98917F;
    width: 75%;
    height: 370px;
    overflow: hidden;
    float: right;
    margin-right: -15px;
    margin-bottom: -370px;
}
.pioniershome  .blrimage {
    height: 370px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    z-index: 0;
    margin-top: -1px;
}
.pioniershome  h2 {
    color: #ffffff;
}
.pioniershome .align {
    height: 370px;
    vertical-align: middle;
    display: table-cell;
    z-index: 10;
    position: relative;
}
.pioniershome a.button {
    color: #98917F;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0px;
    transition: 0.3s;
    line-height: 24px;
    display: inline-block;
    background-color: #ffffff;
}
.pioniershome a.button:hover,
.pioniershome a.button:focus {
    text-decoration: none;
}
.pioniershome .bg {
    width: 100%;
    height: 370px;
    background-color: #98917f;
    z-index: 1;
    margin-bottom: -370px;
    margin-left: -10px;
    position: relative;
    margin-top: 0px;
}
.circle {
    width: 640px;
    height: 640px;
    display: block;
    content: "";
    border: 50px solid #eb5c2e;
    border-radius: 50%;
    float: right;
    margin-right: -350px;
    margin-top: -350px;
    opacity: 0.05;
}
.rotating-circle {
       -webkit-animation: rotate 60s linear infinite;
    -moz-animation: rotate 60s linear infinite;
    animation: rotate 60s linear infinite;
    width: 500px;
    height: 500px;
    background-image: url(../images/circleblauw.svg);
    display: block;
    margin-right: -150px;
    margin-top: -200px;
    z-index: 10;
    border-radius: 50%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#form .overflow {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: -493px;
}
.formulier  {
    height: 800px;
}
.formulier .rotating-circle {
    width: 1000px;
    height: 1000px;
    margin-right: -300px;
}

/* -- form bottom -- */
.formulier.formuliersnip h2 {
    margin-bottom: 2px;
    margin-top: 50px;
}
.formulier.formuliersnip .box {
    box-shadow: 0px 1px 6px rgb(0 42 58 / 16%);
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    padding-top: 20px;
    z-index: 999999;
    position: relative;
}
.formulier.formuliersnip .infoblock {
    background-color: #EBEBEB;
    margin-top: 32px;
    border-radius: 5px;
    padding: 30px;
}
.formulier.formuliersnip .infoblock h3 {
    color: #002A3A;
    font-size: 20px;
    margin: 0px;
    margin-bottom:30px;
}
.formulier.formuliersnip ul li a {
    color: #0091C8;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}
.projecten.formulier.formuliersnip ul li a {
    color: #00394F;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}
.formulier.formuliersnip ul li a i.material-icons {
    vertical-align: text-bottom;
    line-height: 19px;
    padding-right: 10px;
    padding-top: 13px;
}
.formulier.formuliersnip ul  {
    margin: 0px;
}
.formulier.formuliersnip .jp {
    width: 250px;
    height: 250px;
    background-size: contain;
    position: absolute;
    right: 15px;
    bottom: 0px;
    border-bottom-right-radius: 5px;
    background-position: right;
}
.formulier.formuliersnip .list-inline.menulogos {
    margin-top: 25px;
    display: block;
}
.formulier.formuliersnip .list-inline.menulogos img:hover {
    opacity: 0.7;
}
.formulier.formuliersnip .list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 5px;
}
.home.formulier.formuliersnip .infoblock {
    background-color: #E4F3F9;
        z-index: 999;
    position: relative;
}
.home input.button.pull-right {
    border: 1px solid #0091C8;
    background-color: #0091C8;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    display: inline-block;
    margin: 0px;
    color: #fff;
    margin-top: 15px;
}

.familiebedrijf {

}
.familiebedrijf .bgimage {
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: right bottom -22px;
    padding: 50px 0px;
    padding-bottom: 150px;
}
.familiebedrijf a.button:hover, .familiebedrijf a.button:focus {
    text-decoration: none;
}
.familiebedrijf .quote p {
    font-size: 19px;
    line-height: 25px;
}
.familiebedrijf h2 {
    margin: 0px;
    margin-bottom: 20px;
}
.familiebedrijf {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
}
.align-right.pull-right {
    padding: 10px 0px;
}
.familiebedrijf a.button {
    color: #FFFFFF;
    border: 1px solid #009B7F;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0px;
    transition: 0.3s;
    line-height: 24px;
    display: inline-block;
    margin-top: 20px;
    background-color: #009B7F;
}
.familiebedrijf span.material-icons {
    transform: rotate(180deg);
    color: #009B7F;
    font-size: 48px;
    margin-left: -9px;
}

.partners {
    background-color: #009B7F;
    padding: 50px 0px;
}
.partners .item {
    width: 99px;
    height: 65px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 20px;
}
.storing h2 {
    margin-top: 55px;
    margin-bottom: 20px;
}

/* -- Zoeken -- */
.searchicon {
    cursor: pointer;
}
div.fadein.visible {
    width: 300px;

    margin-left: -300px;
}
input.search-bar-button.search_button, input.search-bar-button.search_button:focus {
    margin-left: -300px;
}
div.fadein {
    width: 0px;
    overflow: hidden;
    transition: 0.3s;
    margin-left: 0px;
    padding: 0px;

    float: right;
}
.fadein input#s {
    background-color: #E4F3F9;
    border: none;
    width: 300px;
    color: rgb(0 145 201 / 0.5);
    border: none;
    margin-left: 25px;
    outline: none;
    height: 40px;
    font-size: 12px;
    padding-left: 45px;
}
.click .searchicon {
    display: inline-block;
    transition: 0.3s;
}
.click.change .searchicon {
    display: none;
}
.click .searchicon.second {
    display: none;
}
.click.change .searchicon.second {
    display: inline-block;
}
.click.change .searchicon.second {
    font-size: 16px;
    width:24px;
}
input.search-bar-button.search_button, input.search-bar-button.search_button:focus {
    position: absolute;
    top: -2px;
    background-color: transparent;
    width: 29px;
    z-index: 9999;
    height: 50px;
    outline: none;
    border: none;
}
div.fadein input.search-bar-button.search_button, {
    display: none;
    transition: 0.3s;
}
div.fadein.visible input.search-bar-button.search_button {
    display: inline-block;
    transition: 0.3s;
}

div.fadein span.material-icons.searchicon2 {
    margin-left: -5px;
    transition: 0.3s;
    opacity: 0;
}
div.fadein.visible span.material-icons.searchicon2 {
    margin-left: -289px;
    opacity: 1;
}

span.material-icons.searchicon2 {
    position: absolute;
    color: #0091C8;
    transition: 0.3s;
    margin-top: 9px;
    margin-left: -289px;
}
span.material-icons.searchicon2:hover {
    opacity: 0.7;
}
.search-bar {
    margin: 25px 0px;
}
.zoeken h4 {
    color: #0091C8;
    font-size: 20px;
}
.zoeken b {
    font-weight: 300;
}
.zoeken a {
    color: #0091C8;
}



/* -- footer -- */
footer#footer {
    background-color: #002A3A;
    padding: 100px 0px;
}
footer#footer h4 {
    color: #FFFFFF;
    opacity: 0.67;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
footer#footer a {
    transition: 0.3s;
}
footer#footer a:hover {
    opacity: 0.7;
}
footer#footer li a, 
footer#footer li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
a:focus,
a:hover {
   text-decoration: none;
}
footer#footer #mc_embed_signup_scroll {
    display: flex;
    justify-content: flex-end;
}
    footer#footer ul i.material-icons {
    vertical-align: text-top;
    line-height: 18px;
    padding-bottom: 7px;
    padding-right: 15px;
    font-size: 18px;
}
footer#footer a.button {
    color: #ffffff;
    border: 1px solid #1a404e;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
    transition: 0.3s;
    line-height: 24px!important;
    display: inline-block;
    background-color: #1a404e;
}


/* -- header keyframes -- */
@keyframes first {
  from {margin-left: -930px;margin-top:-930px;}
  to {margin-left: -470px;margin-top:-470px;}
}
@keyframes second {
  from {margin-right: -470px;margin-top:-470px;}
  to {margin-right: -235px;margin-top:-235px;}
}
@keyframes third {
  from {opacity: 0;margin-left:-470px;}
  to {opacity: 1;margin-left: 0px;}
}

@keyframes contentfirst {
  from {margin-right: -930px;margin-top:-930px;}
  to {margin-right: -470px;margin-top:-470px;}
}
@keyframes contentsecond {
  from {margin-left: -470px;margin-top:-470px;}
  to {margin-left: -235px;margin-top:-235px;}
}
@keyframes branchesslide {
  from {margin-left: 70vw;opacity: 0;}
  to {margin-left: 0;opacity: 1;}
}

@-moz-keyframes rotate { 
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes rotate { 
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 

}


/* -- Pioniers pagina -- */
.header.content.darkblue.projects.pioniers .img,
.header.content.darkblue.projects.pioniers {
    height: 550px;
}
.header.content.darkblue.projects.pioniers .overlay {
    opacity: 0.33;
    background-color: #00394F;
    width: 100%;
    height: 100%;
    position: absolute;

}
.tracingdot {
    width: 22px;
    height: 22px;
    display: none;
    position: fixed;
    border: 1px solid #bfbfbf;
    z-index: 9999;
    border-radius: 50%;
    top: 499px;
    margin-left: -12px;
}
.tracingdot.visible {
	display: block;
}

/* -- nieuws -- */
@media(min-width:992px) {
	.yt-item {
		width: 100%;
		padding: 25px 150px 150px;
	}
}
@media(max-width:991px) {
	.yt-item {
		width: 100%;
		padding: 25px 50px 50px;
	}
}

.align.news1 {
    height: 530px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.align.news1 .align {
    background: transparent linear-gradient(0deg, rgb(0 42 58 / 50%) 0%, rgb(0 42 58 / 20%) 100%) 0% 0% no-repeat padding-box;
    height: 530px;
    padding: 30px;
    vertical-align: bottom;
    display: table-cell;
}
.align.news1 .align h2,
.align.news1 .align p {
    color: #fff!important;
}
.projectenp p {
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    height: 41px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.align.news1 a.button {
    background-color: transparent;
    color: #fff!important;
    border: 1px solid #fff!important;
    margin-toP: 20px;
}
.projectenp .box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}
.projectenp {
    padding: 100px 0px;
}
.projectenp .box h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
    color: #002A3A!important;
    height: 71px;
}
.projectenp a.button {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
    transition: 0.3s;
    line-height: 24px;
    display: inline-block;
    background-color: transparent;
    background-color: transparent;
    color: #0091C9;
    border: 1px solid #0091C9;
    box-shadow: none;
    margin-top: 22px;
}
section.pagecontent.nieuws  h2, section.pagecontent.nieuws  h3, section.pagecontent.nieuws  h4, section.pagecontent.nieuws  h5 {
    color: #3C3C3C;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-slider {padding:100px 0px;     background-color: #f2f2f2;padding-top: 0px;}

.product-slider #carousel {
    border: none;
    margin: 0;
    float: right;
    width: calc(100% - 100px);
    height: 600px;
    border-radius: 5px;
    overflow: hidden;
}

.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0 45px; }

.product-slider #thumbcarousel .item { text-align: center; }

.product-slider #thumbcarousel .item .thumb { border: 4px solid #cecece; width: 20%; margin: 0 2%; display: inline-block; vertical-align: middle; cursor: pointer; max-width: 98px; }

.product-slider #thumbcarousel .item .thumb:hover { border-color: #1089c0; }

.product-slider .item img { width: 100%; height: auto; }

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 30%; width: auto; }

.carousel-control.right, .carousel-control.left { background-color: rgba(0, 0, 0, 0); background-image: none; }

.product-slider .clearfix {
    float: left;
    width: 100px;
    transform: translate(-264px, 246px);
}
.product-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px;
    transform: rotate(90deg);
    width: 600px;
}
.product-slider #thumbcarousel .item .thumb {
    transform: rotate(-90deg);
    margin: 0px;
    width: 70px;
    height: 70px;
    margin-top: 11px;
    overflow: hidden;
    margin-bottom: 9px;
    background-size: cover;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}
.product-slider .carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    opacity: 1;
    color: #0091C9;
    left: 18px;
    top: 32px;
}
.product-slider .carousel-control.right {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    opacity: 1;
    color: #0091C9;
    right: 18px;
    top: 32px;
}
section.projecten.nieuws.page {
    background-color: #0091C8;
    padding: 75px 0px;
    margin: 0px;
}
section.projecten.nieuws.page a.button {
        color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-top: 25px;
    line-height: 24px;
    display: inline-block;
}
section.projecten.nieuws.page .box {
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    height: 140px;
    background-position: center;
}
section.projecten.nieuws.page .box div {
    background-color: rgba(0, 42, 58, 0.5);
    padding: 30px;
}
section.projecten.nieuws.page h3 {
    height: 37px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}

section.projecten.nieuws.page h2 {
    margin-top: 0px;
    color: #002a3a;
}
footer b {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
    opacity: 0.66;
    font-weight: 400!Important;
    color: #FFFFFF;
    opacity: 0.67;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
footer h3 {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
footer .nieuwsbrief p {
    color: #fff;
    opacity: 0.67;
}
.nieuwsbrief {
    margin-bottom: 50px;
}
#mc_embed_signup .button {
    background-color: rgb(255 255 255 / 10%)!important;
    cursor: pointer!important;
    height: 56px!important;
    color: #fff!important;
    font-weight: 700!important;
    margin-left: 20px!important;
}
#mc_embed_signup input.email {
    height: 56px!important;
    background-color: transparent!important;
    padding: 15px!important;
    color: #fff!important;
    border-radius: 5px!important;
}
#mc_embed_signup input.email {
    height: 56px!important;
    
    background-color: transparent!important;
    padding: 15px!important;
    color: #fff!important;
    border-radius: 5px!important;
}
#mc_embed_signup input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
}

#mc_embed_signup input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #Fff;
  opacity: 0.5;
}

#mc_embed_signup input::-ms-input-placeholder { /* Microsoft Edge */
  color: #Fff;
  opacity: 0.5;
}
.formulier.formuliersnip.projecten .jp {
    bottom: 46px;
}
.alert.alert-danger {
    position: absolute;
    z-index: 9999;
    left: -348px;
    width: 346px;
    color: #002a3a;
    background-color: #f9e4e4;
    border-color: #f9e4e4;
    font-size: 13px;
}


/* -- 404 -- */
.errorpage {
    height: calc(100vh - 140px);
    background-size: cover;
    margin-bottom: -150px;
    background-position: center;
}
.errorpage .gradient {
    background-color: rgb(0 145 201 / 50%);
    height: 100%;
}
.errorpage h1 {
    font-size: 12vh;
    text-align: center;
    margin-top: 28vh;
}
.errorpage h2 {
    text-align: center;
    color: #fff;
    font-size: 3vh;
}
.errorpage a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 18px;
}
.errorpage a span {
    vertical-align: top;
}
.quote.proj .content {
    height: unset;
}


.mosaic.pioniers.c1.p6 {
    height: auto;
}
.mosaic.pioniers.c1.p6 h2 {
    margin-top: 50px;
}
.mosaic-list .mosaic.c1 .align {
    vertical-align: middle;
    display: table-cell;
    height: 500px;
}
#navigation .navbar-custom .navbar-nav .dropdown-menu>li>a {
    white-space: unset;
    line-height: 21px;
    font-size: 15px;
    padding-top: 6px;
    word-break: break-word;
    padding-bottom: 7px;
}
.js-video.ng-isolate-scope ,.js-videos.ng-isolate-scope {
    
    margin-top: 50px;
    margin-bottom: -50px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}
.js-video.ng-isolate-scope  iframe, .js-videos.ng-isolate-scope  iframe {
    height: 500px;
}
.video-container .play {
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 500px;
    padding: 223px 0px;
}
.video-container .play span {
    font-size: 36px;
    background-color: #0091c8;
    border-radius: 50%;
    padding: 9px;
}

.partners h2 {
    color: #E5F4F1;
}
#navigation .navbar-custom .navbar-nav>li.black.open a {
    width: calc(100% + 53px);
}

.projects.newcustom .owl-stage-outer:before {
    content: '';
    display: none;
}
.projects.newcustom span.next span, .projects.newcustom span.prev span {
    color: #002a3a;
}
.projects.newcustom {
    overflow: hidden;
    height: calc(100% + 49px);
    margin: 100px 0px;
}
.projects.newcustom .pull-right.stylingcustom {
    height: 70px;
    margin-top: -50px;
}
.projects.newcustom .owl-item {
    height: 371px;
}
section.projecten-beheer .klimaat {
    box-shadow: 1px -2px 14px 0px rgb(0 0 0 / 24%);
}
section.projecten-beheer.newcustom {
    
    background-color: #EB5C2E;
    padding: 100px 0px;
    margin-top: 200px;
}
.projects.newcustom {
    overflow: unset;
    height: unset;

    margin: 100px 0px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.newnews button.owl-next {
    float: right;
}
.newnews button.owl-prev span, .newnews button.owl-next span {
    color: #3C3C3C;
    font-size: 40px;
    font-family: monospace;
}
.newnews .owl-nav {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-top: -106px;
    height: 0px;
    margin-bottom: 106px;
}
.newnews .owl-dots {
    display: none;
}
.newnews button.owl-prev, .newnews button.owl-next {
    background-color: transparent;
    border: none;
    outline: none!important;
}
.newnews button.owl-prev.disabled span, .newnews button.owl-next.disabled span {
    opacity: 0.2;
}
.newnews .box {
    margin: 3px;
}

.header-nieuws {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.header-nieuws .gradient {
    background-color: rgb(0 0 0 / 30%);
    height: 100%;
}
.header-nieuws .gradient.noimage {
    background-color: #0091C8;
}
.header-nieuws .gradient .align {
    height: 400px;
    vertical-align: middle;
    display: table-cell;
}
.header-nieuws .gradient p {
        color: #fff;
}

section.projecten.nieuws.page.newnews.ppage .owl-nav span {
    color: #fff;
}


.header-branches {
    background-color: #009B7F;
    height: 500px;
    padding-top: 50px;
}
.header-branches p {
    color: #fff;
}
.header.content.darkblue.projects.pioniers,
.header.content.darkblue.pioniers .img:before, .header.content.darkblue.pioniers .bgblue {
    background-color: #98917F;
}
.mosaic.darkblue,
.mosaic.lightblue {
    background-color: #98917f!important;
}
.mosaic.pioniers.darkblue  h4.jaartal {
    color: rgba(255, 255, 255, 0.15);
    font-family: 'Montserrat';
}

section.projecten.nieuws.page.sp .box {
    height: 200px;
    padding: 0px;
}
section.projecten.nieuws.page.sp .gradient {
    background: transparent linear-gradient(
180deg
, rgb(0 42 58 / 0%) 0%, rgb(0 42 58 / 0.33) 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    border-radius: 5px;
    padding: 20px 25px;
    transition: 0.3s;
}
section.projecten.nieuws.page.sp .inner {
    height: 180px;
    vertical-align: bottom;
    display: table-cell;
}
section.projecten.nieuws.page.sp .inner h3 {
    color: #fff;
}

#ccustom .left span.material-icons, #ccustom .right span.material-icons {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
    margin-top: 100px;
}
#ccustom .mosaic.c5 .quote .box {
    width: calc(100% - 60px);
    margin-left: 30px;
}
.projects.ms .owl-item .gradient:hover {
    background: transparent!important;
}
body {
    overflow-x: hidden;
}
.beheercs .box {
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    margin-top: 15px;

}
.beheercs .gradient {
    padding: 40px 30px;
}
.beheercs .box p {
    margin: 0px;
}
.beheercs span.material-icons {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-weight: 100;
}
.beheercs .pull-right {
    margin-top: -20px;
}
.contactpersonen .img {
    background-repeat: no-repeat!important;
    background-size: 99.999%;
}

.header.overons .bgblue {
    background-color: #343434;
}
.header.overons .bgblue:before {
    border: 25px solid #9b9b9b;
}
.overons .mosaic a.button {
    background-color: #343434;    
}
.header.overons .img:before {
    float: right;
    right: 0px;
    background-color: #343434;
}
.header.overons a.button:hover {
    background-color: #fff;
    color: #343434;
    opacity: 0.7;
    text-decoration: none;
}
.projects .owl-stage-outer:before {
    border-top: 206px solid #0091C8;
}
.projecten.headersub {
    background-color: #0091C8;
}
.projects .active.image-box {
    border: 5px solid #027ead;
}
.projects .active.image-box:after {
    border-bottom: 10px solid #027ead;
}

.familiebedrijf .bgimage {
    background-size: 550px;
}
section.newcustom.projecten-beheer.home .beheer {
    margin-top: 0px;
}
#navigation .navbar-custom .navbar-nav>li.black.active.open a {
    width: calc(100%);
}
.mosaic-list .projects.ms .owl-item .gradient:hover {
    background: transparent linear-gradient(
180deg
, rgb(0 42 58 / 0%) 0%, rgb(0 42 58 / 0.33) 100%) 0% 0% no-repeat padding-box!important;
}
.mosaic-list .projects.ms .owl-item  a .gradient:hover {
    background: transparent!important;
}

.mosaic.c1 .orange-sec.hidden-xs {
    height: 500px;
    position: absolute;
    right: 0px;
    overflow: hidden;
    margin-top: -100px;
}
.mosaic.c2 .orange-sec.hidden-xs {
    height: 500px;
    position: absolute;
    left: 0px;
    width: 500px;
    overflow: hidden;
    margin-top: -100px;
}
.mosaic.c2 .orange-sec.hidden-xs .rotating-circle {
    float: left;
    margin-right: unset;
    margin-left: -15px;
}
.mosaic-list .mosaic.c2 .align {
    height: 500px;
    vertical-align: middle;
    display: table-cell;
}
p.limited {
    display: -webkit-box;
    max-width: 100%;
    height: 57px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    margin-top: 0px;
    padding-top: 15px;
}
.projects.newcustom {
    overflow: hidden;
}
.imagemos .videocst {
    overflow: hidden;
    width: 100%;
    height: 500px;
}
.imagemos .videocst video#video {
    width: 100%;
    mix-blend-mode: normal;
    border-radius: 5px;
}
.p5.vid .gradient {
    margin-top: -500px;
    position: relative;
}

section.projecten.nieuws.page.newnews span.material-icons.icon-custom {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 4px;
    padding-left: 4.5px;
    position: absolute;
    right: 20px;
    width: 24px;
    transform: scale(1)!important;
    margin-top:25px;
}

.storingblok,
.storingblok a,
.storingblok p,
.storingblok li,
.storingblok span {
    color: #002A3A;
}
.storingblok i.material-icons {
    vertical-align: text-top;
    line-height: 19px;
    padding-right: 15px;
}
.storingblok h2 {
    margin-top: 0px;
}
.storingblok {
    padding-bottom: 50px;
}
section.projecten-beheer.newcustom .content {
    margin-bottom: 30px;
}
section.projecten-beheer .klimaatimg {
    height: 270px;
    width: 100%;
    border-bottom-right-radius: 5px;
    background-size: 99.999%;
    position: absolute;
    bottom: -50px;
    right: 15px;
    background-position: bottom;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -50px;
}


/* --  service pagina -- */
.serviceheader {
    height: 500px;
    background-color: #0091c9;
}
.serviceheader .serviceheaderimg {
    height: 500px;
    width: calc(100% + 30px);
    background-size: cover;
    background-position: center;
    margin-left: -15px;
    overflow: hidden;
}
.serviceheader .serviceheaderimg .gradient {
    background-color: rgba(51, 51, 51, 0.4);
    width: 100%;
    height: 500px;
}
.serviceheader .circle {
    width: 600px;
    height: 600px;
    background-color: #009de2;
    border-radius: 50%;
    float: right;
    margin-right: -300px;
    margin-top: -300px;
    opacity: 1;
    border: none;
    opacity: 1;
}
.circlesec {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    border: 25px solid rgb(255 255 255 / 50%);
    margin-bottom: -200px;
    border-radius: 50%;
}

.serviceheadernav {
    height: 75px;
    background-color: #f8fcfd;
    z-index: 999999;
    position: relative;
}
.serviceheadernav .navbar-brand {
    width:  100%;
}
.serviceheadernav .navbar-brand img {
    width: 200px;
    margin: 0 auto;
    margin-top: 4px;
}
.serviceheader .headercontent {
    margin-top: -400px;
}
.serviceheader h4 {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.serviceheader h1 {
    color: #fff;
    font-size: 50px;
    margin-top: 25px;
        font-family: "Montserrat", sans-serif!important;
    line-height: 60px;
    font-weight: 700;
}
.servicecontact-box .box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 16%);
    padding: 30px;
    margin-bottom: 30px;
    min-height: 300px;
    margin-top: 50px;
}
.servicecontact-box .box h4.text-center {
    font-weight: 700;
    margin-top: 30px;
}
.servicecontact-box.form {
    background-color: #ebf6fa;
}
.servicecontact-box .down span {
    background-color: #fff;
    border-radius: 50%;
    color: #0091c9;
    padding: 5px;
}
.servicecontact-box .down {
    text-align: center;
    width: 100%;
    margin-top: -47px;
}
.servicecontact-box .box .button {
    border: 1px solid #0091C8;
    background-color: #0091C8;
    border-radius: 5px;
    padding: 17px 20px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    margin-top: 6px;
    width: 100%;
}
.servicecontact-box ul.list-inline.list-unstyled.radiobutton {
    margin-bottom: 30px;
}
.servicecontact-box p.btnextra {
    opacity: 0.67;
    margin-top: 22px;
}
.servicecontact-box div#recaptcha_k_0 {
    transform: scale(0.75);
    margin-left: -33px;
    margin-top: -4px;
}
.servicecontact-box .box span.material-icons-outlined {
    color: #282e31;
    vertical-align: text-top;
    margin-right: 10px;
    margin-top: -3px;
    font-size: 21px;
    font-weight: 100;

}
.stepbox {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    margin-top: 25px;
}
.stepbox:nth-child(even) {
    background-color: transparent;
}
.stepbox h5 {
    color: #0091c9;
    font-weight: 600;
    margin: 0px;
    font-size: 30px;
    position: absolute;
}
.stepbox p {
    margin-left: 50px;
}

/* -- footer -- */
.servicefooter-inner h2 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
}
.servicefooter-inner {
    font-family: "Montserrat", sans-serif;
    background-color: #ebf6fa;
}
.servicefooter-inner .box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 30px;
}
.servicefooter-inner .box li a,
.servicefooter-inner .box li {
    color: #0091c9;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    line-height: 31px;
}
.servicefooter-inner .box li a:hover {
    opacity: 0.7;
}
.servicefooter-inner {
    background-color: #002a3a;
    padding:  100px 0px;
}
.servicefooter-inner .logo {
    width: 250px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.servicefooter-inner h4 {
    color: #FFFFFF;
    opacity: 0.67;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 24px;
    margin-bottom: 3px;
    font-weight: 300;
    margin-top: 22px;
    letter-spacing: 0.5px;
}
.servicefooter-inner li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
.servicefooter-inner li a:hover {
    opacity: 0.6;
}
.servicefooter-inner  i.material-icons {
    font-size: 21px;
    vertical-align: text-top;
    line-height: 17px;
    margin-right: 10px;
}
.servicefooter-inner span.material-icons, 
.servicefooter-inner span.material-icons-outlined {
    vertical-align: text-top;
    margin-right: 10px;
    line-height: 16px;
}
.servicefooter-inner ul.list-unstyled {
    margin:  0px;
}
.servicefooter-inner .box .image {
    height: 165px;
    background-size: contain;
    width: 165px;
    position: absolute;
    top: 32px;
    right: 14px;
    background-repeat: no-repeat;
    border-bottom-right-radius: 5px;
}
.servicecontact-box select.form-control {
    border: 1px solid #282e31;
    box-shadow: none;
    color: #939698;
    padding: 10px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    color: rgba(40, 46, 49, 0.50);
    font-size: 17px;
    padding-left: 15px;
}
.servicecontact-box .caret-custom span {
    position: absolute;
    top: 27px;
    right: 24px;
}
.servicecontact-box .label-text-field.text.required {
    max-height: 70px;
    margin-bottom: 10px;
}
.servicecontact-box {
    background-color: #f8fcfd;
    padding-bottom: 75px;
    font-family: "Montserrat", sans-serif;
}

.servicecontact button.buttoncollaps {
    background: none;
    border: none;
    color: #0091c9;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    text-align: unset!important;
}
.servicecontact button.buttoncollaps p {
    color: #343434;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    z-index: 9999;
    position: relative;
    line-height: 45px;
    margin: 0px;
}
.servicecontact button.buttoncollaps span {
    font-size: 36px;
    background-color: #ebf6fa;
    z-index: 9999;
    position: relative;
    vertical-align: middle;
}
.servicecontact button.buttoncollaps span.first {
    border: 1px solid #0091c9;
    border-radius: 50%;
    color: #0091c9;
    float: right;
    margin-top: 8px;
    background-color: transparent;
    font-size: 26px;
}
.servicecontact button.buttoncollaps span.last {
    float: right;
    padding-left: 20px;
    line-height: 45px;
}
.servicecontact.steps h4 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
        font-family: "Montserrat", sans-serif;
    margin-top: 50px;
}
.servicecontact.steps .item {
    margin-bottom: 25px;
}

.servicecontact button.buttoncollaps.collapsed .first {
    transform: rotate(-90deg);
}

.servicecontact .itemboard {
    background-color: #F2F2F2;
    border-radius: 5px;
    margin-top: 15px;
    padding: 20px 15px;
}
.servicecontact .panel-heading {
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    height: 75px;
    padding: 0px;
    margin-top: 20px;
        font-family: "Montserrat", sans-serif;
}
.servicecontact .itemboard button {
    width: 100%;
    text-align: unset;
    background: none;
    color: #0091C9;
    border: none;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 0px 4px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.servicecontact .itemboard span.first.material-icons-outlined {
    border: 1px solid #7F7F7F;
    border-radius: 50%;
    color: #7F7F7F;
    float: right;
    margin-top: 3px;
}
.servicecontact .itemboard button.collapsed .first {
    transform: rotate(-90deg);
}
.servicecontact-box  input#fileInput {
    padding-top: 77px;
    z-index: 99999;
    text-indent: -100px;
    color: #fff;
    outline: none;
    margin-top: -77px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    background-color: transparent;
    border: none;
    box-shadow: none;
    opacity: 0;
}
.servicecontact .boxcus ol li {
    margin-bottom: 10px;
}
.customrich {
    padding: 5px;
        font-family: "Montserrat", sans-serif;
}
.customrich h2,.customrich h3,.customrich h4,.customrich h5 {
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #0091c9;
    line-height: 21px;
}
.customrich ul {
    padding-left: 0;
    font-family: "Montserrat", sans-serif;
    list-style: none;
}

.linkinbio {
    max-width: 550px;
    margin: 0px auto;
    display: block;
    font-family: 'Montserrat', sans-serif!important;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    background-color: #0091c8;
}
.linkinbio-header {
    background-color: #fff;
}
.linkinbio h3.text-center {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #BCBCBC;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}
.section-white span.material-icons-outlined {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.linkinbio .linkinbio-header .logo {
    height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 165px;
}
.linkinbio .section-blue {
    min-height: 200px;
    padding:  1px 0px;
    background-color: #0091c8;
}
.linkinbio .section-grey {
    min-height: 50px;
    padding:  1px 0px;
    background-color: #9b9b9b;
}
.linkinbio .section-white {
    min-height: 50px;
    padding:  1px 0px;
    background-color: #fff;
}
.linkinbio a.button {
    text-align: center;
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 20px 0px;
    margin: 20px;
    color: #343434;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    text-decoration: none;
}
.linkinbio .section-blue a.button {
    background-color: #e95022;
    color: #fff;
}
.linkinbio .section-white a.button {
    background-color: #F2F2F2;
    color: #0091c8;
    font-weight: 400;
    border: 1px solid #F2F2F2;
    font-size: 15px;
    margin: 10px;
}

.linkinbio span.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    vertical-align: text-top;
    margin-top: -3px;
}

.section-blue .section-end h4 {
    text-align: center;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.section-blue .section-end .down {
    text-align: center;
    width: 100%;
    margin-bottom: -18px;
}
.section-blue .section-end .down span {
    background-color: #fff;
    border-radius: 50%;
    color: #0091c9;
    padding: 5px;
}
.linkinbio .section-white a.button {
    padding: 10px 5px;
}

@media (max-width: 768px) {
    .linkinbio .section-white {
        min-height: 50px;
        padding: 1px 0px;
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        width: 100%;
        max-width: 550px;
    }
    .section-end {
        position: fixed;
        width: 100%;
        max-width: 550px;
        z-index: 9999;
        bottom: 188px;
        background-color: #0091c8;
    }
    .linkinbio .section-blue {
        min-height: 200px;
        padding: 1px 0px;
        background-color: #0091c8;
        padding-bottom: 162px;
        height: calc(100vh - 261px);
        overflow: scroll;
    }
}
@media (max-width: 1304px) {
    .alert.alert-danger {
        position: relative;
        left: 0px;
        width: 100%;
    }
}
@-moz-document url-prefix() {
    .privacyverklaring label {
        margin-top: 30px;
    }
}


.linkinbio .section-white {
    margin: 10px 20px;
    border-radius: 5px;
    width: calc(100% - 40px);
    max-width: 510px;
    bottom: 30px;
    animation: mymove 3s;
    padding: 8px;
    opacity: 1;
    position: absolute;
}
@keyframes mymove {
  0% {bottom: -250px;opacity: 0.2}
  66% {bottom: -250px;opacity: 0.2}
  95% {bottom: 35px; opacity: 1}
  100% {bottom: 30px}
}
.footer-bottom {
    position: absolute;
    bottom: 0px;
    max-width: 549px;
    width: 100%;
}
@media (max-width: 400px) {
    .section-white span.material-icons-outlined,
    .linkinbio span.icon {
        margin-right: 5px;
    }
    .linkinbio .section-white a.button {
        font-size: 10px;
    }
    .linkinbio span.icon {
        vertical-align: middle;
        margin-right: 3px;
    }

}
@media (max-width: 560px) {
    .linkinbio a.button {
        font-size: 12px;
    }
}
.footer-bottom p {
    color: #fff;
    opacity: 0.36;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
}
.footer-bottom li {
    margin: 0 auto;
    display: block!important;
    text-align: center;
    opacity: 0.5;
    margin-top: 11px;
}
section.projecten-beheer.newcustom .klimaatimg {
    bottom: -50px;
}

.servicecontact  .boxcus {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
    border-radius: 5px;
    padding: 15px;
}
.servicecontact .item.item1 .boxcus {
    margin-top: -80px;
}
.servicecontact-box.form {
    padding: 75px 0px;
}
.servicecontact-box.form h2 {
    font-weight: 800;
    color: #343434;
    font-size: 24px;
    margin-bottom: 25px;
}

.servicecontact  .boxcus ol {
   list-style: none;
   counter-reset: item;
   padding-left: 0px;
 }
.servicecontact  .boxcus ol li {
   counter-increment: item;
}
.servicecontact .boxcus ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: #0091c9;
    color: white;
    width: 1.2em;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
    width: 21px;
    float: left;
}
.tap-top {
    border-radius: 0px!Important;
}
.product-right form .row {
    width: 100%;
}
.cart-form a.buttoncstm-disabled,
.cart-form a.buttoncstm-outlined {
    font-size: 13px;
    padding: 19px 6px;
    width: 100%;
    text-align: center;
}

.content-klim h2 {
    margin-top:0px;
    margin-bottom:20px;
}
.content-klim {
    margin: 100px 0px;
}
.content-klim .button {
    margin-top: 20px;
    background-color: #E95022;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0px;
}

.content-klim .image {
    border-radius: 17px;
    background: linear-gradient(148deg, rgba(0, 57, 79, 1) 0%, #096990 100%);
    height: 300px;
    position: relative;
    overflow-x: clip;
}
.content-klim .align {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}
.content-klim .logo {
    height: 40px;
    width: 236px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: 10%;
    z-index: 10;
}
.content-klim .imagemain {
    height: calc(100% + 30px);
    width: 58%;
    margin-left: 53%;
    z-index: 10;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: -30px;
}
.content-klim .imagebg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}
.content-klim .image:after {
    content: "";
    background-image: url(../images/hoek.svg);
    width: 15px;
    height: 15px;
    display: block;
    right: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    background-size: contain;
}
.content-klim .image:after {
    content:"";
    background-image: url('../images/hoek.svg');
}

.header.home a.button {
    display: inline-block;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 15px;
}

#navigation .navbar-custom .navbar-nav>li>a span.material-icons {
    transition: transform 0.3s ease;
    position: absolute;
    right: -26px;
}

#navigation .navbar-custom .navbar-nav>li>a:hover span.material-icons {
    transform: rotate(90deg);
}

#navigation .navbar-custom .navbar-nav>li.open>a span.material-icons {
    transform: rotate(90deg);
}

#navigation .navbar-custom .navbar-nav>li.open>a:hover span.material-icons {
    transform: rotate(90deg);
}

 /*rebuild navbar*/
@media (min-width: 767px) {

    #navigation .navbar-custom ul.nav.navbar-nav.navbar-right {
        display: flex;
        width: calc(100% - 154px);
        justify-content: space-between;
        padding-right: 12px;
    }

    #navigation .navbar-custom ul.nav.navbar-nav.navbar-right:before,
    #navigation .navbar-custom ul.nav.navbar-nav.navbar-right:after {
        display: none
    }

    #navigation .navbar-custom .navbar-nav > li {
        margin: 0px!important;
    }

    #navigation .navbar-custom .navbar-nav > li > a {
        padding: 29px 0px!important;
    }
}
@media (min-width: 992px) {
    #navigation .navbar-custom ul.nav.navbar-nav.navbar-right {
        width: calc(100% - 241px);
    }
}
@media (min-width: 1199px) {
    #navigation .navbar-custom ul.nav.navbar-nav.navbar-right {
        width: calc(100% - 270px);
    }
}


.mosaic.mosaic-partnersysteem {
    background-color: #019b7e;
    overflow: visible;
    padding: 100px 0px!important;
    margin:0px!important;
    margin-bottom: 200px!important;
    padding-bottom: 205px!important;

}
.mosaic.mosaic-partnersysteem h2 {
    color: #fff;
    margin-top:0px;
}
.mosaic.mosaic-partnersysteem .partner-logo img {
    width: auto;
    height: 70px;
    object-fit: contain;
    max-width: 140px;
    margin-bottom: 10px;
}
.mosaic.mosaic-partnersysteem .partner-info {
    color: #fff;
}
.mosaic.mosaic-partnersysteem .partner-info h3 {
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.mosaic.mosaic-partnersysteem .partner-info h3 span.material-icons {
    font-size: 18px;
    margin-top: -2px;
}
.mosaic.mosaic-partnersysteem .partner-info p {
    color: #fff;
}
.mosaic.mosaic-partnersysteem .floating-block {
    position: absolute;
    background-color: #fff;
    width: calc(100% - 30px);
    border-radius: 15px;
    margin-top: 50px;
    padding: 15px;
    box-shadow: 0px 3px 9px rgb(37 64 75 / 16%);
    height: 250px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.mosaic.mosaic-partnersysteem .floating-block  .image {
    width: 40%;
    height: calc(100% + 30px);
    background-size: cover;
    margin-left: -15px;
    margin-top: -15px;
}
.mosaic.mosaic-partnersysteem .floating-block .content {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 5%;
}
.mosaic.mosaic-partnersysteem .floating-block .button.orange {
    background-color: #E95022!important;
    margin-top: 15px!important;
}
.mosaic.mosaic-partnersysteem .floating-block  h2 {
    color: #343434;
    line-height: 1.2;
}

.mosaic.mosaic-melding .melding-box {
    background: #f9ded3;
    padding: 30px;
    border-radius: 10px;
}
.mosaic.mosaic-melding .melding-box h3 {
    color:#E95022!important;
    font-size: 24px;
    margin-bottom:10px;
}
.mosaic.mosaic-melding .row {
    height: 100%;
    display: flex
    ;
        align-items: center;
}
.mosaic.mosaic-melding .melding-main,
.mosaic.mosaic-melding .melding-oplossing {
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
}
.mosaic.mosaic-melding .melding-oplossing {
    align-items: flex-start;
    gap:0px;
    flex-direction: column;
}
.mosaic.mosaic-melding span.material-icons {
    color: #E95022;
    font-size: 39px;
    border-radius: 16px;
    overflow: hidden;
    margin-right:10px;
}
.mosaic.mosaic-melding .melding-oplossing h4 {
    color: #182c30;
    font-weight: 700;
    font-size: 15px;
}
.mosaic.mosaic-melding .melding-oplossing p {
    color: #182c30;
    font-size:14px;
}
.mosaic.mosaic-melding .melding-box a.button.outline {
    margin-top: 7px;
    background: transparent !important;
    border: 1px solid #182c30;
    color: #182c30;
    padding: 10px 15px;
    font-size: 13px;
}
.mosaic-partnersysteem .partner-systemen-row {
    display: flex;
    gap: 30px;
}


/*// kennisbank // */

/* Kennisbank list - Header */
.header.kennisbank {background-color: #0091c8;height: 500px;position: relative;overflow: hidden;}
.header.kennisbank h1 {line-height: 1.4;}
.header.kennisbank .center:after {content: "";position: absolute;width: 48vw;height: 48vw;border: 4vw solid #0085b8;border-radius: 50%;z-index: -1;top: 50%;left: 74%;transform: translateY(-60%);}
.header.kennisbank .center  {height: 500px;display: flex;text-align: center;justify-content: center;flex-direction: column;align-items: center;z-index: 10;position: relative;}
.header.kennisbank p {color: #fff;font-size: 14px;font-weight: 400;opacity: 0.6;}
.header.kennisbank .subtitel {color: #CCE9F4;font-weight: 600;font-size: 16px;opacity: 1;}
.header.kennisbank .alignment {height: 500px;display: inline-flex;align-items: flex-end;}
.header.kennisbank .headerimg {height: 314px;width: 314px;z-index: 20;background-size: contain;background-repeat: no-repeat;background-position: bottom center;}

/* Kennisbank list - Search */
.header .search form {width: 100%;max-width: 500px;position: relative;display: flex;flex-direction: row;}
.header .search {width: 100%;display: flex;justify-content: center;}
.header .search form input {background: rgb(255 255 255 / 10%);width: 100%;height: 60px;border: none;font-size: 16px;color: #fff;padding: 15px;padding-left: 60px;border-radius: 50px;}
.header .search form input::placeholder {color: #fff;opacity: 0.6;}
.header .search form span.material-icons {position: absolute;color: #fff;margin: 15px 0px;font-size: 31px;margin-left: 15px;}
.header .search form button {border: none;font-size: 20px;border-radius: 50px;background: #FFFFFF;color: #000;padding: 0px 24px;height: 60px;margin-left: -50px;margin-bottom:15px;transition: 0.3s;}
.header .search form button:hover {background-color: #eb5c2f;color:#fff;}

/* Kennisbank list - Sections */
.section.kennisbank {padding: 100px 0px;}
.section.kennisbank h2 {color: #000;font-size:42px;line-height: 1.2;margin-top:0px;}
.section.kennisbank .items-small {display: flex;flex-direction: column;gap:30px;}
.kennisbank .blog-box {display: flex;gap: 24px;flex-direction: row;align-items: center;transition: 0.3s}
.kennisbank .blog-box .image {border-radius: 8px;background-size: cover;background-position: center;height: 250px;width:250px;}
.kennisbank .blog-box .top, .header.diepte.kennisbank .top {display: flex;align-items: center;gap:15px;}
.kennisbank .blog-box .top .thema, .header.diepte.kennisbank .top .thema {display: inline-block;background: #CCEBE5;color: #000;border-radius: 6px;padding: 3px 10px;font-weight: 500;font-size: 14px;}
.kennisbank .blog-box .top .readtime, .header.diepte.kennisbank .top .readtime {font-weight: 500;color: #4C4C4C;font-size: 14px;}
.kennisbank .blog-box .content {display: flex;gap: 15px;flex-direction: column;flex: 1;}
.kennisbank .blog-box .content p {margin: 0px;display: -webkit-box;height: 23px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;color: #000;font-weight: 400;font-size: 16px;}
.kennisbank .blog-box h3 {color: #191919;font-size: 28px;font-weight: 600;line-height: 1.2;}
.kennisbank .blog-box .knop {color: #0091C8;font-size: 15px;font-weight: 600;}
.kennisbank .blog-box:hover {opacity: 0.7;}
.kennisbank .blog-box .knop span {font-size: 20px;vertical-align: text-top;margin-top: 0px;margin-left: 1px;}
.kennisbank .blog-box.big {flex-direction: column;align-items: start;}
.kennisbank .blog-box.big .image {height: 400px;width: 100%;}

.section.thema.kennisbank {background-color: #D8D8D8;}
.section.thema.kennisbank .thema-items {display: flex;gap: 30px 0px;flex-direction: row;flex-wrap: wrap;}
.section.thema.kennisbank .thema-items .box {background-color: #fff;overflow: hidden;border-radius: 8px;transition: 0.3s;height:100%;}
.section.thema.kennisbank .thema-items .box:hover {opacity: 0.7;}
.section.thema.kennisbank .thema-items .box .image {height: 200px;width: 100%;background-size: cover;background-position: center;}
.section.thema.kennisbank .thema-items .content {padding: 20px;}
.section.thema.kennisbank .thema-items .box h3 {color: #1A9CCF;font-size: 20px;font-weight: 700;margin-bottom: 10px;}
.section.thema.kennisbank .thema-items .box p {color: #7F7F7F;font-size: 12px;display: -webkit-box;height: 18px;-webkit-line-clamp: 1;font-weight: 500;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;margin-bottom: 0px;margin: 6px 0px;margin-left: 17px;}
.section.thema.kennisbank .thema-items .box p span {position: absolute;font-size: 18px;margin-left: -21px;color: #000;margin-top: 1px;}
.section.thema.kennisbank .thema-items .box .knop {color: #0091C8;font-size: 15px;margin-top: 10px;font-weight: 600;}
.section.thema.kennisbank .thema-items .box .knop span {font-size: 20px;vertical-align: text-top;margin-top: 0px;margin-left: 1px;}

.section.recent.kennisbank .blog-box .image {height: 300px;}
.section.recent.kennisbank.lightblue {background-color: #E5F4F9;}

/* kennisbank diepte */
.header.diepte.kennisbank {height:auto;}
.header.diepte.kennisbank h1 {margin-bottom:50px;margin-top:15px;}
.header.diepte.kennisbank .header-image {height: 500px;background-size: cover;background-position: center;border-radius: 8px;}
.header.diepte.kennisbank .breadcrumbs {display: flex;gap: 10px;margin: 50px 0px;color: rgb(255 255 255 / 50%);font-size:16px;font-weight:400;align-items: center;}
.header.diepte.kennisbank .breadcrumbs a {color: rgb(255 255 255 / 50%);transition:0.3s;}
.header.diepte.kennisbank .breadcrumbs a:hover {opacity:0.6;}
.header.diepte.kennisbank .breadcrumbs span.material-icons {font-size: 18px;}
.header.diepte.kennisbank .top .readtime {color:#fff;}
.header.diepte.kennisbank .bottom-meta {font-size:14px;font-weight:400;display: flex;justify-content: space-between;align-items: center;margin-top: 20px;margin-bottom: 50px;color: rgb(255 255 255 / 50%);}
.header.diepte.kennisbank .author-date {display: flex;flex-direction: column;gap: 5px;}
.header.diepte.kennisbank .bottom-meta b {color: #fff;font-weight:500;}

.kennisbank-list .kennisbank.intro-blok {background-color: #E5F4F9;border-radius: 8px;padding: 30px;}
.kennisbank-list .kennisbank.intro-blok h3 {color: #0091C8;font-weight: 600;font-size: 20px;margin: 0px;margin-bottom:12px;}
.kennisbank-list .kennisbank.intro-blok a, .kennisbank-list .kennisbank.intro-blok .item {transition:0.3s;color: #000;font-weight: 500;font-size: 17px;}
.kennisbank-list .kennisbank.intro-blok .items {display: flex;flex-direction: column;gap: 5px;}
.kennisbank-list .kennisbank.intro-blok a:hover {opacity: 0.7}

.panel-body .tableholder {margin:0px;}
.tableholder {gap: 40px;display: flex;flex-direction: column;margin: 100px 0px;}
.tableholder h2 {margin-bottom:30px}
.tableholder p, .tableholder b, .tableholder li {color:#000;font-size: 14px;line-height: 1.9;}
.tableholder ul {padding-inline-start: 17px;}
.tableholder b, .tableholder strong {font-weight:500;}
.tableholder h3, .tableholder h4, .tableholder h5 {font-weight:600;font-size:20px;line-height:1.4;margin-bottom:30px;margin-top:20px;}
.tableholder .c2 img.image {width: 100%;border-radius:8px;}
.tableholder .c2 p, .tableholder .c3 p {border-left: 3px solid #ededed;padding-left: 10px;margin-top: 7px;color: #000;}
.tableholder .c3 .js-videos.ng-isolate-scope, .tableholder .video-container .play, .tableholder .video-container iframe {height: 422px;margin-bottom:0px;background-size:cover;background-position:center;}
.tableholder .video-container .play {padding: 173px 0px;}
.tableholder blockquote {padding: 0px 20px;margin: 30px 0px;font-size: 18px;border-left: 3px solid #eee;color: #000;}
.tableholder blockquote p {font-size:16px;font-style: italic;}

.tableholder .c4 .flexmosaic {display: flex;gap: 10px;flex-wrap: nowrap;flex-direction: row;height:500px}
.tableholder .c4 .mosaic-grid {display:flex;flex-direction:column;gap:10px;}
.tableholder .c4 .imgcollage {background-size: cover;background-position: center;height: 100%!important;width: 100%;border-radius: 8px;}
.tableholder .c4 .flex-left {min-width: 65%;width:100%;display:flex;gap:10px;flex-direction: column;}
.tableholder .c4 .flex-right {width: 100%;flex-direction: column;display:flex;gap:10px;}
.tableholder .c4 .imgcollage.img3 {height:100%;}

.kennisbank.related a.button {background-color: rgb(0 0 0 / 10%);color: #000;border-radius: 6px;padding: 9px 24px;font-weight: 500;font-size: 16px;display: inline-block;padding-top: 11px;margin-top: 30px;}

/* Thema list - Header */
.header.thema {margin:80px 0px;}
.header.thema h1 {color:#000;}
.header.thema p {color:#000;}
.header.thema .search {margin-top: 60px;margin-left:28px;}
.header.thema .search form input {background: rgb(0 0 0 / 5%);color: #000000;font-size: 16px;height:48px;}
.header.thema .search form input::placeholder{color:#4C4C4C;}
.header.thema .search form button {background:#0091C8;color:#fff;height:48px;font-size: 16px;}
.header.thema .search form span.material-icons {color:#4C4C4C;margin-top: 9px;margin-bottom: 9px;}
.header.thema .ctn {margin-right:40px;}
.header.thema h1 {margin-bottom: 10px;}

/*  Thema list  */
.thema-list.kennisbank {margin-bottom: 100px;}
.thema-list.kennisbank .row .row {display: flex;flex-wrap: wrap;flex-direction: row;gap: 50px 0px;}
.thema-list.kennisbank .row .row:before {display:none;}
.thema-list.kennisbank .sml .image {height:300px;}

/*  Thema list - Sidebar */
.thema-list .sidebar h3 {color:#0091C8;font-weight:600;font-size:18px;margin-top:0px;margin-bottom:10px;}
.thema-list .sidebar ul {list-style: none;padding: 0;margin-top:25px;margin-right:30px;}
.thema-list .sidebar ul li a {padding: 12px 15px;border-radius: 8px;transition:0.3s;display: block;}
.thema-list .sidebar ul li a {text-decoration: none;color: #000;}
.thema-list .sidebar ul li.active-theme a {background-color: #E4F3F9;}
.thema-list .sidebar ul li:hover a {background-color: #f3fbfd;opacity: 0.8;}
.thema-list .sidebar ul li.active-theme a {font-weight: 600;color: #000;}

/*  Contact Blok Kennisbank  */
.section.bottom.kennisbank {background-color: #009B7F;padding: 100px 0px;color: #fff;}
.section.bottom.kennisbank  h2 {color: #fff;margin-bottom: 25px;}
.section.bottom.kennisbank p {color: #fff;margin-bottom: 30px;}
.section.bottom.kennisbank .image {height: 272px;border-radius: 8px;background-size: cover;background-position: center;}
.section.bottom.kennisbank .content {padding-right:80px;}
.section.bottom.kennisbank .buttons {display: flex;gap: 15px;flex-direction: row;flex-wrap: wrap;}
.section.bottom.kennisbank .buttons a.button {background-color: #fff;color: #000;border-radius: 6px;padding: 9px 24px;font-weight: 500;font-size: 16px;display: inline-block;padding-top: 11px;}
.section.bottom.kennisbank .buttons a.button.secondary {background-color: rgb(255 255 255 / 10%);color:#fff;}

/* Auteur */
.author a {transition: 0.3s;}
.author a:hover {opacity: 0.7;}
.auteur-section .author a {display: flex;align-content: center;align-items: center;gap:15px;}
.auteur-section .author .left img {width: 56px;height: 56px;border-radius: 50%;object-fit: cover;background-color: #0491c8;}
.auteur-section p {margin-bottom:0px;}


/* team blr bimon */
.header.over.kennisbank .center:after {display: none;}
.header.over.kennisbank, .header.over.kennisbank .center {height: 350px;}

/* Zoeken */
.header.kennisbank.zoeken {background-color:#fff;height:unset;margin: 100px 0px}
.header.kennisbank.zoeken .center {height:unset;}
.header.kennisbank.zoeken .subtitel, .header.kennisbank.zoeken h1, .header.kennisbank.zoeken p {color: #000;}
.header.kennisbank.zoeken .center:after,
.header.kennisbank.zoeken .headerimg {display: none;}
.header.kennisbank.zoeken .search form input {background: rgb(0 0 0 / 5%);color: #000;}
.header.kennisbank.zoeken .search form span.material-icons {color: #000;}
.header.kennisbank.zoeken .search form button {background: #0091C8;color: #fff;}
.header.kennisbank.zoeken .search form button:hover {background-color: #eb5c2f;color:#fff;}
.header.kennisbank.zoeken .search form input::placeholder {color: #000;}
.header.kennisbank.zoeken .search form input:focus {background: rgb(0 0 0 / 5%);color: #000;}
.header.kennisbank.zoeken .search form input:focus::placeholder {color: #000;}

.header.kennisbank.over h1 {margin-bottom:20px;}
.header.kennisbank.over p {margin-bottom:0px;font-weight:300;}

.zoeken.kennisbank.content-page {margin:100px 0px;}
.zoeken.kennisbank.content-page  .results {display: flex;flex-direction: column;gap: 30px;}

/* -- Nieuwe mosaic blokken -- */

/* Mosaic flex */
.mosaic {margin: 100px 0px; padding: 0px;overflow: hidden;position: relative;}
.mosaic.grey {margin: 0px;}
.mosaic.darkblue, .mosaic.lightblue,.mosaic.white,.mosaic.pioniers {margin: 0px;padding: 100px 0px;}
.mosaic.c6.colored {padding:100px 0px;}
.mosaic.c6 h4.usptitle .material-icons-outlined {
    left: 12px;
    position: absolute;
    font-size: 30px;
}
.mosaic.c6 h4.usptitle {
    margin-left: 40px;
}
.mosaic.c6 p.uspcontent {
    opacity: 0.7;
}


@media (max-width: 767px) {
    .mosaic-list .mosaic {margin: 50px 0px; padding: 0px;}
    .mosaic-list.mosaic.darkblue, .mosaic-list .mosaic.lightblue,.mosaic-list .mosaic.white,.mosaic-list .mosaic.pioniers {margin: 0px;padding: 50px 0px;}

}

/*  FAQ Block  */
.faq-block {padding:100px 0px;background-color:#CCE9F4;}
.faq-block h2 {color: #191919;font-size:42px;margin-bottom:24px;margin-top: 0px;line-height: 1.2;}
.faq-block .content {padding-right:40px;}
.faq-block a.button {background-color: #0091C8;color: #fff;border-radius: 6px;padding: 9px 24px;font-weight: 500;font-size: 16px;margin-top: 20px;display: inline-block;padding-top: 11px;}
.faq-block .panel-title > a > span.material-icons {transition: transform 0.3s ease;vertical-align: middle;}
.faq-block .panel-title > a.collapsed > span.material-icons {transform: rotate(-90deg);}
.faq-block .panel-title > a:not(.collapsed) > span.material-icons {transform: rotate(-180deg);}
.faq-block .panel-group {display: flex;gap:10px;width: 100%;flex-direction: column;}
.faq-block .panel-title a {display: flex;justify-content: space-between;font-weight: 600;font-size: 17px;align-items: center;line-height: 1.4;padding: 22px 24px}
.faq-block .panel-group .panel {margin-bottom: 0;border-radius: 5px;border: none;box-shadow: none;}
.faq-block .panel-default>.panel-heading {color: #000;background-color: #fff;border: none;border-radius: 8px;padding: 0px;box-shadow: none;}
.faq-block .panel-default>.panel-heading+.panel-collapse>.panel-body {border: none;padding: 0px 24px;padding-bottom: 17px;}
.faq-block .panel-default>.panel-heading+.panel-collapse>.panel-body p {color: #000;}

/* title-text-block */
.mosaic.title-text-block {margin:100px 0px;}
.mosaic.title-text-block h2 {color: #000;font-weight:700;font-size:42px;line-height: 1.2;}
.mosaic.title-text-block h4 {color: #000;margin-top: 0px;}

/* Video block */
.video-block .js-videos.ng-isolate-scope, .video-block .video-container .play, .video-block .video-container iframe {height: 600px;margin-bottom:0px;background-size:cover;background-position:center;margin:0px;}
.video-block .video-container .play {padding: 273px 0px;}

/* Statistics block */
.mosaic.statistics-block {background: #CCE9F4;padding: 100px 0px;margin: 0px;}
.mosaic.statistics-block h2 {color: #000;font-weight:700;font-size:42px;line-height: 1.2;margin-top:0px;}
.mosaic.statistics-block p {color: #000;}
.mosaic.statistics-block img {width: 100%;height: 511px;object-fit: cover;border-radius: 8px;}
.mosaic.statistics-block .stat-item {background: #fff;border-radius: 8px;padding: 15px;color: #0091C8;margin-top: 30px;min-height: 110px;display: flex;flex-direction: column;justify-content: space-between;}
.mosaic.statistics-block .stat-value {margin: 0px;font-weight: 700;font-size: 38px;}
.mosaic.statistics-block .stat-label {margin: 0px;;font-size: 15px;}
.mosaic.statistics-block .pr-4 {padding-right: 30px;}
.mosaic.statistics-block .content {min-height: 100px;}

/* Team BLR Bimon */
.team-blr-bimon-block  h2 {color: #000;font-weight:700;font-size:42px;line-height: 1.2;margin-top:0px;}
.team-blr-bimon-block .team-item {width: 100%;min-height: 100px;overflow: hidden;background-color: #E5F5F2;border-radius: 8px;padding: 30px;text-align: center;color: #000;color:#000;font-size: 15px;}
.team-blr-bimon-block img {width: 80px;height: 80px;border-radius: 50%;object-fit: cover;margin-bottom: 24px;}
.team-blr-bimon-block h4 {color:#000;font-size: 21px;font-weight: 600;margin-bottom: 10px;}
.team-blr-bimon-block h3 {color:#000;font-size: 31px;font-weight: 600;margin-bottom: 20px;line-height: 1.4;}
.team-blr-bimon-block p {color:#000;font-size: 15px;margin-bottom: 0px;}
.team-blr-bimon-block .team-item-content-text {margin-top:24px;}
.team-blr-bimon-block .justify-content-center .row {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 30px 0px;margin: 80px 0px;}
.team-blr-bimon-block .mosaic a.button {margin-top: 14px;}
.team-blr-bimon-block a.button {margin-top: 25px;border-radius: 8px;padding: 13px 25px;}