body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  line-height: 18px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.home {
  height: 100vh;
  padding-top: 12vh;
}

.home.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.home.cc-store-home-wrap {
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10vh;
}

.home.footersection {
  height: 20vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  margin-left: 25px;
  display: flex;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .8;
  margin-bottom: 15px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 55px;
}

.heading-jumbo-small {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  height: 8vh;
  background-color: rgba(255, 255, 255, .9);
  align-items: center;
  padding: 20px 50px;
  transition: height .5s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  transition: width .5s;
  display: block;
  transform: scale(.9);
}

.navigation-items {
  align-items: center;
  display: flex;
}

.footer-wrap {
  width: 9%;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 63vh;
  color: #fff;
  background-image: url('../images/Eszköz-1.svg');
  background-position: 0 -12px;
  background-repeat: no-repeat;
  background-size: auto 68vh;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.motto-wrap {
  width: 70%;
  text-align: center;
  padding-bottom: 40px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.work-heading {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -5px;
  padding: 15px;
  font-weight: 400;
  line-height: 36px;
}

.div-block {
  height: 16vh;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px 10px;
  display: flex;
}

.list {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 0;
  line-height: 16px;
  display: flex;
}

.div-block-2 {
  opacity: 1;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.link-block.link_footer {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-block.link_footer:hover {
  color: #fff;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 0;
}

.div-block-3 {
  height: 4vh;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, .5);
  justify-content: flex-start;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-2 {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}

.text-block-3 {
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
}

.div-block-4 {
  height: 35px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  height: 35px;
  background-image: url('../images/FACEBOOK_WHITE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-attachment: scroll;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
}

.div-block-5:hover {
  transform: scale(1.2);
}

.div-block-7 {
  height: 35px;
  background-image: url('../images/PHONE_W.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
}

.div-block-7:hover {
  transform: scale(1.2);
}

.div-block-8 {
  height: 35px;
  background-image: url('../images/MAIL_W.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
}

.div-block-8:hover {
  transform: scale(1.2);
}

.contact-field {
  width: 60vw;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.div-block-11 {
  height: 25vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer {
  background-color: #000;
}

.miertvelem {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/tim-mossholder-M2qpFgm0OiY-unsplash_LOW2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  padding-top: 5vh;
  display: flex;
}

.rolunk {
  height: 100vh;
  background-color: #d4d4d4;
  padding-top: 5vh;
}

.contact {
  height: 80vh;
  background-image: url('../images/BG5_LOW.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  padding-top: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.foglalasmenete {
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5vh;
  display: flex;
  position: relative;
}

.container-2 {
  object-fit: contain;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  line-height: 16px;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 25px;
}

.container-4 {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.text-span {
  text-decoration: line-through;
}

.text-block-4 {
  margin-bottom: 30px;
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
}

.nev {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

.div-block-14 {
  width: 90%;
  height: 60%;
  background-color: #fff;
  align-self: center;
  align-items: center;
  margin-top: 5vh;
  padding: 30px;
  display: flex;
  box-shadow: 1px 1px 20px -10px #000;
}

.paragraph-2 {
  text-align: justify;
  font-size: 1em;
  line-height: 1em;
}

.text-block-5 {
  text-decoration: line-through;
}

.div-block-16 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.icon, .icon-2 {
  color: #000;
}

.slide-nav {
  display: none;
}

.review {
  width: 80%;
  text-align: justify;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3 {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}

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

.miertvelemheading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 400;
}

.image-5 {
  height: 100%;
  object-fit: contain;
  display: inline-block;
}

.fmenete {
  width: 100%;
  border-bottom: 1px solid #000;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.fmenete.last {
  border-bottom-width: 0;
}

.fmeneteszoveg {
  width: 100%;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: .9em;
  line-height: 16px;
}

.fontos {
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  color: #000;
  text-align: justify;
  padding-left: 40px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

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

.h1fontos {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.fontoslist {
  color: #000;
  text-align: left;
  padding-right: 40px;
  font-size: 1em;
  line-height: 1em;
}

.div-block-20 {
  z-index: 100;
  padding: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-21 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 103%;
}

.image-7 {
  align-self: flex-start;
}

.bold-text-2 {
  font-size: 1em;
}

.image-8, .image-9 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-22 {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  display: flex;
}

.div-block-22.mobile {
  display: none;
}

.div-block-23 {
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-24, .div-block-25, .div-block-27, .div-block-28 {
  display: none;
}

.szolgaltatasok {
  height: 100vh;
  background-color: #d4d4d4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.container-6 {
  padding: 50px;
}

.div-block-31 {
  margin: 5px 10px;
  display: inline-block;
  position: relative;
}

.text-block-9 {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  text-align: center;
  margin-bottom: 30px;
}

.ausz {
  z-index: 3;
  width: 100vw;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
  right: 0%;
}

.container-7 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.paragraph-4 {
  width: 100%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.text-block-10 {
  color: #fff;
  font-size: 2rem;
}

.div-block-32 {
  cursor: pointer;
  margin-top: 40px;
  margin-right: 30px;
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.foot {
  height: 20vh;
  min-height: 160px;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-33 {
  height: 35px;
  border-top: 1px solid #353535;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.text-block-11 {
  color: #353535;
  font-weight: 600;
}

.text-span-5 {
  color: #fff;
  font-weight: 400;
}

.section {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.socialikons {
  width: 120px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.legal {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.image-18 {
  padding-right: 2px;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.legallinks {
  color: #6d6d6d;
  text-align: right;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-decoration: none;
}

.any {
  z-index: 3;
  width: 100vw;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
  right: 0%;
}

.at {
  z-index: 3;
  width: 100vw;
  height: 80vh;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
  right: 0%;
  overflow: auto;
}

.social:hover {
  opacity: .6;
}

.numberholder {
  width: 30px;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}

.text-block-13 {
  display: none;
}

.heading-3 {
  width: 100%;
  color: #fff;
}

.text-span-6 {
  font-weight: 200;
}

.link, .link-2, .link-3 {
  color: #fff;
}

.div-block-32-copy {
  cursor: pointer;
  margin-top: 40px;
  margin-right: 30px;
  padding: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cookies {
  z-index: 10;
  background-color: rgba(0, 0, 0, .9);
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px 50px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-5 {
  width: 80%;
  color: #fff;
}

.link-4 {
  color: #fff;
  display: inline-block;
}

.text-block-14 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  display: inline-block;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .home.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.cc-contact-us.mobileview {
    margin-left: 0;
    display: flex;
  }

  .label.cc-light {
    margin-bottom: 15px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .rolunk {
    background-image: url('../images/Profile2-ruzsosabb-szemhejasabbis-extraszemoldokosebbis2.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paragraph {
    font-size: .8em;
  }

  .heading {
    font-size: 1.2em;
  }

  .container-4 {
    position: relative;
  }

  .div-block-14 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
  }

  .div-block-16 {
    width: 100vw;
    height: 350px;
    background-color: rgba(255, 255, 255, .8);
    margin-left: -20px;
    padding: 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider {
    width: 100vw;
    height: 350px;
    background-color: rgba(255, 255, 255, .8);
    margin-left: -20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 100vw;
    right: 0%;
  }

  .miertvelemheading {
    font-size: 36px;
  }

  .image-5 {
    height: auto;
    display: none;
  }

  .fmenete {
    padding-right: 0;
  }

  .fmeneteszoveg {
    font-size: .8em;
    line-height: 1em;
  }

  .fontos {
    justify-content: center;
    padding: 0 30px;
  }

  .text-block-6 {
    padding-left: 40px;
    padding-right: 60px;
  }

  .container-5 {
    height: 50%;
  }

  .div-block-21 {
    padding-left: 15px;
  }

  .div-block-23 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-24 {
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-25 {
    z-index: 100;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .list-item-6 {
    font-size: .8em;
    line-height: 1.2em;
  }

  .list-item-7, .list-item-8 {
    font-size: .8em;
    line-height: .8em;
  }

  .cookies {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .home {
    margin-left: 15px;
    margin-right: 15px;
  }

  .home.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .work-heading {
    font-size: 25px;
  }

  .contact-field {
    width: auto;
  }

  .miertvelem {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rolunk {
    background-size: cover;
  }

  .foglalasmenete {
    justify-content: flex-start;
    position: relative;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .div-block-16, .slider {
    margin-left: 0;
  }

  .slide-nav {
    display: block;
    transform: scale(.5);
  }

  .paragraph-3 {
    font-size: 1em;
    line-height: 1em;
  }

  .fmeneteszoveg {
    font-size: .8em;
  }

  .text-block-6 {
    text-align: justify;
    font-size: .9em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
  }

  .h1fontos {
    font-size: 36px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .bold-text-2 {
    font-size: .9em;
    line-height: .9em;
  }

  .div-block-22 {
    flex-direction: row;
  }

  .div-block-22.mobile.visible {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
  }

  .div-block-23 {
    display: none;
  }

  .list-item-6, .list-item-7, .list-item-8 {
    font-size: .8em;
    line-height: .8em;
  }

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

  .div-block-35 {
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-36 {
    width: 85%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .home.cc-store-home-wrap {
    padding-bottom: 10vh;
  }

  .home.footersection {
    height: 30vh;
    background-color: #000;
  }

  .button.cc-contact-us.mobileview {
    background-color: rgba(26, 27, 31, .8);
    margin-left: 0;
    display: flex;
  }

  .label.cc-light {
    margin-top: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-top: 20px;
    font-size: 2em;
    line-height: 1em;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    transform: scale(.6);
  }

  .navigation-items {
    background-color: rgba(255, 255, 255, .9);
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 58vh;
  }

  .motto-wrap {
    padding-bottom: 0;
  }

  .work-heading {
    width: auto;
    align-self: center;
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.2em;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    display: none;
  }

  .list {
    align-items: center;
  }

  .div-block-2 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-block.link_footer {
    text-align: right;
  }

  .div-block-3 {
    height: 5vh;
    margin-bottom: 10vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-4 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-5 {
    background-size: auto 30px;
  }

  .div-block-5:hover {
    transform: scale(1);
  }

  .div-block-7 {
    background-image: url('../images/PHONE_W.svg');
    background-size: auto 25px;
  }

  .div-block-7:hover {
    transform: scale(1);
  }

  .div-block-8 {
    background-image: url('../images/MAIL_W.svg');
    background-size: auto 25px;
  }

  .div-block-8:hover {
    transform: scale(1);
  }

  .contact-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    align-items: flex-start;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .miertvelem {
    justify-content: space-between;
    padding-bottom: 15vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rolunk {
    background-color: #ebe3e0;
    background-position: 50% 0;
    background-size: contain;
    padding-bottom: 10vh;
    position: relative;
    overflow: hidden;
  }

  .contact {
    height: 65vh;
  }

  .foglalasmenete {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10vh;
    overflow: hidden;
  }

  .container-2 {
    flex: 1;
    justify-content: space-between;
  }

  .paragraph {
    text-align: justify;
    font-size: 12px;
    line-height: 12px;
  }

  .heading {
    font-size: 1em;
  }

  .text-block-4 {
    color: #fff;
    text-align: left;
    font-size: 1em;
    line-height: 1.1em;
    text-decoration: none;
  }

  .text-span-2 {
    font-size: 1em;
    line-height: 1em;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .div-block-16 {
    height: 350px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider {
    height: 350px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 100%;
    right: 0%;
  }

  .slide-nav {
    display: block;
    transform: scale(.5);
  }

  .paragraph-3 {
    font-size: 13px;
    line-height: 14px;
  }

  .miertvelemheading {
    font-size: 20px;
    line-height: 18px;
  }

  .fmenete {
    padding-right: 0;
  }

  .fmeneteszoveg {
    margin-right: 0;
    line-height: 1em;
  }

  .fontos {
    width: 100vw;
    height: 100vh;
    background-color: silver;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 100%;
  }

  .text-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .h1fontos {
    margin-bottom: 0;
  }

  .fontoslist {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .div-block-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-22 {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-23 {
    height: 80vh;
    display: none;
  }

  .div-block-24 {
    padding: 15px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-25 {
    z-index: 100;
    padding: 15px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .list-item-6, .list-item-7, .list-item-8 {
    font-size: .9em;
    line-height: .9em;
  }

  .div-block-27 {
    background-color: #525252;
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .text-block-8 {
    color: #fff;
    margin-right: 10px;
  }

  .div-block-28 {
    color: #000;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    display: block;
  }

  .div-block-29 {
    font-size: .8em;
    line-height: .8em;
  }

  .div-block-30 {
    height: 100%;
    cursor: pointer;
    align-items: center;
    display: flex;
    position: static;
  }

  .text-span-4 {
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }

  .szolgaltatasok {
    justify-content: flex-start;
  }

  .container-6 {
    padding: 10px;
  }

  .div-block-31 {
    width: 140px;
    height: 40px;
    margin: 0 5px 15px;
  }

  .text-block-9 {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    top: 100%;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-32 {
    justify-content: center;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .foot {
    height: 30vh;
  }

  .div-block-33 {
    margin-bottom: 10vh;
  }

  .text-block-11, .text-span-5 {
    font-size: 10px;
  }

  .section {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-16 {
    width: 60px;
    display: none;
  }

  .legal {
    width: 100%;
    align-items: center;
    margin-top: 10px;
  }

  .div-block-34 {
    align-items: center;
  }

  .legallinks {
    font-size: 12px;
    line-height: 12px;
  }

  .at {
    height: 65vh;
  }

  .div-block-35 {
    width: 40px;
  }

  .div-block-36 {
    width: 80%;
  }

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

  #w-node-_113102bb-3501-67eb-1767-b3994bedaef0-05640dee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


