.wow {
  transition: all 800ms;
}
.border-animation {
  position: relative;
}
.border-animation:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px !important;
  right: 20px !important;
  opacity: 0;
  z-index: 1;
  border: 2px solid #e6e6e6;
  transition: all 500ms;
}
.border-animation:hover:before,
.border-animation.visible-border:before {
  opacity: 1;
  transform: translateY(-20px);
  transition-delay: 300ms;
}
/*  ----------  LAYOUT  ----------  */
#layout {
  margin: 0 auto;
  position: relative;
  /* display: flex; */
  min-height: 100vh;
  /* flex-direction: column; */
  max-width: 1920px;
}
/*  ----------  HEADER  ----------  */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
  transition: all 300ms ease-in-out;
}
#header > .container {
  max-width: 1680px;
  display: flex;
  position: relative;
  padding: 16px 30px;
}
#header .logo {
  z-index: 101;
  margin-right: 15px;
}
#header .logo img {
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}
#header .logo .logo-wrapper {
  width: 250px;
  height: 47px;
  max-width: 100%;
}
#header .logo #logo h1 {
  margin: 0;
}
#header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/application/themes/jankoablak2025/images/2025/logo-janko.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
#header.fixed {
  position: fixed;
  margin-top: 0;
  background: #27282a;
  z-index: 1;
}
#header.fixed .logo .logo-wrapper {
  width: 150px;
  height: 42px;
}
#header .languages {
  display: inline-block;
}
#header .social-links {
  display: flex;
  text-indent: -9999px;
  margin: auto;
}
#header .social-links a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 20px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms ease-in-out;
}
#header .social-links a:hover {
  text-decoration: none;
  transform: translateY(-4px);
}
#header .social-links a.social-1 {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-social-1.png");
}
#header .social-links a.social-2 {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-social-2.png");
}
#header .social-links a.social-3 {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-social-3.png");
}
#header .social-links a.social-4 {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-social-4.png");
}
#header .submenu {
  position: fixed;
  top: 192px;
  left: 0;
  width: 100%;
  background: rgba(24, 24, 24, 0.95);
  max-height: 0;
  overflow: hidden;
  transition: all 600ms;
}
#header .submenu-toggle:hover .submenu,
#header .submenu-toggle .submenu.visible {
  display: none;
  max-height: 520px;
}
#header .submenu.hide {
  max-height: 0;
}
#header .submenu .wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 45px 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .submenu .wrapper > div {
  margin: 0 15px;
  text-align: center;
  width: 16%;
  transform: translateY(150px);
  transition: all 800ms;
  transition-delay: .2s;
}
#header .submenu .wrapper > div:nth-of-type(2) {
  transition-delay: .3s;
}
#header .submenu .wrapper > div:nth-of-type(3) {
  transition-delay: .4s;
}
#header .submenu .wrapper > div:nth-of-type(4) {
  transition-delay: .5s;
}
#header .submenu .wrapper > div:nth-of-type(5) {
  transition-delay: .6s;
}
#header .submenu .wrapper > div:nth-of-type(6) {
  transition-delay: .7s;
}
#header .submenu-toggle .submenu.visible .wrapper > div,
#header .submenu-toggle:hover .submenu .wrapper > div {
  transform: translateY(0);
}
#header .submenu .wrapper > div .image {
  position: relative;
  content: '';
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
}
#header .submenu.products-menu .wrapper > div:nth-of-type(1) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-product-menu-1.jpg");
}
#header .submenu.products-menu .wrapper > div:nth-of-type(2) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-product-menu-2.jpg");
}
#header .submenu.products-menu .wrapper > div:nth-of-type(3) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-product-menu-3.jpg");
}
#header .submenu.products-menu .wrapper > div:nth-of-type(4) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-product-menu-4.jpg");
}
#header .submenu.products-menu .wrapper > div:nth-of-type(5) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-product-menu-5.jpg");
}
#header .submenu.products-menu .wrapper > div:nth-of-type(6) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-product-menu-6.jpg");
}
#header .submenu.architects-menu .wrapper > div:nth-of-type(1) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-architects-menu-1.jpg");
}
#header .submenu.architects-menu .wrapper > div:nth-of-type(2) .image:after {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-architects-menu-2.jpg");
}
#header .submenu .wrapper > div .image:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  transition: all 800ms;
}
#header .submenu .wrapper > div:hover .image:after {
  transform: scale(1.05);
  filter: grayscale(0%);
}
#header .submenu .wrapper > div .image-wrapper {
  position: relative;
}
#header .submenu .wrapper > div .image-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  border: 2px solid #d8d8d8;
  opacity: 0;
  z-index: 1;
  transition: all 400ms;
  transition-delay: .6s;
}
#header .submenu .wrapper > div:hover .image-wrapper:before {
  opacity: 1;
  transform: translateY(-15px);
}
#header .submenu .wrapper > div span {
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  transition: all 400ms;
}
#header .submenu .wrapper > div:hover span {
  color: #d8d8d8;
}
/*  ----------  LANGUAGE SELECT  ----------  */
.language-select {
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 0;
}
.languagepicker {
  position: absolute;
  left: 60px;
  display: flex;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.languagepicker li {
  display: block;
  margin-right: 15px;
}
.languagepicker li a {
  color: #d8d8d8;
  text-decoration: none;
  display: block;
}
.languagepicker li a.active {
  text-transform: uppercase;
  color: #d8d8d8;
  font-weight: bold;
}
.languagepicker li a:hover {
  color: #d8d8d8;
  transform: translateY(-4px);
}
/*  ----------  NAVIGATION  ----------  */
#header .navigation .menu-toggle-button {
  display: none;
  padding: 6px 10px 2px;
  color: #fff;
  font-size: 19px;
}
#header .navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 600ms;
}
#header .navigation.visible {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
#header .navigation .nav {
  position: relative;
  margin: 0 0 0;
  padding: 0;
}
#header .navigation .nav > li {
  position: relative;
  padding: 0;
  margin: 5px 10px;
}
#header .navigation .nav > li > a {
  padding: 0;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 200;
}
#header.landing .navigation .nav > li > a {
  color: #ffffff;
  text-align: center;
}
#header .navigation .nav li.nav-selected a,
#header .navigation .nav li a:hover,
#header .navigation .nav li a:focus {
  color: #d8d8d8;
  background-color: transparent;
}
#header .menu-toggle-button {
  align-self: center;
  margin-left: auto;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-menu.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 101;
  transition: all 300ms ease-in-out;
}
#header .menu-toggle-button.close-menu {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-menu-close.png");
}
#header .other-menu {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
/*  ----------  SZECHENYI 2020  ----------  */
#header #szechenyi {
  position: absolute;
  right: 0;
  top: -80px;
  width: 180px;
  z-index: 1;
}
#header #szechenyi a {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background: url("/application/themes/jankoablak2025/images/logos/logo-sz2020.png") no-repeat top right;
  background-size: contain;
  cursor: pointer;
}
#header #szechenyi-plusz {
  position: absolute;
  left: 0;
  top: -80px;
  width: 282px;
  max-width: 100%;
  height: 80px;
  z-index: 1;
}
#header #szechenyi-plusz a {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("/application/themes/jankoablak2025/images/logos/logo-szechenyi-plusz.jpg") no-repeat bottom left;
  background-size: contain;
  cursor: pointer;
}
/*  ----------  LANDING SLIDER  ----------  */
#content .slider-container .rslides {
  background: #111;
}
#content .slider-container .rslides > li {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  height: 48.5vw;
  display: flex !important;
  background: #fff;
}
#content .slider-container .rslides li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  background: -moz-linear-gradient(left, rgba(41, 49, 51, 0.95) 0%, rgba(41, 49, 51, 0.68) 35%, rgba(41, 49, 51, 0) 60%);
  background: -webkit-linear-gradient(left, rgba(41, 49, 51, 0.95) 0%, rgba(41, 49, 51, 0.68) 35%, rgba(41, 49, 51, 0) 60%);
  background: linear-gradient(to right, rgba(41, 49, 51, 0.95) 0%, rgba(41, 49, 51, 0.68) 35%, rgba(41, 49, 51, 0) 60%);
  transform: translateX(-90%);
}
#content .slider-container .rslides li.rslides1_on:before {
  transform: translateX(0);
  transition: all 3s;
  transition-delay: 5s;
}
#content .slider-container .rslides img {
  /* width: auto; */
  flex: 1 0 auto;
  float: none;
  position: relative;
  margin: auto;
  margin-top: -4%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 8s;
  transform: scale(1.1) translateX(-2%);
}
#content .slider-container .rslides li:nth-of-type(1) img {
  margin-top: -10%;
}
#content .slider-container .rslides .rslides1_on img {
  filter: grayscale(0);
  transform: scale(1.1) translateX(0);
}
#content .ccm-image-slider-text .ccm-image-slider-title:before {
  content: '';
  position: absolute;
  top: -28%;
  bottom: -28%;
  left: -2.25vw;
  width: 0;
  border: 3px solid #fff;
  z-index: -1;
  transition: all 2s;
  transition-delay: 7.5s;
}
#content .rslides1_on .ccm-image-slider-text .ccm-image-slider-title:before {
  width: 38.5%;
}
#content .ccm-image-slider-text .ccm-image-slider-title:after {
  content: '';
  position: absolute;
  bottom: -28%;
  left: 2vw;
  margin-left: -0.7vw;
  width: 0.7vw;
  height: 0.7vw;
  border: 2px solid #fff;
  margin-bottom: -0.3vw;
  z-index: -1;
  transform: translateX(-4.2vw);
  transition: all 1500ms;
  transition-delay: 11s;
}
#content .rslides1_on .ccm-image-slider-text .ccm-image-slider-title:after {
  transform: translateX(0);
}
#content .ccm-image-slider-text .ccm-image-slider-title span {
  display: block;
  margin-left: 0.5vw;
  opacity: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  transition: all 3s;
  transition-delay: 9s;
}
#content .rslides1_on .ccm-image-slider-text .ccm-image-slider-title span {
  opacity: 1;
  transform: translateX(0);
}
#content .ccm-image-slider-text .ccm-image-slider-title + p {
  display: none;
  opacity: 0;
  transition: all 800ms;
  transform: translateX(-60px);
  transition-delay: 2.5s;
}
#content .rslides1_on .ccm-image-slider-text .ccm-image-slider-title + p {
  opacity: 1;
  transform: translateX(0);
}
#content .rslides_nav,
#content .slidernav {
  display: none;
}
/*  ----------  LANDING PRODUCT SELECTOR  ----------  */
#product-selector {
  padding: 60px 15px;
}
.main-content h2.title-light {
  font-size: 42px;
  color: #cecece;
  font-family: 'Montserrat';
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
}
#product-selector .select-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#product-selector .select-wrapper .item {
  content: '';
  position: relative;
  width: calc(16% - 16px);
  max-width: 305px;
  padding-bottom: 14.7%;
  margin: 10px 8px;
  min-width: 180px;
  min-height: 180px;
}
#product-selector .select-wrapper .item:before,
#product-selector .select-wrapper .item:hover:before {
  display: none;
}
#product-selector .select-wrapper .item .background-wrapper {
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product-selector .select-wrapper .item .background {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  transition: all 800ms;
}
#product-selector .select-wrapper .item:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/products/products-ablak.jpg");
}
#product-selector .select-wrapper .item:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/products/products-ajto.jpg");
}
#product-selector .select-wrapper .item:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/products/products-emelo.jpg");
}
#product-selector .select-wrapper .item:nth-of-type(4) .background {
  background-image: url("/application/themes/jankoablak2025/images/products/products-nemesfa.jpg");
}
#product-selector .select-wrapper .item:nth-of-type(5) .background {
  background-image: url("/application/themes/jankoablak2025/images/products/products-jankoxroma.jpg");
}
#product-selector .select-wrapper .item:nth-of-type(6) .background {
  background-image: url("/application/themes/jankoablak2025/images/products/products-schlotterer.jpg");
}
#product-selector .select-wrapper .item:hover .background {
  filter: grayscale(0);
  transform: scale(1.05);
}
#product-selector .select-wrapper .item .background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4);
  transition: all 600ms;
}
#product-selector .select-wrapper .item:hover .background:before {
  opacity: 0;
}
#product-selector .select-wrapper .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#product-selector .select-wrapper .item a span:not(.top-title) {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 30px 15px 30px 20px;
  display: inline-block;
  font-size: 15px;
  transition: all 250ms;
  transition-delay: 300ms;
}
#product-selector .select-wrapper .item a span:not(.top-title):before {
  content: '';
  position: absolute;
  top: 44px;
  left: 18px;
  width: 16px;
  height: 16px;
  border: 3px solid #199695;
  display: none;
  transform: translateY(-50%);
}
#product-selector .select-wrapper .item span.top-title {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 90px;
  display: none;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  background: #199695;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.25;
  transition: all 500ms;
  transform: translateY(-100%);
}
#product-selector .select-wrapper .item:hover span.top-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}
/*  ---------- LANDING REFERENCE GRID ----------  */
#reference-grid,
.reference-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 15px;
  /* FA-ALU*/
  /* NEMES FA*/
}
#reference-grid .grid-row,
.reference-grid .grid-row,
#reference-grid .column,
.reference-grid .column {
  content: '';
}
#reference-grid .grid-row,
.reference-grid .grid-row {
  content: '';
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* ROW 1-2 COLUMN 1-3 */
  /* ROW 1-2 COLUMN 2-3 */
  /* ROW 1-2 COLUMN 3-3 */
  /* ROW 2-2 COLUMN 1-3 */
  /* ROW 2-2 COLUMN 2-3 */
  /* ROW 2-2 COLUMN 3-3 */
}
#reference-grid .grid-row.r1-2 .column.c1-3,
.reference-grid .grid-row.r1-2 .column.c1-3 {
  width: 37%;
}
#reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1),
.reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background,
.reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c1-b1.jpg");
}
#reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2),
.reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) {
  width: 43.8%;
  height: 17.3vw;
}
#reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background,
.reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c1-b2.jpg");
  background-position: left 15% center;
}
#reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3),
.reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) {
  width: 56.2%;
  height: 17.3vw;
}
#reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background,
.reference-grid .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c1-b3.jpg");
}
#reference-grid .grid-row.r1-2 .column.c2-3,
.reference-grid .grid-row.r1-2 .column.c2-3 {
  width: 43%;
}
#reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1),
.reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) {
  width: 69.5%;
  height: 17.3vw;
}
#reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background,
.reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c2-b1.jpg");
}
#reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2),
.reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) {
  width: 30.5%;
  height: 17.3vw;
}
#reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background,
.reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c2-b2.jpg");
}
#reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3),
.reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 59.2%;
}
#reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background,
.reference-grid .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c2-b3.jpg");
}
#reference-grid .grid-row.r1-2 .column.c3-3,
.reference-grid .grid-row.r1-2 .column.c3-3 {
  width: 20%;
}
#reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1),
.reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background,
.reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c3-b1.jpg");
}
#reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2),
.reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.6vw;
}
#reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background,
.reference-grid .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r1-c3-b2.jpg");
}
#reference-grid .grid-row.r2-2 .column.c1-3,
.reference-grid .grid-row.r2-2 .column.c1-3 {
  width: 20%;
}
#reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1),
.reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background,
.reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c1-b1.jpg");
}
#reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2),
.reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.5vw;
}
#reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background,
.reference-grid .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c1-b2.jpg");
}
#reference-grid .grid-row.r2-2 .column.c2-3,
.reference-grid .grid-row.r2-2 .column.c2-3 {
  width: 44.5%;
}
#reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1),
.reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) {
  width: 32.2%;
  height: 17.3vw;
}
#reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background,
.reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c2-b1.jpg");
}
#reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2),
.reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) {
  width: 67.8%;
  height: 17.3vw;
}
#reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background,
.reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c2-b2.jpg");
}
#reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3),
.reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 24.9vw;
}
#reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background,
.reference-grid .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c2-b3.jpg");
}
#reference-grid .grid-row.r2-2 .column.c3-3,
.reference-grid .grid-row.r2-2 .column.c3-3 {
  width: 35.5%;
}
#reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1),
.reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background,
.reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c3-b1.jpg");
}
#reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2),
.reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 17.2vw;
}
#reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background,
.reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c3-b2.jpg");
  background-position: bottom center;
  margin-top: -35%;
}
#reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3),
.reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) {
  width: 42%;
  height: 17.2vw;
}
#reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background,
.reference-grid .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/reference-grid-r2-c3-b3.jpg");
}
#reference-grid .column,
.reference-grid .column {
  display: flex;
  flex-wrap: wrap;
}
#reference-grid .box,
.reference-grid .box {
  position: relative;
  overflow: hidden;
}
#reference-grid .box:before,
.reference-grid .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#reference-grid .box .background,
.reference-grid .box .background {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 800ms;
}
#reference-grid .box .info-overlay,
.reference-grid .box .info-overlay {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: rgba(41, 49, 51, 0.9);
  color: #000;
  padding: 2.6vw;
  line-height: 1.5;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all 600ms;
}
#reference-grid .box .info-overlay p,
.reference-grid .box .info-overlay p {
  margin-bottom: 1vw;
  color: #fff;
}
#reference-grid .box .info-overlay h4,
.reference-grid .box .info-overlay h4 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-weight: 600;
}
#reference-grid .box .info-overlay .separator-line,
.reference-grid .box .info-overlay .separator-line {
  content: '';
  display: block;
  width: 104px;
  height: 12px;
  background: url("/application/themes/jankoablak2025/images/separator-line.png") no-repeat left center;
  margin: 0 0 5px -15px;
}
#reference-grid .box:hover .background,
.reference-grid .box:hover .background {
  transform: scale(1.2);
}
#reference-grid .box:hover .info-overlay,
.reference-grid .box:hover .info-overlay {
  opacity: 1;
  transition-delay: 400ms;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 {
  width: 20%;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-1.jpg");
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.5vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-2.jpg");
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 {
  width: 44.5%;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) {
  width: 32.2%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-3.jpg");
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) {
  width: 67.8%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-4.jpg");
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 24.9vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-5.jpg");
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 {
  width: 35.5%;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-6.jpg");
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 17.2vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-7.jpg");
  background-position: bottom center;
  margin-top: -35%;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3),
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) {
  width: 42%;
  height: 17.2vw;
}
#reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background,
.reference-grid.fa-alu.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-8.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 {
  width: 37%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-9.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) {
  width: 43.8%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-10.jpg");
  background-position: left 15% center;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) {
  width: 56.2%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-11.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 {
  width: 43%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) {
  width: 69.5%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-12.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) {
  width: 30.5%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-13.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 59.2%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-14.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 {
  width: 20%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-15.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.6vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-16.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 {
  width: 20%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-17.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.5vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-18.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 {
  width: 44.5%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) {
  width: 32.2%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-19.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) {
  width: 67.8%;
  height: 17.3vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-20.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 24.9vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-21.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 {
  width: 35.5%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-22.jpg");
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 17.2vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-23.jpg");
  background-position: bottom center;
  margin-top: -35%;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3),
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) {
  width: 42%;
  height: 17.2vw;
}
#reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background,
.reference-grid.fa-alu.grid-bottom .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/fa-alu/fa-alu-24.jpg");
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 {
  width: 20%;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-1.jpg");
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.5vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-2.jpg");
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 {
  width: 44.5%;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) {
  width: 32.2%;
  height: 17.3vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-3.jpg");
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) {
  width: 67.8%;
  height: 17.3vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-4.jpg");
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 24.9vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-5.jpg");
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 {
  width: 35.5%;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-6.jpg");
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 17.2vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-7.jpg");
  background-position: bottom center;
  margin-top: -35%;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3),
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) {
  width: 42%;
  height: 17.2vw;
}
#reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background,
.reference-grid.nemesfa.grid-top .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-8.jpg");
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 {
  width: 37%;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-9.jpg");
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) {
  width: 43.8%;
  height: 17.3vw;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-10.jpg");
  background-position: left 15% center;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) {
  width: 56.2%;
  height: 17.3vw;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-11.jpg");
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 {
  width: 43%;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) {
  width: 69.5%;
  height: 17.3vw;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-12.jpg");
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) {
  width: 30.5%;
  height: 17.3vw;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-13.jpg");
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 59.2%;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-14.jpg");
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 {
  width: 20%;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-15.jpg");
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2),
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.6vw;
}
#reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background,
.reference-grid.nemesfa.grid-bottom .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/nemesfa/nemesfa-16.jpg");
}
/*  ----------  WHY CHOOSE  ----------  */
#whychoose {
  position: relative;
  padding: 60px 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
#whychoose .column {
  width: 50%;
}
#whychoose .image-wrapper {
  padding: 10vw 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
}
#whychoose .image-wrapper .image {
  content: '';
  width: 100%;
  max-width: 761px;
  padding-bottom: 129%;
  background: url("/application/themes/jankoablak2025/images/whychoose.jpg") no-repeat center;
  background-size: cover;
  z-index: 1;
}
#whychoose .image-wrapper .image:before {
  display: none;
}
#whychoose .description-wrapper {
  padding-left: 2vw;
}
#whychoose .description-wrapper h2 {
  margin-bottom: 30px;
  margin-top: 0;
}
#whychoose .argument-list {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 560px;
}
#whychoose .argument-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  height: 100%;
  background: #f6f6f6;
  z-index: -1;
}
#whychoose .argument-list .list-item {
  position: relative;
}
#whychoose .argument-list .list-item .number {
  position: absolute;
  top: -3px;
  left: -50px;
  font-size: 45px;
  line-height: 1;
  color: #222;
}
#whychoose .argument-list .list-item .title {
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
  line-height: 1.25;
  margin-bottom: 10px;
}
#whychoose .argument-list .list-item p {
  font-size: 16px;
  color: #676767;
  line-height: 1.25;
  margin-bottom: 30px;
}
/*  ----------  I'M AN ARCHITECT  ----------  */
#iamanarchitect {
  min-height: 480px;
  display: flex;
  align-items: center;
  background: url("/application/themes/jankoablak2025/images/backgrounds/bg-architect.jpg") no-repeat center;
  background-size: cover;
}
#iamanarchitect .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#iamanarchitect .logo-wrapper {
  width: 38%;
  padding: 0 2%;
}
#iamanarchitect .description-wrapper {
  width: 46%;
  padding: 0 2%;
}
#iamanarchitect .logo-wrapper .logo {
  content: '';
  background: url("/application/themes/jankoablak2025/images/logos/logo-iamanarchitect.png") no-repeat center;
  background-size: contain;
  display: block;
  width: 100%;
  padding-bottom: 43%;
}
#iamanarchitect .description p {
  font-size: 18px;
  color: #a3a3a3;
  margin-bottom: 45px;
  padding: 0 10px;
  line-height: 1.25;
  text-align: justify;
}
#iamanarchitect .description .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#iamanarchitect .description .buttons a {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #a3a3a3;
  padding: 4px 15px;
  margin: 10px 5px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 4px;
  width: 210px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iamanarchitect .description .buttons a:hover {
  background: #fff;
  color: #474747;
}
/*  ----------  CATALOGUES  ----------  */
#catalogues {
  background: #181818;
  padding: 90px 0;
}
#catalogues .catalogues-wrapper {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#catalogues .catalogues-wrapper .catalogue {
  position: relative;
  width: calc(20% - 30px);
  margin: 5px 15px;
  padding: 40px 50px 40px;
  padding-bottom: 21.4%;
  max-width: 380px;
}
#catalogues .catalogues-wrapper .catalogue:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(33, 33, 33, 0.4);
}
#catalogues .catalogues-wrapper .catalogue:hover:after {
  opacity: 0;
  transition: all 600ms;
}
#catalogues .catalogues-wrapper .catalogue .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#catalogues .catalogues-wrapper .catalogue .image-wrapper .image {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-catalogue.jpg");
  background-size: cover;
  transition: all 600ms;
}
#catalogues .catalogues-wrapper .catalogue:hover .image {
  filter: grayscale(0);
  transform: scale(1.03);
}
#catalogues .catalogues-wrapper .catalogue .title {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Montserrat';
  line-height: 1.2;
  z-index: 1;
  text-shadow: 1px 0 4px rgba(0, 0, 0, 0.6);
  display: none;
}
#catalogues .catalogues-wrapper .catalogue .title:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -30px;
  width: 16px;
  height: 16px;
  border: 3px solid #199695;
  transform: translateY(-50%);
}
#catalogues .catalogues-wrapper .catalogue:hover .title {
  opacity: 0;
  transition: all 600ms;
}
/*  ----------  TOP IMAGE  ----------  */
.topimage-wrapper {
  padding: 0;
  position: relative;
  margin-bottom: 60px;
}
.topimage-wrapper.has-image {
  min-height: 845px;
  margin-top: -117px;
  margin-bottom: 90px;
}
.ineditmode .topimage-wrapper {
  margin-top: 0;
}
.topimage-wrapper .top-image {
  position: absolute;
  /* display: inline-block; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  line-height: 0;
  padding-bottom: 43.85%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.ineditmode .topimage-wrapper .top-image {
  position: relative;
}
.topimage-wrapper .top-image.fa-alu {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-fa-alu.jpg");
}
.topimage-wrapper .top-image.fa-big {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-fa-big.jpg");
}
.topimage-wrapper .top-image.rusztikus {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-rusztik.jpg");
}
.topimage-wrapper .top-image.emelo {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-emelo.jpg");
}
.topimage-wrapper .top-image.ajto {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-ajto.jpg");
}
.topimage-wrapper .top-image.ajto-1 {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-ajto-1.jpg");
}
.topimage-wrapper .top-image.ajto-2 {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-ajto-2.jpg");
}
.topimage-wrapper .top-image.schlotterer {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-schlotterer.jpg");
}
.topimage-wrapper .top-image.nemesfa {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-nemesfa.jpg");
}
.topimage-wrapper .top-image.handelspartner {
  background-image: url("/application/themes/jankoablak2025/images/topimage/top-handelspartner-fhd.jpg");
}
@media (min-width: 1530px) {
  .topimage-wrapper .top-image.nemesfa {
    padding-bottom: 54.25%;
    position: relative;
  }
}
.topimage-wrapper .top-info {
  position: absolute;
  bottom: 0;
  right: 22px;
  width: 100%;
  max-width: 570px;
}
.topimage-wrapper .container {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
}
.topimage-wrapper .top-info .description {
  background: #fff;
  padding: 60px 45px;
  font-size: 16px;
}
.topimage-wrapper .top-info .description h3 {
  /* font-weight: bold; */
  font-family: 'Montserrat';
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 38px;
  color: #000;
}
.topimage-wrapper .top-info .description h4 {
  position: relative;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 0;
  line-height: 1;
  color: #000;
}
.topimage-wrapper .top-info .description h4:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  height: 1px;
  background: #222;
}
.topimage-wrapper .top-info .description p {
  color: #192d33;
}
.topimage-wrapper .top-info.handelspartner .description h3 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #37a1a1;
  margin-top: 0;
}
.topimage-wrapper .top-info.handelspartner .description h4 {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 20px;
  letter-spacing: 0;
  color: #3b3d40;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
/*  ----------  CATEGORY, PRODUCT  ----------  */
.product.row,
.category.row {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.product .description,
.category .description {
  padding: 60px;
}
.product .description h3,
.category .description h3 {
  position: relative;
  margin: 0;
  line-height: 1;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.product .description h3:before,
.category .description h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  height: 1px;
  background: #222;
}
.product .description h4,
.category .description h4 {
  font-family: 'Proxima Nova';
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  color: #3b3d40;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.category .description h4.green {
  color: #222;
}
.category.video.row {
  display: flex;
  align-items: center;
  margin: 30px -15px;
}
@media (max-width: 768px) {
  .category.video.row {
    display: block;
    margin: 0px -15px 30px;
  }
}
/*  ----------  SCHLOTTERER aloldal  ----------  */
#schlotterer {
  position: relative;
}
#schlotterer #about-janko {
  position: relative;
  padding: 100px 0;
}
#schlotterer #about-janko .background-image {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/application/themes/jankoablak2025/images/backgrounds/bg-schlotterer-about-janko.jpg') no-repeat right center;
  background-size: cover;
}
#schlotterer #about-janko .background-image.roma {
  background: url('/application/themes/jankoablak2025/images/backgrounds/bg-roma-about-janko.jpg') no-repeat right center;
  background-size: cover;
}
#schlotterer #about-janko .description {
  position: relative;
  max-width: 44%;
  background: #fff;
  padding: 4vw 3vw 4vw 6vw;
}
#schlotterer #about-janko .description h2 {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
#schlotterer #about-janko .description h2.has-underline {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#schlotterer #about-janko .description h2.has-underline:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  height: 1px;
  background: #222;
}
#schlotterer #about-janko .description h3 {
  font-family: "Montserrat Light";
}
#schlotterer #about-janko .description p {
  font-size: 14px;
}
#schlotterer #about-janko.zsaluzia .background-image {
  background: url('/application/themes/jankoablak2025/images/backgrounds/bg-roma-about-zsaluzia.jpg') no-repeat right center;
  background-size: cover;
}
#schlotterer #about-janko.zsaluzia .description {
  margin-left: auto;
}
#schlotterer #what-choose {
  padding: 90px 0;
}
#schlotterer #what-choose #selector-wrapper {
  padding-top: 30px;
}
#schlotterer #what-choose #selector-wrapper #category-selector {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
#schlotterer #what-choose #selector-wrapper #category-selector .item {
  width: calc(33% - 60px);
  margin: 15px 15px;
  cursor: pointer;
}
#schlotterer #what-choose #selector-wrapper #category-selector .item .image-wrapper {
  position: relative;
  overflow: hidden;
}
#schlotterer #what-choose #selector-wrapper #category-selector .item .image-wrapper .image {
  content: '';
  width: 100%;
  padding-bottom: 155%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 600ms ease-in-out;
  filter: grayscale(100);
}
#schlotterer #what-choose #selector-wrapper #category-selector .item.zsaluzia .image {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-schlotterer-selector-zsaluzia.jpg");
}
#schlotterer #what-choose #selector-wrapper #category-selector .item.redony .image {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-schlotterer-selector-redony.jpg");
}
#schlotterer #what-choose #selector-wrapper #category-selector .item.vaszon .image {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-schlotterer-selector-vaszonarnyekolo.jpg");
}
#schlotterer #what-choose #selector-wrapper #category-selector .item .title {
  margin: 30px 0 20px;
  text-align: center;
}
#schlotterer #what-choose #selector-wrapper #category-selector .item .title span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #222325;
  cursor: default;
  transition: all 300ms ease-in-out;
}
#schlotterer #what-choose #selector-wrapper #category-selector .item:hover .image,
#schlotterer #what-choose #selector-wrapper #category-selector .item.selected .image {
  filter: grayscale(0);
  transform: scale(1.1);
}
#schlotterer #what-choose #selector-wrapper #category-selector .item:hover .title span,
#schlotterer #what-choose #selector-wrapper #category-selector .item.selected .title span {
  color: #199695;
}
#schlotterer #what-choose #selector-wrapper #category-line {
  content: '';
  position: relative;
  height: 2px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #cecece;
}
#schlotterer #what-choose #selector-wrapper #category-line:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 13px;
  background: url("/application/themes/jankoablak2025/images/icons/icon-selector-arrow.jpg") no-repeat center;
  transition: all 600ms ease-in-out;
  transition-delay: 200ms;
}
#schlotterer #what-choose #selector-wrapper #category-line.zsaluzia:after {
  left: 10.7%;
}
#schlotterer #what-choose #selector-wrapper #category-line.redony:after {
  left: 49.3%;
}
#schlotterer #what-choose #selector-wrapper #category-line.vaszon:after {
  left: 87%;
}
#schlotterer #what-choose .item-details {
  margin: 90px 0;
  display: flex;
  flex-wrap: wrap;
}
#schlotterer #what-choose .item-details:not(.selected) {
  display: none;
}
#schlotterer #what-choose .item-details .image-wrapper {
  width: 50%;
}
#schlotterer #what-choose .item-details .image-wrapper .image {
  content: '';
  width: 100%;
  padding-bottom: 137%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#schlotterer #what-choose .item-details .image-wrapper .image.zsaluzia {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-schlotterer-selector-detail-zsaluzia.jpg");
}
#schlotterer #what-choose .item-details .image-wrapper .image.redony {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-schlotterer-selector-detail-redony.jpg");
}
#schlotterer #what-choose .item-details .image-wrapper .image.vaszon {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-schlotterer-selector-detail-vaszonarnyekolo.jpg");
}
#schlotterer #what-choose .item-details .description {
  width: 50%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}
#schlotterer #what-choose .item-details .description h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Montserrat Bold';
}
#schlotterer #what-choose .item-details .description h3 {
  font-size: 26px;
}
#schlotterer #what-choose .item-details .description .btn {
  margin: 15px 0 15px 0;
}
#schlotterer #reference-grid.schlotterer .grid-row {
  /* ROW 1-2 COLUMN 1-3 */
  /* ROW 1-2 COLUMN 2-3 */
  /* ROW 1-2 COLUMN 3-3 */
  /* ROW 2-2 COLUMN 1-3 */
  /* ROW 2-2 COLUMN 2-3 */
  /* ROW 2-2 COLUMN 3-3 */
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c1-3 {
  width: 37%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c1-b1.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) {
  width: 43.8%;
  height: 17.3vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c1-b2.jpg");
  background-position: left 15% center;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) {
  width: 56.2%;
  height: 17.3vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c1-b3.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c2-3 {
  width: 43%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) {
  width: 69.5%;
  height: 17.3vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c2-b1.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) {
  width: 30.5%;
  height: 17.3vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c2-b2.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 59.2%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c2-b3.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c3-3 {
  width: 20%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c3-b1.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.6vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r1-c3-b2.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c1-3 {
  width: 20%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c1-b1.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.5vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c1-b2.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c2-3 {
  width: 44.5%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) {
  width: 32.2%;
  height: 17.3vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c2-b1.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) {
  width: 67.8%;
  height: 17.3vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c2-b2.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 24.9vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c2-b3.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c3-3 {
  width: 35.5%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c3-b1.jpg");
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 17.2vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c3-b2.jpg");
  background-position: bottom center;
  margin-top: -7%;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) {
  width: 42%;
  height: 17.2vw;
}
#schlotterer #reference-grid.schlotterer .grid-row.r2-2 .column.c3-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/reference-grid/schlotterer/reference-grid-r2-c3-b2.jpg");
}
#schlotterer #reference-grid.roma .grid-row {
  /* ROW 1-2 COLUMN 1-3 */
  /* ROW 1-2 COLUMN 2-3 */
  /* ROW 1-2 COLUMN 3-3 */
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c1-3 {
  width: 37%;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) {
  width: 100%;
  height: 25vw;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c1-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-1.jpg");
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) {
  width: 43.8%;
  height: 17.3vw;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c1-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-2.jpg");
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) {
  width: 56.2%;
  height: 17.3vw;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c1-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-3.jpg");
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c2-3 {
  width: 43%;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) {
  width: 69.5%;
  height: 17.3vw;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c2-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-4.jpg");
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) {
  width: 30.5%;
  height: 17.3vw;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c2-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-5.jpg");
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) {
  width: 100%;
  height: 59.2%;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c2-3 .box:nth-of-type(3) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-6.jpg");
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c3-3 {
  width: 20%;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) {
  width: 100%;
  height: 23.7vw;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c3-3 .box:nth-of-type(1) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-7.jpg");
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) {
  width: 100%;
  height: 18.6vw;
}
#schlotterer #reference-grid.roma .grid-row.r1-2 .column.c3-3 .box:nth-of-type(2) .background {
  background-image: url("/application/themes/jankoablak2025/images/roma/reference-8.jpg");
}
#nemesfa .highlight-image-wrapper {
  position: relative;
  height: 90vh;
  max-height: 1000px;
  display: flex;
  align-items: flex-end;
  padding: 0 19vw 20vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#nemesfa .highlight-image-wrapper.highlight-1 {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-highlight-1.jpg");
}
#nemesfa .highlight-image-wrapper.highlight-2021 {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-2021.jpg");
}
#nemesfa .highlight-image-wrapper.highlight-2 {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-highlight-2.jpg");
  background-attachment: fixed;
}
#nemesfa .highlight-image-wrapper.highlight-3 {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-highlight-3.jpg");
  background-attachment: fixed;
}
#nemesfa .highlight-image-wrapper .bg-gradient {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: -moz-linear-gradient(left, rgba(41, 49, 51, 0.95) 0%, rgba(41, 49, 51, 0.68) 35%, rgba(41, 49, 51, 0) 60%);
  background: -webkit-linear-gradient(left, rgba(41, 49, 51, 0.95) 0%, rgba(41, 49, 51, 0.68) 35%, rgba(41, 49, 51, 0) 60%);
  background: linear-gradient(to right, rgba(41, 49, 51, 0.95) 0%, rgba(41, 49, 51, 0.68) 35%, rgba(41, 49, 51, 0) 60%);
  transform: translateX(0%);
}
#nemesfa .highlight-image-wrapper.highlight-2 .bg-gradient {
  display: none;
}
#nemesfa .highlight-image-wrapper .description {
  position: relative;
  margin-bottom: 5vw;
  z-index: 10;
}
#nemesfa .highlight-image-wrapper .description .title {
  position: relative;
  display: inline-block;
  font-size: 2.4vw;
  line-height: 1;
  padding: 0;
  color: #f9f9f9;
  font-family: "Montserrat Light";
  z-index: 10;
  text-transform: uppercase;
  border: none;
  max-width: 530px;
}
#nemesfa .highlight-image-wrapper .description .border {
  content: '';
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -2.25vw;
  width: 44%;
  border: 3px solid #fff;
  border-right: none;
  z-index: -1;
  transition: all 2s;
}
#nemesfa .highlight-image-wrapper .description .border:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  background: #fff;
  height: 12%;
}
#nemesfa .highlight-image-wrapper .description .border:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  height: 12%;
}
#nemesfa .highlight-image-wrapper .description .border .square {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 03.5vw;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  margin-bottom: -0.3vw;
  z-index: -1;
  transition: all 1500ms;
}
#nemesfa #new-era {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
#nemesfa #new-era .image-content {
  position: relative;
  width: 44%;
  padding-bottom: 35%;
  background: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-newera.jpg") no-repeat center bottom;
  background-size: 90% auto;
  margin-top: 60px;
}
#nemesfa #new-era .description {
  width: 56%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px;
}
#nemesfa #new-era .description h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
#nemesfa .parallax {
  height: 532px;
  background: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-parallax.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: auto 100%;
}
#nemesfa .parallax .parallax-content {
  text-align: left;
}
#nemesfa .parallax .parallax-content h2 {
  color: #fff;
}
#nemesfa .parallax .parallax-content p {
  color: #fff;
  font-size: 18px;
}
#nemesfa #nemesfa-details {
  padding: 0 0;
  margin: 120px auto;
}
#nemesfa #nemesfa-details .category.row {
  border-bottom: none;
  margin-bottom: 60px;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#nemesfa #nemesfa-details .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nemesfa #nemesfa-details .images-wrapper .image {
  width: 25%;
  padding: 15px;
  min-width: 300px;
}
#nemesfa #nemesfa-details .descriptions-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#nemesfa #nemesfa-details .descriptions-wrapper .description-item {
  width: 33%;
  padding: 30px;
  min-width: 300px;
  text-align: center;
}
#nemesfa #nemesfa-details .descriptions-wrapper .description-item h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
#nemesfa #nemesfa-details .descriptions-wrapper .description-item h3:before {
  display: none;
}
#nemesfa #infographic {
  background: #1a2d33;
  padding: 90px 0;
}
#nemesfa #infographic .main-title h2 {
  color: #fff;
  text-transform: uppercase;
}
#nemesfa #infographic .main-title p {
  color: #fff;
}
#nemesfa #infographic .info-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 30px;
}
#nemesfa #infographic .info-wrapper .info-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 0 15px;
}
#nemesfa #infographic .info-wrapper .info-item .icon {
  content: '';
  flex: 1 0 auto;
  display: block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto !important;
  order: 0 !important;
}
#nemesfa #infographic .info-wrapper .info-item .icon.nature {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-info-nature.jpg");
}
#nemesfa #infographic .info-wrapper .info-item .icon.wood {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-info-wood.jpg");
}
#nemesfa #infographic .info-wrapper .info-item .icon.six {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-info-six.jpg");
}
#nemesfa #infographic .info-wrapper .info-item .icon.hand {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-info-hand.jpg");
  height: 132px;
  flex: unset;
}
#nemesfa #infographic .info-wrapper .info-item .description {
  text-align: center;
}
#nemesfa #infographic .info-wrapper .info-item .description h3 {
  color: #d8d8d8;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
#nemesfa #infographic .info-wrapper .info-item .description p {
  color: #fff;
  font-size: 15px;
}
#nemesfa #every-angle {
  background: #fff;
  padding: 0 0 160px;
}
#nemesfa #every-angle .main-title h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
#nemesfa #every-angle #details-zoom {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}
#nemesfa #every-angle #details-zoom .image-wrapper {
  content: '';
  width: 100%;
  padding-bottom: 83.5%;
  max-width: 1030px;
  margin: 0 auto;
  background: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-detail-image.jpg") no-repeat center;
  background-size: contain;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item {
  position: absolute;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item .toggle {
  content: '';
  top: -80px;
  left: 50%;
  position: absolute;
  width: 34px;
  height: 34px;
  border: 2px solid #222;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  margin-left: -17px;
  z-index: 1;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item .toggle:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item .toggle.selected:before {
  content: '-';
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item .info-box {
  position: relative;
  background: #fff;
  padding: 90px 30px 30px;
  width: 520px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  transition: all 300ms;
  transform: translateY(-40px);
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item .info-box.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item .info-box .icon {
  content: '+';
  width: 120px;
  height: 120px;
  background-color: #1a2d33;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: 30px;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item .info-box .description h4 {
  text-transform: uppercase;
  letter-spacing: unset;
  font-size: 28px;
  color: #199695;
  margin-bottom: 30px;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-1 {
  top: 51%;
  left: 30%;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-1 .info-box .icon {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-nemesfa-infobox-1.jpg");
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-2 {
  top: 32%;
  left: 37%;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-2 .info-box .icon {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-nemesfa-infobox-2.jpg");
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-3 {
  top: 70%;
  left: 4%;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-3 .info-box .icon {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-nemesfa-infobox-3.jpg");
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-4 {
  top: 25%;
  left: 5%;
}
#nemesfa #every-angle #details-zoom .detail-item-wrapper .item.item-4 .info-box .icon {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-nemesfa-infobox-4.jpg");
}
#nemesfa #available-products .main-title {
  background: #192d33;
  padding: 60px 15px;
}
#nemesfa #available-products .main-title h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
#nemesfa #available-products .subtitle {
  text-transform: uppercase;
  font-size: 30px;
}
#nemesfa #available-products #woods-slider {
  padding-top: 60px;
  max-width: 700px;
  margin: 0 auto 120px;
}
#nemesfa #available-products #woods-slider .slide-content {
  text-align: center;
}
#nemesfa #available-products #woods-slider .slide-content .title {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: bold;
  color: #192d33;
  margin: 30px 0 0;
}
#nemesfa #available-products #woods-slider .slider-nav {
  position: relative;
}
#nemesfa #available-products #woods-slider .slider-nav > * {
  margin-top: -50px;
}
#nemesfa #available-products #woods-slider .slider-nav .swiper-button-prev {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-nemesfa-slider-nav-prev.jpg");
  box-shadow: none;
}
#nemesfa #available-products #woods-slider .slider-nav .swiper-button-next {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-nemesfa-slider-nav-next.jpg");
  box-shadow: none;
}
#nemesfa #available-products #woods-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 30px;
}
#nemesfa #available-products #woods-images .wood-image {
  width: 33%;
  min-width: 320px;
  text-align: center;
  margin: 30px 0;
}
#nemesfa #available-products #woods-images .wood-image .title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  color: #192d33;
  margin: 30px 0 0;
}
#nemesfa #available-products .woods-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center;
}
#nemesfa #available-products .woods-wrapper .item {
  width: 16.6%;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
#nemesfa #available-products .woods-wrapper .item .name {
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  font-size: 17px;
  color: #192d33;
}
#nemesfa #available-products .shaders-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#nemesfa #available-products .shaders-wrapper .item {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
}
#nemesfa #available-products .shaders-wrapper .item .name {
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  font-size: 17px;
  color: #192d33;
}
#nemesfa #egerfa {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
#nemesfa #egerfa .image-content {
  position: relative;
  width: 44%;
  padding-bottom: 35%;
  background: url("/application/themes/jankoablak2025/images/backgrounds/bg-nemesfa-egerfa.jpg") no-repeat center bottom;
  background-size: contain;
  margin-top: 60px;
}
#nemesfa #egerfa .description {
  width: 56%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px;
}
#nemesfa #egerfa .description h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
}
#nemesfa #egerfa .description h2 + h3 {
  color: #182d33;
  font-weight: bold;
  font-size: 22px;
  text-transform: none;
}
#nemesfa #egerfa .description .highlighted {
  background: #172d33;
  background: linear-gradient(270deg, #24454e 0%, #172d33 100%);
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 22px;
  display: inline-block;
  width: fit-content;
  position: relative;
}
#nemesfa #egerfa .description .highlighted:before,
#nemesfa #egerfa .description .highlighted:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
#nemesfa #egerfa .description .highlighted:before {
  top: unset;
  left: unset;
  bottom: -10px;
  right: -10px;
}
.shaders-block {
  padding-top: 60px;
}
.shaders-block .subtitle {
  text-transform: uppercase;
  font-size: 30px;
}
.shaders-block .shaders-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.shaders-block .shaders-wrapper .item {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
}
.shaders-block .shaders-wrapper .item .name {
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  font-size: 17px;
  color: #192d33;
}
/*  ----------  FA ALU aloldal  ----------  */
.slider-fa {
  position: relative;
  padding: 120px 0;
  display: flex;
  align-items: center;
}
.slider-fa:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  height: 100%;
  width: 200vw;
  background: #192d33;
}
.slider-fa p {
  color: #fff;
  font-size: 18px;
}
.slider-fa .image {
  position: relative;
  width: 60%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.slider-fa .image .slider-wrapper {
  max-width: 100%;
}
.slider-fa .image .swiper-wrapper {
  align-items: center;
}
.slider-fa .image .swiper-slide {
  width: 100% !important;
}
.slider-fa .image .swiper-slide .slide-title {
  color: #199695;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  margin: 30px auto 0;
}
.slider-fa .description {
  position: relative;
  width: 40%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.slider-fa .description h3 {
  position: relative;
  font-family: 'Montserrat';
  font-size: 38px;
  margin-bottom: 45px;
  padding-bottom: 30px;
  margin-top: 0;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}
.slider-fa .description h3:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  height: 1px;
  background: #199695;
}
.slider-fa .slider-nav {
  position: relative;
  margin-top: 45px;
  display: flex;
  width: 300px;
  align-items: center;
}
.slider-fa .slider-nav > * {
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
}
.slider-fa .slider-nav .counter {
  color: #fff;
  font-size: 25px;
}
.slider-fa .slider-nav .counter span {
  color: #199695;
}
.slider-fa .slider-nav .swiper-button-prev {
  margin-right: auto;
  box-shadow: none;
  background-size: auto;
  background-color: transparent;
  background-image: url("/application/themes/jankoablak2025/images/left-arrow-white.png");
}
.slider-fa .slider-nav .swiper-button-next {
  margin-left: auto;
  box-shadow: none;
  background-size: auto;
  background-color: transparent;
  background-image: url("/application/themes/jankoablak2025/images/right-arrow-white.png");
}
.slider-fa.fa-fa:before {
  background: #fff;
}
.slider-fa.fa-fa .description h3 {
  color: #192d33;
}
.slider-fa.fa-fa .description p {
  color: #192d33;
}
.slider-fa.fa-fa .counter {
  color: #192d33;
}
.slider-fa.fa-fa .swiper-button-prev {
  filter: invert(100%);
}
.slider-fa.fa-fa .swiper-button-next {
  filter: invert(100%);
}
/*  ----------  KILINCSEK  ----------  */
#kilincsek {
  position: relative;
  padding: 90px 0;
}
#kilincsek:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  height: 100%;
  width: 200vw;
  background: #f5f5f5;
}
#kilincsek * {
  position: relative;
}
#kilincsek h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  font-family: 'Montserrat';
}
#kilincsek h2:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  height: 1px;
  background: #222;
  transform: translateX(-50%);
}
#kilincsek h2 + p {
  font-size: 18px;
  color: #192d33;
  max-width: 860px;
  margin: 0 auto;
}
#kilincsek .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}
#kilincsek .items-wrapper .item {
  width: calc(33% - 30px);
  min-width: 300px;
  margin: 15px 15px 45px;
}
#kilincsek .items-wrapper .item img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 0;
}
#kilincsek .items-wrapper .item .image-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
#kilincsek .items-wrapper .item .image-wrapper .image {
  content: '';
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: all 300ms;
}
#kilincsek .items-wrapper .item:hover .image {
  transform: scale(1.1);
}
#kilincsek .items-wrapper .item .title {
  text-transform: uppercase;
  text-align: center;
  color: #222;
  font-size: 25px;
  margin-bottom: 10px;
}
#kilincsek .items-wrapper .item .description {
  text-align: center;
  text-transform: uppercase;
  color: #192d33;
  font-weight: bold;
}
#kilincsek .items-wrapper .item .description .gray {
  font-weight: normal;
  color: #9baaaf;
}
/*  ----------  MORE REFERENCES  ----------  */
#more-references {
  padding-top: 90px;
}
#more-references .btn {
  margin: 90px auto;
}
/*  ----------  NEMESFA EMELO-TOLO  ----------  */
#nemesfa-emelotolo #emphasized-content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#nemesfa-emelotolo #emphasized-content-wrapper:before {
  content: '';
  position: absolute;
  left: -50vw;
  right: -50vw;
  height: 100%;
  background: #192d33;
}
#nemesfa-emelotolo #emphasized-content-wrapper .description {
  position: relative;
  padding: 60px 60px 120px;
  width: 37%;
}
#nemesfa-emelotolo #emphasized-content-wrapper .description h2 {
  font-size: 2.9vw;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 45px;
  border-bottom: 1px solid #222;
  margin-bottom: 45px;
}
@media (min-width: 1920px) {
  #nemesfa-emelotolo #emphasized-content-wrapper .description h2 {
    font-size: 56px;
  }
}
#nemesfa-emelotolo #emphasized-content-wrapper .description p {
  color: #fff;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  #nemesfa-emelotolo #emphasized-content-wrapper .description {
    width: 45%;
  }
}
@media (max-width: 960px) {
  #nemesfa-emelotolo #emphasized-content-wrapper .description {
    width: 100%;
    padding: 60px;
  }
  #nemesfa-emelotolo #emphasized-content-wrapper .description h2 {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  #nemesfa-emelotolo #emphasized-content-wrapper .description {
    padding: 30px;
  }
  #nemesfa-emelotolo #emphasized-content-wrapper .description h2 {
    font-size: 26px;
  }
}
#nemesfa-emelotolo #emphasized-content-wrapper .image-wrapper {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  padding-left: 20px;
  background: #fff;
}
#nemesfa-emelotolo #emphasized-content-wrapper .image-wrapper .image {
  content: '';
  width: 100%;
  padding-bottom: 50%;
  display: block;
  background: url("/application/themes/jankoablak2025/images/nemesfa-emelotolo.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 560px) {
  #nemesfa-emelotolo #emphasized-content-wrapper .image-wrapper {
    padding-left: 0;
    width: 100%;
  }
  #nemesfa-emelotolo #emphasized-content-wrapper .image-wrapper .image {
    padding-bottom: 80%;
  }
}
#nemesfa-emelotolo #infoboxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 45px;
}
#nemesfa-emelotolo #infoboxes-wrapper .item {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 10px 0;
}
@media (max-width: 1100px) {
  #nemesfa-emelotolo #infoboxes-wrapper .item {
    width: 50%;
    padding: 0 20px 0;
  }
}
@media (max-width: 560px) {
  #nemesfa-emelotolo #infoboxes-wrapper .item {
    width: 100%;
    padding: 0 20px 0;
  }
}
#nemesfa-emelotolo #infoboxes-wrapper .item:first-of-type {
  padding-left: 20px;
}
#nemesfa-emelotolo #infoboxes-wrapper .item:last-of-type {
  padding-right: 20px;
}
#nemesfa-emelotolo #infoboxes-wrapper .item .image img {
  width: 100%;
}
#nemesfa-emelotolo #infoboxes-wrapper .item .title {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 5px;
  display: block;
}
#nemesfa-emelotolo #infoboxes-wrapper .item p {
  font-size: 15px;
}
/*  ----------  FLOATING MENU  ----------  */
#floating-menu {
  display: none;
  position: fixed;
  right: 25px;
  top: 50%;
  z-index: 1001;
  margin-top: -220px;
  transition: all 500ms;
}
#floating-menu.floating-menu.hidden {
  display: block !important;
  right: -200px;
}
#floating-menu ul {
  padding-left: 0;
  margin: 0;
}
#floating-menu ul li {
  position: relative;
  top: 0;
  right: 0;
  height: 72px;
  margin-bottom: 15px;
}
#floating-menu ul li > a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 72px;
  height: 100%;
  white-space: nowrap;
  padding: 20px 64px 15px 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 36px;
  cursor: pointer;
  background-color: #37a1a1;
  background-position: center right 14px;
  background-repeat: no-repeat;
  background-size: 42px;
}
#floating-menu ul li:hover > a,
#floating-menu ul li.selected > a {
  opacity: 1;
  width: auto;
  padding: 20px 70px 15px 20px;
}
.floating-metszetrajzok a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-floating-metszetrajzok.png");
  background-position: right 16px center !important;
}
.floating-ajanlat a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-floating-ajanlat.png");
  /* background-size: 30px; */
  /* background-position: right 13px center; */
}
.floating-contact a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-floating-contact.png");
}
.floating-tervezoknek a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-floating-tervezoknek.png");
  /* background-size: 32px; */
  background-position: right 14px center;
}
.floating-download a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-floating-download.png");
  /* background-size: 38px !important; */
  /* background-position: right 17px center !important; */
}
.floating-karacsony a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-christmas-tree.png");
  background-color: #d42426;
  background-position: right 15px top 12px;
}
.floating-tavasz a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-tavaszi.png");
  background-color: #ef8f1f;
  background-position: right 17px top 14px;
}
.floating-videoink a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-videoink.png");
  background-color: #ef8f1f !important;
  background-position: right 15px top 15px;
}
.floating-wwj a {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-wwj.png");
  background-color: #ef8f1f !important;
  background-position: right 9px top 8px !important;
  background-size: 56px !important;
}
#floating-menu ul li a span {
  font-size: 0;
  font-family: "Proxima Nova Bold";
}
#floating-menu ul li.selected a span,
#floating-menu ul li:hover a span {
  font-size: 14px;
  color: #ffffff;
}
.navigation .floating-menu {
  display: block;
}
.navigation .floating-menu div {
  text-align: center;
}
.navigation .floating-menu a {
  display: inline-block;
  width: auto;
  height: 100%;
  color: #fff;
  white-space: nowrap;
  padding: 14px 60px 14px 18px;
  margin: 10px 0;
  text-decoration: none;
  border-radius: 24px;
  cursor: pointer;
  background-color: #37a1a1;
  background-position: center right 14px;
  background-repeat: no-repeat;
  background-size: 32px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Bold';
  line-height: 1.5;
  font-size: 14px;
}
.ccm-pagination-wrapper {
  text-align: center;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #37a1a1;
  border-color: #37a1a1;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  border-color: #37a1a1;
  background-color: #37a1a1;
}
/*  ----------  CONTENT  ----------  */
#content {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 0 0;
  flex: 1 0 0;
  overflow: hidden;
  z-index: 0;
}
#content .content-block {
  padding: 40px 0;
}
#content .content-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
  line-height: 0;
  font-size: 0;
}
/*  ----------  HIGHLIGHTED INFO  ----------  */
#content .highlighted-info {
  background: #fff;
}
#content .highlighted-info .container {
  background-position: center right;
  background-size: auto 80%;
  padding: 15vh 15px;
}
#content .highlighted-info .highlighted-image {
  text-align: right;
}
#content .highlighted-info .highlighted-image img {
  max-width: 500px;
  margin: 15px auto;
}
/*  ----------  PARALLAX BOX  ----------  */
.parallax {
  position: relative;
  height: 1000px;
  max-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.parallax.video .video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  z-index: -1;
  position: relative;
}
.parallax.video .video-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.parallax.video .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 59vw;
  padding-left: 7vw;
}
.parallax.video .text-wrapper .title {
  font-size: 4vw;
  line-height: 1.1;
}
.parallax.video .text-wrapper .subtitle {
  font-size: 2.0vw;
  line-height: 1.2;
}
.parallax.video .text-wrapper .separator-line {
  content: '';
  display: block;
  width: 104px;
  height: 12px;
  background: url("/application/themes/jankoablak2025/images/separator-line.png") no-repeat left center;
  margin: 1vw 0 1.6vw -15px;
  filter: grayscale(1) contrast(100) invert(1);
}
.parallax.p-box-1 {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-p-box-1.jpg");
}
.parallax.p-box-2 {
  background-image: url("/application/themes/jankoablak2025/images/backgrounds/bg-p-box-2.jpg");
}
.parallax .parallax-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.parallax .parallax-content .title {
  font-size: 44px;
  color: #fff;
  max-width: 780px;
  line-height: 1.1;
  margin: 0 auto;
  display: inline-block;
}
/*  ----------  NEWS  ----------  */
.news.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 90px 15px;
}
.news.list > .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news.list .news-wrapper {
  position: relative;
}
.news.list .news-wrapper .news-nav {
  content: '';
  position: absolute;
  top: 34%;
  width: 14px;
  height: 24px;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.news.list .news-wrapper .news-nav.slick-disabled {
  opacity: .45;
}
.news.list .news-wrapper .news-nav.prev-item {
  left: 5px;
  background-image: url('/application/themes/jankoablak2025/images/icons/icon-news-nav-prev.png');
}
.news.list .news-wrapper .news-nav.next-item {
  right: 5px;
  background-image: url('/application/themes/jankoablak2025/images/icons/icon-news-nav-next.png');
}
.news.list .news-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 40px;
}
.news.list > .row {
  margin: 0;
}
.news.list .news-item {
  width: 25%;
  padding: 0 5px 30px;
  display: flex;
  flex-direction: column;
}
.news.list .news-item:focus {
  outline: none;
}
.news.list .news-item .image-wrapper {
  position: relative;
}
.news.list .news-item .image-wrapper .latest {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #d8d8d8;
  color: #222;
  text-transform: uppercase;
  padding: 2px 20px;
  font-size: 16px;
  font-family: 'Montserrat';
  display: none;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.news.list .news-item .image {
  position: relative;
  padding-bottom: 100%;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: all 600ms;
}
.news.list .news-item .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  opacity: 0;
  border: 2px solid #d8d8d8;
  transition: all 500ms;
}
.news.list .news-item:hover .image {
  background-size: 110% auto;
}
.news.list .news-item:hover .image:before {
  opacity: 1;
  transform: translateY(-20px);
  transition-delay: 300ms;
}
.news.list .news-item .title {
  font-family: "Montserrat";
  font-size: 16px;
  margin: 25px 0 10px;
  padding: 0 15px;
  line-height: 1.2;
  transition: all 200ms;
  text-align: center;
  text-transform: uppercase;
}
.news.list .news-item .description {
  position: relative;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.3em;
  max-height: 3.9em;
  margin-bottom: 0;
  padding: 0 15px;
  color: #868686;
  text-align: center;
}
.news.list .news-item:first-of-type .latest {
  display: block;
}
.more-news {
  margin-top: 30px !important;
}
.news.list .btn {
  margin-top: 60px;
  margin-bottom: 0;
}
#markcon-blog.news.list .news-items {
  padding: 0 15px;
}
#markcon-blog.news.list .news-items .news-item {
  padding: 0 10px 30px;
  margin: 15px 0;
}
#markcon-blog #pager {
  display: flex;
  justify-content: center;
  width: 100%;
}
#markcon-blog #pager .pages {
  display: flex;
  justify-content: center;
}
#markcon-blog #pager .pages .page {
  margin: 0 5px;
  padding: 2px;
  font-weight: bold;
}
#markcon-blog #pager .pages .page.current,
#markcon-blog #pager .pages .page a:hover {
  color: #199695;
}
/*  ----------  NEWS DETAILS  ----------  */
.news.details {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.news.details h2 {
  text-transform: uppercase;
  margin: 0;
}
.news.details .index-image img {
  display: block;
}
.news.details .created {
  font-size: 15px;
  margin-bottom: 30px;
  font-style: italic;
  color: #666;
}
.news.details h4 {
  font-family: 'Proxima Nova';
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  color: #3b3d40;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news.details .content {
  margin: 60px 0 60px;
}
/*  ----------  YOUTUBE  ----------  */
.youtube-block {
  max-width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
}
.youtube-block iframe {
  max-width: 100%;
}
/*  ----------  PRODUCTS  ----------  */
.product-item {
  margin: 2em 0;
}
.product-item .brand {
  display: block;
  color: #000;
  font-size: 2em;
  margin-bottom: 10px;
  line-height: 1;
  padding-left: 1px;
}
.product-item .name {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Proxima Nova Bold";
  color: #000;
}
.product-item .name + h5 {
  font-size: 1.2em;
  display: block;
}
.product-item .product-image {
  position: relative;
  margin: 15px 0;
  padding: 1em;
  width: auto;
  border: 1px solid transparent !important;
  display: block;
  text-align: center;
  transition: all 300ms;
}
.product-item .product-image:before,
.product-item .product-image:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 14px;
  transition: all .15s;
  background-size: 29px 100%;
}
.product-item .product-image:after {
  left: auto;
  right: 0;
  background-position: right center;
}
.product-item .product-image:hover:before {
  left: -14px;
  opacity: 1;
}
.product-item .product-image:hover:after {
  right: -14px;
  opacity: 1;
}
.product-item .product-image img {
  margin: 0 auto;
  transform: scale(0.9, 0.9);
  transition: all 300ms;
}
.product-item .product-image:hover img {
  transform: scale(1, 1);
}
.product-item .image-wrapper a {
  display: block;
}
/*  ----------  GALLERY  ----------  */
.markcon-gallery {
  padding: 45px 0;
}
.markcon-gallery .albums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.markcon-gallery .images {
  width: calc(33% - 8px);
  margin: 4px;
  min-width: 240px;
  height: 100%;
}
.markcon-gallery .images.image-list {
  height: auto;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.markcon-gallery .images.image-list .image-item {
  width: calc(33% - 8px);
  margin: 4px;
  min-width: 240px;
}
.markcon-gallery .images .image-item {
  cursor: pointer;
}
.markcon-gallery .images .image-item:before {
  z-index: 2;
}
.markcon-gallery .images .image-item .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding-bottom: 100%;
}
.markcon-gallery .images .image-item .image-wrapper .image {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 800ms;
}
.markcon-gallery .images .image-item:hover .image {
  transform: scale(1.1, 1.1);
}
.markcon-gallery .images .image-item span {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(23, 23, 23, 0.35);
  transition: all 500ms;
}
.markcon-gallery .images .image-item:hover span {
  opacity: 0;
}
.markcon-gallery .images .image-item .description {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 800ms;
}
.markcon-gallery .images .image-item .description .text {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #fff;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  transition: all 800ms;
}
.markcon-gallery .images .image-item .description:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: -1;
  opacity: .5;
  transition: all 500ms;
  transition-delay: 300ms;
  transform: translateX(-100%);
}
.markcon-gallery .images .image-item:hover .description .text {
  padding-left: 30px;
}
.markcon-gallery .images .image-item:hover .description:before {
  opacity: 1;
  transform: translateX(0);
}
/*  ----------  FOOTER GALLERY  ----------  */
footer .markcon-gallery .albums {
  display: block;
}
footer .markcon-gallery .images .image {
  width: 33.33%;
  padding: 5px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer .markcon-gallery .images .image img {
  height: auto;
}
footer .markcon-gallery .images .description {
  display: none;
}
/*  ----------  TENDER  ----------  */
.tender {
  padding: 60px 0;
}
.tender h2 {
  font-weight: normal;
  font-size: 65px;
  text-transform: uppercase;
}
.tender #tender {
  margin-top: 30px;
}
.tender #tender .form-group:not(.file) input.form-control,
.tender #tender .add-product {
  padding-right: 65px;
  background-repeat: no-repeat;
  background-position: center right -2px;
  background-size: contain;
}
.tender #tender .form-group:not(.file) .product input.form-control,
.tender #tender .form-group:not(.file) input.ccm-input-captcha {
  padding-right: 10px;
}
.tender #tender input#name,
.footer-bar .form-group input[placeholder="NÃ©v"] {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-form-name.png");
}
.tender #tender input#email {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-form-email.png");
}
.tender #tender input#phone {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-form-phone.png");
}
.tender #tender input#address {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-form-place.png");
}
.tender #tender .add-product {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-form-plus.png");
  margin-top: -30px;
  width: 100%;
}
.tender #tender .form-group textarea,
.tender #tender .form-group textarea:focus,
.tender #tender .form-group textarea:active {
  height: 116px;
}
.tender .ccm-input-captcha {
  width: 190px;
  margin: 0 auto;
  padding-right: 10px;
}
.tender h3 {
  font-family: 'Proxima Nova';
  font-size: 30px;
  text-transform: uppercase;
}
.tender select.form-control,
.tender select.form-control:active,
.tender select.form-control:focus {
  width: auto;
  padding-right: 35px;
  min-width: 100%;
}
#NewProduct {
  cursor: pointer;
}
/*  ----------  CONTACT  ----------  */
#content.contact-site {
  padding-top: 60px;
  padding-bottom: 60px;
}
#content.contact-site h2,
#content h2.large {
  font-size: 65px;
  font-family: 'Proxima Nova';
  margin-bottom: 0;
  line-height: 1;
}
.contact-site .contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 60px 0;
}
.contact-site .contacts > div {
  width: 190px;
  padding: 15px 15px;
  text-align: center;
}
.contact-site .contacts > div > a {
  display: inline-block;
}
.contact-site .contacts > div span {
  display: block;
}
.contact-site .contacts .icon {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 15px;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-site .contacts .icon.location {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-contact-location.png");
}
.contact-site .contacts .icon.phone {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-contact-phone.png");
}
.contact-site .contacts .icon.fax {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-contact-fax.png");
}
.contact-site .contacts .icon.email {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-contact-email.png");
}
.contact-site .contacts .icon.soc-1 {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-contact-soc-1.png");
}
.contact-site .contacts .icon.soc-2 {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-contact-soc-2.png");
}
#map {
  margin: 60px 0 0;
}
.showrooms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0;
}
.showrooms .showroom {
  width: 300px;
  padding: 0 20px;
}
.showrooms .showroom h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}
.card-blocks h3,
.showrooms .showroom p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}
/*  ----------  COLLEAGUES CONTACT  ----------  */
.colleagues-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.colleagues-wrapper .colleague {
  position: relative;
  width: calc(33% - 30px);
  display: flex;
  padding-bottom: 44%;
  margin: 10px 15px;
  overflow: hidden;
}
.colleagues-wrapper h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.colleagues-wrapper .colleague .image {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.9;
  transition: all 300ms;
}
.colleagues-wrapper .colleague:hover .image {
  opacity: 1;
  transform: scale(1.06);
}
.colleagues-wrapper .colleague .info-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  color: #ccc;
  background: rgba(0, 0, 0, 0.65);
}
.colleagues-wrapper .colleague .info-wrapper .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.colleagues-wrapper .colleague .info-wrapper .contact-info {
  height: auto;
  padding: 0 0;
  line-height: 1.2;
  display: block;
  max-height: 0;
  overflow: hidden;
  margin: auto;
  width: auto;
  float: none;
  opacity: 0;
  transition: all 250ms;
}
.colleagues-wrapper .colleague:hover .info-wrapper .contact-info {
  opacity: 1;
  max-height: 60px;
  padding: 5px 0;
}
.colleagues-wrapper .colleague:hover .info-wrapper .contact-info a {
  color: #fff;
}
.colleagues-wrapper .colleague .info-wrapper .contact-info span {
  display: block;
}
/*  ----------  BOTTOM SLIDER  ----------  */
.bottom-slider .swiper-wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*  ----------  CARD BLOCKS  ----------  */
.card-blocks h3 {
  display: flex;
  flex-direction: column;
  min-height: 84px;
  background: #293133;
  font-size: 20px;
  line-height: 1.2;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.card-blocks.orange h3 {
  background: #ef8f1f;
}
.layout .card-blocks.orange a {
  color: #ef8f1f;
}
.card-blocks h4 {
  font-size: 22px;
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Proxima Nova Bold';
}
@media (min-width: 768px) {
  .card-blocks {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
  }
  .card-blocks > div {
    width: 30%;
    padding: 0;
    margin: 10px 20px;
  }
  .card-blocks.col-2 > div {
    width: 50%;
  }
}
/*  ----------  FEATURES  ----------  */
.features-header {
  text-align: center;
  margin-bottom: 60px;
}
.features-header h4 {
  letter-spacing: 0;
  font-family: 'Proxima Nova SemiBold';
  color: #3b3d40;
  font-weight: bold;
  font-size: 20px !important;
}
.features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.features-list .feature {
  width: 25%;
  min-width: 280px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.features-list .feature .image {
  margin-bottom: 15px;
}
.features-list .feature .title {
  border-top: 1px solid #47a5a0;
  padding-top: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.features-list .feature .title span {
  color: #47a5a0;
  font-weight: bold;
  text-transform: uppercase;
}
.features-list .feature .description p {
  line-height: 1.5;
  font-size: 15px;
}
/*  ----------  VASALATOK  ----------  */
#vasalatok {
  padding: 15px 5px 0;
  background: #192d33;
}
#vasalatok * {
  color: #fff;
}
#vasalatok .description-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0 30px;
}
#vasalatok .description-wrapper > div {
  width: 50%;
}
#vasalatok .description-wrapper .title-wrapper {
  padding-right: 30px;
}
#vasalatok .description-wrapper .title-wrapper h2 {
  margin-top: 60px;
  font-size: 30px;
  text-transform: uppercase;
}
#vasalatok.roma .logo img {
  max-width: 100%;
}
#vasalatok.roma .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
#vasalatok.roma .description-wrapper {
  padding: 60px 0 60px;
}
#vasalatok .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#vasalatok .images-wrapper > div:nth-of-type(1) {
  width: 25%;
}
#vasalatok .images-wrapper > div:nth-of-type(1) .image-wrapper:nth-of-type(1) .image {
  padding-bottom: 104%;
}
#vasalatok .images-wrapper > div:nth-of-type(1) .image-wrapper:nth-of-type(2) .image {
  padding-bottom: 70%;
}
#vasalatok .images-wrapper > div:nth-of-type(2) {
  width: 38.2%;
}
#vasalatok .images-wrapper > div:nth-of-type(2) .image-wrapper:nth-of-type(1) .image {
  padding-bottom: 51.4%;
}
#vasalatok .images-wrapper > div:nth-of-type(2) .image-wrapper:nth-of-type(2) .image {
  padding-bottom: 61.7%;
}
#vasalatok .images-wrapper > div:nth-of-type(3) {
  width: 36.8%;
}
#vasalatok .images-wrapper > div:nth-of-type(3) .image-wrapper:nth-of-type(1) .image {
  padding-bottom: 64.6%;
}
#vasalatok .images-wrapper > div:nth-of-type(3) .image-wrapper:nth-of-type(2) .image {
  padding-bottom: 52.9%;
}
#vasalatok .images-wrapper .image-wrapper {
  padding: 0;
  overflow: hidden;
  margin: 0 5px 10px;
}
#vasalatok .images-wrapper .image-wrapper:hover .image {
  transform: scale(1.1);
}
#vasalatok .images-wrapper .image-wrapper img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 0;
  left: 0;
  max-width: 100%;
}
#vasalatok .images-wrapper .image {
  content: '';
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: all 500ms;
}
/*  ----------  WINKHAUS  ----------  */
#winkhaus ul {
  padding-left: 20px;
  margin: 20px 0;
}
#winkhaus ul li {
  padding-bottom: 5px;
  font-size: 16px;
}
#winkhaus ul li:before {
  background: #000;
  width: 5px;
  height: 5px;
  top: 12px;
}
#winkhaus .container {
  max-width: 1140px;
}
#winkhaus .topimage-wrapper {
  margin-bottom: 0;
  margin-top: 0;
}
#winkhaus .topimage-wrapper .top-image {
  background-image: url("/application/themes/jankoablak2025/images/topimage/topimage-winkhaus.jpg");
}
#winkhaus #special-edition-sale {
  padding: 120px 0;
}
#winkhaus #special-edition-sale * {
  color: #222;
}
#winkhaus #special-edition-sale h3 {
  margin-top: 0;
  text-align: center;
  font-size: 38px;
}
#winkhaus #special-edition-sale h2 {
  display: block;
  font-size: 70px;
  font-family: 'Montserrat';
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0;
  margin: 45px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#winkhaus #dark-promo {
  position: relative;
  padding-top: 100px;
}
#winkhaus #dark-promo .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#winkhaus #dark-promo h2 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-family: 'Montserrat';
  padding-bottom: 15px;
  border-bottom: 1px solid #fcd905;
  margin: 0 auto 15px;
}
#winkhaus #dark-promo h2 + p {
  color: #fff;
  text-align: center;
  max-width: 840px;
}
#winkhaus #dark-promo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #222;
  height: 600px;
  z-index: -1;
}
#winkhaus #dark-promo .logos-wrapper {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #222;
  align-items: center;
}
#winkhaus #dark-promo .boxes-wrapper {
  width: 100%;
  display: flex;
  background: #222;
}
#winkhaus #dark-promo .boxes-wrapper .box-item {
  width: calc(33.33% - 2px);
  margin: 0 1px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 30px;
}
#winkhaus #dark-promo .boxes-wrapper .box-item .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
#winkhaus #dark-promo .boxes-wrapper .box-item .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#winkhaus #dark-promo .boxes-wrapper .box-item .title span {
  display: inline-block;
  font-weight: bold;
  padding: 6px 0;
  border-bottom: 1px solid #fcd905;
}
#winkhaus #dark-promo .boxes-wrapper .box-item .subtitle {
  line-height: 1.2;
  margin-top: 5px;
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(1) {
  text-align: right;
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(1) .image {
  background-image: url("/application/themes/jankoablak2025/images/winkhaus/dark-promo-image-1.jpg");
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(1) .subtitle {
  padding-left: 30%;
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(2) {
  text-align: center;
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(2) .image {
  background-image: url("/application/themes/jankoablak2025/images/winkhaus/dark-promo-image-2.jpg");
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(2) .subtitle {
  padding-left: 5%;
  padding-right: 5%;
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(3) {
  text-align: left;
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(3) .image {
  background-image: url("/application/themes/jankoablak2025/images/winkhaus/dark-promo-image-3.jpg");
}
#winkhaus #dark-promo .boxes-wrapper .box-item:nth-of-type(3) .subtitle {
  padding-right: 30%;
}
#winkhaus #promo-columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
#winkhaus #promo-columns .item {
  width: calc(33.33% - 14px);
}
#winkhaus #promo-columns .item:nth-of-type(2) {
  margin: 0 20px;
}
#winkhaus #promo-columns .item .title {
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #222;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}
#winkhaus #promo-columns .item .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 30px;
  min-height: 60px;
  color: #222;
}
#winkhaus #promo-columns .item .subtitle + * {
  color: #222;
  line-height: 1.5;
  font-size: 17px;
}
#winkhaus #winkhaus-details {
  margin: 110px 0;
}
#winkhaus #winkhaus-details .category.row {
  padding-top: 110px;
  border-top: 1px solid #ccc;
  border-bottom: none;
  font-size: 16px;
}
#winkhaus #winkhaus-details .category.row .image {
  padding-bottom: 60px;
}
#winkhaus #winkhaus-details .category.row .description {
  padding: 0 15px 0 60px;
}
#winkhaus #winkhaus-details .category.row .description.left-text {
  padding: 0 60px 0 15px;
}
#winkhaus #winkhaus-details .category.row .description h3 {
  text-transform: uppercase;
  color: #222;
  font-size: 27px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fcd905;
  line-height: 1.25;
}
#winkhaus #winkhaus-details .category.row .description h3:before {
  display: none;
}
#winkhaus #winkhaus-details .category.row .description h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  color: #222;
  font-size: 20px;
  font-family: 'Montserrat';
}
#winkhaus #winkhaus-details .category.row .description .small-text {
  color: #7c7c7c;
  font-size: 15px;
}
#winkhaus #winkhaus-footer {
  background: #f8f8f8;
  padding: 100px 0;
}
#winkhaus #winkhaus-footer h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Montserrat';
  letter-spacing: 0;
  font-weight: bold;
}
#winkhaus #winkhaus-footer * {
  color: #717171;
}
#winkhaus #winkhaus-footer ul li {
  font-size: 14px;
}
#winkhaus #winkhaus-footer ul li:before {
  top: 8px;
}
/*  ----------  POPUP  ----------  */
#content .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(243, 243, 243, 0.9);
  z-index: 1001;
  display: none;
}
#content .popup .content {
  position: relative;
  top: 50%;
  padding: 15px;
  max-width: 850px;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
#content .popup .content img {
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  margin: 10px auto 5px;
  box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.45);
}
#content .popup .content .link {
  content: '';
  position: absolute;
  bottom: 7%;
  height: 8.3%;
  width: 25.2%;
}
#content .popup .content .link.reszletek {
  left: 42.8%;
}
#content .popup .content .link.ajanlatkeres {
  left: 69.3%;
}
#content .popup .closeButton {
  content: '';
  position: absolute;
  top: 35px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: #555555 url('/application/themes/jankoablak2025/images/close-button.png') no-repeat center;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
}
/*  ----------  FOOTER  ----------  */
footer {
  width: 100%;
  background-color: #27282a;
  border-top: none;
  padding: 0;
  font-size: 16px;
  color: #fff;
  margin-top: -30px;
}
footer .footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer .flex-wrapper {
  align-items: center;
  flex-wrap: wrap;
}
footer .footer .flex-wrapper .copyright {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
footer h4 {
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 30px;
  margin-top: 0;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
footer .wrapper .form-group {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
footer .wrapper .form-group.message {
  width: 100%;
}
footer .wrapper .form-group.captcha {
  display: flex;
}
footer .wrapper .form-group.captcha > div {
  margin-right: 10px;
}
footer .wrapper .form-group.captcha .ccm-captcha-image {
  width: 150px;
  height: 40px;
  margin: 0;
}
footer .wrapper .form-group.captcha .ccm-input-captcha {
  margin-right: 10px;
  width: 130px;
  margin-left: 10px;
}
footer .wrapper .form-group.captcha button {
  padding: 5px 15px;
  border-radius: 0;
  background: #199695;
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  font-weight: bold;
  letter-spacing: 2px;
}
footer .wrapper .form-group input,
footer .wrapper .form-group textarea {
  background-color: #272727;
  color: #fff;
  font-size: 14px !important;
  border: 1px solid transparent;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 15px;
}
footer .footer-bar {
  min-height: 250px;
  background: #232323 url("/application/themes/jankoablak2025/images/backgrounds/bg-footer.png") no-repeat left 56vw bottom;
  background-size: auto;
  padding: 62px 0 32px;
}
footer .footer-bar .contact-list {
  list-style: none;
  padding-left: 0;
  column-count: 2;
  width: 500px;
  max-width: 100%;
}
footer .footer-bar .contact-list li {
  padding-left: 32px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: top 2px left;
}
footer .footer-bar .contact-list li a {
  color: #fff;
}
footer .footer-bar .contact-list li.address {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-footer-address.png");
}
footer .footer-bar .contact-list li.phone {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-footer-phone.png");
}
footer .footer-bar .contact-list li.fax {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-footer-fax.png");
}
footer .footer-bar .contact-list li.email {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-footer-email.png");
}
footer .footer-bar .contact-list li.facebook {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-footer-soc-1.png");
}
footer .footer-bar .contact-list li.instagram {
  background-image: url("/application/themes/jankoablak2025/images/icons/icon-footer-soc-2.png");
}
footer .footer-bar .form-group label {
  /*display: none;*/
}
footer .footer-bar .form-group textarea,
footer .footer-bar .form-group textarea:focus,
footer .footer-bar .form-group textarea:active {
  height: 120px;
}
footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  font-size: 12px;
}
footer .footer-links li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #d8d8d8;
  margin-bottom: 10px;
}
footer .footer-links li:first-of-type {
  padding-left: 0;
}
footer .footer-links li:last-of-type {
  padding-right: 0;
  border: none;
}
footer .footer-links li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
footer .palyazat {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: center;
}
footer .eu-link {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .eu-link.link-1 {
  width: 230px;
  height: 77px;
  background-image: url("/application/themes/jankoablak2025/images/eu-link-1.jpg");
}
footer .eu-link.link-2 {
  width: 255px;
  height: 61px;
  background-image: url("/application/themes/jankoablak2025/images/eu-link-2.jpg");
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}
.lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0.8);
}
/* BACK TO TOP */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(46, 46, 46, 0.85) url(/application/themes/jankoablak2025/images/cd-top-arrow.svg) no-repeat center 50%;
  filter: invert(1);
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 70px;
  }
}
/* IDE ÍRKÁLTAM NORBI */
span.green-color {
  color: #37a1a1;
}
.main-content h2.smaller-h2 {
  font-size: 32px;
}
.main-content h3.green-highlight {
  color: #ffffff;
  background-color: #37a1a1;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.main-content .m-top-50 {
  margin-top: 50px;
}
.main-content hr.spring-discount-hr {
  border-top: 1px solid #37a1a1;
  width: 20%;
  display: block;
  margin: 25px auto;
}
.main-content .spring-unordered-list li {
  font-size: 20px;
}
.main-content .spring-ordered-list {
  margin-bottom: 30px;
}
.main-content .end-of-page {
  margin-bottom: 40px;
}
.captcha label.control-label {
  display: none;
}
/* REFERENCE 2021 */
/*#top-slider-wrapper{
    position: relative;

    #reference-infobox{
        position: absolute;
        bottom: 20px;
        left: -60px;
        max-width: 50%;
        padding: 3% 3%;
        background-color: rgba(0,0,0,0.7);
        z-index: 1;
        transform: translateX(-100%);
        transition: all 500ms ease-in-out;

        #info-content{
            p, *{
                color: #fff;
                font-size: 16px;
            }

            p:last-of-type{
                margin-bottom: 0;
            }
        }

        #close-button{
            position: absolute;
            top: 50%;
            right: 0;
            padding: 3px 13px;
            color: #fff;
            font-size: 23px;
            font-weight: bold;
            background-color: rgba(0,0,0,0.92);
            text-transform: uppercase;
            cursor: pointer;
            transform: translate(100%, -50%);
        }
    }

    #toggle-button{
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: inline-block;
        padding: 20px 20px 20px 60px;
        min-height: 40px;
        color: #fff;
        background: rgba(0,0,0,0.7) url("../images/icons/icon-information-button.png") no-repeat left 15px center;
        background-size: 30px;
        text-align: center;
        letter-spacing: 1px;
        font-family: 'Montserrat Semi Bold';
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        line-height: 1;
        cursor: pointer;
        z-index: 10;

        transition: all 500ms ease-in-out;
    }

    &.visible-box{

        #reference-infobox{
            transform: translateX(0);
            left: 0;
        }
        #toggle-button{
            transform: translateX(-100%);
            left: 0;
        }

    }

    .swiper-container{
        height: ~"calc(100vh - 112px)";
        max-height: 61vw;
        min-height: 480px;

        .swiper-slide{
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
    }

    .swiper-button-next:after,
    .swiper-button-prev:after{
        filter: saturate(0) contrast(6);
        background-color: rgba(255, 255, 255, 0.35);
        padding: 10px 15px;
        font-size: 30px;
        font-weight: bold;
    }
}*/
#reference-main {
  position: relative;
}
#reference-main #reference-infobox {
  position: absolute;
  bottom: 20px;
  left: -60px;
  max-width: 50%;
  padding: 3% 3%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transform: translateX(-100%);
  transition: all 500ms ease-in-out;
}
#reference-main #reference-infobox #info-content p,
#reference-main #reference-infobox #info-content * {
  color: #fff;
  font-size: 16px;
}
#reference-main #reference-infobox #info-content p:last-of-type {
  margin-bottom: 0;
}
#reference-main #reference-infobox #close-button {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3px 13px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.92);
  text-transform: uppercase;
  cursor: pointer;
  transform: translate(100%, -50%);
}
#reference-main #toggle-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  padding: 20px 20px 20px 60px;
  min-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7) url("/application/themes/jankoablak2025/images/icons/icon-information-button.png") no-repeat left 15px center;
  background-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: all 500ms ease-in-out;
}
#reference-main.visible-box #reference-infobox {
  transform: translateX(0);
  left: 0;
}
#reference-main.visible-box #toggle-button {
  transform: translateX(-100%);
  left: 0;
}
#reference-main .main-image-wrapper {
  width: 100%;
}
#reference-main .main-image-wrapper img {
  width: 100%;
}
.page-template-reference-item {
  background-color: #878581;
}
#reference-tiles-wrapper {
  padding: 10px;
}
#reference-tiles-wrapper .reference-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#reference-tiles-wrapper .reference-row .reference-column {
  display: flex;
  flex-wrap: wrap;
}
#reference-tiles-wrapper .reference-row .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25vw;
}
#reference-tiles-wrapper .reference-row .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #878581;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#reference-tiles-wrapper .reference-row .box:hover .reference-image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#reference-tiles-wrapper .reference-row .box .reference-image {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
#reference-tiles-wrapper .reference-row:nth-of-type(1) .reference-column:nth-of-type(1) {
  width: 50%;
}
#reference-tiles-wrapper .reference-row:nth-of-type(1) .reference-column:nth-of-type(2) {
  width: 50%;
}
#reference-tiles-wrapper .reference-row:nth-of-type(2) .reference-column {
  width: 100%;
}
#reference-tiles-wrapper .reference-row .box-1 {
  height: 30vw;
}
#reference-tiles-wrapper .reference-row .box-2 {
  height: 18vw;
  width: 50%;
}
#reference-tiles-wrapper .reference-row .box-3 {
  height: 18vw;
  width: 50%;
}
#reference-tiles-wrapper .reference-row .box-4 {
  height: 18vw;
}
#reference-tiles-wrapper .reference-row .box-5 {
  height: 30vw;
}
#reference-tiles-wrapper .reference-row .box-6 {
  height: 28vw;
}
#reference-tiles-wrapper .reference-row .box-7 {
  height: 22vw;
  width: 50%;
}
#reference-tiles-wrapper .reference-row .box-8 {
  height: 22vw;
  width: 50%;
}
#content .AlbumWrapper.my-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#content .AlbumWrapper.my-gallery figure {
  width: calc(33% - 4px);
  margin: 2px;
}
#content .AlbumWrapper.my-gallery figure a {
  display: flex;
  overflow: hidden;
}
#content .AlbumWrapper.my-gallery figure a img {
  height: 0 !important;
}
#content .AlbumWrapper.my-gallery figure a .image {
  position: relative;
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 400ms ease-in-out;
}
#content .AlbumWrapper.my-gallery figure a .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(46, 46, 46, 0.65) url("/application/themes/jankoablak2025/images/icons/icon-zoom-in.png") no-repeat center;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
#content .AlbumWrapper.my-gallery figure:hover .image {
  transform: scale(1.1);
}
#content .AlbumWrapper.my-gallery figure:hover .image:before {
  opacity: 1;
}
#layout.page-template-landing-2022,
#layout.page-template-landing-2025-en,
#layout.page-template-landing-2025-de,
#layout.page-template-landing-2025-hr,
#layout.page-template-landing-2025-ro {
  font-family: 'Museo Sans 300';
  /*footer{
        .footer-bar{
            background: #232323 url("../images/backgrounds/bg-footer.png") no-repeat left 52vw bottom;
            padding: 60px 0;
            .contact-list{
                width: auto;
                margin: 45px 0 0;

                li{
                    text-transform: none;
                    padding-bottom: 20px;
                }
            }
        }

        .footer{
            .flex-wrapper {
                .copyright{
                    color: #fff;
                }
            }
        }

        .footer-links{
            display: flex;
            flex-direction: column;
            margin: 0;

            li{
                padding: 0;
                border: none;

                a{
                    font-size: 20px;

                    &:hover{
                        text-decoration: none;
                        color: @silver;
                    }
                }
            }
        }
    }*/
}
#layout.page-template-landing-2022 .container,
#layout.page-template-landing-2025-en .container,
#layout.page-template-landing-2025-de .container,
#layout.page-template-landing-2025-hr .container,
#layout.page-template-landing-2025-ro .container {
  max-width: 1680px;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider,
#layout.page-template-landing-2025-en .swiper-container.landing-slider,
#layout.page-template-landing-2025-de .swiper-container.landing-slider,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider {
  overflow: hidden;
  width: 100%;
  height: 98vh;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-pagination,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-pagination,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-pagination,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-pagination,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-pagination {
  display: none;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper {
  display: flex;
  height: 100%;
  z-index: 0;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide {
  width: 100%;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide .container,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide .container,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide .container,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide .container,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide .container {
  position: relative;
  height: 100%;
  max-width: 1680px;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text {
  position: absolute;
  right: 30px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  color: #fff;
  opacity: 0;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .title,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .title,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .title,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .title,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .title {
  width: 550px;
  font-size: 44px;
  margin: 0 0 20px;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description {
  margin-right: auto;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description *,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description *,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description *,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description *,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description * {
  margin: 0;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a {
  display: inline-block;
  padding: 5px 40px 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  background: url("/application/themes/jankoablak2025/images/icons/icon-button-arrow.png") no-repeat right 5px center;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a:hover,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a:hover,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a:hover,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a:hover,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-wrapper .swiper-slide .ccm-image-slider-text .description a:hover {
  text-decoration: none;
  background: url("/application/themes/jankoablak2025/images/icons/icon-button-arrow.png") no-repeat right 2px center;
}
#layout.page-template-landing-2022 .swiper-container.landing-slider .swiper-slide-active .ccm-image-slider-text,
#layout.page-template-landing-2025-en .swiper-container.landing-slider .swiper-slide-active .ccm-image-slider-text,
#layout.page-template-landing-2025-de .swiper-container.landing-slider .swiper-slide-active .ccm-image-slider-text,
#layout.page-template-landing-2025-hr .swiper-container.landing-slider .swiper-slide-active .ccm-image-slider-text,
#layout.page-template-landing-2025-ro .swiper-container.landing-slider .swiper-slide-active .ccm-image-slider-text {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
#layout.page-template-landing-2022 #termekek,
#layout.page-template-landing-2025-en #termekek,
#layout.page-template-landing-2025-de #termekek,
#layout.page-template-landing-2025-hr #termekek,
#layout.page-template-landing-2025-ro #termekek {
  padding: 60px 0 30px;
  background: #fff;
}
#layout.page-template-landing-2022 #termekek .products-wrapper,
#layout.page-template-landing-2025-en #termekek .products-wrapper,
#layout.page-template-landing-2025-de #termekek .products-wrapper,
#layout.page-template-landing-2025-hr #termekek .products-wrapper,
#layout.page-template-landing-2025-ro #termekek .products-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .description,
#layout.page-template-landing-2025-en #termekek .products-wrapper .description,
#layout.page-template-landing-2025-de #termekek .products-wrapper .description,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .description,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .description {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin: 5px 5px auto 0;
  padding: 30px 4vw;
  min-width: 300px;
  background: #efefef;
  height: 100%;
  min-height: 309px;
  /*&:before{
                    content: '';
                    position: absolute;
                    top: -30px;
                    right: -30px;
                    bottom: -30px;
                    width: 100vw;
                    background: #efefef;
                }*/
}
#layout.page-template-landing-2022 #termekek .products-wrapper .description *,
#layout.page-template-landing-2025-en #termekek .products-wrapper .description *,
#layout.page-template-landing-2025-de #termekek .products-wrapper .description *,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .description *,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .description * {
  position: relative;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .description h3,
#layout.page-template-landing-2025-en #termekek .products-wrapper .description h3,
#layout.page-template-landing-2025-de #termekek .products-wrapper .description h3,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .description h3,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .description h3 {
  margin-top: 0;
  font-size: 36px;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .description p,
#layout.page-template-landing-2025-en #termekek .products-wrapper .description p,
#layout.page-template-landing-2025-de #termekek .products-wrapper .description p,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .description p,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .description p {
  margin: 0;
  font-size: 22px;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  z-index: 1;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper.products-row,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper.products-row,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper.products-row,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper.products-row,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper.products-row {
  margin: 0 auto 0;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(24%);
  min-width: 220px;
  margin: 4px;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper {
  width: 100%;
  overflow: hidden;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image {
  content: '';
  width: 100%;
  padding-bottom: 141%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ablakok,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ablakok,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ablakok,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ablakok,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ablakok {
  background-image: url("/application/themes/jankoablak2025/images/img-termekek-ablakok.jpg");
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ajtok,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ajtok,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ajtok,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ajtok,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.ajtok {
  background-image: url("/application/themes/jankoablak2025/images/img-termekek-ajtok.jpg");
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.emelo,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.emelo,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.emelo,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.emelo,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.emelo {
  background-image: url("/application/themes/jankoablak2025/images/img-termekek-emelo.jpg");
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.nemesfa,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.nemesfa,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.nemesfa,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.nemesfa,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.nemesfa {
  background-image: url("/application/themes/jankoablak2025/images/img-termekek-nemesfa.jpg");
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.roma,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.roma,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.roma,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.roma,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.roma {
  background-image: url("/application/themes/jankoablak2019/images/products/products-jankoxroma.jpg");
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.schlotterer,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.schlotterer,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.schlotterer,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.schlotterer,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image.schlotterer {
  background-image: url("/application/themes/jankoablak2025/images/img-termekek-schlotterer.jpg");
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image:hover,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image:hover,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image:hover,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image:hover,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .image-wrapper .image:hover {
  transform: scale(1.1);
}
#layout.page-template-landing-2022 #termekek .products-wrapper .products-item-wrapper .product-item .description-wrapper p,
#layout.page-template-landing-2025-en #termekek .products-wrapper .products-item-wrapper .product-item .description-wrapper p,
#layout.page-template-landing-2025-de #termekek .products-wrapper .products-item-wrapper .product-item .description-wrapper p,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .products-item-wrapper .product-item .description-wrapper p,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .products-item-wrapper .product-item .description-wrapper p {
  margin-top: 15px;
  color: #000;
  font-weight: bold;
}
#layout.page-template-landing-2022 #termekek .products-wrapper .background-title,
#layout.page-template-landing-2025-en #termekek .products-wrapper .background-title,
#layout.page-template-landing-2025-de #termekek .products-wrapper .background-title,
#layout.page-template-landing-2025-hr #termekek .products-wrapper .background-title,
#layout.page-template-landing-2025-ro #termekek .products-wrapper .background-title {
  margin: -100px auto -125px;
}
#layout.page-template-landing-2022 .background-title,
#layout.page-template-landing-2025-en .background-title,
#layout.page-template-landing-2025-de .background-title,
#layout.page-template-landing-2025-hr .background-title,
#layout.page-template-landing-2025-ro .background-title {
  width: 100%;
  text-align: center;
}
#layout.page-template-landing-2022 .background-title span,
#layout.page-template-landing-2025-en .background-title span,
#layout.page-template-landing-2025-de .background-title span,
#layout.page-template-landing-2025-hr .background-title span,
#layout.page-template-landing-2025-ro .background-title span {
  color: #fff;
  font-size: 190px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  filter: drop-shadow(0px 0px 1px #999999);
}
#layout.page-template-landing-2022 #otthonaink,
#layout.page-template-landing-2025-en #otthonaink,
#layout.page-template-landing-2025-de #otthonaink,
#layout.page-template-landing-2025-hr #otthonaink,
#layout.page-template-landing-2025-ro #otthonaink {
  margin: 180px 0;
}
#layout.page-template-landing-2022 #otthonaink .background-title,
#layout.page-template-landing-2025-en #otthonaink .background-title,
#layout.page-template-landing-2025-de #otthonaink .background-title,
#layout.page-template-landing-2025-hr #otthonaink .background-title,
#layout.page-template-landing-2025-ro #otthonaink .background-title {
  position: relative;
  margin: -90px auto 0;
  z-index: -1;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item {
  width: 50%;
  overflow: hidden;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item.description-box,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item.description-box,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item.description-box,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item.description-box,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item.description-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 30px 10vw;
  background: #fff;
  z-index: 1;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item.description-box p,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item.description-box p,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item.description-box p,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item.description-box p,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item.description-box p {
  margin: 0;
  line-height: 1.2;
  font-size: 3.2vw;
  font-family: 'Inter', sans-serif;
  color: #575656;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item.description-box .background-title,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item.description-box .background-title,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item.description-box .background-title,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item.description-box .background-title,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item.description-box .background-title {
  position: absolute;
  bottom: -40px;
  width: auto;
  line-height: 1;
  margin: 0;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item.description-box .background-title.night,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item.description-box .background-title.night,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item.description-box .background-title.night,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item.description-box .background-title.night,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item.description-box .background-title.night {
  left: 2%;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item.description-box .background-title.day,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item.description-box .background-title.day,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item.description-box .background-title.day,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item.description-box .background-title.day,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item.description-box .background-title.day {
  right: 2%;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item.description-box .background-title span,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item.description-box .background-title span,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item.description-box .background-title span,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item.description-box .background-title span,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item.description-box .background-title span {
  font-size: 160px;
  color: #E9E9E9;
  filter: drop-shadow(0px 0px 1px transparent);
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image {
  content: '';
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/application/themes/jankoablak2025/images/img-termekek-ablakok.jpg");
  transition: all 500ms ease-in-out;
  /*&.otthon-7{background-image: url("../images/otthonaink/otthon-7.jpg")}
                    &.otthon-8{background-image: url("../images/otthonaink/otthon-8.jpg")}
                    &.otthon-9{background-image: url("../images/otthonaink/otthon-9.jpg")}
                    &.otthon-10{background-image: url("../images/otthonaink/otthon-10.jpg")}
                    &.otthon-11{background-image: url("../images/otthonaink/otthon-11.jpg")}
                    &.otthon-12{background-image: url("../images/otthonaink/otthon-12.jpg")}
                    &.otthon-13{background-image: url("../images/otthonaink/otthon-13.jpg")}
                    &.otthon-14{background-image: url("../images/otthonaink/otthon-14.jpg")}*/
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image:hover,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image:hover,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image:hover,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image:hover,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image:hover {
  transform: scale(1.1);
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image.otthon-1,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image.otthon-1,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image.otthon-1,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image.otthon-1,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image.otthon-1 {
  background-image: url("/application/themes/jankoablak2025/images/otthonaink/otthon-1.jpg");
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image.otthon-2,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image.otthon-2,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image.otthon-2,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image.otthon-2,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image.otthon-2 {
  background-image: url("/application/themes/jankoablak2025/images/otthonaink/otthon-2.jpg");
  background-position: center 43%;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image.otthon-3,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image.otthon-3,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image.otthon-3,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image.otthon-3,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image.otthon-3 {
  background-image: url("/application/themes/jankoablak2025/images/otthonaink/otthon-3.jpg");
  background-position: center 22%;
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image.otthon-4,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image.otthon-4,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image.otthon-4,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image.otthon-4,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image.otthon-4 {
  background-image: url("/application/themes/jankoablak2025/images/otthonaink/otthon-4.jpg");
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image.otthon-5,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image.otthon-5,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image.otthon-5,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image.otthon-5,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image.otthon-5 {
  background-image: url("/application/themes/jankoablak2025/images/otthonaink/otthon-5.jpg");
}
#layout.page-template-landing-2022 #otthonaink .homes-wrapper .home-item .image.otthon-6,
#layout.page-template-landing-2025-en #otthonaink .homes-wrapper .home-item .image.otthon-6,
#layout.page-template-landing-2025-de #otthonaink .homes-wrapper .home-item .image.otthon-6,
#layout.page-template-landing-2025-hr #otthonaink .homes-wrapper .home-item .image.otthon-6,
#layout.page-template-landing-2025-ro #otthonaink .homes-wrapper .home-item .image.otthon-6 {
  background-image: url("/application/themes/jankoablak2025/images/otthonaink/otthon-6.jpg");
  background-position: center 13%;
}
#layout.page-template-landing-2022 #bemutatoterem,
#layout.page-template-landing-2025-en #bemutatoterem,
#layout.page-template-landing-2025-de #bemutatoterem,
#layout.page-template-landing-2025-hr #bemutatoterem,
#layout.page-template-landing-2025-ro #bemutatoterem {
  padding: 90px 0 0;
  background: #27282a;
}
#layout.page-template-landing-2022 #bemutatoterem .title,
#layout.page-template-landing-2025-en #bemutatoterem .title,
#layout.page-template-landing-2025-de #bemutatoterem .title,
#layout.page-template-landing-2025-hr #bemutatoterem .title,
#layout.page-template-landing-2025-ro #bemutatoterem .title {
  position: relative;
  width: 890px;
  max-width: 100%;
  margin: 0 auto 45px;
  font-size: 54px;
  color: #fff;
  line-height: 1.2;
}
#layout.page-template-landing-2022 .column-wrapper,
#layout.page-template-landing-2025-en .column-wrapper,
#layout.page-template-landing-2025-de .column-wrapper,
#layout.page-template-landing-2025-hr .column-wrapper,
#layout.page-template-landing-2025-ro .column-wrapper {
  padding: 60px 0;
  background: #27282A;
}
#layout.page-template-landing-2022 .column-wrapper.light,
#layout.page-template-landing-2025-en .column-wrapper.light,
#layout.page-template-landing-2025-de .column-wrapper.light,
#layout.page-template-landing-2025-hr .column-wrapper.light,
#layout.page-template-landing-2025-ro .column-wrapper.light {
  background: #fff;
}
#layout.page-template-landing-2022 .column-wrapper > .container,
#layout.page-template-landing-2025-en .column-wrapper > .container,
#layout.page-template-landing-2025-de .column-wrapper > .container,
#layout.page-template-landing-2025-hr .column-wrapper > .container,
#layout.page-template-landing-2025-ro .column-wrapper > .container {
  display: flex;
  flex-wrap: wrap;
}
#layout.page-template-landing-2022 .column-wrapper > .container > section,
#layout.page-template-landing-2025-en .column-wrapper > .container > section,
#layout.page-template-landing-2025-de .column-wrapper > .container > section,
#layout.page-template-landing-2025-hr .column-wrapper > .container > section,
#layout.page-template-landing-2025-ro .column-wrapper > .container > section {
  width: 50%;
}
#layout.page-template-landing-2022 #hatartalan,
#layout.page-template-landing-2025-en #hatartalan,
#layout.page-template-landing-2025-de #hatartalan,
#layout.page-template-landing-2025-hr #hatartalan,
#layout.page-template-landing-2025-ro #hatartalan {
  padding: 60px 15px;
  background: #27282a;
}
#layout.page-template-landing-2022 #hatartalan h3,
#layout.page-template-landing-2025-en #hatartalan h3,
#layout.page-template-landing-2025-de #hatartalan h3,
#layout.page-template-landing-2025-hr #hatartalan h3,
#layout.page-template-landing-2025-ro #hatartalan h3 {
  margin: 0 auto 30px;
  font-size: 46px;
  color: #fff;
}
#layout.page-template-landing-2022 #hatartalan p,
#layout.page-template-landing-2025-en #hatartalan p,
#layout.page-template-landing-2025-de #hatartalan p,
#layout.page-template-landing-2025-hr #hatartalan p,
#layout.page-template-landing-2025-ro #hatartalan p {
  max-width: 100%;
  width: 840px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
}
#layout.page-template-landing-2022 #video,
#layout.page-template-landing-2025-en #video,
#layout.page-template-landing-2025-de #video,
#layout.page-template-landing-2025-hr #video,
#layout.page-template-landing-2025-ro #video {
  padding: 0 15px;
}
#layout.page-template-landing-2022 #video #video-wrapper,
#layout.page-template-landing-2025-en #video #video-wrapper,
#layout.page-template-landing-2025-de #video #video-wrapper,
#layout.page-template-landing-2025-hr #video #video-wrapper,
#layout.page-template-landing-2025-ro #video #video-wrapper {
  position: relative;
  height: 100%;
}
#layout.page-template-landing-2022 #video #video-wrapper .image,
#layout.page-template-landing-2025-en #video #video-wrapper .image,
#layout.page-template-landing-2025-de #video #video-wrapper .image,
#layout.page-template-landing-2025-hr #video #video-wrapper .image,
#layout.page-template-landing-2025-ro #video #video-wrapper .image {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/application/themes/jankoablak2025/images/backgrounds/bg-janko-video.jpg") no-repeat center;
  background-size: cover;
}
#layout.page-template-landing-2022 #video #video-wrapper iframe,
#layout.page-template-landing-2025-en #video #video-wrapper iframe,
#layout.page-template-landing-2025-de #video #video-wrapper iframe,
#layout.page-template-landing-2025-hr #video #video-wrapper iframe,
#layout.page-template-landing-2025-ro #video #video-wrapper iframe {
  max-height: 80vh;
}
#layout.page-template-landing-2022 #team,
#layout.page-template-landing-2025-en #team,
#layout.page-template-landing-2025-de #team,
#layout.page-template-landing-2025-hr #team,
#layout.page-template-landing-2025-ro #team {
  padding: 0 15px;
}
#layout.page-template-landing-2022 #team .team-description-wrapper,
#layout.page-template-landing-2025-en #team .team-description-wrapper,
#layout.page-template-landing-2025-de #team .team-description-wrapper,
#layout.page-template-landing-2025-hr #team .team-description-wrapper,
#layout.page-template-landing-2025-ro #team .team-description-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 15px 0 30px;
}
#layout.page-template-landing-2022 #team .team-description-wrapper .team-item,
#layout.page-template-landing-2025-en #team .team-description-wrapper .team-item,
#layout.page-template-landing-2025-de #team .team-description-wrapper .team-item,
#layout.page-template-landing-2025-hr #team .team-description-wrapper .team-item,
#layout.page-template-landing-2025-ro #team .team-description-wrapper .team-item {
  display: flex;
  align-items: center;
  width: 50%;
  min-height: 30px;
  margin: 15px 0;
  padding: 0 15px 0;
}
#layout.page-template-landing-2022 #team .team-description-wrapper .team-item span,
#layout.page-template-landing-2025-en #team .team-description-wrapper .team-item span,
#layout.page-template-landing-2025-de #team .team-description-wrapper .team-item span,
#layout.page-template-landing-2025-hr #team .team-description-wrapper .team-item span,
#layout.page-template-landing-2025-ro #team .team-description-wrapper .team-item span {
  display: inline-block;
  max-width: 100%;
  padding-left: 50px;
  background: url("/application/themes/jankoablak2025/images/icons/icon-team-arrow-light.png") no-repeat left center;
  background-size: 30px;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
}
#layout.page-template-landing-2022 #exkluziv,
#layout.page-template-landing-2025-en #exkluziv,
#layout.page-template-landing-2025-de #exkluziv,
#layout.page-template-landing-2025-hr #exkluziv,
#layout.page-template-landing-2025-ro #exkluziv {
  padding: 0 15px;
}
#layout.page-template-landing-2022 #exkluziv .title,
#layout.page-template-landing-2025-en #exkluziv .title,
#layout.page-template-landing-2025-de #exkluziv .title,
#layout.page-template-landing-2025-hr #exkluziv .title,
#layout.page-template-landing-2025-ro #exkluziv .title {
  position: relative;
  margin: 30px auto 0;
  font-size: 54px;
  color: #fff;
  line-height: 1.2;
}
#layout.page-template-landing-2022 #iamanarchitect,
#layout.page-template-landing-2025-en #iamanarchitect,
#layout.page-template-landing-2025-de #iamanarchitect,
#layout.page-template-landing-2025-hr #iamanarchitect,
#layout.page-template-landing-2025-ro #iamanarchitect {
  position: relative;
  padding: 60px 0;
  background: url("/application/themes/jankoablak2025/images/backgrounds/bg-iamanarchitect.jpg") no-repeat center;
  background-size: cover;
}
#layout.page-template-landing-2022 #iamanarchitect:before,
#layout.page-template-landing-2025-en #iamanarchitect:before,
#layout.page-template-landing-2025-de #iamanarchitect:before,
#layout.page-template-landing-2025-hr #iamanarchitect:before,
#layout.page-template-landing-2025-ro #iamanarchitect:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(39, 40, 42, 0.61);
}
#layout.page-template-landing-2022 #iamanarchitect .container,
#layout.page-template-landing-2025-en #iamanarchitect .container,
#layout.page-template-landing-2025-de #iamanarchitect .container,
#layout.page-template-landing-2025-hr #iamanarchitect .container,
#layout.page-template-landing-2025-ro #iamanarchitect .container {
  justify-content: space-around;
}
#layout.page-template-landing-2022 #iamanarchitect .title-wrapper,
#layout.page-template-landing-2025-en #iamanarchitect .title-wrapper,
#layout.page-template-landing-2025-de #iamanarchitect .title-wrapper,
#layout.page-template-landing-2025-hr #iamanarchitect .title-wrapper,
#layout.page-template-landing-2025-ro #iamanarchitect .title-wrapper {
  position: relative;
  width: 370px;
  max-width: 100%;
}
#layout.page-template-landing-2022 #iamanarchitect .title-wrapper span,
#layout.page-template-landing-2025-en #iamanarchitect .title-wrapper span,
#layout.page-template-landing-2025-de #iamanarchitect .title-wrapper span,
#layout.page-template-landing-2025-hr #iamanarchitect .title-wrapper span,
#layout.page-template-landing-2025-ro #iamanarchitect .title-wrapper span {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
#layout.page-template-landing-2022 #iamanarchitect .description-wrapper,
#layout.page-template-landing-2025-en #iamanarchitect .description-wrapper,
#layout.page-template-landing-2025-de #iamanarchitect .description-wrapper,
#layout.page-template-landing-2025-hr #iamanarchitect .description-wrapper,
#layout.page-template-landing-2025-ro #iamanarchitect .description-wrapper {
  position: relative;
  width: 560px;
  max-width: 100%;
}
#layout.page-template-landing-2022 #iamanarchitect .description-wrapper p,
#layout.page-template-landing-2025-en #iamanarchitect .description-wrapper p,
#layout.page-template-landing-2025-de #iamanarchitect .description-wrapper p,
#layout.page-template-landing-2025-hr #iamanarchitect .description-wrapper p,
#layout.page-template-landing-2025-ro #iamanarchitect .description-wrapper p {
  font-size: 20px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
#layout.page-template-landing-2022 #iamanarchitect .description-wrapper .buttons,
#layout.page-template-landing-2025-en #iamanarchitect .description-wrapper .buttons,
#layout.page-template-landing-2025-de #iamanarchitect .description-wrapper .buttons,
#layout.page-template-landing-2025-hr #iamanarchitect .description-wrapper .buttons,
#layout.page-template-landing-2025-ro #iamanarchitect .description-wrapper .buttons {
  margin: 30px 0;
  justify-content: left;
}
#layout.page-template-landing-2022 #iamanarchitect .description-wrapper .buttons .button,
#layout.page-template-landing-2025-en #iamanarchitect .description-wrapper .buttons .button,
#layout.page-template-landing-2025-de #iamanarchitect .description-wrapper .buttons .button,
#layout.page-template-landing-2025-hr #iamanarchitect .description-wrapper .buttons .button,
#layout.page-template-landing-2025-ro #iamanarchitect .description-wrapper .buttons .button {
  padding: 5px 40px 5px 10px;
  width: auto;
  height: auto;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Museo Sans 300';
  text-transform: none;
  font-size: 20px;
  border-radius: 0;
}
#layout.page-template-landing-2022 #iamanarchitect .description-wrapper .buttons .button:nth-of-type(2),
#layout.page-template-landing-2025-en #iamanarchitect .description-wrapper .buttons .button:nth-of-type(2),
#layout.page-template-landing-2025-de #iamanarchitect .description-wrapper .buttons .button:nth-of-type(2),
#layout.page-template-landing-2025-hr #iamanarchitect .description-wrapper .buttons .button:nth-of-type(2),
#layout.page-template-landing-2025-ro #iamanarchitect .description-wrapper .buttons .button:nth-of-type(2) {
  margin-left: 45px;
}
#layout.page-template-landing-2022 #iamanarchitect .description-wrapper .small,
#layout.page-template-landing-2025-en #iamanarchitect .description-wrapper .small,
#layout.page-template-landing-2025-de #iamanarchitect .description-wrapper .small,
#layout.page-template-landing-2025-hr #iamanarchitect .description-wrapper .small,
#layout.page-template-landing-2025-ro #iamanarchitect .description-wrapper .small {
  font-size: 15px;
}
#layout.page-template-landing-2022 #onok-szolgalataban,
#layout.page-template-landing-2025-en #onok-szolgalataban,
#layout.page-template-landing-2025-de #onok-szolgalataban,
#layout.page-template-landing-2025-hr #onok-szolgalataban,
#layout.page-template-landing-2025-ro #onok-szolgalataban {
  padding: 150px 0;
}
#layout.page-template-landing-2022 #onok-szolgalataban .title,
#layout.page-template-landing-2025-en #onok-szolgalataban .title,
#layout.page-template-landing-2025-de #onok-szolgalataban .title,
#layout.page-template-landing-2025-hr #onok-szolgalataban .title,
#layout.page-template-landing-2025-ro #onok-szolgalataban .title {
  text-align: right;
}
#layout.page-template-landing-2022 #onok-szolgalataban .title h2,
#layout.page-template-landing-2025-en #onok-szolgalataban .title h2,
#layout.page-template-landing-2025-de #onok-szolgalataban .title h2,
#layout.page-template-landing-2025-hr #onok-szolgalataban .title h2,
#layout.page-template-landing-2025-ro #onok-szolgalataban .title h2 {
  font-size: 54px;
  margin: 0 0 60px;
}
#layout.page-template-landing-2022 #onok-szolgalataban .content-wrapper,
#layout.page-template-landing-2025-en #onok-szolgalataban .content-wrapper,
#layout.page-template-landing-2025-de #onok-szolgalataban .content-wrapper,
#layout.page-template-landing-2025-hr #onok-szolgalataban .content-wrapper,
#layout.page-template-landing-2025-ro #onok-szolgalataban .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#layout.page-template-landing-2022 #onok-szolgalataban .content-wrapper .description-wrapper,
#layout.page-template-landing-2025-en #onok-szolgalataban .content-wrapper .description-wrapper,
#layout.page-template-landing-2025-de #onok-szolgalataban .content-wrapper .description-wrapper,
#layout.page-template-landing-2025-hr #onok-szolgalataban .content-wrapper .description-wrapper,
#layout.page-template-landing-2025-ro #onok-szolgalataban .content-wrapper .description-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#layout.page-template-landing-2022 #onok-szolgalataban .content-wrapper .description-wrapper .background-title,
#layout.page-template-landing-2025-en #onok-szolgalataban .content-wrapper .description-wrapper .background-title,
#layout.page-template-landing-2025-de #onok-szolgalataban .content-wrapper .description-wrapper .background-title,
#layout.page-template-landing-2025-hr #onok-szolgalataban .content-wrapper .description-wrapper .background-title,
#layout.page-template-landing-2025-ro #onok-szolgalataban .content-wrapper .description-wrapper .background-title {
  position: relative;
  width: auto;
  margin: auto -40px -340px 0;
  text-align: right;
  z-index: -1;
  line-height: 1;
}
#layout.page-template-landing-2022 #onok-szolgalataban .content-wrapper .description-wrapper p,
#layout.page-template-landing-2025-en #onok-szolgalataban .content-wrapper .description-wrapper p,
#layout.page-template-landing-2025-de #onok-szolgalataban .content-wrapper .description-wrapper p,
#layout.page-template-landing-2025-hr #onok-szolgalataban .content-wrapper .description-wrapper p,
#layout.page-template-landing-2025-ro #onok-szolgalataban .content-wrapper .description-wrapper p {
  max-width: 80%;
  margin: auto auto 0;
}
#layout.page-template-landing-2022 #onok-szolgalataban .background-title span,
#layout.page-template-landing-2025-en #onok-szolgalataban .background-title span,
#layout.page-template-landing-2025-de #onok-szolgalataban .background-title span,
#layout.page-template-landing-2025-hr #onok-szolgalataban .background-title span,
#layout.page-template-landing-2025-ro #onok-szolgalataban .background-title span {
  filter: drop-shadow(0px 0px 1px #666666);
}
#layout.page-template-landing-2022 #catalogues,
#layout.page-template-landing-2025-en #catalogues,
#layout.page-template-landing-2025-de #catalogues,
#layout.page-template-landing-2025-hr #catalogues,
#layout.page-template-landing-2025-ro #catalogues {
  display: block;
  padding: 60px 0 0;
  background: transparent;
}
#layout.page-template-landing-2022 #catalogues .catalogues-wrapper,
#layout.page-template-landing-2025-en #catalogues .catalogues-wrapper,
#layout.page-template-landing-2025-de #catalogues .catalogues-wrapper,
#layout.page-template-landing-2025-hr #catalogues .catalogues-wrapper,
#layout.page-template-landing-2025-ro #catalogues .catalogues-wrapper {
  padding: 0;
  margin: 0 0 60px;
}
#layout.page-template-landing-2022 #catalogues .catalogues-wrapper .title-box,
#layout.page-template-landing-2025-en #catalogues .catalogues-wrapper .title-box,
#layout.page-template-landing-2025-de #catalogues .catalogues-wrapper .title-box,
#layout.page-template-landing-2025-hr #catalogues .catalogues-wrapper .title-box,
#layout.page-template-landing-2025-ro #catalogues .catalogues-wrapper .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6 - 30px);
}
#layout.page-template-landing-2022 #catalogues .catalogues-wrapper .title-box span,
#layout.page-template-landing-2025-en #catalogues .catalogues-wrapper .title-box span,
#layout.page-template-landing-2025-de #catalogues .catalogues-wrapper .title-box span,
#layout.page-template-landing-2025-hr #catalogues .catalogues-wrapper .title-box span,
#layout.page-template-landing-2025-ro #catalogues .catalogues-wrapper .title-box span {
  font-size: 39px;
  color: #27282a;
  line-height: 1.2;
}
#layout.page-template-landing-2022 #catalogues .catalogues-wrapper .catalogue,
#layout.page-template-landing-2025-en #catalogues .catalogues-wrapper .catalogue,
#layout.page-template-landing-2025-de #catalogues .catalogues-wrapper .catalogue,
#layout.page-template-landing-2025-hr #catalogues .catalogues-wrapper .catalogue,
#layout.page-template-landing-2025-ro #catalogues .catalogues-wrapper .catalogue {
  width: calc(100% / 6 - 30px);
  margin: 5px 15px;
  padding: 40px 50px 40px;
  padding-bottom: 18.6%;
}
#layout.page-template-landing-2022 #catalogues .catalogues-wrapper .catalogue .image-wrapper .image,
#layout.page-template-landing-2025-en #catalogues .catalogues-wrapper .catalogue .image-wrapper .image,
#layout.page-template-landing-2025-de #catalogues .catalogues-wrapper .catalogue .image-wrapper .image,
#layout.page-template-landing-2025-hr #catalogues .catalogues-wrapper .catalogue .image-wrapper .image,
#layout.page-template-landing-2025-ro #catalogues .catalogues-wrapper .catalogue .image-wrapper .image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#layout.page-template-landing-2022 .button,
#layout.page-template-landing-2025-en .button,
#layout.page-template-landing-2025-de .button,
#layout.page-template-landing-2025-hr .button,
#layout.page-template-landing-2025-ro .button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  margin-right: auto;
  font-family: 'Museo Sans 300';
  font-size: 25px;
}
#layout.page-template-landing-2022 .button.has-arrow,
#layout.page-template-landing-2025-en .button.has-arrow,
#layout.page-template-landing-2025-de .button.has-arrow,
#layout.page-template-landing-2025-hr .button.has-arrow,
#layout.page-template-landing-2025-ro .button.has-arrow {
  padding-right: 40px;
  background: url("/application/themes/jankoablak2025/images/icons/icon-button-arrow.png") no-repeat right 5px center;
}
#layout.page-template-landing-2022 .button.has-arrow:hover,
#layout.page-template-landing-2025-en .button.has-arrow:hover,
#layout.page-template-landing-2025-de .button.has-arrow:hover,
#layout.page-template-landing-2025-hr .button.has-arrow:hover,
#layout.page-template-landing-2025-ro .button.has-arrow:hover {
  background: url("/application/themes/jankoablak2025/images/icons/icon-button-arrow.png") no-repeat right 2px center;
}
#video-wrapper {
  display: flex;
  width: 100%;
}
#video-wrapper .video-item {
  width: 100%;
}
#video-wrapper .video-item .image-wrapper {
  width: 100%;
}
#video-wrapper .video-item .image-wrapper .reference-image {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 37vw;
  cursor: pointer;
  overflow: hidden;
}
#video-wrapper .video-item .image-wrapper .reference-image img {
  width: 100%;
  transition: all 500ms ease-in-out;
}
#video-wrapper .video-item .image-wrapper .reference-image img:hover {
  transform: scale(1.1);
}
#video-wrapper .iframe-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
#video-wrapper .iframe-wrapper.opened {
  display: flex;
}
#video-wrapper .iframe-wrapper .overlay {
  position: relative;
  width: calc(85%);
}
#video-wrapper .iframe-wrapper .overlay iframe {
  width: 100%;
  height: 47vw;
  box-shadow: 0 0 19px 4px rgba(0, 0, 0, 0.6);
}
#video-wrapper .iframe-wrapper .overlay .reference-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translate(50%, -50%);
}
#layout.page-template-landing-2025-en,
#layout.page-template-landing-2025-de,
#layout.page-template-landing-2025-hr,
#layout.page-template-landing-2025-ro {
  color: #27282a;
}
#layout.page-template-landing-2025-en hr,
#layout.page-template-landing-2025-de hr,
#layout.page-template-landing-2025-hr hr,
#layout.page-template-landing-2025-ro hr {
  margin-bottom: 15px;
  width: 170px;
  max-width: 100%;
  border-top: 1px solid #222;
}
#layout.page-template-landing-2025-en #intro,
#layout.page-template-landing-2025-de #intro,
#layout.page-template-landing-2025-hr #intro,
#layout.page-template-landing-2025-ro #intro {
  display: flex;
  flex-direction: column;
}
#layout.page-template-landing-2025-en #intro .intro-item,
#layout.page-template-landing-2025-de #intro .intro-item,
#layout.page-template-landing-2025-hr #intro .intro-item,
#layout.page-template-landing-2025-ro #intro .intro-item {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
}
#layout.page-template-landing-2025-en #intro .intro-item .description-wrapper,
#layout.page-template-landing-2025-de #intro .intro-item .description-wrapper,
#layout.page-template-landing-2025-hr #intro .intro-item .description-wrapper,
#layout.page-template-landing-2025-ro #intro .intro-item .description-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 8vw;
}
#layout.page-template-landing-2025-en #intro .intro-item .description-wrapper h2,
#layout.page-template-landing-2025-de #intro .intro-item .description-wrapper h2,
#layout.page-template-landing-2025-hr #intro .intro-item .description-wrapper h2,
#layout.page-template-landing-2025-ro #intro .intro-item .description-wrapper h2 {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 52px;
}
#layout.page-template-landing-2025-en #intro .intro-item .description-wrapper p,
#layout.page-template-landing-2025-de #intro .intro-item .description-wrapper p,
#layout.page-template-landing-2025-hr #intro .intro-item .description-wrapper p,
#layout.page-template-landing-2025-ro #intro .intro-item .description-wrapper p {
  font-size: 16px;
}
#layout.page-template-landing-2025-en #intro .intro-item:nth-of-type(even) .image-wrapper,
#layout.page-template-landing-2025-de #intro .intro-item:nth-of-type(even) .image-wrapper,
#layout.page-template-landing-2025-hr #intro .intro-item:nth-of-type(even) .image-wrapper,
#layout.page-template-landing-2025-ro #intro .intro-item:nth-of-type(even) .image-wrapper {
  order: -1;
}
#layout.page-template-landing-2025-en #highlight img,
#layout.page-template-landing-2025-de #highlight img,
#layout.page-template-landing-2025-hr #highlight img,
#layout.page-template-landing-2025-ro #highlight img {
  width: 100%;
}
#layout.page-template-landing-2025-en #products,
#layout.page-template-landing-2025-de #products,
#layout.page-template-landing-2025-hr #products,
#layout.page-template-landing-2025-ro #products {
  margin: 90px 0;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper,
#layout.page-template-landing-2025-de #products .products-item-wrapper,
#layout.page-template-landing-2025-hr #products .products-item-wrapper,
#layout.page-template-landing-2025-ro #products .products-item-wrapper {
  display: flex;
  flex-direction: column;
  margin: 90px 0;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-main-block,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-main-block,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-main-block,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-main-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-main-block .description-wrapper,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-main-block .description-wrapper,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-main-block .description-wrapper,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-main-block .description-wrapper {
  flex: 1;
  padding: 40px;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-main-block .description-wrapper h2,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-main-block .description-wrapper h2,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-main-block .description-wrapper h2,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-main-block .description-wrapper h2 {
  margin-bottom: 15px;
  font-size: 36px;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-main-block .description-wrapper h3,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-main-block .description-wrapper h3,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-main-block .description-wrapper h3,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-main-block .description-wrapper h3 {
  margin-top: 0;
  font-size: 26px;
  text-transform: uppercase;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block {
  display: flex;
  width: 100%;
  margin: 90px auto 90px;
  padding: 100px 30px;
  background: #f4f4f4;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block .container,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block .container,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block .container,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block .container {
  display: flex;
  padding: 0;
  width: 1360px;
  max-width: 100%;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block .image-wrapper img,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block .image-wrapper img,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block .image-wrapper img,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block .image-wrapper img {
  mix-blend-mode: darken;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block .description-wrapper,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block .description-wrapper,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block .description-wrapper,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block .description-wrapper {
  flex: 1;
  align-self: center;
  padding-left: 6vw;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper {
  width: 100%;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper h3,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper h3,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper h3,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block .description-wrapper .title-wrapper h3 {
  font-size: 36px;
  text-transform: uppercase;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper {
  display: flex;
  gap: 4vw;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper .column,
#layout.page-template-landing-2025-de #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper .column,
#layout.page-template-landing-2025-hr #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper .column,
#layout.page-template-landing-2025-ro #products .products-item-wrapper .product-segment-block .description-wrapper .columns-wrapper .column {
  flex: 1;
}
#layout.page-template-landing-2025-en #products .products-item-wrapper:nth-of-type(even) .product-main-block .image-wrapper,
#layout.page-template-landing-2025-de #products .products-item-wrapper:nth-of-type(even) .product-main-block .image-wrapper,
#layout.page-template-landing-2025-hr #products .products-item-wrapper:nth-of-type(even) .product-main-block .image-wrapper,
#layout.page-template-landing-2025-ro #products .products-item-wrapper:nth-of-type(even) .product-main-block .image-wrapper {
  order: 2;
}
#layout.page-template-landing-2025-en #premium,
#layout.page-template-landing-2025-de #premium,
#layout.page-template-landing-2025-hr #premium,
#layout.page-template-landing-2025-ro #premium {
  padding: 90px 0;
  background: #27282a;
  text-align: center;
}
#layout.page-template-landing-2025-en #premium h2,
#layout.page-template-landing-2025-de #premium h2,
#layout.page-template-landing-2025-hr #premium h2,
#layout.page-template-landing-2025-ro #premium h2 {
  font-size: 72px;
  color: #fff;
}
#layout.page-template-landing-2025-en #premium .premium-image,
#layout.page-template-landing-2025-de #premium .premium-image,
#layout.page-template-landing-2025-hr #premium .premium-image,
#layout.page-template-landing-2025-ro #premium .premium-image {
  margin-top: 90px;
}
#layout.page-template-landing-2025-en #legyunk-partnerek,
#layout.page-template-landing-2025-de #legyunk-partnerek,
#layout.page-template-landing-2025-hr #legyunk-partnerek,
#layout.page-template-landing-2025-ro #legyunk-partnerek {
  padding: 60px 0;
  background: #232323;
}
#layout.page-template-landing-2025-en #legyunk-partnerek *,
#layout.page-template-landing-2025-de #legyunk-partnerek *,
#layout.page-template-landing-2025-hr #legyunk-partnerek *,
#layout.page-template-landing-2025-ro #legyunk-partnerek * {
  color: #fff;
}
#layout.page-template-landing-2025-en #legyunk-partnerek h2,
#layout.page-template-landing-2025-de #legyunk-partnerek h2,
#layout.page-template-landing-2025-hr #legyunk-partnerek h2,
#layout.page-template-landing-2025-ro #legyunk-partnerek h2 {
  font-size: 52px;
}
#layout.page-template-landing-2025-en #legyunk-partnerek p,
#layout.page-template-landing-2025-de #legyunk-partnerek p,
#layout.page-template-landing-2025-hr #legyunk-partnerek p,
#layout.page-template-landing-2025-ro #legyunk-partnerek p {
  font-size: 22px;
}
#layout.page-template-landing-2025-en #legyunk-partnerek p.large-text,
#layout.page-template-landing-2025-de #legyunk-partnerek p.large-text,
#layout.page-template-landing-2025-hr #legyunk-partnerek p.large-text,
#layout.page-template-landing-2025-ro #legyunk-partnerek p.large-text {
  margin: 30px 0;
  font-size: 28px;
}
#layout.page-template-landing-2025-en #legyunk-partnerek .contact-details .name,
#layout.page-template-landing-2025-de #legyunk-partnerek .contact-details .name,
#layout.page-template-landing-2025-hr #legyunk-partnerek .contact-details .name,
#layout.page-template-landing-2025-ro #legyunk-partnerek .contact-details .name {
  margin-bottom: 20px;
}
#layout.page-template-landing-2025-en #legyunk-partnerek .contact-details .contact-item,
#layout.page-template-landing-2025-de #legyunk-partnerek .contact-details .contact-item,
#layout.page-template-landing-2025-hr #legyunk-partnerek .contact-details .contact-item,
#layout.page-template-landing-2025-ro #legyunk-partnerek .contact-details .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
}
#layout.page-template-landing-2025-en #legyunk-partnerek .contact-details .contact-item a,
#layout.page-template-landing-2025-de #legyunk-partnerek .contact-details .contact-item a,
#layout.page-template-landing-2025-hr #legyunk-partnerek .contact-details .contact-item a,
#layout.page-template-landing-2025-ro #legyunk-partnerek .contact-details .contact-item a {
  margin-top: 5px;
  margin-left: 10px;
  line-height: 1;
}
#layout .anchor-link {
  transform: translateY(-74px);
}
