@charset "UTF-8";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* Material Symbols */
/* @import '/_intern/fonts/material-symbols/material_symbols.css'; */
/* 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("/_intern/fonts/playfair_display/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("/_intern/fonts/playfair_display/playfair-display-v40-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* === LESS variables === */
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Montserrat", Verdana;
  font-size: 13px;
  font-weight: 400;
  color: white;
  position: relative;
  background-color: #c4b387;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1 {
  display: block;
  font-weight: 500;
  font-size: inherit;
  text-transform: none;
  margin: 0px 0px 20px 0px;
}
h2, .h2 {
  display: block;
  font-size: inherit;
  text-transform: none;
  margin: 0px 0px 10px 0px;
}
/* form headlines */
h3, .h3 {
  display: block;
  font-size: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  margin: 0px 0px 20px 0px;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.3;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 28px;
}
.text p {
  margin: 0px 0px 25px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text b, .text strong {
  font-weight: 500;
}
.text ul, .text ol {
  padding-left: 15px;
  margin: 0px 0px 15px 0px;
}
.text ul:last-Child, .text ol:last-Child {
  margin: 0px;
}
.text a {
  color: inherit;
  text-decoration: underline;
}
.text a:hover {
  text-decoration: underline;
}
textarea::placeholder, input::placeholder {
  color: white;
  opacity: 0.6;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: #564d35;
  padding: 0px 10px;
  font-size: inherit;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  line-height: 75px;
  min-width: 100px;
  border-radius: 11px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  color: white;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #9d8f6c;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #564d35;
  margin: 0;
  width: 28px;
  height: 28px;
  border: 1px solid white;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  margin-right: 7px;
  transition: 0.4s all;
}
input[type="checkbox"]:disabled, input[type="checkbox"][disabled], input[type="checkbox"][disabled=""], input[type="radio"]:disabled, input[type="radio"][disabled], input[type="radio"][disabled=""] {
  /*
		background-color: #f8f8f8;
		opactiy: 0.5;
		*/
}
input[type="checkbox"]:before, input[type="radio"]:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: white;
  border: 1px solid white;
  transition: 0.4s all;
  opacity: 0;
}
input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
  background-color: white;
  opacity: 1;
}
input[type=checkbox][disabled] {
  background-color: rgb(from #424242 r g b / 30%);
}
input[type=checkbox][disabled]:checked {
  background-color: rgb(from #c4b387 r g b / 30%);
}
.form {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.form li {
  display: block;
  width: 100%;
}
.form li label, .form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="password"], .form li input[type="web"], .form li textarea, .form li select {
  height: 55px;
  line-height: 55px;
  width: 100%;
  background-color: #9d8f6c;
  border: 1px solid #796d4d;
  border-radius: 11px;
  padding: 0px 15px;
  color: white;
  box-sizing: border-box;
}
.form li input[type="text"]:focus, .form li input[type="text"]:active, .form li input[type="email"]:focus, .form li input[type="email"]:active, .form li input[type="url"]:focus, .form li input[type="url"]:active, .form li input[type="date"]:focus, .form li input[type="date"]:active, .form li input[type="password"]:focus, .form li input[type="password"]:active, .form li input[type="web"]:focus, .form li input[type="web"]:active, .form li textarea:focus, .form li textarea:active, .form li select:focus, .form li select:active {
  border: 1px solid #796d4d;
  outline: 0px;
}
.form li textarea {
  height: auto;
  min-height: 120px;
  line-height: 1.2;
  padding: 15px;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.form li .opener input[type="radio"], .form li .opener input[type="checkbox"] {
  right: 0px;
}
.form li.radio, .form li.checkbox {
  opacity: 0.5;
  transition: 0.5s all;
}
.form li.radio.active, .form li.checkbox.active {
  opacity: 1;
}
.form li.radio .container, .form li.checkbox .container {
  height: 55px;
  /* line-height: 55px; */
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #9d8f6c;
  background: #796D4D;
  background: -webkit-linear-gradient(180deg, #796d4d 0%, #5a5035 100%);
  background: -moz-linear-gradient(180deg, #796d4d 0%, #5a5035 100%);
  background: linear-gradient(180deg, #796d4d 0%, #5a5035 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#796D4D", endColorstr="#5A5035", GradientType=0);
  border: 1px solid #5a5035;
  border-radius: 11px;
  padding: 0px 15px;
}
.form li.radio label, .form li.checkbox label {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 50px;
  line-height: 1.3;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #c4b387;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.form .forTheBear {
  overflow: hidden;
  height: 0px;
  visibility: hidden;
  padding: 0px;
}
.form .divider {
  display: block;
  position: relative;
}
.form .divider:after {
  content: "";
  display: block;
  margin: auto;
  width: calc(100% - 5px);
  height: 1px;
  background-color: white;
  opacity: 0.2;
}
.form li.grid2 {
  float: none;
  width: calc(50% - 6px);
}
.form #submitbutton {
  width: 100%;
  box-sizing: border-box;
}
.animateme {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s all;
}
.animateme.done {
  opacity: 1;
  transform: translateY(0px);
}
img.animateme {
  transition-delay: 0.2s;
}
.inner {
  max-width: 95%;
  width: 1100px;
  margin: auto;
  position: relative;
}
#header {
  position: relative;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 50px 0px;
}
#header .claim {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
}
#key_image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border: 10px solid white;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
}
#key_image img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}
#first_text {
  margin: 50px auto;
}
.narrowtext {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  width: 90%;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 750px;
  max-width: calc(100% - 30px);
  background-color: white;
  border-radius: 11px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #c4b387;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 11px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
#cookiehint .checkboxes label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#cookiehint .checkboxes .desc {
  font-size: 90%;
}
#cookiehint .buttons {
  margin-top: 15px;
}
#cookiehint .button {
  margin: 0px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#keyvisual {
  position: relative;
  height: 92vh;
  overflow: hidden;
}
#keyvisual.noimage {
  height: 30vh;
}
#keyvisual_image {
  height: 100%;
  position: relative;
}
#keyvisual_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 0.5s all;
}
#page {
  position: relative;
  min-height: 85svh;
  box-sizing: border-box;
  padding: 0px 0px 150px 0px;
}
#footer {
  position: relative;
  padding: 10px 0px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  background-color: #c4b387;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: #c4b387;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
.section {
  padding: 75px 0px;
  position: relative;
}
.section.hideSection {
  display: none;
}
.section.noMargin .section {
  padding-bottom: 0px;
  margin-bottom: -75px !important;
}
.section.noMargin:last-Child .section {
  margin-bottom: 0px !important;
}
.section.text .text {
  margin: auto;
  max-width: 900px;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: #c4b387;
}
.accordeon .title {
  padding: 25px;
  color: #c4b387;
  position: relative;
}
.accordeon .title .ic {
  color: #c4b387;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.section.video .videocontainer, .section.video_youtube .videocontainer {
  position: relative;
  background-color: #9d8f6c;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  background-color: #9d8f6c;
}
.youtube_wrapper .videocontainer {
  position: relative;
  padding-bottom: 56.6%;
  border: 1px solid var(--color_boxes);
}
.youtube_wrapper .videocontainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
#blog_newest {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#blog_newest .item {
  width: calc(50% - 25px);
  padding: 70px 25px 100px 25px;
  background-color: transparent;
  border: 1px solid #c4b387;
  position: relative;
  box-sizing: border-box;
}
#blog_newest .date {
  text-transform: uppercase;
  font-weight: 400;
}
#blog_all .container .item {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #796d4d;
  box-sizing: border-box;
}
#blog_all .container .date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.externals_loader {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-50%) translateX(-50%); */
}
.externals_loader > div {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.externals_loader button {
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 90%;
  bottom: -70px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.slick-dots li button {
  color: transparent !important;
  display: block;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px;
  background-color: transparent;
  border: 1px solid #c4b387;
}
.slick-dots li.slick-active button {
  background-color: #c4b387;
}
#einladung .block {
  position: relative;
}
#einladung .block {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
#einladung .block_no, #einladung .block_yes {
  display: none;
}
#einladung .opener {
  background-color: #9c8e6b;
  border-radius: 0px 0px 11px 11px;
  padding: 0px 17px 0px 17px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  margin-top: -5px;
  transition: 0.5s all;
  max-height: 0px;
  overflow: hidden;
}
#einladung .opener .item {
  position: relative;
  line-height: 28px;
}
#einladung .opener .item:after {
  content: "";
  display: block;
  width: calc(100% - 0px);
  margin: 20px auto;
  height: 1px;
  background-color: white;
  opacity: 0.2;
}
#einladung .opener .item:last-Child:after {
  display: none;
}
#einladung .active .opener {
  padding: 25px 17px 20px 17px;
  max-height: 400px;
}
#einladung .input_plusminus {
  float: right;
  position: relative;
  display: inline-block;
}
#einladung .input_plusminus input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0px;
  width: 10px;
  height: 30px;
  line-height: 30px;
  border: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
}
#einladung .input_plusminus a {
  display: inline-block;
  float: right;
  background-color: #564d35;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0px 5px 0px 2px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  text-decoration: none;
}
#einladung .input_plusminus a:hover {
  text-decoration: none;
}
#einladung .inputs_per_person {
  float: right;
  position: relative;
  display: inline-block;
}
#einladung .inputs_per_person .person {
  position: relative;
  text-align: right;
  padding-right: 40px;
}
#einladung .inputs_per_person .person input {
  width: 22px;
  height: 22px;
  right: 0px;
}
#einladung .inputs_per_person .person input:before {
  background-color: transparent;
  content: "";
  color: rgba(255, 255, 255, 0.2);
  border: 0px;
  opacity: 1;
  font-family: "fontello_mg";
  text-align: center;
}
#einladung .inputs_per_person .person input:checked:before {
  background-color: transparent;
  content: "";
  color: white;
}
#content .standard {
  padding: 200px 0px;
  border-radius: 20px;
  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}
#content .standard .text {
  margin: auto;
  max-width: 680px;
  width: 90%;
}
hr {
  width: 98%;
  margin: auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px;
  display: block;
}
