h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: #171617;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #171617;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 16px;
  text-align: center;
  margin-top: 0;
}

h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
}

h4 {
  font-family: "Roboto Condensed", sans-serif;
  color: #171617;
}

p {
  flex: 1;
  font-size: 16px;
  line-height: 1.7em;
  font-family: "Montserrat", sans-serif;
  color: #171617;
}

form {
  display: flex;
  flex-direction: column;
}

input {
  margin: 10px 0;
}

input:nth-child(6) {
  height: 200px;
}

section {
  padding: 100px 0 100px 0;
  background-attachment: fixed;
  background-size: cover;
}

picture {
  position: relative;
  width: 35%;
}
@media (max-width: 991px) {
  picture {
    max-height: 50vh;
  }
}
@media (max-width: 991px) {
  picture.hide {
    display: none;
  }
}
picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top-header-icon {
  padding-right: 5px;
}

@media (max-width: 575px) {
  .top-header-info {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

.grow {
  flex-grow: 1;
}

.flex-center {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.justify-center {
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.justify-end {
  justify-content: flex-end;
}

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

.menu, > .row {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.tab {
  position: relative;
}
.tab .tab-menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #171617;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.tab .tab-content {
  min-height: fit-content;
  visibility: hidden;
}
.tab .tab-content.active {
  visibility: visible;
}
.tab p {
  color: #171617;
}

.container {
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
}

.container-bottom {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

.content {
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.slider {
  background-color: white;
  max-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top-header {
  background-color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 5px 0 5px 0;
}
@media (max-width: 1253px) {
  .top-header {
    padding: 5px 20px;
  }
}
.top-header .top-header-left {
  margin-right: 20px;
}
.top-header .top-header-right {
  font-size: 14px;
  padding: 4px 0 4px 0;
}
.top-header .top-header-right:hover {
  background-color: #00433D;
}

.logo {
  padding-right: 30px;
  width: unset;
}
.logo img {
  width: 250px;
  object-fit: contain;
  height: 80%;
}

.main-menu {
  margin-left: auto;
  top: 133px;
}
@media (max-width: 1199px) {
  .main-menu {
    background-color: white;
    padding: 50px;
    display: none;
    position: absolute;
    left: 0;
    top: 133px;
    width: 100%;
    z-index: 101;
    flex-direction: column;
  }
  .main-menu nav {
    flex-direction: column;
  }
  .main-menu .language {
    flex-direction: column;
  }
  .main-menu .language a:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 24px;
  }
  .main-menu .language a:nth-of-type(2) {
    padding-top: 10px;
    padding-bottom: 0;
    margin-text-outline: 10px;
  }
  .main-menu.open {
    display: flex;
  }
}
@media (min-width: 1199.1px) {
  .main-menu .language a:first-of-type {
    padding-left: 0;
    padding-right: 0;
    margin-left: 24px;
  }
  .main-menu .language a:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
  }
}

.hamburger-icon {
  margin-left: auto;
  font-size: 30px;
}
.hamburger-icon:hover {
  color: #00433D;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .hamburger-icon {
    margin: auto 0;
    display: none;
  }
}

.main-menu-item {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 0.75em;
  cursor: pointer;
  position: relative;
}

.work-title-thin {
  font-weight: 300;
}

.why-us-h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #171617;
  font-weight: 700;
}

#home {
  padding: 0;
}
#home .container {
  padding: 0;
}

@media (max-width: 991px) {
  #work .gutter .col:first-of-type,
#work .gutter .col:nth-of-type(2) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  #work .gutter .col:nth-of-type(3) {
    padding-bottom: 2rem;
  }
}
#work .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
#work .box .num-box {
  width: 120px;
  max-width: 80%;
  height: 120px;
  color: white;
  background: lightgrey;
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 70px;
  line-height: 120px;
  border-radius: 100%;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  padding-bottom: 32px;
}
#work .box h3 {
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
}
#work .box p {
  text-align: center;
}

#references {
  padding: 0;
}
#references picture {
  width: 100%;
  display: flex;
  justify-content: center;
}
#references picture img {
  max-width: 160px;
  object-fit: contain;
}

#contact h4 {
  margin-bottom: 8px;
}
#contact p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .center {
    text-align: center;
  }
}

footer {
  background-color: #323232;
}
footer .row {
  justify-content: center;
}
footer p {
  color: white;
  text-align: center;
}
@media (max-width: 434px) {
  footer p {
    text-align: center;
  }
}

.kapcs-send {
  color: #171617;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  background: none;
  border: none;
  font-size: 1.25em;
  text-align: left;
  padding-left: 0;
  width: 3.25em;
  position: relative;
  cursor: pointer;
}
.kapcs-send.eng {
  width: 2.75rem;
}

.a {
  color: #00433D;
}

.input {
  padding: 14px 15px 15px;
  margin: 10px 0;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  resize: none;
  border-radius: 3px;
  font-family: Arial;
}

.activeButton {
  background-color: white;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#scrollUp {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 100;
  cursor: pointer;
  border: 1px solid #00433D;
  background: #00433D;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  padding: 8px;
}
#scrollUp:hover {
  background-color: #073c38;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.bottom-header {
  padding: 20px;
}

.fixed-navbar {
  position: fixed;
  top: 0;
  z-index: 101;
}

.sticky-navbar {
  position: fixed;
  z-index: 1001;
  top: 0;
  background-color: white;
  width: 100%;
  transition: ease-in-out 0.5s;
  box-shadow: 0 2px 5px lightgray;
  padding: 20px;
}

.swiper {
  width: 100%;
}

.mainSwiper {
  height: 75vh;
}
@media (max-width: 1050px) {
  .mainSwiper {
    height: 65vh;
  }
}
@media (max-width: 850px) {
  .mainSwiper {
    height: 55vh;
  }
}
@media (max-width: 550px) {
  .mainSwiper {
    height: 45vh;
  }
}
@media (max-width: 450px) {
  .mainSwiper {
    height: 40vh;
  }
}
.mainSwiper .swiper-wrapper {
  position: relative;
  top: 0;
  left: 0;
}
.mainSwiper .swiper-pagination-bullet:hover {
  background-color: white !important;
  height: 15px;
  width: 15px;
}
.mainSwiper .swiper-pagination-bullet-active {
  background-color: white !important;
  height: 17px;
  width: 17px;
}

.backgroundImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.upperImg {
  position: absolute;
  right: 5%;
  bottom: 0;
  max-height: 85%;
}
@media (min-width: 2000px) {
  .upperImg {
    min-height: 85%;
  }
}
@media (max-width: 1199px) {
  .upperImg {
    max-height: 80%;
  }
}
@media (max-width: 450px) {
  .upperImg.simple {
    max-height: 70%;
  }
}
@media (max-width: 1050px) {
  .upperImg.double {
    max-height: 80%;
  }
}
@media (max-width: 450px) {
  .upperImg.double {
    max-height: 70%;
  }
}
@media (max-width: 630px) {
  .upperImg.double.big-double {
    max-height: 70%;
    right: 2.5%;
  }
}
@media (max-width: 1050px) {
  .upperImg.long {
    max-height: 70%;
  }
}
@media (max-width: 700px) {
  .upperImg.long {
    max-height: 60%;
  }
}
@media (max-width: 600px) {
  .upperImg.long {
    max-height: 55%;
  }
}
@media (max-width: 450px) {
  .upperImg.long {
    max-height: 60%;
    right: 0;
  }
}

.gallerySwiper {
  height: 100%;
}
.gallerySwiper .swiper-button-next2 {
  color: black;
}
.gallerySwiper .swiper-button-prev2 {
  color: black;
}

.swiperSection {
  padding: 0 0 100px 0;
}

td {
  padding: 0 15px;
}

.swiper-pagination1 .swiper-pagination-bullet {
  background-color: black;
  height: 15px;
  width: 15px;
}

[lightbox-toggle] {
  cursor: pointer;
}
[lightbox-toggle]:after {
  position: absolute;
  content: url("data:image/svg+xml; utf8, ");
  height: 32px;
  width: 32px;
  bottom: 0;
  right: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s;
}
[lightbox-toggle]:hover:after {
  opacity: 1;
  filter: drop-shadow(2px 4px 6px black);
}

.c-lightbox {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.c-lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.c-lightbox .c-lightbox__container {
  width: 100%;
  height: 100%;
}
.c-lightbox .c-lightbox__close {
  z-index: 999999;
  position: absolute;
  cursor: pointer;
  top: 1vh;
  right: 1vw;
  font-size: 30px;
  padding: 20px;
  color: white;
}
.c-lightbox .c-lightbox__close:hover {
  color: #00433D;
}
.c-lightbox .swiper-container {
  width: 100%;
  height: 100%;
}
.c-lightbox .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-lightbox .swiper-slide.main-slide-item {
  justify-content: flex-end;
  align-items: flex-end;
}
.c-lightbox .swiper-pagination {
  color: white;
}
.c-lightbox .swiper-button-next,
.c-lightbox .swiper-button-prev {
  color: white;
}
.c-lightbox .swiper-button-next:hover,
.c-lightbox .swiper-button-prev:hover {
  color: #00433D;
}
.c-lightbox .swiper-button-next:after,
.c-lightbox .swiper-button-prev:after {
  font-size: 30px;
}
.c-lightbox .c-lightbox__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 75%;
  width: 75%;
  text-align: center;
  cursor: pointer;
}
.c-lightbox .c-lightbox__image img {
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.underline {
  border-top: 4px solid #00433D;
  width: 150px;
  margin: 0 auto 32px;
}

.overflowHidden {
  overflow: hidden;
}

.swiper-button-prev1 svg,
.swiper-button-next1 svg {
  width: 32px;
  height: 32px;
}

.swiper-button-prev1:after,
.swiper-button-next1:after,
.swiper-button-prev2:after,
.swiper-button-next2:after {
  content: "";
}

::-webkit-input-placeholder {
  top: 0;
  left: 0;
}

.main-menu-item,
.kapcs-send {
  border-bottom: 0.15rem solid transparent;
}
.main-menu-item.active,
.kapcs-send.active {
  border-bottom: 0.15rem solid #00433d;
}
.main-menu-item:hover,
.kapcs-send:hover {
  border-bottom: 0.15rem solid #00433d;
}

.tab-menu-item {
  border-bottom: 0.15rem solid transparent;
}
.tab-menu-item:hover {
  border-bottom: 0.15rem solid #00433d;
}
.tab-menu-item.active {
  border-bottom: 0.15rem solid #00433d;
}

.kapcs-text {
  margin: 0;
}

.flex-box-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .flex-box-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.iconImg {
  height: 32px;
  width: 32px;
  margin: 20px;
}

.flex-item {
  flex-basis: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row.height-full {
  height: 100%;
}
.row.gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter .col {
  padding-right: 10px;
  padding-left: 10px;
}
.row.nowrap {
  flex-wrap: nowrap;
}

.col {
  flex-basis: 100%;
  width: 100%;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p-4 {
  padding: 4em;
}

.p-5 {
  padding: 5em;
}

@media (min-width: 0px) {
  .xs-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .xs-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .xs-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .xs-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .xs-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .xs-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .xs-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .xs-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .xs-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .xs-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .xs-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .xs-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 576px) {
  .sm-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .sm-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .sm-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .sm-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .sm-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .sm-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .sm-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .sm-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .sm-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .sm-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .sm-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .sm-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .md-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .md-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .md-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .md-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .md-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .md-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .md-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .md-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .md-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .md-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .md-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .md-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .lg-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .lg-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .lg-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .lg-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .lg-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .lg-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .lg-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .lg-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .lg-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .lg-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .lg-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .lg-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  .xl-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .xl-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .xl-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .xl-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .xl-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .xl-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .xl-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .xl-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .xl-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .xl-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .xl-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .xl-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1400px) {
  .xx-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .xx-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .xx-3 {
    width: 25%;
    flex-basis: 25%;
  }

  .xx-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .xx-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .xx-6 {
    width: 50%;
    flex-basis: 50%;
  }

  .xx-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .xx-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .xx-9 {
    width: 75%;
    flex-basis: 75%;
  }

  .xx-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .xx-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .xx-12 {
    width: 100%;
    flex-basis: 100%;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

#about {
  background-image: url("../img/background/rolunk-bg.jpg");
}

#accessories {
  background-image: url("../img/background/szallodai-kiegesztio-bg.jpg");
}

#why-us {
  background-image: url("../img/background/paralax0.jpg");
}

#about,
#accessories,
#why-us {
  position: relative;
  z-index: 2;
}
#about.dark-overlay::after,
#accessories.dark-overlay::after,
#why-us.dark-overlay::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

/*# sourceMappingURL=master.css.map */
