@charset "utf-8";
/* CSS-Dokument */
.pflege-box {

	background-image: url('../../images/vimi_webselect07.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding: 70px 0;
}

.pflege-box .inner-box {
	width: 380px;
	height: auto;
	margin: 0 auto;
}

.pflege-box h3 {
	font-family: classic_roundmedium, serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	color: #4d2c1b;
	margin-bottom: 18px;
}

.pflege-box p {
	text-align: center;
	color: #4d2c1b;
	font-size: 12px;
	line-height: 16px;
	height: 20px;
}

.pflege-box h4 {
	text-align: center;
	font-size: 18px;
	color: #4d2c1b;
	margin-bottom: 18px;
}

.pflege-box .box {
	margin-top: 70px;
}

.pflege-box .box.col-3 {
	width: calc(768px / 3);
}