/* home */
.home .entry-title { display: none; } 
.home :target {
	scroll-margin-top: 110px;
}
@media (max-width: 1024px) {
	.home :target {
		scroll-margin-top: 0px;
	}
}
/* header */
.home .shfb-main_header_row.shfb-sticky-header {
	background: transparent !important;
	box-shadow: none !important;
}
.home .shfb-main_header_row.shfb-sticky-header.custom-scrolled {
	background: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}
/* logo */
.site-title a::before {
	content: "";
	display: inline-block;
	width: 48px;   /* Logo-Größe */
	height: 48px;
	background-image: url("http://heidenreich.app/wp-content/uploads/2026/04/cropped-do_logo_1024.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 16px;
	vertical-align: middle;
}
@media (max-width: 1024px) {
	.site-title a::before {
		width: 28px;
		height: 28px;
		margin-right: 8px;
	}
}
/* titel */
.site-title a {
	white-space: nowrap;
	display: inline-block;
	text-shadow: 2px 2px 4px rgba(0,0,0,9) !important;
}
.site-title a:hover {
	color: #9CCC65 !important;
}
.slide-inner .maintitle,
.slide-inner .subtitle {
	font-size: 20pt !important;
	text-shadow: 2px 2px 4px rgba(0,0,0,9);
}
/* slider */
@media (max-width: 1024px) {
	.slide-inner .maintitle,
	.slide-inner .subtitle {
		font-size: 14px !important;
		line-height: 1.4;
		text-align: center;
		padding: 0 10px;
	}
}
.menu-item {
	text-shadow: 2px 2px 4px  rgba(0,0,0,9);
}
/* menu */
.sub-menu {
	min-width: 300px !important; 
}
.main-navigation a,
.mobile-menu a,
.menu a {
	white-space: normal !important;
	word-break: keep-all !important;
}
/* do-feature-table */
.do-feature-tabelle {
  table-layout: fixed;
  width: 100%;
}
.do-feature-table th:nth-child(1),
.do-feature-table td:nth-child(1) {
  width: 55%;
}
.do-feature-table th:nth-child(n+2),
.do-feature-table td:nth-child(n+2) {
  width: 15%;
}