/* TYPOGRAFIE */
/* h1, h2, h3, h4, h5, h6 {margin-bottom:0;padding-bottom:0} */ 
/* OPTION 1 
.blog-headings-text h1, 
.blog-headings-text h2,
.blog-headings-text h3,
.blog-headings-text h4 {margin-bottom:25px;padding-bottom:0}
.blog-headings-text p:last-child {margin-bottom:25px} 
*/
/* OPTION 2 */
.blog-headings-text h1, 
.blog-headings-text h2,
.blog-headings-text h3,
.blog-headings-text h4 {margin-top:40px;margin-bottom:40px;padding-bottom:0}
.blog-headings-text h1:first-child, 
.blog-headings-text h2:first-child,
.blog-headings-text h3:first-child,
.blog-headings-text h4:first-child {margin-top:0}
.blog-headings-text p:last-child {margin-bottom:0;padding-bottom:0} 

.blog-title-h1 h1 {padding-bottom:0}


/* DIVI FIX - not overwritten in the editor */
@media all and (min-width:981px) { 
	.et_pb_toggle_close h4.et_pb_toggle_title {
		font-size:1.75rem!important
	}	
}	



/* flex reverse */
@media all and (min-width:767px) { 
	.row-reverse {flex-direction:row-reverse}
}

/* button kontakt */
.button-kontakt {width:100%;max-width:320px}
	@media all and (max-width: 1400px) {
		.button-kontakt {font-size:16px!important;
	}	
}


/* icons footer */
.icon-footer-mail,
.icon-footer-whatsapp,
.icon-footer-tel {float:left;margin-right:35px!important}

/* icons row */
.icons-row > div {
	display:grid!important;
	grid-template-columns: 1fr 1fr 1fr!important;
	grid-template-rows: 1fr!important;
	grid-column-gap: 10px;
	grid-row-gap: 0px; 
	justify-content:center!important;
	/* justify-content:space-evenly!important; */
	align-content:center!important;
}
.icons-row > div > div {width:70px!important}
.icons-row > div > div:nth-child(1) {grid-area: 1/1 2/2!important}
.icons-row > div > div:nth-child(2) {grid-area: 2/1 3/2!important}
.icons-row > div > div:nth-child(3) {grid-area: 3/1 4/2!important}

/* slider */
.et_pb_slide_description,
.et_pb_slide_description p {
	text-shadow:none!important;
}	


