:root,
[data-bs-theme=light] {
  --bs-body-font-family: "Nunito Sans", sans-serif;
  --bs-body-color: #231F20;
  --bs-body-color-rgb: 35, 31, 32;
  --bs-body-font-size: 16px;
  --bs-light: #F1EDED;
  --bs-light-rgb: 241, 237, 237;
  --bs-primary: #E03228;
  --bs-primary-rgb: 224, 50, 40;
  --bs-secondary: #73C69A;
  --bs-secondary-rgb: 115, 198, 154;
  --bs-dark: #231F20;
  --bs-dark-rgb: 35, 31, 32; }

html,
body {
  scroll-behavior: auto !important;
  font-weight: 400; }

p {
  text-align: justify; }

.wrapper {
  overflow: hidden; }

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 900; }

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900; }

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 900; }

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 900; }

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .1em; }

.mt-n3 {
  margin-top: -1rem; }

.fs-14px {
  font-size: 14px; }

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

.nopmargin p:last-child {
  margin: 0; }

a {
  color: var(--bs-primary); }
  a:hover {
    color: var(--bs-primary); }

img {
  max-width: 100%;
  height: auto; }

.img-w-100 img {
  width: 100%; }

.cursor-pointer {
  cursor: pointer; }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.dropdown-menu {
  border-radius: 15px 15px 15px 2px;
  overflow: hidden; }

.dropdown-item {
  color: var(--bs-primary); }

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(var(--bs-body-color-rgb), 0.1);
  color: var(--bs-primary); }

@media (min-width: 768px) {
  .pt-md-6 {
    padding-top: 6rem !important; } }
img.alignleft,
img.alignright,
img.aligncenter {
  border-radius: 10px; }

.alignleft {
  float: left;
  margin: 5px 20px 30px 0;
  display: inline-block;
  max-width: 50%; }
  .alignleft img {
    border-radius: 10px; }

.alignright {
  float: right;
  margin: 5px 0 30px 20px;
  display: inline-block;
  max-width: 50%; }
  .alignright img {
    border-radius: 10px; }

.aligncenter {
  margin: 20px auto;
  display: block; }
  .aligncenter img {
    border-radius: 10px; }

.wp-caption-text {
  font-size: 12px;
  color: #adadad;
  margin: 5px 0; }

.header {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1050;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .header .logo {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    display: inline-block;
    width: 180px; }
  .header .nav > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center; }
    .header .nav > ul > li {
      list-style: none;
      position: relative; }
      .header .nav > ul > li a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--bs-body-color);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        .header .nav > ul > li a:hover {
          color: var(--bs-primary); }
      .header .nav > ul > li.current-menu-item > a {
        color: var(--bs-primary); }
      .header .nav > ul > li.webshop a {
        background-color: var(--bs-primary);
        color: #fff;
        border-radius: 8px;
        line-height: 22px;
        padding: 4px 8px; }
        .header .nav > ul > li.webshop a:hover {
          background-color: var(--bs-body-color); }
      .header .nav > ul > li ul {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
        margin: 0;
        padding: 0;
        background-color: var(--bs-light);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        padding: 8px 16px;
        border-radius: 8px;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        width: 200px; }
        .header .nav > ul > li ul li {
          list-style: none;
          margin: 2px 0; }
          .header .nav > ul > li ul li a {
            display: block;
            color: var(--bs-body-color);
            font-weight: bold;
            text-transform: none;
            text-decoration: none;
            font-size: 14px;
            line-height: 1.5rem; }
            .header .nav > ul > li ul li a:hover {
              color: var(--bs-primary); }
      .header .nav > ul > li:hover ul {
        opacity: 1;
        visibility: visible; }
  .header .lang {
    position: relative; }
    .header .lang ul {
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 100;
      margin: 0;
      padding: 0;
      background-color: var(--bs-light);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      padding: 8px 16px;
      border-radius: 8px;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      opacity: 0;
      visibility: hidden;
      width: 120px; }
      .header .lang ul li {
        list-style: none;
        margin: 2px 0; }
        .header .lang ul li a {
          display: block;
          color: var(--bs-body-color);
          font-weight: bold;
          text-transform: none;
          text-decoration: none;
          font-size: 14px;
          line-height: 1.5rem; }
          .header .lang ul li a:hover {
            color: var(--bs-primary); }
    .header .lang:hover ul {
      opacity: 1;
      visibility: visible; }
  .header.sticky {
    padding: 10px 0; }
    .header.sticky .logo {
      width: 100px; }

.hph {
  height: 120px; }

.modal-body .nav ul {
  margin: 0;
  padding: 0; }
  .modal-body .nav ul li {
    list-style: none; }
    .modal-body .nav ul li a {
      display: block;
      color: var(--bs-body-color);
      font-weight: 900;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px; }
    .modal-body .nav ul li ul {
      padding-left: 1.5rem; }

.footer .nav ul {
  margin: 0;
  padding: 0; }
  .footer .nav ul li {
    list-style: none; }
    .footer .nav ul li a {
      color: var(--bs-body-color);
      text-decoration: none; }
      .footer .nav ul li a:hover {
        color: var(--bs-primary); }

.social-ikon.scrolltop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  width: 48px;
  height: 48px;
  font-size: 20px; }

.grecaptcha-badge {
  z-index: -10;
  opacity: 0; }

.palyazat-fulecskek {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 100000;
  transform: translate(0, -50%); }
  .palyazat-fulecskek .fulecske-box-container {
    position: relative;
    left: 0;
    transition: 0.3s ease-in-out; }
    .palyazat-fulecskek .fulecske-box-container.closed {
      left: -170px; }
    .palyazat-fulecskek .fulecske-box-container a.fulecske-box {
      display: block;
      background: rgba(255, 255, 255, 0.95);
      width: 290px;
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      left: 0;
      color: #000;
      transition: 0.3s ease-in-out;
      margin-bottom: 5px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
      .palyazat-fulecskek .fulecske-box-container a.fulecske-box .content {
        font-size: 12px;
        padding: 5px; }
        .palyazat-fulecskek .fulecske-box-container a.fulecske-box .content p {
          margin: 0; }
    .palyazat-fulecskek .fulecske-box-container .fulecske-close {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      background-color: var(--bs-primary);
      color: #fff;
      display: inline-block;
      line-height: 20px;
      width: 20px;
      text-align: center;
      border-radius: 50%; }

.title-bg-primary,
.title-bg-light {
  padding: .25rem .75rem;
  border-radius: 10px;
  display: inline;
  line-height: 1.5em;
  text-wrap: pretty;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.title-bg-primary {
  background-color: var(--bs-primary);
  color: #fff; }

.title-bg-light {
  background-color: var(--bs-light);
  color: var(--bs-body-color); }

ul > li > .mb-3 {
  margin: 0 !important; }

.module-terkep iframe {
  display: block;
  width: 100%;
  height: 75vh; }

.hero-slider-img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  width: 50vw; }
  .hero-slider-img.vidi iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  .hero-slider-img.vidi2 video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }

.module-idovonal .idovonal-container {
  position: relative; }
  .module-idovonal .idovonal-container:before {
    content: '';
    width: 4px;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    background-color: var(--bs-body-color); }
.module-idovonal .idovonal-ev {
  position: relative; }
  .module-idovonal .idovonal-ev:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    position: absolute;
    top: calc(50% - 10px);
    right: calc(-1.5rem - 10px); }
.module-idovonal .order-md-2 .idovonal-ev:after {
  right: auto;
  left: calc(-1.5rem - 10px); }
.module-idovonal .idovonal-content {
  background-color: var(--bs-light);
  border-radius: 8px;
  padding: 8px; }

.module-folyamat .folyamat-box {
  position: relative;
  text-decoration: none;
  text-align: center;
  background-color: var(--bs-primary);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  padding: 10px;
  overflow: hidden; }
  .module-folyamat .folyamat-box h3 {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
  .module-folyamat .folyamat-box .count {
    font-size: 24px;
    font-weight: 900;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    color: var(--bs-body-color);
    border-bottom-left-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
  .module-folyamat .folyamat-box.type-icon .icon {
    font-size: 64px;
    opacity: .5; }
  .module-folyamat .folyamat-box.type-icon .hover {
    background-color: var(--bs-primary); }
  .module-folyamat .folyamat-box.type-img .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
  .module-folyamat .folyamat-box .hover {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    padding: 10px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 0; }
    .module-folyamat .folyamat-box .hover .btn-tovabb {
      font-weight: 900;
      line-height: 40px;
      padding: 0 16px;
      background-color: #fff;
      color: var(--bs-body-color);
      border-top-left-radius: 20px;
      position: absolute;
      bottom: 0;
      right: 0; }
  .module-folyamat .folyamat-box:hover .count {
    opacity: 0; }
  .module-folyamat .folyamat-box:hover .hover {
    top: 0;
    opacity: 1; }
  .module-folyamat .folyamat-box.type-img:hover > h3 {
    opacity: 0; }
  .module-folyamat .folyamat-box.type-img:hover .overlay {
    opacity: 0; }
  .module-folyamat .folyamat-box.type-img:hover .hover {
    background-color: rgba(0, 0, 0, 0.5); }

.folyamat-box-container:not(.last) {
  position: relative; }
  .folyamat-box-container:not(.last):before {
    content: '';
    width: 1.5rem;
    height: 2rem;
    position: absolute;
    right: -1.5rem;
    top: 0;
    border: 1px solid;
    border-color: transparent var(--bs-body-color) var(--bs-body-color) transparent;
    border-bottom-right-radius: 10px; }
  .folyamat-box-container:not(.last):after {
    content: '';
    width: 100%;
    height: 1.5rem;
    position: absolute;
    left: calc(100% + 1.5rem - 1px);
    top: calc(-1.5rem + 1px);
    border: 1px solid;
    border-color: var(--bs-body-color) var(--bs-body-color) transparent var(--bs-body-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.sticky-folyamat {
  position: fixed;
  left: 0;
  top: 64px;
  right: 0;
  z-index: 1020;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }
  .sticky-folyamat .folyamat-btn {
    background-color: var(--bs-primary);
    text-decoration: none;
    border-radius: 20px;
    padding: 6px 10px;
    font-weight: 900;
    font-size: 18px; }
  .sticky-folyamat.active {
    visibility: visible;
    opacity: 1; }

.module-szamok .szam-box {
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  padding: 30px 10px; }
  .module-szamok .szam-box .icon {
    font-size: 96px; }

.module-szamok_zold .szam-zold-box {
  position: relative; }
  .module-szamok_zold .szam-zold-box h4 {
    position: relative;
    left: 20px;
    top: -20px;
    right: 0; }

.shop-slider .slick-list {
  border-radius: 20px; }

.mozaik-img {
  border-radius: 20px;
  overflow: hidden; }
  .mozaik-img.kiemlt-img {
    aspect-ratio: 16 / 5;
    display: flex;
    align-items: center;
    justify-content: center; }

.social-ikon {
  display: inline-block;
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--bs-primary);
  color: #fff; }
  .social-ikon:hover {
    background-color: var(--bs-dark);
    color: #fff; }

.logo-slider-img img {
  height: 100px;
  width: auto; }

.tech-hero-box {
  position: relative;
  text-decoration: none;
  text-align: center;
  background-color: var(--bs-primary);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  border-radius: 20px;
  aspect-ratio: 3 / 2;
  padding: 10px;
  overflow: hidden; }
  .tech-hero-box h3 {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
  .tech-hero-box .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
  .tech-hero-box .arrow {
    font-size: 24px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: var(--bs-light);
    color: var(--bs-body-color);
    border-bottom-left-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
  .tech-hero-box:hover {
    color: #fff; }
    .tech-hero-box:hover .arrow {
      color: var(--bs-primary); }

.nav-tabs {
  border-bottom: none;
  justify-content: center; }
  .nav-tabs .nav-link {
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    border: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 5px 15px;
    position: relative;
    margin: 0 20px;
    -webkit-transition: 0s ease;
    -moz-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease; }
    .nav-tabs .nav-link:before, .nav-tabs .nav-link:after {
      content: '';
      width: 20px;
      height: 20px;
      mask: url("../images/tab-before.svg") no-repeat 0 0;
      background-color: var(--bs-primary);
      position: absolute;
      bottom: 0; }
    .nav-tabs .nav-link:before {
      left: -20px; }
    .nav-tabs .nav-link:after {
      right: -20px;
      transform: rotate(90deg); }
    .nav-tabs .nav-link.active {
      background-color: var(--bs-light); }
      .nav-tabs .nav-link.active:before, .nav-tabs .nav-link.active:after {
        background-color: var(--bs-light); }

.tcs-kiemelt {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative; }
  .tcs-kiemelt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%); }

.tcs-kiemelt-2 {
  border-radius: 20px;
  background-color: #f1eded; }

.section-start {
  background-image: url("../images/section-start.svg");
  background-position: 0 0;
  background-repeat: repeat-x; }

.post-date,
.post-cat {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 1rem;
  padding: 5px 15px 0;
  position: absolute;
  left: 30px;
  bottom: 0; }
  .post-date:before, .post-date:after,
  .post-cat:before,
  .post-cat:after {
    content: '';
    width: 10px;
    height: 10px;
    mask: url("../images/post-date-before.svg") no-repeat 0 0;
    background-color: #fff;
    position: absolute;
    bottom: 0; }
  .post-date:before,
  .post-cat:before {
    left: -10px; }
  .post-date:after,
  .post-cat:after {
    right: -10px;
    transform: rotate(90deg); }

.post-cat {
  font-weight: bold;
  color: var(--bs-primary); }

.mozaik-img .post-date,
.tcs-kiemelt .post-date {
  left: auto;
  right: 30px; }

.hir-slider {
  border-radius: 20px;
  overflow: hidden; }

.slick-dots {
  bottom: -30px; }
  .slick-dots li {
    margin: 0 4px;
    width: 12px;
    height: 12px; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      background: var(--bs-body-color);
      border-radius: 50%;
      opacity: 1; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    opacity: 1;
    background: var(--bs-primary); }
  .slick-dots li:only-child {
    display: none; }

.slick-prev,
.slick-next {
  width: 80px;
  height: 80px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 5;
  background-color: var(--bs-primary);
  top: 0;
  transform: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background-color: var(--bs-primary); }
  .slick-prev:before,
  .slick-next:before {
    display: none; }
  .slick-prev:after,
  .slick-next:after {
    content: '';
    position: absolute;
    top: 28px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    visibility: hidden;
    opacity: 0; }

.slick-prev {
  left: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  .slick-prev:after {
    left: 30px;
    transform: rotate(225deg); }

.slick-next {
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px; }
  .slick-next:after {
    left: 26px;
    transform: rotate(45deg); }

.form-control,
.form-select {
  border-radius: 12px; }

.wpcf7-not-valid-tip {
  color: var(--bs-primary); }

.bg-primary .wpcf7-not-valid-tip {
  color: #fff; }

.wpcf7-spinner {
  position: absolute;
  margin: 0; }

.btn {
  border-radius: 12px;
  font-weight: bold;
  text-transform: uppercase; }

.btn-sm {
  text-transform: none;
  border-radius: 20px; }

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary); }
  .btn-primary:hover {
    background-color: var(--bs-body-color);
    border-color: var(--bs-body-color); }
  .btn-primary:active {
    background-color: var(--bs-body-color) !important;
    border-color: var(--bs-body-color) !important; }
  .btn-primary:disabled, .btn-primary.disabled {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary); }
  .btn-primary.show {
    background-color: var(--bs-light);
    border-color: var(--bs-primary);
    color: var(--bs-primary); }

.btn-secondary {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: var(--bs-light); }
  .btn-secondary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-light); }
  .btn-secondary:active {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-light) !important; }

.btn-light {
  background-color: var(--bs-light);
  border-color: var(--bs-light);
  color: var(--bs-primary); }
  .btn-light:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-light);
    color: var(--bs-light); }

.btn-outline-primary {
  border-color: var(--bs-primary);
  color: var(--bs-primary); }
  .btn-outline-primary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-light); }

.btn-outline-light {
  background-color: transparent;
  border-color: var(--bs-light);
  color: var(--bs-light); }
  .btn-outline-light:hover {
    background-color: var(--bs-light);
    border-color: var(--bs-light);
    color: var(--bs-dark); }

.btn-link-light {
  color: var(--bs-light); }
  .btn-link-light:hover, .btn-link-light.show {
    color: var(--bs-light);
    border-color: transparent; }

.wpcf7 form .wpcf7-response-output {
  border-radius: 10px;
  margin: 1.5em 0 1em;
  padding: .5em 1em;
  text-align: center; }

.checkbox .wpcf7-list-item {
  margin-left: 0; }
.checkbox .wpcf7-list-item-label {
  position: relative;
  line-height: 24px;
  padding: 0 0 0 20px;
  display: block;
  margin-left: 0; }
.checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--bs-primary);
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }
.checkbox .wpcf7-list-item-label:after {
  content: "\f00c";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  font-size: 12px;
  color: var(--bs-primary);
  width: 16px;
  line-height: 16px;
  position: absolute;
  left: 0px;
  top: 3px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }
.checkbox input[type="checkbox"] {
  display: none; }
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }
.checkbox.checkbox-light .wpcf7-list-item-label:before {
  border-color: #fff; }
.checkbox.checkbox-light .wpcf7-list-item-label:after {
  color: #fff; }

@media (max-width: 1399px) {
  .module-folyamat .folyamat-box h3 {
    font-size: 16px; } }
@media (max-width: 1199px) {
  p {
    text-align: left; }

  h1,
  .h1 {
    font-size: 48px; }

  h2,
  .h2 {
    font-size: 36px; }

  h3,
  .h3 {
    font-size: 24px; }

  h4,
  .h4 {
    font-size: 18px; }

  h5,
  .h5 {
    font-size: 16px; }

  .folyamat-box-container:not(.last):before,
  .folyamat-box-container:not(.last):after {
    display: none; }

  .module-szamok .szam-box .icon {
    font-size: 60px; }

  .module-szamok_zold .szam-zold-box h4 {
    bottom: 5px; }

  .nav-tabs .nav-link {
    font-size: 16px; } }
@media (max-width: 991px) {
  .tech-hero-box .arrow {
    font-size: 18px;
    line-height: 40px;
    width: 40px; }

  .nav-tabs .nav-link {
    font-size: 14px;
    border-radius: 10px;
    margin: 0 2px 4px; }

  .nav-tabs .nav-link:before,
  .nav-tabs .nav-link:after {
    display: none; } }
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px; }

  h2,
  .h2 {
    font-size: 24px; }

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

  h4,
  .h4 {
    font-size: 18px; }

  h5,
  .h5 {
    font-size: 16px; }

  .header .logo {
    width: 100px; }

  .hph {
    height: 84px; }

  .hero-slider-img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: -30px; }

  .module-idovonal .idovonal-container:before {
    left: 8px; }

  .module-idovonal .idovonal-ev:after,
  .module-idovonal .order-md-2 .idovonal-ev:after {
    right: auto;
    left: -1.5rem; }

  .module-szamok .szam-box {
    padding: 10px; }

  .module-szamok .szam-box .icon {
    font-size: 48px; }

  .module-szamok_zold .szam-zold-box h4 {
    bottom: 3px; }

  .nav-tabs .nav-link {
    padding: 5px 10px; }

  .post-date, .post-cat {
    font-size: 14px; }

  .tech-hero-box h3,
  .hero-slider h1 {
    hyphens: auto; } }

/*# sourceMappingURL=style.css.map */
