<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Montserrat;
  src: url(font/Montserrat/Montserrat-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  font-family: Inter;
  src: url(font/Inter/Inter-VariableFont_opsz,wght.ttf) format('truetype');
}

:root {
  --Brand-VTE-szrke: #404040;
  --Brand-Fehr: #FFF;
  --KAP-Zld: #00806D;
  --KAP-ITE-kk: #3A59D6;
  --KAP-ZTE-zld: #2C9D57;
  --Brand-VTE-srga: #F2A83C;
  --Brand-VTE-srga-25: #F2A83C40;
  --Brand-VTE-stt-srga: #EF9A1A;
  --Brand-VTE-background: #F5F5F5;
  --Brand-fehr-opacity-70: rgba(255, 255, 255, 0.70);
  --Brand-VTE-vilgos-szrke: #7A7A7A;
  --Brand-VTE-vilgos-srga: #F8D5A0;
  --Brand-VTE-vilagos-szrke-2: #B8B8B8;
  --Brand-Fekete: #252525;

  --bs-breadcrumb-divider: "&gt;" !important;
  --bs-breadcrumb-item-padding-x: 8px !important;
}

body {
  font-family: Montserrat, sans-serif !important;
  background-color: var(--Brand-Fehr);
  color: var(--Brand-VTE-szrke);
}

/* Buttons */

.kb-background {
  border-radius: 16px;
  border: 2px solid var(--Brand-Fehr, #FFF);
}

.kb-background:hover {
  background: rgba(255, 255, 255, 0.48) !important;
  box-shadow: 0px 16px 32px 0px rgba(64, 64, 64, 0.04), 0px 8px 16px 0px rgba(64, 64, 64, 0.10), 0px 2px 4px 0px rgba(64, 64, 64, 0.08), 0px 1px 2px 0px rgba(64, 64, 64, 0.12);
}

.kb-background:active {
  background: var(--Brand-Fehr) !important;
  box-shadow: 0px 16px 32px 0px rgba(64, 64, 64, 0.04), 0px 8px 16px 0px rgba(64, 64, 64, 0.10), 0px 2px 4px 0px rgba(64, 64, 64, 0.08), 0px 1px 2px 0px rgba(64, 64, 64, 0.12);
  color: var(--Brand-VTE-srga) !important;
}

.kb-primary {
  background: var(--Brand-VTE-srga);
  border-radius: 16px;
}

.kb-primary:hover {
  background: var(--Brand-VTE-vilgos-srga) !important;
  box-shadow: 0px 16px 32px 0px rgba(242, 168, 60, 0.02), 0px 8px 16px 0px rgba(242, 168, 60, 0.10), 0px 2px 4px 0px rgba(242, 168, 60, 0.08), 0px 1px 2px 0px rgba(242, 168, 60, 0.10);
}

.kb-primary:active {
  border-radius: 18px !important;
  background: #EF9A1A;
  box-shadow: 0px 16px 32px 0px rgba(242, 168, 60, 0.02), 0px 8px 16px 0px rgba(242, 168, 60, 0.10), 0px 2px 4px 0px rgba(242, 168, 60, 0.08), 0px 1px 2px 0px rgba(242, 168, 60, 0.10);
}

.refAjaxCallGet {
  color: var(--Brand-VTE-stt-srga) !important;
  cursor: pointer;
}

main .region-content a {
  color: var(--Brand-VTE-srga) !important;
  text-decoration: none !important;
}

/* Header */
header {
  background: var(--Brand-Fehr);
  transition: box-shadow 0.5s ease-in-out, height 0.5s ease-in-out;
  height: 180px;
}

header.header-logged-in {
  margin-top: 79px;
}

main {
  margin-top: 180px;
}

header .hb2 {
  display: none;
}

header .hb1 {
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;

  transition: padding 0.5s ease-in-out;

  align-items: center;
}

header .hb1.mobil {
  display: none;
  align-items: baseline;
}

header.small {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
  height: 142px;
}

header.small .hb1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

header .hb1 .item1 {
  margin-right: 82px;
  align-self: center;
}

header .hb1 .item1 img {
  transition: width 0.5s ease-in-out;
  width: 273px;
}

header.small .hb1 .item1 img {
  width: 242px;
}

header .hb1 .item2 {
  width:652px;
  margin-right: 82px;
  align-self: center;
}

header .hb1 .item2 nav {
  padding-top: 16px;
  transition: padding 0.5s ease-in-out;
}

header.small .hb1 .item2 nav {
  padding-top: 12px;
}


header .hb1 .item3 {
  align-self: center;
  margin-left: auto;
}

header .hb1 .item3 img {
  transition: width 0.5s ease-in-out;
  width: 230px;
}

header.small .hb1 .item3 img {
  width: 202px;
}

header .hb1 .item2 .menu-felso {
  padding-left: 14px;
  height: 0px; /* 48px */
}

header .hb1 .item2 a {
  text-decoration: none;
  color: var(--Brand-VTE-szrke);
  margin-right: 32px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

header .hb1 .item2 a:last-child {
  margin-right: 0;
}

/* HEADER - NL */
.nh0 {
  margin-top: 0 !important;
}

main.nm0 {
  margin-top: 0 !important;
}

/* NAV */

.dropdown:hover&gt;.dropdown-menu {
  display: block;
}

.dropdown&gt;.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

header  nav &gt; ul &gt; li {
  margin-right: 0px;
}

header  nav &gt; ul &gt; li:last-child {
  margin-right: 0;
}

header nav ul &gt; li {
  border-radius: 16px;
}

header nav ul &gt; li span, header nav ul &gt; li a {
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  padding: 8px 16px !important;
}

header nav &gt; ul &gt; li:not(.dropdown) {
  overflow: hidden;
}

header nav ul &gt; li:hover {
  background-color: var(--Brand-VTE-vilgos-srga) !important;
}

header nav ul &gt; li &gt; a:hover {
  background-color: var(--Brand-VTE-vilgos-srga) !important;
}

header nav ul &gt; li:hover:active {
  background-color: var(--Brand-VTE-srga) !important;
}

header nav ul &gt; li &gt; a:hover:active {
  background-color: var(--Brand-VTE-srga) !important;
}

header .dropdown-item.active {
  background-color: var(--Brand-VTE-srga) !important;
  color: var(--Brand-Fehr) !important;
}

header nav &gt; ul &gt; li &gt; ul {
  border: none !important;
}

header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: url("/themes/kap/images/dropd.svg");
  border: none !important;
  position: relative;
  bottom: 2px;
}

header .dropdown-toggle {
  border-radius: 16px;
}

header .dropdown-toggle.show {
  background-color: var(--Brand-VTE-vilgos-srga) !important;
}

header .dropdown-toggle.show::after {
  transform: rotate(180deg);
  bottom: -3px;
}

header nav &gt; ul &gt; li &gt; ul {
  padding: 8px !important;
  border-radius: 24px !important;
  box-shadow: 0px 16px 32px 0px rgba(242, 168, 60, 0.02), 0px 8px 16px 0px rgba(242, 168, 60, 0.10), 0px 2px 4px 0px rgba(242, 168, 60, 0.08), 0px 1px 2px 0px rgba(242, 168, 60, 0.10);
}

header nav &gt; ul &gt; li &gt; ul &gt; li {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

header nav &gt; ul &gt; li &gt; ul &gt; li:hover {
  background: var(--Brand-VTE-vilgos-srga) !important;
}

/* Footer */
footer .small, footer .small2 {
  display: none;
}

footer {
  padding: 0 !important;
  margin-top: 44px;
}

footer .container {
  background-color: var(--Brand-VTE-szrke);
}

footer .container .footer-inner {
  background: url("/themes/kap/images/footer.png") no-repeat center center;
  background-size: contain;
  height: 392px;
  padding-top: 54px;
  color: var(--Brand-Fehr);

  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

footer img.terkep {
  width: 386px;
  margin-bottom: 30px;
}

footer .item1 {
  padding-left: 140px;
  padding-right: 70px;
}

footer .item2 {
  text-align: center;
}

footer .item3 {
  padding-right: 140px;
  padding-left: 80px;
  color: var(--Brand-Fehr);
}

footer .row:nth-child(1) a {
  color: var(--Brand-Fehr);
  text-decoration: none;
  display: block;
  margin-bottom: 26px;
}

footer .row:nth-child(1) a:last-child {
  margin-bottom: 0;
}

footer .row:nth-child(2) {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* Footer - NL */
.nl0 {
  padding-right: 132px !important;
}

.nl1 {
  display: flex;
  padding: 4px 0px;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}

.nl:last-child {
  margin-bottom: 0;
}

.nl1 span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.nl1 img:first-child {
  width: 24px;
  height: 24px;
}

.nl1 a {
  color: #21A6F8;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  text-decoration: underline !important;
}

/* Breadcrumbs */

.breadcrumb-item:first-child a::before {
  content: url("/themes/kap/images/home.svg");
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.breadcrumb-item {
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
}

.breadcrumb-item a {
  color: var(--Brand-VTE-vilgos-szrke);

  font-weight: 500;
  line-height: 12px; /* 109.091% */
  letter-spacing: 0.165px;
  text-decoration: none;
}

.breadcrumb-item:last-child {
  color: var(--Brand-VTE-srga);

  font-weight: 600;

}
/* LEAD */
p.lead {
  color: var(--Brand-Fekete);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 130% */
  letter-spacing: 0.2px;
}

/* KiemelĂŠsek */
.custom-highlight-marker-felso {
  display: block;
  position: relative;
  color: var(--Brand-VTE-szrke);
  text-align: center;

  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px; /* 140% */

  background-color: transparent;
  padding: 32px 0;
  margin: 16px 0;
}

.custom-highlight-marker-felso::before {
    background-color: var(--Brand-VTE-srga);
    top: 0;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 50%;
}

.custom-highlight-marker-felso::after {
  background-color: var(--Brand-VTE-srga);
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
  width: 50%;
}

.custom-highlight-marker-oldalt {
  display: block;
  position: relative;
  color: var(--Brand-VTE-szrke);
  text-align: left;

  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px; /* 140% */

  background-color: transparent;
  padding: 14px 10px 14px 34px;
  margin: 16px 0;
}

.custom-highlight-marker-oldalt::before {
  background-color: var(--Brand-VTE-srga);
  left: 0;
  top: 0;
  width: 10px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
}

.custom-highlight-marker-hatter {
  display: block;
  position: relative;
  color: var(--Brand-VTE-szrke);
  background: var(--Brand-VTE-vilgos-srga);
  text-align: center;

  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px; /* 122.222% */

  padding: 10px;
  margin: 16px 0;
}


/* General Pages */
.selectednews {
  margin-bottom: 51px;
}

.selectednews .view-header h2 {
  margin-top: 36px;

  color: var(--Brand-VTE-szrke);
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.selectednews .view-header h2, h1.tags-page-title {
  color: var(--Brand-VTE-szrke);
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}

.selectednews .view-header p {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}

@media (min-width: 1200px) and (max-width: 1399px) {

  header {
    height: 140px;
  }

  header.small {
    height: 100px;
  }

  header .hb1 .item1 {
    margin-right: 10px;
  }

  header .hb1 .item2 {
    margin-right: 10px;
  }

  header nav &gt; ul &gt; li {
    margin-right: 10px;
  }

  header .hb1 .item1 img {
    width: 220px;
  }

  header .hb1 .item3 img {
    width: 200px;
  }

  header.small .hb1 .item1 img {
    width: 200px;
  }

  header.small .hb1 .item2 nav {
    padding-top: 12px;
  }

  header.small .hb1 .item3 img {
    width: 170px;
  }

  header .hb1 .item2 .menu-felso {
    height: 26px;
  }

  footer .item1 {
    padding-left: 100px;
    padding-right: 60px;
  }

  footer .item3 {
    padding-right: 100px;
    padding-left: 60px;
  }

  .footer-item.item1 img.hoi-logo {
    height: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  header {
    height: 120px;
  }

  header.small {
    height: 100px;
  }

  header .hb1 .item1 {
    margin-right: 0px;
  }

  header .hb1 .item2 {
    margin-right: 0px;
  }

  header nav &gt; ul &gt; li {
    margin-right: 0px;
  }

  header .hb1 .item1 img {
    width: 180px;
  }

  header .hb1 .item3 img {
    width: 150px;
  }

  header.small .hb1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  header.small .hb1 .item1 img {
    width: 160px;
  }

  header.small .hb1 .item2 nav {
    padding-top: 12px;
  }

  header.small .hb1 .item3 img {
    width: 130px;
  }

  header .hb1 .item2 .menu-felso {
    height: 7px;
  }

  footer .item1 {
    padding-left: 80px;
    padding-right: 40px;
  }

  footer .item3 {
    padding-right: 80px;
    padding-left: 40px;
  }

  .footer-item.item1 img.hoi-logo {
    height: 100px;
  }

  footer img.terkep {
    width: 100%;
  }

  footer .row:nth-child(1) a {
    margin-bottom: 20px;
  }

  footer .lastrow {
    margin-top: 14px;
  }

  footer .lastrow .item1 {
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  header {
    height: auto;
    position: static !important;
  }

  header .hb1.normal {
    display: none;
  }

  header .hb1.mobil {
    display: flex;
  }

  header .hb1 .item1 {
    margin-right: 0px;
  }

  header .hb1 .item2 {
    margin-right: 0px;
    width: 30%;
  }

  header nav &gt; ul &gt; li {
    margin-right: 0px;
  }

  header .hb1 .item1 img {
    height: 71px;
    width: auto;
    margin-right: 24px;
  }

  header .hb1 .item3 img {
    height: 65px;
    width: auto;
    margin-left: 24px;
  }

  header {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
  }

  header .hb1 .item2 .menu-felso {
    height: 7px;
  }

  footer {
    background-color: var(--Brand-VTE-szrke);
    position: relative;
  }

  footer .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  footer .footer-inner {
    width: 100%;
  }

  footer .normal {
    display: none;
  }

  footer div.small {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  footer img.small2 {
    display: block;
    position: absolute;
  }

  footer img.small2a {
    left: 0;
    bottom: 0px;
  }

  footer img.small2b {
    right: 0;
    bottom: 24px;
  }

  footer .footer-inner {
    background: transparent !important;
    height: auto !important;
  }

  footer .small .item1 {
    display: flex;
    padding: 0 !important;
    width: 100%;
    gap: 20px;
  }

  footer .small .item1 .item1a, footer .small .item1 .item1b {
    width: 40%
  }

  footer .small .item1 .item1a {
    margin-left: 10%;
    text-align: center;
  }

  footer .small .item1 .item1b {
    margin-right: 10%;
    background: url("/themes/kap/images/terkep.png") no-repeat center center;
    background-size: cover;
  }

  footer .small .item2 {
    display: flex;
    padding: 0 !important;
    width: 100%;
  }

  footer .small .item2a, footer .small .item2b {
    width: 50%;
  }

  footer .small .item2a {
    margin-left: 10%;
  }

  footer .small .item2b {
    margin-right: 10%;
    display: flex;
  }

  footer .small .item2b &gt; div {
    width: 50%;
  }

  footer .small .item2b &gt; div a {
    color: var(--Brand-Fehr);
    text-decoration: none;
    margin-bottom: 24px;
    display: block;
  }

  .nl1 {
    margin-bottom: 0;
  }

  .nl1:last-child {
    margin-bottom: 60px;
  }

  main {
    margin-top: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  header {
    height: auto;
    position: static !important;
  }

  header .hb1.normal {
    display: none;
  }

  header .hb1.mobil {
    display: flex;
  }

  header .hb1 .item1 {
    margin-right: 0px;
  }

  header .hb1 .item2 {
    margin-right: 0px;
    width: 30%;
  }

  header nav &gt; ul &gt; li {
    margin-right: 0px;
  }

  header .hb1 .item1 img {
    height: 71px;
    width: auto;
    margin-right: 24px;
  }

  header .hb1 .item3 img {
    height: 65px;
    width: auto;
    margin-left: 24px;
  }

  header {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
  }

  header.nh0 {
    box-shadow: none;
  }

  header .hb1 .item2 .menu-felso {
    height: 7px;
  }

  footer {
    background-color: var(--Brand-VTE-szrke);
    position: relative;
  }

  footer .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  footer .footer-inner {
    width: 100%;
  }

  footer .normal {
    display: none;
  }

  footer div.small {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  footer img.small2 {
    display: block;
    position: absolute;
  }

  footer img.small2a {
    left: 0;
    bottom: 0px;
  }

  footer img.small2b {
    right: 0;
    bottom: 24px;
  }

  footer .footer-inner {
    background: transparent !important;
    height: auto !important;
  }

  footer .small .item1 {
    display: flex;
    padding: 0 !important;
    width: 100%;
    gap: 20px;
  }

  footer .small .item1 .item1a, footer .small .item1 .item1b {
    width: 40%
  }

  footer .small .item1 .item1a {
    margin-left: 10%;
    text-align: center;
  }

  footer .small .item1 .item1b {
    margin-right: 10%;
    background: url("/themes/kap/images/terkep.png") no-repeat center center;
    background-size: cover;
  }

  footer .small .item2 {
    display: flex;
    padding: 0 !important;
    width: 100%;
  }

  footer .small .item2a, footer .small .item2b {
    width: 50%;
  }

  footer .small .item2a {
    margin-left: 10%;
  }

  footer .small .item2b {
    margin-right: 10%;
    display: flex;
  }

  footer .small .item2b &gt; div {
    width: 50%;
  }

  footer .small .item2b &gt; div a {
    color: var(--Brand-Fehr);
    text-decoration: none;
    margin-bottom: 24px;
    display: block;
  }

  .nl1 {
    margin-bottom: 0;
  }

  .nl1:last-child {
    margin-bottom: 60px;
  }

  main {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {

  header {
    height: auto;
    position: static !important;
  }

  header .hb1.normal {
    display: none;
  }

  header .hb1.mobil {
    display: flex;
  }

  header .hb1 .item1 {
    margin-right: 0px;
  }

  header .hb1 .item2 {
    margin-right: 0px;
    width: 30%;
  }

  header .hb1 .item3 {
    align-self: baseline;
  }

  header nav &gt; ul &gt; li {
    margin-right: 0px;
  }

  header .hb1 .item1 img {
    height: 71px;
    width: auto;
    margin-right: 24px;
  }

  header .hb1 .item3 img {
    height: 54px;
    width: auto;
    margin-left: 24px;
  }

  header {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
  }

  header.nh0 {
    box-shadow: none;
  }

  header .hb1 .item2 .menu-felso {
    height: 7px;
  }

  footer {
    background-color: var(--Brand-VTE-szrke);
    position: relative;
  }

  footer .footer-inner {
    background: transparent !important;
    height: auto !important;
  }

  footer .normal {
    display: none;
  }

  footer div.small2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  footer img.small2 {
    display: block;
    position: absolute;
  }

  footer img.small2a {
    left: 0;
    bottom: 0px;
  }

  footer img.small2b {
    right: 0;
    bottom: 24px;
  }

  footer .small2 .footer-item {
    padding: 0;
  }

  footer .small2 .item1, footer .small2 .item2,footer .small2 .item3,footer .small2 .item4 {
    text-align: center;
  }

  footer .small2 .item5 {
    margin-bottom: 102px;
    display: flex;
    gap: 20px;
  }

  footer .small2 .item5 &gt; div {
    width: 50%;
  }

  footer .small2 .item5 .item5a {
    padding-left: 10%;
  }

  footer .small2 .item5 .item5b {
    padding-left: 10%;
  }

  footer .small2 .item5 a {
    color: var(--Brand-Fehr);
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
  }

  footer img.terkep {
    width: 100%;
  }

  .nl1 {
    margin-bottom: 0;
    justify-content: center;
  }

  .nl1:last-child {
    margin-bottom: 0;
  }

  main {
    margin-top: 10px;
  }
}
</pre></body></html>