/* Helle Mitte als Basis */
/* Helle Mitte als Basis */
.nav-container {
  display: flex;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0px;
  justify-self: center;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(to bottom, #fff8e4 48%, #cdab7e 128%);
  justify-self: flex-start;
  border-bottom: 1px solid #8e1e1e;
}
@media (max-width: 650px) {
  .nav-container {
    justify-content: space-between;
  }
}
.nav-container .nav-logo {
  text-align: center;
  justify-self: center;
}
.nav-container .nav-logo img {
  padding: 10px 20px 10px;
  height: 37px;
}
.nav-container .nav-menue {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  flex-direction: row;
  background: transparent;
  width: 100%;
}
@media (max-width: 650px) {
  .nav-container .nav-menue {
    display: none;
    position: absolute;
    background: linear-gradient(to bottom, #fff8e4 48%, #cdab7e 128%);
    flex-direction: column;
    left: -100%;
    top: 61px;
    gap: 20px;
    height: 100vh;
    width: 100%;
    justify-content: flex-start;
    border-bottom: #8e1e1e 1px solid;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  }
}
.nav-container .nav-menue ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 1px;
}
@media (max-width: 650px) {
  .nav-container .nav-menue ul {
    flex-direction: column;
    width: 100%;
  }
}
.nav-container .nav-menue ul .active {
  color: #8e1e1e;
}
.nav-container .nav-menue ul li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  font-size: clamp(16px, 1vw, 16px);
  margin: auto;
  padding: 10px 10px 10px;
  letter-spacing: 2px;
  color: #8e1e1e;
  text-transform: uppercase;
  align-items: center;
  justify-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.nav-container .nav-menue ul li:hover {
  background: #e6d1b1;
  border-radius: 2px;
  border-bottom: 1px solid #9a7b4d;
}
.nav-container .nav-menue ul li a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: #8e1e1e;
}
@media (max-width: 850px) {
  .nav-container .nav-menue ul {
    font-size: clamp(13px, 1vw, 14px);
    padding: 10px 6px 10px;
  }
}
@media (max-width: 650px) {
  .nav-container .nav-menue ul {
    width: 100%;
  }
}
.nav-container .right {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  font-size: clamp(16px, 1vw, 16px);
  margin-left: auto;
  padding: 10px 10px 10px;
  letter-spacing: 2px;
  color: #8e1e1e;
  text-transform: uppercase;
  align-items: center;
  justify-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
@media (max-width: 650px) {
  .nav-container .right {
    margin-left: unset;
    width: 100%;
  }
}
.nav-container .right a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.nav-container .right a .icon {
  display: flex;
  gap: 8px;
}
.nav-container .right a .icon img {
  width: 26px;
}
.nav-container .right a .icon .text-menu {
  font-size: 16px;
  padding: 0px;
  color: #8e1e1e;
}
@media (max-width: 820px) {
  .nav-container .right a .icon .text-menu {
    display: none;
  }
}
@media (max-width: 650px) {
  .nav-container .right a .icon .text-menu {
    display: flex;
  }
}
@media (max-width: 650px) {
  .nav-container .right a {
    color: #8e1e1e;
  }
}
.nav-container .right:hover {
  background: #e6d1b1;
}

/*STND NAVIGATION CL*/
.float-block {
  z-index: 1;
  position: absolute;
  display: none;
  opacity: 100%;
  padding: 10px !important;
  margin-left: none;
  margin: auto !important;
  top: 55px;
  background-color: #6d45e1;
  width: 100%;
  box-shadow: var(--shadow);
  border-radius: 4px;
}

.two-grid-block {
  display: flex;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  /* min-width: 200px; */
  gap: 41px;
  flex-wrap: wrap;
  align-content: center;
  align-items: baseline;
  flex-direction: row;
  justify-content: center;
}

#nop-clock {
  position: relative;
}

/* N A V I G A T I O N HAMBURGER*/
.open11 {
  display: none;
  justify-self: right;
  align-self: center;
  width: 30px;
  height: 22.5px;
  position: relative;
  margin: 0px 10px 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 650px) {
  .open11 {
    display: block;
  }
}
.open11 .open0 span {
  display: grid;
  position: absolute;
  height: 2px;
  width: 50%;
  background: white;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.open11 .open0 span:nth-child(1), .open11 .open0 span:nth-child(6) {
  transform: rotate(45deg);
}
.open11 .open0 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.open11 .open0 span:nth-child(2), .open11 .open0 span:nth-child(5) {
  transform: rotate(-45deg);
}
.open11 .open0 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.open11 .open0 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.open11 .open0 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.open11 .open0 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.open11 .open0 span:nth-child(5) {
  left: 5px;
  top: 12px;
}
.open11 .open0 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

.nav-icon {
  display: none;
  justify-self: flex;
  align-self: center;
  width: 30px;
  height: 22.5px;
  position: relative;
  margin: 0px 10px 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 650px) {
  .nav-icon {
    display: block;
  }
}
.nav-icon .open0 span {
  display: grid;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #8e1e1e;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-icon .open0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.nav-icon .open0 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.nav-icon .open0 span:nth-child(1), .nav-icon .open0 span:nth-child(2) {
  top: 0px;
}
.nav-icon .open0 span:nth-child(3), .nav-icon .open0 span:nth-child(4) {
  top: 9px;
}
.nav-icon .open0 span:nth-child(5), .nav-icon .open0 span:nth-child(6) {
  top: 18px;
}

.overlay {
  display: block;
  position: fixed;
  z-index: 2001;
  top: 56px;
  right: 0;
  width: 0%;
  height: 100%;
  background: rgb(0, 0, 0);
  overflow-x: hidden;
}
.overlay a {
  padding: 17px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay-content {
  position: relative;
  margin-top: 0;
  margin: auto;
  text-align: center;
  width: 90%;
}
.overlay-content li {
  text-align: center;
  list-style-type: none;
  border-bottom: 0.5px dotted white;
}

#open-time-mini {
  text-align: center;
  margin: auto;
}

#points {
  display: block;
  color: white;
  margin-top: 60px;
  margin: auto;
}

.overlay-icon {
  display: inline;
  width: 40px;
  height: 40px;
  background-color: var(--carmin);
  border-radius: 50%;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  color: white;
  background-color: var(--carmin);
  box-sizing: border-box;
  margin: 50px auto 0px;
}

.fa-phone {
  line-height: inherit !important;
  vertical-align: middle;
}

/* Helle Mitte als Basis */
.cookie-background {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1999;
  background-color: rgba(255, 255, 255, 0.667);
}
.cookie-background .cookie {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(45deg, #800014, transparent 50%), linear-gradient(135deg, #800014, transparent 50%), linear-gradient(225deg, #800014, transparent 50%), linear-gradient(315deg, #800014, transparent 50%), #FF5A5A;
  position: absolute;
  z-index: 2000;
  opacity: 1;
  transform: translate(0px, 0px);
  padding: 30px;
  margin: auto;
  max-width: 100%;
  color: rgb(255, 255, 255);
  left: 50%;
  top: -100%;
  transform: translate(-50%);
  width: 100%;
}
.cookie-background .cookie .head-main {
  color: white;
  font-size: 28px;
  margin-bottom: 42px;
}
.cookie-background .cookie .text-white {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: white;
  line-height: 27px;
}
.cookie-background .cookie a {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.cookie-background .cookie .two-buttons-row {
  display: flex;
  margin-top: 25px;
  gap: 20px;
}
.cookie-background .cookie .two-buttons-row .cookie-button {
  padding: 10px 20px;
  background: white;
  color: #8e1e1e;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
  width: 140px;
  text-align: center;
}
.cookie-background .cookie .two-buttons-row .cookie-button:hover {
  background: #c3b13b;
  color: white;
}
.cookie-background .cookie .check-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cookie-background .cookie .check-container .label-container {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: column;
  align-items: flex-start;
}
.cookie-background .cookie .check-container .label-container .text-white {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: white;
  line-height: 27px;
}
.cookie-background .cookie .check-container .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cookie-background .cookie .check-container .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #091512;
  border: 1px white solid;
}

.legal-container {
  position: relative;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  background: #cdcbc0;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .legal-container {
    padding: 10px;
    padding-top: 40px;
  }
}
.legal-container .imp-con {
  display: none;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  background-color: transparent;
  color: #272727;
  padding: 40px 50px 60px;
  text-align: left;
  max-width: 1000px;
  margin: auto;
  background-color: #e1dfd4;
}
@media screen and (max-width: 768px) {
  .legal-container .imp-con {
    max-width: 80%;
    padding: 20px;
    margin: 0px;
  }
}
.legal-container .imp-con a {
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
.legal-container .imp-con .head-1 {
  text-align: left;
  font-size: 23px;
  margin-bottom: 20px;
  color: black;
  margin-top: 26px;
}
.legal-container .imp-con .head-2 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  color: black;
}
.legal-container .imp-con .head-3 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
}
.legal-container .imp-con .text-black {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: black;
  line-height: 27px;
  max-width: 800px;
  margin-bottom: 20px;
}
.legal-container .imp-con ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.legal-container .imp-con ul li {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
  color: black;
  max-width: 800px;
}
.legal-container .legal-close {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #8e1e1e;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
  color: white;
  font-size: 20px;
  align-items: center;
}

#leg-imp {
  display: none;
}

/* Helle Mitte als Basis */
.form-head {
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 650px) {
  .form-head {
    background: transparent;
    padding: 0px;
    box-shadow: none;
    margin-bottom: 30px;
  }
}

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 60px 30px 30px;
}
@media (max-width: 650px) {
  .contact-form {
    background: none;
    padding: 0px;
    box-shadow: none;
  }
}
.contact-form .info-text {
  border-radius: 10px;
  line-height: 25px;
  font-size: 16px;
  max-width: 700px;
  width: 80%;
  color: white;
  text-align: left;
  padding: 10px 10px 30px;
  margin: 0px 0px 40px;
}
@media (max-width: 650px) {
  .contact-form .info-text {
    width: 100%;
  }
}
.contact-form .progress {
  opacity: 0;
  z-index: 1000;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form .progress img {
  width: 100px;
}

textarea:focus,
input:focus {
  outline: none;
}

.input-two {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 90%;
  max-width: 600px;
}

.input-con-index {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-grow: 1;
  width: 95%;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .input-con-index {
    width: 90%;
  }
}
.input-con-index img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 24px;
  right: 10px;
}

input {
  font-size: 16px;
  color: #4d4d4d;
  background: rgba(255, 255, 255, 0.8823529412);
}

.floating-label {
  color: #316ab6;
  position: absolute;
  background-color: transparent;
  padding: 0px;
  font-size: 14px;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  pointer-events: none;
}

.label-active {
  top: 10px;
  left: 8px;
  font-size: 13px;
  transition: 0.2s;
}

.floating-label-edit {
  position: absolute;
  background-color: transparent;
  padding: 0px;
  font-size: 14px;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  pointer-events: none;
}

.input-field,
.input-field-small {
  position: relative;
  height: 40px;
  flex-grow: 1;
  padding: 15px 10px 5px;
  border-radius: 4px;
  border: 1px solid white;
  width: 100%;
}
@media (max-width: 750px) {
  .input-field,
  .input-field-small {
    height: 30px;
  }
}
.input-field:focus ~ .floating-label, .input-field:not(:focus):valid ~ .floating-label,
.input-field-small:focus ~ .floating-label,
.input-field-small:not(:focus):valid ~ .floating-label {
  top: 10px;
  left: 8px;
  font-size: 13px;
  transition: 0.2s;
}
.input-field:focus + .floating-label-edit, .input-field:not(:focus):valid + .floating-label-edit,
.input-field-small:focus + .floating-label-edit,
.input-field-small:not(:focus):valid + .floating-label-edit {
  top: 10px;
  left: 8px;
  font-size: 13px;
  transition: 0.2s;
}

.input-field-small {
  height: 30px;
}

.textArea {
  font-family: "Roboto";
  display: flex;
  color: #4d4d4d;
  background: rgba(255, 255, 255, 0.8509803922);
  position: relative;
  min-height: 200px;
  outline: 0px none transparent;
  border-radius: 4px;
  font-size: 16px;
  padding: 40px 10px 30px;
  width: 100%;
  border: none;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .textArea {
    width: 100%;
  }
}
.textArea:focus ~ .floating-label, .textArea:not(:focus):valid ~ .floating-label {
  top: 10px;
  left: 8px;
  font-size: 13px;
  transition: 0.2s;
}

#responses {
  display: none;
}
#responses img {
  height: 90px;
  width: 90px;
  min-height: unset;
}

#success_message,
#error_message {
  border-radius: 3px;
  position: relative;
  text-align: center;
  background: white;
  color: rgb(255, 255, 255);
  padding: 20px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px white solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Style the checkmark/indicator */
  /* Hide the browser's default checkbox */
}
.label-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  background-color: green;
}

.label-container:hover input ~ .checkmark {
  background-color: blue;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.map-responsive {
  position: relative;
  display: flex;
  background-color: #008a9e;
  /* padding: 49px; */
  margin: auto;
  min-width: 100%;
  overflow: hidden;
  justify-content: center;
  flex-direction: column;
}
.map-responsive img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 650px) {
  .map-responsive {
    padding: 5px;
  }
}
.map-responsive .but-map {
  cursor: pointer;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%);
  background: #008a9e;
  color: white;
  min-width: 150px;
  /* height: 35px; */
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
.map-responsive .but-map a {
  color: white;
}

.select-wrapper {
  position: relative;
  font-size: 14px;
  background-color: white;
  width: 100%;
  padding: 20px 6px 7px;
  border: none;
  color: white;
  padding: 17px 6px 7px;
  width: 100%;
  height: 40px;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
  clear: both;
}
.select-wrapper ul {
  display: none;
  position: absolute;
  top: 40px;
  flex-direction: column;
  background: black;
  width: 90%;
  padding: 15px;
}
.select-wrapper li {
  cursor: pointer;
  list-style-type: none;
  padding: 10px;
  margin: 0;
  color: white;
}
.select-wrapper li:hover {
  background-color: orange;
  color: white;
}

.tooltip-contact {
  display: flex;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-align: left;
  padding: 5px 10px 5px;
}

.end-message {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.end-message .head {
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.end-message .text {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

@font-face {
  font-family: "Roboto";
  src: url("roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("roboto/Roboto-Black.ttf");
}
@font-face {
  font-family: "Indie";
  src: url("indie/IndieFlower-regular.ttf");
}
@font-face {
  font-family: "Poppins-Reg";
  src: url("poppins/Poppins-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Poppins-Reg";
  font-family: "Roboto";
  background: white;
  color: rgb(255, 255, 255);
  text-align: center;
}

.content-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.head,
.head-small,
.head-dark,
.head-white,
.head-news {
  font-size: clamp(20px, 3vw, 36px);
  color: #8e1e1e;
  margin-bottom: 20px;
  font-weight: bold;
}

.head-white {
  color: #ffffff;
  margin-bottom: 50px;
  margin-top: 100px;
  font-weight: normal;
}

.head-dark {
  font-size: clamp(20px, 3vw, 36px);
  color: #a28e76;
  margin-bottom: 0px;
  margin: 100px auto 100px;
}

.head-news {
  font-size: clamp(20px, 3vw, 36px);
  color: #53412c;
  margin-bottom: 0px;
  margin: 100px auto 50px;
}

.head-indie,
.head-script,
.head-indie-white {
  font-family: "Roboto";
  font-size: clamp(20px, 3vw, 30px);
  color: #a28e76;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .head-indie,
  .head-script,
  .head-indie-white {
    margin-bottom: 30px;
  }
}

.head-indie-white {
  color: #ffffff;
}

.head-script {
  font-family: "Poppins-Reg";
  font-size: clamp(14px, 3vw, 23px);
  color: #8e1e1e;
  letter-spacing: 2px;
}

.head-small {
  font-size: clamp(19px, 3vw, 23px);
  color: #a28e76;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 20px;
}

.text,
.text-info {
  padding: 10px 10px 10px;
  text-align: left;
  line-height: 39px;
  letter-spacing: 1px;
  font-size: clamp(16px, 3vw, 22px);
  color: #626262;
  max-width: 800px;
}
@media screen and (max-width: 650px) {
  .text,
  .text-info {
    line-height: 22px;
  }
}
@media screen and (max-width: 350px) {
  .text,
  .text-info {
    line-height: 20px;
  }
}

.text-info {
  font-size: clamp(14px, 3vw, 19px);
  text-align: left;
  line-height: 32px;
}
@media screen and (max-width: 650px) {
  .text-info {
    line-height: 22px;
  }
}
@media screen and (max-width: 350px) {
  .text-info {
    line-height: 20px;
  }
}

.button,
.button-beige {
  background-color: #8e1e1e;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  max-width: 100%;
  max-width: 250px;
  border-radius: 5px;
  min-width: 140px;
  border: 1px solid transparent;
}
.button a,
.button-beige a {
  color: white;
  text-decoration: none;
}
.button:hover,
.button-beige:hover {
  background-color: #003a4f;
  border: 1px solid white;
}

.button-beige {
  background-color: #8e1e1e;
  color: #e3dfd6;
}
.button-beige:hover {
  background-color: green;
  color: white;
}
.button-beige .buchen-icon img {
  height: 20px;
}

.button-buchen {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: solid 1px #a28e76;
  background: #8e1e1e;
  color: #e3dfd6;
  padding: 10px 20px 10px;
  border-radius: 4px;
  gap: 15px;
  margin-top: 40px;
}
.button-buchen:hover {
  background-color: #8e1e1e;
  color: white;
}
.button-buchen .buchen-text {
  font-size: 16px;
}
.button-buchen .buchen-icon img {
  height: 25px;
}

.welcome-con {
  display: flex;
  margin-bottom: 50px;
  margin-top: 50px;
}
.welcome-con img {
  width: 600px;
  max-width: 100%;
}

.icon-text-con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 3px 15px 3px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.27);
}
.icon-text-con .icon img {
  width: 30px;
}
.icon-text-con .icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #8e1e1e;
  font-weight: bold;
}

.panorama {
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .panorama {
    min-height: 195px;
    width: 100%;
  }
}

.panel-slider,
.panel-std,
.panel-red,
.panel-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.panel-slider .img-bottom,
.panel-std .img-bottom,
.panel-red .img-bottom,
.panel-form .img-bottom {
  position: absolute;
  bottom: -4px;
  display: flex;
  width: 100%;
}
.panel-slider .img-bottom img,
.panel-std .img-bottom img,
.panel-red .img-bottom img,
.panel-form .img-bottom img {
  width: 100%;
}
.panel-slider .img-logo,
.panel-std .img-logo,
.panel-red .img-logo,
.panel-form .img-logo {
  position: absolute;
  bottom: 0;
  width: 600px;
}
@media screen and (max-width: 650px) {
  .panel-slider .img-logo,
  .panel-std .img-logo,
  .panel-red .img-logo,
  .panel-form .img-logo {
    width: 80%;
  }
}
.panel-slider .img-logo img,
.panel-std .img-logo img,
.panel-red .img-logo img,
.panel-form .img-logo img {
  width: 100%;
}
.panel-slider .background,
.panel-std .background,
.panel-red .background,
.panel-form .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e96b5 80%, rgba(94, 150, 181, 0) 90%);
}
@media screen and (max-width: 1000px) {
  .panel-slider .background,
  .panel-std .background,
  .panel-red .background,
  .panel-form .background {
    background: linear-gradient(180deg, #5e96b5 89%, rgba(94, 150, 181, 0) 95%);
  }
}
@media screen and (max-width: 650px) {
  .panel-slider .background,
  .panel-std .background,
  .panel-red .background,
  .panel-form .background {
    background: linear-gradient(180deg, #5e96b5 75%, rgba(94, 150, 181, 0) 95%);
  }
}
.panel-slider .mini-con,
.panel-std .mini-con,
.panel-red .mini-con,
.panel-form .mini-con {
  background: #8e1e1e;
  border: 2px solid white;
  box-shadow: 1px 2px 1px #e3dfd6, 0px 6px 16px #947e62, 4px 4px 1px #e3dfd6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  padding: 20px;
  border-radius: 50%;
  margin: 50px auto 50px;
}
.panel-slider .mini-con .logo-haus,
.panel-std .mini-con .logo-haus,
.panel-red .mini-con .logo-haus,
.panel-form .mini-con .logo-haus {
  width: 172px;
  height: 150px;
}
@media screen and (max-width: 320px) {
  .panel-slider .mini-con,
  .panel-std .mini-con,
  .panel-red .mini-con,
  .panel-form .mini-con {
    width: 250px;
    height: 250px;
    gap: 20px;
  }
}
.panel-slider .info-con,
.panel-std .info-con,
.panel-red .info-con,
.panel-form .info-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px;
  max-width: 800px;
  width: 100%;
}
.panel-std,
.panel-red {
  padding: 123px 10px 50px;
  background: #8e1e1e;
  border-bottom: none;
  overflow: hidden;
}
@media (max-width: 650px) {
  .panel-std,
  .panel-red {
    padding: 40px 10px 20px;
  }
}
.panel-std .mini-foto,
.panel-red .mini-foto {
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
@media (max-width: 650px) {
  .panel-std .mini-foto,
  .panel-red .mini-foto {
    max-width: 100px;
  }
}
.panel-std .top-foto,
.panel-red .top-foto {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 260px;
}
.panel-std .horizontal,
.panel-red .horizontal {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.panel-std .horizontal .pic-text-con,
.panel-red .horizontal .pic-text-con {
  cursor: pointer;
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.5882352941);
  position: relative;
  background-color: white;
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  max-width: 400px;
}
@media (max-width: 450px) {
  .panel-std .horizontal .pic-text-con,
  .panel-red .horizontal .pic-text-con {
    max-width: 90%;
  }
}
.panel-std .horizontal .pic-text-con .pic-text,
.panel-red .horizontal .pic-text-con .pic-text {
  text-align: center;
  margin: 0px 0px 20px;
  font-size: 16px;
  color: #5b4e3d;
  max-width: 400px;
  line-height: 25px;
  letter-spacing: 1px;
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .panel-std .horizontal .pic-text-con .pic-text,
  .panel-red .horizontal .pic-text-con .pic-text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.panel-std .horizontal .pic-text-con .head-beige,
.panel-red .horizontal .pic-text-con .head-beige {
  font-size: clamp(16px, 3vw, 20px);
  color: #a89c83;
  margin: 6px auto 3px;
  max-width: 90%;
}
@media (max-width: 650px) {
  .panel-std .horizontal .pic-text-con .head-beige,
  .panel-red .horizontal .pic-text-con .head-beige {
    font-size: 18px;
  }
}
.panel-std .horizontal .pic-text-con .pic-img,
.panel-red .horizontal .pic-text-con .pic-img {
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  max-width: 400px;
}
.panel-std .horizontal .pic-text-con .button,
.panel-red .horizontal .pic-text-con .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgb(0, 0, 0);
  color: white;
  padding: 6px 13px;
  cursor: pointer;
  font-size: 13px;
  transition: 0.3s;
  max-width: 100px;
  border-radius: 2px;
  min-width: 0px;
}

.panel-red {
  background: linear-gradient(135deg, rgb(167, 0, 0) 10% 10%, rgb(235, 49, 49) 40% 50%, rgb(155, 5, 60));
}

.abs-middle-con {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  align-content: space-between;
  justify-content: space-between;
  background: #8e1e1e;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 650px) {
  .abs-middle-con {
    padding: 10px 5px 10px;
  }
}
.abs-middle-con .icon {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 650px) {
  .abs-middle-con .icon {
    gap: 5px;
  }
}
.abs-middle-con .icon .img img {
  width: 26px;
}
@media (max-width: 650px) {
  .abs-middle-con .icon .img img {
    width: 18px;
  }
}
.abs-middle-con .icon .icon-txt {
  font-size: 16px;
}
@media (max-width: 650px) {
  .abs-middle-con .icon .icon-txt {
    font-size: 12px;
  }
}
.abs-middle-con .icon .icon-txt a {
  color: white;
  text-decoration: none;
}
.abs-middle-con .logo {
  height: 44px;
  margin-left: 20px;
}
.abs-middle-con .hamburger-menue {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
@media (max-width: 650px) {
  .abs-middle-con .hamburger-menue {
    margin-right: 5px;
  }
}
.abs-middle-con .hamburger-menue .block {
  margin-bottom: 6px;
  height: 3px;
  width: 30px;
  background: white;
}
@media (max-width: 650px) {
  .abs-middle-con .hamburger-menue .block {
    height: 2px;
    width: 20px;
  }
}
.abs-middle-con .int-img {
  background: #8e1e1e;
  padding: 10px;
  width: 29vw;
  max-width: 800px;
  min-width: 200px;
  margin-left: 15px;
  max-height: 40px;
}
@media (max-width: 650px) {
  .abs-middle-con .int-img {
    min-width: 144px;
    margin-left: 5px;
    padding: 5px 0px 5px;
  }
}

.full-size-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 100%;
  max-height: 700px;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (max-width: 650px) {
  .full-size-img {
    max-height: 360px;
  }
}

.fade-out {
  opacity: 0;
}

.slider-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider-con .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 800px;
}
.slider-con .slide .img-slider {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 5000px;
}

.panel-form {
  width: 100%;
  height: 100%;
}

.map-container {
  display: flex;
  justify-content: center;
}
.map-container .map {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  min-height: 400px;
}
.map-container .map iframe {
  width: 100%;
}
.map-container .map img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
  max-width: 1500px;
  width: 100%;
}
.map-container .map .but-map {
  cursor: pointer;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%);
  background: #4d0b0f;
  color: white;
  min-width: 150px;
  /* height: 35px; */
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
.map-container .map .but-map a {
  color: white;
}

/*TERMIN*/
.img-icon {
  width: 30px;
  height: 30px;
  background-color: #4d0b0f;
  padding: 1px 0px 1px;
  border-radius: 50%;
}

.close-round {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 30px;
  background-color: #b80071;
}

.kalendar-modal {
  display: none;
  z-index: 2000;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7411764706);
  top: -114px;
  bottom: 0;
  left: 0;
  right: 0;
}
.kalendar-modal .kalendar-help-con {
  color: #000000;
  position: absolute;
  z-index: 100;
  top: 0%;
  left: 0%;
  width: 400px;
  display: flex;
  margin: auto;
  border: 1px solid #3b3b3b;
  text-align: left;
  font-size: 13px;
  background: white;
}
.kalendar-modal .kalendar-container {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 216px;
  display: block;
  margin: auto;
  border: 1px solid #3b3b3b;
  text-align: center;
  font-size: 14px;
  background: white;
}
.kalendar-modal .kalendar-container .kalendar-head {
  text-align: center;
  display: flex;
  background-color: #ffffff;
  color: black;
  padding: 5px;
  font-size: 15px;
  justify-content: space-around;
  box-shadow: inset 0px -4px 10px -3px rgb(82, 82, 82);
}
.kalendar-modal .kalendar-container .kalendar-head .kalendar-rect {
  padding: 3px 7px 0px;
}
.kalendar-modal .kalendar-container .kalendar-head .kalendar-rect img {
  width: 12px;
}
.kalendar-modal .kalendar-container .kalendar-grid {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(7, 30px);
  grid-template-rows: repeat(7, 30px);
  font-size: 14px;
  color: black;
  /* Testweise */
  border: 1px solid lightgray;
  /* Damit du siehst, ob sie gerendert werden */
}
.kalendar-modal .kalendar-container .kalendar-grid .kalendar-block-days {
  color: #3b3b3b;
  padding: 7px;
  cursor: pointer;
  background-color: #ffffff;
}
.kalendar-modal .kalendar-container .kalendar-grid .kalendar-block {
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  /* Testweise */
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  align-items: center;
  justify-content: center;
}
.kalendar-modal .kalendar-container .kalendar-bottom {
  display: flex;
  width: 100%;
  background: white;
  align-items: flex-end;
}
.kalendar-modal .kalendar-container .kalendar-bottom .button {
  font-size: 14px;
  background: white;
  border: 1px solid #d0d0d0;
  color: #3b3b3b;
  width: 50%;
  padding: 3px;
  border-radius: 0px;
  min-width: auto;
}

#kalendar-prev {
  position: absolute;
  right: 0;
  top: 0;
}

#kalendar-back {
  position: absolute;
  left: 0;
  top: 0;
}

/*TIME */
.kalendar-grid-time {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kalendar-termin {
  background-color: #85d6f8;
  color: #3b3b3b;
  padding: 5px;
}

.info-box {
  display: flex;
  background: #b49375;
  border-radius: 10px;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: column;
  padding: 20px 15px 20px;
  width: 250px;
}
@media (max-width: 650px) {
  .info-box {
    width: 90%;
    flex-direction: row;
    padding: 10px 7px 10px;
    background: rgba(255, 255, 255, 0.182);
  }
}
.info-box .icon-round {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.info-box .icon-round .icon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a18164;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: white;
}
@media (max-width: 650px) {
  .info-box .icon-round .icon-img {
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
.info-box .icon-round .icon-img img {
  height: 33px;
}
@media (max-width: 650px) {
  .info-box .icon-round .icon-img img {
    height: 25px;
  }
}
.info-box .icon-round .icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 650px) {
  .info-box .icon-round .icon-text {
    display: none;
  }
}
.info-box .normal-text {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
}
@media screen and (max-width: 650px) {
  .info-box .normal-text {
    text-align: left;
    font-size: 15px;
  }
}

.foot-modern {
  display: flex;
  flex-direction: row;
  gap: 3em;
  padding: 80px 10px 40px;
  align-self: center;
  margin: auto;
  flex-wrap: wrap;
  background: #343434;
  font-size: 14px;
  justify-content: space-around;
  font-size: 16px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .foot-modern {
    flex-direction: column;
    padding: 80px 20px 40px;
  }
}
.foot-modern .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  font-size: 16px;
}
.foot-modern .block .table {
  display: flex;
  flex-direction: row;
  gap: 18px;
  line-height: 29px;
}
.foot-modern .block .table .left {
  font-size: 14px;
  letter-spacing: 5px;
}
@media (max-width: 650px) {
  .foot-modern .block .table .left {
    letter-spacing: normal;
  }
}
.foot-modern .block .table .right {
  font-size: 14px;
}
.foot-modern .block .head {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
  color: white;
}
.foot-modern .block .text {
  display: flex;
  flex-direction: column;
  font-weight: lighter;
  font-size: 14px;
  color: white;
  line-height: 29px;
  padding: 0px;
}
.foot-modern a {
  color: white;
  text-decoration: none;
}

.legal-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #343434;
  gap: 5px;
}
.legal-block .legal-trenn {
  width: 1px;
  height: 25px;
  background-color: #656565;
}
.legal-block .legal-button {
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
  max-width: 100%;
  max-width: 250px;
  border-radius: 5px;
  text-decoration: none;
}

.img-view {
  position: absolute;
  flex-direction: column;
  z-index: 10000;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a98962;
  align-items: center;
  justify-content: center;
}
.img-view .image-headline {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}
.img-view .image-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  background: #926228;
}
@media screen and (max-width: 650px) {
  .img-view .image-container {
    padding: 2px;
  }
}
.img-view .image-container .image-view {
  max-height: 90vh;
}
.img-view .image-container .point-con {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .img-view .image-container .point-con {
    bottom: -50px;
  }
}
.img-view .image-container .point-con .point {
  cursor: pointer;
  display: flex;
  background: #ddc5a9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #906c41;
  color: white;
  align-items: center;
  justify-content: center;
}
.img-view .image-container img {
  width: 100%;
}
.img-view .prev,
.img-view .next {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(182, 17, 17, 0.81);
  width: 35px;
  height: 35px;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 7px 0px 7px;
}
@media (max-width: 650px) {
  .img-view .prev,
  .img-view .next {
    width: 15px;
    height: 15px;
    left: 2px;
  }
}
.img-view .prev img,
.img-view .next img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.img-view .next {
  left: auto;
  right: 5px;
}
@media (max-width: 650px) {
  .img-view .next {
    right: 2px;
  }
}
.img-view .next img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.img-view .close {
  cursor: pointer;
  display: flex;
  position: absolute;
  background: rgb(104, 104, 104);
  width: 35px;
  height: 35px;
  right: 15px;
  top: 15px;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.img-view .button-close {
  display: flex;
  cursor: pointer;
  position: absolute;
  background: #866b4a;
  border: 1.5px solid #71512b;
  bottom: 1px;
  justify-content: center;
  flex-direction: column;
  bottom: 10px;
  width: 200px;
  height: 45px;
  color: #ffeed8;
}
@media (max-width: 650px) {
  .img-view .button-close {
    display: flex;
    width: 100%;
    bottom: 0px;
  }
}

.widget-modal {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.431372549);
}

.news-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  border-radius: 4px;
  margin-top: 100px;
}
.news-container .news-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  background-color: transparent;
  border-radius: 4px;
  width: 100%;
}
.news-container .news-block .news-text-block {
  box-sizing: border-box;
  padding: 20px;
}
.news-container .news-block .news-text-block .head {
  font-size: clamp(18px, 3vw, 24px);
  color: rgb(116, 92, 58);
  font-weight: bold;
  margin: 20px auto 20px;
}
.news-container .news-block .news-text-block .news-text {
  font-size: 18px;
  color: rgb(113, 72, 15);
  line-height: 30px;
  letter-spacing: 1px;
}
@media (max-width: 650px) {
  .news-container .news-block .news-text-block .news-text {
    font-size: 14px;
    line-height: 25px;
  }
}
.news-container .news-block .news-link {
  font-size: clamp(18px, 3vw, 24px);
  color: rgb(113, 72, 15);
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.news-container .news-block .news-link .button {
  background: transparent;
  color: #71480f;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
  margin-left: 10px;
  border: 2px solid #71480f;
}
.news-container .news-block .news-link a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: rgb(113, 72, 15);
  text-decoration: none;
}
.news-container .news-block .news-link a img {
  width: 30px;
  height: 30px;
}
.news-container .news-block .news-link a .text-link {
  text-align: left;
  font-size: clamp(15px, 3vw, 18px);
  color: rgb(113, 72, 15);
  margin-left: 10px;
}
.news-container .news-block .news-link:hover {
  text-decoration: underline;
}
.news-container .news-block .news-img {
  width: 100%;
  max-width: 450px;
  border-radius: 4px;
}/*# sourceMappingURL=site.css.map */