@import url("https://fonts.googleapis.com/css?family=Khand:400,500|Ruda:400,700");
html, body {
  height: 100%;
  margin: 0pt; }

body {
  display: table;
  height: 100%;
  width: 100%; }

body > div {
  display: table-row;
  height: 1px; }

#wrapper {
  position: relative;
  height: auto;
  height: 100%;
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  .daniel br {
    display: none; } }

body, html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #8b002b; }

#contentMain {
  overflow: hidden;
  margin: 0 auto; }

.touch .splashScreen {
  background-attachment: scroll; }

body.mobile .splashScreen video {
  display: none; }

body.portrait .splashScreen video {
  height: 100vh;
  width: auto; }

body.landscape .splashScreen video {
  width: 100%;
  height: auto; }

.splashScreen {
  background: whitesmoke url("/images/frame.jpg") no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  background: #fff;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .splashScreen video, .splashScreen video src {
    position: absolute;
    /*width: 100%;*/
    height: 100vh;
    z-index: 10; }
  .splashScreen #logoStart, .splashScreen #logoEnd, .splashScreen #logoText {
    display: none; }
  .splashScreen .logo {
    position: relative;
    top: 30vh;
    z-index: 20; }
    .splashScreen .logo .part1 {
      position: relative;
      height: 100px;
      width: 62%; }
      .splashScreen .logo .part1 .inner {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: auto;
        width: 4000px; }
    .splashScreen .logo .part2 {
      position: relative;
      height: 100px;
      width: 50%;
      margin: 0 auto;
      margin-right: 0px; }
      .splashScreen .logo .part2 .inner {
        position: absolute;
        top: -40px;
        right: auto;
        bottom: 0px;
        left: 0px;
        width: 4000px; }
  @media screen and (max-width: 800px) {
    .splashScreen .logo .part1 .inner, .splashScreen .logo .part2 .inner {
      display: none; }
    .splashScreen .logo .part1 {
      background-image: url("/images/logo_normal.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: calc(100% - 1rem); } }
  .splashScreen h1, .splashScreen h2, .splashScreen h3, .splashScreen h4 {
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
    font-size: 4rem;
    max-width: 600px;
    margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .splashScreen {
      background: whitesmoke url("/images/splash_screen.jpg") no-repeat center;
      background-size: cover;
      background-attachment: scroll;
      height: 100vh; }
      .splashScreen video {
        display: none; }
      .splashScreen .part1 {
        position: relative;
        height: 100px;
        width: 62%; }
        .splashScreen .part1 .inner {
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          left: auto;
          width: 500px; }
      .splashScreen .part2 {
        position: relative;
        height: 100px;
        width: 50%;
        margin: 0 auto;
        margin-right: 0px; }
        .splashScreen .part2 .inner {
          position: absolute;
          top: -40px;
          right: auto;
          bottom: 0px;
          left: 0px;
          width: 4000px; } }

.navigation {
  z-index: 100 !important;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0px;
  text-align: center;
  background: #8b002b;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  z-index: 10; }
  .navigation.navigationJS {
    display: none; }
  .navigation .menuButton {
    display: none; }
  .navigation li {
    display: inline-block;
    padding: 10px; }
    .navigation li a {
      font-family: "Khand", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      color: white;
      letter-spacing: 0.04em;
      text-transform: uppercase; }
  @media screen and (max-width: 600px) {
    .navigation {
      transition: all 0.8s;
      position: fixed;
      top: 0px;
      right: 0px;
      bottom: auto;
      left: 0px;
      background: white;
      box-shadow: none;
      border-bottom: 4px solid #eee;
      padding: 15px;
      display: none; }
      .navigation.navigationJS {
        display: block; }
      .navigation.open {
        border-color: #72ae41; }
        .navigation.open .menuButton {
          border-color: #72ae41;
          background-image: url("/images/svg_icons/close-round.svg"); }
      .navigation .menuButton {
        transition: border-color 0.8s;
        position: absolute;
        top: auto;
        right: 23px;
        bottom: -23px;
        left: auto;
        display: block;
        width: 46px;
        height: 46px;
        border-radius: 50px;
        background: white url("/images/svg_icons/navicon-round.svg");
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
        border: 4px solid #eee; }
      .navigation li {
        display: none;
        padding: 10px;
        opacity: 0; }
        .navigation li a {
          font-family: "Khand", sans-serif;
          font-size: 1.5rem;
          font-weight: 500;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          color: #aaa;
          letter-spacing: 0.04em;
          text-transform: uppercase; } }

h1, h2, h3, h4 {
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center; }

h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.1em;
  letter-spacing: 0.04em; }

h4 {
  font-size: 2.8rem;
  color: #72ae41;
  letter-spacing: 0.04em;
  line-height: 1.1em;
  margin-bottom: 0.5rem; }

p, ul li, .sectionContainer .section .imageHeader div, p *, ul li *, .sectionContainer .section .imageHeader div * {
  font-family: "Ruda", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  max-width: 600px;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 auto; }
  p a, ul li a, .sectionContainer .section .imageHeader div a, p * a, ul li * a, .sectionContainer .section .imageHeader div * a {
    color: #72ae41; }
  @media screen and (max-width: 800px) {
    p, ul li, .sectionContainer .section .imageHeader div, p *, ul li *, .sectionContainer .section .imageHeader div * {
      text-align: left; } }

ul li {
  position: relative;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1em;
  padding: 0.25rem 0; }

.sectionContainer {
  width: 100%;
  background: white;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1); }
  .sectionContainer .section {
    padding: 1rem; }
    .sectionContainer .section.grey {
      background: whitesmoke; }
    .sectionContainer .section.black {
      background: #8b002b; }
    .sectionContainer .section.noMargin {
      padding: 0rem 0; }
      .sectionContainer .section.noMargin .sectionEnd {
        display: none; }
    .sectionContainer .section.noEndMark .sectionEnd {
      display: none; }
    .sectionContainer .section.noPadding {
      padding: 1rem 0; }
      @media screen and (max-width: 800px) {
        .sectionContainer .section.noPadding .introText > p, .sectionContainer .section.noPadding ul .introText > li, ul .sectionContainer .section.noPadding .introText > li, .sectionContainer .section.noPadding .imageHeader .introText > div {
          padding: 1rem; } }
    .sectionContainer .section .headerText {
      padding: 2rem; }
      .sectionContainer .section .headerText h3 {
        padding: 1rem 0; }
      .sectionContainer .section .headerText h2 {
        padding: 0.5rem 0;
        color: #72ae41;
        letter-spacing: 0.04em; }
      .sectionContainer .section .headerText .preBar, .sectionContainer .section .headerText .postBar {
        height: 6vh;
        width: 4px;
        border-radius: 4px;
        margin: 0 auto;
        background: #72ae41; }
      .sectionContainer .section .headerText .postBar {
        height: 6vh; }
    .sectionContainer .section .sectionEnd {
      height: 4px;
      width: 8%;
      min-width: 120px;
      border-radius: 4px;
      margin: 0px auto;
      background: #72ae41; }
    .sectionContainer .section .imageHeader {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      display: block; }
      .sectionContainer .section .imageHeader img {
        width: 100%;
        height: auto; }
      .sectionContainer .section .imageHeader div {
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding: 0.5rem 3rem;
        font-size: 0.875rem;
        color: #72ae41; }
      @media screen and (max-width: 1000px) {
        .sectionContainer .section .imageHeader div {
          padding: 0.5rem 1rem; } }

#mapsContainer {
  height: 50vh;
  width: 100%; }
  #mapsContainer:after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    bottom: 0px;
    left: -20px;
    box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
    pointer-events: none; }

.impressum {
  padding: 1rem;
  background: #8b002b; }
  .impressum p, .impressum ul li, ul .impressum li, .impressum .sectionContainer .section .imageHeader div, .sectionContainer .section .imageHeader .impressum div {
    color: white;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.5em;
    width: 100%;
    max-width: 33%;
    padding: 0 2rem; }
  .impressum p a, .impressum ul li a, ul .impressum li a, .impressum .sectionContainer .section .imageHeader div a, .sectionContainer .section .imageHeader .impressum div a, .impressum br {
    color: #72ae41;
    font-size: 0.75rem;
    line-height: 1.5em; }
  @media screen and (max-width: 900px) {
    .impressum p, .impressum ul li, ul .impressum li, .impressum .sectionContainer .section .imageHeader div, .sectionContainer .section .imageHeader .impressum div {
      padding: 0 0rem 2rem;
      max-width: 49%; }
      .impressum p:last-child, .impressum ul li:last-child, ul .impressum li:last-child, .impressum .sectionContainer .section .imageHeader div:last-child, .sectionContainer .section .imageHeader .impressum div:last-child {
        max-width: 99%; } }
  @media screen and (max-width: 500px) {
    .impressum p, .impressum ul li, ul .impressum li, .impressum .sectionContainer .section .imageHeader div, .sectionContainer .section .imageHeader .impressum div {
      padding-bottom: 2rem;
      max-width: 100%; } }

.imageGrid {
  font-size: 0;
  line-height: 0; }
  .imageGrid .imageRow:after {
    content: "";
    display: block;
    clear: both; }
  .imageGrid .image {
    display: block;
    width: 20%;
    background: #aaa;
    background-size: cover;
    background-position: center;
    float: left;
    font-size: 0;
    line-height: 0;
    border: 2px solid #fff;
    border-width: 4px 2px 4px 2px; }
    .imageGrid .image h3 {
      font-size: 2rem; }
    .imageGrid .image p, .imageGrid .image ul li, ul .imageGrid .image li, .imageGrid .image .sectionContainer .section .imageHeader div, .sectionContainer .section .imageHeader .imageGrid .image div {
      font-size: 0.9rem;
      line-height: 1.2em; }
    .imageGrid .image:before {
      padding-top: 125%;
      content: "";
      display: block; }
    @media screen and (max-width: 900px) {
      .imageGrid .image {
        width: 33%; }
        .imageGrid .image:nth-child(n+4) {
          display: none; } }
    @media screen and (max-width: 500px) {
      .imageGrid .image {
        width: 50%; }
        .imageGrid .image:nth-child(n+3) {
          display: none; } }
  .imageGrid.twoCenter {
    margin: 0 auto;
    padding: 2rem 0;
    max-width: 600px; }
    .imageGrid.twoCenter .image {
      background-color: transparent;
      width: 50%;
      box-sizing: border-box;
      padding-right: 2rem; }
      .imageGrid.twoCenter .image img {
        width: 100%;
        height: auto;
        padding: 1rem 0; }
      .imageGrid.twoCenter .image:before {
        content: none; }
    .imageGrid.twoCenter:nth-child(2n) {
      padding-right: 0;
      padding-left: 2rem; }
    @media screen and (max-width: 500px) {
      .imageGrid.twoCenter .image {
        width: 100%; }
        .imageGrid.twoCenter .image img {
          width: 60%;
          display: block;
          margin: 0 auto; } }
  .imageGrid.threeCenter {
    margin: 0 auto;
    padding: 2rem 0;
    max-width: 900px; }
    .imageGrid.threeCenter .image {
      background-color: transparent;
      width: 33.33%;
      box-sizing: border-box;
      padding-right: 2rem; }
      .imageGrid.threeCenter .image img {
        width: 100%;
        height: auto;
        padding: 1rem 0; }
      .imageGrid.threeCenter .image:before {
        content: none; }
    .imageGrid.threeCenter:nth-child(2n) {
      padding-right: 0;
      padding-left: 2rem; }
    @media screen and (max-width: 700px) {
      .imageGrid.threeCenter .image {
        width: 100%; }
        .imageGrid.threeCenter .image img {
          width: 60%;
          display: block;
          margin: 0 auto; } }

.productWrapper {
  overflow: hidden;
  position: relative;
  min-height: 75vh; }
  .productWrapper .product {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .productWrapper .product:after {
      display: block;
      content: '';
      clear: both; }
    .productWrapper .product .image {
      min-width: 300px;
      float: left;
      width: 50%;
      padding: 4rem; }
      .productWrapper .product .image img {
        width: 100%;
        height: auto; }
    .productWrapper .product .description {
      padding: 20% 1rem;
      width: 45%;
      float: left; }
      .productWrapper .product .description ul {
        margin-top: 0.5rem; }
      .productWrapper .product .description li {
        font-size: 1.21rem;
        padding-left: 2.5rem;
        line-height: 1.2em; }
        .productWrapper .product .description li:before {
          position: absolute;
          left: 0px;
          top: 42%;
          display: block;
          content: "";
          height: 4px;
          width: 2rem;
          border-radius: 4px;
          margin: 0px auto;
          background: #72ae41; }
    .productWrapper .product.right .image {
      float: right; }
    .productWrapper .product.right .description {
      float: right; }
    @media screen and (max-width: 900px) {
      .productWrapper .product .image, .productWrapper .product.right .image {
        padding: 0px;
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
      .productWrapper .product .description, .productWrapper .product.right .description {
        padding: 1rem;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        float: none; } }

.section.slider {
  position: relative;
  padding: 0px;
  height: 50vh;
  width: calc(100% - 100px);
  margin: 0 auto; }
  .section.slider .owl-stage-outer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin-bottom: 2rem; }
  .section.slider .sliderItem {
    height: 50vh;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    border: 4px solid transparent; }
    .section.slider .sliderItem img {
      height: 100%;
      width: auto; }
  .section.slider .owl-prev, .section.slider .owl-next {
    position: absolute;
    top: calc(50% - 100px);
    left: -50px;
    height: 200px;
    width: 40px;
    background: transparent url("/images/arrow_left.svg") no-repeat center; }
  .section.slider .owl-next {
    left: auto;
    right: -50px;
    background: transparent url("/images/arrow_right.svg") no-repeat center; }
