body {
  margin: 0;
  padding: 0;
  background-color: gray;
}
.swiper-zoom-container {
  display: block;
}
.navbar {
  z-index: 100;
  width: 100%;
  }
.navbar-toggler {
  margin: 0 0 0 auto;
}
.navbar_title {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  line-height: 100%;
  padding: 12px 0 12px 50px;
  margin-top: 3px;
}
.navbar_title a {
  color: #333;
}
.navbar_title span {
  font-size: 0.6em;
  color: #bbb;
  padding-left: 10px;
}
.navbar-light .nav-item .nav-link {
  color: #333;
}
.navbar-light .nav-item.szurke .nav-link {
  color: #324b61;
}
.navbar-light .nav-item.active .nav-link {
  color: #fff;
  font-weight: bold;
}
.navbar ul {
  margin: 0 370px 0 50px;
}
.navbar ul > li {
  border-top: 1px dotted #8f98a0;
  padding-top: 1px;
}

.swiper-button-next, .swiper-button-prev {
  top: 77px;;
}
.swiper-button-prev {
  /* justify-content: flex-start; */
  margin: 15px 20px 15px 0;

}
.swiper-button-next {
  margin: 15px 0 15px 20px;
  /* justify-content: flex-end; */
}
.swiper-button-next:after {
  margin-left: auto;
  }

.swiper-button-prev:after {
  /* visibility: hidden; */
  margin-right: auto;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  /* visibility: visible; */
}
/* fekvő */
@media (orientation: landscape) {
  #swiper-container-id {
    height: calc(100vh);
    width:  calc((100vh - 68px) * 0.7);
  }
}
/* álló */
@media (orientation: portrait) {
  .the-canvas {
    width: 100%;
  }
  #swiper-container-id {
   height: calc((100vw * 1.4) + 68px);
    width: 100vw;
  }
  .navbar_title {
    font-size: 1.0em;
    font-weight: bold;
    padding: 0 0 0 15px;
  }
  .navbar_title span {
    display: block;
    padding-left: 1px;
  }
  .navbar ul {
    margin: 0 0 0 15px;
    font-size: 0.9em;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 35px;
    padding: 0;
    margin: 10px 2px 10px 0;
    right: 2px;
    width: 10px;
  }
  .swiper-button-prev {
    left: 2px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.2em;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)  {

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {} */
@media only screen and (orientation: landscape) and (max-width: 1200px) {
  #swiper-container-id {
    height: calc(150vh);
    width:  calc((150vh - 272px) * 0.7);
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2em;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
@media (orientation: landscape) and (max-height: 840px) {
  .navbar_title span {
    display: block;
    padding-left: 1px;
  }
}
/* egyéb */
.textLayer {
  z-index: 1000;
}
.cimlap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  background-color: #fff;
}
.cimlap table {
  width: 80%;
  margin: auto;
}
.cimlap table td {
  width: 33%;
  border: 0;
  padding: 1%;
}
.cimlap img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.cimlap td:hover img {
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.kapcsolat {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
  flex-direction: column;
  background-color: #fff;
}
