/*
@font-face {
	font-family: 'gilroyextrabold';
	src: url('fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
	url('fonts/gilroy-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
*/
@font-face {
  font-family: 'gilroybold';
  src: url('fonts/radomir_tinkov_-_gilroy-bold-webfont.woff2') format('woff2'), url('fonts/radomir_tinkov_-_gilroy-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroylight';
  src: url('fonts/gilroy-light-webfont.woff2') format('woff2'), url('fonts/gilroy-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.textcolor-white {
  color: #ffffff !important;
}
.textcolor-black {
  color: #000000 !important;
}
.textcolor-grey {
  color: #edebe7 !important;
}
.textcolor-darkgrey {
  color: #939393 !important;
}
.textcolor-highlight1 {
  color: #e41937 !important;
}
.textcolor-menu {
  color: #f4f4f4 !important;
}
.backgroundcolor-white {
  background-color: #ffffff !important;
}
.backgroundcolor-black {
  background-color: #000000 !important;
}
.backgroundcolor-grey {
  background-color: #edebe7 !important;
}
.backgroundcolor-darkgrey {
  background-color: #939393 !important;
}
.backgroundcolor-highlight1 {
  background-color: #e41937 !important;
}
.backgroundcolor-menu {
  background-color: #f4f4f4 !important;
}
* {
  box-sizing: border-box;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.stripe {
  background-color: #e41937 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  left: 50%;
  transform: translate(-50%, 0);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: Roboto, arial, sans-serif;
  font-size: 13px;
  height: 100%;
}
.ccm-page {
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
  }
}
.container .main-menu {
  background-color: #f4f4f4 !important;
  color: #000000 !important;
  background-image: url(../images/menu-bg.png);
  background-size: cover;
  padding: 15px 30px;
  text-align: right;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  min-height: 100%;
  padding-top: 70px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .container .main-menu {
    background-image: none;
    position: relative;
    top: auto;
    left: auto;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    max-width: 250px;
    min-width: 250px;
    padding: 15px 15px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .container .main-menu {
    padding: 15px 30px;
  }
}
.container .main-menu .mobile-menu-bar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #000;
  /*
			-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
			-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
			box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
			*/
  z-index: 1000;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container .main-menu .mobile-menu-bar {
    background-color: #e41937 !important;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    height: 80px;
  }
}
.container .main-menu .mobile-menu-bar .logo {
  background-image: url(../images/webvanced-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin: 0 0 10px 10px;
  height: 40px;
  width: 50%;
  display: block;
}
@media screen and (min-width: 768px) {
  .container .main-menu .mobile-menu-bar .logo {
    background-color: #f4f4f4 !important;
    background-image: url(../images/webvanced-logo.svg);
    background-position: center;
    position: relative;
    top: auto;
    left: auto;
    height: 80px;
    margin: 0;
    width: 100%;
  }
}
.container .main-menu .mobile-menu-bar .mobile-menu-link {
  color: #e41937 !important;
  position: absolute;
  padding: 17px 20px;
  right: 0;
  top: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .container .main-menu .mobile-menu-bar .mobile-menu-link {
    display: none;
  }
}
.container .main-menu .mobile-menu-bar .mobile-menu-link.active {
  color: #000000 !important;
}
.container .main-menu .hr {
  background-color: #000000 !important;
  height: 2px;
}
.container .main-menu ul {
  padding: 0;
  margin: 50px 0 0;
  list-style: none;
}
.container .main-menu ul li {
  margin: 0;
  padding: 0;
}
.container .main-menu ul li a {
  color: #000000 !important;
  font-family: gilroybold, Roboto, arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .container .main-menu ul li a {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1425px) {
  .container .main-menu ul li a {
    font-size: 26px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .container .main-menu ul li a {
    font-size: 28px;
    line-height: 40px;
  }
}
.container .main-menu .top-menu-mobile ul li a {
  font-family: Roboto, arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (min-width: 767px) {
  .container .main-menu .top-menu-mobile ul li a {
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1425px) {
  .container .main-menu .top-menu-mobile ul li a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .container .main-menu .top-menu-mobile ul li a {
    font-size: 18px;
    line-height: 30px;
  }
}
.container .main-menu .payoff {
  display: none;
  margin: 80px 0 10px;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  .container .main-menu .payoff {
    display: block;
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .container .main-menu .payoff {
    font-size: 14px;
    line-height: 24px;
  }
}
.container .main-menu .call-to-action {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #1d75b3;
  color: #ffffff !important;
  display: none;
  text-decoration: none;
  font-weight: 700;
  padding: 2px 12px 2px 6px;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  .container .main-menu .call-to-action {
    display: inline-block;
    font-size: 11px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .container .main-menu .call-to-action {
    font-size: 14px;
    line-height: 24px;
  }
}
.container .main-menu .footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 30px;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .container .main-menu .footer {
    bottom: 30px;
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .container .main-menu .footer {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1425px) {
  .container .main-menu .footer {
    font-size: 11px;
    line-height: 22px;
  }
}
@media screen and (max-height: 400px) {
  .container .main-menu .footer {
    display: none;
  }
}
.container .main-menu .footer .social {
  font-size: 16px;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .container .main-menu .footer .social {
    font-size: 12px;
  }
}
.container .top-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .container .top-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px 15px 10px 0;
    z-index: 1001;
    display: block;
    background-color: #ffffff;
  }
  .container .top-menu ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style: none;
  }
  .container .top-menu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 15px;
  }
  .container .top-menu ul li a {
    color: #e41937 !important;
    font-family: Roboto, arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
}
.container .sub-menu {
  position: relative;
  background-color: #ffffff !important;
  text-align: justify;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .container .sub-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .container .sub-menu {
    -webkit-flex: 1;
    flex: 1;
    max-width: 300px;
    min-width: 250px;
    overflow: hidden;
    height: 100%;
  }
  .container .sub-menu .inner {
    height: 100%;
    overflow-y: scroll;
  }
}
.container .sub-menu .nieuwsitems .owl-carousel {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
.container .sub-menu .nieuwsitems .owl-carousel .item {
  text-align: center;
  padding: 25px;
}
.container .sub-menu .nieuwsitems .owl-carousel .item img {
  width: 100%;
}
.container .sub-menu .nieuwsitems .owl-carousel .item h2 {
  color: #e41937 !important;
  font-size: 16px;
}
.container .sub-menu .nieuwsitems .owl-carousel .item a {
  color: #000000 !important;
}
.container .sub-menu .projecten {
  border-right: 1px solid #edebe7;
}
.container .sub-menu .projecten .owl-carousel {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
.container .sub-menu .projecten .owl-carousel a.item {
  color: #000000 !important;
  border-bottom: 1px solid #edebe7;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 25px;
}
.container .sub-menu .projecten .owl-carousel a.item h2 {
  color: #e41937 !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.container .sub-menu .projecten .owl-carousel a.item.active {
  background-color: #edebe7 !important;
}
.container .sub-menu .arrows {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 6000;
}
.container .sub-menu .arrows.up {
  top: 0;
}
.container .sub-menu .arrows.down {
  bottom: 0;
}
.container .content {
  position: relative;
  z-index: 50;
  margin-top: 70px;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .container .content {
    -webkit-flex: 6;
    flex: 6;
    margin-top: 0;
    overflow: hidden;
    height: 100%;
  }
  .container .content .inner {
    height: 100%;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .container .content.without-submenu {
    -webkit-flex: 7;
    flex: 7;
    height: 100%;
  }
}
.container .content .project,
.container .content .contact {
  background-color: #fff;
  min-height: 100vh;
}
.container .content .project .zindex10,
.container .content .contact .zindex10 {
  z-index: 10;
}
.container .content .project .zindex20,
.container .content .contact .zindex20 {
  z-index: 20;
}
.container .content .project .zindex30,
.container .content .contact .zindex30 {
  z-index: 30;
}
.container .content .project .zindex40,
.container .content .contact .zindex40 {
  z-index: 40;
}
.container .content .project .zindex50,
.container .content .contact .zindex50 {
  z-index: 50;
}
.container .content .project .title,
.container .content .contact .title {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 40px;
}
.container .content .project .title span,
.container .content .contact .title span {
  font-size: 13px;
  display: block;
  font-weight: 700;
  margin: 0;
}
.container .content .project .title h1,
.container .content .contact .title h1 {
  margin: 0;
  font-size: 18px;
  color: #e41937;
}
.container .content .project .header-img,
.container .content .contact .header-img {
  height: 40vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .container .content .project .header-img,
  .container .content .contact .header-img {
    height: 28vw;
  }
}
.container .content .project .bloktype1,
.container .content .contact .bloktype1 {
  background-color: #ffffff !important;
  position: relative;
  max-width: 380px;
  padding: 20px;
  margin: 50px auto 0;
  font-weight: bold;
  text-align: center;
}
.container .content .project .bloktype1:after,
.container .content .contact .bloktype1:after {
  content: "";
  display: table;
  clear: both;
}
.container .content .project .bloktype1 h3,
.container .content .contact .bloktype1 h3 {
  color: #e41937 !important;
  font-family: gilroybold, Roboto, arial, sans-serif;
  padding: 0;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
}
.container .content .project .bloktype1 .text,
.container .content .contact .bloktype1 .text {
  font-size: 17px;
  line-height: 27px;
}
.container .content .project .bloktype2,
.container .content .contact .bloktype2 {
  position: relative;
  margin-top: 30px;
  font-size: 14px;
}
.container .content .project .bloktype2:after,
.container .content .contact .bloktype2:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype2.reverse .img,
  .container .content .contact .bloktype2.reverse .img {
    float: right;
  }
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype2.reverse .intro,
  .container .content .contact .bloktype2.reverse .intro {
    float: right;
  }
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype2.reverse .text,
  .container .content .contact .bloktype2.reverse .text {
    float: right;
  }
}
.container .content .project .bloktype2 .img,
.container .content .contact .bloktype2 .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype2 .img,
  .container .content .contact .bloktype2 .img {
    float: left;
    width: 55%;
  }
}
.container .content .project .bloktype2 .intro,
.container .content .contact .bloktype2 .intro {
  color: #e41937 !important;
  background-color: #ffffff !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype2 .intro,
  .container .content .contact .bloktype2 .intro {
    float: right;
    padding: 50px 25px 20px;
    width: 45%;
  }
}
.container .content .project .bloktype2 .text,
.container .content .contact .bloktype2 .text {
  background-color: #ffffff !important;
  font-size: 13px;
  line-height: 23px;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype2 .text,
  .container .content .contact .bloktype2 .text {
    float: right;
    padding: 10px 25px 10px;
    width: 45%;
  }
}
.container .content .project .bloktype3,
.container .content .contact .bloktype3 {
  position: relative;
}
.container .content .project .bloktype3:after,
.container .content .contact .bloktype3:after {
  content: "";
  display: table;
  clear: both;
}
.container .content .project .bloktype4,
.container .content .contact .bloktype4 {
  position: relative;
}
.container .content .project .bloktype4:after,
.container .content .contact .bloktype4:after {
  content: "";
  display: table;
  clear: both;
}
.container .content .project .bloktype4 .intro,
.container .content .contact .bloktype4 .intro {
  background-color: #ffffff !important;
  color: #e41937 !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  padding: 20px;
  margin-top: 70px;
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype4 .intro,
  .container .content .contact .bloktype4 .intro {
    background-color: transparent !important;
    float: left;
    padding: 50px 75px 20px 150px;
    width: 50%;
    text-align: right;
    margin-top: 0;
  }
}
.container .content .project .bloktype4 .text,
.container .content .contact .bloktype4 .text {
  background-color: #ffffff !important;
  margin-top: 70px;
  font-size: 13px;
  line-height: 23px;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  .container .content .project .bloktype4 .text,
  .container .content .contact .bloktype4 .text {
    background-color: transparent !important;
    float: left;
    padding: 10px 25px 10px 75px;
    width: 50%;
  }
}
.container .content .project .bloktype4 .text h2,
.container .content .contact .bloktype4 .text h2 {
  color: #e41937 !important;
}
.container .content .project .bloktype4 .text ul,
.container .content .contact .bloktype4 .text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container .content .project .bloktype4 .text ul li,
.container .content .contact .bloktype4 .text ul li {
  margin: 0;
  padding: 0;
  padding: 10px 0;
}
.container .content .project .block-werknemers,
.container .content .contact .block-werknemers {
  z-index: 40;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.container .content .project .block-werknemers:after,
.container .content .contact .block-werknemers:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 900px) {
  .container .content .project .block-werknemers,
  .container .content .contact .block-werknemers {
    z-index: 10;
  }
}
.container .content .project .block-werknemers .werknemer,
.container .content .contact .block-werknemers .werknemer {
  position: relative;
  text-align: center;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .container .content .project .block-werknemers .werknemer,
  .container .content .contact .block-werknemers .werknemer {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .container .content .project .block-werknemers .werknemer:hover > div,
  .container .content .contact .block-werknemers .werknemer:hover > div {
    top: 45px;
    -webkit-transition: top 0.5s;
    /* Safari */
    transition: top 0.5s;
  }
}
.container .content .project .block-werknemers .werknemer > div,
.container .content .contact .block-werknemers .werknemer > div {
  background-color: #ffffff !important;
  -webkit-transition: top 0.5s;
  /* Safari */
  transition: top 0.5s;
  position: absolute;
  top: 45px;
  height: 160px;
  left: 45px;
  right: 45px;
  padding: 10px;
}
@media screen and (min-width: 900px) {
  .container .content .project .block-werknemers .werknemer > div,
  .container .content .contact .block-werknemers .werknemer > div {
    top: 195px;
  }
}
.container .content .project .block-werknemers .werknemer > div h2,
.container .content .contact .block-werknemers .werknemer > div h2 {
  margin: 0;
  padding: 0;
  color: #e41937 !important;
  font-size: 16px;
}
.container .content .project .block-werknemers .werknemer > div h3,
.container .content .contact .block-werknemers .werknemer > div h3 {
  margin: 0;
  padding: 0;
}
.container .content .project .block-werknemers .werknemer > div .contactgegevens,
.container .content .contact .block-werknemers .werknemer > div .contactgegevens {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.container .content .project .block-werknemers .werknemer > div .contactgegevens a,
.container .content .contact .block-werknemers .werknemer > div .contactgegevens a {
  color: #000000 !important;
  text-decoration: none;
}
.container .content .slider {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 60vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .container .content .slider {
    height: 40vw;
  }
}
.container .content .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.container .content .slider .slide .img {
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.container .content .slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.container .content .slider .overlay .text {
  position: relative;
  height: 100%;
  width: 100%;
}
.container .content .slider .overlay .text h2 {
  margin: 0;
  padding: 0;
  background-color: #ffffff !important;
  color: #e41937 !important;
  width: 60%;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .container .content .slider .overlay .text h2 {
    font-size: 20px;
  }
}
.container .content .slide-indicator {
  text-align: center;
  line-height: 30px;
  width: 100%;
}
.container .content .slide-indicator i {
  color: #939393 !important;
  font-size: 8px;
  margin: 0 5px;
}
.container .content .slide-indicator i.active {
  color: #e41937 !important;
}
.container .content .home-highlights {
  margin: 60px 0 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
}
.container .content .home-highlights .item {
  text-align: center;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .container .content .home-highlights .item {
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
  }
}
.container .content .home-highlights .item h1 {
  color: #e41937 !important;
  font-size: 16px;
}
.container .content .sub-menu-replacement {
  background-color: #ffffff !important;
  text-decoration: none;
  position: relative;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #000;
  /*
			& > .div {
				display: none;
			}
*/
}
@media screen and (min-width: 1201px) {
  .container .content .sub-menu-replacement {
    border-top: 0px solid #000;
    display: none;
  }
}
.container .content .sub-menu-replacement .owl-carousel {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.container .content .sub-menu-replacement .owl-carousel .item {
  color: #000000 !important;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.container .content .sub-menu-replacement .owl-carousel .item.active {
  background-color: #edebe7 !important;
}
.container .content .sub-menu-replacement .owl-carousel .item img {
  width: 100%;
}
.container .content .sub-menu-replacement .owl-carousel .item h2 {
  color: #e41937 !important;
  font-size: 16px;
}
.container .content .sub-menu-replacement .owl-nav .owl-prev {
  color: #e41937;
  position: absolute;
  top: 44%;
  left: 5px;
  font-size: 2rem;
}
.container .content .sub-menu-replacement .owl-nav .owl-next {
  color: #e41937;
  position: absolute;
  top: 44%;
  right: 5px;
  font-size: 2rem;
}
