@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
html, body {
  overflow-x: hidden;
}

body {
  font-family: Helvetica, Arial;
  font-weight: 700;
  background: #fff;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.header {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 5vh;
  margin: 0 auto;
}

.header img {
  display: inline-block;
  width: 40%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header img:hover {
  opacity: 0.7;
}

.navigation {
  width: 100%;
  border-top: 3px solid #0E4000;
  font-family: 'Helvetica';
  font-size: 22px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 0;
}

.menu__item {
  display: inline-block;
  white-space: nowrap;
}

.menu__item:last-child .menu__link {
  border-right: 0;
}

.menu__link {
  display: block;
  padding: 6px 30px 3px;
}

.menu__link:hover .menu__first-word, .menu__link:focus .menu__first-word {
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
}

.menu__link:hover .menu__second-word, .menu__link:focus .menu__second-word {
  -webkit-transform: translate3d(0, 105%, 0);
          transform: translate3d(0, 105%, 0);
}

@media screen and (min-width: 768px) {
  .menu__link {
    padding: 6px 40px 3px;
  }
}

.menu__title {
  display: inline-block;
  overflow: hidden;
}

.menu__first-word,
.menu__second-word {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.menu__first-word::before,
.menu__second-word::before {
  position: absolute;
  content: attr(data-hover);
}

.menu__first-word {
  color: #1C8000;
}

.menu__first-word::before {
  top: 105%;
  color: #0E4000;
}

.menu__second-word {
  color: #0E4000;
}

.menu__second-word::before {
  bottom: 105%;
  color: #1C8000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .header img {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .header img {
    width: 90%;
  }
  .navigation {
    font-size: 16px;
  }
  .menu__link {
    padding: 6px 20px 3px;
  }
}

.main {
  margin-top: 100px;
}

.main-first {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  -webkit-transition: color 0.1s linear 0.05s;
  transition: color 0.1s linear 0.05s;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  -webkit-transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.btn::after {
  -webkit-transition: border 0.1s linear 0.05s;
  transition: border 0.1s linear 0.05s;
}

.btn .btn-inner {
  position: relative;
  z-index: 2;
}

.btn:hover {
  color: #373737;
  -webkit-transition: color 0.1s linear 0s;
  transition: color 0.1s linear 0s;
}

.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  -webkit-transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.btn:hover::after {
  border-color: #373737;
  -webkit-transition: border 0.1s linear 0s;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
  opacity: 1;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  padding: 0 100px;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .btn::before {
  background: #fff;
}

.slideshow .pagination {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
  background: transparent;
}

.slideshow .pagination .item + .page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 20vh;
  background-color: #272727;
}

.space a {
  padding-left: 15px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}

.space a:hover {
  color: #1C8000;
}

.impressum a {
  right: 0%;
  padding-right: 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.impressum a:hover {
  color: #1C8000;
}

.social {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social li {
  list-style: none;
}

.social li a {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
  background: linear-gradient(0deg, #ddd, #fff);
  -webkit-transition: .5s;
  transition: .5s;
}

.social li a:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.social li a .fa {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ddd));
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size: 30px;
  color: #262626;
  -webkit-transition: .5s;
  transition: .5s;
}

.social li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

.social li:nth-child(2) a:hover .fa {
  color: #C13584;
}

.social li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

@media screen and (max-width: 440px) {
  .impressum a {
    padding-right: 5px;
    font-size: 6px;
  }
  .space a {
    padding-left: 5px;
    font-size: 6px;
  }
}

.ueberuns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 100%;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 50px;
  background: white;
  display: inline-block;
}

.ueberuns h1 {
  font-size: 40px;
}

.ueberuns h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  color: white;
  font-size: 50px;
  line-height: 40px;
  color: black;
}

.ueberuns h3 {
  text-align: left;
  padding: 20px;
  margin: 30px;
  font-size: 22px;
  line-height: 24px;
  color: black;
  font-weight: normal;
}

.ueberuns {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}

.card-ueber {
  float: right;
  margin-right: 150px;
  margin-left: 100px;
  margin-top: 40px;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  -webkit-box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.card-ueber .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card-ueber .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-ueber .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px 8px #111;
  margin-top: -110px;
  height: 40px;
}

.card-ueber:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.title-white {
  color: white;
}

@media screen and (max-width: 1200px) {
  .card-ueber {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .card_title {
    font-size: 24px;
  }
}

.ueberuns-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 100%;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 50px;
  background: white;
  display: inline-block;
}

.ueberuns-2 h1 {
  font-size: 40px;
}

.ueberuns-2 h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  color: white;
  font-size: 50px;
  line-height: 40px;
  color: black;
}

.ueberuns-2 h3 {
  text-align: left;
  padding: 20px;
  margin: 30px;
  font-size: 22px;
  line-height: 24px;
  color: black;
  font-weight: normal;
}

.ueberuns-2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}

.card-ueber-2 {
  float: left;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 40px;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  -webkit-box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.card-ueber-2 .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card-ueber-2 .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-ueber-2 .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px 8px #111;
  margin-top: -110px;
  height: 40px;
}

.card-ueber-2:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.title-white {
  color: white;
}

@media screen and (max-width: 1200px) {
  .card-ueber {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .card_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .card-ueber-2 {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.kontakt-section {
  margin: 0;
  padding: 0;
  font-style: helvetica;
  background: #fff;
  background-size: cover;
}

.kontakt-section h1 {
  text-align: center;
  padding-top: 30px;
  font-size: 40px;
  color: #000;
}

.kontakt {
  padding: 40px 0;
}

.border {
  width: 100px;
  height: 10px;
  background: #0E4000;
  margin: 30px auto;
}

.kontakt-form {
  max-width: 600px;
  margin: auto;
  padding: 0 10px;
  overflow: hidden;
}

.contact-form-text {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 16px 0;
  border: 0;
  background: #111;
  padding: 20px 40px;
  outline: none;
  color: #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form-text:hover {
  -webkit-box-shadow: 0 0 10px 4px #1C8000;
          box-shadow: 0 0 10px 4px #1C8000;
}

.contact-form-text:focus {
  -webkit-box-shadow: 0 0 10px 4px #1C8000;
          box-shadow: 0 0 10px 4px #1C8000;
}

textarea.contact-form-text {
  resize: none;
  height: 120px;
}

.contact-form-btn {
  float: right;
  border: 0;
  background: #1C8000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 50px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form-btn:hover {
  background: #0E4000;
}

.shop {
  margin: 100px;
  text-align: center;
}

.wrapper {
  height: 420px;
  width: 900px;
  margin: 50px auto;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
  float: left;
  height: 420px;
  width: 500px;
}

.product-img img {
  border-radius: 7px 0 0 7px;
}

.product-info {
  float: left;
  height: 420px;
  width: 400px;
  border-radius: 0 7px 10px 7px;
  background-color: #ffffff;
}

.product-text {
  height: 300px;
  width: 327px;
}

.product-text h1 {
  margin: 0 0 0 38px;
  padding-top: 52px;
  font-size: 34px;
  color: #474747;
}

.product-text h1,
.product-price-btn p {
  font-family: 'Helvetica', serif;
}

.product-text h2 {
  margin: 0 0 47px 38px;
  font-size: 13px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #d2d2d2;
  letter-spacing: 0.2em;
}

.product-text p {
  height: 125px;
  margin: 0 0 0 38px;
  font-family: 'Helvetica', serif;
  color: #8d8d8d;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: lighter;
  overflow: hidden;
}

.product-price-btn {
  height: 103px;
  width: 327px;
  margin-top: 17px;
  position: relative;
}

.product-price-btn p {
  display: inline-block;
  position: absolute;
  top: -13px;
  height: 50px;
  font-family: Helvetica, serif;
  margin: 0 0 0 38px;
  font-size: 28px;
  font-weight: lighter;
  color: #27272727;
}

.product-price-btn button {
  float: right;
  height: 50px;
  width: 176px;
  margin: 0 40px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: transparent;
  border-radius: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #0E4000;
  cursor: pointer;
  outline: none;
}

.product-price-btn button:hover {
  background-color: #1C8000;
}

@-webkit-keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: none;
  color: #fff;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: #1C8000;
}

.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #1C8000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
/*# sourceMappingURL=main.css.map */