/*!
	Theme Name: Pension Kohler
	Theme URI: https://ch-g.at
	Description: pensionkohler WordPress Theme
	Version: 1.0
	Author: Christian Gschoessser (@cgschoesser)
	Author URI: https://ch-g.at
	Tags: HTML5, CSS3, pensionkohler

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pensionkohler is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-display: swap;
}

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

/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  line-height: 1.15;
}
body .wpml-ls-legacy-list-horizontal {
  padding: 5px;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

.ausstattung {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content;
  gap: 1rem;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  margin-top: 1.5rem;
  overflow: hidden;
  height: auto;
}
.zimmerinfo .wpb_text_column {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.zimmerinfo .wpb_text_column p {
  text-align: center;
}
body .swiper-button-next,
body .swiper-button-prev {
  color: white;
}
.toggle button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}
.rooms-swiper,
.panorama-swiper {
  width: 100%;
}

.rooms-swiper .swiper-slide,
.panorama-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 14px;
}
.rooms-swiper .swiper-slide img,
.panorama-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Pfeile */
.rooms-swiper .swiper-button-next,
.rooms-swiper .swiper-button-prev,
.panorama-swiper .swiper-button-next,
.panorama-swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

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

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 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;
  font-size: 1em;
}

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

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
   * 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;
  font-size: 1em;
}

/**
   * 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
	   ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

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

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * 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;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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;
  padding: 0;
}

/**
   * 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;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[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;
  font: inherit;
}

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

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	   ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Box sizing
  --------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/

/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1d1d1b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}

p {
  margin-bottom: 1.5em;
}

#fg-remark {
  display: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  overflow-x: hidden;
  padding-top: 0px;
  color: #1d1d1b;
}
body p {
  text-align: left;
  margin: 0px;
  margin-bottom: 20px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
  --------------------------------------------- */

a:hover,
a:focus,
a:active {
  color: #1d1d1b;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #1d1d1b;
  border-radius: 3px;
  border: 1px solid #1d1d1b;
  padding: 3px;
  width: 95%;
  background: white;
}
form .row {
  margin-left: 0px;
  margin-right: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

/* Navigation
  --------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

/* Posts and pages
  --------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* CG CODE */

@font-face {
  font-family: "ElegantIcons";
  src: url("/fonts/ElegantIcons.eot");
  src:
    url("/fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("/fonts/ElegantIcons.woff") format("woff"),
    url("/fonts/ElegantIcons.ttf") format("truetype"),
    url("/fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.aktiv .vc_col-md-4 img {
  border-radius: 55px;
}
.aktiv .vc_col-md-4 .wpb_content_element {
  margin-bottom: 0px;
}
.aktiv .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.aktiv .vc_col-md-4 {
  margin-bottom: 40px;
}
.aktiv h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
.aktiv .vc_col-md-4 .vc_column-inner {
  background-color: #f0e4d6;
  border-radius: 55px;
  padding: 15px;
  position: relative;
}

.aktiv .vc_col-md-4 p {
  font-size: 15px;
  line-height: 20px;
}

.dunkel,
.design,
#design {
  background-color: #4c4035;
}
.dunkel * {
  color: white;
}
.rot,
.advanced,
#advanced {
  background-color: #e8e5db;
}

.btn-senden {
  display: block;
  width: 100%;
  background-color: rgb(91, 122, 58);
  color: white;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .skd-widget .skd-widget-btn-primary {
  background-color: #5b7a3a;
  border-color: #5b7a3a;
  color: #fff;
}
.casa-wdg .form-group {
  display: block;
}

body .casa-wdg label {
}
body .casa-wdg .form-horizontal .control-label {
  text-align: left;
}
body .casa-wdg .form-control,
body .casa-wdg > *,
body .k-autocomplete.k-state-default,
body .k-dropdown-wrap.k-state-default,
body .k-numeric-wrap.k-state-default,
body .k-picker-wrap.k-state-default {
  background-color: transparent;
  height: 50px;
}
body .casa-wdg .btn-default {
  display: block;
  width: 100%;
  background-color: #5b7a3a;
  color: white;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  transition: 0.3s ease-in;
}
body .k-numerictextbox .k-icon {
  height: 25px;
}
body .casa-wdg .form-control {
  border: 1px solid #1e1f1f;
  box-shadow: none;
  border-radius: 0px;
  color: #1e1f1f;
  height: 50px;
  font-size: 20px;
}
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
  border: 0px !important;
  padding: 0px !important;
  height: 50px !important;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #1e1f1f !important;
}
body .k-icon,
.k-block,
.k-content,
.k-dropdown .k-input,
.k-popup,
.k-toolbar,
.k-widget {
  color: #1e1f1f !important;
}
.k-dropdown-wrap .k-select,
.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
  width: 50px !important;
  line-height: 50px !important;
}
.k-autocomplete,
.k-dropdown-wrap,
.k-numeric-wrap,
.k-picker-wrap,
.k-textbox {
  border: 0px !important;
  padding: 0px !important;
}
.k-input,
.k-multiselect-wrap,
.k-textbox > input,
input.k-textbox,
input.k-textbox:hover,
textarea.k-textbox,
textarea.k-textbox:hover {
  background-color: transparent !important;
}
body .k-numeric-wrap.k-state-default .k-input {
  border: 1px solid #1e1f1f !important;
  box-shadow: none;
  border-radius: 0px;
  color: #1e1f1f;
  height: 50px;
  font-size: 20px;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body .casa-wdg .checkbox.compliance label {
  font-size: 16px;
  line-height: 1;
}
body .casa-wdg .form-control:focus {
  border-color: rgb(30, 31, 31);
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(30 31 31 / 60%);
  box-shadow:
    inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(30 31 31 / 60%);
}
.k-autocomplete.k-state-default .k-input,
.k-combobox .k-state-default .k-input,
.k-multiselect-wrap,
.k-numeric-wrap.k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-progress-status-wrap,
.k-slider-selection,
.k-slider-track {
  box-shadow: none !important;
}
.k-column-menu .k-sprite,
.k-gantt-views > .k-current-view > .k-link:after,
.k-grid-mobile .k-resize-handle-inner:after,
.k-grid-mobile .k-resize-handle-inner:before,
.k-i-drag-and-drop,
.k-icon,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
.k-tool-icon {
  font: 20px/1 WebComponentsIcons !important;
}
.k-autocomplete,
.k-block,
.k-button,
.k-calendar .k-link,
.k-calendar td,
.k-calendar-container,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-drag-clue,
.k-dropdown,
.k-dropdown-wrap,
.k-editor-inline,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-inline-block,
.k-list-container,
.k-multiselect,
.k-notification,
.k-numeric-wrap,
.k-numerictextbox,
.k-picker-wrap,
.k-slider-selection,
.k-slider-track,
.k-split-button,
.k-textbox,
.k-tile,
.k-timepicker,
.k-tooltip,
.k-touch-scrollbar,
.k-treeview .k-in,
.k-upload,
.k-window,
.k-window-action,
.k-window-titleless .k-window-content {
  border-radius: 0px !important;
}
body .k-dropdown-wrap .k-input,
body .k-numeric-wrap .k-input,
body .k-picker-wrap .k-input {
  border-radius: 0px;
  line-height: 50px;
}

body
  .skd-offer-list-widget
  .container-progress
  ul.skd-breadcrumbs
  li.skd-active:after,
body
  .skd-offer-list-widget
  .container-progress
  ul.skd-breadcrumbs
  li:not(.skd-widget-disabled):hover:after,
body
  .skd-offer-list-widget
  .container-progress
  ul.skd-breadcrumbs
  li.skd-active,
.skd-offer-list-widget
  .container-progress
  ul.skd-breadcrumbs
  li:not(.skd-widget-disabled):hover {
  background: #5b7a3a;
}
body .skd-widget .skd-widget-btn-primary.active,
body .skd-widget .skd-widget-btn-primary.disabled,
body .skd-widget .skd-widget-btn-primary.skd-widget-active,
body .skd-widget .skd-widget-btn-primary.skd-widget-disabled,
body .skd-widget .skd-widget-btn-primary:active,
body .skd-widget .skd-widget-btn-primary:focus,
body .skd-widget .skd-widget-btn-primary:hover,
body .skd-widget .skd-widget-btn-primary[disabled] {
  background: #901010;
}
body .skd-dsr-room-rates-container .skd-dsr-room-alerts {
  background: #5b7a3a;
}
body .skd-room-alert-item {
  color: white;
}
body .fa-bell-o:before,
body .fa-search:before {
  color: white;
}
body .skd-widget .skd-widget-btn-primary {
  font-size: 17px;
}
body
  .skd-check-availability-widget
  .skd-contentContainer
  .skd-search-box
  .skd-widget-form-inline
  .skd-additional-controls {
  background-color: #f0e4d6;
}
body .skd-offer-list-widget .container-progress ul.skd-breadcrumbs li:after {
  box-shadow: none;
}
.skd-room-title + h4 {
  display: none;
}

.boxen .wpb_content_element {
  margin-bottom: 0px;
}
.zimmer .vc_col-sm-6 .wpb_text_column {
  position: relative;
  top: -70px;
  margin-bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  max-width: 390px;
}
.zimmer .wpb_content_element {
  margin-bottom: 0px;
}
.zimmer h2,
.zimmer p,
.zimmer a {
  text-align: center;
}
.zimmer .vc_col-sm-6 {
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.zimmer p {
  font-size: 16px;
}
.notfound {
  padding-top: 150px;
  padding-bottom: 50px;
}
.notfound a {
  background-color: #5b7a3a;
  padding: 15px;
  color: white;
  opacity: 1;
  transition: 0.3s;
}
.notfound a:hover {
  color: white;
  opacity: 0.7;
}
.zimmer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #4c4035;
}
.intro p {
  max-width: 820px;
  margin: auto;
}
.zimmerbtn {
  background-color: #363636;
  padding: 10px 20px;
  color: white;
  margin-top: 20px;
  display: block;
}
a.zimmerbtn:hover {
  color: white;
  opacity: 0.9;
}
.extras {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #363636;
}
.extras.kinder {
  background: #21759b;
}
body .extras a {
  color: #fff9c0;
}
.iconzeile {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #363636;
}
.iconzeile h4 {
  text-align: center;
  color: white;
}
.ladestation h3 {
  color: white;
}
.ladestation {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #5cc22e;
}
.ladestation .wpb_content_element {
  margin-bottom: 0px;
}
.iconzeile .wpb_single_image img,
.ladestation .wpb_single_image img {
  max-width: 100px;
  text-align: center;
}
.iconzeile .wpb_single_image.vc_align_left {
  text-align: center;
}
.ladestation .wpb_single_image.vc_align_left {
  text-align: center;
}
.map img {
  max-width: 320px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.wpb_text_column.center {
  text-align: center;
  max-width: 90%;
  margin: auto;
}
.wpb_text_column.center p {
  text-align: center;
}
.reiheoben {
  padding-top: 50px;
}
.reiheunten {
  padding-bottom: 50px;
}
.beige {
  background-color: #f0e4d6;
}
.extras p,
.extras h2,
.extras h3 {
  color: white;
}
.zimmer .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.menu-item a img,
img.menu-image-title-after,
img.menu-image-title-before,
img.menu-image-title-above,
img.menu-image-title-below,
.menu-image-hover-wrapper .menu-image-title-above {
  width: 100%;
}
.wpml-ls-menu-item .wpml-ls-flag {
  width: 50px;
}
body ul#menu-hauptmenu .wpml-ls-menu-item a,
body ul#menu-hauptmenu-en .wpml-ls-menu-item a {
  display: block;
}
.menu-pensionkohler-container li,
.menu-pensionkohler-englisch-container li {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.menu-landhaus-container li,
.menu-landhaus-en-container li {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.menu-pensionkohler-container .menu,
.menu-landhaus-container .menu,
.menu-pensionkohler-englisch-container .menu,
.menu-landhaus-en-container .menu {
  position: relative;
  top: initial;
  width: 100%;
  height: auto;
  vertical-align: initial;
  background: transparent;
  z-index: 1;
}
.menu-pensionkohler-container .current-menu-item,
.menu-landhaus-container .current-menu-item,
.menu-pensionkohler-englisch-container .current-menu-item,
.menu-landhaus-en-container .current-menu-item {
  display: none;
}

.menu-image-title.menu-image-title-above,
.menu-image-title.menu-image-title-below {
  font-size: 14px;
  background-color: #626262;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999999;
  position: relative;
}

.menu-image-title-below.menu-image-not-hovered > img,
.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
.menu-image-title-below .menu-image-hover-wrapper {
  padding-bottom: 0px;
}

.zimmertop h1,
.banner h1 {
  background: rgba(91, 122, 58, 0.8);
  text-align: center;
  max-width: 350px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  color: white;
}
.zimmertop,
.banner {
  min-height: 80vh;
  background-position: center;
  display: flex;
  align-items: end;
}

.zimmer h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
/*preise */
.preis-header {
  background: #626262;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  font-size: 1.1 rem;
  font-weight: bold;
}
.preis-preis {
  color: #1d1d1b;
  font-weight: bold;
  padding: 10px 0;
  font-size: 22px;
  font-size: 1.1 rem;
}
.preis-container {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}
.preis-container .preis {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.preis-container .preis.buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.preis-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 10px;
}
.preis-container p {
  text-align: center;
  margin-bottom: 5px;
}
.preis-container .preis {
  width: 50%;
}
.bg-grey {
  background: #f0e4d6;
}

.bewertungen a,
body .bewertungen p {
  text-align: center;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 25px;
}
.bewertungen {
  background: white;
  padding-top: 50px;
  padding-bottom: 15px;
}

.intro a p,
.intro a h2 {
  color: white;
  display: block;
}

body .wpb_single_image .vc_single_image-wrapper,
body .wpb_single_image .vc_figure {
  width: 100%;
}

/* wrapper */
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

#navigation {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transition: all 350ms ease-in-out;
  transition-delay: 200ms;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("/img/menu-hintergrund.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
}

/* 
	
	background-color: #1d1d1b;
	  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23e2e2e2' fill-opacity='0.18'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  
  
  */
.toggle {
  cursor: pointer;
  z-index: 9999999;
}
ul li {
  font-size: 16px;
}
body ul {
  margin-left: 0px;
  padding-left: 30px;
}
body .widget_nav_menu ul {
  padding-left: 0px;
}

#navigation.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
#menu-items li.menu-item-has-children:after {
  content: "7";
  font-family: "ElegantIcons";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  color: white;
  display: block;
  font-size: 20px;
}
#menu-items a {
  color: #f0e4d6;
  font-size: 18px;
  text-transform: uppercase;
}
#menu-items .logomenu a {
  display: block;
  position: relative;
}
#menu-items ul ul a {
  font-size: 12px;
  letter-spacing: 1px;
}
#menu-items a:hover {
  color: white;
}
/* header */
.header {
  position: absolute;
  height: 65px;
  top: 0px;
  padding-right: 5px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
.sticky .header {
  background: white;
  height: 65px;
  position: fixed;
}
.innerheader {
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}
.sticky .logo {
  display: none;
}
.sticky .logosticky img {
  display: block;
  background-color: white;
  padding: 15px;
  width: 125px;
  position: relative;
  top: 0px;
  left: 15px;
}
label {
  display: block;
  color: #1d1d1b;
  font-size: 14px;
  margin-bottom: 5px;
}
.logosticky img {
  display: none;
}
/* logo */
.logo {
  width: 180px;
  height: auto;
  z-index: 10;
  padding: 0px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.logo a {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 15;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 2px solid transparent;
  background-clip: padding-box;
  width: 150px;
}
.intro {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.langlaufen {
  background-color: white;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.hauser {
  background-color: #f6f6f6;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.bilder h2,
.bilder p {
  color: white;
}

.intro.top {
  padding-top: 25vh;
}

[type="checkbox"],
[type="radio"] {
  margin-right: 5px;
}
.partner {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.intro p,
.intro h1,
.intro h2,
.partner p,
.partner h2 {
  color: #1d1d1b;
}
.intro p {
  font-size: 15px;
}

.bilder {
  background-color: #363636;
  padding-top: 60px;
  padding-bottom: 30px;
}
.linien {
  background-color: #e2e2e2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bilder img {
  margin-bottom: 30px;
}
.bilder .wpb_content_element {
  margin-bottom: 0px;
}
.logo a img {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.icons {
  position: absolute;
  right: 25px;
  top: 18px;
}
.menucontainer {
  position: absolute;
  right: 0px;
  top: 15px;
}
body .breadcrumb-container.theme1 a {
  padding: 2px;
  font-size: 18px;
  letter-spacing: 2px;
}

.logomenu img {
  width: 120px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 15px;
  background-color: white;
  padding: 15px;
}

.slider {
  margin-bottom: 30px;
}
/* nav */
.nav {
  display: block;
  margin: 0px;
  padding: 0;
  text-align: left;
  position: relative;
  width: 100%;
}
.nav ul {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  list-style: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1200px;
}
.auszuege {
  padding-bottom: 35px;
}
.menu-btn {
  position: relative;
}

.socialmedia a {
  display: inline-block;
  padding-right: 20px;
  font-family: "ElegantIcons";
  font-size: 35px;
}
.socialmedia {
  margin-bottom: 35px;
}

footer,
footer p {
  text-align: center;
}

.social-links a img {
  transition: 0.3s ease-in-out;
}
.social-links a:hover img,
.socials a:hover img {
  transform: scale(0.95);
}
.social-links .instagram {
  margin-left: 5px;
}
.socials {
  position: relative;
  right: 0px;
  top: 20px;
  margin-bottom: 35px;
}

.sticky .topbar a,
.sticky .menu-btn,
.menuactive .topbar a {
  color: #1d1d1b;
}
.menuactive .menu-text {
  color: white;
}
.bildzoom img:hover {
  cursor: zoom-in;
}

.topbar a {
  color: #1d1d1b;
  text-transform: uppercase;
  transition: 0.3s ease-in;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease-in;
  transform: scale(1);
  margin-right: 15px;
}
.sticky .menu-text {
  color: #5b7a3a;
}
.topbar a.anfrage {
  color: #5b7a3a;
  border: 2px solid #5b7a3a;
  background-color: white;
  padding: 0.25rem 1rem;
  border-radius: 99999px;
  margin-left: 10px;
}
.topbar a.buchen {
  color: white;
  border: 2px solid #5b7a3a;
  background-color: #5b7a3a;
  padding: 0.25rem 1rem;
  border-radius: 99999px;
}
.topbar a.buchen,
.topbar a.anfrage {
  display: none;
}
.topbar a span {
  font-family: "ElegantIcons";
  margin-right: 7px;
}
.topbar a:hover {
  transform: scale(1.05);
}
.topbar img {
  height: 35px;
  width: auto;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
a {
  color: #1d1d1b;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #1d1d1b;
}

ul.bottombar li {
  padding-left: 0px;
}

.bottombar {
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  margin: 0px;
  padding: 0px;
  display: table;
  border-top: 2px solid white;
}
.bottombar a {
  color: white;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transition:
    color 0.2s ease-in-out,
    background 0.2s ease-in-out;
  transition:
    color 0.2s ease-in-out,
    background 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
  display: block;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}
ul.bottombar li {
  padding-left: 0px;
}

.bottombar li.aa {
  background-color: #f0e4d6;
  color: #1d1d1b;
  width: 40%;
}
.bottombar li.aa a {
  color: #1d1d1b;
}
.bottombar li.book {
  width: 40%;
}
.bottombar li.mobile {
  width: 20%;
  background: #1d1d1b;
}
.bottombar li {
  background-color: #5b7a3a;
  display: table-cell;
  margin: 0;
  text-align: center;
}
.topbar b {
  font-weight: normal;
}

.menu a {
  color: white;
}
.bilder .vc_btn3-container.vc_btn3-inline {
  margin-top: 50px;
  background: transparent;
}
.menu {
  display: inline-block;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.menucontainer {
  display: none;
}
.menu img {
  height: auto;
  width: 40px;
}
.mobile img {
  height: auto;
  width: 30px;
  top: 10px;
}
.close-btn {
  width: 35px;
  height: auto;
}
.menu .menu-btn {
  font-family: "ElegantIcons";
  color: #1d1d1b;
  font-size: 25px;
  top: 3px;
  display: inline-block;
}
.sticky .menu .menu-btn {
  color: #5b7a3a;
}
.green {
  background-color: #5b7a3a;
}

/* footer */
.site-footer {
  background-color: #f0e4d6;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #1d1d1b;
}
.site-footer p,
.site-footer h3,
.site-footer h4,
.site-footer a {
  color: #1d1d1b;
}
.social-icons a {
  font-family: "ElegantIcons";
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  display: inline-block;
}

footer .logo-img {
  height: 120px;
  width: auto;
  margin-bottom: 10px;
}
.footer {
  color: white;
  font-size: 18px;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: white;
  opacity: 0.7;
}

.nav .current-menu-item a {
  color: #d6d3c8;
}
.footer .mehr:after {
  content: "\24";
  font-family: "ElegantIcons";
  margin-left: 5px;
  vertical-align: middle;
}
.menu-text {
  display: none;
  text-transform: uppercase;
  color: #1d1d1b;
}
#menu-items li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 7px;
}
#menu-footer li,
#menu-footer-en li {
  display: inline-block;
}
#menu-footer li:after,
#menu-footer-en li:after {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}
#menu-footer li:last-child:after,
#menu-footer-en li:last-child:after {
  display: none;
}
#menu-footer,
#menu-footer-en {
  margin: 0px;
  padding: 0px;
}

.hashtags p {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}

.copyright a {
  margin-right: 10px;
}
.titel {
  margin-bottom: 70px;
}
.boxen .vc_column_container.vc_col-md-4 .vc_column-inner {
  padding: 35px;
  position: relative;
  overflow: hidden;
}
.boxen .wpb_wrapper {
  position: relative;
  overflow: hidden;
}
.boxen .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.boxen figcaption {
  padding-left: 15px;
  padding-right: 15px;
}
.boxen h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 14px;
  transition: 0.3s ease-in;
  color: white;
  pointer-events: none;
  text-transform: uppercase;
}
.lang {
  position: absolute;
  right: -10px;
  top: 9.5px;
  width: auto;
  display: inline-block;
}
.boxen h3:before {
  content: "// ";
}
header a {
  display: inline-block;
}
.video {
  padding-top: 50px;
  padding-bottom: 25px;
}
.page-id-1315 .anfrage,
.page-id-1315 .buchen,
.page-id-1315 .aa,
.page-id-1315 .book {
  display: none !important;
}

.boxen .wpb_wrapper:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  height: 110px;
  content: " ";
  pointer-events: none;
}
.boxen figcaption {
  pointer-events: none;
}
.close {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}
body .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md,
body .nf-form-content button,
body .nf-form-content input[type="button"],
body .nf-form-content input[type="submit"] {
  background-color: #5b7a3a;
  color: white;
  border: 0px;
  font-size: 16px;
  margin-bottom: 35px;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: white;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #bcb5af;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:focus,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading:hover {
  background-color: #626262;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
body .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  background-color: #5b7a3a;
  color: white;
  border: 0px;
  font-size: 16px;
  background-image: none;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after,
body .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:after,
body .nf-form-content input[type="submit"]:after {
  content: "\24";
  font-family: "ElegantIcons";
  top: 3px;
  left: 5px;
  position: relative;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background-color: #bcb5af;
  color: white;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #f0e4d6;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::after,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before,
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: white;
}
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #fff;
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
body .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover,
body .nf-form-content button:hover,
body .nf-form-content input[type="button"]:hover,
body .nf-form-content input[type="submit"]:hover {
  background-color: #5b7a3a;
  color: white;
}

* {
  -webkit-tap-highlight-color: transparent;
}
.boxen .vc_col-sm-6:hover h3 {
}
.boxen .vc_col-sm-6:hover .vc_column-inner:after {
  opacity: 1;
}
.boxen .vc_col-sm-6:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boxen .vc_col-sm-6 img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition:
    transform 0.4s,
    -webkit-transform 0.4s;
}
.boxen .vc_col-sm-6 {
  overflow: hidden;
}
.wpb_single_image .vc_figure {
  overflow: hidden;
}
.wpb_content_element a img {
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wpb_content_element a img:hover {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#kinderage {
  display: none;
}
#kinderage.show {
  display: inline-block;
}
rs-module h2 span {
  font-weight: 900;
}
rs-module h2 {
  line-height: 1;
}
select {
  border: 1px solid #1d1d1b;
  width: 90%;
  height: 35px;
}
.col-4,
.col-7 {
  width: 100%;
}
.form-group {
  display: inline-block;
  margin-bottom: 25px;
}
.col-4 {
  width: 100%;
}
.col-7 {
  width: 100%;
}
.nav ul {
  font-weight: 600;
}
.topbar b {
  display: none;
}

.home .banner {
  background-position: top !important;
}
body .aktiv .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  margin-top: 30px;
}
@media (max-width: 359px) {
  .title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #menu-items a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .logomenu img {
    width: 120px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 75px;
    background-color: white;
    padding: 15px;
  }
  body .aktiv .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    padding: 8px 15px;
    top: unset;
    margin-top: 0px;
  }
  .aktiv .vc_col-md-4 .wpb_text_column {
    padding-bottom: 40px;
  }
  .map img {
    max-width: 500px;
  }
  .topbar b {
    display: inline-block;
  }
  .col-4 {
    width: 32%;
  }
  .lang {
    top: 12.5px;
  }

  .menu-pensionkohler-container li,
  .menu-pensionkohler-englisch-container li {
    width: 33%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
  }
  .menu-landhaus-container li,
  .menu-landhaus-en-container li {
    width: 24%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
  }
  body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
  body .nf-form-content input[type="submit"],
  body .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    background-color: #5b7a3a;
    color: white;
    border: 0px;
    font-size: 20px;
    background-image: none;
  }
  .col-7 {
    width: 100%;
  }
  .preis-container .preis {
    width: 25%;
  }
  .topbar a.buchen,
  .topbar a.anfrage {
    display: inline-block;
  }
  .menucontainer {
    display: block;
  }
  .icons {
    right: 120px;
  }
  .intro p,
  body p {
    font-size: 18px;
  }
  #menu-items li {
    position: initial;
  }

  #menu-items li a {
    position: relative;
    padding-left: 30px;
  }

  .sticky .innerheader {
    padding: 0px;
  }
  #menu-items li {
    position: initial;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  .footer {
    padding-bottom: 5px;
  }
  .close .menu-text {
    top: -10px;
    right: 2px;
  }
  .logo,
  .logo a {
    width: 340px;
  }
  .close {
    position: fixed;
    top: 25px;
    right: 75px;
    bottom: initial;
  }
  .innerheader {
    padding: 0 75px;
  }
  .header {
    position: fixed;
    height: 90px;
    top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }

  .bottombar {
    display: none;
  }
  .topbar b {
    display: none;
  }
  .menu-text {
    display: inline-block;
    margin-right: 10px;
    font-size: 21px;
    line-height: 21px;
    top: -2px;
    position: relative;
  }
  .logomenu img {
    width: 200px;
    margin-top: 20px;
  }

  .anfragen:hover {
    transform: scale(1.05);
  }
  .menu img {
    width: 45px;
  }
  .close-btn {
    width: 35px;
  }
  body .vc_images_carousel .vc_carousel-control .icon-next,
  body .vc_images_carousel .vc_carousel-control .icon-prev {
    font-size: 45px;
    height: 45px;
    width: 45px;
  }
  header .nav {
    padding: 0;
    text-align: right;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  header .nav ul {
    padding-right: 15px;
    text-align: right;
    text-transform: uppercase;
    padding: 0;
    list-style: none;
    font-weight: 600;
    margin: 0px;
  }

  #menu-items a {
    font-size: 20px;
  }
  #menu-items li {
    line-height: 45px;
    padding-right: 15px;
  }
  #menu-items ul ul li a {
    font-size: 16px;
  }
  #menu-items li.menu-item-has-children:after {
    content: "\39";
    font-family: "ElegantIcons";
    color: white;
    display: inline-block;
    position: static;
    width: 25px;
    pointer-events: none;
  }
  .menucontainer {
    right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .footerrow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nf-form-cont nf-field {
    padding-bottom: 30px;
    padding-right: 30px;
    display: block;
  }
  .nf-form-cont nf-field:nth-child(-n + 12) {
    width: 50%;
    float: left;
  }

  .ninjaform {
    max-width: 660px;
    margin: 0 auto;
  }

  .ladestation .wpb_single_image.vc_align_left {
    text-align: right;
  }
  .menucontainer {
    right: 45px;
  }
  .icons {
    right: 150px;
  }
  .boxen h3 {
    font-size: 18px;
  }
  .topbar b {
    display: inline-block;
  }
  .logo,
  .logo a {
    width: 340px;
    height: auto;
    z-index: 10;
    padding: 10px;
    position: fixed;
    left: 5px;
    top: 5px;
  }
  .sticky .logosticky img {
    width: 190px;
  }
  h1:after {
    height: 40px;
    width: 400px;
  }
  .intro blockquote p {
    display: block;
    font-size: 25px;
  }
  #menu-items a {
    font-size: 25px;
  }
  #menu-items li {
    line-height: 40px;
    padding-top: 5px;
    position: initial;
  }
  #menu-items li li {
    line-height: 30px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #menu-items ul ul li a {
    font-size: 16px;
  }
  header .nav {
    height: 60vh;
  }
  .social-links {
    padding-bottom: 0px;
  }
  .zimmertop h1,
  .banner h1 {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1200px) {
  .wpb_text_column.center {
    max-width: 960px;
  }
  .aktiv .vc_col-md-4 p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  #menu-items a {
    font-size: 30px;
  }
  .zimmer .vc_col-sm-6 .wpb_text_column {
    max-width: 450px;
  }
  header .nav {
    height: 70vh;
  }

  .intro {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .logo,
  .logo a {
    width: 360px;
    top: 15px;
    left: 15px;
  }
  .sticky .logosticky img {
    width: 123px;
  }
  #menu-items li {
    line-height: 45px;
    padding-top: 15px;
    position: initial;
  }
  #menu-items li li {
    line-height: 45px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #menu-items ul ul li a {
    font-size: 16px;
  }
  .boxen h3 {
    font-size: 20px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }

  .intro p,
  body p {
    font-size: 18px;
  }
  .reiheoben {
    padding-top: 100px;
  }
  .reiheunten {
    padding-bottom: 100px;
  }
}

::selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #1d1d1b;
  color: #fff;
  text-shadow: none;
}

@media only screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1600px;
  }
  .reiheoben {
    padding-top: 120px;
  }
  .reiheunten {
    padding-bottom: 120px;
  }
}
