@import '../fonts/fonts.css';
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
.desktop {
  display: block;
}
.mobile {
  display: none !important;
}
#pleaserotate {
  display: none;
}
body {
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
a {
  text-decoration: none;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.top-content h1 {
  padding-top: 200px;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #fff;
}
h3 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #013C45;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #013C45;
  line-height: 24px;
}
.text-bsb {
  font-family: 'butler_stencilbold';
}
.text-warning {
  color: #EF6E0F !important;
}
.btn-primary {
  background-color: #EF6E0F !important;
  border-color: #EF6E0F !important;
  color: #fff !important;
}
.btn-petrol {
  background-color: #278C96 !important;
  border-color: #278C96 !important;
  color: #fff !important;
}
.btn-petrol.btn-petrol-inactive {
  background-color: transparent !important;
}
.btn-petrol.btn-petrol-inactive:hover {
  background-color: #278C96 !important;
}
#header {
  position: fixed;
  display: block;
  top: 0px;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding: 15px 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#header .logo {
  position: relative;
  text-align: center;
}
#header #navbar {
  position: absolute;
  top: 35px;
  right: 20px;
  overflow: hidden;
  background-color: #fff;
}
#header #navbar a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0px 15px;
  font-size: 15px;
  float: right;
  display: block;
  color: #013C45;
  text-align: center;
  text-decoration: none;
}
.mainmenu {
  display: block;
  position: fixed;
  z-index: 9;
  top: 93px;
  right: 0px;
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.mainmenu .menuwrapper {
  min-height: calc(100vh - 93px);
  width: 400px;
  position: relative;
}
.mainmenu .menuwrapper ul.nav {
  padding: 0px 0px;
}
.mainmenu .menuwrapper ul.nav li {
  padding: 0px 5px;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}
.mainmenu .menuwrapper ul.nav li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #013C45;
  display: inline-block;
  line-height: 45px;
  background-color: transparent;
  width: 100%;
}
.mainmenu .menuwrapper ul.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.mainmenu .menuwrapper ul.nav li a.haschildren {
  background-image: url('../images/headerfooter/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: right 0px top 16px;
  padding-right: 25px;
}
.mainmenu .menuwrapper ul.nav li a.backbutton {
  color: #1E7B84;
  background-image: url('../images/headerfooter/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: 0px 16px;
  padding-left: 25px;
}
.mainmenu .menuwrapper .bottomcenter {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 30px;
}
.mainmenu .menuwrapper .bottomcenter select {
  appearance: none;
  background-color: transparent;
  border: 1px solid #013C45;
  padding: 2px 25px 2px 2px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  background-image: url('../images/headerfooter/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 4px top 9px;
  padding-right: 35px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menuspacer {
  width: 100%;
  height: 93px;
}
.fill {
  width: 100%;
  height: 100vh;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.fill .content {
  position: absolute;
  top: calc(50% - 93px);
  width: 100%;
}
.pageback {
  background-color: #013C45;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 30px;
  padding: 5px;
}
.pageback a {
  color: #fff;
}
.pageback a .after {
  width: 30px;
  height: 20px;
  line-height: 30px;
  display: inline-block;
  background-image: url('../images/headerfooter/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: left 10px top 9px;
}
.pageback a:hover {
  color: #fff;
}
.contactperson img.person {
  width: 100%;
}
.contactperson .contactname {
  color: #013C45;
  font-weight: 600;
  font-size: 22px;
  padding: 10px 0px;
}
.contactperson .contactarea {
  color: #1E7B84;
  font-weight: 600;
  padding: 5px 0px;
}
.contactperson .phoneemail {
  padding: 5px 0px;
}
.contactperson .phoneemail a {
  color: black;
}
.case-study img.cs-image {
  width: 100%;
  margin-bottom: 10px;
}
.case-study a.link {
  float: right;
}
.case-study .cs-title {
  color: #013C45;
  font-size: 16px;
}
.case-study .cs-subtitle {
  color: #013C45;
  font-size: 12px;
}
.case-study .cs-date {
  color: #278C96;
}
.case-study-box {
  background-color: #fff;
  margin: 20px 0px;
  width: 100%;
}
.tab-chooser {
  font-size: 20px;
  color: #212529;
  margin-right: 40px;
}
.tab-chooser:hover {
  color: #212529;
}
.spacetopheader {
  margin-top: 150px;
}
.spacetopheaderekinex {
  margin-top: 300px;
}
.main-over {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-over .picture {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-over .left {
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.main-over .right {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.main-over .top {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-over .smart {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 120px);
}
.main-over .installers {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(20% - 20px);
}
.main-over .smartsmall {
  z-index: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% - 75px);
}
.main-over .btnlearn {
  z-index: 1;
  border: 1px solid white;
  text-align: center;
  position: relative;
  padding: 10px 40px;
}
.main-over .over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-over .over.brands {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.brands:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.main-over .over.golf {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.golf:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.main-over .over.culture {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.culture:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.main-over .over.gastronomy {
  background-color: rgba(0, 0, 0, 0.59);
  opacity: 0;
}
.main-over .over.gastronomy:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.main-over .over.purple {
  background-color: rgba(48, 0, 88, 0.71);
  opacity: 0;
}
.main-over .over.purple:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.main-over .over.lightpurple {
  background-color: rgba(48, 0, 88, 0.35);
  opacity: 0;
}
.main-over .over.lightpurple:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.btnover {
  text-align: center;
  top: calc(100% - 120px);
  position: absolute;
  width: 100%;
}
.btnbrands {
  text-align: center;
  top: calc(50% - 50px);
  position: absolute;
  width: 100%;
}
.btnice {
  text-align: center;
  top: calc(50% - 143px);
  position: absolute;
  width: 100%;
}
.mainimage {
  position: relative;
  top: 0;
  left: 0;
}
.imagebrand {
  position: absolute;
  top: 60px;
  left: 80px;
}
.spacebrands {
  margin-bottom: 40px;
}
#container {
  height: 2000px;
}
#container DIV {
  margin: 50px;
  padding: 50px;
  background-color: lightgreen;
}
.hideme {
  opacity: 0;
}
.fadeindisplay {
  display: none;
}
#test {
  margin-top: 25px;
  font-size: 21px;
  text-align: center;
  animation: fadein 7s;
  -moz-animation: fadein 7s;
  /* Firefox */
  -webkit-animation: fadein 7s;
  /* Safari and Chrome */
  -o-animation: fadein 7s;
  /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.button {
  font-family: 'Wavehaus 66 Book';
  font-weight: normal;
  font-style: normal;
  border: 1px solid #fff;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 6px 55px 4px 55px;
  font-size: 14px;
}
.button.blue {
  margin-right: 20px;
  padding: 6px 35px 4px 35px;
  border: 1px solid #013C45;
  color: #013C45;
}
.button.language {
  z-index: 2;
  padding: 4px 19px 4px 18px;
  border: none;
  color: white;
  position: fixed;
  background-color: #6463618f;
  margin-top: 55px;
  background-size: 35%;
  right: 97px;
}
.button.languageen {
  z-index: 2;
  padding: 4px 19px 4px 18px;
  border: none;
  color: white;
  position: fixed;
  background-color: #6463618f;
  margin-top: 55px;
  background-size: 35%;
  right: 150px;
}
.grow-wrapper {
  position: relative;
  overflow: hidden;
}
.grow {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.grow .title,
.grow .subtitle,
.grow .address {
  position: absolute;
  color: #fff;
  display: block;
  width: 100%;
  font-family: butler_stencilmedium;
}
.grow .title {
  top: 90px;
  font-size: 35px;
}
.grow .subtitle {
  top: 210px;
  font-size: 18px;
}
.grow .address {
  display: none;
  top: 280px;
  font-size: 11px;
  font-family: Wavehaus 66 Book;
}
.grow .address a {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
}
.grow .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.grow:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 8;
}
.grow img {
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.grow:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rowgrow:hover > .grow .overlay {
  display: block;
}
.rowgrow:hover > .grow:hover .overlay {
  display: none;
}
.rowgrow:hover > .grow .address {
  display: none;
}
.rowgrow:hover > .grow:hover .address {
  display: block;
}
.swiper {
  width: 100%;
}
.swiper .swiper-slide {
  background-color: grey;
  text-align: center;
}
.swiper .swiper-slide img.bg {
  width: 100%;
}
.swiper .swiper-slide .logo {
  position: absolute;
  top: 20%;
  left: 50%;
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper .swiper-slide .title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper .swiper-slide .title2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper .swiper-slide a.learnmore {
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper .swiper-slide a.learnmore2 {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer {
  background-color: #ffffff;
  padding: 25px 0px;
  text-align: left;
  font-size: 16px;
  line-height: 35px;
}
#footer a {
  color: #1e1e1c;
}
#footer .socialmedialinks {
  text-align: right;
}
#footer .copy {
  text-align: center;
  font-size: 14px;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* Media queries */
/* Tablets Landscape */
/* Tablets Portrait */
/* Phones Landscape */
@media (max-width: 767px) {
  .spacetopheadersteinway {
    margin-top: 50px;
  }
  .spacetopheaderekinex {
    margin-top: 90px;
  }
  .spacetopheaderice {
    margin-top: 90px;
  }
  .spacetopheaderorigin {
    margin-top: 77px;
  }
  .spacetopheadercontrol4 {
    margin-top: 27px;
  }
  .fill {
    height: 100vh;
  }
  .fill .content {
    position: absolute;
    top: calc(50% - 83px);
    width: 100%;
  }
  .fill .contentslider {
    position: absolute;
    top: calc(50% - 150px);
    width: 100%;
  }
  .fill .contentslider.bedroom {
    top: calc(50% - 36px);
  }
  .button.language {
    z-index: 2;
    padding: 4px 19px 4px 18px;
    border: none;
    color: white;
    position: fixed;
    background-color: #6463618f;
    margin-top: 95px;
    background-size: 35%;
    right: 23px;
  }
  .button.languageen {
    z-index: 2;
    padding: 4px 19px 4px 18px;
    border: none;
    color: white;
    position: fixed;
    background-color: #6463618f;
    margin-top: 95px;
    background-size: 35%;
    right: 76px;
  }
}
/* Phones Portrait */
@media (max-width: 480px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block !important;
  }
  #header {
    padding: 10px 0px;
  }
  #header .logo {
    text-align: left;
  }
  #header #navbar {
    top: 30px;
    right: 0px;
  }
  .mainmenu {
    top: 83px;
  }
  .mainmenu .menuwrapper {
    min-height: calc(100vh - 83px);
    width: 100%;
  }
  .mainmenu .menuwrapper .bottomcenter {
    position: absolute;
    bottom: 130px;
  }
  .menuspacer {
    width: 100%;
    height: 83px;
  }
  .fill {
    height: calc(100% - 83px);
    top: -41px;
    position: relative;
  }
  .fill .content {
    position: absolute;
    width: 100%;
  }
  .swiper .swiper-slide {
    position: relative;
    top: -41px;
  }
  .swiper .swiper-slide img.bg {
    height: calc(100vh - 83px);
  }
  .swiper .swiper-pagination {
    position: relative;
    bottom: 150px;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 100%;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #278C96;
    opacity: 100%;
  }
  .spacebrands {
    margin-bottom: 0px;
  }
  .spacetopheader {
    margin-top: 140px;
  }
  .spacetopheadersteinway {
    margin-top: 195px;
  }
  .spacetopheaderekinex {
    margin-top: 300px;
  }
  .spacetopheaderorigin {
    margin-top: 210px;
  }
  .spacetopheadercontrol4 {
    margin-top: 175px;
  }
  .spacetopheaderice {
    margin-top: 200px;
  }
  .spacetopheadernaky {
    margin-top: 150px;
  }
  .rowgrow:hover > .grow .overlay {
    display: block;
  }
  .rowgrow:hover > .grow:hover .overlay {
    display: block;
  }
  .rowgrow:hover > .grow .address {
    display: block;
  }
  .rowgrow:hover > .grow:hover .address {
    display: block;
  }
  .tab {
    display: none;
  }
  #footer {
    text-align: center;
  }
  #footer .socialmedialinks {
    text-align: center;
  }
  .main-over {
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main-over .picture {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .main-over .smart {
    z-index: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% - 120px);
  }
  .main-over .btnlearn {
    z-index: 1;
    width: 65%;
    text-align: center;
    position: relative;
  }
  .main-over .over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-over .over.blue {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .main-over .over.orange {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .main-over .over.green {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .main-over .over.dark-blue {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1;
  }
  .button.language {
    z-index: 2;
    padding: 4px 19px 4px 18px;
    border: none;
    color: white;
    position: fixed;
    background-color: #6463618f;
    margin-top: 84px;
    background-size: 35%;
    right: 9px;
  }
  .button.languageen {
    z-index: 2;
    padding: 4px 19px 4px 18px;
    border: none;
    color: white;
    position: fixed;
    background-color: #6463618f;
    margin-top: 84px;
    background-size: 35%;
    right: 62px;
  }
}
/* High Phones Landscape */
@media (max-height: 480px) and (orientation: landscape) {
  #pleaserotate {
    display: block;
    text-align: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #888888;
    z-index: 100;
  }
  #pleaserotate img {
    width: 40%;
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*# sourceMappingURL=template.css.map */