﻿
#cont-791 {
	background: var(--lightgrey);
}
#cont-786 a {
	color: white;
}
#cont-786 h5 {
	color: white;
}
#cont-786 h6 {
	color: white;
}
#cont-853 {
	xdisplay: none;
}
#col-117 {
	background-image: url(../media/titelbild_aufnahme.jpg);
}
#col-854 {
	display: flex;
	flex-wrap: wrap;
}
#col-854 a {
	background-image: url(../media/download_icon.png);
	background-size: 40px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
	color: var(--grey);
	width: 100%;
	background-color: var(--lightgrey);
	padding: 10px 20px 10px 75px;
	box-sizing: border-box;
	transition: .3s ease;
	display: block;
	min-height: 60px;
	height: 100%;
	vertical-align: center;
}
#col-854 a:hover {
	background-color: var(--grey);
	color: white;
}
#col-854 p {
	padding: 0;
	height: 100% !important;
	display: block;
}
#col-854 h2 {
	font-size: 26px;
}
#col-854 > div {
	flex: 1 0 33.3%;
	padding: 2px;
	box-sizing: border-box;
	xdisplay: flex;
	align-items: center;
	transition: .3s ease;
	cursor: pointer;
}
#col-854 .bottom {
	display: none;
}
@media(min-width: 1000px) {
	#text-799 {
		column-count: 2;
	}
}

@media(max-width: 700px) {
	#col-854 > div {
		flex: 1 0 100% !important;
	}
}
