/*#ed9413; */
/*#95b718;*/
/*#1d5282;*/
/*#759012;*/
/*#174169;*/
/*$ColorGreen:#7bbcb3;*/
.nav {
  float: left;
  width: 100%;
  line-height: 48px;
  height: 48px;
  text-align: left;
}
.nav a {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  color: #000000;
  font-size: 24px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.nav a:hover {
  text-decoration: none;
}
.nav a.active {
  color: #636363;
  text-decoration: none;
}
.nav a.prev, .nav a.next {
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  display: none;
}
.nav a.prev.active, .nav a.next.active {
  opacity: 1;
  display: inline-block;
}
.nav a.prev {
  background-image: url(../img/main/arr_left_white.png);
}
.nav a.next {
  background-image: url(../img/main/arr_right_white.png);
}
.nav a.Knopdeel2 {
  line-height: 48px;
  height: 48px;
}

.marker a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

p.titel_mod {
  color: #000000;
  font-size: 48px;
  float: left;
  width: 100%;
  text-align: left;
  min-height: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
  font-weight: 300;
  position: relative;
  line-height: 72px;
}
p.titel_mod a.knop {
  position: absolute;
  right: 0px;
  height: 48px;
  line-height: 48px;
  background-color: #000000;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  font-size: 18px;
  text-decoration: none !important;
}

.module {
  margin-bottom: 175px;
}

.merken .cont_merken {
  float: left;
  width: 100%;
}
.merken .cont_merken .item {
  width: calc((100% - (20px * 5)) / 6);
  float: left;
  margin-right: 19.9px;
  margin-bottom: 53px;
}
.merken .cont_merken .item:nth-child(6n) {
  margin-right: 0px;
}

.module .cont_news {
  float: left;
  width: 100%;
}
.module .cont_news .item {
  width: calc((100% - 20px) / 2);
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
}
.module .cont_news .item:nth-child(2n) {
  margin-right: 0px;
}
.module .cont_news .item .img {
  position: relative;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
}
.module .cont_news .item .img img {
  opacity: 0;
}
.module .cont_news .item .img .masker {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  opacity: 0;
}
.module .cont_news .item .img:hover .masker {
  opacity: 1;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.module .cont_news .item .img .btn {
  display: inline-block;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000000;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module .cont_news .item .title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}
.module .cont_news .item .title a {
  color: #000000;
}
.module .cont_news .item .date {
  font-size: 14px;
  font-weight: 300;
}
.module .cont_news .item .date a {
  color: #636363;
}
.module .cont_news .item .date i {
  vertical-align: middle;
  height: 20px;
  margin-right: 7px;
}
.module .cont_news .item .date svg {
  width: 20px;
  height: 15px;
  fill: #636363;
}
.module.refs .titel_mod a {
  line-height: 48px;
  height: 48px;
}
.module .cont_refspage {
  float: left;
  width: 100%;
}
.module .cont_refspage .item {
  font-weight: 300;
  width: calc((100% - (20px * 2)) / 3);
  margin-bottom: 50px;
  background-color: #f0f0f0;
  font-size: 18px;
  line-height: 34px;
  font-style: italic;
}
.module .cont_refspage .item .img {
  float: left;
  width: 100%;
  position: relative;
}
.module .cont_refspage .item .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 41px;
  height: 47px;
  cursor: pointer;
  z-index: 9;
}
.module .cont_refspage .item .info {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
}
.module .cont_refspage .item .info i {
  font-style: normal;
  color: #000000;
  margin-top: 20px;
  display: block;
  padding-left: 35px;
  position: relative;
}
.module .cont_refspage .item .info i:before {
  position: absolute;
  content: " ";
  background-color: #000000;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 24px;
}
.module .cont_refspage .items-sizer {
  width: calc((100% - (20px * 2)) / 3);
}
.module .cont_refspage .gutter-item {
  width: 20px;
}
.module .cont_blog {
  float: left;
  width: 100%;
  font-weight: 300;
}
.module .cont_blog .blogrow {
  float: left;
  width: 100%;
  background-color: #f0f0f0;
  margin-bottom: 70px;
}
.module .cont_blog .blogrow .img {
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 380px;
  background-size: cover;
  width: 40.76%;
}
.module .cont_blog .blogrow .img img {
  opacity: 0;
}
.module .cont_blog .blogrow .info {
  float: left;
  width: calc(100% - 40.76%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 63px;
}
.module .cont_blog .blogrow .info .content {
  float: left;
  width: 100%;
}
.module .cont_blog .blogrow .info .content .title {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 300;
}
.module .cont_blog .blogrow .info .content .title a {
  color: #000000;
}
.module .cont_blog .blogrow .info .content .title.kal {
  margin-bottom: 0px;
}
.module .cont_blog .blogrow .info .content .txt {
  line-height: 34px;
  font-size: 18px;
  clear: both;
}
.module .cont_blog .blogrow .info .content .txt a {
  color: #636363;
}
.module .cont_blog .blogrow .info .content .date {
  margin-bottom: 30px;
  background-color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  float: left;
  line-height: 32px;
  height: 32px;
  color: #FFF;
}
.module .cont_blog .blogrow .info .content a.btn {
  display: block;
  clear: both;
  float: left;
  color: #000000;
  margin-top: 20px;
  background-image: url(../img/main/arr_right_orange.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.module .cont_blog .blogrow:nth-child(even) .img {
  float: right;
}

.showrooms_header {
  height: auto;
  margin-bottom: 35px;
  /*border-top: solid 1px $ColorGrey;*/
}
.showrooms_header .gmap {
  height: 460px;
  float: left;
  width: 100%;
}

.showrooms .cont_showrooms {
  float: left;
  width: 100%;
}
.showrooms .cont_showrooms .showroom {
  float: left;
  width: calc((100% - 20px) / 2 );
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.showrooms .cont_showrooms .showroom:nth-child(even) {
  margin-right: 0px;
}
.showrooms .cont_showrooms .showroom .cont_title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 96px;
  left: 0px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.75);
}
.showrooms .cont_showrooms .showroom .cont_title p {
  margin-left: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  color: #636363;
  margin-top: 22px;
}
.showrooms .kader {
  margin-top: 50px;
  float: left;
  width: 100%;
}
.showrooms .kader .subtitle {
  color: #636363;
  font-size: 24px;
  margin-bottom: 10px;
}
.showrooms .kader .contact {
  float: left;
  width: calc((100% - 20px) / 2 );
  margin-right: 20px;
  margin-bottom: 20px;
}
.showrooms .kader .contact:nth-child(even) {
  margin-right: 0px;
}
.showrooms .kader .contact .titel {
  float: left;
  width: 200px;
  color: #000000;
}
.showrooms .kader .contact .data {
  float: left;
  width: calc(100% - 251px);
  border-left: solid 1px #000000;
  margin-left: 30px;
  padding-left: 20px;
}
.showrooms .kader .contact .data a {
  color: #000000;
  text-decoration: underline;
}
.showrooms .kader .contact .data .orange {
  color: #000000;
}
.showrooms .kader .col {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.showrooms .kader .col .contact .data {
  margin-left: 0px;
}

.showroom {
  font-weight: 300;
}
.showroom .col {
  float: left;
  width: calc((100% - 20px) / 2 );
  margin-right: 20px;
  margin-bottom: 50px;
}
.showroom .col:nth-child(even) {
  margin-right: 0px;
}
.showroom .col .form {
  margin-bottom: 0px;
}
.showroom .adr {
  float: left;
  width: 100%;
  margin-left: 0px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 45px;
}
.showroom .adr .plaats, .showroom .adr .tel, .showroom .adr .email {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
}
.showroom .adr .plaats i, .showroom .adr .tel i, .showroom .adr .email i {
  display: inline-block;
  width: 43px;
}
.showroom .adr .plaats svg {
  width: 11px;
  height: 16px;
}
.showroom .adr .email {
  color: #000000;
  text-decoration: underline;
}
.showroom .adr .email svg {
  width: 19px;
  height: 14px;
}
.showroom .adr .email a {
  color: #000000;
}
.showroom .adr .tel {
  text-decoration: none;
  color: #636363;
}
.showroom .adr .tel svg {
  width: 16px;
  height: 16px;
}
.showroom .adr .tel a {
  color: #636363;
  text-decoration: none;
}
.showroom .adr svg {
  fill: #000000;
}
.showroom .box_uren {
  float: left;
  width: 100%;
  max-width: 530px;
}
.showroom .box_uren .rows {
  float: left;
  width: 100%;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 36px;
  line-height: 36px;
}
.showroom .box_uren .rows p {
  float: left;
}
.showroom .box_uren .rows p:nth-child(1) {
  width: 42.64%;
}
.showroom .box_uren .rows p:nth-child(2) {
  width: calc((100% - 20px - 42.64%) / 2 );
  font-weight: 600;
}
.showroom .box_uren .rows p:nth-child(3) {
  width: calc((100% - 20px - 42.64%) / 2 );
  font-weight: 600;
}
.showroom .box_uren .rows:nth-child(odd) {
  background-color: #f0f0f0;
}
.showroom .box_uren .rows.extra {
  padding-left: 0px;
  background-color: #FFF;
}
.showroom .form {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  background-color: #f0f0f0;
}
.showroom .form .group {
  float: left;
  width: 100%;
}
.showroom .form .field {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 18px;
}
.showroom .form .field p {
  margin-bottom: 12px;
}
.showroom .form .field input, .showroom .form .field textarea {
  background-color: #FFF;
  color: #636363;
  height: 50px;
}
.showroom .form .field textarea {
  height: 140px;
}
.showroom .form a.Knopdeel2 {
  float: left;
  height: 48px;
  line-height: 48px;
}

/*test*/

/*# sourceMappingURL=modules.css.map */
