* {
	margin: 0;
	padding: 0;
}

a {
	color: #575756;
	text-decoration: none;
}

a:hover {
	color: #575756;
	text-decoration: underline;
}

p {
	color: #6b6b6b;
}

ul {
	color: #6b6b6b;
}

label {
	color: #6b6b6b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6b6b6b;
}

h1 > span,
h2 > span {
	color: #bdbdbd;
}

h1 > span:before,
h2 > span:before {
	content: "\A";
	white-space: pre;
}

.logo {
	max-width: 240px;
}

.nav-link {
	font-size: 1.1em;
	font-weight: 300;
}

.right > .textwrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 25px;
}

.left > .textwrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding-right: 25px;
	text-align: right;
}

.textwrapper {
	height: 100%;
}

/*REFERENZEN*/
#partner ul {
	list-style-type: none;
}

#partner ul li {
	display: inline;
	margin-right: 50px;
}

#partner a:hover {
	cursor: pointer;
}

.marquee {
	width: 100%;
	overflow: hidden;
}

.partnerlogo {
	filter: grayscale(100%);
}
.partnerlogo:hover {
	filter: grayscale(0%);
	cursor: pointer;
}

footer {
	background-color: #333;
	min-height: 150px;
	color: #fff;
}

#footermenu {
	list-style-type: none;
}

#footermenu a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: 300;
}

/* SMARTPHONES */
@media (max-width: 980px) {
	.right > .textwrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 15px;
	}

	.left > .textwrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 15px;
		text-align: left;
	}

	footer {
		background-color: #333;
		min-height: unset;
		color: #fff;
	}
}

/* MEDIA QUERIES FÜR IPAD 3 & 4 – LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* MEDIA QUERIES FOR IPAD MINI */
@media only screen and (min-device-width: 1023px) and (max-device-width: 1025px) and (orientation: landscape) {
}

/* IPAD AIR */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1181px) and (orientation: landscape) {
}

@media (min-width: 1900px) {
}
