@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');

body{
  font-family: 'Roboto', sans-serif;
  padding-top: 105px;
  letter-spacing: 0.4px;
  color: #000;
}

.like-h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 43px;
}

h2{
font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #384f59;
  line-height: 30px;
  margin-bottom:0px;
  margin-top: 20px;
}

h4{
  color: #384f59;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
padding: 0;
text-transform: uppercase;
letter-spacing: 6px;
font-size: 12px;
line-height: 12px;
opacity: 0.5;
}

h3{
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 35px;
  color: #384f59;
  font-size: 25px;
}

p{
  line-height: 180%;
  color: #777777;
      margin: 7px 0;
  font-size: 16px;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif;
}

#header{
  height: 105px;
  width:100%;
  position: fixed;
  z-index: 121;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

#header .container, #header .row{
  height: 100%;
  position: relative;
}

#logo{
  max-width:350px;
}

/* #logo img{
  height: 100%;
  width: auto;
} */

#mainmenu{
  position:absolute;
  bottom:0;
  right: 0;
  height: 52px;
}

.navbar-nav{
  padding-top:40px;
  padding-bottom:0;
}

.navbar-header{
  height:105px;
}

.navbar-collapse{
  background-color: none;
}

.navbar-nav li a{
  color: #000;
  padding: 2px 14px;
  font-size: 18px;
  text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
  }

.navbar-nav li a:hover, .navbar-nav li.active a{
  color: none;
}

.navbar-nav li a:hover{
  background: none;
}

.navbar-toggle{
  position: absolute;
  bottom: 5px;
  right: 0;
}

.navbar-toggle .icon-bar{
  background: #4c96d7;
}

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

#content {
  margin-top: -105px;
}

.icon-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-image-container{
  width:100%;
  background-size: cover;
  min-height: 400px;
  padding: 20px 0;
  color: #FFF;
}

.header-image-container h2{
  font-size:30px;
}

.page-image-container {
    padding: 20px 0;
    color: #FFF;
    right: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-size: cover;
}

.page-image-container h1 {
      margin-top: 170px;
      margin-left: 0px;
      ffont-family: 'Montserrat', sans-serif;
      font-size: 26px;
      color: #ff5a00;
      text-transform: none;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      letter-spacing: -1px;
}

.plate-spacer{
  min-height: 10px;
  width:10px;
  clear:both;
  display: block;
}

.btn, input[type="submit"]{
  padding: 8px 8px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  border: 0;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.btn {
 background-color: #ff5a00;
 color: #ffffff;
     border-radius: 4px;
         display: inline-block;
vertical-align: middle;
    padding: 15px;
        font-size: 13px;
font-family: 'Roboto', sans-serif;
text-align: center;
    line-height: 20px;
    font-weight: normal;
text-transform: uppercase;
}

.btn:hover{
  background-color: #ff5a00;
  border-color:  #ff5a00;
  color: white;
}

.center-button{
  width:100%;
  text-align: center;
}

.btn.left{
  float: left;
  display: inline-block;
  text-align: center;
  /* width: 100%; */
  /* max-width: 100%; */
}

.btn.right{
  float:right;
  /* width: 100%; */
  /* max-width: 100%; */
  display: inline-block;
  text-align: center;
}

span.cta-block-details {
  font-size: 20px;
  text-align: center;
}

article.block{
  box-sizing: border-box;
  display: block;
  width:100%;
  margin: 10px 0px 20px;
  padding: 0 20px 20px;
  position: relative;
  font-size: 12px;
  text-transform: none;
}

article.block.fixed-true{
  height: 567px;
}

.cta-block-header-image{
    height: 200px;
    background-size: cover;
    margin: 20px -20px;
        background-position: center;
}

.icon-holder{
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-bottom: 30px;
}

.icon-holder .icon-container{
  height: 90px;
  width: 90px;
  margin-top:-45px;
  display: inline-block;
  font-size:32px;
  background-color: #FFF;
  border-radius: 50%;
  color: #a5d15f;
  line-height: 90px;
}

article.block p {
  width:100%;
  color: #555555;
      margin: 7px 0;
  display: block;
  font-size: 15px;
}

article.block h2 {
  margin-top: 20px;
  color: #384f59;
  font-weight: 600;
  font-size: 25px;
}

article.block .btn{
  margin-bottom: 5px;
  margin-top: 10px;
  background-color: #fff;
  width: 100%;
}

article.block.fixed-true .btn{
  bottom: 40px;
  left: 40px;
}

.Zwart, article.block.Zwart .btn:hover{
  background-color: #000;
  color: #fff;
}

.Grijs, article.block.Grijs .btn:hover{
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
}

.Roze, article.block.Roze .btn:hover{
  background-color: #D9017A;
  color: #fff;
}

article.block.Roze p {
color: #fff;
}

article.block.Roze .btn p {
color: #555555;
}

.Paars, article.block.Paars .btn:hover{
  background-color: #d50062;
  color: #fff;
}

.Donkerblauw, article.block.Donkerblauw .btn:hover{
  background-color: #030085;
  color: #fff;
}

.Lichtgroen, article.block.Lichtgroen .btn:hover{
  background-color: #56c000;
  color: #fff;
}

.Donkergroen, article.block.Donkergroen .btn:hover{
  background-color: #296000;
  color: #fff;
}

.Geel, article.block.Geel .btn:hover{
  background-color: #f0ff00;
  color: #000;
}

.Rood, article.block.Rood .btn:hover{
  background-color: #d50000;
  color: #fff;
}

.bg-grey{
  background: #f4f4ef;
  padding-top: 20px;
}

.bg-orange{
  background: #e5b535;
  color: #FFF;
  padding: 20px 0;
}

.bg-orange p, .bg-black p, .footer-black p, .header-image-container p{
  color: #000;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 0px;
  text-align: justify;
}

.bg-black{
  background: #181a1c;
  color: #FFF;
  padding: 20px 0;
}

.footer-grey {
  background: #f7f7f7;
  color: #FFF;
  padding: 20px 0;
}

.footer-grey p{
  color: #282f39;
}

.footer-grey h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  color: #384f59;
  font-size: 20px;
}

.copyright-section p {
    color: #4e6b7b;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.copyright-section {
height: 150px;
}

.main-section, .default-section{
  padding: 20px 0;
}

form{
  background: none;
  width: 100%;
  padding: 20px;
}

select, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], textarea {
  display: block;
  width: 100%;
  height: 47px;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-appearance: field;
  -moz-appearance: field;
  appearance: field;
  background-color: #e9e8e6;
  border: 2px solid #e9e8e6;
  outline: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="number"]:focus{
  background-color: #FFF;
}

textarea{
  resize:vertical;
}

lRoboto{
  margin-top: 20px;
}

input[type="submit"]{
  background-color: #ff5a00;
  float: right;
  color: white;
      padding: 12px 25px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width:767px){
  #mainmenu .navbar-nav{
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background-color: rgba(166, 187, 200, 0.96);
    padding: 5px 10px;
    margin-top: 15px;
  }

  .page-image-container {
  height: 400px;
  }

  .fa-angle-right:before {
    display: none;
}

.fa-angle-left:before {
display: none;
}

.logo-slider {
display: none;
}

.navbar-collapse{
  background-color: rgba(76, 150, 215, 0.96);
}

  #content {
    margin-top: 0px;
  }

  .page-image-container h1 {
  font-size: 30px !important;
  margin-top: 40px;
  }

    #mainmenu .navbar-nav li{
      margin: 20px 7px;
    }

    .navbar-nav li a {
        padding: 10px 10px;
    }

    .dropdown-menu {
        background-color: rgba(76, 150, 215, 0.96);
      }

  #mainmenu .navbar-nav li a{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    background-color: rgba(76, 150, 215, 0.96);
    color: #ffffff;
  }

  #mainmenu .navbar-nav > li ul.dropdown-menu{
      display: block;
      visibility: visible;
      position: static;
      width: 100%;
      border: 0 none;
      box-shadow: none;
      background-color: rgba(76, 150, 215, 0.96);
      float:none;
      padding-bottom: 0px;
        padding-top: 5px;
    }
}

@media (min-width: 768px){
  #mainmenu .navbar-nav > li:hover ul.dropdown-menu {
    display: block;
    visibility: visible;
  }

  .navbar-nav > li > .dropdown-menu{
    padding-bottom:0;
    padding-top:0;
    border:0 none;
  }

  #header .navbar-nav .dropdown-menu > li > a{
    margin-top:0;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom:10px;
    padding-top: 15px;
    background-color: rgba(76, 150, 215, 0.96);
  }
}

.cycle-slideshow {
  height: 740px;
  overflow: hidden;
}

.cycle-slidehow img {
  width: 100%;
}

.right {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10000;
    margin-right: 20px;
}

.left {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10000;
    margin-left: 20px;
}

i.fa.fa-angle-left, i.fa.fa-angle-right {
  font-size: 55px;
  color: #fff;
}

.slider-content p {
  color: white;
  font-size: 30px;
  font-weight: normal;
}

.slider-title h2 {
  margin-top: 60px;
font-size: 90px;
text-transform: none;
color: #ff5a00;
line-height: 50px;
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 170px;
    width: 90%;
    padding-right: 30px;
    z-index: 31;
}

@media screen and (max-width: 1000px) {
  .slider-content {
    width: 100%;
    padding-right: 0;
    padding-left: 15px;
    padding-top: 100px;
    text-align: center;
  }

  .cycle-slideshow {
    height: auto;
  }
}

@media (min-width:1001px) and (max-width:1300px) {
  .slider-content {
    width: 450px;
  }

}

@media screen and (max-width: 600px) {
  .slider_description {
    display: none;
  }

  .slider-title h2 {
  font-size: 15px;
}
}
