/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, em, strong, b, u, i, 
img, form, label, ul, ol, li, iframe, table, tbody, thead, tr, th, td,
object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd,
q, s, samp, small, sub, sup, var, dl, dt, dd, fieldset, legend, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* weitere Resets */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner { /* entfernt unerwünschten Abstand (z.B. Formular Sendebutton) */
	border: 0;
	padding: 0;
}

/* Grundlegende Angaben */

html, body {
	height: 100%;
}
body {
	background: url("/img/layout/bg.jpg") repeat fixed center top;
	color: #2d343e;
	font: 300 17px/1.6 'Fira Sans', sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 301px 0;
	position: relative;
}
a {
	color: #ee7f01;
	font-weight: 500;
	text-decoration: none;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

@font-face {
	font-family: 'fontello';
	src: url('/img/webfonts/fontello.eot?14547746');
	src: url('/img/webfonts/fontello.eot?14547746#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?14547746') format('woff'),
		url('/img/webfonts/fontello.ttf?14547746') format('truetype'),
		url('/img/webfonts/fontello.svg?14547746#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	background: #000000;
	height: 120px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a.logo {
	left: 20px;
	position: absolute;
	top: 19px;
	z-index: 2;
}
#HeaderWrapper > div > a.logo > img {
	display: block;
	width: 266px;
}

/* Icons */

#HeaderWrapper > div > a.phone:before {
	color: #ee7f01;
	content: "\E835";
	font-family: "fontello";
	font-size: 22px;
	font-weight: normal;
	left: -25px;
	position: absolute;
	top: -6px;
}
#HeaderWrapper > div > a.phone {
	color: rgb(230, 230, 230);
	color: rgba(230, 230, 230, 0.7);
	font-size: 13px;
	font-weight: 300;
	position: absolute;
	right: 117px;
	text-transform: uppercase;
	top: 20px;
}
#HeaderWrapper > div > a.phone:after {
	background: #404040 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 25px;
	position: absolute;
	right: -16px;
	top: -1px;
	width: 1px;
}
#HeaderWrapper > div > a.phone > span {
	color: #ee7f01;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 0 4px;
}
#HeaderWrapper > div > a.mail:before {
	content: "\E82E";
}
#HeaderWrapper > div > a.mail {
	color: #ee7f01;
	font-family: "fontello";
	font-size: 13px;
	line-height: 1;
	position: absolute;
	right: 66px;
	top: 23px;
}
#HeaderWrapper > div > a.mail:after {
	background: #404040 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 25px;
	position: absolute;
	right: -16px;
	top: -4px;
	width: 1px;
}
#HeaderWrapper > div > a.search:before {
	content: "\E81E";
}
#HeaderWrapper > div > a.search {
	color: #ee7f01;
	font-family: "fontello";
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 21px;
}

@media all and (max-width: 650px){

	#HeaderWrapper > div > a.phone:before {
		left: 0;
	}
	#HeaderWrapper > div > a.phone {
		height: 25px;
		overflow: hidden;
		padding-left: 60px;
		right: 73px;
		top: 19px;
		width: 15px;
	}
	#HeaderWrapper > div > a.phone:after {
		height: 26px;
		right: 27px;
		top: -1px;
		width: 1px;
	}

}

@media all and (max-width: 450px){

	#HeaderWrapper > div > a.logo > img {
		width: 200px;
	}

}

@media all and (max-width: 380px){

	#HeaderWrapper > div > a.logo {
		top: 38px;
	}
	#HeaderWrapper > div > a.logo > img {
		width: 140px;
	}

}

/* Layout - Content */

#ContentWrapper {
	margin: 0 auto 45px auto;
	max-width: 1200px;
	overflow: hidden;
	padding: 165px 0 0 0;
	position: relative;
	z-index: 2;
}
#ContentWrapper > .container:before {
	clear: both;
	content: "";
	display: block;
	padding: 1px 0 0 0;
}
#ContentWrapper > .container {
	background: #FFFFFF;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 0 45px 1px 45px;
}
#ContentWrapper > .container + .container {
	margin-top: 40px;
}

@media all and (max-width: 700px){

	#ContentWrapper > .container {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Layout - Footer */

#FooterWrapper {
	border-top: 5px solid #ee7f01;
	bottom: 0;
	color: #FFFFFF;
	margin: 20px 0 0 0;
	min-height: 302px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > .row1 {
	background: #2d343e;
	padding: 0 0 37px 0;
}
#FooterWrapper > div > div {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 > div > .column1 {
	float: left;
	padding: 45px 0 0 0;
	width: 50%; /* 600 */
}
#FooterWrapper > .row1 > div > .column1 > h3 {
	color: #ee7f01;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > div > .column1 > ul:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 > div > .column1 > ul > li {
	float: left;
	margin: 0 2.5% 0 0; /* 0 15 0 0 */
	width: 41.666666666666664%; /* 250 */
}
#FooterWrapper > .row1 > div > .column1 > ul > li:nth-child(2n) {
	margin-right: 0;
}
#FooterWrapper > .row1 > div > .column1 > ul > li:nth-child(2n) + li {
	clear: left;
}
#FooterWrapper > .row1 > div > .column1 > ul > li > a:before {
	background: rgba(0, 0, 0, 0) url("/img/layout/ico-menuarrow.png") no-repeat scroll left top;
	background-size: 14px auto;
	content: "";
	height: 12px;
	left: 1px;
	position: absolute;
	top: 10px;
	width: 14px;
}
#FooterWrapper > .row1 > div > .column1 > ul > li > a {
	background: #383e48;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 1px 0;
	overflow: hidden;
	padding: 5px 20px 3px 30px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#FooterWrapper > .row1 > div > .column1 > ul > li > a:hover {
	background: #ee7f01;
}
#FooterWrapper > .row1 > div > .column2 {
	float: right;
	padding: 44px 45px 0 0;
	width: 48.75%; /* 585 */
}
#FooterWrapper > .row1 > div > .column2 > div {
	float: left;
	font-size: 15px;
	width: 40.74074074074074%; /* 220 */
}
#FooterWrapper > .row1 > div > .column2 > div.right {
	float: right;
}
#FooterWrapper > .row1 > div > .column2 > div > img {
	display: block;
	margin: 0 0 26px 0;
	max-width: 100%;
}
#FooterWrapper > .row1 > div > .column2 > div > p > a {
	color: #ee7f01;
	font-weight: 500;
}
#FooterWrapper > .row2 {
	background: #000000;
	color: #FFFFFF;
	font-size: 13px;
	height: 40px;
}
#FooterWrapper > .row2 > div > p {
	float: left;
	padding: 10px 0 0 0;
}
#FooterWrapper > .row2 > div > ul {
	float: right;
}
#FooterWrapper > .row2 > div > ul > li {
	float: left;
	position: relative;
}
#FooterWrapper > .row2 > div > ul > li:after {
	background: #404040 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 25px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 1px;
}
#FooterWrapper > .row2 > div > ul > li:last-child:after {
	display: none;
}
#FooterWrapper > .row2 > div > ul > li > a {
	color: #ee7f01;
	display: block;
	font-size: 14px;
	padding: 10px 24px 7px;
	position: relative;
	text-transform: uppercase;
}
#FooterWrapper > .row2 > div > ul > li:last-child > a {
	padding-right: 0;
}

@media all and (max-width: 1050px){

	#FooterWrapper > .row1 > div > .column1 > ul > li {
		width: 45%;
	}
	#FooterWrapper > .row1 > div > .column2 {
		padding-right: 0;
	}

}

@media all and (max-width: 850px){

	#FooterWrapper > .row1 > div > .column1 {
		width: 100%;
	}
	#FooterWrapper > .row1 > div > .column1 > ul > li {
		margin-right: 4%;
		width: 48%;
	}
	#FooterWrapper > .row1 > div > .column2 {
		width: 100%;
	}
	#FooterWrapper > .row2 > div > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	#FooterWrapper > .row2 > div > ul > li:after {
		display: none;
	}

}

@media all and (max-width: 680px) and (min-width: 551px){

	#FooterWrapper > .row2 > div > p {
		display: none;
	}
	#FooterWrapper > .row2 > div > ul {
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .row2 > div > ul > li {
		display: inline-block;
		float: none;
	}
	#FooterWrapper > .row2 > div > ul > li:last-child > a {
		padding-right: 10px;
	}

}

@media all and (max-width: 550px){

	#FooterWrapper > .row2 {
		height: auto;
	}
	#FooterWrapper > .row2 > div {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#FooterWrapper > .row2 > div > p {
		float: none;
		padding-top: 0;
		text-align: center;
	}
	#FooterWrapper > .row2 > div > ul {
		float: none;
	}
	#FooterWrapper > .row2 > div > ul > li {
		float: none;
		display: block;
	}
	#FooterWrapper > .row2 > div > ul > li:after {
		display: none;
	}
	#FooterWrapper > .row2 > div > ul > li > a {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}

}

@media all and (max-width: 500px){

	#FooterWrapper > .row1 > div > .column1 > ul > li {
		margin-right: 0;
		width: 100%;
	}
	#FooterWrapper > .row1 > div > .column2 {
		padding-top: 40px;
	}
	#FooterWrapper > .row1 > div > .column2 > div {
		float: none;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .row1 > div > .column2 > div.right {
		margin-top: 30px;
	}
	#FooterWrapper > .row1 > div > .column2 > div > img {
		display: inline-block;
		margin-bottom: 0;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	height: 480px;
	position: relative;
}

@media all and (max-width: 1200px){

	#GalleryWrapper {
		height: auto;
	}

}

/* Layout - Suche */

.fancysearch {
	background: #2D343E;
	padding: 60px;
}
.fancysearch form > div {
	padding: 0 40px 0 0;
}
.fancysearch input {
	border: 0 none;
	height: 44px;
	padding: 9px 15px 8px;
	width: 220px;
}
.fancysearch button {
	background: #EE7F01;
	border: 0;
	cursor: pointer;
	height: 44px;
	padding: 0;
	position: absolute;
	width: 40px;
}
.fancysearch button > i:before {
	content: "\E81E";
	color: #ffffff;
	display: block;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

@media all and (max-width: 420px){

	.fancysearch {
		padding: 60px 30px;
	}
	.fancysearch input {
		width: 200px;
	}

}

@media all and (max-width: 360px){

	.fancysearch input {
		width: 180px;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	padding: 0 0 0 280px;
	position: absolute;
	right: 20px;
	top: 67px;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 20px 11px;
	text-transform: uppercase;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #ee7f01;
}
nav.desktop > ul > li:hover > ul {
	border-top: 1px solid #ee7f01;
	height: auto;
	min-width: 300px;
	padding: 20px;
	opacity: 1;
	overflow: visible;
}
nav.desktop > ul > li > ul {
	background: #000000;
	background: rgba(0, 0, 0, 0.85);
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 53px;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul > li > a:before {
	background: url("/img/layout/ico-menuarrow.png") no-repeat left top;
	background-size: 14px auto;
	content: "";
	height: 12px;
	left: 1px;
	position: absolute;
	top: 10px;
	width: 14px;
}
nav.desktop > ul > li > ul > li > a {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 9px 30px 8px;
	position: relative;
	white-space: nowrap;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	background: #ee7f01;
}

@media all and (max-width: 1050px){

	nav.desktop > ul > li > a {
		padding-left: 14px;
		padding-right: 14px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 34px;
	margin: 0 10px 0 0;
}
.mobileTrigger.show {
	color: #ee7f01;
	cursor: pointer;
	display: block;
	line-height: 70px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
	top: 50px;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 120px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #000000;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: opacity 300ms ease-in;
	-moz-transition: opacity 300ms ease-in;
	-ms-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0 40px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 1px 0;
	padding: 13px 20px 11px;
	text-transform: uppercase;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #ee7f01 none repeat scroll 0 0;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a:before {
	background: url("/img/layout/ico-menuarrow.png") no-repeat left top;
	background-size: 14px auto;
	content: "";
	height: 12px;
	left: 20px;
	position: absolute;
	top: 12px;
	width: 14px;
}
nav.mobile > ul > li > ul > li > a {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 11px 20px 8px 44px;
	position: relative;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	background: #ee7f01 none repeat scroll 0 0;
}

/* Elemente - Überschriften */

h1 {
	color: #ee7f01;
	font-size: 45px;
	font-weight: 300;
	line-height: 1;
}
h2 {
	color: #ee7f01;
	font-size: 26px;
}
h3 {
	font-size: 20px;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #000000;
	font-size: 19px;
	margin-top: -30px;
	text-transform: uppercase;
}
h2.cms + h3.cms {
	margin-top: -36px;
}

@media all and (max-width: 500px){

	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 22px;
	}

}

@media all and (max-width: 360px){

	h1 {
		font-size: 28px;
	}
	h1.cms + h2.cms {
		font-size: 17px;
	}

}

/* Elemente - Textinhalt */

/* Elemente - Aufzählung */

.cmsList > h2 {
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	content: '\E818';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
.cmsList > ul > li {
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 20px;
}
.cmsList2Columns > ul > li:nth-child(2n) + li {
	clear: left;
}
.cmsList2Columns:after {
	clear: both;
	content: "";
	display: block;
}

@media all and (max-width: 750px){

	.cmsList2Columns > ul > li {
		clear: none !important;
		padding-right: 0 !important;
		width: 100%;
	}

}

/* Elemente - Bild-Text */

.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

@media all and (max-width: 750px){

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -30px;
}
.cmsGallery > li {
	float: left;
	margin: 0 3.75% 3.75% 0; /* 0 45 45 0 */
	position: relative;
	width: 30.833333333333332%; /* 370 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure:after {
	background: #ee7f01 none repeat scroll 0 0;
	bottom: 0;
	content: "\E836";
	color: #ffffff;
	display: block;
	font-family: "fontello";
	font-size: 28px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	width: 45px;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li:hover > figure:after {
	opacity: 0;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgb(238, 127, 1);
	background: rgba(238, 127, 1, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	font-size: smaller;
	left: 50%;
	line-height: 1.5;
	margin: auto;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4px #000000;
	top: 50%;
	width: 100%;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

@media all and (max-width: 600px){

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 40px 0 !important;
		width: 100% !important;
	}
	
}

/* Element - Sujets - Detailseite */

.cmsSujetsDetail:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSujetsDetail > li {
	float: left;
	margin: 0 4.144144144144144% 4.144144144144144% 0; /* 0 46 46 0 */
	position: relative;
	width: 21.891891891891891%; /* 243 */
}
.cmsSujetsDetail > li:nth-child(4n) {
	margin-right: 0;
}
.cmsSujetsDetail > li:nth-child(4n) + li {
	clear: left;
}
.cmsSujetsDetail > li > a > img {
	display: block;
	width: 100%;
}

@media all and (max-width: 500px){

	.cmsSujetsDetail > li {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsSujetsDetail > li:nth-child(4n) {
		margin-right: 4%;
	}
	.cmsSujetsDetail > li:nth-child(4n) + li {
		clear: none;
	}
	.cmsSujetsDetail > li:nth-child(2n) {
		margin-right: 0;
	}
	.cmsSujetsDetail > li:nth-child(2n) + li {
		clear: left;
	}

}

/* Elemente - Teaser */

.cmsTeaser {
	background: #e6e6e6;
	margin-left: -45px;
	margin-right: -45px;
	padding: 20px 45px 0 45px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	border-bottom: 3px solid #b2b3b4;
	font-size: 18px;
	font-weight: 500;
	margin: 23px 0 32px 0;
	padding: 0 0 7px 0;
	text-transform: uppercase;
}
.cmsTeaser > article {
	float: left;
	margin: 0 4.054054054054054% 4.054054054054054% 0; /* 0 45 45 0 */
	position: relative;
	width: 30.63063063063063%; /* 340 */
}
.cmsTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	background: #ee7f01;
}
.cmsTeaser > article > figure > figcaption > a:before {
	background: url("/img/layout/ico-teaser.png") no-repeat right top;
	background-size: 28px auto;
	content: "";
	display: block;
	height: 24px;
	margin: -12px 0 0 0;
	position: absolute;
	right: 28px;
	top: 50%;
	width: 28px;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	min-height: 90px;
	padding: 16px 60px 15px 25px;
	position: relative;
}

@media all and (max-width: 900px){

	.cmsTeaser > article > figure > figcaption > a {
		font-size: 20px;
	}

}

@media all and (max-width: 800px){

	.cmsTeaser > article > figure > figcaption > a:before {
		display: none;
	}
	.cmsTeaser > article > figure > figcaption > a {
		font-size: 18px;
		padding: 16px 20px 15px;
	}

}

@media all and (max-width: 700px){

	.cmsTeaser {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media all and (max-width: 600px){
	
	.cmsTeaser {
		padding-bottom: 40px;
	}
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsTeaser > article > figure > figcaption > a:before {
		display: block;
	}
	.cmsTeaser > article > figure > figcaption > a {
		font-size: 24px;
		padding: 16px 60px 15px 25px;
	}

}

@media all and (max-width: 450px){

	.cmsTeaser > article > figure > figcaption > a {
		font-size: 18px;
	}

}

/* Element - Einzelteaser */

.cmsSingleTeaser {
	background: #E6E6E6;
}
.cmsSingleTeaser > article > h2 {
	display: none;
}
.cmsSingleTeaser > article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser > article > figure > a {
	display: block;
	float: left;
	width: 30.63063063063063%; /* 340 */
}
.cmsSingleTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser > article > figure > figcaption {
	float: left;
	padding: 20px 25px 10px;
	position: relative;
	width: 69.369369369369366%; /* 770 */
}
.cmsSingleTeaser > article > figure > figcaption > a {
	color: #ee7f01;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}
.cmsSingleTeaser > article > figure > figcaption > p {
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	padding: 27px 45px 0 0;
}
.cmsSingleTeaser > article > figure > figcaption > p > a {
	background: rgba(0, 0, 0, 0) url("/img/layout/ico-teaser-orange.png") no-repeat scroll right top / 28px auto;
	bottom: 25px;
	display: block;
	height: 24px;
	position: absolute;
	right: 30px;
	width: 28px;
}

@media all and (max-width: 1110px){

	.cmsSingleTeaser > article > figure > a {
		width: 35%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		width: 65%;
	}

}

@media all and (max-width: 850px){

	.cmsSingleTeaser > article > figure > figcaption > a {
		font-size: 28px;
	}
	.cmsSingleTeaser > article > figure > figcaption > p {
		padding-top: 14px;
	}

}

@media all and (max-width: 600px){

	.cmsSingleTeaser > article > figure > a {
		float: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption {
		float: none;
		width: 100%;
	}
	.cmsSingleTeaser > article > figure > figcaption > p {
		padding-right: 0;
		padding-bottom: 40px;
	}
	.cmsSingleTeaser > article > figure > figcaption > p > a {
		right: 29px;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 10px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
	border-bottom: 1px solid #e0dddd;
}
.cmsTable > table > tbody > tr.val2 {
	background: #f2f2f2;
	border-bottom: 1px solid #dcdcdc;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink {
	background: #ee7f01 none repeat scroll 0 0;
	margin-left: -45px;
	margin-right: -45px;
	padding: 0 45px;
}
.cmsLink > a:before {
	background: rgba(0, 0, 0, 0) url("/img/layout/ico-menuarrow.png") no-repeat scroll left top;
	background-size: 14px auto;
	content: "";
	height: 12px;
	left: 1px;
	position: absolute;
	top: 12px;
	width: 14px;
	left: 0;
	position: absolute;
}
.cmsLink > a {
	color: #ffffff;
	display: inline-block;
	line-height: 1.4;
	padding: 8px 0 5px 24px;
	position: relative;
}

/* Verweisliste */

.cmsRefs {
	margin-left: -45px;
	margin-right: -45px;
}
.cmsRefs > h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 23px 0 10px;
	padding: 0 45px 7px 45px;
	text-transform: uppercase;
}
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li {
	background: #ee7f01 none repeat scroll 0 0;
	margin: 0 0 1px 0;
	padding: 0 45px;
}
.cmsRefs > ul > li > a:before {
	background: rgba(0, 0, 0, 0) url("/img/layout/ico-menuarrow.png") no-repeat scroll left top;
	background-size: 14px auto;
	content: "";
	height: 12px;
	left: 1px;
	position: absolute;
	top: 12px;
	width: 14px;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	color: #ffffff;
	display: inline-block;
	line-height: 1.4;
	padding: 8px 0 5px 24px;
	position: relative;
}

/* E-Mail */

.cmsMail {
	background: #ee7f01 none repeat scroll 0 0;
	margin-left: -45px;
	margin-right: -45px;
	padding: 0 45px;
}
.cmsMail > a:before {
	color: #FFFFFF;
	content: "\E82E";
	font-family: 'fontello';
	font-size: 12px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 10px;
}
.cmsMail > a {
	color: #ffffff;
	display: inline-block;
	line-height: 1.4;
	padding: 8px 0 5px 34px;
	position: relative;
}

@media all and (max-width: 700px){

	.cmsLink,
	.cmsMail {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsRefs {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cmsRefs > h2,
	.cmsRefs > ul > li {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Elemente - Dropdown */

.cmsDrop {
	background: #F2F2F2;
	margin-left: -45px;
	margin-right: -45px;
	padding: 10px 45px;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 40px;
	position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	margin: 0 -45px;
	overflow: hidden;
	padding: 0 45px;
}

@media all and (max-width: 700px){

	.cmsDrop {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube > div {
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

.cmsIframe {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}		
.cmsIframe > iframe {
	width: 100%;
}

/* Elemente - Downloads */

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: normal;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Elemente - Formular */

.cmsForm {
	background: #2d343e;
	color: #FFFFFF;
	margin-left: -45px;
	margin-right: -45px;
	margin-bottom: -1px;
	padding: 30px 45px;
}
.cmsForm > h2 {
	font-weight: 500;
	margin: 0 0 20px 0;
}
.cmsForm > .row {
	margin: 20px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #EE7F01;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: 500;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 35%;
}
.cmsForm > .row > .field {
	background: #d5d6d8;
	border: 1px solid #2D343E;
	color: #2d343e;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 65%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #2D343E !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm > .row > .calicon {
	background: none repeat scroll 0 0 #f9f9f9;
	border-left: 1px solid #cfcfcf;
	color: #ee7f01;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -35px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #D5D6D8;
	border: 1px solid #2D343E;
	color: #2d343e;
	float: left;
	padding: 15px;
	position: relative;
	width: 65%;
}
.cmsForm > .row > .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #CFCFCF;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #EE7F01;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 34px;
	padding: 2px 20px 0 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.cmsForm > .msg {
	background: #D5D6D8;
	color: #2d343e;
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 6px 10px;
}
.cmsForm .error {
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

@media all and (max-width: 900px){
	
	.cmsForm > .row {
		padding-right: 0;
	}
	.cmsForm > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .row > .field {
		width: 100%;
	}
	.cmsForm > .row > .calicon {
		top: 50px;
	}
	.cmsForm > .row > .spm {
		width: 100%;
	}
	.cmsForm > .button {
		margin-right: 0;
	}
	.cmsForm > .msg {
		margin-right: 0;
	}

}

@media all and (max-width: 700px){

	.cmsForm {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media all and (max-width: 400px){

	.cmsForm > .row > .spm {
		text-align: center;
	}
	.cmsForm > .row > .spm:after {
		content: "\e824";
		left: 50%;
		margin: 0 0 0 -5px;
		top: 43px;
	}
	.cmsForm > .row > .spm > img {
		float: none;
		margin: 0 0 20px;
	}
	.cmsForm > .row > .spm > img + input {
		display: block;
		float: none;
		left: 50%;
		margin-left: -60px;
		position: relative;
		width: 120px;
	}
	.cmsForm > .row > .spm > p {
		font-size: 15px;
		text-align: left;
	}

}

/* Element - News */

.cmsNews {
	height: 654px;
	margin-bottom: 0;
	margin-top: -1px;
	position: relative;
}
.cmsNews > h2:before {
	background: rgba(169, 169, 169, 0.5);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%;
}
.cmsNews > h2 {
	background: #e6e6e6;
	font-size: 18px;
	font-weight: 500;
	margin: 0 -45px 45px;
	padding: 13px 45px 10px;
	position: relative;
	text-transform: uppercase;
}
.cmsNews ul li > article > h2 {
	display: none;
}

/* Teaser 1, 4 */

.cmsNews .teaser1,
.cmsNews .teaser4 {
	height: 245px;
	left: 34.234234234234236%; /* 380 */
	overflow: hidden;
	position: absolute;
	top: 90px;
	width: 31.531531531531531%; /* 350 */
}
.cmsNews .teaser4 {
	left: 68.468468468468473%; /* 760 */
	top: 365px;
}
.cmsNews .teaser1 li,
.cmsNews .teaser4 li {
	position: relative;
}
.cmsNews .teaser1 li > article > a > img,
.cmsNews .teaser4 li > article > a > img {
	display: block;
}
.cmsNews .teaser1 li > article > a > span,
.cmsNews .teaser4 li > article > a > span {
	background: #ee7f01 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	left: 0;
	padding: 6px 15px 5px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

/* Teaser 2, 3 */

.cmsNews .teaser2,
.cmsNews .teaser3 {
	background: #ee7f01;
	height: 245px;
	left: 68.468468468468473%; /* 760 */
	overflow: hidden;
	position: absolute;
	top: 90px;
	width: 31.531531531531531%; /* 350 */
}
.cmsNews .teaser3 {
	left: 34.234234234234236%; /* 380 */
	top: 365px;
}
.cmsNews .teaser2 li > article,
.cmsNews .teaser3 li > article {
	padding: 20px 25px;
}
.cmsNews .teaser2 li > article > a.title,
.cmsNews .teaser3 li > article > a.title {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}
.cmsNews .teaser2 li > article > p,
.cmsNews .teaser3 li > article > p {
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	padding: 27px 45px 0 0;
}
.cmsNews .teaser2 li > article > a.more,
.cmsNews .teaser3 li > article > a.more {
	background: url("/img/layout/ico-teaser.png") no-repeat right top;
	background-size: 28px auto;
	bottom: 25px;
	display: block;
	height: 24px;
	position: absolute;
	right: 25px;
	width: 28px;
}

/* Sujets */

.cmsSujets {
	display: none;
}
.cmsNews .sujets {
	height: 520px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 90px;
	width: 31.531531531531531%; /* 350 */
}
.cmsNews .sujets li a {
	display: block;
}
.cmsNews .sujets li img {
	display: block;
}
.cmsNews .sujets li span {
	background: #ee7f01 none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 15px 5px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

@media all and (max-width: 1050px){

	.cmsNews .teaser2 li > article > a.title,
	.cmsNews .teaser3 li > article > a.title {
		font-size: 28px;
	}
	.cmsNews .teaser2 li > article > p,
	.cmsNews .teaser3 li > article > p {
		padding-top: 14px;
		padding-right: 0;
	}
	.cmsNews .teaser2 li > article > a.more,
	.cmsNews .teaser3 li > article > a.more {
		display: none;
	}

}

@media all and (max-width: 900px){

	.cmsNews {
		height: 927px;
	}
	.cmsNews > .sujets {
		width: 49%;
	}
	.cmsNews > .sujets li > img {
		width: 400px;
	}
	.cmsNews .teaser1,
	.cmsNews .teaser4 {
		left: 51%;
		width: 49%;
	}
	.cmsNews .teaser1 li > article > a > img,
	.cmsNews .teaser4 li > article > a > img {
		width: 400px;
	}
	.cmsNews .teaser2,
	.cmsNews .teaser3 {
		left: 51%;
		top: 365px;
		width: 49%;
	}
	.cmsNews .teaser3 {
		left: 0;
		top: 640px;
	}
	.cmsNews .teaser4 {
		top: 640px;
	}

}

@media all and (max-width: 805px){

	.cmsNews .sujets li > img {
		width: auto;
	}
	.cmsNews .teaser1 li > article > a > img,
	.cmsNews .teaser4 li > article > a > img {
		width: auto;
	}

}

@media all and (max-width: 550px){

	.cmsNews {
		height: auto;
		padding-bottom: 45px;
	}
	.cmsNews .teaser1,
	.cmsNews .teaser4 {
		height: auto;
		left: auto;
		margin: 0 0 20px 0;
		position: relative;
		top: auto;
		width: auto;
	}
	.cmsNews .teaser1 li > article > a > img,
	.cmsNews .teaser4 li > article > a > img {
		width: 100%;
	}
	.cmsNews .teaser2,
	.cmsNews .teaser3 {
		height: auto;
		left: auto;
		margin: 0 0 20px 0;
		position: relative;
		top: auto;
		width: auto;
	}
	.cmsNews .teaser2 li > article,
	.cmsNews .teaser3 li > article {
		padding-right: 50px;
	}
	.cmsNews .teaser2 li > article > a.more,
	.cmsNews .teaser3 li > article > a.more {
		bottom: 20px;
		display: block;
		right: 20px;
	}
	.cmsNews .sujets {
		height: auto;
		left: auto;
		margin: 0 0 20px 0;
		position: relative;
		top: auto;
		width: auto;
	}
	.cmsNews .sujets li > img {
		width: 100%;
	}

}

/* Element - Suchergebnis */

.cmsSearch > .result > li {
	display: block;
	margin: 20px 0;
}
.cmsSearch > .result > li > a:before {
	background: url("/img/layout/ico-menuarrow.png") no-repeat scroll left top;
	background-size: 14px auto;
	content: "";
	display: block;
	height: 12px;
	left: 16px;
	margin: -6px 0 0;
	position: absolute;
	top: 50%;
	width: 14px;
}
.cmsSearch > .result > li > a {
	background: #EE7F01 none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin: 0 -45px;
	padding: 7px 45px 6px;
	position: relative;
}
.cmsSearch > .result > li > p {
	margin: 10px 0;
}
.cmsSearch > .pager {
	margin: 40px 0 0 0;
}
.cmsSearch > .pager > p {
	display: inline-block;
	margin: 0 10px 0 0;
}
.cmsSearch > .pager > ul {
	display: inline-block;
}
.cmsSearch > .pager > ul > li {
	display: inline-block;
	margin: 0 4px;
}
.cmsSearch > .newsearch {
	background: #ee7f01 none repeat scroll 0 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	line-height: 1.4;
	margin: 40px -45px 20px;
	padding: 8px 45px 6px 45px;
	position: relative;
}

@media all and (max-width: 700px){

	.cmsSearch > .result > li > a {
		margin-left: -20px;
		margin-right: -20px;
	}

}

/* Element - Text-Aufzählung */

.cmsTextListKombi {
	margin: -1px -46px -1px 0;
}
.cmsTextListKombi:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTextListKombi > .left {
	float: left;
	padding: 40px 45px 40px 0;
	width: 51.903114186851212%; /* 600 */
}
.cmsTextListKombi > .left > h2 {
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 27px 0;
}
.cmsTextListKombi > .right {
	background: #EE7F01;
	float: left;
	padding: 40px 45px;
	width: 48.096885813148788%; /* 556 */
}
.cmsTextListKombi > .right > h2 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 27px 0;
}
.cmsTextListKombi > .right > ul > li:before {
	content: "\E818";
	border: 3px solid #ffffff;
	color: #ffffff;
	font-family: "fontello";
	font-size: 24px;
	font-weight: normal;
	height: 45px;
	left: 0;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 45px;
}
.cmsTextListKombi > .right > ul > li {
	color: #000000;
	font-weight: normal;
	margin: 16px 0;
	padding: 9px 0 0 68px;
	position: relative;
}

@media all and (max-width: 980px){
	
	.cmsTextListKombi > .left,
	.cmsTextListKombi > .right {
		width: 50%;
	}
	.cmsTextListKombi > .left > h2,
	.cmsTextListKombi > .right > h2 {
		font-size: 28px;
	}

}

@media all and (max-width: 800px){

	.cmsTextListKombi {
		margin-right: 0;
	}
	.cmsTextListKombi > .left {
		padding: 0 0 40px 0;
	}
	.cmsTextListKombi > .left,
	.cmsTextListKombi > .right {
		float: none;
		width: auto;
	}

}

@media all and (max-width: 500px){

	.cmsTextListKombi > .left,
	.cmsTextListKombi > .right {
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}

}

/* Element - Mitarbeiter */

.employee {
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.cmsEmployee + * {
	margin-top: -40px;
}
.cmsEmployee:after {
	clear: both;
	content: "";
	display: block;
}
.cmsEmployee > .employee {
	background: #F2F2F2;
	float: left;
	margin: 0 3.603603603603604% 3.603603603603604% 0; /* 0 40 40 0 */
	min-height: 240px;
	opacity: 1;
	position: relative;
	width: 48.198198198198199%; /* 535 */
}
.cmsEmployee > .employee:nth-child(2n) {
	margin-right: 0;
}
.cmsEmployee > .employee:nth-child(2n) + div {
	clear: left;
}
.cmsEmployee > .employee > figure > img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 160px;
}
.cmsEmployee > .employee > figure > figcaption {
	padding: 20px 30px 20px 190px;
	width: 100%;
}
.cmsEmployee > .employee > figure > figcaption > .name {
	color: #ee7f01;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

@media all and (max-width: 930px){

	.cmsEmployee + * {
		margin-top: 0;
	}
	.cmsEmployee > .employee {
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
		width: auto;
	}

}

@media all and (max-width: 500px){

	.cmsEmployee > .employee {
		min-height: 0;
	}
	.cmsEmployee > .employee > figure > img {
		border: 2px solid #ffffff;
		left: 10px;
		top: 10px;
		width: 102px;
	}
	.cmsEmployee > .employee > figure > figcaption {
		padding-left: 140px;
	}

}

@media all and (max-width: 400px){

	.cmsEmployee {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cmsEmployee > .employee > figure > img {
		width: 82px;
	}
	.cmsEmployee > .employee > figure > figcaption {
		font-size: 15px;
		padding-left: 105px;
	}
	.cmsEmployee > .employee > figure > figcaption > .name {
		font-size: 17px;
	}

}

/*! jQuery UI - v1.11.4 - 2015-07-09
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* jQuery UI Kalender Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker {
	background: #FFFFFF;
	border: 1px solid #9f9f9f;
	font-size: 16px;
}
.ui-datepicker-header {
	background: #EE7F01 !important;
	border: 1px solid #9f9f9f;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #CFCFCF !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: normal !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #EE7F01 !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	font-weight: bold;
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 7px 0 0 0 !important;
	top: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFFFFF;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: #2D343E;
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 8040;
}

.fancybox-close:hover {
	background: #000000;
}

.fancybox-close:before {
	color: #FFFFFF;
	content: '\E82A';
	font-family: 'fontello';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-nav {
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	cursor: pointer;
	height: 100%;
	position: fixed;
	text-decoration: none;
	top: 0;
	width: 30%;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: opacity 200ms ease-in-out 0s;
	width: 55px;
	z-index: 8040;
}

.fancybox-nav:hover span {
	background: #000000;
}

.fancybox-prev span {
	left: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-prev span:before {
	color: #FFFFFF;
	content: '\E806';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 10px 0 0;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-next span {
	right: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-next span:before {
	color: #FFFFFF;
	content: '\E808';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 0 0 10px;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin-right: 0 !important;
	overflow-x: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow-x: auto;
}

/* Title helper */

.fancybox-title {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	padding-right: 145px !important;
	position: absolute;
	text-overflow: ellipsis;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 15px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	display: none !important;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/img/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/* Animation */

.micAnimation {
	height: 100%;
	width: 100%;
}
.micAnimation > ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation > ul > .slide {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}
.micAnimation > ul > .slide.animated {
	opacity: 1;
}
.micAnimation > ul > .slide > img {
	display: block;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Text mit TextWrapper */

.micAnimation > ul > .slide > .textBox.textWrap {
	position: absolute;
	z-index: 2;
}

/* Text ohne TextWrapper */

.micAnimation > ul > .slide > .textBox:not(.textWrap) > p {
    position: absolute;
    z-index: 2;
}
.micAnimation > ul > .slide > .textBox:not(.textWrap) > p:last-child {
    z-index: 3;
}

/* Navigation - Pfeile */

.micAnimation > .arrows > a {
	color: inherit;
	display: block;
	font-family: "fontello";
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transition: all 800ms ease 500ms;
	-moz-transition: all 800ms ease 500ms;
	-ms-transition: all 800ms ease 500ms;
	-o-transition: all 800ms ease 500ms;
	transition: all 800ms ease 500ms;
}
.micAnimation > .arrows > a.prev:before {
	content: "\E806";
	display: block;
}
.micAnimation > .arrows > a.prev {
	left: -60px;
}
.micAnimation > .arrows.animated > a.prev {
	left: 20px;
	opacity: 0.4;
}
.micAnimation > .arrows > a.next:before {
	content: "\E808";
	display: block;
}
.micAnimation > .arrows > a.next {
	right: -60px;
}
.micAnimation > .arrows.animated > a.next {
	opacity: 0.4;
	right: 20px;
}
.micAnimation > .arrows > a.prev:hover,
.micAnimation > .arrows > a.next:hover {
	color: inherit;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Navigation - Bullets */

.micAnimation > .bullets > ul {
	bottom: -20px;
	display: block;
	line-height: 1;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 800ms ease-out 1200ms;
	-moz-transition: all 800ms ease-out 1200ms;
	-ms-transition: all 800ms ease-out 1200ms;
	-o-transition: all 800ms ease-out 1200ms;
	transition: all 800ms ease-out 1200ms;
}
.micAnimation > .bullets.animated > ul {
	bottom: 20px;
	opacity: 1;
}
.micAnimation > .bullets > ul > li {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.micAnimation > .bullets > ul > li:hover,
.micAnimation > .bullets > ul > li.selected {
	background: #888;
}

/* Animation - Custom */

.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1.3;
	text-align: center;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 50px;
	font-weight: 900;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	font-size: 30px;
	font-weight: 300;
}

@media all and (max-width: 500px){

	.micAnimation > ul > .slide > .textBox {
		display: none;
	}

}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}