/**
 * .contact-info
 */

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

.twoblocks {
	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;
}

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

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

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

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

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

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

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

	.twoblocks-article-first {
		margin-right: 4%;
	}
}