nav#block-evolve-sub-i3-tamffomenu {
    font-size: 12px;
}

div#block-evolve-sub-i3-angolzaszlo {
    background: linear-gradient(90deg, transparent 46%, #cf142b 46%, #cf142b 56%, transparent 56%), linear-gradient(transparent 38%, white 38%, white 42%, #cf142b 42%, #cf142b 58%, white 58%, white 62%, transparent 62%), linear-gradient(90deg, transparent 44%, white 44%, white 46%, #cf142b 46%, #cf142b 56%, white 56%, white 58%, transparent 58%), linear-gradient(33deg, transparent 45%, white 45%, white 48%, #cf142b 48%, #cf142b 54%, white 54%, white 57%, transparent 57%), linear-gradient(-33deg, #01247d 45%, white 45%, white 48%, #cf142b 48%, #cf142b 54%, white 54%, white 57%, #01247d 57%);
    background-size: 60% 20%;
    background-repeat: no-repeat;
    background-position: center;
}

a.englishflag, a.hunflag {
    color: transparent !important;
}

div#block-evolve-sub-i3-magyarzaszlo {
	background: thirds(red, white, green, -180deg);
    background: linear-gradient(-180deg, #cf142b 33.3%, white 33.3%, white 66.6%, #39823b 66.6%);
    background-size: 60% 20%;
    background-repeat: no-repeat;
    background-position: center;
}

.kulso-link a {
    width: auto !important;
    margin: 0 10px;
}

.pull-right {
    float: right;
}

.slick-prev, .slick-next {
    background: #d9d9d8;
}

.field.field--name-dynamic-copy-fieldnode-date.field--type-ds.field--label-hidden.field__item
 {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 9;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    background: #012340;
    text-align: center;
}

.field.field--name-dynamic-copy-fieldnode-month.field--type-ds.field--label-hidden.field__item {
    position: absolute;
    left: 15px;
    top: 54px;
    z-index: 9;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    background: #012340;
    text-align: center;
}

.slick-prev:before {
    content: "←";
}



/* =================================
   TAMF PUBLIKÁCIÓK
================================= */

/* Lista */

.view-tamf-publikacio .view-content {
    margin-top: 30px;
}


/* Oszlopok */

.view-tamf-publikacio .views-col {
    padding: 0 12px;
}


/* Kártya */

.view-tamf-publikacio .views-row {
    position: relative;

    margin-bottom: 24px;

    background: #ffffff;

    border: 1px solid #dbe4ef;
    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.05),
        0 10px 24px rgba(15, 23, 42, 0.06);

    transition: all .25s ease;
}

.view-tamf-publikacio .views-row:hover {

    transform: translateY(-5px);

    border-color: #b7d1f5;

    box-shadow:
        0 15px 35px rgba(15, 23, 42, 0.12);
}


/* Cím mező */

.field-content.publikacio-cim {
    padding: 0;
}


/* Link */

.field-content.publikacio-cim a {

    position: relative;

    display: block;

    padding: 28px 70px 28px 75px;

    text-decoration: none;

    color: #003b71;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;

    transition: all .25s ease;
}


/* Ikon */

.field-content.publikacio-cim a:before {

    content: "📚";

    position: absolute;

    left: 28px;
    top: 50%;

    transform: translateY(-50%);

    font-size: 26px;
}


/* Nyíl */

.field-content.publikacio-cim a:after {

    content: "›";

    position: absolute;

    right: 28px;
    top: 50%;

    transform: translateY(-50%);

    font-size: 42px;
    font-weight: 300;

    color: #3b82f6;

    transition: all .25s ease;
}

.view-tamf-publikacio .views-row:hover a:after {

    right: 20px;

    color: #0057a8;
}


/* Link hover */

.field-content.publikacio-cim a:hover {

    color: #0057a8;
}


/* Finom felső sáv */

.view-tamf-publikacio .views-row:before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #003b71,
            #3b82f6
        );
}


/* Mobil */

@media (max-width: 768px) {

    .view-tamf-publikacio .views-col {
        width: 100% !important;
        padding: 0;
    }

    .field-content.publikacio-cim a {

        font-size: 22px;

        padding:
            20px
            55px
            20px
            60px;
    }

    .field-content.publikacio-cim a:before {
        left: 18px;
    }

    .field-content.publikacio-cim a:after {
        right: 18px;
    }
}


/*Hírek*/

.hirek-tamf, .partnereink-tamf {
    font-size: 40px;
    padding: 80px;
    text-align: center;
    text-decoration: underline;
}


.field-content.partnereink-kep {
    display: block;
    height: 150px;
    text-align: -webkit-center;
}

.field-content.partnereink-cim {
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* =======================================
   PROJEKTEK
======================================= */

.dexp-grid-inner {
    margin-top: 30px;
}

.dexp-grid-item {
    margin-bottom: 35px !important;
}


/* =======================================
   KÁRTYA
======================================= */

.tamf-projekt-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;

    border: 1px solid #d6e0ea;

    box-shadow:
        0 10px 20px rgba(15, 23, 42, 0.08),
        0 25px 50px rgba(15, 23, 42, 0.12);

    transition: all .3s ease;

    height: 100%;
}

.tamf-projekt-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 18px 35px rgba(15, 23, 42, 0.12),
        0 40px 80px rgba(15, 23, 42, 0.18);
}


/* =======================================
   FEJLÉC
======================================= */

.tamf-card-header {
    position: relative;

    height: 210px;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #dcecff 0%,
            #b9d4ff 100%
        );
}

/* felső dekoráció */

.tamf-card-header:before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -140px;
    right: -120px;

    border-radius: 50%;

    background: rgba(255,255,255,.35);
}

/* alsó hullám */

.tamf-card-header:after {
    content: "";

    position: absolute;

    width: 460px;
    height: 170px;

    left: -60px;
    bottom: -105px;

    background: rgba(255,255,255,.55);

    border-radius: 50%;
}


/* =======================================
   LOGÓ
======================================= */

.tamf-card-header a {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
    position: relative;
}

.tamf-card-header img {
    max-width: 78%;
    max-height: 110px;

    object-fit: contain;

    transition: transform .3s ease;
}

.tamf-projekt-card:hover .tamf-card-header img {
    transform: scale(1.07);
}


/* =======================================
   TARTALOM
======================================= */

.tamf-card-body {
    padding: 26px 28px 28px;
}


/* =======================================
   STÁTUSZ
======================================= */

.tamf-status {
    display: inline-block;

    padding: 8px 16px;

    border-radius: 999px;

    background: #edf2f7;
    color: #64748b;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 20px;
}


/* =======================================
   CÍM
======================================= */

.tamf-projekt-cim a {
    font-size: 34px;
    line-height: 1.15;
    text-align: center;
    color: #0f253a !important;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    text-align: center;
    display: block;
}


/* =======================================
   DÁTUM
======================================= */

.tamf-idoszak {
    border-top: 1px solid #e2e8f0;

    padding-top: 18px;

    text-align: center;

    color: #334155;

    font-weight: 600;
    font-size: 15px;
}

.tamf-idoszak:before {
    content: "\1F4C5";
    margin-right: 8px;
}


/* =======================================
   LEZÁRT PROJEKT
======================================= */

.tamf-projekt-card.Off {
    opacity: .8;
}

.tamf-projekt-card.Off .tamf-card-header {
    background:
        linear-gradient(
            135deg,
            #eef2f7 0%,
            #dce3ec 100%
        );
}

.tamf-projekt-card.Off .tamf-status {
    background: #e8f8ee;
    color: #148045;
}


/* =======================================
   CÍM
======================================= */

.page-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;

    color: #0f172a;

    margin: 40px 0 30px;
}


/* =======================================
   MOBIL
======================================= */

@media (max-width: 768px) {

    .tamf-card-header {
        height: 180px;
    }

    .tamf-card-body {
        padding: 20px;
    }

    .tamf-projekt-cim {
        font-size: 26px;
    }
}




h3.tamf-fooldal {
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding-bottom: 50px;
    font-weight: 600;
}

.ig-overlay:hover {
    background: #000000d9;
}

/*TAMF munkatársak*/

div#tamf-munkatars-1 {
    display: block;
    padding-left: 7%;
    
}

div#tamf-munkatars-2 {
    padding-left: 7%;
}

div#tamf-munkatars-3 {
   
    margin-left: 10%;
}



/*menü*/

@media screen and (max-width: 1500px) {
    .subpage-title-tamf {
        padding-left: unset !important;
        line-height: 40px;
        font-size: 12px !important;
    }
}

/*Főoldal tevékenységeink*/

div#igazgatosag-kepesmenu-block-2--2 .dexp-grid-inner.row {
    display: flex;
    align-content: space-between;
    justify-content: space-around;
}
i.dexp-icon.fa.fa-bar-chart.it-ikon {
    color: white;
    padding: 5px;
    border-radius: 5px;
    background: #5f8cb4;
}
.orange-border {
  width: 50px;
  height: 1px;
  background: #ff8a00;
  margin-top: 18px;
}