@charset "UTF-8";
/*
Theme Name: MadWorks alap téma
Author: mardor - MadWorks
Author URI: https://madworks.hu
Version: 1.001
Description: MadWorks egyedi sablonja - Sajtburger ***
*/
@font-face {
  font-family: "Ubuntu";
  src: url(../pm-core/fonts/Ubuntu-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../pm-core/fonts/Ubuntu-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../pm-core/fonts/Ubuntu-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url(../pm-core/fonts/OpenSans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../pm-core/fonts/OpenSans-SemiBold.ttf);
  font-weight: 600;
}
/* ========================= BASE =============================== */
html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  --wp--preset--shadow--natural: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

body {
  font-family: var(--wp--preset--font-family--body);
  color: var(--wp--preset--color--txt-dark);
  margin: 0;
}
body h1, body h2, body h3, body nav, body header a, body header a:hover, body footer h2 {
  font-family: var(--wp--preset--font-family--header);
}
body h1, body h2, body h3, body nav, body footer h2 {
  font-weight: normal;
}
body h2 {
  display: inline-block;
}
body h2:after {
  content: "";
  width: 40%;
  height: 1px;
  margin-top: 6px;
  display: block;
  clear: both;
  background-color: var(--wp--preset--color--primary);
}
body h2.has-text-align-center {
  display: block;
}
body h2.has-text-align-center:after {
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}
body a, body a:hover {
  color: var(--wp--preset--color--txt-dark);
  text-decoration: none;
}
body strong {
  font-weight: 600;
}
body nav {
  font-weight: 400;
}
body div#page { /* header - main - footer felosztás */
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}
body header, body footer {
  box-sizing: border-box;
}
body header ul, body footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body section {
  position: relative;
  margin: 0;
  z-index: 0;
}
@media screen and (min-width: 999px) {
  body section { /* desktop */
    scroll-margin-top: calc(3vh + 60px);
  }
}
@media screen and (max-width: 998px) {
  body section { /* smartphone */
    scroll-margin-top: calc(3vh + 10px);
  }
}
body section:not(:first-child) {
  margin-block-start: 0;
}
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 .wp-block-columns, body .wp-block-image {
  margin-bottom: 0;
}
body .wp-block-column {
  box-sizing: border-box;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
  body main .justified.is-layout-flex > div.wp-block-column > div.wp-block-group {
    height: 100%;
  }
  body main ul.justified > li > div.wp-block-group {
    height: 100%;
  }
}
body .grecaptcha-badge {
  visibility: hidden;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
}
body i.fa-thin {
  font-size: 20px;
  font-style: normal;
}
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 ul.square, body ul.bullet, body .bullet ul {
  list-style: none;
  padding: 0;
}
body ul.square li, body ul.bullet li, body .bullet ul li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 1.5em;
}
body ul.square li:before, body ul.bullet li:before, body .bullet ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--wp--preset--color--primary);
}
body ul.square li {
  padding-left: 1.3em;
}
body ul.square li:before {
  top: 0.6rem;
  width: 0.8rem;
  height: 0.8rem;
}
body ul.bullet li:before, body .bullet ul li:before {
  border-radius: 50%;
}
body ::-moz-selection {
  color: #fff;
  background: var(--wp--preset--color--primary);
}
body ::selection {
  color: #fff;
  background: var(--wp--preset--color--primary);
}
body mark {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
body .main-content {
  height: 100vh;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  body { /* smartphone */ }
  body .mobile-hidden {
    display: none !important;
  }
  body .m-order-2 {
    order: 2;
  }
  body .wp-block-cover {
    min-height: 300px !important;
  }
}

/* ========================= EFFECTS ============================ */
body a:hover {
  animation: flash-a 2s;
}
@keyframes flash-a {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body .animated {
  animation-name: none;
}
body .animated.animate__backInLeft, body .animated.animate__slideInLeft, body .animated.animate__backInUp,
body .animated.animate__fadeIn, body .animated.animate__fadeInLeft, body .animated.animate__fadeInUp, body .animated.animate__fadeInDown {
  opacity: 0;
}
body .do-animation {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
body div.hover__scaleUp {
  transition: transform 0.3s ease-in-out; /* Animáció a hover esetén */
}
body div.hover__scaleUp:hover {
  transform: scale(1.01); /* Kicsit nagyobb, amikor fölé viszik az egeret */
}

/* ========================= HEADER, FOOTER, MAIN =============== */
body.fixed-header {
  padding-top: 65px;
}
body.fixed-header header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
  opacity: 0.9;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.35);
}
body.fixed-header header .custom-logo-link img {
  max-height: 60px !important;
  width: auto;
}
body footer h2 {
  font-weight: normal;
}
body footer {
  padding-top: 2em;
  padding-bottom: 1em;
}
body footer ul.menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 998px) {
  body footer ul.menu { /* smartphone */
    align-items: center;
  }
}
body footer main ul {
  list-style: none;
  padding: 0;
}
body footer main ul li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 1.5em;
}
body footer main ul li:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--wp--preset--color--secondary);
}
@media screen and (max-width: 998px) {
  body footer { /* smartphone */
    text-align: center;
  }
  body footer .is-layout-flex {
    justify-content: center !important;
    align-items: center !important;
  }
}

/* ========================= MENUS ===================================== */
body header {
  /* === #menu-wrapper === */
}
body header nav ul li > ul.sub-menu {
  background-color: white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 10px;
  left: -25px;
  list-style: none;
  z-index: 1000;
  text-align: left;
  padding: 1em 2em;
}
body header nav ul li > ul.sub-menu li {
  font-weight: 700;
}
body header nav ul li > ul.sub-menu li > a {
  display: block;
}
body header nav ul li > ul.sub-menu li ul.sub-sub-menu {
  padding-left: 5px;
}
body header nav ul li > ul.sub-menu li ul.sub-sub-menu li {
  font-weight: normal;
}
body header nav ul li > ul.sub-menu {
  border-radius: 10px;
}
body header nav ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 998px) {
  body header nav { /* smartphone */
    display: none;
  }
}
body header .hamburger-btn {
  margin: 0;
}
@media screen and (min-width: 999px) {
  body header .hamburger-btn { /* desktop */
    display: none;
  }
}
body header .hamburger-btn a {
  margin-top: 5px;
  width: 50px;
  background: transparent;
  color: black;
  font-size: 25px;
  border: 0;
  float: right;
}
body header .widget_polylang ul {
  display: flex;
  gap: 5px;
  list-style: none;
}
body header .widget_polylang ul li.current-lang a {
  color: var(--wp--preset--color--secondary);
}
body header .widget_polylang ul li.lang-item-first:after {
  content: "/";
  color: var(--wp--preset--color--secondary);
  margin-left: 5px;
}
body .slide-in-menu {
  z-index: 110;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  margin-right: -100%;
}
body .slide-in-menu.opened {
  margin-right: 0;
}
body .slide-in-menu {
  height: 100vh;
  box-sizing: border-box;
  transition: all 1s;
  background-color: var(--wp--preset--color--bcg-light);
}
body .slide-in-menu #close-btn {
  text-align: right;
}
body .slide-in-menu #close-btn a .dashicons::before {
  font-size: 30px;
}
body #nav-mobile.slide-in-menu .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 10vh 1em 10vh 1em;
  padding: 0;
}
body #nav-mobile.slide-in-menu .menu > li {
  float: none;
  padding: 2px 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
}
body #nav-mobile.slide-in-menu div#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 50%;
}
body #nav-mobile.slide-in-menu div#close-btn a {
  color: var(--wp--preset--color--primary);
}
body #nav-mobile.slide-in-menu div#close-btn span.dashicons {
  width: 30px;
  height: 30px;
}

/* ========================= TOOLS ============================== */
body {
  /* === #back-to-top === */
}
body #back-to-top {
  width: 45px;
  height: 45px;
  display: block;
  color: white;
  position: fixed;
  right: 20px;
  bottom: 5vh;
  z-index: 350;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}
body #back-to-top .dashicons {
  font-size: 40px;
  font-weight: 600;
  margin: 1px 3px;
}
@media screen and (max-width: 998px) {
  body #back-to-top { /* smartphone */
    width: 35px;
    height: 35px;
    right: 10px;
  }
  body #back-to-top .dashicons {
    font-size: 30px;
  }
}
body #back-to-top.show {
  pointer-events: visible;
  opacity: 1;
  transform: scale(1);
  border-radius: 3px;
}
body #back-to-top {
  background: var(--wp--preset--color--primary);
}
body {
  /* === Read more === */
}
body .read-more, body .schema-faq-section {
  padding-bottom: 1em;
  padding-top: 1em;
}
body .read-more h3, body .read-more .schema-faq-question, body .schema-faq-section h3, body .schema-faq-section .schema-faq-question {
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 18px;
  line-height: 28px;
}
body .read-more h3:after, body .read-more .schema-faq-question:after, body .schema-faq-section h3:after, body .schema-faq-section .schema-faq-question:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
body .read-more .more-txt, body .read-more .schema-faq-answer, body .schema-faq-section .more-txt, body .schema-faq-section .schema-faq-answer {
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  display: none;
}
body .read-more.opened h3:after, body .read-more.opened .schema-faq-question:after, body .schema-faq-section.opened h3:after, body .schema-faq-section.opened .schema-faq-question:after {
  transform: rotate(180deg);
}
body .read-more.opened .more-txt, body .schema-faq-section.opened .more-txt {
  display: block;
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
body .read-more.opened .txt, body .schema-faq-section.opened .txt {
  display: none;
}
body .read-more, body .schema-faq-section {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
body .read-more h2:after {
  color: var(--wp--preset--color--primary);
}
body {
  /* === owl carousel === */
}
body .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  align-items: stretch;
}
body .owl-carousel .owl-stage .owl-item {
  margin: 0 1px;
}
body .owl-carousel .owl-stage .owl-item > div {
  height: 100%;
  display: flex;
}
body .owl-carousel .owl-item img {
  width: auto;
}
body .owl-nav {
  text-align: center;
}
body .owl-nav button .nav-btn {
  font-family: dashicons;
  font-size: 26px;
}
body .owl-nav button .nav-btn.prev-slide:before {
  content: "\f340";
}
body .owl-nav button .nav-btn.next-slide:before {
  content: "\f344";
}
@media screen and (min-width: 999px) {
  body .owl-nav button { /* desktop */
    margin: 25px;
  }
}
@media screen and (max-width: 998px) {
  body .owl-nav button { /* smartphone */
    width: 30%;
  }
  body .owl-nav button.owl-prev {
    margin: 20px 20% 20px 0;
  }
  body .owl-nav button.owl-next {
    margin: 20px 0 20px 20%;
  }
}

/* ========================= POSTS ============================== */
@media screen and (min-width: 999px) {
  body.blog li.wp-block-post > div { /* desktop */
    min-height: 310px;
  }
}
body.blog li.wp-block-post > div li.wp-block-post img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body li.wp-block-post > div {
  overflow: hidden;
  display: grid;
  align-items: stretch;
  align-content: space-around;
}
body li.wp-block-post > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body li.wp-block-post > div .is-layout-flex {
  gap: 10px;
}
body li.wp-block-post h2.wp-block-post-title {
  margin: 0 !important;
}

body.single .wp-block-template-part {
  margin: 0;
}
body.single h1, body.single h2, body.single h3 {
  color: var(--wp--preset--color--primary);
}
body.single .wp-block-cover {
  overflow: hidden;
}

/* ========================= BUTTONS ============================ */
body button,
body a.wp-block-read-more,
body a.wp-block-post-excerpt__more-link,
body .wp-block-button:not(.hamburger-btn) a {
  padding: 5px 2em;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: inherit;
  border: 0 !important;
  border-radius: 10px;
}

/* ========================= FORMS ============================== */
body .fluentform .ff-default textarea {
  min-height: 40px !important;
}
body .fluentform .ff-el-tc label.ff_tc_label > span {
  padding-top: 0 !important;
}

/* ========================= HOME =============================== */
@media screen and (max-width: 998px) {
  body.home { /* smartphone */ }
  body.home section#hero h1 {
    max-width: 420px;
  }
  body.home section#hero img {
    -o-object-position: 45% 40% !important;
       object-position: 45% 40% !important;
  }
  body.home section#hero .has-medium-font-size {
    font-size: 1.3rem !important;
  }
}

/* ========================= OTHER PAGES ======================== */
@media screen and (min-width: 999px) {
  body .process-step { /* desktop */
    margin-top: -1em;
  }
}

/* ========================= FONT SIZES ========================= */
body {
  font-size: 18px;
  line-height: 1.75em;
}
body .has-small-font-size {
  font-size: 0.85rem !important;
}
body .has-medium-font-size {
  font-size: 1.5rem !important;
  line-height: 130%;
}
body h1 {
  font-size: 2.85rem;
  line-height: 130%;
}
body h2 {
  font-size: 2.25rem;
  line-height: 120%;
}
body h3 {
  font-size: 1.5rem;
  line-height: 120%;
}
body li.wp-block-post h2 {
  font-size: 1.8rem;
  line-height: 120%;
}
body article h1 {
  font-size: 32px;
  line-height: 130%;
}
body article h2 {
  font-size: 22px;
  line-height: 120%;
}
body footer #footer-info h2 {
  font-size: 22px;
  line-height: 120%;
}
@media screen and (min-width: 1500px) and (max-width: 3199px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */ }
  body h1 {
    font-size: 2em;
    line-height: 130%;
  }
  body h2 {
    font-size: 1.8rem;
    line-height: 120%;
  }
  body {
    font-size: 16px;
    line-height: 24px;
  }
  body li.wp-block-post h2 {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 319px) {
  body { /* small */ }
  body h1 {
    font-size: 2em;
    line-height: 130%;
  }
  body {
    --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;
  }
}

/* ========================= SPACINGS =========================== */
body article {
  max-width: 950px;
  margin: auto;
  margin-bottom: var(--wp--preset--spacing--v-m);
  padding-left: var(--wp--preset--spacing--h-l);
  padding-right: var(--wp--preset--spacing--h-l);
}
body article h1 {
  margin-left: var(--wp--preset--spacing--h-m);
  margin-right: var(--wp--preset--spacing--h-m);
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--h-m: 30px;
    --wp--preset--spacing--h-l: 30px;
  }
  body article {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  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 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 */