article {
	margin-bottom: 20px;
}
article a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
}
article a img {
	width: 100%;
	max-width: 100%;
	height: auto;
	transition: 0.5s;
}
article a:Hover img {
	transform: scale(1.05);
}
article > a > span {
	position: absolute;
	left: 0;
	bottom: 10px;
	padding: 2px 10px;
	background: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
article p {
	margin: 0;
	padding: 15px 15px 0 15px;
	display: block;
	font-weight: 300;
	font-size: 1.1em;
}
article > p > a {
	color: #ab733a;
	text-decoration: none;
	display: inline;
}

section {
	padding: 20px 0 50px 0;
	border-left: 1px solid #323232;
	border-top: 1px solid #323232;
}
section:first-child {
	border-left: none;
	margin-left: 15px;
	padding-left: 0;
}
section > a > img {
	max-width: 40%;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
section a {
	text-decoration: none;
	z-index: 2;
}
section span {
	margin: 0;
	padding: 0;
	top: -10px;
	z-index: 1;
}
section p {
	clear: both;
}
section .btn {
	position: absolute;
	bottom: 20px;
	display: block;
	clear: both;
}

.border {
	text-align: center;
	text-transform: uppercase;
	border-top: 2px solid #323232;
	border-bottom: 2px solid #323232;
	margin: 50px 0;
	padding: 15px;
}
header svg {
	margin-bottom: 1rem;
}
.spruch {
	width: 100%;
	position: absolute;
	text-align: center;
	margin-top: -35px;
	color: #ab733a;
	font-size: 1.2rem;
}

.box {
	border-top: 1px solid #323232;
	padding-bottom: 40px;
	max-width: 100%;
}
.box > * {
	padding: 20px;
	background: #c5c5c5;
	height: 100%;
	max-width: 100%;
}
.box aside {
	transform: translateX(15px);
}
.social * {
	text-align: center;
}
.social .fab {
	font-size: 1.3em;
}

.section {
	max-width: calc(100% + 15px);
}