@font-face {
    font-family: reckless-thin;
    src: url('../fonts/RecklessNeue-Thin.ttf');
}


@font-face {
    font-family: reckless-light;
    src: url('../fonts/RecklessNeue-Light.ttf');
}

@font-face {
    font-family: reckless-regular;
    src: url('../fonts/RecklessNeue-Regular.ttf');
}

@font-face {
    font-family: reckless-bold;
    src: url('../fonts/RecklessNeue-Bold.ttf');
}

body {
    background: black;
    color: black;
    font-family: 'reckless-regular';
    font-size: 18px;
    line-height: 30px;
}

b,
strong {
    font-family: reckless-bold;
}

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

.container {
    max-width: 1180px;
}

h1 {
    text-align: center;
    font-family: 'reckless-regular';
    font-size: 58px;
    color: white;
    padding-top: 60px;
}

h2 {
    color: white;
    font-family: 'reckless';
    font-size: 50px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 50px;
}

h3 {
    color: white;
    font-family: 'reckless-bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 50px;
}

#tombola h3 {
    color: black;
    font-family: 'reckless-regular';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    color: white;
}

h4 {
    color: #FFF;
    font-family: Inter;
    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;
}

a:hover {
    color: #e20613;
}

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

.levelek {
    margin-bottom: -450px;
}

.szlogen {
    max-width: 150px;
}

summary::marker {
    content: none;
}

.erik {
    max-width: 90%;
}

summary {
    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;
}

.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 {
    font-size: 12px;
    color: #646464;
    line-height: 22px;
}

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;
}

.separator {
    padding-bottom: 15px;
    height: 20px;
    width: 100%;
}

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;
}

.vasarlasi {

    max-width: 100%;
}

.alairas {
    font-family: reckless-bold;
    font-size: 24px;
}

.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;
    margin-left: -16px;
}

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

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

.menulogo {
    width: 300px;
    height: auto;
    padding-top: 22px;
}

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

::placeholder {
    color: black !important;
    opacity: 1;
    /* Firefox */
}

input::placeholder {
    color: black !important;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: black !important;
}

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: white;
    background: #dd0c15;
    padding: 15px 20px;
    border-radius: 0px;
    /* border-radius: 15px; */
    background-image: -moz-linear-gradient(0deg, rgb(203, 149, 17) 1%, rgb(251, 225, 118) 50%, rgb(226, 184, 65) 75%, rgb(200, 143, 12) 100%);
    /* background-image: -webkit-linear-gradient(0deg, rgb(203, 149, 17) 1%, rgb(251, 225, 118) 50%, rgb(226, 184, 65) 75%, rgb(200, 143, 12) 100%); */
    background-image: -ms-linear-gradient(0deg, rgb(203, 149, 17) 1%, rgb(251, 225, 118) 50%, rgb(226, 184, 65) 75%, rgb(200, 143, 12) 100%);
}

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

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

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

table {
    border-collapse: collapse;
    width: 95%;
    margin: 0px auto;
    font-size: 14px;
    font-style: normal;
    color: black;
    font-weight: 700;
    line-height: 20px;
}

#helyszin table {
    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: 18px 4px;
    text-transform: uppercase;
}

tr:nth-child(even) {}

tr {
    border-top: 2px solid black;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
    height: 750px;
    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: 45%;
    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;
}

.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 {
    margin-left: -38px !important;
    height: 30px;
    position: absolute;
    z-index: 333;
    width: 70px;
    cursor: pointer;
    top: 6px;
}

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

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



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

.date {
    text-align: center;
    margin: 50px 0px;
    font-size: 32px;
    max-width: 180px;
    font-weight: 700;
}

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

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

.year {
    font-weight: 100;
}

header {
    min-height: 750px;
    background-size: cover;
    background-position: top;
    margin-top: -90px;
    position: relative;
    background-image: url('../images/hero_bg.jpg');

}

.date {
    margin-left: 50px;
    margin-top: -130px;
}

@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: 50px 0px 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-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 {
    min-height: 770px;
    background-image: url(../images/tombola_bg.jpg);
    background-size: cover;
    background-color: #E7B067;
    background-repeat: no-repeat;
}

#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: black;
    color: white;
    font-family: 'panton_black';
    padding: 5px 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: 8px;
    font-family: 'panton_black';
}

#fodij {
    max-width: inherit;
    transition: opacity .4s;
    opacity: 1;
    border-radius: 0px;
    width: 90px;
    display: initial;
}

.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;
}

.car {
    width: 100px;
    margin-right: 40px;
}

#transzfer {
    background-color: #666666;
    background-image: url(../images/kozlekedes_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#transzfer h3 {
    color: black;
    margin-bottom: 20px;
    font-size: 34px;
}
#musorvezetok {
    background: white;
}

.whiteBox3 {
    color: black;
    background: #FFF;
    padding: 0px 0px 20px 0px;
    font-family: 'reckless-regular';
    margin: 0px auto;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 10px;
}

.whiteBox3 img {
    border-radius: 20px;
    margin-bottom: 10px;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.info {
    max-width: 55px;
}

#email-error,
name-error {
    position: inherit;
    top: -40px;
}

.masniSeparator {
    position: absolute;
    margin-top: -40px;
    max-width: 1430px;
    left: 50%;
    transform: translateX(-50%);
}


.whiteBox {
    color: black;
    background: white;
    padding: 50px 50px;
    min-height: 380px;
    font-family: 'reckless-regular';
    margin: 0px auto;
    margin-bottom: 30px;
    box-shadow: 10px 10px 13px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 10px 10px 13px 0px rgba(0, 0, 0, 0.32);
    border-radius: 15px;
}

#program .whiteBox {

    padding: 50px 50px 30px 50px;
    background: #000000aa;
    color: white;

}

.whiteBox2 {
    color: black;
    background: #FFF;
    padding: 60px 50px;
    font-family: 'reckless-regular';
    margin: 0px auto;
    min-height: 500px;
    margin-bottom: 30px;
}

.whiteBox img {
    display: block;
    padding-bottom: 25px;
    margin: 0px auto;
    max-height: 130px;
}

.adatkezelesi {
    font-size: 15px;
    line-height: 140%;
}

#tombola .whiteBox {
    background-image: url(../images/mau2024.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    font-size: 24px;
    width: 100%;
    background-color: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    height: 590px;
    color: white;
}

#transzfer .whiteBox2 {
    border-radius: 20px;;
}

.fodij {
    color: white;
    text-align: left;
    font-size: 24px;
}

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

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

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

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

#koszonto {
    min-height: 650px;
    font-family: reckless-light;
    background-image: url(../images/hero2.jpg);
    background-size: cover;
    color: white;
    background-position: top;
}


#kapcsolat {

    font-family: reckless-light;
    background-image: url(../images/kapcsolat_bg.jpg);
    background-size: cover;
    color: white;
    background-position: top;
}

#kapcsolat img {}

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

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

.kiemelt {
    background-color: #E5004B;
    font-size: 26px;
    color: white;
    padding: 5px 17px;
}

#regisztracio {
    min-height: 770px;
    background-image: url(../images/reg_bg.jpg);
    background-size: cover;
    color: white;
    background-position: center top;
    background-repeat: no-repeat;
}

#program {
    background-image: url(../images/program_bh.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 1000px;
}

#helyszin {
    background-color: black;
    background-repeat: no-repeat;
    background: white;
    font-size: 24px;
    color: white;
    background-image: url(../images/reg_bg.jpg);
    background-size: cover;
    background-position: center top;
}

.separator2 {
    width: 100%;
}

#program .row,
#helyszin .row {
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-size: 22px;
}

#helyszin h2 {
    color: black;
}

.programbox {
    margin-bottom: 50px;
}

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

.form-control {
    font-family: reckless-regular;
    border: 0px;
    color: #878787;
    height: 50px;
    border-radius: 10px;
}

.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: 1180px;
    padding-top: 20px;
    position: relative;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    /* opcionális spacing */
}

.menu li {
    opacity: 0;
    transform: translateY(-15px);
    animation: fadeSlideIn 0.6s forwards;
}

.menu li:nth-child(1) {
    animation-delay: 0.1s;
}

.menu li:nth-child(2) {
    animation-delay: 0.25s;
}

.menu li:nth-child(3) {
    animation-delay: 0.4s;
}

.menu li:nth-child(4) {
    animation-delay: 0.55s;
}

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

.heroText {
    margin: 0px auto;
    max-width: initial;
    padding-top: 200px;

    bottom: 50px;
    width: 100%;
    color: white;
}

.focim {
    max-width: 1000px;
    margin-top: -60px;
}

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

.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-2 {
    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;
    margin: 0px 10px;
    padding-top: 25px;
    color: #FFF;
    text-align: right;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    /* 133.333% */
}

nav.programmenu ul {
    float: left;
}

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

label {
    margin-top: 10px;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: bold;
    border: 0px;
    padding: 15px 35px;
    /* background-image: url(../images/regButton.svg); */
    background-repeat: no-repeat;
    background-color: transparent;
    width: 291px;
    background-size: cover;
    display: block;
    height: 72px;
    font-size: 24px;
    background-image: -webkit-linear-gradient(0deg, rgb(203, 149, 17) 1%, rgb(251, 225, 118) 50%, rgb(226, 184, 65) 75%, rgb(200, 143, 12) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(203, 149, 17) 1%, rgb(251, 225, 118) 50%, rgb(226, 184, 65) 75%, rgb(200, 143, 12) 100%);
    color: black;
}

.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;
}

footer {
    background-position: 0px 150px;
    background-repeat: no-repeat;
    background: black;
    font-size: 24px;
    line-height: 140%;
    font-family: reckless-light;
    position: relative;
    padding: 50px 0px 40px 0px;
    overflow: hidden;
    background-image: url(../images/footer_csik.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.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;
    }

    .levelek {
        margin-bottom: inherit;
    }

    #helyszin {
        background-position: center center;
    }

    .welcome {
        display: flex;
        flex-flow: column;
    }

    .portre {
        order: 2;
    }

    .koszonto {
        order: 1;
    }

    .erik,
    .szlogen {
        max-width: 250px !important;
    }

    body {
        overflow-x: hidden;
    }

    h1 {
        font-size: 28px;
        padding-top: 0px;
    }

    h3 {
        font-size: 26px;
    }

    .whiteBox {
        padding: 30px;
        min-height: inherit;
    }

    #program .whiteBox {
        text-align: center;
    }

    #helyszin {
        text-align: center;
    }

    .info {
        max-width: 70px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #kapcsolat .text-center {
        font-size: 18px;
        line-height: 180%;
    }

    footer {
        text-align: center;
        font-size: 16px;
    }

    #tombola .whiteBox {
        background-size: 320%;
        font-size: 22px;
        max-height: inherit;
        height: 780px;
        background-color: black;
    }

    .car {
        width: 50px;
        margin-right: 10px;
    }

    .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: 75%;
    }

    .btn-primary {
        width: 100%;
    }

    .date {
        margin-left: 0px;
        margin-top: 0px;
        position: absolute;
        right: 60px;
        top: -38px;
        width: 110px;
    }

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

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

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

    .heroText {
        margin: 0px auto;
        max-width: 1080px;
        padding-top: 150px;
    }

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

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

    .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: #ffffff;
        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: -80px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        background-color: black;
        -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);
    }

    .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: -140px;
        background-position: 64%;
    }

    #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%;
    }

    .levelek {
        display: none;
    }

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