/* Alap tipográfia */
body {
    margin: 0;
    padding: 0 1rem; /* mobilon kis oldalsó margó */
    font-family: 'Noto Sans'!important;
    line-height: 1.6;
    font-size: 1.5rem;
    background-color: #f7f7f7;
    color: #222;
}

p {
    font-family: 'Noto Sans' !important;
    direction: ltr;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
}

.ltr {
    font-family: "Noto Sans" !important;
    display: inline-block;
    direction: ltr;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
}

h1,h2,h3 {
    text-align: center;
}

a {
    color: #0044aa;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}
/* ---- Mobil (portrait) layout ---- */

@media (orientation: portrait) {
    body {
        margin: 0;
        padding: 0 1rem; /* csak kis oldalsó margó */
        font-family: 'Noto Sans' !important;
        font-size: 1.3rem;
    }

    .rtl {
        font-family: 'Kende'! important;
        display: inline;
        direction: rtl;
        unicode-bidi: bidi-override;
        font-size: 1.7rem;
    }

    .pdf-desktop {
        display: none; /* ne jelenjen meg az iframe */
    }

    .pdf-mobile-link {
        display: inline-block; /* mobilos gomb */
    }
    .img-desktop {
        display: none;
    }
    .img-mobile-link {
        display: inline-block;
    }
    img.img-mobile-picture{
        display: block;
        width: 90vw;
        height: auto;
    }
}

/* ---- PC / nagy kijelző (landscape + széles) ---- */

@media (orientation: landscape)  {
    body {
        padding: 0;
        margin: 0 10%; /* kétoldalt 10% */
        
    }

    .pdf-desktop {
        display: block;  /* iframe megjelenítése PC-n */
        height: 70vh;
        width: 50vw;
        padding-left: 2vw;
        padding-right: 2vw;
        text-align: center;
    }

    .pdf-mobile-link {
        display: none;
    }
    .img-desktop {
        display: block;
    }
    .img-mobile-link {
        display: none;
    }
    .img-mobile-picture{
        display: none;
    }
    .img-desktop{
        display: block;
        width: 70vw;
        height: auto;
    }
    .rtl {
        font-family: 'Kende'! important;
        display: inline;
        direction: rtl;
        unicode-bidi: bidi-override;
        font-size: 1.7rem;
        line-height: 1.4;
    }


}

/* Header */

header.site-header {
    position: relative;
    padding: 1.5rem 0 2rem;
    text-align: center;
}

.site-motto {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.8;
}

.language-switch {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 0.9rem;
}

h1.site-title {
    margin: 0.5rem 0 0.25rem;
    font-size: 1.8rem;
}

.site-subtitle {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.9;
    text-align: center;
    display: block;
}

/* Fő navigáció a header alatt */

nav.main-nav {
    text-align: center;
    margin-bottom: 1.5rem;
}

nav.main-nav a {
    display: inline-block;
    margin: 0.25rem 0.75rem;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    background: #fff;
}

nav.main-nav a.current {
    font-weight: 600;
    background: #eee;
}

nav.main-nav a:hover,
nav.main-nav a:focus {
    background: #eee;
}

/* Törzs: szakaszok, sorkizárt szöveg */

main {
    background: #fff;
    padding: 1.5rem 1rem 2rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
}

main p {
    text-align: justify;
    text-justify: inter-word;
}

section {
    margin-bottom: 2rem;
}

section h2 {
    margin-top: 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3rem;
}

/* Alszakasz-navigátorok (szakaszon belül) */

nav.sub-nav {
    text-align: center;
    margin: 0.5rem 0 1rem;
}

nav.sub-nav span.label {
    display: block;
    font-size: 0.85rem;
    opacity: 0.7;
    margin-bottom: 0.25rem;
}

nav.sub-nav a {
    display: inline-block;
    margin: 0.2rem 0.5rem;
    padding: 0.2rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 999px;
    border: 1px dashed #ccc;
    background: #fafafa;
}

nav.sub-nav a:hover,
nav.sub-nav a:focus {
    background: #eee;
}

article {
    margin-bottom: 1.5rem;
}

article h3 {
    margin-top: 0;
}


.pdf-wrapper {
    margin: 1rem 0;
    text-align: center;
}



/* Lábléc */

footer {
    font-size: 0.8rem;
    text-align: center;
    color: #666;
    margin-bottom: 1.5rem;
}

