/** * Builder Endless Post Navigation – Modul-Styles * * Entspricht 1:1 dem Themify-Builder-Pro „Post Navigation"-CSS,* nur mit `bepn_post_navigation_*` Klassen-Prefix.
 */

.module-endless-post-nav{
	display: flex;
}.module-endless-post-nav a[rel="prev"],.module-endless-post-nav a[rel="next"]{
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	position: relative;
	text-decoration: none;
	width: 50%;
}.module-endless-post-nav a[rel="next"]{
	justify-content: flex-end;
	margin-left: auto;
	text-align: right;
}.module-endless-post-nav .bepn_post_navigation_arrow{
	color: inherit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.5;
	margin-right: 0.5em;
	margin-top: -3px;
	padding: 9px 10px 10px;
	text-decoration: none;
}.module-endless-post-nav a[rel="next"] .bepn_post_navigation_arrow{
	margin-left: 0.5em;
	margin-right: 0;
}.module-endless-post-nav a[rel="prev"] .bepn_post_navigation_label:empty + br,.module-endless-post-nav a[rel="next"] .bepn_post_navigation_label:empty + br,.module-endless-post-nav a[rel="next"] .bepn_post_navigation_label:empty + .bepn_post_navigation_arrow + br{
	display: none;
}.module-endless-post-nav .bepn_post_navigation_label{
	display: inline-block;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	line-height: normal;
	text-transform: uppercase;
}.module-endless-post-nav .bepn_post_navigation_title{
	font-size: 1.1em;
	line-height: 1.2em;
}.module-endless-post-nav a[rel="next"] .bepn_post_navigation_content_wrapper{
	order: -1;
}/* Themify-SVG-Icons sichtbar rendern */
.module-endless-post-nav .bepn_post_navigation_arrow svg{
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: middle;
}

@media ( max-width: 680px ) {.module-endless-post-nav a[rel="prev"],.module-endless-post-nav a[rel="next"]{margin-bottom: 1em;width: 100%}}