@font-face {
    font-display: swap;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: "400";
    src: url(../fonts/Inter-Regular.eot);
    src:
        url(../fonts/Inter-Regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Inter-Regular.woff) format("woff"),
        url(../fonts/Inter-Regular.ttf) format("truetype"),
        url(../fonts/Inter-Regular.svg?#webfont) format("svg");
}

@font-face {
    font-display: swap;
    font-family: Inter-Bold;
    font-style: normal;
    font-weight: "700";
    src: url(../fonts/Inter-Bold.eot);
    src:
        url(../fonts/Inter-Bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Inter-Bold.woff) format("woff"),
        url(../fonts/Inter-Bold.ttf) format("truetype"),
        url(../fonts/Inter-Bold.svg?#webfont) format("svg");
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

::-moz-selection {
    background: #d91a5d;
    text-shadow: none;
}

::selection {
    background: #d91a5d;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

strong {
    font-family: "Inter-Bold", sans-serif;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul.list {
    list-style: none;
}

.lower {
    text-transform: lowercase;
}

div.center {
    text-align: center;
}

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

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

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

#toTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #c5345e;
    color: white;
    cursor: pointer;
    padding: 10px 12.5px;
    border-radius: 10px;
    font-size: 18px;
}

#toTop:hover {
    opacity: 0.9;
    background-color: #a32f50;
}

/* ==========================================================================
Author's custom styles
========================================================================== */

html,
body {
    height: 100%;
}
body {
    color: #221445;
    background: #ebeede;
    font-family: "Inter-Regular", sans-serif;
    overflow-x: hidden;
    padding-top: 90px;
}

.mobil {
    display: none;
}

.wrapper {
    max-width: 1280px;
    min-width: 930px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.swiper {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper .swiper-slide {
    display: flex;
    align-items: center;
}

.swiper img {
    width: 170px;
    max-width: 170px;
    height: auto;
    max-height: 100px;
    display: table;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

/* Tooltip */

.tooltip {
    cursor: help;
    position: relative;
    display: inline-block;
}

.tooltip .tooltipText {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.tooltip:hover .tooltipText {
    visibility: visible;
}

/* header */
header {
    background-color: #ebeede;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: rgba(34, 20, 69, 0.1) 0px 2.5px 5px;
}
header.programok-header {
    height: 120px;
}
header div.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
}
header div.logo img {
    width: 100%;
    height: auto;
}
header div.social {
    position: absolute;
    top: 35px;
    right: 85px;
    display: flex;
}
div.social a {
    margin-right: 15px;
}

header div.menu.nav {
    text-align: left;
    padding-top: 40px;
    padding-left: 370px;
}
header div.menu ul {
    margin: 0 0 0 -45px;
    padding: 0;
}
header div.menu.mobile ul {
    margin: 0;
    padding: 0;
}
header div.menu ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}
div.menu ul li a {
    display: block;
    padding: 2px 10px;
    color: #221445;
    font-family: "Inter-Bold", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

div.menu ul li a.buyticket {
    color: #d91a5d;
}

/* countdown */

#countdown {
    z-index: 1;
}

.countdown-text {
    font-size: 40px;
    color: #ebeede;
    font-family: "Inter-Bold", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.countdown-text a {
    color: #ebeede;
}

.countdown-text a:hover {
    color: #d91a5d;
}

.countdown-flex {
    display: flex;
}

#remaining {
    font-size: 42px;
    color: #d91a5d;
    margin-right: 7.5px;
}

.soon {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    font-family: "Inter-Bold", sans-serif;
}

/* learnmore */

.learnmore {
    text-align: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learnmore::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 20, 69, 0.2);
}

.learnmore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/* infograf */

div.infographics {
    width: 100%;
    padding-top: 40px;
    background: #ebeede;
}
.contentpadding {
    padding: 30px 30px 70px 30px;
}

.infographics h2 {
    display: inline-block;
    margin-top: 30px auto 0 auto;
    border-radius: 5px;
    color: #d91a5d;
    font-size: 40px;
    text-align: center;
    padding: 7px 15px;
    font-size: 40px;
    font-family: "Inter-Regular", sans-serif;
    text-transform: uppercase;
}
.igrow2 {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: "Inter-Bold", sans-serif;
    text-transform: uppercase;
}
.igrow2 .pic {
    height: 115px;
    position: relative;
}
.igrow2 .pic img {
    width: auto;
    height: 115px;
}

.igrow2.col1 .pic img {
    height: 94px;
}

.igrow2.col4 .pic img {
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.igrow2 .steps {
    padding: 10px 0 20px 0;
}

.igrow2 .line {
    background-color: #221445;
    height: 2px;
    display: block;
    position: relative;
    top: -10px;
}

.igrow2 .dot {
    background-color: #221445;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
}

.igrow2.col1 .line {
    width: 50%;
    float: right;
}

.igrow2.col4 .line {
    width: 50%;
}

.igrow2 .date,
.igrow2 .time {
    color: #221445;
}

.igrow2 .date {
    font-size: 24px;
}

.igrow2 .time {
    font-size: 20px;
}

.igrow2 .ig {
    color: #221445;
    padding-top: 10px;
}

.igrow2 h3 {
    color: #221445;
    font-size: 16px;
    max-width: 200px;
    margin: auto;
}

.igrow2.active .date,
.igrow2.active h3 {
    color: #d91a5d;
}

.igrow2 hr {
    width: 26px;
    background: #221445;
    height: 2px;
    border: none;
}

/* emailalert */

#newsletter {
    background-color: #031a3b;
    text-align: center;
    color: #fff;
    padding: 90px 0;
}

#newsletter .text {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px;
}

.emailalert input.email {
    background: #d91a5d;
    padding: 7px 20px;
    margin-top: 5px;
    width: 258px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border: 1px solid #d91a5d;
    border-radius: 6px 0px 0px 6px;
}

.emailalert input {
    box-shadow: none;
}
.emailalert input::placeholder,
.emailalert input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
}

.emailalert button {
    background: #d91a5d;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px 6px 6px 0px;
    border: none;
    padding: 8px 20px;
    margin-left: -5px;
    line-height: 22px;
}

#newsletter a {
    text-transform: capitalize;
}

#newsletter .toggle {
    text-transform: inherit;
}

.latestnews {
    padding-bottom: 80px;
    color: #221445;
    background: #ebeede;
}
.latestnewscontainer.contentpadding {
    padding-bottom: 0px;
}
.latestnews h2 {
    display: inline-block;
    margin-top: 30px;
    color: #d91a5d;
    text-transform: uppercase;
    font-family: "Inter-Bold", sans-serif;
    font-size: 40px;
    text-align: center;
}
.latestnews .newscol {
    width: 32%;
    float: left;
    margin-right: 2%;
    line-height: 150%;
}
.latestnews .newscol > a {
    color: #221445;
    min-height: 235px;
    display: block;
}
.latestnews .newscol a img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: top;
}
.latestnews .newscol:nth-child(3n) {
    margin-right: 0;
}
.latestnews h3 {
    font-family: "Inter-Bold", sans-serif;
    color: #221445;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0px 0 2px 0;
}
.latestnews h4 {
    color: #d91a5d;
    font-size: 15px;
    margin: 0;
}
.latestnews p {
    color: #221445;
    margin: 10px 0;
    text-align: justify;
}
article {
    color: #221445;
    margin-top: 20px;
    min-height: 50vh;
}

.articlejustify {
    text-align: justify;
}

.articlejustify p {
    text-align: justify;
}

.partners {
    background: #ebeede;
}

.partners img {
    filter: brightness(0.2);
}

.participants {
    background: #ebeede;
    color: #221445;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 150%;
    margin-top: -30px;
}
.participants h2 {
    display: inline-block;
    margin-top: 70px;
    color: #d91a5d;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    padding: 7px 15px;
    margin-bottom: 0;
    font-family: "Inter-Bold", sans-serif;
}
.participants a {
    text-decoration: none;
    color: #221445;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Inter-Bold", sans-serif;
}

.participants a:hover {
    color: #d91a5d;
}

.participants .programok {
    color: #221445;
    font-family: "Inter-Bold", sans-serif;
    font-size: 20px;
    margin-top: 35px;
}
footer {
    text-align: center;
    color: #221445;
    background: #ebeede;
    padding: 20px 10px 20px 10px;
}
footer a {
    padding: 5px;
    margin-right: 20px;
    vertical-align: middle;
}
footer .footerlinks {
    margin-top: 20px;
}
footer .footerlinks a {
    margin: 20px 0 0 0;
    color: #221445;
    font-size: 15px;
}

footer a img {
    height: 40px;
    width: auto;
}

.stickyheader {
    background-color: #060000;
    height: 115px;
    width: 100%;
    min-width: 960px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
}

.article .stickyheader {
    display: block;
}
.article article {
    padding-top: 60px;
    background-color: #ffffff;
    padding-bottom: 30px;
}
article .left-col {
    width: 63%;
    float: left;
    margin-right: 6.5%;
    margin-top: 10px;
}
article .right-col {
    width: 30%;
    float: left;
    margin-top: 10px;
}
article .right-col h2 {
    background-color: #d91a5d;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    font-family: "Inter-Bold", sans-serif;
    font-size: 22px;
}
.article article h1 {
    font-family: "Inter-Bold", sans-serif;
    font-size: 22px;
    color: #031a3b;
    text-transform: uppercase;
    margin: 22px 0 1px 0;
}
.article article h4 {
    font-weight: 400;
    font-size: 14px;
    color: #d91a5d;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
p.more {
    text-align: center;
    margin-top: 35px;
}
a.morenews {
    background-color: #d91a5d;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
    padding: 10px 45px;
    text-decoration: none;
    font-family: "Inter-Bold", sans-serif;
    display: inline-block;
}
hr {
    background-color: #ffc30f;
    border: none;
    width: 64%;
    margin: 20px auto;
    height: 2px;
}
.newscol {
    margin-bottom: 35px;
}
.breadcrumbs {
    color: #d91a5d;
    font-size: 14px;
    margin: 40px 0 30px 0;
}
.breadcrumbs a {
    color: #d91a5d;
    text-decoration: none;
}
.scrolled .stickyheader {
    display: block;
}
.stickyheader .logo {
    position: absolute;
    top: 27px;
    left: 85px;
    width: 146px;
    height: 65px;
}
.stickyheader .logo img {
    width: 100%;
    height: auto;
}
.stickyheader div.social {
    position: absolute;
    top: 39px;
    right: 52px;
}
.stickyheader div.menu {
    position: absolute;
    top: 33px;
    right: 139px;
}
.stickyheader div.menu ul {
    margin: 0;
    padding: 0;
}
.stickyheader div.menu ul li {
    list-style-type: none;
    display: inline-block;
}
.stickyheader div.menu ul li a {
    display: block;
    color: white;
    font-family: "Inter-Bold", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

img.img-responsive {
    width: 100%;
    height: auto;
}
.mobile {
    display: none;
}

h3 {
    margin: 20px 0 2px 0;
}

h3 a {
    text-decoration: none;
    color: #221445;
    text-transform: uppercase;
    font-size: 17px;
}
.right-col .newscol h3 a {
    color: #221445;
}
.press p strong {
    display: inline-block;
    color: #d91a5d;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: "Inter-Bold", sans-serif;
}
.press p {
    margin-bottom: 30px;
}
.left-press {
    margin-right: 6.5%;
}

/** program **/

.program {
    margin-top: 60px;
}

.tab.active {
    background-color: #d91a5d;
    border-color: #d91a5d;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

div#prg {
    margin-top: 10px;
}

body.program a {
    font-family: "Inter-Bold", sans-serif;
}

body.program article {
    background-color: #d91a5d;
    padding-bottom: 0;
}

body.program .breadcrumbs {
    background-color: #fff;
    padding: 10px;
}

body.program .participants h2 {
    margin: 30px 30px 0 30px;
}

body.program .articlepadding {
    background: #fff;
}
.kisokospadding {
    margin: 0 30px;
}
body.program .participants .contentpadding {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
}

body.program .button {
    margin-bottom: 50px;
}

body.program .button a {
    background: #f5f5f5 url("../images/bg.jpg") no-repeat left top;
    background: #d91a5d;
    padding: 7px 15px;
    border-radius: 5px;
}

span.kiemeles {
    font-family: "Inter-Bold", sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
}

.jel {
    font-size: 12px;
}

.szinhaz {
    color: #d91a5d;
    position: relative;
}

.jel img {
    width: 15px;
    height: auto;
    margin: 5px;
}

.szinhaz .sz-logo {
    float: left;
    width: 30%;
    padding: 10px 30px 10px 0;
}

.szinhaz .sz-logo img {
    width: 100%;
}

.szinhaz p {
    color: #060000;
    float: left;
    display: block;
    width: 70%;
}

.szinhaz .buttons {
    position: absolute;
    text-align: right;
    right: 0px;
    bottom: 20px;
}

.szinhaz .buttons a.pointer img {
    width: 25px;
    height: auto;
}

.szinhaz .buttons a.jegy {
    background: #060000;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-top: 10px;
    margin-left: 10px;
}

.szinhaz .buttons a.jegy:hover {
    opacity: 0.7;
}

.table .regisztracio {
    background: #d91a5d;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-top: 10px;
    margin-left: 10px;
}

.table a.regisztracio:hover {
    opacity: 0.7;
}

.jel {
    text-align: center;
    border-bottom: 4px solid #d91a5d;
    margin: 50px 0;
}

.programs {
    margin-bottom: 40px;
}

div.table {
    width: 100%;
    color: #fff;
}

div.table-row {
    width: 100%;
    display: flex;
}

div.table .cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: #060000;
    border-bottom: 2px solid #fff;
}

div.table .cell p,
div.table .cell p a {
    color: #fff;
    text-align: center;
}

div.table .cell-4 p,
div.table .cell-4 p a {
    text-align: left !important;
}

div.table .cell-01 {
    width: 10%;
    text-align: center;
}

div.table .cell-02 {
    width: 20%;
    background: #d91a5d;
    text-transform: uppercase;
}

div.table .cell-02 .tooltip .tooltipText {
    font-size: 0.8em;
    padding: 10px;
}

div.table .cell-02 img {
    width: 20px;
    height: auto;
    margin: 0 auto;
}

div.table .cell-02 img[src="img/ikonok/ikon-hallas-w.png"],
div.table .cell-02 img[src="img/ikonok/ikon-latas-w.png"] {
    width: 20px;
    height: auto;
}

div.table .cell-03 {
    width: 20%;
}

div.table .cell-04 {
    width: 40%;
    text-align: left !important;
}

div.table .cell-05 {
    width: 10%;
}

div.table .cell-03 strong {
    text-transform: uppercase;
}

div.table .table-row.odd {
    color: #2d003c;
}

div.table .table-row.odd .cell-01,
div.table .table-row.odd .cell-03 {
    background: #cf9de0;
}

div.table .table-row.odd .cell-02 {
    background: #ddc5e8;
}

div.table .table-row.odd.cim .cell {
    width: 100%;
    background: #c5e5e9;
    display: block;
    text-transform: uppercase;
    font-size: 1.8em;
    padding: 10px 20px;
    border: none;
}

/** szinhazak logoi **/

.szinhaz .sz-logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

/** varosi **/

#seta {
    margin-top: 50px;
}

h2#varosi {
    background: #fff;
    text-transform: uppercase;
    padding: 30px 0 20px 20px;
    color: #060000;
    margin: 0;
    border-bottom: 4px solid #d91a5d;
}

div#seta .szinhaz {
    color: #060000;
    padding: 20px;
    font-family: "Inter-Bold", sans-serif;
    text-transform: uppercase;
}

div.table.varosi .cell-01 {
    background: #d91a5d;
    width: 90%;
    display: block;
    padding: 5%;
    text-align: left;
}

div.table.varosi .cell-02 {
    background: #060000;
    text-transform: inherit;
    width: 90%;
    display: block;
    padding: 5%;
    text-align: left;
}
div.szinhaz {
    margin-top: 10px;
}

/* link-szin */
a {
    color: #d91a5d;
}
a:hover {
    color: #221445;
}

/* back to top icon */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 37px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: white;
    padding-top: 13px;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

p.hirkep img {
    width: 100%;
}

/* ==========================================================================
Media Queries
========================================================================== */

@media only screen and (max-width: 960px) {
    body {
        padding-top: 50px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    header div.menu,
    body.article div.menu {
        position: absolute;
        top: 50px;
        right: -100%;
        width: 100%;
        transition: right 0.6s ease;
        z-index: 100;
        color: #221445;
        background: #ebeede;
    }
    header div.menu.open,
    body.article div.menu.open {
        right: 0;
    }
    header div.menu ul li,
    body.article div.menu ul li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin: 0 5px 5px 5px;
    }
    header div.menu ul li a,
    div.menu ul li a.buyticket,
    body.article div.menu ul li a {
        display: block;
        padding: 10px;
        color: #221445;
        font-family: "Inter-Bold", sans-serif;
        font-size: 20px;
    }
    body.article div.menu.subpage ul li a {
        display: block;
        padding: 10px;
        color: #221445;
        font-family: "Inter-Bold", sans-serif;
        font-size: 20px;
    }
    body.article div.menu.subpage ul {
        margin: 0;
        padding: 0;
    }
    body.article div.menu.subpage.open {
        top: 130px;
    }
    body.article div.menu.subpage.open ul li {
        margin-bottom: 0px;
    }
    header div.mobilemenu img,
    body.article div.mobilemenu img {
        width: 40px;
        height: auto;
        cursor: pointer;
    }
    .wrapper {
        min-width: 310px;
        max-width: 100%;
        width: 100%;
    }
    header div.social a {
        display: inline-block;
        margin-bottom: 7px;
    }
    header div.social {
        position: absolute;
        top: 14px;
        right: 48px;
        display: block;
    }
    header div.mobilemenu,
    body.article div.mobilemenu {
        position: absolute;
        top: 10px;
        right: 11px;
    }
    header div.logo {
        width: 50px;
        left: 15px;
    }

    div.learnmore {
        min-height: 490px;
        height: auto;
    }

    /* article */

    body.article .stickyheader {
        min-width: 100%;
        height: 96px;
    }

    body.article .stickyheader .logo {
        width: 130px;
        top: 20%;
        left: 30px;
    }

    body.article .stickyheader div.social {
        top: 56%;
        right: 25px;
    }

    body.article .stickyheader .wrapper {
        background: transparent;
    }
    .stickyheader,
    .scrolled .stickyheader {
        display: none;
    }

    .scrolled .infographics .wrapper {
        background: transparent;
    }

    .participants {
        font-size: 17px;
    }

    .latestnews .newscol,
    div.press {
        width: 100%;
        float: none;
        margin: 0 auto;
        line-height: 150%;
        margin-bottom: 40px;
    }
    .latestnews .newscol:last-child {
        margin-right: auto;
    }
    .article .left-col,
    .article .right-col {
        width: 82%;
        float: none;
        padding: 0 30px;
        display: block;
        margin: 0 auto;
    }
    .article .right-col {
        padding-top: 30px;
        clear: both;
    }

    body.article .latestnews ul.list li strong {
        text-align: left;
    }

    ul.list {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer {
        padding: 1px 10px 20px 10px;
    }

    footer .footerlinks a {
        display: inline-block;
        margin: 0;
    }

    div.table .cell-01 {
        width: 90%;
        display: block;
        padding: 5%;
    }
    div.table .cell-02 {
        width: 90%;
        display: block;
        padding: 5%;
    }
    div.table .cell-03 {
        width: 90%;
        display: block;
        padding: 5%;
    }
    div.table .cell-04 {
        width: 90%;
        display: block;
        padding: 5%;
    }
    div.table .cell-05 {
        width: 90%;
        display: block;
        padding: 5%;
    }
    div.table .cell-06 {
        width: 90%;
        display: block;
        padding: 5%;
    }
    #prg .table-row {
        margin-bottom: 50px;
        flex-direction: column;
    }
    article .left-col,
    article .right-col {
        width: 100%;
        display: block;
        float: none;
    }
    .articlepadding {
        padding: 0 5%;
    }
    .szinhaz {
        padding: 0 0 30px 0;
        margin-top: 0;
    }
    .jel {
        margin: 0;
    }
    div#prg {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    div.learnmore {
        min-height: 400px;
    }
    div.breadcrumbs {
        margin: 20px 0 0 0;
    }
}

@media only screen and (max-width: 1080px) and (min-width: 961px) {
    header div.social {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    header {
        height: 50px;
    }

    header.programok-header {
        height: 70px;
    }

    header div.logo {
        top: 0;
    }

    header div.mobilemenu,
    body.article div.mobilemenu {
        top: 1px;
    }

    .program {
        padding: 0 15px;
    }

    div.learnmore {
        height: 350px;
    }

    .countdown-text {
        font-size: 26px;
    }

    #remaining {
        font-size: 28px;
    }

    .igcontainer.contentpadding {
        padding: 0 0 70px 0;
    }

    .igrow2 {
        width: 100%;
    }

    .igrow2.col1 .line,
    .igrow2.col4 .line,
    .igrow2.col6 .line {
        width: 100%;
    }

    .emailalert input.email {
        width: 225px;
    }

    .participants h2 {
        font-size: 28px;
    }

    .latestnews .newscol > a {
        min-height: 190px;
    }
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

/* ==========================================================================
Helper classes
========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
