@font-face {
    font-family: 'gutonbold';
    src: url('guton-bold-webfont.woff2') format('woff2'),
         url('guton-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gutonregular';
    src: url('guton-regular-webfont.woff2') format('woff2'),
         url('guton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gutonsemi_bold';
    src: url('guton-semibold-webfont.woff2') format('woff2'),
         url('guton-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: rgb(43,61,43);
  background-color: #FFF;
}
@media screen and (max-width: 1023px) {
  body{
    font-size: 12.6px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  body{
    font-size: 12.6px;
    line-height: 1.5em;
  }
}


/*      TYPOGRAPHY    */
h1,h2,h3,h4,
.asH1, .asH2, .asH3, .asH4{
  color: #000;
  font-family: 'gutonsemi_bold', sans-serif;
}
h1, .asH1{
  font-size: 1.43em;
  line-height: 1.5em;
  font-weight: 400;
}
h2, .asH2{
  font-size: 1.29em;
  line-height: 1.5em;
  font-weight: 400;
}
h3, .asH3{
  font-family: 'gutonregular';
  font-size: 1.79em;
  line-height: 1.5em;
  font-weight: 400;
}
h3 strong{
  font-family: 'gutonbold';
}
h4, .asH4{
  font-size: 1.07em;
  line-height: 1.5em;
  font-weight: 400;
}

/*      HEADER & MENU    */
header{
  /*background-color: #f8f6f4;*/
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: rgb(43,61,43);
  border-bottom: solid 1px rgb(57,57,56);
}

@media screen and (max-width: 767px) {
  header a.cartButton span.amountDot{
    background-color: #f8f6f4;
    color: rgb(43,61,43);
    border: 2px solid rgb(43,61,43);
  }
}
div.menuHolder{
  color: rgb(247,247,245);
  background-color: rgb(43,61,43);
  z-index: 101;
}
nav.sideMenu h2,
div.menuHolder nav ul li{
  font-family: 'gutonregular', sans-serif;
  color: rgb(247,247,245);
  font-size: 1.07em;
}
nav.sideMenu a,
div.menuHolder nav ul li ul li{
  font-family: 'gutonregular', sans-serif;
  color: rgb(43,61,43);
  font-size: 1.2em;
}
div.menuHolder nav ul li a:hover{
  color: rgb(199,222,168);
}
div.slideShowHolder{
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
div.slideShowHolder div.logoHome{        
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.85;
}
div.slideShowHolder div.logoHome a{
  max-width: 400px;
}
div.logoHeader{
  background-color: #e0e5dd;
  background: none;
  text-align: center;
}
div.logoHeader a{
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  div.logoHeader a{
    max-width: 120px;
  }
}

/*      CRUMBLEPATH & SIDE MENU    */
div.content div.crumblePath a{
  color: rgb(179,162,144);
}
div.content div.crumblePath a:hover,
div.content div.crumblePath span{
  color: rgb(179,162,144);
}

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

/*      MAINBUTTON    */
.mainButton.invert:hover,
.mainButton{
  border: solid 1px rgb(57,57,56);
  background-color: rgb(57,57,56);
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}
.mainButton.invert,
.mainButton:hover,
.mainButton.blank:hover{
  border: solid 1px rgb(179,162,144);
  background-color: rgb(179,162,144);
  color: #FFF;
}
.mainButton.blank{
  background: none;
  color: rgb(57,57,56);
}
.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: #000;
}


/*      HOMEPAGE & SLIDESHOW    */
div.slideshow .slide h2{
  color: #FFF;
}
div.banner div.centerContent div.textHolder,
div.homeText div.textHolder{
  color: rgb(43,61,43);
}
div.slideShowHolder div.dots div.dot,
div.slideShowHolder div.dots div.dot:after{
  background-color: rgb(179,162,144);
}
div.slideShowHolder div.dots div.dotSpace.active div.dot,
div.slideShowHolder div.dots div.dotSpace.active div.dot:after{
  background-color: rgb(57,57,56);
}



/*    WEBSHOP   */
div.cartHeader,
div.pageNav,
p.inputAmount,
div.productCol,
div.cartCol{
  color: rgb(255,255,255);
}
div.pageNav a:hover,
div.pageNav a.active{
  color: rgb(179,162,144);
}
div.cartPopup{
  background-color: rgb(239,235,231);
  color: rgb(57,57,56);
}
div.cartPopup div.divider{
  background-color: rgb(57,57,56);
}

div.formSection,
div.cartItem,
div.cartBottomBorder{
  border-bottom: solid 1px rgb(57,57,56);
}
div.cartTopBorder{
  border-top: solid 1px rgb(57,57,56);
}
div.cartBottomBorder{
  border-bottom: solid 1px rgb(57,57,56);
}
div.cartHeader div.cartCol{
  font-family: 'gutonsemi_bold', sans-serif;
  color: rgb(179,162,144);
}
div.cartCol span.productSubTitle{
  color: rgb(43,61,43);
}

div.cartContents.formHolder div.formCol h2{
  color: rgb(179,162,144);
}


/*    ACCORDEON   */
div.accordeon{
  border-bottom: solid 1px rgb(57,57,56);
}
div.accordeon div.tab{
  border-top: solid 1px rgb(57,57,56);
}

/*    INPUT & CONTACT  */
div.content.contact article{
  background-color: rgb(43,61,43);
}
div.content.contact .crumbleTitle,
div.content.contact div.crumblePath a{
  color: #FFF;
}
div.content.contact div.crumblePath a:hover,
div.content.contact div.crumblePath span{
  color: rgb(255,255,255);
}
div.content.contact div.textHolder{
  color: #FFF;
}
div.content.contact div.contactInfo{
  border-top: 1px solid #FFF;
  color: #FFF;
}
div.content.contact div.contactForm{
  background-color: #FFF;
}
div.content.contact div.contactForm h3{
  color: rgb(179,162,144);
}

div.inputHolder.select div.inputLabel{
  color: rgb(255,255,255);
}
input.inputText, select.inputSelect, textarea.inputArea{
  border: solid 1px rgb(242,238,235);
  color: rgb(57,57,56);
  background-color: rgb(242,238,235);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
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(57,57,56);
  color: rgb(57,57,56);
  background-color: rgb(209,219,194);
}
input.inputText.alt.error, select.inputSelect.alt.error, textarea.inputArea.alt.error{
  border: solid 1px rgb(57,57,56);
  color: #FFF;
  background-color: rgb(208,79,61);
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{
  color: rgb(57,57,56);
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{
  color: rgb(57,57,56);
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{
  color: rgb(57,57,56);
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{
  color: rgb(57,57,56);
}
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(57,57,56);
}
input.inputText.alt::-moz-placeholder,
textarea.inputArea.alt::-moz-placeholder{
  color: rgb(57,57,56);
}
input.inputText.alt:-ms-input-placeholder,
textarea.inputArea.alt:-ms-input-placeholder{
  color: rgb(57,57,56);
}
input.inputText.alt:-moz-placeholder,
textarea.inputArea.alt:-moz-placeholder{
  color: rgb(57,57,56);
}
input.inputText.alt.error::-webkit-input-placeholder,
textarea.inputArea.alt.error::-webkit-input-placeholder{
  color: rgb(57,57,56);
}
input.inputText.alt.error::-moz-placeholder,
textarea.inputArea.alt.error::-moz-placeholder{
  color: rgb(57,57,56);
}
input.inputText.alt.error:-ms-input-placeholder,
textarea.inputArea.alt.error:-ms-input-placeholder{
  color: rgb(57,57,56);
}
input.inputText.alt.error:-moz-placeholder,
textarea.inputArea.alt.error:-moz-placeholder{
  color: rgb(57,57,56);
}

div.checkBoxHolder{
  color: rgb(255,255,255);
}
div.checkBoxHolder.error, div.checkBoxHolder.error span.radioTitle{
  color: rgb(208,79,61);
}
div.checkBoxHolder div.checkBox div.box{
  background-color: rgb(242,238,235);
}
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(57,57,56);
}

/*      FOOTER    */
footer{
  background-color: rgb(43,61,43);
  color: rgb(247,247,245);
}
footer .asH2, footer h4{
  color: rgb(247,247,245);
}
div.newsletterBar{
  background-color: rgb(205,213,183);
  background-image: url('../images/patroon.svg');
  background-size: 30% auto;
  background-repeat: repeat;
}
div.footerCol nav a{
  text-transform: none !important;
}

footer a:hover,
footer div.socialLinks a:hover{
  color: rgb(199,222,168);
}
div.copyright{
  border-top: solid 1px rgb(199,222,168);
}
