@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Oswald:wght@400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

p,
span,
a,
li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body {
  position: relative;
  background-color: transparent;
}
body.disabled {
  overflow: hidden;
}

.slideUp {
  transform: translateY(-150px);
}

.grid-title--wrapper {
  margin-bottom: 10%;
}
.grid-title--wrapper .grid-title {
  margin-bottom: 5%;
}
.grid-title--wrapper .grid-title h2 {
  font-size: 2em;
  line-height: 1;
}
.grid-title--wrapper .grid-desc {
  opacity: 0.8;
}
.grid-title--wrapper .grid-desc .contact-link {
  text-decoration: none;
  color: #2c2c2b;
  color: #9e0012;
}
@media (min-width: 900px) {
  .grid-title--wrapper .grid-title {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .grid-title--wrapper .grid-title {
    max-width: 37ch;
    word-break: normal;
  }
  .grid-title--wrapper .grid-title h2 {
    font-size: 4rem;
    line-height: 1;
  }
}

.swiper-wrapper {
  cursor: grab;
}

.swiper-wrapper .grid-cell img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-cell img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-cell--tech img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.title,
.title-alter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  height: 8vh;
  color: white;
  background-color: rgba(44, 44, 43, 0.6);
}
.title p,
.title-alter p {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}

.title {
  top: 15vh;
  transform: translateY(-50px);
  transition: scale 0.3s ease-in, box-shadow 0.3s ease-out;
}

.faded-text {
  opacity: 0.75;
}

.eventsActive {
  pointer-events: all !important;
}

.divider-img {
  display: none;
}
@media (min-width: 737px) {
  .divider-img {
    display: block;
    width: 100%;
    background-color: transparent;
    margin-top: -7.4em;
  }
}

.parralax-bg picture img {
  width: 100%;
  height: 100%;
}
@media (min-width: 737px) {
  .parralax-bg {
    width: 100%;
    height: 80vh;
    -o-object-fit: contain;
       object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: url("../../img/hatterek/carbon_composites_bg_2.png");
  }
  .parralax-bg picture {
    display: none;
  }
}

/* // Parralax bg
.parralax-bg {
  width: 100%;
  height: 80vh;
  object-fit: contain;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/hatterek/carbon_composites_bg_2-mobile.png");
  @include media(tablet-portrait-up) {
    background-attachment: fixed;
    background-image: url("../../img/hatterek/carbon_composites_bg_2.png");
  }
} */
.drone {
  margin-bottom: -4%;
}
.drone .drone-mobile img {
  width: 100%;
  height: auto;
}
@media (min-width: 737px) {
  .drone .drone-mobile {
    display: none;
  }
}
@media (min-width: 737px) {
  .drone {
    width: 100%;
    height: 0;
    -o-object-fit: cover;
       object-fit: cover;
    background-repeat: no-repeat;
    background-image: url("../../img/hatterek/Carbon-composites-site.jpg");
    background-attachment: fixed;
    height: 95vh;
    background-position: top center;
  }
}

.swiper-pagination {
  position: relative !important;
  margin: 5% auto 0 auto;
  height: 50px;
}
@media (min-width: 1200px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2c2c2b;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

header {
  width: 100%;
  position: relative;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 100vh;
}
@media (min-width: 737px) {
  header {
    background-attachment: fixed;
  }
}
header .headline {
  position: absolute;
  padding: 1em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  width: 80%;
}
@media (min-width: 737px) {
  header .headline {
    width: 60%;
  }
}
@media (min-width: 900px) {
  header .headline {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  header .headline {
    padding: 3em;
  }
  header .headline h1 {
    font-size: 2em;
  }
  header .headline h1.subPage-headline {
    font-size: 3em !important;
  }
}
header .headline h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1em;
}
header .headline h1.subPage-headline {
  font-size: 2em;
  font-family: "Oswald", sans-serif;
}
header .headline .location {
  margin-bottom: 1.5em;
}

.homepage-header {
  position: relative;
  background-image: url("../img/hatterek/carbon-composites-header-mobile.jpg");
}
@media (min-width: 1200px) {
  .homepage-header {
    background-image: url("../img/hatterek/carbon-composites-header.jpg");
  }
}

.referenciak-header {
  background-image: url("../img/hatterek/Carbon-composites-referenciak-header-mobile.jpg");
}
@media (min-width: 1200px) {
  .referenciak-header {
    background-image: url("../img/hatterek/Carbon-composites-referenciak-header.jpg");
  }
}

.technologiak-header {
  background-image: url("../img/hatterek/hatterteszt2.jpg");
  background-size: cover;
}

.elerhetosegek-header {
  height: 100vh;
}

.news-header {
  height: 250px;
  background-color: #9e0012;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-header h1 {
  color: #ffffff;
}

.fader {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(44, 44, 43, 0), rgba(44, 44, 43, 0.25));
}

.header-swiper {
  overflow: hidden;
}

.header-swiper-slide-1 {
  position: relative;
  background-image: url("../img/hatterek/welcome.jpg");
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1200px) {
  .header-swiper-slide-1 {
    background-image: url("../img/hatterek/welcome.jpg");
  }
}

.header-swiper-slide-2 {
  position: relative;
  background-image: url("../img/hatterek/TMH-DJJ Project for Egyptian National Railways2.jpg");
  background-size: cover;
}
@media (min-width: 1200px) {
  .header-swiper-slide-2 {
    background-image: url("../img/hatterek/TMH-DJJ Project for Egyptian National Railways.jpg");
  }
}

.header-swiper-slide-3 {
  position: relative;
  background-image: url("../img/hatterek/Balaton-ferry-kicsi.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .header-swiper-slide-3 {
    background-image: url("../img/hatterek/Balaton-ferry-nagy.jpg");
  }
}

.slide-textbox {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  transform: translate(5%, -50%);
  width: 320px;
  max-height: 600px;
  color: white;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1.2rem;
}
.slide-textbox h3 {
  margin-bottom: 1.5rem;
  color: #2c2c2b;
  font-size: 1.4rem;
}
.slide-textbox p {
  color: rgba(44, 44, 43, 0.7);
  margin-bottom: 1.5rem;
}
@media (min-width: 737px) {
  .slide-textbox {
    transform: translate(15%, -50%);
    width: 550px;
  }
  .slide-textbox h3 {
    margin-bottom: 1.5rem;
    color: #2c2c2b;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .slide-textbox {
    padding: 2rem;
  }
}
.slide-textbox.active {
  display: block;
}

.header-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-pagination {
  position: absolute;
  z-index: 200;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.nav-container {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s ease-in;
  pointer-events: none;
}
.nav-container .brand-container {
  transition: transform 0.4s ease-in;
}
.nav-container .brand-container img {
  height: 50px;
  width: auto;
}
@media (min-width: 737px) {
  .nav-container {
    height: 120px;
    padding: 0 5vw;
  }
}
@media (min-width: 1200px) {
  .nav-container {
    height: 200px;
  }
}

.backgrounds {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #9e0012;
  transform: translateX(130%);
}
.backgrounds .overlay-img {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  width: 90vw;
  height: 90vh;
  transform: translate(6%, 6%);
}
.backgrounds .overlay-img img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transform-origin: center;
  transition: transform 0.4s ease-in-out !important;
}
.backgrounds .overlay-img-animate {
  opacity: 1;
}
.backgrounds .overlay-img-animate img {
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.4s ease-in-out !important;
}
@media (min-width: 900px) {
  .backgrounds {
    width: 85%;
  }
  .backgrounds .overlay-img {
    width: 75vw;
    height: 90vh;
    transform: translate(4%, 6%);
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9e0012;
  opacity: 0;
  filter: blur(100%);
  pointer-events: none;
}

.fullpage-nav {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  /*   &.menuShow {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    pointer-events: all;
  } */
}
@media (min-width: 737px) {
  .fullpage-nav {
    justify-content: center;
  }
}

.mobile-language {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 5%;
  pointer-events: all;
}
.mobile-language a {
  font-size: 16px;
  padding: 0 0.3em;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.45);
}
.mobile-language--active {
  color: white !important;
}
@media (min-width: 900px) {
  .mobile-language {
    display: none;
  }
}

.fullpage-nav--left {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(130%);
}
@media (min-width: 737px) {
  .fullpage-nav--left {
    height: 100vh;
    width: 85%;
    flex-direction: row;
    justify-content: stretch;
  }
}

.fullpage-nav--right {
  display: none;
}
@media (min-width: 900px) {
  .fullpage-nav--right {
    display: flex;
    position: relative;
    width: 20%;
    height: 100%;
    transform: translateX(130%);
    display: flex;
    gap: 2em;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff;
  }
  .fullpage-nav--right .nyelv-wrapper {
    max-width: 8vw;
    font-size: 14px;
    height: 40vh;
    text-align: center;
    justify-self: center;
    align-self: center;
    opacity: 0;
    transform: translateY(15%);
  }
  .fullpage-nav--right .nyelv-wrapper hr {
    max-width: 40px;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 1.5em;
    opacity: 0.5;
  }
  .fullpage-nav--right .nyelv-wrapper p {
    margin-bottom: 1.5em;
    letter-spacing: 1.1px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
  }
  .fullpage-nav--right .nyelv-wrapper a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: rgba(44, 44, 43, 0.45);
    padding-bottom: 0.5em;
  }
  .fullpage-nav--right .nyelv-wrapper a.active-language {
    color: #2c2c2b;
  }
  .fullpage-nav--right .nyelv-wrapper a:hover {
    color: #9e0012;
    opacity: 1;
  }
  .fullpage-nav--right .social-wrapper {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
    height: 15vh;
    margin-bottom: 10%;
    opacity: 0;
    transform: translateY(15%);
  }
  .fullpage-nav--right .social-wrapper hr {
    max-width: 40px;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 1.5em;
    opacity: 0.5;
  }
  .fullpage-nav--right .social-wrapper p {
    margin-bottom: 1.5em;
    letter-spacing: 1.1px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
  }
  .fullpage-nav--right .social-wrapper .icons-wrapper {
    display: flex;
    flex-direction: row;
  }
  .fullpage-nav--right .social-wrapper .actual-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .fullpage-nav--right .social-wrapper .actual-icon img {
    opacity: 0.5;
    width: 30px;
    height: 30px;
  }
  .fullpage-nav--right .social-wrapper .actual-icon img:hover {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .fullpage-nav--right {
    width: 15%;
  }
}

.navmenu {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.navmenu-item {
  opacity: 0;
  transform: translateY(20%);
  padding: 1vh 13vw;
  transition: padding 0.4s ease;
  list-style: none;
  pointer-events: none;
}
.navmenu-item:hover {
  padding-left: 15%;
  opacity: 1 !important;
  transition: padding 0.4s ease;
}
@media (min-width: 900px) {
  .navmenu {
    width: 50vw;
    height: 100vh;
    align-items: flex-start;
    padding-left: 10%;
  }
  .navmenu-item {
    padding: 1vh 2vh;
  }
  .navmenu-item:hover {
    padding-left: 5%;
    opacity: 1 !important;
    transition: padding 0.4s ease;
  }
}

.navmenu-link {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  color: #ffffff;
  cursor: pointer;
}
.navmenu-link--active {
  color: #9e0012;
}
@media (min-width: 737px) {
  .navmenu-link {
    font-size: 3.5em;
  }
}

.logo-container {
  position: absolute;
  top: 10%;
  left: 34%;
  max-height: 100px;
  opacity: 0;
  transform: translateY(10%);
}
.logo-container .logo {
  height: auto;
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 737px) {
  .logo-container {
    left: 5%;
  }
}

.nav-helper {
  width: 50px;
  height: 50px;
}
@media (min-width: 737px) {
  .nav-helper {
    display: none;
  }
}

footer {
  padding: 10vh 10vw;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background-color: #2c2c2b;
  background-image: url("/img/ikonok/carbon-pattern.png");
  background-repeat: repeat;
  color: white;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  /*  height: 100%;
  width: 100%;
  padding: 15vh 15vw;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
  background-color: $color-secondary;
  background-image: url("/img/ikonok/carbon-pattern.png");
  background-repeat: repeat;
  color: white;
  @include media(tablet-landscape-up) {
    grid-template-columns: repeat(2, 1fr);
    padding: 15vh 10vw;
  }

  @include media(desktop-up) {
    grid-template-columns: repeat(3, 1fr);
    padding: 15vh 10vw;
  } */
}
@media (min-width: 900px) {
  footer {
    flex-direction: row;
    padding: 10vh 5vw;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 10vh 5vw;
    max-height: 600px;
    flex-wrap: nowrap;
  }
}

.footer-icon {
  height: 50px;
  width: auto;
  margin-right: 1em;
}

.footer-title {
  text-align: center;
  font-size: 32px;
  height: 70px;
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  .footer-title {
    text-align: left;
  }
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: start;
  gap: 1em;
}

.footer-contact {
  display: flex;
  flex-direction: row;
  justify-self: start;
  color: rgba(255, 255, 255, 0.7);
}
.footer-contact p {
  justify-self: start;
  align-self: center;
}

.adress {
  display: flex;
  flex-direction: row;
  justify-self: start;
  align-content: center;
}
.adress .location-img {
  height: 100%;
  align-items: center;
}
.adress .location-text {
  align-self: center;
}

.footer-sitemap {
  display: none;
}
@media (min-width: 1200px) {
  .footer-sitemap {
    display: grid;
    grid-template-columns: minmax(140px, 1fr);
    height: 316px;
    gap: 1em;
  }
  .footer-sitemap .sitemap-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 172px;
  }
  .footer-sitemap .sitemap-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
  }
}

.iso {
  max-width: 250px;
  height: auto;
}
.iso img {
  max-width: 250px;
  height: auto;
}

.footer-tamogatas {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-tamogatas .tamogatas-link img {
  display: block;
  height: auto;
  width: 250px;
  margin: 0 auto;
}
.footer-tamogatas .tamogatas-link:first-child {
  justify-self: flex-start;
}
@media (min-width: 900px) {
  .footer-tamogatas {
    gap: 1em;
  }
  .footer-tamogatas .tamogatas-link {
    width: 100%;
  }
}

.sidenav {
  display: none;
}
@media (min-width: 1200px) {
  .sidenav {
    display: flex;
    flex-direction: column;
    list-style: none;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 15vw;
    top: 0;
    left: 0;
    z-index: 800;
    list-style: none;
    transform: translateX(-100%);
    transition: transform 0.4s ease-out;
    background-color: #2c2c2b;
  }
}
.sidenav.simple-sidenav .nav-link a {
  display: block;
  text-decoration: none;
  padding-left: 10%;
  color: rgba(255, 255, 255, 0.4);
  line-height: 50px;
  border-left: 3px solid transparent;
  transition: background-color 0.3s ease;
}
.sidenav.simple-sidenav .nav-link a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #9e0012;
}
.sidenav.simple-sidenav .nav-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.sidenav.simple-sidenav .nav-link.active a {
  border-left-color: #9e0012;
  color: #ffffff;
}

.sideNav-slideIn {
  transform: translateX(0);
  transition: transform 0.4s ease-in;
}

.sublist-wrapper a {
  display: block;
  text-decoration: none;
  padding-left: 10%;
  color: rgba(255, 255, 255, 0.4);
  line-height: 50px;
  border-left: 3px solid transparent;
  transition: background-color 0.3s ease;
}
.sublist-wrapper a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #9e0012;
}
.sublist-wrapper .sublist-title {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sublist-wrapper .sublist-title span {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.sublist-wrapper .sublist-title.activeTitle {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-left-color: #9e0012;
}
.sublist-wrapper .sublist-title.activeTitle span {
  transform: translateY(-50%) rotate(180deg);
}

.sublist {
  position: static;
  display: none;
  transition: all 0.3s ease;
}
.sublist-item {
  border-bottom: none;
}
.sublist-item a {
  line-height: 40px;
  font-size: 14px;
  padding-left: 15%;
}
.sublist-item.sublistActiveItem {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.sublist-item.sublistActiveItem a {
  border-left-color: #9e0012;
}
.sublist.sublistOpen {
  display: block;
}

/* .list-wrapper {
  width: 100%;
  height: 100%;
  list-style: none;
  li {
    border-bottom: 1px solid rgba($color-trinary, 0.1);
  }
}
.list-item {
  line-height: 50px;
   width: 100%;
  padding-left: 10%;
  transition: scale 0.3s ease-in, color 0.3s ease-in;
  a {
    display: block;
    padding: 10px 0 10px 0;
    transform-origin: center left;
    text-decoration: none;
    font-size: 15px;
    color: $color-secondary;
    transform: scale(0.9);
    opacity: 0.6;
    transition: scale 0.2s ease-in, color 0.2s ease-in;
    &:hover {
      opacity: 1;
    }
  } 
}
.active {
  transition: scale 0.3s ease-in, color 0.3s ease-in;
  background-color: rgba($color-secondary, 0.2);
  a {
    transform: scale(1.1);
    opacity: 1;
  }
}

.white {
  a {
    color: $color-trinary;
  }
} */
.hamburger-btn {
  display: flex;
  z-index: 1200;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}
.hamburger-btn--open .hamburger-btn--inner {
  transform: translateX(-50px);
  background: transparent !important;
}
.hamburger-btn--open .hamburger-btn--inner:before {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger-btn--open .hamburger-btn--inner:after {
  transform: rotate(45deg) translate(35px, -35px);
}

.hamburger-btn--inner {
  width: 25px;
  height: 2px;
  background: #2c2c2b;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.hamburger-btn--inner::before, .hamburger-btn--inner::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #2c2c2b;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.hamburger-btn--inner::before {
  transform: translateY(-10px);
}
.hamburger-btn--inner::after {
  transform: translateY(10px);
}

.menuBlack {
  background: #2c2c2b;
}
.menuBlack::before, .menuBlack::after {
  background: #2c2c2b !important;
}

.menuRed {
  background: #9e0012 !important;
}
.menuRed::before, .menuRed::after {
  background: #9e0012 !important;
}

.menuWhite {
  background: #ffffff !important;
}
.menuWhite::before, .menuWhite::after {
  background: #ffffff !important;
}

.cta,
.cta-alter {
  position: absolute;
  left: 0;
  bottom: 15%;
  margin: 0 39% 0 39%;
  width: 28%;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 900px) {
  .cta,
  .cta-alter {
    width: 30%;
    margin: 0 35% 0 35%;
  }
}

.cta {
  color: #ffffff;
  background-color: rgba(158, 0, 18, 0.6);
}
.cta:hover {
  background-color: #2c2c2b;
  transition: background-color 0.2s ease-in;
}

.cta-alter {
  color: #ffffff;
  background-color: #9e0012;
  opacity: 0;
  transform: translateY(40px);
  transition: background-color 0.2s ease-out, transform 0.2s ease-out, opacity 0.2s ease-out;
}
.cta-alter:hover {
  background-color: #ffffff;
  color: #2c2c2b;
}

.cta-new {
  display: block;
  max-width: 45%;
  font-size: 16px;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
  color: #ffffff;
  background-color: #9e0012;
}
.cta-new:hover {
  background-color: #2c2c2b;
  color: #ffffff;
  transition: background-color 0.2s ease-in;
}

.img-swiper-next,
.img-swiper-prev,
.img-swiper-next--alter,
.img-swiper-prev--alter {
  position: absolute;
  top: 0;
  height: 10%;
  width: 12%;
  background-color: #ffffff;
  z-index: 500;
  transition: transform 0.2s ease-in;
}
@media (min-width: 1200px) {
  .img-swiper-next,
  .img-swiper-prev,
  .img-swiper-next--alter,
  .img-swiper-prev--alter {
    transform: translateY(-100%);
  }
}
.img-swiper-next:hover,
.img-swiper-prev:hover,
.img-swiper-next--alter:hover,
.img-swiper-prev--alter:hover {
  background-color: #9e0012;
}
.img-swiper-next:hover span,
.img-swiper-prev:hover span,
.img-swiper-next--alter:hover span,
.img-swiper-prev--alter:hover span {
  border-color: #ffffff;
}
.img-swiper-next span,
.img-swiper-prev span,
.img-swiper-next--alter span,
.img-swiper-prev--alter span {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #2c2c2b;
}
@media (min-width: 900px) {
  .img-swiper-next span,
  .img-swiper-prev span,
  .img-swiper-next--alter span,
  .img-swiper-prev--alter span {
    width: 20px;
    height: 20px;
    border: 5px solid #2c2c2b;
  }
}

.btn-show {
  transform: translateY(0);
  transition: transform 0.2s ease-out;
}

.img-swiper-next,
.img-swiper-next--alter {
  pointer-events: all;
  left: 12%;
}
.img-swiper-next span,
.img-swiper-next--alter span {
  top: 50%;
  right: 40%;
  border-left: none;
  border-top: none;
  transform: translateY(-50%) rotate(-45deg);
}

.img-swiper-prev,
.img-swiper-prev--alter {
  pointer-events: all;
  left: 0;
}
.img-swiper-prev span,
.img-swiper-prev--alter span {
  top: 50%;
  left: 40%;
  border-left: none;
  border-top: none;
  transform: translateY(-50%) rotate(135deg);
}

.img-swiper-next--alter,
.img-swiper-prev--alter {
  background-color: #e2e2e2;
}

.section-szolg {
  background-color: #ffffff;
  height: 100%;
  padding: 20% 0 10% 0;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 2em;
  margin-bottom: 10%;
}
@media (min-width: 900px) {
  .section-title h2 {
    font-size: 2.5em;
    margin-bottom: 0;
  }
}

.icongroup-container {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 2em;
  margin: 0 auto;
}
@media (min-width: 737px) {
  .icongroup-container {
    grid-template-columns: 1fr 1fr;
    padding: 10% 5%;
  }
}
@media (min-width: 1200px) {
  .icongroup-container {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 8% 8%;
  }
}

.icongroup {
  margin-bottom: 5vh;
}
.icongroup a {
  text-decoration: none;
  color: #2c2c2b;
}

.icongroup-innerwrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  align-items: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .icongroup-innerwrapper {
    margin-right: 1em;
  }
}

.icon-img img {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5em;
}

.icon-title {
  font-size: 24px;
  margin-bottom: 0.6em;
}

.section-bemutatkozas {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #2c2c2b;
  background-image: url("/img/ikonok/carbon-pattern.png");
  background-repeat: repeat;
  color: #ffffff;
  gap: 2em;
  padding-bottom: 2em;
  padding-top: 3em;
}
@media (min-width: 1200px) {
  .section-bemutatkozas {
    padding-top: 8em;
  }
}

.section-cardwrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 0 3%;
  padding: 10% 0 2em 0;
  gap: 5%;
}
@media (min-width: 1200px) {
  .section-cardwrapper {
    padding: 10% 0;
    height: 100vh;
    grid-template-columns: 10% repeat(6, 1fr);
    gap: 0;
    margin-bottom: 5em;
  }
}

.bemutatkozas-card .card-title {
  font-size: 2em;
  margin-bottom: 1em;
}
@media (min-width: 737px) {
  .bemutatkozas-card .card-title {
    font-size: 3em;
  }
}
.bemutatkozas-card .card-text {
  display: none;
}
@media (min-width: 1200px) {
  .bemutatkozas-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    grid-column: 1/span 3;
    grid-row: 1/2;
    color: #ffffff;
    z-index: 100;
    text-align: right;
    margin-right: 5%;
  }
  .bemutatkozas-card .card-title {
    font-size: 5em;
    line-height: 1.2;
    margin-top: -8%;
    margin-bottom: 0;
  }
  .bemutatkozas-card .card-text {
    display: block;
    max-width: 50ch;
    text-align: right;
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .bemutatkozas-imgwrapper {
    grid-column: 4/span 4;
    grid-row: 1/2;
    z-index: 50;
    align-self: center;
  }
}

.bemutatkozas-img {
  height: auto;
  width: 100%;
}

.bemutatkozas-szoveg {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  width: 80vw;
  margin: 0 auto 3% auto;
}
@media (min-width: 1200px) {
  .bemutatkozas-szoveg {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.szoveg-baloszlop p {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .szoveg-baloszlop {
    align-self: flex-start;
    position: sticky;
    top: 10vh;
  }
}
.szoveg-baloszlop p {
  font-size: 24px;
  margin-bottom: 5vh;
  width: 100%;
}

.szoveg-jobboszlop {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  height: 100%;
}
.szoveg-jobboszlop .jobboszlop-bekezdes {
  margin-bottom: 2em;
  height: 100%;
}
.szoveg-jobboszlop .jobboszlop-bekezdes h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
}
.szoveg-jobboszlop .jobboszlop-bekezdes p {
  opacity: 0.75;
  margin-bottom: 2em;
  line-height: 150%;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .szoveg-jobboszlop {
    margin-left: 2%;
  }
  .szoveg-jobboszlop .jobboszlop-bekezdes {
    width: 100%;
    margin-bottom: 3em;
  }
  .szoveg-jobboszlop .jobboszlop-bekezdes h3 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
  .szoveg-jobboszlop .jobboszlop-bekezdes p {
    text-align: justify;
  }
  .szoveg-jobboszlop .jobboszlop-bekezdes:last-child p {
    margin-bottom: 0;
  }
  .szoveg-jobboszlop .jobboszlop-bekezdes:last-child {
    margin-bottom: 0;
  }
}

.bemutatkozas-partnerek {
  display: grid;
  width: 80%;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  padding: 5% 0 10% 0;
}
@media (min-width: 737px) {
  .bemutatkozas-partnerek {
    width: 90%;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
  }
}
@media (min-width: 1200px) {
  .bemutatkozas-partnerek {
    grid-template-columns: repeat(5, 1fr);
    gap: 4em;
    width: 80%;
  }
}

.partner-cardwrapper {
  width: 150px;
  align-self: center;
  justify-self: center;
  padding: 20px;
}
.partner-cardwrapper img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}
@media (min-width: 900px) {
  .partner-cardwrapper {
    width: 130px;
    padding: 5px;
  }
}

.section-projektek {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  gap: 1em;
  align-items: center;
  flex-direction: column;
  padding: 26% 0;
  overflow: hidden;
}
@media (min-width: 900px) {
  .section-projektek {
    padding: 10% 0;
  }
}

.projektek-swiper--wrapper {
  width: 95%;
  display: block;
}
@media (min-width: 737px) {
  .projektek-swiper--wrapper {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .projektek-swiper--wrapper {
    display: none;
  }
}
.projektek-swiper--wrapper .swiper-pagination {
  margin-top: 0;
}

.projektek-swiper {
  display: flex;
  flex-direction: row;
}

.projekt-slide {
  position: relative;
  overflow: hidden;
  transform: scale(0.8);
  transition: scale 0.3s ease-in, box-shadow 0.3s ease-in;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
}
.projekt-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projekt-slide .swiper-slide-active {
  transform: scale(0.9);
}
@media (min-width: 1200px) {
  .projekt-slide {
    transform: scale(0.8);
  }
  .projekt-slide .title {
    transition: 0;
    transform: translateY(-50px);
  }
}

.projektek-cards {
  display: none;
}
@media (min-width: 1200px) {
  .projektek-cards {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    padding-top: 10%;
  }
}

@media (min-width: 1200px) {
  .projektek-card {
    position: relative;
    transition: background-color 0.2s ease-out;
  }
  .projektek-card .card-cell {
    transition: transform 0.2s ease-out;
    overflow: hidden;
  }
  .projektek-card .card-cell .title-alter {
    transform: scale(1.03);
    top: 5vh;
    opacity: 0;
    transition: background-color 0.2s ease-in, opacity 0.2s ease-in, transform 0.2s ease-out;
  }
  .projektek-card .card-cell img {
    max-width: 25vw;
    height: auto;
    transform: scale(1.03);
  }
  .projektek-card .card-cell .card-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: background-color 0.2s ease-out;
    transform: scale(1.03);
  }
  .projektek-card:hover {
    transition: background-color 0.2s ease-in;
    background-color: #9e0012;
    box-shadow: 0px 10px 27px -4px rgba(0, 0, 0, 0.75);
  }
  .projektek-card:hover .card-cell {
    transform: translate(5%, -4%);
    transition: transform 0.2s ease-in;
  }
  .projektek-card:hover .card-cell .title-alter {
    opacity: 1;
    transform: translateY(5vh);
    background-color: #9e0012;
    transition: background-color 0.2s ease-in, opacity 0.2s ease-in, transform 0.2s ease-in;
  }
  .projektek-card:hover .card-overlay {
    opacity: 1;
    transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
    background-color: rgba(44, 44, 43, 0.55);
  }
  .projektek-card:hover .cta-alter {
    opacity: 1;
    transition: background-color 0.2s ease-in, transform 0.2s ease-in, opacity 0.2s ease-in;
    transform: translateY(-30px);
  }
}

.grid-layout {
  display: grid;
  margin-left: 5%;
  gap: 1em;
  position: relative;
  padding-bottom: 10%;
  padding-top: 10%;
}
@media (min-width: 900px) {
  .grid-layout {
    margin-right: 5%;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-layout .grid-title--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    margin-left: 0;
    margin-bottom: 0;
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .grid-layout {
    margin-left: 15vw;
    height: 105vh;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-layout .grid-title--wrapper {
    width: 50ch;
    gap: 4rem;
  }
}

@media (min-width: 900px) {
  .grid-right .grid-title--wrapper {
    margin-right: -15%;
  }
}
@media (min-width: 1200px) {
  .grid-right .grid-title--wrapper {
    justify-self: end;
    margin-right: -5%;
    width: 85%;
  }
}
.grid-right .img-right {
  align-self: center;
  justify-self: end;
}
@media (min-width: 737px) {
  .grid-right .img-right {
    justify-self: center;
  }
}
@media (min-width: 900px) {
  .grid-right .img-right {
    display: flex;
    grid-column: 3/span 4;
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  .grid-right .img-right {
    align-self: center;
    grid-column: 3/span 3;
  }
}

.grid-left .grid-title--wrapper {
  text-align: left;
  align-items: flex-start;
}
.grid-left .img-left {
  align-self: center;
  justify-self: start;
}
@media (min-width: 737px) {
  .grid-left .img-left {
    justify-self: center;
  }
}
@media (min-width: 1200px) {
  .grid-left .img-left {
    align-self: center;
    justify-self: center;
  }
}

.section-redbg {
  position: relative;
  background-color: #9e0012;
}
.section-redbg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  margin-top: -2px;
  z-index: 1;
}

.section-whitebg {
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-content: center;
  z-index: 2;
}
.section-whitebg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9e0012;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
  margin-top: -2px;
}

.section-fullred {
  background-color: #9e0012;
}

.splitview-wrapper {
  height: 100%;
  width: 100%;
}
.splitview-wrapper .splitview {
  position: relative;
  overflow: hidden;
}
.splitview-wrapper .splitview .top {
  z-index: 2;
  width: 50%;
}
.splitview-wrapper .splitview .bottom {
  z-index: 1;
}
.splitview-wrapper .splitview .dragger {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #9e0012;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splitview-wrapper .splitview .panel {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  overflow: hidden;
}
.splitview-wrapper .splitview .panel .content {
  position: absolute;
  height: 100%;
}
.splitview-wrapper .splitview .panel .content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 900px) {
  .splitview-wrapper .splitview .panel .content img {
    max-width: 100%;
  }
}

.amarok-wrapper {
  z-index: 2;
  height: 100%;
}
.amarok-wrapper .amarok-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
}
.amarok-wrapper .amarok-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 737px) {
  .amarok-wrapper .amarok-swiper {
    max-width: 400px;
  }
  .amarok-wrapper .amarok-title--wrapper {
    margin-bottom: 5%;
  }
}
@media (min-width: 900px) {
  .amarok-wrapper .amarok-title--wrapper {
    grid-column: 1/span 2;
  }
  .amarok-wrapper .amarok-swiper {
    max-width: 400px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .amarok-wrapper .amarok-swiper {
    max-width: 500px;
  }
}

.sprinter-wrapper {
  z-index: 2;
  padding: 0;
}
.sprinter-wrapper .sprinter-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
}
@media (min-width: 737px) {
  .sprinter-wrapper .sprinter-swiper {
    max-width: 400px;
  }
}
@media (min-width: 900px) {
  .sprinter-wrapper .sprinter-swiper {
    width: 50vw;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .sprinter-wrapper .sprinter-swiper {
    width: 30vw;
    max-width: 500px;
  }
}
.sprinter-wrapper .sprinter-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

@media (min-width: 900px) {
  .sprinter-title--wrapper {
    grid-column: 1/3;
  }
  .sprinter-title--wrapper margin .sprinter-title h2 {
    line-height: 1.2 !important;
  }
}

.diehl-wrapper {
  z-index: 2;
  padding-top: 10vw;
  grid-template-areas: "desc" "swiper";
}
.diehl-wrapper .diehl-title--wrapper {
  color: #ffffff;
  grid-area: desc;
}
.diehl-wrapper .img-left {
  grid-area: swiper;
}
.diehl-wrapper .diehl-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 90vw;
}
.diehl-wrapper .diehl-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 737px) {
  .diehl-wrapper .diehl-swiper {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  .diehl-wrapper {
    grid-template-areas: none;
  }
  .diehl-wrapper .img-left {
    grid-column: 1/4;
  }
  .diehl-wrapper .diehl-swiper {
    width: 100%;
    height: 100%;
  }
  .diehl-wrapper .diehl-title--wrapper {
    grid-column: 4/6;
  }
}
@media (min-width: 1200px) {
  .diehl-wrapper .diehl-swiper {
    max-width: 600px;
  }
}

.radar-wrapper {
  z-index: 2;
  padding-top: 10vw;
}
.radar-wrapper .radar-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
}
.radar-wrapper .radar-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 737px) {
  .radar-wrapper .radar-swiper {
    max-width: 450px;
  }
}
@media (min-width: 900px) {
  .radar-wrapper .radar-title--wrapper {
    grid-column: 1/span 2;
  }
  .radar-wrapper .radar-swiper {
    width: 95%;
    height: 95%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .radar-wrapper .radar-title {
    max-width: 45ch;
  }
  .radar-wrapper .radar-swiper {
    max-width: 600px;
  }
}

.redbull-wrapper {
  z-index: 2;
  display: grid;
  padding: 0;
  grid-template-areas: "desc" "swiper";
}
@media (min-width: 900px) {
  .redbull-wrapper {
    grid-template-areas: none;
  }
}

.redbull-title--wrapper {
  grid-area: desc;
}
@media (min-width: 900px) {
  .redbull-title--wrapper {
    grid-column: 4/6;
    grid-row: 1;
    margin-left: 25%;
  }
}

.redbull-splitview--wrapper {
  grid-area: swiper;
}
.redbull-splitview--wrapper .splitview-dummy {
  width: 90vw;
  height: 100%;
}
.redbull-splitview--wrapper .splitview-dummy img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.redbull-splitview--wrapper .redbull-splitview {
  display: none;
  height: 80vh;
}
.redbull-splitview--wrapper .redbull-panel {
  width: 100%;
}
.redbull-splitview--wrapper .redbull-panel .redbull-content {
  width: 95vw;
}
@media (min-width: 900px) {
  .redbull-splitview--wrapper {
    grid-column: 1/4;
    grid-row: 1;
    width: 45vw;
  }
  .redbull-splitview--wrapper .splitview-dummy {
    display: none;
  }
  .redbull-splitview--wrapper .redbull-splitview {
    display: block;
    height: 100%;
  }
  .redbull-splitview--wrapper .redbull-splitview .redbull-panel .redbull-content {
    width: 45vw;
  }
}

.redbull-swiper {
  overflow: hidden;
  margin: 5vw 2vw 5vw 2vw;
}
@media (min-width: 1200px) {
  .redbull-swiper {
    width: 80vw;
    margin: 0 auto 10vw 17vw;
  }
}

.redbull-slide .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.vw-section {
  z-index: 2;
  display: grid;
  grid-template-areas: "desc" "swiper";
}
.vw-section .vw-splitview-wrapper {
  grid-area: swiper;
}
.vw-section .vw-title--wrapper {
  grid-area: desc;
}
@media (min-width: 900px) {
  .vw-section {
    grid-template-areas: none;
    grid-template-columns: repeat(8, 1fr);
    color: #ffffff;
    margin-left: 5%;
  }
  .vw-section .vw-splitview-wrapper {
    grid-column: 1/5;
    grid-row: 1;
  }
  .vw-section .vw-title--wrapper {
    grid-column: 6/span 2;
    grid-row: 1;
    margin-left: -110px;
  }
}
@media (min-width: 1200px) {
  .vw-section {
    grid-template-columns: repeat(5, 1fr);
    margin-left: 15%;
  }
  .vw-section .vw-splitview-wrapper {
    grid-column: 1/4;
    width: 45vw;
  }
  .vw-section .vw-title--wrapper {
    grid-column: 4/span 2;
    margin-left: 0;
  }
}

.vw-splitview-wrapper .vw-dummy {
  width: 90vw;
  display: block;
  height: 100%;
}
.vw-splitview-wrapper .vw-dummy img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.vw-splitview-wrapper .vw-splitview {
  display: none;
}
@media (min-width: 900px) {
  .vw-splitview-wrapper {
    width: 45vw;
    height: 60vh;
  }
  .vw-splitview-wrapper .vw-dummy {
    display: none;
  }
  .vw-splitview-wrapper .vw-splitview {
    display: block;
    height: 100%;
    width: 45vw;
  }
  .vw-splitview-wrapper .vw-splitview .vw-panel {
    width: 100%;
  }
  .vw-splitview-wrapper .vw-splitview .vw-panel .vw-content {
    width: 45vw;
  }
}

.vw-swiper {
  width: 90vw;
  overflow: hidden;
  margin: 5vw auto 0 5vw;
  z-index: 2;
}
@media (min-width: 1200px) {
  .vw-swiper {
    width: 80vw;
    margin: 0 auto 0 17vw;
  }
}
.vw-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.man-wrapper {
  z-index: 2;
  color: #ffffff;
}
.man-wrapper .man-picture {
  width: 100%;
}
.man-wrapper .man-picture img {
  display: block;
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .man-wrapper .man-picture {
    justify-self: center;
  }
  .man-wrapper .man-picture img {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .man-wrapper .man-picture img {
    width: 35vw;
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .man-wrapper {
    padding: 0;
  }
}

@media (min-width: 900px) {
  .man-title--wrapper {
    grid-column: 1/3;
    justify-self: end;
  }
  .man-title--wrapper .man-title h2 {
    line-height: 1.2 !important;
  }
  .man-title--wrapper .man-desc {
    width: 100% !important;
  }
}

.man-swiper {
  width: 90vw;
  height: 50%;
  overflow: hidden;
  margin: 5vw auto 5vw 5vw;
  padding-top: 5%;
  padding-bottom: 10%;
}
@media (min-width: 1200px) {
  .man-swiper {
    width: 80vw;
    margin: 0 auto 0 17vw;
  }
}
.man-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.condair-wrapper {
  z-index: 2;
  padding: 0;
  padding: 10% 0;
  grid-template-areas: "desc" "swiper";
}
.condair-wrapper .condair-title--wrapper {
  grid-area: desc;
  color: #ffffff;
}
.condair-wrapper .img-right {
  grid-area: swiper;
}
@media (min-width: 900px) {
  .condair-wrapper {
    grid-template-areas: none;
  }
  .condair-wrapper .img-right {
    grid-row: 1;
    grid-column: 3/span 4;
  }
  .condair-wrapper .img-right img {
    width: 50vw;
  }
  .condair-wrapper .condair-title--wrapper {
    grid-column: 1/3;
    grid-row: 1;
  }
  .condair-wrapper .condair-title--wrapper .condair-title h2 {
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .condair-wrapper .img-right img {
    width: 40vw;
  }
}

.condair-swiper {
  width: 90vw;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 10%;
}
@media (min-width: 1200px) {
  .condair-swiper {
    width: 80vw;
    padding-bottom: 10%;
    margin: 5vw auto 0 17vw;
  }
}
.condair-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.ic-wrapper {
  z-index: 2;
}
.ic-wrapper .img-right {
  width: 50vw;
  margin: 0 auto;
}
.ic-wrapper .ic-title--wrapper {
  color: #ffffff;
}
@media (min-width: 900px) {
  .ic-wrapper {
    padding: 0;
  }
  .ic-wrapper .ic-title--wrapper {
    grid-column: 1/span 2;
  }
  .ic-wrapper .img-right {
    width: 30vw;
  }
}
@media (min-width: 1200px) {
  .ic-wrapper .img-right {
    width: 30vw;
  }
}

.ic-swiper {
  width: 90vw;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 10%;
}
@media (min-width: 1200px) {
  .ic-swiper {
    width: 80vw;
    margin: 5vw auto 0 17vw;
  }
}
.ic-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.digiterm-wrapper {
  z-index: 2;
  grid-template-areas: "desc" "swiper";
}
.digiterm-wrapper .digiterm-title--wrapper {
  margin-bottom: 0;
  grid-area: desc;
}
.digiterm-wrapper .img-left {
  grid-area: swiper;
}
@media (min-width: 900px) {
  .digiterm-wrapper {
    grid-template-areas: none;
  }
  .digiterm-wrapper .digiterm-title--wrapper {
    grid-column: 4/6;
    grid-row: 1;
  }
  .digiterm-wrapper .img-left {
    grid-column: 1/4;
    grid-row: 1;
  }
}

.digiterm-swiper {
  z-index: 2;
  width: 90vw;
  overflow: hidden;
  padding-bottom: 10%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .digiterm-swiper {
    width: 80vw;
    margin: 5vw auto 0 17vw;
  }
}
.digiterm-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.hedenberg-wrapper {
  z-index: 2;
  display: grid;
  grid-template-areas: "desc" "swiper";
}
.hedenberg-wrapper .hedenberg-title--wrapper {
  color: #2c2c2b;
  grid-area: desc;
  margin-bottom: 0;
}
.hedenberg-wrapper .img-left {
  grid-area: swiper;
}
@media (min-width: 900px) {
  .hedenberg-wrapper {
    grid-template-areas: none;
    color: #ffffff;
  }
  .hedenberg-wrapper .hedenberg-title--wrapper {
    grid-column: 4/7;
    grid-row: 1;
  }
  .hedenberg-wrapper .img-left {
    grid-column: 1/4;
    grid-row: 1;
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .hedenberg-wrapper {
    padding-top: 0;
  }
}

.hedenberg-swiper {
  width: 90vw;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 10%;
}
@media (min-width: 1200px) {
  .hedenberg-swiper {
    width: 80vw;
    margin: 0 auto 0 17vw;
  }
}
.hedenberg-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.hedenberg-swiper--wrapper {
  background-color: #ffffff;
}

.pelso-section {
  z-index: 2;
  display: grid;
  grid-template-areas: "desc" "swiper";
}
.pelso-section .img-left {
  grid-area: swiper;
}
.pelso-section .pelso-title--wrapper {
  grid-area: desc;
}
@media (min-width: 900px) {
  .pelso-section {
    grid-template-areas: none;
    grid-template-columns: repeat(8, 1fr);
    margin-left: 5%;
  }
  .pelso-section .img-left {
    grid-column: 1/5;
    grid-row: 1;
  }
  .pelso-section .pelso-title--wrapper {
    grid-column: 6/span 2;
    grid-row: 1;
    margin-left: -110px;
  }
}
@media (min-width: 1200px) {
  .pelso-section {
    grid-template-columns: repeat(5, 1fr);
    margin-left: 15%;
  }
  .pelso-section .img-left {
    grid-column: 1/4;
    width: 45vw;
  }
  .pelso-section .pelso-title--wrapper {
    grid-column: 4/span 2;
    margin-left: 0;
  }
}

.img-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pelso-swiper {
  width: 90vw;
  overflow: hidden;
  margin: 5% auto;
  z-index: 2;
}
@media (min-width: 1200px) {
  .pelso-swiper {
    width: 80vw;
    margin: 0 auto 10% 17vw;
  }
}
.pelso-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}

.technologiak-oldal {
  background-color: #e2e2e2;
}

.gyartas-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .gyartas-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .gyartas-wrapper {
    grid-template-columns: 1fr;
  }
}

.egyeb-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 10vw 5%;
}
@media (min-width: 900px) {
  .egyeb-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
@media (min-width: 1200px) {
  .egyeb-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 10vw 15vw;
  }
}

.tech-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: 5%;
  gap: 1em;
  margin-top: 10%;
}
.tech-wrapper .tech-title--wrapper {
  margin-bottom: 5%;
}
.tech-wrapper .tech-title--wrapper .tech-title {
  font-size: 2em;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .tech-wrapper .tech-title--wrapper .tech-title {
    margin-bottom: 2rem;
  }
}
.tech-wrapper .tech-title--wrapper span {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  opacity: 0.5;
  color: #2c2c2b;
}
@media (min-width: 900px) {
  .tech-wrapper .tech-title--wrapper {
    margin-bottom: 0;
  }
}
.tech-wrapper .text-left ul,
.tech-wrapper .text-right ul {
  padding-left: 3%;
}
.tech-wrapper .param-list {
  list-style-type: square;
}
.tech-wrapper .param-list li::marker {
  color: #9e0012 !important;
}
.tech-wrapper .list-header {
  margin-top: 1em;
  font-weight: bold;
}
@media (min-width: 900px) {
  .tech-wrapper .text-left,
  .tech-wrapper .text-right {
    min-height: 280px;
    align-self: start;
  }
}
@media (min-width: 1200px) {
  .tech-wrapper {
    grid-template-columns: repeat(6, 1fr);
    height: 100vh;
    margin-left: 15vw;
  }
  .tech-wrapper .tech-title--wrapper .tech-title {
    font-size: 3em;
    line-height: 1;
  }
  .tech-wrapper .text-left {
    text-align: right;
    justify-self: end;
    align-self: center;
    width: 65ch;
    margin-right: 5%;
  }
  .tech-wrapper .text-right {
    text-align: left;
    justify-self: start;
    align-self: center;
    width: 60ch;
    margin-left: 5%;
  }
  .tech-wrapper .img-left,
  .tech-wrapper .img-right {
    justify-self: center;
    align-self: center;
  }
  .tech-wrapper .img-left {
    margin-left: 5%;
  }
}

.section-szerszam {
  grid-template-areas: "desc" "swiper";
}
.section-szerszam .szerszam-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 500px;
  grid-area: swiper;
}
.section-szerszam .szerszam-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
.section-szerszam .szerszam-title--wrapper {
  grid-area: desc;
}
@media (min-width: 1200px) {
  .section-szerszam {
    grid-template-areas: none;
  }
  .section-szerszam .szerszam-swiper {
    width: 40vw;
    grid-column: 1/span 3;
    grid-row: 1;
  }
  .section-szerszam .szerszam-title--wrapper {
    grid-column: 4/span 3;
    grid-row: 1;
  }
}

.section-rtm {
  grid-template-areas: "desc" "swiper";
}
.section-rtm .rtm-title--wrapper {
  grid-area: desc;
}
.section-rtm .rtm-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 500px;
  grid-area: swiper;
}
.section-rtm .rtm-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 1200px) {
  .section-rtm {
    grid-template-areas: none;
  }
  .section-rtm .rtm-swiper {
    grid-column: 1/span 3;
    grid-row: 1;
    width: 40vw;
  }
  .section-rtm .rtm-title--wrapper {
    grid-column: 4/span 3;
    grid-row: 1;
  }
  .section-rtm .swiper-slide-next {
    transform: scale(1);
    box-shadow: none;
  }
}

.section-cnc {
  grid-template-areas: "desc" "swiper";
}
.section-cnc .cnc-title--wrapper {
  grid-area: desc;
}
.section-cnc .cnc-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 500px;
  grid-area: swiper;
}
.section-cnc .cnc-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 1200px) {
  .section-cnc {
    grid-template-areas: none;
  }
  .section-cnc .cnc-swiper {
    width: 40vw;
    grid-column: 4/span 3;
    grid-row: 1;
  }
  .section-cnc .cnc-title--wrapper {
    grid-column: 1/span 3;
    grid-row: 1;
  }
}

.section-pur {
  grid-template-areas: "desc" "swiper";
}
.section-pur .pur-title--wrapper {
  grid-area: desc;
}
.section-pur .pur-swiper {
  overflow: hidden;
  position: relative;
  grid-area: swiper;
  width: 100%;
  max-height: 500px;
}
.section-pur .pur-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 1200px) {
  .section-pur {
    grid-template-areas: none;
  }
  .section-pur .pur-swiper {
    width: 40vw;
    grid-row: 1;
    grid-column: 4/span 3;
  }
  .section-pur .pur-title--wrapper {
    grid-column: 1/span 3;
    grid-row: 1;
  }
}

.section-festes {
  margin-left: 5%;
  padding-top: 4em;
}
.section-festes .fuzem-wrapper .left-align,
.section-festes .fuzem-wrapper .right-align {
  display: flex;
  padding: 1em 0;
}
.section-festes .fuzem-wrapper .left-align {
  flex-direction: column-reverse;
}
.section-festes .fuzem-wrapper .right-align {
  flex-direction: column;
}
.section-festes .festes-title--wrapper {
  margin-bottom: 1em;
}
.section-festes .festes-title--wrapper h2 {
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1;
}
.section-festes .uzem-stuff--desc {
  margin-bottom: 1em;
}
.section-festes .uzem-stuff--desc h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1;
}
@media (min-width: 900px) {
  .section-festes .festes-title--wrapper {
    width: 70%;
    text-align: center;
    margin: 0 auto 4em auto;
  }
  .section-festes .festes-title--wrapper .festes-title {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 1.5em;
  }
  .section-festes .fuzem-wrapper {
    display: grid;
    height: 100%;
    width: 100%;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-festes .fuzem-wrapper .uzem-stuff--desc {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  .section-festes {
    margin-left: 15vw;
  }
  .section-festes .fuzem-wrapper {
    grid-template-columns: 1fr;
  }
  .section-festes .fuzem-wrapper .uzem-felulet--desc {
    text-align: right;
  }
  .section-festes .fuzem-wrapper .uzem-stuff {
    width: 100%;
    height: 35vw;
  }
  .section-festes .fuzem-wrapper .uzem-stuff--desc {
    width: 60ch;
  }
  .section-festes .fuzem-wrapper .uzem-stuff--desc h3 {
    font-size: 3em;
  }
  .section-festes .fuzem-wrapper .uzem-stuff--img {
    max-width: 45vw;
    width: 35vw;
  }
  .section-festes .fuzem-wrapper .left-align {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .section-festes .fuzem-wrapper .left-align .uzem-stuff--desc {
    margin-left: -15%;
  }
  .section-festes .fuzem-wrapper .right-align {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .section-festes .fuzem-wrapper .right-align .uzem-stuff--desc {
    margin-right: -15%;
  }
}

.section-rtm {
  grid-template-areas: "desc" "swiper";
}
.section-rtm .rtm-title--wrapper {
  grid-area: desc;
}
.section-rtm .rtm-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 500px;
  grid-area: swiper;
}
.section-rtm .rtm-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 1200px) {
  .section-rtm {
    grid-template-areas: none;
  }
  .section-rtm .rtm-swiper {
    grid-column: 1/span 3;
    grid-row: 1;
    width: 40vw;
  }
  .section-rtm .rtm-title--wrapper {
    grid-column: 4/span 3;
    grid-row: 1;
  }
  .section-rtm .swiper-slide-next {
    transform: scale(1);
    box-shadow: none;
  }
}

.section-vakum {
  grid-template-areas: "desc" "swiper";
}
.section-vakum .vakum-title--wrapper {
  grid-area: desc;
}
.section-vakum .vakum-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 500px;
  grid-area: swiper;
}
.section-vakum .vakum-swiper .swiper-slide-next {
  transform: scale(1);
  box-shadow: none;
}
@media (min-width: 1200px) {
  .section-vakum {
    grid-template-areas: none;
  }
  .section-vakum .vakum-swiper {
    grid-column: 1/span 3;
    grid-row: 1;
    width: 40vw;
  }
  .section-vakum .vakum-title--wrapper {
    grid-column: 4/span 3;
    grid-row: 1;
  }
}

.section-vagas {
  grid-template-areas: "desc" "swiper";
}
.section-vagas .vagas-title--wrapper {
  grid-area: desc;
}
.section-vagas .vagas-img {
  display: block;
}
@media (min-width: 1200px) {
  .section-vagas {
    grid-template-areas: none;
  }
  .section-vagas .vagas-img {
    width: 40vw;
    grid-column: 4/span 3;
    grid-row: 1;
  }
  .section-vagas .vagas-title--wrapper {
    grid-column: 1/span 3;
    grid-row: 1;
  }
}

#map {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

.google-map--wrapper {
  background-color: #2c2c2b;
  height: 100%;
  min-height: 100vh;
}
@media (min-width: 900px) {
  .google-map--wrapper {
    position: relative;
    height: 100vh;
    min-height: 0;
  }
}

.contact-float--box {
  display: flex;
  position: relative;
  margin: -40vh auto 0 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  color: #ffffff;
  background-color: #9e0012;
  padding: 2em;
  z-index: 100;
}
@media (min-width: 900px) {
  .contact-float--box {
    position: absolute;
    margin-top: 0;
    top: 30%;
    left: 45vw;
    width: 45vw;
    min-width: 400px;
    transform: translateX(-50%), translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .contact-float--box {
    left: 55vw;
    width: 35vw;
    max-width: 550px;
  }
}

.contact {
  display: flex;
  flex-direction: row;
}
.contact-title {
  margin-bottom: 1rem;
}
.contact-icon {
  width: 30px;
  height: 30px;
}
.contact-text {
  align-self: center;
  padding-left: 5%;
  opacity: 0.6;
  text-decoration: none;
  color: #ffffff;
}
.contact:last-child {
  padding-bottom: 1em;
}
@media (min-width: 900px) {
  .contact-title {
    font-size: 3em;
  }
}

.video--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #9e0012;
  height: 110vh;
  padding: 0 5%;
}
@media (min-width: 1200px) {
  .video--wrapper {
    width: 100%;
  }
}
.video--wrapper .section-title {
  margin-bottom: 2em;
}
.video--wrapper .section-title h2 {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .video--wrapper .section-title {
    margin-bottom: 3em;
  }
}

#promo-video {
  width: 100%;
  height: auto;
}

.video-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-popup.block {
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 1em;
}

.video-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.video-wrapper img {
  width: 50px;
  height: auto;
  cursor: pointer;
}
.video-wrapper p {
  text-transform: uppercase;
  font-size: 12px;
}

.videoClose {
  margin: 0 auto;
  padding: 1em;
  text-decoration: none;
  color: #ffffff;
  background: #2c2c2b;
}

.underc-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.swiperSection {
  position: relative;
  padding: 2rem;
  width: 100%;
  max-width: 850px;
  margin: 3rem auto;
}
.swiperSection h2 {
  margin-bottom: 2rem;
}
.swiperSection p {
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
@media (min-width: 737px) {
  .swiperSection {
    max-width: 65vw;
  }
}
@media (min-width: 900px) {
  .swiperSection {
    box-shadow: 0px 5px 20px -4px rgba(0, 0, 0, 0.35);
    margin: 5rem auto;
  }
  .swiperSection h2 {
    font-size: 2.2rem;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  .swiperSection {
    max-width: 50vw;
  }
}
.swiperSection .swiper-container {
  overflow: hidden;
}
.swiperSection .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.newsSwiper {
  margin: 0 auto;
  position: relative;
}
.newsSwiper .swiper-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute !important;
  bottom: 3px;
  left: 0;
  z-index: 1000;
  background-color: rgba(158, 0, 18, 0.8);
  letter-spacing: 1rem;
  color: white;
}

.newsThumbSwiper {
  max-height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: grab;
  margin-bottom: 1rem;
}

.newsThumbSwiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.newsThumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}/*# sourceMappingURL=main.css.map */