body{
  font-family: 'Open Sans', sans-serif;;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8em;
  color: rgb(91,91,91);
  background-color: rgb(255,255,255);
}
@media screen and (max-width: 1023px) {
  body{
    font-size: 13.5px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  body{
    font-size: 13.5px;
    line-height: 1.8em;
  }
}


/*      TYPOGRAPHY    */
h1,h2,h3,h4,
.asH1, .asH2, .asH3, .asH4{
  color: #6ec7c2;
  font-family: 'Open Sans', sans-serif;;
}
h1, .asH1{
  font-size: 1.47em;
  line-height: 1.8em;
  font-weight: 700;
}
h2, .asH2{
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 700;
}
h3, .asH3{
  font-size: 1.07em;
  line-height: 1.8em;
  font-weight: 400;
}
h4, .asH4{
  font-size: 1.07em;
  line-height: 1.8em;
  font-weight: 700;
}
.altFont{
  font-family: 'Pragati Narrow', cursive;;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1,h2,h3,h4,
  .asH1, .asH2, .asH3, .asH4{
    line-height: 1.2em;
  }
}

/*      HEADER & MENU    */
header{
  background-color: rgb(255,255,255);
  color: rgb(91,91,91);
  border-bottom: solid 1px rgb(91,91,91);
}

@media screen and (max-width: 767px) {
  header a.cartButton span.amountDot{
    background-color: rgb(255,255,255);
    color: rgb(91,91,91);
    border: 2px solid rgb(91,91,91);
  }
}
div.menuHolder{
  color: rgb(91,91,91);
  background-color: rgb(233,243,243);
  z-index: 101;
}
div.headerContent{
  color: rgb(91,91,91);
}
nav.sideMenu h2,
div.menuHolder nav ul li{
  font-family: 'Open Sans', sans-serif;;
  color: rgb(110,199,194);
  font-size: 1.2em;
  font-weight: 700;
}
nav.sideMenu a,
div.menuHolder nav ul li ul li{
  font-family: 'Open Sans', sans-serif;;
  color: rgb(91,91,91);
  font-size: 0.83em;
  font-weight: 300;
}
div.menuHolder nav ul li a:hover{
  color: rgb(80,140,140);
}
div.slideShowHolder{
  background-color: rgb(255,255,255);
}
div.slideShowHolder div.slideshow div.slide:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  z-index: 1;
}
div.slideShowHolder div.logoHome{
  background-color: rgba(221,217,211,0.95);
}
div.slideShowHolder div.logoHome a img{
  max-width: 400px;
}

div.logoHeader{
  background-color: ;
  text-align: center;
}
div.logoHeader a{
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  div.logoHeader a{
    max-width: 96px;
  }
}

/*      CRUMBLEPATH & SIDE MENU    */
div.content div.crumblePath a{
  color: rgb(110,199,194);
}
div.content div.crumblePath a:hover,
div.content div.crumblePath span{
  color: rgb(80,140,140);
}

div.content.default nav.sideMenu{
  background-color: rgb(233,243,243);
}

/*      MAINBUTTON    */
.mainButton.invert:hover,
.mainButton{
  border: solid 1px rgb(110,199,194);
  background-color: rgb(110,199,194);
  color: #FFF;
  font-family: 'Open Sans', sans-serif;;
  font-weight: 700;
  font-size: 1.2em;
}
.mainButton.invert,
.mainButton:hover,
.mainButton.blank:hover{
  border: solid 1px rgb(80,140,140);
  background-color: rgb(80,140,140);
  color: #FFF;
}
.mainButton.blank{
  background: none;
  color: rgb(110,199,194);
}
.mainButton.blank.invert{
  background: none;
  color: #FFF;
}
.mainButton.invert:hover svg path,
.mainButton svg path,
.mainButton.blank svg path{
  fill: #FFF;
}
.mainButton.invert svg path,
.mainButton:hover svg path,
.mainButton.blank.invert svg path{
  fill: #FFF;
}

div.accordeon div.tab h3.tabTitle svg path{
  fill: #6ec7c2;
}


/*      HOMEPAGE & SLIDESHOW    */
div.slideshow .slide h2,
div.slideshow .slide h3{
  color: #FFF;
}
div.banner div.centerContent div.textHolder{
  color: #FFF;
}
div.homeText div.textHolder{
  /*color: rgb(110,199,194);*/
}
div.slideShowHolder div.dots div.dot,
div.slideShowHolder div.dots div.dot:after{
  background-color: rgb(233,243,243);
}
div.banner div.dot,
div.banner div.dot:after,
div.slideShowHolder div.dots div.dotSpace.active div.dot,
div.slideShowHolder div.dots div.dotSpace.active div.dot:after{
  background-color: rgb(255,255,255);
}
div.banner:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
div.banner div.bannerPayoff{
  font-family: 'Pragati Narrow', cursive;;
  font-size: 2em;
  line-height: 1.8em;
  font-weight: 400;
  color: rgb(80,140,140);
}
div.banner div.bannerText a{
  font-weight: 700;
  text-decoration: underline;
}
 

/*    WEBSHOP   */
div.cartHeader,
div.pageNav,
p.inputAmount,
div.productCol,
div.cartCol{
  color: rgb(110,199,194);
}
div.pageNav a:hover,
div.pageNav a.active{
  color: rgb(80,140,140);
}
div.cartPopup{
  background-color: rgb(233,243,243);
  color: rgb(91,91,91);
}
div.cartPopup div.divider{
  background-color: rgb(91,91,91);
}

div.formSection,
div.cartItem,
div.cartBottomBorder{
  border-bottom: solid 1px rgb(91,91,91);
}
div.cartTopBorder{
  border-top: solid 1px rgb(91,91,91);
}
div.cartBottomBorder{
  border-bottom: solid 1px rgb(91,91,91);
}
div.cartHeader div.cartCol{
  font-family: 'Open Sans', sans-serif;;
  color: rgb(80,140,140);
}
div.cartCol span.productSubTitle{
  color: rgb(91,91,91);
}

div.cartContents.formHolder div.formCol h2{
  color: rgb(80,140,140);
}


/*    ACCORDEON   */
div.accordeon{
  border-bottom: solid 1px ;
}
div.accordeon div.tab{
  border-top: solid 1px ;
}

/*    INPUT & CONTACT  */
div.content.contact article{
  background-color: rgb(255,255,255);
}
/*
div.content.contact .crumbleTitle,
div.content.contact div.crumblePath a{
  color: #000;
}
div.content.contact div.crumblePath a:hover,
div.content.contact div.crumblePath span{
  color: rgb(110,199,194);
}
div.content.contact div.textHolder{
  color: #000;
}
*/
div.content.contact div.contactInfo{
  border-top: 1px solid #000;
  color: #000;
}
div.content.contact div.contactForm{
  background-color: rgb(233,243,243);
}
div.content.contact div.contactForm h3{
  color: rgb(80,140,140);
}

div.inputHolder.select div.inputLabel{
  color: rgb(110,199,194);
}
input.inputText, select.inputSelect, textarea.inputArea{
  border: solid 1px rgb(255,255,255);
  color: rgb(91,91,91);
  background-color: rgb(255,255,255);
  font-family: 'Open Sans', sans-serif;;
  font-weight: 400;
  font-size: 15px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  border: solid 1px rgb(208,79,61);
  color: #FFF;
  background-color: rgb(208,79,61);
}
input.inputText.alt, select.inputSelect.alt, textarea.inputArea.alt{
  border: solid 1px rgb(91,91,91);
  color: rgb(91,91,91);
  background-color: rgb(209,219,194);
}
input.inputText.alt.error, select.inputSelect.alt.error, textarea.inputArea.alt.error{
  border: solid 1px rgb(91,91,91);
  color: #FFF;
  background-color: rgb(208,79,61);
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{
  color: rgb(91,91,91);
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{
  color: rgb(91,91,91);
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{
  color: rgb(91,91,91);
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{
  color: rgb(91,91,91);
}
input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{
  color: #FFF;
}

input.inputText.alt::-webkit-input-placeholder,
textarea.inputArea.alt::-webkit-input-placeholder{
  color: rgb(91,91,91);
}
input.inputText.alt::-moz-placeholder,
textarea.inputArea.alt::-moz-placeholder{
  color: rgb(91,91,91);
}
input.inputText.alt:-ms-input-placeholder,
textarea.inputArea.alt:-ms-input-placeholder{
  color: rgb(91,91,91);
}
input.inputText.alt:-moz-placeholder,
textarea.inputArea.alt:-moz-placeholder{
  color: rgb(91,91,91);
}
input.inputText.alt.error::-webkit-input-placeholder,
textarea.inputArea.alt.error::-webkit-input-placeholder{
  color: rgb(91,91,91);
}
input.inputText.alt.error::-moz-placeholder,
textarea.inputArea.alt.error::-moz-placeholder{
  color: rgb(91,91,91);
}
input.inputText.alt.error:-ms-input-placeholder,
textarea.inputArea.alt.error:-ms-input-placeholder{
  color: rgb(91,91,91);
}
input.inputText.alt.error:-moz-placeholder,
textarea.inputArea.alt.error:-moz-placeholder{
  color: rgb(91,91,91);
}

div.checkBoxHolder{
  color: rgb(110,199,194);
}
div.checkBoxHolder.error, div.checkBoxHolder.error span.radioTitle{
  color: rgb(208,79,61);
}
div.checkBoxHolder div.checkBox div.box{
  background-color: rgb(255,255,255);
}
div.checkBoxHolder.error div.checkBox div.box{
  background-color: rgb(208,79,61);
}
div.checkBoxHolder.error div.checkBox div.box span{
  color: #FFF;
}
div.checkBoxHolder div.checkBox div.box span{
  color: rgb(91,91,91);
}

/*      FOOTER    */
footer{
  background-color: rgb(247,247,247);
  color: rgb(0,0,0);
}

div.newsletterBar,
div.phoneBar{
  background-color: rgb(233,243,243);
  background-size: 30% auto;
  background-repeat: repeat;
}


footer a:hover,
footer div.socialLinks a:hover{
  color: rgb(110,199,194);
}
div.copyright{
  border-top: solid 1px rgb(80,140,140);
}