@charset "UTF-8";
/* MIXINS

https://sass-lang.com/guide

*/
/* breadcrumb style */
img:not(.kis-meret) {
  width: 100%;
  height: auto; }

html {
  font-size: 10px !important;
  height: auto !important;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out; }

body {
  font-family: "Montserrat", Verdana, sans-serif;
  color: #042b60;
  font-weight: 500;
  min-width: 360px;
  max-width: 1900px;
  margin: 0 auto !important;
  overflow-x: hidden;
  font-size: 1.6rem !important; }

h1, h2, h3 {
  text-transform: uppercase; }

.breadcrumbs {
  background-color: #c7c7c7;
  color: #646464;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 500;
  padding: 0.5rem 0;
  margin: 10px 0; }
  .breadcrumbs .mod-breadcrumbs__wrapper {
    background: #c7c7c7;
    color: #646464;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px; }
    .breadcrumbs .mod-breadcrumbs__wrapper ol {
      padding: 0 !important;
      margin: 0 !important; }
      .breadcrumbs .mod-breadcrumbs__wrapper ol li {
        background: none; }
      .breadcrumbs .mod-breadcrumbs__wrapper ol a {
        color: #646464;
        background: none;
        text-decoration: none; }
      .breadcrumbs .mod-breadcrumbs__wrapper ol span {
        font-weight: 600; }
    .breadcrumbs .mod-breadcrumbs__wrapper .breadcrumb-item:not(:nth-child(2))::before {
      content: "›"; }

header .logo {
  max-width: 205px;
  height: auto; }
  header .portalLink a {
    display: inline-block;
    background-color: #042b60;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px !important;
    align-items: center; }
    header .portalLink a:hover {
      background-color: #63509c; }
    header .portalLink a:nth-child(1) {
      margin-left: 20px; }
    header .portalLink a:nth-child(2) {
      margin-left: 2px; }
header nav {
  display: flex;
  flex-direction: column; }
  header nav li {
    background-color: #053391;
    text-transform: uppercase;
    list-style: none; }
    header nav li a {
      color: #fff;
      font-weight: 500; }
      header nav li a:hover {
        background: #63509c;
        color: #fff; }
    header nav li a, header nav li a > span {
      height: 40px !important;
      font-size: 1.8rem;
      border-radius: 0; }
    header nav li.dj-up:nth-child(n+2) {
      margin-left: 2px !important; }
    header nav li .arrow {
      display: none !important; }
    header nav li span.dj-drop {
      padding: 0 !important; }
  header nav .dj-megamenu > li {
    flex: auto;
    text-align: center; }
    header nav .dj-megamenu > li a span {
      justify-content: center; }
  header nav .dj-megamenu .dj-subwrap {
    text-align: left; }
    header nav .dj-megamenu .dj-subwrap a, header nav .dj-megamenu .dj-subwrap a.active {
      height: auto !important;
      background: #053391 !important; }
      header nav .dj-megamenu .dj-subwrap a > span, header nav .dj-megamenu .dj-subwrap a.active > span {
        height: auto !important; }
        header nav .dj-megamenu .dj-subwrap a > span > span, header nav .dj-megamenu .dj-subwrap a.active > span > span {
          font-size: 17px;
          color: #fff; }
      header nav .dj-megamenu .dj-subwrap a:hover, header nav .dj-megamenu .dj-subwrap a.active:hover {
        border-radius: 0;
        background: #63509c !important; }
header .hero .carousel-caption {
  bottom: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4); }
  header .hero .carousel-caption h4 {
    text-transform: uppercase;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 30px;
    color: #042b60; }
  header .hero .carousel-caption p {
    line-height: 120%; }
header .hero .read-more {
  text-align: right; }
  header .hero .read-more a {
    display: inline-block;
    background-color: #053391;
    color: #fff;
    font-family: "Montserrat", Verdana, sans-serif;
    padding: 15px 25px;
    font-size: 1.8rem;
    position: relative;
    z-index: 10000; }
    header .hero .read-more a:hover {
      background-color: #042b60; }
header .hero .carousel-indicators {
  opacity: 0; }
@media (min-width: 992px) {
  header .hero .carousel-caption {
    bottom: 60px;
    right: 60px;
    width: 35%;
    left: auto;
    min-width: 240px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px; }
    header .hero .carousel-caption h4 {
      text-transform: uppercase;
      font-family: "Montserrat", Verdana, sans-serif;
      font-weight: 900;
      font-size: 40px;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 1rem;
      color: #042b60; }
      header .hero .carousel-caption h4 a {
        color: #042b60; }
    header .hero .carousel-caption p {
      color: #fff;
      font-size: 20px;
      line-height: 120%;
      padding: 1rem; }
  header .hero .carousel-indicators {
    bottom: 20px;
    top: auto;
    opacity: 1; }
    header .hero .carousel-indicators li {
      background-color: #fff; }
    header .hero .carousel-indicators .active {
      background-color: #000; }
  header .hero .carousel-control {
    font-size: 8.5rem;
    background: none;
    border: none; } }
header .dj-mobile-open-icon {
  background-color: #fff !important;
  height: 3px !important; }
  header .dj-mobile-open-icon:before, header .dj-mobile-open-icon:after {
    background-color: #fff !important;
    height: 3px !important; }
header .is_ajaxsearch .btn-toolbar input {
  height: 41px;
  border-radius: 0;
  margin-top: -8px; }
  header .is_ajaxsearch .btn-toolbar input.clearable.x {
    background-position: 95%; }
header .search-results .result_content .small-title {
  text-transform: uppercase !important;
  font-weight: 700 !important; }
header .search-results .small-desc {
  font-weight: 500; }

#dj-megamenu111offcanvas, #dj-megamenu133offcanvas {
  display: block !important;
  z-index: 99999; }
  #dj-megamenu111offcanvas .dj-offcanvas-top, #dj-megamenu133offcanvas .dj-offcanvas-top {
    padding: 8px 5px 3px; }
    #dj-megamenu111offcanvas .dj-offcanvas-top button span, #dj-megamenu133offcanvas .dj-offcanvas-top button span {
      width: 20px;
      height: 20px; }
      #dj-megamenu111offcanvas .dj-offcanvas-top button span:before, #dj-megamenu111offcanvas .dj-offcanvas-top button span:after, #dj-megamenu133offcanvas .dj-offcanvas-top button span:before, #dj-megamenu133offcanvas .dj-offcanvas-top button span:after {
        height: 25px; }

.dj-megamenu-offcanvas button {
  margin-top: -8px !important; }

.rolunk-aloldal .com-content-category-blog h1 {
  background: #7f498e;
  color: #fff;
  font-family: "Montserrat", Verdana, sans-serif;
  text-transform: uppercase;
  padding: 10px 13px;
  margin-bottom: 25px; }
.rolunk-aloldal .blog-items .blog-item:nth-child(even) .content > div {
  background: #dfe8f1; }
.rolunk-aloldal .blog-items .blog-item:nth-child(odd) .content > div {
  background: #d2d2eb; }
@media (min-width: 768px) {
  .rolunk-aloldal .blog-items .blog-item:nth-child(even) .content {
    background: #dfe8f1; }
  .rolunk-aloldal .blog-items .blog-item:nth-child(odd) .content {
    background: #d2d2eb; }
  .rolunk-aloldal .blog-items .blog-item {
    padding: 0 7.5px 0 0; } }
.rolunk-aloldal .blog-items .blog-item {
  margin-bottom: 25px; }
  .rolunk-aloldal .blog-items .blog-item .content > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 8px; }
    .rolunk-aloldal .blog-items .blog-item .content > div h2 {
      text-transform: uppercase;
      font-family: "Montserrat", Verdana, sans-serif;
      font-weight: 600;
      padding: 12px 15px;
      background: rgba(255, 255, 255, 0.4); }
      .rolunk-aloldal .blog-items .blog-item .content > div h2 a {
        text-decoration: none;
        color: #042b60; }
    .rolunk-aloldal .blog-items .blog-item .content > div .readmore {
      text-align: right;
      margin: 0; }
      .rolunk-aloldal .blog-items .blog-item .content > div .readmore a {
        background-color: #053391;
        color: #c7c7c7;
        padding: 15px 18px;
        font-size: 1.4rem;
        font-family: "Montserrat", Verdana, sans-serif;
        font-weight: 600; }
        .rolunk-aloldal .blog-items .blog-item .content > div .readmore a:hover {
          background-color: #042b60;
          color: #fff; }
.rolunk-aloldal .blog-items .introimage figure {
  margin: 0; }

.jt-cs.aktualis, .jt-cs.blog {
  margin: 50px 0 0; }
  .jt-cs.aktualis .aktualis-head, .jt-cs.aktualis .blog-head, .jt-cs.blog .aktualis-head, .jt-cs.blog .blog-head {
    background: linear-gradient(90deg, #c8c8c8, #c8c8c8, #042b60 60%, #c95c9f);
    color: #042b60;
    font-family: "Montserrat", Verdana, sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 30px; }
    .jt-cs.aktualis .aktualis-head h2, .jt-cs.aktualis .blog-head h2, .jt-cs.blog .aktualis-head h2, .jt-cs.blog .blog-head h2 {
      margin: 0;
      font-family: "Montserrat", Verdana, sans-serif;
      font-weight: 600;
      font-size: 30px; }
    .jt-cs.aktualis .aktualis-head a, .jt-cs.aktualis .blog-head a, .jt-cs.blog .aktualis-head a, .jt-cs.blog .blog-head a {
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Montserrat", Verdana, sans-serif;
      text-decoration: none;
      font-weight: normal; }
  .jt-cs.aktualis .owl-stage, .jt-cs.blog .owl-stage {
    display: flex; }
    .jt-cs.aktualis .owl-stage .slide, .jt-cs.blog .owl-stage .slide {
      height: 100%; }
    .jt-cs.aktualis .owl-stage .jt-inner, .jt-cs.blog .owl-stage .jt-inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      .jt-cs.aktualis .owl-stage .jt-inner .jt-title, .jt-cs.blog .owl-stage .jt-inner .jt-title {
        margin-bottom: 10px; }
  .jt-cs.aktualis .owl-item:nth-child(even), .jt-cs.blog .owl-item:nth-child(even) {
    background: #e0e9f3; }
  .jt-cs.aktualis .owl-item:nth-child(odd), .jt-cs.blog .owl-item:nth-child(odd) {
    background: #d2d2eb; }
  .jt-cs.aktualis .owl-next, .jt-cs.aktualis .owl-prev, .jt-cs.blog .owl-next, .jt-cs.blog .owl-prev {
    background: none !important; }
    .jt-cs.aktualis .owl-next i, .jt-cs.aktualis .owl-prev i, .jt-cs.blog .owl-next i, .jt-cs.blog .owl-prev i {
      color: #042b60; }
  .jt-cs.aktualis .jt-inner > *:not(.jt-author-date), .jt-cs.blog .jt-inner > *:not(.jt-author-date) {
    margin: 10px; }
  .jt-cs.aktualis .jt-inner .jt-author-date, .jt-cs.blog .jt-inner .jt-author-date {
    background: #767fa8;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", Verdana, sans-serif;
    font-weight: 400;
    padding: 10px 0; }
.jt-cs.aktualis .jt-introtext a, .jt-cs.blog .jt-introtext a {
  text-decoration: none;
  color: #042b60; }
.jt-cs.aktualis a.jt-title, .jt-cs.blog a.jt-title {
  text-decoration: none;
  font-family: "Montserrat", Verdana, sans-serif;
  color: #042b60;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.4);
  padding: 8px;
  text-align: center;
  display: block; }
  .jt-cs.aktualis a.jt-title:hover, .jt-cs.blog a.jt-title:hover {
    color: #053391; }
  .jt-cs.aktualis a.jt-title h3, .jt-cs.blog a.jt-title h3 {
    font-weight: 600; }
.jt-cs.aktualis .readmore, .jt-cs.blog .readmore {
  text-align: center;
  margin: 10px 0; }
  .jt-cs.aktualis .readmore a, .jt-cs.blog .readmore a {
    background: rgba(255, 255, 255, 0.9);
    color: #053391;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", Verdana, sans-serif;
    padding: 12px 15px;
    border: none;
    border-radius: 0; }
    .jt-cs.aktualis .readmore a:hover, .jt-cs.blog .readmore a:hover {
      background: white;
      color: #042b60; }
.jt-cs.aktualis .owl-dots span, .jt-cs.blog .owl-dots span {
  border: 2px solid #042b60 !important; }
  .jt-cs.aktualis .owl-dots .active span, .jt-cs.blog .owl-dots .active span {
    background: #042b60 !important; }

footer {
  color: #fff;
  margin-top: 40px; }
  footer > div {
    background: url("../images/footer-bg.webp") no-repeat bottom left #1457ae;
    background-size: 100% auto;
    padding: 25px; }
  footer a {
    text-decoration: none;
    color: #fff; }
    footer a:hover {
      color: #fff;
      text-decoration: underline; }
  footer .row {
    margin: 0; }
    footer .row div h2 {
      font-family: "Montserrat", Verdana, sans-serif;
      font-weight: 600;
      margin-bottom: 30px; }
    footer .row div p, footer .row div a {
      font-weight: 400; }
  footer .copyright {
    margin-top: 10px; }
    footer .copyright img {
      max-width: 200px;
      height: auto; }
  footer .columns > div:nth-child(2) ul, footer .columns > div:nth-child(2) li {
    padding: 0;
    margin: 0; }
  footer .columns > div:nth-child(2) a {
    color: #fff;
    padding: 0 0 7px; }
    footer .columns > div:nth-child(2) a:hover {
      background: none; }

.detailed-page img.kis-meret {
  max-width: 100%;
  height: auto; }
@media (max-width: 767px) {
  .detailed-page img.kis-meret {
    width: 100%;
    height: auto; } }
.detailed-page .page-header {
  background: #7f498e;
  color: #fff;
  font-family: "Montserrat", Verdana, sans-serif;
  text-transform: uppercase;
  padding: 10px 13px;
  margin-bottom: 25px; }
  .detailed-page .page-header h1 {
    font-weight: 800;
    margin-bottom: 0; }
.detailed-page .com-content-article__body h2 {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 800;
  font-size: 24px;
  padding: 25px 15px;
  background-color: #e0e9f3;
  margin: 15px 0; }
.detailed-page .com-content-article__body h3 {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 25px 15px;
  background-color: #e0e9f3;
  margin: 15px 0; }
.detailed-page .com-content-article__body h4 {
  font-family: "Montserrat", Verdana, sans-serif;
  font-weight: 800;
  font-size: 18px;
  padding: 25px 15px;
  background-color: #e0e9f3;
  margin: 15px 0;
  text-transform: uppercase; }
.detailed-page .csatolmanyok {
  background: #e0e9f3;
  padding: 30px; }
  .detailed-page .csatolmanyok h2 {
    margin-bottom: 2rem;
    font-size: 24px;
    font-weight: 800; }
  .detailed-page .csatolmanyok .icon {
    background: url("../images/pdf.webp") no-repeat left top;
    width: 23px;
    height: 23px;
    margin-right: 10px; }
  .detailed-page .csatolmanyok .csatolmany {
    margin-bottom: 20px; }
    .detailed-page .csatolmanyok .csatolmany p {
      margin: 0; }
    .detailed-page .csatolmanyok .csatolmany a {
      text-decoration: none;
      color: #053391; }
      .detailed-page .csatolmanyok .csatolmany a:hover {
        color: #042b60; }
.detailed-page .links a {
  display: block;
  font-weight: 800;
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px 30px;
  color: #053391;
  background: #bfd1e5;
  margin-bottom: 15px; }
  .detailed-page .links a:hover {
    color: #fff;
    background: #63509c; }

.alapok .com-content-category-blog > .page-header, .hirek .com-content-category-blog > .page-header {
  background: #7f498e;
  color: #fff;
  font-family: "Montserrat", Verdana, sans-serif;
  text-transform: uppercase;
  padding: 10px 13px;
  margin-bottom: 25px; }
  .alapok .com-content-category-blog > .page-header h1, .hirek .com-content-category-blog > .page-header h1 {
    font-weight: 800;
    margin-bottom: 0; }
.alapok .cat-children .item-content, .hirek .cat-children .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
  .alapok .cat-children .item-content > *, .hirek .cat-children .item-content > * {
    width: 100%; }
  .alapok .cat-children .item-content .bottom-content, .hirek .cat-children .item-content .bottom-content {
    align-self: flex-end; }
.alapok .blog-items .blog-item, .alapok .cat-children .blog-item, .hirek .blog-items .blog-item, .hirek .cat-children .blog-item {
  padding: 8px 15px; }
  .alapok .blog-items .blog-item:nth-child(even) .item-content, .alapok .cat-children .blog-item:nth-child(even) .item-content, .hirek .blog-items .blog-item:nth-child(even) .item-content, .hirek .cat-children .blog-item:nth-child(even) .item-content {
    background: #e0e9f3; }
.alapok .blog-items .blog-item:nth-child(odd) .item-content, .alapok .cat-children .blog-item:nth-child(odd) .item-content, .hirek .blog-items .blog-item:nth-child(odd) .item-content, .hirek .cat-children .blog-item:nth-child(odd) .item-content {
  background: #d2d2eb; }
.alapok .blog-items .blog-item .item-content, .alapok .cat-children .blog-item .item-content, .hirek .blog-items .blog-item .item-content, .hirek .cat-children .blog-item .item-content {
  padding: 15px 8px;
  height: 100%; }
  .alapok .blog-items .blog-item .item-content .content, .alapok .cat-children .blog-item .item-content .content, .hirek .blog-items .blog-item .item-content .content, .hirek .cat-children .blog-item .item-content .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    .alapok .blog-items .blog-item .item-content .content .bottom-content, .alapok .cat-children .blog-item .item-content .content .bottom-content, .hirek .blog-items .blog-item .item-content .content .bottom-content, .hirek .cat-children .blog-item .item-content .content .bottom-content {
      align-self: flex-end; }
    .alapok .blog-items .blog-item .item-content .content .blogContent, .alapok .cat-children .blog-item .item-content .content .blogContent, .hirek .blog-items .blog-item .item-content .content .blogContent, .hirek .cat-children .blog-item .item-content .content .blogContent {
      width: 100%; }
  .alapok .blog-items .blog-item .item-content h2, .alapok .cat-children .blog-item .item-content h2, .hirek .blog-items .blog-item .item-content h2, .hirek .cat-children .blog-item .item-content h2 {
    text-transform: uppercase;
    font-family: "Montserrat", Verdana, sans-serif;
    font-weight: 600;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-bottom: 2rem; }
    .alapok .blog-items .blog-item .item-content h2 a, .alapok .cat-children .blog-item .item-content h2 a, .hirek .blog-items .blog-item .item-content h2 a, .hirek .cat-children .blog-item .item-content h2 a {
      text-decoration: none;
      color: #042b60; }
  .alapok .blog-items .blog-item .item-content .introimage figure, .alapok .cat-children .blog-item .item-content .introimage figure, .hirek .blog-items .blog-item .item-content .introimage figure, .hirek .cat-children .blog-item .item-content .introimage figure {
    margin-bottom: 0; }
  .alapok .blog-items .blog-item .item-content .readmore, .alapok .cat-children .blog-item .item-content .readmore, .hirek .blog-items .blog-item .item-content .readmore, .hirek .cat-children .blog-item .item-content .readmore {
    text-align: center;
    margin: 0; }
    .alapok .blog-items .blog-item .item-content .readmore a, .alapok .cat-children .blog-item .item-content .readmore a, .hirek .blog-items .blog-item .item-content .readmore a, .hirek .cat-children .blog-item .item-content .readmore a {
      font-family: "Montserrat", Verdana, sans-serif;
      font-size: 14px;
      font-weight: 800;
      text-align: center;
      padding: 10px 12px;
      width: 100%;
      border-radius: 0;
      border-top: 1px solid #bfd1e5;
      border-bottom: 0;
      border-left: 0;
      border-right: 0;
      background: rgba(255, 255, 255, 0.8);
      color: #053391;
      text-decoration: none; }
      .alapok .blog-items .blog-item .item-content .readmore a:hover, .alapok .cat-children .blog-item .item-content .readmore a:hover, .hirek .blog-items .blog-item .item-content .readmore a:hover, .hirek .cat-children .blog-item .item-content .readmore a:hover {
        color: #042b60;
        background: white; }

.hirek .blog-items .blog-item {
  padding: 8px; }
.hirek .cat-children .blog-item {
  padding: 8px; }

h1.top {
  text-indent: -5000px;
  height: 0; }

.dj-mobile-nav .itemid-391, .dj-mobile-nav .itemid-392 {
  border-top: 1px solid #e4e4e4; }
  .dj-mobile-nav .itemid-391 li, .dj-mobile-nav .itemid-392 li {
    margin: 0 -0.5rem; }
  .dj-mobile-nav .itemid-391 a, .dj-mobile-nav .itemid-392 a {
    color: #444;
    display: block; }

.form-inline * {
  font-size: 1.6rem; }
@media (min-width: 768px) {
  .form-inline {
    display: flex; } }
.form-inline .form-group {
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 1rem; } }
.form-inline button {
  margin-top: 0 !important;
  background-color: #053391;
  border: 0;
  padding: 0 2rem;
  color: #fff; }
  .form-inline .icon-calendar:before {
    content: "";
    font-family: "FontAwesome"; }

.date-picker-wrapper {
  display: none !important; }

.buttons-wrapper .btn {
  color: #fff; }

.chart {
  margin-top: 2rem; }
  .chart .form-inline * {
    font-size: 1.6rem; }
  @media (min-width: 768px) {
    .chart .form-inline {
      display: flex; } }
  .chart .form-inline .form-group {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .chart .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
      margin-right: 1rem; } }
  .chart .form-inline button {
    margin-top: 0 !important;
    background-color: #053391;
    border: 0;
    padding: 0 2rem;
    color: #fff; }
    .chart .form-inline .icon-calendar:before {
      content: "";
      font-family: "FontAwesome"; }
  .chart .date-picker-wrapper {
    display: none !important; }
    .chart .buttons-wrapper .btn {
      color: #fff; }
      .com-content-article td{
        border: 1px solid #000;
        padding: 3px 8px;
    }
    .dj-subwrap .dj-subwrap{
      margin-left:-11px!important;
    }
    #dj-megamenu111mobile.dj-megamenu-select-light .dj-mobile-open-btn, #dj-megamenu111mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn, #dj-megamenu111mobile.dj-megamenu-accordion-light .dj-mobile-open-btn {
    background: rgba(4, 43, 96, 1) !important;
}