@charset "UTF-8";
/* CSS Document */

.modul-nextpost .NextPost{
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: center;
	gap: 1.5625vw;
}

.modul-nextpost .NextPost .item{
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	
}

.modul-nextpost .NextPost .item:first-child{
	justify-content: flex-start;
	text-align: left;
}

.modul-nextpost .NextPost .item:last-child{
	justify-content: flex-end;
	text-align: right;
}

.modul-nextpost .buttxt {
	position:relative;
	width: auto !important;
	height:100%;
}

.modul-nextpost .buttxt:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height:100%;
	bottom: 0;
	left: 0;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.modul-nextpost .mouseover:hover .buttxt:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
.modul-nextpost .NextPost {
	gap: 3.125vw;
}
.modul-nextpost .NextPost .item{
	position: relative;
	width: 100%;
	height: 100%;
	
}
.TextContent blockquote p{
	text-align: left !important;
	
}
.TextContent blockquote{
	text-align: left !important;
	
}
.TextContent blockquote h1{
	text-align: left !important;
	
}
.TextContent blockquote h2{
	text-align: left !important;
	
}

.TextContent blockquote h3{
	text-align: left !important;
	
}

.TextContent blockquote h4{
	text-align: left !important;
	
}
.TextContent blockquote h5{
	text-align: left !important;
	
}


/* ------------------------------------------------------------------------ */

}