<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glide ul {
    margin: 0;
}

:root {
    --color-text: #2d325e;
    --color-home: #e8eef1;
    --color-palyazatok: #f6921e;
    --color-allasok: #7bc043;
    --color-tudastar: #4f97d2;
    --color-esemenynaptar: #b194c5;
    --color-hirek: #ffce03;
    --color-kepzesek: #9e7cb7;
    --color-podcastek: #3473ba;
    --color-szolgaltatasok: #69ae44;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    --scroll-behavior: smooth; /* JS polyfillnek kell */
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: var(--color-text);
    line-height: 28px;
    font-size: 18px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
}

a {
    text-decoration: none;
}

a:not([href]) {
    scroll-margin-top: 80px;
}

h1 a {
    color: inherit;
}

h1 a:hover,
.hover-images article.hover h1 a {
    color: var(--color-home);
}

h1 a.palyazatok:hover,
.hover-images article.hover h1 a.palyazatok {
    color: var(--color-palyazatok);
}

h1 a.allasok:hover,
.hover-images article.hover h1 a.allasok {
    color: var(--color-allasok);
}

h1 a.tudastar:hover,
.hover-images article.hover h1 a.tudastar {
    color: var(--color-tudastar);
}

h1 a.esemenynaptar:hover,
.hover-images article.hover h1 a.esemenynaptar {
    color: var(--color-esemenynaptar);
}

h1 a.hirek:hover,
.hover-images article.hover h1 a.hirek {
    color: var(--color-hirek);
}

h1 a.podcastek:hover,
.hover-images article.hover h1 a.podcastek {
    color: var(--color-podcastek);
}

h1 a.szolgaltatasok:hover,
.hover-images article.hover h1 a.szolgaltatasok {
    color: var(--color-szolgaltatasok);
}

strong {
    font-weight: 900;
}

.screenreader-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0;
}

.avoid-wrap {
    display: inline-block;
}

@media screen and (max-width: 1339px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (min-width: 1340px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 1290px;
    }
}

.banner img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.spinner-container {
    display: none;
}

.spinner {
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

.spinner div {
    transform-origin: 40px 40px;
    animation: spinner 1.2s linear infinite;
}

.spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background-color: var(--color-home);
}

.palyazatok .spinner div::after {
    background-color: var(--color-palyazatok);
}

.allasok .spinner div::after {
    background-color: var(--color-allasok);
}

.tudastar .spinner div::after {
    background-color: var(--color-tudastar);;
}

.esemenynaptar .spinner div::after {
    background-color: var(--color-esemenynaptar);
}

.hirek .spinner div::after {
    background-color: var(--color-hirek);
}

.spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.article-list article {
    position: relative;
}

.article-list h1 {
    margin: 0;
    font-weight: 900;
}

.article-list h1:not(:first-child) {
    margin-top: 15px;
}

.article-list .article-lead {
    margin-top: 9px;
    line-height: 20px;
    font-size: 16px;
}

.article-list.bulleted h1 {
    position: relative;
}

.article-list.bulleted .article-title-image + h1 {
    position: static;
    text-indent: 0;
}

.article-list.bulleted h1::before {
    position: absolute;
    left: 0;
    border-radius: 50%;
    content: "";
}

.tudastar .article-list.bulleted h1::before {
    background: var(--color-tudastar);
}

.hirek .article-list.bulleted h1::before {
    background: var(--color-hirek);
}

@media screen and (max-width: 479px) {
    .article-list.columns4 + .article-list.columns4 {
        margin-top: 35px;
    }

    .article-list.columns4 article + article {
        margin-top: 35px;
    }
}

@media screen and (min-width: 480px) {
    .article-list.columns4::after {
        display: block;
        clear: left;
        content: "";
    }

    .article-list.columns4 article {
        float: left;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .article-list.columns4 + .article-list.columns4 {
        margin-top: 18px;
    }

    .article-list.columns4 article {
        margin-left: 18px;
        width: calc(50% - 9px);
    }

    .article-list.columns4 article:nth-child(n + 3) {
        margin-top: 18px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
    .article-list.columns4 article:nth-child(2n + 1) {
        clear: left;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .article-list.bulleted .article-date + .article-title-image + h1::before {
        top: 31px;
    }
}

@media screen and (max-width: 767px), screen and (min-width: 1024px) and (max-width: 1339px) {
    .article-list.columns4 h1 {
        line-height: 24px;
        font-size: 20px;
    }

    .article-list.bulleted h1 {
        text-indent: 22px;
    }

    .article-list.bulleted h1::before {
        top: 5px;
        width: 14px;
        height: 14px;
    }

    .article-list.bulleted .article-title-image + h1::before {
        top: -7px;
        left: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px), screen and (min-width: 1340px) {
    .article-list h1 {
        line-height: 32px;
        font-size: 28px;
    }

    .article-list.bulleted h1 {
        text-indent: 38px;
    }

    .article-list.bulleted h1::before {
        top: 2px;
        width: 26px;
        height: 26px;
    }

    .article-list.bulleted .article-title-image + h1::before {
        top: -13px;
        left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .article-list.columns4 + .article-list.columns4 {
        margin-top: 30px;
    }

    .article-list.columns4 article {
        margin-left: 30px;
        width: calc(50% - 15px);
    }

    .article-list.columns4 article:nth-child(n + 3) {
        margin-top: 30px;
    }

    .article-list.bulleted .article-date + .article-title-image + h1::before {
        top: 25px;
    }
}


@media screen and (max-width: 1023px) {
    .single-article-collection {
        margin-top: 40px;
    }

    .home .single-article-collection {
        margin-top: 54px;
    }

    .article-list.columns2 h1,
    .article-list .columns3 h1 {
        line-height: 28px;
        font-size: 24px;
    }

    .article-list.columns2 article + article,
    .article-list.columns3 article + article {
        margin-top: 56px;
    }

    .article-list.columns2 .article-lead,
    .article-list.columns3 .article-lead {
        display: none;
    }

    .article-list.columns3 + .article-list.columns4 {
        margin-top: 67px;
    }

    .article-list.faq article + article {
        margin-top: 44px;
    }

    .article-list.faq h1 {
        line-height: 22px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .single-article-collection {
        margin-top: 80px;
    }

    .home .single-article-collection {
        margin-top: 73px;
    }

    .article-list.columns2::after,
    .article-list.columns3::after {
        display: block;
        clear: left;
        content: "";
    }

    .article-list.columns2 article,
    .article-list.columns3 article {
        float: left;
        margin-left: 30px;
    }

    .article-list.columns2 article {
        width: calc(50% - 15px);
    }

    .article-list.columns3 article {
        width: calc(33.3333% - 20px);
    }

    .article-list.columns2 article:nth-child(2n + 1),
    .article-list.columns3 article:nth-child(3n + 1) {
        clear: left;
        margin-left: 0;
    }

    .article-list.columns2 article:nth-child(n + 3),
    .article-list.columns3 article:nth-child(n + 4) {
        margin-top: 30px;
    }

    .article-list.columns3 + .article-list.columns4 {
        margin-top: 66px;
    }


    .article-list.columns4 article:nth-child(4n + 1) {
        clear: left;
        margin-left: 0;
    }

    .article-list.faq article + article {
        margin-top: 28px;
    }

    .article-list.faq h1 {
        line-height: 28px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1339px) {
    .article-list.columns4 + .article-list.columns4 {
        margin-top: 20px;
    }

    .article-list.columns4 article {
        margin-left: 20px;
        width: calc(25% - 15px);
    }

    .article-list.columns4 article:nth-child(n + 5) {
        margin-top: 20px;
    }

    .article-list.bulleted .article-date + .article-title-image + h1::before {
        top: 33px;
    }
}

@media screen and (min-width: 1340px) {
    .article-list.columns4 + .article-list.columns4 {
        margin-top: 32px;
    }

    .article-list.columns4 article {
        margin-left: 32px;
        width: calc(25% - 24px);
    }

    .article-list.columns4 article:nth-child(n + 5) {
        margin-top: 32px;
    }

    .article-list.bulleted .article-date + .article-title-image + h1::before {
        top: 27px;
    }
}

.article-list .article-title-image a {
    display: block;
    position: relative;
}

.article-date + .article-title-image {
    margin-top: 14px;
}

#most-read .article-title-image {
    line-height: 0;
}

#most-read .article-title-image a {
    display: inline-block;
    position: relative;
}

.hover-images .article-title-image a {
    position: relative;
}

.hover-images .article-title-image a:hover::after,
.hover-images article.hover .article-title-image a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
}

.hover-images .article-title-image.palyazatok a:hover::after,
.hover-images article.hover .article-title-image.palyazatok a::after {
    background: var(--color-palyazatok);
}

.hover-images .article-title-image.allasok a:hover::after,
.hover-images article.hover .article-title-image.allasok a::after {
    background: var(--color-allasok);
}

.hover-images .article-title-image.tudastar a:hover::after,
.hover-images article.hover .article-title-image.tudastar a::after {
    background: var(--color-tudastar);
}

.hover-images .article-title-image.rendezvenyek a:hover::after,
.hover-images article.hover .article-title-image.rendezvenyek a::after,
.hover-images .article-title-image.esemenynaptar a:hover::after,
.hover-images article.hover .article-title-image.esemenynaptar a::after {
    background: var(--color-esemenynaptar);
}

.hover-images .article-title-image.hirek a:hover::after,
.hover-images article.hover .article-title-image.hirek a::after {
    background: var(--color-hirek);
}

.hover-images .article-title-image.podcastek a:hover::after,
.hover-images article.hover .article-title-image.podcastek a::after {
    background: var(--color-podcastek);
}

.hover-images .article-title-image.szolgaltatasok a:hover::after,
.hover-images article.hover .article-title-image.szolgaltatasok a::after {
    background: var(--color-szolgaltatasok);
}

.article-list .article-title-image img {
    display: block;
    width: 100%;
    height: auto;
}

.article-category {
    line-height: 0;
}

.article-category + .article-category {
    margin-top: 10px;
}

.article-list .article-title-image + .article-category {
    position: absolute;
}

.article-category a,
.article-category span {
    display: inline-block;
}

.article-category a {
    color: inherit;
}

.article-category a.palyazatok {
    background: var(--color-palyazatok);
}

.article-category a.allasok {
    background: var(--color-allasok);
}

.article-category a.tudastar {
    background: var(--color-tudastar);
}

.article-category a.esemenyek {
    background: var(--color-esemenynaptar);
}

.article-category a.kepzesek {
    background: var(--color-esemenynaptar);
}

.article-category a.hirek {
    background: var(--color-hirek);
}

.article-category a.podcastek,
.article-category span.podcastek {
    background: var(--color-podcastek);
}

.article-category a.szolgaltatasok,
.article-category span.szolgaltatasok {
    background: var(--color-szolgaltatasok);
}

.article-category span {
    border: 2px solid;
}

.article-category span.podcastek {
    border-color: var(--color-podcastek);
}

.article-category span.szolgaltatasok {
    border-color: var(--color-szolgaltatasok);
}

@media screen and (max-width: 1023px) {
    .article-list .article-title-image + .article-category {
        top: -12px;
        left: 18px;
    }

    .article-category span,
    .article-category a {
        border-radius: 12px;
        line-height: 16px;
        font-size: 12px;
    }

    .article-category span {
        padding: 2px 7px;
    }

    .article-category a {
        padding: 4px 9px;
    }
}

@media screen and (min-width: 1024px) {
    .article-list .article-title-image + .article-category {
        top: -13px;
        left: 30px;
    }

    .article-category span,
    .article-category a {
        border-radius: 13px;
        line-height: 18px;
        font-size: 14px;
    }

    .article-category span {
        padding: 2px 14px;
    }

    .article-category a {
        padding: 4px 16px;
    }
}

.article-date {
    line-height: 0;
}

.esemenynaptar .article-date {
    margin-top: 10px;
}

.article-date span {
    display: inline-block;
    position: relative;
}

.palyazatok .article-date span {
    background: var(--color-palyazatok);
}

.allasok .article-date span {
    background: var(--color-allasok);
}

.esemenynaptar .article-date span {
    background: var(--color-esemenynaptar);
}

.esemenynaptar article.palyazatok .article-date span {
    background: var(--color-palyazatok);
}

.esemenynaptar article.tudastar .article-date span {
    background: var(--color-tudastar);
}

.hirek .article-date span {
    background: var(--color-hirek);
}

.article-date span::before {
    position: absolute;
    width: 13px;
    height: 10px;
    background: url("../img/double-arrow-icon.png");
    content: "";
}

.esemenynaptar .article-date span::before {
    content: none;
}

@media screen and (max-width: 1023px) {
    .article-date span {
        border-radius: 12px;
        padding: 4px 10px 4px 29px;
        line-height: 16px;
        font-size: 12px;
    }

    .esemenynaptar .article-date span {
        padding-left: 10px;
    }

    .article-date span::before {
        top: 7px;
        left: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .article-date span {
        border-radius: 13px;
        padding: 4px 12px 4px 29px;
        line-height: 18px;
        font-size: 14px;
    }

    .esemenynaptar .article-date span {
        padding: 4px 15px;
    }

    .article-date span::before {
        top: 8px;
        left: 10px;
    }
}

.article-date-bordered {
    line-height: 0;
}

.article-date-bordered span {
    display: inline-block;
    border: 2px solid;
}

.article-date-bordered + .article-category {
    margin-top: 6px;
}

@media screen and (max-width: 1023px) {
    .article-date-bordered span {
        border-radius: 12px;
        padding: 2px 7px;
        line-height: 16px;
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .article-date-bordered span {
        border-radius: 13px;
        padding: 2px 14px;
        line-height: 18px;
        font-size: 14px;
    }
}

.article-list-pager {
    text-align: center;
    line-height: 0;
}

.next-page-link {
    display: inline-block;
    color: var(--color-text);
    text-transform: uppercase;
    background-color: var(--color-home);
}

.palyazatok .next-page-link {
    background-color: var(--color-palyazatok);
}

.allasok .next-page-link {
    background-color: var(--color-allasok);
}

.hirek .next-page-link {
    background-color: var(--color-hirek);
}

@media screen and (max-width: 1023px) {
    .article-list-pager {
        margin-top: 52px;
    }

    .article-list-pager .spinner-container {
        margin-bottom: 20px;
    }

    .next-page-link {
        border-radius: 20px;
        padding: 10px 14px;
        line-height: 20px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .article-list-pager {
        margin-top: 72px;
    }

    .article-list-pager .spinner-container {
        margin-bottom: 24px;
    }

    .next-page-link {
        border-radius: 24px;
        padding: 12px 23px;
        line-height: 24px;
        font-size: 18px;
    }
}

.article-list-more {
    text-align: center;
    line-height: 0;
}

.article-list-more-link {
    display: inline-block;
    color: var(--color-text);
    text-transform: uppercase;
    background-color: var(--color-home);
}

.article-list-more-link.palyazatok {
    background: var(--color-palyazatok);
}

.article-list-more-link.allasok {
    background: #8eddcd;
}

.article-list-more-link.tudastar {
    background: var(--color-tudastar);
}

.article-list-more-link.rendezvenyek {
    background: var(--color-esemenynaptar);
}

.article-list-more-link.hirek {
    background: var(--color-hirek);
}

.article-list-more-link.szolgaltatasok {
    background: var(--color-szolgaltatasok);
}

.article-list-more-link.podcastek {
    background: var(--color-podcastek);
}

@media screen and (max-width: 1023px) {
    .article-list-more-link {
        margin-top: 52px;
        border-radius: 20px;
        padding: 10px 14px;
        line-height: 20px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .article-list-more-link {
        margin-top: 72px;
        border-radius: 24px;
        padding: 12px 23px;
        line-height: 24px;
        font-size: 18px;
    }
}

#tudastar-alkategoriak {
    background: var(--color-home);
}

#tudastar-alkategoriak h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    #tudastar-alkategoriak {
        margin-top: 55px;
        padding-top: 52px;
        padding-bottom: 25px;
    }

    #tudastar-alkategoriak h2 {
        line-height: 32px;
        font-size: 24px;
        font-weight: 500;
    }
}

@media screen and (min-width: 768px) {
    #tudastar-alkategoriak {
        margin-top: 71px;
        padding-top: 75px;
        padding-bottom: 72px;
    }

    #tudastar-alkategoriak h2 {
        line-height: 24px;
        font-size: 18px;
        font-weight: 900;
    }
}

.single-article-date span {
    display: inline-block;
    border-radius: 13px;
    border: 2px solid;
    padding-right: 12px;
    padding-left: 12px;
    color: #8baab7;
    line-height: 22px;
    font-size: 14px;
}

.single-article .article-expiration-date {
    border-radius: 12px;
    border: 2px solid;
    text-align: center;
}

.single-article .expiration-date-label {
    text-transform: uppercase;
}

.single-article .expiration-date-value,
.single-article .expiration-date-separator {
    font-weight: 900;
}

.single-article .expiration-date-dayname {
    margin-top: -6px;
}

.single-article .article-tags {
    color: #8baab7;
}

.single-article-date + .article-tags {
    margin-top: 20px;
}

.single-article .article-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-article .article-tags a {
    border-radius: 13px;
    border: 2px solid;
    padding-right: 12px;
    padding-left: 12px;
    color: inherit;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 14px;
}

.single-article .article-body p:first-child,
.single-article .article-body ul:first-child,
.single-article .article-body ol:first-child {
    margin-top: 0;
}

.single-article .article-body a {
    color: inherit;
    text-decoration: underline;
}

.single-article .article-body img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.single-article .article-body-top {
    margin-bottom: 28px;
}

.single-article .article-body .article-body-top-image {
    max-width: 300px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.single-article .article-list.related &gt; h1 {
    margin-bottom: 34px;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
}

.single-article .article-list.related article + article {
    margin-top: 44px;
}

@media screen and (max-width: 767px) {
    .single-article {
        margin-top: 40px;
    }

    .single-article .article-expiration-date {
        padding: 13px;
        line-height: 24px;
        font-size: 20px;
    }

    .single-article .expiration-date-label:not(:first-child) {
        margin-top: 24px;
    }

    .single-article .article-body {
        line-height: 24px;
        font-size: 16px;
    }

    .single-article .article-body p,
    .single-article .article-body ul,
    .single-article .article-body ol {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 768px) {
    .single-article {
        margin-top: 80px;
    }

    .single-article .article-expiration-date {
        padding: 27px 9px;
    }

    .single-article .expiration-date-label {
        line-height: 22px;
        font-size: 18px;
    }

    .single-article .expiration-date-label:not(:first-child) {
        margin-top: 22px;
    }

    .single-article .expiration-date-value {
        margin-top: 9px;
        line-height: 28px;
        font-size: 24px;
    }

    .single-article .expiration-date-separator + .expiration-date-value {
        margin-top: 0;
    }

    .single-article .article-body {
        line-height: 28px;
        font-size: 18px;
    }

    .single-article .article-body p,
    .single-article .article-body ul,
    .single-article .article-body ol {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 1339px) {
    .single-article {
        margin-right: auto;
        margin-left: auto;
        max-width: 800px;
    }

    .single-article .article-expiration-date + .article-tags {
        margin-top: 24px;
    }

    .single-article .article-tags ul {
        margin-right: -5px;
        margin-left: -5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .single-article .article-tags li {
        padding-right: 5px;
        padding-left: 5px;
    }

    .single-article .article-tags a {
        display: block;
    }

    .single-article .article-body {
        margin-top: 28px;
    }

    .single-article .article-sidebar {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    .single-article-container::after {
        display: block;
        clear: left;
        content: "";
    }

    .single-article .article-meta {
        float: left;
        width: 190px;
        min-height: 1px;
    }

    .single-article-date {
        text-align: right;
    }

    .single-article .article-expiration-date + .article-tags {
        margin-top: 30px;
    }

    .single-article .article-tags li {
        text-align: right;
        line-height: 0;
    }

    .single-article .article-tags li + li {
        margin-top: 10px;
    }

    .single-article .article-tags a {
        display: inline-block;
    }

    .single-article .article-body {
        float: left;
        width: 800px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .single-article .article-sidebar {
        float: left;
        width: 300px;
    }
}

.article-cta-item {
    position: relative;
}

.article-cta-heading {
    font-weight: 900;
}

.article-cta-body {
    font-size: 17px;
}

.article-cta-link {
    position: absolute;
    bottom: 0;
    color: #fff !important;
    text-transform: uppercase;
    transform: translateY(50%);
}

.article-cta-sign-up::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #e9eef2;
    content: "";
}

.article-cta-sign-up::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background-image: url("../img/actions/iratkozz-fel.png?v=2");
    background-repeat: no-repeat;
    content: "";
}

.article-cta-sign-up .article-cta-heading {
    color: #68ad44;
}

.article-cta-sign-up .article-cta-link {
    background: #68ad44;
}

.article-cta-support-us::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #68ad44;
    content: "";
}

.article-cta-support-us::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background-image: url("../img/actions/tamogass.png?v=2");
    background-repeat: no-repeat;
    content: "";
}

.article-cta-support-us .article-cta-body {
    color: #fff;
}

.article-cta-support-us .article-cta-link {
    background: #2d325e;
}

.article-cta-small-screen {
    margin-top: 75px;
    margin-bottom: 33px;
}

.article-cta-small-screen .article-cta-item {
    min-height: 186px;
    padding: 20px 142px 43px 21px;
}

.article-cta-small-screen .article-cta-heading {
    line-height: 40px;
    font-size: 32px;
}

.article-cta-small-screen .article-cta-body {
    margin-top: 8px;
    line-height: 24px;
}

.article-cta-small-screen .article-cta-link {
    left: 30px;
    border-radius: 20px;
    padding: 8px 23px;
}

.article-cta-small-screen .article-cta-sign-up::after {
    background-position: bottom -73px right;
}

.article-cta-small-screen .article-cta-support-us {
    margin-top: 50px;
}

.article-cta-small-screen .article-cta-support-us::after {
    background-position: bottom -80px right -64px;
}

.article-cta-large-screen {
    clear: both;
    padding-top: 45px;
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.article-cta-large-screen .article-cta-item {
    width: calc(50% - 15px);
    padding: 33px 43px 53px 43px;
}

.article-cta-large-screen .article-cta-heading {
    line-height: 48px;
    font-size: 40px;
}

.article-cta-large-screen .article-cta-body {
    margin-top: 9px;
    line-height: 20px;
}

.article-cta-large-screen .article-cta-link {
    left: 41px;
    border-radius: 24px;
    padding: 14px 32px;
    text-decoration: none !important;
}

.article-cta-large-screen .article-cta-sign-up::after {
    background-position: center right 33px;
}

.article-cta-large-screen .article-cta-support-us::after {
    background-position: bottom -55px right -66px;
}

@media screen and (max-width: 1339px) {
    .article-cta-large-screen {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    .article-cta-small-screen {
        display: none;
    }
}

.disclaimer {
    text-decoration: underline;
}

#disclaimer-large-screen {
    margin-bottom: 39px;
}

.disclaimer-icon {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    border-radius: 14px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.disclaimer-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-text);
    content: "!";
    transform: translate(-50%, -50%);
}

.tudastar .disclaimer {
    color: #7da7d9;
}

.tudastar .disclaimer-icon {
    background: var(--color-tudastar);
}

#disclaimer-small-screen {
    margin-top: 18px;
    font-size: 16px;
}

@media screen and (min-width: 1340px) {
    #disclaimer-small-screen {
        display: none;
    }
}

#header {
    background-color: var(--color-home);
}

.palyazatok #header {
    background-color: var(--color-palyazatok);
}

.allasok #header {
    background-color: var(--color-allasok);
}

.tudastar #header {
    background-color: var(--color-tudastar);
}

.esemenynaptar #header {
    background-color: var(--color-esemenynaptar);
}

.esemenynaptar #header.palyazatok {
    background-color: var(--color-palyazatok);
}

.esemenynaptar #header.tudastar {
    background-color: var(--color-tudastar);
}

.hirek #header {
    background-color: var(--color-hirek);
}

.podcastek #header {
    background-color: var(--color-podcastek);
}

.szolgaltatasok #header {
    background-color: var(--color-szolgaltatasok);
}

#header-top {
    background: #fff;
}

#header-top.stuck {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--color-home);
}

#header-top-container {
    position: relative;
}

#header-top-container::after {
    display: block;
    clear: both;
    content: "";
}

#header-top.stuck #header-logo {
    display: none;
}

#header-logo a {
    display: block;
}

#header-logo img {
    display: block;
}

#header-top:not(.stuck) #header-logo-small {
    display: none;
}

#header-logo-small a {
    display: block;
}

#header-logo-small img {
    display: block;
}

#header-menu ul {
    list-style: none;
}

#header-menu &gt; ul {
    margin: 0;
    padding: 0;
}

.header-submenu {
    background: #fff;
}

.header-submenu ul {
    margin: 0;
    padding: 0;
}

.header-menu-link,
.header-submenu-link{
    color: inherit;
}

.header-menu-link {
    display: block;
    border-radius: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#header-menu-support-link,
#header-menu-newsletter-link {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 700;
}

#header-menu-support-link {
    background: #68ad44;
}

#header-menu-newsletter-link {
    background: var(--color-text);
    color: #fff;
}

.header-submenu li {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 16px;
}

.header-submenu a {
    font-size: 16px;
}

.header-submenu li:last-child a {
    border-bottom: 1px solid var(--color-text);
    font-weight: 900;
}

#header-search {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    transition: width 0.5s ease-in-out;
}

#header-search.open {
    width: 328px;
    max-width: 100%;
}

#header-search-combined {
    position: absolute;
    top: 0;
    right: 0;
}

#header-search-combined::after {
    display: block;
    clear: left;
    content: "";
}

#header-search-text-input,
#header-search-topic-input {
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    border: 2px solid;
    background: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    color: var(--color-text);
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    line-height: 28px;
}

#header-search-text-input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-right: 8px;
    padding-left: 8px;
}

#header-search-topic-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: 0 none;
    padding-right: 8px;
    padding-left: 8px;
}

#header-search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid var(--color-text);
    background-color: #fff;
    background-image: url("../img/search-icon.png");
    background-position: top left;
    background-repeat: no-repeat;
}

#header-search-toggle:hover {
    cursor: pointer;
}

#header-search.open #header-search-toggle {
    background-position: top right;
}

@media screen and (min-width: 768px) {
    #header-collapsible-toggle {
        margin-right: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #header-logo-small {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1199px) {
    #header-top {
        min-height: 110px;
    }

    #header-top.stuck {
        min-height: 60px;
    }

    #header-logo {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    #header-logo-small {
        float: left;
        margin-top: 15px;
    }

    #header-top.collapsible-open #header-logo {
        display: none;
    }

    #header-top.collapsible-open #header-logo-small {
        display: block !important;
    }

    #header-logo-small .desktop {
        display: none;
    }

    #header-collapsible {
        clear: both;
        height: 0;
        overflow-y: auto;
        text-align: center;
        transition: height 0.5s ease-in-out;
    }

    #header-collapsible-toggle {
        float: right;
        margin-top: 10px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 2px solid var(--color-text);
        background-color: transparent;
        background-image: url("../img/header-collapsible-toggle-icon.png");
        background-repeat: no-repeat;
        background-position: top -2px left -2px;
        padding: 0;
        cursor: pointer;
    }

    .collapsible-open #header-collapsible-toggle {
        background-position: top -2px right -2px;
    }

    .header-menu-link {
        display: inline-block;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px;
    }

    .header-submenu-parent &gt; a {
        position: relative;
    }

    .header-submenu-parent &gt; a::after {
        position: absolute;
        top: 13px;
        right: -2px;
        width: 7px;
        height: 7px;
        border-top: 2px solid var(--color-text);
        border-left: 2px solid var(--color-text);
        content: "";
        transform: rotate(-135deg);
    }

    .header-submenu-parent.open &gt; a::after {
        top: 17px;
        transform: rotate(45deg);
    }

    .header-submenu {
        display: none;
    }

    .header-submenu ul {
        padding: 0;
    }

    #header-tudastar-submenu ul {
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        column-count: 2;
        column-width: 150px;
        column-gap: 0;
    }

    #header-search {
        margin-right: auto;
        margin-left: auto;
    }

    @media screen and (max-height: 639px) {
        .collapsible-open #header-collapsible {
            height: 430px;
        }

        #header-menu-newsletter-item {
            margin-top: 25px;
        }

        #header-search {
            margin-top: 30px;
        }
    }

    @media screen and (min-height: 640px) {
        .collapsible-open #header-collapsible {
            height: 612px;
        }

        #header-menu &gt; ul {
            padding-top: 59px;
        }

        .header-menu-item + .header-menu-item {
            margin-top: 10px;
        }

        #header-menu-newsletter-item {
            margin-top: 25px;
        }

        #header-search {
            margin-top: 40px;
        }
    }
}

@media screen and (min-width: 1200px) {
    #header-top {
        height: 100px;
    }

    #header-top.stuck {
        height: 60px;
    }

    #header-logo {
        position: absolute;
        top: 21px;
        left: 0;
        z-index: 2;
    }

    #header-logo-small {
        position: absolute;
        top: 12px;
        left: 0;
    }

    #header-logo-small .mobile {
        display: none;
    }

    #header-menu {
        float: right;
        margin-top: 31px;
        margin-right: 60px;
    }

    #header-top.stuck #header-menu {
        margin-top: 10px;
    }

    #header-menu &gt; ul::after {
        display: block;
        clear: left;
        content: "";
    }

    .header-menu-item {
        float: left;
    }

    #header-menu-support-item {
        margin-left: 26px !important;
    }

    #header-menu-newsletter-item {
        margin-left: 20px !important;
    }

    .header-submenu-parent {
        position: relative;
    }

    .header-submenu {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 1;
        padding: 14px 16px 42px;
    }

    #header-tudastar-submenu {
        left: -236px;
        height: 302px;
    }

    #header-tudastar-submenu ul {
        width: 660px;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #header-esemenynaptar-submenu {
        left: -16px;
        height: 208px;
    }

    .header-submenu-parent:hover .header-submenu {
        display: block !important;
    }

    .header-submenu::before {
        z-index: -1;
        position: fixed;
        top: 81px;
        left: 0;
        width: 100vw;
        height: inherit;
        background: inherit;
        content: "";
    }

    #header-top.stuck .header-submenu::before {
        top: 50px;
    }

    .header-submenu li:last-child {
        display: none;
    }

    #header-tudastar-submenu li {
        width: 220px;
    }

    .header-submenu a {
        white-space: nowrap;
    }

    #header-search {
        position: absolute;
        top: 31px;
        right: 0;
    }

    #header-top.stuck #header-search {
        top: 10px
    }

    #header-collapsible-toggle {
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1339px) {
    .header-menu-item + .header-menu-item {
        margin-left: 30px;
    }
}

@media screen and (min-width: 1340px) {

    .header-menu-item + .header-menu-item {
        margin-left: 50px;
    }
}

#header-bottom {
    text-align: center;
}

#header-bottom-home {
    position: relative;
}

#header-bottom-home #header-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#header-slider img {
    display: block;
    width: 100%;
    height: auto;
}

#header-slogan {
    margin-right: auto;
    margin-left: auto;
    font-weight: 900;
}

#header-link a {
    display: inline-block;
    background: #68ad44;
    color: inherit;
    text-transform: uppercase;
}

#header-title {
    margin: 0;
    font-weight: 900;
}

.palyazatok #header-title {
    color: #ffce03;
}

.allasok #header-title {
    color: #3a843f;
}

.tudastar #header-title {
    color: #315c9b;
}

.esemenynaptar #header-title {
    color: #814e9e;
}

.esemenynaptar #header.palyazatok #header-title {
    color: #ffce03;
}

.esemenynaptar #header.tudastar #header-title {
    color: #315c9b;
}

.hirek #header-title {
    color: #f6921e;
}

.podcastek #header-title {
    color: #27548d;
}

#header-lead,
#header-lead-extra{
    margin-top: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}

#header-lead::after,
#header-lead-extra::after {
    display: block;
    clear: both;
    content: "";
}

#header-lead p,
#header-lead-extra p {
    margin-top: 20px;
}

#header-lead p:first-child,
#header-lead-extra p:first-child {
    margin-top: 0;
}

#header-lead a,
#header-lead-extra a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #header-link {
        margin-top: 11px;
    }
}

@media screen and (max-width: 567px) {
    #header-slogan {
        width: 278px;
        background: rgba(255, 255, 255, 0.5);
        padding: 4px;
    }
}

@media screen and (min-width: 568px) and (max-width: 639px) {
    #header-slogan {
        width: 270px;
    }
}

@media screen and (max-width: 639px) {
    #header-slogan {
        line-height: 24px;
    }

    #header-slogan-top {
        font-size: 20px;
    }

    #header-slogan-bottom {
        font-size: 18px;
    }

    #header-link a {
        border-radius: 11px;
        padding: 4px 22px;
        line-height: 18px;
        font-size: 14px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    #header-link a {
        border-radius: 20px;
        padding: 6px 22px;
        font-size: 16px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    #header-slogan {
        width: 300px;
        line-height: 29px;
    }

    #header-slogan-top {
        font-size: 27px;
    }

    #header-slogan-bottom {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    #header-bottom {
        padding-top: 112px;
        padding-bottom: 53px;
    }

    #header-bottom-home #header-bottom {
        padding-top: 5%;
        padding-bottom: 0;
    }

    #header-title {
        line-height: 42px;
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) {
    #header-bottom {
        padding-top: 113px;
        padding-bottom: 75px;
    }

    #header-bottom-home #header-bottom {
        padding-bottom: 0;
    }

    #header-link {
        margin-top: 30px;
    }

    #header-link a {
        border-radius: 24px;
        padding: 10px 32px;
    }

    #header-title {
        line-height: 56px;
        font-size: 54px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #header-bottom-home #header-bottom {
        padding-top: 48px;
    }
}

@media screen and (min-width: 1024px) {
    #header-slogan {
        width: 500px;
        line-height: 39px;
    }

    #header-slogan-top {
        font-size: 36px;
    }

    #header-slogan-bottom {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1339px) {
    #header-bottom-home #header-bottom {
        padding-top: 90px;
    }
}

@media screen and (max-width: 1339px) {
    #header-bottom-home {
        margin-right: -25px;
        margin-left: -25px;
    }
}

@media screen and (min-width: 1340px) {
    #header-bottom-home #header-bottom {
        padding-top: 120px;
    }
}

.header-meta-label {
    font-weight: 700;
}

.tudastar #header-meta {
    background: #315c9b;;
    color: var(--color-tudastar);
}

@media screen and (max-width: 767px) {
    #header-meta {
        padding-top: 20px;
        padding-bottom: 23px;
        text-align: center;
    }

    .header-meta-item + .header-meta-item {
        margin-top: 4px;
    }
}

@media screen and (min-width: 768px) {
    #header-meta {
        padding-top: 12px;
        padding-bottom: 13px;
    }

    #header-meta-container {
        margin-right: -16px;
        margin-left: -16px;
        display: flex;
    }

    .header-meta-item {
        margin-right: 16px;
        margin-left: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1339px) {
    #header-meta-container {
        justify-content: center;
    }
}

@media screen and (max-width: 1339px) {
    #header-meta-container {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 1340px) {
    #header-meta-container {
        padding-left: 220px;
    }
}

#breadcrumbs {
    margin-top: 24px;
}

#breadcrumbs-container {
    display: flex;
    justify-content: center;
}

#breadcrumbs-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs-items::after {
    display: block;
    clear: left;
    content: "";
}

.breadcrumbs-item {
    float: left;
    text-transform: lowercase;
    line-height: 21px;
    font-size: 14px;
}

.breadcrumbs-item + .breadcrumbs-item {
    position: relative;
    margin-left: 45px;
}

.breadcrumbs-item + .breadcrumbs-item::before {
    position: absolute;
    top: 8px;
    left: -27px;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
    transform: rotate(45deg);
}

.breadcrumbs-link {
    color: inherit;
}

.breadcrumbs-link:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1340px) {
    #breadcrumbs.narrow #breadcrumbs-container {
        padding-left: 220px;
        padding-right: 330px;
    }
}

#footer {
    margin-top: 100px;
}

#footer h1 {
    margin: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 900;
}

@media screen and (max-width: 479px) {
    #footer h1 {
        font-size: 24px;
    }
}

@media screen and (min-width: 480px) {
    #footer h1 {
        font-size: 28px;
    }
}

#footer-top {
    background: #68ad44;
    line-height: 24px;
    font-size: 14px;
}

#footer-top-container {
    position: relative;
}

#back-to-top-link {
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    background: url("/asset/site/img/up-icon.png");
}

#footer-facebook-link {
    position: absolute;
    width: 40px;
    height: 39px;
    background: url("/asset/site/img/facebook-icon.png");
}

#footer-youtube-link {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/asset/site/img/youtube-icon.png");
}

#footer-linkedin-link {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/asset/site/img/linkedin-icon.png");
}

#footer-spotify-link {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/asset/site/img/spotify-icon.png");
}

@media screen and (max-width: 767px) {
    #footer-top-container {
        padding-top: 73px;
        padding-bottom: 53px;
    }

    #footer-facebook-link {
        top: 40px;
    }

    #footer-youtube-link {
        top: 100px;
    }

    #footer-linkedin-link {
        top: 160px;
    }

    #footer-spotify-link {
        top: 220px;
    }
}

@media screen and (min-width: 768px) {
    #footer-top-container {
        padding-top: 53px;
        padding-bottom: 49px;
    }

    #footer-facebook-link {
        top: 60px;
    }

    #footer-youtube-link {
        top: 120px;
    }

    #footer-linkedin-link {
        top: 180px;
    }

    #footer-spotify-link {
        top: 240px;
    }
}

@media screen and (max-width: 1199px) {
    #back-to-top-link,
    .footer-social-link {
        right: 0;
    }
}

@media screen and (min-width: 1200px) {
    #back-to-top-link,
    .footer-social-link {
        right: 40px;
    }
}

#footer-top-upper::after {
    display: block;
    clear: left;
    content: "";
}

#footer-top-upper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-top-upper a {
    color: inherit;
}

#footer-links1 {
    float: left;
}

#footer-contact {
    float: left;
    margin-left: 113px;
}

#footer-advertisement {
    float: left;
    margin-left: 60px;
}

#footer-advertisement li:last-child {
    margin-top: 7px;
}

#footer-advertisement li:last-child a {
    display: inline-block;
    line-height: 22px;
    border-radius: 13px;
    border: 2px solid;
    padding-right: 13px;
    padding-left: 13px;
}

#footer-links2 {
    float: left;
    margin-left: 55px;
    font-weight: 400;
}

#footer-niok-logo img {
    display: block;
}

#footer-niok-text {
    font-weight: 400;
}

@media screen and (max-width: 479px) {
    #footer-contact {
        display: none;
    }

    #footer-links2 {
        margin-left: 0;
    }
}

@media screen and (min-width: 480px) {
    #footer-links2 li:first-child {
        visibility: hidden;
    }
}

@media screen and (max-width: 767px) {
    #footer-niok {
        margin-top: 53px;
    }
}

@media screen and (min-width: 768px) {
    #footer-niok {
        margin-top: 71px;
    }
}

@media screen and (max-width: 799px) {
    #footer-advertisement {
        display: none;
    }
}

@media screen and (min-width: 800px) {
    #footer-links2 li:last-child {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    #footer-links1 {
        display: none;
    }

    #footer-contact {
        margin-left: 0;
    }

    #footer-niok-text {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1024px) {
    #footer-niok::after {
        display: block;
        clear: left;
        content: "";
    }

    #footer-niok-logo {
        float: left;
    }

    #footer-niok-text {
        float: left;
        margin-top: 16px;
        margin-left: 70px;
    }
}

.footer-service-image img {
    display: block;
    width: 140px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 479px) {
    #footer-services {
        padding-top: 53px;
        padding-bottom: 55px;
    }

    #footer-services-body {
        margin-top: 32px;
    }

    .footer-service + .footer-service {
        margin-top: 30px;
    }
}

@media screen and (min-width: 480px) {
    #footer-services {
        margin-right: auto;
        margin-left: auto;
        padding-top: 73px;
        padding-bottom: 75px;
    }

    #footer-services-body {
        margin-top: 54px;
        display: flex;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #footer-services {
        width: 430px;
    }

    .footer-service {
        width: 50%;
    }

    .footer-service:nth-child(n + 3) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1339px) {
    #footer-services {
        width: 695px;
    }

    .footer-service {
        width: 33.3333%;
    }

    .footer-service:nth-child(n + 4) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1339px) {
    #footer-services-body {
        flex-wrap: wrap;
    }

    .footer-service {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (min-width: 1340px) {
    #footer-services-body {
        justify-content: space-between;
    }
}

#footer-programs {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-program {
    padding: 15px;
}

.footer-program-link {
    display: block;
}

.footer-program-image {
    display: block;
    width: auto;
    height: 40px;
}

#footer-bottom {
    background: var(--color-home);
}

#footer-supporters-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#footer-supporters-body a,
#footer-supporters-body &gt; img {
    display: block;
    margin-right: 16px;
    margin-bottom: 32px;
    margin-left: 16px;
}

@media screen and (max-width: 479px) {
    #footer-supporters {
        padding-top: 33px;
        padding-bottom: 35px;
    }

    #footer-supporters-body {
        margin-top: 32px;
    }
}

@media screen and (min-width: 480px) {
    #footer-supporters {
        padding-top: 73px;
        padding-bottom: 75px;
    }

    #footer-supporters-body {
        margin-top: 54px;
    }
}

.article-filter-dropdown {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    background: var(--color-text);
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 18px
}

.article-filter-dropdown-current {
    display: block;
    overflow-x: hidden;
    padding-right: 10p;
    padding-left: 10px;
    text-align: center;
}

.article-filter-dropdown-list {
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: calc(100% + 1px);
    min-width: 100%;
    cursor: default;
    background: var(--color-text);
    padding: 11px 18px;
    list-style: none;
}

.article-filter-dropdown.open .article-filter-dropdown-list {
    display: block;
}

.article-filter-dropdown-item + .article-filter-dropdown-item {
    margin-top: 11px;
}

.article-filter-dropdown-link {
    color: inherit;
}

.month-pager {
    border-radius: 20px;
    background: var(--color-text);
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 18px;
}

.month-pager::after {
    display: block;
    clear: left;
    content: "";
}

.month-pager.disabled {
    position: relative;
    opacity: 0.2;
}

.month-pager.disabled::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: not-allowed;
    content: "";
}

.month-pager a {
    color: inherit;
}

.month-pager-previous,
.month-pager-current,
.month-pager-next {
    float: left;
}

.month-pager-current {
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
}

.month-pager-previous,
.month-pager-next {
    position: relative;
    width: 40px;
    height: 40px;
}

.month-pager-previous::after,
.month-pager-next::after {
    position: absolute;
    top: 14px;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    content: "";
}

.month-pager-previous::after {
    left: 16px;
    border-left: 2px solid;
    transform: rotate(-45deg);
}

.month-pager-next::after {
    right: 16px;
    border-right: 2px solid;
    transform: rotate(45deg);
}

.category-selector a {
    display: block;
    border-radius: 20px;
    border: 2px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    color: inherit;
    text-transform: uppercase;
    line-height: 22px;
}

.home .category-selector a:hover,
.home .category-selector a.active {
    background: transparent;
}

.home .category-selector .palyazatok {
    border-color: var(--color-palyazatok);
    background: var(--color-palyazatok);
}

.home .category-selector .palyazatok:hover,
.home .category-selector .palyazatok.active {
    color: var(--color-palyazatok);
}

.home .category-selector .allasok {
    border-color: var(--color-allasok);
    background: var(--color-allasok);
}

.home .category-selector .allasok:hover,
.home .category-selector .allasok.active {
    color: var(--color-allasok);
}

.home .category-selector .tudastar {
    border-color: var(--color-tudastar);
    background: var(--color-tudastar);
}

.home .category-selector .tudastar:hover,
.home .category-selector .tudastar.active {
    color: var(--color-tudastar);
}

.home .category-selector .esemenyek {
    border-color: var(--color-esemenynaptar);
    background: var(--color-esemenynaptar);
}

.home .category-selector .esemenyek:hover,
.home .category-selector .esemenyek.active {
    color: var(--color-esemenynaptar);
}

.home .category-selector .kepzesek {
    border-color: var(--color-kepzesek);
    background: var(--color-kepzesek);
}

.home .category-selector .kepzesek:hover,
.home .category-selector .kepzesek.active {
    color: var(--color-kepzesek);
}

.home .category-selector .hirek {
    border-color: var(--color-hirek);
    background: var(--color-hirek);
}

.home .category-selector .hirek:hover,
.home .category-selector .hirek.active {
    color: var(--color-hirek);
}

.home .category-selector .podcastek {
    border-color: var(--color-podcastek);
    background: var(--color-podcastek);
}

.home .category-selector .podcastek:hover,
.home .category-selector .podcastek.active {
    color: var(--color-podcastek);
}

.home .category-selector .szolgaltatasok {
    border-color: var(--color-szolgaltatasok);
    background: var(--color-szolgaltatasok);
}

.home .category-selector .szolgaltatasok:hover,
.home .category-selector .szolgaltatasok.active {
    color: var(--color-szolgaltatasok);
}

.tudastar .category-selector a:hover,
.tudastar .category-selector a.active {
    border-color: var(--color-tudastar);
    background: var(--color-tudastar);
}

.esemenynaptar .category-selector a:hover,
.esemenynaptar .category-selector a.active {
    border-color: var(--color-esemenynaptar);
    background: var(--color-esemenynaptar);
}

.esemenynaptar .category-selector a.palyazatok:hover,
.esemenynaptar .category-selector a.palyazatok.active {
    border-color: var(--color-palyazatok);
    background: var(--color-palyazatok);
}

.esemenynaptar .category-selector a.tudastar:hover,
.esemenynaptar .category-selector a.tudastar.active {
    border-color: var(--color-tudastar);
    background: var(--color-tudastar);
}

.podcastek .category-selector a:hover,
.podcastek .category-selector a.active {
    border-color: var(--color-podcastek);
    background: var(--color-podcastek);
}

.szolgaltatasok .category-selector a:hover,
.szolgaltatasok .category-selector a.active {
    border-color: var(--color-szolgaltatasok);
    background: var(--color-szolgaltatasok);
}

.article-filter .spinner-container {
    clear: left;
    padding-top: 80px;
}

@media screen and (max-width: 639px) {
    .tudastar .category-selector a {
        margin-top: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    .podcastek .category-selector-container a,
    .szolgaltatasok .category-selector-container a {
        text-align: center;
    }

    .podcastek .category-selector-container a + a,
    .szolgaltatasok .category-selector-container a + a {
        margin-top: 14px;
    }
}

@media screen and (min-width: 640px) {
    .podcastek .category-selector-container,
    .szolgaltatasok .category-selector-container {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }

    .podcastek .category-selector-container a,
    .szolgaltatasok .category-selector-container a {
        margin: 10px;
    }

    .tudastar .category-selector-container {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .article-filter {
        margin-top: 40px;
    }

    .esemenynaptar .category-selector a {
        margin-top: 14px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .article-filter {
        margin-top: 80px;
    }

    .esemenynaptar .category-selector-container {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 879px) {
    .home .category-selector a {
        text-align: center;
    }

    .home .category-selector a + a {
        margin-top: 14px;
    }
}

@media screen and (min-width: 880px) {
    .home .category-selector-container {
        display: flex;
    }
}

@media screen and (min-width: 880px) and (max-width: 1199px) {
    .home .category-selector-container {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1023px) {
    .tudastar .month-pager + .category-selector {
        margin-top: 28px;
    }

    .category-selector a {
        padding-right: 16px;
        padding-left: 16px;
    }

    .tudastar .month-pager-current {
        width: calc(100% - 80px);
    }

    .podcastek .article-filter-dropdown + .category-selector,
    .szolgaltatasok .article-filter-dropdown + .category-selector {
        margin-top: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .tudastar .article-filter::after {
        display: block;
        clear: left;
        content: "";
    }

    .tudastar .month-pager {
        float: left;
    }

    .tudastar .month-pager-current {
        width: 180px;
    }

    .tudastar .month-pager + .category-selector {
        float: left;
    }

    .category-selector a {
        padding-right: 30px;
        padding-left: 30px;
    }

    .home .category-selector a {
        padding-right: 16px;
        padding-left: 16px;
    }

    .tudastar .category-selector {
        width: 560px;
    }

    .podcastek .article-filter,
    .szolgaltatasok .article-filter {
        display: flex;
        align-items: flex-start;
    }

    .podcastek .category-selector,
    .szolgaltatasok .category-selector {
        margin-left: 60px;
    }

    .article-filter-dropdown {
        flex: 0 0 330px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .tudastar .article-filter .category-selector {
        margin-left: 42px;
    }
}

@media screen and (max-width: 1199px) {
    .esemenynaptar .month-pager-current {
        width: calc(100% - 80px);
    }

    .esemenynaptar .month-pager + .category-selector {
        margin-top: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .tudastar .article-filter .category-selector {
        margin-left: 60px;
    }

    .esemenynaptar .article-filter::after {
        display: block;
        clear: left;
        content: "";
    }

    .esemenynaptar .month-pager {
        float: left;
    }

    .esemenynaptar .month-pager-current {
        width: 180px;
    }

    .esemenynaptar .month-pager + .category-selector {
        float: left;
        margin-left: 69px;
    }

    .home .category-selector-container {
        justify-content: center;
    }

    .home .category-selector a {
        margin-right: 10px;
        margin-left: 10px;
    }

    .esemenynaptar .category-selector-container {
        margin-right: -10px;
        margin-left: -10px;
    }

    .esemenynaptar .category-selector-container a {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.home #most-read-outer-container {
    background: var(--color-home);
}

#most-read {
    text-align: center;
}

#most-read-heading {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

#most-read-body .article-title-image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto;
}

#most-read-slider .glide__bullets {
    display: flex;
    justify-content: center;
}

#most-read-slider .glide__bullet {
    margin-right: 8px;
    margin-left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 0 none;
    background: var(--color-home);
    padding: 0;
}

.home #most-read-slider .glide__bullet {
    background: #fff;
}

#most-read-slider .glide__bullet.glide__bullet--active {
    background: var(--color-text);
}

@media screen and (max-width: 767px) {
    #most-read-outer-container {
        padding-top: 51px;
        padding-bottom: 60px;
    }

    #most-read-heading {
        font-size: 16px;
    }

    #most-read-body {
        margin-top: 21px;
    }

    #most-read-body h1 {
        margin-top: 13px;
        margin-bottom: 0;
        line-height: 24px;
        font-size: 20px;
    }

    #most-read-body .article-title-image img {
        max-width: 100%;
    }

    #most-read-slider .glide__bullets {
        margin-top: 25px;
    }
}

@media screen and (min-width: 768px) {
    #most-read-outer-container {
        padding-top: 76px;
        padding-bottom: 80px;
    }

    #most-read-heading {
        font-size: 18px;
    }

    #most-read-body {
        margin-top: 32px;
    }

    #most-read-body h1 {
        margin-top: 21px;
        margin-bottom: 0;
        line-height: 32px;
        font-size: 28px;
    }

    #most-read-body .article-title-image img {
        max-width: 600px;
    }

    #most-read-slider .glide__bullets {
        margin-top: 26px;
    }
}

@media screen and (max-width: 1023px) {
    #most-read-body .article-title-image + .article-category {
        position: relative;
        top: -12px;
    }
}

@media screen and (min-width: 1024px) {
    #most-read-body .article-title-image + .article-category {
        position: relative;
        top: -13px;
    }
}

@media screen and (max-width: 1339px) {
    #most-read-banner {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    .home #most-read-inner-container::after {
        display: block;
        clear: left;
        content: "";
    }

    .home #most-read {
        float: left;
        width: 960px;
    }

    #most-read-banner {
        float: left;
        margin-top: 60px;
        margin-left: 30px;
        width: 300px;
        overflow-x: hidden;
    }
}

#recommended-articles {
    background: var(--color-home);
}

#recommended-articles-heading {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    #recommended-articles {
        padding-top: 51px;
        padding-bottom: 60px;
    }

    #recommended-articles-heading {
        font-size: 16px;
    }

    #recommended-articles-body {
        margin-top: 21px;
    }
}

@media screen and (min-width: 768px) {
    #recommended-articles {
        padding-top: 76px;
        padding-bottom: 80px;
    }

    #recommended-articles-heading {
        font-size: 18px;
    }

    #recommended-articles-body {
        margin-top: 32px;
    }
}

@media screen and (max-width: 1339px) {
    #recommended-articles-banner {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    #recommended-articles-body-container::after {
        display: block;
        clear: left;
        content: "";
    }

    #recommended-articles-body {
        float: left;
        width: 960px;
    }

    #recommended-articles-banner {
        float: left;
        margin-top: 19px;
        margin-left: 30px;
        width: 300px;
        overflow-x: hidden;
    }
}

#article-archive-aside {
    margin-bottom: 94px;
}

#single-article-aside-bottom {
    margin-top: 100px;
}

#single-article-aside-bottom h1,
#article-archive-aside-bottom h1 {
    margin: 0;
    font-weight: 900;
    line-height: 32px;
}

#single-article-aside #newsletter-signup {
    padding-top: 32px;
    padding-bottom: 32px;
}

.cta-sign-up {
    position: relative;
    background-color: #e9eef2;
    background-image: url("../img/actions/iratkozz-fel.png?v=2");
    background-repeat: no-repeat;
}

.cta-sign-up-heading {
    color: #68ad44;
    font-weight: 900;
}

.cta-sign-up-body {
    font-size: 17px;
}

.cta-sign-up-link {
    position: absolute;
    bottom: 0;
    background: #68ad44;
    color: #fff !important;
    text-transform: uppercase;
    transform: translateY(50%);
}

#tags-body {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-bottom: -10px;
    margin-left: -5px;
}

#tags-body a {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-radius: 13px;
    border: 2px solid var(--color-text);
    padding-right: 16px;
    padding-left: 16px;
    color: var(--color-text);
    text-transform: uppercase;
    line-height: 22px;
    font-size: 14px;
}

#tags-body a:last-of-type {
    background: var(--color-home);
}

#tags-body a:hover {
    background: var(--color-text);
    color: #fff;
}

@media screen and (max-width: 767px) {
    #single-article-aside,
    #article-archive-aside {
        margin-top: 60px;
    }

    #single-article-aside-bottom h1,
    #article-archive-aside-bottom h1 {
        text-align: center;
        font-size: 24px;
    }

    #newsletter-signup {
        margin-top: 53px;
    }

    .cta-sign-up {
        min-height: 186px;
        background-position: bottom -73px right;
        padding: 20px 142px 43px 21px;
    }

    .cta-sign-up-heading {
        line-height: 40px;
        font-size: 32px;
    }

    .cta-sign-up-body {
        margin-top: 8px;
        line-height: 24px;
    }

    .cta-sign-up-link {
        left: 30px;
        border-radius: 20px;
        padding: 8px 23px;
    }

    #tags {
        margin-top: 53px;
    }

    #tags-body {
        margin-top: 14px;
    }

    #tags-body {
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    #single-article-aside,
    #article-archive-aside {
        margin-top: 60px;
    }

    #article-archive-aside-bottom {
        margin-top: 94px;
    }

    #article-archive-aside-bottom-container::after {
        display: block;
        clear: left;
        content: "";
    }

    #single-article-aside-bottom h1,
    #article-archive-aside-bottom h1 {
        font-size: 28px;
    }

    #article-archive-aside #newsletter-signup {
        float: left;
        width: 50%;
    }

    #single-article-aside #newsletter-signup {
        margin-right: auto;
        margin-left: auto;
        max-width: 630px;
    }

    .cta-sign-up {
        background-position: center right 33px;
        padding: 33px 142px 53px 51px;
    }

    .cta-sign-up-heading {
        line-height: 48px;
        font-size: 40px;
    }

    .cta-sign-up-body {
        margin-top: 9px;
        line-height: 20px;
    }

    .cta-sign-up-link {
        left: 41px;
        border-radius: 24px;
        padding: 10px 32px;
    }

    #tags {
        float: left;
        margin-left: 60px;
        width: calc(50% - 60px);
    }

    #tags-body {
        margin-top: 24px;
        justify-content: left;
    }
}

.outdated-article-warning {
    margin-bottom: 28px;
    border: 1px solid #f51231;
    padding: 1em 2em;
}

.expired-article-warning {
    margin-bottom: 28px;
    background: var(--color-home);
    padding: 1em 2em;
}

.tudastar-alkategoria main section:nth-of-type(2n) {
    background: var(--color-home);
}

.tudastar-alkategoria main .section-heading,
.tudastar-related-content .section-heading {
    margin: 0;
    color: var(--color-tudastar);
    text-align: center;
    line-height: 42px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .tudastar-alkategoria main section,
    .tudastar-related-content section {
        padding-top: 49px;
        padding-bottom: 52px;
    }

    .tudastar-alkategoria main .section-heading,
    .tudastar-related-content .section-heading {
        font-size: 32px;
    }

    .tudastar-alkategoria .article-list,
    .tudastar-related-content .article-list {
        margin-top: 46px;
    }
}

@media screen and (min-width: 768px) {
    .tudastar-alkategoria main section,
    .tudastar-related-content section {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .tudastar-alkategoria main .section-heading,
    .tudastar-related-content .section-heading {
        font-size: 34px;
    }

    .tudastar-alkategoria .article-list,
    .tudastar-related-content .article-list {
        margin-top: 64px;
    }
}

.tudastar-related-content-primary {
    margin-top: 83px;
}

.tudastar-related-content-primary section {
    padding: 0;
}

.tudastar-related-content-primary .section-heading {
    color: inherit;
}

.tudastar-related-content-primary .section-body {
    margin-top: 20px;
}

.tudastar-related-content-primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tudastar-related-content-primary a {
    color: inherit;
}

.tudastar-related-content-primary a:hover {
    color: var(--color-tudastar);
}

#tudastar-gyik a {
    font-weight: 700;
}

#tudastar-gyik li {
    position: relative;
    padding-left: 18px;
}

#tudastar-gyik li + li {
    margin-top: 20px;
}

#tudastar-gyik li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
    transform: rotate(45deg);
}

#tudastar-utmutatok li + li {
    margin-top: 10px;
}

#tudastar-utmutatok a {
    text-decoration: underline;
}

@media screen and (max-width: 1339px) {
    .tudastar-related-content-primary section + section {
        margin-top: 41px;
    }
}

@media screen and (min-width: 1340px) {
    .tudastar-related-content-primary {
        padding-left: 220px;
        padding-right: 330px;
    }

    .tudastar-related-content-primary section + section {
        margin-top: 82px;
    }
}

#tudastar-alkategoria-selector {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 318px;
    border-radius: 20px;
    background: #315c9b;
    color: var(--color-tudastar);
    text-transform: uppercase;
    line-height: 22px;
}

#tudastar-alkategoria-selector-toggle {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    padding: 9px 39px 9px 18px;
}

#tudastar-alkategoria-selector-toggle::after {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    content: "";
    transform: rotate(45deg);
}

#tudastar-alkategoria-selector-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    width: 100%;
    border-radius: 20px;
    background: #315c9b;
    padding: 0;
    list-style: none;
}

#tudastar-alkategoria-selector-dropdown::after {
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    content: "";
    transform: rotate(45deg);
}

#tudastar-alkategoria-selector-dropdown li + li {
    margin-top: 16px;
}

#tudastar-alkategoria-selector-dropdown a {
    color: var(--color-tudastar);
}

@media screen and (max-width: 767px) {
    #tudastar-alkategoria-selector {
        font-size: 16px;
    }

    #tudastar-alkategoria-selector-dropdown {
        padding: 14px 14px 62px;
    }

    #tudastar-alkategoria-selector-dropdown::after {
        bottom: 31px;
    }

    #tudastar-alkategoria-selector + #header-title {
        margin-top: 33px;
    }
}

@media screen and (min-width: 768px) {
    #tudastar-alkategoria-selector {
        font-size: 18px;
    }

    #tudastar-alkategoria-selector-dropdown {
        padding: 10px 10px 53px;
    }

    #tudastar-alkategoria-selector-dropdown::after {
        bottom: 24px;
    }

    #tudastar-alkategoria-selector + #header-title {
        margin-top: 41px;
    }
}

#bottom-banner {
    margin-top: 83px;
    margin-bottom: 60px;
    text-align: center;
}

#bottom-banner-center {
    display: inline-block;
}

.related-banner {
    margin-top: 40px;
}

.content-dropdown {
    position: relative;
    height: 600px;
    overflow-y: hidden;
    transition: height 0.6s ease-in-out;
}

.content-dropdown::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    content: "";
}

.content-dropdown.open::after {
    display: none;
}

.content-dropdown-container {
    padding-bottom: 60px;
}

.content-dropdown-toggle {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 20px;
    border: 0 none;
}

.content-dropdown-toggle::after {
    position: absolute;
    top: 9px;
    left: 12px;
    width: 16px;
    height: 16px;
    border-left: 2px solid var(--color-text);
    border-bottom: 2px solid var(--color-text);
    content: "";
    transform: rotate(-45deg);
}

.content-dropdown.open .content-dropdown-toggle::after {
    top: 15px;
    transform: rotate(135deg);
}

.tudastar .content-dropdown-toggle {
    background: var(--color-tudastar);
}

.embedded-article {
    background: var(--color-home);
}

.embedded-article-title-image a {
    display: block;
}

.embedded-article-title-image img {
    display: block;
    width: 100%;
    height: auto;
}

.embedded-article-heading {
    margin: 0;
}

.embedded-article-heading a {
    text-decoration: none !important;
}

.embedded-article-body {
    margin-top: 11px;
}

@media screen and (max-width: 767px) {
    .embedded-article {
        margin: 24px calc(50% - 50vw);
        padding: 28px 25px 32px;
    }

    .embedded-article-title-image + .embedded-article-text {
        margin-top: 28px;
    }
}

@media screen and (min-width: 768px) {
    .embedded-article {
        margin-top: 28px;
        margin-bottom: 28px;
        padding: 19px 30px 28px;
        max-width: 630px;
        line-height: 22px;
    }

    .embedded-article-title-image + .embedded-article-text {
        margin-top: 19px;
    }

    .embedded-article-heading {
        font-size: 18px;
    }

    .embedded-article-body {
        font-size: 16px;
    }
}

#tag-list-container {
    display: flex;
    flex-wrap: wrap;
}

#tag-list-container a {
    border: 2px solid var(--color-text);
    color: var(--color-text);
    text-transform: uppercase;
}

#tag-list-container a:hover {
    background: var(--color-text);
    color: #fff;
}

@media screen and (max-width: 479px) {
    #tag-list-container {
        margin-right: -5px;
        margin-bottom: -10px;
        margin-left: -5px;
    }

    #tag-list-container a {
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
        border-radius: 13px;
        padding-right: 16px;
        padding-left: 16px;
        line-height: 22px;
        font-size: 14px;
    }
}

@media screen and (min-width: 480px) {
    #tag-list-container {
        margin-right: -8px;
        margin-bottom: -12px;
        margin-left: -8px;
    }

    #tag-list-container a {
        margin-right: 8px;
        margin-bottom: 12px;
        margin-left: 8px;
        border-radius: 16px;
        padding: 2px 16px;
        line-height: 24px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    #tag-list {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1024px) {
    #tag-list {
        margin-top: 80px;
    }
}

#google-search {
    margin-bottom: 47px;
}

#google-search-info {
    line-height: 18.5px;
    font-size: 14px;
}

#google-search-bottom {
    margin-top: 7px;
}

.gsc-control-cse {
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    #google-search-bottom::after {
        display: block;
        clear: both;
        content: "";
    }

    #google-search-form {
        float: left;
    }

    #google-search-info {
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #google-search-form {
        width: 40%;
    }

    #google-search-info {
        width: calc(60% - 20px);
    }
}

@media screen and (min-width: 1024px) {
    #google-search-form {
        width: 400px;
    }

    #google-search-info {
        width: calc(100% - 456px);
    }
}

.article-add-to-calendar {
    margin-top: 21px;
    display: flex;
    justify-content: center;
}

.add-to-calendar::part(atcb-button-wrapper) {
    padding: 0;
}

.add-to-calendar::part(atcb-button) {
    margin: 0;
    box-shadow: none;
    border: 0 none;
    background-color: #2d325e;
    padding: 2px 12px;
    color: #fff;
}

.add-to-calendar::part(atcb-buutton):hover {
    box-shadow: none;
    background-color: #2d325e;
    color: #fff;
}

.add-to-calendar::part(atcb-button-text) {
    text-transform: uppercase;
    line-height: 22px;
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
}

.add-to-calendar::part(atcb-list-item) {
    font-family: "Red Hat Display", sans-serif;
}

@media screen and (min-width: 1340px) {
    .add-to-calendar::part(atcb-button) {
        width: 168px;
    }
}

.podcast-meta,
.szolgaltatas-meta {
    border-radius: 12px;
    border: 2px solid;
    text-align: center;
}

.podcast-meta-label,
.szolgaltatas-meta-label {
    text-transform: uppercase;
}

.podcast-meta-value,
.szolgaltatas-meta-value {
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .podcast-meta,
    .szolgaltatas-meta {
        padding: 13px;
        line-height: 24px;
        font-size: 20px;
    }

    .podcast-meta-item:not(:first-child),
    .szolgaltatas-meta-item:not(:first-child) {
        margin-top: 24px;
    }
}

@media screen and (min-width: 768px) {
    .podcast-meta,
    .szolgaltatas-meta {
        padding: 27px 9px;
    }

    .podcast-meta-label,
    .szolgaltatas-meta-label {
        line-height: 22px;
        font-size: 18px;
    }

    .podcast-meta-item:not(:first-child),
    .szolgaltatas-meta-item:not(:first-child) {
        margin-top: 22px;
    }

    .podcast-meta-value {
        margin-top: 9px;
        line-height: 24px;
        font-size: 20px;
    }
}

@media screen and (max-width: 1339px) {
    .podcast-meta + .article-tags,
    .szolgaltatas-meta + .article-tags {
        margin-top: 24px;
    }
}

@media screen and (min-width: 1340px) {
    .podcast-meta + .article-tags,
    .szolgaltatas-meta + .article-tags {
        margin-top: 30px;
    }
}</pre></body></html>