html {box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%
}

body {
  margin:0;
  font-family: 'Open Sans', sans-serif;
}

body, html {
  height: 100%;
  color: #606060;
  line-height: 1.8;
}

body a {
  color: #606060;
}

strong {
  font-weight: 400;
}

body {
    opacity: 1;
    transition: 3s opacity;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
    padding: 0px;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

h1 {
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 300;
  letter-spacing: 12px;
  color: #303030;
  line-height: 37px;
  margin: 0px 10px;
  text-align: center;
}

h2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #303030;
  line-height: 30px;
  text-align: center;
}

a:hover {
  color: rgba(0,0,0,1) !important;
}

a {
  text-decoration: none;
}


.clickable:hover {
  cursor: pointer;
  color: rgba(0,0,0,1)
}



.overlay {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  overflow: scroll;
  padding: 20px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 3.5s, visibility 3s 3.5s;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 5s;
}

.overlayEntry {
  margin: auto;
  font-size: 16px;
}

#siteHeader {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  padding: 15px 15px 5px 15px;
  background: #fff;
}

.siteHeaderRaised {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}

.burgerMenuToggle {
  font-size: 25px;
  line-height: 25px;
}

#siteHeader .burgerMenuToggle {
  position: absolute;
}

.siteHeaderElement {
  margin: auto;
}

.animateSiteHeader {
  position: relative;
  animation: animatezoom  1.0s;
}@keyframes animatezoom {from {opacity:0} to {opacity:1}}

.logoSvg {
  width: 160px;
}

.overlay .logoSvg {
  width: 160px;
}

.overlayCloseIcon {
  font-size: 25px;
  line-height: 25px;
}

.show {
  display: flex !important;
}

.hide {
  display: none;
}

.parallaxImage {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallaxContent {
  position: relative;
  margin: auto;
  text-align: left;
  padding: 50px 50px;
  max-width: 980px;
  /*background-color: #f2f2f2;*/
}

.kontakt {
  text-align: center;
}

.anchor {
	position: absolute;
	top:-100px;
}

.textOnParallaxImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  padding: 10px 8px;
  font-size: 35px;
  background-color: rgba(255,255,255,0.65);
  border-radius: 5px;
}

.textOnParallaxImage.bottom {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  -ms-transform: none;
}

.parallaxImage1 {
  background-image: url('images/tea.jpg');
  min-height: 88%; /* 88% */
}

.parallaxImage1b {
  background-image: url('images/water.jpg');
  min-height: 75vh;
}

.parallaxImage2 {
  background-image: url("images/hands.jpg");
  min-height: 50vh;
}

.parallaxImage3 {
  background-image: url("images/julia1.jpg");
  min-height: 75vh;
}

.parallaxImage4 {
  background-image: url("images/julia2.jpg");
  min-height: 75vh;
}

.footer {
  margin-top: 50px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 15px;
}


@media all and (max-width: 1000px) {

  .logoSvg {
    width: 140px;
  }

  .parallaxImage {
    /*background-attachment: scroll;*/
    /*min-height: 300px;*/
  }

  .parallaxImage1 {
    background-image: url('images/tea-portrait.jpg');
    min-height: 88%;
  }

  body {
    font-size: 12px;
    line-height: 24px;
  }

  h1 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 9px;
  }

  h1.welcome {
    font-size: 29px;
  }

  h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .overlayEntry {
    font-size: 16px;
  }

  .burgerMenuToggle {
    font-size: 20px;
    line-height: 25px;
  }

  .overlayCloseIcon {
    font-size: 25px;
  }

  .textOnParallaxImage {
    padding: 10px 8px;
    font-size: 25px;
  }

  .footer {
    font-size: 12px;
  }

}



/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .parallaxImage1, .parallaxImage1b, .parallaxImage2, .parallaxImage3, .parallaxImage4 {
    background-attachment: scroll;
    /*min-height: 200px;*/
  }
}


/* not in use */

.headerMenu {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  vertical-align: bottom;
  height: 100%;
}

.headerMenu a {
  border-right: 1px solid rgba(0,0,0,0.1);
  padding-right: 10px;
  padding-left: 10px;
}


.cc-banner {
  font-family: Lato, sans-serif !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
  line-height: 25px !important;
  text-align: left !important;
}

.cc-banner a:hover {
  color: #fff !important;
}

.cc-banner .cc-compliance a:hover {
  color: #000 !important;
}

.cc-banner a {
  text-decoration: none !important;
}
