/**
 * Szakmai tudástár
 *
 * Paletta a témából: #00345c mélykék, #36a9e0 világoskék, #378e46 levélzöld,
 * #f5f1e4 bézs (section-color3), #c5d4eb halványkék (bg-soft-primary).
 *
 * A tartalom a Bootstrap .container szélességét tölti ki, ahogy a többi aloldal.
 */

.content-theme-tudastar-page {
    background-color: #f5f1e4;
}

/* ######################### FEJLÉC ######################### */
/* Rögzített háttér, hogy a tartalom a kép fölött gördüljön (mint a
   .header-title#page-contact). Mobilon scroll: az iOS a fixed attachmentet
   nem támogatja. */

.header-title#page-tudastar {
    background: linear-gradient(90deg, #022963 0%, rgba(38, 64, 89, 0) 40%), url(/storage/upload/pagesImg/tudastar.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 180px 0 230px 0;}

.header-title#page-tudastar .title {
    text-align: left;
    margin-bottom: 0;
}

/* ######################### BEVEZETŐ ######################### */

.tudastar-lead-block {
    margin: 0 auto 4rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0, 52, 92, .15);
}

.tudastar-lead-block p {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #00345c;
    font-size: 1.375rem;
    line-height: 1.8em;
    margin-bottom: 0;
}

/* ######################### BEJEGYZÉSEK ######################### */

.tudastar-post {
    margin: 0 auto 5rem;
}

.tudastar-post:last-of-type {
    margin-bottom: 0;
}

.tudastar-date {
    display: block;
    font-family: 'Encode Sans', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    letter-spacing: .02rem;
    font-size: .875rem;
    font-weight: 700;
    color: #378e46;
    margin-bottom: 1.5rem;
}

.tudastar-body {
    font-family: 'Encode Sans', Helvetica, Arial, Lucida, sans-serif;
    color: #333;
    font-size: 1.125rem;
    line-height: 1.8;
}

.tudastar-body h2 {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #00345c;
    font-size: 1.75rem;
    line-height: 1.3em;
    margin: 3rem 0 1rem;
}

.tudastar-body h2:first-child {
    margin-top: 0;
}

.tudastar-body h3 {
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #36a9e0;
    font-size: 1.35rem;
    line-height: 1.4em;
    margin: 2.25rem 0 .75rem;
}

.tudastar-body p {
    margin-bottom: 1.25rem;
}

.tudastar-body strong {
    color: #00345c;
    font-weight: 700;
}

.tudastar-body a {
    color: #36a9e0;
    text-decoration: underline;
}

.tudastar-body a:focus,
.tudastar-body a:hover {
    color: #378e46;
}

.tudastar-body ul,
.tudastar-body ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.tudastar-body li {
    margin-bottom: .85rem;
}

.tudastar-body ul li::marker {
    color: #378e46;
}

.tudastar-body figure {
    margin: 2.5rem 0;
    text-align: center;
}

.tudastar-body figure img {
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

/* ######################### ZÁRÓ SOR ######################### */

.tudastar-foot {
    margin: 0 auto;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 52, 92, .15);
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    color: #378e46;
    font-size: 1.5rem;
    line-height: 1.4em;
    text-align: center;
}

.tudastar-empty {
    margin: 0 auto;
    padding: 3rem 0;
    text-align: center;
    color: #00345c;
}

@media only screen and (max-width: 767px) {
    .header-title#page-tudastar {
        background-attachment: scroll !important;
        padding: 160px 0 90px 0;
    }

    .tudastar-lead-block p {
        font-size: 1.15rem;
    }

    .tudastar-body {
        font-size: 1rem;
    }

    .tudastar-body h2 {
        font-size: 1.5rem;
    }

    .tudastar-foot {
        font-size: 1.25rem;
    }
}

/* ######################### FŐOLDALI WIDGET ######################### */
/* A téma .product-img / .product-content / .post-category / a.more mintáit
   használja újra – itt csak a szekció kerete van definiálva. */

.content-theme-tudastar {
    background-color: #c5d4eb;
}

.content-theme-tudastar .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.content-theme-tudastar .img-bordered {
    border-radius: .5rem;
}

.content-theme-tudastar h2 {
    font-family: "Manrope", sans-serif;
    color: #00345c;
    font-size: 2.3rem !important;
    line-height: 1.25em !important;
    font-weight: 700;
    word-spacing: 1px;
}

.content-theme-tudastar .lead {
    font-family: "Manrope", sans-serif;
    color: #00345C;
    font-size: 1.5rem !important;
    line-height: 1.5em !important;
    font-weight: 500;
    word-spacing: 1px;
}
