/*Variablen*/
/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/didact-gothic-v13-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Didact Gothic Regular'), local('DidactGothic-Regular'), url('../fonts/didact-gothic-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/didact-gothic-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/didact-gothic-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/didact-gothic-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/didact-gothic-v13-latin-regular.svg#DidactGothic') format('svg');
  /* Legacy iOS */
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #646464;
  background: #ffffff;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.backgrd_braun,
.frame-layout-4 {
  background: #3c3532;
  background-color: #3c3532;
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
}
.off-canvas-content {
  padding-top: 200px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .off-canvas-content {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .off-canvas-content {
    padding-top: 180px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Didact Gothic', sans-serif;
}
h1 {
  font-family: 'Didact Gothic', sans-serif;
  text-align: center!important;
  text-transform: uppercase;
  font-weight: bold;
  color: #3c3532;
  font-size: 3rem;
}
@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.5rem;
  }
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Didact Gothic', sans-serif;
  text-align: center!important;
  text-transform: uppercase;
  font-weight: bold;
  color: #3c3532;
  font-size: 2rem;
}
@media only screen and (max-width: 39.9375em) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  p {
    font-size: 1rem;
  }
}
p a {
  color: #9ca527;
  text-decoration: none;
}
p a:hover {
  color: #9ca527;
  text-decoration: underline;
}
.ce-uploads li {
  list-style: none;
}
.ce-uploads li img {
  float: left;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
.ce-uploads li a {
  color: #9ca527;
}
.btn_buchen {
  position: absolute;
  top: 4rem;
  right: 3rem;
  z-index: 1010;
  transition: all 0.5s ease;
  max-width: 150px;
}
@media only screen and (max-width: 39.9375em) {
  .btn_buchen {
    width: 20vw;
    height: auto;
    top: 4rem;
    right: 0!important;
    max-width: 70px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .btn_buchen {
    width: 12vw;
    height: auto;
    top: 4rem;
    right: 1rem;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .btn_buchen {
    width: 10vw;
    height: auto;
    top: 1rem;
    right: 1rem;
  }
}
.sprachen {
  position: absolute;
  top: 4.5rem;
  left: 3rem;
  list-style: none;
}
@media only screen and (max-width: 39.9375em) {
  .sprachen {
    position: absolute;
    margin-left: 0.5rem;
    top: 2rem;
    left: 0rem;
    list-style: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .sprachen {
    position: absolute;
    top: 1.5rem;
    left: 0.75rem;
    list-style: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sprachen {
    width: 6vw;
    height: auto;
    margin-left: 0;
    top: 1rem;
  }
}
.sprachen li {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 39.9375em) {
  .sprachen li img {
    max-width: 10vw;
    height: auto;
  }
}
@media only screen and (max-width: 39.9375em) {
  .sticky-shrinknav-wrapper .btn_buchen {
    width: 20vw;
    height: auto;
    top: 4rem;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .sticky-shrinknav-wrapper .btn_buchen {
    width: 12vw;
    height: auto;
    top: 4rem;
  }
}
/*Header*/
.sticky-shrinknav-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2.75rem;
  line-height: 2.75rem;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.5s ease;
  border-bottom: 1px solid #9ca527;
}
@media only screen and (max-width: 39.9375em) {
  .sticky-shrinknav-menu {
    display: none!important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .sticky-shrinknav-menu {
    display: none!important;
  }
}
.sticky-shrinknav-menu li {
  background-color: #ffffff;
}
.sticky-shrinknav-menu li a {
  text-transform: uppercase;
  background-color: #ffffff;
  color: #646464;
}
.sticky-shrinknav-menu li.is-dropdown-submenu-parent a {
  color: #646464;
  background-color: #ffffff;
}
.sticky-shrinknav-menu li.active a,
.sticky-shrinknav-menu li.current a,
.sticky-shrinknav-menu li:hover a,
.sticky-shrinknav-menu li.active,
.sticky-shrinknav-menu li.current,
.sticky-shrinknav-menu li:hover {
  color: #9ca527;
  background-color: #ffffff;
}
.sticky-shrinknav-menu li.is-dropdown-submenu-parent:hover a {
  color: #9ca527;
  background-color: #ffffff;
}
.sticky-shrinknav-menu li.is-dropdown-submenu-parent:hover ul li a {
  color: #646464;
  background-color: #ffffff;
}
.sticky-shrinknav-menu li.is-dropdown-submenu-parent ul li:hover a {
  color: #9ca527;
  background-color: #ffffff;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #9ca527 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -10px;
}
.sticky-shrinknav-header {
  width: 100%;
  height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  border-top: 20px solid #9ca527;
  z-index: 1000;
}
@media only screen and (max-width: 39.9375em) {
  .sticky-shrinknav-header {
    height: 180px;
    border-bottom: 1px solid #9ca527;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .sticky-shrinknav-header {
    height: 180px;
    border-bottom: 1px solid #9ca527;
  }
}
.sticky-shrinknav-header-title {
  transition: all 0.3s ease;
  position: relative;
  -webkit-transform: translateY(-1.875rem);
  -ms-transform: translateY(-1.875rem);
  transform: translateY(-1.875rem);
  margin-bottom: 0;
  width: 100vw;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.sticky-shrinknav-header-title .logo {
  max-width: 200px;
}
@media only screen and (max-width: 39.9375em) {
  .sticky-shrinknav-header-title {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .sticky-shrinknav-header-title {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
.sticky-shrinknav-header-title a img {
  max-width: 50vw;
}
.menu-icon {
  margin-right: 2rem;
  display: none;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .menu-icon {
    display: block;
    position: absolute;
    top: 2rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .menu-icon {
    display: block;
    position: absolute;
    top: 2rem;
    right: 1rem;
    margin-right: 0;
  }
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #9ca527;
  -webkit-box-shadow: 0 7px 0 #9ca527, 0 14px 0 #9ca527;
  box-shadow: 0 7px 0 #9ca527, 0 14px 0 #9ca527;
  content: '';
}
body.sticky-shrinknav-wrapper {
  padding-top: 130px;
}
body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: 3.75rem;
  background-color: #ffffff;
  border-top: 0px solid #9ca527;
}
body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease;
}
.homeoffice,
.homeoffice:hover {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: none;
  transition: none;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #9ca527;
  color: #ffffff;
  text-transform: uppercase;
}
/*OffCanvas*/
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
}
.off-canvas .menu a {
  background: none;
  color: #646464;
}
.off-canvas .menu .active > a {
  background: none;
  color: #9ca527;
}
/*Header - ENDE -->

/*Slick*/
.slicker figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
/*Content*/
.headeroben header h1 {
  text-align: center;
  margin-top: 2rem;
}
.cell.float-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.cell.float-left img {
  display: block;
  margin-left: 0;
  margin-right: auto;
  padding: 1rem;
}
.cell.float-right img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  padding: 1rem;
}
/*Icongallery*/
.icongallery .cell {
  border: 1px solid #646464;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.icongallery .cell img {
  transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
}
.icongallery .cell figcaption.image-caption {
  text-align: center;
  color: #9ca527;
  font-weight: bold;
}
.bildergalerie .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bildergalerie .cell img {
  border: 1px solid #646464;
}
.bildergalerie .cell figcaption.image-caption {
  text-align: center;
  color: #9ca527;
  font-weight: bold;
}
@media only screen and (max-width: 39.9375em) {
  ol li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  ul li {
    font-size: 1rem;
  }
}
/*Footer*/
footer {
  background: #9ca527;
  color: #ffffff;
  padding: 2rem 0;
  margin-top: 4rem;
}
@media only screen and (max-width: 39.9375em) {
  footer .cell {
    margin-bottom: 1rem;
  }
}
footer p {
  margin-bottom: 0;
}
footer p a {
  color: #ffffff;
}
footer p a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer ul.menu.vertical li,
footer ul.menu.vertical .current,
footer ul.menu.vertical .active {
  background: #9ca527;
}
footer ul.menu.vertical li a,
footer ul.menu.vertical .current a,
footer ul.menu.vertical .active a {
  padding: 0;
  color: #ffffff;
  line-height: 1.6;
}
@media only screen and (max-width: 39.9375em) {
  footer ul.menu.vertical li a,
  footer ul.menu.vertical .current a,
  footer ul.menu.vertical .active a {
    font-size: 1rem;
  }
}
footer ul.menu.vertical li:hover a {
  text-decoration: underline;
}
.btn-primary {
  color: #ffffff;
  background-color: #9ca527;
  padding: 0.5rem;
}
figure.video {
  display: block;
  margin: 0 auto;
  text-align: center;
}
form {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 90rem;
  margin: 0 auto;
}
.video-wrapper {
  text-align: center;
}
.video-wrapper video {
  display: inline-block;
  width: 948px;
  max-width: 94vw;
}
.submenu .dropdown-item {
  text-align: left;
  min-width: 250px;
}
