#menu-wrapper {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 100;
}

#menu {
  height: 66px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13pt;
  line-height: 26pt;
  letter-spacing: 0.05rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#menulinks {
  height: 0;
  transition: height .1s ease-out;
  overflow: hidden;
  position: absolute;
  width: inherit;
  top: 66px;
  background: white;
  text-align: left;
  padding-left: 66px;
}

#logo-small>img {
  height: 26px;
}

#logo-small {
  position: relative;
  left: 16px;
  top: 22px;
}


#menulinks a,
#langselector a {
  color: rgb(65, 65, 63);
  padding-top: 12px;
  margin-right: 27px;
}


#menulinks a {
  display: block;
}

#menulinks a:hover,
#langselector a:hover {
  color: #000;
}

#menulinks a.active {
  color: #A41820;
}

#langselector {
  margin-right: 27px;
}

#langselector a {
  display: inline-block;
  margin-right: 0px;
}

/* Menu Icon */
.hamb {
  cursor: pointer;
  float: right;
  padding: 32px 20px;
}

/* Style label tag */

.hamb-line {
  background: rgb(65, 65, 63);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
  background: rgb(65, 65, 63);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 7px;
}

.hamb-line::after {
  top: -7px;
}

.side-menu {
  display: none;
}

.side-menu:checked~#menulinks {
  height: 100vh;
}

.side-menu:checked~.hamb .hamb-line {
  background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}








#content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100vh;
  overflow: auto;
}

.content {
  margin-left: 32px;
  margin-right: 32px;
}

#content {
  margin-bottom: 140px;
}

#footer {
  background-color: rgb(244, 237, 227);
  height: 58px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#footer>div {
  margin-top: 20px;
  text-align: center;
  color: rgb(65, 65, 63);
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 9pt;
  letter-spacing: 0.3px;
}


#logo-big-wrapper {
  height: 100px;
  padding-top: 54px;
  text-align: center;
}

#logo-big {
  width: 200px;
}

.grid {
  display: grid;
  grid-template-columns: 156px 156px;
  gap: 20px;
}

.grid-item {
  height: 156px;
  background-color: #bebebe;
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  width: 100%;
  height: 100%;
  transition: transform .9s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

.nav>span {
  display: none;
}

#work-header {
  margin-top: 67px;
  height: 200px;
  width: 100%;
  background-color: rgb(245, 240, 237);
  font-family: "Raleway", sans-serif;
  color: rgb(65, 65, 63);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#work-title {
  font-size: 15pt;
  letter-spacing: 1.3px;
  line-height: 4pt;
  font-weight: 500;
  margin-top: 20px;
}

#work-desc {
  font-size: 12pt;
  line-height: 18pt;
  letter-spacing: 0.7px;
  text-align: center;
}

#work-design {
  font-size: 12pt;
  line-height: 18pt;
  letter-spacing: 0.15px;
}

.work-img {
  background-color: #e6e6ae;
  width: 100%;
  display: block;
  margin-top: 36px;
}

#work-navigation {
  margin-top: 130px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

#work-navigation a.nav {
  font-family: "Raleway", sans-serif;
  font-size: 12pt;
  opacity: 0.5;
  color: rgb(65, 65, 63);
  letter-spacing: 0.5px;
}

#work-navigation a.nav:hover {
  opacity: 1
}

#work-navigation a.prev {
  position: absolute;
  left: 0px;
}

#work-navigation a.next {
  position: absolute;
  right: 0px;
}

#work-navigation a.home>img {
  height: 40px;
}

#work-navigation a.prev img {
  transform: rotate(90deg) translateX(2px);
  margin-right: 16px;
  height: 26px;
}

#work-navigation a.next img {
  transform: rotate(-90deg) translateX(-3px);
  margin-left: 16px;
  height: 26px;
}

.rolunk-intro {
  text-align: center;
  margin-top: 95px;
}

h1.rolunk {
  margin-top: 0px;
  font-family: 'Josefin Sans', serif;
  font-size: 18pt;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;
}

h2.rolunk {
  margin-top: 55px;
  font-size: 15pt;
  font-family: 'Josefin Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

div.rolunk {
  margin-top: -4px;
  font-family: 'EB Garamond', serif;
  font-size: 16pt;
  letter-spacing: 1.1px;
  line-height: 20.5pt;
  padding: 0px 16px;
}

div.rolunk em {
  font-style: normal;
  color: rgb(160, 24, 32);
}

div.vonal {
  margin-top: 30px;
  width: 70px;
  border-top: 2px solid rgb(150, 150, 150);
  display: inline-block;
}

.desktop {
  display: none;
}

.lista {
  font-family: 'Raleway', serif;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 28pt;
  text-transform: uppercase;
  padding: 0px 16px;
}

#tervezok {
  margin-top: 156px;
  width: 100%;
  background-color: rgb(245, 242, 238);
  padding-top: 58px;
}

#tervezo-content {
  width: 100%;
  margin-bottom: 140px;
}

#tervezo-grid {
  margin-top: 72px;
  margin-bottom: 40px;
}

#tervezo-content .kep {
  text-align: center;
}

#tervezo-content h4 {
  font-family: 'Josefin Sans', serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 13pt;
  margin: 9px;
}

#tervezo-content h5 {
  font-family: 'Josefin Sans', serif;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 9pt;
  margin-bottom: 5px;
  margin-top: 8px;
}

#tervezo-content .szoveg {
  font-family: 'Raleway', serif;
  font-size: 12pt;
  letter-spacing: 0.7px;
  line-height: 27pt;
  margin: 32px 32px;
}

.gomb {
  font-family: 'Raleway', serif;
  font-size: 10pt;
  letter-spacing: 0.2em;
  margin-top: 16px;
}

.gomb:hover {
  opacity: 0.7;
}

#gomb-moni {
  margin-bottom: 120px;
}

.gomb>img {
  margin-right: 20px;
  width: 24px;
  margin-left: -6px;
  transition: transform 0.4s ease;
}

.gomb>span {
  display: inline-block;
  position: relative;
  top: -4px;
}

.bovebben .rejtett {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease;
  font-size: 13pt;
}

#dijaink {
  text-align: center;
  margin-top: 84px;
  font-family: 'EB Garamond', serif;
  font-size: 18pt;
  letter-spacing: 1px;
  line-height: 24pt;
  color: rgb(87, 87, 86);
  margin-bottom: 100px;
  position: relative;
}

#dijaink>img {
  width: 180px;
}

#dijak,
#awards {
  position: relative;
  top: -120px;
  height: 0px;
  width: 100%;
}

#dijaink>h1 {
  font-family: 'Josefin Sans', serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 15pt;
  margin-bottom: 0px;
  margin-top: -8px;
}

#dij-slider {
  background-color: rgb(193, 153, 101);
  height: 200px;
  width: 100%;
  margin-bottom: 0px;
  box-shadow: 0px 12px 24px 4px rgba(184, 180, 184, 1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

#dij-slider .dij {
  padding-top: 32px;
}

#dij-slider .title {
  font-family: 'Raleway', serif;
  font-weight: 700;
  color: #000;
  font-size: 12pt;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 20pt;
}

#dij-slider .desc {
  font-family: 'Raleway', serif;
  font-weight: 500;
  color: #000;
  font-size: 12pt;
  letter-spacing: 0px;
}

.splide__pagination {
  display: none;
}

button.splide__arrow {
  background: none;
  border: none;
}

.splide__arrows {
  position: absolute;
  top: 0px;
  left: -20px;
  right: -20px;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
}

#megbizok {
  background: rgb(245, 240, 237);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
  padding-top: 120px;
}

#megbizok h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 15pt;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 48px;
}

#megbizok .grid {
  text-align: left;
  grid-template-columns: 328px;
  column-gap: 98px;
  row-gap: 0px;
  font-family: 'Raleway', sans-serif;
  font-size: 13pt;
  letter-spacing: 0.8px;
  line-height: 22pt;
  margin-bottom: 80px;
  margin-left: 36px;
}

#kontakt {
  margin-bottom: 120px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 12pt;
  letter-spacing: 0.5px;
  line-height: 20pt;
  margin-top: 70px;
  position: relative;
}

#kontakt h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 13pt;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-top: 39px;
  margin-bottom: -2px;
}

#kontakt a {
  display: block;
  color: inherit;

  font-family: 'Raleway', sans-serif;
  font-size: 13pt;
  letter-spacing: 0.5px;
}

div.vonal2 {
  margin-top: 28px;
  margin-bottom: 10px;
  width: 70px;
  border-top: 2px solid rgb(150, 150, 150);
  display: inline-block;
}

#logo-contact {
  width: calc(100% - 64px);
  margin-top: 40px;
  margin-bottom: -24px;
  margin-left: 32px;
  margin-right: 32px;
}

#kapcsolat,
#contact {
  position: relative;
  top: -120px;
  height: 0px;
}