@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - PM Creative
Author URI: https://pmcreative.hu
Version: 1.071 
Description: P.M. Creative egyedi sablonja - Integritás Hatóság
*/
/* ========================= 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 {
  text-decoration: none;
}
body ul {
  list-style: none;
}
body a: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 .is-layout-flow > * + * {
  margin-block-start: 1em;
  margin-block-end: 0;
}

/* ========================= OWN CLASSES ======================== */
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 {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding-right: 60px;
  white-space: nowrap;
  border-radius: 8px;
}
body .wp-block-buttons.with-arrow a:after {
  content: url(/wp-content/themes/pm-core/images/Header_Bejelentes-nyil.png);
  position: absolute;
  top: calc(50% - 0.7em);
  right: 18px;
  width: 30px;
  height: 14px;
  display: block;
}
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;
}
@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 .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 .is-layout-flex {
  gap: 2em;
}
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;
}
@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 .is-layout-flex {
    gap: 2em;
  }
  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: 6px;
    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 {
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
body .wp-block-group.docs h2 {
  padding: 1em 2em;
}
body .wp-block-group.docs .wp-block-columns {
  margin: 0;
  gap: 0;
}
@media screen and (min-width: 1270px) {
  body .wp-block-group.docs .wp-block-columns { /* desktop */
    padding: 0 2em;
  }
}
@media screen and (min-width: 1270px) {
  body .wp-block-group.docs .wp-block-columns { /* desktop */
    padding: 0 2em;
  }
}
body .wp-block-group.docs .wp-block-columns .wp-block-column:first-child {
  font-weight: 600;
  padding: 1em;
  padding-left: 40px;
  position: relative;
}
body .wp-block-group.docs .wp-block-columns .wp-block-column:first-child:before {
  position: absolute;
  top: calc(4px + 1em);
  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 { /* smartphone */
    top: calc(1em - 2px);
  }
}
body .wp-block-group.docs .wp-block-columns .wp-block-column:last-child {
  flex-basis: 190px !important;
}
@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 {
    padding-left: 40px;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 1em;
  }
}
body .wp-block-group.docs .wp-block-columns:last-child {
  border-bottom: 0;
}
body .wp-block-group.docs.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 {
  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 {
  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 {
  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 {
  content: url("/wp-content/themes/pm-core/images/gazdalkodasi_icon.png");
}
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%;
}

/* ========================= 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 {
  list-style: none;
  padding: 0;
  margin: 0;
}
body header ul.menu > li {
  cursor: pointer;
}
@media screen and (max-width: 1269px) {
  body { /* smartphone */ }
  body header #header-info .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;
}
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 {
  position: fixed;
  top: 0;
  width: 100%;
}
@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 header {
  z-index: 100;
}
@media screen and (max-width: 1269px) {
  body header { /* smartphone */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1270px) {
  body header { /* desktop */ }
  body header figure {
    flex-basis: 280px;
  }
  body header .header-row div:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1269px) {
  body header { /* smartphone */
    gap: 1em;
  }
  body header .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 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 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2em;
}
body header ul.menu > li {
  position: relative;
}
body header ul.menu > 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 > li > ul.sub-menu li {
  font-weight: 700;
}
body header ul.menu > li > ul.sub-menu li > a {
  padding-left: 2em;
  display: block;
}
body header ul.menu > li > ul.sub-menu li ul.sub-sub-menu {
  padding-left: 5px;
}
body header ul.menu > li > ul.sub-menu li ul.sub-sub-menu li {
  font-weight: normal;
}
body header ul.menu > li:hover ul.sub-menu, body header ul.menu > li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  width: 248px;
}
body header ul.menu > li.menu-item.menu-item-has-children.magunkrol-menu-item li > a {
  padding-left: 4em;
}
body header ul.menu > li.menu-item-has-children {
  padding-right: 10px;
}
body header ul.menu > li.menu-item-has-children:after {
  content: url(/wp-content/themes/pm-core/images/Header_Magunkrol_nyil.png);
  position: absolute;
  top: 0;
  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%;
    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 header .hamburger:focus {
    outline: none;
  }
}
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: 20;
  box-shadow: 0 10px 30px 50px rgb(255, 255, 255);
}
body footer ul {
  list-style: none;
}
@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 main nav.nav-mobile {
  z-index: 110;
  position: fixed;
  right: 0;
  margin-right: -100%;
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}
body main nav.nav-mobile.opened {
  margin-right: 0;
}
body main nav.nav-mobile a, body main nav.nav-mobile a:hover {
  font-family: var(--wp--preset--font-family--header);
}
body main nav.nav-mobile .wpml-ls-statics-shortcode_actions {
  position: relative;
  padding-left: 28px;
}
body main 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 main nav.nav-mobile ul {
  padding: 0;
  list-style: none;
}
body main nav.nav-mobile ul li {
  margin-top: 1em;
}
body main nav.nav-mobile ul li a {
  position: relative;
}
body main nav.nav-mobile #mobile-nav {
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
body main nav.nav-mobile #mobile-nav hr {
  width: 100%;
  border: 0; /* Removes default border */
  border-top: 1px solid var(--wp--preset--color--tertiary);
}
body main nav.nav-mobile #mobile-nav ul > li.menu-item-has-children span {
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
body main nav.nav-mobile #mobile-nav ul > li.menu-item-has-children span:hover {
  animation: flash 2s;
}
body main 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 main nav.nav-mobile #mobile-nav ul.sub-menu {
  display: none;
}
body main nav.nav-mobile .mobile-nav-2 {
  margin-top: 5vh;
}
body main nav.nav-mobile .mobile-nav-2 ul {
  padding-left: 1em;
}
body main nav.nav-mobile .mobile-nav-2 ul li {
  border-bottom: 0;
}
body main nav.nav-mobile .mobile-nav-2 .wp-block-group.is-layout-flex {
  gap: 0;
}
body main nav.nav-mobile .mobile-nav-2 ul {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 1em;
}
body main nav.nav-mobile .mobile-nav-2 .menu-back {
  cursor: pointer;
}

/* ========================= POSTS ============================== */
body article p {
  text-indent: 50px;
}
body article section:first-of-type p:first-of-type {
  text-indent: 0;
}
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: 186px;
  }
}
@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 .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
  width: 100%;
}
body ul.wp-block-post-template > li .img-wrapper img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
body ul.wp-block-post-template > li h2, body ul.wp-block-post-template > li h3 {
  cursor: pointer;
}

/* ========================= BUTTONS ============================ */
/* ========================= FORMS ============================== */
body .fluentform textarea, body .fluentform input[type=text], body .fluentform input[type=email] {
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  font-style: italic;
  outline: none;
}
body .fluentform textarea {
  height: 152px;
  font-family: inherit;
}
body .fluentform input[type=text], body .fluentform input[type=email] {
  margin-bottom: 25px;
}
body .fluentform .submit-wrapper {
  float: right;
  position: relative;
  width: 180px;
}
body .fluentform .submit-wrapper::after {
  display: block;
  position: absolute;
  right: 22px;
  top: -2px;
  width: 10px;
  height: 10px;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 1269px) {
  body .fluentform .submit-wrapper { /* smartphone */
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
}
body .fluentform .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 15px;
  width: 20px;
}
body .fluentform .wpcf7-acceptance input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid var(--wp--preset--color--txt-dark);
}
body .fluentform .wpcf7-acceptance input[type=checkbox]:checked:before {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
body .fluentform .wpcf7-acceptance input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
body .fluentform .wpcf7-acceptance input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
body .fluentform .wpcf7-acceptance input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  Left: 3px;
  top: 5px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
body .fluentform .wpcf7-acceptance span.wpcf7-list-item {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1269px) {
  body .fluentform { /* smartphone */ }
  body .fluentform .wp-block-contact-form-7-contact-form-selector {
    margin: 0;
    max-width: 100% !important;
    overflow: hidden;
  }
}

/* ========================= 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 > 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: 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;
  }
}

/* ========================= 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 {
  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 main nav.nav-mobile {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-light);
}
body main nav.nav-mobile a, body main 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 main button,
body main a.wp-block-read-more,
body main a.wp-block-post-excerpt__more-link,
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 { /* desktop */
    border: 1px solid #E2DDDF !important;
  }
}
body .wp-block-group.docs .wp-block-columns, body .wp-block-group.docs .openable h2 {
  border-bottom: 1px solid #E2DDDF;
}
body figure.wp-block-table.docs {
  border: 1px solid var(--wp--preset--color--bcg-gray);
}
body figure.wp-block-table.docs 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: 46px;
}
body h2 {
  font-size: 32px;
  line-height: 28px;
}
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 {
  font-size: 14px;
  line-height: 36px;
}
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 {
    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 {
    font-size: 12px;
    line-height: 18px;
  }
}

/* ========================= SPACINGS ============================ */
body header, body article, body #related-posts {
  padding-left: var(--wp--preset--spacing--s);
  padding-right: var(--wp--preset--spacing--s);
}
body footer div#footer-form {
  max-width: 1192px;
  margin: auto;
}
body article, body #related-posts {
  max-width: 1192px;
  margin: auto;
  padding-bottom: var(--wp--preset--spacing--tb-l);
}
body .two-col-content section {
  max-width: 1192px;
  margin: auto;
  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;
  padding-left: 300px;
}
@media screen and (max-width: 1269px) {
  body .two-col-content section { /* smartphone */
    max-width: 892px;
    padding-left: var(--wp--preset--spacing--m);
  }
}
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 {
    padding-left: var(--wp--preset--spacing--mobile-header);
    padding-right: var(--wp--preset--spacing--mobile-header);
  }
  body main nav.nav-mobile {
    padding-left: var(--wp--preset--spacing--mobile);
    padding-right: var(--wp--preset--spacing--mobile);
  }
  body main .content section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body main .content section:not(:first-of-type) > div {
    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;
  }
  body nav#nav-mobile, body div#mobile-nav-2 {
    display: none;
  }
}
@media screen and (max-width: 1269px) {
  body { /* SMARTPHONE */ }
  body .mobile-hidden {
    display: none !important;
  }
  body .mobile-abs {
    position: absolute;
    z-index: -1;
  }
  body .m-order-2 {
    order: 2;
  }
}/*# sourceMappingURL=style.css.map */