@charset "UTF-8";

:root {
	--gap-unit: 1rem;
	
    --darkpurple: #251F58;
    --purple: #5F65B8;
    --lightpurple: #E4E6F0;
    --borderPurple: #E0DCEF;
    --gray: #393849;
    --swiper-navigation-size: 30px !important;
    --swiper-navigation-color: #5E51B0;

    --fa-family: 'Font Awesome 5 Free'!important;
}

@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:wght@400;700&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
li,
ul,
ol,
div {
    font-family: "Poppins", sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
    background: #f6f6f9;
}

::selection {
    background: #5E51B0;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #5E51B0;
    /* Gecko Browsers */
    color: #fff;
}

.flex-flow-row {
	flex-flow: row;
}

@media (max-width: 768px) {
	.flex-flow-md-column {
		flex-flow: column;
	}
}

.g-0 {
	gap: 0;
}

.g-1 {
	gap: calc(var(--gap-unit) * 0.25);
}

.g-2 {
	gap: calc(var(--gap-unit) * 0.5);
}

.g-3 {
	gap: calc(var(--gap-unit) * 1);
}

.g-4 {
	gap: calc(var(--gap-unit) * 1.5);
}

.g-5 {
	gap: calc(var(--gap-unit) * 3);
}

body:has(.sticky-menu) #site_outer_div,
body:has(.sticky-menu) #site_inner_div,
body:has(.sticky-menu) #layout_div,
body:has(.sticky-menu) #basetable_x {
	height: 100%;
	position: relative;
}

body:has(.sticky-menu) #maintable_container_x {
	position: sticky;
	top: 0;
	z-index: 2;
}

body:has(.sticky-menu) #contentframe_container_x_lcr3 {
	position: relative;
	z-index: 1;
}

.modal-backdrop {
	display: none;
}

.modal {
	background: rgba(0, 0, 0, 0.5);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(37, 31, 88, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(37, 31, 88, 0.6);
    outline: none !important;
}

div:focus {
    outline: none !important;
}

h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
}

h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
}

h4 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
}


a {
    transition: all 0.25s;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.previousLink {
    color: var(--gray);
    font-size: 18px;
    font-weight: 300;
}

hr {
    width: 100%;
}

.bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.mc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.homePageSec {
    background: #fff !important;
}

.serif {
    font-family: "Alegreya", serif !important;
    font-weight: 700;
    text-transform: none;
}

/* RESETS */

#content_div table {
    width: 100%;
}

p:not(:has(*)):after {
    display: none !important;
}

#info_second_table {
    width: 100% !important;
    /* korrekcio */
}

#contentframe_container_x_lcr1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#content_div {
    margin-right: auto;
    width: 100%;
    max-width: calc(75% - 45px);
}

#right_div {
    margin-left: 45px;
}

#main_cat1 {
    display: none !important;
}

/* BUTTONS */

.btn:hover,
.btn.focus,
.btn:focus {
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn-primary {
    background: var(--purple);
    border: none;
    color: #fff;
    padding: 19px 21px 19px 60px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: left;
}

.btn-primary i {
    font-size: 26px;
    position: absolute;
    margin-top: 0;
    margin-left: -40px;
}

.btn-secondary {
    background: var(--purple);
    border: none;
    color: #fff;
    padding: 13px 16px;
    border-radius: 10px;
    margin-top: 20px;
}

.btn-light {
    font-size: 14px;
    border-radius: 26px;
    padding: 12px 12px;
    background: transparent;
    border: 1px solid var(--darkpurple);
    color: var(--darkpurple);
}

.btn-purple {
    background: var(--purple);
    border: none;
    color: #fff;
    padding: 15px 25px 15px;
    border-radius: 25px;
}

.btn-purple:hover,
.btn-purple:focus {
    background: var(--lightpurple);
    color: var(--purple);
}


.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
    /* background: rgba(255, 255, 255, 0.2); */
	background: var(--darkpurple);
    color: #fff;
}

.btn-light:hover,
.btn-light:focus {
    background: var(--lightpurple);
    border-color: var(--darkpurple);
    color: var(--darkpurple);
}

/* LABELS */

.badge {
    padding: 7px 18px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.badge-primary {
    background: var(--purple);
}

/* NAVBAR */

header .username {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
    height: 1.3rem;
    line-height: 1.3em;
}

header #headerTop {
    background: var(--darkpurple);
    padding: 18px 0;
}

header #headerTop .right ul {
    padding: 0;
    margin: 0;
}

header #headerTop .right ul li {
    display: inline-block;
}

header #headerTop .right ul li .dropdown {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff !important;
    margin-left: 20px;
    margin-right: 10px;
    max-width: 200px;
}

header #headerTop .right ul li .dropdown input {
    max-width: 100%;
    text-overflow: ellipsis;
}

header #headerTop .right ul li .dropdown button {
    color: #fff;
}

header #headerTop .right ul li a {
    color: #fff;
    font-size: 14px;
}

header #headerTop .right ul li a.dropdown-item {
    color: #090813;
}

header .navbar {
    background: var(--purple);
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
}

header .navbar .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 400;
    line-height: normal;
}

.navbar-nav .dropdown-menu {
    border-radius: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    background: #E4E3EA;
}


/* FOOTER */


footer {
    background: var(--darkpurple);
}

footer h2 {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .4);
}

footer .partnerLogos {
    padding: 70px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

footer .partnerLogos img {
    max-width: 100%;
    max-height: 70px;
}

footer .infoSection {
    padding: 70px 0;
}

footer .infoSection img {
    margin-bottom: 20px;
}

footer .infoSection h3,
footer .infoSection p,
footer .infoSection li a {
    color: #fff;
}

footer .infoSection p {
    margin-bottom: 9px;
}

footer .infoSection p span,
footer .infoSection h4,
footer .intellimed p {
    color: rgba(255, 255, 255, .4);
}

footer .infoSection ul li {
    margin-top: 25px;
}

footer .infoSection ul li {
    list-style: none !important;
}

footer .intellimed {
    background: #161236;
    padding: 35px;
}

footer .intellimed img {
    margin-top: -4px;
}

/* Szponzor box */

.sponsoreSide {
    padding-left: 45px;
}

.sponsoreSide .card,
#right_div .card {
    border-radius: 10px;
    overflow: hidden;
}

.sponsoreSide .card-header,
#right_div .card-header {
    background: var(--darkpurple);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.sponsoreSide .item,
#right_div .item {
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 12px 0px rgba(12, 48, 79, 0.12);
    border-radius: 10px;
}

.sponsoreSide .item img,
#right_div .item img {
    max-height: 37px;
    max-width: 130px;
    object-fit: scale-down;
}

/* HERO */

#hero {
    padding: 50px 0 115px;
    /* background: var(--darkpurple); */
}

#hero h2 {
    font-size: 26px;
    font-weight: bold;
    /* font-family: "Alegreya", serif !important; */
	line-height: 40px;
    /* color: #fff; */
	color: #272730;
}

#hero p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

#hero .btn-secondary {
    font-size: 18px;
    border-radius: 26px;
    padding: 15px 40px;
}

#hero img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#featuredBoxes {
    position: relative;
    z-index: 0;
    margin-top: -70px;
}

#featuredBoxes .row {
	justify-content: center;
}

#featuredBoxes .row .col {
	padding: 5px;
}

#featuredBoxes .col-12 {
    padding-left: 7px;
    padding-right: 7px;
}

#featuredBoxes .inner {
    /* background: var(--purple); */
	background: var(--darkpurple);
    height: 210px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
	padding: 0 10px;
}

#featuredBoxes .inner p {
    color: #fff;
    height: 46px;
    margin-top: 30px;
    margin-bottom: 0;
}

#featuredBoxes .news-box .inner {
	background: #D0CAFC;
}

#featuredBoxes .news-box .inner p {
	color: var(--darkpurple);
}

#featuredBoxes .inner strong {
    font-weight: 600;
}

/* NEWS LIST */

#newsList {
    padding: 90px 0 80px;
}

#newsList h2,
#events h2 {
    margin-top: 5px;
}

#newsList img {
    width: 100%;
    height: 183px;
    object-fit: cover;
    border-radius: 10px 70px 0px 0px;
}

#newsList img.bigPic {
    object-fit: cover;
}

#newsList h3 {
    font-size: 18px;
    font-weight: 400;
}

#newsList .newsItem {
    margin-bottom: 30px;
}

#newsList .newsItem .inner {
    height: 100%;
    background: rgba(85, 92, 255, .05);
    border-radius: 10px 70px 10px 10px;
    box-shadow: 0px 4px 8px 0px rgba(12, 48, 79, 0.13);
}

#newsList .newsItem .content {
    padding: 20px;
}

#newsList .newsItem .content h3 {
    font-weight: bold;
    color: var(--darkpurple);
}

#newsList .newsItem .content .lead,
#newsList .newsItem .content p {
    font-size: 14px;
    line-height: 1.4;
    color: var(--gray);
}

#newsList .newsItem .content img {
    width: 21px;
    height: 29px;
    object-fit: contain;
}

#newsList .newsItem .content .lead img {
	display: none;
}


/* NEW PAGE */

#newPage .contentSide .inner {
    padding: 35px;
    background: #fff;
}

#newPage .contentSide .inner .btn-light {
    border-radius: 6px;
    border: 1px solid #E4E6F0;
    text-align: left;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
}

#newPage .contentSide .inner .btn-light i {
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
}

/* USEFUL */

#useful .left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none;
}

#useful .right {
    background: var(--darkpurple);
    padding: 80px;
    border: none;
}

#useful .right .inner {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 600px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

#useful .right .inner form i.fa-magnifying-glass {
    position: absolute;
    margin-left: 23px;
    margin-top: 12px;
    font-size: 20px;
}

#useful .right .inner form input.form-control {
    border-radius: 6px;
    border: 1px solid #E9EBEC;
    height: 45px;
    padding-left: 55px;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 25px;
}

#useful .right .inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

#useful .right .inner ul li {
    width: 100%;
}

#useful .right .inner ul li a {
    font-size: 18px;
    color: var(--gray);
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 1px solid #E9EBEC;
    padding: 25px 0;
}

#useful .right .inner ul li:last-child a {
	border-bottom: 0;
}

#useful .right .inner ul li a i {
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
}

/* ESEM?NYEK */

#events {
    padding: 90px 0;
}

#events .eventsItem {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 4px 34px 0px rgba(12, 48, 79, 0.13);
    margin-bottom: 30px
}

#events .eventsItem h3 {
    color: var(--darkpurple);
    font-size: 18px;
}

#events .eventsItem ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
}

#events .eventsItem ul li {
    display: inline;
    margin-right: 35px;
    font-weight: 500;
}

#events .eventsItem ul li i {
    margin-right: 10px;
}

#events .eventsItem p {
    margin-bottom: 0;
}

#events .eventsItem p.date {
    font-size: 24px;
    color: var(--purple);
    font-weight: bold;
}

#events .eventsItem p.date span {
    font-size: 44px;
}

#events .eventsItem .information {
	max-height: calc(6 * 24px); /* line-height: 24px */
	overflow: hidden;
}

#events .eventsItem .information * {
	font-size: 1rem!important;
	font-weight: normal!important;
	display: initial;
	margin: 0;
	padding: 0;
}

#events .eventsItem .information img,
#events .eventsItem .information br + br {
	display: none;
}

.content_inner_esemenynaptar img.bigPic {
    width: 100%;
    border-radius: 8px 50px 0 0;
    height: 230px;
    object-fit: cover;
}

.content_inner_esemenynaptar .newsItem {
    background: none !important;
    padding: 0;
    margin-bottom: 15px;
}

.content_inner_esemenynaptar .newsItem .content {
    background: rgba(85, 92, 255, 0.05);
    border-radius: 0 0 8px 8px;
    padding: 20px;
}

/* PAGINATION */

ul.pagination {
    background: none !important;
}

.pagination-list-item {
    background: #fff !important;
    border: none !important;
    color: #090813;
    height: 32px;
    width: 32px;
    text-align: center;
    margin-right: 12px !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.pagination-list-item.disabled {
    color: #aaa;
}

.pagination-list-item.active {
    background: var(--purple) !important;
    color: #fff !important;
}

#cntphMaster_panDP2 .pagination-list-item.active a {
    color: #fff !important;
}

.pagination-list-item a {
    padding: 0;
    margin: 0;
}

#cntphMaster_panDP2 {
    width: 100%;
    margin: 35px 0 !important;
}

/* OTHER WEBSITES */

#otherWebsites {
    padding-bottom: 200px;
}

#otherWebsites .inner {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 34px 0px rgba(12, 48, 79, 0.13);
}

#otherWebsites .inner h3 {
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
}

#otherWebsites .inner .btn {
    border-radius: 25px;
    padding: 12px 25px;
}

#otherWebsites .inner .btn:hover {
    color: var(--purple);
    background: var(--lightpurple);
}

/* SZEKCI?K */

#szekciok .sectionsItem {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
    transition: all 0.25s;
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--gray)
}

#szekciok .sectionsItem:after {
    content: url(../image/new/arrowroght.svg);
    height: 33px;
    width: 33px;
    position: absolute;
    right: 30px;
    top: calc(50% - 17px)
}

#szekciok .sectionsItem:hover,
#szekciok .sectionsItem:focus {
    background: var(--purple);
    color: #fff;
}

#szekciok .sectionsItem:hover:after,
#szekciok .sectionsItem:focus:after {
    content: url(../image/new/arrowrighthover.svg);
    height: 33px;
    width: 33px;
    position: absolute;
    right: 30px;
    top: calc(50% - 17px)
}

#szekciok.szakmaiprotokoll .sectionsItem {
    border: 1px solid var(--borderPurple);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}

#oneSzekcio hr {
    margin-bottom: 30px;
}

#oneSzekcio p.title {
    color: var(--purple);
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 11px;
}

#oneSzekcio p.name {
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 11px;
}

#oneSzekcio .desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 5px;
}

.contentSide .whiteBgContent {
    background: #fff;
    padding: 40px;
    border-radius: 10px 10px 0 0;
}

.contentSide .whiteBgContent h1 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    color: var(--darkpurple);
}

.tableBgContent {
    padding: 23px 20px 1px;
    background: var(--lightpurple);
}

.tableBgContent .source {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
    display: block;
}

.tableBgContent .source .sectionsItem {
    padding-left: 5px !important;
}

#oneSzekcio .contentSide .inner {
    padding: 35px;
    background: #fff;
}

#oneSzekcio .contentSide .collapseDiv {
    padding: 35px;
    background: var(--lightpurple);
}

#oneSzekcio .contentSide .collapseDiv .card {
    margin-bottom: 10px;
    border: 1px solid #d0cfea;
    border-radius: 6px;
    overflow: hidden;
}

#oneSzekcio .contentSide .collapseDiv .card-header {
    border: none;
    background: #fff;
}

#oneSzekcio .contentSide .collapseDiv .card-body {
    border: none;
}

#oneSzekcio .contentSide .collapseDiv .card:last-child {
    margin-bottom: 0;
}

#oneSzekcio .contentSide .collapseDiv .btn-link {
    text-transform: uppercase;
    color: var(--gray);
    font-size: 14px;
    position: relative;
    text-align: left;
    padding: 0;
}

#oneSzekcio .contentSide .collapseDiv .btn-link img {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
}

#oneSzekcio .contentSide .collapseDiv .card-body,
#oneSzekcio .contentSide .collapseDiv .card-body p {
    font-size: 14px;
    line-height: 22px;
}

#oneSzekcio .contentSide .collapseDiv .card-body a {
    color: #0460A9;
}

.collapseDiv .card a {
    color: #251F58!important;
}

.collapseDiv .card-body h3 {
    color: #251F58;
    background: #EDEEF9;
    padding: 10px 20px;
    font-size: 14px;
}

.collapseDiv .card-body:has(h3) p {
    padding-left: 20px;
    padding-right: 20px;
}

.collapseDiv .card-body:has(h3) p a {
    background: #EDEEF9;
    font-weight: normal!important;
    padding: 10px;
    display: block;
}

/* EVENTS */

.eventList .newsItem img.bigPic {
    object-fit: cover !important;
    height: 230px !important;
}

.eventList .newsItem p {
    font-size: 14px !important;
    color: #7A7988 !important;
}

.subpageHeader {
    padding: 0;
}

.subpageHeader .headerImg {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 70px 0 0;
}

.subpageHeader .title {
    background: var(--lightpurple);
    padding: 50px 30px 25px;
    margin-bottom: 40px;
}

#eventPage .contentSide .inner {
    background: var(--lightpurple);
    padding: 30px 45px !important;
}

.eventParamters {
    background: #fff;
    border: 1px solid #d0cfea;
    border-radius: 12px;
    padding: 30px 40px;
}

.eventParamters ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.eventParamters ul li {
    color: #7A7988;
    margin-bottom: 10px;
}

.eventParamters ul li:last-child {
    margin-bottom: 0;
}

.eventParamters ul li strong {
    color: var(--gray);
    font-weight: 600;
}

#eventPage .contentSide .inner .content {
    background: #fff;
    padding: 30px 40px;
    margin-top: 40px;
    color: var(--gray) !important;
}

.eventCategory .eventCategoryItem {
    height: 230px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 12px 70px 12px 12px;
    overflow: hidden;
    padding: 0;
}

.eventCategory .eventCategoryItem .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all 0.25s;
}


.eventCategory .eventCategoryItem .layer h2 {
    color: #fff;
}

.eventCategory .eventCategoryItem:hover .layer,
.eventCategory .eventCategoryItem:focus .layer {
    background: rgba(85, 92, 255, .3);
}

.eventCategory ul.subItems {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.eventCategory ul.subItems li {
    background: #fff;
    box-shadow: 0px 4px 34px 0px rgba(12, 48, 79, 0.13);
    border-radius: 6px;
    padding: 15px 30px;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.25s;
}

.eventCategory ul.subItems li p {
    font-size: 16px;
    color: var(--gray);
    margin-bottom: 10px;
    transition: all 0.25s;
}

.eventCategory ul.subItems li p.date {
    color: #7A7988;
    margin-bottom: 0;
}

.eventCategory ul.subItems li:after {
    content: url(../image/new/arrowroght.svg);
    height: 33px;
    width: 33px;
    display: block;
    position: absolute;
    z-index: 2;
    top: calc(50% - 16px);
    right: 30px;
}

.eventCategory ul.subItems li:hover,
.eventCategory ul.subItems li:focus {
    background: var(--purple);
}

.eventCategory ul.subItems li:hover p {
    color: #fff;
}

.eventCategory ul.subItems li:hover:after,
.eventCategory ul.subItems li:focus:after {
    content: url(../image/new/arrowrighthover.svg);
}



.subEventPage .subpageHeader .title {
    background: #fff;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
}

.subEventPage .eventParamters li {
    font-weight: 300 !important;
}

.archiveCard {
    border: 1px solid #FCB939;
    margin-top: 30px;
    background: #fff !important;
    box-shadow: 0px 4px 34px 0px rgba(12, 48, 79, 0.13);
}

.archiveCard .card-body {
    padding: 15px 15px 15px 5px;
}

.archiveCard p {
    border-left: 4px solid #FCB939;
    padding-left: 35px;
    font-size: 14px;
}

.archiveCard p i {
    color: #FCB939;
    font-size: 24px;
    margin-top: 0;
    left: 15px;
    position: absolute;
    top: calc(50% - 12px);
}

/* H?RLEV?L */

.newsletterItem {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 4px 34px 0px rgba(12, 48, 79, 0.13);
    border: 1px solid rgba(94, 81, 176, .2);
    padding: 15px 25px;
    border-radius: 6px;
    color: #7A7988;
    transition: all 0.25s;
}

.newsletterItem .icon {
    border-right: 1px solid rgba(94, 81, 176, .2);
}

.newsletterItem a {
    color: #7A7988;
}

.newsletterItem .name a {
    color: var(--darkpurple);
}

.newsletterItem .date {
    text-align: center;
}

.newsletterItem:hover,
.newsletterItem:focus {
    background: var(--purple);
}

.newsletterItem:hover,
.newsletterItem:focus,
.newsletterItem:hover a,
.newsletterItem:focus a {
    color: #fff;
}

.publicDatas h3,
.linksListCat h3 {
    font-weight: 500;
    font-size: 20px;
}

.linksListCat p {
    color: #7A7988;
    font-size: 14px;
    font-weight: 300;
}

.linksListCat hr,
.medals hr {
    margin: 25px 0;
}

.linksListCat .flag {
    position: absolute;
    left: 0;
    margin-top: 3px;
}

.linksListCat .flag svg {
    width: 30px;
    height: 18px;
}

.linksListCat h3.hungary,
.linksListCat h3.english {
    margin-left: 25px;
}



/* MANAGEMENT */

#management .item .card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--borderPurple);
    margin-bottom: 30px;
}

#management .item .card-header {
    background: var(--purple);
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

#management .item .card-body img {
    height: 95px;
    width: 95px;
    border-radius: 50px;
    object-fit: cover !important;
    object-position: center -5px;
    outline: 2px solid #5E51B050;
    border: 4px solid #fff;
}

#management .item .card-body .tag img {
    width: 46px;
    height: 46px;
}

#management .item .card-body p.name {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
}

#management .item .card-body p.contact {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    margin-top: 10px;
}

#management .item .card-body .title {
    font-size: 18px;
    font-weight: 500;
}

#management.subpage img {
    background-color: #5E51B050;
}

#management.subpage .item .card-header {
    font-size: 14px;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1rem;
}

#management.subpage .item .card-body p.name {
    font-size: 14px;
    line-height: 1.3;
}

#management.subpage .item .card-body .tag:last-of-type {
    margin-bottom: 0 !important;
}

#management.subpage .item .card-body {
    padding-bottom: 0;
}

/* KAPCSOLAT */

#contact .inner {
    background: #fff;
    padding: 40px 55px;
    border-radius: 12px;
}

#contact .inner .card {
    margin-bottom: 30px;
    border: 1px solid var(--borderPurple);
    border-radius: 12px;
    padding: 25px 35px;
    overflow: hidden;
}

#contact .inner .card h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--darkpurple)
}

#contact .inner .card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#contact .inner .card ul li {
    color: #7A7988;
    font-weight: 300;
    margin-bottom: 8px;
}

#contact .inner .card ul li i {
    margin-right: 8px;
}

#contact .inner .card ul li span {
    color: var(--gray);
}

#contact .inner .card iframe {
    width: 100% !important;
    height: 325px;
}

#esemenynaptar {
    display: none;
}

.site_outer_info.site_outer_info_1 #contentframe_container_x_lcr1 {
    max-width: 100%;
}

.site_outer_info.site_outer_info_1 #contentframe_container_x_lcr2 {
    margin: 0;
}

.site_outer_info.site_outer_info_1 #content_div {
    max-width: 100%;
}

.site_outer_info.site_outer_info_1 #right_div {
    display: none;
}

/* DOC-TABLE */

.doc-table .table-head,
.doc-table .type span,
.doc-table .type a {
    display: none;
}

.doc-table .document-row,
.doc-table .unavailable {
    display: flex;
    width: 100%;
    background-color: white;
    border: 1px solid rgb(233, 220, 239);
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding: 15px 20px;
}

.doc-table .section-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--darkpurple);
    padding: 10px 0 10px;
}

.doc-table .name {
    width: 100%;
    padding-right: 20px;
}

.doc-table .name a {
    color: var(--darkpurple);
    vertical-align: middle;
    cursor: pointer;
}

.doc-table .type {
    margin-left: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-table .type::before {
    font-family: fontawesome;
    font-size: 20px;
    color: #7A7988;
}

.doc-table .type.doc::before {
    content: '\f15c';
}

.doc-table .type.htm::before,
.doc-table .type.html::before {
    content: '\f1c9';
}

.doc-table .type.pdf::before {
    font-family: fontawesome;
    content: '\f1c1';
}

.doc-table .date {
    min-width: 120px;
    max-width: 120px;
    color: #7A7988;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    border-left: 1px solid #7A7988;
}

.doc-table tr:has(a):hover {
    background: var(--purple);
}

.doc-table tr:has(a):hover *,
.doc-table tr:has(a):hover *::before {
    color: #fff!important;
}

#contentframe_container_x_lcr2 {
    margin: 2rem 0;
}

.site_outer_hirek #contentframe_container_x_lcr2 {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 2rem auto;
}

.site_outer_hirek #contentframe_container_x_lcr2 #content_div {
    max-width: 100%;
}

.site_outer_hirek #contentframe_container_x_lcr2 #newsList {
    padding-top: 0;
}

#info_description #intro_hr {
    display: none;
}

.site_outer_info.site_outer_info_103 #newsList {
    padding-top: 0;
}

#mdt-app-dl {
    display: none;
}

.table-striped {
    border: none;
}

.table-striped tr {
    display: flex;
    align-items: center;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #E4E6F0;
    padding: 15px 20px;
}


.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: white;
}

.table-striped td,
.table-striped th {
    border: none;
}

.table-striped td {
    padding: 0 0 0 20px;
    border-left: 1px solid #c4c6d2;
}

.table-striped th {
    padding: 0 20px 0 0;
    min-width: 58px;
}

.swiper-slide img {
    width: 100%;
}

.iphone-section {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 70px;
}

.iphone-section img {
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-54%);
    filter: drop-shadow(0px 2px 12px rgba(12, 48, 79, 0.3));
}

.iphone-section img:first-of-type {
    top: 60px;
    margin-left: -40px;
}

.iphone-section img:last-of-type {
    margin-left: 50px;
    top: -50px;
}

/* TAGS?G */

.content_inner_tagsag .member-information-table-first,
.content_inner_tagsag .content_top_div,
.content_inner_tagsag #due_table_separatator {
    display: none;
}

.content_inner_tagsag table {
    width: 100% !important;
}

.content_inner_tagsag .tagsagInfoContent,
.content_inner_tagsag .tagsagInfoContent strong,
.content_inner_tagsag .tagsagInfoContent a,
.tagsagElonyeiContent,
.tagsagElonyeiContent strong,
.tagsagElonyeiContent a,
.tagsagElonyeiContent p,
.tagsagElonyeiContent span {
    font-size: 14px;
    color: #090813;
    font-weight: 300;
}

.content_inner_tagsag .tagsagInfoContent table {
    border: 1px solid var(--borderPurple);

}

.content_inner_tagsag .tagsagInfoContent table th {
    background: var(--purple);
    color: #fff;
    font-weight: 400;
    width: 50% !important;
}

.content_inner_tagsag .tagsagInfoContent table td {
    text-align: right;
    font-weight: 500;
}

.content_inner_tagsag .data-table-old {
    display: none;
}

.content_inner_tagsag .content_cnt_div:not(:has(.tagsagInfoContent)) {
    background: #fff;
    border: 1px solid var(--borderPurple);
    padding: 25px 40px;
    margin-top: 60px;
    border-radius: 6px;
}

.content_inner_tagsag .content_cnt_div:not(:has(.tagsagInfoContent)) h1:has(.tophed) {
    margin: -90px 40px 50px -40px;
}

.content_inner_tagsag:has(.OP_ErrorCreateTransaction) h1:has(.tophed) {
    display: none;
}

.content_inner_tagsag .tagdij .tagdij-title {
	height: calc(100% - 3rem);
}

.content_inner_tagsag h4 {
    background: var(--lightpurple);
    padding: 1rem;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
	height: 100%;
}

.content_inner_tagsag .table-right th,
.content_inner_tagsag .table-right td {
    padding: 0.75rem 5px!important;
    vertical-align: top;
    border-bottom: 1px solid var(--borderPurple);
}

.content_inner_tagsag .table-right td {
    text-align: right;
    white-space: nowrap;
}

.alert-warning {
    background: #FDE1AA !important;
    border: 1px solid #FCB939 !important;
    text-align: center;
}

.alert-success {
    background: #13A48110;
    border: 1px solid #13A481;
    color: #090813;
    padding: 25px;
}

.alert-danger {
    border: 1px solid #721c24 !important;
}

.alert-danger p {
    margin-bottom: 0 !important;
}


.tagsagInfoContent,
.tagsagElonyeiContent {
    background: #fff;
    border: 1px solid var(--borderPurple);
    padding: 25px 40px;
    border-radius: 6px;
    margin-top: 50px;
}

.tagsagInfoContent h2,
.tagsagElonyeiContent h2 {
    font-size: 20px;
    font-weight: 500;
}

.tagsagInfoContent h3,
.tagsagElonyeiContent h3 {
    font-weight: 500;
    font-size: 20px;
}

.tagsagInfoContent hr,
.tagsagElonyeiContent hr {
    margin: 40px 0 25px;
}

.tagsagInfoContent .card-content {
    background: var(--purple);
    border-radius: 6px;
    text-align: center;
    padding: 15px;
}

.tagsagInfoContent .cardItem {
    padding: 5px;
}

.tagsagInfoContent .card-content .icon-image {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tagsagInfoContent .card-content p {
    color: #fff;
}

.tagsagInfoContent .card-content .btn-blue {
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    position: relative;
}

.tagsagElonyeiContent .col-md-6 {
    padding: 5px;
}

.tagsagElonyeiContent ul {
    margin: 0;
    padding: 0;
}

.tagsagElonyeiContent ul li {
    width: 100%;
    padding: 10px 128px 10px 10px;
    border: 1px solid var(--borderPurple);
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 5px;
    position: relative;
}

.tagsagElonyeiContent ul li a {
    color: var(--darkpurple);
    position: absolute;
    right: 15px;
    top: calc(50% - 0.5rem - 5px);
    padding: 5px 10px;
    border-radius: 1rem;
}

.tagsagElonyeiContent ul li a i {
    margin-left: 10px;
}

.tagsagElonyeiContent ul li:hover,
.tagsagElonyeiContent ul li:hover *:not(i) {
    background: var(--purple);
    color: #fff;
}

.tagsagElonyeiContent ul li:hover a {
    background: #fff;
    color: var(--purple);
}

/* SZEM?LYES WEBOLDAL */

.tophed {
    font-family: "Alegreya", serif !important;
    font-weight: 700;
    text-transform: none;
    font-size: 32px;
    line-height: 1.3;
}

.content_inner_personalweb .nyitolap_box_cnt {
    background: var(--lightpurple) !important;
    padding: 40px !important;
    text-align: left;
}

.content_inner_personalweb .nyitolap_box_cnt h2 {
    color: var(--darkpurple);
    font-family: "Poppins" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.content_inner_personalweb table:nth-child(2) {
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
}

.content_inner_personalweb table:nth-child(2),
.content_inner_personalweb table:nth-child(2) td {
    border-collapse: collapse !important;
    border: 1px solid var(--borderPurple);
}

.content_inner_personalweb table:nth-child(2) td {
    padding: 8px;
}

.content_inner_personalweb table:nth-child(2) td a {
    color: #090813;
    font-size: 16px !important
}

.content_inner_personalweb table:nth-child(2) tr:nth-child(1) {
    font-size: 14px;
}

.content_inner_personalweb table:nth-child(2) td {
    vertical-align: middle;
}

.content_inner_personalweb td[rowspan],
.content_inner_personalweb td[colspan],
#tbl_datashare td[rowspan],
#tbl_datashare td[colspan] {
    display: none;
}

.content_inner_personalweb table td:has(img)::after {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #7A7988;
}

.content_inner_personalweb table td img {
    display: none;
}

.content_inner_personalweb hr {
    display: none;
}

/* LOGIN PAGE */

#login-page {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

#login-page .login-section {
    background: var(--lightpurple);
    padding: 45px 200px;
    margin-bottom: 0;
    position: relative;
}

#login-page .login-section .title {
    background: none;
    border: none;
}

#login-page .login-section .title h3 {
    border: none;
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
}

#login-page .login-section .content {
    margin: 0 auto;
    max-width: 100%;
}

#login-page .login-section .content label {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding-left: 16px;
    color: #7A7988;
    margin-bottom: -36px;
    pointer-events: none;
}

#login-page .login-section .content input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #5E51B066;
    border-radius: 6px;
    padding: 8px 16px;
    height: auto;
    margin-top: -2px;
    color: #090813;
}

#login-page .login-section .content input.has-value {
    position: relative;
    z-index: 2;
}

div.forgotten-pass-section #login_reminder_input:hover,
div.forgotten-pass-section #login_reminder_input:focus,
#login-page .login-section .content input:hover,
#login-page .login-section .content input:focus {
    color: #222222;
    box-shadow: 0 0 10px 0 #5E51B066;
}

#login-page a.reg-btn,
#bejelentkezes_btn,
div.forgotten-pass-section input.btn {
    background-color: var(--purple);
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

#login-page a.reg-btn:hover,
div.forgotten-pass-section input.btn:hover,
#bejelentkezes_btn:hover {
    background-color: #251F58;
}

#login-page .login-section .rememberme-box,
#login-page .login-section .btn-box {
    text-align: left;
}

#login-page .login-section .btn-box {
    margin-top: 70px;
}

#login-page .login-section .rememberme-box {
    padding: 0;
    color: #090813;
    position: absolute;
    bottom: 120px;
}

#login-page .login-section .rememberme-box input {
    accent-color: var(--purple);
}

#login-page .login-section .rememberme-box a {
    color: #090813;
}

#login-page .forgotten-pass-section {
    padding: 35px;
    margin-bottom: 0;
}

#login-page .forgotten-pass-section .title h3 {
    text-align: left;
    text-transform: none;
}

div.forgotten-pass-section div.content,
div.forgotten-pass-section .alert-warning {
    padding: 0;
    background-color: transparent !important;
    border: none !important;
    color: #090813;
    text-align: left;
    margin-bottom: 0;
}

div.forgotten-pass-section div.row {
    padding: 30px 50px;
    width: 100%;
    background-color: #EDEEF9;
}

div.forgotten-pass-section div.row form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.forgotten-pass-section #login_reminder_input {
    border: 1px solid #5E51B066;
    margin-bottom: 0;
    width: 100%;
    margin-right: 25px;
    height: 44px;
    font-size: 15px;
}

#login-page div.reg-section {
    padding: 0 35px 25px;
}

#login-page div.reg-section .title h1 {
    font-size: 32px;
    text-transform: none;
    margin-bottom: 20px;
}

#login-page div.reg-section div.content {
    background-color: transparent;
    padding: 0;
    color: #090813;
}

#login-page .reg_variant_table tbody {
    display: flex;
    flex-direction: column-reverse;
}

#login-page .reg_variant_table .reg_cell_button {
    display: block;
    margin: 15px auto;
    text-align: center;
}

#login-page .reg_variant_table .important_link {
    padding: 13px 22px;
    border-radius: 99px;
    background-color: var(--purple);
    color: white;
}

/* BVSZ */

.site_outer_folyoirat #content_div {
    max-width: 100%;
}

.site_outer_folyoirat #right_div {
    display: none;
}

#search-select #journal-search,
#search-select #journal-select {
	max-width: 100%;
}

#journal-page>h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Alegreya', serif !important;
    margin-bottom: 0;
}

.journal-description .modal {
	background: rgb(228 230 240 / 70%);
	backdrop-filter: blur(3px);
	padding: 1rem;
}

.journal-description .modal-dialog {
	max-width: 800px;
}

.journal-description .modal .modal-header {
	background: var(--lightpurple);
	color: var(--purple);
	font-weight: 500;
	margin: 1rem 1rem 0;
	padding: 0.5rem;
}

.journal-description .modal .modal-header .close {
	color: var(--purple);
	opacity: 0.8;
}

.journal-description .modal .modal-header .close:hover {
	opacity: 1;
}

#journal-page>h3+br {
    font-size: 1px;
}

#journal-page>div[align="center"] {
    text-align: left;
}

#journal-page table[align="center"] {
    width: 100%;
    max-width: 1000px;
}

#journal-page table[align="center"] td:first-of-type strong {
    display: none;
}

#journal-page table[align="center"] td strong {
    text-align: left;
    font-weight: 500;
    display: block;
}

#journal-search,
#journal-select {
    background-color: #EDEEF9;
    border: 1px solid #fff;
    padding: 30px 50px;
    max-width: 700px;
    margin: 0 auto 20px;
    border-radius: 20px;
}

#journal-search h4,
#journal-select .selectbox span {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    color: var(--purple);
    display: block;
    margin-bottom: 10px;
    position: relative;
}

#journal-select .selectbox span {
    color: transparent;
    font-size: 1px;
}

#journal-select .selectbox span::before {
    content: 'Lapszámválasztó';
    color: var(--purple);
    font-size: 16px;
}

#journal-search .search-box {
    position: relative;
}

#journal-search .search-box .search-journal-expression,
#journal-select select {
    width: 100%;
    border: transparent;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: white;
    border-right: solid 10px #fff;
}

#journal-search .search-box .search-journal-expression.has-value {
    position: relative;
    /*z-index: 2;*/
}

#journal-search .search-box .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    width: 40px;
    color: transparent;
    border: none;
    background-size: 18px !important;
}

#journal-search .search-box .submit {
    background: url('search.svg') no-repeat center;
    right: 5px;
}

#journal-search .search-box .cancel.search-button {
    display: none;
}

#journal-search .search-box .cancel {
    background: url('cancel.svg') no-repeat center;
    right: -38px;
}

#journal-search .note {
    padding-left: 20px;
    margin-top: -34px;
    position: relative;
    z-index: 1;
    color: #7A7988;
    pointer-events: none;
}

#journal-articles {
    background-color: #EDEEF9;
    padding: 30px 50px;
    margin-top: 50px;
}

#journal-articles li {
    background-color: white;
    border-radius: 6px;
    padding: 25px 220px 25px 30px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}

#journal-articles li h5 {
    margin-bottom: 0;
    cursor: pointer;
}

#journal-articles .authors label {
    margin-top: 15px;
    text-decoration: underline;
    text-transform: uppercase;
}

#journal-articles .authors p {
    margin-bottom: 0;
}

#journal-articles li .title:not(.nofile):before {
    content: 'Megnézem';
    position: absolute;
    bottom: 15px;
    right: 30px;
    padding: 10px 46px 10px 20px;
    border-radius: 99px;
    border: 1px solid #251F58;
    cursor: pointer;
}

#journal-articles li .title:not(.nofile)::after {
    content: '';
    position: absolute;
    bottom: 22px;
    right: 50px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('eye.svg') no-repeat center / contain;
    pointer-events: none;
}

#journal-articles li .eng {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 40px;
    height: 30px;
    color: transparent;
    font-size: 1px;
    cursor: pointer;
}

#journal-articles li .eng a {
    display: block;
    width: 100%;
    height: 100%;
}

#journal-articles li .eng span[id^="article"] {
    display: block;
    width: 100%;
    height: 100%;
}

#journal-articles li .eng span[id^="article_langtxt_eng"] {
    background: url('eng.svg') no-repeat center / contain;
}

#journal-articles li .eng span[id^="article_langtxt_hu"] {
    background: url('hun.svg') no-repeat center / contain;
}

.journal-article-details #cntphMaster_imgCover {
    display: none;
}

.journal-article-details h1 span {
    display: block;
    font-family: 'Alegreya', serif !important;
    font-weight: 500;
    margin-bottom: 20px;
}

.journal-article-details h1 span:empty {
	display: none;
}

.journal-article-details h1 span::before,
.journal-article-details .abstract > div::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 26px;
    margin-right: 10px;
}

.journal-article-details .abstract > div::before {
    display: block;
    margin-bottom: 10px;
}

.journal-article-details h1 span.hun::before,
.journal-article-details .abstract > div.hun::before {
    background: url('hun.svg') no-repeat center / contain;
}

.journal-article-details h1 span.eng::before,
.journal-article-details .abstract > div.eng::before {
    background: url('eng.svg') no-repeat center / contain;
}

.journal-article-details .abstract > div {
    margin-bottom: 40px;
}

#journal-articles.searchresult .article .head .title h5 .journal-num {
    padding: 2px 20px;
    background: #5E51B0;
    color: #fff;
    display: table-cell;
    border-bottom: solid 10px #fff;
}

#upHomokora {
	position: fixed!important;
	width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    background: rgba(0, 0, 0, 0.5)!important;
    z-index: 2!important;
}

@media (max-width: 767px) {
    section {
        overflow-x: clip;
    }

    #contentframe_container_x_lcr3 {
        margin-top: 0px;
    }

    #hero {
        padding: 20px 0 60px;
    }

    #hero h2 {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    #hero p {
        font-size: 16px;
        line-height: 1.5;
    }

    #hero .btn-secondary {
        font-size: 16px;
        border-radius: 26px;
        padding: 12px 24px;
    }

    #hero img {
        margin-bottom: 40px;
        height: 260px;
    }

    #featuredBoxes {
        margin-top: -50px;
    }

    #featuredBoxes .inner {
        height: 180px;
        /* margin-bottom: 15px; */
    }

    #newsList {
        padding: 40px 0;
    }

    #useful .right {
        padding: 15px;
    }

    #useful .right .inner {
        padding: 15px;
    }

    #useful .right .inner ul li a {
        font-size: 16px;
        padding: 15px 15px 15px 0;
    }

    #useful .right .inner ul li:last-of-type a {
        border-bottom: none;
        padding-bottom: none;
    }

    #useful .right .inner ul {
        margin-top: 20px;
    }

    #events {
        padding: 50px 0;
    }

    #events .eventsItem {
        padding: 15px;
        margin: 0 0 20px 0;
    }

    #newsList h2,
    #events h2 {
        margin-top: 0;
    }

    #events .row.mb-4 .btn-light {
        font-size: 13px;
        padding: 8px 12px;
    }

    #otherWebsites .inner {
        padding: 20px;
        margin-bottom: 20px;
    }

    footer .partnerLogos {
        padding: 40px 0;
    }

    footer .row {
        margin: 0;
    }

    footer .partnerLogo {
        margin-bottom: 20px;
        max-width: 50%;
        padding: 20px;
    }

    footer .infoSection {
        padding: 40px 0;
    }

    footer .infoSection h4 {
        display: none;
    }

    footer .infoSection ul {
        display: flex;
        flex-wrap: wrap;
    }

    footer .infoSection li {
        width: 50%;
    }

    footer .infoSection .social {
        margin-top: 30px;
    }

    /* Aloldalak */

    #right_div {
        display: none;
    }

    #content_div {
        max-width: 100%;
        padding: 0;
    }

    #contentframe_container_x_lcr2,
    .site_outer_hirek #contentframe_container_x_lcr2 {
        margin: 40px 0;
    }

    .doc-table .document-row,
    .doc-table .unavailable {
        flex-wrap: wrap;
    }

    .doc-table .name {
        width: calc(100% - 20px);
    }

    .doc-table .type {
        width: 20px;
        padding: 0;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .doc-table .date {
        min-width: fit-content;
        padding-left: 0;
        border-left: none;
        padding-top: 10px;
    }

    #management .item .card-body .col-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #management .item .card-body .col-9 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #management .item .card-body img {
        height: 90px;
        width: 90px;
    }

    #management .item .card-body .tag .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    #management .item .card-body .tag .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    #management .item .card-body .tag img {
        width: 60px;
        height: 60px;
    }

    #management .item .card-body p.name {
        font-size: 14px;
    }

    #management .item .card-body .title {
        font-size: 18px;
        font-weight: 500;
    }

    #management .item .col-md-6:last-of-type .title {
        margin-top: 20px;
    }

    #contact .inner {
        padding: 30px;
    }

    #contact .inner .card {
        margin-bottom: 20px;
        padding: 0;
    }

    #contact .contentSide {
        margin-bottom: -40px;
    }

    .site_outer_info.site_outer_info_10 .contentSide .btn-purple {
        margin: 0 15px;
    }

    #szekciok .sectionsItem {
        margin: 0 0 10px;
        padding: 15px 40px 15px 10px;
    }

    #szekciok .sectionsItem::after {
        right: 20px;
    }

    .linksListCat hr,
    .medals hr {
        margin: 15px 0;
    }


    #eventPage .contentSide .inner {
        padding: 15px 30px 40px 30px !important;
        margin-bottom: -40px;
    }

    .eventParamters {
        padding: 20px;
    }

    #eventPage .contentSide .inner .content {
        padding: 20px;
    }

    #oneSzekcio .contentSide .inner {
        padding: 20px;
    }

    #oneSzekcio .contentSide .collapseDiv {
        padding: 20px;
    }

    #oneSzekcio .contentSide .collapseDiv .btn-link {
        padding-right: 30px;
    }

    .card-header {
        padding: .625rem 1rem;
    }

    .card-body {
        padding: 1rem;
    }

    .news-list {
        padding: 0 15px;
    }

    .iphone-section {
        height: 300px;
        margin-bottom: 40px;
    }

    .iphone-section img {
        height: 300px;
    }

    .site_outer_info.site_outer_info_29 #info_second_table,
    .site_outer_info.site_outer_info_74 #info_second_table,
    .site_outer_info.site_outer_info_101 #info_second_table,
    .site_outer_info.site_outer_info_104 #info_second_table,
    .site_outer_info.site_outer_info_119 #info_second_table,
    .site_outer_info.site_outer_info_99 #info_second_table,
    .site_outer_folyoirat #content_div,
    .site_outer_folyoiratcikk #content_div {
        padding: 0 15px;
    }

    #login-page {
        border-radius: 0;
        margin-top: -40px;
    }

    #login-page .login-section {
        padding: 20px;
    }

    #login-page .login-section .btn-box span {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    #login-page .login-section .rememberme-box {
        bottom: 100px;
    }

    #login-page .forgotten-pass-section {
        padding: 20px;
    }

    div.forgotten-pass-section div.row {
        padding: 15px 15px 25px;
        margin-bottom: 20px;
    }

    div.forgotten-pass-section div.row form {
        flex-direction: column;
        align-items: center;
    }

    div.forgotten-pass-section #login_reminder_input {
        margin-right: 0;
        margin-bottom: 20px;
    }

    div.forgotten-pass-section #login_reminder_input,
    div.forgotten-pass-section input.btn {
        width: 100%;
        max-width: 350px;
    }

    #login-page div.reg-section {
        padding: 0 20px 20px;
    }

    #login-page .reg_variant_table .important_link {
        display: block;
        margin: 0 auto;
        padding: 10px 20px;
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    #journal-page>h3 {
        font-size: 26px;
    }

    #journal-page table[align="center"] tr {
        display: flex;
        flex-direction: column;
        width: calc(100vw - 30px);
    }

    #journal-page table[align="center"] tr iframe {
        max-width: 100%;
    }

    #journal-page>br {
        display: none;
    }

    #journal-page table[align="center"] td strong {
        margin-top: 20px;
    }

    #journal-search,
    #journal-select {
        padding: 15px;
    }

    #journal-search .note,
    #journal-search .search-box .cancel {
        display: none;
    }

    #journal-select select {
        font-size: 13px;
    }

    #journal-articles {
        padding: 15px;
        margin-top: 25px;
    }

    #journal-articles li {
        padding: 15px 45px 15px 15px;
    }

    #journal-articles li h5 {
        font-size: 16px;
		font-weight: bold;
		margin-bottom: 0.5rem;
    }
	
	#journal-articles li h5 span {
		font-size: 14px;
		font-weight: 500;
	}

    #journal-articles li .title:before {
		display: none!important;
        content: '';
        width: 25px;
        height: 25px;
        bottom: 11px;
        right: 15px;
        padding: 0;
    }

    #journal-articles li .title::after {
		display: none!important;
        bottom: 7.5px;
        right: 20px;
    }

    #journal-articles li .eng {
        top: 15px;
        right: 15px;
        width: 30px;
        height: 20px;
    }

    #journal-articles .authors label {
        margin-top: 10px;
        font-size: 14px;
    }

    #journal-articles .authors p {
        margin-bottom: 0;
        font-size: 13px;
    }
}

body .link-box {
    display: block;
    width: calc(100% + 30px);
    background: #fff!important;
    padding: 15px 65px 15px 25px!important;
    border-radius: 3px;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--gray)!important;
    position: relative;
    border: solid 1px var(--borderPurple);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

*[class*='col-'] .link-box {
    width: 100%;
}

body .link-box::after {
    font-family: var(--fa-family);
    font-weight: 600;
    content: "\f061";
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--purple)!important;
    background: var(--lightpurple)!important;
}

body .link-box:hover {
    background: var(--purple)!important;
    color: #fff!important;
}

body .link-box:hover::after {
    background: #7e74c0!important;
    color: #fff!important;
}

.lang-select {
    border: 0!important;
}

.lang-select .dropdown-menu {
    background: transparent;
    border: 0!important;
}

.lang-select .dropdown-menu .dropdown-item {
    background: #fff;
    display: inline-block;
    max-width: 50px;
    width: 50px;
    padding: 5px;
    text-align: center;
}

body:not(:has(#site-header-eng)) .lang-select .eng,
body:has(#site-header-eng) .lang-select .hu {
    display: none;
}

.contentSide .collapseDiv .card:has(.card-body) .card-header:hover,
.contentSide .collapseDiv .card:has(.collapse.show) .card-header {
    background: var(--purple)!important;
}

.contentSide .collapseDiv .card:has(.card-body) .card-header:hover *,
.contentSide .collapseDiv .card:has(.collapse.show) .card-header * {
    color: #fff!important;
}

.contentSide .collapseDiv .card:has(.card-body) .card-header:hover img,
.contentSide .collapseDiv .card:has(.collapse.show) .card-header img {
    border-radius: 50%;
    background: #fff;
}

form[name='datashare'] {
    padding: 0 10px;
}

form[name='datashare'] .tagsag_icon {
    display: none;
}

form[name='datashare'] .subhead a {
    font-size: clamp(12px, 9.71px + 0.63vw, 16px);
}

table#tbl_datashare table tr {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-areas: "title title title title"
                        "col1 col2 col3 col4";
    text-align: center;
}

#tbl_datashare table tr td {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    width: 100%;
    box-shadow: 0px 0px 1px #aaa;
    padding-left: 5px;
    padding-right: 5px;
    font-size: clamp(12px, 7.65px + 0.44vw, 16px);
}

#tbl_datashare table tr:has(td[rowspan]) {
    display: none;
}

#tbl_datashare table tr td:nth-child(1) {
    width: 100%;
    background: var(--purple);
    color: #fff;
    line-height: 2;
    min-height: initial;
    grid-area: title;
    margin-top: 1rem;
}

#tbl_datashare textarea {
    width: 100%;
}

#search-form input,
#search-form button {
    border-radius: 3rem;
    padding: 0.5rem 1rem;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity ease-out .7s;
  /* height: 300px; */
  height: 400px;
}

.carousel-fade .carousel-item > .row {
	height: 100%;
	row-gap: 20px;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition-delay: 0.25s;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-indicators {
	bottom: 60px;
}

.carousel-item .text-content {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.carousel-item .text-content > .btn {
	margin-top: auto;
}

#hero .carousel-control-prev-icon,
#hero .carousel-control-next-icon {
	 background-image: none;
}

#hero .carousel-control-prev-icon::before,
#hero .carousel-control-next-icon::before {
	font-size: 2rem;
	font-family: 'FontAwesome';
	color: var(--darkpurple);
}

#hero .carousel-control-prev-icon::before {
	content: "\f053";
}

#hero .carousel-control-next-icon::before {
	content: "\f054";
}

#tree_div table img {
	display: none;
}

#tree_div a[href=""],
#tree_div a[href="#"] {
	pointer-events: none;
}

.content_inner_fw table:has(.tophed) td {
	display: none;
}

.content_inner_fw table:has(.tophed) td.tophed {
	display: table-cell;
}

.content_inner_fw table tr:not(:has(img)) td {
	vertical-align: baseline;
}

.congress-list .congress-cover[src*="default-congress-img"],
#congress_item_template .congress_item_img[src*="default-congress-img"] {
	visibility: hidden!important;
	height: 0!important;
}

.content_inner_esemenynaptar .newsItem:has(.congress-cover[src*="default-congress-img"]) .content {
	border-radius: 8px;
}

@media (min-width: 991px) {
	ul.navbar-nav .nav-item > .dropdown-menu {
		display: block;
		margin-top: -1px;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s linear;
		transition-delay: 0.2s;
	}
	
	ul.navbar-nav .nav-item:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 992px) {
    header #headerTop .right ul li .dropdown {
        margin-left: 5px;
        margin-right: 5px;
    }

    body:has(#main-menu.show) {
        overflow: hidden;
    }

    #main-menu {
        /* background: #F5F5F5; */
		background: rgb(from var(--darkpurple) r g b / 0.9);
		backdrop-filter: blur(5px);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 999;
        /* padding: 1rem 1rem 1rem 2rem; */
		padding: 1rem;
        align-items: start;
    }

    #main-menu .navbar-toggler {
        float: right;
    }

    #main-menu ul.navbar-nav {
        margin-top: 1rem;
    }

	header .navbar-toggler,
    header .navbar .nav-item .nav-link {
        /* color: #0F0D0F; */
		color: #fff;
    }
	
	header .navbar a {
		white-space: break-spaces;
	}
	
	header .navbar .dropdown-item {
		padding: 0.5rem;
	}

    .lang-select .dropdown-menu .dropdown-item,
    #main-menu .lang-select *[data-toggle] {
        padding: 0.5rem 1rem;
        background: #fff;
        border: solid 1px #D2D2D2;
        border-radius: 5px;
        width: 75px;
        max-width: 75px;
    }
	
	
	.carousel-fade .carousel-item {
		height: 450px;
	}
	
	#featuredBoxes .row .col {
		flex: 1 0 50%;
	}
}

@media screen and (max-width: 768px){
	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}
	
	.carousel-fade .carousel-item {
		height: 600px;
	}
}

@media screen and (max-width: 800px){
	.content_inner_tagsag .content_cnt_div:not(:has(.tagsagInfoContent)) {
        padding: 1.5rem 0.5rem;
        border: 0;
        border-radius: 0;
    }

    .content_inner_tagsag .content_cnt_div:not(:has(.tagsagInfoContent)) h1:has(.tophed) {
        margin: -90px 40px 50px 0px;
    }

	.content_inner_tagsag .table-right:not(.nowrap),
	.content_inner_tagsag .table-right:not(.nowrap) tbody,
	.content_inner_tagsag .table-right:not(.nowrap) tr,
    .content_inner_tagsag .table-right:not(.nowrap) th {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.content_inner_tagsag .table-right:not(.nowrap) tr {
		justify-content: space-evenly;
		margin-bottom: 1rem!important;
	}

	.content_inner_tagsag .table-right:not(.nowrap) td {
		display: none;
		width: 25%!important;
        white-space: normal;
	}

	.content_inner_tagsag .table-right:not(.nowrap) td input {
		width: 100%!important;
	}

	.content_inner_tagsag .table-right:not(.nowrap):has(input) th,
	.content_inner_tagsag .table-right:not(.nowrap) td:nth-last-child(-n+4) {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.content_inner_tagsag .table-right:not(.nowrap):has(input) th {
		width: 100%!important;
		background: #f9f9f9;
		font-weight: bold;
        text-align: center;
	}
}