<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}

/* Open Sans */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/open-sans-v29-latin-regular.woff2') format('woff2'),
       url('/fonts/open-sans-v29-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/fonts/open-sans-v29-latin-600.woff2') format('woff2'),
       url('/fonts/open-sans-v29-latin-600.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/open-sans-v29-latin-700.woff2') format('woff2'),
       url('/fonts/open-sans-v29-latin-700.woff') format('woff');
}

/* Grundlegende Angaben */

body {
	font: 14px/1.5 'Open Sans', Helvetica, sans-serif;
	color: #585856;
	-webkit-text-size-adjust: none;
}
a {
	color: #585856;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #CFCFCF;
	border-radius: 0;
}
input[type='submit'] {
	-webkit-appearance: none;
}
ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
.seperator {
	clear: both;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.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: 1280px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Layout - Header */

#HeaderWrapper {
	background: #034987;
	border-bottom: 2px solid #009FEC;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
	height: 68px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
#HeaderWrapper &gt; .WidthWrapper {
	height: 66px;
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	z-index: 4;
}
#HeaderWrapper &gt; .WidthWrapper &gt; a.logo {
	float: left;
	max-width: 227px;
}
#HeaderWrapper &gt; .WidthWrapper &gt; a.logo &gt; img {
	display: block;
	width: 100%;
}
#HeaderWrapper &gt; .WidthWrapper &gt; div.menuMarker {
	background: url("/img/layout/layout.png") no-repeat scroll left top;
	bottom: -2px;
	height: 8px;
	left: 0;
	position: absolute;
	width: 20px;
	z-index: 3;
	-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 &gt; .bgDropdown {
	background: #009FEC;
	box-shadow: 0 2px 3px 0 #000000;
	display: none;
	min-height: 129px;
	padding: 5px 0 0;
	position: absolute;
	top: 68px;
	width: 100%;
	z-index: 2;
}
#HeaderWrapper &gt; .bgDropdown.active {
	display: block;
}
#HeaderWrapper &gt; .bgDropdown &gt; .wrapper {
	margin: 0 auto;
	max-width: 940px;
}
#HeaderWrapper &gt; .bgDropdown &gt; .wrapper &gt; .slogan {
	background: url("/img/layout/layout.png") no-repeat scroll 0 -1766px;
	height: 63px;
	margin: 16px 0 16px 20px;
	width: 175px;
}

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

	#HeaderWrapper {
		height: auto;
		position: relative;
	}
	#HeaderWrapper &gt; .WidthWrapper {
		height: auto;
	}
	#HeaderWrapper &gt; .WidthWrapper &gt; a.logo {
		margin-bottom: 8px;
		margin-top: 8px;
		max-width: 180px;
	}
	#HeaderWrapper &gt; .WidthWrapper &gt; div.menuMarker {
		display: none;
	}
	#HeaderWrapper &gt; .bgDropdown {
		display: none !important;
	}

}

/* Layout - Content */

#ContentWrapper {
	margin: 106px auto 0;
	max-width: 980px;
	padding: 0 20px 100px;
	position: relative;
	z-index: 2;
}
#ContentWrapper &gt; .center {
	background: #EDEDED;
	padding: 20px;
	width: 100%;
}
#ContentWrapper &gt; .center:after,
#ContentWrapper &gt; .center:before {
	background: #000000;
	bottom: 120px;
	-moz-box-shadow: 0 15px 10px #000000;
	-webkit-box-shadow: 0 15px 10px #0000000;
	box-shadow: 0 15px 10px #000000;
	content: "";
	height: 24px;
	left: 30px;
	position: absolute;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	width: 50%;
	z-index: -1;
}
#ContentWrapper &gt; .center:after {
	left: auto;
	right: 30px;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
#ContentWrapper.nobg &gt; .center {
	background: none;
	padding: 0;
}
#ContentWrapper.nobg &gt; .center:after,
#ContentWrapper.nobg &gt; .center:before {
	display: none;
}
#ContentWrapper &gt; .center &gt; .buttons {
	border-top: 2px dotted #6E6E6E;
	margin: 23px 0 0;
	padding: 21px 0 0;
}
#ContentWrapper &gt; .center &gt; .buttons &gt; a {
	color: #575757;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#ContentWrapper &gt; .center &gt; .buttons &gt; a:hover {
	color: #00AEEF;
	text-decoration: none;
}
#ContentWrapper &gt; .center &gt; .buttons &gt; a.back {
	background: url("/img/layout/layout.png") scroll no-repeat 93px -767px;
	float: right;
	padding: 8px 53px 8px 0;
}
#ContentWrapper &gt; .center &gt; .buttons a.mail {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -970px;
	float: left;
	padding: 8px 0 8px 55px;
}

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

	#ContentWrapper {
		margin-top: 68px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#ContentWrapper &gt; .center {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#ContentWrapper.nobg &gt; .center {
		padding: 30px 20px;
	}

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

	#ContentWrapper {
		margin-top: 0;
	}
		
}
@media all and (max-width: 500px){

	#ContentWrapper &gt; .center &gt; .buttons {
		display: none;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #034987;
	bottom: 0;
	box-shadow: 0 0 3px 2px #000000;
	position: fixed;
	width: 100%;
	z-index: 3;
}
#FooterWrapper &gt; .WidthWrapper {
	margin: 0 auto;
	max-width: 963px;
	min-height: 75px;
	padding: 0 23px 0 0;
}
#FooterWrapper &gt; .WidthWrapper &gt; a.logo {
	background: url("/img/layout/layout.png") no-repeat scroll 0 -674px;
	display: block;
	float: left;
	height: 66px;
	margin: 5px 0 0;
	width: 120px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links {
	float: right;
	margin: 18px 0 0;
	width: 210px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a {
	float: left;
	display: block;
	width: 34px;
	height: 40px;
	margin: 0 0 0 8px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.facebook {
	background: url("/img/layout/layout.png") scroll no-repeat -59px -835px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.facebook:hover {
	background: url("/img/layout/layout.png") scroll no-repeat -59px -903px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.search {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1249px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.search:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -1319px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.map {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1111px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.map:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -1180px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.mail {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -973px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.mail:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -1042px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.info {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -835px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a.info:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -904px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact {
	color: #FFFFFF;
	display: table;
	float: left;
	height: 75px;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact a {
	color: #FFFFFF;
	font-weight: normal;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left {
	padding: 0 0 0 30px;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left &gt; .name {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left &gt; .address {
	float: left;
	font-weight: bold;
	padding: 0 0 0 30px;
	text-transform: uppercase;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .right {
	display: table-cell;
	font-weight: bold;
	height: 75px;
	padding: 0 0 0 30px;
	text-transform: uppercase;
	vertical-align: middle;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .right a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .right a img {
	display: block;
	width: 137px;
	background: #ffffff;
	padding-right: 5px;
}

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

	#FooterWrapper {
		overflow: hidden;
		padding-bottom: 18px;
		padding-top: 18px;
		position: relative;
	}
	#FooterWrapper &gt; .WidthWrapper {
		padding-left: 23px;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; a.logo {
		display: none;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .contact {
		display: block;
		float: none;
		height: auto;
		width: 100%;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left {
		display: block;
		height: auto;
		padding-left: 0;
		text-align: center;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left &gt; .name,
	#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left &gt; .address {
		display: inline-block;
		float: none;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .right {
		display: block;
		height: auto;
		margin-top: 20px;
		padding-left: 0;
		text-align: center;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .right a {
		left: 50%;
		margin: 0 0 0 -68px;
		position: relative;	
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .links {
		float: none;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a {
		display: inline-block;
		float: none;
	}
	#FooterWrapper &gt; .WidthWrapper &gt; .links &gt; a:first-child {
		margin-left: 0;
	}

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

	#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left &gt; .name,
	#FooterWrapper &gt; .WidthWrapper &gt; .contact &gt; .left &gt; .address {
		display: block;
		padding-left: 0;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
#GalleryWrapper &gt; .animation {
	position: relative;
	z-index: 10;
}
#GalleryWrapper &gt; .animation &gt; .wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

/* Layout - Standard (Weiß) */

body.bluewhite #ContentWrapper &gt; .center {
	background: #FFFFFF;
}

/* Menü - Hauptmenü */

nav &gt; div {
	display: none;
}
nav &gt; ul {
	float: left;
	list-style: none;
	margin: 17px 0 0 10px;
}
nav &gt; ul &gt; li {
	float: left;
	position: relative;
}
nav &gt; ul &gt; li &gt; a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px 35px;
	position: relative;
	text-decoration: none;
	z-index: 4;
}
nav &gt; ul &gt; li:hover &gt; a, 
nav &gt; ul &gt; li &gt; a.selected {
	color: #009FEC;
	text-decoration: none;
}
nav &gt; ul &gt; li:hover &gt; ul {
	display: block;
}
nav &gt; ul &gt; li &gt; ul {
	display: none;
	list-style: none;
	padding: 14px 0 10px;
	position: absolute;
	top: 51px;
}
@media all and (min-width: 750px){
	nav &gt; ul &gt; li &gt; ul {
		overflow: auto;
		max-height: 500px;
		padding-bottom: 20px;
	}
}

nav &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 1px 17px;
	white-space: nowrap;
}
nav &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover, 
nav &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected {
	color: #044177;
	text-decoration: none;
}

/* MOBILE */

nav.mobile &gt; div {
	background: url("/img/layout/sym_menu.png") no-repeat scroll left top;
	cursor: pointer;
	display: block;
	height: 39px;
	line-height: 1;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	top: 11px;
	width: 34px;
}
nav.mobile &gt; ul {
	background: #034987;
	clear: both;
	display: none;
	float: none;
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
}
nav.mobile &gt; ul.open {
	display: block;
}
nav.mobile &gt; ul &gt; li {
	float: none;
	padding: 0 20px;
}
nav.mobile &gt; ul &gt; li &gt; a {
	font-size: 16px;
	padding: 10px 0;
	text-transform: uppercase;
}
nav.mobile &gt; ul &gt; li &gt; a:hover {
	text-decoration: none;
}
nav.mobile &gt; ul &gt; li:hover &gt; ul {
	display: none;
}
nav.mobile &gt; ul &gt; li &gt; ul.open {
	display: block;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
}
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	border-bottom: 1px dotted #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	padding: 7px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover,
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected {
	color: #009FEC;
}

/* MOBILE Custom */

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

	nav &gt; ul &gt; li:last-child &gt; ul {
		left: auto;
		right: 0;
	}

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

	nav &gt; ul &gt; li &gt; a {
		padding-left: 6px;
		padding-right: 6px;
	}

}

/* Menü - Untermenü */

ul.submenu {
	list-style: none;
}
ul.submenu &gt; li &gt; a {
	display: inline-block;
	padding: 0 5px 10px 10px;
}
ul.submenu &gt; li &gt; a:hover, 
ul.submenu &gt; li &gt; a.selected {
	color: #FFFFFF;
}

/* Menü - Metamenü */

ul.metamenu {
	list-style: none;
	float: left;
}
ul.metamenu li {
	float: left; /* schreibe Einträge nebeneinander */
}
ul.metamenu li a {
	padding: 0 4px; /* 0 4 */
	display: block;
}
ul.metamenu li a:hover, 
ul.metamenu li a.selected {
	color: #FFFFFF;
}

/* Menü - Teasermenü */

ul.teasermenu {
	margin: 20px -20px 0 -20px;
}
ul.teasermenu.active {
	margin-top: 50px;
	border-top: 2px dotted #6E6E6E;
	border-bottom: 2px dotted #6E6E6E;
}
ul.teasermenu &gt; li {
	background: #009FED;
	padding: 20px 20px 0;
}
ul.teasermenu &gt; li &gt; a {
	display: none;
}
ul.teasermenu &gt; li &gt; ul {
	display: table;
}
ul.teasermenu &gt; li &gt; ul &gt; li {
	float: left;
	width: 47.5%;
	margin: 0 5% 25px 0;
}
ul.teasermenu &gt; li &gt; ul &gt; li.last {
	margin-right: 0;
}
ul.teasermenu &gt; li &gt; ul &gt; li &gt; a {
	color: #1D5C92;
	text-transform: uppercase;
	display: block;
	padding: 0 0 5px;
}
ul.teasermenu &gt; li &gt; ul &gt; li &gt; a:hover,
ul.teasermenu &gt; li &gt; ul &gt; li &gt; a.selected {
	text-decoration: underline;
}
ul.teasermenu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	padding: 0 20px 0 0;
}
ul.teasermenu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover,
ul.teasermenu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected {
	color: #1D5C92;
	text-decoration: none;
}

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

	ul.teasermenu &gt; li &gt; ul &gt; li {
		float: none;
		margin-right: 0;
		width: 100%;
	}

}

/* Element - Überschriften */

h1 {
	background: url("/img/layout/shadow_headline1.png") no-repeat scroll center bottom;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin: 0 -20px 56px;
	padding: 0 20px 26px;
	text-transform: uppercase;
}
h2 {
	color: #00AEEF;
	font-size: 20px;
	margin: 15px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	margin: 15px 0;
	text-transform: uppercase;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -10px;
}
h2.cms + h3.cms {
	margin-top: -10px;
}

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

	h1 {
		margin-bottom: 15px;
	}

}

/* Element - Textinhalt */

p.text {
	margin: 15px 0;
}
p.text &gt; a {
	text-decoration: underline;
}
p.text.var {
	font-size: 16px;
}

/* Elemente - Aufzählung */

.cmsList {
	margin: 15px 0;
}
.cmsList &gt; h2 {
	color: #585856;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.cmsList &gt; ul {
	margin: 0 0 0 13px;
}
.cmsList &gt; ul &gt; li {
	list-style: outside;
	margin: 3px 0;
	position: relative;
}
.cmsList &gt; ul &gt; li &gt; a {
	color: #00AEEF;
}

/* Element - Bild-Text */

.cmsImage {
	margin: 15px 0;
}
.cmsImage &gt; .right {
	float: right;
	margin: 0 0 0 15px;
	max-width: 50%;
}
.cmsImage &gt; .left {
	float: left;
	margin: 0 15px 0 0;
	max-width: 50%;
}
.cmsImage img {
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0 0 5px -2px #000000;
	-webkit-box-shadow: 0 0 5px -2px #000000;
	box-shadow: 0 0 5px -2px #000000;
	display: block;
	width: 100%;
}
.cmsImage .layer {
	font-size: 11px;
	padding: 5px 0 0 0;
	width: 100%;
}

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

	.cmsImage &gt; .left,
	.cmsImage &gt; .right {
		float: none;
		margin: 0 0 15px;
		max-width: none;
	}
	
}

/* Element - Bildergalerie */

.cmsGallery {
	margin: 15px 0 -15px 0;
}
.cmsGallery .entry {
	float: left;
	margin: 0 2% 15px 0; /* 0 18 15 0 */
	position: relative;
	width: 32%; /* 288 */
}
.cmsGallery .entrylast {
	margin-right: 0;
}
.cmsGallery .entrylast + .entry {
	clear: left;
}
.cmsGallery .entry &gt; .image {
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0 0 5px -2px #000000;
	-webkit-box-shadow: 0 0 5px -2px #000000;
	box-shadow: 0 0 5px -2px #000000;
	cursor: pointer;
	position: relative;
}
.cmsGallery .entry &gt; .image &gt; a &gt; img {
	display: block;
	width: 100%;
}
.cmsGallery .entry .image:hover .buttons, 
.cmsGallery .entry .image:hover .overlay {
	display: block;
}
.cmsGallery .entry .image:hover .buttons {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	top: 50%;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}
.cmsGallery .entry .overlay {
	background: #034987;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	top: 0;
	width: 100%;
}
.cmsGallery .entry .buttons {
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	top: 30%;
	width: 100%;
}
.cmsGallery .entry .buttons .zoom {
	background: url("/img/layout/layout.png") no-repeat 0 -1319px;
	display: inline-block;
	height: 40px;
	width: 34px;
}
.cmsGallery .entry .buttons .download {
	background: url("/img/cms/cms.png") no-repeat 0 -53px;
	display: inline-block;
	margin: 0 0 0 10px;
	height: 40px;
	width: 34px;
}
.cmsGallery .entry .text {
	font-size: 11px;
	margin: 3px 0 0 0;
}

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

	.cmsGallery .entry:nth-child(3n) {
		margin-right: 2%;
	}
	.cmsGallery .entry:nth-child(3n) + .entry {
		clear: none;
	}
	.cmsGallery .entry {
		margin-right: 2%;
		width: 49%;
	}
	.cmsGallery .entry:nth-child(2n) {
		margin-right: 0;
	}
	.cmsGallery .entry:nth-child(2n) + .entry {
		clear: left;
	}
	
}

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

	.cmsGallery .entry {
		clear: none !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		width: 100% !important;
	}

}

/* Element - Teaser */

.cmsTeaser {
	margin: 15px 0;
	position: relative;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser .image {
	float: left;
	margin: 0 2.222222222222222% 0 0; /* 0 20 0 0 */
	max-width: 310px;
	width: 34.444444444444443%; /* 310 */
}
.cmsTeaser .image &gt; a &gt; img {
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0 0 5px -2px #000000;
	-webkit-box-shadow: 0 0 5px -2px #000000;
	box-shadow: 0 0 5px -2px #000000;
	display: block;
	width: 100%;
}
.cmsTeaser .title {
	margin: 0 0 58px;
}
.cmsTeaser .title a {
	color: #585856;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.cmsTeaser .title a:hover {
	color: #00AEEF;
	text-decoration: none;
}
.cmsTeaser .text {
	margin: 5px 0 0;
}
.cmsTeaser .more {
	border-top: 2px dotted #6E6E6E;
	float: left;
	margin: 23px 0 0;
	padding: 21px 0 0;
	text-align: left;
	width: 63.333333333333336%; /* 570 */
}
.cmsTeaser .more a {
	display: block;
	padding: 8px 53px 8px 0;
	color: #575757;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}
.cmsTeaser .more a:after {
	background: url("/img/layout/layout.png") no-repeat scroll 0 -99px;
	content: "";
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}
.cmsTeaser .more a:hover {
	color: #00AEEF;
	text-decoration: none;
}
.cmsTeaserNoImage {
	min-height: 0;
}
.cmsTeaserNoImage .title {
	margin-bottom: 0;
}
.cmsTeaserNoImage .more {
	bottom: auto;
	position: relative;
	width: 100%;
}
.cmsTeaserNoImage .title,
.cmsTeaserNoImage .text,
.cmsTeaserNoImage .more {
	margin-left: 0;
}

/* Teaser (Titel + Zusatz) */

.cmsTeaserTitleAdd {
	border-bottom: 2px dotted #6E6E6E;
	margin: 15px 0;
	padding: 10px 0;
}
.cmsTeaserTitleAdd.entrylast {
	border-bottom: 0;
}
.cmsTeaserTitleAdd .title {
	float: left;
	width: 75.555555555555557%; /* 680 */
}
.cmsTeaserTitleAdd .addition {
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	width: 24.444444444444443%; /* 220 */
}

/* Teaser mit Menü */

.cmsTeaserWithMenu .image {
	margin-right: 2.127659574468085%; /* 20 */
	width: 31.914893617021278%; /* 300 */
}
.cmsTeaserWithMenu .image img {
	border: 0 !important;
	box-shadow: none !important;
}
.cmsTeaserWithMenu .image .shadowBottom {
	height: 14px;
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1689px;
}
.cmsTeaserWithMenu .content {
	float: left;
	width: 65.957446808510639%; /* 620 */
}
.cmsTeaserWithMenu .content .wrapper {
	min-height: 300px;
	background: #EDEDED;
	padding: 20px 20px 86px;
	position: relative;
}
.cmsTeaserWithMenu .content .wrapper .title a {
	line-height: 1;
}
.cmsTeaserWithMenu .content .wrapper .title,
.cmsTeaserWithMenu .content .wrapper .text,
.cmsTeaserWithMenu .content .wrapper .more {
	margin-left: 0 !important;
}
.cmsTeaserWithMenu .content .wrapper .teasermenu {
	height: 0;
	overflow: hidden;
}
.cmsTeaserWithMenu .content .wrapper .more {
	bottom: 20px;
	float: none;
	left: 20px;
	position: absolute;
	right: 20px;
	width: auto;
}
.cmsTeaserWithMenu .content .wrapper .more a {
	position: relative;
}
.cmsTeaserWithMenu .content .wrapper .more.menuShow {
	border-top: 0;
}
.cmsTeaserWithMenu .content .wrapper .more a:after {
	background: url("/img/cms/cms.png") no-repeat scroll 0 -124px;
	content: "";
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}
.cmsTeaserWithMenu .content .wrapper .more.menuShow a:after {
	background-position: 0 -194px;
}
.cmsTeaserWithMenu .content .shadowBottom {
	width: 100%;
	height: 11px;
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1524px;
}

/* Einzelteaser - Variante Blau */

.cmsSingleTeaserNoImage {
	float: left;
	height: 300px;
	margin: 0 2.127659574468085% 20px 0; /* 0 20 20 0 */
	position: relative;
	width: 31.914893617021278%; /* 300 */
}
.cmsSingleTeaserNoImage.entrylast {
	margin-right: 0;
}
.cmsSingleTeaserNoImage.blue {
	background: #034987;
}
.cmsSingleTeaserNoImage.lightblue {
	background: #009FEC;
}
.cmsSingleTeaserNoImage .content {
	height: 100%;
	padding: 20px;
	width: 100%;
}
.cmsSingleTeaserNoImage .content .title a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding-right: 15px;
	text-transform: uppercase;
	width: 209px;
}
.cmsSingleTeaserNoImage .content .title a.block {
	padding-right: 0;
	width: 100%;
}
.cmsSingleTeaserNoImage .content .title a:hover {
	color: #009FEC;
	text-decoration: none;
}
.cmsSingleTeaserNoImage .content .text {
	bottom: 103px;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	right: 20px;
}
.cmsSingleTeaserNoImage .content .more {
	bottom: 0;
	border-top: 2px dotted #FFFFFF;
	left: 20px;
	padding: 10px 0 26px;
	position: absolute;
	right: 20px;
	text-align: left;
}
.cmsSingleTeaserNoImage .content .more a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 8px 53px 8px 0;
	position: relative;
	text-transform: uppercase;
}
.cmsSingleTeaserNoImage .content .more a:after {
	background: url("/img/layout/layout.png") no-repeat scroll 0 -99px;
	content: "";
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}
.cmsSingleTeaserNoImage .content .more a:hover {
	color: #00AEEF;
	text-decoration: none;
}
.cmsSingleTeaserNoImage .shadowBottom {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1689px;
	height: 14px;
	width: 100%;
}

/* Icon + Titel + Text */
		
.cmsSingleTeaserNoImage .content .icon {
	float: left;
	width: 48px;
	height: 56px;
	margin: 0 18px 0 0;
}
.cmsSingleTeaserNoImage .content .icon.access {
	background: url("/img/layout/ico_access.png") scroll no-repeat left center;
	background-size: 48px 56px;
}
.cmsSingleTeaserNoImage .content .icon.continuation {
	background: url("/img/layout/ico_continuation.png") scroll no-repeat left center;
	background-size: 48px 55px;
}
.cmsSingleTeaserNoImage .content .icon.opening {
	background: url("/img/layout/ico_opening.png") scroll no-repeat left center;
	background-size: 48px 56px;
}
.cmsSingleTeaserNoImage .content .icon.relocation {
	background: url("/img/layout/ico_relocation.png") scroll no-repeat left center;
	background-size: 48px 56px;
}
.cmsSingleTeaserNoImage .content .icon.shift {
	background: url("/img/layout/ico_shift.png") scroll no-repeat left center;
	background-size: 48px 56px;
}
.cmsSingleTeaserNoImage .content .icon.foundation {
	background: url("/img/layout/ico_foundation.png") scroll no-repeat left center;
	background-size: 48px 55px;
}
.cmsSingleTeaserNoImage .content .icon.purchase {
	background: url("/img/layout/ico_purchase.png") scroll no-repeat left center;
	background-size: 48px 55px;
}
.cmsSingleTeaserNoImage .content .icon.takeover {
	background: url("/img/layout/ico_takeover.png") scroll no-repeat left center;
	background-size: 48px 55px;
}
.cmsSingleTeaserNoImage .content .icon.involvement {
	background: url("/img/layout/ico_involvement.png") scroll no-repeat left center;
	background-size: 48px 55px;
}
.cmsSingleTeaserNoImage .content .icon.expansion {
	background: url("/img/layout/ico_expansion.png") scroll no-repeat left center;
	background-size: 48px 55px;
}
.cmsSingleTeaserNoImage .content .icon.construction {
	background: url("/img/layout/ico_construction.png") scroll no-repeat left center;
	background-size: 48px 56px;
}
.cmsSingleTeaserNoImage .content .addition {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
.cmsSingleTeaserNoImage .content .title {
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
}
.cmsSingleTeaserNoImage.lightblue .content .text {
	border-top: 2px dotted #FFFFFF;
	padding: 10px 0 0;
	margin: 10px 0 0;
	position: relative;
	clear: both;
	bottom: auto;
}

/* Partnerteaser */

.cmsPartnerTeaser {
	float: left;
	margin: 0 2.127659574468085% 20px 0; /* 0 20 20 0 */
	width: 31.914893617021278%; /* 300 */
}
.cmsPartnerTeaser .image img {
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	width: 100%;
}
.cmsPartnerTeaser .image img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.cmsPartnerTeaser .shadowBottom {
	height: 14px;
	width: 100%;
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1689px;;
}
.cmsPartnerTeaser.entrylast {
	margin-right: 0;
}

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

	/* Teaser mit Menü */

	.cmsTeaserWithMenu .content .wrapper {
		background: #FFFFFF;
	}

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

	/* Teaser (Titel + Zusatz) */

	.cmsTeaserTitleAdd .title {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}
	.cmsTeaserTitleAdd .addition {
		float: none;
		width: 100%;
	}

	/* Einzelteaser - Variante Blau */

	.cmsSingleTeaserNoImage {
		margin-right: 5%;
		width: 47.5%;
	}
	.cmsSingleTeaserNoImage.entrylast {
		margin-right: 5%;
	}
	.cmsSingleTeaserNoImage:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsSingleTeaserNoImage	.content {
		padding-bottom: 85px;
	}
	.cmsSingleTeaserNoImage .content .title a {
		float: none;	
		width: 100%;
	}
	.cmsSingleTeaserNoImage .content .text {
		bottom: 0;
		position: relative;
		width: 100%;
	}
		
}
@media all and (max-width: 650px){

	.cmsTeaser .image {
		display: none;
	}
	.cmsTeaser .title {
		margin-bottom: 15px;
	}
	.cmsTeaser .more {
		float: none;
		width: 100%;
	}

	/* Teaser mit Menü */

	.cmsTeaserWithMenu .content {
		float: none;
		width: 100%;
	}
		
}
@media all and (max-width: 580px){

	/* Einzelteaser - Variante Blau */

	.cmsSingleTeaserNoImage {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.cmsSingleTeaserNoImage .content {
		padding-bottom: 85px;
	}
	.cmsSingleTeaserNoImage .content .title a {
		float: none;
	}

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

	.cmsTeaser .image {
		display: block;
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}

	/* Teaser mit Menü */

	.cmsTeaserWithMenu .image {
		display: none;
	}

	/* Partnerteaser */

	.cmsPartnerTeaser {
		margin-right: 5%;
		width: 47.5%;
	}
	.cmsPartnerTeaser.entrylast {
		margin-right: 5%;
	}
	.cmsPartnerTeaser:nth-of-type(2n) {
		margin-right: 0;
	}

}

/* Element - Tabelle */

.cmsTable {
	margin: 15px 0;
}
.cmsTable h2 {
	margin: 0;
	padding: 0 0 8px 0;
}
.cmsTable &gt; table {
	width: 100%;
}
.cmsTable &gt; table &gt; tbody &gt; tr.val2 {
	background: #FAFAFA;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.cmsTable &gt; table &gt; tbody &gt; tr &gt; td {
	line-height: 1.3;
	padding: 5px;
}
.cmsTable .footer {
	font-size: 11px;
	padding: 5px 5px 0 5px;
}

/* Tabelle (ohne Hintergrund) */

.cmsTable.nobg &gt; table &gt; tbody &gt; tr {
	background: none;
	border: none;
}

/* Responsive */

.cmsTable.responsive &gt; table,
.cmsTable.responsive tbody,
.cmsTable.responsive tr,
.cmsTable.responsive td { 
	display: block; 
}
.cmsTable.responsive tr:first-child { 
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.cmsTable.responsive tr {
	border-bottom: 1px solid #CFCFCF;
}
.cmsTable.nobg.responsive td,
.cmsTable.cmsDescTable.responsive td {
	padding-left: 0;
	padding-right: 0;
}

/* Element - Verlinkungen */

/* Links (intern &amp; extern) */

.cmsLink {
	margin: 15px 0;
}
.cmsLink a {
	background: url("/img/cms/cms.png") no-repeat 0 -462px;
	color: #585856;
	display: inline-block;
	font-size: 16px;
	padding: 2px 0 2px 13px;
	text-transform: uppercase;
}
.cmsLink a:hover {
	background-image: url("/img/cms/cms.png");
	background-position: 0 -499px;
	color: #00AEEF;
	text-decoration: none;
}

/* Verweisliste */

.cmsRefs {
	margin: 15px 0;
}
.cmsRefs h2 {
	margin: 0 0 5px 0;
}
.cmsRefs a {
	background: url("/img/cms/cms.png") no-repeat 0 -462px;
	color: #585856;
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 2px 0 2px 13px;
}
.cmsRefs a:hover {
	background-image: url("/img/cms/cms.png");
	background-position: 0 -499px;
	color: #00AEEF;
	text-decoration: none;
}

/* E-Mail */

.cmsMail {
	margin: 15px 0;
}
.cmsMail a {
	background: url("/img/cms/cms.png") no-repeat 0 -330px;
	color: #575757;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 10px 50px;
	text-transform: uppercase;
}
.cmsMail a:hover {
	color: #00AEEF;
	text-decoration: none;
}

/* Element - Dropdown */

.cmsDrop {
	margin: 15px 0;
}
.cmsDrop &gt; h3 {
	background: url("/img/cms/cms.png") no-repeat scroll 0 -193px;
	color: #575757;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 10px 50px;
	text-transform: uppercase;
}
.cmsDrop &gt; h3:hover {
	color: #00AEEF;
}
.cmsDrop &gt; h3.contentHide {
	background-image: url("/img/cms/cms.png");
	background-position: 0 -123px;
}
.cmsDrop &gt; h3.contentHide + div {
	display: none;
}

/* Element - Youtube */

.cmsYoutube {
	margin: 15px 0;
}
.cmsYoutube &gt; h2 {
	margin: 0 0 10px 0;
}
.cmsYoutube .video {
	height: 0;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0 0 5px -2px #000000;
	-webkit-box-shadow: 0 0 5px -2px #000000;
	box-shadow: 0 0 5px -2px #000000;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.cmsYoutube iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube .text {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Element - Iframe */

iframe.cmsIframe {
	margin: 15px 0;
}

/* Element - Datei */

.cmsFile, .cmsXLS, .cmsPDF, .cmsDOC {
	margin: 5px 0;
}
.cmsFile a, .cmsXLS a, .cmsPDF a, .cmsDOC a {
	color: #575757;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 10px 50px;
	text-transform: uppercase;
}
.cmsFile a:hover, .cmsXLS a:hover, .cmsPDF a:hover, .cmsDOC a:hover {
	color: #00AEEF;
	text-decoration: none;
}
.cmsFile a {
	background: url("/img/cms/cms.png") scroll no-repeat 0 -260px;
}
.cmsXLS a {
	background: url("/img/cms/cms.png") scroll no-repeat 0 -614px;
}
.cmsPDF a {
	background: url("/img/cms/cms.png") scroll no-repeat 0 -400px;
}
.cmsDOC a {
	background: url("/img/cms/cms.png") scroll no-repeat 0 -544px;
}

/* Element - Formular */

.cmsFormWrapper {
	margin: 25px 0;
}
.cmsForm {
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0 0 5px -2px #000000;
	-webkit-box-shadow: 0 0 5px -2px #000000;
	box-shadow: 0 0 5px -2px #000000;
	float: right;
	max-width: 671px;
	width: 100%;
}
.cmsForm &gt; .wrapper {
	background: #FAFAFA;
	-moz-box-shadow: -1px -1px 5px 0 #C9C9C9 inset;
	-webkit-box-shadow: -1px -1px 5px 0 #C9C9C9 inset;
	box-shadow: -1px -1px 5px 0 #C9C9C9 inset;
	padding: 15px;
}
.cmsForm &gt; .wrapper &gt; .row {
	margin: 10px 0;
}
.cmsForm &gt; .wrapper &gt; .row &gt; label {
	display: block;
	float: left;
	padding: 6px 0 0 0;
	width: 30%;
}
.cmsForm &gt; .wrapper &gt; .row &gt; .field {
	border: 1px solid #CFCFCF;
	outline: none;
	padding: 4px 3px;
	width: 70%;
}
.cmsForm &gt; .wrapper &gt; .row &gt; .field:focus {
	border: 1px solid #93C8FF;
	-moz-box-shadow: 0 0 4px #1983F0;
	-webkit-box-shadow: 0 0 4px #1983F0;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm &gt; .wrapper &gt; .row &gt; select.field {
	padding: 3px 3px 3px 0;
}
.cmsForm &gt; .wrapper &gt; .row &gt; textarea.field {
	line-height: 1.2;
	min-height: 100px;
}
.cmsForm &gt; .wrapper &gt; .row &gt; .checkbox {
	border: 0;
	margin: 5px 2px 1px 0;
	padding: 0;
	vertical-align: text-bottom;
	width: auto;	
}
.cmsForm &gt; .wrapper &gt; .infotext {
	line-height: 1.3;
}
.cmsForm &gt; .wrapper &gt; .row &gt; .datepicker {
	background: url("/img/cms/cms.png") no-repeat 80px 3px #FFFFFF;
	cursor: pointer;
	padding: 4px 3px 5px;
	width: 114px !important;
}
.ui-datepicker-trigger  {
	vertical-align: middle;
	margin: 0 0 0 5px;
	cursor: pointer;
}
.cmsForm &gt; .wrapper &gt; .button {
	border-top: 2px dotted #6E6E6E;	
	margin: 23px 0 0;
	padding: 21px 0 0;
	text-align: right;
}
.cmsForm &gt; .wrapper &gt; .button input {
	background: url("/img/layout/layout.png") no-repeat scroll 143px -1385px;
	border: 0;
	color: #575757;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	padding: 8px 53px 8px 0;
	text-transform: uppercase;
}
.cmsForm &gt; .wrapper &gt; .button input:hover {
	color: #00AEEF;
}
.cmsForm &gt; .wrapper .msg {
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
.cmsForm &gt; .wrapper .error {
	border: 1px solid #FF0000 !important;
	-moz-box-shadow: 0 0 3px #FF0000;
	-webkit-box-shadow: 0 0 3px #FF0000;
	box-shadow: 0 0 3px #FF0000;
	color: #FF0000;
}

@media all and (max-width: 750px){
	
	.cmsForm {
		float: none;
		max-width: 100%;
	}
	.cmsForm &gt; .wrapper &gt; .row &gt; label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm &gt; .wrapper &gt; .row &gt; .field {
		width: 100%;
	}

}

/* Element - Download */

.cmsDownload &gt; a {
	display: inline-block;
	padding: 10px 0 10px 36px;
	position: relative;
	background: url("/img/cms/cms.png") no-repeat scroll 0 -492px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-left: 14px;
}
.cmsDownload &gt; a &gt; i {
	left: 0;
	position: absolute;
	top: 0;
}

/*! jQuery UI - v1.10.2 - 2013-03-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=&amp;fwDefault=&amp;fsDefault=&amp;cornerRadius=4px&amp;bgColorHeader=%23cccccc&amp;bgTextureHeader=highlight_soft&amp;bgImgOpacityHeader=75&amp;borderColorHeader=%23aaaaaa&amp;fcHeader=%23222222&amp;iconColorHeader=%23222222&amp;bgColorContent=%23ffffff&amp;bgTextureContent=flat&amp;bgImgOpacityContent=75&amp;borderColorContent=%23aaaaaa&amp;fcContent=%23222222&amp;iconColorContent=%23222222&amp;bgColorDefault=%23e6e6e6&amp;bgTextureDefault=glass&amp;bgImgOpacityDefault=75&amp;borderColorDefault=%23d3d3d3&amp;fcDefault=%23555555&amp;iconColorDefault=%23888888&amp;bgColorHover=%23dadada&amp;bgTextureHover=glass&amp;bgImgOpacityHover=75&amp;borderColorHover=%23999999&amp;fcHover=%23212121&amp;iconColorHover=%23454545&amp;bgColorActive=%23ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=%23aaaaaa&amp;fcActive=%23212121&amp;iconColorActive=%23454545&amp;bgColorHighlight=%23fbf9ee&amp;bgTextureHighlight=glass&amp;bgImgOpacityHighlight=55&amp;borderColorHighlight=%23fcefa1&amp;fcHighlight=%23363636&amp;iconColorHighlight=%232e83ff&amp;bgColorError=fef1ec&amp;bgTextureError=glass&amp;bgImgOpacityError=95&amp;borderColorError=cd0a0a&amp;fcError=cd0a0a&amp;iconColorError=cd0a0a&amp;bgColorOverlay=%23aaaaaa&amp;bgTextureOverlay=flat&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=30&amp;bgColorShadow=%23aaaaaa&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=0&amp;opacityShadow=30&amp;thicknessShadow=8px&amp;offsetTopShadow=-8px&amp;offsetLeftShadow=-8px&amp;cornerRadiusShadow=8px
* Copyright 2013 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;
	filter:Alpha(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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: inherit;
	font-size: ;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/img/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* jQuery UI Kalender Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker-header {
	background: #585856 !important;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker table {
	font-size: 10px;
}
.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: #00AEEF !important;
	color: #FFFFFF !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 {
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
	color: #FFFFFF !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: 9px 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;
	color: #FFFFFF !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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	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 {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.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(244, 244, 244);
	background: rgba(244, 244, 244, 0.8);
}

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

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

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	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-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	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;
}

/* Privacy 1.0.0 */

/* Default */

.privacyCookie {
	background: #009FEC;
	font-size: 14px;
	padding: 10px 0;
	width: 100%;
}
.privacyCookie &gt; div &gt; p {
	color: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
}
.privacyCookie &gt; div &gt; p &gt; a {
	color: #FFFFFF;
	font-weight: bold;
}
.privacyCookie &gt; div &gt; a.button {
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	position: relative;
}

/* Direction Top */

.privacyCookie.top {
	margin: -300px 0 0 0;
	position: absolute;
	transition: margin 300ms ease;
	z-index: 5;
}
.showPrivacyCookie .privacyCookie.top {
	margin-top: 0 !important;
	position: relative;
}

/* Direction Bottom */

.privacyCookie.bottom {
	left: -10000px;
	position: fixed;
	transition: bottom 300ms ease;
	z-index: 9999;
}
.showPrivacyCookie .privacyCookie.bottom {
	bottom: 0 !important;
}

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

	.privacyCookie {
		padding-top: 18px;
	}
	.privacyCookie &gt; div &gt; p {
		float: none;
		margin-right: 0;
	}
	.privacyCookie &gt; div &gt; a.button {
		float: none;
		padding: 8px 0;
		display: block;
	}

}

/* Extension - Seperator */

.cmsSeperator {
	border-top: 2px dotted #6E6E6E;
	height: 1px;
	margin: 35px 0;
	width: 100%;
}

/* Extension - Suchergebnisse */

/* Headersuche */

form.headersearch {
	float: right;
	margin: 10px 23px 0;
}
form.headersearch input.field {
	width: 113px;
	background: none;
	background-size: 113px 3px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px dotted #FFFFFF;
	color: #FFFFFF;
	padding: 1px 0 4px 2px;
	margin: 10px 0 0;
	font-size: 13px;
	font-style: italic;
	float: left;
}
form.headersearch input.field::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
form.headersearch input.field:-moz-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
form.headersearch input.field::-moz-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
form.headersearch input.field:-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 1;
}
form.headersearch input.field::-ms-clear {
    display: none;
}
form.headersearch input.button {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1249px;
	width: 34px;
	height: 40px;
	border: 0;
	margin: 0 0 0 15px;
	cursor: pointer;
	float: left;
}
form.headersearch input.button:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -1319px;
}

/* Suchergebnisse */

.cmsSearchDetail .cmsTeaser .more {
	border-bottom: 2px dotted #6E6E6E;
	border-top: 0;
	padding-top: 0;
	text-align: right;
	padding-bottom: 15px;
	margin-top: 10px;
}
.cmsSearchDetail .cmsTeaser .more a {
	float: right;
	height: 35px;
	width: 30px;
	padding: 0;
}
.cmsSearchDetail .cmsTeaser .more a:after {
	background: url("/img/layout/layout.png") no-repeat scroll 0 -99px;
	content: "";
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}

/* Formular */

.cmsSearchDetail form input.field {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px dotted #6E6E6E;
	background: none;
	float: left;
	font-size: 13px;
	margin: 10px 0 0;
	padding: 0 0 5px;
	width: 200px;
}
.cmsSearchDetail form input.button {
	float: left;
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1249px;
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 40px;
	margin: 0 0 0 15px;
	width: 34px;
}

/* Navigation */

.cmsSearchDetail ul.navi {
	height: 22px;
	margin: 19px 0 0;
}
.cmsSearchDetail ul.navi li {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	font-size: 16px;
}
.cmsSearchDetail ul.navi li.label {
	float: left;
}
.cmsSearchDetail ul.navi li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	border-right: 1px solid #585856;
}
.cmsSearchDetail ul.navi li a.last {
	border-right: 0;
}
.cmsSearchDetail ul.navi li a:hover, 
.cmsSearchDetail ul.navi li a.selected {
	color: #009FEC;
}

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

	/* Headersuche */

	form.headersearch {
		margin-top: 10px;
	}
	form.headersearch input.field {
		display: none;
	}

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

	/* Headersuche */

	form.headersearch {
		float: none;
		margin: 0;
		position: absolute;
		right: 70px;
		top: 12px;
	}

}

.cmsRoadblocks {
	background: #00AEEF;
	margin-bottom: 20px;
}
.cmsRoadblocks .content {
    color: #FFFFFF;
    padding: 10px 20px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cmsRoadblocks .content .info {
    display: flex;
    align-items: center;
		flex: 1 0 500px;
		text-align: left;
		margin: 10px 25px 10px 0;
}
.cmsRoadblocks .content .info strong {
	background: #FFFFFF;
	color: #00AEEF;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	height: 30px;
	width: 30px;
}
.cmsRoadblocks .content .info span {
	font-size: 18px;
	font-weight: bold;
	flex: 1;
}
.cmsRoadblocks .content .more {
    margin: 10px 0 10px auto;
    display: inline-block;
}
.cmsRoadblocks .content .more a {
	align-items: center;
	justify-content: center;
	display: flex;
	height: 30px;
	padding: 0 20px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	transition: color 300ms ease, background 300ms ease;
}
.cmsRoadblocks .content .more a:hover {
	background: #FFFFFF;
	color: #00AEEF;
	text-decoration: none;
}</pre></body></html>