/*!
Theme Name: astertirol
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: astertirol
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.

astertirol 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: "Cyrene";
  src: url(/fonts/asterfont.otf);
}
@font-face {
  font-family: "JosefinRegular";
  src: url(/fonts/JosefinSans-Regular.ttf);
}
@font-face {
  font-family: "JosefinMedium";
  src: url(/fonts/JosefinSans-Medium.ttf);
}
@font-face {
  font-family: "JosefinLight";
  src: url(/fonts/JosefinSans-Light.ttf);
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

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

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

body p,
.nf-form-content label {
  font-size: 18px;
  line-height: 24px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-family: "JosefinLight";
  font-size: 28px;
  line-height: 34px;
  color: #efedeb;
  font-weight: normal;
}

/* 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;
}
/* Modal-Container */
.modal {
  position: fixed !important;
  z-index: 10000;
  left: 0 !important;
  right: 0 !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  top: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  overflow: auto !important;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 0px;
}

/* Modal-Inhalt */
.modal-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

/* Schließen-Button */
.close {
  position: absolute;
  top: 0px;
  right: 35px;
  color: white;
  float: right;
  font-size: 100px;
  font-weight: normal;
  z-index: 10000000;
  font-family: "JosefinLight";
}
#grundrisse_modal {
  display: none;
}
.close:hover,
.close:focus {
  color: #9d8f84;
  text-decoration: none;
  cursor: pointer;
}
.kamera img {
  height: 35px;
  width: auto;
}
.kamera {
  padding-right: 38px;
}
header .wpml-ls-legacy-list-horizontal a {
  letter-spacing: 1px;
}
/**
 * 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: #56605f;
  font-family: "JosefinLight";
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

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

ul,
ol {
  margin: 0px;
}

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:focus {
  outline: 0;
}

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: #666;
  border: 1px solid #ccc;
  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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

.post,
.page {
  margin: 0;
}

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

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

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

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

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

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

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

.fixbutton a {
  background-color: #758485;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 4px;
  font-family: "Cyrene";
  padding: 20px 20px;
  position: fixed;
  right: 0px;
  display: block;
  z-index: 19;
  bottom: 92px;
  color: white;
  text-decoration: none;
}
.icondrehen {
  position: relative;
  right: 15px;
  animation: kreisdrehen 10s linear infinite;
}

@keyframes kreisdrehen {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body .nf-form-content input[type="submit"] {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 7px;
  font-family: "Cyrene";
  text-transform: uppercase;
  border: 0px !important;
}
.nf-form-cont {
  margin-top: 50px;
}
.fixbutton.hidden {
  display: none;
}
.wpb_single_image.titellogo img {
  max-width: 496px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wpb_content_element.titellogo {
  margin-bottom: 0px;
}
.banner .wpb_content_element {
  margin-bottom: 0px;
}
.home .banner {
  background-position: 18% !important;
}
.banner.leftbg {
  background-position: 25% !important;
}
.banner.faq {
  background-position: 35% !important;
}
.prei .vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  + .vc_vc_row_inner
  > .vc_row
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill
  > .vc_row
  > .vc_vc_column
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill
  > .vc_vc_column_inner
  > .vc_column_container
  > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0px !important;
}

.stornohead .wpb_content_element {
  margin-bottom: 0px;
}

header a {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 5px;
  color: #efedeb;
  text-decoration: none;
  font-family: "JosefinLight";
  text-transform: uppercase;
  z-index: 30;
}
.anfragetext a {
  font-family: "Cyrene";
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px;
}
.grundrissbtn {
  font-family: "Cyrene";
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px;
  background: none;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}

.anfragetext {
  margin-top: 15px;
}
.hausamwaldlogo img {
  width: 230px;
  height: auto;
}
#mainmenu li a {
  font-family: "Cyrene";
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 1.25px;
  color: #efedeb;
  text-decoration: none;
}
.iconzeile {
  background-color: #90a2a3;
  padding-top: 91px;
  padding-bottom: 96px;
}
.iconzeile.fakten {
  background-color: #667372;
  border-top: 2px solid white;
}
.iconzeile .wpb_single_image img {
  max-height: 80px;
}
.iconzeile p {
  color: #efedeb;
  font-size: 30px;
  line-height: 37px;
  padding-left: 20px;
  margin-top: 0px;
}

.iconzeile .wpb_content_element {
  margin-bottom: 0px;
}
.iconzeile .wpb_column {
  margin-bottom: 35px;
}

.menucontainer {
  width: 90%;
  max-width: 1410px;
  margin: 0px auto;
}
.menucontainer .innermenu {
  padding-top: 130px;
  padding-bottom: 90px;
}

.brandsbyaster p {
  color: #efedeb;
  font-family: "JosefinMedium";
  text-transform: uppercase;
}
.brandsbyaster a {
  color: #efedeb;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 50px;
  text-decoration: none;
  display: inline-block;
}
.brandsbyaster a span {
  margin-top: 20px;
  display: block;
}
.brandsbyaster a span:before {
  content: "";
  background-image: url(/img/pfeil.svg);
  width: 21px;
  height: 17px;
  display: inline-block;
  position: relative;
  background-size: cover;
  margin-right: 20px;
}

.menufooter a {
  color: #efedeb;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}
.menufooter a img {
  width: 50px;
  height: 50px;
  max-width: 50px;
}

.menufooter {
  display: block;
  padding-bottom: 50px;
  text-align: center;
}

header {
  padding-left: 30px;
  padding-right: 30px;
}
header div.toggle {
  width: 50px;
  height: 50px;
  position: relative;
  margin-left: 0px;
  cursor: pointer;
  z-index: 999999999;
}
.aktiv a {
  font-size: 40px;
  letter-spacing: 1px;
  color: #90a2a3;
  font-family: "Cyrene";
  text-decoration: underline;
}
.aktiv .vc_col-sm-6 {
  margin-bottom: 50px;
}

header div.toggle:before,
header div.toggle:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 250ms ease-in-out;
}
.menuactive div.toggle:before {
  transform: rotate(45deg);
  top: 24px;
}
.menuactive div.toggle:after {
  transform: rotate(-45deg);
  top: 24px;
}
.menuactive .buchen {
  opacity: 0;
  pointer-events: none;
}
.buchen {
  width: 205px;
}
.topmenu {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 146px;
  display: none;
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 99999;
  width: 40vw;
}
.topmenu li {
  display: inline;
}

.topmenu a {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  text-align: center;
  line-height: 148px;
}
.topmenu a.booking {
  background-color: #758485;
  font-size: 35px;
  letter-spacing: 6px;
  color: #efedeb;
}

header div.toggle:after {
  top: 17px;
}
header div.toggle:before {
  top: 32px;
}
/* Farben */

.dunkelgruen {
  background-color: #667372;
  color: #efedeb;
}
.dunkelgruen *,
.dunkel * {
  color: #efedeb;
}
.dunkel {
  background-color: #56605f;
  color: #efedeb;
}
.hellgruen {
  background-color: #90a2a3;
  color: #efedeb;
}
.hellgruen * {
  color: #efedeb;
}
.braun {
  background-color: #9d8f84;
}
.braun * {
  color: #efedeb;
}
.zitat p {
  font-family: "Cyrene";
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2.63px;
}
.gross h2 {
  font-family: "Cyrene";
  font-size: 60px;
  line-height: 56px;
  letter-spacing: 1.5px;
}
.zitatbanner p {
  color: #efedeb;
  max-width: 1562px;
  margin: 0 auto;
}
.wpb_text_column.buchenbig a {
  font-family: "Cyrene";
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 3.5px;
  text-align: center;
  color: #efedeb;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 47px;
}
.galerietext p {
  color: #efedeb;
  text-align: center;
  margin: 0 auto;
  max-width: 502px;
}
.galerie .wpb_content_element {
  margin-bottom: 5px;
}
.spaziergang p {
  margin: 0 auto;
  max-width: 562px;
  text-align: center;
  margin-top: 50px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .swiper {
  padding-bottom: 100px;
}
.spezial {
  padding-left: -30px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper ::selection {
  background: transparent;
}

body .custom-button-next {
  font-size: 40px;
  height: 60px;
  width: 60px;
  right: -30px;
  bottom: -15px;
  position: absolute;
  left: initial;
  z-index: 100;
  display: block;
  cursor: pointer;
}
body .custom-button-prev {
  bottom: -15px;
  right: 60px;
  left: initial;
  font-size: 40px;
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 100;
  display: block;
  cursor: pointer;
}

body .swiper-pagination-fraction {
  bottom: 0px;
  right: 0px;
  left: initial;
  width: fit-content;
  font-size: 30px;
  display: none;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer {
  border-top: 2px solid white;
  background-color: #56605f;
  color: #efedeb;
  position: relative;
  overflow: hidden;
  padding: 50px 15px;
}
footer a {
  text-decoration: none;
}
body footer a,
body footer p {
  color: #efedeb;
  font-size: 22px;
  line-height: 30px;
  font-family: "JosefinLight";
}
footer h2 {
  font-family: "Cyrene";
  font-size: 45px;
  line-height: 40px;
  font-weight: normal;
}

.sonst .wpb_text_column h2 {
  font-family: "Cyrene";
  font-size: 45px;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 2.25px;
  text-align: center;
  margin-bottom: 100px;
}
.sonst p {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  font-family: "JosefinRegular";
  margin: 0 auto;
}

body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading,
body
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading,
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 {
  border: 0px;
  background-color: transparent;
}
.vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: white !important;
}
.vc_tta-panel-heading h2 {
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #efedeb;
  font-family: "JosefinLight";
}
body .vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 80px 0px;
}
body .vc_tta-panel {
  border-bottom: 2px solid white;
}
.faq .wpb_text_column h1 {
  font-family: "Cyrene";
  font-size: 90px;
  line-height: 85px;
  font-weight: normal;
  letter-spacing: 2.25px;
  text-align: center;
}
body .vc_tta .vc_tta-controls-icon {
  width: 30px;
  height: 30px;
}
h2 {
  margin-top: 0px;
  font-family: "Cyrene";
  font-size: 45px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: normal;
}
body .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0px 0px 80px 0px;
}
.grau * {
  color: #90a2a3;
}

h3 {
  font-family: "Cyrene";
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 1.38px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}
footer p b {
  font-family: "JosefinMedium";
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: normal;
}
footer .brand p a {
  font-size: 28px;
  line-height: 34px;
  display: block;
  width: fit-content;
}

.logozeile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logozeile a {
  width: 50%;
  box-sizing: border-box;
}
.logozeile .haeusl img {
  width: 284px;
  height: 193px;
}
.logozeile .bauernhaus img {
  width: 237px;
  height: 163px;
}
.logozeile .hausamwald img {
  width: 134px;
  height: 134px;
}
.logozeile .astertirol img {
  width: auto;
  height: 160px;
}
.container {
  max-width: 90%;
  margin: 0 auto;
}

.collection a {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: underline;
}

.schmalertext p {
  max-width: 451px;
}
.schmalertext {
  margin-top: 15px;
}
.parallaxreihe {
  height: 40vh;
  max-height: 785px;
}

.outdoor .vc_col-sm-4 .wpb_wrapper {
  max-width: 404px;
}
.outdoor a {
  font-family: "JosefinRegular";
}

footer h3 {
  font-family: "Cyrene";
  font-size: 90px;
  line-height: 85px;
  letter-spacing: 2.25px;
}

.familie {
  text-align: center;
}

#navigation {
  opacity: 0;
  background-color: #56605f;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 25;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

#navigation.active {
  opacity: 1;
  visibility: visible;
}
ul.menu {
  padding-left: 0px;
  margin-left: 0px;
}
.logo img {
  width: 80px;
  height: 80px;
}
header {
  height: 100px;
  border-bottom: 2px solid white;
  position: absolute;
  width: 100%;
  z-index: 300;
  transition: transform 500ms ease-in-out;
}
header .rowheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  z-index: 300;
}

.logo {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header.scrolled {
  position: fixed;
  transform: translateY(-100%);
  opacity: 0;
  display: flex;
}
header.sticky {
  position: fixed;
  background-color: #56605f;
  display: flex;
  opacity: 1;
  transform: translateY(0px);
}
.menuactive header {
  background-color: #56605f;
  position: fixed;
}
body
  .hapi-w-occupancy-person-input
  .hapi-w-person-count.hapi-w-person-count-active {
  background: #bea897;
}
body
  .hapi-w-calendar.hapi-w-calendar-selecting
  .hapi-w-day-selected-end
  .hapi-w-day-selection-overlay,
body
  .hapi-w-calendar.hapi-w-calendar-selecting
  .hapi-w-day-selected-start
  .hapi-w-day-selection-overlay,
body
  .hapi-w-calendar.hapi-w-calendar-selecting:not(
    .hapi-w-calendar-selection-invalid
  )
  .hapi-w-day-selected
  .hapi-w-day-selection-overlay,
body
  .hapi-w-calendar:not(.hapi-w-calendar-selecting)
  .hapi-w-day-selected
  .hapi-w-day-selection-overlay,
body .hapi-w-room-rateplan.hapi-w-room-rateplan-active {
  background: #bea897;
}
body .hapi-w-occupancy-select,
body .hapi-w-occupancy-select option {
  color: #111;
}
body .hapi-w-button {
  background-color: #9d8f84;
}
body .hapi-w-embedded {
  font-family: "JosefinRegular";
}
.banner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 400;
}
.reihe {
  padding-top: 85px;
  padding-bottom: 50px;
}
.reiheoben {
  padding-top: 85px;
}
.reiheunten {
  padding-bottom: 50px;
}

.moment .wpb_text_column h2 {
  color: #90a2a3;
  text-align: center;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 50px;
  z-index: 10;
  position: relative;
  margin-bottom: -30px;
}
.h2center .wpb_text_column,
.center .wpb_text_column {
  text-align: center;
}
.outdoor .wpb_text_column h2 {
  color: #90a2a3;
  text-align: center;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 70px;
  margin-bottom: 36px;
}
.allesblick .wpb_text_column h2 {
  color: #90a2a3;
  text-align: center;
  font-size: 70px;
  letter-spacing: 2.13px;
  line-height: 60px;
  margin-bottom: 50px;
}
.allesblick p {
  font-family: "JosefinRegular";
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin: 30px auto;
  color: #90a2a3;
}
.allesblick .schmal p {
  max-width: 266px;
}

.doppelbett {
  margin-top: 50px;
  height: 181px;
  background-color: #90a2a3;
  text-align: center;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doppelbett .wpb_content_element {
  margin-bottom: 0px;
}
.doppelbett p {
  font-size: 35px;
  line-height: 42px;
  font-family: "JosefinRegular";
  color: #ffffff;
  margin-top: 0px;
}
:focus {
  outline: none;
}

.moment .wpb_text_column h2:after {
  position: absolute;
  right: -15px;
  background: url(/img/wir-punkte.webp);
  top: -2px;
  content: "";
  width: 105px;
  height: 151px;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
.moment.zeit .wpb_text_column h2:after {
  position: absolute;
  right: initial;
  left: -10px;
  background: url(/img/wir-punkte.webp);
  top: -10px;
  content: "";
  width: 105px;
  height: 151px;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
.moment {
  background-color: #efedeb;
}
.moment p,
.h2center p {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 95%;
}
#privatespa h2 {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: 2px;
  text-align: center;
  color: #90a2a3;
}

#dashaus .wpb_text_column h2,
.h2center .wpb_text_column h2,
#grill .wpb_text_column h2,
.faq .wpb_text_column h1,
.familie .wpb_text_column h1,
.h1gross .wpb_text_column h1 {
  font-size: 60px;
  line-height: 48px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.familie .wpb_text_column h1 {
  font-family: "Cyrene";
  text-align: center;
}
.h1gross .wpb_text_column h1 {
  font-family: "Cyrene";
  text-align: center;
}
.lastrow {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
.lastrow a {
  display: block;
}
.lastrow:before {
  content: " ";
  display: block;
  width: 200vw;
  height: 2px;
  left: -50vw;
  position: absolute;
  background-color: white;
  top: 0px;
  overflow: hidden;
}
.lastrow p {
  margin-bottom: 0px;
  margin-top: 0px;
}
.lastrow p:last-child {
  font-size: 15px;
  letter-spacing: 3px;
}
.lastrow p a {
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 3px;
  display: inline;
}
.galerie {
  padding-top: 130px;
}
body.page-id-46 {
  background-color: #56605f;
}

.daydream p {
  max-width: 505px;
  margin-bottom: 47px !important;
}

.wpb_single_image.reise1 {
  max-width: 594px;
}
.asterbilder .wpb_single_image {
  max-width: 594px;
}
#asterspecials strong {
  font-family: "JosefinRegular";
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
}
#asterspecials h3 {
  margin-top: 0px;
  line-height: 82px;
}
#asterspecials p,
.asterbilder p {
  max-width: 594px;
}
.rechts .wpb_single_image.reise1 {
  margin-left: auto;
}
.reisetext p {
  max-width: 566px;
  margin-top: 118px;
  margin-bottom: 80px;
}
.wpb_content_element.textrechts {
  margin-left: auto;
  max-width: 421px;
  margin-top: 80px;
  margin-bottom: 50px;
}
#leben h2,
.zaster h2 {
  font-family: "JosefinLight";
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.zitatklein p {
  font-family: "Cyrene";
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.75px;
}
.leanback {
  margin-left: auto;
  max-width: 594px;
  padding-right: 127px;
}
.kaffeebild {
  max-width: 594px;
  margin-left: auto;
}
.kaffeebild:before {
  position: absolute;
  left: 0px;
  background: url(/img/grafik.webp);
  top: 50%;
  content: "";
  width: 152px;
  height: 175px;
  background-size: cover;
  pointer-events: none;
}

.kaffeebild {
  max-width: 594px;
}
.beisammen {
  max-width: 404px;
  margin-top: 60px;
}

.beisammen:before {
  position: absolute;
  right: 0px;
  background: url(/img/grafik.webp);
  top: 0px;
  content: "";
  width: 152px;
  height: 175px;
  background-size: cover;
  pointer-events: none;
}
.grillzeit {
  margin-left: auto;
  max-width: 476px;
}
.grillzeit:before {
  position: absolute;
  left: 85px;
  background: url(/img/grillzeit-schrift.webp);
  top: 50%;
  content: "";
  width: 224px;
  height: 224px;
  background-size: cover;
  pointer-events: none;
  animation: kreisdrehen 20s linear infinite;
}
#grill p {
  max-width: 534px;
}

.asterfamilie {
  max-width: 613px;
}
.asterfamilie:before {
  position: absolute;
  left: 0px;
  background: url(/img/grafik.webp);
  top: 40%;
  content: "";
  width: 152px;
  height: 175px;
  background-size: cover;
  pointer-events: none;
}
.astertext {
  margin-top: 95px;
  max-width: 510px;
}
.zaster:before {
  position: relative;
  right: 0px;
  background: url(/img/grafik.webp);
  top: 0px;
  content: "";
  width: 152px;
  height: 175px;
  background-size: cover;
  pointer-events: none;
  display: block;
  float: right;
}
.imptext {
  text-align: center;
}
.imptext p {
  font-size: 30px;
  line-height: 37px;
}
.imptext p strong {
  font-weight: normal;
  font-family: "JosefinRegular";
}
.imptext .wpb_text_column h1 {
  font-size: 120px;
  line-height: 135px;
  letter-spacing: 3px;
  font-family: "Cyrene";
  margin-bottom: -10px;
}
.imptext em {
  font-weight: normal;
  font-family: "JosefinRegular";
  font-size: 50px;
  font-style: normal;
  line-height: 70px;
}
.topreihe {
  padding-top: 365px;
  padding-bottom: 200px;
}
.bilderbuch,
.buchen,
.insta {
  display: none;
}
.iconzeile .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconzeile .wpb_single_image {
  width: 80px;
}
.iconzeile p {
  width: 200px;
}
.map {
  min-height: 30vh;
}
.preis h2 {
  text-align: center;
}
.storno p {
  font-size: 14px;
  line-height: 22px;
}
body .nf-error-msg,
body .ninja-forms-req-symbol,
body .nf-error .nf-error-msg {
  color: white;
}
body .nf-error.field-wrap .nf-field-element:after {
  background: #90a2a3;
}
body .nf-pass.field-wrap .nf-field-element:after {
  color: #90a2a3;
}
body .nf-pass .ninja-forms-field {
  border-color: #90a2a3 !important;
}
body .nf-form-content .list-select-wrap > div select {
  color: white;
}
body .nf-form-content option {
  color: #56605f;
}
body .nf-form-content .list-select-wrap .nf-field-element > div,
body .nf-form-content input:not([type="button"]),
body .nf-form-content textarea {
  background: transparent;
  border: 1px solid #fff;
  color: white;
}
body .nf-error .ninja-forms-field {
  border-color: coral !important;
}

body .list-select-wrap div:after {
  color: white;
}

.hidemobil {
  display: none;
}
@media (min-width: 767px) {
  .moment .wpb_text_column h2 {
    font-size: 70px;
    letter-spacing: 2px;
    line-height: 70px;
    margin-bottom: -36px;
  }
  .hidemobil {
    display: initial;
  }
  .reverse {
    flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
  }
  .zitat p {
    font-family: "Cyrene";
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 2.63px;
  }
  .moment .wpb_text_column h2:after {
    top: -4px;
    width: 78px;
    height: 113px;
  }
}

@media (min-width: 993px) {
  h2 {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: 1.5px;
  }
  body p,
  body .nf-form-content label {
    font-size: 20px;
    line-height: 26px;
  }
  .storno p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .contact {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icondrehen {
    position: absolute;
  }
  .lastrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 173px;
  }
  .lastrow a,
  .lastrow p a {
    display: initial;
  }
  .connect {
    padding-left: 50px;
  }
  .logozeile {
    flex-wrap: nowrap;
    padding-bottom: 90px;
  }
  .logozeile a {
    width: auto;
  }
  footer {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .innermenu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .brandsbyaster {
    width: 30%;
  }
  .menufooter .contacts a:after {
    content: " / ";
    position: relative;
    font-size: 32px;
    line-height: 40px;
  }
  .menufooter .contacts a:last-child:after {
    display: none;
  }
  .menufooter {
    display: flex;
    padding-bottom: 100px;
  }
  .menufooter .contacts {
    padding-left: 50px;
  }
  .parallaxreihe {
    height: 80vh;
    max-height: 785px;
  }
}

@media (min-width: 1200px) {
  .reihe {
    padding-top: 108px;
    padding-bottom: 80px;
  }
  .lang {
    top: 44px;
    right: 80px;
  }
  footer p b {
    font-family: "JosefinMedium";
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0;
    font-weight: normal;
  }
  body nf-fields-wrap {
    display: grid;
    grid-template-columns: repeat(
      2,
      1fr
    ); /* Erzeugt zwei gleich große Spalten */
    gap: 20px;
  }
  body nf-fields-wrap nf-field:nth-child(9),
  body nf-fields-wrap nf-field:nth-child(10) {
    grid-column: 1 / -1;
  }
  .map {
    height: 780px;
  }

  .gross h2 {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: 2.5px;
  }
  .zitat p {
    font-family: "Cyrene";
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 2.63px;
  }
  .zitatklein p {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 1.25px;
    max-width: 600px;
  }
  .outdoor .wpb_text_column h2 {
    font-size: 100px;
    letter-spacing: 3px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .kamera {
    display: none;
  }
  .daydream.vc_column_container {
    padding-left: 100px;
  }
  .moment .wpb_text_column h2:after,
  .moment.zeit .wpb_text_column h2:after {
    top: -6px;
    width: 130px;
    height: 188px;
  }
  .kaffeebild:before,
  .beisammen:before,
  .zaster:before,
  .asterfamilie:before {
    width: 290px;
    height: 335px;
  }
  .asterfamilie:before {
    left: -168px;
  }

  #dashaus .wpb_text_column h2,
  .h2center .wpb_text_column h2,
  #grill .wpb_text_column h2,
  .faq .wpb_text_column h1 {
    font-size: 100px;
    line-height: 80px;
    letter-spacing: 2.5px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .jscode {
    margin-left: -100px;
  }

  .moment .wpb_text_column h2 {
    font-size: 100px;
    letter-spacing: 3px;
    line-height: 80px;
    margin-bottom: -50px;
  }

  .iconzeile .wpb_single_image {
    width: 80px;
  }
  .iconzeile p {
    width: auto;
    font-size: 20px;
    line-height: 25px;
  }
  .iconzeile .wpb_column {
    margin-bottom: 0px;
  }
  .iconzeile .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reiheoben {
    padding-top: 108px;
  }
  .reiheunten {
    padding-bottom: 80px;
  }
  .zusammen.vc_column_container {
    padding-left: 100px;
  }
  .bilderbuch,
  .buchen,
  .insta {
    display: initial;
  }
  .bilderbuch {
    padding-right: 150px;
  }
  header,
  header .rowheader {
    height: 148px;
  }
  .logo img {
    width: 114px;
    height: 114px;
  }

  .fixbutton a {
    font-size: 32px;
    line-height: 32.8px;
    letter-spacing: 3.2px;
    padding: 24.8px 28px;
    min-width: 292px;
    text-align: center;
  }
  .galerie {
    padding-top: 300px;
  }
  .menuactive .topmenu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .menucontainer .innermenu {
    padding-top: 270px;
    padding-bottom: 90px;
  }
  .menuactive .buchen,
  .menuactive .insta {
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 1366px) {
  #mainmenu li a {
    font-size: 56px; /* 70px * 0.8 */
    line-height: 96px; /* 120px * 0.8 */
    letter-spacing: 2.25px;
  }
  .home .banner,
  .banner.leftbg {
    background-position: center !important;
  }
  .iconzeile .wpb_single_image img {
    height: 70px;
    width: auto;
    max-height: unset;
  }
  .sonst p {
    font-size: 28px; /* 35px * 0.8 */
    line-height: 33.6px; /* 42px * 0.8 */
    max-width: 366px;
    margin: 0 auto;
  }

  .allesblick .wpb_text_column h2 {
    color: #90a2a3;
    text-align: center;
    font-size: 100px; /* 125px * 0.8 */
    letter-spacing: 3.13px;
    line-height: 80px; /* 100px * 0.8 */
    margin-bottom: 72px;
  }
  .allesblick p {
    font-family: "JosefinRegular";
    font-size: 28px; /* 35px * 0.8 */
    line-height: 33.6px; /* 42px * 0.8 */
    text-align: center;
    margin: 30px auto;
    max-width: 430px;
  }
  .wpb_text_column.buchenbig a {
    font-size: 144px; /* 180px * 0.8 */
    line-height: 144px; /* 180px * 0.8 */
    letter-spacing: 4.5px;
  }
  .container {
    max-width: 1180px;
    margin: 0 auto;
  }
  .connect {
    padding-left: 100px;
  }
  .moment p,
  .h2center p,
  .spaziergang p {
    margin-top: 100px;
  }
  body footer a,
  body footer p {
    color: #efedeb;
    font-size: 25.6px; /* 32px * 0.8 */
    line-height: 32px; /* 40px * 0.8 */
    font-family: "JosefinLight";
  }
  .anfragetext a {
    font-size: 28px; /* 35px * 0.8 */
    line-height: 28px; /* 35px * 0.8 */
    letter-spacing: 7px;
  }
  h2 {
    font-size: 72px; /* 90px * 0.8 */
    line-height: 68px; /* 85px * 0.8 */
    letter-spacing: 2.25px;
  }
  footer h2 {
    font-family: "Cyrene";
    font-size: 72px; /* 90px * 0.8 */
    line-height: 68px; /* 85px * 0.8 */
    font-weight: normal;
  }
  .h1gross .wpb_text_column h1 {
    font-family: "Cyrene";
    font-size: 72px; /* 90px * 0.8 */
    line-height: 68px; /* 85px * 0.8 */
    font-weight: normal;
    letter-spacing: 2.25px;
    text-align: center;
  }
  .familie .wpb_text_column h1 {
    font-family: "Cyrene";
    font-size: 72px; /* 90px * 0.8 */
    line-height: 68px; /* 85px * 0.8 */
    letter-spacing: 2.25px;
    text-align: center;
    max-width: 914px;
    margin: 0 auto;
    margin-bottom: 135px;
  }
  .familie p {
    max-width: 1312px;
    margin: 0 auto;
  }
  .sonst .wpb_text_column h2 {
    font-family: "Cyrene";
    font-size: 72px; /* 90px * 0.8 */
    line-height: 68px; /* 85px * 0.8 */
    font-weight: normal;
    letter-spacing: 2.25px;
    text-align: center;
    margin-bottom: 100px;
  }
  body p,
  body .nf-form-content label,
  .storno p {
    font-size: 19.2px; /* 24px * 0.8 */
    line-height: 24px; /* 30px * 0.8 */
  }
}
@media (min-width: 1440px) {
  .map {
    height: 880px;
  }
}

@media (min-width: 1600px) {
  header {
    padding-left: 156px;
    padding-right: 156px;
  }
  .lang {
    position: absolute;
    right: 15px;
  }
  #mainmenu li a {
    font-size: 64px; /* 80px * 0.8 */
    line-height: 104px; /* 130px * 0.8 */
    letter-spacing: 2.25px;
  }
  .aktiv .wpb_single_image img {
    max-width: 404px;
  }
  .container {
    max-width: 1440px;
  }
  footer {
    padding-top: 177px;
  }
  .collection .wpb_single_image img {
    max-width: 407px;
  }
  .zitatklein p {
    font-size: 56px; /* 70px * 0.8 */
    line-height: 60px; /* 75px * 0.8 */
    letter-spacing: 1.75px;
    max-width: 750px;
  }
  .gross h2 {
    font-size: 96px; /* 120px * 0.8 */
    line-height: 88px; /* 110px * 0.8 */
    letter-spacing: 3px;
  }
  #dashaus .wpb_text_column h2,
  .h2center .wpb_text_column h2,
  #grill .wpb_text_column h2,
  .faq .wpb_text_column h1 {
    font-size: 96px; /* 120px * 0.8 */
    line-height: 76px; /* 95px * 0.8 */
    letter-spacing: 3px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .moment .wpb_text_column h2:after,
  .moment.zeit .wpb_text_column h2:after {
    top: -8px;
    width: 170px;
    height: 245px;
  }
  .moment .wpb_text_column h2 {
    font-size: 104px; /* 130px * 0.8 */
    letter-spacing: 3.5px;
    line-height: 80px; /* 100px * 0.8 */
    margin-bottom: -60px;
  }
  .outdoor .wpb_text_column h2 {
    font-size: 104px; /* 130px * 0.8 */
    letter-spacing: 3.5px;
    line-height: 80px; /* 100px * 0.8 */
    margin-bottom: 60px;
  }
  .iconzeile .wpb_single_image {
    width: auto;
  }
  .iconzeile p {
    color: #efedeb;
    font-size: 24px; /* 30px * 0.8 */
    line-height: 28px; /* 35px * 0.8 */
    padding-left: 25px;
    margin-top: 0px;
  }
  .map {
    height: 900px;
  }
}

@media (min-width: 1920px) {
  .reihe {
    padding-top: 168px;
    padding-bottom: 140px;
  }
  .modal-content {
    padding-top: 10vh;
  }
  .iconzeile .wpb_single_image img {
    height: 80px;
  }
  .bilderbuch,
  .buchen {
    width: 300px;
  }
  .buchen {
    padding-left: 100px;
  }
  .map {
    min-height: 100vh;
  }
  .gross h2 {
    font-size: 116px; /* 145px * 0.8 */
    line-height: 108px; /* 135px * 0.8 */
    letter-spacing: 3.63px;
  }
  .zitatklein p {
    font-size: 72px; /* 90px * 0.8 */
    line-height: 68px; /* 85px * 0.8 */
    letter-spacing: 2.25px;
    max-width: 821px;
  }
  #mainmenu li a {
    font-size: 72px; /* 90px * 0.8 */
    line-height: 120px; /* 150px * 0.8 */
    letter-spacing: 2.25px;
  }
  .outdoor .wpb_text_column h2 {
    font-size: 128px; /* 160px * 0.8 */
    letter-spacing: 4px;

    line-height: 92px; /* 115px * 0.8 */
    margin-bottom: 72px;
  }
  .parallaxreihe {
    height: 80vh;
    max-height: 785px;
  }
  .wpb_content_element.textrechts {
    margin-left: auto;
    max-width: 421px;
    margin-top: 150px;
    margin-bottom: 120px;
  }
  h3 {
    font-family: "Cyrene";
    font-size: 44px; /* 55px * 0.8 */
    line-height: 92px; /* 115px * 0.8 */
  }
  .zitat p {
    font-size: 116px; /* 145px * 0.8 */
    line-height: 108px; /* 135px * 0.8 */
    letter-spacing: 3.63px;
  }
  .moment .wpb_text_column h2:after {
    top: -10px;
    width: 208px;
    height: 301px;
  }
  .moment.zeit .wpb_text_column h2:after {
    width: 208px;
    height: 301px;
  }
  .reiheoben {
    padding-top: 168px;
  }
  .reiheunten {
    padding-bottom: 168px;
  }
  .moment .wpb_text_column h2 {
    font-size: 128px; /* 160px * 0.8 */
    letter-spacing: 4px;
    line-height: 92px; /* 115px * 0.8 */
    margin-bottom: -72px;
  }
  #dashaus .wpb_text_column h2,
  .h2center .wpb_text_column h2,
  #grill .wpb_text_column h2,
  .faq .wpb_text_column h1 {
    font-size: 116px; /* 145px * 0.8 */
    line-height: 92px; /* 115px * 0.8 */
    letter-spacing: 3.63px;
    margin-bottom: 73px;
  }
  #privatespa h2 {
    font-size: 116px; /* 145px * 0.8 */
    line-height: 92px; /* 115px * 0.8 */
    letter-spacing: 3.63px;
    text-align: center;
    color: #90a2a3;
    margin-bottom: 145px;
  }
  #damals .wpb_text_column h2 {
    margin-bottom: 145px;
  }
  .aktiv .vc_col-sm-6 {
    margin-bottom: 130px;
    padding-left: 40px;
  }
  .aktiv .vc_col-sm-6:nth-last-child(-n + 3) {
    margin-bottom: 0px;
  }
  .zusammen.vc_column_container {
    padding-left: 150px;
  }
  h2 {
    font-size: 72px; /* 90px * 0.8 */
    line-height: 68px; /* 85px * 0.8 */
    letter-spacing: 2.25px;
  }
  body p,
  body .nf-form-content label,
  .storno p {
    font-size: 22.4px; /* 28px * 0.8 */
    line-height: 27.2px; /* 34px * 0.8 */
  }
  .iconzeile p {
    color: #efedeb;
    font-size: 28px; /* 35px * 0.8 */
    line-height: 29.6px; /* 37px * 0.8 */
    padding-left: 30px;
    margin-top: 0px;
  }
}

@media (prefers-reduced-motion: reduce), (print) {
  body .animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: infinite;
  }
}
