/* ================================================================
   KIK VAGYUNK – teljes oldal CSS
   Forrás: www.10milliofa.hu React bundle _qx6tw_ komponens
   ================================================================ */

/* OLDAL HÁTTÉR */
.tmf-kik-page { background-color: #E6EAD6; position: relative; width: 100%; overflow-x: hidden; }

/* OLDAL CÍM – _title_qx6tw_9996 */
.tmf-kik-page__title {
  padding-top: 3rem;
  padding-bottom: 5rem;
  font-family: 'Coustard', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  color: #385244;
  margin: 0 auto;
  width: 28rem;
  max-width: 90%;
}

/* ── TARTALOM BLOKKOK (3db) ──────────────────────────────── */

/* _pContainerRight_: display:flex; justify-content:end; height:42rem */
.tmf-kik-slice {
  position: relative;
  height: 42rem;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* right: flex-end, left: flex-end + row-reverse */
.tmf-kik-slice--right { justify-content: flex-end; }
.tmf-kik-slice--left  { justify-content: flex-end; flex-direction: row-reverse; }

/* _backgroundContainer_qx6tw_10194: absz, 50% széles */
.tmf-kik-slice__bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.tmf-kik-slice--right .tmf-kik-slice__bg { right: 0; }
.tmf-kik-slice--left  .tmf-kik-slice__bg { left: 0; }

/* _leaderimg_qx6tw_10015: 392px kör, absz, border 8px #F2F5EA */
.tmf-kik-slice__portrait {
  position: absolute;
  border-radius: 50%;
  width: 392px;
  height: 392px;
  object-fit: cover;
  object-position: center top;
  border: 8px solid #F2F5EA;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.tmf-kik-slice--right .tmf-kik-slice__portrait { right: 2rem; }
.tmf-kik-slice--left  .tmf-kik-slice__portrait { left: 2rem; }

/* _newsContent_qx6tw_10211: 808px x 370px, padding 40px
   right: margin-right:20rem tolja balra
   left:  margin-left:-4rem  */
.tmf-kik-slice__box {
  position: relative;
  z-index: 2;
  background-color: #f2f5ea;
  padding: 40px;
  box-sizing: border-box;
  width: 808px;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  flex-shrink: 0;
}
.tmf-kik-slice--right .tmf-kik-slice__box {
  margin-right: 20rem;
  margin-top: 4rem;
  margin-left: 3rem;
}
.tmf-kik-slice--left .tmf-kik-slice__box {
  margin-left: auto;
  margin-right: 3rem;
  margin-top: 4rem;
}

/* _newsTitle_qx6tw_10251: Coustard 32px, #385244 */
.tmf-kik-slice__boxtitle {
  color: #385244;
  font-family: 'Coustard', serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  margin: 0 0 16px 0;
}

/* _newsText_qx6tw_10272: Poppins 16px, #252525, 5 sor clamp */
.tmf-kik-slice__text {
  color: #252525;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin: 0 0 1.5rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* Aláírás */
.tmf-kik-slice__sig-name {
  font-family: 'Coustard', serif;
  font-size: 18px;
  font-weight: 400;
  color: #385244;
  margin: 0;
  line-height: 1.4;
}
/* _undertitle_qx6tw_10117: Poppins 14px, #457e92 */
.tmf-kik-slice__sig-role {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #457e92;
  margin: 0;
}

/* ── TÉRKÉP – _map_qx6tw_10465 ──────────────────────────── */
.tmf-kik-map { width: 100%; padding-top: 80px; padding-bottom: 80px; box-sizing: border-box; }
.tmf-kik-map iframe { width: 100%; height: 500px; border: 0; display: block; }

/* ── CSAPAT SZEKCIÓ ─────────────────────────────────────── */
.tmf-kik-team { padding: 3rem 0 5rem; }

/* "Munkatársaink" cím – ugyanolyan mint az oldal cím */
.tmf-kik-team__title {
  font-family: 'Coustard', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  color: #385244;
  margin: 0 auto 3rem;
}

/* ── TEAM SLIDER ─────────────────────────────────────────── */
.tmf-team-slider .slick-list {
  overflow: hidden;
  padding: 20px 40px !important;
  margin: -20px -40px;
  box-sizing: content-box;
}
.tmf-team-slider .slick-track {
  display: flex;
  align-items: stretch;
  will-change: transform;
  backface-visibility: hidden;
}

/* variableWidth=true, a CSS adja a méretet */
.tmf-team-slider .slick-slide {
  width: 354px !important;
  margin: 0 16px;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  height: auto;
}
.tmf-team-slider .slick-slide > div { flex: 1; display: flex; flex-direction: column; }

/* ── TEAMKÁRTYA – _item_qx6tw_10408 ────────────────────── */
/* Eredeti: 459px × 320.75px, padding 33px, #f2f5ea, NO border-radius */
.tmf-teamcard {
  background: #F2F5EA;
  width: 100%;
  height: 459px;
  padding: 33px;
  box-sizing: border-box;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Körös kép */
.tmf-teamcard__imgwrap {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  align-self: center;
}
.tmf-teamcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Név – _name_qx6tw_10444: Coustard 28px, #000, center */
.tmf-teamcard__name {
  font-family: 'Coustard', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
  color: #000;
  margin-top: 33px;
  margin-bottom: 0;
  width: 100%;
}

/* Beosztás – _workerTitle_qx6tw_10455: Poppins 22px, #656565, center */
.tmf-teamcard__role {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  color: #656565;
  width: 100%;
}

.tmf-team-slider .slick-slide:focus { outline: none; }

/* ── RESZPONZÍV ─────────────────────────────────────────── */
@media (max-width: 1399px) {
  .tmf-team-slider .slick-slide { width: 316px !important; }
}
@media (max-width: 1199px) {
  .tmf-kik-slice__box { max-width: 65%; }
  .tmf-kik-slice__portrait { width: 300px; height: 300px; }
}
@media (max-width: 991px) {
  .tmf-kik-slice { height: auto; flex-direction: column; }
  .tmf-kik-slice__bg { position: relative; width: 100%; height: 320px; left: 0; right: 0; }
  .tmf-kik-slice__portrait {
    position: relative; top: auto; left: auto; right: auto; transform: none;
    width: 196px; height: 196px; margin: -6rem auto 0;
    border: 6.6px solid #f2f5ea;
  }
  .tmf-kik-slice__box {
    width: 95%; max-width: 95%; height: auto;
    margin: 1rem auto 3rem !important; padding: 32px;
  }
  .tmf-team-slider .slick-slide { width: 46vw !important; margin: 0 10px; }
  .tmf-teamcard { height: auto; min-height: 380px; padding: 24px; }
  .tmf-teamcard__imgwrap { width: 170px; height: 170px; }
  .tmf-teamcard__name { font-size: 22px; line-height: 30px; margin-top: 20px; }
  .tmf-teamcard__role { font-size: 17px; line-height: 26px; }
}
@media (max-width: 599px) {
  .tmf-kik-page__title { font-size: 32px; line-height: 44px; }
  .tmf-team-slider .slick-slide { width: 90vw !important; margin: 0 8px; }
  .tmf-teamcard { padding: 20px; }
  .tmf-teamcard__imgwrap { width: 150px; height: 150px; }
  .tmf-teamcard__name { font-size: 20px; }
  .tmf-teamcard__role { font-size: 16px; }
}

/* ── FULL WIDTH SLIDER ───────────────────────────────────────── */
.tmf-kik-team {
  overflow: hidden;   /* kártyák ne lógjanak ki */
}

.tmf-team-slider {
  width: 100%;
}

/* A slick-list overflow trükk full-width esetén */
.tmf-team-slider .slick-list {
  overflow: visible !important;
  padding: 20px 0 !important;
  margin: -20px 0;
}

/* Kártyák közt egyenletes tér */
.tmf-team-slider .slick-track {
  padding: 0 2vw;
}
