/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
.defaultFont {
  font-size: 14px;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
article.contentwrapper {
  padding: 50px 15px;
  box-sizing: border-box;
}
article.contentwrapper .content-block.green .right {
  padding-top: 0;
}
article.contentwrapper .content-block.green .left {
  padding-top: 45px;
}
article.contentwrapper .content-block.green .left h2 {
  color: #00c584;
  text-transform: uppercase;
  font-weight: 300;
}
article.contentwrapper .content-block.green .left h2 .black {
  font-size: 50px;
}
article.contentwrapper .content-block .left {
  text-align: right;
  padding-left: 95px;
  display: inline-block;
  width: 380px;
  box-sizing: border-box;
}
article.contentwrapper .content-block .left h1 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
}
article.contentwrapper .content-block .left hr {
  background: #00c584;
  height: 1px;
  width: 135px;
  display: inline-block;
  margin: 15px 0;
  border: 0px;
}
article.contentwrapper .content-block .left h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
article.contentwrapper .content-block .right {
  width: calc(100% - 380px);
  display: inline-block;
  vertical-align: top;
  padding: 85px 190px 0px 65px;
  box-sizing: border-box;
}
article.contentwrapper .content-block .right p {
  margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
  article {
    height: auto;
  }
  article.contentwrapper {
    padding: 50px 20px;
  }
  article.contentwrapper .content-block .left {
    padding-left: 20px;
    width: 300px;
  }
  article.contentwrapper .content-block .right {
    width: calc(100% - 300px);
    padding-right: 20px;
  }
  article.contentwrapper .left {
    display: none;
  }
  article.contentwrapper .right {
    height: auto;
    display: block;
    width: 100%;
  }
  article.contentwrapper .right #prev-about,
  article.contentwrapper .right #next-about {
    display: none;
  }
  article.contentwrapper .right .item {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-bottom: 50px;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    position: static;
  }
  article.contentwrapper .right .item p {
    max-width: 300px;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }
  article.contentwrapper .right .item.active {
    padding: 50px 0;
  }
  article.contentwrapper .right .image {
    display: block;
    text-align: center;
  }
  article.contentwrapper .right .image img {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  article.contentwrapper .content-block.green .left {
    padding: 0;
  }
  article.contentwrapper .content-block .left {
    padding: 0;
    display: block;
    text-align: left;
  }
  article.contentwrapper .content-block .right {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
/*# sourceMappingURL=article.css.map */