:root{
    --basegreen: #d1ecaa !important;
    --green: #198547 !important;
    --lightgreen: #29ed5f !important;
    --cream: #edfdd6 !important;
    --gray: #121212 !important;
    --red: #A93021 !important;
}
  

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: "Poppins", sans-serif;
}

body{
    margin: 0;
    padding: 0;
    background: var(--basegreen) !important;
}

::selection {
  background: #ac2d49; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ac2d49; /* Gecko Browsers */
  color: #fff;
}

#contentframe_container_x_lcr3{
    max-width: 1440px;
    margin: 0 auto;
}

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(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6);
  outline: none !important;
}

div:focus{
	outline: none !important;
}

h1{
    color: var(--green) !important;
    font-size: 35px !important;
    line-height: 41px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

h2{
    color: var(--gray) !important;
    text-transform: uppercase;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin: 45px 0 45px 55px !important;
    position: relative;
}

h2:before{
    content: "";
    width: 40px;
    height: 0;
    left: -55px;
    top: 15px;
    position: absolute;
    border: 2px solid var(--green);
}

h3{
    font-size: 28px;
    font-weight: 600;
    color: var(--green);
    margin: 0 0 30px 0;
}

h4{
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 20px 0 !important;
}

p{
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
}

a{
	transition: all 0.25s;
}

a:hover,
a:focus{
	text-decoration: none !important;
}


.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;
}

#wrapper{
    margin-top: 30px;
}

.swiper {
    width: 100%;
}

/* BUTTONS */

.btn{
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 40px !important;
    border-radius: 47px !important;
}

.btn-primary{
    background: var(--green) !important;
    color: #fff !important;
    border: 2px solid var(--green) !important;
}

.btn-blue {
	padding: 0.375rem 1.2rem;
	border-radius: 10px;
	border: solid 2px #7A9EFF;
	background: #2657EF;
	color: #fff;
}

.btn-xs {
	font-size: 12px!important;
	border-radius: 6px;
	padding: 3px 6px;
}

.btn-blue:hover {
	background-color: #0b5ed7;
    border-color: #0a58ca;
	-webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .35), inset -3px -3px 5px rgba(255, 255, 255, .25);
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .35), inset -3px -3px 5px rgba(255, 255, 255, .25);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background: transparent !important;
    border: 2px solid var(--green) !important;
    color: var(--green) !important;
}

.btn-secondary{
    background: transparent !important;
    border: 2px solid var(--green) !important;
    color: var(--green) !important;
}

.creamBg{
    background: var(--cream);
}

.shadow{
    -webkit-box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
}

.mr{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* NAVBAR */

#greenLine{
    background: var(--green);
    padding: 13px 0;
}

#greenLine ul{
    padding: 0;
    margin: 0;
}

#greenLine li{
    display: inline;
}

#greenLine li:after{
    content: "|";
    color: #fff;
    margin: 0 10px;
}

#greenLine li:last-child:after{
    display: none;
}

#greenLine li,
#greenLine a{
    color: #fff;
    font-size: 14px;
}

#greenline .loggedin .dropdown-menu.show{
    max-width: 160px !important;
    width: 160px !important
}

#logoSection{
    padding: 20px 0;
}

#logoSection .form-control{
    position: relative;
    width: 370px;
    background: var(--cream);
    border: none;
    border-radius: 15px;
    height: 48px;
    padding-left: 44px;
}

#logoSection .form-control::placeholder {
    color: var(--green);
    opacity: 1;
}
  
#logoSection .form-control::-ms-input-placeholder{ 
    color: var(--green);;
}

#search-form input {
	width: 140px!important;
}

.navbar .container{
    background: var(--cream);
    padding: 15px 44px 15px 24px;
    border-radius: 15px;
}

.navbar .nav-link{
    color: var(--green);
    /*
	padding-left: 10px !important;
    padding-right: 10px !important;
	*/
    font-weight: 500;
}

nav li.level-0:hover > a {
	background: var(--green);
	color: #fff;
}

#topmenu_container{
    margin-bottom: 30px !important;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--cream) !important;
}

.navbar .logo {
    height: 50px;
    padding-left: 8px;
    display: none;
}

.navbar .logo img {
    height: 100%;
    object-fit: contain;
}

.navbar-toggler-icon::before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 28px;
    color: var(--green);
}

/* HERO */

#hero .container{
    border-radius: 15px;
    overflow: hidden;
}

#hero img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#hero .creamBg{
    padding: 40px;
}

#hero .swiper-slide{
    height: 415px;
}

#hero .swiper-slide .p-0{
    padding-left: 15px !important;
}

#hero .swiper-slide .row{
    padding-right: 15px;
}

#hero .arrows{
    top: calc(50% - 24px);
    z-index: 23;
    cursor: pointer;
    color: #edfdd6 !important;
}

#hero .arrows i{
    color: var(--green);
}

#hero .prev{
    left: 10px;
}

#hero .next{
    right: 10px;
}

/* BLOGLIST */

#blogList .inner{
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}

#blogList .inner img{
    height: 270px;
    width: 100%;
    object-fit: cover;
}

#blogList .inner .content{
    padding: 0 25px 25px;
}

#blogList .inner .content a h4{
    color: var(--green);
}

#blogList .inner .news-more{
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.news-list .news-list-item{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    border: none;
}

.news-list .news-list-item .card-body{
    padding: 0 !important;
    background: var(--cream);
}

.news-list .news-list-item .image{
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}

.news-list .news-list-item .contentSide{
    padding: 30px 100px;
}

.news-list .news-list-item .contentSide .btn-primary{
    margin-top: 20px;
}

.news-list .news-list-item .card-body h3 a{
    color: var(--green);
    font-weight:600;
}

.news-list .news-list-item .publication-data ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-list .news-list-item .publication-data ul li{
    display: inline-block;
}

.news-list .news-list-item .publication-data ul li:after{
    content: '|';
    margin: 0 20px;
}

.news-list .news-list-item .publication-data ul li:last-child:after{
    display: none;
}

.news-list .news-list-item .publication-data ul li a{
    color: var(--green);
}

/* BLOG PAGE */

.news-details .container{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.news-details .bigPic{
    height: 400px;
    object-fit: cover;
}

.news-details .content{
    padding: 30px 50px;
}

.news-details .publication-data p{
    margin-bottom: 0;
    color: var(--green);
}

.news-details .publication-data p span{
    color: var(--gray);
}

.news-details hr{
    border-color: var(--green);
    margin: 30px 0;
}

.news-details .btn-primary{
    color: #fff !important;
}

/* INFO BOXES */

#infoBoxes .item .inner{
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
    transition: all 0.25s;
}

#infoBoxes .item .inner .layer{
    padding: 15px;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: rgb(25,133,71);
    background: linear-gradient(0deg, rgba(25,133,71,1) 0%, rgba(25,133,71,0.6558998599439776) 53%, rgba(25,133,71,0.4962359943977591) 100%);
}

#infoBoxes .item .inner .layer h3{
    color: #fff;
    margin: 0 0 30px; 
}

#infoBoxes .item .inner:hover{
    transform: scale(1.02);
}

/* MORE INFOS */

#moreInfos{
    padding: 0 15px;
}

#moreInfos .item{
    border-radius: 15px;
    overflow: hidden;
}

#moreInfos .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}

#moreInfos .item a h4{
    color: var(--green);
}

#moreInfos .right .item img{
    object-fit: none;
}

#moreInfos .right .item{
    padding: 15px;
    min-height: 118px;
}

/* GOOGLE MAPS */

.googleMaps iframe{
    height: 360px;
    width: 100%;
    margin-bottom: -8px;
}

/* FOOTER */

footer{
    padding: 30px 0;
}

footer ul{
    margin: 0;
    padding: 0;
}

footer ul li{
    display: inline;
}

footer ul li a{
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

footer ul li a:hover{
    color: var(--cream);
}

/*
footer img{
    height: 75px;
}
*/

footer div > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

footer div > a img {
    object-fit: cover;
    max-height: 75px;
    max-width: 100%;
}

/* KAPCSOLAT */

.content_cnt_div h3.page-title,
#login-page .title h3,
#login-page h1,
#reg-section h1,
#cntphMaster_up .tophead,
div.content_inner_kongresszus #congress_item_template #item_Cim span,
.tophed,
.content_inner_copyright .news-title{
    color: var(--gray) !important;
    text-transform: uppercase;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin: 45px 0 45px 55px !important;
    position: relative;
    font-family: "Poppins", sans-serif !important;
}

div.content_inner_kongresszus #congress_item_template #item_Cim span{
    margin: 5px 0 15px 55px !important;
}

.content_cnt_div h3.page-title:before,
#login-page .title h3:before, 
#login-page .h1:before,
#reg-section h1:before,
#cntphMaster_up .tophead:before,
div.content_inner_kongresszus #congress_item_template #item_Cim span:before,
.tophed:before,
.content_inner_copyright .news-title:before{
    content: "";
    width: 40px;
    height: 0;
    left: -55px;
    top: 15px;
    position: absolute;
    border: 2px solid var(--green);
}

.content_inner_copyright .tophed:before{
    display: none !important;
}

div.content_inner_kongresszus #congress_item_template #item_Cim span:before{
    top: 20px;
}

#cntphMaster_up .tophead:before,
.tophed:before{
    top: 21px;
}

.tophed,
.content_inner_copyright .news-title{
    margin-top: 0 !important;
}

.content_inner_copyright .news-title{
    margin-bottom: 0 !important;
}

.content_inner_copyright .tophed{
    margin: 0 !important;
}

#content_inner_div .FilterSettings{
    display: block;
}

.doc-table{
    width: 100%;
}

.doc-table tr:not(.document-row){
    border-radius: 20px 20px 0 0;
    background: var(--green);
    overflow: hidden !important;
}

.doc-table th{
    vertical-align: middle;
}

.doc-table th p{
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
}

.doc-table th:first-child{
    border-radius: 20px 0 0 0;
}

.doc-table th:last-child{
    border-radius: 0 20px 0 0;
}

.doc-table th.doc-title{
    padding-left: 30px;
}

.doc-table td {
    background: #fff;
}

.doc-table tr{
    height: 75px;
}

.doc-table .t_cell1_document_name_td,
.doc-table td.name {
    padding-left: 30px;
}

.doc-table .document-row a{
    color: #000 !important;   
}

.doc-table .t_cell2 a,
.doc-table td.type a {
    padding-left: 35px;
    position: relative;
}

.doc-table .t_cell2 a:before,
.doc-table td.type a:before{
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 25px;
    position: absolute;
    left: 0;
    margin-top: -6px;
}

.doc-table .t_cell2 a.pdf:before,
.doc-table td.type.pdf a:before {
    content: '\f1c1';
}

.doc-table .t_cell2 a.html:before,
.doc-table td.type.html a:before{
    content: '\f1c9';
}

.doc-table .t_cell2 a.doc:before,
.doc-table td.type.doc a:before,
.doc-table .t_cell2 a.docx:before,
.doc-table td.type.docx a:before{
    content: '\f1c2';
}

.doc-table .t_cell2 a.xls:before,
.doc-table td.type.xls a:before,
.doc-table .t_cell2 a.xlsx:before,
.doc-table td.type.xlsx a:before{
    content: '\f1c3';
}

.doc-table .document-row:last-child td:first-child{
    border-radius: 0 0 0 20px;
}

.doc-table .document-row:last-child td:last-child{
    border-radius: 0 0 20px 0;
}

.doc-table tr:has(.section-title) {
	display: none;
}

.doc-table th.doc-published,
.doc-table td.date {
	text-align: right;
	padding-right: 30px;
}

.doc-table th.doc-published,
.doc-table th.doc-type {
	width: 150px;
}

.content_inner_info .doc-table tr.document-row td:first-child {
    border-left: solid 1px #d7d7d7;
}

.content_inner_info .doc-table tr.document-row td:last-child {
    border-right: solid 1px #d7d7d7;
}

.content_inner_info .doc-table tr.document-row:last-child {
	border-bottom: solid 1px #d7d7d7;
}

@media (max-width: 767px) {
	.doc-table th p {
		font-size: 16px;
	}
	
	.doc-table a.docname,
	.doc-table td.name a {
		font-size: 14px;
	}
	
	.doc-table th.doc-type,
	.doc-table .document-row td.t_cell2,
	.doc-table td.type {
		display: none;
	}
}

.content_cnt_div #contact-form,
#login-page{
    background: #fff;
    border-radius: 20px; 
    padding: 50px 110px;
    margin-bottom: 50px;
    position: relative;
}

.content_cnt_div #contact-form .description h1#contact-desc-title{
    color: #000 !important;
}

.content_cnt_div #contact-form .details{
    margin-bottom: 30px;
    position: absolute; 
    /* right: 110px; */
}

.content_cnt_div #contact-form .form-row,
.login-section .name.row{
    margin-bottom: 15px;
} 

.content_cnt_div #contact-form .form-row label,
.login-section label{
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    margin-bottom: 0; 
}

.login-section label{
    width: 150px;
}

.login-section .btn-box{
    margin: 30px 0;
}

.login-section .btn-box #bejelentkezes_btn{
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 40px !important;
    border-radius: 47px !important;
    background: var(--green) !important;
    color: #fff !important;
    border: 2px solid var(--green) !important;
    position: relative;
    margin-left: -98px;
    left: 50%;
}

.content_cnt_div #contact-form .form-row input,
.content_cnt_div #contact-form .form-row textarea,
.login-section .content input,
#login_reminder_input{
    border: 1px solid var(--green);
    max-width: 400px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    color: var(--green);
    padding-left: 25px;
}

.login-section .content .row {
	margin-left: 0;
	margin-right: 0;
}

.login-section .rememberme-box {
	text-align: center;
}

.login-section .rememberme-box input {
	margin-right: 5px;
}

#login_reminder_input{
    margin-top: 15px;
}

.login-section{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.content_cnt_div #contact-form .form-row textarea{
    height: 100px;
    padding-top: 15px;
}

.content_cnt_div #contact-form .col-sm-6{
    padding: 0 5px;
}

#simplified-reg-box div.info{
    background: var(--cream);
    border-top: var(--green);
}

#simplified-reg-box div.open-box{
    background: var(--green);
}

div.rar-data-form div.section-title h4:not(:empty), div.rar-data-form div.section-title.block-title h5:not(:empty){
    background-color: var(--green);
}

/* KONGRESSZUS */

div.content_inner_kongresszus #congress_item_template{
    border-radius: 20px;
    overflow: hidden;
}

div.content_inner_kongresszus #congress_item_template #congress_item_date,
div.content_inner_kongresszus #congress_item_template #congress_item_location{
    background-color: var(--cream) !important;
}

div.content_inner_kongresszus #congress_item_template #congress_item_date #cntphMaster_rep_Congress_lbl_StartDate_Text_0, div.content_inner_kongresszus #congress_item_template #congress_item_date #cntphMaster_rep_Congress_lbl_EndDate_Text_0, div.content_inner_kongresszus #congress_item_template #congress_item_location #cntphMaster_rep_Congress_lbl_Location_Text_0,
div.content_inner_kongresszus #congress_item_template #congress_item_date #cntphMaster_rep_Congress_lbl_StartDate_0, div.content_inner_kongresszus #congress_item_template #congress_item_date #cntphMaster_rep_Congress_lbl_EndDate_0, div.content_inner_kongresszus #congress_item_template #congress_item_location #cntphMaster_rep_Congress_lbl_Location_0{
    color: var(--gray) !important;
}

.congress_item_img{
    border-width: 0px;
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}

div.content_inner_kongresszus #btn_div{
    display: none;
    margin-bottom: 60px;
}

#ctl00_cntphMaster_pan_cnt_kongresszusok ul li,
#cntphMaster_pan_cnt_kongresszusok ul li{
    background-color: var(--cream) !important;
    border-color: var(--green);
    border-radius: 4px;
    margin-right: 2px;
    cursor: pointer;
}

#ctl00_cntphMaster_pan_cnt_kongresszusok ul li a,
#cntphMaster_pan_cnt_kongresszusok ul li a{
    color: var(--green);
}

#ctl00_cntphMaster_pan_cnt_kongresszusok ul li a:hover,
#cntphMaster_pan_cnt_kongresszusok ul li a:hover{
    color: var(--green);
}

.cnt_kongresszusok li, .cnt_kongresszusok li p, .cnt_kongresszusok li span{
    line-height: 6px !important;
}

.pagination-list-item-number{
    background-color: var(--cream) !important;
    border: 1px solid var(--green);
    border-radius: 4px;
    cursor: pointer;
    margin: 0px 6px !important;
    width: 42px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}


.pagination-list-item-number a{
    color: var(--green) !important;
    font-weight: bold;
}

#pagination-box{
    margin-top: 30px; 
    margin-left: 15px;
}

#pagination-box .pagination-list-item-first,
#pagination-box .pagination-list-item-prev,
#pagination-box .pagination-list-item-next,
#pagination-box .pagination-list-item-last{
    background-color: var(--cream) !important;
    border-color: var(--green);
    border-radius: 4px;
    margin-right: 2px;
    cursor: pointer;
    color: #fff;
    color: var(--green);
    font-family: fontAwesome;
    width: 42px !important; 
    height: 39px;
    border: 1px solid var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination-box .pagination-list-item-first:before{
    content: '\f100';
}

#pagination-box .pagination-list-item-prev:before{
    content: '\f053';
}

#pagination-box .pagination-list-item-next:before{
    content: '\f054';
}

#pagination-box .pagination-list-item-last:before{
    content: '\f101';
}

.pagination.forward{
    margin-right: 15px;
}

.pagination.backward li,
.pagination.forward li{
    display: inline-block;
}

.pagination-list-item.disabled {
    color: #aaa !important;
    border-color: #aaa !important;
    cursor: not-allowed !important;
}

#cntphMaster_up table,
div.content_inner_kongresszus #congress_item_template,
.content_cnt_div #contact-form, #login-page{
    -webkit-box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px -10px rgba(0,0,0,0.75);
}

.content_inner_info,
.content_inner_copyright,
.content_inner_help{
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
	overflow-wrap: anywhere;
}

.content_inner_info_1{
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.content_inner_info hr,
.content_inner_copyright hr{
    display: none;
}

#pagination-box{
    display: -webkit-flex;
    display: flex;
}

.pagination.backward{
    order: 1;
    -webkit-order: 1;
}

.pagination.forward{
    order: 3;
    -webkit-order: 3;
}

.pagination.numeric{
    order: 2;
    -webkit-order: 2;
}

/* GDPR */

div[id*='upGDPR']{
    border-radius: 20px;
    padding: 10px 30px;
}

.btns{
    margin-bottom: 30px; 
}

.btns .yes{
    background: #198547;
    color: #fff !important;
    padding: 5px 15px;
    text-transform: uppercase;
}


h3.table-title,
div.section.data-set h3.section-title,
div.section.data-export h3.section-title,
div.section.data-del h3.section-title{
    margin-top: 45px !important;
}

.fa-user{
    margin-right: 3px;
}

.doc-table .document-row:nth-child(odd){
    background: #f6ffe9;
}
 
@media (max-width: 767px){
	.content_inner_info, .content_inner_copyright, .content_inner_help {
		padding: 25px 10px;
	}

    #site_inner_div{
        margin-top: 130px;
    }
	div#congress_item_date span {
		width: 50% !important;
	}

    .content_container{
        padding: 15px;
    }

    h2{
        font-size: 20px !important;
    }

    h2:before{
        top: 10px !important;
    }

    #hero img{
        height: 172px;
    }

    #hero .creamBg{
        height: 400px;
        padding-left: 55px;
        padding-right: 55px;
    }

    #hero .prev{
        left: 5px;
    }

    #hero .next{
        right: 5px;
    }

    #maintable_container_x {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100vw;
    }

    #maintable_container_x + div {
        margin-top: 100px;
    }

    #greenLine ul li{
        display: inline-block;
        /* width: 33% !important; */
    }


    #logoSection {
        display: none;
    }

    .navbar {
        padding: 0 !important;
    }

    .navbar .container {
        border-radius: 0;
    }

    .navbar .logo {
        display: block;
    }

    #topmenu_container {
        margin: 0 !important;
    }

    /* #layout_menu_div {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100vw;
    } */

    #greenLine ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #greenLine ul li:first-child{
        /* display: none; */
    }

    #greenLine span{
        display: none !important;
    }

    #greenLine ul li:after {
        /* display: none !important; */
    }

    #cntphMaster_up .tophead:before,
    .tophed:before{
        top: 11px;
    }

    .content_inner_kapcsolat h3.page-title:before{
        top: 11px;
    }

    #greenLine .text-right{
       /*  text-align: left !important;*/
    }

    #hero {
        /* padding: 0 15px; */
    }

    #blogList .item{
        margin-bottom: 30px;
    }

    #blogList .item:last-child{
        margin-bottom: 0;
    }

    #blogList .inner{
        height: auto;
    }

    .latest-news-container .text-right{
        text-align: center !important;
    }

    #infoBoxes .item{
        margin-bottom: 30px;
    }


    #moreInfos{
        padding: 0;
    }

    #moreInfos .pr-5{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #moreInfos .container > .row,
    #moreInfos .container > .row > .col-12 > .row {
        margin: 0 !important;
    }

    #moreInfos .container > .row > .col-12 > .row {
        margin-bottom: 30px !important;
    }

    #moreInfos .right {
        padding: 0;
    }

    #moreInfos .right .col-3 {
        padding: 0;
    }

    .news-list .news-list-item .image{
        height: 250px;
    }

    .news-list .news-list-item .contentSide{
        padding: 15px 30px;
    }

    .news-list .news-list-item .contentSide .text-right{
        text-align: left !important;
    }

    .news-list .news-list-item .contentSide .btn-primary{
        margin-top: 0;
    }

    #search-form {
        width: 100%;
        /* margin-top: 20px; */
    }

    #logoSection .form-control {
        width: 100%;
        padding-left: 15px;
    }

    footer{
        background-size: cover !important
    }

	/*
    footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
		margin: 30px auto;
        gap: 15px;
    }
	
	footer ul li a {
		padding-left: 0px;
		padding-right: 0px;
	}
	*/

    footer img{
        max-height: 60px;
        max-width: 100%;
    }

    #cntphMaster_up table tr#cntphMaster_repDocumentList_doctablerow_head th.doc-title,
    #cntphMaster_up table .t_cell1_document_name_td {
        padding-left: 15px;
    }
	
	.doc-table th:last-child, .doc-table .document-row td:last-child {
		padding-right: 15px;
	}

    #cntphMaster_up table tr#cntphMaster_repDocumentList_doctablerow_head th p {
        font-size: 16px;
    }

    a.docname, .t_cell2 a {
        font-size: 14px;
    }
    .content_cnt_div #contact-form, #login-page {
        padding: 20px;
    }

    .content_cnt_div #contact-form .details {
        position: static;
    }

    .login-section .row {
        margin: 0;
    }

    .content_cnt_div h3.page-title, #login-page .title h3, #login-page h1, #reg-section h1, #cntphMaster_up .tophead, div.content_inner_kongresszus #congress_item_template #item_Cim span {
        font-size: 24px !important;
    }

    #info_first_table .tophed,
    #info_second_table > h2,
    #info_second_table > h3,
    #info_second_table > p,
    #info_second_table > li {
        padding: 0 15px;
    }

    #blogList .container,
    #infoBoxes .container,
    #moreInfos .container,
    #content-news-page .container{
        padding: 0; 
    }

    #cntphMaster_pan_cnt_kongresszusok{
        padding: 0 !important;
    }

    .content_cnt_div h3.page-title, #login-page .title h3, #login-page h1, #reg-section h1, #cntphMaster_up .tophead, div.content_inner_kongresszus #congress_item_template #item_Cim span, .tophed, .content_inner_copyright .news-title{
        font-size: 20px !important;
        line-height: 25px;
    }

    #hero .swiper-slide{
        height: auto;
    }

    div.datamod-navibox div.selectbox{
        width: calc(100% - 82px);
        padding-left: 0;
    }

    div.data-row.Prefix div.data-field li{
        margin-bottom: 10px !important;
    }

}

@media (min-width: 768px) and (max-width: 992px){
    #search-form input {
		width: 160px!important;
	}
}

@media (min-width: 993px) and (max-width: 1200px){
    #search-form input {
		width: 160px!important;
	}
}

@media (min-width: 1201px) and (max-width: 1366px){
    #search-form input {
		width: 200px!important;
	}
}

@media (min-width: 1367px) and (max-width: 1460px){
    #contentframe_container_x_lcr3,
    .container{
        max-width: 1300px !important;
	}
	
	#search-form input {
		width: 200px!important;
	}
}


@media (min-width: 1461px){
    #contentframe_container_x_lcr3,
    .container{
        max-width: 1440px !important;
    }
	
	#search-form input {
		width: 200px!important;
	}
}
