body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
  color: #000000;
  overflow-x: hidden;
}

h1 {
  font-family: "Cabin", sans-serif;
  font-size: 56px;
  color: #374A66;
  margin-top: 0;
  padding-top: 64px;
  margin-bottom: 16px;
  line-height: 1.35;
}

h2 {
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  font-family: "Cabin", sans-serif;
}

.container {
  width: 1440px;
  margin: auto;
}

.header_logo {
  width: 160px;
  height: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 32px;
  box-sizing: border-box;

}

.main-navigation {
  display: flex;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  align-items: center;
  gap: 16px;
}

.main-navigation li+li {}

.main-navigation a {
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.2s ease;
}

.main-navigation a:hover {
  border-bottom-color: #3C4A64;
}

.main-navigation ul.menu li:last-child a {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #374A66;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: background-color .2s ease;
}

.main-navigation ul.menu li:last-child a:hover {
  background-color: #DCEBF9;
  color: #000000;
  box-shadow: 0px 4px 8px -2px #0000001A;
}

li#menu-item-293 a:hover {
  border-bottom: 1px solid #FFF;
}

.mega-menu-topborder {
  border-top: 1px solid #999;
  margin: 0 64px;
}

#header-container {
  position: relative;
}

.mega-menu-wrapper {
  display: none;
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: -4px 4px 8px -2px #0000001A;
}

.mega-menu-wrapper.open {
  display: block;
}

#mega-menu .container {
  display: block !important;
  max-width: 100%;
  padding: 32px;
  padding-top: 0;
}

.mega-menu.columns-4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
}

ul.mega-menu.columns-4 {
  margin: 0;
  padding: 32px 0px 0px 0px;
}

.mega-menu h4 {
  font-family: "Cabin", sans-serif;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.mega-menu a {
  color: #000000;
  text-decoration: none;
  transition: .2s;
}

.mega-menu h4 svg {
  padding: 0 0 2px 8px;
}

.mega-menu a:hover {
  color: #3C4A64;
}

.mega-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu li ul li {
  margin: 8px 0;
}

.mega-menu li ul li a {
  color: #333;
  text-decoration: none;
  transition: color .2s;
}

.mega-menu li ul li a:hover {
  color: #3C4A64;
}

.main-navigation .menu-item-293>a {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  color: inherit;
  transition: transform .2s;
}

.main-navigation .menu-item-293>a:hover {
  transform: rotate(0deg);
}

.mega-menu-all-link {
  background-color: #DCEBF9;
  padding: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
}

.mega-menu-all-link a {
  color: #000000;
  transition: color .2s;
}

.mega-menu-all-link a:hover {
  color: #3C4A64;
}

.blue_cta_button_btn {
  padding: 12px 24px;
  background-color: #374A66;
  border: 1px solid #374A66;
  border-radius: 8px;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.blue_cta_button_btn:hover {
  background-color: #DCEBF9;
  border: 1px solid #DCEBF9;
  color: #000000;
  box-shadow: 0px 4px 8px -2px #0000001A;
}

a.white_empty_cta_button {
  padding: 12px 24px;
  border: 1px solid #FFF;
  border-radius: 8px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  transition: .3s;
}

a.single_kezeleseink__cta {
  padding: 12px 24px;
  background: #DCEBF9;
  border: 1px solid #DCEBF9;
  color: #000000;
  box-shadow: 0px 4px 8px -2px #0000001A;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
  border-radius: 8px;
}

a.single_kezeleseink__cta:hover {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

a.white_empty_cta_button:hover {
  background-color: #FFF;
  color: #000;
}

a.blue_empty_cta_button {
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: .3s;
}

a.blue_empty_cta_button:hover {
  background-color: #DCEBF9;
  border: 1px solid #DCEBF9;
  color: #000000;
  box-shadow: 0px 4px 8px -2px #0000001A;
}

h2.alcim {
  color: #3C4A64;
}

.kozepre {
  text-align: center;
}

#tudasbazis_foot_section {
  box-sizing: border-box;
  background: linear-gradient(to bottom,
      #a1b3ce 0%,
      #3C4A64 100%);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 64px;
  margin-top: -32px;
}

#tudasbazis_foot_section .container {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
  background: linear-gradient(to bottom right,
      #e9ecf2 0%,
      #9ba4b2 100%);
  border-radius: 16px;
}

#idopont_foot_section {
  box-sizing: border-box;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 64px;
  margin-top: -32px;
}

#idopont_foot_section .container {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  padding: 32px;
  margin-bottom: 32px;
  box-sizing: border-box;
  background: #EEE7E3;
  border-radius: 16px;
}

.lablec_tudasbazis {
  display: flex;
  gap: 24px;
  padding: 32px;
}

.lablec_tudasbazis_txt,
.lablec_tudasbazis_img {
  flex: 1 1 0;
  min-width: 0;
}

.lablec_tudasbazis_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px -2px #0000001A;
}

.lablec_tudasbazis_txt h2 {
  margin: 0;
  padding-bottom: 16px;
}

.lablec_tudasbazis_desc p {
  margin: 0;
  padding-bottom: 32px;
}

footer {
  background-color: #3C4A64;
  padding: 0px 64px 64px 64px;
}

.footer_bottom {
  border-top: 1px solid #FFF;
}

.footer_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  color: #fff;
}

.footer_top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 64px;
}

.footer_brand_nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer_brand img {
  max-width: 300px;
  height: auto;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.footer-menu li a {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
  font-size: 18px;
}

.footer-menu li a:hover {
  color: #DCEBF9;
}

.footer-menu li#menu-item-963 a {
  border: 1px solid #FFF;
  padding: 16px 24px;
  border-radius: 8px;
}

.footer-menu li#menu-item-963 a:hover {
  background-color: #DCEBF9;
  border: 1px solid #DCEBF9;
  color: #000000;
  box-shadow: 0px 4px 8px -2px #0000001A;
}

.footer_newsletter_text {
  flex: 0 0 40%;
  color: #fff;
}

.footer_newsletter_form {
  margin-top: 12px;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 32px;
  font-size: 14px;
}

.footer_privacy a {
  color: #fff;
  text-decoration: underline;
  transition: color .3s;
}

.footer_privacy a:hover {
  color: #DCEBF9;
}

.footer_copy {}

.footer_tudasbazis_highlight {
  padding: 64px 0 96px 0;
  background-color: #EEE7E3;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  box-sizing: border-box;
}

.footer_tudasbazis_highlight .container {
  padding: 0 32px;
  box-sizing: border-box;
}

.footer_tudasbazis_highlight__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #3C4A64;
}

h2.footer_tudasbazis_highlight__title {
  margin-top: 0;
}

.footer_tudasbazis_highlight__posts {
  display: flex;
  gap: 16px;
}

.footer_tudasbazis_highlight .highlight-item {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  padding: 16px;
  transition: .3s;
}

.footer_tudasbazis_highlight .highlight-item:hover {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 8px -2px #0000001A;
}

.highlight-item__title {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 12px 0 8px;
}

.highlight-item__title a {
  color: #000;
  text-decoration: none;
}

.highlight-item__excerpt {
  flex-grow: 1;
}

p.highlight-item__excerpt {
  margin: 0;
}

.footer_tudasbazis_highlight .highlight-item__thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.6667%;
  position: relative;
  overflow: hidden;
}

.footer_tudasbazis_highlight .highlight-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.container.divider {
  height: 1px;
  background-color: #ccc;
  width: calc(1440px - 256px);
  margin: 0 auto;
}

.mobile-menu-toggle {
  display: none;
}

footer.footer_default {
  background-color: #3C4A64;
  padding: 64px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  margin-top: -32px;
}

#sib-container {
  background: transparent !important;
  padding: 0 !important;
}

.sib-form {
  padding: 0 !important;
}

.sib-form-block {
  padding: 0 !important;
}

.sib-form .entry__field {
  background: transparent !important;
  border: 0 !important;
}

input.hirlevel_input {
  padding: 12px !important;
  font-size: 16px !important;
  border: 1px solid #3C4A64 !important;
  border-radius: 8px !important;
  height: auto !important;
  background-color: #FFF !important;
}

button.hirlevel_btn {
  padding: 12px 24px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #FFF !important;
  background-color: #3C4A64 !important;
  color: #FFF !important;
  transition: .3s !important;
}

button.hirlevel_btn:hover {
  background-color: #DCEBF9 !important;
  border: 1px solid #DCEBF9 !important;
  color: #000000 !important;
  box-shadow: 0px 4px 8px -2px #0000001A !important;
}

.brevo_urlap_flex {
  display: flex;
  padding-top: 32px;
  gap: 24px;
  align-items: center;
}

.hirlevel_top_pad {
  padding-top: 0 !important;
}

.brevo_urlap_flex_div input::placeholder {
  color: #000;
  opacity: 1;
}

.brevo_urlap_flex_div {
  flex: 1;
  box-sizing: border-box;
}

.brevo_urlap_flex_div:first-child {
  flex: 2;
}

.gdpr_hirlevel a {
  color: #FFF !important;
}

.gdpr_hirlevel {
  padding-top: 8px !important;
  font-size: 14px !important;
}

#main-page .container {
  padding: 0px 32px 128px 32px;
  box-sizing: border-box;
  width: 1440px;
}

#main-page .container h1 {
  padding-top: 32px;
}

.main-navigation a svg {
  margin-left: 12px;
}

@media (max-width: 768px) {
  #main-page .container {
    width: 100%;
  }

  #main-page .container h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  #main-page .container h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .container.divider {
    width: calc(100% - 128px);
  }
/*
  .front_kiemelt_kezelesek__item .caption h3 {
    font-size: 22px !important;
  }

  .front_kiemelt_kezelesek__item .caption {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: -132px !important;
  }
*/
  /*.front_kiemelt_kezelesek__item .caption h3.caption_pad {
    padding-bottom: 16px!important;
  }*/
  .footer_tudasbazis_highlight__title {
    font-size: 24px;
  }

  .footer_tudasbazis_highlight__posts {
    display: block;
  }

  .highlight-item {
    margin-bottom: 16px;
  }

  .front_kiemelt_kezelesek__item img {
    width: auto !important;
    height: 350px !important;
  }
  a.white_empty_cta_button {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .mobile-menu-toggle {
    position: relative;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
  }

  .mobile-menu-toggle .hamburger-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
    transition: transform .3s ease, opacity .3s ease;
    transform-origin: center center;
  }

  .mobile-menu-toggle .hamburger-line:nth-child(1) {
    top: 8px;
  }

  .mobile-menu-toggle .hamburger-line:nth-child(2) {
    top: 15px;
  }

  .mobile-menu-toggle .hamburger-line:nth-child(3) {
    top: 22px;
  }

  .mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  header .container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .main-navigation,
  .mega-menu-wrapper,
  .mega-menu-all-link {
    display: none;
  }

  #mega-menu {
    display: none;
  }

  .main-navigation li#menu-item-293 {
    display: none;
  }

  header {
    position: relative;
    z-index: 1000;
  }

  .mobile-menu-toggle[aria-expanded="true"]+.main-navigation {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 12px 12px -2px rgba(0, 0, 0, .1);
    padding: 16px 0;
  }

  .mobile-menu-toggle[aria-expanded="true"]~.mega-menu-wrapper {
    display: block;
    position: absolute;
    top: calc(100% +
        /* main-nav magassága */
        48px);
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 0;
    padding: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"]~.mega-menu-wrapper .container {
    display: block !important;
    padding: 16px 32px;
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 0;
  }

  .main-navigation li {
    margin: 0;
  }

  .main-navigation a {
    padding: 12px;
    display: block;
    font-size: 20px;
  }

  .main-navigation ul.menu li:last-child a {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .main-navigation a svg {
    display: none !important;
  }

  .mega-menu.columns-4 {
    display: block;
  }

  .mega-menu.columns-4>li {
    margin-bottom: 24px;
  }

  .mega-menu h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .mega-menu li ul li a {
    display: block;
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .mega-menu-all-link {
    display: block;
    padding: 16px 32px;
  }

  .footer_top {
    display: block;
  }

  .footer-menu {
    display: block;
  }

  #tudasbazis_foot_section {
    padding: 32px;
  }

  .lablec_tudasbazis {
    display: flex;
    flex-direction: column;
    gap: inherit;
  }

  .lablec_tudasbazis_img {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }

  .lablec_tudasbazis_txt {
    order: 2;
    width: 100%;
  }

  footer {
    padding: 0px 32px 64px 32px;
  }

  .footer-menu li a {
    display: block;
    margin-bottom: 24px;
  }

  .footer-menu li#menu-item-963 a {
    width: max-content;
  }

  footer.footer_default {
    padding: 32px;
  }

  .footer_newsletter_text {
    padding-top: 32px;
  }

  .brevo_urlap_flex {
    display: block;
  }

  button.hirlevel_btn {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  #idopont_foot_section {
    padding: 32px;
  }
}