@charset "UTF-8";
/*
Theme Name: 't Zonneken by Artometis
Text Domain: 't Zonneken by Artometis
Version: 1.5
Description: Thema dat door Artometis specifiek ontwikkeld is voor 't Zonneken.
Tags: zonneken, restaurant, responsive
Author: Artometis
Author URI: https://www.artometis.be/
*/
@font-face {
  font-family: "Oswald";
  src: url("assets/fonts/Oswald-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("assets/fonts/EBGaramond-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("assets/fonts/EBGaramond-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

footer {
  margin-top: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "EB Garamond", serif;
  color: #202d29;
}
*::-moz-selection {
  background-color: #202d29;
  color: white;
}
*::selection {
  background-color: #202d29;
  color: white;
}
*.dark-selection *::-moz-selection {
  background-color: #e8a449 !important;
  color: white;
}
*.dark-selection *::selection {
  background-color: #e8a449 !important;
  color: white;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.pad {
  padding: 0rem 11vw;
}

h1,
h2,
h3,
h4,
h5,
.cmplz-title,
.cmplz-btn {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.cmplz-btn {
  font-weight: 400 !important;
  letter-spacing: 2px;
  font-size: 0.8em;
}

.cmplz-body {
  font-size: 1.2em !important;
}

#navbar {
  display: flex;
  position: fixed;
  top: 0;
  background-color: transparent;
  right: 0;
  width: 100%;
  flex-direction: row;
  color: white;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11vw;
  z-index: 2;
  box-shadow: 0px 0px 30px 5px rgba(27, 41, 28, 0);
  transition: 0s box-shadow ease;
  transition-delay: 0s;
}
#navbar::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #202d29;
  top: 0;
  left: 0;
  z-index: -2;
  transform: scaleY(0%);
  transform-origin: 50% 0%;
  transition: transform 0.4s cubic-bezier(0.13, 0, 0.19, 1);
}
#navbar.active-nav, #navbar.permanent-nav {
  transition: 0.3s box-shadow ease;
  transition-delay: 0.4s;
  box-shadow: 0px 0px 30px 5px rgba(11, 16, 11, 0.6);
}
#navbar.active-nav::after, #navbar.permanent-nav::after {
  transform-origin: 50% 0%;
  transform: scaleY(100%);
}
#navbar.permanent-nav {
  box-shadow: none !important;
}
#navbar #nav-logo img {
  height: 70px;
  width: auto;
}
#navbar #nav-icon {
  display: none;
}
#navbar #nav-icon img {
  height: 90px;
  width: auto;
}
#navbar #burger {
  width: 30px;
  opacity: 1;
  transition: 0.2s ease-out;
}
#navbar #burger span {
  display: block;
  width: 100%;
  height: 2px !important;
  background-color: #eeefea;
  margin: 6px 0px;
  transform-origin: 100% 0%;
}
#navbar #burger span:nth-child(1) {
  transform: scaleX(70%);
}
#navbar #burger span:nth-child(2) {
  transform: scaleX(85%);
}
#navbar #burger a {
  display: inline-block;
}
#navbar #burger {
  display: none;
  cursor: pointer;
}
#navbar #burger:hover {
  opacity: 0.5;
}
#navbar #nav-items #close {
  display: none;
}
#navbar #nav-items #mobile-logo {
  display: none;
}
#navbar #nav-items #nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
}
#navbar #nav-items #nav-links .nav-link::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  transform: scaleX(0%);
  transition: transform 0.2s ease;
  transform-origin: 100% 0%;
  height: 1.5px;
  background-color: white;
  opacity: inherit;
}
#navbar #nav-items #nav-links .nav-link:hover {
  opacity: 1;
}
#navbar #nav-items #nav-links .nav-link:hover::after {
  transform-origin: 0% 0%;
}
#navbar #nav-items #nav-links .nav-link {
  color: white;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  opacity: 0.5;
  text-decoration: none;
  position: relative;
  transition: 0.3s cubic-bezier(0.13, 0, 0.19, 1);
}
#navbar #nav-items #nav-links .nav-link.active-link {
  opacity: 1;
  font-weight: 400;
}
#navbar #nav-items #nav-links .nav-link.active-link::after {
  transform: scaleX(100%);
}

.lined {
  position: relative;
}
.lined::before {
  content: "";
  height: 1.5px;
  width: 20px;
  background-color: red;
  position: absolute;
  left: -28px;
  top: 50%;
  opacity: 0.7;
}

.btn {
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.468);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 12px;
  transition: border 0.3s ease;
}
.btn:hover {
  border: 1px solid #e8a449;
}

#hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #202d29;
  right: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  z-index: -1;
  transition: 1s ease;
  transition-delay: 0.2s;
}
#hero.bgnd-loaded::before {
  opacity: 0;
}
#hero {
  padding-top: 150px;
  padding-bottom: 90px;
  color: white;
  background-image: linear-gradient(90deg, rgba(25, 37, 34, 0.8705882353), rgba(32, 45, 41, 0.2549019608)), url("../assets/images/bewerkt.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
#hero .lined {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  color: #eeefea;
}
#hero .lined::before {
  background-color: #eeefea;
}
#hero #hero-title {
  width: 375px;
  font-size: 50px;
  line-height: 55px;
  color: #eeefea;
}
#hero #hero-text p {
  color: #eeefea;
}
#hero #hero-text {
  width: 375px;
  margin-top: 30px;
}

#color-scheme {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 5px;
  gap: 5px;
}
#color-scheme div {
  width: 100%;
  height: 10px;
}
#color-scheme div:nth-child(1) {
  background-color: #202d29;
}
#color-scheme div:nth-child(2) {
  background-color: #eeefea;
}
#color-scheme div:nth-child(3) {
  background-color: #e8a449;
}
#color-scheme div:nth-child(4) {
  background-color: #723f33;
}

#week-menu {
  padding-top: 50px;
  padding-bottom: 50px;
}
#week-menu .lined::before {
  background-color: #e8a449;
}
#week-menu #menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#week-menu #menu #menu-items {
  width: 100%;
  display: grid;
  margin-top: 30px;
  margin-bottom: 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}
#week-menu #menu #menu-items .menu-item {
  border-radius: 8px;
  background-color: rgba(238, 239, 234, 0.5);
  width: 100%;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#week-menu #menu #menu-items .menu-item h3 {
  font-weight: 500;
  color: #202d29;
  text-transform: uppercase;
}
#week-menu #menu #menu-items .menu-item hr {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 1px;
  background-color: #e8a449;
  border: none;
}
#week-menu #menu #menu-items .menu-item p {
  max-width: 200px;
  font-family: "EB Garamond", serif;
}
#week-menu #menu #menu-date {
  text-align: center;
  display: flex;
  justify-content: center;
}
#week-menu #menu #menu-date p {
  width: 500px;
  font-family: "EB Garamond", serif;
  font-style: italic;
}
#week-menu #menu #menu-date a {
  text-decoration: none;
  color: inherit;
  position: relative;
  opacity: 1;
  transition: 0.2s ease;
}
#week-menu #menu #menu-date a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 90%;
  height: 1px;
  bottom: 2px;
  background-color: #e8a449;
  transition: 0.2s ease;
}
#week-menu #menu #menu-date a:hover {
  opacity: 0.5;
}

.title {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
  color: #202d29;
}

.trail-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 16px;
  color: #202d29;
}

#opening-hours {
  background-position: right center;
  padding: 60px 11vw;
  display: flex;
  justify-content: flex-end;
}
#opening-hours #image {
  display: none;
  width: 100%;
  height: 300px;
  background-position: right center;
}
#opening-hours #hours {
  border-radius: 0px;
  border-top: 6px solid #723f33;
  border-bottom: 6px solid #e8a449;
  color: white;
  display: block;
  background-color: #202d29;
  padding: 50px;
  font-weight: 100;
}
#opening-hours #hours article {
  max-width: 400px;
}
#opening-hours #hours article * {
  color: rgba(238, 239, 234, 0.8);
}
#opening-hours #hours article ul {
  list-style-position: inside;
  list-style-type: disc;
}
#opening-hours #hours article table {
  border-collapse: collapse;
}
#opening-hours #hours article table tr td:nth-child(2) {
  padding-left: 20px;
}
#opening-hours #hours article a {
  font-style: italic;
  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#opening-hours #hours article a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e8a449;
  bottom: 0px;
  right: 0;
}
#opening-hours #hours article a:hover {
  opacity: 0.5;
}
#opening-hours #hours h2,
#opening-hours #hours h5,
#opening-hours #hours h4 {
  color: white;
}
#opening-hours #hours h4 {
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
}
#opening-hours #hours .lined::before {
  background: rgba(238, 239, 234, 0.8);
}
#opening-hours #hours .trail-title {
  font-weight: 300;
  color: rgba(238, 239, 234, 0.8);
}
#opening-hours #hours .title {
  margin-bottom: 20px;
}

#news {
  padding-top: 70px;
  padding-bottom: 70px;
}
#news .lined::before {
  background-color: #e8a449;
}
#news #important-news {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 20px;
}
#news #important-news .news-item {
  text-decoration: none;
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(238, 239, 234, 0.6);
  opacity: 1;
  transition: border-bottom 0.2s ease, border-top 0.2s ease, background-color 0.2s ease;
  border-top: 4px solid transparent;
  border-bottom: 1px solid transparent;
  color: rgba(32, 45, 41, 0.8);
}
#news #important-news .news-item .news-date {
  font-style: italic;
  color: rgba(32, 45, 41, 0.8);
  font-weight: 400;
}
#news #important-news .news-item h3 {
  line-height: 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #202d29;
  text-transform: uppercase;
}
#news #important-news .news-item hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 1px;
  background-color: #e8a449;
  border: none;
}
#news #important-news .news-item:hover {
  background-color: rgba(238, 239, 234, 0.6);
  color: rgba(32, 45, 41, 0.8);
  border-top: 4px solid #723f33;
  border-bottom: 1px solid transparent;
}
#news #button-wrapper {
  display: flex;
  align-items: center;
}
#news #button-wrapper #view-all {
  opacity: 1;
  transition: background-color 0.3s ease;
  display: inline-block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  background-color: #202d29;
  color: white;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#news #button-wrapper #view-all:hover {
  cursor: pointer;
  background-color: #723f33;
}

#info-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#info-section hr {
  width: 50px;
  height: 1px;
  background-color: #eeefea;
  border: none;
  margin-bottom: 20px;
}
#info-section .trail-title.custom {
  margin-bottom: 10px;
  font-weight: 200;
  color: white;
  letter-spacing: 3px;
  font-size: 15px;
}
#info-section .title {
  color: white;
  font-size: 3rem;
}
#info-section article * {
  color: white;
}
#info-section article {
  margin-top: 15px;
}
#info-section article a {
  text-decoration: none;
  color: inherit;
  position: relative;
  opacity: 1;
  transition: 0.2s ease;
}
#info-section article a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 2px;
  background-color: #e8a449;
  transition: 0.2s ease;
}
#info-section article a:hover {
  opacity: 0.5;
}

#footer {
  background: #eeefea;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
#footer #footer-logo {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}
#footer #footer-grid {
  width: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#footer #footer-grid .footer-grid-item h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 2px;
}
#footer #footer-grid .footer-grid-item p {
  color: #202d29;
}
#footer #footer-grid .footer-grid-item p a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}
#footer #footer-grid .footer-grid-item p a:hover {
  opacity: 0.5;
}
#footer #footer-grid .footer-grid-item p a {
  color: #202d29;
}
#footer #footer-grid .footer-grid-item .company-info {
  margin-top: 15px;
}
#footer #footer-grid .footer-grid-item .company-info p {
  font-size: 0.8rem;
  opacity: 0.8;
}
#footer #footer-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: inherit;
}
#footer #footer-right #socials {
  display: flex;
  justify-content: flex-end;
}
#footer #footer-right #socials .social-icon {
  margin-left: 10px;
}
#footer #footer-right #socials .social-icon img {
  height: 30px;
}
#footer #footer-right #socials .social-icon {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#footer #footer-right #socials .social-icon:hover {
  opacity: 0.7;
}
#footer #footer-right #socials {
  margin-bottom: 10px;
}
#footer #footer-right #artometis p a {
  text-decoration: none;
  color: inherit;
  position: relative;
  opacity: 1;
  transition: 0.2s ease;
}
#footer #footer-right #artometis p a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 2px;
  background-color: #e8a449;
  transition: 0.2s ease;
}
#footer #footer-right #artometis p a:hover {
  opacity: 0.5;
}

.first-section .title {
  margin-bottom: 15px;
}
.first-section .lined::before {
  background-color: #e8a449;
}
.first-section article {
  width: 75%;
}
.first-section article * {
  color: #202d29;
}
.first-section article p {
  margin-top: 10px;
}
.first-section article p a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.first-section article p a:hover {
  opacity: 0.5;
}
.first-section {
  margin-top: 100px;
}

#reservatie {
  padding-top: 50px;
  padding-bottom: 50px;
}
#reservatie iframe {
  margin-top: 30px;
}
#reservatie #go-back {
  margin-top: 20px;
}

.btn-alt {
  padding: 10px 15px;
  border: none;
  outline: none;
  border-radius: 5px;
  border-bottom: 3px solid #e8a449;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #202d29;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 12px;
  transition: background 0.3s ease;
}
.btn-alt:hover {
  cursor: pointer;
  background: #723f33;
}

#menu-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
#menu-page h2 {
  margin-top: 30px;
  line-height: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #202d29;
  text-transform: uppercase;
}
#menu-page #menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu-page #menu #menu-items {
  width: 100%;
  display: grid;
  margin-top: 20px;
  margin-bottom: 0px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
#menu-page #menu #menu-items .menu-item {
  border-radius: 8px;
  background-color: rgba(238, 239, 234, 0.5);
  width: 100%;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu-page #menu #menu-items .menu-item h3 {
  font-weight: 500;
  color: #202d29;
  text-transform: uppercase;
}
#menu-page #menu #menu-items .menu-item hr {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 1px;
  background-color: #e8a449;
  border: none;
}
#menu-page #menu #menu-items .menu-item p {
  max-width: 200px;
  font-family: "EB Garamond", serif;
}
#menu-page #menu #menu-date {
  text-align: center;
  display: flex;
  justify-content: center;
}
#menu-page #menu #menu-date p {
  width: 500px;
  font-family: "EB Garamond", serif;
  font-style: italic;
}
#menu-page #menu #menu-date a {
  text-decoration: none;
  color: inherit;
  position: relative;
  opacity: 1;
  transition: 0.2s ease;
}
#menu-page #menu #menu-date a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 90%;
  height: 1px;
  bottom: 2px;
  background-color: #e8a449;
  transition: 0.2s ease;
}
#menu-page #menu #menu-date a:hover {
  opacity: 0.5;
}
#menu-page #impressie-wrapper {
  margin-top: 0px;
  margin-left: -20px;
  margin-right: -20px;
  display: grid;
  padding: 20px;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#menu-page #impressie-wrapper .impressie-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: inset(0);
  background: #202d29;
  position: relative;
}
#menu-page #impressie-wrapper .impressie-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-color: #202d29;
  transition: opacity 0.5s ease;
  opacity: 1;
}
#menu-page #impressie-wrapper .impressie-item.active-impressie-item .impressie-description {
  display: block;
  transition: opacity 0.5s ease;
}
#menu-page #impressie-wrapper .impressie-item.active-impressie-item::after {
  opacity: 0;
}
#menu-page #impressie-wrapper .impressie-item.active-impressie-item:hover {
  cursor: pointer;
}
#menu-page #impressie-wrapper .impressie-item.active-impressie-item:hover .impressie-image {
  transform: scale(105%);
}
#menu-page #impressie-wrapper .impressie-item.active-impressie-item:hover .impressie-description {
  opacity: 1;
}
#menu-page #impressie-wrapper .impressie-item.active-impressie-item:hover::after {
  opacity: 0.5;
}
#menu-page #impressie-wrapper .impressie-item .impressie-description {
  color: white;
  text-align: center;
  width: 80%;
  z-index: 1;
  display: none;
  opacity: 0;
}
#menu-page #impressie-wrapper .impressie-item .impressie-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(100%);
  transition: transform 0.5s ease-out;
  z-index: 0;
}
#menu-page #impressie-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
#menu-page #impressie-popup #impressie-popup-wrapper {
  display: flex;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}
#menu-page #impressie-popup #impressie-popup-wrapper p {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 13px;
  color: white;
}
#menu-page #impressie-popup #impressie-popup-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#menu-page #impressie-popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 50px;
  z-index: 500;
  color: #fff;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  opacity: 1;
}
#menu-page #impressie-popup .close:hover {
  opacity: 0.5;
}
#menu-page #impressie-popup .prev,
#menu-page #impressie-popup .next {
  position: absolute;
  margin: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  opacity: 1;
}
#menu-page #impressie-popup .prev:hover,
#menu-page #impressie-popup .next:hover {
  opacity: 0.5;
}
#menu-page #impressie-popup .next {
  right: 0;
}

#galerij {
  padding-top: 50px;
  padding-bottom: 50px;
}
#galerij .lined::before {
  background-color: #e8a449;
}

#gallery-wrapper {
  margin-top: -40px;
  display: grid;
  padding: 20px;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#gallery-wrapper .gallery-item {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: inset(0);
  background: #202d29;
  position: relative;
}
#gallery-wrapper .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background-color: #202d29;
  transition: opacity 0.5s ease;
  opacity: 1;
}
#gallery-wrapper .gallery-item.active-gallery-item::after {
  opacity: 0;
}
#gallery-wrapper .gallery-item.active-gallery-item:hover {
  cursor: pointer;
}
#gallery-wrapper .gallery-item.active-gallery-item:hover .gallery-image {
  transform: scale(105%);
}
#gallery-wrapper .gallery-item.active-gallery-item:hover::after {
  opacity: 0.5;
}
#gallery-wrapper .gallery-item .gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(100%);
  transition: transform 0.5s ease-out;
}

#gallery-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

#gallery-popup img {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

#gallery-popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 50px;
  color: #fff;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  opacity: 1;
}
#gallery-popup .close:hover {
  opacity: 0.5;
}

#gallery-popup .prev,
#gallery-popup .next {
  position: absolute;
  margin: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  opacity: 1;
}
#gallery-popup .prev:hover,
#gallery-popup .next:hover {
  opacity: 0.5;
}

#gallery-popup .next {
  right: 0;
}

#news-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
#news-page h2 {
  margin-top: 20px;
  line-height: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #202d29;
  text-transform: uppercase;
}
#news-page #news-wrapper {
  margin-top: 10px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
#news-page #news-wrapper .news-item article {
  width: 100%;
}
#news-page #news-wrapper .news-item {
  text-decoration: none;
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(238, 239, 234, 0.6);
  opacity: 1;
  transition: border-bottom 0.2s ease, border-top 0.2s ease, background-color 0.2s ease;
  border-top: 4px solid transparent;
  border-bottom: 1px solid transparent;
  color: rgba(32, 45, 41, 0.8);
}
#news-page #news-wrapper .news-item .news-date {
  font-style: italic;
  color: rgba(32, 45, 41, 0.8);
  font-weight: 400;
}
#news-page #news-wrapper .news-item h3 {
  line-height: 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #202d29;
  text-transform: uppercase;
}
#news-page #news-wrapper .news-item hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 1px;
  background-color: #e8a449;
  border: none;
}
#news-page #news-wrapper .news-item:hover {
  background-color: rgba(238, 239, 234, 0.6);
  color: rgba(32, 45, 41, 0.8);
  border-top: 4px solid #723f33;
  border-bottom: 1px solid transparent;
}

#contact-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact-page #contact-info {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 25px;
  padding: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#contact-page #contact-info .btn {
  margin-top: 15px;
}
#contact-page #contact-info hr {
  width: 50px;
  height: 1px;
  background-color: #eeefea;
  border: none;
}
#contact-page #contact-info .trail-title.custom {
  margin-bottom: 0px;
  font-weight: 200;
  color: white;
  letter-spacing: 3px;
  font-size: 15px;
}
#contact-page #contact-info .title {
  color: white;
  font-size: 2rem;
  margin-bottom: 0px;
}
#contact-page #contact-info article * {
  color: white;
}
#contact-page #contact-info article {
  margin-top: 0px;
}
#contact-page #contact-info article p {
  margin-top: 0px;
}
#contact-page #contact-info article .company-info {
  margin-top: 15px;
}
#contact-page #contact-info article .company-info p {
  font-size: 0.8rem;
  opacity: 0.8;
}
#contact-page #contact-info article p a {
  text-decoration: none;
  color: inherit;
  position: relative;
  opacity: 1;
  transition: 0.2s ease;
}
#contact-page #contact-info article p a::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 2px;
  background-color: #e8a449;
  transition: 0.2s ease;
}
#contact-page #contact-info article p a:hover {
  opacity: 0.5;
}
#contact-page #contact-form {
  margin-top: 20px;
}
#contact-page #contact-form #field-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.25rem;
  grid-auto-rows: auto;
  grid-row-gap: 1.25rem;
}
#contact-page #contact-form #field-container .field {
  position: relative;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 0;
}
#contact-page #contact-form #field-container .field.large-field {
  grid-column: 1/3;
}
#contact-page #contact-form #field-container .field.submit-field button {
  font-weight: 400;
  margin-top: 0px;
}
#contact-page #contact-form #field-container .field label {
  font-family: "Oswald";
  text-transform: uppercase;
  font-weight: 400;
  color: #202d29;
  margin-bottom: 4px;
}
#contact-page #contact-form #field-container .field * {
  display: block;
}
#contact-page #contact-form #field-container .field input:not([type=submit]),
#contact-page #contact-form #field-container .field textarea {
  width: 100%;
  padding: 10px 13px;
  background: #eeefea;
  outline: none;
  border: none;
  transition: 0.1s border-bottom ease;
  border-bottom: 2px solid #723f33;
}
#contact-page #contact-form #field-container .field input:not([type=submit]):focus,
#contact-page #contact-form #field-container .field textarea:focus {
  border-bottom: 2px solid #e8a449;
}
#contact-page #contact-form #field-container .field input:not([type=submit]),
#contact-page #contact-form #field-container .field textarea {
  border-radius: 5px;
  font-size: 1rem;
  color: #202d29;
}
#contact-page #contact-form #field-container .field input:not([type=submit])::-moz-placeholder, #contact-page #contact-form #field-container .field textarea::-moz-placeholder {
  font-size: 1rem;
  color: rgba(32, 45, 41, 0.3);
}
#contact-page #contact-form #field-container .field input:not([type=submit])::placeholder,
#contact-page #contact-form #field-container .field textarea::placeholder {
  font-size: 1rem;
  color: rgba(32, 45, 41, 0.3);
}
#contact-page #contact-form #field-container .field textarea {
  resize: vertical;
  height: 12.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (max-width: 1100px) {
  #navbar {
    z-index: 50;
  }
  #navbar #burger {
    display: block;
  }
  #navbar #nav-items {
    z-index: 2;
    position: fixed;
    right: 0;
    top: 0;
    padding: 50px;
    background: #723f33;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #eeefea;
    width: 20rem;
    height: 100vh;
    padding-bottom: 20vh;
    transform: translateX(100%);
    transition: 0.3s cubic-bezier(0.13, 0, 0.19, 1);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  }
  #navbar #nav-items.nav-items-active {
    transform: translateX(0%);
  }
  #navbar #nav-items #nav-links {
    width: 100%;
    font-family: "Oswald", sans-serif;
    height: 320px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #navbar #nav-items #nav-links .nav-link {
    font-size: 2rem !important;
    font-weight: 200;
    padding-right: 0rem;
    color: #eeefea;
    text-align: right;
    opacity: 0.5;
  }
  #navbar #nav-items #nav-links .nav-link.active-link {
    font-weight: 500;
  }
  #navbar #nav-items #nav-links .nav-link.active-link::after {
    bottom: 0px;
    height: 2.5px;
  }
  #navbar #nav-items #nav-links .nav-link::before {
    transition-duration: 0.2s;
    background-color: #e8a449;
  }
  #navbar #nav-items #close {
    cursor: pointer;
    position: relative;
    color: white;
    display: inline-block;
    transition: 0.2s ease-out;
  }
  #navbar #nav-items #close:after {
    content: "×";
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 50px;
    line-height: 30px;
  }
  #navbar #nav-items #close:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1000px) {
  #week-menu #menu #menu-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  #week-menu #menu #menu-items .menu-item:first-child {
    grid-column: 1/3;
  }
  #week-menu #menu #menu-date p {
    width: 90%;
  }
  #menu-page #menu #menu-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  #menu-page #menu #menu-date p {
    width: 90%;
  }
  #opening-hours {
    padding: 0;
    background-image: none;
  }
  #opening-hours #image {
    display: block;
  }
  #opening-hours #hours {
    border-top: none;
    padding: 50px 11vw;
  }
  #opening-hours {
    flex-direction: column;
  }
  #news #important-news {
    grid-template-columns: 100%;
    grid-auto-flow: unset;
  }
  #news-page #news-wrapper {
    gap: 10px;
    grid-template-columns: 100%;
    grid-auto-flow: unset;
  }
  #footer #footer-right {
    margin-top: 30px;
    position: unset;
    padding: unset;
  }
  #footer #footer-right #socials {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  #footer #footer-right #socials .social-icon {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 550px) {
  .lined::before {
    display: none;
  }
  .pad {
    padding: 0rem 5vw;
  }
  .title {
    font-size: 40px;
    line-height: 42px;
  }
  .trail-title {
    margin-bottom: 0px;
    font-size: 17px;
  }
  #hero {
    background-image: linear-gradient(90deg, rgba(32, 45, 41, 0.8823529412), rgba(32, 45, 41, 0.514)), url("../assets/images/bewerkt.jpg");
    background-position: center;
    padding-top: 130px;
    padding-bottom: 60px;
  }
  #hero #hero-title {
    font-size: 45px;
    line-height: 45px;
    width: 90%;
  }
  #hero #hero-text {
    width: 100%;
  }
  #navbar {
    padding-right: 5vw;
    padding-left: 5vw;
    height: 80px;
  }
  #navbar #nav-logo img {
    height: 60px;
  }
  #navbar #nav-items #mobile-logo {
    padding-top: 40px;
    display: block;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #navbar #nav-items #mobile-logo img {
    height: 6rem;
    width: auto;
  }
  #navbar #nav-items {
    width: 75vw;
    padding: 2.5rem 2.5rem 100px 2.5rem;
  }
  #week-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #week-menu #menu #menu-items {
    gap: 15px;
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  #week-menu #menu #menu-items .menu-item p {
    max-width: unset;
  }
  #week-menu #menu #menu-items .menu-item:first-child {
    grid-column: unset;
  }
  #menu-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #menu-page #menu #menu-items {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 15px;
  }
  #menu-page #menu #menu-items .menu-item p {
    max-width: unset;
  }
  #menu-page #menu #menu-items .menu-item:first-child {
    grid-column: unset;
  }
  #menu-page #impressie-wrapper .impressie-item {
    height: 225px;
  }
  #menu-page #impressie-popup #impressie-popup-wrapper p {
    top: unset;
    bottom: 20px;
  }
  #opening-hours #hours {
    padding: 30px 5vw;
  }
  .first-section {
    margin-top: 80px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  #gallery-wrapper {
    gap: 15px;
  }
  #gallery-wrapper .gallery-item {
    height: 230px;
  }
  #news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #news #important-news {
    gap: 13px;
  }
  #news #important-news .news-item {
    padding: 20px;
  }
  #news #button-wrapper #view-all {
    margin-top: 13px;
  }
  #news-page #news-wrapper {
    gap: 13px;
  }
  #news-page #news-wrapper .news-item {
    padding: 20px;
  }
  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer #footer-grid {
    width: unset;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 20px;
  }
  #footer #footer-right {
    margin-top: 20px;
  }
  #footer #footer-right #socials {
    margin-bottom: 10px;
  }
  #menu-page article,
  .first-section article {
    width: 100%;
  }
  #contact-page #contact-form #field-container {
    display: block;
  }
  #contact-page #contact-form #field-container .field {
    margin-bottom: 1.25rem;
  }
}
.res_contact {
  display: none;
  padding: 20px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  font-weight: 300 !important;
}
.res_contact.success {
  background: rgb(219, 255, 219);
  color: rgb(39, 65, 39);
  display: block !important;
}
.res_contact.error {
  background: rgb(255, 229, 229);
  color: rgb(78, 39, 39);
  display: block !important;
}/*# sourceMappingURL=style.css.map */