#sp-top-bar {
	display: none;
}
#sp-header {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#sp-header .sp-megamenu-parent > li > a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#sp-header.header-sticky {
	height: 100px;
}
#sp-header.header-sticky .logo {
	height: 100px;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
	line-height: 100px;
}
.logo-image {
	height: 120px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.header-sticky .logo-image {
	height: 80px;
}
.news-section {
	background: rgba(255,0,0,0.8);
	border-top: 1px solid rgba(255,255,255,0.8);
	margin-top: -40px !important;
}
.news-section h3 {
	padding-left: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.news-section h4 {
	font-size: 1.1rem;
	padding-top: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	padding-bottom: 5px;
}
.news-section p {
	font-size: 0.8rem;
	margin-bottom: 0.3rem;
}
.news-section a {
	color: yellow;
	font-size: 0.8rem;
}
.news-section a:hover {
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
.news-section .sppb-row-container {
	padding-right: 0px;
	padding-left: 0px;
}
.betreuungsvereine h3 {
	text-transform: uppercase;
	font-size: 18px;
	padding: 15px 0px;
}
.betreuungsvereine1 h3 {
	font-size: 0.8rem;
	opacity: 0.5;
}
.betreuungsvereine1 .sppb-addon-single-image-container {
	height: 100px;
}
.betreuungsvereine2 h3 {
	font-size: 0.8rem;
	opacity: 0.5;
}
.betreuungsvereine2 .sppb-addon-single-image-container {
	height: 140px;
}
.sp-page-title {
  background: #e3000f;
}