#preloader {bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 4999;}

html, body {
	height: 100%;
}

body {
 	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

/* Print Setup */

body.contentpane {
	background: #fff;
 	color: #555;
 	font-size: 14px;
	line-height: 22px;
	text-align: left;
}



/* Global HTML  ############################################################################################################################################ */

#header-clear {
display: none;
}

.clear {
	clear: both;
}

h1, h2, h3 {
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 16px;
	letter-spacing: 2px;
	margin: 0 0 25px 0;
	text-align: center !important;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 15px 0 5px 0;
}

h4 {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 5px 0;
}

p {
	margin: 0 0 5px 0;
	padding: 0;
}

ol, ul {
	list-style-type: circle;
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

a:hover {
	text-decoration: underline;
}


/* Global Elements  ############################################################################################################################################ */

.bg {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
	height: 100vh;
	left: 0; 
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}

#intro {
	background-image: url("../intro.jpg");
	z-index: 2;
}

#background {
	background-image: url("../background.jpg");
	z-index: 1;
}

#logo {
	margin: 15px auto 30px auto;
	position: relative;
	text-align: center;
}

#logo img {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '5');
	filter: blur(5px);
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s;
}

#logo.launch img {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='0'/></filter></svg>#svgBlur");
	filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '0');
	filter: blur(0px);
}

#content {
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	margin: 50px 0 120px 0;
	max-width: 650px;
	opacity: 0;
	padding: 3px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 500 !important;
}

.home #content {
	margin: 0;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#content-inner {
	border-width: 1px;
	border-style: solid;
	margin: 0 auto;
	padding: 20px 35px 20px 35px;
	position: relative;
	text-align: justify;
}

.home #content-inner {
	text-align: center;
}

#anschrift {
	clear: both;
	line-height: 20px;
	text-align: center !important;
}



/* Copyright */

#copyright {
	clear: both;
	line-height: 20px;
	padding: 25px 0 0 0;
	text-align: center !important;
}

#copyright p, #copyright a {
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 0;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#copyright p span {
	padding: 0 5px;
}

#copyright a {
	border-bottom: 1px dashed transparent;
	border-top: 1px dashed transparent;
}



/* Toplink  */

#toplink-wrapper {
	bottom: 55px;
	display: none;
	height: 50px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	z-index: 4000;
}

#toplink {
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	height: 45px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 45px;
	z-index: 5000;
}

#toplink a {
	background: transparent url("../assets/toplink.png") no-repeat scroll;
	background-position: center 12px;
	left: 0;
	margin: 0 auto;
	padding-top: 12px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#toplink a:hover {
	background-position: center 15px;
	padding-top: 7px;
}







/* NO SCRIPT ########################################################################################################################## */

.noscript #element {
	display: block;
}


/* RESPONSIVE */

/* PRINT ######################################################################################## */
@media print {

body {
	background: none !important;
	background-color: #fff !important;
	color: #555 !important;
}

h1, h2, h3, h4, h5 {
	color: #777 !important;
}

}


/* TABLET ####################################################################################### */
@media screen and (max-width: 800px) {


#content {
	left: 50% !important;
}

#content-inner {
	padding: 25px 25px 20px 25px;
}

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 500px) {

body {
 	font-size: 10px;
	line-height: 16px;
}

h1 {
 	font-size: 14px;
}

#content {
	left: 0;
	margin: 0 auto;
	right: 0;
}

#content-inner {
	padding: 20px 20px 15px 20px;
	text-align: left;
}

#logo img {
	height: auto;
	width: 100% !important;
}

}