html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 140%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Arial", sans-serif;
    /* font-weight: 300; */
}

:root {
    --font: "Titillium Web", sans-serif;
    --primary: #003879;
    --gray: lightgray;
    --primary-light: #0053b1;
    --secondary: #0088cc;
    --secondary-light: #3fa5d8;
    --magazin: #224a8d;
    --lelekmetszet: #0088cc;
    --szerzoink: #6b89c4;
    --hirek: #fff12d;
    --pszvalaszol: #fff12d;
    --lexikon: #fff12d;
    --opinion: #3b255e;
    --mentalis-egeszseg: #2466af;
    --fotema: #9e9175;
    --korvonal: #9e9175;
    --mipszicske: #42959c;
    --vegyes: #1e467d;
    --mindennapi-filozofia: #db812d;
    --onismeret: #7a9443;
    --parkapcsolat: #ce4073;
    --csalad: #cc2128;
    --konyv: #51b5c8;
    --video: #317e74;
    --rendezveny: #0389cf;
    --mipszi-aktual-mat: #9C27B0;
}

html,
body {
    font-display: optional;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif; */
    font-family: "Titillium Web", sans-serif;
    min-height: 100vh;
    color: #212529;
}

input,
select {
    font-size: 1em;
}

b {
    font-weight: 700;
}

p {
    line-height: 140%;
    /* margin-bottom: 1em; */
}

strong,
b {
    font-weight: 600;
}

a {
    color: #212529;
    text-decoration: none;
}

.container {
    z-index: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.topnav {
    z-index: 13242;
    background-color: var(--primary);
    color: #fff;
    position: sticky;
    top: 0;
}



.topnav--webshop {
    z-index: 100;
    background-color: #fff;
}

.topnav__cont {
    justify-content: space-between;
    display: flex;
}

.nav__logo {
    display: flex;
    align-items: center;
}

.nav__logo img {
    width: 180px;
}

.nav__logo__text {
    display: flex;
    margin-left: 0.5em;
    padding-left: 0.5em;
    flex-direction: column;
}

.topnav__menu {
    /* width: 100%; */
    font-weight: 400;
    display: flex;
    align-items: center;
}

.topnav__menu:nth-of-type(2) {
    margin-right: auto;
}

.topnav__menu__item .topnav__menu__item__link {
    text-transform: uppercase;
}

.topnav__menu__item:last-child .topnav__menu__item__link {
    border-right: 0;
}

.topnav__menu__item {
    position: relative;
}

.topnav__menu__item__badge {
    background-color: #fff;
    color: var(--primary);
    position: absolute;
    bottom: -0.3em;
    left: 32px;
    padding: 0.3em;
    border-radius: 50%;
    height: 1.65em;
    width: 1.65em;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;

}

.topnav__menu__item__link {
    margin: 1.5em 0;
    padding: 0 1.2em;
    display: block;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.topnav__menu__item.dropdown .topnav__menu__item__link {
    display:flex;
    align-items: center;
    white-space: nowrap;
}
.topnav__menu__item .dropdown-content .topnav__menu__item__link {
    margin: 0;
}

.topnav__menu__item .dropdown-content {
    background-color: #83b1ae;
}

.topnav__menu__item--online a.topnav__menu__item__link {
    color: #fff;
}

.topnav__menu__item--online {
    background-color: var(--secondary);
}

.dropdown-content .topnav__menu__item--online .topnav__menu__item__link:hover {
    background-color: var(--secondary-light);
}

/* .topnav__menu__item:last-child .topnav__menu__item__link {
    padding-right: 0;
} */

.topnav__menu:last-child .topnav__menu__item:last-child .topnav__menu__item__link {
    padding-right: 0;
}

.topnav__menu--webshop {
    background-color: var(--secondary);
}

.topnav__menu__item__img .topnav__menu__item__link {
    margin: 0;
    padding: 0 .5em;
}

.dropdown {
    position: relative;
}


.dropdown-content {
    display: none;
    background-color: #fff;
}

.topnav__menu .dropdown-content {
    position: absolute;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5455;
    font-size: 0.95em;
}

.dropdown-content .topnav__menu__item__link {
    padding: 0.75em;
    color: #000;
    /* border-bottom: 1px solid #000; */
}

.dropdown-content .topnav__menu__item__link:hover {
    background-color: #adccc7;
}

.topnav__cont .dropdown:hover>.dropdown-content {
    display: block;
}

.bg-primary {
    background-color: var(--primary);
}

.header {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 500px;
    display: flex;
    padding-bottom: 50px;
}

.btn-pszichologus-terkep {
    background-color: #0088cc;
}

a.btn {
    
    text-decoration: none !important;
}
.btn--outline {
    border: 2px solid var(--primary);
    color: var(--primary)!important;
    background-color: #fff!important;
}
.btn {
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: .375rem 0.75rem;
    text-transform: uppercase;
    font-size: 1em;
    background-color: var(--primary)!important;
    line-height: 1.4em;
    color: #fff!important;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.2s all;
}


.btn-label {
    text-transform: none;
    background-color: #fff;
    color: var(--primary);
    border: 1px solid var(--primary)
}

.btn-label:has(+input:checked) {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary)
}

.btn-label+input {
    display: none;
}

.btn-pszichologus-terkep {
    padding: 0.5em 0.75em;
    font-size: 1.5em;
}

.btn:hover {
    background-color: var(--primary-light) !important;
    color: #fff !important;
}

.btn--small {
    padding: 0.75em 1em;
    font-size: 0.9em;
}

.btn--secondary {
    background-color: var(--secondary)!important;
}

.btn--white {
    color: var(--primary) !important;
    background-color: #fff;
}

.btn--white:hover {
    color: var(--primary);
    background-color: #eee;
}

.section {
    padding: 3em 0;
}

.section--gray {
    background-color: var(--gray);
}

.section--secondary {
    background-color: var(--secondary);
    color: #fff;
}

.section__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0 0 1em 0;
}

.section__subtitle,
.section__content h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.section__text {
    color: #555;
    max-width: 600px;
    line-height: 1.5em;
}


/* .section .btn {
    margin-top: 2em;
} */

.section--center {
    text-align: center;
}

.section--center .section__text {
    text-align: center;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-5,
.col-md-7,
.col-md-8 {
    width: 100%;
}

.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.pr-0 {
    padding-right: 0em;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.pr-2 {
    padding-right: 2em;
}

.pl-2 {
    padding-left: 2em;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pt-0 {
    padding-top: 0;
}

.p-2 {
    padding: 2em;
}

.p-5 {
    padding: 5em;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1em;
}

.mt-3 {
    margin-top: 3em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mt-2 {
    margin-top: 2em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-05 {
    margin-bottom: 0.5em;
}

.mr-1 {
    margin-right: 1em;
}

.offset-3 {
    margin-left: 25%;
}

.offset-2 {
    margin-left: 16.666%;
}

.mt-0 {
    margin-top: 0em;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.m-4 {
    margin: 4em;
}

.section--contact .col-md-6 {
    border-right: 2px solid #fff;
}

.section--contact .col-md-6:last-child {
    border: 0;
}

footer {
    margin-top: auto !important;
    padding-top: 4em;
}

.footer-info {
    color: #666;
    text-align: center;
}

footer .topnav__menu__item .topnav__menu__item__link {
    border: 0;
    color: #666;
}

footer .topnav__cont {
    justify-content: center;
}

footer .nav__logo img {
    width: 120px;
}

.dropdown-content .dropdown-content {
    right: 100%;
    top: 0;
}

.no-link {
    color: inherit;
    text-decoration: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.form-group {
    margin-top: 1em;
}

.form-group label {
    margin-bottom: 0.5em;
    display: inline-block;
}

button {
    appearance: none;
    border: 0;
    font-family: var(--font);
}

select.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
textarea.form-control {
    appearance: none;
    border: 0;
    font-family: var(--font);
    background: #fff;
    border: 1px solid #666;
    border-radius: 0.5em;
    display: block;
    width: 100%;
    line-height: 1.5em;
    padding: 0.375em 0.75em;
    border-radius: 0.3em;
}

select.form-control--small,
input[type="text"].form-control--small,
input[type="password"].form-control--small,
textarea.form-control--small {
    padding: 0.75em 1em;
    font-size: 0.9em;
}

input[type="text"].form-control:focus,
input[type="password"].form-control:focus,
textarea.form-control:focus {
    border-color: var(--primary);
}

.slick-initialized .slick-slide {
    display: flex;
}

.w-100 {
    width: 100%;
    height:auto;
}

.table {
    width: 100%;
}

.text-danger {
    color: rgb(220, 53, 69)
}

.text-secondary {
    color: gray;
}

.text-center {
    text-align: center;
}

.cikk-header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 20px;
}

.topnav__menu--webshop .topnav__menu__item__link {
    padding-right: 0.5em;
}

.topnav__menu--webshop .topnav__menu__item:last-child .topnav__menu__item__link {
    padding-right: 1em;
}

.topnav__menu__item__cart .topnav__menu__item__link {
    padding-right: 1.5em;
}

.szponzor-csik {

    width: 400px;
    margin-left: 20px;
}

.section__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2em;
}

.section__content a,
.article-content a {
    word-wrap: break-word;
}

.section__content p,
.article-content p {
    word-wrap: break-word;
    margin-bottom: 0.5em;
    line-height: 1.25em;
}

.section__content ul {
    margin-left: 1em;
    list-style-type: disc;
    margin-bottom: 1em;
}

.section__content a {
    text-decoration: underline;
    color: var(--primary);
}

.section__content li {
    line-height: 140%;
}

.section__breadcrumb {
    color: var(--primary);
    margin: 2em 0;
}

.section__breadcrumb a {
    padding: 0.5em;
    background-color: #81bce8;
    color: #fff;
}

.article__item__outer {
    scroll-snap-align: start;

}

.article__item__image {
    display: block;
    height: 0;
    left: 0;
    padding-bottom: 120%;
    position: relative;
    top: 0;
    transition: border-radius .15s ease-out;
    width: 100%;
}

.article__item__image img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.article__item__text .article__item__text__more {
    display: none;
    font-size: .9rem;
    margin: 5px 0 0;
}

.article__item:hover .article__item__text__more {
    display: block;
}

.article__item__text__date {
    color: #fff;
    font-size: .85rem;
}

.article__item__text span {
    color: #fff;
    display: flex;
    font-size: 1.1rem;
    font-weight: 500;

    line-height: 1.3;
}

.article__item__text {
    align-items: flex-start;
    bottom: 20px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: var(--bold);
    left: 20px;
    line-height: 1.3;
    position: absolute;
    transition: var(--theme-text);
    width: calc(100% - 40px);
    z-index: 2;
}

.article__item__cont {
    border-radius: 6px;
    display: flex;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    border: none;
    box-sizing: content-box;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
}

.article__item:before {
    background: linear-gradient(180deg, transparent 30%, #000 120%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.article__item:hover:before {
    background: linear-gradient(180deg, transparent -30%, #000 120%);
}

.article__item {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 5px 0 0;
    position: relative;
    width: 80vw;
    z-index: 1;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

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

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .article__item {

        width: 280px;

    }

    .text-center-md {
        text-align: center;
    }

    .dropdown>.mobile-nav-holder>.topnav__menu__item__link::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .more-articles .mba:nth-child(even) .col-md-4 {
        order: 2;
    }

    .more-articles .mba:nth-child(even) .col-md-8 {
        order: 1;
        text-align: right;
    }

    .main-articles__quarter {
        font-size: 13px;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-8 {
        margin-left: 66%;
    }

    .mb-md-2 {
        margin-bottom: 2em;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .d-md-none {
        display: none;
    }

    .d-md-block {
        display: block;
    }

    .pr-md-3 {
        padding-right: 3em;
    }

    .mt-md-0 {
        margin-top: 0em;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    /* body {font-size:14px;} */
    .article__item__cont {
        /* display:block; */
        /* flex-wrap: wrap; */

    }

    .article__item {
        width: 320px;
        /* width:50%; */
        /* margin:0; */
    }

    .szponzor-csik,
    .sponzor-csik-lista {
        width: 100%;
        max-width: 400px;
        margin: 20px 0;
    }

    .szponzor-csik img,
    .szponzor-csik-lista img {
        max-width: 400px;
        width: 100%;
    }

    .footer-info {
        font-size: 0.9em;
    }

    .rendezveny-title,
    .konyv-title,
    .video-title {
        font-size: 1.2em !important;
    }

    .mba-text {
        /* margin-top: 1em; */
        /* margin-bottom: 2em; */
        
    }

    footer .topnav__menu__item {
        width: 100%;
    }

    footer .topnav__cont,
    footer .topnav__menu__item .mobile-nav-holder,
    footer .nav__logo {
        display: block;
        text-align: center;
        padding: 1em;
    }

    footer .topnav__menu__item__link {
        padding-right: 1em !important;
    }

    footer .topnav__menu__item__link {
        margin: 0;
    }

    .mbsz {
        font-size: 1.2em;
    }

    .mbsz-name-cont {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .mbsz-title {
        margin-bottom: 0.2em !important;
    }

    .btn-pszichologus-terkep h2 {
        font-size: 1em;
    }

    .main-articles {
        display: block !important;
        height: auto !important;
    }

    .main-articles__big,
    .main-articles__quarter {
        margin: 0 !important;
    }

    .main-articles__half,
    .main-articles__big,
    .main-articles__quarter {
        height: 0;
        padding-top: 69%;
        display: block;
        overflow: hidden;
        margin-bottom: 1em !important;
    }

    .main-articles__half {
        padding-top: 45%;
    }

    .main-articles__quarter {
        width: 50%;
        float: left;
        padding-top: 34%;
    }

    .main-articles__image {
        top: 0;
        left: 0;
        position: absolute;
    }

    .dropdown-content {
        padding-left: 2em;
    }

    .mobile-nav-holder {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
    }

    .topnav__menu__item__link {
        width: 100%;
        border: 0;
    }

    .topnav {
        overflow: auto;
        max-height: 100vh;
    }

    .topnav__menu--mobile {
        display: none;
    }

    .topnav--mobile__head {
        padding: 0.5em 1em;
        display: flex;
        justify-content: space-between;
    }

    .dropdown-content .dropdown-content {
        right: auto;
        top: auto;
    }

    /* .dropdown-content {
        border-top: 4px solid var(--primary);
    } */
    .dropdown-content {
        position: relative;
    }

    .topnav__menu {
        display: none;
    }
}

.por {
    position: relative;
}

.nav-icon span:first-child {
    top: 0;
}

.nav-icon span:first-child,
.nav-icon span:nth-child(2) {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon span:nth-child(2) {
    top: 8px;
}

.nav-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon.open span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
}

.nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 3px;
}

.nav-icon {
    width: 26px;
    height: 15px;
    margin-top: 16px;
    margin-right: 10px;
    position: relative;
    z-index: 2001;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.nav-icon,
.nav-icon span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    margin-top: 0;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}


/******** UTILITY ***********/


/******* MAIN ARTICLES *********/

.main-articles h2 {
    line-height: 1.2em;
    font-weight: 600;
}

.main-articles span {
    line-height: 140%;
    font-size: 0.6em;
    margin-top: 0.4em;
    display: block;
}

.main-articles {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 31% 29% 20% 20%;
    grid-template-rows: 55% 45%;
    grid-auto-flow: column;
    height: 400px;
}

.main-articles__big {
    position: relative;
    margin-right: 0.5em;
    grid-column: 1/3;
    grid-row: 1/3;
}

.main-articles__half {
    position: relative;
    margin-bottom: 0.5em;
    grid-column: 3/5;
    grid-row: 1;
}

.main-articles__quarter {
    position: relative;
    margin-right: 0.5em;
}

.main-articles__quarter:last-of-type {
    margin-right: 0;
}

.main-articles__big img,
.main-articles__half img,
.main-articles__quarter img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* position: absolute; */
}

.main-articles__big .article-bg-text {
    font-size: 1.5em;
}

.main-articles__half .article-bg-text {
    font-size: 1.3em;
}

.article-bg-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.article-bg-text--dark {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}


/******* MAIN ARTICLES *********/
.title {
    font-size: 1.8em;
    letter-spacing: 0.2px;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: uppercase;
}

.mb-title {
    display: flex;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin-bottom: 0.75em;
    align-items: baseline;
    line-height: 1.4em;
}



.mb-title-dot:before {
    content: "";
    height: 0.6em;
    width: 0.6em;
    margin-right: 0.25em;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
}
.mb-title:before {
    content: "";
    height: 0.6em;
    width: 0.6em;
    margin-right: 0.25em;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
}

.mb-title--none:before {
    display: none;
}

.mb-title.-title span {
    margin-bottom: 0;
}

.main-block {
    margin-bottom: 3em;
}

.mba {
    display: block;
    margin-bottom: 2em;
}

.mba-small {
    font-size: 0.9em;
}

.mba-big {
    font-size: 1.1em;
}

.mba-title {
    font-weight: 800;
    font-size: 1.6em;
    margin-bottom: 0.3em;
    line-height: 140%;
}

.mba-subtitle {
    color: #444;
    font-size: 1.1em;
    margin-bottom: 0.6em;
    line-height: 140%;
}

.mba-info {
    color: #555;
    font-size: 0.8em;
    margin-bottom: 0.6em;
}

.mba-text a {
    color: #003879;
    text-decoration: underline;
}

.mba-text {
    color: #222;
    font-size: 0.95em;
    line-height: 140%;
}

.mbn {
    margin-bottom: 1.5em;
    display: block;
}

.mbn-title {
    font-weight: 600;
    margin-bottom: 0.4em;
    line-height: 140%;
}

.mbn-text {
    color: #333;
    font-size: 0.95em;
    line-height: 140%;
}

.mbn-subtitle {
    margin-top: 0.5em;
    color: #555;
    font-size: 0.8em;
}

.hirdetes>img {
    width: 100%;
}

.hirdetes {
    background-color: #f5f7f1;
    position: relative;
    max-width: 1200px;
    max-height: 320px;
    height:100%;
    min-height: 282px;
    margin: 1.5em auto 3em auto;

}

.hirdetes-nincs {
    min-height: 0;
}

.hirdetes-title {
    font-size: 0.8em;
    color: #666;
    font-weight: 600;
    padding: 0.25em;
    text-transform: uppercase;
    text-align: center;
}

.hirdetes-cont {
    margin: 0 auto;
    margin-bottom: 2em;
}

.hirdetes-cont--hidden {
    height: 1px;
    overflow: hidden;
    width: 1px;
    margin: -1px;
}

.hirdetes .goa-embedded {
    margin: 0 auto;
    text-align: center;
}
.hirdetes .goa-embedded iframe{
    margin-left: auto!important;
    margin-right: auto!important;
}

.article-page {
    position: relative;
}

/* .article-content .hirdetes {
    position:absolute;
    margin-left: 50%;
    transform: translateX(-50%);
} */

.-opinion-title:before {
    background-color: var(--opinion);
}

.-magazin-title:before {
    background-color: var(--magazin);
}

.-lelekmetszet-title:before {
    background-color: var(--lelekmetszet);
}

.-szerzoink-title:before {
    background-color: var(--szerzoink);
}

.-video-title:before {
    background-color: var(--video);
}

.-hirek-title:before {
    background-color: var(--hirek);
}
.-in-english-title:before {
    background-image: linear-gradient(to right, #CF142B 50%, #00247D 50%);
}

.-onismeret-title:before {
    background-color: var(--onismeret);
}

.-parkapcsolat-title:before {
    background-color: var(--parkapcsolat);
}

.-csalad-title:before {
    background-color: var(--csalad);
}

.-korvonal-title:before {
    background-color: var(--korvonal);
}

.-mentalis-egeszseg-title:before {
    background-color: var(--mentalis-egeszseg);
}

.-mindennapi-filozofia-title:before {
    background-color: var(--mindennapi-filozofia);
}

.-pszvalaszol-title:before {
    background-color: var(--pszvalaszol);
}

.-mipszicske-title:before {
    background-color: var(--mipszicske);
}

.-lexikon-title:before {
    background-color: var(--lexikon);
}
.-mipszi-aktual-mat-title:before {
    background-color: var(--mipszi-aktual-mat);
}

.mbm img {
    width: 100%;
    height: auto;
}

.mbm-title {
    color: #666;
    margin: 0.75em 0;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
}

.mbsz {}

.mbsz-title {
    font-size: 1.4em;
    margin-bottom: 0.24em;
    color: #555;
    font-weight: 600;
    line-height: 140%;
}

.mbsz-subtitle {
    color: #777;
    font-size: 0.9em;
    line-height: 140%;
}

.btn-pszichologus-terkep img {
    width: 50px;
    margin-left: 1em;
    display: inline-block;
    margin-right: 0 !important;
}

.btn-pszichologus-terkep:hover {
    background-color: #0088cc;
}

.-tovabbi-cikkeink-title:before {
    display: none;
}

.btn-pszichologus-terkep>div {
    align-items: center;
}

.btn-pszichologus-terkep h2 {
    font-size: 1.8em;
    line-height: 1.4em;
    white-space: nowrap;
}


.-title span {
    content: "";
    height: 0.8em;
    width: 0.8em;
    margin-right: 0.25em;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0.5em;
}

.-tovabbi-cikkeink-title span:nth-child(1) {
    background-color: var(--mentalis-egeszseg);
}

.-tovabbi-cikkeink-title span:nth-child(2) {
    background-color: var(--onismeret);
}

.-tovabbi-cikkeink-title span:nth-child(3) {
    background-color: var(--mipszicske);
}


/* .more-articles .mba-title {
    font-size: 1.6em;
} */

.more-articles .mba {
    padding-bottom: 2em;
    border-bottom: 1px dotted #000;
}

.more-articles .mba:last-child {
    border-bottom: 0;
}

.more-articles .mba .col-md-4,
.more-articles .mba .col-md-8 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.more-articles .mba {
    margin-bottom: 2em;
}

.more-articles .mba:nth-child(odd) .col-md-3 {
    order: 1;
}

.more-articles .mba:nth-child(odd) .col-md-9 {
    order: 2;
}

.kep-keret-szogletes {
    background-image: url(/images/kep_kerete_szogletes.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    /* max-width:100; */
    position: relative;
}

.kep-keret-szogletes:after {
    content: "";
    display: block;
    padding-bottom: 74%;
}

.kep-keret-szogletes img {
    position: absolute;
    object-fit: cover;
    width: 89.5%;
    height: 87%;
    top: 67.8%;
    transform: translateY(-70%) translateX(-51%);
    left: 50%;
}

.kep-keret,a.kep-keret {
    background-image: url(/images/kep_kerete.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 200px;
    position: relative;
}

.kep-keret:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.kep-keret img {
    position: absolute;
    object-fit: cover;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.konyv-cont {
    border: 2px solid var(--konyv);
    border-radius: 5px;
    padding: 1em 2em;
    height: 100%;
}

.konyv-cont img {
    width: 100%;
    height:auto;
}

.rendezveny-cont img {
    width: 100%;
    height:auto;
}

.-konyv-title:before {
    background-color: var(--konyv);
}

.-rendezveny-title:before {
    background-color: var(--rendezveny);
}

.rendezveny-title,
.konyv-title,
.video-title {
    font-size: 1.4em;
    font-weight: 800;
    margin-bottom: 0.5em;
    line-height: 140%;
    -webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

.rendezveny-title {
    margin-top: 0.5em;
}

.video-title {
    margin-top: 0.5em;
}

.konyv-text {
    line-height: 140%;
    font-size: 0.9em;
}

.rendezveny-text {
    line-height: 140%;
    font-size: 0.9em;
}

.rendezveny-cont {
    border: 2px solid var(--rendezveny);
    border-radius: 5px;
    padding: 1em;
}

.rendezveny-item .video-text {
    margin-bottom: 2em;
}

.rendezveny-item:last-child .video-text {
    margin-bottom: 0;
}

.video-cont {
    border: 2px solid var(--video);
    border-radius: 5px;
    padding: 1em;
    height: 100%;
}

.-videok-title:before {
    background-color: var(--rendezveny);
}

.-videok-title:before {
    background-color: var(--konyv);
}

.video-subtitle {
    color: #444;
    font-size: 1em;
    margin-bottom: 0.4em;
    line-height: 140%;
}

.video-info {
    color: #666;
    font-size: 0.8em;
    margin-bottom: 0.5em;
    line-height: 140%;
}

.video-text {
    font-size: 0.95em;
    line-height: 140%;
}

.video-cont img {
    width: 100%;
    height:auto;
}

iframe {
    max-width: 100%;
}

.article-pretitle {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    color: #666;
}

.article-main-image {
    max-height: 500px;
    max-width: 100%;
  height: auto;
  object-fit: contain;
    margin: 2em auto;
    display: block;
}

.article-title {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 0.5em;
    font-weight: 800;
    line-height: 140%;
}

.article-desc {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.3em;
}

.article-admin-content i,
.article-desc i,
.article-content i,
.article-content em {
    font-style: italic;
}
.article-content img {
    max-width:100%;
    height:auto;
}
.article-content table {
    width:100%;
    border-collapse: collapse;
}
.article-content table td {
    border: 1px solid;
    padding: 0.5em;
}
.article-content {
    max-width: 900px;
}

.article-content a {
    color: #003879;
    text-decoration: underline;
}
.article-content a.btn {
    color:#fff;
}

.topnav__menu__item--end {
    margin-left: auto;
}

.section__content p {
    line-height: 1.4em;
}

.article-content h6,
.article-content p {
    margin: 0.5em 0 1.5em 0;
    font-size: 1.2em;
    line-height: 1.4em;

}

.article-content li {
    list-style-type: disc;
    margin-left: 1em;
}

.article-content h3 {
    margin-top: 2em;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.5em;
}

.article-content--iniciale .article-content--iniciale-letter {
    font-size: 3.3rem;
    margin-right: 0.1em;
    float: left;
    line-height: 1;
}

.big-title {
    font-size: 3em;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.4em;
}

.-section-dots span {
    content: "";
    height: 1em;
    width: 1em;
    margin-right: 0.25em;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.-readmore {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.readmore-btn {
    width: 100%;
    padding: 5em;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8)
}

.-magazin-title>span {
    background-color: var(--magazin);
}

.-lelekmetszet-title>span {
    background-color: var(--lelekmetszet);
}

.-szerzoink-title>span {
    background-color: var(--szerzoink);
}

.-hirek-title>span {
    background-color: var(--hirek);
}
.-in-english-title>span {
    background-image: linear-gradient(to right, #CF142B 50%, #00247D 50%);
}

.-pszvalaszol-title>span {
    background-color: var(--pszvalaszol);
}

.-lexikon-title>span {
    background-color: var(--lexikon);
}
.-mipszi-aktual-mat-title>span {
    background-color: var(--mipszi-aktual-mat);
}

.-opinion-title>span {
    background-color: var(--opinion);
}

.-mentalis-egeszseg-title>span {
    background-color: var(--mentalis-egeszseg);
}

.-fotema-title>span {
    background-color: var(--fotema);
}

.-korvonal-title>span {
    background-color: var(--korvonal);
}

.-mipszicske-title>span {
    background-color: var(--mipszicske);
}

.-vegyes-title>span {
    background-color: var(--vegyes);
}

.-mindennapi-filozofia-title>span {
    background-color: var(--mindennapi-filozofia);
}

.-onismeret-title>span {
    background-color: var(--onismeret);
}

.-parkapcsolat-title>span {
    background-color: var(--parkapcsolat);
}

.-csalad-title>span {
    background-color: var(--csalad);
}

.-konyv-title>span {
    background-color: var(--konyv);
}

.-rendezveny-title>span {
    background-color: var(--rendezveny);
}

.-video-title>span {
    background-color: var(--video);
}

.dotted-right-border {
    border-right: 2px dotted #666;
}

.solid-left-border {
    border-left: 2px solid #666;
}

.d-flex {
    flex-direction: column;
    display: flex;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-grow {
    flex: 1 1 100%;
}

.psz-kereso h3 {
    margin-right: 1em;
}

.psz-kereso {
    align-items: center;
}

.psz-kereso-cont {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 0.5em 0.75em;
    text-transform: uppercase;
    background-color: var(--primary);
    font-weight: 500;
    border-radius: 5px;
    transition: 0.2s all;
}

.pszkereso-select {
    color: #000;
    padding: 0.25em;
    width: 100%;
}

.psz-kereso-cont h3 {
    color: #fff;
    font-size: 1.5em;
}

.pk img {
    height: 2em;
    margin-right: 1em;
}

.btn img {
    height: 2em;
    margin-right: 1em;
}

.btn--third {
    background-color: #3a8e99;
}

.btn-flex {
    display: flex;
    align-items: center;
    line-height: 1.4em;
}

.pk .btn img {
    margin-right: 0.5em;
}

.pk-tel {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.pk-address {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.pk-online {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.pk-head {
    background-color: var(--secondary);
    padding: 0.5em;
    color: #fff;
    margin-top: 1em;
}

.pk-list {
    line-height: 1.1em;
}

.pk-list li {
    margin-top: 0.4em;
    margin-left: 1.3em;
    list-style-type: disc;
}

.leaflet-container {
    height: 400px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}

.main-articles .-title span {
    width: 8px;
    height: 8px;
}

.main-articles:after {
    content: " ";
    display: block;
    clear: both;
}

.hirek-box {
    border: 2px solid var(--hirek);
    border-radius: 5px;
    padding: 1em;
    background-color: lightyellow;
}


/* .article-page .article-content p:first-child {
    margin-top: 3em;
} */

.article-content p:first-child:first-letter {}

.main-articles__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.article-pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.article-pager .btn {
    margin: 0.5em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary);
    color: #fff;
    border: 0;
    padding: 0.25em;
    padding-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.text-right {
    text-align: right;
}

.topnav-footer .mobile-nav-holder {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .btn-pszichologus-terkep {
        font-size: 1em;
    }

    .btn-pszichologus-terkep img {
        width: auto;
        margin-left: auto;
    }

    .btn-pszichologus-terkep {

        display: inline-block;
    }
}

iframe {
    margin: 0 auto;
}

.cookie-dialog {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1em;
    line-height: 1.25em;
    color: #fff;
    z-index: 10000;
    background-color: #003879;
}

.cookie-dialog p {
    margin-bottom: 0;
}

.cookie-dialog a {
    color: #fff;
    text-decoration: underline;
}

/* .row .row {
    margin-left:0;
    margin-right:0;
} */
.article-content:after {
    content: " ";
    clear: both;
    display: block;
}

.article-magazin-title {
    font-size: 1.2em;
}

.d-ib {
    display: inline-block;
}

.fs-15 {
    font-size: 1.5em;
}

.fs-small {
    font-size: 0.9em;
}

.mobile-nav-dropdown-open {
    background-image: url(/images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1.5em 2em;
    border-left: 1px solid #fff;
}

.mobile-nav-dropdown-open.open {
    background-image: url(/images/chevron-left.svg);
}

.text-error {
    color: darkred
}

.alert {
    padding: 1em;

}

.alert-danger {
    background-color: rgb(248, 215, 218);
    border: 1px solid rgb(241, 174, 181);
    color: rgb(88, 21, 28);

}

.alert-success {
    border: 1px solid rgb(163, 207, 187);
    color: rgb(10, 54, 34);
    background-color: rgb(209, 231, 221);
}

.alert-warning {
    background-color: rgb(255, 243, 205);
    border: 1px solid rgb(255, 230, 156);
    color: rgb(102, 77, 3);
}

.text-warning {
    color: rgb(102, 77, 3);
}

.form__lines {
    font-size: 1.2em;
    line-height: 1.4em;
}

.form__lines a {
    color: var(--primary);
    text-decoration: underline;
}

.rendezveny-img {
    max-height: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.article-admin-content a {
    color: #003879;
    text-decoration: underline;
}
.article-admin-content a.btn {
    color: #fff;
    
}

.sponsor__cont {
    display: flex;
    justify-content: center;
}

.sponsor__image {
    width: 200px;
    margin: 1em;
}

.sponsor__image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.webshop-box {
    border: 2px solid var(--secondary);
    border-radius: 5px;
    padding: 1em;

}

.barion-footer-logo {
    max-width: 400px;
    width: 95%;
    margin: 2em auto;
    display: block;
}

.flex-center {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.webshop-elofizetes {
    text-align: center;

}

.webshop-elofizetes__title {
    margin: 1rem 0;
    font-size: 2em;
}

.webshop-elofizetes__dates {

    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em;
}

.webshop-elofizetes__dates span:first-child {

    text-align: right;
    flex: 0 0 50%;
    margin-right: 1em;

}

.webshop-elofizetes__dates span:last-child {
    text-align: left;
    margin-left: 1em;
    flex: 0 0 50%;

}

.webshop-elofizetes__date {
    margin-top: 1rem;
    font-size: 1.5em;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

.webshop-elofizetes__text {
    margin-bottom: 1em;
    line-height: 1.4em;
}

.webshop-kategoria-item {
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 5px;
    text-align: center;
}

.webshop-kategoria-lista__item--selected {
    background-color: #f1f1ff;
}

.webshop-kategoria-item:hover {
    background-color: #f1f1f1;
}

.webshop-kategoria-item__img {}

.webshop-kategoria-item__img img {
    max-width: 75%;
    max-height: 100%;
}

.webshop-kategoria-item__title {
    margin: 1rem 0;
    font-size: 1.3em;
}

.webshop-kategoria-item__text {
    margin-bottom: 1rem;
}

.webshop-kategoria-item__price {
    font-size: 1.4em;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 1rem;
}

.webshop-termek-list .col-md-4 {
    margin-bottom: 1em;
}

.webshop-termek-item:hover {
    background-color: #f1f1ff;
}

.webshop-termek-item {
    position: relative;
    height: 100%;
    display: flex;
    border: 2px solid #f1f1f1;
    margin-bottom: 1em;
    flex-direction: column;
    padding: 1em;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.webshop-termek-item__img {
    height: 200px;
}

.webshop-termekek-title {
    font-size: 2em;
    margin: 1em 0;
}

.webshop-termek-item .btn {
    margin: 0.5em 0;
    text-align: center;
    display: inline-block;
}

.webshop-termek-item__bottom {
    margin-top: auto;
}

.webshop-termek-item__img img {
    max-width: 75%;
    margin:0 auto;
    max-height: 100%;
}

.webshop-termek-item__title {

    margin: 1rem 0;
    line-height: 1.2em;
}

.webshop-termek-item__title__category {
    background: var(--secondary);
    margin-left: -1em;
    margin-right: -1em;
    margin-top: -1em;
    margin-bottom: 1em;
    color: #fff;
    text-align: left;
    padding: 0.5em;
}

.webshop-termek-item__text {
    margin-bottom: 1rem;
}

.webshop-termek-item__price {
    margin-top: auto;
    font-size: 1.4em;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 1rem;
}
.webshop-kosar-item__info {
    font-size: 0.9em;
    font-style: italic;
    flex: 100%;
    padding: 0 0.5rem 1rem 0.5rem;
    
}
.webshop-kosar-line {
    border-bottom:1px solid #ccc;
}
.webshop-kosar-line:last-child {
    border-bottom:0;
}

.webshop-kosar-item:nth-child(even) {
    /* background-color: #f1f1f1; */
}

.webshop-kosar-item>div {
    padding: 0.5em;
}

/* .webshop-kosar-item>div:first-child {
    padding-left: 0;
  } */
/* 
  .webshop-kosar-item>div:last-child {
    padding-right: 0;
  } */

.webshop-kosar-item {
    align-items: start;
    display: flex;
}

.webshop-kosar-item--head {
    font-weight: bold;
    font-size: 0.8em;
}

.webshop-kosar-item__name {
    width: 40%;
}



.webshop-kosar-item__darab {
    width: 20%;
}

.webshop-kosar-item__unitprice {
    width: 15%;
}

.webshop-kosar-item__price {
    width: 15%;
}

.webshop-kosar-item__control {
    width: 10%;
}

.webshop-kategoria-lista {
    padding: 1em;
}

.webshop-kategoria-lista__title {
    background-color: var(--primary);
    padding: 1rem;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}


.webshop-kategoria-lista__cont span {

    border-bottom: 1px solid #ccc;
}

.webshop-kategoria-lista__item a,
.webshop-kategoria-lista__cont span {

    padding: 1em;
    display: inline-block;
    width: 100%;
}

.webshop-kategoria-lista__item {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.webshop-kategoria-lista__item:hover {
    background-color: #f1f1f1;
}

.webshop-kategoria-lista__item:last-child {
    border-bottom: 0;
}

.webshop-kosar-item-cont {
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.webshop-kosar-info {
    font-weight: 1.2em;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.webshop-kosar-info--big {
    font-size: 1.5em;
    font-weight: bold;
}

.webshop-kosar-info__title {
    flex: 0 0 50%;
}

.webshop-kosar-info__text {
    flex: 0 0 50%;
}

.webshop-kosar-info__desc {
    font-size: 0.9em;
    margin-top: 0.5em;
    flex: 0 0 50%;
    margin-left: 50%;
    color: #555;
}

.webshop-termek__title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1rem;
}

.webshop-termek__price {
    margin-bottom: 1rem;
    font-size: 1.5em;
    font-weight: bold;
}

.webshop-termek__status {
    margin-bottom: 1rem;
}

.webshop-termek__status--keszleten {
    color: green;
}

.webshop-termek__status--elfogyott {
    color: gray;
}

.webshop-termek__img img {
    width: 100%;
}

.webshop-termek__inputs {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: start;
}

.webshop-kosar-item--big {
    font-size: 1.2em;
}

.webshop-termek__info__cont {
    margin-top: 1em;
    border-top: 1px solid #999;
    padding-top: 1em;
}

.webshop-termek__info__title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.webshop-termek__info__text {
    margin-bottom: 1rem;
}


.webshop-termek__info__table {
    margin-bottom: 1rem;
}

.form-title {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.4em;
}

.form-label {
    display: block;
    margin-bottom: 0.5em;
}

.webshop-kategoria-lista__cont .webshop-kategoria-lista__item a {
    padding: 0.5em 0.5em 0.5em 3em;

}

.webshop-kategoria-lista__cont .webshop-kategoria-lista__item {
    display: none;

}

.webshop-kategoria-lista__cont {
    cursor: pointer;
}

.webshop-kategoria-lista__cont__inner .mobile-nav-dropdown-open {
    border-bottom: 1px solid #ccc;
    ;
    background-image: url(/images/chevron-down-black.svg);
}

.webshop-kategoria-lista__cont__inner .mobile-nav-dropdown-open.open {
    background-image: url(/images/chevron-left-black.svg);

}

.webshop-kategoria-lista__cont__inner {
    display: flex;
}

.fiok__menu {
    border: 1px solid #999;
    margin-bottom: 1em;
    border-radius: 6px;
}

.fiok__menu__item {
    display: block;
    padding: 1em 0.5em;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    border-radius: 6px;
}

.fiok__menu__item:hover {
    background-color: #f1f1f1;
}

.fiok__menu__item:last-child {
    border-bottom: 0;
}

.profile__active {
    padding: 1em;
    display: block;
    color: #fff;
    margin-bottom: 1em;
    border-radius: 6px;
}

.profile__active a {
    color: #fff;
    text-decoration: underline;
}

.profile__active__title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.profile__active__subscription {
    background: var(--primary);
}

.profile__active__order {
    background: var(--secondary);
}

.form-control-cont a {
    text-decoration: underline;
}

.text-nound {
    text-decoration: none !important;
}

.tesztrendszer {
    position: fixed;
    top: 0px;
    z-index: 20000;
    width: 5px;
    height: 100%;
    left: 0;
    background-color: red;
}

.tesztrendszer:after {
    content: "TESZT RENDSZER";
    top: 0;
    left: 0;
    position: fixed;
    padding: 0.5em 1em;
    font-size: 0.6em;
    font-weight: 600;
    background-color: red;
    color: #fff;
}

.webshop-box img {
    max-width: 100%;
    height:auto;
}

.grow-wrap {

    display: grid;
}

.grow-wrap::after {

    content: attr(data-replicated-value) " ";


    white-space: pre-wrap;


    visibility: hidden;
}

.grow-wrap>textarea {

    resize: none;


    overflow: hidden;
}

.grow-wrap>textarea,
.grow-wrap::after {
    padding: 0.5rem;
    line-height: 1.4em;
    font: inherit;
    grid-area: 1 / 1 / 2 / 2;
}

.topnav--mobile__head .topnav__menu__item__cart {
    width: auto;
    margin: 1em 0;
}

.topnav__mobile__cart__cont {

    margin-left: auto;
    padding-right: 1em;
    margin-top: -0.25em;
}
.orderitem-info {
    font-size:0.9em;
    font-style: italic;
}
.webshop-kosar-item__bundle-items {
    font-size:0.8em;
    color:#88a;
}
.author-img-cont {
    width:100%;
    height:250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.video-content {
    margin:50px auto;
}
.video-content .row img{
    width:100%;
}
.overlay {
    z-index:13244;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
}
.mip-mb-0 {
    margin-bottom:0!important;
}

.main-image-title {
    text-align:center;
    margin-top:-1em;
    margin-bottom:2em;
}

.article-content figure img {
    display: inline-block;
    max-width:500px;
    width:100%;
}
.article-content figure figcaption{
    margin-top:1em;
} 
.article-content figure  {
    margin:0 auto;
    text-align: center;
}

/* Badge styles for magazine purchase status */
.badge {
    font-weight: 500;
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.badge-success {
    background-color: #10b981;
    color: #ffffff;
    border: 1px solid #059669;
}

.badge-secondary {
    background-color: #6b7280;
    color: #ffffff;
    border: 1px solid #4b5563;
}

.badge-info {
    background-color: #3b82f6;
    color: #ffffff;
    border: 1px solid #2563eb;
}

.badge-warning {
    background-color: #f59e0b;
    color: #ffffff;
    border: 1px solid #d97706;
}

