/* compiled by scssphp v0.8.0 on Wed, 20 Sep 2023 07:44:56 +0000 (0.0235s) */

@charset "utf-8";
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  position: relative; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Carling";

  src: url("/site/templates/fonts/opticarling-light-webfont.woff") format("woff"), url("/site/templates/fonts/opticarling-light-webfont.woff") format("woff2"); }

@font-face {
  font-family: 'brandon_grotesque-medium';

  src: url('/site/templates/fonts/brandon_med-webfont.woff2') format('woff2'), url('/site/templates/fonts/brandon_med-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque-bold';

  src: url('/site/templates/fonts/brandon_bld-webfont.woff2') format('woff2'), url('/site/templates/fonts/brandon_bld-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque-black';

  src: url('/site/templates/fonts/brandon_blk-webfont.woff2') format('woff2'), url('/site/templates/fonts/brandon_blk-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesque-light';

  src: url('/site/templates/fonts/brandon_light-webfont.woff2') format('woff2'), url('/site/templates/fonts/brandon_light-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal; }

@font-face {
  font-family: 'Material Icons';

  font-style: normal;

  font-weight: 400;

  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/site/templates/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/site/templates/fonts/MaterialIcons-Regular.woff) format('woff'); }

.medium, form.InputfieldForm p.description, body {
  font-family: brandon_grotesque-medium, sans-serif; }

.light {
  font-family: brandon_grotesque-light, sans-serif; }

.bold, .fs_headline_1, nav ul#mainNaviList li a span, main section.contentpart header h2, strong, ul#footerNaviList li a span, main section.contentpart h3, main section.contentpart h4 {
  font-family: brandon_grotesque-bold, sans-serif; }

.black, form.InputfieldForm label, form.InputfieldForm legend, form.InputfieldForm button, strong {
  font-family: brandon_grotesque-black, sans-serif; }

.icon {
  font-family: "Material Icons", sans-serif; }

.fs_text, form.InputfieldForm *, body {
  font-size: 1.2rem; }
  @media only screen and (max-width: 50rem) {
  .fs_text, form.InputfieldForm *, body {
    font-size: 1rem; } }

.fs_teaser, section.contentpart.text_1_col div.teaser * {
  font-size: 1.4rem; }

.fs_headline_1, nav ul#mainNaviList li a span, main section.contentpart header h2 {
  font-size: 3rem; }
  @media only screen and (max-width: 90.625rem) and (min-width: 75.01rem) {
  .fs_headline_1, nav ul#mainNaviList li a span, main section.contentpart header h2 {
    font-size: 2.5rem; } }
  @media only screen and (max-width: 75rem) {
  .fs_headline_1, nav ul#mainNaviList li a span, main section.contentpart header h2 {
    font-size: 2.5rem; } }
  @media only screen and (max-width: 50rem) {
  .fs_headline_1, nav ul#mainNaviList li a span, main section.contentpart header h2 {
    font-size: 2rem; } }

.fs_headline_2 {
  font-size: 2rem; }
  @media only screen and (max-width: 50rem) {
  .fs_headline_2 {
    font-size: 1.2rem; } }

.fs_headline_3, main section.contentpart h3 {
  font-size: 1.2rem; }
  @media only screen and (max-width: 50rem) {
  .fs_headline_3, main section.contentpart h3 {
    font-size: 1.2rem; } }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.shadow, body > header button, section.contentpart.gallery ul.gallery li a {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75); }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
form.InputfieldForm p.description {
  opacity: 1;
  margin-bottom: 1rem; }
  form.InputfieldForm fieldset {
    border: none;
    padding: 1rem 0; }
    @media only screen and (max-width: 50rem) {
  form.InputfieldForm fieldset {
    padding: 0 !important;
    border: none !important; } }
  form.InputfieldForm label, form.InputfieldForm legend {
    color: #1b5963; }
  form.InputfieldForm input, form.InputfieldForm textarea, form.InputfieldForm select {
    border: 1px solid #f0ab34;
    text-align: center;
    background-color: white;
    padding: 0.5rem; }
  form.InputfieldForm input[type=checkbox] {
    margin-right: 0.5rem; }
  form.InputfieldForm div#Inputfield_zeitauswahl button[type="button"] {
    margin: 0 0.5rem 1rem; }
    form.InputfieldForm div#Inputfield_zeitauswahl button[type="button"]::after {
      display: block;
      content: "buchbar";
      font-size: 0.9rem; }
    form.InputfieldForm div#Inputfield_zeitauswahl button[type="button"].selected {
      background-color: green; }
    form.InputfieldForm div#Inputfield_zeitauswahl button[type="button"].booked {
      background-color: #999;
      color: #ccc; }
      form.InputfieldForm div#Inputfield_zeitauswahl button[type="button"].booked::after {
        content: "belegt"; }
  form.InputfieldForm h2.fc-toolbar-title {
    font-size: clamp(1rem, 0.885vw, 1.7rem); }
  form.InputfieldForm button.fc-today-button {
    display: none; }
  form.InputfieldForm div.fc-event-time {
    display: none; }
  form.InputfieldForm a.fc-col-header-cell-cushion {
    font-size: clamp(0.9rem, 0.667vw, 1.3rem); }
  form.InputfieldForm div.fc-daygrid-day-events {
    margin-bottom: clamp(0.5rem, 0.521vw, 1rem) !important;
    min-height: clamp(1rem, 1.042vw, 2rem) !important; }
  form.InputfieldForm div.fc-event-title {
    font-size: 0.9rem;
    color: red;
    line-height: 100%; }
    form.InputfieldForm div.fc-event-title::after {
      display: block;
      font-weight: normal;
      font-size: 0.8rem;
      color: black;
      line-height: normal; }
  form.InputfieldForm a.state-angefragt div.fc-event-title::after {
    content: "angefragt"; }
  form.InputfieldForm a.state-bestaetigt div.fc-event-title::after {
    content: "reserviert"; }
  form.InputfieldForm td.active {
    background-color: #ccc; }
  form.InputfieldForm div#calendar {
    padding: 1rem;
    background-color: white; }
  form.InputfieldForm div#summary {
    margin-bottom: 1rem;
    font-weight: bold; }
  form.InputfieldForm button {
    background: none;
    border-bottom: 4px solid #f0ab34;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
    color: #1b5963; }
  form.InputfieldForm div#Inputfield_hinweis_zur_datenverarbeitung div.InputfieldContent, form.InputfieldForm div#Inputfield_hinweis_zur_datenverarbeitung div.InputfieldContent * {
    font-size: small; }

ul.subPagesMosaic {
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  ul.subPagesMosaic li {
    background-color: white;
    border: 1px solid #1b5963;
    padding-top: 1rem;
    width: 49%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 50rem) {
  ul.subPagesMosaic li {
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important; } }
    ul.subPagesMosaic li.highlight {
      width: 100%;
      margin: 0 0 1rem 0 !important; }
    ul.subPagesMosaic li:nth-child(even) {
      margin-left: 1%; }
    ul.subPagesMosaic li:nth-child(odd) {
      margin-right: 1%; }
    ul.subPagesMosaic li img {
      max-width: 100%; }

ul.galleryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  ul.galleryList li {
    display: inline-block;
    margin: 0 1rem 1rem 0; }
    ul.galleryList li a {
      display: block;
      width: 150px;
      height: 150px;
      background-image: url("/site/templates/images/load.gif");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      border: 1px solid #999; }
    ul.galleryList li a img {
      width: 150px;
      height: auto;
      display: block; }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
nav {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 2rem;
  left: 50vw;
  height: 100vh;
  overflow: auto;
  background-image: url(/site/assets/files/29140/hintergrund4-1.png);
  background-size: 100% auto;
  padding: 3rem 3rem 3rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.01s 0.05s, opacity 0.2s 0s;
  text-align: center; }
  nav::before {
    content: url(/site/assets/files/29140/fortschritt_03.180x0.png);
    display: inline-block;
    border-bottom: 6px solid #f0ab34;
    margin-bottom: 0.5rem;
    padding-bottom: 0; }
  @media only screen and (max-width: 75rem) {
  nav {
    left: 0;
    right: 0;
    background-color: rgba(90, 116, 131, 0.9); } }
  body.bild_rechts_text_links nav {
    left: 2rem;
    right: 50%; }
  nav.active {
    visibility: visible;
    opacity: 1; }
  nav img#naviHeader {
    border-bottom: 6px solid #f0ab34;
    margin-bottom: 0.5rem; }
  nav ul#mainNaviList li > div {
    display: inline-block; }
    nav ul#mainNaviList li a {
      display: block;
      padding: 0.3rem 1rem;
      text-decoration: none; }
      nav ul#mainNaviList li a span {
        color: #1b5963;
        text-transform: uppercase;
        font-family: Carling;
        letter-spacing: 4px;
        transition: color 0.5s;
        line-height: 110%; }
      nav ul#mainNaviList li ul {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      nav ul#mainNaviList li ul li {
        position: absolute;
        top: 0;
        display: inline-block;
        padding: 0 10px 0 10px; }
        nav ul#mainNaviList li ul li:nth-child(1) {
          right: 100%; }
        nav ul#mainNaviList li ul li:nth-child(2) {
          left: 100%; }
        nav ul#mainNaviList li ul li a span {
          color: white !important;
          white-space: nowrap; }
    nav ul#mainNaviList li:hover ul, nav ul#mainNaviList li.active ul {
      display: block; }
    nav ul#secondNaviList li {
      margin-bottom: 0.5rem; }
    nav ul#secondNaviList a {
      text-decoration: none; }
    nav ul#secondNaviList a span {
      color: #1b5963; }

ul#footerNaviList {
  text-align: center; }
  ul#footerNaviList li {
    display: inline-block; }
    @media only screen and (max-width: 75rem) {
  ul#footerNaviList li {
    display: block;
    margin: 0.5rem 0; } }
    ul#footerNaviList li a {
      text-decoration: none; }
    ul#footerNaviList li a span {
      color: #f0ab34;
      text-transform: uppercase;
      padding: 0 2rem;
      font-size: 0.8rem; }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  body > header hr {
    display: block;
    background-color: #f0ab34;
    height: 6px;
    border: none;
    max-width: 100px;
    margin: 0 auto 1rem; }
  body > header button {
    position: absolute;
    top: -120px;
    left: 50vw;
    transform: translateX(-50%);
    outline: none;
    cursor: pointer;
    z-index: 1000;
    background-color: #1b5963;
    color: #f0ab34;
    text-align: center;
    border-bottom: 1rem solid #f0ab34;
    padding: 1rem 1rem 0.5rem;
    transition: top 0.2s;
    /*
     &::before {
     content: url(/site/templates/images/bg_button.png);
     transition: all .5s;
     margin-bottom: 1.2rem;
     transition: all .5s;
     display: block;
     border-radius: 50%;
     }
     */ }
    body > header button:hover, body > header button.active {
      top: 0px; }
    @media only screen and (max-width: 50rem) {
  body > header button {
    left: auto;
    right: 1rem;
    transform: none; } }
    body > header button svg {
      margin-bottom: 0.7rem;
      transition: all 0.5s;
      width: 100px;
      height: 100px; }
    body > header button svg *.cls-1 {
      fill: #f0ab34 !important; }
    body > header button svg *.cls-2 {
      stroke: #f0ab34 !important; }
    body > header button span {
      display: block;
      margin-bottom: 0.3rem;
      font-family: Carling;
      font-size: 2rem;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 3px; }
    body > header button.active svg {
      transform: rotate(270deg); }
    @media only screen and (max-width: 75rem) {
  body > header button {
    padding: 0.5rem 0.5rem 0; }
    body > header button span {
      font-size: 2rem; } }
    @media only screen and (max-width: 50rem) {
  body > header button {
    padding: 0.5rem 0 0;
    border-width: 0.5rem; }
    body > header button span {
      font-size: 1.5rem; } }

body > footer {
  background-color: #1b5963;
  padding: 5px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }
  @media only screen and (max-width: 75rem) {
  body > footer {
    position: static; } }
  body > footer ul#footerNaviList {
    width: 50vw;
    margin-left: 50vw; }
    @media only screen and (max-width: 75rem) {
  body > footer ul#footerNaviList {
    width: auto;
    margin-left: 0; } }

main {
  padding: 5rem 6rem;
  background-image: url(/site/assets/files/29140/hintergrund4.png);
  background-size: 100% auto;
  transition: opacity 0.2s; }
  body.galerie main {
    padding: 2rem 3rem 5rem; }
  @media only screen and (max-width: 90.625rem) and (min-width: 75.01rem) {
  main {
    padding: 5rem 4rem; } }
  @media only screen and (max-width: 75rem) {
  main {
    padding: 5rem 2rem; } }
  @media only screen and (max-width: 50rem) {
  main {
    padding: 3rem 1rem; } }
  main.hidden {
    opacity: 0; }
  main section.contentpart {
    margin-bottom: 2rem; }
    main section.contentpart header {
      margin-bottom: 1rem; }
    main section.contentpart header h2 {
      text-transform: uppercase;
      font-family: Carling;
      font-weight: bold;
      letter-spacing: 5px; }
    main section.contentpart p, main section.contentpart h3, main section.contentpart ul, main section.contentpart ol, main section.contentpart table, main section.contentpart hr {
      margin-bottom: 0.5rem;
      line-height: 120%; }
    main section.contentpart h3 {
      margin-bottom: 0.5rem; }
    main section.contentpart a {
      color: #1b5963; }
    main section.contentpart a.active {
      color: #1b5963; }
    main section.contentpart a.button {
      color: #1b5963;
      text-transform: uppercase;
      display: inline-block;
      padding: 0.5rem 1rem 0;
      border-bottom: 6px solid #f0ab34;
      text-decoration: none;
      margin: 0 1rem;
      font-family: Carling;
      font-size: 3rem; }
    main section.contentpart h3 {
      color: #1b5963;
      text-transform: uppercase; }
    main section.contentpart h4 {
      margin-bottom: 0rem; }
    main section.contentpart.text_1_col {
      padding: 0; }
    main section.contentpart.text_1_col header h2 {
      color: #1b5963; }

div.mapParent {
  height: 500px; }

section.contentpart {
  margin-bottom: 1rem;
  text-align: center; }

section.contentpart.text_1_col div.teaser * {
  color: white; }
  section.contentpart.text_1_col img {
    max-width: 100%; }

section.contentpart.gallery ul.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1rem 1rem -1rem; }
  section.contentpart.gallery ul.gallery li {
    width: 20%;
    padding: 1rem; }
  section.contentpart.gallery ul.gallery li a {
    display: block; }
    section.contentpart.gallery ul.gallery li a img {
      display: block;
      width: 100%;
      height: auto; }

section.contentpart.single_image figure {
  margin-bottom: 1rem; }
  section.contentpart.single_image figure img {
    max-width: 100%; }
  section.contentpart.single_image figure.sepia img {
    filter: sepia(100%);
    transition: all 0.5s; }
  section.contentpart.single_image figure.sepia img:hover {
    filter: sepia(0%); }
  section.contentpart.single_image figure.grayscale img {
    filter: grayscale(100%);
    transition: all 0.5s; }
  section.contentpart.single_image figure.grayscale img:hover {
    filter: grayscale(0%); }
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
/*
 /// Gets font
 @function _font($keys...) {
 @return val($fonts, $keys...);
 }
 */
body {
  background-image: url(/site/assets/files/29140/hintergrund_02-1.png);
  background-attachment: fixed;
  color: #1b5963; }
  div#visual {
    position: fixed;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    display: flex;
    align-items: baseline; }
  div#visual div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: 2px solid #1b5963; }

  div#visual div img {
    display: none; }

main {
  min-height: 100vh;
  margin: 0 2rem 0 50vw; }

hr {
  height: 1px;
  background-color: white;
  margin: 2rem 0 2rem; }

@media only screen and (max-width: 75rem) {
  div#visual {
    position: static;
    width: 100vw;
    height: auto;
    padding-top: 50px;
    position: relative; }
    div#visual div {
      position: static;
      background: none !important; }
      div#visual div img {
        display: block;
        width: 100%;
        height: auto; }
    main {
      margin: 0; } }
