/*!
Theme Name: leoschalet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: leoschalet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

leoschalet 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
}

@font-face {
  font-family: "HVConstantineRegular";
  src: url("/fonts/font.woff2") format("woff2"),
    url("/fonts/font.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MetroSans-Regular";
  src: url("/fonts/metro-sans-regular.eot");
  src: url("/fonts/metro-sans-regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/metro-sans-regular.woff2") format("woff2"),
    url("/fonts/metro-sans-regular.woff") format("woff"),
    url("/fonts/metro-sans-regular.ttf") format("truetype"),
    url("/fonts/metro-sans-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetroSans-Medium";
  src: url("/fonts/metro-sans-medium.eot");
  src: url("/fonts/metro-sans-medium.eot?#iefix") format("embedded-opentype"),
    url("/fonts/metro-sans-medium.woff2") format("woff2"),
    url("/fonts/metro-sans-medium.woff") format("woff"),
    url("/fonts/metro-sans-medium.ttf") format("truetype"),
    url("/fonts/metro-sans-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetroSans-SemiBold";
  src: url("/fonts/metro-sans-semi-bold.eot");
  src: url("/fonts/metro-sans-semi-bold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/metro-sans-semi-bold.woff2") format("woff2"),
    url("/fonts/metro-sans-semi-bold.woff") format("woff"),
    url("/fonts/metro-sans-semi-bold.ttf") format("truetype"),
    url("/fonts/metro-sans-semi-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetroSans-Book";
  src: url("/fonts/metro-sans-book.eot");
  src: url("/fonts/metro-sans-book.eot?#iefix") format("embedded-opentype"),
    url("/fonts/metro-sans-book.woff2") format("woff2"),
    url("/fonts/metro-sans-book.woff") format("woff"),
    url("/fonts/metro-sans-book.ttf") format("truetype"),
    url("/fonts/metro-sans-book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetroSans-Light";
  src: url("/fonts/metro-sans-light.eot");
  src: url("/fonts/metro-sans-light.eot?#iefix") format("embedded-opentype"),
    url("/fonts/metro-sans-light.woff2") format("woff2"),
    url("/fonts/metro-sans-light.woff") format("woff"),
    url("/fonts/metro-sans-light.ttf") format("truetype"),
    url("/fonts/metro-sans-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SaolDisplay";
  src: url("/fonts/SaolDisplay-LightItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

header h2 {
  font-family: "HVConstantineRegular";
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0px;
}
.footermenu {
  display: block;
  margin-bottom: 50px;
}
#footermenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
#page {
  overflow-x: hidden;
}
#video-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
#custom-controls {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
#play-button,
#mute-button {
  width: 50px;
  height: 50px;
  padding: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  transition: 0.3s ease-in;
}

#play-button:hover,
#mute-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#mute-button {
  background-image: url("/img/sound.svg");
}
#play-button {
  background-image: url("/img/pause.svg");
}
#video-player {
  width: 100%;
}
.galeriereihe #video-player {
  width: auto;
}
.videorow {
  height: 43vh;
}
header {
  background-color: #1d170b;
  position: fixed;
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999;
  height: 200px;
  transition: 0.3s ease-in;
}
.dark header {
  background-color: #1d170b;
}
.sticky header {
  height: 145px;
  border-bottom: 1px solid #ffffff;
}

.dark.sticky header {
  border-bottom: 1px solid #1d170b;
}
header button {
  background: none;
  border: 0px;
  cursor: pointer;
  opacity: 0;
  padding: 0px;
  transition: 0.3s ease-in;
}
.sticky header button {
  opacity: 1;
}
header .containerheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 200px;
  transition: 0.3s ease-in;
}
.sticky header .containerheader {
  height: 97px;
}
.logolink {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s ease-in;
  top: 0px;
	
}
.sticky .logolink {
  top: 22px;
}
.logolink svg {
  width: 600px;
  height: 200px;
  transition: 0.3s ease-in;
  display: block;
	
}

.sticky #navigation .logolink {
  top: 22px;
}
.sticky #navigation .logolink svg {
  width: 180px;
}
.containerheader .logolink svg {
  opacity: 0;
}

.sticky .containerheader .logolink svg {
  width: 180px;
  opacity: 1;
}
.dark .containerheader .logolink svg path,
.dark .mobillogo svg path {
  fill: white;
}
.dark header #Telefon path,
.dark header #Mail path,
.dark header #Mail line {
  stroke: white;
}
.dark header #Mail rect {
  stroke: white;
}
.dark header button line {
  stroke: white;
}
.dark #sonne svg path {
  fill: white;
}
.dark .sociallinks svg path {
  fill: white;
}
.winedine img {
  width: 300px;
}
.kontakt {
  text-align: right;
  opacity: 0;
  transition: 0.3s ease-in;
  display: flex;
  align-items: center;
}
.kontakt svg {
  width: 28px;
  height: auto;
}
.sticky .kontakt {
  opacity: 1;
}
.kontakt a {
  margin-left: 13px;
  vertical-align: middle;
}

#sonne {
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  animation: rotation 10s infinite linear;
  pointer-events: none;
}
#navigation {
  top: 0px;
  position: fixed;
  opacity: 0;
  background-color: #1d170b;
  min-height: 100vh; /* fall-back */
  min-height: -webkit-fill-available;
  min-height: fill-available;
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}

#navigation.active {
  opacity: 1;
  z-index: 999999;
  display: initial;
}
.sticky #navigation.active:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 97px;
  left: 0px;
}

html {
  scroll-behavior: smooth;
}
#storno:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 100px;
  margin-top: 0px;
}
#mehr,
#saison {
  scroll-margin-top: 100px;
}

.anfragebtn {
  width: 210px;
  height: 54px;
  background: url("../img/logo.jpg") no-repeat;
  display: inline-block;
  transition: 0.3s ease-in;
}
#eng .anfragebtn {
  background: url("../img/logo.jpg") no-repeat;
}
.textzubild p {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in;
  height: 0px;
  margin: 0px;
}
.textzubild {
  margin-top: 30px;
}
.textzubild p.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.anfragebutton {
  width: 248px;
  height: 62px;
  background: url("../img/jetzt-anfragen.svg") no-repeat;
  display: inline-block;
  transition: 0.3s ease-in;
  margin-top: 100px;
  margin-bottom: 60px;
}
#eng .anfragebutton {
  background: url("../img/jetzt-anfragen-en.svg") no-repeat;
}
.anfragebutton:hover {
  background: url("../img/jetzt-anfragen-hover.svg") no-repeat;
}
#eng .anfragebutton:hover {
  background: url("../img/jetzt-anfragen-en-hover.svg") no-repeat;
}

.googlemaps {
  width: 350px;
  height: 84px;
  background: url("../img/g-maps-hover.png") no-repeat;
  background: url("../img/g-maps.png") no-repeat;
  display: inline-block;
  transition: 0.3s ease-in;
  left: 0px;
}
.newsletterbtn {
  width: 301px;
  height: 55px;
  display: inline-block;
  transition: 0.3s ease-in;
  margin-bottom: 0px;
  background: url("/img/newsletter-abonnieren.svg") no-repeat;
}
.newsletterbtn:hover {
  background: url("/img/newsletter-abonnieren-hover.svg") no-repeat;
}
#eng .newsletterbtn {
  background: url("/img/newsletter-sub.svg") no-repeat;
  width: 343px;
}
#eng .newsletterbtn:hover {
  background: url("/img/newsletter-sub-hover.svg") no-repeat;
  width: 343px;
}
.googlemaps:hover {
  background: url("../img/g-maps-hover.png") no-repeat;
}
.anfragebtn span,
.mehrlech span,
.zuranreise span,
.weinkarte span,
.openfrom span,
.googlemaps span,
.newsletterbtn span {
  opacity: 0;
}

.newsletterzeile {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.newsletterzeile p {
  font-size: 48px;
  letter-spacing: 0.29px;
  line-height: 54px;
  font-family: "HVConstantineRegular";
  max-width: 330px;
  margin: 0 auto;
}
.newsletterzeile p em {
  font-size: 48px;
  letter-spacing: 0.29px;
  line-height: 54px;
  font-family: "SaolDisplay";
  font-style: normal;
  max-width: 250px;
  display: block;
  margin: auto;
}
#eng .newsletterzeile p em {
  max-width: 340px;
}

.anfragebtn:hover {
  background: url("/img/jetzt-anfragen-hover.svg") no-repeat;
}
#eng .anfragebtn:hover {
  background: url("/img/jetzt-anfragen-en-hover.svg") no-repeat;
}
.mehrlech {
  width: 300px;
  height: 61px;
  background: url("/img/mehr-ueber-lechalet-hover.svg") no-repeat;
  background: url("/img/mehr-ueber-lechalet.svg") no-repeat;
  display: inline-block;
  transition: 0.3s ease-in;
}
#eng .mehrlech {
  background: url("/img/mehr-lech-en.svg") no-repeat;
}

.zuranreise {
  width: 300px;
  height: 61px;
  background: url("/img/anreise-hover.svg") no-repeat;
  background: url("/img/anreise.svg") no-repeat;
  display: inline-block;
  transition: 0.3s ease-in;
  margin-bottom: 50px;
}
.zuranreise:hover {
  background: url("/img/anreise-hover.svg") no-repeat;
}
.weinkarte {
  width: 300px;
  height: 61px;
  background: url("/img/weinkarte-hover.svg") no-repeat;
  background: url("/img/weinkarte.svg") no-repeat;
  display: inline-block;
  transition: 0.3s ease-in;
  margin-bottom: 50px;
  margin-top: 25px;
}
#eng .weinkarte {
  background: url("/img/wine-en.svg") no-repeat;
}
.weinkarte:hover {
  background: url("/img/weinkarte-hover.svg") no-repeat;
}
#eng .weinkarte:hover {
  background: url("/img/wine-en-hover.svg") no-repeat;
}
.mehrlech:hover {
  background: url("/img/mehr-ueber-lechalet-hover.svg") no-repeat;
}
#eng .mehrlech:hover {
  background: url("/img/mehr-lech-en-hover.svg") no-repeat;
}

.swiper-container {
  margin-right: 0px !important;
}
.swiper-pointer-events {
  overflow: hidden;
}
.swiper-wrapper-moved {
  position: relative;
}
.introtext h3,
.rahmen h3 {
  font-family: "MetroSans-Regular";
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
}
.introtext p {
  font-family: "HVConstantineRegular";
  font-size: 50px;
  line-height: 55px;
  hyphens: auto;
  margin-top: 0px;
  margin-left: -15px;
  padding-left: 15px;
}
.introtext p em {
  font-family: "SaolDisplay";
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
}
.wissenswertes h1,
.lagebanner h1,
h1 {
  font-family: "HVConstantineRegular";
  font-size: 50px;
  line-height: 55px;
  font-weight: normal;
  margin-top: 0px;
}

.wissenswertes h1 em,
.lagebanner h1 em,
h1 em,
.preise h2,
.premium h2 em {
  font-family: "SaolDisplay";
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
  margin-top: 0px;
  font-weight: normal;
}
.preise h2 {
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
}
.preise {
  text-align: center;
}
.preise h3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "MetroSans-Regular";
  font-style: normal;
  font-weight: normal;
  margin-top: 0px;
  text-transform: uppercase;
}
.preise h4 {
  font-size: 45px;
  line-height: 55px;
  font-family: "HVConstantineRegular";
  font-style: normal;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
.preise p {
  font-size: 20px;
  line-height: 30px;
  font-family: "MetroSans-Book";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0px;
}
.preise .preiseinfo p {
  font-size: 20px;
  line-height: 30px;
  font-family: "MetroSans-Book";
  text-align: left;
}
.preise .wpb_content_element {
  margin-bottom: 0px;
}
.rahmen h2,
.premium h2 {
  font-family: "HVConstantineRegular";
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: 1px;
}
.premium h2 {
  margin-bottom: 30px;
}

.reihe {
  padding-top: 10px;
  padding-bottom: 10px;
}
.reiheunten {
  padding-bottom: 60px;
}
body a {
  color: #ffffff;
  text-decoration: none;
}

.openfrom {
  position: relative;
  left: 140px;
  margin-top: 35px;
  background: url("/img/openwintersummer.svg") no-repeat;
  display: inline-block;
  transition: 0.3s ease-in;
  width: 120px;
  height: 120px;
  animation: rotate 6s infinite;
  background-size: cover;
}
.openfrom:hover {
  background: url("/img/openwintersummer-hover.svg") no-repeat;
}

.hidedesktop.openfrom {
  position: initial;
  left: initial;
  margin-top: 35px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.standort {
  margin-top: 80px;
}
.rahmentext p,
.textrahmen p {
  font-family: "HVConstantineRegular";
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
}
.chef p {
  margin-top: 28px;
}
.textrahmen {
  margin-bottom: 50px;
}
.rahmen {
  margin-top: 100px;
}
.beschreibung p {
  font-family: "MetroSans-Book";
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 30px;
}
.beschreibung p strong {
  font-family: "MetroSans-Medium";
  font-weight: normal;
  margin-top: 25px;
}
p strong {
  font-family: "MetroSans-Medium";
  font-weight: normal;
}
.kleinertext p,
body p {
  font-family: "MetroSans-Book";
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
.content ul li {
  font-family: "MetroSans-Book";
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
.kleinertext p {
  letter-spacing: 1px;
}

.ausstattung h2 {
  font-family: "HVConstantineRegular";
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
}
.ausstattung h2 em {
  font-family: "SaolDisplay";
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
  font-style: normal;
}
.ausstattung h2 strong,
.wolke a strong {
  font-weight: normal;
  letter-spacing: -1.5px;
}
.servicetext strong {
  font-family: "HVConstantineRegular";
  font-weight: normal;
  letter-spacing: -5.5px;
}
.adresse p,
.adresse a {
  font-family: "MetroSans-Light";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.adresse a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
footer .container {
  position: relative;
}
.anfragefooter {
  position: absolute;
  right: 50px;
  top: -150px;
  width: 365px;
  height: 258px;
  display: block;
  background-image: url(../img/logo.jpg);
  transition: 0.3s ease-in;
  background-size: cover;
  
  z-index: 9999;
}
#eng .anfragefooter {
  background-image: url(../img/logo.jpg);
}
#eng .anfragefooter:hover {
  background-image: url(../img/logo.jpg);
}

.dark .anfragefooter {
  background-image: url(../img/logo.jpg);
}
#eng.dark .anfragefooter {
  background-image: url(../img/logo.jpg);
}
#eng.dark .anfragefooter:hover {
  background-image: url(../img/logo.jpg);
}
.anfragefooter:hover {
  background-image: url(../img/logo.jpg);
}
.dark .anfragefooter:hover,
.anfmenu:hover {
  background-image: url(../img/logo.jpg);
}

#eng .anfmenu:hover {
  background-image: url(../img/logo.jpg);
}
#eng .anfmenu {
  background-image: url(../img/logo.jpg);
}

.bottomlinks a {
  color: #ffffff;
  text-decoration: none;
}
.sociallinks a img {
  width: 35px;
  height: auto;
}
.sociallinks a {
  display: inline-block;
}
.sociallinks .fb {
  margin-left: 30px;
}
.sociallinks {
  margin-bottom: 35px;
}
footer .bottomlinks a.faqs {
  font-family: "SaolDisplay";
  font-size: 18px;
  line-height: 42px;
  margin-right: 15px;
}
footer {
  padding-bottom: 50px;
  padding-top: 0px;
  content-visibility: visible !important;
}
.toggle svg {
  width: 40px;
  height: auto;
}
.standort img {
  margin-top: 30px;
}
.galerie footer,
.anreise footer,
.anfragen footer,
.impressum-datenschutz footer,
.wissenswertes footer,
.wine-cuisine footer,
.suiten footer,
.lech-am-arlberg footer,
.dark footer,
.enquiry footer,
.imprint-data-protection footer {
  padding-top: 50px;
}
.liste {
  padding-top: 10vh;
}
.liste ul,
.content ul {
  margin: 0px;
  padding-left: 35px;
  list-style: none;
  overflow: hidden;
}
.liste ul li {
  font-family: "HVConstantineRegular";
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 1px;
  padding-left: 0px;
  margin-bottom: 15px;
}
.liste ul li:before {
  content: "•";
  font-size: 18px;
  position: absolute;
  left: 30px;
}
.content ul li:before {
  content: "•";
  font-size: 18px;
  position: absolute;
  left: 30px;
}

.content ul {
  visibility: hidden;
  margin-bottom: 35px;
}

.mobillogo {
  position: absolute;
  top: -100px;
  width: 300px;
  max-width: 300px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s ease-in;
}
.mobillogo svg {
  width: 300px;
  height: 280px;
}
.sticky .mobillogo {
  display: none;
}

.dark footer a,
.dark footer p {
  color: white;
}

.dark > * {
  color: white;
}
.breadcrumb {
  transform: rotate(-90deg);
  position: fixed;
  top: 310px;
  right: 50px;
  display: none;
  z-index: 99;
  text-transform: uppercase;
}
.breadcrumb p {
  font-family: "MetroSans-SemiBold";
}
.spatext p {
  font-family: "HVConstantineRegular";
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  margin-left: -15px;
  padding-left: 15px;
}
.spatext p em {
  font-family: "SaolDisplay";
  font-size: 55px;
  line-height: 60px;
  font-style: normal;
}

.wolke a {
  font-family: "HVConstantineRegular";
  font-size: 35px;
  line-height: 45px;
  font-weight: normal;
  opacity: 0.1;
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
  padding-bottom: 0px;
  display: inline-block;
  transition: 0.4s ease-in;
}
.raumlich p {
  text-transform: uppercase;
  margin-bottom: 50px !important;
}
body a:focus {
  outline: 0;
}
.wolke a:visited,
.wolke a:focus {
  color: #ffffff;
}
.wolke a:hover {
  opacity: 1;
  color: #ffffff;
}
.wolke a.active {
  opacity: 1;
}
.wolkenbilder img {
  opacity: 0;
  transition: 0.4s ease;
  display: block;
  height: 0px;
  visibility: hidden;
}
.wolkenbilder img.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.bildreihe .wpb_single_image .vc_single_image-wrapper,
.bildreihe .wpb_single_image img,
.bildreihe .wpb_single_image .vc_figure {
  width: 100%;
  max-width: none;
}

.rahmen .wpb_wrapper {
  max-width: 300px;
  margin: 0 auto;
}
.rahmen .vc_col-sm-12 {
  background-image: url(/img/rahmenmobil.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 115px;
  padding-bottom: 115px;
}
.rahmen img {
  margin-top: 30px;
  margin-bottom: 0px;
}
.rahmen .vc_col-sm-12 {
  position: relative;
}

.banner,
.lagebanner {
  position: relative;
}

/* .rahme .vc_col-sm-12:before {
  display: block;
  content: "";
  background-image: url(/img/rahmenoben.svg);
  height: 398px;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
.rahme .vc_col-sm-12:after {
  display: block;
  content: "";
  background-image: url(/img/rahmenunten.svg);
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
} */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  padding-top: 200px;
}
.entry-content {
  position: relative;
}

/* 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: #ffffff;
  font-family: "MetroSans-Regular";
  font-size: 1rem;
}
body::selection {
  background: #ffffff;
  color: white;
}

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

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: #1d170b;
}
body.dark {
  background-color: #1d170b;
}

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: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: #ffffff;
}

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: #ffffff;
}

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: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 3px;
}

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: #ffffff;
}

select {
  border: 1px solid #ffffff;
}

textarea {
  width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */

.sticky .main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 230px;
  left: 20px;
}
.main-navigation ul {
  top: 180px;
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  left: 20px;
}
.main-navigation li {
  position: relative;
  padding-bottom: 10px;
}
.main-navigation li a {
  font-family: "HVConstantineRegular";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  transition: 0.5s ease-in;
  /* GPU hack for smoothing */
  transform: translateZ(0);
  will-change: transform;
}
.main-navigation li a:hover {
  font-family: "SaolDisplay";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 30px;
}
.menulinks {
  position: absolute;
  left: 20px;
  bottom: 50px;
}
.hoverimgs {
  position: absolute;
  right: 50px;
  top: 50px;
  max-height: 783px;
}
.hoverimgs img {
  display: none;
  max-height: 783px;
}

.menulinks a {
  color: #fff;
  text-decoration: none;
}
a.faqs {
  display: none;
}
.anfmenu {
  position: absolute;
  bottom: 110px;
  right: 15px;
  width: 125px;
  height: 125px;
  display: block;
  background-image: url(../img/anfragen-rund-white.svg);
  transition: 0.3s ease-in;
  background-size: cover;
  animation: rotate 6s infinite;
  z-index: 9999;
}

.sticky .close {
  position: fixed;
  left: 20px;
  top: 40px;
  opacity: 1;
}
.close {
  position: fixed;
  left: 20px;
  top: 105px;
  opacity: 1;
}

.collapsible {
  background-color: #1d170b;
  color: #ffffff;
  cursor: pointer;
  padding: 18px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  outline: none;
  font-size: 33px;
  line-height: 53px;
  font-weight: normal;
  font-family: "HVConstantineRegular";
  border-radius: 0px;
  transition: 0.8s ease-out;
  position: relative;
}

.collapsible span {
  max-width: 95%;
  display: block;
}
.collapsible.active {
  border: 0px;
}
.collapsible.active + .content {
  border-bottom: 1px solid #ffffff;
}
.collapsible.active + .content ul {
  visibility: visible;
}
.dark .content a {
  color: white;
}
.dark .collapsible {
  background-color: #ffffff;
  color: white;
  border-bottom: 1px solid white;
  padding: 20px 0px;
  padding-right: 45px;
}
.collapsible:after {
  content: "";
  color: #ffffff;
  font-size: 28px;
  height: 25px;
  float: right;
  margin-left: 5px;
  text-transform: uppercase;
  background-image: url(../img/mehr-white.svg);
  font-family: "MetroSans-Regular";
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  padding-right: 58px;
  padding-top: 14px;
  position: absolute;
  right: 10px;
  top: 35px;
  transition: 0.3s ease-out;
}
.dark .collapsible:after {
  color: white;
  background-image: url(../img/mehr-white.svg);
}
.collapsible.active:after {
  content: "";
  background-image: url(../img/weniger-white.svg);
}
.dark .collapsible.active:after {
  background-image: url(../img/weniger-white.svg);
}
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding: 0px;
  padding-right: 30px;
  color: #ffffff;
}

body.dark .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 30px;
  color: #fff;
  font-size: 23px;
  font-family: "MetroSans-Book";
  text-align: left;
}
body .wpml-ls-legacy-dropdown-click {
  width: 69px;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  left: 0px;
  right: initial;
  border-top: 0px;
}
body .wpml-ls-legacy-dropdown-click a span {
  vertical-align: initial;
  font-size: 23px;
  font-family: "MetroSans-Book";
}
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0px;
  width: 15px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 2px;
  background: url("../img/mehr-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  margin-left: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-left: 13px;
}
body.dark .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  background: url("../img/mehr-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
body .wpml-ls-legacy-dropdown-click a {
  color: #ffffff;
  background-color: transparent;
  border: 0px;
  font-size: 23px;
  font-family: "MetroSans-Book";
}
body.dark .wpml-ls-legacy-dropdown-click a {
  color: #fff;
  font-size: 23px;
  font-family: "MetroSans-Book";
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
body .wpml-ls-legacy-dropdown-click a:focus,
body .wpml-ls-legacy-dropdown-click a:hover {
  background: transparent;
  color: #ffffff;
}
body.dark .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
body.dark .wpml-ls-legacy-dropdown-click a:focus,
body.dark .wpml-ls-legacy-dropdown-click a:hover {
  background: transparent;
  color: #fff;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: #1d170b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.content a {
  color: #ffffff;
  text-decoration: none;
}
.dark .content {
  background-color: #ffffff;
}
.content p {
  font-family: "MetroSans-Book";
}
.content p b {
  font-family: "MetroSans-SemiBold";
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}

.impressum h2 {
  margin-top: 50px !important;
  font-size: 35px;
  line-height: 45px;
}
.wintermid {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wintermid:before {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 1.5px;
  background-color: #ffffff;
  margin-bottom: 35px;
}
.wintermid:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 1.5px;
  background-color: #ffffff;
  margin-top: 35px;
}
.sommermid {
  padding-bottom: 30px;
}
.sommermid:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 1.5px;
  background-color: #ffffff;
  margin-top: 35px;
}
.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: #ffffff;
  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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.galeriereihe .wpb_content_element {
  margin-bottom: 0px;
}
.galeriereihe .wpb_single_image img,
.galeriereihe .wpb_raw_code video {
  padding: 10px;
}
.galeriereihe .wpb_raw_code {
  position: relative;
}
.galeriereihe .wpb_raw_code .wpb_wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
body .swiper-button-next {
  background-image: url(../img/right.svg);
  background-size: contain;
  width: 42.53px;
  height: 54.05px;
  right: 30px;
  top: 50%;
  margin-top: 0px;
  z-index: 9999;
  background-repeat: no-repeat;
}
body .swiper-button-prev {
  background-image: url(../img/left.svg);
  background-size: contain;
  width: 42.53px;
  height: 54.05px;
  left: 30px;
  top: 50%;
  margin-top: 0px;
  z-index: 9999;
  background-repeat: no-repeat;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
body .casa-wdg .text-danger {
  color: #ffffff;
}
body .casa-wdg {
  color: #ffffff;
  font-family: "MetroSans-Book";
  font-size: 28px;
  line-height: 38px;
  margin: 0 auto;
  max-width: 1200px;
}
body .casa-wdg label {
  font-weight: normal;
}
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: 55px;
}
body .k-numerictextbox .k-icon {
  height: 28px;
}
body .casa-wdg .form-control {
  border: 1px solid #ffffff;
  box-shadow: none;
  border-radius: 0px;
  color: #ffffff;
  height: 55px;
  font-size: 20px;
}
body #fg-roomcount,
body #fg-roomtyp,
body #fg-catering {
  display: none;
}

.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: 55px !important;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #ffffff !important;
}
body .k-icon,
.k-block,
.k-content,
.k-dropdown .k-input,
.k-popup,
.k-toolbar,
.k-widget {
  color: #ffffff !important;
}
.k-dropdown-wrap .k-select,
.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
  width: 50px !important;
  line-height: 55px !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 #ffffff !important;
  box-shadow: none;
  border-radius: 0px;
  color: #ffffff;
  height: 55px;
  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: 55px;
}
body .casa-wdg .col-sm-offset-6 {
  margin-left: 0px;
}
body .casa-wdg .btn {
  background: url(/img/anfrage-senden-hover.svg) no-repeat;
  background: url(/img/anfrage-senden.svg) no-repeat;
  width: 300px;
  height: 65px;
  display: inline-block;
  font-size: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 50px;
  border: 0px;
  transition: 0.3s ease-in;
}
body#eng .casa-wdg .btn {
  background: url(/img/send-anfrage.svg) no-repeat;
}

body#eng .casa-wdg .btn:hover {
  background: url(/img/send-anfrage-hover.svg) no-repeat;
}
body .casa-wdg .btn:hover {
  background: url(/img/anfrage-senden-hover.svg) no-repeat;
  border: 0px;
}
.anftext p {
  margin-top: 0px;
}
.preise .vc_col-sm-12 {
  margin-bottom: 50px;
}
.preise .vc_col-sm-12 .vc_col-sm-12 {
  margin-bottom: 50px;
}
.since .wpb_single_image img {
  max-width: 300px;
  margin: 0 auto;
}
.hidemobil {
  display: none;
}
.introtext h3 {
  font-size: 18px;
  line-height: 22px;
}
.reihe h3 {
  text-transform: uppercase;
  font-family: "MetroSans-Regular";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-top: 0px;
}
.wpb_raw_code.wpb_content_element {
  margin-bottom: 0px;
}
.adresse {
  margin-bottom: 60px;
}
.arlberg br {
  display: none;
}
#anfrage h2,
.anreise h2,
.arrival h2,
.premium h4 {
  font-family: "HVConstantineRegular";
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.premium h4 {
  margin-bottom: 30px;
  margin-top: 60px;
}
.wpb_content_element.luxus {
  margin-bottom: 50px;
}
.luxus h2 {
  max-width: 600px;
}
.anreisetext p a,
.wpb_text_column p a {
  font-family: "MetroSans-SemiBold";
  font-weight: normal;
  text-decoration: underline;
}
.menusmall {
  display: block;
}

.main-navigation .menusmall ul {
  display: inline-block;
  bottom: 75px;
  top: unset;
}
.main-navigation .menusmall ul li a,
#footermenu li a {
  font-family: "MetroSans-Light";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}
#schliessen line {
  stroke: #ffffff;
}
.menuactive .logolink path {
  fill: #ffffff;
}
.telefon {
  display: none;
}
#eng .anfrage h1 {
  max-width: 500px;
}
@media (max-width: 430px) {
  .sticky .containerheader .logolink svg {
    width: 200px;
	  height: 100px;
	  margin-top: 20px;
  }
	
}
@media (max-width: 768px) {
  .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
	
	.anfragefooter {
  display: none;
		top: 150px;
}
}
@media (max-width: 360px) {
  .sticky .containerheader .logolink svg {
    width: 110px;
  }
  header .containerheader {
    padding-right: 0px;
  }
	
  .anfmenu {
    width: 100px;
    height: 100px;
  }
  .adresse p,
  .adresse a {
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0px;
  }

  .kontakt a {
    margin-left: 8px;
  }
  .collapsible {
    font-size: 28px;
    line-height: 48px;
  }
  .spatext p {
    font-family: "HVConstantineRegular";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .spatext p em {
    font-family: "SaolDisplay";
    font-size: 32px;
    line-height: 40px;
    font-style: normal;
  }
	.anfragefooter {
  display: none;
}
}

@media (min-width: 500px) {
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .telefon {
    display: initial;
  }
  body .wpml-ls-legacy-dropdown-click {
    width: 88px;
  }
  body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    padding-left: 30px;
  }
  .premium h2 br {
    display: none;
  }
  .close {
    left: 70px;
  }
  .sticky .close {
    left: 70px;
  }
  .main-navigation .menusmall ul li a,
  #footermenu li a {
    font-size: 30px;
    line-height: 30px;
  }
  #footermenu li a {
    line-height: 40px;
  }
  .adresse p,
  .adresse a {
    font-size: 30px;
    line-height: 40px;
  }

  .toggle svg {
    width: 45px;
    height: auto;
  }
  .introtext p {
    hyphens: initial;
  }
  .sticky #navigation .logolink svg {
    width: 225px;
  }
  body .casa-wdg .btn {
    background: url(/img/anfrage-senden.svg) no-repeat;
    width: 409px;
    height: 88px;
    left: initial;
    right: 0px;
  }
  body .casa-wdg .col-sm-offset-6 {
    margin-left: 50%;
  }
  .textzubild p.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wolke a {
    font-size: 36px;
    line-height: 48px;
  }
  .anfragebutton,
  .anfragebtn {
    width: 289px;
    height: 62px;
  }
  .anfragebtn {
    margin-top: 0px;
  }
  .mehrlech {
    width: 350px;
    height: 90px;
  }

  .introtext h3 br {
    display: none;
  }
  #sonne {
    bottom: 70px;
    right: 60px;
  }
  header .containerheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 230px;
    transition: 0.3s ease-in;
  }
  .sticky .containerheader .logolink svg {
    width: 415px;
	  margin-top: -50px;
  }
  .kontakt a {
    margin-left: 30px;
  }
  .kontakt {
    opacity: 1;
  }
  header button {
    opacity: 1;
  }
  .mobillogo {
    display: none;
  }
  .containerheader .logolink svg {
    opacity: 1;
  }
  .wintermid {
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    border-left: 1.5px solid #ffffff;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .wintermid:before,
  .wintermid:after,
  .sommermid:after {
    display: none;
  }
  .reihe {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reiheunten {
    padding-bottom: 100px;
  }
  .reiheoben {
    padding-top: 100px;
  }
  .sommermid {
    border-bottom: 0px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .preise h4 {
    font-size: 40px;
    line-height: 50px;
  }
  .openfrom {
    position: relative;
    left: 55%;
  }
  .openfrom {
    width: 200px;
    height: 200px;
  }
  .wine h1 {
    max-width: 560px;
  }
  .main-navigation li a {
    font-size: 70px;
    line-height: 80px;
  }
  .main-navigation li a:hover {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 993px) {
  .hidemobil {
    display: initial;
  }
  .hidedesktop {
    display: none;
  }
  .footermenu {
    display: block;
    position: absolute;
    right: 50px;
    top: 0px;
    text-align: right;
  }
  footer {
    padding-top: 40px;
  }
  .serviceblume {
    position: absolute;
    top: -107px;
    left: 112px;
    max-width: 269px;
  }
  header .containerheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 230px;
    transition: 0.3s ease-in;
  }
}
@media (min-width: 1024px) {
  .galeriereihe {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
  }
  .videorow {
    height: 45vh;
  }

  .banner .wpb_text_column {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 250px;
  }
  .banner .wpb_single_image img {
    max-width: 70%;
  }
  .anreisetext p {
    max-width: 900px;
  }
  .wpb_content_element.luxus {
    margin-bottom: 80px;
  }
  .rahmen h3 br {
    display: none;
  }
  .adresse {
    margin-bottom: 0px;
  }
  body .swiper-button-prev {
    left: 70px;
  }
  body .swiper-button-next {
    right: 70px;
  }
  .rahmen .wpb_wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
  .rahmen .vc_col-sm-12 {
    background-image: url(/img/rahmen.svg);
    background-size: contain;
  }
  .wolke a {
    font-family: "HVConstantineRegular";
    font-size: 50px;
    line-height: 60px;
  }
  .preise h4 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  body .casa-wdg {
    font-size: 22px;
    line-height: 32px;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-slide {
    height: auto !important;
    text-align: center;
  }
  .swiper-content {
    height: 100% !important;
  }
  .galeriereihe .wpb_content_element {
    margin-bottom: 0px;
  }
  .galeriereihe .wpb_single_image img,
  .galeriereihe .wpb_raw_code video {
    height: 409px;
    max-width: none;
    vertical-align: top;
    width: auto;
    padding: 10px;
  }
  .galeriereihe .wpb_single_image.vc_align_left,
  .galeriereihe .wpb_raw_code {
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .galeriereihe .wpb_wrapper {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .anfragefooter {
    position: absolute;
    right: 300px;
    top: -10px;
    width: 300px;
    height: 200px;
  }
  .anfmenu {
    width: 200px;
    height: 200px;
  }

  .bottomlinks {
    position: absolute;
    right: 50px;
    bottom: 0px;
  }
  .sociallinks {
    position: absolute;
    right: 50px;
    bottom: 30px;
    margin-bottom: 0px;
  }

  .bottomlinks a {
    color: #ffffff;
    text-align: right;
    text-decoration: none;
    line-height: 1;
    margin-left: 50px;
  }
  footer .bottomlinks a.faqs {
    font-family: "SaolDisplay";
    line-height: 1;
    top: 3px;
    position: absolute;
    right: 270px;
  }
  .rahmentext p {
    font-family: "HVConstantineRegular";
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
  }
  .chef p {
    margin-top: 45px;
  }
  #anfrage h2,
  .anreise h2,
  .arrival h2,
  .premium h4 {
    font-family: "HVConstantineRegular";
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
  .premium h4 {
    margin-bottom: 35px;
    margin-top: 70px;
  }
  .liste ul li {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .introtext h3,
  .rahmen h3 {
    font-family: "MetroSans-Regular";
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .reihe h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .reihe h3 br {
    display: none;
  }
  .anfrage h1 {
    max-width: 645px;
  }
  #eng .anfrage h1 {
    max-width: 600px;
  }
  .anfrage p {
    max-width: 750px;
  }
  .wine h1 {
    max-width: 650px;
  }
  .luxus h2 {
    max-width: 817px;
  }
  .suiten .introtext p,
  .suitentext p {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .galeriereihe .wpb_single_image img,
  .galeriereihe .wpb_raw_code video {
    height: 490px;
  }
  .container {
    padding-left: 70px;
    padding-right: 70px;
  }
  .videorow {
    height: 100vh;
  }

  footer {
    padding-bottom: 40px;
  }
  .preise h4 {
    font-size: 35px;
  }
  .collapsible:after {
    content: "mehr lesen";
    height: initial;
    padding-right: 80px;
    top: 17px;
    background-size: initial;
  }
  #eng .collapsible:after {
    content: "read more";
  }
  .collapsible.active:after {
    content: "weniger lesen";
  }
  #eng .collapsible.active:after {
    content: "read less";
  }
  .collapsible {
    padding: 30px 0px;
  }
  .dark .collapsible {
    padding: 35px 0px;
  }
  .breadcrumb {
    transform: rotate(-90deg);
    position: fixed;
    top: 310px;
    right: 10px;
    display: block;
  }
  .galerie .breadcrumb {
    color: white;
    top: 276px;
  }
  body .casa-wdg .col-sm-4 {
    width: 40%;
  }
  body .casa-wdg .col-sm-8 {
    width: 60%;
  }
  body .casa-wdg .col-sm-5 {
    width: 36.66667%;
    padding-left: 0px;
  }
  body .casa-wdg .col-sm-3 {
    width: 23%;
  }
  .reihe {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reiheunten {
    padding-bottom: 150px;
  }
  .reiheoben {
    padding-top: 150px;
  }
  .lagebanner .wpb_text_column {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
  }
  .googlemaps {
    position: absolute;
    top: 390px;
  }

  .lagebanner .wpb_single_image img {
    max-width: 70%;
  }

  .googlemaps {
    width: 360px;
    height: 140px;
  }

  .since .wpb_single_image img {
    max-width: 450px;
    margin: 0 auto;
  }
  .serviceblume {
    position: absolute;
    top: 150px;
    left: -300px;
    max-width: 400px;
  }
  .anfrage p {
    max-width: 1000px;
  }
}
@media (min-width: 1360px) {
  .galeriereihe .wpb_single_image img,
  .galeriereihe .wpb_raw_code video {
    height: 559px;
  }
  footer {
    padding-bottom: 50px;
  }
  .newsletterzeile p {
    font-size: 85px;
    letter-spacing: 0.51px;
    line-height: 95px;
    font-family: "HVConstantineRegular";
    max-width: 1200px;
    margin: 0 auto;
  }
  .newsletterzeile p em {
    font-size: 85px;
    letter-spacing: 0.51px;
    line-height: 95px;
    font-family: "SaolDisplay";
    font-style: normal;
    max-width: 800px;
  }
  #eng .newsletterzeile p em {
    max-width: 800px;
  }
  .newsletterzeile {
    padding-bottom: 10px;
  }

  .newsletterbtn {
    width: 485px;
    height: 89px;
  }
  #eng .newsletterbtn {
    width: 585px;
    height: 89px;
  }
  #eng .newsletterbtn:hover {
    width: 585px;
    height: 89px;
  }

  .footermenu {
    display: inline-block;
    position: relative;
    right: initial;
    top: inital;
    text-align: left;
    margin-bottom: 0px;
  }
  .footermenu ul li {
    display: inline-block;
    padding-right: 50px;
  }
  .footermenu ul {
    display: block;
  }
  #navigation {
    background-color: #1d170b;
  }
  .sticky #navigation.active:before {
    display: none;
  }
  .menuactive .logolink path {
    fill: #ffffff;
  }
  .menulinks a {
    color: #ffffff;
  }
  .menulinks {
    left: initial;
    right: 50px;
  }
  #navigation.active:before {
    display: none;
  }
  #schliessen line {
    stroke: #ffffff;
  }
  .anfmenu {
    background-image: url(/img/anfragen-rund.svg);
  }
  .anfmenu:hover {
    background-image: url(/img/anfragen-rund-hover.svg);
  }
  #eng .anfmenu:hover {
    background-image: url(/img/anfragen-rund-en-hover.svg);
  }
  #eng .anfmenu {
    background-image: url(/img/anfragen-rund-en.svg);
  }
  .main-navigation .menusmall ul {
    display: inline-block;
    bottom: 50px;
    top: unset;
  }
  .menusmall {
    display: block;
  }
  .main-navigation .menusmall ul li a,
  #footermenu li a {
    font-size: 30px;
    line-height: 30px;
  }
  .main-navigation .menusmall li {
    display: inline-block;
    padding-right: 50px;
  }
  .rahmen .vc_col-sm-12 {
    padding-bottom: 80px;
  }
  .zuranreise {
    margin-bottom: 100px;
  }
  .premium h2 {
    margin-bottom: 50px;
  }
  .textrahmen p {
    font-family: "HVConstantineRegular";
    font-size: 35px;
    line-height: 45px;
    margin-top: 20px;
  }
  .kleinertext p,
  body p {
    font-size: 28px;
    line-height: 38px;
  }
  .content ul li {
    font-size: 28px;
    line-height: 38px;
  }
  .beschreibung p {
    font-size: 22px;
    line-height: 30px;
  }
  .wolke a {
    font-family: "HVConstantineRegular";
    font-size: 65px;
    line-height: 80px;
  }
  .main-navigation li {
    padding-top: 0px;
    padding-bottom: 0px;
    width: fit-content;
  }
  .main-navigation li a {
    font-family: "HVConstantineRegular";
    font-size: 85px;
    line-height: 85px;
    color: #ffffff;
  }
  .main-navigation li a:hover {
    font-family: "SaolDisplay";
    font-size: 90px;
    line-height: 85px;
    color: #ffffff;
    padding-left: 50px;
  }
  .main-navigation .menusmall li a:hover,
  #footermenu li a:hover {
    padding-left: 0px;
    opacity: 0.8;
  }
  .sticky .main-navigation ul {
    top: initial;
    bottom: 120px;
  }
  .sticky .main-navigation .menusmall ul {
    bottom: 50px;
  }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    bottom: 120px;
    top: initial;
    left: 70px;
  }
  .sticky .main-navigation ul {
    left: 70px;
  }
  .anfmenu {
    position: absolute;
    bottom: initial;
    top: 30%;
    right: 35%;
  }
  .close {
    top: 105px;
    position: fixed;
    left: 70px;
  }
  .sticky .close {
    top: 40px;
    left: 70px;
  }

  .hoverimgs img.active {
    display: block;
  }
  .hoverimgs img {
    max-height: 600px;
  }
  .galerie footer,
  .anreise footer,
  .anfragen footer,
  .impressum-datenschutz footer,
  .gallery footer,
  .enquiry footer,
  .arrival footer,
  .imprint-data-protection footer {
    padding-top: 40px;
  }
  .anfrage p {
    max-width: 1100px;
  }
}
@media (min-width: 1440px) {
  .galeriereihe .wpb_single_image img,
  .galeriereihe .wpb_raw_code video {
    height: 601px;
  }
  .anreisetext p {
    max-width: 1100px;
  }
  .wine h1 {
    max-width: 1000px;
  }
  .dark .collapsible {
    padding-right: 250px;
  }
  .casa-wdg .row .col-md-6:nth-child(2) .control-label {
    padding-left: 30px;
  }
  .reihe {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .reiheunten {
    padding-bottom: 165px;
  }
  .reiheoben {
    padding-top: 165px;
  }
  body .casa-wdg {
    font-size: 24px;
    line-height: 34px;
  }
  .arlberg br {
    display: block;
  }

  .preise h4 {
    font-size: 45px;
    line-height: 55px;
  }
  .wissenswertes h1,
  .good-to-know h1,
  .lagebanner h1,
  h1 {
    font-size: 75px;
    line-height: 85px;
  }
  .spatext p {
    font-size: 55px;
    line-height: 65px;
  }
  .anfrage h1 {
    max-width: 930px;
  }
  #eng .anfrage h1 {
    max-width: 880px;
  }
  .anfrage p {
    max-width: 1200px;
  }
  .spatext p em {
    font-size: 55px;
    line-height: 65px;
  }
  .wissenswertes h1 em,
  .good-to-know h1 em .lagebanner h1 em,
  h1 em,
  .preise h2 {
    font-size: 75px;
    line-height: 85px;
  }
  .rahmen h2,
  .premium h2 {
    font-size: 75px;
    line-height: 85px;
  }
  .ausstattung h2 {
    font-size: 75px;
    line-height: 85px;
  }
  .ausstattung h2 em,
  .premium h2 em {
    font-size: 75px;
    line-height: 85px;
  }
  .introtext p {
    font-size: 75px;
    line-height: 85px;
  }
  .introtext p em {
    font-size: 75px;
    line-height: 85px;
  }
  .wolke a {
    font-size: 85px;
    line-height: 95px;
  }
  .kleinertext p,
  body p {
    font-size: 32px;
    line-height: 42px;
  }
  .content ul li {
    font-size: 32px;
    line-height: 42px;
  }
  .textrahmen p {
    font-family: "HVConstantineRegular";
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
  }
  .collapsible {
    font-size: 75px;
    line-height: 85px;
  }
  .zuranreise {
    width: 380px;
    height: 89px;
  }
  .weinkarte {
    width: 321px;
    height: 89px;
  }
  .anfragebutton,
  .anfragebtn {
    width: 355px;
    height: 89px;
  }
  .anfragebtn,
  .mehrlech {
    margin-top: 50px;
  }
  .mehrlech {
    width: 431px;
    height: 89px;
  }
  .googlemaps {
    top: 470px;
    width: 320px;
    height: 89px;
  }
  .spatext p {
    max-width: 1350px;
    margin: 0 auto;
  }
  .googlemaps {
    top: 430px;
  }
  .lagebanner {
    min-height: 80vh;
  }
  .lagebanner .wpb_single_image img {
    max-width: 867px;
    padding-top: 121px;
  }
  .main-navigation .menusmall ul {
    display: inline-block;
    bottom: 50px;
    top: unset;
  }
}
@media (min-width: 1600px) {
  .rahmen .vc_col-sm-12 {
    padding-bottom: 30px;
  }
  .chef p {
    max-width: 90%;
  }
  .anfragefooter {
    position: absolute;
    right: 375px;
    top: 0px;
    width: 365px;
    height: 256px;
  }
  .banner .wpb_single_image img {
    max-width: initial;
  }
  .zuranreise {
    margin-top: 40px;
  }
  .casa-wdg .row .col-md-6:nth-child(2) .control-label {
    padding-left: 40px;
  }
  .wolke a {
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .anfrage h1 {
    max-width: 970px;
  }
  #eng .anfrage h1 {
    max-width: 900px;
  }
  .anfrage p {
    max-width: 1212px;
  }
  .wine h1 {
    max-width: 1000px;
  }
  .lagebanner .wpb_single_image img {
    max-width: 73%;
    padding-top: 121px;
  }
  .anreisetext p {
    max-width: 1210px;
  }
  .suiten .introtext p,
  .suitentext p {
    max-width: 85%;
  }

  .main-navigation li a {
    font-size: 100px;
    line-height: 110px;
  }
  .main-navigation li a:hover {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (min-width: 1920px) {
  header h2 {
    font-family: "HVConstantineRegular";
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0px;
  }
  .main-navigation .menusmall ul li a,
  #footermenu li a,
  .adresse a,
  .adresse p {
    font-family: "MetroSans-Light";
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 1px;
  }
  .adresse a,
  .adresse p {
    line-height: 55px;
  }

  .main-navigation li a {
    font-size: 90px;
    line-height: 130px;
  }
  .main-navigation li a:hover {
    font-size: 85px;
    line-height: 130px;
  }
  .anreisetext p {
    max-width: 1210px;
  }
  .lagebanner .wpb_single_image img {
    max-width: 1249px;
    padding-top: 80px;
  }
  .wine h1 {
    max-width: 1150px;
  }
  .arlberg br {
    display: none;
  }
  .casa-wdg .row .col-md-6:nth-child(2) .control-label {
    padding-left: 50px;
  }
  body .casa-wdg {
    font-size: 28px;
    line-height: 38px;
  }
  .anfragebild {
    padding-top: 150px;
  }
  body .casa-wdg {
    padding-left: 50px;
  }
  .galerie footer,
  .anreise footer,
  .anfragen footer,
  .impressum-datenschutz footer,
  .gallery footer,
  .arrival footer,
  .imprint-data-protection footer,
  .enquiry footer {
    padding-top: 100px;
  }
  .wolkenbilder img {
    opacity: 0;
    transition: 0.8s ease-in;
    position: absolute;
    visibility: hidden;
  }
  .wolkenbilder img.active {
    opacity: 1;
    visibility: visible;
  }
  .textzubild p {
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin-bottom: 0px;
    max-width: 987px;
    height: auto;
  }
  .wolkezeile {
    height: 734.56px;
  }
  .container.containerfooter {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
  }
  .footerbilder {
    padding-left: 55px;
    padding-right: 55px;
  }

  .zuranreise {
    width: 380px;
    height: 89px;
  }
  .zuranreise {
    margin-bottom: 150px;
  }

  .anfmenu {
    position: absolute;
    top: 30%;
    right: 625px;
  }
  .hoverimgs img {
    max-height: 783px;
  }
  .collapsible {
    font-size: 85px;
    line-height: 95px;
  }
  .beschreibung p {
    font-family: "MetroSans-Book";
    font-size: 32px;
    line-height: 42px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 40px 0px;
  }
  .beschreibung {
    margin-top: 50px;
  }
  .beschreibung p strong {
    font-family: "MetroSans-Medium";
    font-weight: normal;
    margin-top: 30px;
  }
  .introtext + .kleinertext {
    margin-top: 40px;
  }

  .zuranreise {
    margin-bottom: 80px;
    margin-top: 40px;
  }
  .breadcrumb {
    right: 20px;
  }
  .wissenswertes h1,
  .good-to-know h1,
  .lagebanner h1,
  h1 {
    font-size: 85px;
    line-height: 95px;
  }
  .spatext p {
    font-family: "HVConstantineRegular";
    font-size: 65px;
    line-height: 75px;
    letter-spacing: 1px;
    max-width: 1600px;
  }
  .spatext p em {
    font-family: "SaolDisplay";
    font-size: 70px;
    line-height: 75px;
    font-style: normal;
  }
  .wissenswertes h1 em,
  .good-to-know h1 em,
  .lagebanner h1 em,
  h1 em,
  .preise h2 {
    font-size: 85px;
    line-height: 95px;
  }
  .rahmen h2,
  .premium h2 {
    font-family: "HVConstantineRegular";
    font-size: 85px;
    line-height: 95px;
    font-weight: normal;
    margin-top: 0px;
  }
  .ausstattung h2 {
    font-family: "HVConstantineRegular";
    font-size: 85px;
    line-height: 95px;
    font-weight: normal;
  }
  .ausstattung h2 em,
  .premium h2 em {
    font-family: "SaolDisplay";
    font-size: 85px;
    line-height: 95px;
    font-weight: normal;
    font-style: normal;
  }
  .introtext p {
    font-family: "HVConstantineRegular";
    font-size: 85px;
    line-height: 95px;
    max-width: 1750px;
  }
  .lech .introtext p {
    max-width: 1345px;
  }
  .anfrage h1 {
    max-width: 1100px;
  }
  #eng .anfrage h1 {
    max-width: 900px;
  }
  .anfrage p {
    max-width: 1300px;
  }
  .suiten .introtext p,
  .suitentext p {
    max-width: 1514px;
  }

  .introtext p em {
    font-family: "SaolDisplay";
    font-size: 85px;
    line-height: 95px;
    font-style: normal;
  }
  .wolke a {
    font-family: "HVConstantineRegular";
    font-size: 85px;
    line-height: 95px;
    font-weight: normal;
    opacity: 0.1;
    color: #ffffff;
    text-decoration: none;
    padding-right: 30px;
    padding-bottom: 20px;
    display: inline-block;
    transition: 0.4s ease-in;
  }
  .kleinertext p,
  body p {
    font-size: 32px;
    line-height: 42px;
  }
  .textrahmen p {
    font-family: "HVConstantineRegular";
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
  }
  .rahmen {
    margin-top: 200px;
  }
  .rahmen .wpb_wrapper {
    max-width: 1480px;
    margin: 0 auto;
    top: -150px;
    position: relative;
  }
  .rahmen .vc_col-sm-12 {
    background-image: url(/img/rahmen.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 30px;
    height: 1700px;
  }
  .rahmen img {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .reihe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reiheunten {
    padding-bottom: 200px;
  }
  .reiheoben {
    padding-top: 200px;
  }
  .reihe.since {
    padding-bottom: 300px;
  }
  #anfrage.reihe {
    padding-top: 200px;
  }
  .container {
    max-width: 1780px;
    padding-left: 0px;
    padding-right: 0px;
  }
  main {
    padding-top: 230px;
  }
  header {
    height: 230px;
  }
  .anfragefooter {
    right: 470px;
  }

  .galeriereihe .wpb_single_image img,
  .galeriereihe .wpb_raw_code video {
    height: 75vh;
    max-width: none;
    vertical-align: top;
    width: auto;
    padding: 10px;
  }
  .galeriereihe .wpb_single_image.vc_align_left,
  .galeriereihe .wpb_raw_code {
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .galeriereihe .wpb_wrapper {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
