/*
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 : 30-mei-2017, 15:03:06
    Author     : MeesVerberne
*/
/*
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
  ---------------------------------------------------*/
.text-image {
  background: #ebebeb;
  position: relative;
  padding-bottom: 30px;
}
.text-image .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.text-image .wrapper .contentwrapper {
  position: absolute;
  padding: 0 15px;
  box-sizing: border-box;
  z-index: 1;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}
.text-image .wrapper .contentwrapper .container {
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}
.text-image .wrapper .contentwrapper .container .text {
  width: 330px;
  margin: 0 auto;
}
.text-image .wrapper .contentwrapper .container .text .pagetitle {
  margin-bottom: 25px;
}
.text-image .wrapper .contentwrapper .container .text .btn {
  margin-top: 25px;
  margin-bottom: 25px;
}
.text-image .wrapper .contentwrapper .container .text .btn.outline {
  background: transparent;
  color: #00c584;
}
.text-image .wrapper .contentwrapper .container .text .btn.outline:hover {
  color: #fff;
  background: #00c584;
  border-color: #00c584;
}
.text-image .wrapper .image {
  position: relative;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  text-align: right;
}
.text-image .wrapper .image img {
  max-width: 50%;
  padding-top: 0;
  padding-bottom: 30px;
}
.text-image.text-left .wrapper .contentwrapper .container {
  right: 0;
}
.text-image.text-left .wrapper .image {
  text-align: left;
}
.text-image.text-left .wrapper .image img {
  padding-top: 30px;
  padding-bottom: 0;
}
.text-image.incontainer .wrapper .contentwrapper {
  position: relative;
}
.text-image.incontainer .wrapper .contentwrapper .container {
  position: absolute;
  width: 50%;
}
.text-image.incontainer .wrapper .contentwrapper .image {
  position: static;
  display: inline-block;
  width: 100%;
}
.text-image.incontainer .wrapper .contentwrapper .image img {
  padding-top: 30px;
  max-width: 50%;
}
.text-image .moreinfo {
  background: #fff;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.05, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0, 1.05, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0, 1.05, 0, 1);
  transition: all 0.8s cubic-bezier(0, 1.05, 0, 1);
}
.text-image .moreinfo.active {
  max-height: 3060px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.text-image .moreinfo .close-more {
  position: relative;
  width: 100%;
  width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.text-image .moreinfo .close-more img {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
}
.text-image .moreinfo .inview-wrapper {
  width: 100%;
}
.text-image .moreinfo .inview-wrapper .container {
  width: 1140px;
  margin: 0 auto;
  padding: 100px 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.text-image .moreinfo .inview-wrapper .container .column {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
}
.text-image .moreinfo .inview-wrapper .container .column:last-child {
  padding-bottom: 0;
}
.text-image .moreinfo .inview-wrapper .container .column .intro {
  width: 50%;
}
.text-image .moreinfo .inview-wrapper .container .column .intro {
  font-weight: bold;
  font-size: 20px;
  padding-left: 90px;
  box-sizing: border-box;
}
.text-image .moreinfo .inview-wrapper .container .column .content-block {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 90px;
  box-sizing: border-box;
}
.text-image .moreinfo .inview-wrapper .container .column .content-block .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.text-image .moreinfo .inview-wrapper .container .column .content-block .title .icon {
  position: absolute;
  left: -90px;
  top: -10px;
}
.text-image .moreinfo .inview-wrapper .container .column .content-block .text p {
  margin-bottom: 15px;
}
.text-image .moreinfo .inview-wrapper .container .column .image {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  max-height: 700px;
  overflow: hidden;
  text-align: center;
}
.text-image .moreinfo .inview-wrapper .container .column .image img {
  max-width: 100%;
}
@media all and (max-width: 1180px) {
  .text-image .moreinfo .close-more {
    width: 100%;
  }
  .text-image .moreinfo .inview-wrapper .container {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .text-image {
    width: 100%;
    padding-bottom: 50px;
  }
  .text-image .wrapper {
    display: table;
    width: 100%;
  }
  .text-image .wrapper .contentwrapper {
    padding: 0 20px;
    width: 100%;
    position: static;
    display: table-footer-group;
  }
  .text-image .wrapper .contentwrapper .container {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    width: 100%;
  }
  .text-image .wrapper .contentwrapper .container h2 {
    margin-top: 20px;
  }
  .text-image .wrapper .contentwrapper .image {
    position: static;
    width: 100%;
  }
  .text-image .wrapper .image {
    width: 100%;
    position: static;
  }
  .text-image.text-left .wrapper .image {
    display: table-footer-group;
  }
  .text-image.incontainer .wrapper .contentwrapper .container {
    width: 100%;
    position: static;
  }
  .text-image.incontainer .wrapper .contentwrapper .image {
    text-align: center;
    max-height: 50%;
  }
  .text-image .moreinfo .inview-wrapper .container {
    padding: 100px 20px;
  }
  .text-image .moreinfo .inview-wrapper .container .column .intro {
    width: 100%;
    padding-left: 0;
  }
  .text-image .moreinfo .inview-wrapper .container .column .content-block {
    width: 100%;
    padding-left: 0;
  }
  .text-image .moreinfo .inview-wrapper .container .column .content-block .title .icon {
    left: 0;
  }
  .text-image .moreinfo .inview-wrapper .container .column .content-block .title .position {
    margin-left: 80px;
  }
  .text-image .moreinfo .inview-wrapper .container .column .content-block .text {
    width: 100%;
  }
  .text-image .moreinfo .inview-wrapper .container .column .image {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .text-image .container .info table {
    width: 100% !important;
    margin-left: inherit !important;
  }
  .text-image .wrapper .contentwrapper .container .text {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .text-image .moreinfo .close-more {
    width: 100%;
  }
  .text-image .moreinfo .inview-wrapper .container {
    width: 100%;
  }
}
/*# sourceMappingURL=text-image.css.map */