@charset "utf-8";
/*!
Theme Name: Orszagepito v5
Theme URI: https://orszagepito.net/
Author: Balint Richly
Description: Orszagepito Style v5, 2021
Version: 5.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orszagepito
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
address,
cite,
em,
img,
q,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figure,
figcaption,
footer,
header,
nav,
section,
summary,
time,
video {
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}
button {
    background: transparent;
    cursor: pointer;
}
ul,
ol {
    list-style: none;
}
:root {
    --text-color: #555;
    --primary-color: #d18e01;
    --background-color: #fff;
}
.visually-hidden,
.screen-reader-text {
    position: absolute;
    overflow: hidden;
    margin: -0.0625rem;
    padding: 0;
    border: 0;
    width: 0.0625rem;
    height: 0.0625rem;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.visually-hidden:focus,
.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
}
@media screen and (min-width: 900px) {
    .no-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 900px) {
    .no-mobile {
        display: none !important;
    }
}
body {
    color: var(--text-color);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1rem;
}
.title,
.slogan,
.nav,
.text-content h2,
.text-content h3,
.text-content h4 {
    font-family: "IBM Plex Sans Condensed", sans-serif;
}
a {
    color: var(--primary-color);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.nav a,
.footer a,
.decorated a,
.title a,
.character a {
    color: var(--text-color);
}
.slogan {
    font-size: 0.5rem;
}
.fs-s,
.meta,
.toc,
.chip,
.footer,
.title-s,
.text-content h4 {
    font-size: 0.8125rem;
}
.fs-m,
.nav,
.item .lead,
.title-m,
.text-content h3 {
    font-size: 1rem;
}
.item .title,
.slide .title,
.title-l,
.text-content h2 {
    font-size: 1.25rem;
}
.title-xl {
    font-size: 2rem;
}
.title,
.meta,
.toc .header,
dt,
.fw-b,
.text-content h2,
.text-content h3,
.text-content h4 {
    font-weight: 700;
}
.nav a {
    line-height: 1;
}
.title,
.content__side * {
    line-height: 1.25;
}
.description,
.text-content * {
    line-height: 1.4;
}
.decorated {
    --font-size: 1.25rem;
    position: relative;
    background: var(--primary-color);
    line-height: var(--font-size, 1.25rem);
    font-size: var(--font-size, 1.25rem);
}
.decorated__inner {
    padding-right: 0.75rem;
    background: var(--background-color, #fff);
}
.decorated::after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: var(--font-size, 1.25rem) var(--font-size, 1.25rem) 0 0;
    border-color: var(--background-color, #fff) transparent transparent transparent;
}
.text-content {
    max-width: 80ch;
    font-size: 1.25rem;
}
.text-content > * + * {
    margin-top: 1.5rem;
}
.download {
    background: var(--primary-color);
}
.text-content ul {
    list-style: disc;
}
.text-content ol {
    list-style: decimal;
}
.container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 70rem;
}
@media screen and (max-width: 70em) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.stack {
    display: flex;
    list-style: none;
}
.stack-v {
    flex-direction: column;
}
.stack-v > * + * {
    margin-top: var(--space, 0);
}
.stack-v-xs {
    --space: 0.75rem;
}
.stack-v-s {
    --space: 1rem;
}
.stack-v-m {
    --space: 1.5rem;
}
.stack-v-xl {
    --space: 3rem;
}
.stack-h > * + * {
    margin-left: var(--space, 0);
}
.stack-h-xs {
    --space: 0.75rem;
}
.stack-h-s {
    --space: 1rem;
}
.stack-h-m {
    --space: 1.5rem;
}
.stack-h-xl {
    --space: 3rem;
}
.container > .stack {
    width: 100%;
}
.jc-fs {
    justify-content: flex-start;
}
.jc-c {
    justify-content: center;
}
.jc-fe {
    justify-content: flex-end;
}
.jc-sb {
    justify-content: space-between;
}
.ai-s {
    align-items: stretch;
}
.ai-e {
    align-items: end;
}
.ai-fs {
    align-items: flex-start;
}
.ai-c {
    align-items: center;
}
.ai-fe {
    align-items: flex-end;
}
.split-t {
    margin-bottom: auto;
}
.split-r {
    margin-left: auto;
}
.split-b {
    margin-top: auto;
}
.split-l {
    margin-right: auto;
}
.fill {
    flex: 1;
}
@media screen and (max-width: 900px) {
    .m-jc-se {
        justify-content: space-evenly;
    }
    .m-fd-c {
        flex-direction: column;
    }
    .m-fd-c > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .m-fd-c > * + * {
        margin-top: var(--space, 0);
        margin-left: 0;
    }
    .m-fd-c-xs {
        --space: 0.75rem;
    }
    .m-fd-c-s {
        --space: 1rem;
    }
    .m-fd-c-m {
        --space: 1.5rem;
    }
    .m-fd-c-xl {
        --space: 3rem;
    }
    .m-fd-cr {
        flex-direction: column-reverse;
    }
    .m-fd-cr > * {
        flex: 0 0 auto;
        margin-bottom: var(--space, 0);
        margin-left: 0;
        width: 100%;
    }
    .m-fd-cr > *:nth-child(1) {
        margin-bottom: 0;
    }
    .m-fd-cr > * + * {
        margin-bottom: var(--space, 0);
        margin-left: 0;
    }
    .m-fd-cr-xs {
        --space: 0.75rem;
    }
    .m-fd-cr-s {
        --space: 1rem;
    }
    .m-fd-cr-m {
        --space: 1.5rem;
    }
    .m-fd-cr-xl {
        --space: 3rem;
    }
}
.items,
.authors,
.years {
    display: grid;
    grid-gap: var(--space, 0);
    list-style: none;
}
.items-xs,
.authors-xs,
.years-xs {
    --space: 0.75rem;
}
.items-s,
.authors-s,
.years-s {
    --space: 1rem;
}
.items-m,
.authors-m,
.years-m {
    --space: 1.5rem;
}
.items-xl,
.authors-xl,
.years-xl {
    --space: 3rem;
}
.items {
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 30em) {
    .items {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
    .items {
        grid-template-columns: repeat(2, 1fr);
    }
}
.authors {
    grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 30em) {
    .authors {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
    .authors {
        grid-template-columns: repeat(4, 1fr);
    }
}
.years {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 30em) {
    .years {
        grid-template-columns: repeat(1, 1fr);
    }
}
.content__placeholder,
.content__side,
.content__main {
    flex-grow: 0;
    flex-shrink: 0;
}
.content__placeholder *,
.content__side *,
.content__main * {
    max-width: 100%;
}
.content__placeholder,
.content__side {
    /*flex-basis: 16.376rem;
    max-width: 16.376rem;*/
		flex-basis: 10rem;
    max-width: 10rem;
}
.content__main {
    /*flex-basis: 34.25rem;
    max-width: 34.25rem;*/
	  flex-basis: 47rem;
    max-width: 47rem;
}
.content__main img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 30em) and (max-width: 70em) {
    .content__placeholder {
				flex-basis: 0rem;
    		max-width: 0rem;
		}
    .content__side {
        /*flex-basis: 15.625rem;
        max-width: 15.625rem;*/
				flex-basis: 9rem;
    		max-width: 9rem;
    }
    .content__main {
        /*flex-basis: 32.75rem;
        max-width: 32.75rem;*/
				flex-basis: 35rem;
    		max-width: 35rem;
			  margin: auto;
    }
	
}
@media screen and (max-width: 900px) {
    .content__placeholder,
    .content__side,
    .content__main {
        flex-basis: auto;
        max-width: 100%;
    }
}
.img {
    --ratio: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}
.img__inner {
    display: block;
    padding-top: var(--ratio);
    /*height: 0;*/
}
.img img,
.img iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-position: center;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center center;
    /*transition: transform 1000ms ease-in-out;*/
}
.img img {
	object-fit: cover;
}
.img:hover a img {
    transform: translate3d(-50%, -50%, 0) scale(1.05);
}
.img--2-1  .img__inner{
  padding-top: 50%;  
	/*--ratio: 50%;*/
}
.img--16-9 .img__inner{
	padding-top: 56.25%;
}
.img--3-2 .img__inner{
    /*--ratio: 66%;*/
	padding-top: 66%;
}
.img--50-71 .img__inner {
    /*--ratio: 142%;*/
	padding-top: 142%;
}
.icon-button {
    --diameter: 3rem;
    --icon-diameter: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--diameter);
    height: var(--diameter);
}
.icon-button .icon {
    display: block;
    width: var(--icon-diameter);
    height: var(--icon-diameter);
}
.icon-button--s {
    --diameter: 2rem;
}
.nav {
    border-bottom: 0.125rem solid #f4f4f4;
    padding: 0.75rem 0;
    font-weight: 700;
}
.nav .logo {
    --logo-width: 12rem;
    --logo-height: 1.5rem;
    height: 3rem;
}
.nav .logo:hover {
    text-decoration: none;
}
.nav .slogan {
    position: relative;
    display: block;
    margin-top: 0.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    background: var(--primary-color);
    color: var(--background-color);
    text-align: center;
    text-transform: uppercase;
}
.nav .slogan:before,
.nav .slogan:after {
    content: "";
    position: absolute;
}
.nav .slogan:before {
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="none" d="M9.284 6.008L16.5-1.208v14.432"/><path fill="#FFF" d="M16 0v12.016L9.99 6.008 16 0m1-2.414L15.293-.707 9.283 5.3l-.706.708.707.707 6.01 6.01L17 14.43V-2.414z"/><path fill="none" d="M-1.207 16.5l7.215-7.215 7.216 7.215"/><path fill="#FFF" d="M6.008 9.992L12.016 16H0l6.008-6.008m0-1.414l-.707.707-6.006 6.008L-2.414 17H14.43l-1.707-1.707-6.008-6.008-.707-.707z"/></svg>')
        no-repeat right bottom;
    transform: rotateZ(180deg);
}
.nav .slogan:after {
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.25rem 1.25rem;
    border-color: transparent transparent var(--background-color) transparent;
}
.nav a {
    display: block;
    line-height: 3rem;
}
@media screen and (max-width: 900px) {
    .nav-items {
        display: none;
    }
    .nav-items[open] {
        display: flex;
    }
}
.footer {
    padding: 1.5rem 0;
    background: #f4f4f4;
}
@media screen and (max-width: 900px) {
    .footer {
        text-align: center;
    }
    .footer .sponsors {
        align-items: center;
    }
}
.logo {
    display: block;
    width: var(--logo-width);
    height: var(--logo-height);
		
}
.logo svg {
    display: block;
    width: var(--logo-width);
    height: var(--logo-height);
}
.logo--kke {
    --logo-width: 3rem;
    --logo-height: 3rem;
}
.logo--nka {
    --logo-width: 5.25rem;
    --logo-height: 2rem;
}
.logo--emmi {
    --logo-width: 4.5rem;
    --logo-height: 3rem;
}
.logo--pku img{
	height: 2rem;
	vertical-align: bottom;
	filter: opacity(0.5) grayscale(100%);
}
.logo--mma svg {
	width: 5.25rem;
	height: 2rem;
	vertical-align: bottom;
}

.logo--nka .n-a {
	fill: #888;
}
.logo--nka .k {
	fill: #888;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}
.gallery .gallery-item div {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.gallery .gallery-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.gallery .gallery-item figcaption {
    display: none;
}
.slideshow {
    position: relative;
    display: flex;
    flex: 0 0 calc(75% - 0.5rem);
    overflow: hidden;
    height: auto;
}
.slideshow .ribbon {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    padding-top: 50%;
    height: 0;
    transition: all 500ms ease-in-out;
}
.slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow .slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
}
.slideshow button {
    color: #fff;
}
.slideshow .button--navigation {
    position: absolute;
    z-index: 2;
    width: 3rem;
    height: 3rem;
}
.slideshow .button--navigation svg {
    width: 2rem;
    height: 2rem;
}
.slideshow .button--previous,
.slideshow .button--next {
    top: 50%;
    transform: translateY(-50%);
}
.slideshow .button--next,
.slideshow .button--pause,
.slideshow .button--play {
    right: 0;
}
.slideshow .button--pause,
.slideshow .button--play {
    bottom: 0;
}
.slideshow .button--previous {
    left: 0;
}
.slideshow .slideshow__pagination {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
    display: flex;
}
.slideshow .button--pagination {
    margin-right: 0.25rem;
    width: 1.5rem;
    height: 0.125rem;
    background: rgba(0, 0, 0, 0.25);
}
.slideshow .button--pagination[_active] {
    background: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 60em) {
    .slideshow {
        flex: 0 0 calc(66.6666% - 1.3332rem);
    }
}
.slideshow h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    margin: 0;
    padding: 0 4rem 2.125rem 1rem;
    width: 100%;
}
.slideshow h2 a {
    color: #fff;
}
@media screen and (max-width: 900px) {
    .slideshow {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .slideshow h2 {
        font-size: 1rem;
        line-height: 1.25;
    }
}
[_hidden],
[hidden] {
    visibility: hidden !important;
    opacity: 0 !important;
}
[_open],
[open] {
    visibility: visible !important;
    opacity: 1 !important;
}
.image img,
.image svg,
.image iframe {
    position: absolute;
    display: block;
}
.image svg,
.image .iframe,
.image .chip {
    z-index: 2;
}
.image img,
.image iframe {
    top: 0;
    width: 100%;
}
.image img {
    top: 0;
    z-index: 1;
    transition: transform 1200ms ease-in-out;
    transform: translateZ(0) scale(1);
}
.image svg {
    width: 3rem;
    height: 3rem;
    fill: #fff;
}
.image .chip {
    position: absolute;
    display: flex;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 1;
}
.image .chip svg {
    position: static;
    margin-right: 0.5rem;
    width: 0.8125rem;
    height: 0.8125rem;
}
.container .posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.latest-issue {
    flex: 1;
}
.latest-issue .stack {
    width: 100%;
}
@media screen and (max-width: 900px) {
    .latest-issue {
        display: none;
    }
}
.character .stack {
    --space: 0;
}
.year .issue {
    flex-basis: calc((100% - (3 * var(--space))) / 4);
    flex-grow: 0;
    flex-shrink: 0;
}
/* Csomagok */
.csomag .issue {
	flex-basis: calc((100% - (3 * var(--space))));
	flex-grow: 0;
	flex-shrink: 0;
}
.csomag .stack {
	justify-content: center;
}

.item.oe_video .img .icon-button,
.single .img .icon-button,
.category-podcastok .img .icon-button {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    border-radius: 100%;
    background: #000;
    color: #fff;
    transform: translate(-50%, -50%);
}
.single .img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 60rem;
}
.single .img .icon-button {
    --diameter: 6rem;
    --icon-diameter: 3rem;
}
.single header .title,
.single header .meta {
    margin-right: auto;
    margin-left: auto;
    max-width: 60rem;
    width: 100%;
}
.toc .row {
    display: flex;
    padding: 0.25rem;
}
.toc .row:nth-child(2n) {
    background: #f4f4f4;
}
.toc .row .col {
    flex: 3;
    padding: 0.25rem;
}
.toc .row .col.page-no {
    flex: 1;
}
.toc .header {
    background: var(--primary-color);
    color: var(--background-color);
}
.download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
    height: 2rem;
    color: #fff;
    line-height: 2rem;
}
.download svg {
    margin-top: 0.25rem;
    margin-left: auto;
    width: 1rem;
    height: 1rem;
}
@media screen and (max-width: 900px) {
    .oe_magazine.single .content__main {
        margin-top: 1.5rem;
        order: 2;
    }
    .oe_magazine.single .content__side {
        margin-top: 0;
        order: 1;
    }
}
.post-categories {
    display: flex;
    list-style: none;
}
.post-categories > * + * {
    margin-left: 1ch;
}


strong {
	font-weight: bold;
}

.nevjegy	{
	padding: 20px;
	font-size: 1rem;
}

.kereses {
	margin: auto;
	width: 100%;
	display: flex;
}

.kereses input	{
	width: 100%;
	border: .125rem solid #d18e01;
	padding: 0 0.5rem;
}

.search-form button {
    width: 2.5rem;
    height: 2.5rem;
    color: #d18e01;
}

.my-gallery-caption	{
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	color: white;
	background-color: rgba(0,0,0,0.3);
	/*
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	*/
	border-radius: 5px;
	padding: 2px 5px;
}
.my-gallery-caption:hover	{
	opacity: 25% !important;
	cursor: default;
	background-color: transparent;
}

.my-gallery-back	{
	height: 100%;
	width: 100%;
	z-index: -1;
}
.my-gallery-left	{
	position: absolute;
	width: 50%;
	height: 100%;
}
.my-gallery-right	{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
}

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

/* responsive sticy footer */
html, body {
  height: 100%;
  margin: 0;
}

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

.oe-body {
  flex: 1 1 auto;
  overflow-y: auto;
}

.oe-footer {
  flex-shrink: 0;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
	width: auto !important;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	width: auto !important;
}

.pagination .page-numbers {
    margin: auto;
    display: none;
}

.pagination .next {
    float:right;
    display: inline;
}
.pagination .prev {
    display: inline;
}

.variations > tbody > tr {
	display: grid;
}

em {
    font-style: italic;
}

.sponsors {
    display: flex;
    flex-wrap: wrap;
    align-items: end; /* Függőleges középre igazítás a flex elemekhez */
    justify-content: flex-start; /* Balra igazítás nagyobb képernyőn */
}

@media screen and (max-width: 900px) {
    .sponsors {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Két oszlop kis képernyőn */
        grid-gap: var(--space, 0.75rem); /* Térköz az elemek között */
    }
    
    .sponsors > a,
    .sponsors > p {
        display: flex;
        justify-self: center; /* Vízszintes középre igazítás */
        align-self: center; /* Függőleges középre igazítás */
    }
}

#main {
    padding-bottom: 30px;
}

#main.fullwidth {
    padding-bottom: 0;
}

.muted {
    color: #888;
}


/*# sourceMappingURL=style.css.map */
