.divInhalt {
	max-width: 1372px;
	margin: 0 auto;
	padding-top: 170px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Catamaran", sans-serif;
}
h1::before {
	border: 0;
}

/*----------------------------------------------------------------------Anfang Blog*/
/*BLOGBEGINN*/
.hrBlog {
	margin: 50px auto 50px;
	clear: both;
}

.divBlogEintraege {
	position: relative;
	width: 60%;
	/* [disabled]font-family: "Catamaran", sans-serif; */
	color: rgba(51,51,51,1);
	float: left;
	margin-bottom: 250px;
	
}

.divBlogEintraege img {
	box-shadow: 2px 2px 10px #000;
	border-radius: 10px;
}

.hg1 {
	background-color: rgb(255, 207, 172);
	padding: 1%;
	width: 98%;
	clear: both;
}

.divBlogeintrag {
	width: 100%;
	margin: 0;
	margin-bottom: 100px;
}

.divBlogEintraegeDatum {
	font-size: 1.1em;
	color: rgba(153,0,0,1);
	font-weight: normal;
	margin-bottom: 15px;
}

.divBlogEintraegeTeaserbild {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.divBlogEintraegeTitel {
	/* [disabled]font-family: "Catamaran", sans-serif; */
	font-size: 1.4em;
	color: rgba(0,0,102,1);
	font-weight: normal;
	margin-bottom: 15px;
}

.divBlogEintraegeUntertitel {
	font-size: 1.1em;
	color: rgb(138, 67, 67);
	font-weight: normal;
}

.divBlogEintraegeEinleitungstext {
	font-size: 1em;
	color: rgba(0,0,102,1);
	font-weight: 300;
}

.divBlogEintraegeBodytext {
	font-size: 1em;
	color: rgba(102,102,102,1);
	font-weight: 100;
}

.imageLeft {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageRight {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.divBlogEintraegeFusszeile {
	/* [disabled]font-family: "Catamaran", sans-serif; */
	font-size: 0.8em;
	color: rgba(0,0,0,1);
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

.divBlogFilter {
	position: fixed;
	right: 30px;
	max-width: 25%;
	/*min-height: 300px;*/
	float: right;
	/* [disabled]font-family: "Catamaran", sans-serif; */
	font-size: 0.7em;
	background-color: #e9d88f;
	background-image: url(../grafik/inputContainer_filter.jpg);
	color: rgba(51,51,51,1);
	border: 1px solid;
	border-color: rgba(153,153,153,1);
	border-radius: 1em;
	box-shadow: 3px 3px 5px #666666;
	padding: 10px;
	padding-bottom: 15px;
	/* [disabled]padding: 2; */
}

.divFilterSuchen {
		width: 90%;
	/* [disabled]font-family: "Catamaran", sans-serif; */
	font-size: 1.0em;
	color: rgba(0,0,51,1);
	text-decoration: none;
	padding-top: 5px;
	/* [disabled]padding-left: 10px; */
	/* [disabled]margin-bottom: 30px; */
}

#suchfeld {
	width: 80%;
}

.divFilterAktuell, .divFilterKategorie, .divFilterArchiv {
	margin-top: 15px;
}

a.filterAktuellerBeitrag {
	color: #900;
	font-size: 0.8em;
	line-height: normal;
}

a.filterAktuellerBeitrag:hover {
	color: #006;
}

.divFilterKategorien {
	/* [disabled]font-family: "Catamaran", sans-serif; */
	font-size: 0.8em;
	color: rgba(0,0,51,1);
	text-decoration: none;
}

.divFilterKategorieEinzel {
	position: relative;
	width: 50%;
	float: left;
	/* [disabled]font-family: "Catamaran", sans-serif; */
	/* [disabled]font-size: 1em; */
	color: rgba(0,0,51,1);
	text-decoration: none;
}

.divFilterKategorieEinzelText {
	width: 50%;
	float: left;
}
.filterKategorie input{
	cursor: pointer;
}
.divFilterMonate {
	float: left;
	/* [disabled]font-family: "Catamaran", sans-serif; */
	font-size: 0.8em;
	/* [disabled]max-width: 57px; */
	cursor: pointer;
	box-sizing: border-box;
	background-color: var(--navKopf);
	/* [disabled]background-color: rgba(72,181,222,1); */
	border: hidden;
	border-radius: 0.5em;
	margin-top: 5px;
	margin-right: 5px;
	box-shadow: 2px 2px 4px #333333;
	padding: 5px;
}

.divFilterMonate:hover {
	background-color: var(--navKopfHover);
	color: var(--navKopfHoverText);
}

.BlogeintragAnker {
	padding-top: 100px;
	margin-top: -100px;
}

/* Filter ------------------------------------------------*/
@media only screen and (max-width: 900px) and (orientation: portrait) {
	.divInhalt {
	width: calc(100% - 60px);
	padding-top: 0px;
	margin-top: 140px;
	}

	.divBlogFilter {
		position: relative;
		right: auto;
		max-width: 100%;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
		color: rgba(51,51,51,1);
		border: 1px solid;
		border-color: rgba(153,153,153,1);
		box-shadow: 3px 3px 5px #666666;
		padding: 10px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

.divBlogEintraege {
		position: relative;
		width: 100%;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
		color: rgba(51,51,51,1);
		float: none;
		margin-bottom: 0px;
}

	.divBlogEintraegeEinleitungstext {
	font-size: 1.0em;
	}
	
.divBlogEintraegeBodytext {
	font-size: 1.0em;
	}

}

@media only screen and (max-width: 900px) and (orientation: landscape) {
	.divInhalt {
		padding-top: 30px;
	}

	.divBlogFilter {
		position: relative;
		right: auto;
		max-width: 35%;
		float: right;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
		color: rgba(51,51,51,1);
		border: 1px solid;
		border-color: rgba(153,153,153,1);
		box-shadow: 3px 3px 5px #666666;
		padding: 10px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	
.divBlogEintraege {
		position: relative;
		width: 100%;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
		color: rgba(51,51,51,1);
		float: none;
		margin-bottom: 0px;
	}
	
		.divBlogEintraegeEinleitungstext {
	font-size: 1.0em;
	}
	
.divBlogEintraegeBodytext {
	font-size: 1.0em;
	}

}
/*BLOGENDE*/
/*----------------------------------------------------------------------Ende Blog*/