/*
################################################################################
THEME SETUP / DEFAULT FORMATTING / LAYOUT
################################################################################
*/
:root {
  --primary-color: #0067A4;
  --primary-color-05: rgba(0, 103, 164, 0.05);
  --secondary-color: #F78F1E;
  --color-medium-blue: #00AEEF;
  --color-light-blue: #E5F2F9;
  --text-color: #000;
  --error-color: #b41717;
}

body.nd-2025 {
  max-width: 100%;
  background: var(--primary-color-05);
  color: #000;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.nd-2025 .pb10 {padding-bottom: 10px !important;}

.nd-2025 .main-content > .container > .row {
  display: flex;
}

.nd-2025 .main-content > .container > .row > div:first-child {
  width: 74.14%;
}
.nd-2025 .main-content > .container > .row > div:last-child {
  width: 22.06%;
  margin-left: 3.8%;
}

.nd-2025 h2,
.nd-2025 .heading .main-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
.nd-2025 .heading .main-heading {
  background: none;
  color: var(--text-color);
  font-weight: 900;
  text-transform: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.nd-2025 .widget .heading .main-heading {
  color: var(--secondary-color);
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
.nd-2025 .widget .heading .main-heading a {
  color: var(--secondary-color);
}
.nd-2025 .widget .heading .main-heading a:hover {
  color: var(--primary-color);
}

/* ---------- CONTENT LAYOUT ---------- */
.nd-2025 .meta-content .left-content {
  width: 74.14%;
}

/* ---------- CONTENT LIST META ---------- */
.nd-2025 .meta-container {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  flex-flow: row nowrap;
}
.nd-2025 .meta-container .category {
  font-weight: 700;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 5px;
}
.nd-2025 .meta-container .category .icon {
  width: 6px;
  height: 6px;
  background: var(--secondary-color);
  border-radius: 3px;
}
.nd-2025 .meta-container .date {
  font-weight: 500;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 5px;
}

/* ---------- OWL CAROUSEL ---------- */
.nd-2025 .owl-theme .owl-nav div.owl-next,
.nd-2025 .owl-theme .owl-nav div.owl-prev {
  width: 38px;
  height: 38px;
  background: #DAE9F1;
  border-radius: 19px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nd-2025 .owl-theme .owl-nav div.owl-next {
  transform: rotate(180deg);
}
.nd-2025 .owl-theme .owl-nav div.owl-prev::after,
.nd-2025 .owl-theme .owl-nav div.owl-next::after {
  content: "";
}
.nd-2025 .section .owl-nav {
  top: -62px;
}

/* ---------- PAGINATION ---------- */
.nd-2025 .pagination-holder {
  margin-top: 30px;
}
.nd-2025 .pagination-holder .pagination > li > span,
.nd-2025 .pagination-holder .pagination > li > a {
  border-radius: 50%;
}

/*
################################################################################
SLIDER
################################################################################
*/
.nd-2025 .slider-nav-container {
  margin-top: -468px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.nd-2025 #myCarousel {
  width: 74.14%;
  padding-right: 0;
}
.nd-2025 #myCarousel .item {
  width: 100%;
  height: 468px;
  background-position: center center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.nd-2025 #myCarousel .carousel-caption {
  background: rgba(0,0,0,0.6);
  background: -moz-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  height: 230px;
  padding: 0 0 30px 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  bottom: 0;
  right: 0;
}
.nd-2025 #myCarousel .carousel-caption .carousel-caption-meta {
  margin-bottom: 15px;
  column-gap: 30px;
}
.nd-2025 #myCarousel .carousel-caption h4 {
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}
.nd-2025 #myCarousel .list-group {
  width: 100%;
  margin: 0;
  border-top: 5px solid var(--secondary-color);
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  position: relative;
}
.nd-2025 #myCarousel .list-group .list-group-item {
  width: 100%;
  height: 115px;
  background-color: var(--color-light-blue);
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #DAE9F1;
  padding: 0 35px;
  display: flex;
  align-items: center;
}
.nd-2025 #myCarousel .list-group .list-group-item.active {
  background-color: var(--secondary-color);
  transition: .3s ease-in-out;
}
.nd-2025 #myCarousel .list-group .list-group-item.active a {
  color: #fff !important;
  transition: .3s ease-in-out;
}
.nd-2025 #myCarousel .list-group .list-group-item:first-child {
  border-left: none;
  border-bottom-left-radius: 20px;
}
.nd-2025 #myCarousel .list-group .list-group-item:last-child {
  border-bottom-right-radius: 20px;
}
.nd-2025 #myCarousel .list-group .list-group-item h4 {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

/*
################################################################################
SLIDER SIDE NAVIGATION
################################################################################
*/
.nd-2025 .slide-side-nav {
  width: calc(25.86% - 10px);
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px 0;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
}
.nd-2025 .slide-side-nav .title {
  color: var(--secondary-color);
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nd-2025 .slide-side-nav .title span {
  color: var(--primary-color);
}
.nd-2025 .slide-side-nav .links {
  height: 100%;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.nd-2025 .slide-side-nav .links a {
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}
.nd-2025 .slide-side-nav .links .separator {
  width: 100%;
  height: 1px;
  background: #DAE9F1;
}
.nd-2025 .slide-side-nav .links .separator:last-child {
  display: none;
}

/*
################################################################################
ARTICLE LIST / SIDEBAR
################################################################################
*/
.nd-2025 .article-list.article-col {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.nd-2025 .article-list.article-col article {
  width: calc((100% / 3) - (20px / 3));
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.nd-2025 .article-list.article-col article .article-image {
  border-radius: 20px 20px 0 0;
}
.nd-2025 .article-list.article-col article .article-container {
  height: 100%;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.nd-2025 .article-list.article-col article .article-meta {
  justify-content: space-between;
  border-bottom: #DAE9F1 1px solid;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.nd-2025 .article-list.article-col article .article-title,
.nd-2025 #sidebar .article-title {
  font-size: 18px;
  font-weight: 700;
}
.nd-2025 .article-list.article-col article .article-title a,
.nd-2025 #sidebar .article-title a {
  color: var(--primary-color);
}
.nd-2025 .article-list.article-col article .article-title a:hover,
.nd-2025 #sidebar .article-title a:hover {
  color: var(--secondary-color);
}
.nd-2025 .article-list.article-col article .article-lead {
  margin: 10px 0;
}
.nd-2025 .article-list.article-col article .article-more,
.nd-2025 #sidebar .article-more {
  font-size: 13px;
  font-weight: 800;
  border-top: #DAE9F1 1px solid;
  margin-top: auto;
  padding-top: 15px;
}
.nd-2025 .article-list.article-col article .article-more a,
.nd-2025 #sidebar .article-more a {
  color: var(--secondary-color);
}
.nd-2025 .article-list.article-col article .article-more a:hover,
.nd-2025 #sidebar .article-more a:hover {
  color: var(--primary-color);
}

/* ---------- LAYOUT 1 / Friss hírek, Galária lista / ---------- */
.nd-2025:not(.galeria) .article-list.article-layout-1 article {
  overflow: hidden;
}
.nd-2025:not(.galeria) .article-list.article-layout-1 article:first-child {
  width: calc((((100% / 3) - (20px / 3)) * 2) + 10px);
  background: #fff;
}
.nd-2025 .article-list.article-layout-1 .article-image {
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 273 / 154;
  height: auto;
  transition: all 300ms ease-in-out;
}
.nd-2025 .article-list.article-layout-1 .article-image:hover {
  transform: scale(1.1);
}
.nd-2025.galeria .article-list.article-layout-1 .article-image {
  aspect-ratio: 4 / 3;
  background-position: center center;
}
.nd-2025:not(.galeria) .article-list.article-layout-1 article:first-child .article-meta {
  border-bottom: none;
  padding-bottom: 0;
}
.nd-2025:not(.galeria) .article-list.article-layout-1 article:first-child .article-title a {
  font-size: 28px;
  margin-top: 10px;
}
.nd-2025:not(.galeria) .article-list.article-layout-1 article:first-child .article-more {
  border-top: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* ---------- LAYOUT 2 / További híreink / ---------- */
.nd-2025 .article-list.article-layout-2 article {
  width: calc((100% / 2) - (20px / 2));
  background: #fff;
}
.nd-2025 .article-list.article-layout-2 article .article-more {
  border-top: none;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 3px;
}

/* ---------- LAYOUT 3 / Fontos hírek az elmúlt hónapokból / ---------- */
.nd-2025 .article-list.article-layout-3 {
  gap: 0;
}
.nd-2025 .article-list.article-layout-3.listing {
  gap: 20px;
}
.nd-2025 .article-list.article-layout-3 article {
  width: 100%;
  background: #fff;
  flex-direction: row;
  overflow: hidden;
}
.nd-2025 .article-list.article-layout-3 article > div {
  width: 50%;
}
.nd-2025 .article-list.article-layout-3 article .article-image {
  height: 100%;
  border-radius: 0;
}
.nd-2025 .article-list.article-layout-3 article .article-image img {
  display: none;
}
.nd-2025 .article-list.article-layout-3 article .article-image-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all 300ms ease-in-out;
}
.nd-2025 .article-list.article-layout-3 article .article-image-bg:hover {
  transform: scale(1.1);
}
.nd-2025 .article-list.article-layout-3 article .article-image a img {
  height: 100%;
}
.nd-2025 .article-list.article-layout-3 article .article-container {
  padding-left: 30px;
  padding-right: 25px;
}
.nd-2025 .article-list.article-layout-3 article .article-title {
  text-transform: none;
  line-height: normal;
}
.nd-2025 .article-list.article-layout-3 article .article-more {
  margin-top: 10px;
}

/* ---------- SIDEBAR ---------- */
.nd-2025 #sidebar .widget:first-child {
  margin-top: 25px;
}
.nd-2025 #sidebar .widget {
  overflow: visible;
}
.nd-2025 #sidebar ul.nav-tabs {
  border-bottom-color: var(--secondary-color);
  padding-bottom: 10px;
}
.nd-2025 ul.nav-tabs.nav-justified > li:first-child {
  float: left;
}
.nd-2025 ul.nav-tabs.nav-justified > li:last-child {
  float: right;
}
.nd-2025 ul.nav-tabs.nav-justified > li {
  width: auto;
  display: block;
  border: none;
}
.nd-2025 ul.nav-tabs.nav-justified > li > a {
  background: none;
  color: #99C2DB;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  border: none;
}
.nd-2025 ul.nav-tabs.nav-justified > li.active > a,
.nd-2025 ul.nav-tabs.nav-justified > li.active > a:focus {
  color: var(--secondary-color);
  border: none;
}
.nd-2025 ul.nav-tabs.nav-justified > li > a:hover {
  color: var(--secondary-color);
  border: none;
}

.nd-2025 #sidebar .meta-container {
  border-bottom: #DAE9F1 1px solid;
  margin-top: 10px;
  padding-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.nd-2025 #sidebar .item .meta-container {
  border-bottom: none;
  padding-bottom: 0;
}
.nd-2025 #sidebar li:last-child .meta-container {
  border-bottom: none;
}
.nd-2025 #sidebar .article-title h5,
.nd-2025 #sidebar .article-title a {
  font-weight: inherit;
  line-height: normal;
  text-transform: none;
}
.nd-2025 #sidebar .article-title h5 {
  margin-bottom: 5px;
}
.nd-2025 #sidebar .article-title a:hover {
  text-decoration: none;
}
.nd-2025 #sidebar .article-more {
  border: none;
  margin: 0;
  padding: 0;
}
.nd-2025 #sidebar .heading {
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 20px;
}
.nd-2025 #sidebar .category-image {
  border-radius: 20px;
}
.nd-2025 #sidebar .grid-1 .detail {
  background: none;
  padding: 15px 0 0;
}

/*
################################################################################
MAINPAGE
################################################################################
*/

/* ---------- DEBRECENI BERUHÁZÁSOK ---------- */
.nd-2025 .beruhazas-container {
  background: #fff;
  margin-top: 60px;
  padding: 45px 0 60px;
}
.nd-2025 .beruhazas-container .beruhazas-header {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.nd-2025 .beruhazas-container .beruhazas-header h2 {
  font-weight: 900;
  margin: 0;
}
.nd-2025 .beruhazas-container .beruhazas-header .text {
  font-size: 18px;
  font-weight: 400;
  line-height: auto;
  text-align: right;
}
.nd-2025 .beruhazas-container .beruhazas-header .text span {
  font-weight: 700;
}
.nd-2025 .beruhazas-container iframe {
  width: 100%;
  height: 527px;
  border-radius: 40px;
}

/* ---------- IMAGE - TEXT 2 COLUMN BLOCKS - BIG AND SMALL ---------- */

/* ---------- BIG BLOCKS ---------- */
.nd-2025 .img-text-blocks {
  padding: 60px 0 30px;
}
.nd-2025 .img-text-blocks * {
  transition: all 300ms ease-in-out;
}
.nd-2025 .img-text-blocks a:hover {
  color: #000;
}
.nd-2025 .img-text-block {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 100px;
}
.nd-2025 .img-text-blocks:not(.small-blocks) a:nth-child(2n) .img-text-block {
  flex-direction: row-reverse;
}
.nd-2025 .img-block {
  flex: 0 0 550px;
}
.nd-2025 .img-block img {
  aspect-ratio: 1;
  inline-size: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.nd-2025 a:hover .img-block img {
  transform: scale(1.02);
}
.nd-2025 .img-text-blocks:not(.small-blocks) a:nth-child(2n) .text-block {
  text-align: right;
}
.nd-2025 .text-block .tag {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 15px;
}
.nd-2025 a:nth-child(1) .text-block .tag {
  color: var(--secondary-color);
}
.nd-2025 a:nth-child(2) .text-block .tag {
  color: var(--primary-color);
}
.nd-2025 a:nth-child(3) .text-block .tag {
  color: var(--color-medium-blue);
}
.nd-2025 .text-block .title {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 30px;
}
.nd-2025 .text-block .separator {
  width: 360px;
  height: 3px;
  margin-bottom: 40px;
  margin-left: -170px;
  position: relative;
  z-index: 10;
}
.nd-2025 a:hover .text-block .separator {
  margin-left: -50px;
}
.nd-2025 .img-text-blocks:not(.small-blocks) a:nth-child(2n) .text-block .separator {
  margin-left: auto;
  margin-right: -170px;
}
.nd-2025 .img-text-blocks:not(.small-blocks) a:nth-child(2n):hover .text-block .separator {
  margin-right: -50px;
}
.nd-2025 a:nth-child(1) .text-block .separator {
  background-color: var(--secondary-color);
}
.nd-2025 a:nth-child(2) .text-block .separator {
  background-color: var(--primary-color);
}
.nd-2025 a:nth-child(3) .text-block .separator {
  background-color: var(--color-medium-blue);
}
.nd-2025 .text-block .text {
  margin-bottom: 40px;
}
.nd-2025 .text-block .button {
  width: 160px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-width: 3px;
  border-style: solid;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nd-2025 a:hover .text-block.text-block .button {
  background: #fff;
}
.nd-2025 a:nth-child(1):hover .text-block .button {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.nd-2025 a:nth-child(2):hover .text-block .button {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.nd-2025 a:nth-child(3):hover .text-block .button {
  color: var(--color-medium-blue);
  border-color: var(--color-medium-blue);
}
.nd-2025 .img-text-blocks:not(.small-blocks) a:nth-child(2n) .text-block .button {
  margin-left: auto;
}
.nd-2025 a:nth-child(1) .text-block .button {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.nd-2025 a:nth-child(2) .text-block .button {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.nd-2025 a:nth-child(3) .text-block .button {
  background-color: var(--color-medium-blue);
  border-color: var(--color-medium-blue);
}

/* ---------- SMALL BLOCKS ---------- */
.nd-2025 .img-text-blocks.small-blocks {
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
  padding: 30px 0 60px;
}
.nd-2025 .img-text-blocks.small-blocks .img-text-block {
  background: #fff;
  width: 100%;
  gap: 25px;
  padding: 20px;
  border-radius: 20px;
}
.nd-2025 .img-text-blocks.small-blocks a {
  flex: 0 0 calc((100% - 30px - (50px / 2)) / 3);
}
.nd-2025 .img-text-blocks.small-blocks .img-block {
  flex: 0 0 100px;
}
.nd-2025 .img-text-blocks.small-blocks .img-block img {
  border-radius: 14px;
}
.nd-2025 .img-text-blocks.small-blocks a:hover .img-block img {
  transform: scale(1.06);
}

.nd-2025 .img-text-blocks.small-blocks .title {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 8px;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(1):hover .title {
  color: #BC9C5F;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(2):hover .title {
  color: #237A37;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(3):hover .title {
  color: #F7C422;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(4):hover .title {
  color: #BC6030;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(5):hover .title {
  color: #6CBD45;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(6):hover .title {
  color: #8051A1;
}
.nd-2025 .img-text-blocks.small-blocks .text-block .separator {
  width: 120px;
  background: #000;
  margin-bottom: 10px;
  margin-left: -54px;
}
.nd-2025 .img-text-blocks.small-blocks a:hover .text-block .separator {
  margin-left: -15px;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(1) .separator {
  background: #BC9C5F;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(2) .separator {
  background: #237A37;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(3) .separator {
  background: #F7C422;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(4) .separator {
  background: #BC6030;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(5) .separator {
  background: #6CBD45;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(6) .separator {
  background: #8051A1;
}
.nd-2025 .img-text-blocks.small-blocks .text-block .button {
  width: auto;
  height: auto;
  background: none;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: none;
  display: block;
}
.nd-2025 .img-text-blocks.small-blocks a:hover .text-block .button {
  color: #000;
  border: none;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(1) .button {
  color: #BC9C5F;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(2) .button {
  color: #237A37;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(3) .button {
  color: #F7C422;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(4) .button {
  color: #BC6030;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(5) .button {
  color: #6CBD45;
}
.nd-2025 .img-text-blocks.small-blocks a:nth-child(6) .button {
  color: #8051A1;
}
