<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: 'fieldwork', sans-serif; 
	color:#758592;
	line-height:1.6;
	font-size:20px;
	margin: 0px;
	background-color: #E6E9EC;
	font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'fieldwork', sans-serif;
	color: #758592;
	font-size: 40px;
	font-weight: 300;
	margin: 0 auto 30px;
	line-height: 1.3;
}
.untertitel{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 200;
}
p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
}
html a{
	color: #A9BF00;
	text-decoration: none;
}
html a:active, html a:hover {
	color: #A9BF00;
}
.textcenter{
	text-align:center;
}
video, iframe{
	max-width: 100% !important;
}
.icon_text video, .icon_text iframe{
	max-height: 440px !important;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 80px;
}
.margin_unten{
	margin-bottom: 80px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w750{
	max-width:750px;
	margin:0 auto;
	position:relative;
}
.w500{
	max-width:500px;
	margin:0 auto;
	position:relative;
}

.h900{
	height: 900px;
}
.h800{
	height: 800px;
}
.h700{
	height: 700px;
}
.h600{
	height: 600px;
}
.h500{
	height: 500px;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
	clear: both;
}

/* //////////////////////////////////// 404 //////////////////////////////////// */
.fehler{
	text-align:center;
	font-size:300px;
	padding-top:150px;
	font-family: 'Montserrat', sans-serif;
	line-height:0.5;
	color:#ccc;
}
.fehler span{
	font-size:150px;
}
.fehlermeldung{
	text-align:center;
	padding-top:30px;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}</pre></body></html>