@font-face {
    font-family: cera_bold;
    src: url('../fonts/cera_bold.otf');
}


:root {
    --blue: #005779;
    --green: #628662;
    --yellow: #EBBF38;
    --orange: #E3542A;
}

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: 1180px;
}

h1 {
    text-align: center;
    font-weight: 700;
    font-size: 72px;
}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    font-style: normal;
    line-height: 34px;
    margin-bottom: 50px;
    background: transparent !important;
    padding: 20px 0px;
    border-radius: 0p;
    color: #005779;
    border-bottom: 1px solid;
}

h3 {

    font-size: 24px;
    font-style: normal;
    line-height: 28px;

}

h4 {
    color: #FFF;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
}

.icons {
    margin-right: 20px;
    margin-top: -10px;
    float: left;
    max-width: 50px;
    margin-bottom: 30px;
}

.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;
    background: var(--blue);
    padding: 20px 15px;
    border-radius: 20px;
}


.btn-success:hover {
    opacity: 1;
    background-color: var(--orange);

}

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;
    margin-top: 30px;
    border: var(--orange) 2px solid;
    color: var(--orange);
    border-size: 2px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;

}

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 tr {
    border-top: 0px;
}

.helysziniinfotable .clock2 {
    height: 30px;
}

small {
    text-transform: math-auto;
    font-weight: 500;
}

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

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: 13px;
    line-height: 20px;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    color: #005779;
}

.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: var(--green);
    border-radius: 10px;
    position: absolute;
    top: 0px;
    padding: 15px 35px 15px 15px;
    color: white;
    z-index: 2;
    margin-left: -26px;
    border-radius: 30px;

}

@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: 100px;
    height: auto;
    z-index: 5;
    position: absolute;
    /* margin: 20px 0px; */
}

nav a:hover {
    text-decoration: none;
    color: #e3542a;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

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




main a {
    vertical-align: top;
    color: #005779;
    text-decoration: underline;
    background-color: transparent;
}

main a:hover {
    opacity: 0.8;
}

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




.gotoup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: white;
    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: 3px 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;
}

.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: 18px 4px;
    color: black;
    vertical-align: top;

}

tr:nth-child(even) {}


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

.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: 150px;
    opacity: 1;
    cursor: pointer;
}

.thumbSlider2 .swiper-slide,
.thumbSlider3 .swiper-slide {
    width: 20%;
    height: 140px;
    opacity: 1;
    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: 0px;
    color: #6b747d;
    height: 50px;
    padding: 0px 30px;
    background: transparent;
    border-bottom: solid 1px #7BC9CE;
    border-radius: 0px;
}

.form-separator {

    margin-top: 30px;
    padding-top: 30px;
}

input:focus {
    background-color: transparent;

}

.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: 35px;
}

:checked + label.form-check-label::before {
    content: url(../images/checked_active.svg);
    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;
}

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

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

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

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #02347D;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #02347D;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #02347D;
}

.year {
    font-weight: 100;
}

header {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    /*    background-image: url(https://mpiknik.sh-media.hu//images/2025/header_b.webp);*/
    background-image: url(../images/2025/header_a.webp);
    margin-top: -108px;

}

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

@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: auto;
    text-align: right;
    margin-right: 20px;
    margin-top: -2px;
    margin-left: 20px;
}

.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-size: 100%;
    background-repeat: no-repeat;
    background-color: #125B6E;
    background-image: url('../images/2025/m-logo.svg');
    background-position: center bottom;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    color: var(--blue);
}

.program2 {
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #125B6E;

    background-position: center bottom;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    color: var(--blue);
}



#tombola {
    background-size: 100%;
    color: #005779;
    background-repeat: no-repeat;

    background-position: center bottom;
    position: relative;
    overflow: hidden;
    background: white;
}



#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: #005779;
    /* font-family: 'panton_black'; */
    padding: 15px;
    margin: 30px;
    bottom: 8px;
    text-align: center;
    font-size: 20px;

    font-weight: 700;
}


#thankyou {
    background: #7BC9CE;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* min-height: 510px; */
    padding: 150px;
}

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

}

.artistName_white {
    color: #005779;
    bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;

}


.tombolaImg {
    max-width: 174px;
    transition: opacity .4s;
    opacity: 1;
    border-radius: 20px;
    /* background: #C4C4C4; */
    margin-bottom: 10px;
    border: 2px solid lightblue;
    padding: 15px;
}



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


#fellepok {
    background: #7BC9CE4D;
    padding-bottom: 0px;
}

#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: #7BC9CE;
}



#musorvezetok {
    background: #7BC9CE4D;
}

input::placeholder {
    color: #212148;
}

.main_photo {
    margin-top: 50px;
    border: 1px solid white;
    text-align: center;
    border-radius: 20px;
}

.whitebox {
    border-radius: 20px;
    background: #7BC9CE;
    padding: 30px;
    min-height: 620px;
    margin-bottom: 30px;
}

.whitebox {
    transition: transform 0.8s ease;
    transform: scale(1);
}

.whitebox:hover {
    transform: scale(1.09);
}

#tombola .position-relative {
    transition: transform 0.8s ease;
    transform: scale(1);
}

#tombola .position-relative:hover {
    transform: scale(1.1);
}

.whitebox h3 {
    color: #005779;
    font-weight: 700;
    border-bottom: 1px solid white;
    padding-bottom: 30px;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

.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: var(--orange);
    /* border-color: red; */
    cursor: pointer;
    border-radius: 10px;
}

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

#koszonto {
    background: #d6e8ae;
    color: #125B6E;
    margin: 0px auto;
}


#kapcsolat img {
    max-width: 200px;
}

#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 {
    background: #7BC9CE4D;
    color: var(--blue);
}


#regisztracio h2 {
    background: var(--blue);

}


.kiallito {
    background: #7BC9CE4D;
    color: var(--blue);
    display: flex;
}

.kiallito p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.kiallito img {
    float: left;
    max-width: 350px;
    border-radius: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}


.kiallito:nth-child(even) {
    background: white;
    color: var(--blue);
}

.kiallito:nth-child(even) img {
    float: right;
    margin-right: 0px;
    margin-left: 30px;
}

.icons {
    float: left !important;
    border-radius: 0px !important;
    margin-right: 30px !important;
    margin-left: 0px !important;
}


#helyszin {}

.company_name {
    position: absolute;
    margin-top: 70px;
    bottom: -86px;
    color: #005779;
    /* padding: 15px; */
    margin: 30px;
    /* bottom: 8px; */
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}

.programbox {
    margin-bottom: 50px;
}

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



.eventImg:hover {}

.form-control {
    border: 0px;
    /* color: #6b747d; */
    height: 50px;
    background: transparent;
    border-bottom: solid 1px #7BC9CE;
    border-radius: 0px;
}

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

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

nav a {
    color: #005779;
    font-size: 16px;
}

.programmenu a {
    color: #BBD976;
    font-size: 16px;
    transition: 0.5s;
}

.programmenu a:hover {
    color: #7BC9CE;
    font-weight: bold;
    font-size: 16px;
}


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

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

.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;
    padding: 20px;
    margin-bottom: -20px;
    border: 2px solid #7BC9CE;
    margin-bottom: 30px;
    margin-top: 0px;
    /* margin: 15px; */
    border-radius: 30px;
}

#gyik .col-lg-3 {}

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

nav ul {
    list-style-type: none;
    display: flex;
    margin: 6px 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    height: 66px;

}

.head ul li {
    display: list-item;
    list-style: none;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 20px;
    color: #FFF;
    text-align: right;
    font-family: 'cera_bold', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background: white;
    padding-right: 30px;
    padding-left: 30px;


}


.infoBox {
    border: 1px solid white;
    border-radius: 30px;
    background: white;
}


.infoBox h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #005779;
    font-weight: 700;
}

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

nav li:nth-child(7) {
    animation-delay: 0.7s;
}

nav li:nth-child(8) {
    animation-delay: 0.8s;
}

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


nav.programmenu ul {
    float: left;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

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

nav.programmenu a {
    text-decoration: none;

}

label {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-primary {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    border: 0px;
    padding: 25px 35px;
    /* font-family: 'panton_black'; */
    background: linear-gradient(120deg, #E5004B 1.67%, #8B1D69 100%);
    background: var(--green);
    border-radius: 20px;
    float: right;
}


.regBtn {
    padding-right: 0px !important;
    padding-left: 0px !important;
    background: transparent !important;
}

.regBtn a {
    color: white;
    background: linear-gradient(120deg, #E5004B 1.67%, #8B1D69 100%);
    padding: 20px;
    border-top-right-radius: 20px;
    background: #005779;
    border-bottom-right-radius: 20px;
    height: 66px;
    display: block;
    margin-top: -20px;
}

.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: #005779;
    min-height: 400px;
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}

footer h2 {
    background: transparent;
    padding: 0px;
}

#gyik h2 {}


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

    .footermenu a {
        display: block;
        width: 100%;

    }

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

    body {
        overflow-x: hidden;
    }

    #helyszin,
    #regisztracio,
    #transzfer {
        background-size: 150%;
        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;
        height: 550px;
    }


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

    .btn-primary {
        width: 100%;
    }

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



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

    .heroText {
        margin: 0px auto;
        max-width: 1180px;
        padding-top: 107px;
        padding-left: 20px;
    }

    .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: #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: 700px;
        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%;
        text-align: center;
    }

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

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

    nav.programmenu ul li {
        margin: 0px 30px 0px 0px;
        text-align: center;
        margin: 0px 00px 5px 0px;
        text-transform: uppercase;
    }

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


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


    .whitebox {
        min-height: inherit;
    }

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


    h2 {
        line-height: 38px;
    }



    #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;
        vertical-align: top;
    }

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

    nav a {
        color: white;
        font-size: 16px;
    }


    .tombolaImg {
        max-width: 100%;

    }


    .kiallito p {
        display: inline-block;

    }

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