/* weissen hintergrund entfernen */
.hentry {
 background-color:transparent;
}
/* innenrand entfernen */
.entry-content,
 .entry-summary {
  padding:0 /* 0 10% 10% */
 }
/* News-Liste unterlegen */
 li.kb-post-list-item {
		 background-color: rgba(255,255,255,0.1);
}
body {
	line-height:1.4;
}
.entry-header {
  padding:0;
}
/* Links */
.site-content a {
	text-decoration: underline;
	border-bottom: none;
	color: #2a0e72;
	}
.site-content p a, .site-content li > a {
	text-decoration: underline;
	border-bottom: none;
	color: #ffffff;
	}
.site-content a:hover, .site-content p a:hover {
	text-decoration: none;
	}
/* Listen einruecken */
.site-content li {
    margin-left: 0.8em;
}

/* TYPO */
h1 {
	font-size: inherit;
	color: #2a0e72;
	font-weight: 700;	
	text-align: center;
	margin-bottom: 2em;
}
h2 {
	font-size: inherit;
	color: #2a0e72;
	text-align: center;
	font-weight: 500;
}
h3, .entry-content h3 {
	font-size: 24px;
	color: #2a0e72;
	text-align: inherit;
	font-weight: 700;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.page-title {
	color: #2a0e72;	
	font-weight: 700;
	text-align: center;
	font-size: 22pt;
}
/* automatischer Seitentitel ausgeblendet */
h1.entry-title {
	display: none;
}
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
  margin-top: 0em;/*2em*/
  /*
  line-height: 1.25;
  margin-bottom: 1em;*/
}
/* Abstaende Seitenrahmen */
.site-main {
	padding:0;
}
.site-header {
  margin: 10% 0 10%;
  padding: 0 10%;
}
.hentry {
	padding-top: 3.4%;
}
/* page-header */
.page-header {
	background-color: transparent;
	border-bottom: none;
	padding: 4.5% 10% 0;
}

/* BREITE 1 */
@media screen and (min-width: 955px) {
.sidebar {
  float: left;
  margin-right: -100%;
  max-width: 400px;
  position: relative;
  width: 25%;
}
.site-content {
  display: block;
  float: left;
  margin-left: 25%;
  width: 75%;
}
.hentry, .page-header, .page-content {
  margin: 0 3%;
}
}
/* BREITE 2 */
@media screen and (min-width: 59.6875em) {
.secondary {
  background-image: url("http://f24-ms.de.w0072041.kasserver.com/wp-content/uploads/navi-background.png"); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	background-size: contain;
	padding: 0 0 200px;
}
.main-navigation {
	margin: 0 15%;
	padding: 0 10px;
	line-height:1.0;
}
.main-navigation li, .main-navigation ul {
	border-width:0;	
}
}

/* Blog-Artikel */

.wp-block-kadence-posts .content-bg {
  background: transparent;
}

.entry-footer {
  padding: 0;
	background-color: transparent;
	margin-top: 2%;
}

.site-info {
  display: none;
}