@font-face {
    font-family: 'lufgamedium';
    src: url('fonts/lufga-medium-webfont.woff2') format('woff2'),
         url('fonts/lufga-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lufgaregular';
    src: url('fonts/lufga-regular-webfont.woff2') format('woff2'),
         url('fonts/lufga-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lufgasemibold';
    src: url('fonts/lufga-semibold-webfont.woff2') format('woff2'),
         url('fonts/lufga-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dawning_of_a_new_dayregular';
    src: url('fonts/dawningofanewday-webfont.woff2') format('woff2'),
         url('fonts/dawningofanewday-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: rgb(15,68,38);
  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: rgb(15,68,38);
  font-family: 'Raleway', sans-serif;
}
h1, .asH1{
  font-size: 1.14em;
  line-height: 1.5em;
  font-weight: 700;
}
h2, .asH2{
  font-size: 1.29em;
  line-height: 1.5em;
  font-weight: 700;
}
h3, .asH3{
  font-size: 1.07em;
  line-height: 1.5em;
  font-weight: 700;
}
h4, .asH4{
  font-size: 1.07em;
  line-height: 1.5em;
  font-weight: 400;
}

article a,
.blockCol.text a{
  color: rgb(15,68,38);
  text-decoration: underline;
  font-weight: 600;
}

/*      HEADER & MENU    */
header{
  background-color: #e9e3d7;
  color: rgb(15,68,38);
  
  border-bottom: solid 1px rgb(15,68,38);
  
}

@media screen and (max-width: 767px) {
  header a.cartButton span.amountDot{
    background-color: #e9e3d7;
    color: rgb(224,163,23);
    border: 2px solid rgb(224,163,23);
  }
}
div.menuHolder{
  color: rgb(224,163,23);
  background-color: #104426;
  z-index: 101;
}
nav.sideMenu h2,
div.menuHolder nav ul li{
  font-family: 'Raleway', sans-serif;
  color: rgb(224,163,23);
  font-size: 1.07em;
}
nav.sideMenu a,
div.menuHolder nav ul li ul li{
  font-family: 'Raleway', sans-serif;
  color: rgb(224,163,23);
  font-size: 1.2em;
}
div.menuHolder nav ul li a:hover{
  color: rgb(255,255,255);
}
div.slideShowHolder{
  background-color: #e9e3d7;
}
div.slideShowHolder div.logoHome{        
  background-color: rgba(15,68,38,0.95);
}
div.slideShowHolder div.logoHome a img{
  max-width: 400px;
}
div.logoHeader{
  background-color: rgb(15,68,38);
  text-align: center;
}
div.logoHeader a{
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  div.logoHeader a{
    max-width: 48px;
  }
}
div.menuInfo{
  color: rgb(224,163,23);
}

div.headerContact p:first-child{
  font-family: 'Raleway', sans-serif;
}
div.headerContact p:nth-child(2){
  font-weight: 400;
}

/*      CRUMBLEPATH & SIDE MENU    */
div.content div.crumblePath a{
  color: rgb(15,68,38);
}
div.content div.crumblePath a:hover,
div.content div.crumblePath span{
  color: rgb(15,68,38);
}

div.content.default nav.sideMenu{
  background-color: #104426;
}

/*      MAINBUTTON    */
.mainButton.invert:hover,
.mainButton{
  border: solid 1px rgb(15,68,38);
  background-color: rgb(15,68,38);
  color: rgb(224,163,23);
  font-family: 'Raleway', sans-serif;
}
.mainButton.invert,
.mainButton:hover,
.mainButton.blank:hover{
  border: solid 1px rgb(224,163,23);
  background-color: rgb(224,163,23);
  color: rgb(15,68,38);
}
.mainButton.blank{
  background: none;
  color: rgb(15,68,38);
}
.mainButton.blank.invert{
  background: none;
  color: rgb(15,68,38);
}
.mainButton.invert:hover svg path,
.mainButton svg path,
.mainButton.blank svg path{
  fill: rgb(224,163,23);
}
.mainButton.invert svg path,
.mainButton:hover svg path,
.mainButton.blank.invert svg path{
  fill: rgb(15,68,38);
}

div.accordeon div.tab h3.tabTitle svg path{
  fill: rgb(15,68,38);
}


/*      HOMEPAGE & SLIDESHOW    */
div.slideshow .slide h2,
div.slideshow .slide h3{
  color: rgb(255,255,255);
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
div.slideshow .slide h2{
  font-family: 'Raleway', sans-serif;
}
div.slideshow .slide h3{
  font-family: 'Raleway', sans-serif;
}

div.banner div.centerContent div.textHolder{
  color: #FFF;
}
div.slideShowHolder div.dots div.dot,
div.slideShowHolder div.dots div.dot:after{
  background-color: rgb(126,160,141);
}
div.slideShowHolder div.dots div.dotSpace.active div.dot,
div.slideShowHolder div.dots div.dotSpace.active div.dot:after,
div.banner div.bannerDot,
div.banner div.bannerDot:after{
  background-color: rgb(224,163,23);
}
div.banner div.centerContent div.textHolder{
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
}



/*    WEBSHOP   */
div.cartHeader,
div.pageNav,
p.inputAmount,
div.productCol,
div.cartCol{
  color: rgb(15,68,38);
}
div.pageNav a:hover,
div.pageNav a.active{
  color: rgb(15,68,38);
}
div.cartPopup{
  background-color: rgb(239,235,231);
  color: rgb(15,68,38);
}
div.cartPopup div.divider{
  background-color: rgb(15,68,38);
}

div.formSection,
div.cartItem,
div.cartBottomBorder{
  border-bottom: solid 1px rgb(15,68,38);
}
div.cartTopBorder{
  border-top: solid 1px rgb(15,68,38);
}
div.cartBottomBorder{
  border-bottom: solid 1px rgb(15,68,38);
}
div.cartHeader div.cartCol{
  font-family: 'Raleway', sans-serif;
  color: rgb(15,68,38);
}
div.cartCol span.productSubTitle{
  color: rgb(15,68,38);
}

div.cartContents.formHolder div.formCol h2{
  color: rgb(15,68,38);
}


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

/*    INPUT & CONTACT  */
div.content.contact article{
  background-color: rgb(224,163,23);
}
div.content.contact .crumbleTitle,
div.content.contact div.crumblePath a{
  color: rgb(15,68,38);
}
div.content.contact div.crumblePath a:hover,
div.content.contact div.crumblePath span{
  color: rgb(15,68,38);
}
div.content.contact div.textHolder{
  color: rgb(15,68,38);
}
div.content.contact div.contactInfo{
  border-top: 1px solid rgb(15,68,38);
  color: rgb(15,68,38);
}
div.content.contact div.contactForm{
  background-color: #FFF;
}
div.content.contact div.contactForm h3{
  color: rgb(15,68,38);
}

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

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

div.checkBoxHolder{
  color: rgb(15,68,38);
}
div.checkBoxHolder.error, div.checkBoxHolder.error span.radioTitle{
  color: rgb(15,68,38);
}
div.checkBoxHolder div.checkBox div.box{
  background-color: #e9e3d7;
}
div.checkBoxHolder.error div.checkBox div.box{
  background-color: rgb(15,68,38);
}
div.checkBoxHolder.error div.checkBox div.box span{
  color: #FFF;
}
div.checkBoxHolder div.checkBox div.box span{
  color: rgb(15,68,38);
}

/*      FOOTER    */
footer{
  background-color: #e9e3d7;
  color: rgb(15,68,39);
}

div.newsletterBar{
  background-color: rgb(205,213,183);
  background-image: url('../images/patroon.svg');
  background-size: 30% auto;
  background-repeat: repeat;
}


footer a:hover,
footer div.socialLinks a:hover{
  color: rgb(15,68,39);
}
div.copyright{
  border-top: solid 1px rgb(15,68,38);
}
