@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@300;400&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color:#e9ecef;
    background-image: linear-gradient(rgba(44, 62, 80, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(44, 62, 80, 0.05) 1px, transparent 1px), repeating-linear-gradient(45deg, rgba(0,0,0,0.02) 0px, rgba(0,0,0,0.02) 1px, transparent 1px, transparent 2px),repeating-linear-gradient(-45deg, rgba(255,255,255,0.3) 0px, rgba(255,255,255,0.3) 1px, transparent 1px, transparent 2px);
    background-size: 30px 30px, 30px 30px, 3px 3px, 5px 5px;
    background-attachment: fixed;
    display: block;
 
}
.menu {
    background-color: #2c3e50;
    color: white;
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}
.menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}
.menu a:hover {
    color: turquoise;
}
.menu a:has(.logo-helye):hover {
    color: white;
}
.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('hatterkep.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.focim-logo {
    width: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.logo-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}
.mini-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid turquoise;
}
.szekcio {
    padding: 80px 10%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.szekcio h2 {
    color: #2c3e50;
    font-size: 32px;
    margin-bottom: 20px;
}
.szekcio-tartalom {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: linear-gradient(135deg, #40E0D0, #2C3E50);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
}
.bemutatkozas-bg {
    background: linear-gradient(135deg, #40E0D0, #2C3E50);
    color: white;
    border-radius: 30px;
    margin: 40px auto;
    padding: 60px 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
h1, h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgb(196, 161, 8);
    text-shadow: 1px 1px 2px rgba(255,255,255,0.2);
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bemutatkozas {
    margin: 40px 0;
    text-align:justify;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 20px;
}
.bemutatkozas h2 {
font-size: 18px;
color: #fff;
margin-bottom: 10px;
}
.bemutatkozas p {
    color:#f0f0f0;
    font-size: 15px;
    line-height: 1.6;
}
.kiemelt {
    font-style: italic;
    font-weight: bold;
    color: #40E0D0 !important;
    text-align: center;
    margin-top: 10px;
}
p{
    color: rgb(207, 204, 200);
    font-size: 16px;
    line-height: 1.5;
}
r{
    color: turquoise;
    font-size: 16px;
    line-height: 1.5;
}
.logo {
    width: 150px;
    height: 150px;
    border-radius: 10%;
    object-fit:cover;
    margin-bottom: 20px;
    border: 3px solid rgb(70, 67, 67);
    display: block;
    transition: 0.8s ease-in-out;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
.logo:hover {
    transform: rotate(360deg) scale(1.1);
}
.logo-helye {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
}
.mini-logo {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    border: 1.5px solid turquoise;
}
.elerhetoseg-lista {
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 20px;
    margin-top: 30px 0;
}

.elerhetoseg-lista p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 20px;
    color: white !important;   
    margin: 0;
}
.elerhetoseg-lista i {
    color: rgb(20, 73, 73);
    font-size: 24px;
    width: 30px;
    text-align: center;
}
.elerhetoseg-link {
    color:white !important;
    text-decoration:none;
    transition: 0.3s;
    border-bottom: 1px dotted transparent;
}
.elerhetoseg-link:hover {
    color: turquoise !important;
    border-bottom: 1px dotted turquoise;
}
.vissza-gomb {
    display: inline-block;
    margin-top: 20px;
    color: #383737;
    text-decoration: none;
    font-size: 14px;
}
.vissza-gomb:hover {
    text-decoration: underline;
}
.gomb-csoport {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.gomb-csoport a {
    text-decoration: none;
    flex: 0 1 200px;
}
.sajat-gomb {
    width: 100%;
    background-color: rgb(96,102,101);
    color: turquoise;
    padding: 15px 0px;
    border: 2px solid turquoise;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: block;
}
.sajat-gomb:hover {
    background-color: #0f3f3f;
    transform: translateY(-3px);
}
.galeria-oldal-body {
    background-color: #1a1a1a;
    color: white;
}
.galeria-szekcio {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px ;
    background: #2c3e50;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.galeria-szekcio h2 {
    color: turquoise;
    text-align: center;
    margin-bottom: 40px;
}
.kep-racs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.kep-racs img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid rgba(255, 255,255,0.1);
    transition: 0.4s ease;
    cursor: pointer;
}
.kep-racs img:hover {
    transform: scale(1.03);
    border-color: turquoise;
    filter: brightness(1.1);
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}
.lightbox-tartalom {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin-top: 5%;
    border: 3px solid white;
    border-radius: 10px;
    animation: zoom 0.3s;
}
.bezaras {
    position:absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}
@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
@media screen and (max-width:600px) {
    .elerhetoseg-lista p {
        font-size: 16px;
    }
    .doboz, .galeria-doboz, .szekcio-tartalom {
        width:95%;
        max-width: none;
        height: auto;
        padding: 30px 15px;
    }
    .gomb-csoport {
        display:flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .gomb-csoport a {
        max-width: 100%;
        width: 90%;
    }
    .szekcio {
        padding: 40px 5%
    }
    .kep-racs {
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 10px;
    }.logo {
        width: 100px;
        height: 100px;
    }
    .mini-logo {
        width: 35px;
        height: 35px;
    }
    h1 {
        font-size: 1.4rem;
    }
}
.ajanlatkeres-kontener {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: left;
}
.ajanlatkeres-kontener h3 {
    color: turquoise;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.urlap-csoport {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.urlap-csoport label {
    display: block;
    color:white;
    margin-bottom: 5px;
    font-size: 14px;
}
.urlap-csoport input, .urlap-csoport textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: egba(255,255,255,0.9);
    font-family: inherit;
    box-sizing: border-box;
}
.ajanlat-urlap .sajat-gomb {
    margin-top: 20px;
    width: 100%;
}
.idojaras-doboz {
    background: linear-gradient(135deg, #2c3e50, #1a252f) !important;
    color: white;
    padding: 20px !important;
}

.idojaras-racs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    text-align: center;
}

.idojaras-adat {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(64, 224, 208, 0.2);
}

.idojaras-adat span {
    display: block;
    font-size: 12px;
    color: turquoise;
    text-transform: uppercase;
}

.idojaras-adat b {
    font-size: 18px;
}

.datum-nev-resz h3 {
    margin: 0;
    color: white;
}
.lebege-info-doboz {
    position: absolute;
    top: 90px;
    right: 20px;
    width: 200px;
    background: rgba(44, 62, 80, 0.8);
    backdrop-filter: blur(5px); /* Üveghatás elmosódással */
    color: white;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgba(64, 224, 208, 0.3);
    z-index: 100;
    text-align: right; /* Jobbra igazított szöveg */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
#aktualis-datum {
    font-size: 13px;
    font-weight: bold;
    color: #40e0d0;
}
#aktualis-nevnap {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 5px;
    opacity: 0.9;
}
@media screen and (max-width: 768px) {
    .lebege-info-doboz {
        position: relative;
        top: 20px;
        right: 0;
        margin: 0 auto 20px auto;
        width: 80%;
        text-align: center;
    }
}