* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --bgColor: rgb(240, 240, 240);
  --bgColorTrans: rgba(240, 240, 240, 0.6);
  --bgColorTrans2: rgba(240, 240, 240, 0.8);
  --bgContent: rgba(240, 240, 240, 1);
  --logoGreen: rgb(50, 61, 62);
  --logoGreen2: rgba(50, 61, 62, 0.55);
  /* --text: rgba(21, 22, 23, 1); */
  --text: rgba(11, 12, 13, 1);
  --offWhite: rgba(239, 240, 235, 1);
  --shadow: rgba(44, 44, 44, 0.2);
  --contrast: rgb(57, 121, 97);
  --contrast2: rgba(57, 121, 97, 0.3);
  --contrast3: rgba(57, 121, 97, 0.8);
  --greenLight: rgb(134, 116, 37, 0.4);
  --greyGreen: rgb(107, 102, 84);
}

/* Font lehetőségek  */
.fonts {
  font-family: "Montserrat", sans-serif;
  font-family: "Inter", sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Rubik", sans-serif;
  font-family: "IBM Plex Sans", sans-serif;
  font-family: "Kanit", sans-serif;
  font-family: "Cabin", sans-serif;
  font-family: "Karla", sans-serif;
  font-family: "League Spartan", sans-serif;
  font-family: "Inria Sans", sans-serif;

}

#font-select {
  background-color: var(--bgColor);
  border-top: 1px solid var(--text);
  border-right: 1px solid var(--text);
  padding: 7px;
  margin-top: 7px;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 111;
}

#font-select label {
  margin-right: 17px;
  cursor: pointer;
}

#font-select input {
  cursor: pointer;
  margin-right: -1px;
}

#font-select button {
  border: 1px solid var(--text);
  padding: 3px 7px;
  background-color: var(--bgColor);
}


/* Utility class-ok */
.titlePosition {
  position: relative;
  top: -1.2rem;
  left: -1rem;
}

.introHeading {
  margin-right: 20%;
}

.alignRight {
  text-align: right;
  margin-right: 10%;
  margin-left: 10%;
}

.noPosition {
  top: unset;
}

.fontWeight {
  font-weight: 300;
}

.container {
  margin: unset;
}

.bordered {
  padding: 14px;
  /* border: 3.03px dashed var(--contrast); */
}

.lessMargin {
  /* - Italok, ételek címsorhoz - */
  margin-bottom: -11px;
}



/* KARÁCSONY POPUP*/
/* ---------------------------------------------- */
/* POPUP starts */

.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Changed to auto */
    scrollbar-width: none; /* Hide scrollbar */
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    opacity: 0; /* Add this */
    transition: opacity 0.5s; /* Add this */
}

.popup::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.popup.show {
    opacity: 1; /* Add this */
}

.popup-content {
    position: absolute; /* Changed to absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    border: 1px solid var(--bgColor);
    background-color: var(--bgColor);
    max-width: 95vw;
    max-height: 95vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup img {
    width: 100%;
    height: auto;
    max-height: calc(100% - 30px); /* Adjusted to fit within popup-content */
    object-fit: contain;
}

.close {
    color: var(--bgColor);
    position: absolute; /* Added position absolute */
    top: -5px;
    right: 0px;
    font-size: 28px;
    font-weight: bold;
    transition: font-size 0.3s;
    background-color: var(--contrast3);
    padding: 0px 15px;
}

.close:hover,
.close:focus {
    color: var(--contrast);
    text-decoration: none;
    cursor: pointer;
}

.popup-content:not(.closing) .close {
    font-size: 28px;
}

.popup-content.closing .close {
    font-size: 5px;
    transition: font-size 0.3s;
}


/* Lebegő link formázás */
#floating-link {
    position: fixed;
    bottom: 14px;
    left: 0px;
    z-index: 1111;
    background-color: var(--bgColorTrans2);
    padding: 6px 12px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
}

#floating-link.show {
    opacity: 1;
}



/* POPUP ends */
/* ---------------------------------------------- */





/* Oldal */
/* ────────────────────────────────────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem;
}

body {
  background-color: var(--bgColor);
  /* background-image: url(../img/logo3v2.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; */
  margin: 0px auto;
  /* max-width: 1920px; */
  color: var(--text);
  font-family: "MainFont", sans-serif;
  font-size: 0.88rem;
  font-weight: 200;
  padding: -4px;
}

header {
  background-image: url(../img/a_kezdokep.jpg);
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#logo {
  width: 50%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px auto;
  font-family: "MainFont", sans-serif;
}

#logo-2 {
  width: 100%;
}

.logo-container {
  backdrop-filter: saturate(180%) blur(6px);
  background-color: rgba(240,240,240,0.5);
  width: 60%;
  height: fit-content;
  padding: 2.2%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px auto;
}

#langSelect {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--text);
  background-color: var(--bgColorTrans);
  padding: 4px 7px;
  border-radius: 1px;
  font-weight: 400;
}


#toTop-btn {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 11px 0px 11px;
  border-radius: 2px;
  font-size: 24px;
  color: rgba(244, 244, 244, 0.6);
  background-color: var(--logoGreen2);
  transition: all 0.4s ease-in-out;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#toTop-btn:hover {
  transition: all 0.4s ease-in-out;
}


/* Typography */
/* ────────────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: RobotoMono;
  src: url(RobotoMono-VariableFont_wght.ttf);
}

#etlap-font,
#etlap-font h3,
#etlap-font div,
#etlap-font table,
#etlap-font tr,
#etlap-font td,
#etlap-font thead {
  font-family: "MainFont", sans-serif;
}

/* #etlap-font,
#etlap-font h3,
#etlap-font div,
#etlap-font table,
#etlap-font tr,
#etlap-font td,
#etlap-font thead {
  font-family: "RobotoMono", monospace;
} */

/* @font-face {
  font-family: RobotoItalic;
  src: url(RobotoMono-Italic-VariableFont_wght.ttf);
  font-style: italic;
} */

h1 {
  display: none;
}

h2 {
  font-family: "MainFont", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 22px;
  padding-bottom: 4px;
  /* border-bottom: 1.11px solid var(--contrast); */
  /* background-color: var(--contrast); */
  width: fit-content;
  height: 1.88rem;
  /* text-shadow: 3px 3px 3px var(--bgColor2); */
}

h3 {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 1px 11px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.13rem;
  margin-top: 11px;
  margin-bottom: 0px;
  position: relative;
  top: 1.9rem;
  z-index: 10;
}

.reggeli {
  font-size: 0.9rem;
  position: relative;
  left: 4.44px;
}
/* Nyelvválasztás link */
#langSelect a {
  color: var(--contrast);
  font-weight: 500;
}

#langSelect a:hover {
  padding: 2px 6px;
  border-radius: 1px;
  font-weight: 600;
  color: var(--text);
}

/* Alaplinkek */
a:link {
  color: var(--contrast);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  /* padding: 0px 0.2rem; */
}

a:visited {
  color: var(--contrast);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: var(--text);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a:active {
  color: var(--text);
  text-decoration: none;
}

/* Érintőképernyő variáció */
html.can-touch a:hover {
  background-color: unset;
  color: var(--contrast);
  padding: 0;
}

/* Főmenü linkek */
#landDiv a {
  position: relative;
  top: 0px;
  font-size: 1.6rem;
  color: var(--offWhite);
  font-weight: 400;
  padding: 6px 10px;
  text-align: center;
  /* text-shadow: 1px 1px 1px var(--bgColor); */
  border-radius: 1px;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  /* background-color: var(--logoGreen2); */
  text-decoration: none;
  transition: all 0.66s ease-in-out;
}

#landDiv a:hover {
  position: relative;
  top: -5px;
  transition: all 0.44s ease-in-out;
}

/* Érintőképernyő variáció */
html.can-touch #landDiv a {
  background-color: var(--logoGreen2);
}

html.can-touch #landDiv a:hover {
  background-color: var(--logoGreen2);
  color: var(--offWhite);
  top: 0px;
}


/* Menük */
/* ────────────────────────────────────────────────────────────────────────── */


#landDiv {
  position: absolute;
  bottom: 0px;
  width: 100%;
  /* max-width: 1920px; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px 11px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  background-color: var(--logoGreen2);
}


/* ------------------ Sticky navbar ------------------ */
.sticky {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bgContent);
  box-shadow: 0px 0px 7px var(--contrast2);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  text-align: center;
  border-bottom: 1px solid var(--contrast);
  padding: none;
}

.hide {
  opacity: 0;
  transition: all 0.5s;
}

.show {
  opacity: 1;
  transition: all 0.5s;
}

/**
 * Display lists on a single line.
 * @bugfix Prevent webkit from removing list semantics
 * 1. Add a non-breaking space
 * 2. Make sure it doesn't mess up the DOM flow
 */
.list-inline {
  list-style: none;
  margin-left: 8px;
  margin-right: 0px;
  font-size: 1.2rem;
  position: relative;
  top: 7px;
}

.list-inline>li {
  display: inline-block;
  /* color: rgba(239, 240, 235, 0.6); */
}

.list-inline>li:before {
  content: "\200B";
  /* 1 */
  position: absolute;
  /* 2 */
}

.list-inline>li>a {
  padding: 5px 3px 7px 3px;
  /* padding: 5px 3px 7px 3px; */
  margin-right: 0.6rem;
}

.list-inline>li>a:hover {
  background-color: var(--bgColor);
  color: var(--contrast);
}



/* ────────────────────────────────────────────────────────────────────────── */
/* ------------------ Section ------------------ */
/* ────────────────────────────────────────────────────────────────────────── */
section {
  background-color: var(--bgContent);
  /* box-shadow: 3px 3px 14px var(--shadow); */
}

.articleContent:first-child {
  margin: 55px 0px 40px 0;
}

.articleContent {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.4rem;
  letter-spacing: 0.07rem;
  margin: 81px 0px 40px 0;
}

.contrastBackground {
  /* background-color: var(--contrast); */
  margin: 0px 7px;
}

.side-a,
.side-b {
  flex: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
}

.side-b {
  flex-direction: column;
}

.contKep {
  width: 80%;
  margin: -22px 0px;
  box-shadow: 3px 3px 7px var(--shadow);
  border-radius: 1px;
}

.contSzoveg {
  width: 80%;
  text-align: justify;
  margin: 0px auto;
}

/* ------------------ Rólunk ------------------ */
.expandMargin {
  margin: 22px 0px;
}

#rolunk {
  margin-top: 50px;
  
}

#rolunkSzovegDoboz {
  align-items: flex-start;
}

/* ------------------ Söreink ------------------ */
#soreink {
  margin-top: 70px;
  flex-direction: row-reverse;
  align-items: start;
}

#soreinkSzovegDoboz {
  position: relative;
  top: -25px;
}

/* ------------------ Legördülő menü táblák ------------------ */
.legorduloMenu {
  background-color: none;
  width: fit-content;
  transition: all 0.7s ease-in;
}

.legorduloMenu:hover {
  /* background-color: var(--contrast); */
  color: var(--contrast);
  transition: all 0.4s ease-in-out;
}

.menuBackground {
  cursor: pointer;
  /* box-shadow: 0.4px 0.4px 9px var(--shadow); */
}

.noDisplay {
  display: none;
}

table {
  border-collapse: collapse;
  overflow: hidden;
  font-family: "MainFont", sans-serif;
  font-weight: 200;
  color: var(--text);
  text-align: center;
  z-index: 5;
}

.table {
  margin: 2px auto 0px;
  position: relative;
  top: -2px;
}

tr:first-child {
  border-bottom: 1px solid var(--contrast);
}

th {
  text-transform: uppercase;
  color: var(--offWhite);
  font-size: 1.22rem;
  padding: 0px 11px;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.12rem;
  height: 2.44rem;
}

th:nth-child(2),
th:nth-child(3) {
  text-align: right;
  min-width: 107px;
  font-size: 1rem;
}

td {
  text-align: right;
  font-size: 1rem;
  font-weight: 200;
  padding: 7px 11px;
  color: var(--text);
  vertical-align: top;
}

td:nth-child(1),
td:nth-child(2) {
  text-align: right;
  min-width: 107px;
}

th,
td:first-child {
  text-align: left;
  width: 70%;
}

/* ------------------ Étlap ------------------ */
.logoSmall {
  width: 55px;
  display: inline-block;
  position: relative;
  top: 8px;
  left: 7px;
  margin-left: 11px;
}

.proba {
  border: 1px solid tomato;
}

.proba td {
  border: 1px solid tomato;
}

.proba th {
  border: 1px solid tomato;
}

#etlap {
  margin-top: 100px;
  margin-bottom: 30px;
}

#etlap table:last-child {
  margin-bottom: 7px;
}

#etlap td {
  width: fit-content;
}

#etlap td:last-child {
  min-width: 118px;
  text-align: right;
}

.displayMobile {
  display: none;
}

.displayDesktop {
  display: block;
}


/* ------------------ Itallap ------------------ */
#itallap,
#etlap {
  padding: 11px 5% 0px;
}

#italGinTonic tr {
  border-bottom: 1px solid transparent;
}

#italGinTonic tbody {
  border-top: 1.5px solid var(--contrast);
}

#italGinTonic tbody tr:nth-child(even) {
  font-style: italic;
}

/* ------------------ Kapcsolat ------------------ */
#kapcsolat {
  flex-direction: row-reverse;
  margin-top: 131px;
}

.sorTavolsag {
  line-height: 2.22rem;
}

.kapcsolat {
  font-size: 1.1rem;
}

.contactInfo {
  font-size: 1.11rem;
}

/* ------------------ Nyitvatartás ------------------ */
#nyitvaVagyunk {
  margin-top: 131px;
}

.nyitva {
  width: 100%;
}

.nyitva tr:first-child {
  background: none;
  border: none;
}

.nyitva td:first-child {
  width: unset;
}

.nyitva th:first-child {
  width: unset;
}

.nyitva th:last-child {
  width: unset;
}

.nyitva td:last-child {
  width: unset;
}

#nyitvaTabla {
  width: 505px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#terkep {
  height: 444px;
}

.titleAdjust {
  position: relative;
  left: -3.2rem;
}

/* ------------------ Modal starts ------------------ */

.show-modal {
  cursor: pointer;
}

.modalPic {
  max-width: 40vw;
  max-height: 96vh;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ANIMATED CLOSE BUTTON */

.close-modal {
  position: absolute;
  width: 0px;
  height: 0px;
  /* width: 11px;
  height: 11px; */
  top: 11px;
  right: 80px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1;
}

.leftright {
  height: 0px;
  width: 0px;
  /* height: 5px;
  width: 18px; */
  position: absolute;
  margin-top: 24px;
  background-color: var(--greyGreen);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}

.rightleft {
  height: 0px;
  width: 0px;
  /* height: 5px;
  width: 18px; */
  position: absolute;
  margin-top: 24px;
  background-color: var(--greyGreen);
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}

.close-modal:hover .leftright {
  transform: rotate(-45deg);
  background-color: var(--contrast);
}

.close-modal:hover .rightleft {
  transform: rotate(45deg);
  background-color: var(--contrast);
}

/* CLASSES TO MAKE MODAL WORK */

.hidden {
  display: none;
}

.modalWindow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44vw;
  height: 98vh;
  margin: 0px auto;
  background-color: transparent;
  padding: 5rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  cursor: pointer;
}

#overlayChef {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  z-index: 5;
}

/* ------------------ Modal ends ------------------ */

/* ------------------ Footer ------------------ */
footer {
  margin: 0px auto;
  padding-top: 59px;
  text-align: center;
}

.plainLink a {
  color: var(--text);
  font-weight: 200;
}

.plainLink a:hover {
  font-weight: 400;
  background-color: unset;
  margin: unset;
  padding: unset;
}

html.can-touch .plainLink a:hover {
  color: var(--text);
  font-weight: 200;
  background-color: unset;
  margin: unset;
  padding: unset;
}

.logoFooter {
  width: 111px;
  padding: 4px;
}

.logoFooter a:hover {
  background-color: unset;
}

.socialLogo {
  width: 24px;
  margin: 0px 1.5px;
}

#googleReview {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 11px;
}

/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* RESZPONZIVITÁS BEÁLLÍTÁSA */

/* ----- Étlap lenyílás ----- */
@media (max-width: 770px) {
  .mobileNoDisplay {
      display: none;
  }

  /* .menuBackground {
    cursor: pointer;
  } */
}

@media (max-width:450px) {
  #langSelect {
      top: 11px;
      right: 11px;
      font-size: 0.7rem;
  }
}


/* MOBIL */
/* ────────────────────────────────────────────────────────────────────────── */

@media (max-width: 855px) {
  body {
      background-image: none;
  }

  header {
      height: 100vh;
      width: 100vw;
      background-image: url(../img/a_kezdokep.jpg);
      background-size: cover;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }

  #logo {
      width: 70%;
      margin-bottom: 45%;
  }

  .logo-container {
    width: 88%;
  }

  #landDiv {
      position: absolute;
      /* kz */
      bottom: 7px;
      /* kz */
      margin-bottom: 4px;
      text-align: center;
      padding: 20px;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 17px 11px;
      background-color: transparent;
  }

  #landDiv a {
      font-size: 1.6rem;
      color: var(--offWhite);
      font-weight: 400;
      padding: 6px 10px;
      text-align: center;
      /* text-shadow: 1px 1px 1px var(--bgColor); */
      border-radius: 1px;
      /* letter-spacing: 2px; */
      text-transform: uppercase;
      background-color: var(--logoGreen2);
      text-decoration: none;
      transition: all 0.66s ease-in-out;
  }

  #landDiv a:hover {
      background-color: var(--greenLight);
      color: var(--text);
      transition: all 0.44s ease-in-out;
  }

  html.can-touch #landDiv a {
      background-color: var(--logoGreen2);
  }

  html.can-touch #landDiv a:hover {
      background-color: var(--logoGreen2);
      color: var(--offWhite);
  }

  h2 {
      font-size: 1.6rem;
      height: 1.3rem;
  }

  .titlePosition {
      top: -0.9rem;
      left: -0.7rem;
  }

  h3 {
      font-size: 0.9rem;
      top: 1.8rem;
      margin-top: 17px;
  }

  .introHeading {
      margin-right: 5%;
      margin-left: 5%;
  }

  .alignRight {
      margin-right: 5%;
      margin-left: 5%;
  }

  .list-inline {
      font-size: 0.9rem;
      padding-top: 12px;
      top: 1px;
  }

  /* ----- Modal ----- */
  .modalPic {
      max-width: 97vw;
      max-height: 94vh;
  }

  .modalWindow {
      width: 96vw;
      height: 98vh;
  }

  .close-modal {
      top: 44px;
      right: 44px;
  }

  /* ----- Section ----- */
  .contSzoveg {
      width: 90%;
      text-align: left;
      margin: 0px auto 11px;
  }

  .contTitle {
      margin: 0px auto;
  }

  .contKep {
      margin-top: 10px;
  }

  .bordered {
      padding: 1px;
      border: none;
  }

  /* ----- Rólunk ----- */
  .expandMargin {
      margin: 0px 0px;
  }

  /* ----- Söreink ----- */
  .contTitle,
  #soreink .contTitle {
      text-align: center;
  }

  #soreink {
      flex-direction: column-reverse;
      margin-top: 88px;
  }

  #soreinkSzoveg {
      position: relative;
      top: 0px;
  }

  /* ----- Étlap ----- */

  #etlap {
      margin-top: 50px;
      margin-bottom: 50px;
  }

  #etlap td:last-child {
      min-width: 108px;
      text-align: right;
      padding-right: 7px;
      font-weight: 200;
  }

  .mobileNoDisplay {
      display: none;
  }

  .displayMobile {
      display: block;
  }

  .displayDesktop {
      display: none;
  }

  .logoSmall {
      width: 40px;
      top: 6px;
  }

  /* ----- Itallap ----- */
  .lessMargin {
      /* - Italok címsorhoz - */
      margin-bottom: -18px;
  }

  .table {
      width: 100%;
  }

  th {
      font-size: 0.9rem;
  }

  td {
      font-size: 0.8rem;
      font-weight: 400;
  }

  th:nth-child(2),
  th:nth-child(3) {
      min-width: 88px;
      padding: 7px 7px 7px 5px;
      font-size: 0.9rem;
  }

  td:nth-child(2),
  td:nth-child(3) {
      min-width: 88px;
      padding: 7px;
      font-weight: 200;
  }

  /* ----- Kapcsolat ----- */
  #kapcsolat {
      flex-direction: column-reverse;
      margin-top: 60px;
  }

  #kapcsolat .side-b {
      width: 369px;
  }

  .kapcsolat {
      font-size: 1rem;
  }

  .contactInfo {
      font-size: 0.88rem;
  }

  #googleReview {

      margin-top: 11px;
      padding: 7px;

  }

  /* ----- Nyitvatartás ----- */
  #nyitvaVagyunk {
      margin-top: 60px;
  }

  .nyitva td {
      font-size: 0.88rem;
  }

  .nyitva tr:first-child {
      border-bottom: none;
  }

  #nyitvaTabla {
      width: 330px;
  }

  .titleAdjust {
      position: relative;
      left: -1.05rem;
  }

  #nyitvaTabla .contSzoveg {
      margin: 0px auto;
  }

  .expand {
      width: 100%;
      height: 100%;
      margin-top: -4px;
  }

  #terkep {
      height: 100%;
  }

  #navi {
      margin-bottom: 1rem;
      padding: 20px 0;
  }

  .navi-btn {
      font-size: 1.5rem;
  }

  .articleContent {
      flex-direction: column-reverse;
      margin: 50px 0px;
  }

  #etelContent {
      margin-top: 40px;
  }

  .italTable {
      width: 100%;
  }

  .italblock {
      margin-top: 10px;
  }

  .italblock h3 {
      width: 95%;
  }

  .menuKep {
      display: none;
  }

  .lapContent,
  table {
      margin: 0px auto;
  }

  .italComp table tr:not(:nth-child(1)),
  #BborokB {
      display: none;
  }

  .thZ th:nth-child(1) {
      width: 290px;
  }

  .thz th:nth-child(2),
  th:nth-child(3) {
      text-align: right !important;
      width: 15%;
  }

  .arrow {
      padding: 5px;
      display: block;
      float: right;
  }

  /*modal*/
  .modal-content {
      width: 100%;
  }

  #modalpic {
      width: 95%;
  }
}