.approom-container,
.approom-subcolumns
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.approom-subcolumn {
	width: 47%;
}

.approom-subcolumn-first {
	margin-right: 4%;
}

.approom {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3em;
	position: relative;
}

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

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

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

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

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

.approom-article-small-image-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

img.approom-article-small-image {
	margin-right: 5px;
	margin-top: 6px;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
}

img.approom-article-small-image-last {
	margin-right: 0;
}
.approom a.alpengruss-button {
	position: absolute;
	bottom: 25px;
}

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

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

img.approom-lightbox-only {
	display: none;
}

