body {
    background: white;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.container {
    max-width: 1000px;
}

.welcomeImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.zaevlogo {
    /* max-width: 78px; */
    height: 55px;
}
h1 {
    font-weight: 700;
    font-size: 72px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #c0a258;

}

h2 {
    color: #c0a258;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
        text-transform: uppercase;
    line-height: 28px;
    line-height: 110%;
    margin-bottom: 30px;
}

.program h2 {
    margin-bottom: 0px;
}

h3 {
    color: #033067;
    font-family: 'Montserrat';
    font-size: 22px;
    font-style: normal;
    line-height: 28px;
}

h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
}

.faq__content img {
    max-height: 290px;
    margin-right: 5px;
}

h6 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px;
}

.btn-success {
    color: white;
    background-color: #E5004B;
    border: #dec787;
    text-decoration: none;
    cursor: pointer;
    float: right;
}

.btn-success:hover {
    color: white;
    background-color: #E5004B;
    opacity: 0.8;
}

summary::marker {
    content: none;
}

.kiemelt2 {
    background-color: #E5004B;
    font-size: inherit;
    color: white;
    padding: 5px 8px;
    margin-left: 2px;
}

.csaladtag {
    /* background-color: #E5004B; */
    /* padding: 15px; */
    /* border-radius: 10px; */
    color: #c0a258;
    border-left: 2px solid #c0a258;
    margin-left: -40px;
    padding-left: 40px;
    font-weight: 600;
}

summary {
    /* color: #333; */
    padding: 1rem;
    outline: none;
    border-radius: 0px;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #E5004B;
}

.helysziniinfotable {
    color: white;
}

.helysziniinfotable tr {
    border-top: 0px;
}

.helysziniinfotable .clock2 {
    height: 30px;
}

.thumbSlider .swiper-slide,
.thumbSliderujf .swiper-slide {
    width: 25%;
    height: 250px;
    border-radius: 30px;
}

.thumbSlider .swiper-slide,
.thumbSliderujf .swiper-slide {
    width: 25%;
    height: 210px;
}

.swiper-slide img {
    border-radius: 30px;
}

.swiper-backface-hidden .swiper-slide {
    height: 750px;
    overflow: hidden;
    border-radius: 30px;
}

/* popup end */
.faq__content {}

summary:last-child {
    border-bottom: 1px solid #E8E8E8;
}

details>summary::after {
    position: absolute;
    content: url('../images/arrowDown.svg');
    right: 20px;
    display: none;
}

details[open]>summary::after {
    position: absolute;
    content: url('..//images/arrowDown.svg');
    transform: rotate(-90deg);
    right: 20px;
}

details>summary::-webkit-details-marker {
    display: none;
}

details[open] summary~* {
    animation: sweep .2s ease-in-out;
    padding: 12px 38px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: -1px;
}

.faqBox summary {
    /* color: #333; */
    padding: 1rem;
    outline: none;
    border-radius: 0px;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: inherit;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.faqBox details[open]>summary::after {
    position: absolute;
    content: url(..//images/x.svg);
    transform: rotate(-90deg);
    right: -10px;
    top: -10px;
    z-index: 999;
    display: block;
}

.faqBox details[open] summary~* {
    animation: sweep .2s ease-in-out;
    padding: 5px;
    border-bottom: 0px;
    margin-bottom: 0px;
    background: linear-gradient(143deg, #E5004B 0%, #8B1D69 100%);
    border-radius: 10px;
    position: absolute;
    top: -10px;
    padding: 15px 35px 15px 15px;
    color: white;
    z-index: 2;
    width: 100%;
    margin-left: -16px;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-top: -10px
    }

    100% {
        opacity: 1;
        margin-top: 0px
    }
}

.logoBg {
    position: absolute;
    max-width: 620px;
    top: -20px;
    right: -20px;
}

.menulogo {
    width: 280px;
    height: auto;
    z-index: 5;
    position: absolute;
    /* margin: 20px 0px; */
}

nav a:hover {
    text-decoration: none;
    color: white;
    opacity: 0.7;
}



main a {
    color: white;
    text-decoration: underline;
    background-color: transparent;
}

main a:hover {
    opacity: 0.8;
}

.transzferIkon {
    display: block;
    margin-bottom: 30px;
    max-width: 67px;
}

.regBtn a {
    color: #c0a258;
}

.gotoup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #1D4289;
    text-align: center;
    padding: 5px;
    opacity: 1;
    z-index: 999;
    transform: rotate(-180deg);
    height: 32px;
    width: 32px;
    padding: 2px;
}

.gotoup img {
    margin: 3px 0px 0px 0px !important;
    height: 8px;
}

.error {
    color: red;
    font-size: 12px;
}

table {
    margin: 0px auto;
    font-size: 16px;
    font-style: normal;
    color: white;
    /* font-weight: 700; */
    line-height: 30px;
}

.regbox_left {
    padding: 40px;
    background: #033067;
}

.helyszintable {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.reg {
    background: #dec787;
    padding: 20px 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    /* border-radius: 20px; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #35688e;
}

th,
td {
    text-align: left;
    padding: 0px;
    /* text-transform: uppercase; */
    width: 50%;

    font-size: 20px;
}

tr:nth-child(even) {}

tr {}

#helyszin tr:nth-child(even) {}

.jconfirm .jconfirm-row {
    color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-backface-hidden .swiper-slide {
    height: 1050px;
    overflow: hidden;
}

.mainSlidernyito .swiper-slide {
    height: 750px !important;
    overflow: hidden;
}

.video {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    padding: 100px 0px;
    right: 0;
    text-align: center;
}

#myVideo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mainSlider,
.mainSlider3 {
    height: 80%;
    width: 100%;
}

.limit {
    max-height: 1000px;
}

.mainSliderujf {
    height: 60%;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 30px;
}

.mainSliderujf .swiper-wrapper {
    margin-bottom: 10px;
}

.mainSlider2 {
    height: 50%;
    width: 50%;
}

.thumbSlider {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.small,
small {
    font-size: 14px;
    font-weight: 400;
    color: #797979;
    text-transform: initial;
}

.thumbSlider2,
.thumbSlider3 {
    height: 15%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: white;
}

.thumbSlider .swiper-slide,
.thumbSliderujf .swiper-slide {
    width: 25%;
    height: 250px;
    opacity: 0.8;
    cursor: pointer;
}

.thumbSlider2 .swiper-slide,
.thumbSlider3 .swiper-slide {
    width: 20%;
    height: 140px;
    opacity: 0.8;
    cursor: pointer;
}

.caption {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 32px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.thumbSlider .swiper-slide:hover,
.thumbSlider2 .swiper-slide:hover,
.thumbSlider3 .swiper-slide:hover {
    opacity: 1;
}

.thumbSlider .swiper-slide-thumb-active,
.thumbSlider2 .swiper-slide-thumb-active,
.thumbSlider3 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
    display: block;
    border: 1px solid #3C3C3C;
    color: #6b747d;
    height: 50px;
    padding: 0px 30px;
}

.form-separator {
    border-top: 2px #E5004B solid;
    margin-top: 60px;
    padding-top: 30px;
}

.form-check-input {
    opacity: 0;
    line-height: normal;
    margin-left: -46px !important;
    height: 30px;
    position: absolute;
    z-index: 333;
    width: 70px;
    cursor: pointer;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-bottom: 20px;
}

.form-check-label {
    padding-left: 0px;
}

:checked+label.form-check-label::before {
    content: "";
    background-image: url(../images/checked_active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 27px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
}

label.form-check-label::before {
    content: url(../images/unchecked_inactive.svg);
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 34px;
}

#tc_1-error,
#tc_2-error,
#tc_3-error {
    position: absolute;
    top: -20px;
    left: 4px;
}



@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

::placeholder,
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Montserratnet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.epulet {
    max-height: 550px;
    margin-top: -50px;

}

.year {
    font-weight: 100;
}

header {
    min-height: 700px;
    background-size: cover;
    background-position: top;
    background-image: url('../images/25xmas/header_bg.jpg');
    margin-top: -108px;
    position: relative;
    z-index: 1;
    overflow: hidden;

}


/* CSS */
.gallery {
    --gap: 24px;

    margin: 0 auto;
    margin: 0px 20px;
    display: grid;
    gap: var(--gap);
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "a a b"
        "c d b"
        "e e f";
}

/* cellák a kívánt helyre */
.item.a {
    grid-area: a;
}

.item.b {
    grid-area: b;
}

/* jobb oldali nagy kép (2 sort span-el) */
.item.c {
    grid-area: c;
}

.item.d {
    grid-area: d;
}

.item.e {
    grid-area: e;
}

.item.f {
    grid-area: f;
}

/* képek szépen kitöltik a helyet */
.item {
    overflow: hidden;
}

.item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* opcionális magasság/arány a vizuál közelítéséhez */
.item.a {
    aspect-ratio: 16/9;
}

.item.b {
    min-height: 520px;
}

/* a nagy jobb oldali */
.item.c {
    aspect-ratio: 4/5;
}

.item.d {
    aspect-ratio: 4/5;
}

.item.e {
    aspect-ratio: 16/10;
}

.gallery .item:hover {
    cursor: pointer;
    opacity: 0.9;
}

.kep_info {

    width: 100%;
    height: 80%;
    object-fit: cover;
    object-position: center;
}

#lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

#lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: 1fr;
        grid-template-areas:
            "a"
            "b"
            "c"
            "d"
            "e"
            "f";
    }
}

.date {
    position: absolute;
    right: -10px;
    bottom: -40px;
    width: 350px;

}

@keyframes blur {
    0% {
        -webkit-filter: blur(40px);
        -moz-filter: blur(40px);
        -o-filter: blur(40px);
        -ms-filter: blur(40px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
    }
}

h5 {
    font-weight: bold;
    font-size: 22px;
}

article {
    padding: 100px 0px;
}

.time {
    margin-bottom: 10px;
}

.time img {
    height: 10px;
    width: auto;
    margin-left: 17px;
    margin-top: -2px;
}

.arrow {
    height: 51px;
    width: auto;
    margin-right: 20px;
    margin-top: -2px;
}

.pointer {
    height: 20px;
    margin-right: 10px;
    margin-top: -2px;
}

.clock {
    height: auto;
    width: 35px;
    text-align: right;
    margin-right: 20px;
    margin-top: -2px;
    margin-left: 10px;
}

.clock2 {
    height: 55px;
    width: auto;
    text-align: right;
    margin-right: 20px;
    margin-top: -2px;
    margin-left: 10px;
}

.lighter {
    background: #ffffff;
}

.darker {
    background-image: url('../images/bg-logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.show {
    background-image: url('../images/show.jpg');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 81px 0px rgb(0 0 0 / 27%);
}

.program {
    background: #c0a258;
    padding: 0px;
}

.program .container {
    padding: 80px 0px;

}

background: #EEF0EB;
}

.program-bg {
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    width: 107%;
    display: none;
    height: auto;
}

.footer-bg {
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

#tombola {
    background-size: 100%;
    color: white;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
    background: linear-gradient(99deg, rgba(33, 55, 104, 0.80) 12.57%, rgba(110, 195, 191, 0.80) 100%);
}

#tombola .col-lg-4 {
    padding: 10px;
}

.tombolaImg {
    position: inherit;
}

.fellepoImg {
    border-radius: 20px;
    position: inherit;
    transition: transform .4s;
    max-width: 100%;
}

.artistName {
    position: absolute;
    z-index: 3;
    background: #E5004B;
    color: white;
    font-family: 'panton_black';
    padding: 15px;
    margin: 30px;
    bottom: 8px;
}

.db {
    position: absolute;
    z-index: 3;
    padding: 0px;
    margin: 0px;
    top: 30px;
    left: 10px;
}

.artistName_white {
    position: absolute;
    z-index: 3;
    background: white;
    color: black;
    padding: 5px 15px;
    margin: 30px;
    bottom: 5px;
    font-family: 'panton_black';
}

#tombola img {
    max-width: 100%;
    transition: opacity .4s;
    opacity: 1;
    border-radius: 30px;
}

.fellepoImg {
    transition: opacity .4s;
    opacity: 1;
    border-radius: 30px;
}

#fellepok {
    background: #3C3C3C;
}

#fellepok .position-relative,
#musorvezetok .position-relative {
    padding: 10px;
}

.placeIcon {
    max-width: 60px;
    float: left;
    margin-top: -21px;
    padding-right: 10px;
    /* display: block;
}
.leiras {
        padding: 18px 4px;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    font-size: 13px;
    line-height: 120%;
}
}

.img-fluid {
    border-radius: 30px;
}

#hrzone {
    background: white;
}


#program2,
#gyik {
    background: #F0F0F0
}

#transzfer {
    background: #1D4289;
    color: white;
}

#musorvezetok {
    background: white;
}

input::placeholder {
    color: white;
}

.whitebox {
    border-radius: 0px;
    background: #FFF;
    padding: 30px;
    min-height: 350px;
    margin-bottom: 30px;
    color: black;
}

.program .whitebox {
    min-height: initial;
    padding: 30px 22px;
}

.outlinedBox {
    border-radius: 20px;
    border: 2px solid #FFF;
    padding: 30px;
    margin-bottom: 30px;
}

.btn-danger {
    color: #fff;
    background-color: transparent;
    border-color: #E5004B;
    cursor: pointer;
}

#program2 {
    max-width: 100%;
    overflow: hidden;
}

#koszonto {
    /* max-width: 980px; */
    margin: 0px auto;
    background: linear-gradient(to left, #EEF0EB 65%, transparent 65%);
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

nav li {
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeSlideIn 0.4s forwards;
}

nav li:nth-child(1) {
    animation-delay: 0.1s;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

nav li:nth-child(2) {
    animation-delay: 0.2s;
}

nav li:nth-child(3) {
    animation-delay: 0.3s;
}

nav li:nth-child(4) {
    animation-delay: 0.4s;
}

nav li:nth-child(5) {
    animation-delay: 0.5s;
}

nav li:nth-child(6) {
    animation-delay: 0.6s;
}

.koszonto_inner {

    margin: 0px auto;
}



#kapcsolat a,
#kapcsolat {
    color: white;
}

.ujinfo {
    background: #35688e;
    color: #dec787;
    padding: 30px;
}

.kiemelt {
    background-color: #E5004B;
    font-size: 26px;
    color: white;
    line-height: 40px;
    display: table-cell;
    padding: 5px 17px;
}

#regisztracio {
    color: white;
    background: #034a9b;
}

#helyszin {
    background: #034a9b;
    background-image: url(../images/25xmas/map.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.programbox {
    /* margin-bottom: 50px; */
    background: #062147;
    color: white;
    text-align: center;
    padding: 25px;
}

.helysziniinfotable td {
    font-size: 18px;
    text-transform: math-auto;
    font-weight: 500;
    color: white;
    padding-bottom: 20px;
}

.programbox img {
    margin-bottom: 14px;
    display: block;
    margin: 0px auto;
    margin-bottom: 15px;
}

.eventImg {
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 10px #02347D solid;
    border-radius: 10px;
}

.eventImg:hover {}

.form-control {
    border: 1px solid white;
    color: #6b747d;
    height: 55px;
    border-radius: 0px;
    background: transparent;
    color: white;
}

.logo {
    text-align: center;
    margin-top: 50px;
}

.logo img {
    margin: 50px;
    height: 100px;
}

nav a {
    color: white;
}

.layerholderheader {
    background: rgba(0, 122, 225, 0.0);
    height: 100%;
    margin: 0px;
    padding: 100px 0px;
}

.layerholder {
    background: rgba(0, 122, 225, 0.6);
    height: 100%;
    margin: 0px;
    padding: 100px 0px;
}

.layerholdermenu {
    background: rgba(0, 122, 225, 0.8);
    height: 100%;
    margin: 0px;
    padding: 10px 0px 10px;
}

.desktopmenu {
    margin: 0px auto;
    max-width: 1000px;
    padding-top: 20px;
    position: relative;
}

.heroText {
    margin: 0px auto;
    max-width: 1000px;
    color: white;
    padding-top: 180px;
}

.dotted2 {
    position: absolute;
    top: 18px;
    left: 60px;
}

.heroText .row {
    margin-left: 15px;
    position: relative;
}

.faqBox {
    color: #000;
    min-height: 155px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-bottom: 1px solid #969696;
    padding: 20px 0px 20px 0px;
    margin-bottom: -20px;
}

#gyik .col-md-4 {
    border-right: 1px solid #969696;
    margin-bottom: 20px;
    margin-top: 20px;
}

nav {
    /*   position: sticky;*/
    width: 100%;
    padding: 5px 0px;
    z-index: 10;
}

nav ul {
    list-style-type: none;
    display: flex;
    margin: 6px 0px;
    padding: 0px;
    float: right;
}

nav ul li {
    display: list-item;
    list-style: none;
    text-transform: uppercase;
    margin: 0px 20px;
    padding-top: 25px;
    color: #FFF;
    text-align: right;
    /* font-family: 'panton-regular', sans-serif; */
    font-size: 16px;
    /* letter-spacing: 0.5px; */
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

nav.programmenu ul {
    float: left;
}

nav.programmenu ul li {
    margin: 0px 30px 0px 0px;
    text-align: left;
}

label {
    margin-top: 15px;
    color: #1D4289;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.form-check small {
    margin-left: 15px;
    color: white;
}

.btn-primary {
    text-transform: uppercase;
    /* letter-spacing: 1.5px; */
    font-weight: bold;
    border: 0px;
    padding: 15px 35px;
    /* font-family: 'panton_black'; */
    background: #c0a258;
    border-radius: 0px;
}

.btn-primary:hover {
    opacity: 0.7;
}

.time {
    margin-bottom: 15px;
}

.eventImg img {
    max-width: 100%;
}

.transzfertable {
    font-size: 14px;
    max-width: inherit;
}

.transzfertable a {
    color: white !important;
}

.bogyo {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at 30% 30%, #4e8cd1, #034a9b);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin: 20px auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 8px rgba(0, 0, 0, 0.4);
    font-size: 20px;
}

.bogyo::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    width: 18px;
    height: 18px;
    background: gold;
    border-radius: 3px;
    transform: translateX(-50%);
}

.bogyo::after {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 2px;
    height: 25px;
    background: gold;
    transform: translateX(-50%);
}

.bogyo {
    opacity: 0;
    transform: scale(0.8);
    animation: fadeIn 0.8s ease forwards;
}

.bogyo:nth-child(1) { animation-delay: 0.2s; }
.bogyo:nth-child(2) { animation-delay: 0.4s; }
.bogyo:nth-child(3) { animation-delay: 0.6s; }
.bogyo:nth-child(4) { animation-delay: 0.8s; }
.bogyo:nth-child(5) { animation-delay: 1s; }

/* Animáció definíció */
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}


footer {
    background: #033067;
    text-align: center;
    position: relative;

        padding: 150px 0px;
    overflow: hidden;
    background-image: url(../images/25xmas/header_bg.jpg);
}

.lightbox {
    /* Default to hidden */
    display: none;
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* A bit of padding around image */
    padding: 1em;
    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
    display: block;
}

.lightbox span {
    /* Full width and height */
    display: block;
    width: 100%;
    height: 100%;
    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobilmenu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobilmenu {
        display: block;
        margin-top: 50px;
    }

    h1 {
        font-weight: 700;
        font-size: 32px;
    }

    .footermenu a {
        display: block;
        width: 100%;
        text-align: left;
    }

    body {
        overflow-x: hidden;
    }

    #helyszin,
    #regisztracio,
    #transzfer {
        padding: 100px 0px 200px 0px;
        background-position: bottom;
    }

    .lg:hover,
    .iphone:hover,
    .suzuki:hover,
    .hunguest:hover,
    .tablet:hover {
        transform: none !important;
    }

    .tombola img {
        transform: rotate(0deg) scale(1.0) !important;
    }

    .desktopmenu {
        display: none;
    }

    .desktopmenu.programmenu {
        display: block;
    }

    .heroText img {
        max-width: 200px;
    }

    .btn-primary {
        width: 100%;
    }

    .date {
        margin-left: 0px;
        margin-top: 0px;
        position: absolute;
        right: -10px;
        bottom: -160px;
        width: 200px;

    }

   th, td {
    padding: 5px 2px;
    }

    .regbox_left {
        padding: 30px 10px;
        /* background: #062147; */
        font-size: 17px;
        margin-bottom: 50px;
    }

    .heroText .row {
        margin-left: 5px;
    }

    .dotted2 {
        position: absolute;
        top: 8px;
        left: 70px;
    }

    p,
    body {
        font-size: 20px;
        line-height: 160%;
    }

    .epulet {
        max-height: 550px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .heroText {
        margin: 0px auto;
        /* padding-top: 80px; */
        padding: 20px;
        font-size: 18px;
    }


.mobilcontainer {
    Display: flex;
    justify-content: center;
    align-items: center;
}

.phone {
    width: 100%;
    height: 100%;
    Display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    width: 100%;
    height: 91%;
}

nav ul {
    display: block;
}

nav {
    background-color: none;
    height: 85px;
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: black;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383F;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 90%;
    height: 500px;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #35688e;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

footer {
    background-position: left;
    background-position: left;
    background-size: 360%;
}

.mainSlider2 {
    height: 50%;
    width: 100%;
}

.mainSlidernyito .swiper-slide {
    height: 210px !important;
    overflow: hidden;
}

table {
    border-collapse: collapse;
    max-width: 100%;
    margin: 0px auto;
    font-size: 14px;
}

.thumbSlider .swiper-slide,
.thumbSliderujf .swiper-slide {
    height: 100px;
}

.whitebox {
    min-height: inherit;
}

#fellepok .position-relative,
#musorvezetok .position-relative {
    padding: 15px 15px;
}

h2 {
    line-height: 38px;

}

header {
    min-height: 360px;
    margin-top: 0px;
    background-position: top;
}

#menu li {
    padding: 10px 0;
    transition-delay: 2s;
}

#tombola .col-lg-4 {
    padding: 15px 15px;
}

#menuToggle input:checked~ul {
    transform: none;
}

.faqBox details[open] summary~* {
    top: -20px;
    width: 100%;
}

.faqBox summary {
    font-size: 18px;
}

th,
td {
    padding: 15px 2px;
}

.kiemelt {
    font-size: inherit;
    color: white;
    padding: 5px 10px;
    line-height: 160%;
}

.program-bg,
.footer-bg {
    width: auto;
    height: 100%;
}
}
