/* @group Preset */

@import url("magic/normalize.css");
@import url("magic/preset.css");
@import url("magic/font-awesome.css");

/* @end */

/* @group Schriften */

@font-face {
font-family: 'titilliumbold_upright';
	src: url('fonts/titillium-boldupright-webfont.eot');
	src: url('fonts/titillium-boldupright-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium-boldupright-webfont.woff') format('woff'),
		url('fonts/titillium-boldupright-webfont.ttf') format('truetype'),
		url('fonts/titillium-boldupright-webfont.svg#titilliumbold_upright') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titilliumregular_upright';
	src: url('fonts/titillium-regularupright-webfont.eot');
	src: url('fonts/titillium-regularupright-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium-regularupright-webfont.woff') format('woff'),
		url('fonts/titillium-regularupright-webfont.ttf') format('truetype'),
		url('fonts/titillium-regularupright-webfont.svg#titilliumregular_upright') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titilliumlight_upright';
	src: url('fonts/titillium-lightupright-webfont.eot');
	src: url('fonts/titillium-lightupright-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium-lightupright-webfont.woff') format('woff'),
		url('fonts/titillium-lightupright-webfont.ttf') format('truetype'),
		url('fonts/titillium-lightupright-webfont.svg#titilliumlight_upright') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'titilliumsemibold_upright';
	src: url('fonts/titillium-semiboldupright-webfont.eot');
	src: url('fonts/titillium-semiboldupright-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium-semiboldupright-webfont.woff') format('woff'),
		url('fonts/titillium-semiboldupright-webfont.ttf') format('truetype'),
		url('fonts/titillium-semiboldupright-webfont.svg#titilliumsemibold_upright') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Farben der Website */

.background-orange {
	background: #ef780b;
}

.color-orange {
	color: #ef780b;
}

.background-grey {
	background: #969696;
}

.color-grey {
	color: #969696;
}

/* @end */

/* @group Schriften */
/* Berechnung rem-Wert: Pixelgröße / 16. Alle Nachkommastellen. */

*{
	font-family: 'titilliumregular_upright', sans-serif;
}

h1 {
	font-family: 'titilliumlight_upright', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 63px;
	line-height: 3.9375rem;
	margin: 0;
	margin-bottom: 15px;
}

h2 {
	font-family: 'titilliumlight_upright', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 43px;
	line-height: 2.6875rem;
	margin: 0;
	margin-bottom: 15px;
}

h3 {
	font-family: 'titilliumlight_upright', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin: 0;
	margin-bottom: 15px;
}

h4 {
	font-family: 'titilliumlight_upright', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 25px;
	line-height: 1.5625rem;
	margin: 0;
	margin-bottom: 15px;
}

h5 {
	font-family: 'titilliumlight_upright', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin: 0;
	margin-bottom: 15px;
}

p, ul, ul li, a {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
}

p > a {
	text-decoration: underline;
	color: #ef780b;
}

p > a:hover {
	color: #969696;
}

strong {
	font-family: 'titilliumbold_upright', sans-serif;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Akkordeon */

ul.akkordeon {

}

ul.akkordeon > li {

}

ul.akkordeon > li.active {

}

ul.akkordeon a.close {

}

ul.akkordeon div.arrow {

}

ul.akkordeon div.arrow.rotate {
	moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* @end */

/* @group Allgemein */

header, main, footer {
	width: 100%;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

header .wrapper {
	height: 125px;
	position: relative;
}

header .wrapper div.logo {
	width: 200px;
	height: 75px;
	position: absolute;
	background: url(img/logo.png) no-repeat;
	top: 39px;
	left: 8.33333%;
	z-index: 999999;
}

header .wrapper article {
	float: left;
	height: 125px;
}

header .wrapper article.spalte_1.links {
	background: url(img/start-links-bg.png) repeat-y;
	background-position-x: left;
}

header .wrapper article.spalte_10 {
	background: url(img/start-mitte-bg.png) repeat-x;
	position: relative;
	z-index: 2;
}

header .wrapper article.spalte_1.rechts {
	background: url(img/start-rechts-bg.png) no-repeat;
	background-position-x: right;
	background-repeat: no-repeat;
}

header .wrapper article.spalte_10 h4 {
	position: absolute;
	color: white;
	top: 42px;
	right: 0;
}

header .wrapper article.spalte_10 a {
	position: absolute;
	top: 80px;
	right: 0;
	color: white;
	text-decoration: underline;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
}

header .wrapper article.spalte_10 a:hover {
	color: #565656;
}

header .wrapper article.spalte_10 a.edit-site {
	right: 80px;
}

/* @end */

/* @group Main */

main .wrapper {
	background: url(img/body.png) repeat-y;
	min-height: 600px;
	padding-top: 1px;
}

main .wrapper article {
	float: left;
	min-height: 600px;
}

main .wrapper article.rechts {
	border-left: 1px solid #ddd;
	padding-left: 30px;
	padding-right: 20px;
}

main .wrapper article.rechts > section {
	margin-bottom: 20px;
}

main .wrapper article.rechts > section h3 {
	margin-bottom: 10px;
}

main .wrapper article.links {
	padding-right: 30px;
	padding-left: 40px;
	margin-bottom: 30px;
}

main .wrapper > article > h2 {
	margin-bottom: 25px;
	margin-top: 25px;
}

main .wrapper article.links a.files {
	display: block;
	height: 35px;
	margin-top: 10px;
	clear: both;
}

main .wrapper article.links a.files > div.icon-wrapper {
	display: inline-block;
	width: 30px;
	height: 35px;
	background: #565656;
	float: left;
	margin-right: 10px;
}

main .wrapper article.links a.files:hover div.icon-wrapper {
	background: #ef780b;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

main .wrapper article.links a.files > div.icon-wrapper i.fa {
	color: white;
	padding-left: 5px;
	padding-top: 9px;
}

main .wrapper article.links a.files > h3 {
	padding-left: 60px;
	margin-bottom: 5px;
}

main .wrapper article.links a.files .specs {
	display: inline-block;
	border: 1px solid #ccc;
	float: left;
	padding: 3px 6px;
	text-transform: uppercase;
	margin-right: 7px;
	height: 35px;
}

main .wrapper article.links a.files .name {
	float: left;
	display: inline-block;
	padding: 3px 0px;
	height: 35px;
	width: 440px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* @end */

/* @group Login */

main .wrapper form h2 {
	margin-bottom: 40px;
	margin-top: 20px;
}

main .wrapper form input {
	width: 200px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-border-radius: none;
	-ms-border-radius: none;
	border-radius: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	outline: none;
	padding: 5px 10px;
}

main .wrapper form input:focus {
	border: 1px solid black;
}

main .wrapper form input[type=submit] {
	border: none;
	background: #ef780b;
	color: white;
	border-radius: 2px;
}

main .wrapper form input[type=submit]:hover {
	background: #565656;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* @end */