
/*--------------------------------------------------------------
# MENÜ
--------------------------------------------------------------*/
.navbar{
  width: 100%;
  z-index: 1000;
}
.menu .position-absolute{
  background-color: transparent;
  transition: all 0.5s;
}
.menu .position-absolute .nav-item{
  color: #ffffff;
}
.menu .position-absolute .navbar-toggler{
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 767px) {
  .menu .position-absolute .navbar-nav{
    background-color: rgb(255, 255, 255);
  }
  .menu .position-absolute .nav-item{
    color: #000000;
  }
}
/*###*/
.menu .fixed-top{
  background-color: #ffffff;
  box-shadow: 5px 5px 10px grey;
  transition: all 0.5s;
}
.menu .fixed-top .nav-item{
  color: #000000;
}
.menu .fixed-top .navbar-toggler{
  color: rgb(0, 0, 0);
}
.hero .carousel-item {
  height: 100vh;
}
/*--------------------------------------------------------------
# PARALLAX
--------------------------------------------------------------*/
.parallax-bg {
  background-image: url(../img/parallax/04.png);
 /*background-size: cover;*/
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  /*z-index: 0;*/ /*modalnal bezavart*/
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  background-color: #000000 !important;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  transition: all 0.4s;
}
.back-to-top:hover {
  background: #ffffff;
  color: #1a1814;
}
.back-to-top:hover i {
  color: #000000;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*
# ADMIN TOPBAR
--------------------------------------------------------------*/
#topbar{
  z-index: 9998;
  background-color: #2f2f2f;
}


/*
# Sidebar
--------------------------------------------------------------*/
.admin-main{
  position: absolute;
  top: 5%;
  /*width: 100%;*/
  width: -webkit-fill-available;
  height: 100%;
  margin-left: 75px;
}

#sidebar {
  left:0px;
  width: 75px;
  min-width: 75px;
  z-index: 9998;
  transition: all .25s ease-in-out;
  background-color: #2f2f2f;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  /*position: sticky; /* Sticky pozíció */
  top: 0; /* A sidebar a képernyő tetején marad */
}
#sidebar a{
text-decoration: none;
}

#sidebar.expand {
  width: 200px;
  min-width: 200px;
}

.toggle-btn {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border: 2px solid #00000024;
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
  margin-left: 1.25rem;
  padding: 0.35rem;
  box-shadow: rgb(55, 55, 55) 0px 20px 30px -10px;
}

.toggle-btn i {
  font-size: 1.2rem;
  color: #000000;
}

#sidebar.expand .sidebar-toggle-btn {
  position: fixed;
  top: 0;
  left: 165px;
  opacity: 0; /* Kezdetben láthatatlan */
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 0.1s; /* késleltetés */
}
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.sidebar-logo{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 25px;
}

.sidebar-logo a {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 10px 10px 10px 20px;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
  display: none;
}

.sidebar-nav { 
  padding: 2rem 0;
  flex: 1 1 auto;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE 10+ */
}

a.sidebar-link {
  padding: .625rem 1.625rem;
  color: #FFF;
  display: block;
  font-size: 0.9rem;
  white-space: nowrap;
  border-left: 3px solid transparent;
}

.sidebar-link i {
  font-size: 1.1rem;
  margin-right: .75rem;
}

a.sidebar-link:hover {
  background-color: rgba(255, 255, 255, .075);
  border-left: 5px solid rgb(188, 188, 188);
  /*border-top: 1px solid white;*/
  /*border-bottom: 1px solid white;*/

}
.sidebar-dropdown {
  transition: all .2s ease-out;
}

#sidebar:not(.expand) .sidebar-item {
  position: relative; /* szükséges a pozícionáláshoz */
}
#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
  position:relative;
  top: 0;
  left: 0;
  background-color: var(--bs-body-color);
  padding: 0;
  min-width: 15rem;
  display: none;/*none*/
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  box-shadow:5px 10px 10px rgb(33, 33, 33);

}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
  display: block;
  z-index: 9999;
  background-color: rgb(89, 89, 89);
}
/*Menü kinyitása*/
/*
#sidebar:not(.expand):has(.sidebar-item:hover .has-dropdown) {
  width: 250px;
}
  */
/* nyitott menü szülőmenü jelölése*/
.sidebar-item:has(> ul.show) {
  background-color: rgb(0, 0, 0) !important;
  color: white;
}
/*Zárt menünél a szülőmenü jelölése*/
#sidebar:not(.expand) .sidebar-item:hover > .sidebar-link.has-dropdown {
  background-color: rgb(0, 0, 0);
  color: white;
}


#sidebar:not(.expand) a.sidebar-link span {
  display: none;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
  border: solid;
  border-width: 0 .075rem .075rem 0;
  content: "";
  display: inline-block;
  padding: 3px;
  margin-bottom: 0.25rem;
  margin-left: 2rem;
  transform: rotate(-135deg);
  transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
  transform: rotate(45deg);
  transition: all .2s ease-out;
}

.sidebar-item-active{
  background-color: white !important;
  color: #000 !important;
  text-shadow: 2px 5px 10px gray;
}

.sidebar-item ul.show{
background-color: rgb(70, 69, 69) !important;
}






.p-text-wrap {
  word-wrap: break-word; /* Hosszú szavak törése */
  word-break: break-word; /* Szóköz nélküli sorok törése */
  overflow-wrap: break-word; /* Szöveg törése a tartályhoz igazodva */
  overflow: hidden; /* Szöveg túllógásának elrejtése */
}


/*--------------------------------------------------------------
# Csúszka
--------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(119, 118, 118);
}
::-webkit-scrollbar-thumb {
  background:  #858585;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #4a4a4a;
  border: 1px solid rgb(0, 0, 0);
}

/*--------------------------------------------------------------
# KAPCSOLAT ELREJTÉS
--------------------------------------------------------------*/
.section-email,
.section-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-email .icon,
.section-phone .icon {
    font-size: 15px;
    left: 100%;
    text-decoration: none;
    cursor: pointer;
    top: 5px;
    margin-left: 15px;
}
.overlay-email,
.overlay-phone {
    z-index: 10;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) 45%, rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) 100%);
}
.overlay-email span,
.overlay-phone span{
    position: absolute;
    right: 0;
    transform: translateX(-100%);
}


/*--------------------------------------------------------------
# BOX ÁRNYÉK
--------------------------------------------------------------*/
.shadow-lg-01{
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  box-shadow: rgb(55, 55, 55) 0px 20px 30px -10px;
}

/*--------------------------------------------------------------
# LOGÓ KÉP
--------------------------------------------------------------*/
.logo-center-01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-center-01 img {
  width: 150px;
  height: 150px;
  /*mix-blend-mode: hard-light;*/
  filter: drop-shadow(10px 10px 5px rgba(117, 117, 117, 0.5));
}



.hr-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr-container .hr{
  background-color: #000000;
  height: 2px;
  width: 20%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# TÉRKÖZ
--------------------------------------------------------------*/
.h-10{
  min-height: 10vh;
}
.h-90{
  min-height: 90vh;
}
.h-15{
  min-height: 5vh;
}
.h-95{
  min-height: 95vh;
}


/*--------------------------------------------------------------
# SZÖVEGTÖRÉS
--------------------------------------------------------------*/
.p-text-wrap {
  word-wrap: break-word; /* Hosszú szavak törése */
  word-break: break-word; /* Szóköz nélküli sorok törése */
  overflow-wrap: break-word; /* Szöveg törése a tartályhoz igazodva */
  overflow: hidden; /* Szöveg túllógásának elrejtése */
}
/*--------------------------------------------------------------
# Megosztások
--------------------------------------------------------------*/
.sharing ul { list-style-type: none; padding-left: 20px; }
.folder { cursor: pointer; color: rgb(0, 0, 0); }
.hidden { display: none; }

/*--------------------------------------------------------------
# SWAL
--------------------------------------------------------------*/
.swal2-container
{
  z-index: 9999!important;
}









/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/
