.navbar {
  background-color: transparent;
}

.page_title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 500%;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.body {
  margin: 0px;
  padding: 0px;
  background-color: #eee;
  font-family: 'Nunito Sans', sans-serif;
  color: #101826;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.nav_link {
  margin-top: 13px;
  margin-right: 17px;
  padding: 4px 13px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #866c00;
  border-radius: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #101826;
  font-size: 81%;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav_link:hover {
  border-color: #866c00;
  color: #866c00;
  text-decoration: none;
}

.nav_link.w--current {
  color: #101826;
}

.nav_link.w--current:hover {
  color: #f1c40f;
}

.separator {
  width: 20%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: -40px;
  background-color: #866c00;
}

.site_container {
  display: block;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f9f9f9;
}

.container {
  position: relative;
  display: block;
  width: 1170px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.hidden {
  display: none;
}

.page_subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 215px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 145%;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding-bottom: 0px;
}

.section.footer {
  z-index: 50;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #866c00;
  color: #fff;
}

.section.impressum {
  height: 100%;
}

.column {
  position: static;
  padding-right: 12.5px;
  padding-left: 0px;
}

.nav_menu {
  margin-top: 15px;
  float: left;
  color: transparent;
}

.menu_button {
  float: right;
}

.logo {
  height: 80px;
  float: right;
}

.p {
  margin-bottom: 30px;
  padding-right: 50px;
  color: rgba(16, 24, 38, 0.7);
  font-size: 100%;
  line-height: 150%;
  font-weight: 400;
}

.content_image {
  position: relative;
  height: 600px;
  margin-top: 0px;
  background-image: url('../images/content_first.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.navigation_fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 16px;
  background-color: hsla(0, 0%, 97.6%, 0.98);
}

.navigation_fixed.small {
  z-index: 50;
  background-color: hsla(0, 0%, 97.6%, 0.95);
}

.content_heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Cormorant Garamond', sans-serif;
  font-size: 294%;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.content_subheading {
  margin-bottom: 20px;
  padding-right: 105px;
  font-size: 106%;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.container_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex_child {
  position: relative;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.flex_child.col2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex_child.flex66 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}

.content_head_category {
  color: #866c00;
  font-size: 106%;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.content_subhead_category {
  margin-right: 50px;
  color: #866c00;
  font-size: 93%;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.imag {
  position: relative;
  z-index: 40;
}

.content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #000;
}

.flex_child_list {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  list-style-type: disc;
}

.link {
  color: #000;
  font-size: 90%;
  line-height: 110%;
  font-weight: 600;
  text-decoration: none;
}

.link.white {
  color: #f9f9f9;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1c40f;
}

.nav_spacer {
  height: 120px;
}

.content_text_category {
  padding-right: 50px;
  padding-bottom: 25px;
  font-size: 100%;
  line-height: 156.25%;
}

.gk_view {
  width: 100%;
  height: 240px;
  background-image: url('../images/view2.jpg');
  background-position: 50% 38%;
  background-size: cover;
}

.span {
  color: #101826;
  font-weight: 400;
}

.call_footer {
  font-weight: 600;
}

.heading_footer {
  margin-top: 10px;
  font-size: 96%;
  font-weight: 400;
  text-align: left;
}

.heading_footer.right {
  text-align: right;
}

.image_news {
  padding-right: 22px;
}

.span_impress {
  font-weight: 600;
  text-transform: uppercase;
}

.gk {
  margin-bottom: 4px;
  color: #866c00;
  font-size: 120%;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.send_mail {
  color: #101826;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.lightbox {
  position: static;
  z-index: 15000;
  padding-right: 22px;
}

.image {
  position: static;
}

.piwik {
  margin-left: -6px;
  font-size: 16px;
}

.html-embed {
  width: 100%;
}

.bold-text {
  font-weight: 600;
}

.rich-text-block {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .page_title {
    font-size: 400%;
  }

  .page_subtitle {
    padding-right: 38px;
  }

  .section.footer {
    height: 40px;
  }

  .navigation_fixed.small {
    background-color: hsla(0, 0%, 97.6%, 0.95);
  }

  .container_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container_flex.tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .page_title {
    font-size: 300%;
  }

  .container.navmobil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page_subtitle {
    font-size: 100%;
  }

  .section.footer {
    height: 40px;
  }

  .column {
    padding-right: 0px;
  }

  .nav_menu {
    color: transparent;
  }

  .nav_menu.small {
    z-index: 9000;
    margin-top: 0px;
    padding-bottom: 11px;
    padding-left: 20px;
    border: 0px none transparent;
    border-radius: 0px;
    background-color: hsla(0, 0%, 97.6%, 0.95);
  }

  .menu_button.w--open {
    background-color: transparent;
  }

  .navigation_fixed {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 97.6%, 0.98);
  }

  .navigation_fixed.small {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 97.6%, 0.95);
  }

  .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container_flex.tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container_flex.footermob {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex_child.flex66 {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }

  .nav_spacer {
    height: 60px;
  }

  .content_text_category {
    padding-right: 0px;
  }

  .icon {
    background-color: transparent;
    color: #f1c40f;
  }

  .icon-2 {
    color: #f1c40f;
  }

  .icon-3 {
    color: #f1c40f;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0px;
  }

  .page_title {
    font-size: 236%;
  }

  .nav_link {
    margin-right: auto;
  }

  .nav_link.w--current {
    margin-right: 0px;
  }

  .container.navmobil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page_subtitle {
    font-size: 95%;
  }

  .section.footer {
    height: 69px;
  }

  .column {
    padding-right: 0px;
  }

  .nav_menu.small {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: none;
    border-color: transparent;
    border-radius: 0px;
    background-color: hsla(0, 0%, 97.6%, 0.95);
  }

  .navigation_fixed {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation_fixed.small {
    width: 100%;
    padding-top: 0px;
    background-color: hsla(0, 0%, 97.6%, 0.95);
  }

  .content_heading {
    font-size: 160%;
  }

  .content_subheading {
    padding-right: 20px;
    font-size: 100%;
  }

  .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container_flex.tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container_flex.footermob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav_spacer {
    height: 60px;
  }

  .heading_footer.right {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading_footer.small {
    font-size: 85%;
  }

  .gk {
    font-size: 100%;
  }

  .icon {
    background-color: transparent;
    color: #f1c40f;
  }

  .icon-2 {
    color: #f1c40f;
  }

  .icon-3 {
    color: #f1c40f;
  }
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v5-latin-600.woff2') format('woff2'), url('../fonts/cormorant-garamond-v5-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v5-latin-regular.woff2') format('woff2'), url('../fonts/cormorant-garamond-v5-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans-v3-latin-600.woff2') format('woff2'), url('../fonts/nunito-sans-v3-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans-v3-latin-regular.woff2') format('woff2'), url('../fonts/nunito-sans-v3-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/nunito-sans-v3-latin-300.woff2') format('woff2'), url('../fonts/nunito-sans-v3-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-v5-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}