@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

#nyitvatartás{
    font-size: 20px;
}
#nyitvatartás th{
    font-size: 30px;
    padding: 10px;
}
#nyitvatartás td{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#note {
    font-size: 24px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#logo {
    width: 3%;
    position: absolute;
    top: 5px;
    right: 5px;
    padding-bottom: 30px ;
}
.gallery2 {
    --s: 130px; /* control the size of the images*/

    display: grid;
    gap: 5px;
    position: relative;
    margin: 0 auto 15em;
}

.gallery2 input {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    inset: calc(50% - var(--s) / 3);
    cursor: pointer;
    --g: linear-gradient(#fff 0 0) no-repeat;
    background: var(--g) 50%/60% 3px, var(--g) 50%/3px 60%, #222;
    transition: 1.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gallery2 > img {
    margin: 0 auto;
    width: var(--s);
    aspect-ratio: 1;
    grid-area: 1/1;
    border-radius: 50%;
    object-fit: cover;
    transform: scale(.5);
    transition: 1s calc((var(--i) - 1) * .1s);
}

.gallery2 > img:nth-of-type(1) {
    --i: 1;
}

.gallery2 > img:nth-of-type(2) {
    --i: 2;
}

.gallery2 > img:nth-of-type(3) {
    --i: 3;
}

.gallery2 > img:nth-of-type(4) {
    --i: 4;
}

.gallery2 > img:nth-of-type(5) {
    --i: 5;
}

.gallery2 > img:nth-of-type(6) {
    --i: 6;
}

.gallery2 > img:nth-of-type(7) {
    --i: 7;
}

.gallery2 > img:nth-of-type(8) {
    --i: 8;
}

.gallery2 > img:nth-of-type(9) {
    --i: 9;
}

.gallery2 > input:not(:checked) ~ img {
    transform: rotate(calc(var(--i) * 360deg / 8)) translate(calc(1.5 * var(--s))) rotate(calc(var(--i) * -360deg / 8));
}

.gallery2 > input:not(:checked) {
    transform: rotate(135deg)
}


.inner-span {
    font-size: 18px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
}

.sticky + .content {
    padding-top: 102px;
}

* {
    box-sizing: border-box;
}

header {
    z-index: 99999;
    top: 0;
    position: relative;
}

fieldset {
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Inter", Arial, serif;
}

.menu-bar .ehc {
    text-align: right;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.menu-bar {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    background-color: white;
    color: black;
    margin: 0;
}

.menu-bar .current {
    color: darkorange;
}

.menu-bar a {
    font-weight: 500;
    font-family: 'Raleway', Arial, sans-serif;
    float: left;
    color: black;
    text-decoration: none;
    font-size: 28px;
    width: 15%;
    text-align: center;
}

.menu-bar i {
    color: black;
    font-size: 24px;
}

a:hover {
    color: darkorange;
    transition: 1.2s ease-out;
}

.bgPicture {
    min-height: 100vh;
    background-image: url("../img/wallpaper.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 220px;
    padding-bottom: 300px;
    position: relative;
}

.bgPicture2 {
    min-height: 100vh;
    background: darkblue;
    background-size: cover;
    width: 100%;
    padding-top: 220px;
    padding-bottom: 300px;
    position: relative;
}

.bgPicture::after {
    content: "";
    display: block;
    inset: 0;
    background: black;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
}

#lista li {
    padding-left: 0;
    display: table;
    color: white;
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
    animation: animate 1s ease-in both;
    animation-duration: 3.5s;
    text-transform: uppercase;
    list-style: none outside none;
}

#lista li:nth-child(2) {
    animation-delay: 1s;
}

#lista li:nth-child(3) {
    animation-delay: 2s;
}

#lista li:nth-child(4) {
    animation-delay: 2s;
}

li {
    padding: 10px;
}

.content {
    z-index: 1;
    position: relative;
}

.foot {

    font-family: 'Raleway', Arial, sans-serif;
    margin: 0;
    background-color: #ffffff88;
    width: 100%;
    position: sticky;
    top: 100%;
    padding: 30px 10px 50px;
}

.foot i {
    color: darkolivegreen;
    font-size: 18px;
}

.foot a {
    font-weight: 500;
    float: left;
    color: black;
    font-size: 28px;
    width: 33.33%;
    text-align: center;
    text-decoration: none;
}

#megjegyzeslabel {
    padding-left: 150px;
}

#welcome_text {
    color: white;
    text-transform: uppercase;
    text-shadow: -1px 1px 0 #000,
    1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
    font-size: 72px;
    text-align: center;
    font-weight: bolder;
    opacity: 100%;
    /*animation:animate;
    animation-duration: 5s;
    background-color: transparent; !!!!HA NEM BIRJA AZ SVG-T AZ INDEXEN AKKOR TÖRÖLDD KI!!!!! */

}

@keyframes animate {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*Nyitóoldal */

.roundedBox {
    margin-left: 300px;
    margin-right: 300px;
    padding-top: 100px;
    padding-bottom: 300px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

table {
    margin: 0 auto;
}



input[type="reset"] {
    text-align: center;
    font-size: 24px;
    border-radius: 25px;
    color: black;
    background: white;
    margin-top: 50px;
    position: absolute;
    left: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px;
}

input[type="submit"] {
    text-align: center;
    font-size: 24px;
    border-radius: 25px;
    color: black;
    background: white;
    margin-top: 50px;
    position: absolute;
    left: 60%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px;
}

#title {
    font-size: 48px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 100px;
    text-transform: inherit;
}

label {
    font-size: 24px;
    text-align: center;
    text-transform: inherit;
    padding: 10px 30px;
}

.rendelestext {
    border-radius: 24px;
    background: mintcream;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 30px;

}

#megjegyzes {
    border-radius: 24px;
    background: mintcream;
    padding: 20px;
    margin-left: 150px;
    margin-top: 30px;
    width: 70%;

}

hr {
    position: relative;
    top: 20px;
    border: none;
    height: 6px;
    width: 70%;
    background: black;
    margin-bottom: 50px;
}

/*Rendeles*/

/*!!!ARLISTA!!!*/
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5em;

}

.menu-fejlecek {
    margin: 0;
    padding-bottom: 0;

    font-size: 34px;
    padding-top: 50px;
    text-transform: uppercase;
}

.menu-item {
    display: flex;
}

.menu-item:hover {
    background-color: darkblue;
    color: white;
    border-radius: 50px;
    transition-delay: 0.1s;
}

.menu-item-kep {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 200px;
    height: 200px;
    border-radius: 50px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);

}

.menu-item-text {
    flex-grow: 1;
}

.menu-item-fejlecek {
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 45px;
}

.menu-item-nev {
    padding-top: 40px;
    padding-left: 50px;
    font-size: 26px;
    font-style: italic;
}

.menu-item-ar {
    padding-top: 40px;
    padding-left: 50px;
    font-size: 16px;
    text-align: center;
}

.arlista {
    font-size: 48px;
    font-weight: bolder;
    text-align: center;
}

/*!!!ARLISTA VEGE!!!*/

/*!!!GALERIA!!!*/
.partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.partner img {
    width: calc(20% - 10px);
    height: 15%;
    margin: 5px; /* Adjust the margin as needed for spacing */
    box-sizing: border-box;
    border-radius: 25px;
}
.partner img:hover {
    border: 4px solid black; /* Specify border style */
}





/*!!!GALERIA VEGE!!!*/

/*Rolunk*/

.description {
    font-size: 28px;
    text-align: justify;
}

.rolunkaltitle {
    font-size: 30px;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.rolunklista {
    padding-bottom: 2px;
    padding-top: 0;
    margin: 0;
    font-size: 24px;
}


video {
    display: block;
    margin: 0 auto;
    height: 500px;
    padding-top: 50px;
}

p {
    padding-top: 50px;
    padding-right: 100px;
    padding-left: 100px;
    font-size: 30px;

}

em {
    font-size: 24px;
    position: absolute;
    left: 37%;
}

@media only screen and (max-width: 1900px ) {
    .roundedBox {
        margin-left: 200px;
        margin-right: 200px;
        padding-top: 50px;
        padding-bottom: 200px;
    }

    .menu-item-nev {
        padding-left: 150px;
        font-size: 28px;

    }

    .menu-item-ar {
        padding-left: 150px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1350px) {
    .roundedBox {
        margin-left: 100px;
        margin-right: 100px;
    }

    video {
        height: 400px;
        padding-top: 30px;
    }

    #megjegyzeslabel {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .roundedBox {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 30px;
        padding-bottom: 150px;
    }
    .menu-bar i {
        font-size: 24px;
    }

    .menu-bar a {
        font-size: 24px;
    }

    .menu-bar .ehc {
        font-size: 24px;
    }
    .foot a{
        font-size: 24px;
    }
}


@media only screen and (max-width: 1000px) {
    .gallery2 {
        --s: 120px;
        margin: 0 auto 130px;
    }

    .bgPicture {
        padding-top: 190px;
    }

    .roundedBox {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 25px;
        padding-bottom: 50px;
    }

    #title {
        font-size: 24px;
        padding-bottom: 50px;


    }

    label {
        font-size: 24px;
        padding: 10px 5px 10px 20px;
    }

    #megjegyzes {
        margin-left: 70px;
    }

    .menu-bar i {
        font-size: 22px;
    }

    .menu-bar a {
        font-size: 22px;
    }

    .menu-bar .ehc {
        font-size: 22px;
    }
    .foot a{
        font-size: 22px;
    }

}
@media only screen and (max-width: 900px) {
    .description {
        font-size: 18px;
    }

    .rolunkaltitle {
        font-size: 21px;

    }

    .rolunklista {
        font-size: 16px;
    }

    .gallery2 {
        --s: 80px;
        margin: 90px auto 90px;
    }

    .bgPicture {
        padding-top: 80px;
        padding-bottom: 50px;

    }

    #welcome_text {
        font-size: 30px;
    }

    #lista li {
        font-size: 27px;
    }

    .roundedBox {
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 20px;
    }

    #title {
        font-size: 24px;
        padding-bottom: 8px;

    }

    label {
        font-size: 16px;
        padding: 5px;
    }

    .rendelestext {
        padding: 5px;
        margin-bottom: 15px;
        font-size: 16px;
        width: 80%;
    }

    hr {
        top: 0;
        height: 2px;
        margin-bottom: 5px;
    }

    .menu-bar a {
        font-size: 16px;
    }

    .menu-bar i {
        font-size: 14px;
    }

    .menu-bar .ehc {
        font-size: 16px;
    }


    .menu-fejlecek {
        font-size: 20px;
        padding-top: 15px;
    }

    .menu-item-kep {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 150px;
        height: 150px;

    }

    .inner-span {
        font-size: 14px;
    }

    .menu-item-fejlecek {
        font-size: 32px;
    }

    #note {
        font-size: 14px;
    }

    .menu-item-nev {
        padding-top: 70px;
        padding-left: 40px;
        font-size: 18px;
    }

    .menu-item-ar {
        padding-top: 70px;
        padding-left: 40px;
        font-size: 10px;
    }

    .arlista {
        font-size: 36px;
    }

    p {
        font-size: 20px;
    }

    em {
        font-size: 18px;
    }

    video {
        height: 300px;
        padding-top: 20px;
    }

    div.gallery img {
        width: 300px;
        height: 178px;
    }

    div.gallery {
        width: 300px;
    }

    .foot {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .foot i {
        font-size: 16px;
    }

    .foot a {
        font-size: 16px;
    }

}

@media only screen and (max-width: 700px) {
    .menu-bar i {
        font-size: 14px;
    }

    .menu-bar a {
        font-size: 14px;
    }

    .menu-bar .ehc {
        font-size: 12px;
    }
    .foot a{
        font-size: 14px;
    }
}


@media only screen and (max-width: 650px) {
    div.gallery img {
        width: 210px;
        height: 125px;
    }

    div.gallery {
        width: 210px;
    }

    em {
        font-size: 14px;
        position: absolute;
        left: 35%;
        padding-bottom: 10px;
    }
    .menu-bar i {

    }

    .menu-bar a {
        width: 20%;
        font-weight: 600;
    }

    .menu-bar .ehc {
        display: none;
    }
    .foot a{
    }
}

@media only screen and (max-width: 600px) {
    .menu-bar {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .menu-bar i {
        font-size: 12px;
    }

    .bgPicture {
        padding-top: 450px;
        padding-bottom: 450px;
    }

    #welcome_text {
        font-size: 36px;
    }

    #lista li {
        font-size: 27px;
    }

    .foot {
        padding: 25px 5px 50px;
    }

    .foot i {
        font-size: 8px;
    }

    .foot a {
        font-size: 8px;
    }

    .roundedBox {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 25px;
        padding-bottom: 50px;
    }

    #title {
        font-size: 16px;
        padding-bottom: 50px;
    }

    label {
        font-size: 12px;
        padding: 5px;
    }

    #megjegyzes {
        border-radius: 12px;
        padding: 10px;
        margin-left: 30px;
        margin-top: 15px;
    }

    hr {
        height: 2px;
        margin-bottom: 15px;
    }
}




@media only screen and (max-width: 562px) {
    .gallery2 {
        margin-top: 30px;
        --s: 50px; /* control the size of the images*/
    }

    .roundedBox {
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    #title {
        font-size: 14px;
        padding-bottom: 8px;

    }

    label {
        font-size: 10px;
        text-align: center;
        text-transform: inherit;
        padding: 5px;
    }

    .rendelestext {
        width: 50%;
        font-size: 10px;
    }

    hr {
        height: 1px;
        width: 70%;
        margin-bottom: 3px;
    }


    .foot {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .foot i {
        font-size: 11px;
    }

    .foot a {
        font-size: 11px;
    }

    input[type="submit"] {
        font-size: 10px;
        margin-top: 15px;
    }

    input[type="reset"] {
        font-size: 10px;
        margin-top: 15px;
    }

    .menu-fejlecek {
        font-size: 18px;
        padding-top: 5px;
    }

    .menu-item-kep {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100px;
        height: 100px;

    }

    .menu-item-fejlecek {
        font-size: 24px;
    }

    #note {
        font-size: 12px;
    }

    .menu-item-nev {
        padding-top: 40px;
        padding-left: 10px;
        font-size: 14px;
        text-align: center;
    }

    .menu-item-ar {
        padding-top: 40px;
        padding-left: 10px;
        font-size: 10px;
    }

    .inner-span {
        font-size: 10px;
    }

    .arlista {
        font-size: 28px;
    }

    p {
        font-size: 20px;
        padding: 10px 50px;
    }

    em {
        left: 30%;
        padding-bottom: 15px;
    }

    video {
        padding-top: 0px;
        height: 200px;
    }

    div.gallery img {
        width: 147px;
        height: 87px;
    }

    div.gallery {
        width: 147px;
    }
}

@media only screen and (max-width: 450px) {
    .foot a{
        font-size: 12px;
    }

    .menu-bar a {
        font-size: 12px;
    }

    .menu-item:hover {
        border-radius: 15px;
    }

    .menu-item-nev {
        font-size: 12px;
    }

    .menu-item-ar {
        font-size: 10px;
    }

    .inner-span {
        font-size: 10px;
    }

}

@media only screen and (max-width: 400px) {
    em {
        left: 20%
    }

    video {
        height: 150px;
    }

    .bgPicture {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #welcome_text {
        font-size: 24px;
    }

    #lista li {
        font-size: 17px;
    }
}

@media only screen and (max-width: 375px) {
    .menu-bar a {
        font-size: 9px;
    }

    .foot a {
        font-size: 9px;
    }

    .menu-item-nev {
        font-size: 10px;
    }

    .menu-item-ar {
        font-size: 8px;
    }

    .inner-span {
        font-size: 8px;
    }
}
