/*
  Kings Code
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
  font-family: 'Roboto', sans-serif;
}

p {
  color: #8F8F8F;
  font-weight: lighter;
  font-size: 13px;
}

h1 {
  color: #143A60;
}

h1, h2, h3, h4 {
  letter-spacing: 1px;
}
.topnav {
  display: none;
}

.telnav {
  color: #A2AAB0;
  width: auto;
  font-size: 14px;
  border-left: 1px solid #A2AAB0;
  border-right: 1px solid #A2AAB0;
  padding: 0 10px;
}
.telnav img {
  height: 26px;
}
.telnav-big {
  color: #143A60;
  width: 205px;
  font-size: 14px;
  margin: auto;
}

.row {
  margin: 40px 0;
}
.vertical-align {
  display: flex;
  align-items: center;
}

.top-big {
    border-bottom: 1px solid #E1E2E2;
    padding: 0 0 20px 0;
    margin-bottom: 0;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.lang {
  width: 100%;
  text-align: right;
}
.lang-big {
  width: auto;
  text-align: right;
}

ul.list-inline {
  text-align: center
}
.navm{
  border-width:1px 0;
  list-style:none;
  margin:0;
  margin-bottom: 40px;
  padding:0;
  text-align:center;
}
.navm li{
  display:inline;
  margin: 0 30px;
}

.navm .selected a{
  color: #143A60;
}
.navm li a{
  padding:20px 0;
  color: #B4BABF;
  font-size: 24px;
  font-weight: lighter;
  text-decoration: none;
  line-height: 46px;
}

.list-inline-item:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #B4BABF;
}
.selected:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #143A60;
}

.list-inline-item:hover:after {
  width: 100%;
  transition: width .3s;
}


.navbar-brand {
  margin: 40px 0;
}
.brand {
  position: absolute;
  left: 50%;
  margin-left: -50px !important;
  display: block;
}

.banner {
  height: 220px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  margin: 0;
  font-size: 36px;
  position: relative;
}

.banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}


.bigbanner {
  height: 420px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  margin: 0;
  font-size: 36px;
  position: relative;
}


.banner-home {
  height: 205px;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  margin: 0;
  font-size: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.banner-home .text-center a {
  padding: 0 100px;
}

.centericon {
  background: url(../images/icon-banner.png) no-repeat left top;
  width: 60px;
  height: 80px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 1;
}
.blue {
  background: url(../images/banner-blue.png) no-repeat right top;
  background-size: cover;
  justify-content: flex-end;
  padding-right: 20%;
}


.bannerurl {
  text-transform: uppercase;
  color: #fff;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.bannerurl:hover {
  color: #8F8F8F;
  text-decoration: none;
}

.bannerheader {
  text-transform: uppercase;
  color: #fff;
}
.bannertxt {
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
}

.sub {
  font-size: 18px;
  font-weight: lighter;
  margin: 20px 0;
  color: #143A60;
}

.intro {
  font-weight: bold;
  font-size: 13px;
}

.homeblock {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
  font-size: 13px;
}

.tcol-header {
  color: #143A60;
  font-size: 20px;
  font-weight: bold;
  min-height: 60px;
}

.tcol {
  font-size: 13px;
  font-weight: lighter;
}

.projecten h2{
  color: #143A60;
  font-size: 26px;
}

.contact-txt h2{
  color: #143A60;
}

h3 {
  /*color: #878786; */
  color: #143A60;
  font-size: 20px;
  font-weight: bold;
}

.cta-col {
  display: flex;
  justify-content: flex-end
}
.orange {
  align-self: flex-end;
  background: #EE7825 !important;
  color: #fff;
  font-weight: lighter;
  padding: 5px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.orange:hover {
  background: #EE6625 !important;
}

.cntc-right {
  float: right;
}

.bg-blue {
  background: #143A60;
  color: #fff;
}
.bg-blue p{
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
}
.bg-blue h4 {
  font-size: 13px;
  text-transform: uppercase;
}
.footer {
  padding: 60px 0;
  font-size: 12px;
}

.footer img {
  margin: 20px 0;
}

.footer-small {
  border-top: 1px solid #fff;
  font-size: 11px;
  font-weight: lighter;
  padding: 20px 0;
}

.footer-small a {
  color: #fff;
  float: right;
}
/* form */

.form-contact input, .form-contact textarea{
  width: 100%;
  font-size: 13px;
  font-weight: lighter;
}
.form-contact input {
  height: 26px;
}

.form-contact textarea {
  height: 120px;
}

.form-group {
  margin: 0 0 25px 0;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #F8FAFB  url(../images/input-bg.png) no-repeat right top;
}

.containerlabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #8F8F8F;
  font-weight: lighter;
}


.containerlabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.containerlabel:hover input ~ .checkmark {
  background-color: #ccc;
}

.containerlabel input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerlabel input:checked ~ .checkmark:after {
  display: block;
}

.containerlabel .checkmark:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EE6625;
}

.bottom-text {
  /*justify-content: flex-end;*/
  display: flex;
  align-self: flex-end;
}




.banner {
  width: 100%;
  height: 420px;
  display: inline-flex;
  align-aitem: center;
}
.left {
  position: relative;
  padding: 50px;
  overflow: hidden;
  color: #000;
  width: 100%;
}
.left:after {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: calc(100% - 175px);
  height: 100%;
  background: #143A60;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  z-index: -1;
}
.left button {
  text-transform: uppercase;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
}
.right {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: -2;
}
.right img {
  width: 100%;
  height: auto;
}

.namelbl {
  color: rgb(20, 58, 96);
  font-weight: bold;
}
.mrg-60 {
  margin-top: 60px;
}


.banner-home:before, .banner-home:after {
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

.banner-home:before {
  background: #030307;
  left: 0;
  height: 100%;
}
.banner-home:after {
  background: #6A6A6A;
  right: 0;
  height: 100%;
}


@media screen and (max-width: 767px) {
  /* */

  h1 {
    font-size: 2em;
  }

  .banner h1 {
    font-size: 1em;
  }
  .topnav {
    display: block;
  }
  .top-big {
    display: none;
  }
  .navbar-brand {
    margin: 80px 0 40px 0;
  }
  .lang {
    width: auto;
  }
  
  .navm {
    display: none !important;
  }

  .banner-home {
    height: 300px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    align-items: initial;
  }

  .banner-home .centericon {
    top: 0;
  }
  .banner-home .bannerurl {

  }
  .banner-home .text-center a {
    padding: 0;
  }

  .url-1 {
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .url-2 {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .banner {
    height: 300px;
  }

  .blue {
    background: url(../images/banner-blue.png) no-repeat right top;
    background-size: cover;
    justify-content: left;
    padding-right: 0;

  }

  .blue:before {
    background: red;
  }
  .bannerurl {
    align-self: flex-start;
  }
  .blue .bannerurl {
    align-self: flex-end;
  }
  .centericon {
    top: 75px;
  }
  .col-6 {
    padding: 0;
  }

  .banner-right {
    margin-left: 0;
  }

  .left:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: calc(100% );
    height: 100%;
    background: #143A60;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
    z-index: -1;
  }

  .py-5.bg-blue .row{
    display: flex;
  }

  .bottom-logo {
    order: 2;
  }

  .bottom-text:first-of-type, .footer-small {
    margin: 20px auto;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
  }
  .footer-small a {
    float: none;
    margin: 40px 0;
    display: block;
  }

  .footer-small {
    display: flex;
  }

  .copy {
    order: 2;
  }
  .linkedin {
    order: 1;
  }


}


@media (min-width:600px) and (max-width:1024px) {
    .banner-home {
      -webkit-background-size: cover !important;
      background-size: cover !important;
    }
    .banner {
      height: 320px;
    }
}

@media (max-width:769px) {
  .banner-home {
    height: 220px;
  }
}
/* large res fix */
@media (min-width:2000px) {
  .right {
    background-size: cover !important;
  }


}


