html,
body {
  margin: 0;
  padding: 0;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
}
body {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
h1 {
  font-weight: 600;
  margin: 0 0 15px 0;
  font-size: 1.412em;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a[target=_blank] {
  text-decoration: underline;
}
.center {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .center {
    padding: 0;
  }
}
.frame-type-text {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.frame-type-image {
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
}
.frame-type-image figure {
  margin: 0;
}
.frame-type-image .ce-left {
  float: left;
  text-align: left;
  position: relative;
}
.frame-type-image .ce-left img {
  max-width: 100%;
  height: auto;
}
.frame-type-uploads {
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
}
.frame-type-uploads ul {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.frame-type-uploads ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.frame-type-uploads ul li a {
  color: inherit;
}
#wrapper-all {
  overflow: hidden;
}
#header {
  color: #ffffff;
  width: 100%;
  float: left;
}
#header #logo {
  width: 206px;
  position: absolute;
  top: 60px;
  left: 60px;
}
@media screen and (max-width: 760px) {
  #header #logo {
    top: 20px;
    left: 20px;
    width: 150px;
  }
}
@media screen and (max-width: 760px) {
  #header #burger {
    width: 44px;
    height: 44px;
    top: 11px;
    right: 15px;
    padding: 7px 0;
    cursor: pointer;
    position: fixed;
    z-index: 101;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  #header #burger div {
    width: 25px;
    height: 2px;
    background: #ffffff;
    margin: 6px auto;
    border-radius: 2;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  #header #burger.open {
    background: transparent;
    padding: 23px 0 0 0;
  }
  #header #burger.open div {
    background: #ffffff;
    margin: -2px auto;
  }
  #header #burger.open div:nth-child(1) {
    transform: rotate(45deg);
  }
  #header #burger.open div:nth-child(2) {
    opacity: 0;
  }
  #header #burger.open div:nth-child(3) {
    transform: rotate(-45deg);
  }
}
#header #main-menu {
  float: right;
  font-weight: 700;
  text-transform: uppercase;
  margin: 142px 60px 0 0;
}
@media screen and (max-width: 760px) {
  #header #main-menu {
    margin: 150px 0 0 0;
    float: left;
  }
}
#header #main-menu ul {
  margin: 0;
  padding: 0;
}
#header #main-menu ul li {
  margin: 0 5px;
  padding: 0;
  float: left;
  list-style-type: none;
  border-bottom: 2px solid transparent;
}
#header #main-menu ul li:hover,
#header #main-menu ul li.active-li {
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 760px) {
  #header #main-menu ul li {
    border-bottom: 0 !important;
    font-size: 1.176rem;
    margin: 0 0 10px 0;
    opacity: 0.8;
  }
  #header #main-menu ul li:hover,
  #header #main-menu ul li.active-li {
    opacity: 1;
  }
}
#header #main-menu ul li a {
  color: inherit;
  line-height: 1.176rem;
  letter-spacing: 1px;
  padding: 0 4px 0 5px;
}
#header #main-menu ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  #header #main-menu ul li {
    float: none;
  }
  #header #main-menu ul li ul {
    padding: 0 0 5px 0;
  }
  #header #main-menu ul li ul li {
    margin: 0;
    font-weight: 300;
    line-height: 1.2;
  }
  #header #main-menu ul li ul li.item-active {
    opacity: 1;
  }
}
@media screen and (max-width: 760px) {
  #header #main-menu {
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    right: -250px;
    bottom: 0;
    width: 250px;
    margin: 0;
    padding: 115px 15px 15px 35px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  #header #main-menu.open {
    right: 0;
  }
}
#inhalt {
  width: 100%;
  float: left;
  margin: 65px 0 0 0;
}
@media screen and (max-width: 760px) {
  #inhalt {
    margin: 135px 0 0 0;
  }
}
#inhalt #home-text-oben {
  color: #ffffff;
  padding: 97px 180px 135px 120px;
  font-weight: 500;
  font-size: 1.2em;
  position: relative;
  width: 97.5%;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(-3.2deg);
  z-index: 1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#inhalt #home-text-oben > * {
  transform: rotate(3.2deg);
}
@media screen and (max-width: 920px) {
  #inhalt #home-text-oben {
    padding: 57px 70px 85px 70px;
  }
}
@media screen and (max-width: 760px) {
  #inhalt #home-text-oben {
    width: auto;
    padding: 30px 130px 70px 130px;
    margin: 0 -100px;
    font-size: 1.1em;
  }
}
#inhalt #home-text-unten {
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  margin: -60px 0 0 0;
  color: #4d4d4d;
}
#inhalt #home-text-unten h2 {
  margin: 60px 0 10px 120px;
  font-size: 1.176em;
  font-weight: 700;
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 0 10px;
}
#inhalt #home-text-unten h2:before {
  content: ' ';
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #4d4d4d;
  font-size: 0rem;
  position: absolute;
  left: -20px;
  top: 7px;
}
#inhalt #home-text-unten h2 a {
  color: inherit;
}
@media screen and (max-width: 760px) {
  #inhalt #home-text-unten h2 {
    margin: 60px 0 10px 70px;
  }
}
@media screen and (max-width: 760px) {
  #inhalt #home-text-unten h2 {
    margin: 60px 0 10px 35px;
  }
}
#inhalt #text-oben {
  position: relative;
  padding: 80px 110px 60px 120px;
  font-size: 1em;
  width: 97.5%;
  float: left;
  color: #4d4d4d;
  transform: rotate(-3.2deg);
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#inhalt #text-oben > * {
  transform: rotate(3.2deg);
  float: left;
  width: 100%;
}
@media screen and (max-width: 920px) {
  #inhalt #text-oben {
    padding: 57px 70px 55px 70px;
  }
}
@media screen and (max-width: 760px) {
  #inhalt #text-oben {
    width: auto;
    margin: 0 -100px;
    padding: 57px 120px 55px 120px;
  }
}
#inhalt #news-text-oben,
#inhalt #news-text-unten {
  color: #4d4d4d;
}
#inhalt #news-text-oben .news .article,
#inhalt #news-text-unten .news .article {
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#inhalt #news-text-oben .news .article:nth-child(odd),
#inhalt #news-text-unten .news .article:nth-child(odd) {
  transform: rotate(-3.2deg);
  z-index: 1;
}
@media screen and (max-width: 760px) {
  #inhalt #news-text-oben .news .article:nth-child(odd),
  #inhalt #news-text-unten .news .article:nth-child(odd) {
    margin: 0 -100px;
  }
}
#inhalt #news-text-oben .news .article:nth-child(odd) .news-wrap,
#inhalt #news-text-unten .news .article:nth-child(odd) .news-wrap {
  transform: rotate(3.2deg);
  padding: 80px 110px 15px 120px;
}
@media screen and (max-width: 920px) {
  #inhalt #news-text-oben .news .article:nth-child(odd) .news-wrap,
  #inhalt #news-text-unten .news .article:nth-child(odd) .news-wrap {
    padding: 70px 70px 15px 70px;
  }
}
@media screen and (max-width: 760px) {
  #inhalt #news-text-oben .news .article:nth-child(odd) .news-wrap,
  #inhalt #news-text-unten .news .article:nth-child(odd) .news-wrap {
    padding: 70px 120px 15px 120px;
  }
}
#inhalt #news-text-oben .news .article:nth-child(even),
#inhalt #news-text-unten .news .article:nth-child(even) {
  transform: rotate(2.5deg);
  z-index: 2;
  margin: -20px 20px -50px 20px;
}
@media screen and (max-width: 760px) {
  #inhalt #news-text-oben .news .article:nth-child(even),
  #inhalt #news-text-unten .news .article:nth-child(even) {
    margin: -25px -100px 0 -100px;
  }
}
#inhalt #news-text-oben .news .article:nth-child(even) .news-wrap,
#inhalt #news-text-unten .news .article:nth-child(even) .news-wrap {
  transform: rotate(-2.5deg);
  padding: 70px 90px;
}
@media screen and (max-width: 920px) {
  #inhalt #news-text-oben .news .article:nth-child(even) .news-wrap,
  #inhalt #news-text-unten .news .article:nth-child(even) .news-wrap {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 760px) {
  #inhalt #news-text-oben .news .article:nth-child(even) .news-wrap,
  #inhalt #news-text-unten .news .article:nth-child(even) .news-wrap {
    padding: 70px 120px 55px 120px;
  }
}
#inhalt #news-text-unten {
  margin: 30px 0 40px;
}
@media screen and (max-width: 760px) {
  #inhalt #news-text-unten {
    margin: 0;
  }
}
#inhalt #news-text-unten > div {
  position: relative;
}
#inhalt #news-text-unten > div:first-child {
  z-index: 1;
  margin: 0 32px 0 -10px;
}
#inhalt #news-text-unten .news-menu-view {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 35px 120px 55px 140px;
  margin: -40px 0;
  font-size: 1em;
  font-weight: 700;
  transform: rotate(-3.2deg);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  #inhalt #news-text-unten .news-menu-view {
    padding: 40px 70px 60px 90px;
  }
}
#inhalt #news-text-unten .news-menu-view ul {
  margin: 0;
  padding: 0;
  transform: rotate(3.2deg);
}
#inhalt #news-text-unten .news-menu-view ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 2px 0 0;
}
#inhalt #news-text-unten .news-menu-view ul li a {
  color: inherit;
  padding: 0 4px 0 5px;
}
#inhalt #news-text-unten .news-menu-view ul li a:hover {
  text-decoration: none;
}
#inhalt #news-text-unten .news-menu-view ul li:after {
  content: ' |';
}
#inhalt #news-text-unten .news-menu-view ul li:last-child:after {
  content: none;
}
#inhalt #news-text-unten .news-menu-view ul li a:hover,
#inhalt #news-text-unten .news-menu-view ul li.item-active a {
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 760px) {
  #inhalt #news-text-unten .news-menu-view {
    display: none;
  }
}
#inhalt #news-text-unten .no-news .news-wrap {
  padding-bottom: 60px !important;
}
.page-navigation {
  position: relative;
  z-index: 5;
}
.page-navigation > p {
  display: none;
}
#c8,
#c17 {
  z-index: 1;
}
#c10,
#c18 {
  z-index: 2;
}
#footer {
  color: #ffffff;
  width: 100%;
  float: left;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  #footer {
    margin-top: -80px;
    padding: 110px 0 0 0;
    font-size: 0.95rem;
  }
}
#footer ul {
  margin: 0 70px 50px 0;
  padding: 0;
  text-align: left;
  float: right;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 760px) {
  #footer ul {
    margin: 0 20px 50px 0;
  }
}
#footer ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  opacity: 0.5;
}
#footer ul li a {
  color: inherit;
}
#footer ul li:nth-child(1) {
  display: block;
  width: 27px;
  height: 38px;
  position: absolute;
  left: -50px;
  top: -1px;
  font-size: 0;
  opacity: 0.9;
}
#footer ul li:nth-child(1) a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer ul li:nth-child(2) {
  display: block;
  opacity: 1;
}
#footer ul li:nth-child(2) a:after {
  content: ' ›››';
}
#footer ul li:last-child {
  margin: 0 0 0 5px;
}
#footer ul li:last-child:before {
  content: ' | ';
}
body:not(.page-2) #footer {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 760px) {
  body:not(.page-2) #footer {
    margin-top: -50px;
    padding: 90px 0 0 0;
  }
}
/* news */
.news .news-list-view .article a {
  color: inherit;
}
.news .news-list-view .article h3 {
  font-size: 1.765em;
  line-height: 1.2em;
  font-weight: 800;
  margin: 0 0 10px 0;
}
.news .news-list-view .article h3 a {
  color: inherit;
}
.news .news-list-view .article h3:before {
  content: '»';
}
.news .news-list-view .article h3:after {
  content: '«';
}
.news .news-list-view .article .news-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news .news-list-view .article .news-wrap .news-img-wrap {
  float: left;
  width: 33.3333%;
  position: relative;
  margin: 0;
  padding: 9px 20px 0 0;
}
.news .news-list-view .article .news-wrap .news-img-wrap img {
  max-width: 100%;
  height: auto;
}
.news .news-list-view .article .news-wrap.news-wrap-image .text-wrapper {
  float: right;
  width: 66.6666%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 760px) {
  .news .news-list-view .article .news-wrap.news-wrap-image .text-wrapper {
    width: 100%;
  }
}
.news .news-list-view .article .news-wrap.news-wrap-image .text-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.news .news-list-view .article .news-wrap.news-wrap-image .text-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .news .news-list-view .article .news-wrap .news-img-wrap {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .news-list-view .article .news-wrap .text-wrapper {
    width: 100%;
    padding: 0 !important;
  }
}
.news .news-list-view .article .news-list-date {
  font-size: 1.412em;
  font-weight: 600;
}
.news .news-list-view .article .news-ort {
  margin: -15px 0 0 0;
}
.news .news-list-view .article .news-gaeste {
  font-weight: 600;
}
.news .news-list-view .article.home {
  padding: 0 110px 94px 120px;
}
@media screen and (max-width: 920px) {
  .news .news-list-view .article.home {
    padding: 0 70px 94px 70px;
  }
}
@media screen and (max-width: 920px) {
  .news .news-list-view .article.home {
    padding: 0 15px 94px 47px;
  }
}
.news .news-list-view .article.home svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 760px) {
  .news .news-list-view .article.home svg {
    width: 120%;
    left: -20px;
  }
}
.news .news-list-view .article.home .news-list-date {
  font-size: 1.176em;
}
.page-8 #inhalt p,
.page-8 #inhalt ul {
  font-size: 0.7em;
}
