/**
 * .contact-info
 */

.threeblocks-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.threeblocks {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3em;
	background-color: rgb(248, 248, 248);
	border-bottom: solid 2px rgb(208, 209, 211);
	position: relative;
}

.threeblocks .threeblocks-article-text-container {
	margin: 25px;
	margin-bottom: 75px;
}

.threeblocks h2 {
	font-family: "EB Garamond", serif;
	letter-spacing: normal;
	text-transform: none;
	font-size: 30px;
}

.threeblocks p {
	font-family: sans-serif;
}

.threeblocks-article-image-container {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding: 59% 0 0 0;
	overflow: hidden;
}

.threeblocks-article-image {
	position: absolute;
	display: block;
	width: 100%;
	min-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.threeblocks a.alpengruss-button {
	position: absolute;
	bottom: 25px;
	margin-left: 25px;
}


@media screen and (min-width: 641px) {
	.threeblocks {
		width: 30%;
	}

	.threeblocks-article-not-last {
		margin-right: 4%;
	}
}