@media (min-width: 1400px) {
  .topsliderminus {
    margin-top: -145px;
  }
}

@media (min-width: 1400px) {
  .idezet {
    /* width: 787px !important; */
    margin-top: 1px;
    /* position: relative; */
    z-index: 9990;
  }
}

.korkep {
  width: 73px;
  height: 73px;
}

.cardbodybg {
  background-color: #e7e7e7 !important;
}

.idezojel {
  width: 30px;
  margin-bottom: -8px;
  position: relative;
  z-index: 20;
  background: #cccccc;
  padding: 5px;
}

.textarnyek {
  text-shadow: 0px 0px 15px #000000;
}

.kiemelteffect {
  opacity: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-decoration: none;
}

.kiemelteffect:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  /* transform: scale(0.9); */
}

.gombeffekt:hover {
  border: solid 1px #ffffff !important;
  border-radius: 5px !important;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  /* transform: scale(0.9); */
  background-color: #d9d9d9 !important;
}

.gombeffekt {
  border: solid 1px #717171 !important;
  border-radius: 5px !important;
}

@media (min-width: 1400px) {
  .topbannerslidepoz {
    position: fixed;
    z-index: -10;
    margin-top: 10px;
  }
}

@media (min-width: 1400px) {
  .navbartoppoz {
    /*margin-top: 26px;*/
    z-index: 9999;
  }
}

@media (min-width: 300px) {
  .navbartoppozmobil {
    /*margin-top: 26px;*/
    z-index: 9999;
  }
}

@media (min-width: 1400px) {
  .idezetpoz {
    margin-top: 118px;
    position: fixed;
    z-index: 9999;
  }
}

@media (min-width: 1400px) {
  .topbarpoz {
    margin-top: 0px;
    position: fixed;
    z-index: 9999;
    /*position: relative;*/
  }
}

.attetszofeher {
  background-color: rgba(255,255,255,0.97) !important;
}

.mainpoz {
  position: relative;
  z-index: 9995;
  padding-top: 50px;
}

.lebeg {
  animation: felLeMozgas 3s ease-in-out infinite;
}

@keyframes felLeMozgas {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(45,45,45,0) !important;
    background-color: var(--bs-body-bg);
  }
}

@media (min-width: 1400px) {
  .toplogo {
    width: 100% !important;
  }
}

.navmenusav {
  position: relative;
  z-index: 9999;
}

.navsavidezet {
  position: relative;
  z-index: 9996;
}

.fit-cover {
  object-fit: cover;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 9999 !important;
  }
}

.kategorianavmenu {
  margin-top: 57px !important;
}

.sorkizart {
  text-align: justify;
}

section.vh-100 {
  padding-top: 120px;
}
.topbarpoz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.navbartoppoz {
  position: fixed;
  top: 25px; /* a topbar magasságától függ */
  left: 0;
  width: 100%;
  z-index: 9999;
}

html {
  scroll-behavior: smooth;
}
#elerhetoseg {
  scroll-margin-top: 200px;
}


.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* hány sor jelenjen meg */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .line-clamp {
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 577px) {
  .line-clamp {
    -webkit-line-clamp: 5;
  }
}
.blog-card {
  border-radius: 0 !important;
}

.card {
  height: 100%;
}