@charset "UTF-8";
/* fira-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/closeuni/assets/fonts/fira-sans-v18-latin_latin-ext-regular.woff2") format("woff2");
}
/* fira-sans- 500 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: medium;
  font-weight: 500;
  src: url("/wp-content/themes/closeuni/assets/fonts/fira-sans-v18-latin_latin-ext-500.woff2") format("woff2");
}
/* fira-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/closeuni/assets/fonts/fira-sans-v18-latin_latin-ext-800.woff2") format("woff2");
}
/*------------------------------------
  BASE / RESET / TYPOGRAPHY
------------------------------------*/
/*------------------------------------
  1. Reset alapok minden elemre
------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

/*------------------------------------
  2. HTML & Body
------------------------------------*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 120px;
  }
}
body {
  font: Normal 16px/24px "Fira Sans", system-ui, sans-serif;
  color: #0F172A;
  background-color: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------
  3. Headline és Paragraph
------------------------------------*/
/*****************/
/*****************/
.text.lg-normal {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.text-sm-medium {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.wp-block-table {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  margin: 0 auto;
  padding: 0 1.25rem;
}

table {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  margin: 0 auto;
}

table td,
.wp-block-table td {
  width: auto;
  vertical-align: baseline;
  padding: 0.75rem;
  border: none;
  background-color: #F1F5F9;
}

@media (max-width: 1024px) {
  .wp-block-table,
  table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .wp-block-table table,
  table {
    width: 100%;
    border-collapse: collapse;
  }
  .wp-block-table table th,
  .wp-block-table table td,
  table th,
  table td {
    padding: 8px 12px;
    border: 1px solid #ccc;
    white-space: nowrap;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}

/*** OK @mixin **************************************/
/*****************************************/
.text-xs-normal {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .text-xs-normal {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}

/****************************************/
/*****************************************/
.text-base-normal {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-base-normal {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}

/*****************************************/
/*****************************************/
.text-base-medium {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .text-base-medium {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}

/*****************************************/
/*****************************************/
.text-base-bold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .text-base-bold {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}

/*****************************************/
/*****************************************/
.text-sm-normal {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-sm-normal {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

/*****************************************/
/*****************************************/
.text-sm-semibold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .text-sm-semibold {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
}

/*****************************************/
/*****************************************/
.text-sm-bold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .text-sm-bold {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}

/*****************************************/
/*****************************************/
.text-sm-extrabold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .text-sm-extrabold {
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
  }
}

/*****************************************/
/*****************************************/
.text-lg-normal {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-lg-normal {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
}

/*****************************************/
/*****************************************/
.text-lg-medium {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-lg-medium {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
}

/*****************************************/
/*****************************************/
.text-lg-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .text-lg-bold {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
}

/*****************************************/
/*****************************************/
.text-xl-medium {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .text-xl-medium {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}

/*****************************************/
/*****************************************/
.text-xl-semibold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .text-xl-semibold {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
}

/*****************************************/
/*****************************************/
.text-xl-bold {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .text-xl-bold {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
}

/*****************************************/
/*****************************************/
.text-2xl-normal {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-2xl-normal {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
}

/*****************************************/
/*****************************************/
.text-2xl-bold {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .text-2xl-bold {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

/*****************************************/
/*****************************************/
.text-3xl-normal {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .text-3xl-normal {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
  }
}

/*****************************************/
/*****************************************/
.text-3xl-bold {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .text-3xl-bold {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
  }
}

/*****************************************/
/*****************************************/
.text-4xl-medium {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .text-4xl-medium {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }
}

/*****************************************/
/*****************************************/
.text-4xl-bold {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .text-4xl-bold {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
  }
}

/*****************************************/
/*****************************************/
.text-4xl-extrabold {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .text-4xl-extrabold {
    font-size: 36px;
    line-height: 40px;
  }
}

/*****************************************/
/*****************************************/
.text-5xl-medium {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .text-5xl-medium {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
  }
}

/*****************************************/
/*****************************************/
.text-5xl-extrabold {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .text-5xl-extrabold {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
  }
}

/*****************************************/
/*****************/
/*****************/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
  }
}

h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

h3 {
  margin: 0 0 1.5rem 0;
}

h4 {
  margin: 0 0 1rem 0;
}

p {
  margin-bottom: 1.25rem;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}

.cimsor {
  font-weight: 700 !important;
  color: #FFFFFF !important;
}

.white {
  color: #FFFFFF !important;
}

/*** OK **************************************/
/*------------------------------------
  4. Lists
------------------------------------*/
ul,
.editor-styles-wrapper ul {
  list-style: none;
}

.bulletes ol li,
.bulletes .editor-styles-wrapper ol li,
.szoveges ol li,
.szoveges .editor-styles-wrapper ol li,
.videos-mozaik ol li,
.videos-mozaik .editor-styles-wrapper ol li,
.accordion-blokk ol li,
.accordion-blokk .editor-styles-wrapper ol li,
.single-hirek-container ol li,
.single-hirek-container .editor-styles-wrapper ol li {
  list-style-type: none;
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2rem;
}
.bulletes ol li::before,
.bulletes .editor-styles-wrapper ol li::before,
.szoveges ol li::before,
.szoveges .editor-styles-wrapper ol li::before,
.videos-mozaik ol li::before,
.videos-mozaik .editor-styles-wrapper ol li::before,
.accordion-blokk ol li::before,
.accordion-blokk .editor-styles-wrapper ol li::before,
.single-hirek-container ol li::before,
.single-hirek-container .editor-styles-wrapper ol li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #434343;
}
.bulletes ul,
.bulletes .editor-styles-wrapper ul,
.szoveges ul,
.szoveges .editor-styles-wrapper ul,
.videos-mozaik ul,
.videos-mozaik .editor-styles-wrapper ul,
.accordion-blokk ul,
.accordion-blokk .editor-styles-wrapper ul,
.single-hirek-container ul,
.single-hirek-container .editor-styles-wrapper ul {
  margin: 1rem 0;
}
.bulletes ul li,
.bulletes .editor-styles-wrapper ul li,
.szoveges ul li,
.szoveges .editor-styles-wrapper ul li,
.videos-mozaik ul li,
.videos-mozaik .editor-styles-wrapper ul li,
.accordion-blokk ul li,
.accordion-blokk .editor-styles-wrapper ul li,
.single-hirek-container ul li,
.single-hirek-container .editor-styles-wrapper ul li {
  position: relative;
  padding-left: 1rem;
}
.bulletes ul li:not(:last-child),
.bulletes .editor-styles-wrapper ul li:not(:last-child),
.szoveges ul li:not(:last-child),
.szoveges .editor-styles-wrapper ul li:not(:last-child),
.videos-mozaik ul li:not(:last-child),
.videos-mozaik .editor-styles-wrapper ul li:not(:last-child),
.accordion-blokk ul li:not(:last-child),
.accordion-blokk .editor-styles-wrapper ul li:not(:last-child),
.single-hirek-container ul li:not(:last-child),
.single-hirek-container .editor-styles-wrapper ul li:not(:last-child) {
  padding-bottom: 0.75rem;
}
.bulletes ul li::before,
.bulletes .editor-styles-wrapper ul li::before,
.szoveges ul li::before,
.szoveges .editor-styles-wrapper ul li::before,
.videos-mozaik ul li::before,
.videos-mozaik .editor-styles-wrapper ul li::before,
.accordion-blokk ul li::before,
.accordion-blokk .editor-styles-wrapper ul li::before,
.single-hirek-container ul li::before,
.single-hirek-container .editor-styles-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #004280;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*------------------------------------
  5. Links
------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
a:hover:not(.btn a):not(.right-logo):not(.feher-gomb a) {
  color: #707070;
}

/*------------------------------------
  6. Images & Media
------------------------------------*/
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.alignleft {
  float: left;
  padding: 0.5rem 2rem 0.5rem 0rem;
}

.alignright {
  float: right;
  padding: 0.5rem 0rem 0.5rem 2rem;
}

/*------------------------------------
  7. Forms / Buttons
------------------------------------*/
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  outline: none;
  color: inherit;
  line-height: inherit;
}

label {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}

.wpcf7 form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #CB0000;
  color: #FFFFFF;
  border: none;
}
.wpcf7 label {
  display: block;
  width: 100%;
  grid-column: 1/-1;
}
.wpcf7 label.half {
  grid-column: span 1;
}
.wpcf7 label.third {
  grid-column: span 1;
}
.wpcf7 .full {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .wpcf7 .full {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
.wpcf7 .full {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr;
}
.wpcf7 .full.two {
  grid-template-columns: repeat(2, 1fr);
}
.wpcf7 .full {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.wpcf7 .full p {
  grid-column: 1/-1;
}
.wpcf7 .full .half {
  grid-column: span 1;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 .wpcf7-date {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-top: 0.5rem;
  color: #0F172A;
}
.wpcf7 textarea {
  resize: vertical;
  min-height: 140px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/chevron-down.svg") no-repeat right 0.5rem center;
  background-size: 2rem auto;
  padding-right: 2rem;
  background-color: #FFFFFF;
  color: #0F172A;
}

input {
  padding: 12px 14px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #0F172A;
}

@media (max-width: 960px) {
  .wpcf7 form {
    grid-template-columns: 1fr;
  }
  .wpcf7 form .full,
  .wpcf7 form .full.two,
  .wpcf7 form .half,
  .wpcf7 form .third {
    grid-template-columns: 1fr;
  }
  .wpcf7 label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
}
@media (max-width: 960px) and (min-width: 1024px) {
  .wpcf7 label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
}
@media (max-width: 960px) {
  .wpcf7 label.half,
  .wpcf7 label.third {
    grid-column: 1/-1;
  }
  .wpcf7 input:not([type=checkbox]),
  .wpcf7 textarea,
  .wpcf7 select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    min-width: 0;
  }
}
input:not([type=submit]), textarea, select {
  width: auto;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0F172A;
  background-color: #FFFFFF;
  transition: border-color 0.2s ease;
}
input:not([type=submit])[type=checkbox], textarea[type=checkbox], select[type=checkbox] {
  transform: scale(1.3);
  transform-origin: left center;
  cursor: pointer;
  margin-right: 0.5rem;
  padding: 7px;
}
input:not([type=submit]):focus, textarea:focus, select:focus {
  border: 1px solid #0F172A;
}
input:not([type=submit]).wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
  border: 2px solid #CB0000;
}
input:not([type=submit]).wpcf7-valid, textarea.wpcf7-valid, select.wpcf7-valid {
  border: 2px solid #16A34A;
}

.wpcf7-not-valid-tip {
  margin-top: 0px;
  margin-left: 1rem;
  color: #CB0000 !important;
  font-size: 14px;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  right: 60px;
  margin: 0;
}

.wpcf7-list-item {
  margin: 12px 0;
}

/*------------------------------------
  8. Gutenberg / ACF block alapok
------------------------------------*/
.wp-block {
  margin-bottom: 2rem;
}

.wp-block-group,
.wp-block-columns {
  max-width: calc(1432px + 2 * 2rem) !important;
  margin-left: auto;
  margin-right: auto;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: calc(1432px + 2 * 2rem) !important;
}

/*------------------------------------
  9. Utility helpers
------------------------------------*/
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.editor-styles-wrapper {
  font-family: "Fira Sans", system-ui, sans-serif;
}
.editor-styles-wrapper .wp-block {
  max-width: calc(1432px + 2 * 2rem);
  margin-inline: auto;
}
.editor-styles-wrapper .alignwide {
  max-width: calc(1432px + 2 * 2rem);
}
.editor-styles-wrapper .alignfull {
  max-width: none;
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .hide-on-mobile {
    display: block;
  }
}

@media (max-width: 960px) {
  .cookieadmin_re_consent {
    width: 25px;
    height: 25px;
  }
}
/***** EGYÉB ****/
.abt-sitemap ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.abt-sitemap li {
  margin: 5px 0;
  position: relative;
}

.abt-sitemap .toggle {
  cursor: pointer;
  font-weight: bold;
  margin-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.abt-sitemap a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  margin: 0 auto;
  padding: 0 2rem;
}
.container .full-width {
  max-width: 100%;
  padding: 0;
}

.site-main .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blokk-padding {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.blokk-padding:has(+ .no-padding) {
  margin-bottom: 1.25rem !important;
}

.no-padding + .blokk-padding {
  margin-top: 1.25rem !important;
}

.cim-padding {
  margin-top: 4rem !important;
  margin-bottom: 2rem !important;
}

.page-title {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

.page-header {
  padding: 5rem 1rem;
  background-color: #004280;
  color: #FFFFFF;
}
.page-header + *:not(.filter-container):not(.full-width) {
  padding-top: 2.5rem !important;
  margin-top: 0 !important;
}

.pattern-bg {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 0px bottom 0, right 0px top 0;
}

.page-default {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  margin: 0 auto;
  padding: 80px 1rem;
}

@media (max-width: 1500px) {
  .container {
    padding: 0 2rem;
  }
}
@media (max-width: 1024px) {
  .blokk-padding:not(.szolgaltatasok-kartya-lapozos) {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .page-header {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1030px) {
  .pattern-bg {
    background-size: 50%, 50% !important;
  }
}
header:not(.entry-header) {
  width: 100%;
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header:not(.entry-header) .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: relative;
  padding: 1rem 2rem;
}
header:not(.entry-header) .custom-logo-link img {
  display: block;
  width: auto;
  height: 58px;
}
header:not(.entry-header) .menu-primary {
  display: flex;
  gap: 2rem;
  align-items: center;
  text-transform: uppercase;
}
header:not(.entry-header) .fiok-ikon a,
header:not(.entry-header) .kosar-ikon a {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
header:not(.entry-header) .fiok-ikon a::before,
header:not(.entry-header) .kosar-ikon a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}
header:not(.entry-header) .fiok-ikon a:hover::before,
header:not(.entry-header) .kosar-ikon a:hover::before {
  transform: scale(1.08);
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.45));
}
header:not(.entry-header) .fiok-ikon a::before {
  background-image: url("../images/fiokom-ikon.svg");
}
header:not(.entry-header) .kosar-ikon a::before {
  background-image: url("../images/kosar-ikon.svg");
}

@media (min-width: 1024px) {
  .feher-gomb {
    padding: 1rem 2.5rem;
    background-color: #F0F0F0;
    color: #000000;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
  }
  .feher-gomb:hover {
    background: #707070;
    color: #000000;
  }
}
@media (max-width: 1024px) {
  .rmp-container .rmp-menu-wrap .rmp-menu {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #rmp-menu-wrap-190 .rmp-menu-item-link {
    padding-right: 0;
    transition: none;
    padding: 0.5rem 0;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
}
footer * {
  font: Normal 14px/24px "Fira Sans", system-ui, sans-serif;
}
footer .footer-inner {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 160px;
       column-gap: 160px;
  row-gap: 1rem;
  padding: 44px 2rem;
}
footer .footer-logo .logo-wrapper .custom-logo-link img {
  display: block;
  width: auto;
  height: 80px;
}
footer .footer-menu {
  display: flex;
  gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footer-menu a {
  font-size: 18px;
  line-height: 28px;
}
footer .barion-cards {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 42px;
}
footer .impresszum-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  padding-bottom: 1rem;
}
footer .footer-menu-impressszum .footer-menu__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
footer .footer-kapcsolat p, footer .footer-kapcsolat a:not(.btn) {
  margin: 0 0 5px 0;
  display: block;
}
footer .footer-kapcsolat .btn {
  margin: 16px 0 30px 0;
}
footer .footer-newsletter {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
}
footer .footer-newsletter .footer-newsletter-cim {
  flex: 1 300px;
}
footer .footer-newsletter .wpcf7 {
  flex: 2 600px;
}
footer .footer-newsletter p, footer .footer-newsletter a, footer .footer-newsletter span {
  color: #FFFFFF;
}
footer .footer-newsletter .wpcf7 input[type=text],
footer .footer-newsletter .wpcf7 input[type=email],
footer .footer-newsletter .wpcf7 input[type=tel],
footer .footer-newsletter .wpcf7 textarea,
footer .footer-newsletter .wpcf7 select {
  margin-top: 0;
}
footer .footer-newsletter .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
footer .footer-newsletter .wpcf7 .urlap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  align-items: start;
  margin: 0;
  position: relative;
}
footer .footer-newsletter .wpcf7 .urlap label {
  grid-column: span 1;
}
footer .footer-newsletter .wpcf7 .urlap .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer-newsletter .wpcf7 .urlap .wpcf7-form-control-wrap input {
  width: 100%;
  height: 100%;
}
footer .footer-newsletter .wpcf7 .urlap .wpcf7-submit {
  white-space: nowrap;
  padding-left: 24px;
  padding-right: 24px;
  height: 100%;
  width: 100%;
}
footer .footer-newsletter .wpcf7 .wpcf7-acceptance {
  display: block;
  margin-top: 0.5rem;
}
footer .footer-newsletter .wpcf7 .wpcf7-list-item {
  margin: 0;
}
footer .footer-data {
  display: grid;
  border-top: 1px solid #334155;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
footer .footer-data * + div {
  flex: 1;
}
footer .social-etl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
footer .social-etl img {
  max-height: 52px;
  width: auto;
}
footer .social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

@media (max-width: 960px) {
  footer .footer-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  footer .footer-menu {
    gap: 1rem;
  }
}
.btn-wrapper {
  display: block;
  margin: 2rem auto;
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
}
.btn-wrapper--align-balra {
  text-align: left;
}
.btn-wrapper--align-kozepre {
  text-align: center;
}
.btn-wrapper--align-jobbra {
  text-align: right;
}
.btn-wrapper--width-keskeny {
  max-width: calc(720px + 210px + 2 * 2rem);
}
.btn-wrapper--width-keskeny.szoveges {
  padding: 0 1.25rem;
  margin: 0 auto;
}
.btn-wrapper--width-teljes {
  max-width: calc(1432px + 2 * 2rem);
}
.btn-wrapper--width-hero_w {
  max-width: 1920px;
}

.full-width > .btn-wrapper {
  padding: 0 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100%;
  font: Normal 16px/24px "Fira Sans", system-ui, sans-serif;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #000000;
  text-align: center;
}
.btn a {
  height: auto !important;
}
.btn:not(input) {
  margin: 0;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #94A3B8;
}
.btn--big {
  padding: 14px 36px;
}
.btn--normal {
  padding: 1rem 2.5rem;
}
.btn--small {
  padding: 8px 36px;
}
.btn--primary {
  background: #F0F0F0;
}
.btn--primary:hover {
  background: #CBD5E1;
  color: #000000;
}
.btn--primary.whitehover:hover {
  background-color: #FFFFFF;
  color: #2D5FFF;
}
.btn--secondary {
  background: #004280;
}
.btn--secondary:hover {
  background: #0F172A;
}
.btn--ghost {
  background: transparent;
  color: #000000;
  border: 2px solid #2D5FFF;
}
.btn--ghost:hover {
  background: #004280;
  border-color: #004280;
  color: #ffffff;
}
.btn--filter {
  background: transparent;
  color: #000000;
  border-radius: 2rem;
}
.btn--filter:hover {
  background: #2D5FFF;
  color: #ffffff;
}
.btn--whitetext {
  color: #ffffff;
}
.btn--whitebg {
  background: #ffffff;
  color: #000000;
}
.btn--whitebg:hover {
  background: #E2E8F0;
  color: #000000;
}
.btn--redbg {
  background: #CB0000;
  color: #ffffff;
}
.btn--redbg:hover {
  background: #E2E8F0;
  color: #000000 !important;
}

@media (max-width: 960px) {
  .btn-wrapper {
    margin: 1rem auto;
    /*&--align-kozepre
    {
        text-align: center;
    }

    &--align-balra,
    {
        text-align: left; 
    }*/
  }
}
.pagination {
  padding: 2rem 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  grid-column: 1/-1;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pagination .page-numbers {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .pagination .page-numbers {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}
.pagination .page-numbers {
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid #F1F5F9;
  background: #fff;
  color: #0F172A;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover {
  border-color: #0F172A;
}
.pagination .page-numbers.current {
  background: #0F172A;
  color: #fff;
}
.pagination .page-numbers.disabled, .pagination .page-numbers.prev.disabled, .pagination .page-numbers.next.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
  color: #0F172A;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  background: #F1F5F9;
  /* hide the text but keep the element accessible */
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  opacity: 0.9;
  background-color: #0F172A;
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  /* arrow color */
  color: #0F172A;
  background-color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: none;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: none;
}
.pagination .page-numbers.prev::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
.pagination .page-numbers.next::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.hero {
  color: white;
  text-align: left;
  margin: 0px auto;
}
.hero:first-child {
  margin-top: 0px;
}
.hero:last-child {
  margin-bottom: 0px;
}
.hero .btn-wrapper {
  margin: 0 auto;
}
.hero .hero-bg-container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #004280;
}
.hero .hero-bg-container .jobb-bg {
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  aspect-ratio: 20/17;
}
.hero .hero-bg-container .jobb-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero .hero-content-container {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: calc(1432px + 2 * 2rem);
  margin: 0 auto;
  padding: 1rem;
  align-items: center;
}
.hero .hero-content {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 570px;
  padding-right: 1rem;
  gap: 2rem;
}
.hero .hero-title,
.hero .hero-text {
  width: 100%;
}

@media (max-width: 1500px) {
  .hero .hero-content-container {
    padding: 2rem;
  }
}
@media (max-width: 760px) {
  .hero {
    text-align: center;
  }
  .hero .hero-bg-container {
    grid-template-columns: 1fr;
    width: 100%;
    aspect-ratio: 360/430;
    margin: 0 auto;
  }
  .hero .hero-bg-container .jobb-bg {
    display: none;
  }
  .hero .hero-bg-container .bal-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: auto;
  }
  .hero .hero-content-container {
    grid-template-columns: 1fr;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .hero .hero-content {
    max-width: 100%;
    padding-right: 0;
    gap: 1rem;
  }
  .hero .btn-wrapper,
  .hero .btn-wrapper--align-balra {
    text-align: center;
  }
}
.hero-2 {
  color: white;
  text-align: left;
  margin: 0px auto;
}
.hero-2:first-child {
  margin-top: 0px;
}
.hero-2:last-child {
  margin-bottom: 0px;
}
.hero-2 .btn-wrapper {
  margin: 0 auto;
}
.hero-2 .hero-bg-container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #004280;
}
.hero-2 .hero-content-container {
  display: block;
  max-width: calc(1432px + 2 * 2rem);
  margin: 0 auto;
  padding: 60px 1rem 40px;
  align-items: center;
}
.hero-2 .hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 100%;
  width: 100%;
}
.hero-2 .hero-content .bal {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1rem;
  gap: 2rem;
  width: 100%;
  /* background-repeat: no-repeat;
   background-size: cover;
   background-position: center;*/
}
.hero-2 .hero-content .jobb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 100%;
}
.hero-2 .hero-content .jobb > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.hero-2 .hero-content .hero-2-image-jobb-1 {
  grid-column: 1;
  grid-row: 1;
}
.hero-2 .hero-content .hero-2-image-jobb-2 {
  grid-column: 1;
  grid-row: 2;
}
.hero-2 .hero-content .hero-2-image-jobb-3 {
  grid-column: 2;
  grid-row: 1/span 2;
  aspect-ratio: 330/450;
}
.hero-2 .hero-title,
.hero-2 .hero-text {
  width: 100%;
}
.hero-2 .hero-2-szamok-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}
.hero-2 .hero-2-szamok-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.hero-2 .hero-2-szamok-item:nth-child(4n) {
  border-right: none;
}
.hero-2 .hero-2-szamok-item:first-child {
  padding-left: 0;
}
.hero-2 .hero-2-szamok-item:nth-last-of-type(2) {
  padding-right: 0;
}
.hero-2 .hero-2-szamok-item p {
  margin: 0;
}
.hero-2 .hero-2-szamok-item.border {
  border-right: 2px solid #FFFFFF;
}
.hero-2 .hero-2-szamok-item.border:last-child {
  display: none;
}

@media (max-width: 1500px) {
  .hero-2 .hero-content-container {
    padding: 60px 2rem 40px;
  }
}
@media (max-width: 960px) {
  .hero-2 {
    text-align: center;
  }
  .hero-2 .btn-wrapper {
    text-align: center;
  }
  .hero-2 .hero-bg-container {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
  }
  .hero-2 .hero-bg-container .jobb {
    display: none;
  }
  .hero-2 .hero-bg-container .bal {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: auto;
  }
  .hero-2 .hero-content-container {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }
  .hero-2 .hero-content {
    max-width: 100%;
    padding-right: 0;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .hero-2 .hero-2-szamok-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    text-align: left;
  }
  .hero-2 .hero-2-szamok-item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    padding: 1rem 0;
  }
  .hero-2 .hero-2-szamok-item.border {
    display: none;
  }
  .hero-2 .hero-2-szamok-item:not(:last-of-type) {
    border: none;
  }
  .hero-2 .hero-2-szamok-item:first-of-type, .hero-2 .hero-2-szamok-item:last-of-type {
    justify-content: center;
  }
  .hero-2 .hero-2-szamok-item:nth-child(1n+5)::before {
    content: "";
    display: block;
    width: 48px;
    border-top: 5px solid;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mozaikos {
  color: #000000;
  text-align: left;
  margin: 0px auto;
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
}
.mozaikos:first-child {
  margin-top: 0px;
}
.mozaikos .mozaikos-sor {
  width: 100%;
  margin: 80px auto;
  padding: 0px 2rem;
}
.mozaikos .mozaikos-sor:first-child {
  margin-top: 0px;
}
.mozaikos .mozaikos-sor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.mozaikos .mozaikos-sor.mozaikos-kep-jobb {
  flex-direction: row-reverse;
}
.mozaikos .mozaikos-sor .bal, .mozaikos .mozaikos-sor .jobb {
  flex: 1 400px;
}
.mozaikos .mozaikos-sor.mozaikos-kep-bal .jobb {
  padding-left: 118px;
  padding-right: 0;
}
.mozaikos .mozaikos-sor.mozaikos-kep-jobb .jobb {
  padding-left: 0;
  padding-right: 118px;
}
.mozaikos .mozaikos-sor .image-wrapper {
  width: 100%;
  aspect-ratio: 690/482;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.mozaikos .mozaikos-sor .mozaikos-text {
  margin: 1.9rem 0 2rem;
}
.mozaikos .mozaikos-sor .btn-wrapper {
  margin-bottom: 0;
}
.mozaikos.keskeny {
  max-width: calc(540px + 150px + 2 * 2rem);
}
.mozaikos.keskeny .mozaikos-kep-bal .bal,
.mozaikos.keskeny .mozaikos-kep-jobb .bal {
  padding: 0 1.5rem 0 0;
}
.mozaikos.keskeny .mozaikos-sor .bal, .mozaikos.keskeny .mozaikos-sor .jobb {
  flex: 1 250px;
}
.mozaikos.keskeny .mozaikos-sor.mozaikos-kep-bal .jobb {
  padding-left: 0;
}
.mozaikos.keskeny .mozaikos-sor.mozaikos-kep-jobb .jobb {
  padding-right: 0;
}
.mozaikos.keskeny .mozaikos-sor .image-wrapper {
  aspect-ratio: 1/1;
}

@media (max-width: 1500px) {
  .mozaikos .mozaikos-sor {
    padding: 0 2rem;
  }
}
@media (max-width: 1024px) {
  .mozaikos .mozaikos-sor {
    margin: 2rem auto;
  }
  .mozaikos .mozaikos-sor.mozaikos-kep-bal .jobb {
    padding-left: 0;
  }
  .mozaikos .mozaikos-sor.mozaikos-kep-jobb .jobb {
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .mozaikos.blokk-padding {
    margin-top: 0 !important;
  }
  .mozaikos .mozaikos-sor {
    margin: 2rem auto;
  }
  .mozaikos .mozaikos-sor .bal {
    margin: 0 calc(-1 * 2rem);
  }
  .mozaikos .mozaikos-sor .bal .image-wrapper {
    border-radius: 0;
  }
  .mozaikos .mozaikos-sor .mozaikos-text {
    margin: 1rem 0;
  }
  .mozaikos .mozaikos-sor .bal, .mozaikos .mozaikos-sor .jobb {
    padding: 0 !important;
  }
  .mozaikos.keskeny .mozaikos-sor .bal {
    margin: 0;
  }
}
.cta-grid {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  margin: 4rem auto;
  padding: 0 2rem;
  /*&:first-child
  {
    margin-top: 0px;
  }

  &:last-child
  {
    margin-bottom: 0px;
  }*/
}
.cta-grid .btn-wrapper {
  margin: 0 auto;
}
.cta-grid .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-radius: 0.75rem;
  padding: 4.4rem 45px 4.4rem 90px;
}
.cta-grid .content .bal {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
}
.cta-grid .content .jobb {
  flex: 1;
  margin-bottom: -150px;
  display: flex;
  justify-content: flex-end;
}
.cta-grid .content .cta-grid-price {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cta-grid .content .cta-grid-price span {
  display: block;
  line-height: 18px;
  color: #FFFFFF;
}
.cta-grid.simple .content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 760px) {
  .cta-grid {
    padding: 2rem;
  }
  .cta-grid .btn-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .cta-grid .btn-wrapper .btn {
    width: 100%;
  }
  .cta-grid .content {
    flex-direction: column;
    padding: 2rem;
    gap: 1rem;
  }
  .cta-grid .content .bal,
  .cta-grid .content .jobb {
    flex: unset;
    width: 100%;
  }
}
.cta-grid.full-width {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  background-color: #004280;
}
.cta-grid.full-width .btn-wrapper {
  margin: 0 auto;
}
.cta-grid.full-width .content {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 5.3rem 1.5rem;
}
.cta-grid.full-width .content .cta-grid-title {
  margin-bottom: 1rem;
}
.cta-grid.full-width .content .bal {
  flex: 1;
}
.cta-grid.full-width .content .jobb {
  flex: 0 1 230px;
}

/*@media (max-width: 1500px) 
{  
  .cta-grid.full-width
  {
    .content
    {
      padding: 2rem $mobile-padding;
    }
  }
}*/
@media (max-width: 760px) {
  .cta-grid.full-width .content {
    flex-direction: column;
  }
  .cta-grid.full-width .content .bal,
  .cta-grid.full-width .content .jobb {
    flex: unset;
    width: 100%;
  }
}
.szoveges {
  width: 100%;
  margin: 0px auto;
  padding: 0px 2rem;
}
.szoveges h1, .szoveges h2, .szoveges h3, .szoveges h4 {
  margin: 1.25rem 0;
}
.szoveges.keskeny {
  max-width: calc(720px + 210px + 2 * 2rem);
}
.szoveges.teljes {
  max-width: calc(1432px + 2 * 2rem);
}
.szoveges:first-child {
  margin-top: 0px;
}
.szoveges .szoveges-title {
  margin-bottom: 2rem;
}
.szoveges.no-padding .szoveges-title {
  margin-top: 1rem;
}
.szoveges .szoveges-lead {
  margin: 2rem 0 1.5rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .szoveges .szoveges-lead {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
}
.szoveges .szoveges-lead:last-child {
  margin: 2rem 0 0rem;
}
.szoveges .szoveges-lead:first-child {
  margin: 0 0 1.5rem;
}
.szoveges .szoveges-text strong {
  font-weight: bold;
}
.szoveges .szoveges-text ul:has(+ h2), .szoveges .szoveges-text ol:has(+ h2) {
  margin: 0;
}
.szoveges .szoveges-text ul:has(+ h2) li, .szoveges .szoveges-text ol:has(+ h2) li {
  margin-bottom: 0;
}
.szoveges {
  /*ul li,
  .editor-styles-wrapper ul li
  {
    position: relative; 
    padding-left: 1rem;
    padding-bottom: 0.75rem;

    &::before 
    {
      content: ''; 
      position: absolute; 
      left: 0; 
      top: 10px;
      width: 8px;
      height: 8px;
      background-color: $color-light-blue;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
  }  */
}

@media (max-width: 1024px) {
  .szoveges ul li::before {
    top: 7px;
  }
}
@media (max-width: 1500px) {
  .szoveges {
    padding: 0px 2rem;
  }
}
.szoveges.cim-kozepre {
  margin: 0px auto;
  max-width: calc(1432px + 2 * 2rem);
}
.szoveges.cim-kozepre.keskeny {
  max-width: calc(720px + 210px + 2 * 2rem);
}
.szoveges.cim-kozepre.teljes {
  max-width: calc(1432px + 2 * 2rem);
}
.szoveges.cim-kozepre.hero_w {
  max-width: 1920px;
}
.szoveges.cim-kozepre .szoveges-title {
  margin: 0 auto;
}
.szoveges.cim-kozepre .szoveges-title.bal {
  text-align: left;
}
.szoveges.cim-kozepre .szoveges-title.kozep {
  text-align: center;
  max-width: calc(720px + 210px + 2 * 2rem);
}
.szoveges.cim-kozepre .szoveges-title.jobb {
  text-align: right;
}
.szoveges.cim-kozepre:not(.no-padding) + * {
  margin-top: 2.5rem !important;
}

.kep-blokk {
  width: 100%;
  margin: 0px auto;
}
.kep-blokk .content {
  padding: 0 1rem;
}
.kep-blokk .kep img {
  width: 100%;
  display: block;
  height: auto;
}
.kep-blokk.keskeny {
  max-width: calc(720px + 210px + 2 * 2rem);
}
.kep-blokk.teljes {
  max-width: calc(1432px + 2 * 2rem);
}
.kep-blokk.full {
  max-width: 1920px;
}
.kep-blokk.full .content {
  padding: 0;
}
.kep-blokk.no-padding .szoveges-title {
  margin-top: 1rem;
}

.kep-cim-blokk {
  width: 100%;
  margin: 0px auto;
}
.kep-cim-blokk .content {
  padding: 0 1rem;
}
.kep-cim-blokk .kep {
  width: 100%;
  display: block;
  aspect-ratio: 1500/350;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.kep-cim-blokk .kep-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.kep-cim-blokk.keskeny {
  max-width: calc(720px + 210px + 2 * 2rem);
}
.kep-cim-blokk.teljes {
  max-width: calc(1432px + 2 * 2rem);
}
.kep-cim-blokk.full {
  max-width: 1920px;
}
.kep-cim-blokk.full .content {
  padding: 0;
}
.kep-cim-blokk.no-padding .szoveges-title {
  margin-top: 0.5rem;
}
.kep-cim-blokk .kep-tartalom {
  width: 100%;
  max-width: calc(720px + 210px + 2 * 2rem);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 0 1rem;
  color: #FFFFFF;
}
.kep-cim-blokk .kep-tartalom div {
  width: 100%;
}
.kep-cim-blokk .kep-tartalom *, .kep-cim-blokk .kep-tartalom h1, .kep-cim-blokk .kep-tartalom h2, .kep-cim-blokk .kep-tartalom h3, .kep-cim-blokk .kep-tartalom p, .kep-cim-blokk .kep-tartalom span {
  text-align: left;
}

/*@media (min-height: 1000px)
{
  .kep-cim-blokk
  {
    .kep 
    {
      aspect-ratio: 381/136;
    }
  }
}*/
@media (max-width: 1500px) {
  .kep-cim-blokk .kep-tartalom {
    padding: 0 2rem;
  }
}
@media (max-width: 600px) {
  .kep-cim-blokk .kep {
    aspect-ratio: 4/3;
  }
}
/* Klasszikus kosár részösszeg elrejtése */
.cart_totals tr.cart-subtotal,
tfoot .cart-subtotal {
  display: none !important;
}

/* Blokkos kosár részösszeg elrejtése */
.wc-block-components-totals-item.wc-block-components-totals-item--subtotal,
.wc-block-components-totals-subtotal {
  display: none !important;
}

.woocommerce-cart table.cart td.actions {
  display: none !important;
}

/* Mennyiség oszlop (fejléc és tartalom) elrejtése a kosárban */
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
  display: none !important;
}

/* Részösszeg oszlop (fejléc és tartalom) elrejtése a kosárban */
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal {
  display: none !important;
}

.single-product.woocommerce span.onsale {
  position: static;
  background-color: #ff0000;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.single-product.woocommerce div.product {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.single-product.woocommerce div.product form.cart .button {
  background-color: #707070;
  font-weight: normal;
  padding: 1rem 4rem;
  border-radius: 25px;
}
.single-product.woocommerce div.product form.cart .button:hover {
  background-color: #414040;
}
.single-product.woocommerce div.product .product-layout {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.single-product.woocommerce div.product .product-main {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.single-product.woocommerce div.product .product-main .product-gallery {
  flex: 1 400px;
}
.single-product.woocommerce div.product .product-main .product-gallery div.images {
  width: 100%;
  clear: both;
}
.single-product.woocommerce div.product .product-main .product-summary {
  flex: 1 400px;
  display: flex;
  flex-direction: column;
  gap: calc(30px / 2);
  padding-right: calc(90px + 30px);
}
.single-product.woocommerce div.product .product-main .product-data {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.single-product.woocommerce div.product .product-main .product-data-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.single-product.woocommerce div.product .product-description-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 60px 2rem;
  background-color: #E5E5E5;
}
.single-product.woocommerce div.product .product-description-wrapper .product-description:has(.szoveges) {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-product.woocommerce div.product .product-description-wrapper .product-description:has(.szoveges) .szoveges {
  flex: 1;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 60px 2rem;
  background-color: #434343;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(30px * 1.5);
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .video-group-block .video-group-title {
  color: #FFFFFF;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .video-group-block .video-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .vimeo-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .vimeo-thumb.locked-thumb {
  cursor: not-allowed;
  opacity: 0.7;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .vimeo-thumb img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .vimeo-thumb:hover img {
  transform: scale(1.01);
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .lock-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .video-title {
  padding: 0.5rem;
  text-align: center;
  color: #FFFFFF;
}
.single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  background-image: url(../../assets/images/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .vimeo-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.single-product .vimeo-modal.open {
  display: flex;
}
.single-product .vimeo-modal-inner {
  width: 80%;
  max-width: 900px;
  position: relative;
}
.single-product .vimeo-video iframe {
  width: 100%;
  height: 500px;
}
.single-product .vimeo-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.single-product {
  /* MOCKUP KERET */
}
.single-product .product-gallery.mockup-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.single-product {
  /* mockup keret */
}
.single-product .mockup-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.single-product {
  /* kijelző */
}
.single-product .mockup-screen {
  position: absolute;
  z-index: 1;
  top: 7%;
  left: 11.8%;
  aspect-ratio: 16/10;
  width: 76.5%;
  overflow: hidden;
}
.single-product {
  /* termékkép */
}
.single-product .mockup-product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-product {
  /* wc gallery teljes méret */
}
.single-product .mockup-screen .woocommerce-product-gallery,
.single-product .mockup-screen .woocommerce-product-gallery__wrapper,
.single-product .mockup-screen .woocommerce-product-gallery__image {
  height: 100%;
}
.single-product {
  /* maga a termékkép */
}
.single-product .mockup-screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .close-current-price {
  font-size: 32px;
  font-weight: bold;
}
.single-product .close-old-price {
  color: #707070;
  padding: 0.5rem 0;
}
.single-product .close-discount {
  color: #707070;
}

@media (max-width: 1024px) {
  .single-product.woocommerce div.product .purchased-video-section-wrapper .purchased-video-section .video-group-block .video-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shop-page .shop-termekek {
  width: 100%;
  max-width: calc(1432px + 2 * 2rem);
  margin: 4rem auto 0;
  padding: 2rem;
}
.shop-page .shop-termekek .shop-category {
  margin-bottom: 6rem;
}
.shop-page .shop-termekek .shop-category h2 {
  width: 100%;
  max-width: calc(270px + 60px);
  margin: 0 auto;
  text-align: center;
}
.shop-page .shop-termekek .shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 2rem auto 0;
}
.shop-page .shop-termekek .shop-grid .termek-kartya {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a .termek-adatok {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a .termek-adatok h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .shop-page .shop-termekek .shop-grid .termek-kartya a .termek-adatok h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
.shop-page .shop-termekek .shop-grid .termek-kartya a .termek-adatok .desc {
  flex: 2;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a .termek-adatok .price {
  flex: 1;
  text-align: right;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a .image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a.button {
  background: none;
  background-color: #F0F0F0;
  display: inline-block;
  border-radius: 8px;
}
.shop-page .shop-termekek .shop-grid .termek-kartya a.button:hover {
  background-color: #707070;
  color: #FFFFFF;
}

@media (max-width: 960px) {
  .shop-page .shop-termekek .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  .shop-page .shop-termekek .shop-grid {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account .site-main {
  padding: 1rem;
}
.woocommerce-account .site-main header {
  margin-bottom: 2rem;
  background: none;
  color: #0F172A;
  box-shadow: none;
}
.woocommerce-account .site-main .woocommerce {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.woocommerce-account .site-main .woocommerce-MyAccount-navigation {
  clear: both;
  width: auto;
  flex: 1 250px;
}
.woocommerce-account .site-main .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.woocommerce-account .site-main .woocommerce-MyAccount-navigation ul li a {
  font-size: 18px;
  line-height: 28px;
  color: #0F172A;
  font-weight: 500;
}
.woocommerce-account .site-main .woocommerce-MyAccount-navigation ul li a.is-active {
  color: #2D5FFF;
  font-weight: 600;
}
.woocommerce-account .site-main .woocommerce-MyAccount-content {
  clear: both;
  width: auto;
  flex: 1 700px;
}
.woocommerce-account .site-main .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #fab4af;
  border: 5px solid red;
}

@media (max-width: 1024px) {
  .woocommerce-account .site-main .wp-block-table, .woocommerce-account .site-main table {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .woocommerce-account .site-main .woocommerce {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .woocommerce-account .site-main .woocommerce::before, .woocommerce-account .site-main .woocommerce::after {
    display: none;
  }
  .woocommerce-account .site-main .woocommerce table.shop_table_responsive tr {
    margin: 1rem 0;
  }
  .woocommerce-account .site-main .woocommerce-MyAccount-navigation ul li a {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    color: #FFFFFF;
    background-color: #0F172A;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */