﻿
#cont-668 a {
	color: white;
}
#cont-668 h2 {
	color: white;
}
#cont-668 h3 {
	color: white;
}
#cont-668 h4 {
	color: white;
}
#cont-668 h5 {
	color: white;
}
#cont-668 h6 {
	color: white;
}
#col-633 {
	display: flex;
	flex-wrap: wrap;
}
#col-633 h2 {
	font-size: 26px;
}
#col-633 > div {
	flex: 1 0 33.3%;
}
#col-633 > div > div {
	margin: 2px;
	background: var(--lightgrey);
	padding: 40px 30px;
	height: calc(100% - 4px);
	width: calc(100% - 3px);
	box-sizing: border-box;
}
#col-633 .bottom {
	display: none;
}
#col-595 {
	background-image: url(../media/Angebot-Pflege-Betreuung.jpg);
	background-position: 50% 20%;
}
@media(max-width: 700px) {
	#col-633 > div {
		flex: 1 0 100% !important;
	}
}
