/* Fix elemek */
.fixed-h1 {
  position: inherit;
  font-weight: bold;
  font-size: 37px;
}

.nav-row {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
  box-shadow: 0px 5px 0px #dedede;
}

.nav-row ul {
  list-style: none;
  text-align: center;
}

.nav-row ul li {
  display: inline-block;
}

.nav-row ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}

.nav-row ul li a {
  position: relative;
  z-index: 1;
}

.nav-row ul li a:hover {
  color: #ffffff;
}

.nav-row ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #d7860b;
  visibility: none;
  opacity: 0;
  z-index: -1;
}

.nav-row ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  transition: 1s;
  height: 100%;
}

.navbar-logo {
  position: fixed;
  top: 3%;
  left: 5%;
}

.referencia-nav {
  padding-bottom: 5%;
}

/* Referenciák oldal */

.next-to-each {
  display: inline-flex;
  width: 49%;
}

.next-to-each h4 {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 40%;
}

.ref-h1 {
  position: absolute;
  top: 30%;
  left: 15%;
}

.img-map {
  width: auto;
  border: 6px solid #d7860b;
}

.footer-links {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.footer-links2 {
  position: absolute;
  bottom: -130px;
  left: 20px;
}

.ref-helyszinek h3 {
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  bottom: 30%;
  left: 10%;
}

.ref-helyszinek p {
  position: absolute;
  bottom: 10%;
  left: 5%;
}


/* Reszponzív beállítások */
@media screen and (max-width: 520px) {
  .nav-row ul li {
    display: block;
  }

  .nav-row ul li a {
    padding: 5px;
  }

  .nav-row {
    width: 40%;
  }

  .nav-row ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #d7860b;
    visibility: none;
    opacity: 0;
    z-index: -1;
  }

  .next-to-each {
    display: block;
    width: 100%;
  }

  .next-to-each h4 {
    position: absolute;
    top: 87%;
    left: 4%;
    width: 95%;
  }

  .ref-h1{
    text-align: center;
    position: absolute;
    top: 35%;
    left: 28%;
  }

  .ref-helyszinek h3{
    text-align: center;
    position: absolute;
    top:120%;
  }

  .ref-helyszinek p{
    text-align: center;
    position: absolute;
    top:130%;
    padding-bottom: 50%;
    color: #d7860b;
    font-weight: 700;
  }

  .img-map{
    position: absolute;
    top:43%;
    left: 10%;
    width: 80%;
  }


}

/* Kapcsolat */
.new_home_web .text-blk.subHeading {
  text-align: center;
  color: #939393;
  max-width: 630px;
}

.new_home_web .text-blk.heading {
  font-size: 36px;
  line-height: 55px;
  font-weight: 600;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.new_home_web .responsive-container-block.textContainer {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  max-width: 1320px;
  z-index: 50;
}

.new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
  width: 50%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 10px;
}

.new_home_web .send:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}

.new_home_web .send {
  font-size: 18px;
  color: white;
  font-weight: 600;
  background-color: #d7860b;
  width: 80%;
  text-align: center;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.new_home_web .container-block.form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  z-index: 50;
}

.new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  max-width: 1100px;
}

.new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  max-width: 310px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.new_home_web .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  width: 100%;
}

.new_home_web .textinput {
  height: 100%;
  width: 100%;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #a2a2a2;
  border-right-color: #a2a2a2;
  border-bottom-color: #a2a2a2;
  border-left-color: #a2a2a2;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #f1f1f1;
}

.new_home_web .input {
  height: 50px;
  width: 100%;
  border-top-width: 2.5px;
  border-right-width: 2.5px;
  border-bottom-width: 2.5px;
  border-left-width: 2.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #a2a2a2;
  border-right-color: #a2a2a2;
  border-bottom-color: #a2a2a2;
  border-left-color: #a2a2a2;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-color: #f1f1f1;
}

.new_home_web .responsive-container-block.big-container {
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.new_home_web .responsive-container-block.container {
  max-width: 1320px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  z-index: 50;
}

.new_home_web .responsive-cell-block {
  min-height: 75px;
}

.new_home_web textarea:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.new_home_web input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.new_home_web a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.new_home_web .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.new_home_web * {
  font-family: Nunito, sans-serif;
}

.new_home_web .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.new_home_web .left4 {
  width: 50%;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.new_home_web .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.lastPhone {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.new_home_web .orangeText {
  color: #d7860b;
}

.new_home_web .orangeLine {
  height: 10px;
  width: 160px;
  background-color: #d7860b;
}

.new_home_web .topHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin: 0 0 25px 0;
}

.new_home_web .imgBG {
  position: absolute;
  width: 80%;
  height: 100%;
  left: auto;
  right: 0px;
  top: auto;
  bottom: 0px;
}

@media (max-width: 1024px) {
  .new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .new_home_web .responsive-container-block.container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }


  .new_home_web .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0 0 10px 0;
  }

  .new_home_web .container-block.form-wrapper {
    align-items: center;
  }

  .new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .new_home_web .responsive-container-block.container {
    flex-direction: column;
  }

  .new_home_web .textinput {
    width: 100%;
  }

  .new_home_web .input {
    width: 100%;
  }

  .new_home_web .left4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .new_home_web .responsive-container-block {
    flex-direction: column;
    align-items: center;
  }

  .new_home_web .textinput {
    height: 200px;
  }

  .new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
    width: 100%;
  }

  .new_home_web .imgBG {
    width: 100%;
    height: 90%;
    top: auto;
    left: auto;
  }

  .new_home_web .text-blk.heading {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .new_home_web .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    flex-wrap: wrap;
  }

  .new_home_web .send {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    text-align: center;
    width: 70%;
  }

  .new_home_web .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .new_home_web .text-blk.heading {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .new_home_web .send {
    width: 100%;
    max-width: 250px;
  }

  .new_home_web .imgBG {
    height: 60%;
  }

  .new_home_web .text-blk.subHeading {
    font-size: 16px;
    line-height: 24px;
  }

  .new_home_web .responsive-container-block.textContainer {
    margin: 50px 0 30px 0;
  }

  .new_home_web .input {
    height: 45px;
  }

  .new_home_web .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin: 0 0 10px 0;
  }
}

.scada-img{
  padding-top: 10%;
  padding-bottom: 5%;
}

/* Loader Animation */
.loader {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.loader img {
  width: 15%;
}

.loader.hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}@keyframes fadeOut {
  100% {
      opacity: 0;
      visibility: hidden;
  }
}

@include keyframes(split) {
  
  0% {
    @include transform-origin(50% 100%);
    @include transform(rotate3d(0.5, 1, 0, 180deg));       
  }
  
  25% {
    @include transform-origin(50% 100%);
    @include transform(rotate3d(0, 1, 0, 360deg));       
  }
  
  50% {
    opacity:1;
    @include transform-origin(100% 0%);
    @include transform(rotate3d(0, 1, 0, 360deg));       
  }
  
  75% {
    opacity:0;
    @include transform(rotate3d(0.5, 1, 0, 180deg));       
  }
  
  100% {
    opacity:1;
    @include transform(rotate3d(0.5, 1, 0, 180deg));       
  } 
}

@media screen and (min-width: 450px) {

  .nav-row ul li {
    display: block;
  }

  .nav-row ul li a {
    padding: 5px;
  }

  .nav-row {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-row ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #d7860b;
    visibility: none;
    opacity: 0;
    z-index: -1;
  }

  .next-to-each {
    display: flexbox;
    width: 100%;
    position: relativ;
  }
  .ref-h1 {
    position: absolute;
    left: 32%;
    top: 22%;
    display: block;
    text-align: center;
  }
  .next-to-each h4{
    position: absolute;
    top:30%;
    left:5%;
    width: 90%;
  }
  .next-to-each img{
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
  }

  .ref-helyszinek h3 {
    position: absolute;
    top: 90%;
    left: 15%;
  }
  .ref-helyszinek p{
    position: absolute;
    top:95%;
    left: 5%;
    padding-bottom: 10%;
  }
  .img-map {
    position: relative;
  }

}
@media screen and (max-width: 500px) {
  .nav-row ul li {
    display: block;
  }

  .nav-row ul li a {
    padding: 5px;
  }

  .nav-row {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-row ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #d7860b;
    visibility: none;
    opacity: 0;
    z-index: -1;
  }

  .next-to-each {
    display: flexbox;
    width: 100%;
    position: relativ;
  }
  .ref-h1 {
    position: absolute;
    left: 32%;
    top: 22%;
    display: block;
    text-align: center;
  }
  .next-to-each h4{
    position: absolute;
    top:30%;
    left:5%;
    width: 90%;
  }
  .next-to-each img{
    position: absolute;
    top:60%;
    left: 25%;
    width: 50%;
  }

  .ref-helyszinek h3 {
    position: absolute;
    top: 90%;
    left: 15%;
  }
  .ref-helyszinek p{
    position: absolute;
    top:95%;
    left: 5%;
    padding-bottom: 10%;
  }

}

@media screen and (min-width: 920px) {
  .nav-row ul li {
    display: inline-block;
  }

  .nav-row ul li a {
    padding: 20px;
  }

  .nav-row {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .nav-row ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #d7860b;
    visibility: none;
    opacity: 0;
    z-index: -1;
  }
  .right-top {
    position: absolute;
    top: 1%;
    right:1%;
  }


}