body {
	background: #ebdfd3;
}

#sidebar_content {
	display: none;
}

#sidebar_content_new:empty {
	display: none;
}

.visit_btn {
	display: none !important;
}

.logo-block .image-logo {
	display: inline !important;
}
/*
.logo-block > div:first-child >  div:first-child {
	width: 66.66666%;
}

.logo-block > div:first-child >  div:first-child + div {
	width: 33.33333%;
}*/

.logo-block > div:first-child >  div:first-child + div > div:first-child {
	display: none !important;
}

.logo-block .icon-Pointer {
	display: none !important;
}

.top-header {
	display: none;
}

.btm-ftr {
	display: none;
}

/* hide comments, likes and author in blog posts */
.entry-header > .title-block > .author > span {
	display: none !important;
}

.entry-header > .title-block > .author > .category::before {
	content: "Kategorien /";
}


.entry-comments {
	display: none !important;
}

.entry-likes {
	display: none !important;
}

.entry-cover > img {
	display: none !important;
}

/* hide termine img */
.events-single > div > img {
	display: none !important;
}

.icon-Headset + div > h3 {
	display: none;
}

.icon-Headset + div:before {
	content: 'Telefon';
	display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 77px;
  line-height: 44px;
}

.icon-Pointer + div > h3 {
	display: none;
}

.icon-Pointer + div:before {
	content: 'Adresse';
	display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 77px;
  line-height: 44px;
}

/* hide img of about us layout 2*/

.venu-img {
	display: none !important;
}

.venu-detail {
	width: 90%;
	margin: 0 5%;
	padding: 0 !important;
}

/* termine css */

.events-block .post-meta {
	color: black;
}

.events-content .event-list-item-headline a {
	color: #946522 !important;
}

.events-block h6 {
	color: black;
}

.events-block .events-content {
	padding-top: 17px;
}


.events-block {
	font-family: Poppins;
	margin-bottom: 0px;
}


.events-block .event_pre_img {
	width: 331px !important;
	height: 195px !important;
	overflow: hidden;
	object-fit: cover;
}

.em.pixelbones .event-categories a {
	color: white !important
}

/* hide event time on event page below headline */
.entry-header .event-time {
	display: none;
}

/* prevent capital letters in dropdown */
.ow-navigation.navbar-default .navbar-nav li a {
	text-transform:none;
}

/* prevent capital letters in header img */
.page-banner .page-title h3 {
	text-transform: none;
}

.widget ul li > a {
	text-transform: none;
}

.event-categories {
	list-style: none;
	padding: 0;
	color: white !important;
}

.event-categories li {
	padding: .5em 1em;
	margin-right: .5em;
	background: #946523;
	float: left;
	list-style: none;
}

.no_pagination .em-pagination {
	display: none;
}

.entry-content p {
	color: black !important;
}

.entry-content a {
	color: #337ab7;
}

/*
.event-content h3 a {
	color: black !important;
}*/

.events-block .img-block h6 {
	color: white;
	padding: 12px 16px;
}

.entry-header h3 a {
	color: #946522 !important;
}

.events-block .btn-block a {
	color: white !important;
}

.em.pixelbones blockquote, .em.pixelbones dl, .em.pixelbones figure, .em.pixelbones ol, .em.pixelbones p, .em.pixelbones pre, .em.pixelbones table, .em.pixelbones ul {
	margin-bottom: 0px !important;
}

.post-date a {
	color: white !important;
}

/* remove grey shadow on title images => PM */
.page-banner::before {
	background-color: rgba(0,0,0,0.3) !important;
}

/* fix AKTUELLES on main page 08.10.23 => was grey before */
.latest-blog-section .section-header h3 b {
	color: #f2f2f2;
}