@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,800,800i,900,900i&display=swap&subset=latin-ext");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: white;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  color: white;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

img {
  font-size: 0;
}

p {
  padding: 10px 0;
}

section {
  padding: 0 10px;
}

section h4 {
  padding: 20px;
  font-size: 40px;
  font-weight: 400;
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  section h4 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  section h4 {
    font-size: 32px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  section h4 {
    font-size: 20px;
  }
}

section .icons {
  display: inline-block;
  font-size: 32px;
  width: 15%;
  padding-top: 85px;
  background-size: 100px !important;
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  section .icons {
    width: 20%;
  }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  section .icons {
    font-size: 25px;
    width: 24%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  section .icons {
    width: 24%;
    font-size: 16px;
  }
}

section .icons.bankkartya {
  background: url("images/credit-card.webp") top center no-repeat;
}

section .icons.bankkartya p {
  position: relative;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  section .icons.bankkartya p {
    position: initial;
    right: initial;
  }
}

section .icons.keszpenz {
  background: url("images/cash.webp") top center no-repeat;
}

section .icons.keszpenz p {
  position: relative;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  section .icons.keszpenz p {
    position: initial;
    left: initial;
  }
}

.block {
  max-width: 1820px;
  margin: 50px auto;
  text-align: center;
  padding: 40px 70px 70px;
  border-radius: 20px;
  -webkit-box-shadow: 6px 7px 42px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 42px -14px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 1500px) and (min-width: 0px) {
  .block {
    padding: 20px 20px 50px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  .block {
    padding: 10px 20px 30px;
    margin: 25px auto;
  }
}

.block.odd {
  background: #b19c70;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b19c70), color-stop(100%, #a38969));
  background: -webkit-gradient(linear, left top, left bottom, from(#b19c70), to(#a38969));
  background: linear-gradient(to bottom, #b19c70 0%, #a38969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19c70', endColorstr='#a38969', GradientType=0 );
}

.block.even {
  background: #a38969;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a38969), color-stop(100%, #b19c70));
  background: -webkit-gradient(linear, left top, left bottom, from(#a38969), to(#b19c70));
  background: linear-gradient(to bottom, #a38969 0%, #b19c70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38969', endColorstr='#b19c70', GradientType=0 );
}

.block .content {
  font-size: 32px;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  .block .content {
    font-size: 16px;
  }
}

h2 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 60px;
  margin-bottom: 30px;
  color: #f1f1f1;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  h2 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
}

header {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  header {
    margin-bottom: 0;
  }
}

header #logo {
  z-index: 999999999;
  display: inline-block;
  position: fixed;
  vertical-align: middle;
  margin: 20px 0 0 50px;
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  header #logo {
    margin: 5px 0 0 10px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  header #logo {
    position: absolute;
    width: 90px;
    top: 44vw;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 999999996;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  header #logo {
    position: absolute;
    width: 61px;
    top: 44vw;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 999999996;
  }
}

header #header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 999999997;
  background: rgba(161, 135, 101, 0.85);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(161, 135, 101, 0.85)), color-stop(100%, rgba(168, 144, 110, 0.85)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(161, 135, 101, 0.85)), to(rgba(168, 144, 110, 0.85)));
  background: linear-gradient(to right, rgba(161, 135, 101, 0.85) 0%, rgba(168, 144, 110, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18765', endColorstr='#a8906e', GradientType=1 );
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  header #header-top {
    height: 90px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 0px) {
  header #header-top {
    height: 40px;
    background-color: #a2927d;
  }
}

header #header-top #menunyito {
  height: 40px;
  width: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999999999;
  cursor: pointer;
}

@media only screen and (min-width: 999px) {
  header #header-top #menunyito {
    display: none;
  }
}

header #header-top #menunyito .nyito {
  display: block;
  height: 3px;
  position: absolute;
  left: 10px;
  background-color: whitesmoke;
}

header #header-top #menunyito .nyito.first {
  width: 50px;
  top: 7px;
}

header #header-top #menunyito .nyito.second {
  width: 40px;
  top: 18px;
}

header #header-top #menunyito .nyito.third {
  width: 35px;
  top: 28px;
}

header #header-top #menunyito .felirat {
  /*! display: none; */
  position: absolute;
  top: 5px;
  font-size: 24px;
  left: 65px;
}

header #header-top nav {
  position: absolute;
  right: 50px;
  top: 45px;
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  header #header-top nav {
    top: 35px;
    right: 0px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 0px) {
  header #header-top nav {
    right: 0;
    top: 41px;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
}

header #header-top nav ul li {
  display: inline-block;
}

@media only screen and (max-width: 999px) and (min-width: 0px) {
  header #header-top nav ul li {
    display: none;
    text-align: left;
  }
}

header #header-top nav ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  padding: 45px 15px 40px;
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  header #header-top nav ul li a {
    font-size: 21px;
    padding: 45px 5px 40px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 0px) {
  header #header-top nav ul li a {
    letter-spacing: 2px;
    font-size: 16px;
    padding: 12px 10px;
    background-color: #947d5c;
    display: block;
    width: 35%;
    min-width: 200px;
    border-top: 1px solid #784a2f;
    border-right: 1px solid #784a2f;
  }
}

header #header-top nav ul li a:hover {
  color: black;
  background-color: white;
  opacity: 0.7;
  cursor: pointer;
}

@media only screen and (max-width: 999px) and (min-width: 0px) {
  header #header-top nav ul li a:hover {
    opacity: 1;
  }
}

header img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 999px) and (min-width: 0px) {
  header img {
    margin-top: 40px;
  }
}

header #overlay {
  position: absolute;
  width: 100%;
  height: 210px;
  bottom: 0;
  z-index: 3;
  background: rgba(161, 135, 101, 0.9);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(161, 135, 101, 0.9)), color-stop(100%, rgba(168, 144, 110, 0.9)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(161, 135, 101, 0.9)), to(rgba(168, 144, 110, 0.9)));
  background: linear-gradient(to right, rgba(161, 135, 101, 0.9) 0%, rgba(168, 144, 110, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18765', endColorstr='#a8906e', GradientType=1 );
}

@media only screen and (max-width: 1500px) and (min-width: 0px) {
  header #overlay {
    height: 120px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  header #overlay {
    height: 50px;
  }
}

main #szolgaltatasok a {
  text-decoration: none;
  color: #FFFFFF;
}

main #szolgaltatasok .box {
  display: inline-block;
  width: 24%;
  padding-top: 330px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
}

main #szolgaltatasok .box:hover {
  -webkit-box-shadow: 0px 0px 30px 8px white;
  box-shadow: inset 0px 0px 30px 8px white;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 30px;
}

main #szolgaltatasok .box h3 {
  font-size: 60px;
  font-weight: 300;
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  main #szolgaltatasok .box h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  main #szolgaltatasok .box h3 {
    font-size: 28px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #szolgaltatasok .box h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1650px) and (min-width: 768px) {
  main #szolgaltatasok .box {
    background-size: 140px auto !important;
    padding-top: 155px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #szolgaltatasok .box {
    display: block;
    width: 100%;
    padding-top: 200px;
    text-align: center;
    background-size: 180px auto !important;
  }
}

main #szolgaltatasok .box.szallas {
  background: url("images/bed.webp") top center no-repeat;
}

main #szolgaltatasok .box.szallas h3 {
  position: relative;
  right: 30px;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #szolgaltatasok .box.szallas h3 {
    position: initial;
    right: initial;
  }
}

main #szolgaltatasok .box.etterem {
  background: url("images/restaurant.webp") top center no-repeat;
}

main #szolgaltatasok .box.etterem h3 {
  position: relative;
  left: 15px;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #szolgaltatasok .box.etterem h3 {
    position: initial;
    left: initial;
  }
}

main #szolgaltatasok .box.sorozo {
  background: url("images/beer.webp") top center no-repeat;
}

main #szolgaltatasok .box.cukrasz {
  background: url("images/cake.webp") top center no-repeat;
}

@media only screen and (max-width: 1300px) and (min-width: 768px) {
  main #kinalatunk {
    font-size: 20px;
  }
}

main #kinalatunk h2 {
  margin-bottom: 20px;
}

main #kinalatunk #gombok .gomb {
  display: inline-block;
  width: 240px;
  background-color: white;
  color: black;
  padding: 15px;
  font-size: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.75);
  margin: 0px 50px 30px 50px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main #kinalatunk #gombok .gomb:hover, main #kinalatunk #gombok .gomb.active {
  background-color: black;
  color: white;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #kinalatunk #gombok .gomb {
    display: block;
    width: 225px;
    font-size: 20px;
    margin: 10px auto;
  }
}

main #kinalatunk .tartalom .szoveg {
  display: inline-block;
  width: 52%;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #kinalatunk .tartalom .szoveg {
    display: block;
    width: 100%;
  }
}

main #kinalatunk .tartalom .kepek {
  display: inline-block;
  width: 46%;
  vertical-align: middle;
  text-align: right;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #kinalatunk .tartalom .kepek {
    display: block;
    width: 100%;
    text-align: center;
  }
}

main #kinalatunk .tartalom .kepek img {
  display: inline-block;
  width: 49%;
  height: auto;
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  main #kinalatunk .tartalom .kepek img {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #kinalatunk .tartalom .kepek img {
    width: 100%;
  }
}

main #kinalatunk .tartalom:not(.active) {
  display: none;
}

main #galeria {
  padding-bottom: 20px;
  margin-bottom: 5px;
  /* The Modal (background) */
}

main #galeria .content img {
  width: 49%;
  padding: 25px;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #galeria .content img {
    width: 100%;
    padding: 5px;
  }
}

main #galeria .content img:hover {
  -webkit-box-shadow: 0px 0px 30px 8px white;
  box-shadow: inset 0px 0px 30px 8px white;
  cursor: pointer;
  opacity: 0.8;
}

main #galeria .modal {
  /* Create four equal columns that floats next to eachother */
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Modal Content */
  /* The Close Button */
  /* Hide the slides by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Caption text */
}

main #galeria .modal .row > .column {
  padding: 0 8px;
}

main #galeria .modal .row:after {
  content: "";
  display: table;
  clear: both;
}

main #galeria .modal .column {
  float: left;
  width: 25%;
}

main #galeria .modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

main #galeria .modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

main #galeria .modal .close:hover,
main #galeria .modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

main #galeria .modal .mySlides {
  display: none;
}

main #galeria .modal .mySlides img {
  width: 60%;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #galeria .modal .mySlides img {
    width: 100%;
  }
}

main #galeria .modal .prev,
main #galeria .modal .next {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

main #galeria .modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

main #galeria .modal .prev {
  left: 0;
}

main #galeria .modal .prev:hover,
main #galeria .modal .next:hover {
  cursor: pointer;
  background-color: rgba(168, 156, 156, 0.8);
}

main #galeria .modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

main #galeria .modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

main #galeria .modal img.demo {
  opacity: 0.6;
  width: 100%;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  main #galeria .modal img.demo {
    width: 100%;
  }
}

main #galeria .modal .active,
main #galeria .modal .demo:hover {
  cursor: pointer;
  opacity: 1;
}

footer .mapouter {
  width: 100% !important;
}

footer .mapouter .gmap_canvas {
  width: 100% !important;
}

footer .mapouter .gmap_canvas iframe {
  width: 100% !important;
}

footer #elerhetosegek {
  background-color: #ad8d65;
  text-align: center;
  padding-top: 10px;
}

footer #elerhetosegek a {
  color: white;
  text-decoration: none;
}

footer #elerhetosegek .box {
  font-size: 28px;
  font-weight: 300;
  display: inline-block;
  width: 24%;
  padding: 100px 0 10px 0;
}

@media only screen and (max-width: 1650px) and (min-width: 1000px) {
  footer #elerhetosegek .box {
    font-size: 17px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  footer #elerhetosegek .box {
    font-size: 20px;
    width: 40%;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  footer #elerhetosegek .box {
    font-size: 13px;
    width: 49%;
    padding: 100px 0px 5px;
    vertical-align: middle;
  }
}

footer #elerhetosegek .box a:hover {
  font-weight: 600;
}

footer #elerhetosegek .box.fb a {
  background: url("images/facebook.webp") top center no-repeat;
  padding-top: 100px;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  footer #elerhetosegek .box.fb a {
    padding-right: 20px;
    padding-left: 20px;
  }
}

footer #elerhetosegek .box.telefon {
  background: url("images/telefon.webp") top center no-repeat;
}

footer #elerhetosegek .box.mail a {
  background: url("images/email.webp") top center no-repeat;
  padding-top: 100px;
}

footer #elerhetosegek .box.cim {
  background: url("images/cim.webp") top center no-repeat;
}
/*# sourceMappingURL=style.css.map */