#content-wrap {
	background: #fff;
}

/*** Sidebar-1 Zitat ***/

#sidebar-1 {
	background: #eee;
	padding: 20px;
	width: 100%;
}

#sidebar-1 #text-2 {
}

#sidebar-1 #text-2 .textwidget .quote {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	margin-bottom: 10px;
	font-style: italic;
}

#sidebar-1 #text-2 .textwidget .quote-author {
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	text-align: right;
}

/*** Sidebar-2,-3 ***/
#sidebar-2,
#sidebar-3 {
 	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	height: auto;
	padding-top: 50%;
	border-bottom: 10px solid #fff;
}



#sidebar-2 aside h3.widget-title,
#sidebar-3 aside h3.widget-title {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 10px 0 30px 0;
}

#sidebar-2 aside div.textwidget div.book h3,
#sidebar-3 aside div.textwidget div.book h3 {
	font-family: 'citydligregular';
	font-size: 24px;
	font-size: 2.4rem;
	color: #01674f;
	margin: 0 0 6px 0;
}

#sidebar-2 aside div.textwidget div.book h4,
#sidebar-3 aside div.textwidget div.book h4 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 20px 0;
}

/* Mirhoff */

#sidebar-2 {
	background: url('/wp-content/uploads/2021/04/book_mirhoff_fischer.jpg') no-repeat;
	background-size: cover;
}

/* Fischer */

#sidebar-3 {
	background: url('../images/komprimiert/fischer.jpg') no-repeat;
	background-size: cover;
}

/*** Buchempfehlungen Slider ***/

h2.slider-header {
	background: #01674f;
	color: #fff;
	padding: 10px;
}

#slider-wrap {
	background: #fff;
	/* border-bottom: 3px solid #eee; */
}

#empfehlung-slider article {
	background: #eee;
}

#empfehlung-slider article img {
	width: 100%;
	height: auto;
	display: block;
}

#empfehlung-slider article .entry-content {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	padding: 20px;
	color: #666;
}

#empfehlung-slider article .entry-content h3 {
	color: #01674f;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 26px;
	line-height: 2.6rem;
	margin: 0 0 10px 0;
}

#empfehlung-slider article .entry-content .tags {
	font-family: 'citydligregular', Arial, Verdana, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 10px 0;
}

#empfehlung-slider article .entry-content .more-link {
	display: block;
	font-family: 'citydligregular', Arial, Verdana, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0 0 0;
	color: #01674f;
	background: url('../images/icons/arrow-right-small.svg') 0 4px no-repeat;
	background-size: 10px;
	padding: 0 0 0 15px;
}

/*** Contentbereich ***/

#page-post-image {
	position: relative;
}

#page-post-image img {
	width: 100%;
	height: auto;
	display: block;
}

#page-post-image h1 {
	padding: 20px 20px 0 20px;
	margin: 0;
	background: #fff;
}

#content {
	background: #fff;
	padding: 20px;
}

#content p {
	margin: 0 0 20px 0;
}

#content p.gross {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2px;
    line-height: 2.2rem;
}

#content p a {
	color: #01674f;
}

#content.startseite h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

#content.kategorieseite article {
	margin: 0 0 20px 0;
}

#content.kategorieseite article .post-image {
	position: relative;
	overflow: hidden;
}

#content.kategorieseite article .post-image img {
	width: 100%;
	height: auto;
	display: block;
}

#content.kategorieseite article .post-image .excerpt {
	position: absolute;
	width: 100%;
	left: -100%;
	top: 10px;
	padding: 5%;
	background: #01674f;
	transition: all .5s ease-in-out;
	z-index: 50;
	color: #fff;
}

#content.kategorieseite article .post-image .excerpt p {
	margin: 0;
}

#content.kategorieseite article:hover .excerpt {
	left: 0;
}

#content.kategorieseite article .post-text {
	padding: 20px;
	background: #eee;
	border-bottom: 3px solid #01674f;
}

#content.kategorieseite article .post-text h2 {
	margin: 0 0 10px 0;
	height: 90px;
	color: #01674f;
}

#content.kategorieseite article .post-text h2 a {
	color: #01674f;
}

#content.kategorieseite article .post-text .tags {
	font-family: 'citydligregular', Arial, Verdana, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 10px 0;
}

#content.kategorieseite article .post-text .tags a {
	color: #000;
}

#content.kategorieseite article .post-text p {
	margin: 0;
}

#content.kategorieseite article .post-text a.more-link {
	display: block;
	font-family: 'citydligregular', Arial, Verdana, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 10px 0 0 0;
	background: url('../images/icons/arrow-right-small.svg') 0 4px no-repeat;
	background-size: 10px;
	padding: 0 0 0 15px;
	color: #01674f;
}

#content.kategorieseite article .post-text.neuesbuch {
}

#content.kategorieseite article .post-text.neuesbuch ul,
#content.kategorieseite article .post-text.veranstaltungen ul {
	margin: 20px 0 20px 0;
}

#content.kategorieseite article .post-text.neuesbuch ul li,
#content.kategorieseite article .post-text.veranstaltungen ul li {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
}

#content.kategorieseite article .post-text.neuesbuch ul li:nth-child(odd),
#content.kategorieseite article .post-text.veranstaltungen ul li:nth-child(odd)
 {
	background: #fff;
}

#content.kategorieseite article .post-text.neuesbuch ul li strong,
#content.kategorieseite article .post-text.veranstaltungen ul li strong {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 60px;
}

#content.kategorieseite article .post-text.neuesbuch a.shoplink {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 3px;
	background: none;
	border: 1px solid #01674f;
	color: #01674f;
	text-align: center;
	padding: 15px 0;
	transition: background .25s ease-in-out, color .25s ease-in-out;
}

#content.kategorieseite article .post-text.neuesbuch a.shoplink:hover, #content.kategorieseite article .post-text.neuesbuch a.shoplink:focus, #content.kategorieseite article .post-text.neuesbuch a.shoplink:active {
	text-decoration: none;
	background: #01674f;
	color: #fff;	
}

#content .navigation li {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	margin: 0 3px 0 0;
	background: #eee;
}

#content .navigation li span {
	padding: 8px;
	display: inline-block;
}

#content .navigation li span.current {
	background: #01674f;
	color: #fff;
}

#content .navigation li a {
	padding: 8px;
	display: inline-block;
	transition: background .25s ease-in-out, color .25s ease-in-out;
}

#content .navigation li a:hover, #content .navigation li a:focus, #content .navigation li a:active {
	text-decoration: none;
	background: #01674f;
	color: #fff;
}

/* Profile */

#content .profil {
	margin: 0 0 20px 0;
	background-color: #eee;
}

#content .profil .profil-foto img {
	width: 100%;
	height: auto;
}

#content .profil .profil-text {
	padding: 20px;
}

#content .profil .profil-text h3 {
	font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3.0rem;
    margin: 0 0 20px 0;
    color: #01674f;
}

/* Empfehlungen */

#content.buchseite article .post-content img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
}

#content.buchseite article .post-content h2,
#content.buchseite article .post-meta h2 {
	margin: 0 0 10px 0;
}

#content.buchseite article .post-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

#content.buchseite article .post-meta ul {
	margin: 0 0 20px 0;
}

#content.buchseite article .post-meta ul li {
	padding: 10px;
}

#content.buchseite article .post-meta ul li:nth-child(odd) {
	background: #f2f2f2;
}

#content.buchseite article .post-meta ul li strong {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 60px;
}

#content.buchseite article .post-meta ul li a[rel="tag"] {
	display: inline-block;
	padding: 5px 8px;
	background: #fff;
	border-radius: 3px;
	transition: background .25s ease-in-out, color .25s ease-in-out;
	margin: 0 5px 0 0;
}

#content.buchseite article .post-meta ul li a[rel="tag"]:hover, #content.buchseite article .post-meta ul li a[rel="tag"]:focus, #content.buchseite article .post-meta ul li a[rel="tag"]:active {
	text-decoration: none;
	background: #01674f;
	color: #fff;
}

#content.buchseite article .post-meta a.shoplink {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #01674f;
	color: #01674f;
	text-align: center;
	padding: 15px 0;
	transition: background .25s ease-in-out, color .25s ease-in-out;
}

#content.buchseite article .post-meta a.shoplink:hover, #content.buchseite article .post-meta a.shoplink:focus, #content.buchseite article .post-meta a.shoplink:active {
	text-decoration: none;
	background: #01674f;
	color: #fff;	
}