/*
Theme Name: Wordpress-Master 2
Author: Hellmedia
Author URI: https://www.hellmedia.de
Description: Ein Theme als Master für Hellmedia-Projekte
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
Text Domain: mastertheme2

WordPress Theme © 2025 Hellmedia
*/

@import "css/_grid.css";
@import "css/_form.css";

@import "css/_nav.css";
@import "css/_card.css";
@import "css/_tab.css";
@import "css/_tag.css";
@import "css/_dropdown.css";

@import "css/_util.css";

:root { 
  --bg-color: #f3efe5;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #b26e47;
  --color-secondary: #005c38;
  --color-lightGrey: #f5f1ec;
  --color-darkGrey: #404040;
  --color-creme: #f2ece3;
  --color-error: #d43939;
  --color-success: #0ba7b3;
  --grid-maxWidth: 1290px;
  --grid-gutter: 0em;
  --font-size: 14pt;
  --font-color: #3f4041;
  --font-family-sans: "Open Sans", -apple-system, BlinkMacSystemFont, Avenir,
    "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
  --font-family: 'Lato',sans-serif;
}

.has-primary-color,
.has-primary-color.has-text-color * {
  color: var(--color-primary);
}
.has-secondary-color,
.has-secondary-color.has-text-color * {
  color: var(--color-secondary);
}
.has-lightgrey-color,
.has-lightgrey-color.has-text-color * {
  color: var(--color-lightGrey);
}
.has-darkgrey-color,
.has-darkgrey-color.has-text-color * {
  color: var(--color-darkGrey);
}
.has-weiss-color,
.has-weiss-color.has-text-color * {
  color: var(--bg-color);
}
.has-creme-color,
.has-creme-color.has-text-color * {
  color: var(--color-creme);
}
.has-primary-background-color {
  background-color: var(--color-primary);
}
.has-secondary-background-color {
  background-color: var(--color-secondary);
}
.has-lightgrey-background-color {
  background-color: var(--color-lightGrey);
}
.has-darkgrey-background-color {
  background-color: var(--color-darkGrey);
}
.has-weiss-background-color {
  background-color: var(--bg-color);
}
.has-creme-background-color {
  background-color: var(--color-creme);
}

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* satisfy-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/satisfy-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/playfair-display-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: "Linearicons-Free";
  src: url("fonts/Linearicons-Free.eot?w118d");
  src: url("fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"),
    url("fonts/Linearicons-Free.woff2?w118d") format("woff2"),
    url("fonts/Linearicons-Free.woff?w118d") format("woff"),
    url("fonts/Linearicons-Free.ttf?w118d") format("truetype"),
    url("fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

*::-webkit-scrollbar-thumb {
  background: var(--color-lightGrey);
}

body {
  background-color: var(--bg-color) ;
  line-height: 1.6;
  font-size: var(--font-size);
  color: var(--font-color);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif; /*fallback*/
  font-family: var(--font-family-sans);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0.6em 0 0.7em 0;
  /*font-stretch: expanded;*/
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    -webkit-hyphens: none;
    hyphens: none;
  }
}

h1 {
  font-weight: 400;
  margin-top: 0;
  font-size: 1.5em;
  color: white;
  line-height: 1.2em;
  padding-top:40%;
  text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
}
h1.titel-detail-zimmer{
	text-shadow: none;
	font-size: 26px;
	padding-top:170px;
}

@media (min-width: 768px) {
  h1 {
    margin-top: 0;
    font-size: 3.5em;
    
  }
	h1.titel-detail-zimmer{
    font-size: 36px;
	padding-top:150px !important;
}
}
@media (min-width: 1024px) {
  h1 {
    padding-top:5%;
}
}
h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.4em;
  margin: 0;
  text-transform:uppercase;
}

h3 {
  font-size: 1.2em;
}

h3 a {
  border-bottom: 3px solid #85221d;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover:not(.button) {
  opacity: 0.75;
}

button {
  font-family: inherit;
}

p {
  margin-top: 0;
}

p.handwriting{
 font-family: 'Satisfy' !important;
  font-weight: 700 !important;
  font-size: 21px;
  line-height: 0 !important;
  padding-bottom: 0 !important;
  text-transform: unset !important;
  color: var(--color-primary) !important;
  letter-spacing: 1px;
  margin:0;
	line-height: 1.3 !important;
}
@media (min-width: 768px) {
p.handwriting{
 
  font-size: 41px;
  
}
}
p.banner.handwriting{
  color: white !important;
  text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
}

blockquote {
  font-family: var(--font-family);
  padding: 1.5rem 2rem;
}

dl dt {
  font-weight: bold;
}

hr {
  height: 0.8px;
  margin: 1rem 0;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table.striped tr:nth-of-type(2n) {
  background-color: var(--bg-secondary-color);
}

td,
th {
  vertical-align: middle;
  padding: 1.2rem 0.4rem;
}

thead {
  border-bottom: 2px solid var(--color-lightGrey);
}

tfoot {
  border-top: 2px solid var(--color-lightGrey);
}

code,
kbd,
pre,
samp,
tt {
  font-family: var(--font-family-mono);
}

code,
kbd {
  padding: 0 0.4rem;
  font-size: 90%;
  white-space: pre-wrap;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  background-color: var(--bg-secondary-color);
  color: var(--color-error);
}

pre {
  background-color: var(--bg-secondary-color);
  font-size: 1em;
  padding: 1rem;
  overflow-x: auto;
}

pre code {
  background: none;
  padding: 0;
}

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

img {
  max-width: 100%;
}

fieldset {
  border: 1px solid var(--color-lightGrey);
}

iframe {
  border: 0;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2rem 10%;
  box-sizing: border-box;
}
.alignwide {
  width: 80vw;
  margin-left: calc(50% - 40vw);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2rem 3%;
  box-sizing: border-box;
}
.padding {
  padding: 20px;
}
.nopadding {
  padding: 0;
}

/* ------------------------------------------------------------------*/
/* Sandwich Menü
/* ------------------------------------------------------------------*/

/* header nav {
  position: relative;
}
header > .container > .menubox > label {
  
  min-height: 50px;
  min-width: 4.4rem;
}

header > .container > .menubox > label > input {
  display: none;
}
header > .container > .menubox > label nav::after,
header > .container > .menubox > label nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: none;
  background-size: 66px;
  background-position: center center;
  background-repeat: no-repeat;
}
header > .container > .menubox > label nav::before {
  background-image: url(images/icons/menu.svg);
}
@media (min-width: 1000px) {
  header > .container > .menubox > label nav::before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}
header > .container > .menubox > label nav::after {
  background-image: url(images/icons/close.svg);
}

header > .container > .menubox > label nav::after,
header > .container > .menubox > label nav::before {
  display: block;
}
.container > .menubox > label > input ~ nav::after {
  opacity: 0;
}

header > .container > .menubox > label nav ul {
  display: none;
}

.container > .menubox > label > input:checked ~ nav::after {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.container > .menubox > label > input:checked ~ nav::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0;
}
.container > .menubox > label > input:checked ~ nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  right: 0px;
  width: 100%;
  background-color: var(--color-primary);
  font-family: "Marcellus";
  text-transform: uppercase;
  padding: 180px 5% 5%;
  display: block;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
}

.container > .menubox > label > input:checked ~ nav ul.sub-menu {
 
  position: relative;
  position: relative;
  padding: 1% 2%;
}

.container > .menubox > label > input:checked ~ nav ul.sub-menu li a::before {
  display: inline-block;
  content: "";
  border-top: 0.3rem solid var(--color-secondary);
  width: 3rem;
  margin: 0 1rem;
  transform: translateY(-0.55rem);
}

.container > .menubox > label > input:checked ~ nav > ul > li {
  list-style: none;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container
    > .menubox
    > label
    > input:checked
    ~ nav
    > ul
    > li:not(.lang-item) {
    float: left;
    min-width: 33%;
    min-height: 240px;
  }
}

.container > .menubox > label > input:checked ~ nav > ul > li > a {
  font-size: xx-large;
  color: var(--color-secondary);
}

.container > .menubox a {
  color: black;
}

.container > .menubox img {
  max-width: 70px;
}

.is-position-center-right .wp-block-cover__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
} */

/* #header > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  padding: 0 70px;
} */

/* .logo {
  max-height: 200px;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 200;
}
.menubox {
  display: inline-block;
}
@media (min-width: 1800px) {
  .logo {
    position: fixed;
  }
  .menubox {
    position: fixed;
    top: 60px;
    right: 60px;
    z-index: 80;
  }
} */

/* ------------------------------------------------------------------*/
/* Zoomin
/* ------------------------------------------------------------------*/

.zoomin .wp-block-column .wp-block-cover,
.zoomin figure,
.zoomin a {
  overflow: hidden;
}

.zoomin figure {
  font-size: 0;
  line-height: 0;
}

.zoomin .wp-block-column:hover .wp-block-cover img,
.zoomin figure:hover img,
.zoomin a:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  transition: transform 2s, -webkit-transform 2s;
}

.zoomin .wp-block-cover__inner-container,
.zoomin .wp-block-cover__inner-container {
  z-index: 30;
}

/* Menü */

#wrapper {
  /* position: fixed; 
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-bottom: 80px;*/

}
#header{
	background: linear-gradient(rgb(0, 0, 0) 0%, rgba(41, 41, 41, 0.84) 0%, rgba(255, 255, 255, 0) 99%);
	position: absolute;
	width: 100%;
  z-index: 99;
  top:60px;

}
header .container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  gap: 2em;
}

.menubox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.logo {
  max-width: 110px;
  width: 100%;
  /* min-height: 4em; */
  display: block;
}

@media (min-width: 1800px) {
 .logo {
  max-width: 170px;
  
}
	header .container {

  min-height: 120px;

}
} 

/* nav ul {
  list-style-type: none;
  background: var(--color-primary);
} */

nav li {
  display: inline-block;
  /* position: relative; */
}
nav li > a {
  padding: 15px 15px;
  display: inline-block;
  text-decoration: none;
  /* text-align: center; */
}

@media (min-width: 75rem) {
  nav li > a {
    color: white ;
  }
}

nav ul li:hover ul,
nav ul li:focus ul {
  display: block;
}

nav ul ul {
  display: none;
}
nav ul ul li {
  display: list-item;
  position: relative;
}

nav li.current-menu-item {
  border-bottom: 3px var(--color-creme) solid;
}

/* @media (min-width: 400px) {
  nav ul li {
    float: left;
  }
} */
header nav {
  position: relative;
}
header > .container > .menubox > label {
  display: block;
  min-height: 50px;
  min-width: 4.4rem;
}
header > .container > .menubox > label > input {
  display: none;
}
header > .container > .menubox > label nav::after,
header > .container > .menubox > label nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: none;
  /* background-size: 66px; */
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px 8px 0;
  font-size: 0.1em;
  color: #fff;
  text-align: center;
  z-index: 123;
}

.container > .menubox > label > input:checked ~ nav ul.sub-menu {
  padding: 1% 2%;
}

header > .container > .menubox > label nav::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M6%2036h36v-4H6v4zm0-10h36v-4H6v4zm0-14v4h36v-4H6z%22%2F%3E%3C%2Fsvg%3E);
}
header > .container > .menubox > label nav::after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M38%2012.83L35.17%2010%2024%2021.17%2012.83%2010%2010%2012.83%2021.17%2024%2010%2035.17%2012.83%2038%2024%2026.83%2035.17%2038%2038%2035.17%2026.83%2024z%22%2F%3E%3C%2Fsvg%3E);
}

@media (min-width: 1230px) {
  header > .container > .menubox > label nav::before {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M6%2036h36v-4H6v4zm0-10h36v-4H6v4zm0-14v4h36v-4H6z%22%2F%3E%3C%2Fsvg%3E);
  }
  header > .container > .menubox > label nav::after {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M38%2012.83L35.17%2010%2024%2021.17%2012.83%2010%2010%2012.83%2021.17%2024%2010%2035.17%2012.83%2038%2024%2026.83%2035.17%2038%2038%2035.17%2026.83%2024z%22%2F%3E%3C%2Fsvg%3E);
  }
}

header > .container > .menubox > label nav::after,
header > .container > .menubox > label nav::before {
  display: block;
}
.container > .menubox > label > input ~ nav::after {
  opacity: 0;
}

@media (max-width: 1229px) {
  header > .container > .menubox > label nav ul {
    display: none;
  }
}
@media (min-width: 1230px) {
  header > .container > .menubox > label nav::after,
  header > .container > .menubox > label nav::before {
    display: none;
  }
}

.container > .menubox > label > input ~ nav::after {
  opacity: 0;
}

/* header > .container > .menubox > label nav ul {
  display: none;
} */

.container > .menubox > label > input:checked ~ nav::after {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.container > .menubox > label > input:checked ~ nav::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0;
}

nav ul a,
nav[data-xx] ul a {
  text-decoration: none;
  /* padding: 8px 20px; */
  display: block;
  /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); */
  box-sizing: border-box;
  transition: 0.4s all ease;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  cursor: pointer;
	color:white;
}


/* Default state — everything white */
header .menubox nav a {
	color: white;
	transition: color 0.3s ease;
}

/* When scrolled — only top-level links turn black */
header .menubox nav.scrolled > ul > li > a {
	color: black;
}

/* Keep submenu links white even when scrolled */
header .menubox nav.scrolled ul ul li a {
	color: white;
}



@media (max-width: 1300px) {
  .container > .menubox > label > input:checked ~ nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    right: 0px;
    width: 100%;
    background-color: var(--color-secondary);
    /* text-transform: uppercase; */
    padding: 80px 5% 5%;
    top: 0;
    bottom: 0;
    /* height: 100%; */
    overflow: auto;
    margin-top: 0px;
    z-index: 10;
  }
  .container > .menubox > label > input:checked ~ nav ul.sub-menu {
    position: relative;
  }
}
@media (min-width: 1300px) {
  nav ul li ul,
  nav[data-xx] ul li ul {
    position: absolute;
    top: 55px;
    /* right: -35%; */
    box-sizing: border-box;
    transition: 0.4s all ease;
    /* line-height: 50px; */
    cursor: pointer;
    /* text-align: center; */
    vertical-align: top;
    white-space: nowrap;
    background: var(--color-secondary);
    z-index: 1234;
    padding-left: 0;
  }

  nav ul li ul li,
  nav[data-xx] ul li ul li {
    display: block;
  }

  nav ul li ul li a,
  nav[data-xx] ul li ul li a {
    /* text-transform: uppercase; */
    /* border: none; */
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
  	font-size: 18px;
  }
  nav header,
  nav[data-xx] header {
    float: left;
  }
  nav header:after,
  nav header:before,
  nav[data-xx] header:after,
  nav[data-xx] header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
    display: none;
    background-size: 3rem;
    background-position: center center;
    background-repeat: no-repeat;
  }

 /* nav ul a,
  nav[data-xx] ul a {
    color: white;
  }

*/
}

/* Getwid Slider Icons */

.wp-block-getwid-content-slider .slick-prev:before,
.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-carousel .slick-prev:before {
  -webkit-transform: translateX(-60%) translateY(-50%);
  -ms-transform: translateX(-60%) translateY(-50%);
  transform: translateX(-60%) translateY(-50%);
  content: "\e875";
}

.wp-block-getwid-content-slider .slick-next:before,
.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-next:before {
  content: "\e876";
  -webkit-transform: translateX(-40%) translateY(-50%);
  -ms-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
}

.wp-block-getwid-content-slider .slick-prev:before,
.wp-block-getwid-content-slider .slick-next:before,
.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-prev:before,
.wp-block-getwid-post-carousel .slick-next:before {
  color: #2c3847;
  font-family: Linearicons-Free;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  font-size: 24px;
  font-size: 2.5rem;
}

.wp-block-getwid-images-slider__caption {
  font-weight: bold;
  background: #fff !important;
  padding-top: 10px !important;
}

/* ------------------------------------------------------------------*/
/* Custom
/* ------------------------------------------------------------------*/

/* #content {
  margin-top: -120px;
} */
/* article.page,
article.post {
  padding-top: 2vw;
} */

/* .banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

} */
.bannerbild {
  min-height: 300px;
  height: 30vw;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.alignfull .wp-block-group {
  padding: 30px;
}
@media (min-width: 800px) {
  .wp-block-cover.has-custom-content-position.has-custom-content-position
    .wp-block-cover__inner-container {
    max-width: 40%;
  }
  /* .alignfull .wp-block-group {
    max-width: 80%;
  } */
}
@media (min-width: 1200px) {
  .cards .wp-block-column {
    padding: 80px;
    /* border: 1px var(--color-secondary) solid; */
  }
}

.anfrageformular {
  padding: 40px 20vw;
}

.wp-block-buttons,
.wp-block-image {
  margin: 40px 0;
}

.is-vertically-aligned-top > .wp-block-buttons,
.is-vertically-aligned-top > .wp-block-image {
  margin-top: 0px;
}

.slick-arrow {
  font-size: 0px;
}

/* Zimmerliste */
.wp-block-query .wp-block-post-excerpt__more-link {
  /* background-color: var(--color-primary); */
  display: inline-block;
  /* padding: 15px 25px; */
  text-align: end;
  margin: 30px 0 0;
  /* color: #fff; */
  display: flex;
  justify-content: end;
  font-weight: 400;
}

.wp-block-query .wp-block-post-excerpt__more-link::after {
  content: "\21FE";
}

.set-image-top {
  margin-top: -130px !important;
}

.set-image-bottom {
  margin-bottom: -130px !important;
}

@media (max-width: 850px) {
  .flower-motiv {
    display: none;
  }
}

@media (min-width: 1600px) {
  .golf-ball-motiv {
    position: relative;
  }
  .golf-ball-motiv figure {
    /* position: absolute; */
    left: 75%;
    z-index: 222;
  }
}

@media (max-width: 850px) {
  .golf-ball-motiv {
    display: none;
  }
  .golf-ball-motiv figure {
    position: absolute;
    left: 75%;
    z-index: 222;
  }
}

.color-image-boxes {
  padding: 0;
  gap: 0 !important;
}

.quicklinks {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* border-bottom: 1px var(--color-primary) solid; */
  padding-bottom: 20px;
  z-index: 9999;
}
.quicklinks-background.has-background {
  padding: 10px;
}

@media (min-width: 1000px) {
  .quicklinks {
    position: fixed;
    right: 0;
    top: 230px;
    flex-direction: column;
    width: 140px;
    margin-right: 0px;
    margin-bottom: 0;
    border-bottom: 0px;
  }
  .quicklinks-background.has-background {
    padding: 15px;
  }
}
.quicklinks > div {
  position: relative;
  width: 140px;
  margin-top: 20px;
}
/* .quicklinks > div img {
  width: 80px;
} */
.quicklinks ul {
  padding-left: 0px;
}
.quicklinks li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
.quicklinks li img {
  width: 36px !important;
  height: 27px !important;
}
.quicklinks .heading {
  position: absolute;
  display: block;
  left: 0;
  top: 60px;
  width: 100%;
  font-family: var(--font-family);
  text-transform: uppercase;
  font-size: 0.8em;
}

.quicklinks-button {
  margin: 0;
  box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 1.4rem;
}

.quicklinks-button .creme::hover {
  background-color: white;

  border: 2px solid red;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--color-creme);
}

.section-image-colorbox-text {
  min-height: 100%;
  padding: 3em;
}

.padding-text-box {
  padding: 3em;
}

.post-box-padding {
  padding: 30px;
}

.button-post-no-padding {
  padding: 0 !important;
}

.tagung-box {
  padding: 30px;
}

.text-shadow {
  text-shadow: 1px 1px 2px black;
  font-weight: 800;
}

.events-feiern-card-buttons {
  margin: 0;
}

.events-feiern-card-buttons a {
  padding: 25px;
}

.gallery-hoch-image {
  height: 600px;
}

.offnungszeiten {
  padding: 30px;
}

.info-footer .has-creme-background-color {
  max-height: 30vw;
}

.info-footer-image {
  margin-top: -100px;
}

.info-logos-footer {
  margin-left: 220px;
  margin-top: -100px;
}
@media (max-width: 850px) {
  .info-logos-footer {
    margin-left: 0px;
  }
}

#footer {
  /*background-color: var(--color-primary);*/
  padding: 50px 0;
  text-align:center;
  /*margin-top: 120px;*/
  position: relative;
}
.home #footer {
  margin-top: 20px;
  padding: 30px;
	margin-bottom: 1.5%;
}
.footer-spalte-1 > div {
  text-align: center;
}
#footer a {
  color: #000000;
}
#footer ul {
  padding-left: 0px;
}
#footer li {
  list-style: none;
}
#footer #copyright {
  padding: 30px 0 30px 0;
  text-align: center;
  font-family: var(--font-family);
  /* margin-top: 60px; */
  /*border-top: 1px var(--color-primary) solid;*/
}
#footer #copyright a {
  color: var(--color-primary);
}
.footerslider img {
  filter: grayscale(100%);
}
.footerslider img:hover {
  filter: grayscale(0%);
}

.top-info{
	display:block;
	background-color: var(--color-secondary); 
	height:60px;
	padding:5px 0 0 0;
	position: fixed;
	top:0;
  	z-index: 333;
  	width: 100%;
}





.top-info div{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	color:white;
	align-items: center;
	font-weight: 900;
    text-transform: uppercase;
} 
.p-text-top{
	display:block;
	margin:0;
	padding:0;
}

.show-only-mobile{
	display:none;
}


@media (max-width: 778px) {
	
	.top-info{
	position:fixed;
	bottom:0;
	width:100%;
		
	
}
	
.p-text-top{
	display:none;
}
	
	.show-only-mobile{
	display:unset;
}

}

.section-border{
	border: 1px solid var(--color-primary);
    border-bottom: none;
	padding: 90px;
}

@media (max-width: 630px) {
	
.section-border{
	
	padding: 10px;
}
		
	
}

.news-border{
	border: 1px solid var(--color-primary);
	text-align:center;
	padding: 50px 0 50px 0;
}
.header-buchen-button a{
	color: white;
  	border-radius: 0px;
  	letter-spacing: 1px;
  	font-weight: 900 ;
  	text-transform: uppercase ;
  	background-color: var(--color-primary);
  	padding: 20px;
 	
}
	
.zimmer-ab-preis{
  position: relative;
    z-index: 23;
    margin-bottom: -40px !important;
    margin-left: 15px !important;
}
	
.zimmer-ab-preis .wp-block-button .wp-block-button__link{
    background-color:var(--color-primary);
}
	
.zimmer-detail-box-banner{
	padding-top: 30px !important;
  	padding-bottom: 30px !important;
  	margin-top: -130px !important;
  	z-index: 11;
  	position: relative;
  	padding-right: 30px;
}
	.region-post .wp-block-getwid-section__content{
		box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	}
	
	.region-post .wp-block-getwid-section__content p{
		margin:20px;
	}
	
	.region-post .wp-block-getwid-section__content h2{
		margin:20px;
	}
	.region-post .wp-block-getwid-section__content h3{
		margin:20px;
	}

img[alt="English"] {
  width: 50px !important;
  height: 30px !important;
}

img[alt="Deutsch"] {
  width: 50px !important;
  height: 30px !important;
}


.wpcf7 {
  color:var(--color-secondary);
}

.wpcf7 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-textarea {
  box-shadow: 0px 10px 10px #e7e7e7;
}

