/* Alap beállítások */
html, body {
    font-family: Open Sans, sans-serif;
}
body {
    min-height: 100vh; 
    padding-bottom: 100px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif; 
    font-weight: 700;
}
a {
    color: inherit; 
    text-decoration: none; 
}

/* Navbar */
.navbar {
    transition: all 0.4s;
}
.navbar.scrolled {
    background: rgba(255,255,255,.8)!important;
}

/* Szöveg háttér */
.text-bg-light2 {
    color: #202020!important;
    background-color: RGBA(255,255,255,1)!important;
}
.text-bg-light2:hover {
    color: #888!important;
    background-color: RGBA(255,255,255,1)!important;
}
.text-bg-light:hover {
    color: #FFFFFF!important;
    background-color: #7C6F51!important;
}

/* Fix pozíciók */
.fixb {
    bottom: 0;
    left: 0;
}
.fixed-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0; 
    z-index: 1030;
}
.fixed-bottom-right img {
    max-width: 160px;
}

/* Reszponzív design */
@media screen and (max-width: 600px) {
    .fixed-bottom-right img {
        max-width: 100px;
    }
}

/* Címlap háttér */
.cimlapbg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
    overflow: hidden;
}

/* Látogatói háttér */
.visitbg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/assets/visit_bg.webp');
}

/* Látogatói háttér */
.webcambg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/assets/webcam_bg.webp');
}


/* Hero overlay */
.herooverlay {
    margin-bottom: 0rem !important;
}
@media (min-width: 576px) {
    .herooverlay {
        margin-bottom: -1rem!important;
    }
}
@media (min-width: 768px){
    .herooverlay {
        margin-bottom: -1.5rem!important;
    }
}
@media (min-width: 992px){
    .herooverlay {
        margin-bottom: -5rem!important;
    }
}
@media (min-width: 1200px){
    .herooverlay {
        margin-bottom: -8rem!important;
    }
}
@media (min-width: 1400px){
    .herooverlay {
        margin-bottom: -10rem!important;
    }
}

/* Hírek kép */
#hirdiv img {
    max-width: 100%!important;
height: auto!important;
}

/* Coly */
.coly {
    transition: transform 0.2s ease;
    transition: background-color 0.3s ease;
}
.coly:hover {
    transform: translateY(-0.7rem);
}

/* Font size */
.fs-7 {
    font-size: .75rem;
}

.vtxt1 {
    writing-mode: vertical-rl;
}