@charset "UTF-8";
@import "packages/bootstrap-5.0.2-dist/css/bootstrap.min.css";
@import "packages/fullPage.js/dist/fullpage.min.css";
@import "packages/slick/slick.css";
@import "packages/slick/slick-theme.css";
/* ovo-regular - latin */
@font-face {
  font-family: "Ovo";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ovo-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/ovo-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ovo-v17-latin-regular.woff2") format("woff2"), url("fonts/ovo-v17-latin-regular.woff") format("woff"), url("fonts/ovo-v17-latin-regular.ttf") format("truetype"), url("fonts/ovo-v17-latin-regular.svg#Ovo") format("svg"); /* Legacy iOS */
}
/* amiri-regular - latin */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/amiri-v24-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/amiri-v24-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/amiri-v24-latin-regular.woff2") format("woff2"), url("fonts/amiri-v24-latin-regular.woff") format("woff"), url("fonts/amiri-v24-latin-regular.ttf") format("truetype"), url("fonts/amiri-v24-latin-regular.svg#Amiri") format("svg"); /* Legacy iOS */
}
/* arapey-regular - latin */
@font-face {
  font-family: "Arapey";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/arapey-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/arapey-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/arapey-v16-latin-regular.woff2") format("woff2"), url("fonts/arapey-v16-latin-regular.woff") format("woff"), url("fonts/arapey-v16-latin-regular.ttf") format("truetype"), url("fonts/arapey-v16-latin-regular.svg#Arapey") format("svg"); /* Legacy iOS */
}
html, body {
  padding: 0px;
  margin: 0px;
  font-size: 19px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #567d66;
  font-family: "Ovo";
}

p {
  font-family: "Amiri";
}

a {
  color: #567d66;
  background-image: linear-gradient(to bottom, transparent 95%, #567d66 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.4s ease;
}

a:hover {
  color: #567d66;
  background-size: 100% 100%;
  cursor: pointer;
}

a.nav-link {
  color: #567d66;
  background-image: linear-gradient(to bottom, transparent 95%, #567d66 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size 0.4s ease;
}

a.nav-link:hover {
  color: #567d66;
  background-size: 100% 100%;
  cursor: pointer;
}

.speisekarte-wrap {
  font-family: "Ovo";
}

.headerimage {
  background: url("images/headerimg-overlay.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: inline-block;
  height: 100vh;
  position: relative;
}

.arrows {
  width: 60px;
  height: 74px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  cursor: pointer;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.logo {
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  width: 450px;
  padding: 20px;
  background-color: #fff;
}

.logo img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 250px;
  }
  .logo img {
    max-width: 100%;
  }
}
/*gallery*/
.gallery-img {
  padding: 0 10px;
}

.slick-prev:before, .slick-next:before {
  color: #FEF9E7;
  content: unset;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  margin: 0 27px;
  height: inherit !important;
}

.slick-next {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #567d66;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.slick-prev {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #567d66;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 576px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}
/* fullpage */
.fp-viewing-start #fp-nav ul li a span, .fp-viewing-start .fp-slidesNav ul li a span {
  background: #fff;
}

.fp-viewing-willkommen .section, .fp-viewing-zimmer .section {
  background-color: #FEF9E7;
}

.fp-viewing-start #fp-nav ul li:first-child a.active span {
  background: url("images/home-white.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}

body:not(.fp-viewing-start) #fp-nav ul li:first-child a.active span {
  background: url("images/home-black.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}

.fp-viewing-start #fp-nav ul li:first-child a span:hover {
  background: url("images/home-white.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}

body:not(.fp-viewing-start) #fp-nav ul li:first-child a span:hover {
  background: url("images/home-black.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}

.fp-viewing-start #fp-nav ul li:first-child a span {
  background: url("images/home-white.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
}

body:not(.fp-viewing-start) #fp-nav ul li:first-child a span {
  background: url("images/home-black.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
}

/*iframe*/
iframe {
  width: 100%;
}

.text-right {
  text-align: right;
  display: flex;
  align-items: end;
  justify-content: end;
}

/* navigation */
.pt-4 {
  padding-top: 85px !important;
}

.pt-6 {
  padding-top: 125px !important;
}

nav.navbar {
  z-index: 9999;
  font-family: "Ovo";
  font-size: 1.2rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

body:not(.fp-viewing-start) nav.navbar {
  background-color: #fff;
  border-bottom: 1px solid #567d66;
}

body:not(.fp-viewing-start) .navbar-dark .navbar-nav .nav-link {
  color: #333333;
}

body:not(.fp-viewing-willkommen):not(.fp-viewing-zimmer):not(.fp-viewing-start) nav.navbar {
  background-color: #FEF9E7;
}

nav.navbar.noMoreTransparent {
  background-color: #fff;
  border-bottom: 1px solid #567d66;
}

nav.navbar.noMoreTransparent.navbar-dark .navbar-nav .nav-link {
  color: #333333;
}

/*========================================== */
.navbar-toggler {
  border: unset;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}

.hamburger div {
  position: relative;
  width: 45px;
  height: 7px;
  border-radius: 3px;
  background-color: #567d66;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Animations
**/
.hamburger:not(.collapsed) .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

.hamburger:not(.collapsed) .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

.hamburger:not(.collapsed) .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

.footer {
  background-color: #FEF9E7;
  width: 100%;
  padding: 25px;
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 8px;
  }
}
#fp-nav ul li a {
  background-size: 0%;
}
@media screen and (max-width: 576px) {
  .openinghours-christmas td{
    text-align: center;
    width: 100% !important;
    float: left;
  }

  .openinghours-christmas td.date{
    font-weight: bold;
  }
}


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