body{
  font-family: 'Raleway', sans-serif;;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8em;
  color: rgb(24,24,24);
  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: rgb(40,95,125);
  font-family: 'Barlow', sans-serif;;
}
h1, .asH1{
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 500;
}
h2, .asH2{
  font-size: 1.33em;
  line-height: 1.8em;
  font-weight: 500;
}
h3, .asH3{
  font-size: 1.07em;
  line-height: 1.8em;
  font-weight: 500;
}
h4, .asH4{
  font-size: 1.07em;
  line-height: 1.8em;
  font-weight: 500;
}
.altFont{
  font-family: 'Barlow', sans-serif;;
  font-weight: 500;
}
.writing{
  font-family: 'Gloria Hallelujah', cursive;;
  font-weight: 400;
  font-size: 1.3em;
}

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

div.content.default a,
div.content.contact a,
div.content.portfolio .textHolder a,
div.content.about a,
.content a{
  text-decoration: none;
  color: rgb(40,95,125);
  font-weight: 700;
}
div.content.default a:hover,
div.content.contact a:hover,
div.content.portfolio .textHolder a:hover,
div.content.about a:hover,
.content a:hover{
  text-decoration: underline;
  color: rgb(75,150,165);
}

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

@media screen and (max-width: 767px) {
  header a.cartButton span.amountDot{
    background-color: rgb(255,255,255);
    color: rgb(255,255,255);
    border: 2px solid rgb(255,255,255);
  }
}
div.menuHolder{
  color: rgb(255,255,255);
  background-color: rgb(63,85,99);
  z-index: 101;
}
div.headerContent{
  color: rgb(63,85,99);
}
nav.sideMenu h2,
div.menuHolder nav ul li{
  font-family: 'Barlow', sans-serif;;
  color: rgb(255,255,255);
  font-size: 1.2em;
  font-weight: 500;
}
nav.sideMenu a,
div.menuHolder nav ul li ul li{
  font-family: 'Barlow', sans-serif;;
  color: rgb(255,255,255);
  font-size: 0.83em;
  font-weight: 300;
}
div.menuHolder nav ul li a:hover,
div.menuHolder div.menuInfo a:hover{
  color: rgb(75,150,165);
}
div.slideShowHolder{
  background-color: rgb(255,255,255);
}
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: 200px;
}
@media screen and (max-width: 767px) {
  div.logoHeader a{
    max-width: 160px;
  }
}

/*      CRUMBLEPATH & SIDE MENU    */
div.content div.crumblePath a{
  color: rgb(75,150,165);
}
div.content div.crumblePath a:hover,
div.content div.crumblePath span{
  color: rgb(63,85,99);
}

div.content.default nav.sideMenu{
  background-color: rgb(63,85,99);
}

/*      MAINBUTTON    */
.mainButton.invert:hover,
.mainButton,
a.mainButton{
  border: solid 1px rgb(75,150,165);
  background-color: rgb(75,150,165);
  color: #FFF;
  font-family: 'Raleway', sans-serif;;
  font-weight: 500;
  font-size: 1.2em;
}
.mainButton.invert,
.mainButton:hover,
.mainButton.blank:hover,
a.mainButton:hover{
  border: solid 1px rgb(63,85,99);
  background-color: rgb(63,85,99);
  color: #FFF;
  text-decoration: none;
}
.mainButton.blank{
  background: none;
  color: rgb(75,150,165);
}
.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: rgb(40,95,125);
}


/*      HOMEPAGE & SLIDESHOW    */
div.slideshow .slide h2{
  color: rgb(63,85,99);
  color: #FFF;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
div.slideshow .slide h3{
  color: rgb(75,150,165);
  color: #FFF;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.75);
}
div.banner div.centerContent div.textHolder{
  color: rgb(63,85,99);
}
div.homeText div.textHolder{
  /*color: rgb(75,150,165);*/
}
div.slideShowHolder div.dots div.dot,
div.slideShowHolder div.dots div.dot:after{
  background-color: rgb(75,150,165);
}
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(24,24,24);
}
div.banner:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  z-index: 1;
}
div.banner div.bannerPayoff{
  font-family: 'Barlow', sans-serif;;
  font-size: 2em;
  line-height: 1.8em;
  font-weight: 500;
  color: rgb(63,85,99);
}
div.banner div.bannerText a{
  font-weight: 500;
  text-decoration: underline;
}
 

/*    WEBSHOP   */
div.cartHeader,
div.pageNav,
p.inputAmount,
div.productCol,
div.cartCol{
  color: rgb(75,150,165);
}
div.pageNav a:hover,
div.pageNav a.active{
  color: rgb(63,85,99);
}
div.cartPopup{
  background-color: rgb(233,243,243);
  color: rgb(63,85,99);
}
div.cartPopup div.divider{
  background-color: rgb(63,85,99);
}

div.formSection,
div.cartItem,
div.cartBottomBorder{
  border-bottom: solid 1px rgb(63,85,99);
}
div.cartTopBorder{
  border-top: solid 1px rgb(63,85,99);
}
div.cartBottomBorder{
  border-bottom: solid 1px rgb(63,85,99);
}
div.cartHeader div.cartCol{
  font-family: 'Barlow', sans-serif;;
  color: rgb(63,85,99);
}
div.cartCol span.productSubTitle{
  color: rgb(24,24,24);
}

div.cartContents.formHolder div.formCol h2{
  color: rgb(63,85,99);
}


/*    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(75,150,165);
}
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(221,221,221);
}
div.content.contact div.contactForm h3{
  color: rgb(63,85,99);
}

div.inputHolder.select div.inputLabel{
  color: rgb(75,150,165);
}
input.inputText, select.inputSelect, textarea.inputArea{
  border: solid 1px rgb(255,255,255);
  color: rgb(63,85,99);
  background-color: rgb(255,255,255);
  font-family: 'Raleway', sans-serif;;
  font-weight: 300;
  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(63,85,99);
  color: rgb(255,255,255);
  background-color: rgb(75,150,165);
}
input.inputText.alt.error, select.inputSelect.alt.error, textarea.inputArea.alt.error{
  border: solid 1px rgb(63,85,99);
  color: #FFF;
  background-color: rgb(208,79,61);
}

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

div.checkBoxHolder{
  color: rgb(75,150,165);
}
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(63,85,99);
}

/*      FOOTER    */
footer{
  background-color: rgb(240,240,240);
  color: rgb(63,85,99);
}

div.newsletterBar,
div.phoneBar{
  background-color: rgb(221,221,221);
  color: rgb(24,24,24);
}


footer a:hover,
footer div.socialLinks a:hover{
  color: rgb(75,150,165);
}
div.footerInfo{
  padding-top: 50px;
}
footer div.centerContent.border{
  border-top: solid 1px rgb(75,150,165);
}
