/* ========================================================================== Fonts ========================================================================== */
@font-face {
  font-family: "Faktum";
  src: url("../fonts/Faktum-Bold.woff2") format("woff2"),
    url("../fonts/Faktum-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faktum";
  src: url("../fonts/Faktum-Light.woff2") format("woff2"),
    url("../fonts/Faktum-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faktum";
  src: url("../fonts/Faktum-Regular.woff2") format("woff2"),
    url("../fonts/Faktum-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faktum";
  src: url("../fonts/Faktum-Semibold.woff2") format("woff2"),
    url("../fonts/Faktum-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NewYork";
  src: url("../fonts/NewYork.eot");
  src: url("../fonts/NewYork.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NewYork.woff2") format("woff2"),
    url("../fonts/NewYork.woff") format("woff"),
    url("../fonts/NewYork.ttf") format("truetype"),
    url("../fonts/NewYork.svg#NewYork") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ========================================================================== Variable Colors ========================================================================== */
:root {
  --background: #fdf9ee;
  --primary: #0f0a0a;
  --secondary: #fdf9ee;
  --accent: #ffa300;
  --selection: rgba(255, 163, 0, 0.25);
  --white: #FFFF;
}

/* ========================================================================== Preloader ========================================================================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent);
  z-index: 990;
}

#status {
  width: 100px;
  height: 134px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loader.gif);
  background-size: 100px 134px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -67px 0 0 -50px;
}

/* ========================================================================== Scroll Icon ========================================================================== */

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  z-index: 4;
}

.icon-scroll {
  width: 30px;
  height: 60px;
  margin-left: -15px;
  bottom: 15%;
  margin-top: -30px;
  box-shadow: inset 0 0 0 1px var(--primary);
  border-radius: 15px;
}

.icon-scroll:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary);
  margin-left: -3px;
  top: 40px;
  border-radius: 4px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/* ========================================================================== Basics ========================================================================== */

html {
  scroll-behavior: smooth;
}



html, body {
  margin-bottom: -60vh !important;
}


body {
  margin: 0;
  padding: 0;
  background-color: var(--background);
  font-family: "Faktum", helvetica, arial;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  overflow-y: hidden;
}

.shopify-buy__product__title {
  font-family: "Faktum", helvetica, arial !important; 
}

.page-container a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid var(--primary);
}

h1,
h2 {
  font-family: "NewYork", helvetica, arial;
  font-weight: 100;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.2rem;
  padding: 1rem 0;
}

h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
ul,
p {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.small {
  text-transform: uppercase;
  font-size: 0.8em;
}

html,
body {
  margin: 0;
}


/* ========================================================================== Header ========================================================================== */
.logo {
  width: 15vw;
  padding-top: 5vh;
  padding-left: 5vh;
  position: absolute;
  z-index: 10;
}

.svgfill {
  fill: var(--background);
}

.header {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}

.header-image {
  min-width: 100%;
  height: 90vh;
  max-height: 90vh;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-image-home {
  min-width: 100%;
  height: 90vh;
  max-height: 90vh;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-image-page {
  min-width: 100%;
  height: 70vh;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100;
}


.sepia:hover {
  transition: all 0.25s ease-out;
  background-color: var(--accent);
  background-blend-mode: luminosity;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sepia:hover .flexbox-center .menu-file {
  transition: all 0.35s ease-in-out;
  background-color: #fff;
  color: var(--accent);
}


.horta-combi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--background);
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.home-page {
  height: 100%;
}

.header-image-home.horta-combi {
  height: 90%;
}

.cta {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  height: 10vh;
  font-family: "Faktum", helvetica, arial;
}

.button-cta {
  display: flex;
  display: -webkit-flex;
  width: 50%;
  padding-left: 3vw;
  font-size: 1.2rem;
  color: #f2efed;
  text-decoration: none;
  z-index: 1;
}

.button-cta span {
  transition: all 0.15s linear;
  width: 100%;
}

.button-cta span:hover {
  padding-left: 20px;
}

.button-left {
  align-items: center;
  background-color: var(--white);
  color: var(--primary);
}

.button-right {
  align-items: center;
  background-color: var(--accent);
}

.menu-file {
  font-family: "NewYork", helvetica, arial;
  font-weight: 100;
  font-size: 3rem;
  padding: 1rem;
  background-color: var(--accent);
  color: #fff;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}

.menu-file:hover {
  color: var(--accent);
  background-color: #fff;
}

.margin-zero {
  margin: 0px !important;
}

/* END HEADER AND NAVIGATION ------------------------------------------------ */

/* BEGIN PARALLAX EFFECTS --------------------------------------------- */

.parallaxMenuIMG{
	overflow: hidden;
	background-size: 100 auto;
	background-position: center center;	
}

/* END PARALLAX EFFECTS --------------------------------------------- */

/* BEGIN FLEXBOX-CONTAINER + ITEMS --------------------------------------------- */

.dinnergift {
  display: flex;
  gap: 60px;
}

.black-white {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.desktopsection {
  margin-left: 200px;
  margin-right: 200px;
}

.buttonFlex {
  display: flex;
  gap: 30px;
}

.page-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 5vw !important;
}

.topsection {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 10em !important;
  margin-top: 10em;
}

.giftcard {
  padding-top: 15vw;
}

.flexbox-container {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.flexbox-item {
  width: 50%;
  background-color: white;
}

.flexbox-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  z-index: 999999;
}

.flexbox-menu a div {
  font-size: 1.7em;
  line-height: 1em;
  margin: 20px 20px 20px 20px;
}

.flexbox-item-full {
  width: 100%;
}

.flexbox-item-auto {
  height: auto !important;
  width: 100%;
}


.flexbox-item-auto a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}

.flexbox-item-solo {
  padding-top: 10vw;
}

.flexbox-center {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.home-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.page-container-inner {
  width: 100vw;
  color: var(--secondary);
}



.page-container-inner-leftelement {
  margin-right: 5vw;
}

.page-container-inner-leftelement p {
  padding-right: 5vw;
}

.page-container-inner-rightelement {
  justify-content: end;
}

.page-container h2,
.menu-container h2 {
  line-height: 100%;
  margin-bottom: 2vw;
  padding-top: 5vw;
}

.page-container h2:first-child,
.menu-container h2:first-child {
  padding-top: 0;
}

.menu-container {
  margin: 10vw;
}

.menu-container-inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}

.menu-container-inner-block {
  width: 25vw;
  margin-bottom: 2.5vw;
}

/* BEGIN INDIVIDUAL BLOCKS ------------------------------------------ */

.form-p {
  margin-bottom: 3vh;
}

.image-paralax {
  background-position: center;
  margin: 0;
}

.left {
  order: 1;
}

.right {
  order: 2;
}

.lightwidget-widget {
  margin-left:  200px;
  margin-right:  200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  overflow: hidden;
}

#resengo-flow {
  filter: grayscale(100%);
  min-height: 1000px !important;
}

.sliderbuttons {
  margin-bottom: 10vw;
  margin-left: 10vw;
}

#slideLeft {
  cursor: pointer;
  padding: 15px 12px 15px 12px;
  background-color: #ffa300;
  border-radius: 100px;
}

#slideRight {
  cursor: pointer;
  margin-left: 20px;
  padding: 15px 16px 15px 16px;
  background-color: #ffa300;
  border-radius: 100px;
}

#buttonleft {
  fill: #f2efed;
  margin-bottom: -3px;
  margin-left: 4px;
  height: 17px;
}

#buttonright {
  fill: #f2efed;
  margin-bottom: -3px;
  margin-left: 1px;
  height: 17px;
}

.articles {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  overflow-x: scroll;
  margin-bottom: 1vw;
}

.articles::-webkit-scrollbar {
  display: none;
}

article {
  width: 35vw;
  height: 100%;
}

article:first-child {
  margin-left: 10vw;
}

article:last-child {
  margin-right: 10vw;
}

.article-image {
  width: 100%;
  height: 45vw;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.article-intro {
  padding: 2.5vw 2.5vw 2.5vw 0;
}

.article-title {
  font-family: "NewYork", helvetica, arial;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: left;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding-bottom: 20px;
}

.gallery-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.horta-timeline {
  margin: auto;
  width: 80vw;
  padding-bottom: 100px;
}

.horta-grid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
}

.horta-grid-item:nth-child(3n + 2) {
  text-align: center;
}

.horta-circle {
  width: 30px;
  height: 30px;
  margin-left: calc(50% - 16px);
  border-radius: 50%;
  border: 2px solid #ffa300;
  background-color: #fff;
}

.horta-line {
  margin-left: calc(50% - 1px);
  border-left: 2px solid #ffa300;
  height: calc(100% - 30px);
}

.dotted {
  height: 20px;
  margin-bottom: 20px;
}

.horta-title {
  font-family: "NewYork";
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 20px;
}

.horta-grid-item:nth-child(3n + 1) {
  padding-bottom: 20px;
}

.horta-grid-item:nth-child(3n + 3) {
  padding-bottom: 20px;
}

.columns2 {
  column-count: 2;
  column-gap: 6vw;
  padding: 6vw;
}

.columns2 div {
  display: inline;
}

#menu {
  margin-bottom: 0px !important;
}

#reservations{
  margin-top: 5vw !important;
}

/* BEGIN TEXT BLOCKS ------------------------------------------ */

.no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-height: 100em;
  min-height: 50em;
}


.background-image-right {
  margin-top: -50vh;
  position: relative;
  top: 50vh;
  height: 50vh;
  background-image: url(../img/horta-graphic-element-left.svg);
  background-position: top 0vh left 20px, top 0vh right 0vh;
  background-size: 20vh;
  overflow: visible;
  background-repeat: no-repeat;
}

.background-image-left {
  margin-top: -50vh;
  position: relative;
  top: 50vh;
  right: 20px;
  height: 50vh;
  background-image: url(../img/horta-graphic-element-right.svg);
  background-position: right;
  background-size: 20vh;
  overflow: visible;
  background-repeat: no-repeat;
}


.text-both {
  height: 50vh;
  background-image: url(../img/horta-graphic-element-left.svg), url(../img/horta-graphic-element-right.svg);
  background-position: top 0vh left 2vh, top 0vh right 2vh;
  background-size: 20vh;
  overflow: visible;
  background-repeat: no-repeat;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  color: var(--primary) !important;
  line-height: 1em;
}

.article-text p {
  margin-top: -10px !important;
}

.no-background {
  background: none;
}

.text-both p {
  margin-top: 18px;
  margin-left: 20vw;
  margin-right: 20vw;
  text-align: center;
  line-height: 30px !important;
}

.text-both a {
  color: var(--primary);
}

.text-left h2,
.text-right h2 {
  margin-bottom: 2.5vh;
  line-height: 1em;
  color: var(--primary);
}

.text-left {
  left: 200px;
}

.text-right {
  right: 200px;
}

.text-right, .text-left {
  max-width: 35vw;
  height: auto;
  display: flex;
  padding: 80px;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  color: var(--primary);
}

.text-both h2 {
  margin-bottom: 2vw;
  line-height: 1em;
}

.text-right {
  position: absolute;
  right: 200px;
  margin-top: 0vh;
}

.text-left {
  position: absolute;
  margin-top: 0vh;
}

.text-right-container, .text-left-container {
  max-height: 1300px;
  min-height: 1300px;
}

.image-right, .image-left {
  position: absolute;
  min-height: 1080px;
  height: 90vh;
  max-height: 1080px;
  max-width: 55vw;
  right: 100px;
  z-index: -10;
}

.image-right {
  right: 200px;
}

.image-left {
  left: 200px;
}

@media only screen and (min-width: 2300px) {

  .text-right-container, .text-left-container {
    max-height: 3600px;
    min-height: 3600px;
  }

  .image-left, .image-right {
    height: 60vh;
  }

}

.btnHome {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1.5px solid var(--accent);
  padding-bottom: 5px;
  margin-top: 1vw;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

.extra-margin {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.btnHome:hover {
  padding-bottom: 10px;
  margin-bottom: -5px;
}

.btnHomePos {
  color: var(--secondary);
  text-decoration: none;
  border-bottom: 1.5px solid var(--background);
  padding-bottom: 5px;
  margin-top: 2.5vw;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

.btnHomePos:hover {
  padding-bottom: 10px;
  margin-bottom: -5px;
}

.btnYellow {
  color: white;
  text-decoration: none;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--accent);
  border: 1.5px var(--accent) solid;
  margin-top: 16px;
  transition: all 0.2s linear;
}

.btnYellow:hover {
  color: var(--accent);
  background: white;
  border: 1.5px var(--accent) solid;
}

.yellow {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.nomobile {
  display: block;
}

.mobileonly {
  display: none;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.contact-form {
  padding-top: 60px;
  padding-bottom: 80px;
}

.contact-field {
  width: 600px;
  padding: 14px;
  border: 1px solid #0f0a0a;
  border-radius: 3px;
  margin-bottom: 6px;
  box-sizing: border-box;
}

.contact-pulldown {
  appearance: none;
  background-color: white;
  border: 1px solid #0f0a0a;
  padding: 14px;
  width: 600px;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  margin-bottom: 6px;
}

.contact-message {
  width: 600px;
  height: 108px;
  padding: 14px;
  border: 1px solid #0f0a0a;
  border-radius: 3px;
  margin-bottom: 6px;
  box-sizing: border-box;
}

.submit {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1.5px solid #ffa300;
  background-color: #ffa300;
  width: 600px;
  padding: 14px;
  border-radius: 3px;
  margin-bottom: 6px;
  transition: all 0.15s linear;
}

.submit:hover {
  background-color: var(--background);
  color: var(--accent);
}

.alert {
  padding-bottom: 30px;
  text-align: center;
}

.flickity-page-dots {
  bottom: 10px;
}

.flickity-page-dots .dot.is-selected {
  background: var(--accent);
}

.flickity-page-dots .dot {
  background: var(--background);
}

/* END TEXT BLOCKS ------------------------------------------ */
/* END INDIVIDUAL BLOCKS -------------------------------------------- */

/* BEGIN FOOTER ------------------------------------------ */

.footer-container h3 {
  margin-top: 30px;
  line-height: normal;
}

.footer-container {
  display: flex;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent);
  color: var(--background);
  line-height: normal;
  background-image: url(../img/patroon.svg);
  background-size: 50%;
  overflow: hidden;
}

.footer-container a {
  text-decoration: none;
  color: var(--background);
}

.footer-container p {
  margin-top: -5px;
}

.footer p {
  color: var(--primary) !important;
}

.footer-inner {
  column-count: 2;
  column-gap: 80px;
  font-size: 16px;
  line-height: 1.9em;
  margin-left: 100px;
  margin-right: 100px;
}

.opening-hours {
  break-before: column;
  padding-top: 0;
}

.footer-logo {
  width: 200px;
  margin-top: 5px;
  padding-bottom: 40px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(108%) contrast(101%);
}

.footer-logo-link {
  border-bottom: 0px !important;
}

.underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #f2efed;
}

.footer-container a {
  border-bottom: 1px solid #f2efed;
}

#mc_embed_signup {
  font-family: "avenirbook", helvetica, arial;
}

.page-container p:nth-child(2) {
  margin-bottom: 0px !important;
}

.page-container p:nth-child(3) {
  margin-top: 0px !important;
}

.partnerLogo {
  align-items: center;
  margin-top: 5vh;
}

.partnerLogo img:first-child {
  height: 5vh;
  margin-right: 2vw;
}

.partnerLogo img:nth-child(2) {
  height: 4vh;
  margin-right: 2vw;
}

.partnerLogo img:nth-child(3) {
  margin-bottom: 1vh;
  height: 3vh;
}

.legal p {
  margin-top: 5vh;
}

.legal p a:nth-child(2) {
  margin-left: 2vh;
}

.socialmedia a {
  border-bottom: none !important;
}

.partnerLogo a {
  border-bottom: none !important;
}

.partnerLogo img:nth-child(3) {
  height: 2vh;
}

.socialmedia img{
  fill: #f2efed;
}

.socialmedia a img{
  height: 3vh;
  margin-right: 1vw;
  fill: #f2efed;
}

/* BEGIN FORM ------------------------------------------ */
.flexbox-form {
  display: flex;
  margin-top: 10px;
  display: -webkit-flex;
}

.newsletter-form::placeholder {
  color: #f2efed;
}

::placeholder {
  color: #0f0a0a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #0f0a0a;
}

::-ms-input-placeholder {
  color: #0f0a0a;
}

.newsletter-form {
  background-color: var(--accent);
  color: #f2efed;
  padding: 1em;
  border: 1px solid #f2efed;
  border-radius: 3px 0px 0px 3px;
}

.newsletter-button {
  background-color: #f2efed;
  color: var(--accent);
  padding: 1em;
  border: 1px solid #f2efed;
  border-radius: 0px 5px 5px 0px;
}

button,
input,
optgroup,
select,
textarea {
  line-height: normal;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.instagram-module {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.instagram-module {
  height: auto;
}

.instagram-module .text-both {
  height: 100%;
}

.instagram-h2 {
  margin-bottom: 3vw;
}

.instagram-module h2 {
  color: var(--primary);
}

.instagram-module a {
  color: var(--primary);
  border-bottom: 1.5px solid var(--accent);
}

.articles a {
  color: var(--primary);
  border-bottom: 1.5px solid var(--accent);
}

.resengo-module {
  margin-bottom: 30vh !important;
}

.resengo-module h2{
  color: var(--primary);
}

.resengo-module p{
  color: var(--primary);
}

.btnHome {
  line-height: 2em !important;
}

@media only screen and (max-width: 1600px) {



  .instagram-module {
    margin-bottom: 5vh;
  }

  .image-right {
    right: 100px
  }

  .image-left {
    left: 100px;
  }

  .text-right {
    right: 100px;
  }

  .text-left {
    left: 100px;
  }

  .text-right, .text-left {
    max-width: 50vw;
  }

  .image-right, .image-left {
    right: 100px;

}

.flexbox-menu h2 {
  font-size: 4vw;
}

.sectionmargin {
  padding-top: 40vh;
}

}

@media only screen and (max-width: 1080px) {
  

  .page-container h2, .menu-container h2 {
    font-size: 2em;
    line-height: auto;
  }

  .flexbox-menu {
    display: flex;
    flex-direction: column;
    
  }

  .flexbox-menu h2 {
    font-size: 2.5em;
  }

}

@media only screen and (min-width: 1200px) {


  .flexbox-menu a div {
    font-size: 2vw !important;
  }
}

@media only screen and (min-width: 2400px) {

  .desktopsection {
    margin-left: 20%;
    margin-right: 20%;
  }

  .image-right {
    right: 20%;
  }

  .image-left {
    left: 20%;
  }

  .text-right {
    right: 20%;
  }

  .text-right, .text-left {
    max-width: 25vw;
  }

  .image-right, .image-left {
    right: 20%;
  }

  .text-left {
    left: 20%;
  }
  
  .text-right {
    right: 20%;
  }

  .background-image-right {
    background-position: top 0vh left 10%, top 0vh right 0vh !important;
  }
  
  .background-image-left {
    right: 10% !important;
  }

  .text-both {
    margin-left: 8% !important;
    margin-right: 8% !important;
  }

}

  .flex-button-scan {
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .frame-bigger {
    margin-top: 10vh;
    max-width: 90vw;
  }

@media only screen and (max-width: 900px) {

  .mobile-padding {
    padding-bottom: 2vh !important;
  }

  .frame-bigger {
    max-width: 90vw;
  }

  .desktopsection {
    margin-bottom: 0;
  }

  .sectionmargin {
    padding-top: 0vh;
  }

  .dinnergift {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }
  

  .text-right-container, .text-left-container {
    height: auto !important;
    min-height: 0px;
  }

.rellax { transform: translate3d(0,0,0) !important; }

.logo {
  width: 30vw;
}

.buttonFlex {
  gap: 20px;
}

.partnerlogo {
  justify-content: center;
  width: 100%;
}

}


/* BEGIN MOBILE ------------------------------------------ */
@media only screen and (max-width: 900px) {

  .form-contact a {
   font-size: 0.9rem;
  }

  #reservations{
    margin-top: 15vw !important;
  }

  .background-image-right {
    background-size: 0vh;
  }
  
  .background-image-left {
    background-size: 0vh;
  }

  .text-both {
    height: 50vh;
    background-image: url(../img/horta-graphic-element-left.svg), url(../img/horta-graphic-element-right.svg);
    background-position: top 0vh left 2vh, top 0vh right 2vh;
    background-size: 0vh;
    overflow: visible;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    color: var(--primary) !important;
    line-height: 1em;
  }

  .text-both h2 {
    margin-bottom: 10vw;
    line-height: 1em;
  }

  .logo {
    width: 30vw;
    z-index: 5;
  }

  .buttonFlex {
    gap: 0px;
    flex-direction: column;
  }

  .button-cta span:hover {
    padding-left: 0px;
  }

  .btnHome {
    margin-top: 5vw !important;
  }
  

  .parallaxTxt {
    margin-top: 0px !important;
  }

  .page-container-inner-leftelement p:first-child {
    margin-top: 30px;
  }

  .margin-top-extra {
    margin-top: 30px !important;
  }

  .resengo-module {
    margin-top: 5vh;
    margin-bottom: 20vh !important;
  }

  .desktopsection {
    margin-left: 0;
    margin-right: 0;
  }

  .header {
    margin-bottom: 20vw !important;
  }

  section {
    height: auto;
    min-height: auto;
    scroll-snap-align: unset;
  }

  .icon-scroll {
   top: 65%;
  }
  

  h2 {
    font-size: 2.5rem;
  }

  h2, p {
    text-align: center;
  }

  .flexbox-menu {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .flexbox-menu a div {
    font-size: 2rem;
  }

  footer {
    height: auto;
    scroll-snap-align: unset;
  }

  .footer-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-image-home {
    height: 70vh;
    max-height: 70vh;
    overflow: hidden;
  }

  .flexbox-container {
    flex-direction: column;
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .opening-hours {
    padding-top: 0px !important;
  }

  .footer-inner {
    align-items: center;
  }

  .footer-logo {
    margin-left: 0px;
  }

  .flexbox-item-full {
    height: auto;
  }

  .flexbox-menu {
    display: flex;
    flex-direction: column;
  }

  .image-right, .image-left {
    position: unset;
    min-width: 100%;
  }

  #restaurant {
    margin-bottom: 0px;
  }

  .text-right, .text-left {
    padding-top: 15%;
    padding-right: 10%;
    padding-bottom: 15%;
    padding-left: 10%;
    margin: 0px;
    position: unset;
    min-width: 80%;
    min-height: auto !important;
  }

  .left {
    order: inherit;
    align-items: center;
  }

  .right {
    order: inherit;
    align-items: center;
  }

  .flexbox-item {
    width: 100vw;
    height: 50vh;
    color: var(--primary);
  }

  .text-both p {
    margin-top: 18px;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
  }

  .header-image-page {
    min-width: 100%;
    background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover !important;
    margin-top: 0;
  }

  .page-container-inner-leftelement {
    height: auto;
    margin-right: 0px;
  }

  .instagram-module {
    margin-top: 10vh;
    margin-bottom: 5vh !important;
  }

  .mobile-2 {
    width: 100vw;
    height: auto;
    min-height: 40vh;
  }

  .mobile-order1 {
    order: 1;
  }

  .mobile-order2 {
    order: 2;
  }

  .nav {
    text-align: center;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }

  .overlay ul {
    width: 100vw !important;
  }

  .overlay .nav {
    font-size: 2.5rem !important;
    line-height: 4rem;
  }

  .header-image {
    height: 80vh;
    max-height: 80vh;
  }


  .horta-combi {
    font-size: 1.4rem;
    height: 80%;
  }

  .cta {
    max-width: 100%;
    flex-direction: column;
    height: 20vh;
  }

  .button-cta {
    width: auto;
    height: 50%;
    padding: 0;
    text-align: center;
  }

  .mobile-delete {
    display: none;
  }

  .newsletter-form {
    padding: 1em;
  }

  .footer-inner {
    font-size: 0.9rem;
  }

  .page-container {
    flex-direction: column;
    align-items: center;
  }

  .page-container p {
    padding-right: 0px !important;
  }

  .text-left h2,
  .text-right h2 {
    color: var(--primary);
  }

  .page-container-inner {
    width: 80vw;
    margin-bottom: 10vw;
    text-align: center;
  }

  .page-container-inner h2 {
    line-height: 1.2em;
  }

  .page-container-inner:last-child {
    margin-bottom: 0;
  }

  .menu-container-inner-block {
    width: 80vw !important;
  }

  .footer-inner {
    column-count: 1;
    column-gap: 0px;
  }

  .opening-hours {
    padding-top: 30px;
    break-before: avoid;
  }

  .nomobile {
    display: none;
  }

  .mobileonly {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
  }

  .columns2 {
    column-count: 1;
    text-align: center;
    padding: 20vw 10vw;
  }

  .articles {
    grid-auto-flow: row;
  }

  article {
    position: relative;
    width: 80vw;
    height: auto;
    overflow: hidden;
    margin: 0 10vw;
  }

  .article-image {
    width: 100%;
    height: 100vw;
  }

  .article-intro,
  .article-title {
    text-align: center;
  }

  .horta-timeline {
    margin: 0;
    width: 100vw;
  }

  .horta-grid {
    --hardwidth: calc(50vw - 1px);
    grid-template-columns: var(--hardwidth) 0 var(--hardwidth);
  }

  .horta-line {
    width: 0;
    height: calc(100% - 20px);
  }

  .dotted {
    height: 20px;
  }

  .horta-circle {
    display: block;
    z-index: 99;
    width: 20px;
    height: 20px;
    margin-left: -12px;
  }

  .horta-grid-item:nth-child(3n + 1) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horta-grid-item:nth-child(3n + 3) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightwidget-widget {
    width: 90vw;
  }

  .contact-field,
  .contact-pulldown,
  .contact-message {
    width: 80vw;
  }

  .submit {
    width: 80vw;
  }

  .flexbox-item-auto {
    height: auto;
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

  .horta-title {
    font-size: 22px;
  }

  .horta-grid-item p {
    font-size: 14px;
    line-height: 1.6em;
  }

/*
  .text-both,
  .text-left,
  .text-right {
    background-size: 16vh;
    padding: 20vw 0;
  }
*/
  .footer-inner {
    text-align: center;
    width: 100%;
    margin: 0 10%;
  }

  .flexbox-form {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .menu-container-inner-block {
    width: 37.5vw;
  }


  .partnerlogo {
    justify-content: space-between;
    width: 100%;
  }

  .sliderbuttons {
    display: none;
  }

}
/* END MOBILE -------------------------------------------- */

/* ========================================================================== Navigation ========================================================================== */
.button-container {
  display: flex;
  display: -webkit-flex;
  position: fixed;
  right: 0;
  width: 90px;
  height: 90px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background-color: var(--accent);
}

.button-container span {
  margin-top: 34px;
  width: 40px;
  height: 2px;
  position: absolute;
  right: 25px;
  bottom: 0;
  background: #f2efed;
  transition: all 0.35s ease;
  padding: 20 20 20 20;
}

.button-language {
  display: flex;
  display: -webkit-flex;
  position: fixed;
  right: 90px;
  width: 90px;
  height: 90px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: rgba(15, 10, 10, 0.1);
  align-items: center;
  justify-content: center;
}

.button-language:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.button-language:hover a {
  color: var(--accent)
}

.button-language a {
  color: #fff;
  text-decoration: none;
}

.active {
  background-color: #f2efed;
}

.top {
  top: 0px;
}

.button-container:hover .top {
  top: 2px;
}

.button-container.active:hover .top {
  top: 0px;
}

.middle {
  top: 10px;
}

.bottom {
  top: 20px;
}

.button-container:hover .bottom {
  top: 18px;
}

.button-container.active:hover .bottom {
  top: 20px;
}

.button-container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: var(--accent);
}

.button-container.active .middle {
  opacity: 0;
}

.button-container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: var(--accent);
}

.overlay {
  position: fixed;
  background: var(--accent);
  visibility: hidden;
  width: 100vw;
  height: 0%;
  left: 0px;
  top: 0px;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 0.35s, height 0.35s, visibility 0.35s;
  transition: opacity 0.35s, height 0.35s, visibility 0.35s;
  z-index: 5;
}

.overlay.open {
  height: 100%;
  opacity: 100;
  visibility: visible;
}

.overlay.open li {
  -webkit-animation: fadeInTop 0.5s ease forwards;
  animation: fadeInTop 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.nav {
  display: flex;
  display: -webkit-flex;
  height: 100vh;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  line-height: normal;
}

.overlay .nav .nav-main li {
  font-family: "NewYork", helvetica, arial;
  font-weight: 100;
}

.overlay .nav .nav-main .nav-sub {
  font-size: 18px;
  line-height: 30px;
  padding-top: 2vw;
}

.overlay .nav .nav-main .nav-sub a {
  font-family: "Faktum", helvetica, arial;
  border-bottom: 1px solid var(--white);
}

.overlay .nav {
  font-size: 50px;
}

.overlay ul {
  list-style: none;
  width: 50vw;
}

.overlay ul li {
  opacity: 0;
}

.overlay ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
}

.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    bottom: 20%;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    bottom: 20%;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

.flickity---page-dots {
  bottom: 10px;
}