/* h1 im text module*/
.et_pb_text_inner h1, .et_pb_title_container h1.entry-title{
	min-height: 0vw; /*Bugfix for Safari*/
	font-size: clamp(36px, 3.4vw, 50px);
	margin-bottom:-8px;
}

/* h2 in text Modulen, Blog, Call to Action Modulen*/
.et_pb_text_inner h2, .et_pb_post_content h2, h2.et_pb_module_header{
	min-height: 0vw; /*Bugfix for Safari*/
    font-size: clamp(30px, 2.8vw, 38px);
	margin-bottom:-8px;
}
/*Glossar Artikel Überschrift*/
.et_pb_title_container h2.entry-title{
	min-height: 0vw; /*Bugfix for Safari*/
    font-size: clamp(30px, 2.8vw, 38px)!important;
}

.et_pb_text_inner h3, .et_pb_post_content h3{
	font-size:26px;
	margin-bottom:-8px;
}

.et_pb_text_inner h4{
	font-size: 22px;
	margin-bottom:-8px;
}

#neures-second-header .et_pb_text_inner h4, h4.et_pb_toggle_title{
	font-size: 22px;
	margin-bottom:-4px;
	margin-top:-8px;
}

.et_pb_text_inner h5{
	font-size: 20px;
	margin-bottom:-8px;
}
	
.et_pb_text_inner h6{
	font-size: 18px;
	font-weight:bold;
	margin-bottom:-8px;
}

/* 2. Überschrift in der Blog Übersicht*/
h2.blog_h2{
	font-size:26px !important;
	margin-top:2px;
	margin-bottom:-10px;
	font-family: 'Raleway', sans-serif;
}

/*In Blog Posts vor h3 Leerzeile*/
div.et_pb_post_content>h3 {
	margin-top:1em;
}

/*In Blog Posts vor h4 Leerzeile*/
div.et_pb_post_content>h4{
	margin-top:1em;
}

.header_reverse{
	/*background:rgba(214,218,255,0.80);*/
	background:rgba(255,255,255,0.80);
	padding:4px 8px;
	border-radius:5px;
	line-height:1.7em;
}