﻿
#col-270 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
#col-270 > div {
	width: 16%;
	max-width: 130px;
	margin: 10px;
}
#cont-269 {
	background: var(--farbe);
	width: 100%;
	display: none;
}
#text-579 {
	text-align: center;
}
#datenbank-135 {
	margin-top: 50px;
}
#col-578 {
	max-width: 1000px;
}
#text-427 {
	margin: auto;
}
#text-427 h1 {
	color: white;
}
#col-278 {
	max-width: 1000px;
	margin: auto;
}
#cont-277 {
	background: var(--farbe);
	color: white;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	x-text-shadow: 1px 1px 8px #595959;
	background: var(--farbe4);
	text-align: center;
	display: flex;
	flex-direction: row;
}
#cont-646 {
	top: 0;
}
#cont-644 {
	position: fixed;
	right: 0;
	top: 50%;
	width: 160px;
	z-index: 3;
}
#cont-644 p {
	color: #fff;
}
#cont-644 > div > div {
	position: absolute;
	right: -140px;
	transition: 0.3s;
	width: 200px;
	height: 60px;
	cursor: pointer;
}
#cont-644 > div > div:hover {
	right: 0 !important;
}
#cont-644 > div > div > div {
	height: 100%;
	margin: 1px 0;
	position: relative;
	background: #000;
	display: flex;
	align-items: center;
}
#cont-644 > div > div > div > div:first-child {
	height: 100%;
}
#cont-644 img {
	height: 40px;
	padding: 10px;
	display: block;
}
@media(max-width: 1000px) {
	#col-270 {
		flex-wrap: wrap;
		padding-top: 15px;
	}
	#col-270 > div {
		width: 40%;
		max-width: none;
	}
	#col-270 img {
		max-width: 130px;
	}
	#cont-269 {
		position: static !important;
	}
}

@media(max-width: 700px) {
	#col-270 > div {
		width: 40%;
	}
	#col-270 img {
		max-width: 90px;
	}
}
