/* general styles */
body{
  font-size: 15px;
}
div.bar{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
}
.ctaButton{
  padding: 10px;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
div.centerContent{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}


/*      HEADER      */
header{
  z-index: 20;
}
header div.centerContent{
  padding: 0px;
}
div.pattern{
  display: none;
}
div.menuHolder{
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  padding-top: 0px;
  background: none;
  z-index: 20;
}
div.menuHolder nav{
  width: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
div.menuHolder nav ul li{
  position: relative;
  display: none;
  padding-top: 0px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  background-color: #c7a667;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3em;
}
div.menuHolder nav ul li ul{
  padding-bottom: 10px;
}
div.menuHolder nav ul li ul li{
  text-transform: none;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0px;
  padding-left: 15px;
  padding-bottom: 8px;
}
div.menuHolder nav ul li a:hover{
  color: #FFF;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  line-height: 1.1em;
}
div.menuHolder nav ul li.menuButton{
  display: block;
  text-align: right;
  font-size: 2em;
  padding: 20px;
  box-sizing: border-box;
  height: 76px;
  background: none;
  color: #0a3344;
}
div.menuHolder nav>ul>li:nth-child(2){
  padding-top: 15px;
}
div.menuHolder nav>ul>li:last-child{
  padding-bottom: 20px;
}

div.headerBar{
  width: 100%;
  padding-bottom: 0px;
}
header a.logoHolder{
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 3;
  width: 70%;
}
header a.logoHolder img{
  width: 150px;
  height: auto;
}
header ul.headerInfo{
  display: none;
  text-align: right;
  height: auto;
  padding-top: 0px;
  padding-right: 20px;
}
header ul.headerInfo li{
  display: block;
  text-align: left;
  font-size: 0.9em;
  margin-left: 0px;
}
header ul.headerInfo li b{
  display: block;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 5px;
}
div.headerVisual{
  padding-top: 50%;
}
div.headerVisual div.headerQuote{
  position: absolute;
  right: 20px;
  left: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 1em;
}
div.headerIcon{
  width: 150px;
  height: 150px;
}






/*      CONTENT      */
div.content{
  padding-top: 40px;
}

article h1,
article h2:not(.title){
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 20px;
}
article h1,
div.container.over-schute article h2,
article h3{
  text-align: left;
}
article h3{
  margin-bottom: 20px;
}

/*      HOME    */
div.homeService div.homeServiceQuote{
  width: 100%;
  padding: 20px;
  font-size: 1em;
}
div.homeService div.homeServiceVisual{
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 0px;
  padding-top: 50%;
}

div.container.home div.mainText{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
div.container.home div.mainText div.textHolder{
  width: 100%;
  float: none;
}
div.container.home div.mainText div.textHolder .ctaButton{
  margin-top: 20px;
}
div.container.home div.mainText div.imageHolder{
  width: 100%; 
  float: none;
  padding: 20px;
  margin-top: 20px;
}

div.container.home div.mainText div.imageHolder p.aboutQuote{
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: left;
}
div.container.home div.mainText div.imageHolder h3.aboutName{
  margin-top: 10px;
}

div.quoteSlider{
  position: absolute;
  left: 0px;
  top: 0px;
}

div.container.over-schute div.quoteSliderContent,
div.quoteSliderContent{
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
div.container.over-schute div.quoteSliderContent div.quoteSliderText,
div.quoteSliderText{
  width: 100%;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.5em;
}
div.quoteSliderHolder{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 0px;
  padding-top: 80%;
}
@media screen and (min-width: 360px) {
  div.quoteSliderHolder{
    padding-top: 60%;
  }
}
@media screen and (min-width: 400px) {
  div.quoteSliderHolder{
    padding-top: 50%;
  }
}
@media screen and (min-width: 450px) {
  div.quoteSliderHolder{
    padding-top: 40%;
  }
}
@media screen and (min-width: 500px) {
  div.quoteSliderHolder{
    padding-top: 30%;
  }
}

div.quoteSliderHolder div.arrow{
  width: 20px;
  height: 20px;
  line-height: 20px;
}
div.quoteSlider div.quote{
  left: 30px;
  right: 30px;
}
div.quoteSlider div.quote span.name{
  margin-top: 10px;
}


div.container.over-schute div.quoteSliderHolder div.arrow.left{
  left: 5px;
}
div.container.over-schute div.quoteSliderHolder div.arrow.right{
  right: 5px;
}

/*      ABOUT    */
div.container.over-schute article h1{
  margin-bottom: 8px;
}
div.container.over-schute div.mainText{
  padding-top: 0px;
  margin-bottom: 40px;
}
div.container.over-schute div.aboutPic{
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  float: none;
  margin-bottom: 20px;
}
div.container.over-schute div.textHolder{
  margin-left: 0px;
  padding: 0px;
  padding-top: 0px;
}
div.container.over-schute div.textHolder h2{
  margin-bottom: 0px;
}
div.container.over-schute div.bar.beigeLightBG{
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}
div.container.over-schute div.bar.beigeLightBG div.centerContent{
  padding: 0px;
}

div.container.over-schute div.bar div.goldBG{
  display: none;
}

div.targetText{
  margin-top: 40px;
  margin-bottom: 40px;
}
div.container.over-schute div.textHolder.beigeLightBG{
  padding: 20px;
}
div.container.over-schute div.whyText div.textHolder,
div.container.over-schute div.targetText div.textHolder{
  margin-left: 0px;
}
div.container.over-schute div.whyText div.textHolder{
  padding-left: 0px;
  padding-bottom: 40px;
}
div.container.over-schute div.whyText h3{
  padding-left: 0px;
  padding-right: 0px;
}
div.container.over-schute div.whyText div.textHolder h3{
  padding-left: 35px;
  padding-top: 2px;
  height: auto;
  margin-bottom: 5px;
  line-height: 1.2em;
  letter-spacing: 1px;
  background-size: auto 20px;
}


/*      SERVICE   */
div.container.diensten article h1{
  margin-bottom: 8px;
}

div.container.home div.serviceHolder{
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
div.container.diensten div.serviceHolder{
  margin-top: 0px;
  padding-bottom: 20px;
}

div.container.home div.serviceHolder a.serviceItem{
  float: none;
  width: 100%;
  margin-right: 0px;
  text-align: left;
  margin-bottom: 10px;
}
div.container.diensten div.serviceHolder div.serviceItem{
  display: block;
  float: none;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
div.container.home div.serviceHolder a.serviceItem:nth-child(4n),
div.container.diensten div.serviceHolder div.serviceItem:nth-child(2n){
  margin-right: 0px;
}
div.container.home div.serviceHolder a.serviceItem:nth-child(4n){
  margin-bottom: 20px;
}
div.container div.serviceHolder .serviceItem .title{
  letter-spacing: 1px;
  line-height: 1.4em;
  min-height: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}
div.container.home div.serviceHolder .serviceItem .title,
div.container.diensten div.serviceHolder .serviceItem .title{
  margin-bottom: 5px;
  line-height: 1.3em;
  padding-left: 0px;
}
div.container.home div.serviceHolder .serviceItem .title{
  padding-left: 35px;
}

div.container.diensten div.serviceHolder .serviceItem .title span.serviceTitle{
  line-height: 1.3em;
  padding-left: 35px;
  padding-right: 0px;
  padding-bottom: 5px;
}

div.container div.serviceHolder .serviceItem .title span.icon{
  width: 20px;
  height: 25px;
  top: -4px;
}
div.container.home div.serviceHolder .serviceItem .title span.icon{
  width: 20px;
  height: 25px;
  top: 4px;
}
@media screen and (min-width: 360px) {
  div.container.home div.serviceHolder .serviceItem .title span.icon{
    top: 0px;
  }
}



/*      CONTACT    */
div.container.contact article{
  margin-bottom: 20px;
}
div.contactHolder{
  margin-top: 20px;
}
div.formCol{
  width: 100%;
  float: none;
  margin-right: 0px; 
}
div.formCol.last{
  margin-top: 10px;
}
input.submitButton{
  margin-top: 0px;
  width: 100%;
}



/*      FOOTER      */
footer{
  padding-top: 40px;
}
div.footerCol{
  width: 100%;
  padding-left: 0px;
  float: none;
  font-size: 0.9em;
  border: none;
  margin-bottom: 20px;
}
div.footerCol:first-child{
  width: 100%;
}
div.footerCol a.logoHolder{
  max-width: 150px;
  margin-top: 0px;
}


div.footerCol p{
  line-height: 1.3em;
}


div.copyright{
  font-size: 0.5em;
  padding-top: 0px;
  padding-bottom: 10px;  
  text-align: left;
}
div.copyright span{
  display: none;
}
div.copyright br{
  display: inline;
}