.ngklc_topic{
	letter-spacing: -1px;
	padding: 0 5px 0 5px;
    display: inline-block;
	font-family: 'Bliss Pro Bold' !important;
	border: solid 1px;
	border-radius: 5px;
	height: 37px;
	width: 38px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;

}



.ngklc_topic.ngklc_notopic{
	opacity: 0.5;
	color: #c5cdd6;
	background-color: #c5cdd630;
	font-weight: bold;

}
.ngklc_topic.ngklc_hastopic{
	font-weight: bold;
	background-color: #007C7B;
	color: #fff;
}
.ngklc_topic.ngklc_hastopic:hover{
	cursor: pointer;

}


.ngklc_topic.ngklc_hastopic.kjt:hover{
	background-color: #ff6900;
	color: #fff;
	border-color: #ff6900;
}
.ngklc_topic.ngklc_hastopic.jbj:hover{
	background-color: #5EB6E4;
	color: #fff;
	border-color: #5EB6E4;
}

.ngklc_topic.ngklc_hastopic.et:hover{
	background-color: #9f0030;
	color: #fff;
	border-color: #9f0030;
}
.ngklc_topic.ngklc_hastopic.ob:hover{
	background-color: #b6cd27;
	color: #fff;
	border-color: #b6cd27;
}



.ngklc_topic.ngklc_hastopic.topicActiv{
	text-decoration: underline;
}

.ngklc_kontakt_kachel{
	display: none;
	position: absolute;
min-width: 151px;
	background-color: #ffffff;
	padding: 20px 10px 20px 20px;
	border: solid 1px #007C7B;
	z-index: 99999;
	font-weight: 400;


}

.ngklc_kontakt_kachel a{
	margin-right: 15px;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Bliss Pro Light';
}

.ngklc_standorttitle{display: inline-block; float:left; font-weight: 400; font-size: 16px;max-width: 70%;}
.ngklc_loaction{clear: both; font-weight: bold;font-family: 'Bliss Pro Bold' !important;  }
.ngklc_titletopics{display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;margin-bottom: 20px}

@media screen and (max-width: 550px){
	.ngklc_titletopics{display: grid}
	.ngklc_kontakt_kachel {
		width: 80vw;
		left: -20px;
	}
}
@media screen and (min-width: 550.1px){
	.ngklc_topic {
		position: unset;
	}

	.ngklc_kontakt_kachel {
		min-width: 50%;
		right: 20px;
	}
}

.ngklc_block{
	margin: 10px 0 40px 0;
}


/* Kadence Block Anpassungen*/
.ngkcl_accordeon .kt-accordion-panel{
	overflow: initial;
}

.ngklc_loaction_separator{
	width: 85%;
	margin: auto;
	margin-bottom: 20px;
	border-top: solid 1px #0077782b;
}

.blocktitleLongtext{
	color: #007C7B;
}
.topickachel_close{
	position: absolute;
	right: 15px;
	top: 5px;
	color: #007C7B;
}