a, a:hover {
	text-decoration: none!important;
}

a {
	color: #14947b;
	transition: all 0.2s;
}

a.inverse {
	color: #fff;
}

a:hover {
	color: rgba(20, 148, 123, 0.7)!important;
}

a.inverse:hover {
	opacity: 0.8;
	color: #fff!important;
}

h1.page-title{
	font-size:1.8rem;
}

h1.colored, 
h2.colored, 
h3.colored, 
h4.colored, 
h5.colored, 
h6.colored {
	overflow: hidden;
	color: #138d76;
}

.lined-title::after {
    background-color: #138d76;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 10px;
    margin-right: -50%;
    top: -2px;
}

#bejelentkezes_btn {
	color: #14947b;
	cursor: pointer;
}

#bejelentkezes_btn:hover {
	color: rgba(20, 148, 123, 0.7);
}

.content-button {
	text-align: center;
    display: block;
	background-color: #14947b;
	color: #fff;
	border: #14947b solid 1px;
	border-radius: 20px;
	padding-inline: 20px;
	padding-block: 2px;
	transition: all 0.3s;
	cursor: pointer;
}

.content-button * {
	color: #fff;
	transition: all 0.3s;
}

.content-button:hover {
	border: #14947b solid 1px;
	color: #14947b;
	background-color: transparent;
}

.content-button:hover * {
	color: #14947b;
	background-color: transparent;
}
#intro_hr,
.content_cnt_div.container > .middle > table td > br,
.content_cnt_div.container > .middle > table td > hr,
.content_cnt_div.container > table td > hr,
.content_cnt_div.container > table td > br{
	display:none;
}

.content_cnt_div.container .tophed {
	display: block;
	font-size: 1.6rem;
	width:100%;
	padding-bottom:0.5rem;
	border-bottom:1px solid #14947b;
	margin-bottom: 1rem;
}

/* Latest Congress START */

.congress-block {
	transition: all 0.3s;
}

.congress-block:hover {
	scale: 0.95;
}

.latest-congress-container ul {
	list-style-type: none;
	padding: 0;
}

.latest-congress-container li {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	overflow: hidden;
}

.latest-congress-container li .pre-text {
	display: none;
}

.congress-block img {
	float: right;
}

.congress-block .lead-text {
	padding: 15px;
	padding-left: 30px;
}

.congress-block h3 {
	color: black;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.congress-block .date {
	color: black;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}

.congress-block .location {
	background-color: #eeeeee;
	color: black;
	padding: 5px;
}

.congress-block .location img {
	height: 20px;
    opacity: 0.3;
	padding-inline: 5px;
	float: none;
}

/* Latest Congress END */

/* Footer START */

@media (min-width: 1660px){
	#footer_site .container {
		max-width: 1640px;
	}
}

#footer_site {
	background: #138d76;
	color: #fff;
	font-weight: 500;
}

#footer_site img#tarsasag_logo_float {
	height: 180px;
}

@media (min-width: 761px){
#footer_site .contact-box{
	display:flex;
}
#footer_site .contact-box .contacts{
	padding-left: 1.6rem;
}
}

#footer_site .contact-box .contacts div.icon{
width:24px;
min-width:24px;
text-align: center;
}

#footer_site .contact-box .contacts div.text{
padding-left:1rem;
}

#footer_site .contact-box .contacts a,
#footer_site .contact-box .contacts a:hover{
	color:#fff !important;
}

#footer_site .contact-box .contacts h3{
	font-size: 1.4rem;
	margin-bottom:1rem;
}

#footer_site .contact-box .contact-type-text{
	display:flex;
	margin-bottom:1rem;
}

#footer_site #copyright {
	background-color: #0d6d5a;
	padding: 10px 0;
}

#footer_site #contact img.icon {
	padding: 5px;
	padding-right: 15px;
}

#footer_site #contact-container,
#footer_site #buttons-container {
	margin-block: 30px;
}

#footer_site #contact-container {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
} 

#footer_site #buttons-container {
	border-left: 1px solid #0d6d5a;
}

#footer_site #buttons {
	display: block;
	margin: auto;
}

@media (min-width: 671px) {
	#footer_site #buttons a {
		margin-inline: 25px;
	}
}

#footer_site #copyright .left {
	margin-block: auto;
}

#footer_site #copyright .right {
	text-align: right;
}

#footer_site #copyright img {
	height: 60px;
	padding-block: 5px;
}

#scrolltotop {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}

#scrolltotop:not(.visible) {
	visibility: hidden!important;
	opacity: 0!important;
}
/* Footer END */

/* TERKEP START */

iframe#map {
	transform: translateY(7px);
}

/* TERKEP END */

#covid-links{
	margin-bottom:1rem;
}

#covid-links li{
margin-bottom:0.8rem;
}

#covid-links a{
 font-weight:bold;
}

.one-news-content .lead,
.one-news-content .text {
	font-weight: 400;
}