@charset "UTF-8";
/**!
Theme Name: WK LANDSPATZ
Author: WEISS&KOHNEN
Author URI: http://www.weiss-kohnen.de
Description: WordPress Theme für LANDSPATZ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landspatz
*/
#__bs_notify__ {
  display: none !important; }

/**
 * Mixin for clearfix
 *Usage: @include clearfix;
 */
/**
 * Centering
 */
/* Schriften */
@font-face {
  font-family: 'DIN';
  src: url("assets/font/DIN-Regular.eot");
  src: url("assets/font/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("assets/font/DIN-Regular.woff2") format("woff2"), url("assets/font/DIN-Regular.woff") format("woff"), url("assets/font/DIN-Regular.ttf") format("truetype"), url("assets/font/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DIN';
  src: url("assets/font/DIN-Medium.eot");
  src: url("assets/font/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("assets/font/DIN-Medium.woff2") format("woff2"), url("assets/font/DIN-Medium.woff") format("woff"), url("assets/font/DIN-Medium.ttf") format("truetype"), url("assets/font/DIN-Medium.svg#DIN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DIN';
  src: url("assets/font/DIN-Bold.eot");
  src: url("assets/font/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("assets/font/DIN-Bold.woff2") format("woff2"), url("assets/font/DIN-Bold.woff") format("woff"), url("assets/font/DIN-Bold.ttf") format("truetype"), url("assets/font/DIN-Bold.svg#DIN-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DIN';
  src: url("assets/font/DIN-Light.eot");
  src: url("assets/font/DIN-Light.eot?#iefix") format("embedded-opentype"), url("assets/font/DIN-Light.woff2") format("woff2"), url("assets/font/DIN-Light.woff") format("woff"), url("assets/font/DIN-Light.ttf") format("truetype"), url("assets/font/DIN-Light.svg#DIN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DIN';
  src: url("assets/font/DIN-MediumAlternate.eot");
  src: url("assets/font/DIN-MediumAlternate.eot?#iefix") format("embedded-opentype"), url("assets/font/DIN-MediumAlternate.woff2") format("woff2"), url("assets/font/DIN-MediumAlternate.woff") format("woff"), url("assets/font/DIN-MediumAlternate.ttf") format("truetype"), url("assets/font/DIN-MediumAlternate.svg#DIN-MediumAlternate") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DIN';
  src: url("assets/font/DIN-BlackAlternate.eot");
  src: url("assets/font/DIN-BlackAlternate.eot?#iefix") format("embedded-opentype"), url("assets/font/DIN-BlackAlternate.woff2") format("woff2"), url("assets/font/DIN-BlackAlternate.woff") format("woff"), url("assets/font/DIN-BlackAlternate.ttf") format("truetype"), url("assets/font/DIN-BlackAlternate.svg#DIN-BlackAlternate") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'decalled script';
  src: url("assets/font/decalledscript.eot");
  src: url("assets/font/decalledscript.eot?#iefix") format("embedded-opentype"), url("assets/font/decalledscript.woff2") format("woff2"), url("assets/font/decalledscript.woff") format("woff"), url("assets/font/decalledscript.ttf") format("truetype"), url("assets/font/decalledscript.svg#decalledscript") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'icomoon';
  src: url("assets/font/icomoon/icomoon.eot");
  src: url("assets/font/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("assets/font/icomoon/icomoon.woff") format("woff"), url("assets/font/icomoon/icomoon.ttf") format("truetype"), url("assets/font/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Colors */
/* Fonts */
/* Spaces */
.acf-map {
  width: 100%;
  margin: 0;
  height: 400px; }
  @media (min-width: 768px) {
    .acf-map {
      height: 600px; } }

.acf-map img {
  max-width: inherit !important; }

.gm-style .gm-style-iw-c {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important; }

/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.moby-overlay.dark {
  background: rgba(0, 0, 0, 0.7); }

.moby-overlay.light {
  background: rgba(255, 255, 255, 0.65); }

.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important; }

.moby-body-fixed {
  overflow: hidden !important; }

.moby {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #565655;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto; }
  .moby * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .moby ul {
    list-style: none;
    padding-top: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .moby ul ul {
      display: none;
      padding-top: 0; }
    .moby ul li {
      margin-top: 0; }
      .moby ul li ul {
        background-color: #444443;
        padding-top: 15px;
        padding-bottom: 15px; }
        .moby ul li ul a {
          padding: 10px 90px 10px 30px;
          font-weight: normal;
          font-size: 1em; }
      .moby ul li a {
        position: relative;
        color: #fff;
        text-decoration: none;
        font-size: 1.3;
        font-weight: normal;
        display: block;
        padding: 10px 90px 10px 30px;
        text-align: left; }
        .moby ul li a .moby-expand {
          position: absolute;
          width: 66px;
          top: 0;
          right: 0;
          height: 100%;
          text-align: center;
          padding: 10px;
          color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -ms-flex-direction: row;
          -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6.6px' height='4px' viewBox='0 0 6.6 4' style='enable-background:new 0 0 6.6 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.4,0.4 3.3,3.3 6.2,0.4 '/%3E%3C/svg%3E%0A");
          background-size: 30%;
          background-repeat: no-repeat;
          background-position: center; }
          .moby ul li a .moby-expand.moby-submenu-open {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6.6px' height='4px' viewBox='0 0 6.6 4' style='enable-background:new 0 0 6.6 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='0.4,3.6 3.3,0.7 6.2,3.6 '/%3E%3C/svg%3E%0A"); }
          .moby ul li a .moby-expand i {
            font-size: 15px; }
          .moby ul li a .moby-expand span {
            opacity: 0; }
  .moby .moby-close {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 18px 30px;
    background: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .moby .moby-close .moby-close-icon {
      font-weight: bold;
      margin-right: 15px;
      position: relative;
      height: 30px;
      width: 30px;
      margin-top: 3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .moby .moby-close .moby-close-icon::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        top: 50%;
        margin-top: -1px; }
      .moby .moby-close .moby-close-icon::after {
        content: '';
        position: absolute;
        left: 50%;
        height: 100%;
        width: 2px;
        background: #fff;
        top: 0%;
        margin-left: -1px; }

.moby.moby-hidden {
  display: none; }

.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0; }
  .moby.fade ul {
    width: 100%; }

.moby.fade.moby-active {
  opacity: 1;
  visibility: visible; }

.moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 280px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%; }
  .moby.top-full ul {
    width: 100%; }

.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.moby.bottom-full {
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%; }
  .moby.bottom-full ul {
    width: 100%; }

.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0; }
  .moby.grow-out ul {
    width: 100%; }

.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0; }
  .moby.shrink-in ul {
    width: 100%; }

.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  color: #000; }
  @media (min-width: 768px) {
    body {
      font-size: 1.1rem; } }

p {
  margin-bottom: 0; }
  :root .spaces_asusual p {
    margin-bottom: 1em; }

.text_smaller * {
  font-size: .9em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0;
  color: #000000; }
  :root .spaces_asusual h1, :root .spaces_asusual .h1, :root .spaces_asusual
  h2, :root .spaces_asusual .h2, :root .spaces_asusual
  h3, :root .spaces_asusual .h3, :root .spaces_asusual
  h4, :root .spaces_asusual .h4, :root .spaces_asusual
  h5, :root .spaces_asusual .h5, :root .spaces_asusual
  h6, :root .spaces_asusual .h6 {
    margin-bottom: .5em; }
  h1.deko, .h1.deko,
  h2.deko, .h2.deko,
  h3.deko, .h3.deko,
  h4.deko, .h4.deko,
  h5.deko, .h5.deko,
  h6.deko, .h6.deko {
    font-weight: 500;
    font-style: normal; }

h1, .h1 {
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3rem; }
      h1.page_title, h1.h1_single, .h1.page_title, .h1.h1_single {
        font-size: 2.5rem; } }
  h1 span, .h1 span {
    font-weight: 300; }

h2, .h2 {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 1.8rem; } }
  h2 span, .h2 span {
    font-weight: 300; }

h3, .h3 {
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.6rem; } }
  h3 span, .h3 span {
    font-weight: 300; }

h4, .h4 {
  font-size: 1.3rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.2rem; } }

h5, .h5 {
  font-size: 1.3rem; }

h6, .h6 {
  font-size: 1.2rem; }

.h-black {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  font-size: 1.4rem; }

.h-green {
  font-weight: normal;
  font-family: "decalled script";
  color: #aec30a;
  font-size: 1.4rem; }

.h-grey {
  font-weight: normal;
  font-family: "decalled script";
  color: #565655;
  font-size: 1.4rem; }

span.link-block {
  display: block;
  padding: 0px 10px 0px 0;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.0;
  font-weight: bold;
  background: #fff2af; }

span.link-block a {
  display: block;
  padding: 10px 30px 10px 0;
  background: #fff2af url(img/icons/Icon_Pfeil_normal.svg) no-repeat;
  background-position: right center;
  background-size: 25px auto; }

span.link-block a:hover {
  color: #000000;
  border-bottom: 0px solid #565655; }

.pagination_bottom {
  margin-top: 60px; }
  .pagination_bottom > div > * {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 10px;
    background-color: #565655;
    color: #fff !important;
    border-radius: 5px; }
  .pagination_bottom .current {
    background-color: #000000;
    color: #fff; }
  .pagination_bottom .pagination-overview,
  .pagination_bottom .bslash {
    display: none; }

#main-nav {
  float: right;
  position: relative;
  top: 15px;
  display: none;
  right: 40px; }
  @media (min-width: 992px) {
    #main-nav {
      display: block; }
      :root .unten #main-nav {
        top: 9px; } }
  #main-nav li {
    float: left; }
    #main-nav li.current-menu-item {
      font-weight: 700; }
    #main-nav li + li {
      margin-left: 10px;
      margin-top: 0; }
    #main-nav li a {
      color: #000000;
      font-size: 1.1em;
      padding: 0.4em 15px;
      border-radius: 5px; }
    #main-nav li.menu_button_a {
      margin-right: .5em; }
      #main-nav li.menu_button_a a {
        font-size: 1em;
        top: .08em;
        position: relative;
        color: #fff;
        background-color: #000000; }
    #main-nav li.menu_button_b a {
      font-size: 1em;
      top: .08em;
      position: relative;
      color: #fff;
      padding-left: 4.4rem;
      background-color: #565655;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M14 3H7.9c-.5-1.7-2-3-3.9-3-2.2 0-4 1.8-4 4s1.8 4 4 4c1.9 0 3.4-1.3 3.9-3H11v2h2V5h1V3zM4 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E");
      background-size: 1em;
      background-repeat: no-repeat;
      background-position: .8em center; }
      :root .unten #main-nav li.menu_button_b a {
        font-size: 1em; }

.dropotron {
  background: #565655;
  border-radius: 0.5em;
  list-style: none;
  margin: 0;
  min-width: 10em;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.22); }
  .dropotron > li {
    margin: 0;
    padding: 0;
    position: relative; }
    .dropotron > li:first-child {
      border-top: 0; }
    .dropotron > li a {
      color: #fff;
      font-weight: 400;
      font-size: .9em;
      display: block;
      padding: 0.65em 2em 0.65em 2em;
      text-decoration: none;
      background-color: transparent;
      transition: background-color .3s; }
      .dropotron > li a:hover {
        background-color: rgba(255, 255, 255, 0.15); }
  .dropotron.level-0 {
    margin-top: 1em; }
    .dropotron.level-0:before {
      content: '';
      position: absolute;
      border-bottom: solid 0.5em #565655;
      border-left: solid 0.5em transparent;
      border-right: solid 0.5em transparent;
      top: -0.4em;
      margin-left: -.5em; }

.dropotron > li.active > a,
.dropotron > li:hover > a {
  color: #fff; }

.moby-wrap .moby-menu ul.menu ul {
  position: relative !important; }
.moby-wrap .moby-menu ul.menu li.menu_button_a a,
.moby-wrap .moby-menu ul.menu li.menu_button_b a {
  background-color: #fff;
  color: #565655;
  margin-left: 30px;
  margin-right: 24px;
  border-radius: 5px;
  margin-top: 18px;
  text-align: center;
  padding: 12px; }

#moby-button {
  float: right;
  margin-top: 2px;
  background-color: #fff;
  height: 44px;
  width: 44px;
  border-radius: 0px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(img/icons/icon_menu.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    #moby-button {
      display: none; } }
  @media (min-width: 768px) {
    #moby-button {
      margin-top: 8px; } }

.moby ul li a {
  color: #fff;
  text-transform: uppercase; }

.moby {
  background: #676564; }

.moby .moby-close {
  background: #676564; }

/*
.moby .moby-close .moby-close-icon:before {
    transition: transform .175s ease-in-out;
    transform: translate(-50%,-50%) rotate(
45deg);
}


.moby .moby-close .moby-close-icon:after {
    transition: transform .175s ease-in-out .0125s;
    transform: translate(-50%,-50%) rotate(
-45deg);
}


.moby .moby-close .moby-close-icon:hover:before {
    transform: translate(-50%,-50%) rotate(
135deg);
}

.moby .moby-close .moby-close-icon:hover:after {
    transform: translate(-50%,-50%) rotate(
45deg);
}



.moby .moby-close .moby-close-icon, .moby .moby-close .moby-close-icon:before {
    content: "";
    width: 21px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: box-shadow .175s ease-in-out;
}


.moby .moby-close .moby-close-icon:after, .moby .moby-close .moby-close-icon:before {
    background: #fff;
}
*/
a,
a:link,
a:focus,
a:active,
a:visited {
  color: #000000;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s; }
  a a:hover,
  a:link a:hover,
  a:focus a:hover,
  a:active a:hover,
  a:visited a:hover {
    color: #565655; }
  a:hover,
  a:link:hover,
  a:focus:hover,
  a:active:hover,
  a:visited:hover {
    opacity: .7; }

a.box-link {
  display: block; }

.txt a,
.txt a:link,
.txt a:focus,
.txt a:active,
.txt a:visited {
  color: #000;
  text-decoration: none;
  position: relative; }
.txt a:hover {
  color: #565655;
  border-bottom: 1px solid #565655; }

.txt a.button,
a.button,
.button {
  background-color: #565655;
  color: #fff;
  font-weight: 700;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 6px 15px;
  padding-right: 35px;
  display: inline-block;
  border-radius: 5px; }
  .txt a.button.button_wide,
  a.button.button_wide,
  .button.button_wide {
    width: 100%; }
  .txt a.button.button_ghost,
  a.button.button_ghost,
  .button.button_ghost {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #565655;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(86, 86, 85, 0.5); }
    .txt a.button.button_ghost a:hover,
    a.button.button_ghost a:hover,
    .button.button_ghost a:hover {
      color: #565655;
      border-bottom: 1px solid #565655; }
    .txt a.button.button_ghost::after,
    a.button.button_ghost::after,
    .button.button_ghost::after {
      content: none; }
  .txt a.button.button_light,
  a.button.button_light,
  .button.button_light {
    background-color: #fff;
    color: #565655; }
    .txt a.button.button_light::after,
    a.button.button_light::after,
    .button.button_light::after {
      content: "";
      position: absolute;
      top: 0;
      right: 12px;
      bottom: 0;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2337a7e9;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 9px; }
  .txt a.button::after,
  a.button::after,
  .button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px; }
  .txt a.button.download,
  a.button.download,
  .button.download {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #565655;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(86, 86, 85, 0.5); }
    .txt a.button.download a:hover,
    a.button.download a:hover,
    .button.download a:hover {
      color: #565655;
      border-bottom: 1px solid #565655; }
    .txt a.button.download::after,
    a.button.download::after,
    .button.download::after {
      content: none; }

.readmore_link {
  color: #565655; }

html {
  overflow-y: scroll;
  overflow-x: hidden !important; }

html,
body {
  height: 100%;
  background-color: #fff;
  color: #000; }

img,
svg {
  max-width: 100%;
  height: auto; }

.acf-map_responsive {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden; }

.acf-map_responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.acf-map img {
  max-width: inherit !important; }

hr {
  display: block;
  clear: both;
  margin-top: 15px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #ccc; }

.shy {
  clip: rect(1px, 1px, 1px, 1px);
  position: fixed; }

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

ul, ol {
  padding: 0; }
  ul li, ol li {
    list-style: none;
    margin-left: 0;
    line-height: 1.55; }
    ul li + li, ol li + li {
      margin-top: .5em; }

.txt ul,
.txt ol {
  margin-bottom: 0; }
  .txt ul li,
  .txt ol li {
    list-style: disc;
    margin-left: 1.4em; }

.lcnmb > *:last-child {
  margin-bottom: 0; }

.center {
  text-align: center; }

.loader_wrapper {
  background-color: rgba(0, 0, 0, 0.5); }

.button span {
  font-size: 1.4em;
  margin-left: .4em;
  position: relative;
  top: .1em; }
  .button span.icon_left {
    margin-left: 0;
    margin-right: .2em; }

.col_txt a {
  color: #565655;
  border-bottom: 1px solid #565655;
  opacity: .7; }

@media (min-width: 992px) {
  main {
    min-height: 300px; } }
.wrapper {
  background-color: #fff; }
  .wrapper.row_bgcolor {
    background-color: #ebefce;
    padding-top: 35px;
    margin-bottom: 35px; }
    .wrapper.row_bgcolor > .container > .row > [class*="col-"] {
      padding-top: 0; }
  .wrapper > .container {
    max-width: 900px; }
    .wrapper > .container > .row > [class*="col-"] {
      padding-top: 35px;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .wrapper > .container > .row > [class*="col-"] {
          padding-top: 35px;
          padding-bottom: 0; } }
  .wrapper.large > .container {
    max-width: 1140px; }
  .wrapper.full > .container {
    width: 100%;
    max-width: none; }
    .wrapper.full > .container > .row > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .wrapper.totop {
    margin-top: -35px; }

.wrapper_margin_sibling_top {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .wrapper_margin_sibling_top {
      margin-bottom: 35px; } }

.flex_inner {
  margin-bottom: 35px; }

.flex_inner.headline h2, .flex_inner.headline h3 {
  margin-bottom: 0.5em; }

.flex_inner.news {
  margin-bottom: 35px;
  padding-top: 0;
  padding-bottom: 0; }

.flex_inner_xxs {
  margin-bottom: 5px; }

.children_topmargin_s {
  margin-top: -15px; }
  .children_topmargin_s > .child_topmargin_s,
  .children_topmargin_s > [class*="col-"] {
    margin-top: 15px; }

.slider_content {
  visibility: hidden;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .slider_content {
      height: 450px; } }
  .slider_content figure {
    position: relative; }
    @media (min-width: 768px) {
      .slider_content figure {
        border-left: 10px solid #fff;
        border-right: 10px solid #fff; } }
  .slider_content .slick-arrow {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    text-indent: -9999px;
    display: none; }
    .slider_content .slick-arrow.slick-prev {
      left: 35px; }
      .slider_content .slick-arrow.slick-prev::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 19px center;
        background-size: 30%; }
    .slider_content .slick-arrow.slick-next {
      right: 35px; }
      .slider_content .slick-arrow.slick-next::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 23px center;
        background-size: 30%; }

.slider_content .slick-dots {
  bottom: -15px; }

.slider_content .loader_wrapper {
  background-color: transparent;
  padding: 0 15px;
  height: 100%;
  z-index: 10;
  position: relative; }

.slider_content .txt {
  /*
  position: absolute;
  margin-top: -160px;
  padding: 10px 15px 15px;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 30px);
  */
  height: 100%;
  position: relative;
  margin-top: -25%;
  padding: 25% 15px 15px;
  z-index: 1; }

.slider_content .txt .meta .ort {
  line-height: 40px; }

.slider_content .txt .meta .zeit {
  background-position: left center;
  line-height: 40px; }

.slider_content .txt .meta .rubrik {
  line-height: 40px; }

.slider_content .meta .neu {
  padding: 10px 10px 5px 10px;
  margin-top: 0px; }

.slider_content .txt h2 {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: bold; }

.touren .slider_content .txt {
  background: #d9f0f5;
  min-height: 240px; }

.tipps .slider_content .txt {
  background: #fff3a6;
  min-height: 240px; }

.slider_content_small {
  height: 320px;
  visibility: hidden;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .slider_content_small {
      height: 440px; } }
  .slider_content_small div,
  .slider_content_small figure {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .slider_content_small .slick-arrow {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    text-indent: -9999px;
    display: none; }
    .slider_content_small .slick-arrow.slick-prev {
      left: 35px; }
      .slider_content_small .slick-arrow.slick-prev::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 19px center;
        background-size: 30%; }
    .slider_content_small .slick-arrow.slick-next {
      right: 35px; }
      .slider_content_small .slick-arrow.slick-next::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 23px center;
        background-size: 30%; }

.slider_content_news .slick-dots {
  display: none !important; }

.slider_content_news .row {
  margin-right: 0px;
  margin-left: 0px; }

.slider_content_news .slick-list.draggable {
  padding: 0px 60px 0 0 !important; }

.subline {
  margin-top: -1em; }
  .subline p {
    color: #000;
    font-size: 1.2em;
    font-weight: 400; }
    @media (min-width: 768px) {
      .subline p {
        font-size: 1.6em; } }

.buttons .button {
  margin-right: 15px; }

.flex_inner_icons .icons {
  margin-top: -25px; }
  .flex_inner_icons .icons .icon_wrapper {
    display: inline-block;
    margin-top: 25px;
    vertical-align: top; }
    @media (min-width: 768px) {
      .flex_inner_icons .icons .icon_wrapper {
        width: 120px; } }
    @media (max-width: 767.98px) {
      .flex_inner_icons .icons .icon_wrapper {
        display: block;
        float: left;
        width: 48%; } }
    @media (max-width: 500px) {
      .flex_inner_icons .icons .icon_wrapper {
        width: 100%; } }
    @media (min-width: 500px) {
      .flex_inner_icons .icons .icon_wrapper:nth-child(2n+3) {
        clear: both; } }
    .flex_inner_icons .icons .icon_wrapper .icon_bg {
      background-color: #aec30a;
      color: #000000;
      padding: 15px;
      border-radius: 5px;
      margin-right: 10px;
      margin-left: 10px;
      display: inline-block;
      width: 80px;
      height: 80px; }
      @media (min-width: 768px) {
        .flex_inner_icons .icons .icon_wrapper .icon_bg img {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; } }
      @media (max-width: 767.98px) {
        .flex_inner_icons .icons .icon_wrapper .icon_bg {
          float: left;
          width: auto;
          height: auto; }
          .flex_inner_icons .icons .icon_wrapper .icon_bg img {
            width: 28px; } }
    .flex_inner_icons .icons .icon_wrapper .icon_label {
      font-size: .7em;
      line-height: 1.3;
      margin-top: 5px;
      display: block; }
      @media (max-width: 767.98px) {
        .flex_inner_icons .icons .icon_wrapper .icon_label {
          text-align: left;
          font-size: .8em; } }

@media (min-width: 768px) {
  .typ_slider .flex_inner > [class*="col-"] {
    padding-right: 0; }
    .typ_slider .flex_inner > [class*="col-"] + [class*="col-"] {
      padding-left: 0; } }
.typ_slider .col_inner {
  background-color: #aec30a;
  padding: 35px;
  height: 100%;
  color: #000; }
  .typ_slider .col_inner h3 {
    margin-bottom: .5em;
    color: #000; }
  .typ_slider .col_inner .typ_slider_price {
    font-size: 1.8em;
    font-weight: 700;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .typ_slider .col_inner .button {
    margin-top: 25px; }
@media (min-width: 768px) {
  .typ_slider .slider_content_small {
    min-height: 440px;
    height: 100%; } }

.slider_and_text {
  position: relative; }
  .slider_and_text .txt {
    font-size: .9em; }
    .slider_and_text .txt ul {
      margin-bottom: 25px; }
  .slider_and_text + .slider_and_text {
    margin-top: 45px; }

.img_text {
  position: relative; }
  .img_text .col_img {
    min-height: 270px; }
    @media (min-width: 768px) {
      .img_text .col_img {
        min-height: 350px; } }
    .img_text .col_img .loader_wrapper {
      height: 100%; }
      .img_text .col_img .loader_wrapper figure {
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  @media (max-width: 575.98px) {
    .img_text .col_txt {
      padding-left: 0;
      margin-top: 15px; } }

.flex_google_map {
  margin: 0 -15px; }
  .flex_google_map .acf-map {
    height: 400px; }
    .flex_google_map .acf-map .acf_map_content {
      font-size: 1.1em;
      padding-left: .2em;
      padding-right: 1.5em; }
      .flex_google_map .acf-map .acf_map_content a {
        font-weight: normal; }
      .flex_google_map .acf-map .acf_map_content span {
        position: relative;
        background-color: #000000;
        color: #fff;
        font-size: 1.5rem;
        padding: .2em .5em;
        border-radius: 5px;
        display: inline-block;
        top: -.1em;
        margin-left: .4em; }
    .flex_google_map .acf-map .gm-style-iw button {
      background-color: #999 !important;
      border-radius: 50%;
      opacity: 1 !important;
      top: 5px !important;
      right: 5px !important;
      width: 20px !important;
      height: 20px !important;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='%23ffffff' points='12.7,4.7 11.3,3.3 8,6.6 4.7,3.3 3.3,4.7 6.6,8 3.3,11.3 4.7,12.7 8,9.4 11.3,12.7 12.7,11.3 9.4,8 '/%3E%3C/svg%3E%0A") !important;
      background-size: 80% !important;
      background-position: center !important; }
      .flex_google_map .acf-map .gm-style-iw button img {
        opacity: 0; }

.acf_map_content h6 {
  font-size: 0.9rem; }

.acf_map_content {
  padding: 0 15px 10px 0; }

.kontakt_small {
  margin-bottom: 30px;
  text-align: center; }

.kontakt_small .row {
  padding: 15px 35px 40px; }

.kontakt_small img {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px; }

.kontakt_small h3 {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 20px 0 0px 0; }

.kontakt_small span {
  display: block;
  line-height: 2.0; }

.phone-icon, .mail-icon {
  line-height: 20px; }

.phone-icon:before {
  background: url(img/icons/Icon_Telefon.svg) center 0px no-repeat;
  background-size: auto 20px;
  content: "" !important;
  padding-left: 35px; }

.mail-icon:before {
  background: url(img/icons/Icon_Email.svg) center 0px no-repeat;
  background-size: auto 20px;
  content: "" !important;
  padding-left: 35px; }

.fax-icon:before {
  background: url(img/icons/Icon_Fax.svg) center 2px no-repeat;
  background-size: auto 25px;
  content: "" !important;
  padding-left: 35px; }

.home .wrap_slider {
  margin-bottom: 120px; }

.wrap_slider {
  position: relative; }
  .wrap_slider .wrap_slider_text.headline {
    position: absolute;
    right: 10%;
    left: 10%;
    text-align: center;
    color: #fff;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .wrap_slider .wrap_slider_text.headline {
        right: 20%;
        left: 20%; } }
    .wrap_slider .wrap_slider_text.headline h1 {
      font-size: 1.8em;
      color: #fff;
      text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
      padding: 5px 20px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      display: inline-block;
      border: 2px solid #fff;
      line-height: 1.0; }
      @media (min-width: 768px) {
        .wrap_slider .wrap_slider_text.headline h1 {
          font-size: 4em; } }
    .wrap_slider .wrap_slider_text.headline .wrap_slider_text_subline {
      font-size: 1.5em;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6); }
  .wrap_slider .wrap_slider_text.headline.tour h1 {
    border: 3px solid #d9f0f5; }
  .wrap_slider .wrap_slider_text.headline.tipp h1 {
    border: 3px solid #fff3a6; }
  .wrap_slider .wrap_slider_text.headline.ditdat h1 {
    border: 3px solid #ebefce; }
  .wrap_slider .wrap_slider_box {
    position: absolute;
    right: 5%;
    left: 5%;
    color: #000;
    z-index: 3;
    bottom: -100px;
    padding: 10px 15px 15px 15px; }
    @media (min-width: 768px) {
      .wrap_slider .wrap_slider_box {
        right: 20%;
        left: 20%; } }
    .wrap_slider .wrap_slider_box h1 {
      font-size: 2.2rem;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: bold;
      width: 85%;
      color: #000;
      margin-top: 10px;
      margin-bottom: .2em; }
      @media (min-width: 768px) {
        .wrap_slider .wrap_slider_box h1 {
          font-size: 4em; } }
    .wrap_slider .wrap_slider_box .wrap_slider_text_subline {
      font-size: 1.2em; }
  .wrap_slider .wrap_slider_box.tour {
    background: #d9f0f5;
    height: 180px; }
  .wrap_slider .wrap_slider_box.tipp {
    background: #fff3a6;
    height: 180px; }
  .wrap_slider .slick-list {
    overflow: visible; }
  .wrap_slider .slider .slick-dots {
    bottom: -140px; }
  .wrap_slider .slider {
    position: relative;
    height: 350px;
    visibility: hidden; }
    @media (min-width: 768px) {
      .wrap_slider .slider {
        height: 550px; } }
    .wrap_slider .slider div,
    .wrap_slider .slider figure {
      height: 100%; }
    .wrap_slider .slider figure .figure_inner {
      background-size: cover;
      background-position: center; }
    .wrap_slider .slider .slick-arrow {
      width: 60px;
      height: 60px;
      border: 0;
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      margin-top: -30px;
      z-index: 2;
      text-indent: -9999px;
      display: none !important; }
      .wrap_slider .slider .slick-arrow.slick-prev {
        left: 35px; }
        .wrap_slider .slider .slick-arrow.slick-prev::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='31.5,3.9 7.8,27.6 31.5,51.3 '/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: 19px center;
          background-size: 30%; }
      .wrap_slider .slider .slick-arrow.slick-next {
        right: 35px; }
        .wrap_slider .slider .slick-arrow.slick-next::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.4px' height='55.2px' viewBox='0 0 35.4 55.2' style='enable-background:new 0 0 35.4 55.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23384773;stroke-width:11;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.9,51.3 27.6,27.6 3.9,3.9 '/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: 23px center;
          background-size: 30%; }

.wrap_slider .slider article a.home_slider_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4; }

.slick-dots {
  position: absolute;
  margin-bottom: 0;
  bottom: -10px;
  left: 25px;
  right: 25px;
  text-align: center; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 5px; } }
  .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .slick-dots li.slick-active {
      opacity: .4; }
    .slick-dots li button {
      background-color: #565655;
      border: none;
      display: inline-block;
      text-indent: -999px;
      overflow: hidden;
      height: 3px;
      width: 25px;
      padding: 0; }
      @media (min-width: 768px) {
        .slick-dots li button {
          height: 5px;
          width: 35px; } }

.page_headline_only {
  margin-top: 35px;
  margin-bottom: 35px; }
  .page_headline_only h1 {
    font-size: 1.8em;
    color: #000;
    margin-top: 0;
    margin-bottom: 0em; }

.page-template-tpl_newsarchiv section article + article {
  margin-top: 60px; }
.page-template-tpl_newsarchiv section article figure {
  margin-bottom: 15px; }

.table {
  min-width: 800px; }
  .table tr > td:first-child {
    padding-left: 0; }
  .table tr > td:last-child {
    padding-right: 0; }

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color; }

.tour-detail, .tipp-detail, .post-detail {
  padding: 10px 30px 0px;
  margin-top: -100px;
  background: #fff; }

.tour-detail {
  background: #fff url(img/icons/icon-bird.png);
  padding: 10px 30px 50px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 50px; }

.tour-detail h3, .tipp-detail h3, .post-detail h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 30px; }

.tour-detail p.sub:first-letter, .tipp-detail p.sub:first-letter, .post-detail p.sub:first-letter {
  font-size: 2.8em;
  float: left;
  line-height: 1.0em;
  margin-right: 5px; }

.tour-detail p.sub, .tipp-detail p.sub, .post-detail p.sub {
  margin-bottom: 30px; }

.tour-detail ol li, .tipp-detail ol li, .post-detail ol li {
  list-style-type: decimal;
  margin-left: 15px;
  line-height: 1.55; }

.tour-detail p, .tipp-detail p, .post-detail p {
  margin-bottom: 1rem; }

.text-small {
  padding: 0px 25px; }

.tour-etappen p.etappe:first-letter {
  font-size: 2.8em;
  float: left;
  line-height: 1.0em;
  margin-right: 5px; }

.tour-etappen .row {
  margin-bottom: 40px; }

.tour-etappen .etappe {
  color: #7f7f7f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 1.4rem; }

.tour-etappen .headline {
  font-weight: bold;
  margin-top: -2px;
  font-size: 1.1rem; }

.tour-etappen p {
  margin-bottom: 1rem; }

.tour-etappen .col_img, .tour-etappen .col_header {
  margin-bottom: 15px; }

.tour-etappen .col_txt {
  padding: 0px 30px; }

.rahmen {
  padding: 5px 10px 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.0; }

.rahmen.blau {
  border: 3px solid #d9f0f5; }

.rahmen.gelb {
  border: 3px solid #fff3a6; }

.rahmen.black {
  border: 3px solid #000; }

.tipps-liste, .touren-liste {
  padding-top: 35px; }

.tipps-liste h3, .touren-liste h3, .interview-liste h3, .post-liste h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 8px; }

.slider_content_news h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 8px; }

.tipps-liste p, .touren-liste p, .interview-liste p, .post-liste p {
  font-size: 1.0rem;
  line-height: 1.4; }

.tipps-liste .row .col-12, .touren-liste .row .col-12, .interview-liste .row .col-12, .post-liste .row .col-12 {
  margin-bottom: 15px; }

.tipps-liste .col_img, .touren-liste .col_img, .interview-liste .col_img, .post-liste .col_img {
  padding-right: 0px;
  padding-left: 0;
  float: left; }

.tipps-liste .col_txt, .touren-liste .col_txt, .interview-liste .col_txt, .post-liste .col_txt {
  padding-right: 0px;
  float: left; }

.tipps-liste .meta, .touren-liste .meta, .interview-liste .meta, .post-liste .meta {
  border-top: 1px solid #000;
  padding: 5px 5px 5px 0;
  color: #565655; }

.tipps-box .meta, .touren-box .meta {
  padding: 10px 0;
  color: #565655; }
  .tipps-box .meta .neu, .touren-box .meta .neu {
    margin-right: -20px; }

.tipps-box .row, .touren-box .row {
  margin-bottom: 30px; }

.tipps-box h3, .touren-box h3 {
  font-weight: bold; }

.touren-box .col_txt {
  background: #d9f0f5;
  padding: 60px 35px 35px;
  margin: 0 15px;
  position: relative;
  z-index: 10;
  margin-top: -60px; }

.tipps-box .col_txt {
  background: #fff3a6;
  padding: 60px 35px 35px;
  margin: 0 15px;
  position: relative;
  z-index: 10;
  margin-top: -60px; }

.tipps-box .col_img, .touren-box .col_img {
  padding: 0 30px;
  position: relative;
  z-index: 100; }

.tipps-liste .row .link, .touren-liste .row .link, .interview-liste .row .link,
.tipps-box .row .link, .touren-box .row .link, .wrap_slider_text_subline .link {
  background-image: url(img/icons/icon-link-pfeil.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 20px; }

.wrap_slider_box .link {
  background-image: url(img/icons/icon-link-pfeil.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 30px; }

.slider_content_news .txt .meta .ort {
  padding-top: 5px; }

.meta {
  display: block; }

.meta .ort {
  background-image: url(img/icons/icon-ort.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 15px;
  display: inline-flex; }

.meta .tour {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-flex; }

.meta .zeit {
  background-image: url(img/icons/icon-zeit.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 24px;
  display: inline-flex;
  float: right; }

.meta .rubrik {
  background-image: url(img/icons/icon-ort.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 15px;
  display: inline-flex;
  float: right; }

.meta .datum {
  padding-left: 15px;
  display: inline-flex;
  float: right; }

.meta .neu {
  padding: 10px 10px 5px 10px;
  display: inline-flex;
  float: right;
  color: #fff;
  font-weight: bold;
  background: #aec30a;
  margin-left: 15px;
  margin-top: -10px; }

.p-0-m {
  padding-right: 0px;
  padding-left: 0px; }

.news-h {
  width: 50%;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem; }

.news-link {
  font-weight: bold;
  background-image: url(img/icons/icon-link-pfeil.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 18px; }

.wrapper_single .h1_single {
  margin-bottom: 25px;
  font-size: 1.8rem; }

.interview .col_img img {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  width: 200px;
  margin: 20px 0; }

.single-interview .loader_wrapper.interview img {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  width: 200px;
  margin: 20px 0; }

.loader_wrapper {
  background-color: #fff; }

.interview-liste img, .post-liste img {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  width: 120px;
  margin: 0px 0;
  margin-top: 5px; }

.single_more {
  text-align: center; }

.single_more .interview-liste, .single_more .post-liste {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 0; }

.flex_inner.news .txt.center {
  margin-bottom: 35px; }

.wrapper_single .h1_single {
  font-size: 1.8rem;
  width: 75%;
  margin: 0 auto 25px auto; }

.flex_inner.headline h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px; }

.wrap_slider .slider.no-slider .slick-dots {
  display: none !important; }

p.txt.center.bild {
  margin-top: 5px; }

.single-tipps .single_content a, single-touren .single_content a {
  color: #565655;
  border-bottom: 1px solid #565655;
  opacity: .7; }

.paginate_links {
  text-align: center;
  display: block; }

.page-numbers {
  padding: 10px 10px; }

.page-numbers.current {
  border-bottom: 1px solid black; }

.anzeige a {
  display: block;
  width: 100%;
  height: 100%; }

.anzeige img {
  border: 1px solid #999999; }

.anzeige .txt.right {
  text-align: right;
  color: #999999;
  text-transform: uppercase; }

.marker-filter {
  margin: 40px 20px; }

.marker-filter .col-3 {
  text-align: center;
  border-right: 1px solid #e4e4e4; }

.marker-filter .col-3:last-child {
  border-right: 0px solid #b6b6b5; }

.filter-box {
  display: block; }

.filter-box label {
  padding: 60px 10px 0px 10px;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: top center;
  margin-top: -20px;
  cursor: pointer; }

.filter-box.freizeit label {
  background-image: url(assets/img/karte-freizeit.png); }

.filter-box.genuss label {
  background-image: url(assets/img/karte-genuss.png); }

.filter-box.kinder label {
  background-image: url(assets/img/karte-kinder.png); }

.filter-box.hoefe label {
  background-image: url(assets/img/karte-hoefe.png); }

.filter-box label span {
  display: block;
  font-size: small;
  padding-top: 30px;
  margin-top: 20px;
  background-image: url(assets/img/list_black_24dp.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: top center; }

.filter-box input {
  display: none; }

a:active, a:hover {
  outline: 0; }

.header_top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff; }

header .search {
  border: 0;
  display: block;
  height: 1.75em;
  margin: 0;
  padding: 0;
  width: 2em;
  float: left; }

.btn {
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1em 2em;
  text-align: inherit;
  width: auto; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
  border: none; }

.search__icon {
  display: block;
  height: 100%;
  position: relative;
  width: 100%; }

.search__icon:before {
  border: 2px solid #000;
  border-radius: 100%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -55%);
  width: 50%; }

.search__button {
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 34px;
  z-index: 4; }

.search__button {
  display: block;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 5px; }

.search__icon:after {
  background: #000;
  bottom: 17%;
  height: 2px;
  right: 10%;
  transform: rotate(45deg);
  width: 12px; }

.search__icon:after, .search__icon:before {
  content: "";
  display: block;
  position: absolute;
  transition: all .2s ease-in; }

.search__inner {
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s ease-in;
  visibility: hidden;
  width: 100%;
  z-index: 3; }

.search__input {
  background: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  left: 100px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  white-space: normal;
  width: calc(100% - 200px); }

.search form {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

.search.--open .search__icon:before {
  border: 1px solid #000;
  border-radius: inherit;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-225deg);
  width: 80%; }

.search.--open .search__icon:after, .search.--open .search__icon:before {
  transition: all .2s ease-in; }

.search.--open .search__icon:after {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) rotate(-135deg);
  width: 80%; }

.search.--open .search__inner {
  max-width: 100vw;
  opacity: 1;
  transition: all .3s ease-in;
  visibility: visible; }

.search-results main, .search-no-results main {
  min-height: 600px; }

.search-results main .navigation {
  padding-top: 30px; }

.wrapper_single .h1_single {
  margin-bottom: 25px; }
.wrapper_single figure {
  margin-bottom: 25px; }

.single_more {
  margin-top: 35px; }

.main_footer {
  padding: 15px 0 15px 0;
  font-size: .9em;
  color: #565655; }
  .main_footer a {
    color: #565655 !important; }
  .main_footer .container-fluid .row > div #menu-footer {
    text-align: right; }
    .main_footer .container-fluid .row > div #menu-footer li {
      display: inline-block;
      margin-left: 15px;
      margin-top: 0; }

.main_footer .footer_sociallinks {
  margin-bottom: -23px;
  margin-left: -30px; }

.main_footer .footer_sociallinks a:hover {
  text-decoration: none;
  border-bottom: 0px; }

.main_footer .footer_sociallinks .fb {
  color: #3a589b;
  margin-right: 6px;
  background-image: url(img/icons/fb.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 27px;
  padding-bottom: 3px; }

.main_footer .footer_sociallinks .insta {
  color: #d20068;
  background-image: url(img/icons/insta.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 27px;
  padding-bottom: 3px; }

@media (max-width: 575.98px) {
  .mobil {
    display: none; } }
@media (min-width: 576px) {
  .mobil {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    top: 0;
    left: 0;
    background: #e7f0f5;
    color: #000;
    text-align: center; }
    .mobil h1 {
      position: relative;
      float: left;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
@media (min-width: 992px) {
  header {
    padding-top: 110px; } }

.header_top_wrapper {
  z-index: 998;
  height: 80px;
  position: relative; }
  @media (min-width: 992px) {
    .header_top_wrapper {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 998;
      background-color: #fff; }
      :root .unten .header_top_wrapper {
        box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15); } }

.header_top {
  padding: 15px 15px;
  transition: padding .3s;
  text-align: center; }
  @media (min-width: 992px) {
    .header_top {
      padding: 25px 25px; } }
  .header_top .logo {
    height: 50px;
    transition: height .3s; }
    @media (min-width: 768px) {
      .header_top .logo {
        height: 60px;
        float: left; } }
  :root .unten .header_top {
    padding: 15px 15px; }
    :root .unten .header_top .logo {
      height: 45px; }

/**
 * Wrap checkboxes and radio buttons with lable ("use_label_element"):
 * <p> Radio examples
      [radio radio-129 use_label_element default:1 "11" "22" "33"]
   </p>
   <p> Checkbox examples
      [checkbox checkbox-758 use_label_element "aa" "bb" "cc"]
   </p>
 */
.wpcf7-form {
  text-align: left;
  font-size: .9em; }
  .wpcf7-form input:not([type="checkbox"]),
  .wpcf7-form input:not([type="radio"]),
  .wpcf7-form label,
  .wpcf7-form textarea,
  .wpcf7-form select {
    width: 100%;
    border: 0;
    margin: 0; }
  .wpcf7-form input:not([type="checkbox"]),
  .wpcf7-form input:not([type="radio"]),
  .wpcf7-form textarea,
  .wpcf7-form select {
    font-size: .9em; }
  .wpcf7-form input:not([type="checkbox"]),
  .wpcf7-form input:not([type="radio"]),
  .wpcf7-form select,
  .wpcf7-form textarea {
    background-color: #e4e4e4;
    padding: .5em .8em; }
  .wpcf7-form input[type="submit"] {
    background-color: #565655;
    color: #fff;
    padding: 10px; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    color: #e20a22;
    font-size: .9em;
    display: block; }
  .wpcf7-form div.wpcf7-response-output {
    margin: 25px 0 0 0;
    padding: 10px 15px;
    border: 2px solid #000000; }
  .wpcf7-form span.wpcf7-list-item {
    margin: 0; }
  .wpcf7-form label > .wpcf7-form-control-wrap {
    display: block;
    margin-top: .1em; }

.wpcf7 .submit_wrapper {
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='57.6px' height='101.1px' viewBox='0 0 57.6 101.1' style='enable-background:new 0 0 57.6 101.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:10;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolyline class='st0' points='3.5,97.5 50.5,50.5 3.5,3.5 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 9px;
  background-color: #565655;
  border-radius: 5px; }
  .wpcf7 .submit_wrapper .ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 3;
    border-radius: 5px;
    background-color: #000000;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22loader-1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2050%2050%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.935%2C25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318%2C0-18.683%2C8.365-18.683%2C18.683h4.068c0-8.071%2C6.543-14.615%2C14.615-14.615c8.072%2C0%2C14.615%2C6.543%2C14.615%2C14.615H43.935z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20from%3D%220%2025%2025%22%0A%20%20%20%20%20%20to%3D%22360%2025%2025%22%0A%20%20%20%20%20%20dur%3D%220.6s%22%0A%20%20%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center; }
  .wpcf7 .submit_wrapper .wpcf7-submit {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 12px 15px;
    padding-right: 35px;
    display: inline-block;
    border-radius: 5px;
    width: auto;
    position: relative; }

select,
.wpcf7-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.files-wrapper-files .file {
  position: relative; }
  .files-wrapper-files .file + .file {
    margin-top: 10px; }
  .files-wrapper-files .file input {
    font-size: 1.5rem;
    padding: 25px;
    padding-right: 60px; }

.files-wrapper-files .resetlink {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Ef-remove%3C%2Ftitle%3E%3Cg%20fill%3D%22%23e2001a%22%3E%3Cpath%20d%3D%22M16%2C0A16%2C16%2C0%2C1%2C0%2C32%2C16%2C16.047%2C16.047%2C0%2C0%2C0%2C16%2C0Zm8.121%2C22L22%2C24.121l-6-6-6%2C6L7.879%2C22l6-6-6-6L10%2C7.879l6%2C6%2C6-6L24.121%2C10l-6%2C6Z%22%20fill%3D%22%23e2001a%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -400px;
  width: 50px;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  font-size: 0;
  opacity: 0;
  border-bottom: 0; }

.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block; }
  .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
    width: auto;
    width: 1em;
    height: 1em; }

.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin-right: .7em; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: .3em;
  left: 0;
  border-radius: 4px;
  background-color: #e4e4e4; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  content: '';
  visibility: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Ef-check%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpolygon%20points%3D%2211.714%2027.786%201%2017.071%205.286%2012.786%2011.714%2019.214%2026.714%204.214%2031%208.5%2011.714%2027.786%22%20fill%3D%22%23000000%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 54%;
  background-position: center center;
  background-repeat: no-repeat; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: transparent; }

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible; }

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer; }

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
  margin-right: 10px; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:before,
.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #e4e4e4; }

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  content: '';
  visibility: hidden;
  height: 8px;
  width: 8px;
  top: .25em;
  left: .25em;
  background-color: #000000; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background-color: #e4e4e4; }

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  visibility: visible; }

.wpcf7-form p:empty {
  display: none; }

div.grecaptcha-badge {
  width: 0 !important; }

div.grecaptcha-badge.show {
  width: 256px !important; }

@viewport {
  width: auto !important; }
div#ui-datepicker-div {
  z-index: 1000 !important; }

@media (min-width: 768px) {
  .wrap_slider .wrap_slider_box.tour, .wrap_slider .wrap_slider_box.tipp {
    height: 280px; }

  .wrap_slider .wrap_slider_text.headline h1 {
    font-size: 3.4em; }

  .wrap_slider .wrap_slider_box {
    padding: 10px 30px 15px 30px; }

  .wrap_slider .wrap_slider_box h1 {
    font-size: 2.9em;
    width: 100%; }

  .h-green {
    font-size: 2.4rem; }

  .anzeige img {
    width: 100%; }

  .kontakt_small {
    margin-bottom: 60px; }

  .kontakt_small .row {
    padding: 15px 35px 40px;
    width: 50%;
    display: inline-block; }

  .tipps-box .col_img, .touren-box .col_img {
    padding: 0 0px; }

  .tipps-box .col_img img, .touren-box .col_img img {
    width: 100%; }

  .tipps-box .col_txt, .touren-box .col_txt {
    margin: 0px 0 0; }

  .tipps-box .col_txt, .touren-box .col_txt {
    padding: 0px 35px 60px 35px; }

  .slider_content {
    height: auto; }

  .slider_content .loader_wrapper {
    min-height: 250px;
    padding: 0; }

  .slick-slide img {
    min-height: 250px !important; }

  .slider_content .txt {
    min-height: 250px !important; }

  .slider_content .txt {
    margin-top: 0 !important;
    padding: 0 15px 15px !important; }

  .flex_inner.news .col-lg-6 {
    float: left; }

  .slider_content_news .slick-dots {
    bottom: -40px;
    display: block !important; }

  .p-0-m {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .wrap_slider .wrap_slider_box {
    padding: 10px 80px 15px 80px; }

  .wrap_slider .wrap_slider_box h1 {
    font-size: 3.3em; } }
