@charset "utf-8";
/* CSS created and developed by 12bis3.de */

/* --------------
basic definitions
-------------- */

/* source-sans-pro-300 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('../Fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
	url('../Fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../Fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../Fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../Fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../Fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
	url('../Fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../Fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../Fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../Fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../Fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('../Fonts/source-sans-pro-v13-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
	url('../Fonts/source-sans-pro-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../Fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../Fonts/source-sans-pro-v13-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../Fonts/source-sans-pro-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../Fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body {
	color: #6e6e6e;
	font-size: 100%;
	height: 100%;
	background: #fff;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: 400;
}

html {
	height: 101%;
}

ul#skip-links {
	position: absolute;
	left: -9999px;
}

a {
	text-decoration: none;
	color: #ba0e0d;
	outline: none;
}

a:hover, a:focus {
	text-decoration: none;
	color: #000;
}

b, strong {
	font-weight: 600;
}

i, em {
	font-style:italic;
}

img {
	border: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	padding: 0;
	font-weight: 300;
	margin:0;
}



/* -------------
main definitions
--------------*/

div#container {
	width: 100%;
	background: #CCC;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px 0 #c5c5c5;
	box-shadow: 0 0 5px 0 #c5c5c5;
}





/* ---------------
header definitions
----------------*/

header {
	height: 430px;
	position: relative;
	background: #fff;
}

header figure {
	position: absolute;
	margin: 0;
}

header figure#header-logo {
	top: 0;
	left: 40px;
	z-index: 32;
}

header figure#header-visual {
	top: 120px;
	left: 0;
	z-index: 31;
}

header figure#header-partner {
	top: 290px;
	right: 0;
	padding: 10px 15px;
	z-index: 33;
	background: rgba(255,255,255,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff', endColorstr='#99ffffff');
}

header figure#header-partner img {
	padding: 0 14px;
}

header figure#header-partner a:first-of-type img {width:95px}

header button {
	width: 20px;
	height: 19px;
	display: inline-block;
	background: url(../Images/sprite-24.png) no-repeat -23px 0px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

header form {
	background: #f1f1f1;
	width: 160px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

header form:hover {
	-webkit-box-shadow: 0 0 5px 0 #c5c5c5;
	box-shadow: 0 0 5px 0 #c5c5c5;
}

header input {
	padding: 2px;
	width: 131px;
	height: 20px;
	background: none;
	border: none;
}

header input:hover {
	background: none;
}

header p {
	position: absolute;
	right: 190px;
	top: 10px;
}

header p a {
	color: #898787;
}

header p a:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 17px;
	margin-right:5px;
	vertical-align: -4px;
	background:url(../Images/sprite-24.png) -1px -1px no-repeat;
}




/* -------------------
navigation definitions
--------------------*/

nav {
	height: 40px;
	position: absolute;
	background: #ba0e0d;
	top: 390px;
	width: 960px;
	left: 0;
	z-index: 21;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 22px;
	position: relative;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	color: #fff;
	font-size: 112.5%;
	display: inline-block;
	padding: 8px 18px 0 18px;
	height: 32px;
	letter-spacing: 0.015em;
}

nav ul li a:hover, nav ul li a:focus,nav ul li a.nav-active {
	background: #ce5756;
	color: #fff;
}

nav ul ul {
	position: absolute;
	top: 40px;
	left: 0;
	width: 938px;
	background: #ce5756;
}

nav ul ul a {
	font-size: 100%;
	padding: 6px 18px 0 18px;
	height: 28px;
}

nav ul ul li a:hover, nav ul ul li a:focus,nav ul ul li a.nav-active {
	background-color: #dd8a89;
}



/* ----------------
content definitions
-----------------*/

#content {
	padding: 70px 40px 40px 40px;
	background: #fff;
	line-height: 160%;
	overflow: hidden;
}

#content > article {
	border-bottom: 5px solid #e2e2e2;
	padding-bottom: 2em;
	margin-bottom: 3em;
}

#content div#start-teaser > article {
	width: 280px;
	float: left;
	margin-left: 20px;
}
#content div#start-teaser > article:first-child {
	margin-left: 0;
}

#content div#start-teaser p:last-of-type {
	margin-top: -0.5em;
}

#content div#start-teaser p a:after {
	width: 27px;
	height: 27px;
	content: "";
	display: inline-block;
	background: url(../Images/sprite-24.png) no-repeat -45px -1px;
	margin-left: 5px;
	vertical-align: -8px;
}


h1 {
	font-size: 187.5%;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #ba0e0d;
	padding: 0;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 162.5%;
	line-height: 120%;
	margin: 0 0 0.4em 0;
	color: #ba0e0d;
	letter-spacing: 0.015em;
}

h3 {
	font-size: 150%;
	line-height: 120%;
	margin: 0 0 0.4em 0;
	color: #ba0e0d;
	letter-spacing: 0.015em;
}

h4 {
	font-size: 125%;
	line-height: 120%;
	margin: 0 0 0.3em 0;
	color: #ba0e0d;
	letter-spacing: 0.01em;
}

h5 {
	font-size: 112.5%;
	line-height: 120%;
	margin: 0 0 0.2em 0;
	color: #ba0e0d;
}

h6 {
	font-size: 100%;
	margin: 0;
	color: #ba0e0d;
}

p {
	margin-bottom: 1.2em;
}

#content ul {
	margin: 0 0 1.2em 35px;
	list-style-type: square;
}

#content ol {
	margin: 0 0 1.2em 35px;
}

#content ol li, #content ul li {
	margin-bottom: 0.3em;
}

h2.acc-head {
	padding: 12px 20px;
	margin: 0;
	color: #444;
	font-size: 125%;
	cursor: pointer;
	position: relative;
}

h2.acc-head:after {
	background: url(../Images/sprite-24.png) no-repeat -105px -1px;
	width: 27px;
	height: 27px;
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 12px;
}

article.acc-content.acc-active h2.acc-head:after {
	background-position: -75px -1px;
}

#content > article.acc-content {
	border: #e2e2e2 1px solid;
	margin: 0 -22px 6px -22px;
	padding: 0;
	background: #f6f6f6;
	-webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
    transition: background-color 0.5s ease, border-color 0.5s ease;

}

#content article.acc-content.acc-active, #content > article.acc-content:hover {
	background: #fff;
	border-color: #d3d3d3;
}

article.acc-content div {
	display: none;
	padding: 5px 20px;
}

article.acc-content.acc-active div {
	display: block;
	/*padding: 5px 20px;*/
}

#content article.acc-content:last-of-type {
	margin-bottom: 2em;
}

figure.images-gallery {
	margin: 1.5em 0;
	overflow: hidden;
}

figure.images-gallery img {
	float: left;
	margin-left: 20px;
}

figure.images-gallery img:first-of-type {margin: 0}

figure figcaption {font-size: 87.5%}

figure.image-left {
	float: left;
	margin: 0.4em 20px 1em 0;
}

figure.image-right {
	float: right;
	margin: 0.4em 0 1em 20px;
}


#content ul.downloads {
	margin: 1em 0 1.5em 0;
	padding: 1em 0;
	list-style-type: none;
	border-top: 5px solid #e2e2e2;
	border-bottom: 5px solid #e2e2e2;
}

#content ul.downloads li {margin-bottom: 6px}

#content ul.downloads span {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 125%;
	padding: 5px;
	background: #f6f6f6;
	color: #bfbcb5;
	width: 50px;
	margin-right: 10px;
	text-align: center;
}

dl.contact-box {
	width: 834px;
	overflow: hidden;
	margin: 1em 0 3em 0;
	border: 1px solid #e2e2e2;
	padding: 1.2em 22px 0.6em 22px;
}
dl.contact-box + dl.contact-box {
	margin-top: -2.5em;
}

dl.contact-box dt {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
}

dl.contact-box dd {
	width: 524px;
	float: left;
	margin: 0;
}

dl.contact-box dd h3 {
	margin-bottom: 0.1em;
	color: #000;
	font-size: 125%;
}

dl.contact-box dd h6 {
	color: #000;
	margin-bottom: 0.5em;
}


dl.text-image-box {
	width: 880px;
	overflow: hidden;
	margin: 1em 0;
	border-top: 3px solid #e2e2e2;
	padding-top: 1.2em;
}

dl.text-image-box dt {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
}

dl.text-image-box dd {
	width: 580px;
	float: left;
	margin: 0;
}

dl.text-image-box h3 {
	margin-bottom: 0.1em;
}

dl.text-image-box h6 {
	color: #000;
	margin-bottom: 0.5em;
}

dl.text-image-box p:last-of-type {
	margin-top: -0.5em;
}

dl.text-image-box p a:after {
	width: 27px;
	height: 27px;
	content: "";
	display: inline-block;
	background: url(../Images/sprite-24.png) no-repeat -45px -1px;
	margin-left: 5px;
	vertical-align: -8px;
}

table {
	margin-bottom: 1.5em;
	border-collapse: collapse;
}

table th, table td {
	padding: 5px;
	border: 1px solid #f0f0f0;
	vertical-align: top;
}

table td {font-size:87.5%; line-height:140%;}

table th {
	background: #f0f0f0;
	text-align: left;
}

table tr:hover td {
	background: #f0f0f0;
}



/* ---------------
footer definitions
----------------*/

footer {
	background: #f0f0f0;
	padding: 12px 40px;
}

footer p {
	margin: 0;
	font-size: 87.5%;
}

footer p a {
	margin-right: 15px;
	color: #898787;
}



/* -------------
form definitions
--------------*/

#content form {
	margin: 1.5em 0 2em 0;
	overflow: hidden;
}

#content form p {
	margin-bottom: 1em;
}

#content form label {
	width: 150px;
	margin-right: 25px;
	display: inline-block;
	float: left;
	vertical-align: top;
	font-size: 100%;
	text-align: right;
	padding-top: 0.2em;
}

input, textarea, select {
	color: #444;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	font-size: 100%;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	outline: none
}
input:hover, textarea:hover, select:hover {background: #fff; border-color: #d3d3d3;}

#content input[type=text] {
	padding: 5px;
	width: 300px;
}

#content input[type=submit] {
	border: none;
	width: auto;
	padding: 5px 100px;
	margin-left: 175px;
	background: #b90e0d;
	color: #fff;
	cursor: pointer;
}
#content input[type=submit]:hover {background-color: #000}

#content select {
	padding: 5px;
	width: 310px;
}

#content textarea {
	padding: 5px;
	width: 300px;
	height: 150px;
}

/* Suche */

.tx-indexedsearch-browsebox, .tx-indexedsearch-whatis {
    display:none;
}
