:root,
[data-bs-theme=light] {
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255, 255, 255;
  --bs-link-color: #e65912; }

[data-bs-theme=dark] {
  color-scheme: dark; }

/*# sourceMappingURL=style.css.map */

/* BETŰKÉSZLET */
.site p, .site a {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    transition: all 0.3s ease;
    font-weight: 200;
}

.site p strong{
    font-weight: 600;
}

h1,h2,h3,h4 {
  font-family: 'Lora', sans-serif;
  color: #444444;
}
.site a:not(main.site .szolgaltatas a):not(main.site .a-terkep):not(main.site .slick-carousel a){
  text-transform: uppercase;
  color: black;
}

html,body{
  min-height: 100%;
  overscroll-behavior: none;
}

.site {
    background: linear-gradient(to bottom, #EBEFE6 0%, #FFFFFF 100%);
    background-repeat: no-repeat;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.hirlevel-pop{
    position: fixed;
    left: -160px;
    bottom: 10vh;
    border-radius: 0 30px 30px 0;
    transition: left 0.4s ease;
}

.hirlevel-pop:hover{
    left: 0;
}

.mobile-menu-modal .mobile-header-menu li.nav-kapcs > a {
    color: black!important;
}

.header-menu a, .header-menu ul, #mobileMenuModal .mobile-header-menu li a, #mobileMenuModal .mobile-header-menu li ul{
  color: #F9F7F7;
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
  border-radius: 15px;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.header-menu a{   
  padding: 10px 5px;
}

.header-menu a:not(.nav-kapcs a):hover {
  color: black;
  background-color: #F9F7F7;
  border-radius: 15px;
}


.menu:not(.nav-kapcs){
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-top: 5px;
}

.menu li:not(.nav-kapcs){
    position: relative;
    margin-right: 50px;
    padding-top: 5px;
}

.header-menu li ul{
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    list-style: none;
    min-width: 150px;
}

.header-menu li ul li{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.header-menu li:hover > ul{
    display: block;
}
.menu li ul li a:not(#mobileMenuModal .menu li ul li a):not(footer .menu li ul li a) {
    background-color: white;
    display: block;
    color: black;
    text-decoration: none;
    padding-top: 10px;
}

.menu li ul li a:not(#mobileMenuModal .menu li ul li a):not(footer .menu li ul li a):hover {
    background-color: #444444;
    color: #ffffff;
}


.header-logo{
  padding-top: 10px;
  height: 70px;
  width: auto;
  z-index: 4;
}
/* HEADER :: NAV-KAPCS */

.nav-kapcs{
  background: #444444;
  padding: 5px 15px;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.nav-kapcs:hover{
  background: black;
  color: #F9F7F7;
}

.social a {
    color: #f9f7f7;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social a:not(:last-child) {
    margin-right: 20px;
}

.social a:hover {
    color: #444444;
    cursor: pointer;
}

/* HEADER :: HAMBURGER */

.hamburger {
  position: fixed;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 34;
}
.btn1, .buborek{
  position: relative;
}

.btn1 .icon-left,
.btn1 .icon-right {
  position: absolute;
  top: 50px;
  width: 30px;
  height: 8px;
  background-color: #212121;
  transition: 0.5s;
}

.btn1 .icon-left {
  left: 0;
}

.btn1 .icon-right {
  left: 30px;
}

.btn1 .icon-left::before,
.btn1 .icon-left::after,
.btn1 .icon-right::before,
.btn1 .icon-right::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background-color: #212121;
  transition: 0.5s;
}

.btn1 .icon-left::before,
.btn1 .icon-right::before {
  top: -20px;
}

.btn1 .icon-left::after,
.btn1 .icon-right::after {
  top: 20px;
}

.btn1.open .icon-left,
.btn1.open .icon-right {
  background: transparent;
}

.btn1.open .icon-left::before {
  transform: rotate(45deg) scaleX(1.4) translate(4px, 4px);
}

.btn1.open .icon-left::after {
  transform: rotate(-45deg) scaleX(1.4) translate(4px, -4px);
}

.btn1.open .icon-right::before {
  transform: rotate(-45deg) scaleX(1.4) translate(-4px, 4px);
}

.btn1.open .icon-right::after {
  transform: rotate(45deg) scaleX(1.4) translate(-4px, -4px);
}

.hamburger.btn1 {
  transform: scale(0.5);
  transform-origin: center;
}

.header .hamburger .icon-left,
.header .hamburger .icon-right,
.header .hamburger .icon-left::before,
.header .hamburger .icon-left::after,
.header .hamburger .icon-right::before,
.header .hamburger .icon-right::after,
#mobileMenuModal .mobile-header-menu .nav-kapcs {
  background-color: white;
}

.header .hamburger.open .icon-left,
.header .hamburger.open .icon-right {
  background-color: transparent;
}


/* HEADER :: MOBIL MENÜ*/
.mobile-menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #444444;
    visibility: hidden;
    z-index: 33;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mobile-menu-modal.active {
    visibility: visible;
    opacity: 1;
}
.mobile-menu-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.mobil-header-logo{
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    width: auto;
}
#mobileMenuModal .mobile-header-menu li{
    margin: 5px 0;
}
/* FOOTER */
footer p, footer a, .footer-menu li ul a{
    color: #F9F7F7 !important;
}

footer a, main.site .szolgaltatas a, main.site .a-terkep{
    text-decoration: none;
    transition: all 0.3s ease;
}
main.site .szolgaltatas a:hover{
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.footer-menu li ul{
    list-style: none;
    padding-left: 5px;
}
/* FŐOLDAL */
/* FŐOLDAL :: SLIDER */
.carousel-header {
    position: absolute;
    top: 20%; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
    pointer-events: none;
}


.intro-kep{
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 30px;
}
main.site .intro-caption{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    padding: 10px;
}
main.site .szolgaltatas .row .szolg-ikon svg {
    max-height: 90px;
    width: auto;
    transition: all 0.3s ease;
}
main.site .szolgaltatas .row a:hover .szolg-ikon svg {
    transform: scale(1.1);
}
main.site .szolgaltatas,.buborek-caption,.hirlevel-pop{
    background-color: #CBD5BE;
}
.cimsor{
    padding: 0 30vw;
}
/* MAP */
.terkep{
    background-color: #E2E5DE;
}
.terkep-wrapper, .hir-item{
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.terkep-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}
main.site .terkep p i {
    margin-right: 8px;
}
.hir-item{
    margin-bottom: 20px;
    background-color: white;
    transition: transform 0.3s ease;
}
.hir-item:hover{
    transform: translateY(-10px);
}
.hir-kiemelt, .tovabbiak{
    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hir-caption{
    padding: 20px;
}
.tovabbiak{
    min-height: 160px;
}
/* INTRO */
.intro{
    min-height: 90vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.intro-spacer{
    min-height: 65vh;
}
/* HIVATKOZÁS */
.hivatkozas-wrapper{
    overflow: hidden;
    background-color: white;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 0;
    transition: transform 0.3s ease;
}
.hivatkozas-wrapper:hover{
    transform: translateY(-10px);
}
.hivatkozas-kep{
    object-fit: cover;
    width: 100%;
    height: 100px;
}
/* TERMÉSZETJÁRÁS */
.buborek-caption{
    position: relative;
    margin-bottom: -4rem;
    border-radius: 30px;
}
/* SZÁLLÁS */
.hero-wrapper,
.thumb-wrapper {
    overflow: hidden;
    border-radius: 30px;
}

.thumb-wrapper {
    height: 120px;
    cursor: pointer;
}

.hero-img,
.thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: opacity, transform;
}

.hero-img {
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1),
                transform 0.8s cubic-bezier(.4,0,.2,1);
}

.hero-img.fade-out {
    opacity: 0;
    transform: scale(1.05);
}

.hero-img.fade-in {
    opacity: 1;
    transform: scale(1);
}
.csatlakozas{
    padding-right: 15vw;
}

/* FORM */
.wpcf7 input:not([type="submit"]):not([type="date"]):not([type="checkbox"]),
.wpcf7 textarea {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 10px;
}
.wpcf7 input[type="date"] {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 10px;
    margin-right: 20px;
}
.wpcf7 input::autocomplete,
.wpcf7 textarea::autocomplete {
    color: #444444;
    opacity: 1;
}
.wpcf7-list-item{
    margin: 0!important;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: 2px solid #000 !important;
    box-shadow: none !important;
}
.wpcf7 input[type="submit"] {
    background-color: #444444;
    color: #ffffff;
    padding: 5px 15px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #222222;
}
/* PROGRAMOK */
.post-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.filter-btn {
    border: 0px;
    background: white;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    color: #444444;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.filter-btn.active,
.filter-btn:hover {
    background: #6E8B8B;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.post-item {
    display: flex;
}

.post-item .hir-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hir-kiemelt {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
}

.hir-caption {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.hir-caption .alcim {
    min-height: 1.4em;
}

.hir-caption p:last-of-type {
    margin-top: auto;
}
.post-item > a {
    display: flex;
    width: 100%;
}

.post-item {
    transition: 
        opacity 0.35s ease,
        transform 0.35s ease;
}

.post-item.is-hidden {
    opacity: 0;
    transform: scale(0.96);
    pointer-events: none;
}
.post-item.is-visible {
    opacity: 1;
    transform: scale(1);
}

/* RESZPONZIV */

@media (max-width: 768px){
    .thumb-wrapper{
        height: 80px;
    }
    .cimsor{
        padding: 0 10vw;
    }
    .carousel-felirat{
        text-align: center;
        padding-bottom: 1rem;
    }
}
@media (max-width: 425px){
    .carousel-felirat{
        position: absolute;
        top: 50%;
    }
    .carousel-inner{
        height: 70vh;
    }
}

