/* ------------------------- category blog ---------------------------- */

/* overide BG image */

.u-body {
	background-image: url(./../../images/nicepage-images/background8.png) !important;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Card */
.u-repeater-item {
	opacity: 0.75;
	border-radius: 20px;
	background-color: #e5e5e5 !important;
}

/* Überschrift */
.u-body h4 { text-align: center; }

/* Image */
.u-post-content img {
	height: auto;
	max-width: 100%;
	border-radius: 10px;
}

/* Content */
.u-text { text-align: left; }

/* ------ animated button ------ */

a.AniButton {
	border: 1px solid #478AC9;
	color: #478AC9;
	padding: 1em;
	min-width: 10em;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a.AniButton:hover {
	border: 1px solid #0033cc;
	text-decoration: none;
	background-color: #478AC9;
	color: white	! important;
}

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