@charset "UTF-8";
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clear::after {
  content: "";
  display: table;
  clear: both; }

.hide-text, .header__logo__link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.lineheight--small {
  line-height: 1.2; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.relative {
  position: relative !important; }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }

.pushy a,
.pushy span {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none; }

.pushy ul:first-child {
  margin-top: 10px; }

.pushy.pushy-left {
  left: 0; }

.pushy.pushy-right {
  right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.pushy-open-left .push {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.pushy-open-right .push {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

.pushy li {
  opacity: 0;
  transition: opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out,transform .5s ease-in-out;
  transition: opacity .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  -webkit-transform: translate3d(0px, -30px, 0px);
          transform: translate3d(0px, -30px, 0px); }

.pushy-open-right li {
  opacity: 1;
  transition-delay: 300ms;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px); }

/* Menu Transitions */
.pushy,
.push {
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  transition: visibility 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pushy-submenu ul {
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }

.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out; }

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0; }

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative; }

.pushy-submenu > a::after,
.pushy-submenu > span::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }

.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible; }

.pushy-submenu-open .pushy-link {
  opacity: 1; }

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media screen and (max-width: 40em) {
  .pushy {
    width: 100%; }
  /* Menu Movement */
  .pushy-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .pushy-open-left .push {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .pushy-open-right .push {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../../img/layout/fancybox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../img/layout/fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../img/layout/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../../img/layout/fancybox/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../../img/layout/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(../../img/layout/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 10, 2020 */
@font-face {
  font-family: 'proxima_nova_condensedlight';
  src: url("../../font/proximanovacond-light-webfont.woff2") format("woff2"), url("../../font/proximanovacond-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_condensedregular';
  src: url("../../font/proximanovacond-regular-webfont.woff2") format("woff2"), url("../../font/proximanovacond-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_condensedSBd';
  src: url("../../font/proximanovacond-semibold-webfont.woff2") format("woff2"), url("../../font/proximanovacond-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: 'proxima_nova_condensedregular';
  color: #121212; }

::-moz-selection {
  color: #fff;
  background: #979797; }

::selection {
  color: #fff;
  background: #979797; }

::-moz-selection {
  color: #fff;
  background: #979797; }

::-webkit-selection {
  color: #fff;
  background: #979797; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

main, aside, header, footer, nav, section, article {
  display: block; }

a {
  color: #979797;
  text-decoration: none;
  transition: 0.3s all; }
  a:hover {
    color: #7e7e7e; }

p {
  margin: 0 0 3rem; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.25em;
  line-height: 1; }

h1, .h1 {
  font-size: 5rem; }
  @media (max-width: 75em) {
    h1, .h1 {
      margin: 0 0 0.5em;
      font-size: 4.2rem; } }
  @media (max-width: 48em) {
    h1, .h1 {
      font-size: 3.8rem; } }
  @media (max-width: 30em) {
    h1, .h1 {
      font-size: 3.4rem; } }
h2, .h2 {
  font-size: 3.6rem; }
  @media (max-width: 75em) {
    h2, .h2 {
      font-size: 3.2rem; } }
  @media (max-width: 62em) {
    h2, .h2 {
      font-size: 2.8rem; } }
h2 + h3 {
  margin-top: 4rem; }

img {
  max-width: 100%; }

.wrapper {
  margin: 0 auto;
  padding: 0 3rem;
  max-width: 150rem; }
  @media (max-width: 62em) {
    .wrapper {
      padding: 0 2rem; } }
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5rem; }
  .row .col {
    width: 48.5%; }
    @media (max-width: 62em) {
      .row .col {
        margin: 0 0 3rem;
        width: 100%; } }
.map {
  margin: 8rem 0 0;
  height: 60rem; }
  @media (max-width: 75em) {
    .map {
      height: 53rem; } }
  @media (max-width: 62em) {
    .map {
      margin: 4rem 0 0;
      height: 45rem; } }
  @media (max-width: 48em) {
    .map {
      margin: -2rem 0 0;
      height: 37rem; } }
  @media (max-width: 30em) {
    .map {
      height: 30rem; } }
.datenschutz {
  padding: 0 0 5rem;
  font-size: 1.7rem; }
  .datenschutz h3 {
    margin: 4rem 0 0.75em;
    font-size: 2.4rem; }
  .datenschutz h4 {
    margin: 0 0 0.5em;
    font-size: 2rem; }
  .datenschutz h5 {
    margin: 2rem 0 0.5em;
    font-size: 1.7rem; }
  .datenschutz ul {
    list-style-position: inside; }

.header {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 4% 0 12%;
  background: rgba(0, 0, 0, 0.65); }
  @media (max-width: 95em) {
    .header {
      padding: 0 3rem; } }
  @media (max-width: 62em) {
    .header {
      padding: 1.5rem 3rem; } }
  @media (max-width: 48em) {
    .header {
      padding: 1.5rem 3rem 1.5rem 2rem; } }
  .header__right {
    display: flex; }
  .header__logo__link {
    display: block;
    width: 19.3rem;
    height: 11.4rem;
    background: url("../../img/layout/logo.svg") no-repeat;
    background-size: cover; }
    @media (max-width: 75em) {
      .header__logo__link {
        width: 18rem;
        height: 5.3rem;
        background: url("../../img/layout/logo-mobile.svg") no-repeat;
        background-size: contain; } }
    @media (max-width: 30em) {
      .header__logo__link {
        width: 14rem;
        height: 4rem; } }
  @media (max-width: 62em) {
    .header__nav {
      display: none; } }
  .header__nav ul {
    display: flex; }
    .header__nav ul li {
      position: relative;
      margin: 0 4.5vw 0 0; }
      @media (max-width: 75em) {
        .header__nav ul li {
          margin: 0 3.5rem 0 0; } }
      .header__nav ul li.submenu::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -2.5rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
        transition: 0.35s all; }
        @media (max-width: 75em) {
          .header__nav ul li.submenu::after {
            right: -1.8rem;
            border-width: 6px 4px 0 4px; } }
      .header__nav ul li.submenu:hover::after, .header__nav ul li.submenu.active::after {
        border-color: #bbb transparent transparent transparent; }
      .header__nav ul li a {
        display: block;
        height: 15.8rem;
        line-height: 15.8rem;
        font-size: 1.5vw;
        font-family: 'proxima_nova_condensedlight';
        color: #fff; }
        .header__nav ul li a:hover, .header__nav ul li a.active {
          color: #bbb; }
        @media (max-width: 75em) {
          .header__nav ul li a {
            height: 12rem;
            line-height: 12rem;
            font-size: 1.9rem; } }
  .header__nav ul ul {
    display: block;
    position: absolute;
    left: -999rem;
    top: 15.8rem;
    background: rgba(0, 0, 0, 0.65); }
    @media (max-width: 75em) {
      .header__nav ul ul {
        top: 12rem; } }
    .header__nav ul ul li {
      float: none;
      margin: 0;
      width: 25rem;
      border-bottom: 1px solid #777; }
      .header__nav ul ul li:last-of-type {
        border: 0; }
      .header__nav ul ul li a {
        padding: 1.5rem 2rem;
        height: auto;
        line-height: normal;
        font-size: 2.2rem; }
        @media (max-width: 95em) {
          .header__nav ul ul li a {
            font-size: 1.9rem; } }
        @media (max-width: 75em) {
          .header__nav ul ul li a {
            font-size: 1.6rem; } }
        .header__nav ul ul li a:hover, .header__nav ul ul li a.active {
          color: #fff;
          background: #888; }
  .header__nav li:hover ul {
    left: 0; }
  .header__contact {
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 62em) {
      .header__contact {
        margin: 0 3.5rem 0 0; } }
    .header__contact::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: -2px;
      width: 1px;
      height: 2.5rem;
      background: #fff; }
      @media (max-width: 62em) {
        .header__contact::before {
          display: none; } }
    .header__contact_icon {
      background: url("../../img/layout/sprite.svg") 0 0;
      background-size: 30rem 30rem;
      display: block; }
      @media (max-width: 75em) {
        .header__contact_icon {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); } }
      .header__contact_icon--phone {
        margin: 0 1.7rem 0 0;
        width: 2.5rem;
        height: 2.5rem; }
        @media (max-width: 62em) {
          .header__contact_icon--phone {
            margin: 0; } }
      .header__contact_icon--mail {
        margin: 0 0 0 1.7rem;
        width: 3.1rem;
        height: 2.2rem;
        background-position: -4rem 0; }
        @media (max-width: 30em) {
          .header__contact_icon--mail {
            margin: 0.2rem 0 0 1.7rem; } }
.pushy {
  z-index: 100000;
  overflow-x: hidden;
  background: #333333 !important; }
  .pushy::before {
    content: "Menü";
    display: block;
    padding: 2rem 7rem 2rem 3rem;
    line-height: 2.5rem;
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
    background: #222; }
  .pushy__menu-btn {
    background: url("../../img/layout/sprite.svg") 0 -14rem;
    background-size: 30rem 30rem;
    display: none;
    margin: 0.6rem 0 0;
    width: 4rem;
    height: 2.3rem;
    cursor: pointer; }
    @media (max-width: 62em) {
      .pushy__menu-btn {
        display: block; } }
  .pushy ul {
    margin: 0 !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #5c5c5c; }
    .pushy ul ul {
      border: 0; }
  .pushy li {
    position: relative;
    border-bottom: 1px solid #000;
    border-top: 1px solid #5c5c5c;
    transition: 0.35s background !important; }
    .pushy li > a, .pushy li button {
      position: relative;
      display: block;
      padding: 2rem 7rem 2rem 3rem;
      line-height: 2.5rem;
      color: #fff;
      font-family: inherit;
      font-size: 1.6rem;
      transition: 0.35s all; }

@media (max-width: 48em) and (orientation: landscape) {
  .pushy li > a, .pushy li button {
    padding: 1.3rem 7rem 1.3rem 3rem;
    font-size: 1.4rem; } }
      .pushy li > a:hover, .pushy li > a.active, .pushy li button:hover, .pushy li button.active {
        background: #555; }
    .pushy li button {
      position: static;
      cursor: pointer; }
  .pushy .pushy-submenu li:last-of-type {
    border-bottom: 0; }
  .pushy .pushy-submenu li a {
    position: relative;
    padding: 1.7rem 0 1.7rem 6rem; }
    .pushy .pushy-submenu li a::before {
      background: url("../../img/layout/sprite.svg") -7rem -18rem;
      background-size: 30rem 30rem;
      content: "";
      position: absolute;
      left: 3rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 0.7rem;
      height: 1.2rem; }
  .pushy .pushy-submenu > button::after {
    background: url("../../img/layout/sprite.svg") -3rem -18rem;
    background-size: 30rem 30rem;
    top: 2.8rem;
    right: 2.6rem;
    width: 2rem;
    height: 1.1rem;
    border: 0; }

@media (max-width: 48em) and (orientation: landscape) {
  .pushy .pushy-submenu > button::after {
    top: 2.2rem; } }
  .pushy .pushy-close {
    background: url("../../img/layout/sprite.svg") 0 -18rem;
    background-size: 30rem 30rem;
    position: absolute;
    top: 2.5rem;
    right: 2.7rem;
    display: block;
    padding: 0;
    width: 1.7rem;
    height: 1.7rem;
    cursor: pointer; }
  .pushy__contact {
    position: absolute;
    top: 0;
    right: 7.2rem;
    display: flex;
    align-items: center;
    padding: 0 2rem 0 0;
    border-right: 1px solid #5c5c5c;
    height: 6.5rem; }
    .pushy__contact_icon {
      background: url("../../img/layout/sprite.svg") 0 0;
      background-size: 30rem 30rem;
      display: inline-block !important;
      padding: 0 !important; }
      @media (max-width: 75em) {
        .pushy__contact_icon {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); } }
      .pushy__contact_icon--phone {
        width: 2.5rem;
        height: 2.5rem; }
      .pushy__contact_icon--mail {
        margin: 0 0 0 2rem !important;
        width: 3.1rem;
        height: 2.2rem;
        background-position: -4rem 0; }

.footer {
  color: #fff;
  background: url("../../img/layout/footer-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media (max-width: 48em) {
    .footer {
      text-align: center;
      background: #46433c; } }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #bbb; }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7rem 0 5rem; }
    @media (max-width: 48em) {
      .footer__top {
        padding: 7rem 0 0; } }
    .footer__top__col--1 {
      width: 25%; }
    .footer__top__col--2 {
      width: 13%; }
    .footer__top__col--3 {
      width: 30%; }
    .footer__top__col--4 {
      width: 15%; }
    @media (max-width: 75em) {
      .footer__top__col {
        margin: 0 0 5rem;
        width: 48%; } }
    @media (max-width: 48em) {
      .footer__top__col {
        width: 100%; } }
    .footer__top h6 {
      margin: 0 0 1em;
      font-weight: 400;
      font-size: 2.6rem;
      font-family: 'proxima_nova_condensedSBd'; }
    .footer__top h6 + p + h6 {
      margin-top: 4rem; }
    .footer__top__address p {
      margin: 0; }
    .footer__top__address span {
      position: relative;
      padding: 0 0 0 4rem;
      font-size: 2rem;
      line-height: 2.2;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
      @media (max-width: 48em) {
        .footer__top__address span {
          padding: 0;
          font-size: 1.8rem;
          line-height: 2; } }
    .footer__top__address svg {
      position: absolute;
      left: 0;
      top: 0;
      fill: #fff; }
      @media (max-width: 48em) {
        .footer__top__address svg {
          display: none; } }
    .footer__top__times {
      line-height: 1.8;
      font-size: 1.8rem; }
    .footer__top__sitemap li a {
      line-height: 1.6;
      font-size: 2rem; }
      @media (max-width: 48em) {
        .footer__top__sitemap li a {
          line-height: 2;
          font-size: 1.8rem; } }
    .footer__top img.brandorange {
      width: 17rem; }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-top: 1px solid #e5e4e3;
    font-size: 1.6rem; }
    @media (max-width: 48em) {
      .footer__bottom {
        padding: 2.5rem 0; } }
    .footer__bottom p {
      margin: 0; }
      @media (max-width: 48em) {
        .footer__bottom p {
          margin: 0 0 2rem;
          width: 100%; } }
    @media (max-width: 48em) {
      .footer__bottom ul {
        width: 100%; } }
    .footer__bottom ul li {
      display: inline;
      list-style: none; }
      .footer__bottom ul li:first-of-type::after {
        content: " | "; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.form__col {
  width: 49%; }

input, textarea {
  margin: 0 0 1rem;
  padding: 1.2rem 1.5rem;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-size: 1.6rem;
  font-family: inherit;
  background: #fff; }

.footer input,
.footer textarea {
  border: 0; }

input.captcha {
  margin: 0;
  width: 11rem;
  vertical-align: top; }

img.captcha {
  margin: 0 0.5rem 0 0;
  border: 1px solid #000; }
  @media (max-width: 48em) {
    img.captcha {
      margin: 0 -3px 0 0; } }
.footer img.captcha {
  border: 0; }

input.submit {
  margin: 0;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  width: 10rem;
  color: #000;
  font-size: 1.5rem;
  font-family: 'proxima_nova_condensedregular';
  text-align: center;
  background: none;
  cursor: pointer;
  transition: 0.35s all; }
  input.submit:hover {
    color: #fff;
    background: #000; }

.footer input.submit {
  border: 1px solid #fff;
  color: #fff; }
  .footer input.submit:hover {
    color: #000;
    background: #fff; }

.checkbox-wrapper {
  margin: 0 0 2rem; }
  .checkbox-wrapper input {
    display: inline;
    position: relative;
    top: -0.1rem;
    margin: 0 0.5rem 0 0;
    width: auto; }
  .checkbox-wrapper label {
    font-size: 1.6rem; }

.footer .checkbox-wrapper label {
  font-size: 1.3rem; }

.form__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

p.error {
  display: none;
  position: absolute;
  margin: -1rem 0 0;
  padding: 0.2rem 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  background: #f43e3e; }
  p.error.datenschutz {
    margin: -0.7rem 0 0; }

.homeslider.mobile {
  display: none; }

@media (max-width: 48em) {
  .homeslider.mobile {
    display: block; }
  .homeslider.desktop {
    display: none; } }

.homeslider .flex-control-nav {
  bottom: 3rem;
  z-index: 1000; }
  @media (max-width: 62em) {
    .homeslider .flex-control-nav {
      bottom: 1rem; } }
  @media (max-width: 48em) {
    .homeslider .flex-control-nav {
      right: 3rem;
      width: auto; } }
  .homeslider .flex-control-nav li {
    margin: 0 3px; }
    .homeslider .flex-control-nav li a {
      border: 1px solid #868686;
      width: 1.7rem;
      height: 1.7rem;
      box-shadow: none;
      background: #fff; }
      .homeslider .flex-control-nav li a:hover, .homeslider .flex-control-nav li a.flex-active {
        background: #adadad; }

.homeslider__text {
  position: absolute;
  z-index: 100;
  left: 12%;
  top: 55%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  max-width: 76rem;
  width: 100%; }
  @media (max-width: 75em) {
    .homeslider__text {
      max-width: 50rem;
      left: 3rem;
      top: 65%;
      -webkit-transform: translateY(-65%);
              transform: translateY(-65%); } }
  @media (max-width: 48em) {
    .homeslider__text {
      left: 2rem;
      top: 70%;
      max-width: 80%; } }
  @media (max-width: 30em) {
    .homeslider__text {
      top: 80%; } }
  .homeslider__text h1, .homeslider__text h2 {
    display: inline-block;
    padding: 1vw 2vw;
    font-size: 3.8vw;
    color: #fff;
    background: rgba(0, 0, 0, 0.65); }
    @media (max-width: 75em) {
      .homeslider__text h1, .homeslider__text h2 {
        padding: 1.5vw 3vw;
        font-size: 5vw; } }
    @media (max-width: 48em) {
      .homeslider__text h1, .homeslider__text h2 {
        padding: 2vw 3vw;
        font-size: 6vw; } }
  .homeslider__text h1 {
    margin: 0 0 1rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase; }
    @media (max-width: 48em) {
      .homeslider__text h1 {
        margin: 0 0 1px;
        letter-spacing: 0.1rem; } }
.home-teasers {
  padding: 8vw 0; }
  @media (max-width: 48em) {
    .home-teasers {
      padding: 0; } }
  .home-teasers__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 48em) {
      .home-teasers__wrapper {
        padding: 0; } }
  .home-teasers__entry {
    position: relative;
    padding: 17rem 2rem;
    width: 31.75%;
    text-align: center; }
    @media (max-width: 62em) {
      .home-teasers__entry {
        padding: 10rem 2rem; } }
    @media (max-width: 48em) {
      .home-teasers__entry {
        padding: 6rem 2rem;
        width: 33.3334%; } }
    @media (max-width: 30em) {
      .home-teasers__entry {
        padding: 5rem 1.2rem; } }
    .home-teasers__entry::before {
      background: url("../../img/layout/sprite.svg") 0 0;
      background-size: 30rem 30rem;
      content: "";
      display: inline-block;
      margin: 0 0 1rem;
      height: 8.5rem; }
      @media (max-width: 48em) {
        .home-teasers__entry::before {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); } }
      @media (max-width: 30em) {
        .home-teasers__entry::before {
          -webkit-transform: scale(0.7);
                  transform: scale(0.7); } }
    .home-teasers__entry--horse {
      background: url("../../img/layout/teasers/anlage-bg.jpg");
      background-size: cover; }
      .home-teasers__entry--horse::before {
        width: 7rem;
        background-position: -20rem -4rem; }
    .home-teasers__entry--people {
      background: url("../../img/layout/teasers/verein-bg.jpg");
      background-size: cover; }
      .home-teasers__entry--people::before {
        width: 10.2rem;
        background-position: 0 -4rem; }
        @media (max-width: 48em) {
          .home-teasers__entry--people::before {
            position: relative;
            top: -1rem; } }
    .home-teasers__entry--food {
      background: url("../../img/layout/teasers/restaurant-bg.jpg");
      background-size: cover; }
      .home-teasers__entry--food::before {
        width: 5.3rem;
        background-position: -12rem -4rem; }
    .home-teasers__entry h2 {
      margin: 0 0 2.5rem;
      color: #fff; }
      @media (max-width: 48em) {
        .home-teasers__entry h2 {
          font-family: 'proxima_nova_condensedregular';
          font-weight: 400;
          font-size: 1.9rem; } }
      @media (max-width: 30em) {
        .home-teasers__entry h2 {
          font-size: 1.6rem; } }
    @media (max-width: 62em) {
      .home-teasers__entry .btn {
        width: 100%; } }
    @media (max-width: 48em) {
      .home-teasers__entry .btn {
        font-size: 1.6rem; } }
    @media (max-width: 30em) {
      .home-teasers__entry .btn {
        padding: 0.8rem 0;
        font-size: 1.6rem; } }
.home-parallax {
  position: relative;
  margin: 8vw 0 0;
  padding: 16rem 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: url("../../img/layout/parallax/speisekarte-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 75em) {
    .home-parallax {
      padding: 13rem 0; } }
  @media (max-width: 62em) {
    .home-parallax {
      padding: 10rem 0; } }
  .home-parallax__text {
    padding: 6rem 12%;
    line-height: 1.2;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.7); }
    @media (max-width: 48em) {
      .home-parallax__text {
        padding: 4rem 3rem;
        text-align: left;
        font-size: 1.6rem; } }
    .home-parallax__text img {
      margin: 0 0 3rem;
      max-width: 27rem; }
      @media (max-width: 48em) {
        .home-parallax__text img {
          max-width: 21rem; } }
.home-gallery {
  padding: 8vw 0;
  text-align: center; }
  @media (max-width: 48em) {
    .home-gallery {
      padding: 8rem 0; } }
  @media (max-width: 30em) {
    .home-gallery {
      padding: 6rem 0; } }
  .home-gallery__wrapper {
    max-width: 152rem; }
    @media (max-width: 48em) {
      .home-gallery__wrapper {
        padding: 0 1.5rem; } }
  .home-gallery .item {
    margin: 0 auto;
    padding: 0.8rem;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    transition: all 120ms ease; }
    @media (max-width: 48em) {
      .home-gallery .item {
        padding: 4px; } }
    .home-gallery .item:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f9f9f9;
      z-index: -1;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      transition: all 100ms ease; }
    .home-gallery .item img {
      width: 100%;
      height: auto;
      display: block; }
  .home-gallery .grid-sizer, .home-gallery .item {
    width: 33.3334%; }
  .home-gallery .btn {
    margin: 2rem 0 0; }

.instagram {
  position: relative;
  padding: 6rem 0;
  text-align: center; }
  .instagram .instagram_gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .instagram .instagram_gallery a {
      position: relative;
      overflow: hidden;
      margin: 0.75% 0 !important;
      width: 24% !important;
      height: 0 !important;
      padding-bottom: 24%; }
      @media (max-width: 48em) {
        .instagram .instagram_gallery a {
          margin: 2% 0 !important;
          width: 48% !important;
          padding-bottom: 48% !important; } }
      .instagram .instagram_gallery a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: none; }
  .instagram .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    padding: 2rem 5rem;
    font-size: 2.2rem;
    white-space: nowrap;
    background: #fff; }

.btn {
  position: relative;
  display: inline-block;
  padding: 1.2rem 3rem;
  border: 1px solid #000;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  font-family: 'proxima_nova_condensedSBd';
  text-transform: uppercase;
  color: #1a1a1a; }
  .btn:hover {
    color: #fff;
    background: #000; }
  .btn--white {
    color: #fff;
    border-color: #fff; }
    .btn--white:hover {
      color: #000;
      background: #fff; }

.subpage-header {
  position: relative;
  margin: 0 0 10rem;
  height: 36vw; }
  @media (max-width: 75em) {
    .subpage-header {
      margin: 0 0 8rem;
      height: 50vw; } }
  @media (max-width: 62em) {
    .subpage-header {
      margin: 0 0 6rem;
      height: 60vw; } }
  .subpage-header--boxenpreise {
    background: url("../../img/layout/header/boxenpreise.jpg") no-repeat center center/cover; }
  .subpage-header--betreiber {
    background: url("../../img/layout/header/betreiber.jpg") no-repeat center center/cover; }
  .subpage-header--reitsportanlage {
    background: url("../../img/layout/header/reitsportanlage.jpg") no-repeat center center/cover; }
  .subpage-header--galerie {
    background: url("../../img/layout/header/galerie.jpg") no-repeat center center/cover; }
  .subpage-header--kontakt {
    background: url("../../img/layout/header/kontakt.jpg") no-repeat center center/cover; }
  .subpage-header--aktuelles {
    background: url("../../img/layout/header/aktuelles.jpg") no-repeat center center/cover; }
  .subpage-header h1 {
    position: absolute;
    left: 12%;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    display: inline-block;
    padding: 1vw 2vw;
    font-size: 3.8vw;
    color: #fff;
    background: rgba(0, 0, 0, 0.65); }
    @media (max-width: 75em) {
      .subpage-header h1 {
        padding: 1.5vw 3vw;
        font-size: 5vw; } }
    @media (max-width: 62em) {
      .subpage-header h1 {
        top: 70%;
        padding: 2vw 3.5vw;
        font-size: 6vw; } }
    @media (max-width: 48em) {
      .subpage-header h1 {
        top: 80%;
        left: 2rem;
        padding: 2.3vw 4vw;
        font-size: 7vw; } }
.big-image {
  margin: 2rem 0 10rem; }
  @media (max-width: 62em) {
    .big-image {
      margin: 2rem 0 7rem; } }
  @media (max-width: 48em) {
    .big-image {
      margin: 2rem 0 4rem; } }
.imageteaser {
  display: flex;
  flex-wrap: wrap; }
  .imageteaser__text {
    padding: 7vw 3% 7vw 12%;
    width: 50%;
    background: #f7f7f7; }
    @media (max-width: 95em) {
      .imageteaser__text {
        padding: 7vw 3rem; } }
    @media (max-width: 48em) {
      .imageteaser__text {
        padding: 6rem 2rem;
        width: 100%; } }
    @media (max-width: 30em) {
      .imageteaser__text {
        padding: 5rem 2rem;
        width: 100%; } }
    .imageteaser__text p {
      line-height: 1.2;
      font-size: 1.8rem; }
  .imageteaser__image {
    overflow: hidden;
    position: relative;
    width: 50%; }
    @media (max-width: 48em) {
      .imageteaser__image {
        width: 100%; } }
    .imageteaser__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      max-width: none;
      min-width: 100%; }
      @media (max-width: 48em) {
        .imageteaser__image img {
          display: block;
          position: static;
          -webkit-transform: none;
                  transform: none;
          min-width: none;
          height: auto;
          width: 100%; } }
  .imageteaser--reversed .imageteaser__text {
    order: 2;
    padding: 7vw 12% 7vw 4%; }
    @media (max-width: 95em) {
      .imageteaser--reversed .imageteaser__text {
        padding: 7vw 3rem; } }
    @media (max-width: 48em) {
      .imageteaser--reversed .imageteaser__text {
        order: 1;
        padding: 6rem 2rem; } }
    @media (max-width: 30em) {
      .imageteaser--reversed .imageteaser__text {
        padding: 5rem 2rem; } }
  .imageteaser--reversed .imageteaser__image {
    order: 1; }
    @media (max-width: 48em) {
      .imageteaser--reversed .imageteaser__image {
        order: 2; } }
.prices {
  position: relative;
  padding: 8rem 0;
  background: url("../../img/layout/parallax/preise-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 48em) {
    .prices {
      padding: 8rem 0 6rem; } }
  .prices__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  .prices__entry {
    padding: 1.3rem 1.3rem 3rem;
    width: 31%;
    text-align: center;
    background: #fff; }
    @media (max-width: 48em) {
      .prices__entry {
        margin: 0 0 4%;
        padding: 1.3rem 1.3rem 2rem;
        width: 48%; } }
    @media (max-width: 30em) {
      .prices__entry {
        margin: 0 0 3rem;
        width: 100%; } }
    .prices__entry img {
      width: 100%; }
    .prices__entry h3 {
      margin: 0 10% 1rem;
      padding: 1rem 0;
      border-bottom: 1px solid #000;
      font-size: 2.4rem; }
      @media (max-width: 48em) {
        .prices__entry h3 {
          margin: 0 0 1.5rem; } }
    .prices__entry ul {
      margin: 0 0 1rem; }
      .prices__entry ul li {
        line-height: 2;
        font-size: 2rem;
        list-style: none; }
        .prices__entry ul li svg {
          position: relative;
          top: 0.3rem;
          margin: 0 1.5rem 0 0; }
    .prices__entry .btn {
      padding: 0.1rem 1rem;
      width: 80%; }
      @media (max-width: 48em) {
        .prices__entry .btn {
          padding: 0.3rem 1rem;
          width: 100%; } }
      @media (max-width: 30em) {
        .prices__entry .btn {
          padding: 0.5rem 1rem; } }
.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 62em) {
    .team {
      margin-bottom: -4rem; } }
  .team.team--bugfix::after {
    content: "";
    flex: auto; }
  .team__entry {
    position: relative;
    margin: 0 0 3%;
    width: 48.5%; }
  .team--4-cols {
    margin: 5rem 0; }
    @media (max-width: 48em) {
      .team--4-cols {
        margin: 3rem 0 5rem; } }
    .team--4-cols .team__entry {
      width: 23%; }
      @media (max-width: 62em) {
        .team--4-cols .team__entry {
          width: 48.5%; } }
  .team img {
    display: block;
    width: 100%; }
  .team figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.7); }
    @media (max-width: 75em) {
      .team figcaption {
        font-size: 2rem; } }
    @media (max-width: 30em) {
      .team figcaption {
        font-size: 1.8rem; } }
.anlage {
  margin: 10rem 0 0;
  padding: 10rem 2rem;
  background: url("../../img/layout/parallax/anlage-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 62em) {
    .anlage {
      margin: 6rem 0 0; } }
  .anlage__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 6rem 4%;
    max-width: 84rem;
    background: rgba(255, 255, 255, 0.9); }
    @media (max-width: 48em) {
      .anlage__inner {
        padding: 5rem 3rem; } }
    .anlage__inner__left {
      padding: 0 10% 0 0;
      width: 50%;
      border-right: 1px solid #000;
      text-align: right; }
      @media (max-width: 48em) {
        .anlage__inner__left {
          margin: 0 0 4rem;
          padding: 0;
          width: 100%;
          border: 0;
          text-align: left; } }
    .anlage__inner__right {
      padding: 0 0 0 10%;
      width: 50%; }
      @media (max-width: 48em) {
        .anlage__inner__right {
          padding: 0;
          width: 100%; } }
    .anlage__inner h3 {
      margin: 0 0 2rem;
      font-size: 4.4rem;
      font-weight: 400;
      font-family: 'proxima_nova_condensedregular'; }
      @media (max-width: 62em) {
        .anlage__inner h3 {
          font-size: 3.5rem; } }
    .anlage__inner ul li {
      position: relative;
      line-height: 2.3;
      list-style: none;
      font-size: 2.1rem;
      white-space: nowrap; }
      @media (max-width: 48em) {
        .anlage__inner ul li {
          line-height: 2.1;
          font-size: 1.8rem; } }
  .anlage .icon--anlage {
    background: url("../../img/layout/anlage-sprite.png") 0 0;
    background-size: 160px 70px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .anlage .icon--anlage.boxen {
      width: 21px;
      height: 19px; }
    .anlage .icon--anlage.reithalle {
      width: 21px;
      height: 19px;
      background-position: -3rem 0; }
    .anlage .icon--anlage.longierhalle {
      width: 21px;
      height: 21px;
      background-position: -6rem 0; }
    .anlage .icon--anlage.waschplaetze {
      width: 25px;
      height: 25px;
      background-position: -9rem 0; }
    .anlage .icon--anlage.solarium {
      width: 24px;
      height: 20px;
      background-position: -13rem 0; }
    .anlage .icon--anlage.aussenreitplatz {
      width: 22px;
      height: 22px;
      background-position: 0 -4rem; }
    .anlage .icon--anlage.aussenlongierplatz {
      width: 23px;
      height: 23px;
      background-position: -3rem -4rem; }
    .anlage .icon--anlage.springplatz {
      width: 26px;
      height: 24px;
      background-position: -6rem -4rem; }
    .anlage .icon--anlage.sommerweiden {
      width: 26px;
      height: 26px;
      background-position: -9rem -4rem; }
    .anlage .icon--anlage.winterauslaeufe {
      width: 20px;
      height: 23px;
      background-position: -13rem -4rem; }
  .anlage__inner__left ul li {
    padding: 0 4rem 0 0; }
    @media (max-width: 48em) {
      .anlage__inner__left ul li {
        padding: 0 0 0 4rem; } }
  .anlage__inner__left .icon--anlage {
    right: 0; }
    @media (max-width: 48em) {
      .anlage__inner__left .icon--anlage {
        right: auto;
        left: 0; } }
  .anlage__inner__right ul li {
    padding: 0 0 0 4rem; }
  .anlage__inner__right .icon--anlage {
    left: 0; }

.gallery {
  margin: 6rem 0 8rem; }
  @media (max-width: 48em) {
    .gallery {
      margin: 4rem 0 5rem; } }
  .gallery ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .gallery ul li {
      position: relative;
      overflow: hidden;
      margin: 0 0 1.5%;
      width: 24%;
      height: 0;
      padding-bottom: 24%; }
      .gallery ul li a::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        z-index: 10;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.35s all;
        opacity: 0;
        background: rgba(0, 0, 0, 0.8); }
      .gallery ul li a:hover::before {
        opacity: 1; }
      .gallery ul li a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 5vw;
        height: 5vw;
        transition: 0.35s all;
        opacity: 0;
        background: url("../../img/layout/zoom.svg") no-repeat;
        background-size: contain; }
        @media (max-width: 62em) {
          .gallery ul li a::after {
            width: 8vw;
            height: 8vw; } }
      .gallery ul li a:hover::after {
        opacity: 1; }
      .gallery ul li img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: none; }
        .gallery ul li img.hochkant {
          height: auto;
          width: 100%; }

.contact h2 {
  margin: 0 0 0.65em; }

.contact__address {
  line-height: 2;
  font-size: 2.4rem; }
  @media (max-width: 48em) {
    .contact__address {
      font-size: 2rem; } }
  .contact__address h2:last-of-type {
    margin-top: 5rem; }
  .contact__address span {
    position: relative;
    padding: 0 0 0 4rem; }
  .contact__address svg {
    position: absolute;
    left: 0;
    top: 0; }
  .contact__address a {
    color: #000; }
    .contact__address a:hover {
      color: #979797; }

.courses {
  margin: 4rem 0 4rem; }
  .courses:last-of-type {
    margin-bottom: 10rem; }
  .courses__entry {
    margin: 0 0 2rem; }
    @media (max-width: 75em) {
      .courses__entry {
        margin: 0 0 4rem; } }
    @media (max-width: 48em) {
      .courses__entry {
        margin: 0 0 2rem; } }
  .courses h3 {
    margin: 0 0 2.5rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #000;
    font-size: 3.6rem; }
    @media (max-width: 48em) {
      .courses h3 {
        margin: 0 0 1.5rem;
        padding: 0 0 1rem;
        font-size: 3rem; } }
    @media (max-width: 30em) {
      .courses h3 {
        font-size: 2.5rem; } }
  .courses__row {
    display: flex; }
    @media (max-width: 75em) {
      .courses__row {
        flex-wrap: wrap; } }
  .courses__col--text {
    width: 50%;
    line-height: 1.2; }
    @media (max-width: 75em) {
      .courses__col--text {
        width: 100%; } }
  .courses__col--icons {
    padding: 0 2% 0 5%;
    width: 30%;
    line-height: 2; }
    @media (max-width: 75em) {
      .courses__col--icons {
        margin: 0 0 2rem;
        padding: 0;
        width: 100%; } }
    .courses__col--icons ul {
      margin: -0.7rem 0 0; }
      .courses__col--icons ul li {
        position: relative;
        padding: 0 0 0 3.5rem;
        list-style: none; }
        .courses__col--icons ul li .icon {
          background: url("../../img/layout/sprite.svg") 0 0;
          background-size: 30rem 30rem;
          display: block;
          position: absolute;
          left: 0;
          top: 0.5rem; }
          .courses__col--icons ul li .icon--marker {
            width: 1.6rem;
            height: 2.3rem;
            background-position: 0 -20rem; }
          .courses__col--icons ul li .icon--user {
            width: 1.8rem;
            height: 2rem;
            background-position: -3rem -20rem; }
          .courses__col--icons ul li .icon--date {
            width: 2rem;
            height: 2.1rem;
            background-position: -6rem -20rem; }
          .courses__col--icons ul li .icon--price {
            width: 2.7rem;
            height: 1.8rem;
            background-position: -9rem -20rem; }
  .courses__col--btn {
    width: 20%;
    text-align: right; }
    @media (max-width: 75em) {
      .courses__col--btn {
        margin: 0 0 2rem;
        width: 100%;
        text-align: left; } }
.no-entries {
  margin: 0 0 5rem; }
