* {

  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  border: 0px;
  border-collapse: collapse;
  webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  outline: 0;
  letter-spacing: 1.5px;
  line-height: 180%;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

html,body {

  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
}

h1 {

  text-align: center;
  font-size: 30px;
  margin: 0px;
}

h2 {

}

  h2, h2 span, h2 span a {

    text-align: center;
    font-size: 80px;
    font-weight: normal;
    text-decoration: none;
  }

  h2 span a{
    color: currentColor;
  }

h3 {

  font-size: 60px;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 65px;
  font-weight: normal;
  line-height: 140%;
}

p {

  text-align: center;
  font-size: 27px;
  padding: 0px 80px 20px 80px;
}

.flex-direction-nav {

  list-style-type: none;
}

.flex-direction-nav li a {

  text-decoration: none;
  color: transparent;
}

.flex-control-nav {

  list-style-type: none;
}

.flex-control-nav li a{

  text-decoration: none;
  color: transparent;
}

p, p span {

  margin: 0px;
  text-align: center;
  font-size: 27px;
  position: relative;
}

.lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.lightbox-open {
  z-index: 9999;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

div.otherContent {

  padding: 15px 0px 15px 0px;
  font-weight: bold;
}

div[data-anchor="kultur"] p {

  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

  p strong {

    font-size: 27px;
  }

  p a {

    text-decoration: none;
    font-size: 27px;
  }

    p a:hover {

      color: blue;
    }

      p:last-of-type {

        padding: 0px 20px;
      }

iframe {

  width: 100%;
  height: 100%;
}

header {

}

  header div.navigation {

    position: fixed;
    display: block;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
  }

  header div.hamburger {

    z-index: 99999;
    position: absolute;
    padding: 20px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    pointer-events: all;
  }

    header div.hamburger div.bar {

      z-index: 99;
      width: 100%;
      height: 5px;
      background-color: #000000;
      margin-bottom: 3px;
    }

    header div.hamburger div.bar:nth-child(3) {

      margin-bottom: 0px;
    }

nav.open {

  display: block !important;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  overflow-y: auto;
  overflow-x: hidden;
}

nav {

  cursor: pointer;
  background-color: #f8de00;
  position: relative;
  height: 100%;
  margin: 5px 0px 0px 60px;
  pointer-events: all;
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

  nav ul {

    padding: 0px 40px 5px 15px;
    margin: 0px;
  }

    nav ul li {

      list-style: none;
    }

      /*nav ul li:last-of-type {
        
        margin-top: 50px;
      }*/
      
        /*nav ul li:last-of-type a {
      
          font-size: 10px;
        }*/

      nav ul li:nth-child(1) {

        padding-top: 10px;
      }

        nav ul li:nth-child(3) {

          margin: 20px 0px;
        }

          nav ul li a {

            text-decoration: none;
            color: #4d4d4d;
            font-weight: bold;
          }

            nav ul li a:hover, nav ul li.active a, .otherContent:hover, .otherContent.active {

              color: #ffffff;
            }

section#content {


}

  section#content div#fullpage {


  }

    section#content div#fullpage div.section {


    }

      section#content div#fullpage div.section article.slide {


      }

      section#content div#fullpage div.section article.slide div.fp-tableCell {

        position: relative;
      }

        section#content div#fullpage div.section article.slide div.fp-tableCell > img {

          position: absolute;
          top: 0px;
        }

        section#content div#fullpage div.section article.slide div.fp-tableCell > h2:nth-child(1) {

          position: absolute;
          top: 80px;
          z-index: 1;
          width: 100%;
          text-align: center;
          margin: 0px;
          padding: 0px;
        }

      section#content div#fullpage div.section article.slide div.img-content {

        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        top: 0px;
        position: absolute;
        width: 100%;
      }

      section#content div#fullpage div.section.fp-section.active.fp-completely {

      }

        section#content div#fullpage div.section.fp-section.active.fp-completely div.fp-controlArrow.fp-prev {

          border-color: transparent #000000 transparent transparent;
          border-width: 5px 8px 5px 0;
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
        }

        section#content div#fullpage div.section.fp-section.active.fp-completely div.fp-controlArrow.fp-next {

          border-color: transparent transparent transparent #000000;
          border-width: 5px 0 5px 8px;
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
        }

.fp-controlArrow.fp-prev {

  border-color: transparent transparent transparent #000000;
  border-width: 5px 8px 5px 0;
  display: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-controlArrow.fp-prev.active {

  border-color: transparent transparent transparent #000000;
  border-width: 5px 8px 5px 0;
  opacity: 1;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-controlArrow.fp-next {

  border-color: transparent transparent transparent #000000;
  border-width: 5px 0 5px 8px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fp-prev:after {

  content:"";
  padding: 30px;  
  position: absolute;
  left: -20px;
  top: -30px;
}

.fp-next:after {

  content:"";
  padding: 30px;  
  position: absolute;
  right: -20px;
  top: -30px;
}

.arrowUp,
.arrowDown {

  position:fixed;
  z-index:99;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.arrowDown {

  bottom: 20px;
  border-width: 8px 5px 0px 5px;
  border-color: #000000 transparent transparent transparent;
}

.arrowDown:after {

  content: "";
  padding: 30px;
  position: absolute;
  bottom: -22px;
  left: -30px;
}

.arrowUp {

  top: 20px;
  border-width: 0px 5px 8px 5px;
  border-color: transparent transparent #000000 transparent;
}

.arrowUp:after {

  content: "";
  padding: 30px;
  position: absolute;
  top: -22px;
  left: -30px;
}

body div.pagenumber {

  position: fixed;
  z-index: 5;
  top: 50%;
  right: 35px;
  font-size: 15px;
  opacity: 0; 
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

  body div.pagenumber.visible {

    opacity: 1;
  }

.slides{

}

  .slides > li{
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    height: 100% !important;
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

@media only screen and (max-width :1180px), screen and (max-height: 990px) {

section#content div#fullpage div.section article.slide div.fp-tableCell > h2 {

    top: 50px;
  }

h2, h2 span, h2 span a {

  font-size: 60px;
  line-height: 140%;
}

h3 {

  font-size: 45px;
  margin-bottom: 20px;
  line-height: 140%;
}

p {

  font-size: 18px;
  line-height: 140%;
}

  p, p span {

    font-size: 18px;
    line-height: 140%;
  }

  p strong {

   font-size: 18px;
   line-height: 150%;
  }

  p a {

    font-size: 18px;
    line-height: 140%;
  }

header div.hamburger {

    padding: 15px;
  }
}

@media only screen and (max-width :700px), screen and (max-height: 700px) {

body div.pagenumber {

  top: 20px;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2, h2 span, h2 span a {

  font-size: 30px;
  line-height: 140%;
}

h3 {

  font-size: 20px;
  margin-bottom: 10px;
  line-height: 140%;
  padding: 0px 30px;
}

p {

  font-size: 14px;
  padding: 0px 30px 10px 30px;
  line-height: 140%;
}

  p, p span {

    font-size: 14px;
    line-height: 140%;
  }

  p strong {

    font-size: 14px;
    line-height: 140%;
  }

  p a {

    font-size: 14px;
    line-height: 140%;
  }
}

@media only screen and (max-width :400px), screen and (max-height: 430px) {

section#content div#fullpage div.section article.slide div.fp-tableCell > h2 {

    top: 40px;
  }

h2, h2 span, h2 span a {

  font-size: 30px;
}

h3 {

  font-size: 20px;
  margin-bottom: 10px;

}

p {

  font-size: 14px;
}

  p, p span {

    font-size: 14px;
  }

  p strong {

    font-size: 14px;
  }

  p a {

    font-size: 14px;
  }
}

@media only screen and (max-width :360px), screen and (max-height: 370px) {

  section#content div#fullpage div.section:first-of-type article.slide:first-of-type div.fp-tableCell > h2 {

    top: 20px;
  }

  section#content div#fullpage div.section article.slide div.fp-tableCell > h2 {

    top: 30px;
  }

  h2, h2 span, h2 span a {

    font-size: 18px;
  }

  h3 {

    font-size: 14px;
    margin-bottom: 10px;
  }

p {

    font-size: 11px;
    padding-bottom: 10px;
  }

  p, p span {

    font-size: 11px;
  }

  p strong {

    font-size: 11px;
  }

  p a {

    font-size: 11px;
  }
}