.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.lightbox{cursor:pointer;position:fixed;width:100%;height:100%;top:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);background:rgba(0,0,0,.7);-webkit-filter:none!important;z-index:9997}.lightbox img{display:block;position:absolute;border:5px solid #fff;box-shadow:0 0 20px #000;border-radius:1px}body.blurred>*{-webkit-filter:blur(2px);-webkit-transform:translate3d(0,0,0)}.lightbox__loading{background:url(loading.gif) center center no-repeat;width:32px;height:32px;margin:-16px 0 0 -16px;position:absolute;top:50%;left:50%}.lightbox__caption{display:none;position:absolute;left:0;bottom:0;width:100%;text-align:center;z-index:9998;background:#000;background:rgba(0,0,0,.7)}.lightbox__caption p{margin:0 auto;max-width:70%;display:inline-block;padding:10px;color:#fff;font-size:12px;line-height:18px}.lightbox__button{position:absolute;z-index:9999;background:center center no-repeat;width:32px;height:32px;opacity:.4;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.lightbox__button:focus,.lightbox__button:hover{opacity:1;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4)}.lightbox__close{right:10px;top:10px;background-image:url('../images/close.png')}.lightbox__nav{top:50%;margin-top:-16px}.lightbox__nav--next{right:10px;background-image:url('../images/next.png')}.lightbox__nav--prev{left:10px;background-image:url('../images/previous.png')}/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}.icon-chevron-right {
  display: none !important;
}
* {
  -ie-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  width: 1200px;
  margin: auto;
  font-size: 1.1em;
  color: #2b4c85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  color: #bcd700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  color: #bcd700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-size: 1.0em;
  line-height: 1.2em;
  color: #2b4c85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #2b4c85;
  transition: color ease-in-out .2s;
}
a:hover {
  color: #bcd700;
}
.btn {
  display: inline-block;
  background: #bcd700;
  padding: 11px 25px;
  color: #FFF;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: ease-in-out background .2s;
  border-radius: 3px;
  margin-bottom: 15px;
}
.btn:hover {
  background: #a6be00;
  color: #FFF;
}
.booking-warnung {
  border: 3px solid #f68a84;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}
.infoBox {
  border: 3px solid #2b4c85;
  background-color: rgba(44,77,135,0.1);
  width: 100%;
  padding: 10px;
}
.infoBox p {
  margin: 0px;
}
.slick-slider {
  overflow-y: hidden;
}
#nav_top .nav .item-116 a,
#nav_top .nav .item-131 a {
  color: rgba(0,0,0,0);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0.172 0 18 18" enable-background="new 0.172 0 18 18"%3E%3Cpath fill="%23198ECF" d="M12.633,7.616c0-2.672-2.174-4.846-4.846-4.846c-2.671,0-4.846,2.174-4.846,4.846s2.175,4.846,4.846,4.846 C10.458,12.462,12.633,10.288,12.633,7.616z M18.171,16.616c0,0.757-0.627,1.385-1.385,1.385c-0.367,0-0.725-0.151-0.973-0.411 l-3.711-3.7c-1.265,0.877-2.779,1.341-4.315,1.341c-4.208,0-7.615-3.407-7.615-7.615S3.579,0,7.787,0s7.615,3.407,7.615,7.615 c0,1.536-0.465,3.051-1.341,4.315l3.71,3.711c0.249,0.248,0.4,0.605,0.4,0.973L18.171,16.616z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
#nav_top {
  width: 1200px;
  float: left;
  position: fixed;
  top: 0px;
  background: #FFF;
  z-index: 20000000;
}
#nav_top div.mod-languages {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .8em;
}
#nav_top div.mod-languages ul {
  margin: 0;
}
#nav_top div.mod-languages ul li.lang-active {
  display: none;
}
#nav_top div.mod-languages ul li {
  padding: 5px;
  margin: 0;
}
#nav_top div.mod-languages ul li a {
  padding: 5px;
  margin-right: 0;
  background: #eee;
}
#nav_top .search {
  float: left;
  width: 100%;
  outline: none;
  overflow: hidden;
  height: 0px;
  transition: height ease-in-out .2s;
}
#nav_top .search input[name="searchword"] {
  width: 100%;
  height: 60px;
  font-size: 1.5em;
  border: 0px;
  background: #198ecf;
  color: #FFF;
  padding: 0 15px;
}
#nav_top .search input[name="searchword"]::placeholder {
  color: rgba(255,255,255,0.7);
}
#nav_top .search input[name="searchword"]:focus {
  outline: none;
}
#nav_top .search.active {
  height: 60px;
  padding: 0px;
}
#nav_top .custom_logo {
  float: left;
  width: auto;
  padding: 10px 30px 10px 30px;
  position: relative;
  margin-right: 20px;
}
#nav_top .custom_logo:after {
  content: '';
  height: 75px;
  width: 1px;
  background: #ccc;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0px;
}
#nav_top .nav {
  float: left;
  margin-top: 50px;
}
#nav_top ul {
  float: left;
  list-style: none;
  margin: 30px 0px;
  padding: 0px;
}
#nav_top ul li {
  float: left;
  list-style: none;
  text-decoration: none;
}
#nav_top ul li a {
  padding: 20px 20px;
  margin-right: 10px;
  text-decoration: none;
  color: #198ecf;
  transition: .2s ease-in-out color;
}
#nav_top ul li a:hover {
  color: #146fa1;
}
#nav_top li.parent:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 6px;
  position: absolute;
  margin: 7px 0px 0px -16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7px' height='6px' viewBox='0 0 7 6' enable-background='new 0 0 7 6'%3E%3Cpolygon fill='%2329ABE2' points='7,0 0,0 3.5,6 '/%3E%3C/svg%3E");
}
#nav_top li.parent ul {
  width: 200px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  margin-left: -20px;
  background: #eee;
  transition: ease-in-out height .3s;
}
#nav_top li.parent ul li {
  width: 100%;
  background: #FFF;
}
#nav_top li.parent ul li a {
  padding: 15px 25px;
  float: left;
  width: 100%;
  text-align: center;
}
#nav_top li.parent ul li a img {
  max-width: 100%;
  height: auto;
}
#nav_top li.parent:hover ul {
  transition: ease-in-out height .3s;
  overflow: initial;
}
#nav_top .custom {
  float: left;
}
#wrapper {
  width: 100%;
  padding-top: 116px;
}
#content {
  float: left;
  width: 100%;
  position: relative;
}
#content_right {
  float: left;
}
#footer {
  width: 100%;
  background: #4d4d4d;
  float: left;
  min-height: 400px;
  margin-top: 60px;
  position: relative;
}
#footer #backUp {
  background: #bcd700;
  width: 30px;
  height: 30px;
  color: #FFF;
  text-align: center;
  left: -15px;
  margin-left: 50%;
  position: absolute;
  margin-top: -15px;
  cursor: pointer;
  padding-top: 5px;
  transition: ease-in-out .2s background;
  border-radius: 2px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='12px' height='9px' viewBox='0 0 12 9' enable-background='new 0 0 12 9'%3E%3Cpolygon fill='%23FFF' points='1,9 11,9 6,0 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
body.front #header {
  float: left;
  width: 100%;
  background: #F6f6f6;
}
body.front #header h1 {
  margin-top: 15px;
}
body.front #header .custom_intro_slider {
  width: 72%;
  float: left;
}
body.front #header .custom_intro_slider .slick-next {
  background: #bcd700;
  color: #FFF;
  text-decoration: none;
  padding: 5px 5px;
  z-index: 2000000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: .6em;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='0,0 0,10 6,5 ' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
body.front #header .custom_intro_slider .slick-prev {
  background: #bcd700;
  color: #FFF;
  text-decoration: none;
  padding: 5px 5px;
  z-index: 2000000;
  position: absolute;
  bottom: 10px;
  right: 35px;
  font-size: .6em;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='6,10 6,0 0,5' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
body.front #header .custom {
  float: left;
  width: 28%;
  padding: 15px 15px;
}
body.front #header .custom img {
  float: left;
  margin-bottom: 15px;
}
body.front #frontRow-01 {
  width: 100%;
  float: left;
  margin-top: 50px;
  background: #f6f6f6;
}
body.front #frontRow-01 .custom {
  float: left;
  width: 50%;
}
body.front #frontRow-01 .custom img {
  float: left;
}
body.front #frontRow-01 .custom:nth-child(2n) {
  padding: 50px;
}
body.front #frontRow-02 {
  width: 100%;
  float: left;
  background: #f6f6f6;
}
body.front #frontRow-02 .custom {
  float: left;
  width: 50%;
}
body.front #frontRow-02 .custom img {
  float: left;
}
body.front #frontRow-02 .custom:first-child {
  padding: 50px;
}
body.front #frontRow-03 {
  width: 100%;
  height: 700px;
  float: left;
  background: url('../images/freizeitwohnen-1200x700-07.jpg');
  position: relative;
}
body.front #frontRow-03 .custom {
  float: left;
  width: 30%;
  position: absolute;
  right: 40px;
  background: #FFf;
}
body.front #frontRow-03 .custom:first-child {
  padding: 25px;
  margin-top: 100px;
}
body.front #frontRow-04 {
  width: 100%;
  float: left;
}
body.front #frontRow-04 .custom {
  float: left;
  width: 50%;
}
body.front #frontRow-04 .custom:nth-child(2n) {
  padding: 50px 50px 26px 50px;
  background: #f6f6f6;
}
body.front #frontRow-05 {
  width: 100%;
  float: left;
  margin-top: 60px;
}
body.front #frontRow-05 .custom {
  float: left;
  width: 32%;
  padding: 0px 2%;
  background: #f6f6f6;
  text-align: center;
}
body.front #frontRow-05 .custom .btn {
  text-align: center;
}
body.front #frontRow-05 .custom img {
  float: left;
  margin-left: -7%;
  margin-bottom: 30px;
}
body.front #frontRow-05 .custom:nth-child(2n) {
  margin: 0 2%;
}
body.front #frontRow-banner-01 {
  float: left;
  width: 100%;
}
body.front #frontRow-banner-01 .custom {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  background: url(../images/banner_1200x250_04.jpg) center top no-repeat;
  padding-top: 50px;
}
body.front #frontRow-banner-01 .custom h2 {
  color: #198ecf;
  background: #FFF;
  padding: 10px;
  display: inline-block;
}
body.front #frontRow-banner-01 .custom a.btn {
  background: #198ecf;
  color: #FFF;
}
body.front #frontRow-banner-01 .custom a.btn:hover {
  background: #146fa1;
}
body.front #resPlace {
  width: 100%;
  float: left;
  padding: 50px 0px;
}
body.front #resPlace .custom_resPlace {
  padding: 0 15%;
}
body.front #resPlace .custom_resPlace h2 {
  text-align: center;
}
body.front #resPlace .custom_resPlace div,
body.front #resPlace .custom_resPlace p {
  float: left;
  margin-right: 35px;
}
body.front #resPlace .custom_resPlace #uk {
  padding: 15px 25px;
  margin-right: 25px;
  background: #f6f6f6;
}
body.front #resPlace .custom_resPlace #aDate {
  padding: 15px 25px;
  margin-right: 25px;
  background: #f6f6f6;
}
body.front #resPlace .custom_resPlace #abDate {
  padding: 15px 35px;
  margin-right: 25px;
  background: #f6f6f6;
}
body.front #resPlace .custom_resPlace #sub {
  padding: 15px 35px;
  background: #bcd700;
  color: #FFF;
  margin-right: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  cursor: pointer;
  transition: ease-in-out ease-in-out .2s;
  border-radius: 3px;
}
body.front #resPlace .custom_resPlace #sub:hover {
  background: #a6be00;
}
body.overview .blog,
body.appartements .blog {
  display: grid;
  grid-template-columns: 384px 384px 384px;
  column-gap: 24px;
  row-gap: 24px;
  -webkit-display: grid;
  -webkit-grid-template-columns: 384px 384px 384px;
  -webkit-column-gap: 24px;
  -webkit-row-gap: 24px;
  -moz-display: grid;
  -moz-grid-template-columns: 384px 384px 384px;
  -moz-column-gap: 24px;
  -moz-row-gap: 24px;
  -o-display: grid;
  -o-grid-template-columns: 384px 384px 384px;
  -o-column-gap: 24px;
  -o-row-gap: 24px;
  -ie-display: grid;
  -ie-grid-template-columns: 384px 384px 384px;
  -ie-column-gap: 24px;
  -ie-row-gap: 24px;
}
body.overview .items-row,
body.appartements .items-row {
  float: left;
}
body.overview .items-row .readmore,
body.overview .items-row .btn,
body.appartements .items-row .readmore,
body.appartements .items-row .btn {
  text-align: center;
}
body.overview .items-row .gridItem,
body.appartements .items-row .gridItem {
  position: relative;
  padding: 0px 30px 15px 30px;
  background: #f6f6f6;
  float: left;
  width: 100%;
  min-height: 355px;
}
body.overview .items-row .gridItem span.new_in,
body.appartements .items-row .gridItem span.new_in {
  background-color: #188dce;
  color: #FFF;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  right: 15px;
}
body.overview .intro_slider,
body.appartements .intro_slider {
  min-height: 258px;
}
body.overview .slick-arrow,
body.appartements .slick-arrow {
  background: #bcd700;
  color: #FFF;
  text-decoration: none;
  padding: 5px 0px;
  z-index: 2000000;
  position: absolute;
  bottom: 10px;
  font-size: 0.6em;
  height: 25px;
  width: 25px;
  text-align: center;
}
body.overview .slick-prev,
body.appartements .slick-prev {
  left: 0px;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  padding-top: 7px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='6,10 6,0 0,5' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
body.overview .slick-next,
body.appartements .slick-next {
  right: 0px;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='0,0 0,10 6,5 ' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
body.overview .custom_intro,
body.appartements .custom_intro {
  float: left;
}
body.overview .custom_intro .intro_left,
body.appartements .custom_intro .intro_left {
  float: left;
  display: inline-block;
  width: 66%;
}
body.overview .custom_intro .intro_right,
body.appartements .custom_intro .intro_right {
  float: left;
  width: 32%;
  margin-left: 2%;
}
body.overview #sltags,
body.appartements #sltags {
  float: left;
  width: 100%;
  margin: 24px 0px 0px 0px;
  font-size: .7em;
  color: #198ecf;
}
body.overview #sltags span,
body.appartements #sltags span {
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  border: 1px solid #198ecf;
  border-radius: 3px;
}
body.overview #content .tags,
body.appartements #content .tags {
  height: 300px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  transition: all ease-in-out .4s;
  background: #F9F9F9;
}
body.overview #content .tags:before,
body.appartements #content .tags:before {
  bottom: 0;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  border-top: 1px solid #aaa;
  background: #fff;
}
body.overview #content .tags:after,
body.appartements #content .tags:after {
  content: 'Mehr anzeigen';
  border: 1px solid #aaa;
  padding: 5px 10px;
  bottom: 26px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  z-index: 2;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
}
body.overview #content .tags.tagActive,
body.appartements #content .tags.tagActive {
  height: 930px;
}
body.overview #content .tags span,
body.appartements #content .tags span {
  padding: 5px 10px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  min-height: 50px;
  background: #FFF;
  border: 1px solid #F0F0F0;
  display: inline-flex;
  align-items: center;
}
body.overview #content .tags span:before,
body.appartements #content .tags span:before {
  content: '✓';
  float: left;
  margin-right: 3px;
}
body.overview div[data-category="doppelzimmer"] h2,
body.appartements div[data-category="doppelzimmer"] h2 {
  word-spacing: -0.1em;
}
body.overview #content span.field-label,
body.appartements #content span.field-label {
  color: #bcd700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  float: left;
  border: 0px;
  border-bottom: 1px solid #aaa;
  padding: 0px;
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 5px;
  margin-bottom: 30px;
  min-height: auto;
}
body.overview #content span.field-label:before,
body.appartements #content span.field-label:before {
  content: '';
}
body.overview .custom_filter,
body.appartements .custom_filter {
  padding: 15px 0px;
  float: left;
  margin: 30px 0px 15px 0px;
  width: 100%;
}
body.overview .custom_filter #filter-controls,
body.appartements .custom_filter #filter-controls {
  display: flex;
  justify-content: space-between;
}
body.overview .custom_filter a,
body.appartements .custom_filter a {
  padding: 10px 40px;
  float: left;
  margin-right: 7px;
  border: 1px solid #2b4c85;
  margin-bottom: 10px;
  border-radius: 3px;
  text-decoration: none;
  transition: ease-in-out .2s color, ease-in-out .2s background;
}
body.overview .custom_filter a:hover,
body.appartements .custom_filter a:hover {
  background: #2b4c85;
  color: #FFF;
}
body.overview .custom_preis,
body.appartements .custom_preis {
  position: relative;
}
body.overview .custom_preis .bkin-btn,
body.appartements .custom_preis .bkin-btn {
  top: -3px;
  right: 0;
  position: absolute;
  font-weight: 600;
}
body.camping .custom_intro {
  float: left;
  width: 32%;
  margin-bottom: 30px;
  margin-left: 1%;
}
body.camping .custom_intro .intro_right {
  float: left;
  width: 100%;
  margin-left: 2%;
}
body.camping #header #svg-container {
  float: left;
  display: inline-block;
  width: 66%;
  background: #f6f6f6;
  margin-bottom: 30px;
}
body.camping .items-row {
  float: left;
  width: 49%;
  margin-bottom: 30px;
}
body.camping .items-row .readmore,
body.camping .items-row .btn {
  text-align: center;
}
body.camping .items-row:nth-child(odd) {
  margin-right: 2%;
}
body.camping .items-row .gridItem {
  padding: 0px 30px 15px 30px;
  background: #f6f6f6;
  float: left;
  width: 100%;
  position: relative;
}
body.camping .row-0 .page-header h2:before {
  background: #e2aa61;
  content: '';
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  margin: 7px 7px 0px 0px;
  border-radius: 50%;
}
body.camping .row-1 .page-header h2:before {
  background: #ffffff;
  content: '';
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  margin: 7px 7px 0px 0px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 1px #ADADAD;
}
body.camping .row-2 .page-header h2:before {
  background: #75af87;
  content: '';
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  margin: 7px 7px 0px 0px;
  border-radius: 50%;
}
body.camping .row-3 .page-header h2:before {
  background: #e25f59;
  content: '';
  width: 15px;
  height: 15px;
  float: left;
  display: inline-block;
  margin: 7px 7px 0px 0px;
  border-radius: 50%;
}
body.camping .slick-arrow {
  background: #bcd700;
  color: #FFF;
  text-decoration: none;
  padding: 5px 0px;
  z-index: 2000000;
  position: absolute;
  bottom: 10px;
  font-size: 0.6em;
  height: 25px;
  width: 25px;
  text-align: center;
}
body.camping .slick-prev {
  left: 0px;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  padding-top: 7px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='6,10 6,0 0,5' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
body.camping .slick-next {
  right: 0px;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='0,0 0,10 6,5 ' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
body.camping .custom_preis {
  width: 100%;
  height: 153px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-bottom: 30px;
  cursor: pointer;
  transition: ease-in-out .2s height;
}
body.camping .custom_preis tr td {
  border-bottom: 1px solid #eee;
  padding: 4px 0px;
}
body.camping .custom_preis:after {
  content: '';
  background: #eee;
  padding: 3px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  bottom: 0px;
  transform: rotate(0deg);
  transition: ease-in-out .2 transform;
}
body.camping .custom_preis.preis_active {
  height: 550px;
  overflow: hidden;
}
body.camping .custom_preis.preis_active:after {
  transform: rotate(180deg);
}
body.detail #header,
body.article #header {
  display: none;
}
body.detail #resPlace,
body.article #resPlace {
  display: none;
}
body.detail #content_gallery,
body.article #content_gallery {
  float: left;
  width: 100%;
}
body.detail #content_gallery img,
body.article #content_gallery img {
  float: left;
  margin-left: 0%;
  max-width: 66%;
}
body.detail #content_gallery img:nth-child(n+2),
body.article #content_gallery img:nth-child(n+2) {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 24px;
}
body.detail #content_gallery #toggleGal,
body.article #content_gallery #toggleGal {
  width: 32%;
  background: #198ecf;
  color: #FFF;
  margin-left: 2%;
  float: left;
  text-align: center;
  padding: 15px 0px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
  transition: background ease-in-out .2s;
}
body.detail #content_gallery #toggleGal:hover,
body.article #content_gallery #toggleGal:hover {
  background: #34a7e7;
}
body.detail .item,
body.article .item {
  float: left;
}
body.detail .page-header,
body.article .page-header {
  float: left;
  width: 100%;
  margin: 0px;
}
body.detail div[itemprop~="articleBody"],
body.article div[itemprop~="articleBody"] {
  width: 66%;
  float: left;
}
body.detail #content_right,
body.article #content_right {
  width: 32%;
  min-height: 400px;
  margin-left: 2%;
  float: left;
  margin-top: -52px;
}
body.detail #content_right h2,
body.article #content_right h2 {
  padding: 0px;
  margin-top: 0px;
}
body.detail #content_right table,
body.article #content_right table {
  width: 100%;
}
body.detail #content_right table tr:first-child,
body.article #content_right table tr:first-child {
  font-weight: 700;
}
body.detail #content_right table td:nth-child(2n),
body.article #content_right table td:nth-child(2n) {
  text-align: right;
}
body.detail .custom_umgebung,
body.article .custom_umgebung {
  float: left;
  margin-top: 30px;
}
body.detail .custom_umgebung h2,
body.article .custom_umgebung h2 {
  float: left;
  width: 100%;
}
body.detail .custom_faq,
body.article .custom_faq {
  margin-top: 30px;
  float: left;
}
body.detail .custom_faq ul.accordion-list,
body.article .custom_faq ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
  padding: 0px;
}
body.detail .custom_faq ul.accordion-list li.active h3:after,
body.article .custom_faq ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
body.detail .custom_faq ul.accordion-list li,
body.article .custom_faq ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 15px 40px 15px 15px;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
body.detail .custom_faq ul.accordion-list li h3,
body.article .custom_faq ul.accordion-list li h3 {
  font-weight: 700;
  font-size: 1em;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  letter-spacing: 0.01em;
  cursor: pointer;
}
body.detail .custom_faq ul.accordion-list li h3:after,
body.article .custom_faq ul.accordion-list li h3:after {
  content: '+';
  transform: rotate(-90deg);
  font-size: 1.5em;
  color: #2b4c85;
  position: absolute;
  margin: 7px 0px 0px -16px;
  right: -30px;
  top: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
body.detail .custom_faq ul.accordion-list li div.answer,
body.article .custom_faq ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body.detail .custom_faq ul.accordion-list li div.answer p,
body.article .custom_faq ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0 0;
  cursor: pointer;
  margin: 0 0 15px 0;
}
body.agb div.item-page,
body.datenschutzerklaerung div.item-page,
body.impressum div.item-page {
  width: 780px;
  margin: auto;
}
body.freizeitwohnen h2 {
  position: relative;
}
body.freizeitwohnen h2:before {
  content: 'Freizeitwohnen';
  color: #198ecf;
  font-size: .7em;
  top: -27px;
  position: absolute;
  font-weight: 400;
}
body.freizeitwohnen .item {
  width: 100%;
  float: left;
  position: relative;
}
body.freizeitwohnen .item .item-image img {
  max-width: 100%;
  float: left;
  position: absolute;
  z-index: -20;
}
body.freizeitwohnen .item .gridItem {
  width: 40%;
  margin: 45% 0 4% 4%;
  background: #FFF;
  padding: 30px;
  position: relative;
}
body.freizeitwohnen .item .gridItem img {
  position: absolute;
  right: -120%;
  max-width: 100%;
  top: 0;
}
body.freizeitwohnen .item .gridItem img:nth-of-type(2) {
  margin-top: 360px;
}
body.natur-erholung .category-desc,
body.freizeitaktivitaeten .category-desc {
  width: 100%;
  float: left;
  background: #f6f6f6;
  grid-column-start: 1;
  grid-column-end: 4;
  -webkit-grid-column-start: 1;
  -webkit-grid-column-end: 4;
  -moz-grid-column-start: 1;
  -moz-grid-column-end: 4;
}
body.natur-erholung .category-desc >img,
body.freizeitaktivitaeten .category-desc >img {
  margin-top: 15px;
}
body.natur-erholung .category-desc .custom_sldr,
body.freizeitaktivitaeten .category-desc .custom_sldr {
  width: 66%;
  float: left;
  margin-right: 30px;
  overflow-x: hidden;
}
body.natur-erholung .category-desc .custom_sldr .slick-next,
body.freizeitaktivitaeten .category-desc .custom_sldr .slick-next {
  width: 20px;
  height: 20px;
  background: #bcd700;
  color: #FFF;
  text-decoration: none;
  padding: 5px 5px;
  z-index: 2000000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: .6em;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='0,0 0,10 6,5 ' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
body.natur-erholung .category-desc .custom_sldr .slick-prev,
body.freizeitaktivitaeten .category-desc .custom_sldr .slick-prev {
  width: 20px;
  height: 20px;
  background: #bcd700;
  color: #FFF;
  text-decoration: none;
  padding: 5px 5px;
  z-index: 2000000;
  position: absolute;
  bottom: 10px;
  right: 35px;
  font-size: .6em;
  transition: background ease-in-out .2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6px' height='10px' viewBox='0 0 6 10' enable-background='new 0 0 6 10' xml:space='preserve'%3E%3Cpolygon points='6,10 6,0 0,5' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
body.natur-erholung div.blog,
body.freizeitaktivitaeten div.blog {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 30px;
}
body.natur-erholung .items-row,
body.freizeitaktivitaeten .items-row {
  width: 100%;
  float: left;
  padding-top: 30px;
}
body.natur-erholung .items-row .gridItem,
body.freizeitaktivitaeten .items-row .gridItem {
  float: left;
  width: 100%;
}
body.natur-erholung .items-row .item,
body.freizeitaktivitaeten .items-row .item {
  float: left;
  width: 100%;
  text-align: center;
  background: #f6f6f6;
  padding: 15px;
  padding-bottom: 30px;
}
body.natur-erholung .items-row .item .btn,
body.freizeitaktivitaeten .items-row .item .btn {
  margin-top: 10px;
}
body.natur-erholung .items-row .item .item-logo,
body.freizeitaktivitaeten .items-row .item .item-logo {
  float: left;
  width: 100%;
  min-height: 100px;
  margin-bottom: 5px;
}
body.natur-erholung .items-row .item .item-logo img,
body.freizeitaktivitaeten .items-row .item .item-logo img {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body.natur-erholung .items-row .item .item-image img,
body.freizeitaktivitaeten .items-row .item .item-image img {
  float: left;
  margin-bottom: 15px;
  margin: -15px 15px 15px -15px;
}
body.natur-erholung .items-row:nth-child(3n),
body.freizeitaktivitaeten .items-row:nth-child(3n) {
  margin: 0 2%;
}
body.natur-erholung #content_right,
body.freizeitaktivitaeten #content_right {
  margin-top: 60px;
  float: left;
  background: #f6f6f6;
}
body.natur-erholung #content_right .cWrap,
body.freizeitaktivitaeten #content_right .cWrap {
  float: left;
  width: 34%;
  padding: 2%;
}
body.natur-erholung #content_right img,
body.freizeitaktivitaeten #content_right img {
  display: inline-block;
  float: left;
}
body.restaurant .items-leading {
  background: #f6f6f6;
}
body.restaurant .items-leading .custom_sldr {
  width: 66%;
  float: left;
  margin-right: 1%;
}
body.restaurant .items-leading .resLogo {
  margin-top: 15px;
}
body.reservieren div[itemprop~="articleBody"] div {
  width: 50%;
  float: left;
  position: relative;
}
body.reservieren div[itemprop~="articleBody"] div img {
  max-width: 100%;
}
body.camping .chronoforms label[for="kategorie"] {
  display: block !important;
  margin-bottom: 15px !important;
}
body.camping .chronoforms .mainfield[data-vtype="checkboxes"] {
  display: flex;
  position: relative;
  padding-top: 30px;
}
body.camping .chronoforms .mainfield[data-vtype="checkboxes"] div.field {
  width: 33%;
  float: left;
}
body.camping .chronoforms .mainfield[data-vtype="checkboxes"] label[for="campingplatz"] {
  top: 0px;
  position: absolute;
}
body.camping .chronoforms .mainfield[data-vtype="checkboxes"] .ui.checkbox {
  float: left;
}
#footer {
  color: #aaa;
}
#footer ul.nav {
  color: #aaa;
  list-style: none;
  float: left;
  width: 50%;
  padding: 100px;
}
#footer ul.nav li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}
#footer ul.nav li a {
  color: #aaa;
  transition: color ease-in-out .2s;
  text-decoration: none;
}
#footer ul.nav li a:hover {
  color: #ffffff;
}
#footer .custom {
  float: left;
  width: 50%;
  padding: 100px;
}
#footer .custom p {
  color: #aaa;
  line-height: 1.4em;
}
#content .search {
  width: 66%;
  float: left;
}
#content .search fieldset.phrases,
#content .search fieldset.only,
#content .search div.form-limit,
#content .search .result-created,
#content .search span.small,
#content .search .element-invisible {
  display: none;
}
#content .search .btn-group {
  float: left;
  width: 49%;
  margin-right: 5px;
  margin-bottom: 15px;
}
#content .search .searchForm {
  float: left;
}
#content .search input[type="text"] {
  width: 100%;
  height: 42px;
  float: left;
  margin-right: 5px;
  border: 1px solid #eee;
  padding-left: 10px;
  color: #2b4c85;
}
#content .search button[name="Search"] {
  outline: none;
  float: left;
  border: 0px;
  -webkit-appearance: none;
}
#content .search .btn-toolbar {
  float: left;
  width: 100%;
}
#content .search .search-results span.highlight {
  background: #ddd;
}
#content .search .search-results .result-title {
  color: #bcd700;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
#content .search .search-results .result-title a {
  color: #bcd700;
  font-weight: 700;
}
#content .search .search-results .result-text {
  margin-left: 0px;
  margin-bottom: 30px;
}
body.platzplan div[itemprop~="articleBody"],
body.platzplan div[itemprop~="articleBody"] {
  width: 100% !important;
}
body.platzplan div[itemprop~="articleBody"] svg,
body.platzplan div[itemprop~="articleBody"] svg {
  background: #DDD;
}
.tooltipster-light {
  width: 250px !important;
}
.tooltipster-light h3 {
  color: #bcd700;
}
.tooltipster-light g circle:hover {
  r: 50;
  transition: all ease-in-out .4s;
}
circle {
  stroke: #FFF;
  stroke-width: 0px;
  stroke-opacity: 1;
}
.pulse {
  fill: white;
  fill-opacity: 0;
  transform-origin: 50% 50% !important;
  animation-duration: 2s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  from {
    stroke-width: 15px;
    stroke-opacity: 0;
  }
  to {
    stroke-width: 0px;
    stroke-opacity: 1;
  }
}
.innerOverlay {
  background: rgba(0,0,0,0.7);
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: ease-in-out background .2s;
}
.innerOverlay:hover {
  background: rgba(0,0,0,0.6) !important;
}
.innerOverlay span {
  border: 1px solid rgba(255,255,255,0.9);
  color: rgba(255,255,255,0.9);
  padding: 15px 20px;
  border-radius: 3px;
  position: absolute;
  transition: background ease-in-out .2s, color ease-in-out .2s;
}
.innerOverlay span:hover {
  background: rgba(255,255,255,0.9);
  color: rgba(0,0,0,0.7);
}
#dateFinder {
  width: 100%;
  float: left;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 60px 30px;
  position: relative;
}
#dateFinder #dateFinder input,
#dateFinder select {
  max-height: 56px;
}
#dateFinder #datepicker {
  display: inline-block;
}
#dateFinder h2 {
  background: #198ecf;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -54px;
  left: 50%;
  margin-left: -114px;
  border-radius: 3px;
}
#dateFinder form {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-around;
}
#dateFinder form input[type="date"]::-webkit-inner-spin-button,
#dateFinder form input[type="date"]::-webkit-calendar-picker-indicator {
  display: none !important;
  -webkit-appearance: none !important;
}
#dateFinder form input[type="submit"] {
  background: #bcd700;
  border: 0px;
  color: #FFF;
  border-radius: 3px;
  padding: 15px;
  -webkit-appearance: none;
  appearance: none;
}
#dateFinder form input[type="button"] {
  background: #bcd700;
  border-radius: .25rem;
  color: #FFF;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#dateFinder form input {
  color: #2b4c85;
  padding: 15px 15px;
  font-size: 1.2em;
  text-align: center;
  height: 56px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#dateFinder form select {
  display: block;
  width: 220px;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1.2em;
  line-height: 1.5;
  color: #2b4c85;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ccc;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#dateFinder form select:focus {
  border: 2px solid #198ecf;
  outline: none;
}
#dateFinder form span {
  padding: 0px 15px;
}
#dateFinder #serverResponse {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px 10px;
  grid-template-areas: ". . ." ". . .";
}
#dateFinder #serverResponse .srItem {
  background: #F9F9F9;
  border: 1px solid #cccccc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.3' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
}
#dateFinder #serverResponse img {
  width: 20%;
  height: auto;
  float: left;
  border-radius: 50%;
  margin-right: 4%;
}
#dateFinder #serverResponse h3 {
  width: 70%;
  display: block;
  float: left;
  margin: 0px;
  padding: 3px 5px;
  color: #2b4c85;
}
#dateFinder #serverResponse i {
  width: 70%;
  display: inline-block;
  float: left;
  padding: 3px 5px;
  color: #CCC;
}
#dateFinder #serverResponse .itemLink {
  padding: 6px;
  background: #FFF;
  transition: background .2s ease-in-out;
  float: left;
  border-radius: 3px;
}
#dateFinder #serverResponse .itemLink:hover {
  background: #eee;
}
#dateFinder #serverResponse.active {
  padding: 30px;
  margin-top: 15px;
  opacity: 1;
}
body.intern .content_right {
  display: none;
}
body.intern div[itemprop~="articleBody"] {
  width: 100%;
  float: left;
}
body.intern .item-pageintern {
  width: 700px;
  margin: auto;
}
#navToggle {
  display: none;
}
.preis_btn {
  display: none;
}
h3.ch_bx_rslt {
  width: 80%;
}
.data-result {
  position: relative;
}
img.rsltImg {
  width: 80px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff;
  margin-left: -20px;
  margin-top: 0;
  transition: margin-top ease-in-out .2s;
}
img.rsltImg:first-child {
  margin-left: 0;
}
img.rsltKatImg {
  width: 80px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
  margin-left: -20px;
  margin-top: 0;
  transition: margin-top ease-in-out .2s;
  position: relative;
  background: #FFF;
}
img.rsltKatImg:before {
  content: '&';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: .8em;
  font-weight: 500;
  z-index: 20;
  margin-top: 35px;
  left: -15px;
  position: absolute;
  color: #FFF;
  background: #2b4c85;
}
img.rsltImg:first-child {
  margin-left: 0;
}
.divider {
  position: absolute;
  background: #198ecf;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 1.5em;
  border-radius: 50%;
  right: 111px;
  top: 22px;
  padding-top: 8px;
  z-index: 1;
}
#area_fields_69 {
  margin-left: 0 !important;
}
html[lang='en-gb'] body.appartements #content .tags:after {
  content: 'read more';
}
html[lang='en-gb'] body.appartements #content .tags:after {
  content: 'read more';
}
html[lang='en-gb'] body.freizeitwohnen h2:before {
  content: 'Holiday Homes';
}
body.appartements-buchen div[itemprop~="articleBody"] {
  width: 100%;
}
.copyright {
  font-size: .6em;
  color: #2b4c85;
  background: #FFF;
  opacity: .8;
  top: 3px;
  right: 3px;
  position: absolute;
  z-index: 1000;
}
@media (max-width: 1199px) {
  body {
    width: 100%;
    float: left;
  }
  #nav_top {
    width: 100%;
    float: left;
  }
  #nav_top .custom_logo {
    width: 10%;
    margin-right: 0;
    padding: 10px;
  }
  #nav_top ul.nav {
    display: flex;
    justify-content: space-around;
    width: 90%;
    float: left;
  }
  #nav_top ul li a {
    padding: 10px;
    margin-right: 0px;
  }
  #nav_top li.parent:after {
    margin: 7px 0px 0px -7px;
  }
  body.front #header {
    float: left;
    width: 100%;
    position: relative;
  }
  body.front #header .custom_intro_slider {
    width: 100%;
  }
  body.front #header .custom {
    width: 360px;
    float: left;
    position: absolute;
    z-index: 3000000;
    background: #F6F6F6;
    top: 60px;
  }
  body.front #frontRow-01 {
    display: flex;
  }
  body.front #frontRow-01 .custom {
    overflow: hidden;
  }
  body.front #frontRow-01 .custom:nth-child(2) {
    padding: 0 15px;
    align-self: center;
  }
  body.front #frontRow-01 .custom img {
    height: 100%;
    width: auto;
    float: right;
  }
  body.front #frontRow-02 {
    display: flex;
  }
  body.front #frontRow-02 .custom {
    overflow: hidden;
  }
  body.front #frontRow-02 .custom:nth-child(1) {
    padding: 0 15px;
    overflow: initial;
    align-self: center;
  }
  body.front #frontRow-02 .custom img {
    height: 100%;
    float: right;
  }
  body.front #frontRow-03 .custom {
    width: 40%;
    left: 30px;
    right: 0px;
  }
  body.front #frontRow-03 .custom img {
    max-width: 100%;
  }
  body.front #frontRow-04 {
    background: #f6f6f6;
    display: flex;
  }
  body.front #frontRow-04 .custom {
    overflow: hidden;
  }
  body.front #frontRow-04 .custom img {
    height: 100%;
    float: right;
  }
  body.front #frontRow-04 .custom:nth-child(2) {
    padding: 15px 15px 0 15px;
    overflow: initial;
    align-self: center;
  }
  body.front #frontRow-04 .custom:nth-child(2) img {
    display: block;
    float: initial;
  }
  body.front #frontRow-05 .custom:nth-child(2n) {
    margin: 0 2%;
  }
  body.front #frontRow-05 .custom img {
    width: 114%;
    max-width: 114%;
  }
  #dateFinder {
    padding: 30px 15px;
  }
  #dateFinder #datepicker {
    float: left;
  }
  #dateFinder form select {
    font-size: 1em;
    width: 152px;
  }
  #dateFinder form input {
    font-size: 1em;
    width: 40%;
  }
  #dateFinder form input[type="button"] {
    font-size: 1em;
    width: auto;
  }
  #dateFinder form span {
    width: 16%;
    padding: 0 2%;
  }
  body.freizeitwohnen .items-leading {
    width: 50%;
  }
  body.appartements .custom_filter {
    width: 100%;
    display: block;
  }
  body.appartements .custom_filter #filter-controls {
    float: left;
    width: 100%;
    display: block;
  }
  body.appartements #content div.blog {
    display: block;
  }
  body.appartements #content div.blog {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 30px;
  }
  body.appartements #content div.blog .items-row {
    width: 100%;
    float: left;
    margin: 0;
  }
  body.appartements #content div.blog .items-row:nth-child(3n-1) {
    margin: 0;
  }
  body.appartements #content div.blog .items-row .item {
    width: 100%;
    float: left;
    display: block;
  }
  body.appartements #content div.blog .intro_slider {
    width: 100%;
    min-height: auto;
    height: auto;
  }
  body.freizeitaktivitaeten .custom_sldr,
  body.natur-erholung .custom_sldr {
    min-height: 355px !important;
  }
  body.freizeitaktivitaeten .items-row .item,
  body.natur-erholung .items-row .item {
    padding: 7%;
  }
  body.freizeitaktivitaeten .items-row .item .item-image,
  body.natur-erholung .items-row .item .item-image {
    width: 114%;
    margin: -7% 0 15px -7%;
  }
  body.freizeitaktivitaeten .items-row .item .item-image img,
  body.natur-erholung .items-row .item .item-image img {
    width: 100%;
    margin: 0;
  }
  body.freizeitaktivitaeten .items-row .item .item-logo,
  body.natur-erholung .items-row .item .item-logo {
    width: 100%;
  }
  body.freizeitaktivitaeten .items-row .item .item-logo img,
  body.natur-erholung .items-row .item .item-logo img {
    max-width: 100%;
    height: auto !important;
  }
  body.freizeitaktivitaeten #content_right .custom img,
  body.natur-erholung #content_right .custom img {
    max-width: 66% !important;
    float: left;
  }
  body.restaurant .category-desc {
    padding: 0 30px 30px 30px;
  }
  body.restaurant .category-desc .custom_sldr {
    width: 100% !important;
  }
  body.platzplan #content {
    padding: 5%;
  }
  body.restaurant .items-leading .custom_sldr {
    width: 100%;
  }
}
@media (max-width: 858px) {
  #nav_top {
    width: 100%;
    background: none;
    height: 100px;
    background: url('/images/assets/logo-master-01.png') center center no-repeat;
    background-color: #FFF;
    background-size: 200px;
  }
  .custom_logo {
    display: none;
  }
  ul#mmenu.nav.mod-list.mm--open li.item-116,
  ul#mmenu.nav.mod-list.mm--open li.item-131 {
    display: none !important;
  }
  #navToggle {
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAMUlEQVRYhe3TsQkAAAgEMfdfWkewEh5MJrjmqgCAeH3kTyCwiL84PhBYxF8cHwgAnBnrkA4PMHLnTQAAAABJRU5ErkJggg==') no-repeat center;
    background-color: #198ecf;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  #navToggle.active {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAtklEQVRYhe3UbQ3CMBCH8ZNQCUioBKRUCg6QgASkIAEJSHj4MkYzXtJb6K4k/yfpp+XS37LlzJRSSilVB+xWziUg/ZjzckkGbsDJOZeAy3T6IYHCsyZkhWN6udwN6EVujvMgw3AtyHDcN+QwuE/IoXCPFsixcGbzZ71WwHO0ae7NP9e0gqJwuWUFheGqZ7HIllUShvTsuc2RHlwIEjis2XML5L4j0Qw4enDVXAFKB5JSSin1z90B0zv2GVLfnFEAAAAASUVORK5CYII=');
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 100px;
  }
  #nav_top {
    width: 100%;
    background: none;
    height: 100px;
    background: url('/images/assets/logo-master-01.png') center center no-repeat;
    background-color: #FFF;
    background-size: 200px;
  }
  .custom_logo {
    display: none;
  }
  #navToggle {
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAMUlEQVRYhe3TsQkAAAgEMfdfWkewEh5MJrjmqgCAeH3kTyCwiL84PhBYxF8cHwgAnBnrkA4PMHLnTQAAAABJRU5ErkJggg==') no-repeat center;
    background-color: #198ecf;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  #navToggle.active {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAtklEQVRYhe3UbQ3CMBCH8ZNQCUioBKRUCg6QgASkIAEJSHj4MkYzXtJb6K4k/yfpp+XS37LlzJRSSilVB+xWziUg/ZjzckkGbsDJOZeAy3T6IYHCsyZkhWN6udwN6EVujvMgw3AtyHDcN+QwuE/IoXCPFsixcGbzZ71WwHO0ae7NP9e0gqJwuWUFheGqZ7HIllUShvTsuc2RHlwIEjis2XML5L4j0Qw4enDVXAFKB5JSSin1z90B0zv2GVLfnFEAAAAASUVORK5CYII=');
  }
  body.front #header .custom {
    width: 100%;
    float: left;
    position: relative;
    top: 0px;
  }
  body.front #header .custom p:first-of-type {
    display: none;
  }
  body.front #header .custom img {
    display: block;
    float: initial;
  }
  body.front #frontRow-01 {
    display: block;
  }
  body.front #frontRow-01 .custom {
    overflow: initial;
    width: 100%;
    float: left;
  }
  body.front #frontRow-01 .custom:nth-child(2) {
    padding: 0 15px;
    align-self: center;
  }
  body.front #frontRow-01 .custom img {
    height: auto;
    width: 100%;
    float: left;
  }
  body.front #frontRow-02 {
    display: block;
  }
  body.front #frontRow-02 .custom {
    overflow: initial;
    width: 100%;
  }
  body.front #frontRow-02 .custom:nth-child(1) {
    padding: 0 15px;
    overflow: initial;
    align-self: center;
  }
  body.front #frontRow-02 .custom img {
    width: 100%;
    height: auto;
    float: left;
  }
  body.front #frontRow-03 {
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  body.front #frontRow-03 .custom {
    width: 90%;
    left: 5%;
    right: 0px;
    top: 15px;
  }
  body.front #frontRow-03 .custom img {
    width: 100%;
  }
  body.front #frontRow-04 {
    background: #f6f6f6;
    display: block;
  }
  body.front #frontRow-04 .custom {
    overflow: initial;
    width: 100%;
  }
  body.front #frontRow-04 .custom img {
    max-width: 100%;
    display: block;
    height: auto;
    float: left;
  }
  body.front #frontRow-04 .custom:nth-child(2) {
    width: 100%;
    padding: 15px 15px 0 15px;
    overflow: initial;
    align-self: center;
  }
  body.front #frontRow-04 .custom:nth-child(2) img {
    display: block;
    float: initial;
  }
  body.front #frontRow-05 .custom {
    width: 100%;
    float: left;
  }
  body.front #frontRow-05 .custom:nth-child(2n) {
    margin: 0;
  }
  body.front #frontRow-05 .custom img {
    width: 104%;
    margin-left: -2%;
  }
  #footer .custom {
    width: 100%;
    float: left;
    padding: 50px 0px 0px 0px;
    text-align: center;
  }
  #footer ul.nav {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: center;
  }
  #footer ul.nav li {
    text-align: center;
  }
  #dateFinder {
    padding: 30px 15px;
  }
  #dateFinder #datepicker {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    margin-bottom: 15px;
  }
  #dateFinder #serverResponse {
    position: relative;
    display: block;
    grid-template-columns: 1fr;
    float: left;
  }
  #dateFinder #serverResponse.active {
    padding: 30px 0px;
  }
  #dateFinder form {
    display: block;
  }
  #dateFinder form select {
    font-size: 1em;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  #dateFinder form input {
    font-size: 1em;
    width: 44%;
  }
  #dateFinder form input[type="button"] {
    font-size: 1em;
    width: auto;
  }
  #dateFinder form span {
    width: 9%;
    padding: 19px 2%;
    vertical-align: middle;
  }
  body.freizeitwohnen .item {
    width: 100%;
    float: left;
    position: relative;
  }
  body.freizeitwohnen .item .item-image img {
    max-width: 100%;
    float: left;
    position: absolute;
    z-index: -20;
  }
  body.freizeitwohnen .item .gridItem {
    width: 90%;
    margin: 45% 0 4% 4%;
    background: #FFF;
    padding: 30px;
    position: relative;
  }
  body.freizeitwohnen .item .gridItem img {
    position: relative;
    right: auto;
    max-width: 100%;
    top: 0;
  }
  body.freizeitwohnen .item .gridItem img:nth-of-type(2) {
    margin-top: auto;
  }
  body.freizeitaktivitaeten .custom_sldr,
  body.natur-erholung .custom_sldr {
    width: 100% !important;
    height: auto;
    min-height: auto !important;
    margin-bottom: 30px;
  }
  body.freizeitaktivitaeten div.blog,
  body.natur-erholung div.blog {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 30px;
  }
  body.freizeitaktivitaeten .category-desc,
  body.natur-erholung .category-desc {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  body.freizeitaktivitaeten .items-row,
  body.natur-erholung .items-row {
    width: 100%;
  }
  body.freizeitaktivitaeten .items-row:nth-child(3n),
  body.natur-erholung .items-row:nth-child(3n) {
    margin: 0;
  }
  body.freizeitaktivitaeten .items-row .item,
  body.natur-erholung .items-row .item {
    padding: 7%;
  }
  body.freizeitaktivitaeten .items-row .item .item-image,
  body.natur-erholung .items-row .item .item-image {
    width: 116%;
    margin: -7% 0 15px -8%;
  }
  body.freizeitaktivitaeten .items-row .item .item-image img,
  body.natur-erholung .items-row .item .item-image img {
    width: 100%;
    margin: 0;
  }
  body.freizeitaktivitaeten .items-row .item .item-logo,
  body.natur-erholung .items-row .item .item-logo {
    width: 100%;
  }
  body.freizeitaktivitaeten .items-row .item .item-logo img,
  body.natur-erholung .items-row .item .item-logo img {
    max-width: 100%;
    height: auto !important;
  }
  body.freizeitaktivitaeten #content_right .custom .cWrap,
  body.natur-erholung #content_right .custom .cWrap {
    width: 100%;
  }
  body.freizeitaktivitaeten #content_right .custom img,
  body.natur-erholung #content_right .custom img {
    max-width: 100% !important;
    float: left;
  }
  body.restaurant .category-desc {
    padding: 0 30px 30px 30px;
  }
  body.restaurant .category-desc .custom_sldr {
    width: 100% !important;
  }
  body.platzplan #content {
    padding: 5%;
  }
  body.reservieren div[itemprop~="articleBody"] div {
    width: 100%;
    float: left;
  }
  body.reservieren div[itemprop~="articleBody"] div img {
    max-width: 100%;
  }
  body.appartements #content div.blog,
  body.camping #content div.blog {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 30px;
  }
  body.appartements #header #svg-container,
  body.camping #header #svg-container {
    width: 100%;
  }
  body.appartements .backDrop,
  body.camping .backDrop {
    height: 0px;
    width: 0px;
    padding: 0px;
    opacity: 0;
    transition: ease-in-out opacity .2s;
  }
  body.appartements .backDrop.bd--active,
  body.camping .backDrop.bd--active {
    background: rgba(43,76,133,0.8);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    opacity: 1;
  }
  body.appartements .filter_btn,
  body.camping .filter_btn {
    position: fixed;
    bottom: 15px;
    background: #198ecf;
    color: #FFF;
    width: 170px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    left: 50%;
    margin-left: -85px;
    padding: 13px;
    font-size: 1.3em;
    z-index: 21;
  }
  body.appartements .custom_filter a,
  body.camping .custom_filter a {
    padding: 10px 0 !important;
  }
  body.appartements .custom_filter.mobFilter,
  body.camping .custom_filter.mobFilter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    left: 0px;
    z-index: 20;
    background: #FFF;
    margin: 0;
    padding: 0;
  }
  body.appartements .custom_filter.mobFilter:before,
  body.camping .custom_filter.mobFilter:before {
    content: 'Art der Unterkunft wählen:';
    font-weight: 600;
    font-size: 1.2em;
    padding: 15px 0;
    display: block;
    float: left;
  }
  body.appartements .custom_filter.mobFilter a,
  body.camping .custom_filter.mobFilter a {
    width: 47%;
    float: left;
    text-align: center;
  }
  body.appartements .custom_filter.mobFilter.open,
  body.camping .custom_filter.mobFilter.open {
    height: auto;
    padding: 5% 5% 85px 5%;
  }
  body.appartements .intro_slider,
  body.camping .intro_slider {
    min-height: auto;
  }
  body.appartements .custom_filter,
  body.camping .custom_filter {
    margin: 0 2%;
    width: 96%;
  }
  body.appartements .custom_filter #filter-controls,
  body.camping .custom_filter #filter-controls {
    display: block;
  }
  body.appartements .custom_intro,
  body.camping .custom_intro {
    width: 100%;
    margin: 0;
  }
  body.appartements .custom_intro .intro_left,
  body.camping .custom_intro .intro_left {
    width: 100%;
    float: left;
  }
  body.appartements .custom_intro .intro_right,
  body.camping .custom_intro .intro_right {
    width: 96%;
    float: left;
    margin: 0 2%;
  }
  body.appartements .items-row,
  body.camping .items-row {
    width: 100%;
    margin: 0 0%;
  }
  body.appartements .items-row:nth-child(3n-1),
  body.camping .items-row:nth-child(3n-1) {
    margin: 0 0%;
  }
  body.article #sltags {
    padding-right: 2%;
  }
  body.article #sltags span {
    margin-bottom: 5px;
  }
  body.article #content_gallery {
    width: 100%;
    float: left;
  }
  body.article #content_gallery #toggleGal {
    width: 96%;
    margin: 2% 2%;
  }
  body.article #content_gallery img {
    width: 100%;
    max-width: initial;
  }
  body.article #content_gallery img:nth-child(n+2) {
    width: 49%;
    float: left;
    margin: 15px 0;
  }
  body.article #content_gallery img:nth-child(2) {
    margin-right: 2%;
  }
  body.article #content_right {
    width: 100%;
    margin: 0px;
    min-height: auto;
  }
  body.article div[itemprop~="articleBody"] {
    width: 100%;
  }
  body.article .preis_btn {
    position: fixed;
    bottom: 15px;
    background: #198ecf;
    color: #FFF;
    width: 170px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    left: 50%;
    margin-left: -85px;
    padding: 13px;
    font-size: 1.3em;
    z-index: 21;
    display: block;
  }
  body.article .backDrop {
    height: 0px;
    width: 0px;
    padding: 0px;
    opacity: 0;
    transition: ease-in-out opacity .5s;
  }
  body.article .backDrop.bd--active {
    background: rgba(43,76,133,0.8);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    opacity: 1;
  }
  body.article .custom_preis.preis_active {
    height: 600px;
  }
  body.article #content_right {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 0px;
    z-index: 20;
    background: #FFF;
    overflow: hidden;
    opacity: 0;
    transition: ease-in-out opacity .2s;
  }
  body.article #content_right.open_preis {
    padding: 30px 30px 90px 30px;
    height: auto;
    opacity: 1;
    overflow: initial;
    overflow-y: scroll;
    top: 130px;
    bottom: 0;
  }
  body.intern .item-pageintern {
    width: 96%;
    margin: 0 2%;
    margin-top: 30vh;
  }
  body.freizeitwohnen .items-leading {
    width: 100%;
  }
}
@media (max-width: 600px) {
  body.appartements #content div.blog,
  body.camping #content div.blog,
  body.freizeitaktivitaeten #content div.blog,
  body.natur-erholung #content div.blog {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 0%;
    row-gap: 30px;
  }
  body.appartements #content div.blog .category-desc,
  body.camping #content div.blog .category-desc,
  body.freizeitaktivitaeten #content div.blog .category-desc,
  body.natur-erholung #content div.blog .category-desc {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}
/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:root {
	--mm-item-height: 50px;
	--mm-item-indent: 20px;
	--mm-line-height: 24px
}

.mm-hidden {
	display: none!important
}

.mm {
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	color: #2b4c85;
	background: #f6fbff;
	/* background: #d8e7f5; */
	line-height: 24px;
	line-height: var(--mm-line-height);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.mm {
	cursor: pointer
}

.mm:before {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	top: calc(var(--mm-item-height)/ 2);
	left: 20px;
	left: var(--mm-item-indent);
	width: 10px;
	height: 10px;
	margin-top: 2px;
	border-top: 2px solid;
	border-left: 2px solid;
	-webkit-transform: rotate(-45deg) translate(50%, -50%);
	-ms-transform: rotate(-45deg) translate(50%, -50%);
	transform: rotate(-45deg) translate(50%, -50%);
	opacity: .4
}

.mm.mm--main {
	cursor: default
}

.mm.mm--main:before {
	content: none;
	display: none
}

.mm:after {
	content: attr(data-mm-title);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	height: var(--mm-item-height);
	padding: 0 40px;
	padding: 0 calc(var(--mm-item-indent) * 2);
	line-height: 50px;
	line-height: var(--mm-item-height);
	/* opacity: .4; */
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .625), 0 1px 0 0 currentColor;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .625), 0 1px 0 0 currentColor;
	/* background: #accc00; */
}

.mm.mm--main:after {
	padding-left: 20px;
	padding-left: var(--mm-item-indent)
}

.mm ul {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 50px;
	top: var(--mm-item-height);
	left: 100%;
	bottom: 0;
	width: 200%;
	padding-right: 100%;
	overflow: visible;
	overflow-y: auto;
	background: inherit;
	-webkit-transition: left .3s ease 0s;
	-o-transition: left .3s ease 0s;
	transition: left .3s ease 0s;
	cursor: default
}

.mm ul:after {
	content: '';
	display: block;
	height: 60px;
	height: var(--mm-item-height)
}

.mm>ul {
	left: 0
}

.mm ul.mm--open {
	left: 0
}

.mm ul.mm--parent {
	left: -100%;
	overflow-y: hidden
}

.mm li {
	position: relative;
	background: inherit;
	cursor: pointer
}

.mm li:before {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	top: calc(var(--mm-item-height)/ 2);
	right: 25px;
	right: calc(var(--mm-item-height)/ 2);
	z-index: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
	opacity: .4
}

.mm li:after {
	content: '';
	display: block;
	margin-left: 20px;
	margin-left: var(--mm-item-indent);
	border-top: 1px solid;
	opacity: .15
}

.mm a,
.mm span {
	position: relative;
	z-index: 1;
	padding: 13px 20px;
	padding: calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)
}

.mm a {
	background: inherit;
	color: inherit;
	text-decoration: none;
	font-weight: 400;
	color: #2b4c85;

}

.mm a:not(:last-child) {
	width: calc(100% - 50px);
	width: calc(100% - var(--mm-item-height))
}

.mm a:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: 1px solid;
	opacity: .15
}

.mm span {
	background: 0 0
}

.mm.mm--dark {
	background: #333;
	color: #ccc
}

.mm.mm--vertical:after,
.mm.mm--vertical:before {
	content: none;
	display: none
}

.mm.mm--vertical {
	overflow-y: auto
}

.mm.mm--vertical ul {
	width: 100%;
	padding-right: 0;
	position: static
}

.mm.mm--vertical ul ul {
	display: none;
	padding-left: 20px;
	padding-left: var(--mm-item-indent)
}

.mm.mm--vertical ul ul:after {
	height: 25px;
	height: calc(var(--mm-item-height)/ 2)
}

.mm.mm--vertical ul.mm--open {
	display: block
}

.mm.mm--vertical li.mm--open:before {
	-webkit-transform: rotate(135deg) translate(-50%, 0);
	-ms-transform: rotate(135deg) translate(-50%, 0);
	transform: rotate(135deg) translate(-50%, 0)
}

.mm.mm--vertical ul ul li:last-child:after {
	content: none;
	display: none
}

:root {
	--mm-width: 80%;
	--mm-min-width: 200px;
	--mm-max-width: 440px
}

.mm-body--open {
	overflow-y: hidden;
	pointer-events: none
}

.mm {
	pointer-events: auto
}

.mm.mm--offcanvas {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 99999995;
	width: 80%;
	width: var(--mm-width);
	min-width: 200px;
	min-width: var(--mm-min-width);
	max-width: 440px;
	max-width: var(--mm-max-width);
	-webkit-transition: bottom 0s ease 0s, -webkit-transform .3s ease 0s;
	transition: bottom 0s ease 0s, -webkit-transform .3s ease 0s;
	-o-transition: transform .3s ease 0s, bottom 0s ease 0s;
	transition: transform .3s ease 0s, bottom 0s ease 0s;
	transition: transform .3s ease 0s, bottom 0s ease 0s, -webkit-transform .3s ease 0s
}

.mm.mm--offcanvas:not(.mm--open) {
	bottom: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-delay: 0s, .6s;
	-o-transition-delay: 0s, .6s;
	transition-delay: 0s, .6s
}

.mm.mm--right {
	left: auto;
	right: 0
}

.mm.mm--right:not(.mm--open) {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.mm-blocker {
	pointer-events: auto;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgba(43, 76, 133, .8);
	top: 100%;
	z-index: 9990;
	width: 100%;
	opacity: 0;
	-webkit-transition-property: opacity, top;
	-o-transition-property: opacity, top;
	transition-property: opacity, top;
	-webkit-transition-timing-function: ease, linear;
	-o-transition-timing-function: ease, linear;
	transition-timing-function: ease, linear;
	-webkit-transition-duration: .45s, 0s;
	-o-transition-duration: .45s, 0s;
	transition-duration: .45s, 0s;
	-webkit-transition-delay: 0s, .45s;
	-o-transition-delay: 0s, .45s;
	transition-delay: 0s, .45s
}

.mm-blocker.mm--open {
	top: 0;
	z-index: 99999999;
	width: calc(100% - 80%);
	width: calc(100% - var(--mm-width));
	min-width: calc(100% - 440px);
	min-width: calc(100% - var(--mm-max-width));
	max-width: calc(100% - 200px);
	max-width: calc(100% - var(--mm-min-width));
	opacity: 1;
	-webkit-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.mm.mm--right {
	left: auto;
	right: 0
}

.mm.mm--right:not(.mm--open) {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.mm-blocker.mm--right {
	right: auto;
	left: 0
}/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

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

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
