@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/********************* ***** ****************************/

/********************* MENÜ ****************************/

/********************* ***** **************************/

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

/****Cím formázások**/

.center-title {
  text-align: center;
  padding-top: 3%;
}

.cim {
  padding-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
}

.menu-container {
  /* ... */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
}

.logo {
  padding: 15px;
  display: flex;
  justify-content: center;
}

.logo img {
  width: 125px;
  height: 25px;
}

.navigation {
  list-style: none;
  margin: 0;
  display: flex;
  padding-top: 20px;
}

.navigation li {
  padding-left: 15px;
  padding-right: 15px;
}

.navigation a {
  text-decoration: none;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 15px;
}

.navigation a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.navigation a.active {
  color: #000000;
  border-bottom: 1px solid #000000;
}

/*Almenüpont*/

.submenu {
  display: none;
  list-style: none;
  background-color: #E8E8E8;
  z-index: 55555;
  padding-top: 10px;
  padding-right: 70px;
  padding-left: 20px;
  padding-bottom: 10px;
  position: absolute;
  margin-top: 15px;
}

.submenu li {
  padding: 5px;
}

.submenu a {
  font-size: 13px;
  color: #666666;
}

.submenu a:hover {
  color: #000000;
  border-bottom: 0px;
}

ul > li:hover > .szolgaltatasok {
  display: block;
}

#navbar > li:nth-child(5):hover > .termekek {
  display: block;
}

.toogle {
  display: none;
}

/*Ajánlatkérés gomb formázás*/

.ctabutton {
  margin-top: -10px;
}

.ctabutton a {
  border: #dd665e;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  padding: 10px;
  color: #dd665e;
  font-weight: 600;
  color: #dd665e;
  font-weight: 600;
}

.ctabutton a:hover {
  color: #fff;
  border-color: #dd665e;
  background-color: #dd665e;
  padding: 10px;
  box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.15);
}

@media all and (max-width: 985px) {
  .ctabutton {
    margin-top: 0px;
    border: #dd665e;
    border-style: solid;
    border-width: 2px;
    border-radius: 20px;
    justify-content: center;
  }

  .ctabutton a {
    border: none;
  }

  .ctabutton a:hover {
    color: #dd665e;
    border-color: #dd665e;
    background-color: #fff;
    box-shadow: none;
  }
}

/*Mobil navigáció*/

/*Hamburger menü*/

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 4.1;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

/********************* ***** ****************************/

/*************** Első blokk dizájn**********************/

/********************* ***** **************************/

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1000;
}

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

.rolunk-blokk {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  background-color: #F6F6F6;
}

.block1-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  height: 73vh;
  padding-right: 15%;
}

/**** Logo block********/

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  max-width: 100%;
  padding-left: 13%;
  padding-right: 13%;
}

.image-item {
  display: flex;
  flex: 1;
  max-width: calc(20% - 10px);
  box-sizing: border-box;
  align-items: center;
  /* Középre függőlegesen igazítás */
  min-width: 150px;
}

.image-item img {
  display: block;
  width: 80%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.kezdo-elem {
  flex: 1 0 20em;
  padding: 5%;
  display: flex;
  flex-direction: column;
}

.kezdo-elem h1 {
  font-size: 40px;
}

.kezdo-elem p {
  font-size: 18px;
}

.kezdo-button {
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background-color: #19408c;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  padding: 13px 30px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #5b6178;
  margin-top: 35px;
}

.kezdo-button:hover {
  background-color: #717273;
}

.kezdo-button:active {
  position: relative;
  top: 1px;
}

.block1-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

/* TYPING EFFECT */

.var-highlight {
  color: #C0AD60;
}

.string-highlight {
  color: rgba(0, 103, 184, 0.8);
}

#typewriter {
  font-size: 2em;
  margin: 0;
  font-family: "Courier New";
}

#typewriter:after {
  content: "_";
  -webkit-animation: blink 500ms linear infinite alternate;
          animation: blink 500ms linear infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ------TYPING EFFECT END */

/* Tovább ikon háromszög */

.arrow-down {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}

/***********************************************/

/***************Számokban design***************/

.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 5%;
}

.message {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  padding-top: 5%;
  padding-bottom: 2%;
}

.block-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* Módosítottuk flex-wrap-ra */
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin-bottom: 20px;
}

.section {
  margin: 10px 0;
}

.section p {
  margin: 5px 0;
}

.section.title {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 20px 0 0;
  word-wrap: break-word;
  position: relative;
}

.section.subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.section.text {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.2rem;
  word-wrap: break-word;
  position: relative;
  width: 80%;
}

@media (max-width: 768px) {
  .block {
    width: 100%;
  }
}

/********************* ***** ****************************/

/*************** Rólunk blokk dizájn**********************/

/********************* ***** **************************/

.rolunk-blokk {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  background-color: #F6F6F6;
}

.rolunk-elem {
  flex: 1 0 20em;
  display: flex;
  flex-direction: column;
}

.rolunk-elem h1 {
  margin: 8%;
  line-height: 42px;
  font-size: 26px;
  color: #000000;
}

.rolunk-elem p {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  margin-left: 8%;
  margin-right: 8%;
  padding-bottom: 5%;
}

.rolunk-elem img {
  width: 100%;
  height: 100%;
}

.rolunk-elem a {
  padding: 10px 3px 3px 0px;
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
}

.rolunk-elem a:hover:after {
  width: 60px;
  left: 0;
}

.rolunk-elem a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s;
  width: 0;
}

/********************* ***** ****************************/

/****************** Ügyfeleink **********************/

/********************* ***** **************************/

.ugyfeleink-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  align-content: center;
}

.ugyfeleink-lista {
  padding-top: 3%;
  padding-bottom: 5%;
  justify-content: center;
  flex-wrap: wrap;
}

.ugyfeleink-elem {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}

.ugyfeleink-elem img {
  max-height: 55px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.9;
}

/********************* ***** ****************************/

/*********** Szolgáltatások blokk dizájn****************/

/********************* ***** **************************/

.map-background {
  background-image: url("/img/contact_map.png");
  background-repeat: no-repeat;
  background-size: 730px;
  background-position: bottom;
}

.szolgaltatasok-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5%;
}

.szolgaltatasok-blokk h1 {
  text-align: center;
}

.szolgaltatasok-lista {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  align-content: center;
  padding-bottom: 7%;
}

.szolgaltatasok-elem {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 0 15em;
  box-sizing: border-box;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
}

.referencia-kep-container {
  width: 300px;
  height: 210px;
  background-color: #ffffff;
  box-shadow: 0 36px 64px 0 rgba(0, 0, 0, 0.2);
}

.referncia-level-container {
  background-color: #ffffff;
}

.szolgaltatasok-elem img {
  max-width: 300px;
  margin-bottom: 8%;
  margin-top: 8%;
}

.szolgaltatasok-elem h2 {
  font-size: 26px;
  line-height: 24px;
  font-weight: 600;
  opacity: 0.95;
  padding-bottom: 2px;
  margin-top: 37px;
  opacity: 0.95;
}

.szolgaltatasok-elem .blog-cim {
  margin-top: 0;
}

.szolgaltatasok-elem .blog-img {
  height: 200px;
}

.szolgaltatasok-elem p {
  padding-right: 12px;
  font-size: 20px;
  padding-top: 2px;
}

.szolgaltatasok-elem a {
  padding: 10px 3px 3px 0px;
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.szolgaltatasok-elem a:hover:after {
  width: 80px;
  left: 0;
}

.szolgaltatasok-elem a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s;
  width: 0;
}

/********************* ***** ****************************/

/*************** Referenciak blokk dizájn**********************/

/********************* ***** **************************/

.referenciak-blokk {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  background-color: #F6F6F6;
}

.referenciak-elem {
  flex: 1 0 20em;
  display: flex;
  flex-direction: column;
}

.referenciak-elem h1 {
  margin: 8%;
  line-height: 42px;
  font-size: 26px;
  color: #000000;
}

.referenciak-elem p {
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  margin-left: 8%;
  margin-right: 8%;
  padding-bottom: 5%;
}

.referenciak-elem img {
  width: 100%;
  height: 100%;
}

.referenciak-elem a {
  padding: 10px 3px 3px 0px;
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.referenciak-elem a:hover:after {
  width: 100px;
  left: 0;
}

.referenciak-elem a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s;
  width: 0;
}

/********************* ***** ****************************/

/*********** Miert mi blokk dizájn****************/

/********************* ***** **************************/

.miert-mi-blokk {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.miert-mi-elem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1 0 20em;
  padding-top: 3%;
}

.miert1 {
  padding-left: 10%;
  padding-right: 10%;
}

.miert2 {
  padding-left: 4%;
  padding-right: 10%;
}

.miert-mi-elem p {
  font-size: 20px;
  padding-top: 10px;
}

.miert-mi-elem h2 {
  font-size: 26px;
  line-height: 24px;
  font-weight: 600;
  opacity: 0.95;
  padding-top: 30px;
}

@media all and (max-width: 710px) {
  .miert2 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/********************* ***** ****************************/

/*********** Ügyfeleink blokk****************/

/********************* ***** **************************/

/* Move frame*/

@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@-webkit-keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@-webkit-keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}

@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}

/* Move frame*/

/* Heartbeat frame*/

@-webkit-keyframes heartbeat {
  to {
    transform: scale(1.2);
  }
}

@keyframes heartbeat {
  to {
    transform: scale(1.2);
  }
}

/* Rotation frame*/

@-webkit-keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

/* Bottom to Top key frame*/

@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

/* DoublePulse */

@-webkit-keyframes doublePulse {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes doublePulse {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Testimonial_area */

.testimonial_area {
  display: block;
  overflow: hidden;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 50px;
  padding-bottom: 350px;
  position: relative;
  /* Jupitar Nave */
}

.testimonial_area h4 {
  font: 700 18px/1 "Raleway", sans-serif;
  color: #282331;
  padding-bottom: 53px;
  text-transform: uppercase;
}

.testimonial_area h2 {
  font: 600 52px/62px "Raleway", sans-serif;
  color: #282331;
  padding-bottom: 5%;
  padding-top: 5%;
}

.testimonial_area p {
  font: 400 20px/25px "Raleway", sans-serif;
  color: #282331;
  line-height: 32px;
  padding-bottom: 0px;
  padding-right: 50%;
}

.testimonial_area p a {
  padding: 10px 3px 3px 0px;
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.testimonial_area p a:hover:after {
  width: 60px;
  left: 0;
}

.testimonial_area p a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s;
  width: 0;
}

.testimonial_area .testimonial_slide {
  padding-left: 170px;
  /* Control */
}

.testimonial_area .testimonial_slide .testimonial_content {
  padding-left: 220px;
  z-index: 1;
}

.testimonial_area .testimonial_slide .testimonial_content:before {
  content: "\F102";
  position: absolute;
  left: 0;
  top: 0;
  color: #faf7ff;
  font-size: 205px;
  font-family: Flaticon;
  font-style: normal;
  line-height: 1;
  z-index: -1;
}

.testimonial_area .testimonial_slide .testimonial_content p {
  font: 400 20px/31px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.8);
  max-width: 800px;
  padding-top: 30px;
}

.testimonial_area .testimonial_slide .testimonial_content .media {
  padding: 110px 0;
}

.testimonial_area .testimonial_slide .testimonial_content .media img {
  height: 82px;
  width: 82px;
  border-radius: 50%;
  max-width: 100%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
}

.testimonial_area .testimonial_slide .testimonial_content .media .media-body {
  padding-left: 30px;
}

.testimonial_area .testimonial_slide .testimonial_content .media .media-body a {
  display: block;
  font: 700 21px/1 "Niramit", sans-serif;
  color: #382c4d;
  padding-top: 10px;
}

.testimonial_area .testimonial_slide .testimonial_content .media .media-body a:hover,
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a:focus {
  color: #3b89c6;
}

.testimonial_area .testimonial_slide .testimonial_content .media .media-body h6 {
  font: 400 16px/1 "Niramit", sans-serif;
  color: #3b89c6;
  padding-top: 20px;
}

.testimonial_area .testimonial_slide .nav_control {
  display: block;
  overflow: hidden;
  margin-left: 500px;
  padding-top: 75px;
}

.testimonial_area .testimonial_slide .control-prev {
  color: #3b89c6;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  background: #fff;
  position: relative;
}

.testimonial_area .testimonial_slide .control-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 68px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}

.testimonial_area .testimonial_slide .control-prev i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}

.testimonial_area .testimonial_slide .control-prev:hover,
.testimonial_area .testimonial_slide .control-prev:focus {
  background: #3b89c6;
  color: #fff;
}

.testimonial_area .testimonial_slide .control-next {
  color: #fff;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  padding-left: 15px;
  background: #3b89c6;
  position: relative;
}

.testimonial_area .testimonial_slide .control-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 30px 68px 0;
  border-color: transparent #fff transparent transparent;
}

.testimonial_area .testimonial_slide .control-next i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}

.testimonial_area .indicators {
  position: absolute;
  top: 0;
  right: 30px;
  border-radius: 50%;
  width: 705px;
  height: 705px;
  display: block;
  margin-top: 50px;
}

@media all and (max-width: 650px) {
  .testimonial_area .indicators {
    display: none;
  }

  .testimonial_area {
    background-image: url("/img/contact_map.png");
    background-repeat: no-repeat;
    background-size: 730px;
    background-position: bottom;
    padding-bottom: 30px;
  }
}

.testimonial_area .indicators li {
  position: absolute;
  display: block;
  transition: all 300ms linear 0s;
}

.testimonial_area .indicators li img {
  border-radius: 50%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
  cursor: pointer;
  z-index: 1;
}

.testimonial_area .indicators li:hover,
.testimonial_area .indicators li:focus {
  border-color: #3b89c6 !important;
}

.testimonial_area .indicators .testimonial_1 {
  top: 0;
  right: 0;
  border: 2px solid #e5e6fa;
  border-radius: 50%;
  width: 705px;
  height: 705px;
}

.testimonial_area .indicators .testimonial_1 img {
  -webkit-animation: rotation 60s linear infinite;
          animation: rotation 60s linear infinite;
  transform-origin: -290px 80px;
  top: 270px;
  position: absolute;
  right: -70px;
}

.testimonial_area .indicators .testimonial_1:before {
  content: "";
  border: 3px solid #c5d7e5;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  -webkit-animation: rotation 55s linear infinite;
          animation: rotation 55s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}

.testimonial_area .indicators .testimonial_1:after {
  content: "";
  border: 3px solid #c5d7e5;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  -webkit-animation: rotation 100s linear infinite;
          animation: rotation 100s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}

.testimonial_area .indicators .testimonial_2 {
  border: 1px solid #e5e6fa;
  border-radius: 50%;
  width: 607px;
  height: 607px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonial_area .indicators .testimonial_2 img {
  -webkit-animation: rotation 35s linear infinite;
          animation: rotation 35s linear infinite;
  transform-origin: -230px 65px;
  top: 230px;
  position: absolute;
  right: -60px;
}

.testimonial_area .indicators .testimonial_3 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 494px;
  height: 494px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonial_area .indicators .testimonial_3 img {
  -webkit-animation: rotation 20s linear infinite;
          animation: rotation 20s linear infinite;
  transform-origin: -170px 75px;
  bottom: 190px;
  position: absolute;
  right: -55px;
}

.testimonial_area .indicators .testimonial_4 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 365px;
  height: 365px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonial_area .indicators .testimonial_4 img {
  -webkit-animation: rotation 50s linear infinite;
          animation: rotation 50s linear infinite;
  transform-origin: -125px 75px;
  top: 100px;
  position: absolute;
  right: -30px;
}

.testimonial_area .indicators .round_shap {
  border: 3px solid #c5d7e5;
  border-radius: 50%;
  box-shadow: 0px 20px 52px 0px rgba(176, 124, 255, 0.35);
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ta_2 {
  padding-top: 120px;
}

.ta_2 .testimonial_slide {
  padding-left: 130px;
}

.ta_2 .testimonial_slide .testimonial_content {
  box-shadow: 0px 20px 50px 0px rgba(238, 228, 253, 0.75);
  background: #fff;
  max-width: 1047px;
  margin: 40px;
  margin-top: 15px;
  padding-top: 20px;
  z-index: 999;
  position: relative;
}

.ta_2 .testimonial_slide .testimonial_content:before {
  font-size: 160px;
  left: 35px;
  top: 50px;
}

.ta_2 .testimonial_slide .testimonial_content .media {
  padding-bottom: 70px !important;
}

.ta_2 .testimonial_slide .nav_control {
  padding-top: 40px;
}

.ta_2 .indicators {
  margin-top: 100px;
  z-index: -1;
}

.ta_4 {
  padding-bottom: 70px;
}

/* End Testimonial_area */

/*----------------------------------------------------*/

/********************* ***** ****************************/

/*********** Kontakt blokk****************/

/********************* ***** **************************/

.kontakt-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #F6F6F6;
  padding: 5% 10% 5% 10%;
  background-image: url("/img/contact-bg.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.kontakt-blokk a {
  padding: 10px 3px 3px 0px;
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  font-size: 26px;
}

.kontakt-blokk a:hover:after {
  width: 70px;
  left: 0;
}

.kontakt-blokk a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s;
  width: 0;
}

/********************* ***** ****************************/

/*********** Footer blokk****************/

/********************* ***** **************************/

.footer-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #212121;
}

.footer-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #212121;
  padding-left: 10%;
  padding-right: 10%;
}

.footer-row2 {
  justify-content: center;
  text-align: center;
}

.footer-row2 p {
  color: #ffffff;
  padding-bottom: 5px;
}

.footer-blokk-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 30px;
}

.footer-blokk-col a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 10px;
}

.footer-blokk-col h2 {
  color: #ffffff;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////Aloldal dizájn //////////*/

/*///////////////////////////////////////////*/

/********************* ***** ****************************/

/*********** Breadcrumb blokk****************/

/********************* ***** **************************/

.breadcrumb-blokk {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb-elem {
  display: flex;
}

.breadcrumb-elem a {
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  margin-left: 10px;
}

.breadcrumb-elem a:hover:after {
  width: 70%;
  left: 0;
}

.breadcrumb-elem a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s;
  width: 0;
}

.breadcrumb-elem h1 {
  font-weight: 100;
}

@media all and (max-width: 650px) {
  .breadcrumb-blokk {
    display: none;
  }
}

/********************* ***** ****************************/

/*********** Aloldal tartalom****************/

/********************* ***** **************************/

.aloldal-tartalom-fenykep-blokk {
  height: 300px;
  width: 100%;
  background-image: url("/img/aloldal/low-code/power-apps-cover.png");
  background-size: cover;
  color: white;
  padding-left: 10%;
  padding-top: 5%;
  margin-bottom: 1%;
}

.aloldal-tartalom-rpa-blokk {
  height: 300px;
  width: 100%;
  background-image: url("/img/aloldal/rpa-boritokep.jpg");
  background-size: cover;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
}

.aloldal-tartalom-szoveg-blokk {
  width: 100%;
  background-image: url("/img/aloldal/rpa-boritokep.jpg");
  background-size: cover;
  color: white;
  padding: 2% 10%;
}

.aloldal-tartalom-fenykep-blokk h2,
.aloldal-tartalom-rpa-blokk h2,
.aloldal-tartalom-szoveg-blokk h2 {
  padding-bottom: 15px;
  font-size: 1.8em;
  font-weight: 200 !important;
}

.aloldal-tartalom-fenykep-blokk h3,
.aloldal-tartalom-rpa-blokk h3,
.aloldal-tartalom-szoveg-blokk h3 {
  font-size: 1em;
  font-weight: 200 !important;
  line-height: 25px;
}

.aloldal-tartalom-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.aloldal-tartalom-blokk h1 {
  padding-bottom: 10px;
}

.aloldal-tartalom-blokk p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 100;
}

.aloldal-tartalom-blokk p.font-16 {
  font-size: 16px;
}

.aloldal-tartalom-lista {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5% 10%;
}

.aloldal-tartalom-lista h3 {
  margin-left: 38px;
}

.lista {
  list-style: none;
}

.lista > li {
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}

.lista-link {
  margin-left: 10px;
  color: #0067b8;
}

.aloldal-tartalom-cim {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 5%;
  text-align: center;
  padding-bottom: 3%;
}

.aloldal-tartalom-bekezdes {
  margin: 2% 0;
}

.aloldal-tartalom-link {
  color: #0067b8;
  font-size: 20px;
  font-weight: bold;
}

.aloldal-tartalom-cim h2 {
  font-weight: 200;
}

.aloldal-tabla-blokk {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 5% 10%;
  background-color: #e3e3e3;
}

.aloldal-tabla-blokk-cim {
  color: #0067b8;
}

.aloldal-tabla-oszlop {
  /* background-color: red; */
  display: flex;
  flex-wrap: wrap;
}

.aloldal-tabla-oszlop-bal {
  width: 25%;
}

.aloldal-tabla-oszlop-jobb {
  width: 75%;
}

.aloldal-tabla-cella {
  border: 1px solid #c7c7c7;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2%;
  height: 250px;
  /* background-color: blue; */
}

.aloldal-tabla-cella-fejlec {
  display: flex;
  flex-direction: column;
}

.aloldal-tabla-cella-cim {
  font-size: 16px;
}

.aloldal-tabla-cella-tartalom,
.aloldal-tartalom-blokk p.aloldal-tabla-cella-tartalom {
  margin: 2% 0;
  font-size: 16px;
  line-height: 24px;
}

.aloldal-tabla-cella-lablec {
  display: flex;
  font-size: 16px;
}

.aloldal-tabla-cella-lablec-valaszto {
  padding: 0 10px;
}

@media all and (max-width: 650px) {
  .aloldal-tartalom-cim {
    padding-left: 2%;
    padding-right: 2%;
  }

  .aloldal-tartalom-rows-bal {
    padding-left: 2%;
    padding-right: 2%;
  }

  .aloldal-tartalom-rows-jobb {
    padding-left: 2%;
    padding-right: 2%;
  }

  .aloldal-tartalom-row img {
    margin-bottom: 50px;
  }
}

.aloldal-tartalom-rows-bal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
  padding-bottom: 3%;
}

.aloldal-tartalom-rows-jobb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
  padding-bottom: 3%;
}

.aloldal-tartalom-row {
  flex: 1 0 20em;
  display: flex;
  flex-direction: column;
  padding: 2%;
}

.aloldal-tartalom-icon-center {
  display: flex;
  justify-content: center;
  font-size: 100px;
  color: #2c5b8f;
  padding: 5% 0;
}

.aloldal-tartalom-row-border {
  border-bottom: 1px solid #b5b5b5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 8%;
}

.aloldal-tartalom-szurke {
  background-color: #e3e3e3;
  padding-bottom: 0;
  margin-bottom: 3%;
}

.aloldal-tartalom-szurke-row-border {
  /* border-right: 1px solid #535250; */
  border-right: 1px solid #000000;
  padding: 0 2%;
  margin: 2% 0;
}

.aloldal-tartalom-szurke-row-border > img {
  margin: 0;
}

.video-megtekintes {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  border: 5px solid #000000;
  padding: 12px 20px;
  font-weight: bold;
  margin-top: 30px;
}

.aloldal-tartalom-row ul {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 200;
}

.aloldal-tartalom-row img {
  width: 100%;
  height: auto;
  box-shadow: 0 36px 64px 0 rgba(0, 0, 0, 0.2);
}

.aloldal-tartalom-row h1 {
  padding-bottom: 10px;
}

.aloldal-tartalom-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 3%;
}

.aloldal-tartalom-navigacio {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #7f7f7f;
  color: #ffffff;
  padding-left: 10%;
  padding-right: 10%;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

.aloldal-tartalom-navigacio-link {
  color: #ffffff;
  text-decoration: none;
  padding: 25px 10px;
  width: 25%;
  text-align: center;
  border-right: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.aloldal-tartalom-navigacio-link:hover {
  color: #d3d3d3;
}

.aloldal-tartalom-navigacio > .aloldal-tartalom-navigacio-link:last-child {
  border: 0;
}

.pdf-letoltes {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border: 5px solid #ffffff;
  padding: 12px 20px;
  margin-top: 15px;
}

.pdf-letoltes:hover {
  color: #000000;
  background-color: #ffffff;
}

@media all and (max-width: 816px) {
  .aloldal-tartalom-rpa-blokk {
    height: 350px;
  }

  .aloldal-tartalom-navigacio {
    margin-bottom: 10%;
  }

  .aloldal-tartalom-navigacio-link {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }

  .aloldal-tartalom-szurke {
    padding: 10%;
    margin: 5% 0;
  }

  .aloldal-tartalom-szurke-row-border {
    border: 0;
  }
}

/*Sajtomegjelenesek*/

.aloldal-tartalom-sajtomegjelenesek-blokk {
  height: 240px;
  width: 100%;
  /* background-image: url(/img/aloldal/karrier-boritokep.jpg); */
  background-image: url("/img/aloldal/sajtomegjelenes.jpg");
  background-size: cover;
  /* background-size: auto 240px; */
  color: white;
}

/* munkakorok */

.aloldal-tartalom-munkakor-blokk {
  height: 240px;
  width: 100%;
  /* background-image: url(/img/aloldal/karrier-boritokep.jpg); */
  background-image: url("/img/aloldal/karrier-boritokep.jpg");
  background-size: cover;
  /* background-size: auto 240px; */
  color: white;
}

.munkakorok-blokk {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 2% 10% 10%;
  color: #808080;
}

.munkakor-reszletek-blokk {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10%;
  color: #000000;
}

.munkakor-reszletek-blokk p {
  margin-bottom: 5%;
}

.munkakor-reszletek-blokk h2 {
  margin-bottom: 2%;
}

.munkakor-reszletek-blokk-tartalom {
  width: 60%;
  padding-right: 5%;
  padding-bottom: 5%;
  margin-bottom: 5%;
}

.munkakor-reszletek-blokk-kapcsolat {
  width: 40%;
  margin-bottom: 5%;
}

.felsorolas-lista {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 200;
  margin-left: 25px;
  margin-bottom: 5%;
}

.munkakorok-lista {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.munkakor {
  display: flex;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.munkakor-tartalom,
.munkakor-reszletek {
  width: 60%;
  padding: 3%;
}

.munkakor-reszletek {
  text-align: right;
}

.munkakor-tartalom > h2 {
  color: #000000;
  margin-bottom: 30px;
}

.munkakor-tartalom > p {
  font-size: 16px;
}

.munkakor-reszletek > a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #000000;
  padding: 15px 30px;
  margin-bottom: 5px;
}

.munkakor-reszletek a:hover {
  background-color: #000000;
  color: #ffffff;
}

.kapcsolat-lista,
.kapcsolat-lista h2 {
  color: #000000;
}

.munkakor-leiras-lista,
.kapcsolat-lista {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.munkakor-leiras-lista li,
.kapcsolat-lista li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.kapcsolat-lista li {
  padding: 0 15px;
  margin-bottom: 15px;
}

.lista-ikon {
  width: 20px;
  margin-right: 10px;
  text-align: center;
}

.munkakor-kapcsolat-blokk {
  width: 40%;
  padding-left: 5%;
}

.munkakor-kapcsolat {
  height: 200px;
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.munkakor-kapcsolat h2 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .munkakorok-blokk {
    flex-wrap: wrap-reverse;
  }

  .munkakor-kapcsolat-blokk {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }

  .munkakorok-lista {
    width: 100%;
  }

  .munkakor-reszletek-blokk-tartalom {
    width: 100%;
    padding-right: 0;
  }

  .munkakor-reszletek-blokk-kapcsolat {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .munkakor-tartalom,
  .munkakor-reszletek {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .munkakor {
    flex-wrap: wrap;
    padding: 3% 0;
  }
}

/* technologia */

.technologia-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
  align-content: center;
  padding-left: 12%;
  padding-right: 12%;
  text-align: center;
}

.technologia-lista {
  display: flex;
  padding-top: 3%;
  padding-bottom: 5%;
  justify-content: center;
  flex-wrap: wrap;
}

.technologia-elem {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
}

.technologia-elem img {
  max-height: 60px;
  opacity: 0.9;
}

/********************* ***** ****************************/

/*********** Kapcsolat oldal****************/

/********************* ***** **************************/

.kapcsolat-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3%;
}

.kapcsolat-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.kapcsolat-rows iframe {
  width: 500px;
  height: 100%;
  border: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.kapcsolat-tartalom-row {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
}

.kapcsolat-tartalom-row a {
  color: #000000;
}

.kapcsolat-tartalom-row p {
  padding-top: 3px;
}

.bold {
  font-weight: 500;
}

.kapcsolat-tartalom-cim {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 5%;
  text-align: center;
  padding-bottom: 3%;
}

.kapcsolat-tartalom-cim h2 {
  font-weight: 200;
}

@media all and (max-width: 650px) {
  .kapcsolat-tartalom-cim {
    padding-left: 5%;
    padding-right: 5%;
  }

  .kapcsolat-rows {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
  }

  .kapcsolat-rows iframe {
    width: 100%;
  }
}

/********************* ***** ****************************/

/*********** Referencia aloldal****************/

/********************* ***** **************************/

.referencia-blokk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
}

.referencia-rows {
  display: flex;
  flex-direction: row;
}

.referencia-tartalom-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 4%;
  width: 50%;
  justify-content: center;
}

.referencia-tartalom-row img {
  max-width: 450px;
}

.referencia-tartalom-row p {
  padding-top: 3px;
  word-wrap: break-word;
  padding-bottom: 3px;
}

.referencia-tartalom-cim {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 5%;
  text-align: center;
  padding-bottom: 3%;
}

.referencia-tartalom-cim h2 {
  font-weight: 200;
}

@media all and (max-width: 1100px) {
  .referencia-rows {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 650px) {
  .referencia-tartalom-cim {
    padding-left: 5%;
    padding-right: 5%;
  }

  .referencia-rows {
    width: 100%;
  }

  .referencia-rows img {
    width: 100%;
  }
}

/********************* ***** ****************************/

/*********** Felveteli szoftver termék oldal****************/

/********************* ***** **************************/

.felvetelikep {
  max-height: 500px;
  max-width: 450px;
}

.felvetelikep2 {
  max-width: 100%;
}

/********************* ***** ****************************/

/********************** GYIK Modul**********************/

/******************************************************/

.gyik-blokk {
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 3%;
}

.gyik-blokk h3 {
  font-size: 1.5em;
}

.gyik-blokk span {
  padding-right: 30px;
}

.accordion-toggle {
  cursor: pointer;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 20px;
  padding-top: 20px;
}

.accordion-content {
  display: none;
  padding-top: 10px;
}

.accordion-content.default {
  display: block;
}

/*///////////////////////////////////////////*/

/*//////////MOBIL ÉS TABLET NÉZET //////////*/

/*///////////////////////////////////////////*/

@media all and (max-width: 1115px) {
  .is-hidden-on-tablet {
    display: none;
  }

  /* TABLET NAVIGÁCIÓ*/

  .menu-container {
    justify-content: center;
  }

  .navigation li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  /* -------TABLET NAVIGÁCIÓ Vége*/

  /*BLOKK1 */

  /*Typing effekt tablet */

  #typewriter {
    font-size: 1.5em;
  }

  /*-----Typing effekt tablet VÉGE */
}

@media all and (max-width: 985px) {
  /* MOBIL NAVIGÁCIÓ*/

  .menu-container {
    justify-content: space-between;
  }

  .logo {
    align-self: center;
    padding-left: 0px;
  }

  .logo img {
    width: 150px;
    height: 30px;
  }

  .is-hidden-on-mobile {
    display: none;
  }

  .navigation {
    flex-flow: column wrap;
    padding: 0;
    width: 100%;
  }

  .navigation a {
    text-align: left;
    padding: 5px;
  }

  .toogle {
    display: block;
  }

  .navigation li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }

  .navigation li:last-of-type a {
    border-bottom: none;
  }

  /*Almenüpont*/

  .submenu {
    display: block;
    list-style: none;
    background-color: #FFFFFF;
    z-index: 55555;
    padding-top: 0px;
    padding-right: 70px;
    padding-left: 20px;
    padding-bottom: 0px;
    position: relative;
    margin-top: 0px;
  }

  .submenu li {
    padding: 2px;
    /*Miert mi*/
  }

  .testimonial_area p {
    padding-right: 0px;
  }

  /* ------MOBIL NAVIGÁCIÓ VÉGE */
}

@media all and (max-width: 1500px) {
  .kezdo-elem h1 {
    font-size: 25px;
  }
}

@media all and (max-width: 650px) {
  /*BLOKK 1 */

  /*Typing effekt mobil */

  .kezdo-elem {
    width: 30vh;
  }

  .kezdo-elem h1 {
    font-size: 25px;
  }

  #typewriter {
    font-size: 0.8em;
  }

  /*-----Typing effekt mobil VÉGE */
}

/* ------MOBIL ÉS TABLET NÉZET VÉGE */

/*///////////////////////////////////////////*/

/*//////////Kapcsolati form dizájn //////////*/

/*///////////////////////////////////////////*/

.arajanlat-blokk {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-general {
  padding: 20px 0;
  overflow: hidden;
}

.site-wrapper {
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.wizard {
  position: relative;
  text-align: center;
}

.wizard-steps {
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 14px;
}

.wizard-header {
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: 300;
}

.wizard-options {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}

.wizard-option-item {
  width: 258px;
  height: 310px;
  margin: 0 25px;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wizard-option-item:hover {
  top: -5px;
  border-color: #0a2e59;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.wizard-steps > span.done {
  background-color: #072144;
}

.wizard-steps > span:first-child {
  margin-left: 25px;
}

.wizard-steps > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 15px;
  background-color: #a7b2c2;
}

.icon-wizard {
  display: inline-block;
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

/*Form formatting*/

.form-field > label {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

.text-field {
  width: 100%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

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

.wizard-form {
  margin: 0px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wizard-form-col1,
.wizard-form-col2 {
  width: 50%;
  box-sizing: border-box;
}

.wizard-form-col1 {
  padding-right: 40px;
}

.form-field {
  margin-bottom: 25px;
  text-align: left;
}

.field_with_errors label {
  background: #ff665f;
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.wizard-form-col2 {
  padding-left: 40px;
}

.form-submit {
  margin-top: 0px;
  text-align: center;
}

.form-submit-btn {
  border: 0;
  display: inline-block;
  width: 160px;
  height: 55px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  border-radius: 4px;
  -webkit-appearance: none;
  border: 2px solid #000000;
}

.wizard-back-link {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  right: 50px;
  top: 50px;
  text-decoration: none;
}

/* Mobil ajanlatkero form*/

@media screen and (max-width: 600px) {
  .section-general {
    padding: 40px 0;
  }

  .wizard-options {
    flex-wrap: wrap;
  }

  .wizard-option-item {
    width: auto;
    height: auto;
    padding: 20px 10px;
    margin-bottom: 15px;
    flex: 1;
    margin: 2%;
  }

  .icon-wizard {
    margin-bottom: 5px;
  }

  .wizard-back-link {
    position: static;
  }

  .wizard-form {
    display: block;
    margin: 40px 0;
  }

  .wizard-form-col1 {
    padding-right: 0;
    width: 100%;
    padding: 15px;
  }

  .wizard-form-col2 {
    padding-left: 0;
    width: 100%;
    padding: 15px;
  }

  .form-field {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .wizard-options {
    margin: 40px 0;
  }

  .wizard-option-item {
    margin: 10px 10px;
    height: 240px;
    font-size: 16px;
  }
}

/******** VIDEO POPUP ************/

.popup__toggle {
  cursor: pointer;
}

.popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 100;
}

.popup__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: "";
}

.popup {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 480px;
  padding: 20px;
  border: 1px solid black;
  background: black;
  color: white;
  vertical-align: middle;
}

.popup-form__row {
  margin: 1em 0;
}

.popup__close {
  display: block;
  position: absolute;
  top: 0px;
  right: 2px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  text-decoration: none;
  font-weight: bold;
}

.popup__close:hover {
  color: #ffffff;
}

iframe {
  width: 100%;
  height: 100%;
}

.btn-video {
  background-color: #e3e3e3;
}

.btn-video:hover {
  background-color: #000000;
  color: #ffffff;
}

/* other styles */

/* input[type="button"] {
  border: none;
  padding: 0.5em;
  background-color: yellow;
} */

/* input[type="button"]:hover {
  background-color: yellowgreen;
} */

.link {
  padding: 10px 3px 3px 0px;
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
}

.link-decoration-none {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-animacio {
  padding: 10px 3px 3px 0px;
  position: relative;
  display: inline-block;
  margin-left: 0;
  color: #0067b8;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.link-animacio:hover:after {
  width: 70px;
  left: 0;
}

.link-animacio:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s;
  width: 0;
}

.img-responzive {
  width: 100%;
}

.dolt-betu {
  font-style: italic;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-white {
  color: #ffffff;
}

.text-blue {
  color: #0067b8;
}

.text-orange {
  color: #ff6d05;
}

.text-light-orange {
  color: #efd579;
}

.bg-feher {
  background-color: #ffffff;
}

.bg-halvany-szurke {
  background-color: #F6F6F6;
}

.bg-szurke {
  background-color: #7f7f7f;
}

.bg-szurkeskek {
  background-color: #264a60;
}

.bg-kek {
  background-color: #2c5b8f;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.py-5 {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.px-10 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.no-border {
  border: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.text-22 {
  font-size: 22px !important;
}

.font-italic {
  font-style: italic !important;
}

.font-20 {
  font-size: 20px;
}

.w-100 {
  width: 100% !important;
}

.aloldal-blokk {
  width: 100%;
  padding: 3% 10%;
}

.blokk-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aloldal-egyeb-blokk {
  display: flex;
  align-items: center;
}

.vezerlo-blokk {
  padding: 30px 10% 0;
}

.aloldal-tartalom-rpa-tablazat-blokk {
  height: 200px;
  width: 100%;
  background-image: url("/img/aloldal/rpa-tablazat.jpg");
  background-size: cover;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
}

.aloldal-tartalom-left-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: left;
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 3%;
}

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 20px;
}

.table td,
.table th {
  border: 1px solid #7f7f7f;
  text-align: left;
  vertical-align: top;
  padding: 15px;
  min-width: 200px;
}

.aloldal-tartalom-landing-blokk {
  height: 300px;
  width: 100%;
  background-image: url("/img/aloldal/landing-boritokep.jpg");
  background-size: cover;
  color: white;
  padding-left: 12%;
  padding-top: 100px;
  margin-bottom: 30px;
}

.landing-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.landing-rows {
  flex-direction: row;
  align-items: start !important;
}

.landing-contact {
  margin-top: 30px;
}

.landing-footer {
  background-color: #373738 !important;
  padding: 15px 0;
}

.landing-form {
  background-color: #373738;
  padding: 30px;
}

.landing-form-title {
  font-size: 25px;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}

.landing-form-button {
  width: 100%;
  padding: 30px;
  height: unset;
  color: #ffffff;
  background-color: #373738;
  border: 2px solid #ffffff;
  border-radius: 0 !important;
}

.landing-form-button:hover {
  color: #373738;
  background-color: #ffffff;
}

.landing-form-button:disabled {
  opacity: 0.65;
}

.gdpr {
  color: #ffffff;
  font-size: 18px !important;
  margin-left: 30px;
}

.gdpr a {
  color: #ffffff;
  text-decoration: none;
}

.gdpr a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.gdpr-checkbox {
  width: 16px;
  height: 16px;
  position: absolute;
}

.aloldal-tartalom-rows-base {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}

.social-icon {
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
}

.social-youtube:hover {
  color: #FF0000;
}

.social-linkedin:hover {
  color: #2867B2;
}

@media all and (max-width: 985px) {
  .landing-rows {
    flex-direction: column-reverse !important;
  }
}

@media all and (max-width: 600px) {
  .table {
    font-size: 16px;
  }

  .table td,
  .table th {
    min-width: unset;
  }

  .table td > .felsorolas-lista {
    font-size: 16px;
  }
}

.racs-sor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 calc(10% - 30px);
}

@media (min-width: 0px) {
  .oszlop-xs-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .oszlop-xs-2 {
    flex: 0 0 auto;
    width: 50%;
  }

  .oszlop-xs-3 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .oszlop-xs-4 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 576px) {
  .oszlop-sm-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .oszlop-sm-2 {
    flex: 0 0 auto;
    width: 50%;
  }

  .oszlop-sm-3 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .oszlop-sm-4 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .oszlop-md-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .oszlop-md-2 {
    flex: 0 0 auto;
    width: 50%;
  }

  .oszlop-md-3 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .oszlop-md-4 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .oszlop-lg-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .oszlop-lg-2 {
    flex: 0 0 auto;
    width: 50%;
  }

  .oszlop-lg-3 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .oszlop-lg-4 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .oszlop-xl-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .oszlop-xl-2 {
    flex: 0 0 auto;
    width: 50%;
  }

  .oszlop-xl-3 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .oszlop-xl-4 {
    flex: 0 0 auto;
    width: 25%;
  }
}

.aloldal-tartalom-teszteles-blokk {
  height: 300px;
  width: 100%;
  background-image: url("/img/aloldal/bi/bi_top.png");
  background-size: cover;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3%;
}

.aloldal-tartalom-teszteles-blokk p {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 10px;
}

.aloldal-tartalom-tesztelesi-modszertanok-blokk {
  width: 100%;
  background-image: url("/img/aloldal/bi/bi_middle.png");
  background-size: cover;
  color: white;
  padding: 2% 10%;
}

.aloldal-tartalom-tesztelesi-modszertanok-blokk h2 {
  margin-bottom: 15px;
}

.aloldal-tartalom-tesztelesi-fazisok-blokk {
  width: 100%;
  background-image: url("/img/aloldal/teszteles/tesztelesi_fazisok.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: white;
}

@media all and (max-width: 1024px) {
  .aloldal-tartalom-tesztelesi-modszertanok-blokk {
    background-image: none;
    background-color: black;
  }
}

.aloldal-tartalom-lista h3 {
  margin-left: 38px;
  color: #000000;
}

.lista {
  list-style: none;
}

.lista > li {
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  color: #000000;
}

.lista-link {
  margin-left: 10px;
  color: #0067b8;
}

.folyamat {
  padding: 30px;
}

.folyamat img {
  width: 100%;
}

.folyamat-cim {
  padding: 10px 0;
}

.folyamat-cim .link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.szoveg-sor-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.szoveg-sor-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.folyamat-lista-cim {
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 45px;
  padding-bottom: 30px;
}

.folyamat-lista-elem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0;
}

.folyamat-lista-kor-elem {
  font-family: sans-serif, Arial, Helvetica;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff6d05;
  border-radius: 30px;
  font-weight: bold;
  padding: 8px 12px;
}

.folyamat-lista-szoveg {
  padding: 0 15px;
}

.btn-folyamatpeldak {
  color: #ffffff;
  border: 5px solid #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 15px;
  margin-left: 4%;
}

.btn-folyamatpeldak:hover {
  color: #2c5b8f;
  background-color: #ffffff;
}

.btn-osszesfolyamat {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  background-color: #2c5b8f;
  padding: 15px 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.btn-osszesfolyamat:hover {
  color: #ffffff;
  background-color: #568ecb;
}

.form-select {
  width: 200px;
  margin-top: 5px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.07);
}

.form-select:focus,
.form-select:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.form-select:after {
  content: "\25BE";
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1;
  color: #bbbbbb;
  line-height: 40px;
  font-size: 14px;
}

.ie .form-select:after {
  display: none;
}

select {
  position: relative;
  background: transparent;
  background-image: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  outline: none;
  color: #888888;
  cursor: pointer;
  z-index: 2;
  border: none;
  padding: 10px 10px 10px 5px;
  text-overflow: "";
  text-indent: 5px;
}

select[multiple=multiple] {
  height: auto;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.07);
}

select[multiple=multiple]:hover {
  border-color: #cccccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

select option[disabled] {
  color: #eeeeee;
  text-shadow: none;
  border: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #888888;
}

select::-ms-expand {
  display: none;
}

.tab-blokk {
  padding: 30px 10%;
  background-color: #F6F6F6;
  margin-bottom: 30px;
}

.tab-blokk-title {
  font-size: 2em;
  margin-bottom: 30px;
}

/* Style the tab */

.tab {
  overflow: hidden;
  border-bottom: 2px solid #7f7f7f;
  /* Style the buttons inside the tab */
}

.tab .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  background-color: #dedede;
  margin-right: 2px;
}

.tab .tablinks:hover {
  /* Change background color of buttons on hover */
  background-color: #c5c5c5;
}

.tab .tablinks.active {
  /* Create an active/current tablink class */
  color: #ffffff;
  background-color: #7f7f7f;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding-top: 30px;
}

.tabcontent p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 100;
}

.tabcontent-contanier {
  display: flex;
  flex-wrap: wrap;
}

.tabcontent-wrapper {
  padding-right: 30px;
  padding-bottom: 30px;
}

.tabcontent-box {
  max-width: 300px;
  padding: 30px;
  background-color: #ffffff;
  height: 500px;
}

.technologia-kep {
  height: 75px;
}

/*corvinsoft.com*/

.valami {
  border: 0;
}

