@charset "UTF-8";
body {
  font-family: sans-serif;
}

#wip {
  font-family: sans-serif;
  color: #fff;
  display: flex;
  flex-direction: space-around;
  justify-content: center;
}
#wip-page {
  font-family: sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  margin: auto;
  text-align: center;
}
#wip-login {
  font-family: sans-serif;
  margin: auto;
  width: 320PX;
}
#wip-login form {
  position: relative;
  margin: auto;
  text-align: center;
  width: 320PX;
}
#wip-login form input[type=password], #wip-login form input[type=text], #wip-login form select, #wip-login form textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical;
}
#wip-login form input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#wip-login form input[type=submit]:hover {
  background-color: #45a049;
}
#wip .label {
  padding-top: 5px;
  font-size: 12px;
}
#wip .label p {
  margin: 0;
}
#wip .smalltext {
  border-radius: 3px;
  background: #c0894d;
  width: 64px;
  height: 64px;
  font-size: 30px;
  margin: auto;
  overflow: hidden;
}
#wip .seconds {
  position: relative;
  width: 50px;
  height: 28px;
  overflow: hidden;
}
#wip .days, #wip .hours, #wip .minutes, #wip .seconds {
  display: flex;
  flex-direction: column;
  padding: 4px;
  border-radius: 3px;
  background: #817766;
  margin: 2px;
  width: 64px;
  height: 64px;
}
#wip .seconds .smalltext span {
  position: absolute;
  left: 0;
  transform: translateY(50%);
  animation: fly 1.5s ease forwards;
  text-align: center;
  width: 100%;
  min-width: 65px;
  height: 35px;
}

@keyframes fly {
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  65% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(-150%);
    opacity: 0;
  }
  100% {
    transform: translateY(-150%);
    opacity: 0;
  }
}
@media only screen and (max-width: 360px) {
  #wip {
    font-family: sans-serif;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: space-around;
    justify-content: center;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
  }
  #wip-login {
    margin: auto;
    width: 320;
  }
  #wip-login form {
    margin: auto;
    text-align: center;
    width: 320PX;
  }
}
* {
  font-family: "Montserrat-Regular";
}

@font-face {
  font-family: "Montserrat-Regular"; /* Gewünschter Name */
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Christmas Market"; /* Gewünschter Name */
  src: url("../fonts/Christmas Market.otf");
}
.welcome h1 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-style: italic;
}
.welcome p {
  font-size: 24px;
  color: #fff;
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

.overflow {
  overflow: hidden;
}

#logo {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 6px;
  background: white;
  top: 0px;
  left: 0px;
  position: absolute;
}

#header {
  height: 560px;
  padding: 0;
  padding-right: 0px;
  position: relative;
}

form {
  position: relative;
  margin: auto;
  text-align: center;
  width: 420px;
  z-index: 2;
}
form input[type=password], form input[type=text], form select, form textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical;
}
form input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
form input[type=submit]:hover {
  background-color: #45a049;
}

.header-contact {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 4px 10px;
  background: white;
  top: 0px;
  right: 0px;
  position: absolute;
}
.header-contact a {
  color: #c0894d;
  text-decoration: none;
  font-size: 16px;
}
.header-contact a:hover {
  color: #936b41;
}

.button {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  min-width: 120px;
  max-width: 320px;
  border: none;
  border-radius: 4px;
  margin: 2px auto;
  display: block;
  cursor: pointer;
}
.button:hover {
  background-color: #45a049;
}

.header-image {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.mySlides {
  display: none;
  width: 100%;
  height: 100%;
}
.mySlides img {
  vertical-align: middle;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 20%;
  filter: brightness(50%);
}

.burger-fix {
  top: 0 !important;
  position: fixed !important;
}

.slideshow-container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.active {
  background-color: black;
}

.text {
  color: #f2f2f2;
  font-size: 92px;
  padding: 8px 12px;
  position: absolute;
  bottom: 45%;
  left: 10px;
  font-family: "Christmas Market";
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

.fades {
  transition: 2s;
  opacity: 0;
}

.inView {
  transition: 2s;
  opacity: 1 !important;
  -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
  transform: translateY(0px) rotate(0deg) translateZ(0);
}

@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.menu-btn-one {
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  height: auto;
  position: absolute;
  top: 60%;
  right: 0;
  display: none;
  margin: auto;
  height: 30px;
}
.menu-btn-one input {
  margin: auto;
  display: block;
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  opacity: 0;
  z-index: 9;
}
.menu-btn-one input:checked ~ span:nth-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(-6px, 5px);
  background: #c0894d;
  box-shadow: 0 0 2em 0.2em #c0894d;
}
.menu-btn-one input:checked ~ span:nth-child(3) {
  opacity: 0;
}
.menu-btn-one input:checked ~ span:nth-child(4) {
  display: block;
  transform: rotate(135deg);
  opacity: 1;
  margin-top: -3px;
  width: 35px;
  transform: rotate(45deg) translate(-5px, -5px);
  background: #c0894d;
  box-shadow: 0 0 2em 0.2em #c0894d;
}
.menu-btn-one span {
  width: 35px;
  height: 3px;
  background: #4e4e4e;
  position: relative;
  display: block;
  margin: 6px 0;
  border-radius: 2px;
  transition: all 0.2s linear;
}

.images {
  z-index: 99;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.images img {
  margin: 10px auto;
  position: relative;
  max-width: 210px;
}

.oeffnungszeiten {
  position: absolute;
  top: 140px;
  left: 140px;
  background: white;
  border-radius: 10px;
  text-align: right;
}

.mobile-navi {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 20;
  transition: 0.4s all;
  left: -100%;
  top: 0;
  display: flex;
  flex-direction: column;
}
.mobile-navi ul {
  margin: 0;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-navi li {
  list-style-type: none;
  margin: auto 6px;
  padding: 12px;
}
.mobile-navi ul li a {
  margin: auto;
  width: 100%;
  text-align: center;
  transition: all 1s;
  position: relative;
  color: #c0894d;
  text-decoration: none;
  font-size: 14px;
}
.mobile-navi ul li a:hover {
  transition: all 1s;
  color: #dbc7a0;
}
.mobile-navi ul li a::before {
  transition: all 1s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  transform: translateX(-50%);
  background: #958a76;
}
.mobile-navi ul li a:hover::before {
  transition: all 1s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translateX(-50%);
  background: #dbc7a0;
}

.pressed {
  transition: 0.2s all;
  top: 0px;
}

#navigator-main {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 800px;
  position: absolute;
  right: 0;
  top: 60%;
  padding: 6px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  transform: translateY(50%);
}

#navigator-main ul {
  margin: 0;
  padding: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#navigator-main li {
  list-style-type: none;
  margin: auto 6px;
}

#navigator-main ul li a {
  transition: all 1s;
  position: relative;
  color: #c0894d;
  text-decoration: none;
  font-size: 14px;
}

#navigator-main ul li a:hover {
  transition: all 1s;
  color: #dbc7a0;
}

#navigator-main ul li a::before {
  transition: all 1s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  transform: translateX(-50%);
  background: #958a76;
}

#navigator-main ul li a:hover::before {
  transition: all 1s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translateX(-50%);
  background: #dbc7a0;
}

.aboutme {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.aboutme-left {
  max-width: 460px;
  width: 50%;
  padding: 20px;
}
.aboutme-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  max-width: 460px;
  padding: 20px;
}

.aboutme-img {
  transition: 1s all;
  z-index: 4;
  position: relative;
  width: 100%;
  padding: 10px auto;
}
.aboutme-img img {
  margin: auto;
  width: 100%;
}

.zoom {
  transition: 1s all;
}
.zoom:hover {
  transform: scale(1.1);
}

.info-container {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #958a76;
  text-align: left;
  z-index: 4;
}
.info-container .card {
  max-width: 900px;
  background: #fffaf6;
  border-radius: 12px;
  padding: 28px 10px;
  box-shadow: 0 6px 20px rgba(46, 40, 35, 0.06);
}
.info-container h1 {
  margin: 0 0 12px 0;
  font-size: 26px;
  color: #2f2a25;
}
.info-container h2 {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 8px;
  color: #9b8b7a;
}
.info-container p, .info-container ul {
  margin: 0 0 12px 0;
  color: #6b635c;
}
.info-container ul {
  margin-left: 20px;
}
.info-container a {
  color: #9b8b7a;
  text-decoration: none;
}
.info-container .note {
  background: #fbf7f3;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  color: #6b635c;
}

#service-section {
  background: #817766;
  margin: auto;
  padding: 60px 0 0 0;
  position: relative;
}

.service-cards {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  max-width: 1280px;
}

.service-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 520px;
  border-radius: 10px;
  margin: 8px;
  background: #f8f5f0;
  z-index: 3;
}

.service-card-head {
  border-radius: 10px;
  height: 100px;
  width: 100px;
  overflow: hidden;
  display: block;
  text-align: center;
  align-items: center;
  object-position: center;
  margin: 0;
}
.service-card-head img {
  text-align: center;
  align-items: center;
  object-position: center;
  margin: auto;
  width: 100px;
  height: 100px;
  display: block;
}

.service-card-content {
  max-width: 320px;
  min-width: 320px;
  margin: 0;
  padding: 12px;
  display: table-cell;
}
.service-card-content h3 {
  margin: 0;
}

.service-card-content p {
  color: #8f8f8f;
}

.service-card-icon {
  margin: 10px;
}

.section-header, .section-header2 {
  top: -40px;
  position: relative;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
  color: white;
}
.section-header h1, .section-header2 h1 {
  top: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  position: relative;
  z-index: 10;
  color: white;
}

.section-content {
  margin: 10px auto;
  padding: 10px;
  padding-top: 20px;
  text-align: center;
}
.section-content p {
  position: relative;
  z-index: 5;
}

.section-header .left, .section-header2 .left {
  position: absolute;
  width: 100%;
  margin: auto;
}
.section-header .left:after, .section-header2 .left:after {
  content: "";
  position: absolute;
  top: -100%;
  left: calc(50% - 210px);
  transform: translateX(-100%);
  border-top: 100px solid transparent;
  border-right: 100px solid #958a76;
  z-index: 2;
}
.section-header .left:before, .section-header2 .left:before {
  content: "";
  position: absolute;
  top: -100%;
  right: calc(50% - 210px);
  transform: translateX(100%);
  border-top: 100px solid transparent;
  border-left: 100px solid #958a76;
  z-index: 2;
}

.section-header::after, .section-header2::after {
  transition: 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 100px;
  background: #958a76;
  z-index: 2;
}

.section, .section2 {
  position: relative;
  background: #958a76;
  padding-bottom: 60px;
}

.section-header2 {
  font-size: 14px;
}
.section-header2::after {
  background: #d4ba8a;
  z-index: 2;
}

.section-header2 .left {
  position: absolute;
  width: 100%;
  margin: auto;
}
.section-header2 .left::after {
  content: "";
  position: absolute;
  top: -100%;
  left: calc(50% - 210px);
  transform: translateX(-100%);
  border-top: 100px solid transparent;
  border-right: 100px solid #d4ba8a;
  z-index: 2;
}
.section-header2 .left::before {
  content: "";
  position: absolute;
  top: -100%;
  right: calc(50% - 210px);
  transform: translateX(100%);
  border-top: 100px solid transparent;
  border-left: 100px solid #d4ba8a;
  z-index: 2;
}

.section2 {
  background: #d4ba8a;
}

.service-card-image {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: contain;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}

.section-header p, .section-header2 p {
  text-align: center;
  max-width: 620px;
  font-size: 14px;
  margin: auto;
  color: black;
}

.service-card.vertical {
  flex-direction: column !important;
  flex-wrap: wrap;
}

#contact-section {
  background: #817766;
  margin: auto;
}

#footer {
  margin: auto;
  padding: 20px;
  padding-bottom: 100px;
  background: #958a76;
}

.footer-inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.footer-copyright a {
  margin: auto;
  width: 64px;
}

#footer-navigator ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#footer-navigator ul li {
  list-style-type: none;
  margin: auto 4px;
}

.footer-copyright p {
  list-style-type: none;
  margin: 4px;
  padding: 0;
}

#footer-navigator ul li a {
  color: white;
}

#footer-navigator ul li a:hover {
  color: #c0894d;
}

#footer-contact {
  padding: 4px;
}

#footer-contact a {
  color: white;
}

#footer-contact a:hover {
  color: #c0894d;
}

#footer-navigator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

h1 {
  color: black;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

h2 {
  color: black;
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
}

.cookie-wrapper {
  transition: 1s all;
  z-index: 999;
  display: block;
  position: fixed;
  bottom: -1000px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  background: #6b635c;
  padding: 4px;
  border-radius: 10px;
  opacity: 0;
}

.cookie-wrapper-hide {
  transition: 1s all;
  bottom: 0;
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
  .header-image img {
    width: 1280px;
    object-position: 10% 20%;
  }
}
@media only screen and (max-width: 760px) {
  form {
    width: 100%;
  }
  .oeffnungszeiten {
    transition: 1s all;
    top: 90px;
  }
  .menu-btn-one {
    display: block;
  }
  .service-card-content {
    font-size: 14px;
  }
  .aboutme {
    margin: auto;
    flex-direction: column;
  }
  .aboutme-left {
    padding: 0;
    margin: auto;
    width: 100%;
  }
  .aboutme-right {
    padding: 0;
    margin: auto;
    width: 100%;
  }
  .text {
    bottom: 35%;
    font-size: 62px;
  }
  .header-contact a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 14px;
  }
  .header-contact span {
    display: none;
  }
  #navigator-main {
    display: none;
  }
  #header {
    height: 460px;
  }
  .header-image img {
    width: 760px;
  }
  .section-header::after, .section-header2::after {
    width: 320px;
  }
  .section-header .left, .section-header2 .left {
    position: absolute;
    width: 100%;
    margin: auto;
  }
  .section-header .left::after, .section-header2 .left::after {
    content: "";
    position: absolute;
    top: -100%;
    left: calc(50% - 160px);
    transform: translateX(-100%);
    border-top: 50px solid transparent;
    border-right: 50px solid #958a76;
    z-index: 2;
  }
  .section-header .left::before, .section-header2 .left::before {
    content: "";
    position: absolute;
    top: -100%;
    right: calc(50% - 160px);
    transform: translateX(100%);
    border-top: 50px solid transparent;
    border-left: 50px solid #958a76;
    z-index: 2;
  }
  .section-header2::after {
    width: 320px;
  }
  .section-header2 h1 {
    margin: auto;
    font-weight: bold;
    text-wrap: wrap;
    word-break: break-all;
    word-wrap: wrap;
    text-align: center !important;
  }
  .section-header2 .left {
    position: absolute;
    width: 100%;
    margin: auto;
  }
  .section-header2 .left::after {
    content: "";
    position: absolute;
    top: -100%;
    left: calc(50% - 160px);
    transform: translateX(-100%);
    border-top: 50px solid transparent;
    border-right: 50px solid #d4ba8a;
    z-index: 2;
  }
  .section-header2 .left::before {
    content: "";
    position: absolute;
    top: -100%;
    right: calc(50% - 160px);
    transform: translateX(100%);
    border-top: 50px solid transparent;
    border-left: 50px solid #d4ba8a;
    z-index: 2;
  }
}
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 440px) {
  .cookie-wrapper {
    width: 100%;
  }
  .service-card-content {
    min-width: auto;
  }
  .service-card-head {
    margin: auto;
  }
  .service-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .button {
    width: 80%;
  }
  .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .header-contact {
    display: none;
  }
  .header-contact span {
    display: none;
  }
  .text {
    font-size: 52px;
    bottom: 40%;
  }
  h2 {
    font-size: 22px;
  }
  .section-header::after, .section-header2::after {
    width: 140px;
  }
  .section-header .left, .section-header2 .left {
    position: absolute;
    width: 100%;
    margin: auto;
  }
  .section-header .left::after, .section-header2 .left::after {
    content: "";
    position: absolute;
    top: -100%;
    left: calc(50% - 70px);
    transform: translateX(-100%);
    border-top: 50px solid transparent;
    border-right: 50px solid #958a76;
    z-index: 1;
  }
  .section-header .left::before, .section-header2 .left::before {
    content: "";
    position: absolute;
    top: -100%;
    right: calc(50% - 70px);
    transform: translateX(100%);
    border-top: 50px solid transparent;
    border-left: 50px solid #958a76;
    z-index: 1;
  }
  .section-header2::after {
    width: 140px;
  }
  .section-header h1, .section-header2 h1 {
    font-weight: normal;
    text-wrap: wrap;
    overflow-wrap: break-word;
    font-size: 16px;
  }
  .section-header2 h1 {
    font-weight: normal;
    text-wrap: wrap;
    overflow-wrap: break-word;
    font-size: 16px;
  }
  .section-header2 .left {
    position: absolute;
    width: 100%;
    margin: auto;
  }
  .section-header2 .left::after {
    content: "";
    position: absolute;
    top: -100%;
    left: calc(50% - 70px);
    transform: translateX(-100%);
    border-top: 50px solid transparent;
    border-right: 50px solid #d4ba8a;
    z-index: 1;
  }
  .section-header2 .left::before {
    content: "";
    position: absolute;
    top: -100%;
    right: calc(50% - 70px);
    transform: translateX(100%);
    border-top: 50px solid transparent;
    border-left: 50px solid #d4ba8a;
    z-index: 1;
  }
  #footer-navigator ul {
    flex-direction: column;
  }
}

/*# sourceMappingURL=master.css.map */
