/* GENERAL */
* {
	transition: all 0.25s ease-in-out;
}
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 300;
	font-size: clamp(1.125rem, 1.125rem + 0.5vw, 1.125rem);
	line-height: clamp(1.4rem, 1.4rem + 1vw, 1.725rem);
	background-color: var(--mainbackgroundcolor);
	color: var(--maintextcolor);
	transition: all 0.25s ease-in-out;
}
							#main, .category #books, .category #events {
								position: relative;
								display: block;
								margin: min(10vh, 5rem) auto;
							}
							#main {
								margin: 0 auto;
								min-height: 80vh;
							}
							.content:not(.post_navigation) {
								padding: min(4vh, 2rem) max(calc(50% - 500px), 10%) min(14vh, 7rem);
								width: (1000px, 80%);
							}
.home .wp-block-cover {
	padding: min(14vh, 7rem) max(calc(50% - 500px), 10%) !important;
	width: (1000px, 80%);
	height: 70vh !important;
}
							.wp-block-group {
								padding: max(10vh, 5rem) max(calc(50% - 500px), 10%);
								width: min(1000px, 80%);
							}
							#main > .wp-block-group:first-of-type {
								padding-top: max(5vh, 2rem);
							}
							.content .wp-block-group {
								border-top: 0;
								padding: min(14vh, 7rem) 0;
							}
							.content .quick_nav + .wp-block-group {
								padding-top: 0;
							}
							.content .wp-block-group:last-of-type {
								padding-bottom: 0;
							}
							.wp-block-group__inner-container > *:last-child {
								margin-bottom: 0;
							}
							:is(.no_padding) {
								padding: 0;
							}
							.no_margin_down {
								margin: 0;
							}
							.no_margin_down + * {
								margin-top: .25rem;
							}
.label_box {
	background: var(--darkbackgroundcolor);
	color: var(--darktextcolor);
	padding: .2rem .5rem .25rem;
	width: fit-content;
}
							#interview {
								padding-top: min(7vh, 3rem);
								padding-bottom: 0;
							}
							.wp-block-group:first-of-type::after {
								display: none;
							}
							.wp-block-group {
								position: relative;
								width: 100%;
							}
							.wp-block-group.two_columns {
								border: 0;
								padding: 0;
								width: 100%;
							}
							.two_columns p:first-of-type {
								margin-top: 0;
							}
.wp-block-columns {
  gap: 3rem;
}
.wp-block-columns.no_vgap {
	gap: 0 3rem;
}
.single .wp-block-columns {
  gap: 3rem 6rem;
}
.wp-block-columns:last-of-type, 
.wp-block-columns p:last-of-type {
	margin-bottom: 0;
}
.is-layout-flex {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}
							section:first-of-type .content:first-of-type {
								border-top: 0;
							}
							.content_starter + *, 
							.wp-block-separator + * {
								margin-top: 0;
							}
							.wp-block-separator {
								display: block;
								width: 200vw;
								margin: min(10vh, 5rem) 0 min(10vh, 5rem) calc(-50vw - 50%);
								border: 0;
								border-top: 1px solid var(--mediumtextcolor);
							}
							.events_category .wp-block-separator:last-of-type {
								display: none;
							}
	.meta_box {
		margin: min(10vh, 5rem) 0 0;
		padding: 0;
	}
	.meta_box_title {
		margin: 0;
		font-weight: 400;
		text-transform: uppercase;
	}
p, 
blockquote {
	width: 100%;
	margin: clamp(1.4rem, 1.4rem + 1vw, 1.725rem) auto;
}
p.has-small-font-size {
	font-size: 85%;
	line-height: 1.25;
}
p.has-large-font-size {
	font-size: 200%;
	font-weight: 600;
	margin-top: 0;
}
.has-text-align-right {
	text-align: right;
}
.wp-block-code code {
	max-width: 600px;
	margin: 1rem auto 3rem;
	padding: 1rem;
	background: var(--lightbackgroundcolor);
	font-family: "Barlow Semi Condensed", sans-serif;
}
.wp-block-details summary {
	font-weight: 400;
}
.wp-block-details summary + p {
	margin-top: min(.7rem, 2vh);
}
#footer p {
	max-width: unset;
}
blockquote {
	position: relative;
	margin: min(5vh, 3rem) auto 0;
	font-size: 1.25rem;
	font-weight: 400;
}
blockquote::after {
	content: "»";
	position: absolute;
	top: 0;
	left: 0;
	margin: -2rem 0 0 -2.5rem;
	color: var(--maintextcolor);
	font-size: 12rem;
	font-weight: 600;
	opacity: 0.05;
	z-index: 0;
}
blockquote p {
	position: relative;
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	font-weight: 300;
	z-index: 1;
}
blockquote p::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--lightbackgroundcolor);
	transform: skewX(-10deg);
	z-index: -1;
	opacity: .5;
}
blockquote cite {
	display: block;
	width: 90%;
	padding: 5%;
	text-align: right;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1rem;
	line-height: 100%;
	opacity: 0.4;
}
blockquote cite a {
	opacity: 0.8;
}
.wp-block-table {
	width: 100%;
	margin: 0;
    text-align: left;
}
.wp-block-table td, .wp-block-table th {
	padding: .25rem .5em;
	display: block;
}
.wp-block-table tr > td:first-child, .wp-block-table tr > th:first-child {
	padding-top: .5rem;
	padding-bottom: 0;
}
.wp-block-table tr > td:last-child, .wp-block-table tr > th:last-child {
	padding-top: 0;
	padding-bottom: .5rem;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: var(--lightbackgroundcolor);
}
.wp-block-table.is-style-stripes tbody tr:hover td {
	background-color: var(--darkbackgroundcolor);
	color: var(--darktextcolor);
}
.wp-block-table.is-style-stripes tbody tr:hover td a {
	color: var(--darktextcolor);
}
.wp-block-media-text {
	margin: 3rem auto;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0;
}
.wide {
	width: 120%;
	margin-left: -10%;
}
.screen-reader-text {
	display: none;
}
.disclaimer {
	max-width: 400px;
	font-size: 75%;
	line-height: 110%;
	text-align: center;
}





/* INTERVIEW */

.frage_rechts {
	flex-direction: column-reverse;
}
.interview_frage {
	margin: min(4vh, 2rem) 0;
	font-size: clamp(1.25rem, 1.25rem + 5vw, 2rem);
	line-height: 115%;
	color: var(--maintextcolor);
	opacity: 0.25;
	font-weight: 600;
}

/* BOOK MOCKUP */

.book {
	position: relative;
    display: inline-block;
    width: min(250px, 100%);
    margin: 2rem auto;
    vertical-align: top;
}
:is(.home, .page-template-front-page, #klappentext, #latest_release, .order_image) .book {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
:is(.home, .page-template-front-page, #klappentext, #latest_release) .book_status {
	display: flex;
	position: absolute;
	top: -1%;
	left: 4%;
	width: 2rem;
	aspect-ratio: 1/1;
	padding: .25rem;
	margin: 0 auto;
	font-size: 75%;
	font-weight: 600;
	align-content: center;
	justify-content: center;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	background: #E8150A;
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 1px 5px -1px var(--maintextcolor);
	color: var(--darktextcolor);
	transform: rotate(-15deg);
	z-index: 4;
}
.book .book_title {
	display: block;
	font-size: clamp(2rem, 1.5rem + 5vw, 3.5rem);
	text-align: left;
	line-height: 100%;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
.detail_button {
	display: block;
	position: relative;
	background: transparent;
	border: 0px solid #000;
	width: 80px;
	margin: 20px auto 0px;
	padding: 8px 20px 5px 0px;
	transform: translatex(10px);
	font-size: 14px;
	font-style: italic;
	transition: all 0.35s ease-in-out;
}
.detail_button .button_text {
	position: relative;
	z-index: 2;
}
.book {
    width: min(300px, 100%);
    display: inline-block;
    margin: 0 auto;
}
#interview .book {
	margin: 0 auto;
	display: block;
}
:is(.home, .page-template-front-page, #klappentext, #latest_release, .order_image) .book {
	margin: 0;
}
.book_cover {
	position: relative;
	display: block;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
	transition: all 0.25s ease-in-out;
}
.trapeze {
	position: relative;
}
:is(.page-template-page-book) .book .book_cover::after, .trapeze::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 50vw);
	height: calc(200% + min(14vh, 7rem));
	margin: 0 0 calc(-10% - min(7vh, 3.5rem)) 20%;
	transform: skewX(-10deg);
	z-index: -1;
	transition: all 0.25s ease-in-out;
	background: var(--lightbackgroundcolor);
}
:is(.home, .page-template-front-page, #klappentext, #latest_release) .book_details {
	margin: 2rem 0 0;
}
:is(.home, .page-template-front-page, #klappentext, #latest_release) .book_genre {
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	color: var(--maintextcolor);
	opacity: 0.6;
}
.order_image .book .book_cover::after {
    transform: skewX(-10deg) skewY(6deg) scaleY(0.6);
    margin: 0 0 1.3rem -34%;
    box-shadow: 0 0 2rem 0.5rem #0008;
}
.book_cover_side {
	position: absolute;
	top: 0;
	right: 20%;
	width: 2%;
	height: 93%;
	transform: rotateY(45deg) translate(-100%,1%);
	background-color: #999;
	transition: all 0.25s ease-in-out;
	z-index: 2;
	opacity: 0;
}
:is(.home, .page-template-front-page, #klappentext, #latest_release, .order_image) .book .book_cover_side, 
.book:hover .book_cover_side {
	opacity: 1;
}
.cover_image {
	position: relative;
	height: auto;
	max-width: 60vw;
	box-shadow: -1rem 0.5rem 1.5rem 0 #0005;
	filter: drop-shadow(-2rem 0.5rem 1.5rem #0003);
	transition: all 0.25s ease-in-out;
	z-index: 3;
}
/*.cover_image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(145deg, rgba(255,255,255,0) 0%, rgba(0, 0, 0, 0.05) 100%);
}*/
.cover_image::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	margin: 2.3% 0 0 2%;
	width: 1%;
	height: 93%;
	background: linear-gradient(90deg, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%);
    transition: all 0.25s ease-in-out;
}
:is(.home, .page-template-front-page, #klappentext, #latest_release, .order_image, .book_list) .book .cover_image::after {
	height: 100%;
	margin: 0 0 0 2%;
}
.book_cover img {
    width: 100%;
    height: auto;
    transition: all 0.25s ease-in-out;
	z-index: 3;
}
.book_cover_back {
	position: absolute;
	top: 0;
	right: -9.5%;
	width: 20%;
	height: 91.5%;
	transform: rotateY(-25deg) translate(-100%,1.7%);
	background-color: #999;
	transition: all 0.25s ease-in-out;
	z-index: 0;
	opacity: 0;
}
:is(.home, .page-template-front-page, #klappentext, #latest_release, .order_image) .book .book_cover_back, 
.book:hover .book_cover_back {
	opacity: 1;
}
.book_cover_back::after {
	position: absolute;
	content: "";
	width: 4%;
	height: 99.4%;
	top: 0.3%;
	right: 0;
	background: #5c5c5c;
}
:is(.home, .page-template-front-page) .book .book_teaser {
	margin: min(4vh, 2rem) 0 min(10vh, 4rem);
}
:is(.home, .page-template-front-page) .book .book_link {
	border: 1px solid var(--maintextcolor);
	padding: 0.55rem 2rem 0.5rem;
	font-size: clamp(0.95rem, 0.5rem + 1vw, 1rem);
	text-transform: uppercase;
}
:is(.home, .page-template-front-page) .book .book_link:hover {
	background: var(--maintextcolor);
	color: var(--mainbackgroundcolor);
}

#klappentext .wp-block-group__inner-container, #latest_release .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#klappentext .book, #latest_release .book {
	flex-basis: 40%;
	margin: 0;
}
#klappentext .book .book_cover, #latest_release .book .book_cover {
	margin: 0;
}
#klappentext .book_synopsis, #latest_release .book_synopsis {
	flex-basis: 60%;
	margin-top: 5rem;
}
#klappentext .book_synopsis p, #latest_release .book_synopsis p {
	margin: clamp(0.7rem, 0.7rem + 1vw, 0.8625rem) auto;
}
#klappentext .book_synopsis p:last-of-type, #latest_release .book_synopsis p:last-of-type {
	margin-bottom: 0;
}
.shop_ebook, .shop_softcover {
	display: flex;
	align-items: left;
	flex-direction: column;
	margin: 3rem 0 1rem;
}

.book_price {
	width: max-content;
	margin: 4rem 0 0;
	font-size: 200%;
	font-weight: 700;
	opacity: 0.4;
}
.book_button {
	width: max-content;
	margin: 2rem .75rem 0 0;
	padding: 0.5rem 1rem;
	border: 1px solid var(--maintextcolor);
	cursor: pointer;
	display: inline-block;
}
.book_button:hover {
	background: var(--maintextcolor);
	color: var(--mainbackgroundcolor);
}
.book_button i {
	font-size: 90%;
	margin-right: .5rem;
}
.wp-block-button:has(a[rel*="noreferrer"]), 
.book_button.external {
	position: relative;
} 
.wp-block-button > a[rel*="noreferrer"]::after, 
.book_button.external::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #000 transparent transparent;
}
.wp-block-button > a::before, 
.wp-block-button.amazon > a::before, 
.wp-block-button.fa_cart > a::before, 
.wp-block-button.fa_store > a::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 90%;
	line-height: 1;
	margin-right: .5rem;
}
.wp-block-button.amazon > a::before {
	content: "\f270";
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}
.wp-block-button.fa_cart > a::before {
	content: "\f07a";
}
.wp-block-button.fa_store > a::before {
	content: "\f54f";
}
.download_buttons {
	margin: 1rem 0 0;
}
.download_buttons .book_button {
	font-size: 90%;
	margin: 0 .5rem 0 0;
	padding: .25rem .5rem;
}
.download_buttons .book_button:last-of-type {
	margin-right: 0;
}
.kindle_unlimited {
	display: inline-block;
	font-size: 70%;
	line-height: 1;
	transform: translateY(.5rem);
}
.kindle_unlimited > b {
	display: block;
	font-weight: 600;
}
.kindle_unlimited > b > span {
	font-weight: 700;
}
#charaktere .wp-block-columns, 
#charaktere .wp-block-columns figure, 
#details .wp-block-columns, #details p {
	margin-bottom: 0;
	gap: 5%;
}
@media screen and (max-width: 767px) {
	.book_cover_side, 
	.book_dummy, 
	.book_cover_back {
		opacity: 1;
	}
}




			/* LISTS */

			#main ul:not(.post-meta, .wp-block-post-template), #main ol {
				margin: 0 0 0 1rem;
				padding: 0;
			}
			#main ul {
				list-style-type: square;
			}
			#main ul:not(.post-meta) li, 
			#main ol li {
				position: relative;
				margin: 1rem 0;
			}
			#main ul:is(.liste_formate) {
				list-style-type: square;
			}
			#main ul:is(.liste_formate) li {
				margin: .275rem 0 .5rem;
				line-height: 1;
			}
			#main ul:not(.post-meta) ul, 
			#main ul:not(.post-meta) ol, 
			#main ol ol, 
			#main ol ul {
				margin: 0;
				padding: 0 0 0 1rem;
				max-width: 100%;
				border: 0;
			}


/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
	margin: 2rem 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 150%;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}
h1 {
	margin: min(2vh, 1rem) 0 min(5vh, 3rem);
	font-size: clamp(1.5rem, 1.5rem + 5vw, 2.5rem);
	line-height: 115%;
}
h2, .release_title {
	margin: min(5vh, 3rem) 0;
	font-size: clamp(1.25rem, 1rem + 4vw, 2.25rem);
	line-height: 115%;
}
.wp-block-group h2 {
	margin-top: 0;
}
.wp-block-group:has(h2) {
	align-items: center;
}
h3 {
	margin: min(3vh, 2rem) 0;
	font-size: clamp(1rem, 1rem + 5vw, 1.5rem);
}
h4 {
	margin: min(2.5vh, 2rem) 0;
	font-size: 1.125rem;
}
a {
	color: var(--maintextcolor);
	font-weight: 400;
	text-decoration: none;
}
.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
blockquote.has-text-align-left, 
blockquote.has-text-align-center, 
blockquote.has-text-align-right {
	margin-left: -5%;
}
b, strong {
	font-weight: 400;
}
.credits strong, 
.leseprobe strong {
	font-weight: 600;
}
small {
	display: block;
	margin: 1rem 0;
	font-size: 75%;
	font-style: italic;
	line-height: 1.25;
}
td small {
	display: inline-block;
	margin: 0;
	line-height: inherit;
}


/* COLOURS */

.contrast {
	background: var(--lightbackgroundcolor);
}


/* GALLERIES */

#main .wp-block-gallery ul {
	max-width: 800px;
	margin: 4rem auto;
	padding: 0;
	border-left: unset;
}
#main .wp-block-gallery ul li {
	margin: 0.5rem;
}
#main .wp-block-gallery ul li::before {
	display: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: transparent;
	bottom: unset;
	color: unset;
	font-size: 90%;
	left: unset;
	margin-bottom: unset;
	max-height: unset;
	overflow: unset;
	padding: unset;
	position: unset;
	text-align: unset;
	width: 100%;
	box-sizing: unset;
}


/* IMAGES */

.wp-block-image, 
img {
	display: block;
	width: 100%;
	height: auto;
}
.grid_list.news_list .post_thumbnail img, 
.category-news .grid_list .post_thumbnail img {
	max-height: 175px;
	object-fit: cover;
}
.wp-block-image.cover_download figcaption {
	font-size: 90%;
	margin: .5rem auto;
	width: fit-content;
}
.wp-block-image figcaption {
	text-align: center;
}


/* HEADER */

/*:is(.home, .page-id-3, .page-id-7) .header {
	display: none;
}*/
.header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 75px;
	background: #FFF0;
	/*border-bottom: 1px solid var(--maintextcolor);*/
	transition: all .5s ease-in-out;
	z-index: 5;
}
.header.fixed {
	background: var(--mainbackgroundcolor);
	transition: all .5s ease-in-out;
}
.header_hero {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header.fixed .header_hero {
	display: unset;
}
.header.hide {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
header .inside {
	display: flex;
	align-items: center;
	height: 100%;
	width: min(80%, 1000px);
	margin: 0 auto;
	padding: 0;
}
header .inside :not(a).logo {
	position: relative;
	width: min(250px, 100%);
	/* margin-top: min(-1rem, -2vh); */
}
header.fixed a {
	opacity: 0.6;
}
header.fixed:hover a {
	opacity: 1;
}
header .inside .logo .custom-logo-link {
	position: absolute;
}
header .inside .logo .custom-logo-link .custom-logo {
	width: auto;
	height: auto;
	max-width: 250px;
	max-height: 100px;
}
header .inside a.logo {
	position: relative;
	color: var(--maintextcolor);
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.4rem, 1.4rem + 1vw, 2rem);
	line-height: 100%;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 6;
}
header .inside a.logo::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% + 50vw);
	height: 300%;
	margin: 0 -20% -15% 0;
	transform: skewX(-10deg);
	z-index: -1;
	transition: all 0.25s ease-in-out;
	background: var(--lightbackgroundcolor);
}
header .inside a.logo .subtitle {
	display: block;
	margin: 0.25rem auto 0;
	padding-left: 0.25rem;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.25rem;
	line-height: 125%;
	text-transform: uppercase;
}
.search_toggle {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2.6rem 0 0 1rem;
	cursor: pointer;
}
.head_search_form {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	max-width: 0;
	margin: 1.9rem 0 0 4.5rem;
	background: var(--mainbackgroundcolor);
	z-index: 99;
}
.head_search_form.active {
	max-width: calc(100% - 4.5rem);
}
.head_search_form #searchsubmit {
	display: none;
}
.nav-toggle {
	display: flex;
	margin: 0 0 0 auto;
	cursor: pointer;
	z-index: 9;
	overflow: hidden;
	position: relative;
}
.nav-toggle .bars {
	width: 2rem;
	aspect-ratio: 1;
	border: 2px solid var(--maintextcolor);
	overflow: hidden;
}
.active .nav-toggle .bars {
	padding: 0;
}
.nav-toggle .bars .label {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: -0.35rem 0;
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--maintextcolor);
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	transition-delay: 0.25s;
}
.nav-toggle.active .bars .label {
	margin-left: -100%;
	transition-delay: 0s;
}
.nav-toggle .bars .bar {
	width: 1.5rem;
	height: 0.15rem;
	margin: -2.2rem 0 0 0.25rem;
	background: var(--maintextcolor);
	border-radius: 0.1rem;
	transform: rotate(-45deg);
	transition: all 0.5s ease-in-out;
}
.nav-toggle .bars .bar.bottom {
	margin-top: 4.7rem;
	transform: rotate(45deg);
}
.nav-toggle.active .bars .bar.top {
	margin-top: 0.9rem;
}
.nav-toggle.active .bars .bar.bottom {
	margin-top: -0.15rem;
}
/*.nav_toggle.active {
	position: fixed;
	top: 1.35rem;
	right: max(calc(50% - 500px), 10%);
}
.nav-toggle .bars {
    align-self: center;
}
.nav_toggle .bars .bar {
	display: block;
	width: 2rem;
	height: 2px;
	margin: 6px 0;
	background: var(--headertextcolor);
}
.nav_toggle.active .bars .bar:nth-of-type(1) {
    transform: rotate(45deg) translateY(10px);
}
.nav_toggle.active .bars .bar:nth-of-type(2) {
	opacity: 0;
}
.nav_toggle.active .bars .bar:nth-of-type(3) {
    transform: rotate(-45deg) translateX(1px) translateY(-11px);
}*/
#site-navigation {
	position: fixed;
	display: flex;
	top: 0;
	right: -100%;
	width: 80%;
	height: 80vh;
	margin: 0;
	padding: 15vh 10% 5vh;
	background: #0009;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	background: linear-gradient(100deg, rgba(0,0,0,0.15) 0%, rgba(255, 255, 255, .85) 30%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
}
.active #site-navigation {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.menu {
	position: relative;
	flex: 1;
	max-height: 100%;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: right;
}
nav ul li {
	position: relative;
	margin: 0;
	padding: 1rem 0;
	text-transform: uppercase;
}
nav ul li a {
	position: relative;
	color: var(--maintextcolor);
	font-weight: 400;
	z-index: 3;
}
header.fixed a.current-menu-item, 
nav ul li.current-menu-item a,
nav ul li.current-menu-parent a, 
nav ul li:hover a {
	opacity: 1;
}

/* SUBMENU */

nav ul li ul {
	padding: .5rem 0 0;
	white-space: nowrap;
	font-size: 90%;
}
nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
nav ul li ul li {
	display: block;
	font-weight: 400;
	margin: 0;
	padding: .5rem 1.5rem .5rem 0;
}
nav ul li ul li::before {
	content: "";
	position: absolute;
	top: -50%;
	right: 0;
	width: 0;
	height: 100%;
	border-right: 1px solid #000;
}
nav ul li ul li:first-child::before {
	top: -10%;
	height: 60%;
}
nav ul li ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 0;
	border-bottom: 1px solid #000;
}
nav ul li ul li a {
	color: var(--maintextcolor);
}


/* BUTTONS */

.wp-block-buttons > .wp-block-button {
	margin: 0;
}
.wp-block-button__link {
	padding: .5rem .75rem;
	background: transparent;
	color: var(--maintextcolor);
	border: 1px solid var(--maintextcolor);
	border-radius: 0;
	font-size: clamp(1.125rem, 1.125rem + 0.5vw, 1.125rem);
	font-weight: 400;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:visited {
	color: var(--maintextcolor);
}
.wp-block-buttons:has(.wp-block-button:nth-of-type(2)) > .wp-block-button:first-of-type > .wp-block-button__link, 
.wp-block-button__link:hover {
	background: var(--maintextcolor);
	color: var(--mainbackgroundcolor);
}


/* MEDIENBEREICH */

#main ul.wp-block-post-template li {
	display: flex;
	align-items: baseline;
	flex-direction: column;
	border-bottom: 1px solid var(--mediumtextcolor);
	padding-bottom: 1rem;
}
#main ul.wp-block-post-template li:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
.wp-block-query h3.wp-block-post-title {
	margin: 0 1rem 0 0;
}
.wp-block-query h3.wp-block-post-title a {
	line-height: 125%;
	margin-bottom: .5rem;
}
.wp-block-query .wp-block-post-date {
	font-size: 75%;
	line-height: 1;
}


/* FOOTER */

#footer {
	width: 100%;
	margin: 0 auto;
	font-size: 0.825rem;
	background: var(--footerbackgroundcolor);
	color: var(--footertextcolor);
}
#footer .inside {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: min(5vh, 3rem) 0;
	text-align: center;
}
#footer a {
	color: var(--footertextcolor);
	opacity: 0.6;
}
#footer a:hover {
	opacity: 1;
}
.copy {
    display: inline-block;
    width: max-content;
	margin: 0;
}
.footer_nav {
	margin-top: min(4vh, 2rem);
}
.footer_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footer_nav ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.footer_nav ul li a {
	color: var(--maintextcolor);
	font-size: 0.825rem;
	text-transform: none;
}
.footer_nav ul li:hover a {
	opacity: 1;
}
.jump_to_top {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 clamp(1rem, 1rem + 1vw, 2rem) min(5vh, 3rem) 0;
	font-size: clamp(1.5rem, 1.5rem + 3vw, 2.5rem);
	cursor: pointer;
	color: var(--mediumtextcolor);
	visibility: hidden;
    opacity: 0;
}
.jump_to_top:hover {
	color: var(--maintextcolor);
}


/* FRONTPAGE */

.book_list {
	display: grid;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(calc(100px + 5vw), 1fr));
	gap: 5rem 3rem;
	max-width: 500px;
}
.book_list .book {
  margin: 0;
  padding: 0;
  max-width: 160px;
}
:is(.home, .page-template-page-author, .page-template-page-book-archive, .page-template-page-frontpage) .book_list .book .book_title {
	filter: drop-shadow(-.075rem .06rem 1px #0005);
	font-size: clamp(0.825rem, .5rem + 3vw, 1.5rem);
	margin-top: 1rem;
}

#latest_release {
	padding-top: 0;
}
.front_portrait .wp-block-columns {
	flex-direction: column-reverse;
	margin: 0;
}
.front_portrait .wp-block-columns .wp-block-column:nth-child(2n) {
	margin: 0;
}
.front_portrait .wp-block-image {
	display: flex;
	align-items: center;
	max-width: 300px;
	aspect-ratio: 1;
	margin: 0 auto min(5vh, 3rem);
	border-radius: 50%;
	overflow: hidden;
}
.front_portrait .wp-block-image img {
	object-fit: cover;
	border-radius: unset;
}
.fp_list {
	display: grid; 
	grid-template-columns: 1fr; 
	gap: 0 10%;
}
.archive .fp_list {
	grid-template-columns: 1fr;
}
.grid_list {
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr;
	grid-column-gap: 5%;
	padding: 0;
	width: 100%;
}
.grid_list article {
	margin-bottom: min(14vh, 7rem);
}
.home #events {
	background: var(--headerbackgroundcolor);
}
.fp_list .post_thumbnail, 
.single .cover_column .post_thumbnail {
	position: relative;
	display: block;
	margin: 0 0 min(3vh, 1rem);
}
#books .fp_list .post_thumbnail::after, 
.single .cover_column .post_thumbnail::after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin: 0 0 0 -40%;
	background: #FFFFFF30;
}
.single .cover_column .post_thumbnail::after {
	left: 0;
	margin: 0 0 0 2.5%;
}
#books .fp_list .post_thumbnail.hardcover::after, 
.single .cover_column .post_thumbnail.hardcover::after {
	width: 1%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 33%, rgba(0,0,0,0) 34%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 33%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 33%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6000000',GradientType=1 );
}
#books .fp_list .post_thumbnail img, 
.single .cover_column .post_thumbnail img {
	width: 85%;
	margin: 0 auto;
	box-shadow: 1px 1px 5px 0px #00000010, 2px 2px 5px 0px #00000010, 3px 3px 5px 0px #00000010, 4px 4px 5px 0px #00000010, 5px 5px 5px 0px #00000010, 6px 6px 5px 0px #00000010, 7px 7px 5px 0px #00000010, 8px 8px 5px 0px #00000010, 9px 9px 5px 0px #00000010, 10px 10px 5px 0px #00000005, 11px 11px 5px 0px #00000005, 12px 12px 5px 0px #00000005, 13px 13px 5px 0px #00000005, 14px 14px 5px 0px #00000005, 15px 15px 5px 0px #00000005, 16px 16px 5px 0px #00000005, 17px 17px 5px 0px #00000005, 18px 18px 5px 0px #00000005, 19px 19px 5px 0px #00000005, 20px 20px 5px 0px #00000005;
	filter: drop-shadow(1rem 1rem 1rem #00000080);
}
.single .cover_column .post_thumbnail img {
	margin: 0;
}
.fp_list .article_infos {
	width: 100%;
}
.article_title {
	display: block;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: clamp(1.25rem, .75rem + 3vw, 1.75rem);
	line-height: clamp(1.25rem, 1rem + 5vw, 2rem);
}
#books .fp_list .article_title {
	margin: min(6vh, 3rem) 0 min(2vh, 1rem);
	text-align: center;
}
#blog .fp_list h2 {
	margin-top: 0;
}
.teaser {
	font-weight: 300;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.wp-block-buttons {
	gap: 1.5rem 1rem;
}
.wp-block-buttons.center {
    justify-content: center;
}
.event_day {
	display: inline-block;
}
.event_day .day_separator {
	display: inline-block;
	margin: 0 0.15rem 0 0;
}
.event_date {
	display: inline-block;
}
.time_separator {
	display: none;
	margin: 0 0.25rem 0 0.15rem;
}
.event_time {
	display: block;
}


/* ARCHIVE */

.archive .head_title {
	margin: 4rem auto -6rem;
	font-size: 1rem;
	text-align: center;
}
.archive .topline_archive {
	display: block;
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
	text-align: center;
}
.event_list {
	margin-top: min(5vh, 3rem);
}
.event_list article {
	display: flex;
	flex-direction: column;
}
.event_list .article_infos {
	width: 100%;
	margin: min(4vh, 1rem) 0 0;
}
.article_infos .article_date {
	display: inline-block;
	margin: 0.5rem 0 0.25rem;
	font-size: clamp(0.9rem, 0.8rem + 2vw, 0.9rem);
	font-weight: 400;
	letter-spacing: 0.05rem;
	opacity: 0.6;
}
.article_infos .article_category {
	/*background: var(--mediumtextcolor);
	margin: 0 0 0 .25rem;
	padding: .125rem .25rem;*/
}
.article_infos .article_category::before {
	content: "•";
	margin: 0 .4rem 0 .25rem;
}
.event_list .article_infos .article_title, 
.event_list .article_infos .article_teaser, 
.event_list .article_infos .article_date {
	display: block;
}
.event_list .article_infos .article_date {
	margin: min(2vh, 1rem) 0 0;
	font-size: clamp(0.85rem, 0.85rem + 1vw, 1.15rem);
	font-weight: 300;
}
.event_list .article_infos .article_title {
	margin: 1rem 0 0;
	font-size: clamp(1.25rem, 1rem + 3vw, 1.75rem);
	font-family: "Barlow Semi Condensed", sans-serif;
	letter-spacing: 0.1rem;
}
.category-termine .wp-block-separator {
	margin: min(4vh, 1rem) 0 min(4vh, 1rem) calc(-50vw - 50%);
}
.nav-links {
	max-width: 500px;
	margin: 6rem auto 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2rem;
	text-align: center;
}
.page-numbers {
	margin: 0 1rem;
	font-weight: 300;
	opacity: 0.6;
}
.page-numbers.current, 
.page-numbers:hover {
	opacity: 1;
}


/* ACCORDION */

.accordion_header {
	position: relative;
	cursor: pointer;
	padding-left: 1rem;
	width: max-content;
}
.accordion_header::after {
	content: "\f0da";
	position: absolute;
	left: 0;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 60%;
	font-weight: 600;
	transition: all 0.25s ease-in-out;
}
.accordion_header.active::after {
	transform: rotate(90deg);
}
.accordion_wrapper {
	max-height: 0;
	overflow: hidden;
}


/* SIDE NAV */

.side_nav {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	margin: -5rem 0 0;
	z-index: 1;
}
.segment_list {
	margin: 0;
	padding: 0 0 0 2rem;
	list-style: none;
}
.segment_list li {
	position: relative;
	font-size: 0.825rem;
	text-transform: uppercase;
}
.segment_list li::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	margin: 0 0 0 -2rem;
	width: 1rem;
	border-top: 1px solid var(--maintextcolor);
}
.segment_list li::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	margin: -0.27rem 0 0 -1rem;
	width: 0.5rem;
	border: 0.01rem solid var(--maintextcolor);
	height: 0.5rem;
	background: transparent;
	box-shadow: inset 0 0 0 1px var(--mainbackgroundcolor);
	transition: all 0.25s ease-in-out;
}
.segment_list li.active::after, 
.segment_list li:hover::after {
	background: var(--maintextcolor);
}


/* QUICK NAV */

#main ul.quick_nav {
	position: sticky;
	top: 0;
	margin: 0 0 10vh;
	padding: 0 max(calc(50% - 500px), 10%);
	background: var(--mainbackgroundcolor);
	border-bottom: 1px solid var(--mediumtextcolor);
	font-size: clamp(.5rem, .5rem + 1vw, 75%);
	z-index: 2;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	scrollbar-color: var(--mediumtextcolor) var(--mainbackgroundcolor);
}
.page-template-page-book #main ul.quick_nav {
	margin: 0 max(calc(50% - 500px), 10%);
	width: min(80%, 1000px);
}
#main ul.quick_nav li {
	position: relative;
	display: inline-block;
	margin: 0 5% 0 0;
	padding: 0;
}
#main ul.quick_nav li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--mediumtextcolor);
	opacity: 0;
}
#main ul.quick_nav li:hover::after {
	opacity: 1;
}
#main ul.quick_nav li a {
	display: block;
	padding: .5rem 0;
}


/* LESEPROBE */

.leseprobe p {
	margin: 0;
	text-indent: 1rem;
}
.leseprobe .first_column p:first-of-type {
	margin-bottom: 1rem;
}
.leseprobe .first_column p:first-of-type, 
.leseprobe .first_column p:first-of-type + p {
	text-indent: 0;
}

/* SINGLE POST */

.single .post_thumbnail {
	margin: min(5vh, 2rem) 0;
}
#main :not(.wp-block-button) > a[rel*="noreferrer"] {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	padding: 0 2px 0 20px;
}
#main .credits a[rel*="noreferrer"] {
	margin-left: 0px;
}
#main :not(.wp-block-button) > a[rel*="noreferrer"]::before {
	content: "\f35a";
	display: inline-block;
	margin: 0px 5px 0px -20px;
	font-family: "Font Awesome 5 Free";
	font-size: 75%;
	font-weight: 400;
	line-height: 100%;
	-moz-transform: rotate(-45deg) translateY(-1px);
	-webkit-transform: rotate(-45deg) translateY(-1px);
	-o-transform: rotate(-45deg) translateY(-1px);
	-ms-transform: rotate(-45deg) translateY(-1px);
	transform: rotate(-45deg) translateY(-1px);
}
#main a[href*="spotify"]::before {
	content: "\f1bc";
	font-family: "Font Awesome 5 Brands";
	-moz-transform: rotate(0) translateY(0);
	-webkit-transform: rotate(0) translateY(0);
	-o-transform: rotate(0) translateY(0);
	-ms-transform: rotate(0) translateY(0);
	transform: rotate(0) translateY(0);
}
#main a[href*="youtube"]::before {
	content: "\f167";
	font-family: "Font Awesome 5 Brands";
	-moz-transform: rotate(0) translateY(0);
	-webkit-transform: rotate(0) translateY(0);
	-o-transform: rotate(0) translateY(0);
	-ms-transform: rotate(0) translateY(0);
	transform: rotate(0) translateY(0);
}

#main a[download]::before {
	content: "\f0c7";
	display: inline-block;
	margin: 0 5px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}
.medienhinweis {
	margin-top: min(20vh, 10rem);
	font-size: 90%;
	padding: .5rem;
	border: 1px dotted var(--maintextcolor);
}
.medienhinweis p:first-of-type {
	margin-top: 0;
}
.medienhinweis p:last-of-type {
	margin-bottom: 0;
}
.post_navigation {
	display: flex;
	margin: 0 auto;
	flex-direction: column-reverse;
}
.previous_post, .next_post {
	position: relative;
	flex: 1;
	display: flex;
}
.previous_post {
	flex-direction: revert;
	justify-content: right;
}
.previous_post + .next_post a {
	margin-bottom: 3rem;
}
.next_post {
	justify-content: left;
	flex-direction: row-reverse;
	margin: 0;
}
.previous_post a, 
.next_post a {
	position: relative;
	display: inline-block;
	margin: 0 1rem;
}
.post_nav_chevron {
	display: none;
	transform: translate(0.05rem, 0.1rem) rotateY(180deg);
}
.previous_post a + .post_nav_chevron, 
.next_post a + .post_nav_chevron {
	display: inline-block;
}
.post_nav_details {
	display: block;
	font-size: 1rem;
	font-weight: 300;
}

				.content.columns {
					display: flex;
					flex-direction: column;
				}
				.columns .main_column {
					margin-top: min(5rem, 5vh);
				}
				.columns .main_column > :first-of-type {
					margin-top: 0;
				}


/* SEARCH */

.search h1 {
	margin: 6rem 0;
}


.input_wrapper {
	display: flex;
}
.input_wrapper input:nth-of-type(2) {
	margin-left: 5%;
}

/*.page-template-page-book .group_left::after*/
.group_left::after {
	content: "";
	position: absolute;
	top: 0;
	left: -50vw;
	width: 100%;
	height: 100%;
	background: var(--lightbackgroundcolor);
	transform: skewX(-10deg);
	z-index: -1;
}

.page-template-page-book .group_right::after {
	content: "";
	position: absolute;
	top: 0;
	right: -50vw;
	width: 100%;
	height: 100%;
	background: var(--lightbackgroundcolor);
	transform: skewX(-10deg);
	z-index: -1;
}


/* SCHAUPLÄTZE */

.wp-block-group.map_frame {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.map_frame .trapeze::after {
	margin-left: 50%;
}
.map_frame .map_marker {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	width: fit-content;
	padding: 3px 5px 5px;
	background: #FFF;
	border-radius: 6px;
	line-height: 1;
	font-size: 14px;
	box-shadow: 1px 2px 5px 0 #0005;
	visibility: hidden;
}
.map_frame .map_marker:hover {
	visibility: visible;
	z-index: 9;
}
.map_frame .map_marker::after {
	content: "✘";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	margin: 3px 0 0 -14px;
	visibility: visible;
}
.map_frame .wp-block-details summary::marker {
	content: "";
}
.map_frame .wp-block-details summary + p {
	margin: .25rem 0 .1rem;
	font-size: 12px;
	line-height: 1.25;
}
#bezbib-rheinhausen {
	margin: 32.4% 0 0 -4.9%;
}
#forum-duisburg {
	margin: 9.5% 0 0 20.4%;
}
#lapanord {
	margin: -27.6% 0 0 23.9%;
}
#logport {
	margin: 40.7% 0 0 2.05%;
}
#praesidium {
	margin: 15.6% 0 0 20.3%;
}
#rechtsmedizin {
	margin: 34.8% 0 0 27.5%;
}
#steinbruch {
	margin: 25.2% 0 0 37.1%;
}

/* RESPONSIVE */

@media screen and (min-width: 400px) and (max-width: 699px) {
	#books.books_category .fp_list, 
	#events.events_category .fp_list {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 499px) {
	:where(.wp-block-columns.is-layout-flex.frage_links, .wp-block-columns.is-layout-flex.frage_rechts) {
		gap: 0rem;
	}
}

@media screen and (max-width: 781px) {
	.flex-reverse {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 500px) {
	.archive .fp_list article {
		display: flex;
		align-items: center;
	}
	.archive .fp_list .article_infos {
		flex-basis: 60%;
		margin: 0 0 0 5%;
	}
	.download_buttons {
		float: right;
		margin: 0 0 0 auto;
	}
	.single .download_buttons {
		margin-top: .25rem;
	}
}

@media screen and (min-width: 600px) {
	.grid_two {
		grid-template-columns: repeat(2, 1fr);
	}
	/*.wp-block-image:not(.cover_download) {
		margin: 3rem auto;
	}*/
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 10%;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 0 10% 0 0;
	}
	.wp-block-table {
		margin: 0 auto;
	}
	.wp-block-table tr > td, .wp-block-table tr > th {
		padding: .5rem 2rem;
		display: table-cell;
	}
	.wp-block-table td:first-child, .wp-block-table th:first-child {
		padding-left: .5rem;
	}
	.wp-block-table td:last-child, .wp-block-table th:last-child {
		padding-right: .5rem;
	}
	.wp-block-table tr > td:first-child, .wp-block-table tr > th:first-child,
	.wp-block-table tr > td:last-child, .wp-block-table tr > th:last-child {
		padding-top: inherit;
		padding-bottom: inherit;
	}
}

@media screen and (min-width: 1024px) {	
	#klappentext .wp-block-group__inner-container, #latest_release .wp-block-group__inner-container {
		flex-direction: row-reverse;
	}
	#klappentext .book .book_cover, #latest_release .book .book_cover {
		margin: 0 0 0 auto;
	}
	#klappentext .book_synopsis, #latest_release .book_synopsis {
		margin-top: 0;
	}
	.fp_list {
		grid-template-columns: 1fr 1fr 1fr; 
		gap: 0 5%;
	}
	.form_columns {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0 5%;
	}
	.leseprobe, 
	.wp-block-group.two_columns {
		column-count: 2;
		column-gap: 10%;
		column-fill: balance;
	}
	#main ul.wp-block-post-template li {
		flex-direction: row;
	}
	#footer .inside {
		text-align: left;
	}
	.footer_nav {
		float: right;
		margin-top: unset;
		text-align: right;
	}
	.footer_nav ul li {
		display: inline-block;
		margin: 0 1rem;
	}
	.footer_nav ul li:first-of-type {
		margin-left: 0;
	}
	.footer_nav ul li:last-of-type {
		margin-right: 0;
	}
	
	.search_toggle {
		margin-left: 2.35rem;
	}
	.nav-toggle {
		display: none;
	}
	.nav_toggle .label {
		display: unset;
		align-self: center;
		padding-right: 1rem;
		font-size: 1rem;
	}
	.active #site-navigation {
		right: 0;
	}
	#site-navigation {
		position: unset;
		width: auto;
		max-width: unset;
		height: unset;
		margin: 0 0 0 auto;
		padding: unset;
		background: unset;
		opacity: 1;
		visibility: visible;
		align-self: center;
	}
	nav ul li {
		display: inline-block;
		margin: 0 0 0 2rem;
		padding: 0;
	}
	nav ul li ul {
	  position: absolute;
	  top: 0;
	  left: 0;
	  margin: 0 0 0 -1rem;
	  padding: 2rem 0 0;
	  opacity: 0;
	  visibility: hidden;
	}
	nav ul li ul li {
		padding: 0.5rem 1rem;
		background: #FFFFFFC9;
		text-align: left;
	}
	nav ul li ul li::before, 
	nav ul li ul li::after {
		display: none;
	}
	.front_portrait .wp-block-columns {
		flex-direction: row;
	}
	.front_portrait .wp-block-columns .wp-block-column:nth-child(2n) {
		margin-left: min(5vw, 2rem);
	}
	h1, h2, h3, h4, h5, h6 {
		overflow-wrap: unset;
		-webkit-hyphens: unset;
		hyphens: unset;
	}
	.content.columns {
		display: flex;
		flex-direction: row;
	}
	.columns .cover_column {
		flex-basis: 25%;
		margin: 0;
		padding: 0 5% 0 0;
	}
	.columns .main_column {
		flex-basis: 40%;
		margin: 0;
		padding: 0 5% 0 0;
	}
	.columns .side_column {
		flex-basis: 25%;
	}
	.leseprobe .second_column {
		padding-top: 2.75rem;
	}
	blockquote::after {
		left: 0;
	}
	.has-text-align-right {
		margin-left: auto;
		margin-right: 0;
	}
	.event_data .article_infos {
		align-self: center;
	}
	.previous_post + .next_post {
		margin: 0;
	}
	.post_navigation {
		display: flex;
		flex-direction: row-reverse;
	}
	.previous_post, .next_post {
		margin: unset;
	}
	.previous_post + .next_post a {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 781px) {
	.frage_links p, .frage_rechts p {
		margin-top: 1rem;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 782px) {
	.frage_rechts {
		flex-direction: row;
	}
	.frage_rechts p:not(.interview_frage) {
		width: fit-content;
		margin-right: 2rem;
	}
	.frage_links .interview_frage {
		text-align: right;
	}
	.frage_links p:not(.interview_frage) {
		margin-left: 2rem;
	}
}

@media screen and (min-width: 640px) and (max-width: 899px) {
	.grid_three article {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 5%;
	}
}

@media screen and (min-width: 900px) {
	.grid_three {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid_four {
		grid-template-columns: repeat(4, 1fr);
	}
	.home .grid_three article {
		margin-bottom: 0;
	}
	.books_category .fp_list {
		grid-template-columns: 1fr 1fr 1fr 1fr; 
	}
}

@media screen and (min-width: 1024px) {
	.single .post_thumbnail {
		float: right;
		width: min(100%, 500px);
		margin: 0.5rem 0 min(5vh, 2rem) min(5vh, 2rem);
	}
	.shop_ebook, .shop_softcover {
		flex-direction: row;
	}
	.shop_links .book_button {
		margin-top: .5rem;
	}
}

@media screen and (min-width: 1100px) {
	.side_nav {
		display: unset;
	}
}

