@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/switzer');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css');

@import url('menu.css?v2');
@import url('buttons.css?v2');
@import url('document.css');
@import url('login.css?v2');

body {
    --bs-body-font-family: 'Switzer';
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 150%;
    --bs-body-color: #3D3D3D;

    --heading-font-family: 'Poppins';
    --heading-font-weight: 600;
    --heading-line-height: 130%;
    --bs-heading-color: #000;

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;

    --page-title-font-size: 52px;
    --page-title-font-weight: 500;
    --page-title-color: #000;
    --page-title-line-height: 130%;

    --section-padding: 112px 32px;

    --border-radius: 12px;
    --shadow-black: 0px 8px 16px rgba(16, 24, 40, 0.2);

    --fa-family: 'FontAwesome';

    --color-orange: #D44D0C;
    --color-blue: #2848FF;
	--color-logo-blue: #586b93;
}

body .modal {
    --bs-modal-zindex: 9999;
}

body * {
    --bs-dropdown-link-hover-bg: transparent;
    --bs-tertiary-bg: transparent;
    --bs-dropdown-link-active-bg: #070d5f;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    --bs-link-color-rgb: rgb(from var(--bs-body-color) r g b / 1);
}

a, a:hover {
    cursor: pointer;
}

b, strong, .bold {
    font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--heading-font-family)!important;
    font-weight: var(--heading-font-weight)!important;
    color: var(--bs-heading-color)!important;
    line-height: var(--heading-line-height)!important;
}

.text-body {
    font-family: var(--bs-body-font-family)!important;
    font-size: var(--bs-body-font-size)!important;
    font-weight: var(--bs-body-font-weight)!important;
    line-height: var(--bs-body-line-height)!important;
    color: var(--bs-body-color)!important;
}

.fs-xxl { font-size: 52px!important; line-height: var(--heading-line-height); }
.h1, .fs-1 { font-size: 52px!important; line-height: var(--heading-line-height); }
.h2, .fs-2 { font-size: 40px!important; line-height: var(--heading-line-height); }
.h3, .fs-3 { font-size: 24px!important; line-height: var(--heading-line-height); }
.h4, .fs-4 { font-size: 18px!important; line-height: var(--heading-line-height); }
.h5, .fs-5 { font-size: 16px!important; line-height: var(--heading-line-height); }
.h6, .fs-6 { font-size: 14px!important; line-height: var(--heading-line-height); }

.hidden:not(.show, .showed, .visible) {
    display: none!important;
}

input[type='text'], 
input[type='password'], 
input[type='date'], 
input[type='email'], 
select, 
textarea {
    border-radius: 4px;
    border: solid 1px rgb(from var(--color-orange) r g b / 0.3);
    padding: 6px 15px;
}

select {
    padding-right: 30px;
}

.orange {
    color: var(--color-orange);
}

.blue {
    color: var(--color-blue);
}

.content-box,
.br-12 {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.anim-counter:not(.showed) {
    color: transparent!important;
}

#info_first_table .tophed hr,
#info_description #intro_hr {
    display: none;
}

.bg-color-logo-blue {
	background: var(--color-logo-blue);
}

.badge {
    padding: 8px 16px;
    border-radius: 100px;
    background: #E7F1FF;
    color: var(--color-blue);
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    margin: 12px 0;
}

.img-tiles {
    padding-top: 80px;
}

.tile {
    --tile-height: 340px;
}

.tile .inner {
    height: var(--tile-height);
    overflow: hidden;
    transition: all 0.3s;
}

img.fitt-cover {
    object-fit: cover;
    max-width: 100%;
    min-height: 100%;
    display: block;
    margin: 0 auto;
}

.img-alt {
    font-size: 10px;
    color: #888;
    font-weight: 400;
}

.list-item .fitt-cover {
    min-width: 100%;
}

.tile:hover .inner {
    transform: translateY(-10%);
    height: 120%;
}

.list-item .cover-img img {
    transition: all 0.3s;
}

.list-item:hover .cover-img img {
    scale: 1.1;
}

#partners {
    padding-top: 40px;
    padding-bottom: 40px;
}

#partners img {
    max-height: 80px!important;
}

.card-blue {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #E7F1FF;
    color: #4F4F4F;
    height: 100%;
}

.card-blue .fs-1 {
    color: #4F7AFF;
}

.cover-img {
    width: 100%;
    aspect-ratio: 364 / 240;
    border-radius: 2px;
    overflow: hidden;
}

.cover-img-alt {
    font-size: 10px;
    font-weight: 400;
    color: #888;
}

.webkit-box {
    display: -webkit-box;
    max-width: 100%;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    
.webkit-box.lines-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.content-box,
.shadowed,
.list-item {
    box-shadow: var(--shadow-black);
}

.content-box,
.list-item {
    padding: 24px;
    background: #fff;
}

.list-item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
}

.list-item * {
    margin: 0;
}

.list-item .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-item .publication {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.publication .category {
    align-self: start;
    color: #D44D0C;
}

.publication .date {
    align-self: end;
    color: #0414FF;
}

.list-item .title {
    font-weight: 600;
}

.tagok .cover-img {
    background: rgba(0, 0, 0, 0.20);
    border-radius: var(--border-radius);
}
.tagok .member-data {
    padding: 12px;
}

.tagok .member-data p {
    margin: 0;
}

#tree_div img {
    display: none;
}

.member-information-table-first,
.content_inner_tagsag #due_table_separatator {
    display: none;
}

body #congress_item_template,
body #congress_item_template #item_Cim, 
body #congress_item_template #congress_description {
    margin: 0;
    background: unset;
    border: unset;
    color: unset;
    text-align: unset;
}

body #congress_item_template #item_Cim a {
    display: none;
}

body div[id*='upGDPR'] {
    background-color: transparent!important;
}

.accordion {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.accordion .accordion-item {
    border-radius: var(--bs-accordion-border-radius);
    overflow: hidden;
}

.accordion .accordion-item .accordion-button {
    cursor: pointer;
}

.accordion .accordion-item .accordion-button::after {
    transition: all 0.5s;
    transform: rotate(0deg);
}

.accordion .accordion-item.show > .accordion-button::after {
    transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.accordion .accordion-item.show > .accordion-body {
    max-height: 10000px;
}

.accordion .accordion-item .accordion-body > * {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

img.lightbox {
    cursor: pointer;
}

.lightbox-modal {
    --bs-modal-width: calc(100% - 100px);
}

.lightbox-modal.show {
    display: block;
}

.lightbox-modal .modal-body img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

[data-toggle="lightbox"] {
    aspect-ratio: 4 / 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: calc(var(--bs-gutter-y) * .5) calc(var(--bs-gutter-x) * .5);
}

[data-toggle="lightbox"] img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-black);
}

@media (max-width: 991px) {
    body {
        --page-title-font-size: 26px;
        --section-padding: 56px 0px;
    }

    #contentframe_container_x_lcr1:not(:has(section)) {
        --section-padding: 28px 0px 0px;
    }

    .h1, .fs-1 { font-size: 32px!important; }
    .h2, .fs-2 { font-size: 26px!important; }
    .h3, .fs-3 { font-size: 22px!important; }
    .h4, .fs-4 { font-size: 18px!important; }
    .h5, .fs-5 { font-size: 16px!important; }
    .h6, .fs-6 { font-size: 14px!important; }

    .list-item {
        padding: 16px;
        gap: 16px;
    }

    .img-tiles {
        padding-top: 20px;
    }

    .tile {
        --tile-height: auto;
    }

    #news .top-2-3 .latest-news-list {
        height: unset;
    }

    #news .top-2-3 .list-item {
        flex-direction: column;
    }

    #news .inner .news-img {
        aspect-ratio: 364 / 240;
    }
}