@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - PM Creative
Author URI: https://pmcreative.hu
Version: 1.078
Description: P.M. Creative egyedi sablonja - Integritás Hatóság
*/
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://integritashatosag.hu//wp-content/themes/pm-core/fonts/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://integritashatosag.hu//wp-content/themes/pm-core/fonts/Poppins-Medium .ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://integritashatosag.hu//wp-content/themes/pm-core/fonts/Poppins-SemiBold .ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://integritashatosag.hu//wp-content/themes/pm-core/fonts/Poppins-Bold.ttf");
  font-weight: 700;
}
/* ========================= BASE ================================*/
html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  --wp--preset--spacing--mobile-header: 26px;
  --wp--preset--spacing--mobile: 40px;
  font-family: var(--wp--preset--font-family--poppins);
  margin: 0;
}

/* ========================= HTML TAGS & GUTENBRG CLASSES ======= */
body h1, body h2, body h3, body nav {
  font-family: var(--wp--preset--font-family--poppins);
}
body h1 {
  font-weight: 600;
  margin: 0;
}
body h2, body h3 {
  font-weight: normal;
  word-break: keep-all;
}
body strong {
  font-weight: 600;
}
body header a, body header a:hover, body footer a, body footer a:hover, body .page-submenu a, body .page-submenu a:hover, body .sub-menu a, body .sub-menu a:hover, body .wp-block-group.docs a, body .wp-block-group.docs a:hover, body .wp-block-group.cases a, body .wp-block-group.cases a:hover {
  text-decoration: none;
}
body a:hover, body button:hover {
  animation: flash 2s;
}
body nav {
  font-weight: 400;
}
body section {
  position: relative;
  margin: 0;
  z-index: 0;
  scroll-margin-top: 10em;
}
body .wp-block-spacer {
  margin: 0 !important;
}
body .wp-block-image img {
  vertical-align: middle;
}
body .is-layout-flow > * + * {
  margin-block-start: 1em;
  margin-block-end: 0;
}
body .wp-block-group.has-background {
  padding: 0;
}
body input#search-input {
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #E2DDDF;
  width: 100%;
}
body #result-container .kb-text-wrapper {
  position: relative;
}
body #result-container .kb-toggle-text {
  color: #0073aa;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
  font-weight: 600;
}
body #result-container .kb-toggle-text:hover {
  color: #005177;
}
body #result-container .col.targy,
body #result-container .col.eredmeny {
  word-wrap: break-word;
}
body #result-container .row {
  display: grid;
  grid-template-columns: 1fr 3fr 8fr 8fr;
  gap: 2em;
  padding: 1em;
  border-left: 1px solid #E2DDDF !important;
  border-right: 1px solid #E2DDDF !important;
  border-bottom: 1px solid #E2DDDF;
  align-items: start;
}
body #result-container .row:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
body #result-container .row.bejelentes-header {
  font-weight: bold;
  background-color: var(--wp--preset--color--bcg-gray) !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
body #result-container .col {
  word-wrap: break-word;
}
@media screen and (max-width: 1269px) {
  body #result-container .col { /* smartphone */
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  body #result-container .col::before {
    content: attr(data-label) ":";
    font-weight: bold;
    color: #555;
  }
}
@media screen and (max-width: 1269px) {
  body #result-container .col.sorszam, body #result-container .col.ugy { /* smartphone */
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  body #result-container .col.sorszam::before, body #result-container .col.ugy::before {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1269px) {
  body #result-container { /* smartphone */ }
  body #result-container .row {
    gap: 1em;
    grid-template-columns: 1fr;
    padding: 16px;
  }
  body #result-container .row:nth-child(2) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 1px solid #E2DDDF;
  }
  body #result-container .bejelentes-header {
    display: none;
  }
}

/* ========================= OWN CLASSES ======================== */
body {
  /* Lightbox */
}
body .full-height, body .full-height img {
  height: 100%;
}
body .full-width, body .full-width img {
  width: 100%;
}
body .bcg-img {
  height: 100%;
  width: 100%;
}
body .bcg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body span.highlighted {
  background: #B1C7FB;
}
body .abs-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  justify-content: center;
}
@media screen and (min-width: 1270px) {
  body .abs-content.narrow p, body .abs-content.narrow h2 { /* desktop */
    max-width: 40vw;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body p.indent {
  text-indent: 50px;
}
body p.no-margin {
  margin: 0;
}
body .semi-bold {
  font-weight: 500;
}
body .wp-block-buttons.with-arrow a, body .with-arrow.wp-block-post-excerpt a, body a.with-arrow, body button, body p.with-arrow a {
  display: inline-block;
  padding-right: 60px;
  white-space: nowrap;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}
body .wp-block-buttons.with-arrow a, body .with-arrow.wp-block-post-excerpt a, body a.with-arrow, body p.with-arrow a {
  position: relative;
}
body .wp-block-buttons.with-arrow a:after, body .with-arrow.wp-block-post-excerpt a:after, body a.with-arrow:after, body p.with-arrow a:after {
  content: url(/wp-content/themes/pm-core/images/Header_Bejelentes-nyil.png);
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 15px;
  display: block;
  transform: translateY(-50%);
}
body .with-arrow.wp-block-post-excerpt a:after, body a.with-arrow:after {
  top: calc(50% - 0.2em);
}
body .resp-cover .wp-block-cover {
  padding: 0;
}
@media screen and (min-width: 1270px) {
  body .resp-cover { /* desktop */ }
  body .resp-cover .wp-block-cover .wp-block-cover > img {
    display: none;
  }
}
@media screen and (max-width: 1269px) {
  body .resp-cover { /* smartphone */ }
  body .resp-cover > .wp-block-cover > img {
    display: none;
  }
  body .resp-cover .txt {
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
}
body .title-wrapper {
  position: relative;
}
body .title-wrapper .abs-content {
  margin-top: 0;
}
@media screen and (min-width: 1270px) {
  body .title-wrapper .abs-content { /* desktop */
    left: 80px;
    top: 80px;
  }
}
@media screen and (max-width: 1269px) {
  body .title-wrapper .abs-content { /* smartphone */
    left: 40px;
    top: 40px;
  }
}
body .title-wrapper img {
  border-radius: 20px;
}
body .title-box {
  align-items: flex-start;
  border-radius: 20px;
  overflow: hidden;
}
body .title-box.aligncenter {
  align-items: center;
}
@media screen and (min-width: 1270px) {
  body .title-box { /* desktop */
    min-height: 398px;
    padding: 80px;
  }
}
@media all and (max-height: 900px) and (orientation: landscape) {
  body .title-box {
    min-height: 310px;
  }
}
@media screen and (max-width: 1269px) {
  body .title-box { /* smartphone */
    min-height: 165px;
    padding: 40px;
  }
}
body div#info-box-popup {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 20px 26px;
  background: white;
  color: black;
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3019607843);
  border-radius: 6px;
  z-index: 1000;
}
@media screen and (max-width: 1269px) {
  body div#info-box-popup { /* desktop */
    left: var(--wp--preset--spacing--mobile);
    right: var(--wp--preset--spacing--mobile);
  }
}
body div#info-box-popup h2 {
  font-size: 1.3em;
  font-weight: 500;
}
body div#info-box-popup .wp-block-button a {
  color: white;
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  border-radius: 10px;
}
body .cky-notice-btn-wrapper .cky-btn {
  border-radius: 10px;
}
body .card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1270px) {
  body .card {
    /* desktop */
    padding: 2em 3em;
  }
}
@media screen and (max-width: 1269px) {
  body .card {
    /* smartphone */
    padding: 2em 1em;
  }
}
body .card.shadowed {
  border: 1px solid #e9e4e7;
  box-shadow: 0px 0px 40px 0px rgba(32, 23, 71, 0.15);
}
body .card.bordered {
  box-shadow: 5px 4px 9px 0px rgba(0, 0, 0, 0.25);
}
body .card.with-bcg .wp-block-cover {
  position: absolute;
  top: 0;
  left: 0;
}
body .card .wp-block-column p:first-child {
  margin-top: 0;
}
body .card .is-layout-flex {
  gap: 2em;
}
@media screen and (min-width: 1270px) {
  body { /* desktop */ }
  body .d-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 1270px) and (min-width: 1270px) {
  body .d-card {
    /* desktop */
    padding: 2em 3em;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1269px) {
  body .d-card {
    /* smartphone */
    padding: 2em 1em;
  }
}
@media screen and (min-width: 1270px) {
  body .d-card.shadowed {
    border: 1px solid #e9e4e7;
    box-shadow: 0px 0px 40px 0px rgba(32, 23, 71, 0.15);
  }
  body .d-card.bordered {
    box-shadow: 5px 4px 9px 0px rgba(0, 0, 0, 0.25);
  }
  body .d-card.with-bcg .wp-block-cover {
    position: absolute;
    top: 0;
    left: 0;
  }
  body .d-card .wp-block-column p:first-child {
    margin-top: 0;
  }
}
body .openable h2 {
  cursor: pointer;
}
body .openable h2 strong {
  position: relative;
}
body .openable h2 strong:after {
  content: url(/wp-content/themes/pm-core/images/open-arrow.png);
  position: absolute;
  top: 2px;
  right: -45px;
  width: 6px;
  height: 12px;
  display: block;
}
body .openable .more {
  display: none;
}
body .openable.opened .more {
  display: block;
}
body .openable.opened h2 strong:after {
  top: 8px;
  transform: rotate(90deg);
}
body .bcg-contain {
  min-height: 194px !important;
  padding-left: 10px;
  padding-right: 10px;
}
body .bcg-contain img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
@media screen and (max-width: 1269px) {
  body .bcg-contain img { /* smartphone */
    width: 100% !important;
    height: auto !important;
  }
}
body .new-tab-icon a {
  position: relative;
}
body .new-tab-icon a:after {
  content: " (PDF)";
  font-weight: normal;
}
@media screen and (min-width: 1270px) {
  body .new-tab-icon a { /* desktop */
    position: relative;
  }
  body .new-tab-icon a:before {
    content: "";
    background-image: url(/wp-content/themes/pm-core/images/new-tab_icon.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: calc(-30px + 4em);
  }
}
@media screen and (min-width: 1270px) {
  body .page-submenu-nav .sub-menu .new-tab-icon a { /* desktop */ }
  body .page-submenu-nav .sub-menu .new-tab-icon a:before {
    top: 0px;
  }
}
body .wp-block-group.docs, body .wp-block-group.cases {
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
body .wp-block-group.docs ul, body .wp-block-group.cases ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .wp-block-group.docs ul li h2, body .wp-block-group.cases ul li h2 {
  font-size: var(--wp--preset--font-size--medium) !important;
  font-weight: 500;
}
@media screen and (min-width: 1270px) {
  body .wp-block-group.docs ul li > div, body .wp-block-group.cases ul li > div { /* desktop */
    padding: 0 2em;
  }
}
@media screen and (max-width: 1269px) {
  body .wp-block-group.docs ul li > div, body .wp-block-group.cases ul li > div { /* smartphone */
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
}
body .wp-block-group.docs ul li p, body .wp-block-group.cases ul li p {
  line-height: 26px;
}
body .wp-block-group.docs .wp-block-columns, body .wp-block-group.cases .wp-block-columns {
  margin: 0;
  gap: 0;
}
body .wp-block-group.docs .wp-block-columns .wp-block-column:first-child, body .wp-block-group.cases .wp-block-columns .wp-block-column:first-child {
  position: relative;
}
body .wp-block-group.docs .wp-block-columns .wp-block-column:first-child:before, body .wp-block-group.cases .wp-block-columns .wp-block-column:first-child:before {
  position: absolute;
  top: calc(4px + 0.5em);
  left: 0;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1269px) {
  body .wp-block-group.docs .wp-block-columns .wp-block-column:first-child:before, body .wp-block-group.cases .wp-block-columns .wp-block-column:first-child:before { /* smartphone */
    top: calc(1em - 2px);
  }
}
body .wp-block-group.docs .wp-block-columns .wp-block-column:last-child, body .wp-block-group.cases .wp-block-columns .wp-block-column:last-child {
  flex-basis: 150px !important;
}
@media screen and (max-width: 1269px) {
  body .wp-block-group.docs .wp-block-columns .wp-block-column:last-child, body .wp-block-group.cases .wp-block-columns .wp-block-column:last-child { /* smartphone */ }
  body .wp-block-group.docs .wp-block-columns .wp-block-column:last-child p, body .wp-block-group.cases .wp-block-columns .wp-block-column:last-child p {
    text-align: left;
    margin-bottom: 1em;
  }
}
body .wp-block-group.docs .wp-block-columns:last-child, body .wp-block-group.cases .wp-block-columns:last-child {
  border-bottom: 0;
}
body .wp-block-group.docs.dokumentumok .wp-block-columns .wp-block-column:first-child:before, body .wp-block-group.cases.dokumentumok .wp-block-columns .wp-block-column:first-child:before {
  content: url("/wp-content/themes/pm-core/images/dokumentumok_icon.png");
}
body .wp-block-group.docs.archivum .wp-block-columns .wp-block-column:first-child:before, body .wp-block-group.cases.archivum .wp-block-columns .wp-block-column:first-child:before {
  content: url("/wp-content/themes/pm-core/images/archivum_icon.png");
}
body .wp-block-group.docs.publikaciok .wp-block-columns .wp-block-column:first-child:before, body .wp-block-group.cases.publikaciok .wp-block-columns .wp-block-column:first-child:before {
  content: url("/wp-content/themes/pm-core/images/publikaciok_icon.png");
}
body .wp-block-group.docs.km .wp-block-columns .wp-block-column:first-child:before, body .wp-block-group.cases.km .wp-block-columns .wp-block-column:first-child:before {
  content: url("/wp-content/themes/pm-core/images/KM_icon.png");
}
body .wp-block-group.docs.gazdalkodasi .wp-block-columns .wp-block-column:first-child:before, body .wp-block-group.cases.gazdalkodasi .wp-block-columns .wp-block-column:first-child:before {
  content: url("/wp-content/themes/pm-core/images/gazdalkodasi_icon.png");
}
body .wp-block-group.docs .wp-block-columns .wp-block-column:first-child {
  padding: 1em;
  padding-left: 40px;
}
@media screen and (max-width: 1269px) {
  body .wp-block-group.docs .wp-block-columns .wp-block-column:last-child { /* smartphone */ }
  body .wp-block-group.docs .wp-block-columns .wp-block-column:last-child p {
    margin-top: -5px;
    padding-left: 40px;
  }
}
body .wp-block-group.docs .details .wp-block-columns {
  background-color: var(--wp--preset--color--bcg-gray) !important;
}
body .wp-block-group.cases li > div:first-of-type {
  padding: 2em 2em 1em 2em;
}
body .wp-block-group.cases li > div:first-of-type h2 {
  margin-top: 0;
}
body .wp-block-group.cases li > div:last-of-type {
  background-color: var(--wp--preset--color--bcg-gray) !important;
  padding: 1em 2em;
}
body .wp-block-group.cases li > div:last-of-type a {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
body .wp-block-group.cases li > div:last-of-type a:after {
  content: url(/wp-content/themes/pm-core/images/Header_Bejelentes-nyil.png);
  position: absolute;
  top: calc(50% - 1em);
  right: 18px;
  width: 30px;
  height: 22px;
  display: block;
}
body .wp-block-group.jobs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1270px) {
  body .wp-block-group.jobs ul { /* desktop */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10%;
  }
}
body .wp-block-group.jobs ul li {
  padding: 0;
  flex-basis: 45%;
}
body .wp-block-group.jobs ul li a {
  text-decoration: none;
}
body .wp-block-group.jobs ul li a.arrow {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
body .wp-block-group.jobs ul li a.arrow:after {
  content: url(/wp-content/themes/pm-core/images/Header_Bejelentes-nyil.png);
  position: absolute;
  top: calc(50% - 11px);
  right: 18px;
  width: 30px;
  height: 22px;
  display: block;
}
body .wp-block-group.jobs ul li hr {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--txt-gray);
}
body .counter-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2em 0;
}
body .counter-section .wp-block-columns {
  width: 100%;
  justify-content: center;
  gap: 5px;
}
body .counter-section .counter-target {
  visibility: hidden;
  height: 0;
}
body .counter-section .counter {
  text-align: center;
}
body .counter-section .counter .counter-value {
  font-size: 2em;
  font-weight: bold;
}
body .counter-section .counter p {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  body .counter-section {
    flex-direction: column;
    gap: 1em;
  }
}
body .sidebar-content {
  margin-top: 0 !important;
}
body .otgs-development-site-front-end,
body .wpml-ls-statics-footer {
  display: none !important;
}
body .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  bottom: -100%;
}
body .lightboxWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body .lightboxWrapper.show {
  display: flex;
  animation: lightboxFadeIn 0.3s ease-out;
}
body .lightboxWrapper .lightboxContainer {
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease-out;
}
body .lightboxWrapper.show .lightboxContainer {
  transform: scale(1);
  opacity: 1;
}
body .lightboxWrapper .lightboxClose {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
body .lightboxWrapper .lightboxClose:hover {
  background: var(--wp--preset--color--secondary);
  transform: scale(1.1);
}
@media screen and (max-width: 1269px) {
  body .lightboxWrapper .lightboxContainer {
    max-width: 95vw;
    max-height: 95vh;
    margin: 10px;
  }
  body .lightboxWrapper .lightboxContainer .lightboxContent {
    padding: 1rem;
  }
}
@media screen and (min-width: 1270px) {
  body { /* desktop */ }
  body .openLightbox {
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  body .openLightbox:hover {
    transform: scale(1.02);
  }
}
body .lightboxContent.hidden {
  display: none;
}
@keyframes lightboxFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ========================= TOOLS ============================== */
body {
  /* === #search-bar === */
}
body .search-bar .search-input-container {
  width: 100%;
  border-radius: 10px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0px 10px;
  box-sizing: border-box;
  position: relative;
}
body .search-bar .search-input-container span.algolia-autocomplete {
  width: 100%;
}
body .search-bar .search-input-container input.search-input {
  width: 100%;
  border: 0 !important;
  background-color: transparent;
  color: white;
}
body .search-bar .search-input-container input.search-input::-webkit-input-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
body .search-bar .search-input-container input.search-input:-moz-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
body .search-bar .search-input-container input.search-input::-moz-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
body .search-bar .search-input-container input.search-input:-moz-placeholder {
  color: var(--wp--preset--color--bcg-gray);
}
body .search-bar .search-input-container input.search-input:placeholder-shown {
  color: var(--wp--preset--color--bcg-gray);
}
body .search-bar .search-input-container input.search-input::-webkit-search-cancel-button {
  position: relative;
  right: 10px;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(/wp-content/themes/pm-core/images/x-circle.svg) no-repeat 50% 50%;
  background-size: contain;
}
body .search-bar .search-input-container input.search-input:hover, body .search-bar .search-input-container input.search-input:active {
  outline: none;
}
body .search-bar .search-input-container .aa-dropdown-menu {
  font-family: inherit;
  border-radius: 10px;
  padding: 1em 0;
  margin-top: 10px;
}
body .search-bar .search-input-container .aa-dropdown-menu .aa-suggestion {
  padding: 0 2em;
}
body .search-bar .search-input-container .aa-dropdown-menu .aa-suggestion a {
  color: var(--wp--preset--color--primary) !important;
}
body .search-bar .search-input-container .aa-dropdown-menu .search-result-excerp {
  display: none;
}
body #search-bar-mobile .wp-block-search__inside-wrapper,
body #search-bar-mobile form.search-form {
  width: 100%;
}
body #search-bar-mobile button.wp-block-search__button {
  background: transparent;
  border: 0;
}
body #search-bar-main {
  display: none;
  z-index: 10;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100%;
  height: 100vh;
  left: 0;
  box-sizing: border-box;
}
body #search-bar-main.active {
  display: block;
  opacity: 1;
}
body #search-bar-main h2 {
  color: white;
}
body #search-bar-main > div.wp-block-search__inside-wrapper {
  min-height: 30vh;
  width: 100%;
  padding: 3em 0 2em 0;
  box-sizing: border-box;
  background: #362e59;
  color: white;
  display: block;
  text-align: center;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form {
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form .form-row {
  width: 100%;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form input.search-input {
  outline: none;
  width: 100%;
  padding-left: 45px;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container {
  width: 100%;
  border-radius: 10px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 10px;
  position: relative;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container:before {
  content: url(/wp-content/themes/pm-core/images/search-ico.png);
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: block;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container span.algolia-autocomplete {
  width: 100%;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container .search-auto-complete.show {
  display: block;
  font-family: sans-serif;
  background-color: #fff;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
  width: 100%;
  text-align: left;
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form .search-input-container .search-auto-complete.show a {
  color: var(--wp--preset--color--primary);
}
body #search-bar-main > div.wp-block-search__inside-wrapper form.search-form button.search-submit {
  height: 33px;
  padding: 0 40px;
}
body #search-bar-main > div.wp-block-search__outside-wrapper {
  height: 70vh;
  width: 100%;
  background: #201747;
  opacity: 0.5;
}
body .search-btn, body button.wp-block-search__button {
  cursor: pointer;
}

/* ========================= EFFECTS ============================ */
body {
  /* Shine */
}
body svg#dots path {
  opacity: 0;
}
body svg#contact-svg image {
  transform-origin: 286px 275px;
}
body svg#blog-circle circle {
  stroke-dasharray: 1370;
  animation: drawLine 2s ease forwards;
}
@keyframes drawLine {
  from {
    stroke-dashoffset: 1370;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawLine2 {
  from {
    stroke-dashoffset: 1560;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
body .animated {
  animation-duration: 1s;
}
body figure.shine, body .wp-block-cover.shine {
  position: relative;
  overflow: hidden;
}
body figure.shine::before, body .wp-block-cover.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
body figure.shine:hover::before, body .wp-block-cover.shine:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
body .show-it:not(body .show-it.do-animation) {
  opacity: 0.2;
}
body .show-it.do-animation {
  animation-name: showIt;
  -moz-animation-name: showIt;
  -webkit-animation-name: showIt;
}
@keyframes showIt {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
body .op-move-up:not(body .op-move-up.do-animation) {
  opacity: 0;
}
body .op-move-up.do-animation {
  animation-name: opMoveUp;
  -moz-animation-name: opMoveUp;
  -webkit-animation-name: opMoveUp;
}
@keyframes opMoveUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
body .rotateLeft.do-animation {
  animation-name: rotating;
  -moz-animation-name: rotating;
  -webkit-animation-name: rotating;
}
@keyframes rotating {
  from {
    transform: rotate(-60deg);
  }
  to {
    transform: rotate(0deg);
  }
}
body .changeColor.do-animation {
  animation-name: changeCol;
  -moz-animation-name: changeCol;
  -webkit-animation-name: changeCol;
  animation-duration: 1s;
}
@keyframes changeCol {
  from {
    fill: var(--wp--preset--color--secondary);
  }
  to {
    fill: black;
  }
}
@keyframes changeCol {
  from {
    fill: var(--wp--preset--color--secondary);
  }
  to {
    fill: black;
  }
}
body .growSize {
  transform-origin: center;
}
body .growSize:not(body .growSize.do-animation) {
  transform: scale(0.8);
}
body .growSize.do-animation {
  animation-name: doScale;
  -moz-animation-name: doScale;
  -webkit-animation-name: doScale;
  animation-duration: 1s;
}
@keyframes doScale {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes doScale {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

/* ========================= LAYOUT ============================= */
body div#page { /* header - content - footer felosztás */
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}
body header ul.menu-fomenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
body header ul.menu-fomenu > li {
  cursor: pointer;
}
body header ul.menu-fomenu ul {
  list-style: none;
}
@media screen and (max-width: 1269px) {
  body { /* smartphone */ }
  body header .header-row div:not(:first-child) {
    display: none !important;
  }
  body figure#header-logo img {
    width: 183px;
  }
  body figure#footer-logo img {
    width: 161px;
  }
}
body header, body footer {
  box-sizing: border-box;
}
body header .wpml-language-switcher-block, body footer .wpml-language-switcher-block {
  width: auto !important;
}
body header .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing, body footer .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing {
  gap: 5px !important;
  margin-top: 2px !important;
}
body header .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item, body header .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item, body footer .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item, body footer .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item {
  color: var(--wp--preset--color--txt-light);
  margin-top: 0 !important;
  margin-right: 5px !important;
}
body header .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item.current-language-item a, body header .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item.current-language-item a, body footer .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item.current-language-item a, body footer .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing li.wp-block-navigation-item.current-language-item a {
  color: var(--wp--preset--color--secondary);
}
body header .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing [data-wpml=current-language-item] span, body footer .wpml-language-switcher-block ul.horizontal-list.hasSpacing.hasSpacing [data-wpml=current-language-item] span {
  color: var(--wp--preset--color--tertiary);
}
body.fixed-header {
  padding-top: 65px;
}
body.fixed-header header #main-header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1270px) {
  body.fixed-header { /* desktop */ }
  body.fixed-header .page-submenu {
    position: fixed !important;
    top: 115px;
    box-sizing: border-box;
  }
}
body ul.menu-fomenu li, body ul.page-submenu-nav li {
  padding: 0.5em 0;
}
body header #main-header-wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1269px) {
  body header #main-header-wrapper { /* smartphone */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1270px) {
  body header #main-header-wrapper { /* desktop */ }
  body header #main-header-wrapper .header-row div:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1269px) {
  body header #main-header-wrapper { /* smartphone */
    gap: 1em;
  }
  body header #main-header-wrapper .header-row div:nth-last-child(2) {
    margin-left: auto;
  }
}
body header h2, body header a, body header a:hover {
  font-family: var(--wp--preset--font-family--header);
  color: var(--wp--preset--color--txt-dark);
}
body header #main-header-wrapper div.menu-fomenu-container {
  margin-left: auto;
  margin-right: auto;
}
body header ul.menu-fomenu > li > a {
  cursor: pointer;
}
body header ul.menu-fomenu > li > a:hover {
  animation: flash 2s;
}
body header ul.menu-fomenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media screen and (min-width: 1270px) {
  body header ul.menu-fomenu { /* desktop */
    gap: 2em;
  }
}
@media screen and (max-width: 1269px) {
  body header ul.menu-fomenu { /* smartphone */
    flex-direction: column;
  }
}
body header ul.menu-fomenu > li {
  position: relative;
}
body header ul.menu-fomenu > li > ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 10px;
  left: -50px;
  list-style: none;
  z-index: 1000;
  padding: 0px;
  padding-top: 40px;
  border-radius: 10px;
  padding: 1em 0;
}
body header ul.menu-fomenu > li > ul.sub-menu#dokumentumok-menu-item-submenu {
  -moz-column-count: 2;
       column-count: 2;
  width: 622px;
  -moz-column-rule: 1px solid #ccc;
       column-rule: 1px solid #ccc;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
body header ul.menu-fomenu > li > ul.sub-menu#dokumentumok-menu-item-submenu > li:nth-child(4) {
  -moz-column-break-after: column;
       break-after: column;
}
body header ul.menu-fomenu > li > ul.sub-menu li {
  font-weight: 700;
}
body header ul.menu-fomenu > li > ul.sub-menu li > a {
  padding-left: 2em;
  display: block;
}
body header ul.menu-fomenu > li > ul.sub-menu li ul.sub-sub-menu {
  padding-left: 5px;
}
body header ul.menu-fomenu > li > ul.sub-menu li ul.sub-sub-menu li {
  font-weight: normal;
}
body header ul.menu-fomenu > li:hover ul.sub-menu, body header ul.menu-fomenu > li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  width: 270px;
}
body header ul.menu-fomenu > li.menu-item.menu-item-has-children.magunkrol-menu-item li > a {
  padding-left: 4em;
}
body header ul.menu-fomenu > li.menu-item.menu-item-has-children.ugyek-menu-item ul.sub-menu {
  width: 280px;
}
body header ul.menu-fomenu > li.menu-item.menu-item-has-children.publikaciok-menu-item ul.sub-menu {
  width: 160px;
  left: -12px;
}
body header ul.menu-fomenu > li.menu-item.menu-item-has-children.dokumentumok-menu-item ul.sub-menu {
  width: 298px;
}
@media screen and (min-width: 1270px) {
  body header ul.menu-fomenu { /* desktop */ }
  body header ul.menu-fomenu > li.menu-item-has-children {
    padding-right: 10px;
  }
  body header ul.menu-fomenu > li.menu-item-has-children:after {
    content: url(/wp-content/themes/pm-core/images/Header_Magunkrol_nyil.png);
    position: absolute;
    top: 7px;
    right: -10px;
    width: 10px;
    height: 7px;
    display: block;
  }
}
@media screen and (max-width: 1269px) {
  body header ul.menu-fomenu { /* smartphone */ }
  body header ul.menu-fomenu > li.menu-item-has-children a {
    padding-right: 10px;
  }
  body header ul.menu-fomenu > li.menu-item-has-children a:after {
    content: url(/wp-content/themes/pm-core/images/Header_Magunkrol_nyil.png);
    position: absolute;
    top: -3px;
    right: -10px;
    width: 10px;
    height: 7px;
    display: block;
  }
}
body header div#menu-wrapper div#main-menu > nav > div > ul > li {
  float: left;
  margin-left: 20px;
  padding: 0 5px;
  position: relative;
}
body header div#menu-wrapper div#main-menu > nav > div > ul > li.current_page_item {
  border: 1px solid black;
}
body header div#menu-wrapper div#main-menu > nav > div > ul > li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 20px;
  left: -50px;
  list-style: none;
  z-index: 1000;
  padding: 0px;
  padding-top: 40px;
  background: var(--wp--preset--color--secondary);
  text-align: center;
  transition: all 0.4s;
}
body header div#menu-wrapper div#main-menu > nav > div > ul > li ul.sub-menu li {
  margin-bottom: 5px;
  padding: 8px 30px;
}
body header div#menu-wrapper div#main-menu > nav > div > ul > li ul.sub-menu li:not(:last-child) {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4392156863);
}
body header div#menu-wrapper div#main-menu > nav > div > ul > li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media screen and (max-width: 1269px) {
  body header div#menu-wrapper div#main-menu { /* smartphone */
    display: none;
  }
}
@media screen and (max-width: 1269px) {
  body header div#menu-wrapper { /* SMARTPHONE */
    display: none;
  }
}
@media screen and (min-width: 1270px) {
  body header .hamburger { /* smartphone */
    display: none;
  }
}
@media screen and (max-width: 1269px) {
  body header .hamburger { /* smartphone */
    width: 45px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: relative;
  }
  body header .hamburger .hamburger-box {
    /*width: 100%;*/
    width: 45px;
    height: 28px;
    display: inline-block;
    position: relative;
  }
  body header .hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.1s;
  }
  body header .hamburger .hamburger-inner {
    width: 100%;
    height: 4px;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  body header .hamburger:not(.is-active) .hamburger-inner:nth-child(1) {
    width: 60%;
    right: 0;
  }
  body header .hamburger .hamburger-inner {
    display: block;
    top: 2px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, -0.5, 0.25, 1.5);
  }
  body header .hamburger .hamburger-inner:nth-child(2) {
    margin-top: 10px;
    transition: opacity 0.1s 0.5s ease;
  }
  body header .hamburger .hamburger-inner:nth-child(3) {
    margin-top: 20px;
  }
  body header .hamburger.is-active {
    width: 45px;
  }
  body header .hamburger.is-active .hamburger-inner:nth-child(1) {
    border-top: 3px solid var(--wp--preset--color--primary);
    z-index: 1;
  }
  body header .hamburger.is-active .hamburger-inner:nth-child(2) {
    transition-delay: 0s;
    opacity: 0;
  }
  body header .hamburger.is-active .hamburger-inner:nth-child(3) {
    transform: translate3d(0, -10px, 0) rotate(-135deg);
    transition-delay: 0.1s;
  }
}
body ul#menu-social-media li a, body ul#menu-social-media-1 li a {
  width: 27px;
  height: 27px;
  display: inline-block;
  color: transparent;
}
body ul#menu-social-media li.ln-menuitem a, body ul#menu-social-media-1 li.ln-menuitem a {
  background-image: url(/wp-content/themes/pm-core/images/Header_LinkedIn-Button.png);
}
body div.lang-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
body div.lang-wrapper ul li {
  margin-right: 0.5em;
}
body div.lang-wrapper ul li.selected a {
  color: var(--wp--preset--color--secondary);
}
body div.lang-wrapper ul li:not(:last-child):after {
  content: "|";
  margin-left: 0.5em;
}
body footer {
  z-index: 1;
  box-shadow: 0 10px 30px 50px rgb(255, 255, 255);
}
body footer ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1269px) {
  body footer { /* smartphone */
    text-align: center;
  }
  body footer .wp-block-buttons.is-layout-flex {
    justify-content: center;
  }
  body footer > div > div > .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  body footer .is-layout-flex {
    align-items: center !important;
  }
  body footer ul, body footer p {
    text-align: center !important;
    padding: 0;
  }
}
body footer .menu-social-media-container {
  text-align: right;
}
body nav.nav-mobile {
  z-index: 90;
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -100%;
  height: 100vh;
  width: 100%;
  padding-top: 5em;
  box-sizing: border-box;
  transition: all 0.5s;
}
body nav.nav-mobile.opened {
  margin-right: 0;
}
body nav.nav-mobile a, body nav.nav-mobile a:hover {
  font-family: var(--wp--preset--font-family--header);
}
body nav.nav-mobile .wpml-ls-statics-shortcode_actions {
  position: relative;
  padding-left: 28px;
}
body nav.nav-mobile .wpml-ls-statics-shortcode_actions:before {
  content: "\f11f";
  font-family: dashicons;
  font-size: 25px;
  font-weight: 100;
  position: absolute;
  top: 10px;
  left: 0;
}
body nav.nav-mobile ul {
  padding: 0;
  list-style: none;
}
body nav.nav-mobile ul li {
  margin-top: 1em;
}
body nav.nav-mobile ul li a {
  position: relative;
}
body nav.nav-mobile #mobile-nav {
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
body nav.nav-mobile #mobile-nav hr {
  width: 100%;
  border: 0; /* Removes default border */
  border-top: 1px solid var(--wp--preset--color--tertiary);
}
body nav.nav-mobile #mobile-nav .wp-block-button, body nav.nav-mobile #mobile-nav .wp-block-button a {
  width: 100%;
}
body nav.nav-mobile #mobile-nav ul > li.menu-item-has-children span {
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
body nav.nav-mobile #mobile-nav ul > li.menu-item-has-children span:hover {
  animation: flash 2s;
}
body nav.nav-mobile #mobile-nav ul > li.menu-item-has-children span:after {
  content: url(/wp-content/themes/pm-core/images/Header_Magunkrol_nyil.png);
  position: absolute;
  top: 7px;
  right: -10px;
  width: 10px;
  height: 7px;
  display: block;
  transform: rotate(-90deg);
}
body nav.nav-mobile #mobile-nav ul.sub-menu {
  display: none;
}
body nav.nav-mobile .mobile-nav-2 {
  margin-top: 5vh;
}
body nav.nav-mobile .mobile-nav-2 ul {
  padding-left: 1em;
}
body nav.nav-mobile .mobile-nav-2 ul li {
  border-bottom: 0;
}
body nav.nav-mobile .mobile-nav-2 .wp-block-group.is-layout-flex {
  gap: 0;
}
body nav.nav-mobile .mobile-nav-2 ul {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 1em;
}
body nav.nav-mobile .mobile-nav-2 .menu-back {
  cursor: pointer;
}

/* ========================= POSTS ============================== */
body article section:first-of-type p:first-of-type {
  text-indent: 0;
}
body article figure.wp-block-post-featured-image img {
  width: 100%;
  height: 55vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body article figure:not(.wp-block-post-featured-image) {
  margin: 2em 0;
}
body article h2 {
  margin-bottom: 1em;
}
body ul.wp-block-post-template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1270px) {
  body ul.wp-block-post-template { /* desktop */
    gap: var(--wp--preset--spacing--tb-m) 218px;
  }
}
@media screen and (max-width: 1269px) {
  body ul.wp-block-post-template { /* smartphone */
    gap: 3vh;
  }
}
@media screen and (min-width: 1270px) {
  body ul.wp-block-post-template > li { /* desktop */
    width: 48%;
    max-width: 388px;
    display: flex;
    flex-direction: column;
  }
  body ul.wp-block-post-template > li .txt-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  body ul.wp-block-post-template > li .txt-wrapper h2 {
    margin: 0;
    min-height: 3em;
  }
  body ul.wp-block-post-template > li .txt-wrapper time {
    margin-top: auto;
  }
}
body ul.wp-block-post-template > li figure.wp-block-post-featured-image {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
}
body ul.wp-block-post-template > li figure.wp-block-post-featured-image:hover::after {
  content: url(/wp-content/themes/pm-core/images/arrow-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: var(--wp--preset--color--primary);
  opacity: 0.7;
  z-index: 1;
}
body ul.wp-block-post-template > li figure.wp-block-post-featured-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
body ul.wp-block-post-template > li time {
  font-style: italic;
}
body ul.wp-block-post-template > li .wp-block-post-excerpt {
  margin: 0;
}
body ul.wp-block-post-template > li .wp-block-post-excerpt p:not(.wp-block-post-excerpt__more-text) {
  text-indent: 50px;
}
body ul.wp-block-post-template > li h2, body ul.wp-block-post-template > li h3 {
  cursor: pointer;
  font-weight: bold;
}
body ul.wp-block-post-template > li h2 a, body ul.wp-block-post-template > li h3 a {
  text-decoration: none;
}
@media screen and (min-width: 1270px) {
  body .two-col-content ul.wp-block-post-template { /* desktop */
    gap: var(--wp--preset--spacing--tb-m) 116px;
  }
}
body #related-posts, body #job-application {
  background: var(--wp--preset--color--bcg-gray);
}
body #related-posts h2, body #job-application h2 {
  font-size: var(--wp--preset--font-size--medium) !important;
  margin-bottom: var(--wp--preset--spacing--tb-s);
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.single-post figure.wp-block-post-featured-image {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 2em;
}
body.single-post figure.wp-block-post-featured-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-post h1 {
  margin-bottom: var(--wp--preset--spacing--tb-s);
}
body.single-post h1, body.single-post time {
  font-style: italic;
}
body.single-job h1 {
  margin-bottom: var(--wp--preset--spacing--tb-m);
}
body.single-job main > section#job-application .wp-block-columns {
  padding-top: var(--wp--preset--spacing--tb-s);
  padding-bottom: var(--wp--preset--spacing--tb-m);
}
body.single-doi_page h2 {
  font-size: 1.2em !important;
  line-height: 130%;
  font-weight: 500;
  margin-top: 0;
}
body.single-doi_page .title-box {
  max-width: 994px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
body.single-doi_page section.doi-content {
  max-width: 994px;
  margin: 0 auto;
  padding-top: var(--wp--preset--spacing--tb-s);
  padding-right: var(--wp--preset--spacing--mobile);
  padding-bottom: var(--wp--preset--spacing--tb-l);
  padding-left: var(--wp--preset--spacing--mobile);
}
body.single-doi_page .doi-meta-item .wp-block-columns {
  gap: 2em 15px;
}

/* ========================= BUTTONS ============================ */
body main button {
  display: inline-block;
  padding-right: 60px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  white-space: nowrap;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}
body main button.blue {
  background-color: var(--wp--preset--color--primary);
  color: white;
}
body main button:hover {
  cursor: pointer;
}

/* ========================= FORMS ============================== */
/* ========================= PAGES ============================= */
@media screen and (max-width: 1269px) {
  body.home { /* smartphone */ }
  body.home #autonom-allamigazgatosagi-szerv .mobile-abs {
    left: calc(50% - 42px);
    top: calc(-60px - var(--wp--preset--spacing--tb-m) / 2 + 20px);
  }
  body.home #mukodes .mobile-abs {
    left: 15%;
  }
}

body:not(.home) div.two-col-content {
  gap: 3em;
  position: relative;
}
@media screen and (min-width: 1270px) {
  body:not(.home) div.two-col-content { /* desktop */ }
  body:not(.home) div.two-col-content div.page-submenu {
    position: absolute;
    width: 243px;
    padding: 0;
    z-index: 1;
    background-color: white;
  }
  body:not(.home) div.two-col-content div.page-submenu .nav-item:has(ul.sub-menu:not(:empty)) > a.nav-link {
    position: relative;
  }
  body:not(.home) div.two-col-content div.page-submenu .nav-item:has(ul.sub-menu:not(:empty)) > a.nav-link:after {
    content: url(/wp-content/themes/pm-core/images/dd_arrow.svg);
    position: absolute;
    top: 0px;
    right: 15px;
    width: 10px;
    height: 28px;
    display: block;
  }
  body:not(.home) div.two-col-content div.page-submenu .nav-item:has(ul.sub-menu:not(:empty)) > a.nav-link.open:after {
    transform: rotate(180deg);
  }
  body:not(.home) div.two-col-content div.page-submenu > div.menu-magunkrol-container .page-submenu-nav > li {
    padding: 0.6em 0;
  }
  body:not(.home) div.two-col-content div.page-submenu > div.menu-magunkrol-container .page-submenu-nav > li > a {
    padding-left: 4em;
  }
  body:not(.home) div.two-col-content div.page-submenu > div.menu-magunkrol-container .page-submenu-nav > li.new-tab-icon > a:before {
    left: calc(-30px + 4em);
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav > li > a {
    padding-left: 2em;
    display: block;
    font-weight: bold;
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav > li:first-child {
    padding-top: 5px;
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav > li:last-child {
    padding-bottom: 10px;
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav > li.new-tab-icon > a:before {
    left: calc(-30px + 2em);
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav .current_page_item {
    background: var(--wp--preset--color--bcg-gray);
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav ul.sub-menu {
    list-style: none;
    padding: 0;
  }
  body:not(.home) div.two-col-content div.page-submenu .page-submenu-nav ul.sub-menu li a {
    padding-left: 3em;
    display: block;
  }
  body:not(.home) div.two-col-content div.page-submenu .menu-magunkrol-container .page-submenu-nav {
    list-style: none;
  }
  body:not(.home) div.two-col-content div.page-submenu .menu-magunkrol-container .page-submenu-nav ul.sub-menu li a {
    padding-left: 5em;
  }
}
@media screen and (max-width: 1269px) {
  body:not(.home) div.two-col-content { /* smartphone */ }
  body:not(.home) div.two-col-content div.page-submenu {
    display: none;
  }
}
body:not(.home).page-id-16 strong {
  font-weight: 700;
}
@media screen and (max-width: 1269px) {
  body:not(.home).page-id-16 { /* smartphone */ }
  body:not(.home).page-id-16 .content .content section:not(:first-of-type) > div {
    padding: 0;
  }
  body:not(.home).page-id-16 .content section:not(:first-of-type) > div {
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.home).page-id-16 .content .wp-block-columns .wp-block-column:first-child:first-child,
  body:not(.home).page-id-16 .content .wp-block-group.has-mobile-bcg:first-child {
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
  body:not(.home).page-id-16 .content .wp-block-group.has-mobile-bcg:first-child {
    padding-top: var(--wp--preset--spacing--tb-m) !important;
    padding-bottom: var(--wp--preset--spacing--tb-m) !important;
  }
  body:not(.home).page-id-16 .content .wp-block-cover.bcg-contain {
    min-height: 135px !important;
    margin-left: var(--wp--preset--spacing--mobile);
    margin-right: var(--wp--preset--spacing--mobile);
    margin-top: var(--wp--preset--spacing--tb-m) !important;
  }
}
@media screen and (max-width: 1269px) {
  body:not(.home).page-id-36 h1 em { /* smartphone */
    display: block;
  }
}
body:not(.home).page-id-1740 .content, body:not(.home).search-results .content, body:not(.home).page-id-2165 .content {
  max-width: 1192px;
  margin: 0 auto;
}
body:not(.home).page-id-1740 .ais-SearchBox-form, body:not(.home).search-results .ais-SearchBox-form, body:not(.home).page-id-2165 .ais-SearchBox-form {
  height: 2.5rem;
  line-height: 1.25rem;
  width: calc(100% - 5em);
  margin-left: 5em;
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--bcg-dark);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 1em;
  padding: 0px 50px;
  box-sizing: border-box;
  position: relative;
}
body:not(.home).page-id-1740 .ais-SearchBox-form::before, body:not(.home).search-results .ais-SearchBox-form::before, body:not(.home).page-id-2165 .ais-SearchBox-form::before {
  content: url(/wp-content/themes/pm-core/images/search-ico-blue.png);
  height: 1rem;
  left: 1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 1rem;
}
body:not(.home).page-id-1740 .ais-SearchBox-form input.ais-SearchBox-input, body:not(.home).search-results .ais-SearchBox-form input.ais-SearchBox-input, body:not(.home).page-id-2165 .ais-SearchBox-form input.ais-SearchBox-input {
  width: 100%;
  border: none;
}
body:not(.home).page-id-1740 .ais-SearchBox-form button.ais-SearchBox-submit, body:not(.home).page-id-1740 .ais-SearchBox-form button.ais-SearchBox-reset, body:not(.home).search-results .ais-SearchBox-form button.ais-SearchBox-submit, body:not(.home).search-results .ais-SearchBox-form button.ais-SearchBox-reset, body:not(.home).page-id-2165 .ais-SearchBox-form button.ais-SearchBox-submit, body:not(.home).page-id-2165 .ais-SearchBox-form button.ais-SearchBox-reset {
  display: none;
}
body:not(.home).page-id-1740 .ais-SearchBox-form input[type=search]:hover, body:not(.home).page-id-1740 .ais-SearchBox-form input[type=search]:active, body:not(.home).search-results .ais-SearchBox-form input[type=search]:hover, body:not(.home).search-results .ais-SearchBox-form input[type=search]:active, body:not(.home).page-id-2165 .ais-SearchBox-form input[type=search]:hover, body:not(.home).page-id-2165 .ais-SearchBox-form input[type=search]:active {
  outline: none;
}
body:not(.home).page-id-1740 mark.ais-Highlight-highlighted, body:not(.home).search-results mark.ais-Highlight-highlighted, body:not(.home).page-id-2165 mark.ais-Highlight-highlighted {
  background-color: var(--wp--preset--color--bcg-light);
  font-weight: bold;
}
body:not(.home).page-id-1740 div#hits li, body:not(.home).search-results div#hits li, body:not(.home).page-id-2165 div#hits li {
  margin-bottom: 0;
  padding: 1em 5em;
  box-sizing: border-box;
}
body:not(.home).page-id-1740 div#hits li:hover, body:not(.home).search-results div#hits li:hover, body:not(.home).page-id-2165 div#hits li:hover {
  background-color: var(--wp--preset--color--bcg-light);
}
body:not(.home).page-id-1740 div#hits li:hover:before, body:not(.home).search-results div#hits li:hover:before, body:not(.home).page-id-2165 div#hits li:hover:before {
  content: url(/wp-content/themes/pm-core/images/Header_Bejelentes-nyil.png);
  position: absolute;
  left: 2em;
  width: 30px;
  height: 22px;
  display: block;
}
body:not(.home).page-id-1740 div#hits li a, body:not(.home).search-results div#hits li a, body:not(.home).page-id-2165 div#hits li a {
  text-decoration: none;
  width: 100%;
  display: block;
}
body:not(.home).page-id-4087 svg#map, body:not(.home).page-id-4096 svg#map {
  height: 85vh;
}
body:not(.home).page-id-4087 svg#map .infobox, body:not(.home).page-id-4096 svg#map .infobox {
  display: none;
  pointer-events: none;
}

/* ========================= COLORS ============================= */
body {
  color: var(--wp--preset--color--primary);
}
body .wp-block-cover.is-light .wp-block-cover__inner-container,
body a, body a:hover {
  color: var(--wp--preset--color--primary);
}
body .has-bg-dark-background-color {
  background-color: var(--wp--preset--color--bcg-dark) !important;
}
body .has-bg-light-background-color {
  background-color: var(--wp--preset--color--bcg-light) !important;
}
body .has-primary-background-color {
  background-color: var(--wp--preset--color--primary) !important;
}
body .has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary) !important;
}
body .has-txt-light-color {
  color: var(--wp--preset--color--txt-light) !important;
}
body .has-txt-dark-color {
  color: var(--wp--preset--color--txt-dark) !important;
}
@media screen and (max-width: 1269px) {
  body { /* smartphone */ }
  body .has-mobile-bcg {
    background-color: var(--wp--preset--color--bcg-gray);
  }
}
body header #main-header-wrapper {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-light);
}
body header a, body header a:hover {
  color: var(--wp--preset--color--txt-light);
}
body header div#menu-wrapper {
  border-left: 2px solid var(--wp--preset--color--tertiary);
}
body header ul.menu > li > ul.sub-menu {
  background: white;
}
body header ul.menu > li > ul.sub-menu a {
  color: var(--wp--preset--color--primary);
}
body.fixed-header header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 50px 0 rgba(255, 255, 255, 0.15);
}
body nav.nav-mobile {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-light);
}
body nav.nav-mobile a, body nav.nav-mobile a:hover {
  color: var(--wp--preset--color--txt-light);
}
body footer {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-light);
}
body footer a, body footer a:hover {
  color: var(--wp--preset--color--txt-light);
}
body footer .wp-block-group > div:last-of-type a {
  color: var(--wp--preset--color--tertiary);
}
body main button,
body main a.wp-block-read-more,
body main .wp-block-button a {
  background-color: white;
  color: var(--wp--preset--color--primary);
}
body .docs > .wp-block-group:nth-child(even) .openable h2 {
  background-color: #F7F7FB;
}
body .docs > .wp-block-group:nth-child(odd) .openable h2 {
  background-color: var(--wp--preset--color--bcg-gray);
}
@media screen and (min-width: 1270px) {
  body .wp-block-group.docs,
  body .wp-block-group.cases { /* desktop */
    border: 1px solid #E2DDDF !important;
  }
}
body .wp-block-group.docs ul li, body .wp-block-group.docs .openable h2,
body .wp-block-group.cases ul li,
body .wp-block-group.cases .openable h2 {
  border-bottom: 1px solid #E2DDDF;
}
body figure.wp-block-table.docs,
body figure.wp-block-table.cases {
  border: 1px solid var(--wp--preset--color--bcg-gray);
}
body figure.wp-block-table.docs table tr,
body figure.wp-block-table.cases table tr {
  border-bottom: 1px solid var(--wp--preset--color--bcg-gray);
}
body ul.page-submenu-nav > li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--bcg-gray);
}

/* ========================= FONT SIZES ========================== */
body {
  font-size: 16px;
  line-height: 1.75em;
}
body h1, body .has-x-large-font-size {
  font-size: 46px;
  line-height: 58px;
}
body h2 {
  font-size: 32px;
  line-height: 40px;
}
body article h1 {
  font-size: 32px;
  line-height: 42px;
}
body article h2 {
  font-size: 22px;
  line-height: 28px;
}
body .has-large-font-size {
  font-size: 28px;
  line-height: 42px;
}
body .has-medium-font-size {
  font-size: 18px;
  line-height: 35px;
}
body .has-small-font-size, body small, body footer, body .wp-block-buttons {
  font-size: 14px;
  line-height: 21px;
}
body .page-submenu-nav, body ul.menu-fomenu .sub-menu, body .wp-block-group.docs, body .wp-block-table.docs, body .wp-block-group.cases, body .wp-block-table.cases {
  font-size: 14px;
  line-height: 26px;
}
body:not(.home) main .content {
  padding-top: 3em;
}
body.page-id-36 h1 {
  font-size: 32px;
  line-height: 86px;
}
body.page-id-36 h1 em {
  font-size: 22px;
  line-height: 48px;
  font-weight: normal;
}
@media screen and (max-width: 1269px) {
  body { /* SMARTPHONE */
    font-size: 14px;
    line-height: 24px;
    --wp--preset--font-size--extra-large: 26px;
  }
  body h1, body .has-x-large-font-size {
    font-size: 26px;
    line-height: 32px;
  }
  body h2 {
    font-size: 22px;
    line-height: 28px;
  }
  body .has-large-font-size {
    font-size: 20px !important;
    line-height: 26px;
  }
  body .has-medium-font-size {
    font-size: 14px !important;
    line-height: 35px;
  }
  body small, body .has-small-font-size, body footer, body .wp-block-buttons {
    font-size: 14px;
    line-height: 21px;
  }
  body .page-submenu-nav, body ul.menu-fomenu .sub-menu {
    font-size: 14px;
    line-height: 36px;
  }
  body .wp-block-group.docs, body .wp-block-table.docs, body .wp-block-group.cases, body .wp-block-table.cases {
    font-size: 14px;
    line-height: 18px;
  }
  body.page-id-36 h1 {
    font-size: 22px;
    line-height: 24px;
  }
  body.page-id-36 h1 em {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
  }
}
@media screen and (max-width: 319px) {
  body { /* small */
    --wp--preset--font-size--small: 12px;
    --wp--preset--font-size--medium: 16px;
    --wp--preset--font-size--large: 18px;
    --wp--preset--font-size--extra-large: 22px;
    font-size: 12px;
    line-height: 20px;
  }
  body h1, body .has-x-large-font-size {
    font-size: 20px;
    line-height: 30px;
  }
  body h2 {
    font-size: 18px;
    line-height: 24px;
  }
  body .has-large-font-size {
    font-size: 18px !important;
    line-height: 24px;
  }
  body .has-medium-font-size {
    font-size: 12px !important;
    line-height: 30px;
  }
  body small, body .has-small-font-size, body footer, body .wp-block-buttons {
    font-size: 12px;
    line-height: 21px;
  }
  body .page-submenu-nav, body ul.menu-fomenu .sub-menu {
    font-size: 12px;
    line-height: 36px;
  }
  body .wp-block-group.docs, body .wp-block-table.docs, body .wp-block-group.cases, body .wp-block-table.cases {
    font-size: 12px;
    line-height: 18px;
  }
}

/* ========================= SPACINGS ============================ */
body header #main-header-wrapper {
  padding-left: var(--wp--preset--spacing--s);
  padding-right: var(--wp--preset--spacing--s);
}
body footer > div {
  max-width: 1192px;
  margin: auto;
}
body.single article, body #related-posts > div {
  max-width: 1192px;
  margin: auto;
  padding-bottom: var(--wp--preset--spacing--tb-m);
}
body.single-job main > section:first-of-type, body.single-job main > section#job-application .wp-block-columns {
  max-width: 1192px;
  margin: auto;
}
body #related-posts > div {
  padding-top: var(--wp--preset--spacing--tb-m);
}
body .two-col-content section {
  max-width: 1192px;
  margin: auto;
}
@media screen and (min-width: 1270px) {
  body .two-col-content section { /* desktop */
    padding-left: 300px;
  }
}
body .two-col-content section.wide {
  max-width: unset !important;
  padding-left: 0 !important;
}
body .two-col-content section.wide > div {
  max-width: 1192px;
  margin: auto;
}
@media screen and (min-width: 1270px) {
  body .two-col-content section.wide > div { /* desktop */
    padding-left: 300px;
  }
}
body div.two-col-content div.page-submenu {
  left: calc((100vw - 1192px) / 2);
}
body .ss3-pm-content {
  padding-left: var(--wp-preset--spacing-xl);
  padding-right: var(--wp-preset--spacing-xl);
}
@media screen and (min-width: 1500px) and (max-width: 3199px) {
  body {
    --wp--preset--spacing--m: 10vw;
    --wp--preset--spacing--l: 20vw;
    --wp--preset--spacing--xl: 32vw;
  }
  body.fixed-header #header-nav {
    width: 80%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    --wp--preset--spacing--m: 10vw;
  }
  body.fixed-header #header-nav {
    width: 80%;
  }
}
@media screen and (min-width: 1270px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--mobile: 0;
  }
}
@media screen and (max-width: 1269px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--m: var(--wp--preset--spacing--mobile);
    --wp--preset--spacing--l: var(--wp--preset--spacing--mobile);
    --wp--preset--spacing--tb-m: 60px;
  }
  body:not(.home) main .content {
    padding-top: 30px;
  }
  body .spacing-xs, body .spacing-s, body .spacing-m, body .spacing-l, body .spacing-xl, body .m-spacing-m {
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
  body .spacing-s-l, body .spacing-l-l {
    padding-left: 0px;
  }
  body .spacing-t {
    padding-top: 20px;
  }
  body .spacing-b {
    padding-bottom: 20px;
  }
  body header #main-header-wrapper, body.single-post article, body.single-job main > section:first-of-type > div, body.single-job main > section#job-application .wp-block-columns, body section#related-posts {
    padding-left: var(--wp--preset--spacing--mobile-header);
    padding-right: var(--wp--preset--spacing--mobile-header);
  }
  body nav.nav-mobile {
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
  body.page-id-14 { /* KM */ }
  body.page-id-14 .docs .wp-block-columns {
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
  body.page-id-36 main .content section > div {
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
}
@media screen and (max-width: 319px) {
  body { /* small */
    --wp--preset--spacing--mobile: 26px;
  }
  body .is-layout-flex {
    gap: 20px;
  }
}
@media screen and (min-width: 1270px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  body nav#nav-mobile, body nav#nav-mobile-2 {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1269px) {
  body { /* SMARTPHONE */ }
  body .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  body .mobile-abs {
    position: absolute;
    z-index: -1;
  }
  body .m-order-2 {
    order: 2;
  }
}

/* ========================= ACCESSIBILITY ============================ */
body .visually-hidden {
  position: absolute;
  left: -10000em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
body .skiplink {
  margin: 0;
  position: relative;
}
body .skiplink span {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: -5em;
}
body .skiplink a {
  line-height: 1em;
  position: absolute;
  left: 0;
  top: -5em;
  width: 100%;
  background-color: #362e59;
  color: white;
  outline: 2px solid white;
  text-decoration: none;
  padding: 1.5em 0;
  margin: 0 auto;
  text-align: center;
  -moz-transition-duration: 0.3s;
  -moz-transition-property: top opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: top opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: top opacity;
  transition-timing-function: ease-out;
  display: block;
  opacity: 0;
  z-index: 200;
}
body .skiplink a:focus, body .skiplink a:hover {
  top: 0;
  outline-color: var(--wp--preset--color--primary);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */