.subcategory-list .category-card-body {
	background: #2ea3f2 !important;
}

.slick-slide img {
	filter: brightness(50%);
}

.mar-bot-20 {
	margin-bottom: 20px;
}

.full-width-row {
  position: relative;
  left: -50px;       /* mennyit szeretnél kilógni */
  width: calc(100% + 100px);
}

.idopontfoglalas-iframe {
	width: 100%;
    height: 100vh;
}

.sticky-head {
	background-color: rgba(255, 255, 255, 0.6);
}

.sticky-head-active {
	background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
  .idopontfoglalas-iframe {
    width: 100%;      /* vagy pl. 320px */
    height: 100vh;    /* tetszőleges mobilhoz illeszkedő magasság */
  }
	
  .responsive-img {
    width: 100% !important;    /* kisebb szélesség mobilon */
  }
}