/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/homepage.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.homepage_content__m6Qf_{
    display: flex;
    gap: 50px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/cardList/cardList.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.cardList_container__tWwXs{
    flex: 5 1;
}

.cardList_title__fyoKM{
    margin: 50px 0px;
  }
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/pagination/pagination.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.pagination_container__MjtB3 {
    display: flex;
    justify-content: space-between;
  }
  
  .pagination_button__EHYZp {
    width: 100px;
    border: none;
    padding: 16px;
    background-color: crimson;
    color: white;
    cursor: pointer;
    border-radius: 10px;
  }
  
  .pagination_button__EHYZp:disabled{
    background-color: rgba(220, 20, 60, 0.473);
    cursor: not-allowed;
  }
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/card/card.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.card_container__xBy9R {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.card_imageContainer__0rYcM {
  flex: 1 1;
  height: 350px;
  position: relative;
}

.card_image__5mzyB {
  object-fit: cover;
  border-radius: 3%;
}

.card_textContainer__uD6_C {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.card_date__IWhCo {
  color: gray;
}

.card_category__QmWQb {
  color: crimson;
  font-weight: 500;
}

.card_desc__hMM2S {
  font-size: 18px;
  font-weight: 300;
  color: var(--softTextColor);
}

.card_link__yV43X {
  border-bottom: 1px solid crimson;
  width: max-content;
  padding: 2px 0px;
}

@media screen and (max-width: 1280px) {
  .card_container__xBy9R {
    flex-direction: column;
    gap: 20px;
    /* kisebb hézag mobilon */
  }

  .card_imageContainer__0rYcM {
    width: 100%;
    height: 100px;
    position: relative;
    /* <-- ez fontos */
    aspect-ratio: 1 / 1;

    /* kisebb magasság mobilon */
  }

  .card_textContainer__uD6_C {
    width: 100%;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/categoryList/categoryList.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.categoryList_title__8DsfE {
    margin: 50px 0px;
}

.categoryList_categories__JjFld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.categoryList_category__kGfZ1 {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    width: 15%;
    height: 80px;
    justify-content: center;
    border-radius: 10px;
}

.categoryList_category__kGfZ1.categoryList_tesztek__dkJYJ {
    background-color: #57c4ff31;
}

.categoryList_category__kGfZ1.categoryList_hirek__DjmDM {
    background-color: #da85c731;
}

.categoryList_category__kGfZ1.categoryList_ujdonsagok__diFuQ {
    background-color: #7fb88133;
}

.categoryList_category__kGfZ1.categoryList_turizmus__ijUbo {
    background-color: #ff795736;
}

.categoryList_category__kGfZ1.categoryList_veteran__Zeu01 {
    background-color: #f1370836;
}

.categoryList_image__DU_oJ {
    border-radius: 50%;
}

.categoryList_magazin__Jx4fU{
display:none;
}

.categoryList_subtitle__K_1Yx {
    color: gray;
    font-size: 16px;
    font-weight: 400;
}

.categoryList_title__8DsfE {
    margin-top: -2px;
    font-size: 28px;
}

@media screen and (max-width: 1280px) {
    .categoryList_category__kGfZ1 {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .categoryList_category__kGfZ1 {
        width: 25%;
    }

.categoryList_magazin__Jx4fU {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .categoryList_category__kGfZ1 {
        width: 45%;
    }
}

@media screen and (max-width: 640px) {
    .categoryList_category__kGfZ1 {
        width: 100%;
    }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/featured/featured.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.featured_container__9bUI6 {
  margin-top: 6%;
  max-width: 1200px;
  margin-inline: auto;
  max-height: 10000px;
}

.featured_title__rFWcP {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.featured_topSectionIntro__Wg5L0 {
  display: flex;
  /* flex-direction: column;
  egymás alá kerül az image + title */
  /*align-items: center;*/
  /* horizontálisan középre */
  justify-content: center;
  /* vertikálisan középre */
  text-align: center;
  gap: 20px;
  margin: 40px 0;
  /* hogy legyen körülötte tér */
}


.featured_topSectionIntro__Wg5L0 img {
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.featured_topSectionIntro__Wg5L0 .featured_imageContainer__3OSgC {
  flex: 1 1;
  justify-content: center;
  align-items: center;
}

.featured_topSectionIntro__Wg5L0 .featured_title__rFWcP {
  flex: 1 1;
  font-size: 24px;
  font-weight: bold;
}


.featured_topSection__ibaTL {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 0 99px rgba(0, 0, 0, 0.1);
  padding: 2%;
}

.featured_carousel__WXjI_ {
  flex: 2 1;
  min-width: 300px;
}

.featured_imgWrapper__O9cdD {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.featured_image__s8EnU {

  object-fit: cover;
}

.featured_caption__mFlkn {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  width: 100%;
  color: #ddd;
}

.featured_indicators__gGIAv {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  justify-content: center;
}

.featured_indicator__qn9F6 {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.featured_active__wEqvO .featured_filler__hg98d {
  animation: featured_fill__WB33U 3s linear forwards;
  background-color: red;
  height: 100%;
  width: 100%;
  position: absolute;
}

@keyframes featured_fill__WB33U {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.featured_sideArticles__y22TM {
  flex: 1.2 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 350px;
}

.featured_sideArticle__TkjnP {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  gap: 10px;
  padding: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.featured_info__tyhmT {
  flex: 2 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured_info__tyhmT h4 {
  margin: 5px 0 0 0;
  font-size: 14px;
}


/* Új blokk: kategóriák alsó sorban */
.featured_navCategories__dY2vK {
  top: 7%;
  /* vagy annyi, amekkora a .wrapper (Navbar) magassága 
  position: sticky;*/
  border-radius: 10px;
  z-index: 9998;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: var(--bg);
  color: var(--textColor);
  border-bottom: 1px solid var(--softTextColor);
}

.featured_categoryLink__GbzJ6 {
  flex: 1 1 10%;
  /* Alapértelmezetten 10% szélesség, törhető */
  min-width: 100px;
  /* minimum méret kis képernyőkre */
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}

.featured_categoryLink__GbzJ6:hover::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: red;
  left: 0;
  bottom: 0;
}

.featured_exHighlight___AVJB {
  color: #ff6600;
  font-weight: bold;
  font-style: italic;
}

.featured_categoryLink__GbzJ6 {
  padding: 6px 12px;
  margin-right: 8px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.featured_categoryLink__GbzJ6:hover {
  background-color: #f0f0f0;
}

.featured_activeCategory__SxLUc {
  background-color: #ff6600;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}



@media screen and (max-width: 768px) {
  .featured_topSection__ibaTL {
    flex-direction: column;
  }

  .featured_imgWrapper__O9cdD {
    height: 350px;
    width: 90%;
  }

  .featured_title__rFWcP {
    font-size: 36px;
    margin: auto;
    width: 100%;
  }

  .featured_truncatedText__c0bOJ {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .featured_topSectionIntro__Wg5L0 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .featured_sideArticles__y22TM {
    width: 90%;
  }

  .featured_sideArticle__TkjnP {
    width: 90%;
  }

  .featured_categoryLink__GbzJ6 {
    flex: 1 1 45%;
    /* kisebb szélesség mobilon, 2 oszlopban */
    font-size: 13px;
    min-width: unset;
  }

  .featured_navCategories__dY2vK {
    top: 65px;
    gap: 5px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/magazin/magazinViewer.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.magazinViewer_thumbnail__Dh1H9 {
  cursor: pointer;
  max-width: 300px;
  margin: 20px auto;
  transition: transform 0.3s ease;
}

.magazinViewer_thumbnail__Dh1H9:hover {
  transform: scale(1.05);
}

.magazinViewer_viewer__4OLar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

.magazinViewer_page__lAocj {
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 0 20px black;
  border-radius: 4px;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.magazinViewer_page__lAocj.magazinViewer_zoomed__0y0Jy {
  transform: scale(1.5);
  cursor: zoom-out;
}

.magazinViewer_arrow__sPFdE {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 10000;
}

.magazinViewer_arrow__sPFdE.magazinViewer_left__9qaNG {
  left: 30px;
}

.magazinViewer_arrow__sPFdE.magazinViewer_right__aKrHn {
  right: 30px;
}

.magazinViewer_close__DmVz4 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/Menu/menu.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.menu_container__9Zl3P {
  flex: 2 1;
  margin-top: 60px;
}

.menu_subtitle__7Kija {
  color: gray;
  font-size: 16px;
  font-weight: 400;
}

.menu_title__7uNe1 {
  font-size: 28px;
}

.menu_viewer__DhSLm {
  margin-top: -15px;
}

.menu_video__3ZZNC {
  margin: 3% -1%;
  padding: 1%;
  margin-left: -1%;
}

.menu_magazin___HfA4 {
  justify-content: center;
  margin: auto;
  width: 100%;
  align-items: center;
}


@media screen and (max-width: 1024px) {
  .menu_container__9Zl3P {
    display: none;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/menuCategories/menuCategories.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.menuCategories_categoryList__ktFqg {
    margin-top: 35px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.menuCategories_categoryItem__o9cKJ {
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 14px;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_tesztek__FRl4o {
    background-color: #57c4ff31;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_hirek__Ay1Ma {
    background-color: #da85c731;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_ujdonsangok___E3UO {
    background-color: #7fb88133;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_turizmus__JTW9f {
    background-color: #ff795736;
}

.menuCategories_categoryItem__o9cKJ.menuCategories_veteran__4iCGB {
    background-color: #f1370836;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/menuPosts/menuPosts.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.menuPosts_items__zCzFu {
    margin-top: 35px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.menuPosts_item__FYpEz {
    display: flex;
    align-items: center;
    gap: 20px
}

.menuPosts_imageContainer__XG76w {
    flex: 1 1;
    aspect-ratio: 1/1;
    position: relative;
}

.menuPosts_image__IA3eB {
    border-radius: 50%;
    border: 3px solid lightgray;
    object-fit: cover;
}

.menuPosts_textContainer__au0GC {
    flex: 4 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menuPosts_category__Aonfr {
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
    color: white;
    width: max-content;
}

.menuPosts_category__Aonfr.menuPosts_tesztek__iP3Hh {
    background-color: #57c4ff31;
}

.menuPosts_category__Aonfr.menuPosts_hirek__8JdLZ {
    background-color: #da85c731;
}

.menuPosts_category__Aonfr.menuPosts_ujdonsagok__plrhI {
    background-color: #7fb88133;
}

.menuPosts_category__Aonfr.menuPosts_turizmus__WP_B8 {
    background-color: #ff795736;
}
.menuPosts_category__Aonfr.menuPosts_veteran__TG3TC {
    background-color: #f1370836;
}

.menuPosts_postTitle___KHVw {
    font-size: 18px;
    font-weight: 500;
    color: var(--softTextColor);
}

.menuPosts_detail__kP_z0 {
    font-size: 12px;
}

.menuPosts_username__N61HU {}

.menuPosts_date__ioevs {
    color: gray;
}
