/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, 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;
}
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: #162A45;
	border-bottom: 2px solid #C0172A;
	-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 > .WidthWrapper {
	height: 66px;
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	z-index: 4;
}
#HeaderWrapper > .WidthWrapper > a.logo {
	float: left;
	max-width: 227px;
}
#HeaderWrapper > .WidthWrapper > a.logo > img {
	display: block;
	width: 100%;
}
#HeaderWrapper > .WidthWrapper > 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 > .bgDropdown {
	background: #C0172A;
	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 > .bgDropdown.active {
	display: block;
}
#HeaderWrapper > .bgDropdown > .wrapper {
	margin: 0 auto;
	max-width: 940px;
}
#HeaderWrapper > .bgDropdown > .wrapper > .slogan {
	background: url("/img/layout/layout.png") no-repeat scroll 0 -1733px;
	height: 97px;
	margin: 16px 0 16px 20px;
	width: 175px;
}

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

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

}

/* Layout - Content */

#ContentWrapper {
	margin: 106px auto 0;
	max-width: 980px;
	padding: 0 20px 100px;
	position: relative;
	z-index: 2;
}
#ContentWrapper > .center {
	background: #EDEDED;
	padding: 20px;
	width: 100%;
}
#ContentWrapper > .center:after,
#ContentWrapper > .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 > .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 > .center {
	background: none;
	padding: 0;
}
#ContentWrapper.nobg > .center:after,
#ContentWrapper.nobg > .center:before {
	display: none;
}
#ContentWrapper > .center > .buttons {
	border-top: 2px dotted #6E6E6E;
	margin: 23px 0 0;
	padding: 21px 0 0;
}
#ContentWrapper > .center > .buttons > a {
	color: #575757;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#ContentWrapper > .center > .buttons > a:hover {
	color: #C0172A;
	text-decoration: none;
}
#ContentWrapper > .center > .buttons > a.back {
	background: url("/img/layout/layout.png") scroll no-repeat 93px -767px;
	float: right;
	padding: 8px 53px 8px 0;
}
#ContentWrapper > .center > .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 > .center {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#ContentWrapper.nobg > .center {
		padding: 30px 20px;
	}
		
	/* Telefonnummer */
	
	#ContentWrapper > .center > .phone {	
		display: block;
		left: auto;
		right: 5px;
		top: 15px;
	}
	#ContentWrapper > .center > .phone > a {
		font-size: 16px;
		padding: 30px 15px;
	}

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

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

	#ContentWrapper > .center > .buttons {
		display: none;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #162A45;
	bottom: 0;
	box-shadow: 0 0 3px 2px #000000;
	position: fixed;
	width: 100%;
	z-index: 3;
}
#FooterWrapper > .WidthWrapper {
	margin: 0 auto;
	max-width: 963px;
	min-height: 75px;
	padding: 0 23px 0 0;
}
#FooterWrapper > .WidthWrapper > 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 > .WidthWrapper > .links {
	float: right;
	margin: 18px 0 0;
	width: 210px;
}
#FooterWrapper > .WidthWrapper > .links > a {
	float: left;
	display: block;
	width: 34px;
	height: 40px;
	margin: 0 0 0 18px;
}
#FooterWrapper > .WidthWrapper > .links > a.search {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1249px;
}
#FooterWrapper > .WidthWrapper > .links > a.search:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -1319px;
}
#FooterWrapper > .WidthWrapper > .links > a.map {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1111px;
}
#FooterWrapper > .WidthWrapper > .links > a.map:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -1180px;
}
#FooterWrapper > .WidthWrapper > .links > a.mail {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -973px;
}
#FooterWrapper > .WidthWrapper > .links > a.mail:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -1042px;
}
#FooterWrapper > .WidthWrapper > .links > a.info {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -835px;
}
#FooterWrapper > .WidthWrapper > .links > a.info:hover {
	background-image: url("/img/layout/layout.png");
	background-position: 0 -904px;
}
#FooterWrapper > .WidthWrapper > .contact {
	color: #FFFFFF;
	display: table;
	float: left;
	height: 75px;
}
#FooterWrapper > .WidthWrapper > .contact a {
	color: #FFFFFF;
	font-weight: normal;
}
#FooterWrapper > .WidthWrapper > .contact > .left {
	padding: 0 0 0 23px;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
}
#FooterWrapper > .WidthWrapper > .contact > .left > .name {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#FooterWrapper > .WidthWrapper > .contact > .left > .company {
	float: left;
	font-weight: bold;
	padding: 0 0 0 29px;
	text-transform: uppercase;
}
#FooterWrapper > .WidthWrapper > .contact > .left > .company > a {
	font-weight: bold;
	text-transform: uppercase;
}
#FooterWrapper > .WidthWrapper > .contact > .left > .address {
	float: left;
	font-weight: bold;
	padding: 0 0 0 29px;
	text-transform: uppercase;
}
#FooterWrapper > .WidthWrapper > .contact > .right {
	align-items: center;
	display: flex;
	font-weight: bold;
	gap: 8px;
	height: 75px;
	justify-content: center;
	padding: 0 0 0 29px;
	text-transform: uppercase;
	vertical-align: middle;
}
#FooterWrapper > .WidthWrapper > .contact > .right img {
	display: block;
	width: 103px;
	margin-left: 0;
	margin-right: 0;
	padding-right: 5px;
}
#FooterWrapper > .WidthWrapper > .contact > .right img.lehrbetrieb {
	background: #ffffff;
}
#FooterWrapper > .WidthWrapper > .contact > .right img.guetesiegel {
	padding-right: 0;
	width: 44px;
}

@media all and (max-width: 980px){

	#FooterWrapper {
		overflow: hidden;
		padding-bottom: 18px;
		padding-top: 18px;
		position: relative;
	}
	#FooterWrapper > .WidthWrapper {
		padding-left: 23px;
	}
	#FooterWrapper > .WidthWrapper > a.logo {
		display: none;
	}
	#FooterWrapper > .WidthWrapper > .contact {
		display: block;
		float: none;
		height: auto;
		width: 100%;
	}
	#FooterWrapper > .WidthWrapper > .contact > .left {
		display: block;
		height: auto;
		padding-left: 0;
		text-align: center;
	}
	#FooterWrapper > .WidthWrapper > .contact > .left > .name,
	#FooterWrapper > .WidthWrapper > .contact > .left > .company,
	#FooterWrapper > .WidthWrapper > .contact > .left > .address {
		display: inline-block;
		float: none;
	}
	#FooterWrapper > .WidthWrapper > .contact > .right {
		display: flex;
		height: auto;
		margin-top: 20px;
		padding-left: 0;
		text-align: center;
	}
	#FooterWrapper > .WidthWrapper > .contact > .right a {
		left: 50%;
		margin: 0 0 0 -68px;
		position: relative;	
	}
	#FooterWrapper > .WidthWrapper > .links {
		float: none;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .WidthWrapper > .links > a {
		display: inline-block;
		float: none;
	}
	#FooterWrapper > .WidthWrapper > .links > a:first-child {
		margin-left: 0;
	}

}
@media all and (max-width: 600px){

	#FooterWrapper > .WidthWrapper > .contact > .left > .name,
	#FooterWrapper > .WidthWrapper > .contact > .left > .company,
	#FooterWrapper > .WidthWrapper > .contact > .left > .address {
		display: block;
		padding-left: 0;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.4;
}
#GalleryWrapper > .animation {
	position: relative;
	z-index: 10;
}
#GalleryWrapper > .animation > .wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

/* Menü - Hauptmenü */

nav > div {
	display: none;
}
nav > ul {
	float: left;
	list-style: none;
	margin: 17px 0 0 10px;
}
nav > ul > li {
	float: left;
	position: relative;
}
nav > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 11px 35px;
	position: relative;
	text-decoration: none;
	z-index: 4;
}
nav > ul > li:hover > a, 
nav > ul > li > a.selected {
	color: #FFFFFF;
	text-decoration: underline;
}
nav > ul > li:hover > ul {
	display: block;
}
nav > ul > li > ul {
	display: none;
	list-style: none;
	padding: 14px 0 10px;
	position: absolute;
	top: 51px;
}
nav > ul > li > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 1px 11px;
	white-space: nowrap;
}
nav > ul > li > ul > li > a:hover, 
nav > ul > li > ul > li > a.selected {
	color: #FFFFFF;
	text-decoration: underline;
}

/* MOBILE */

nav.mobile > 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 > ul {
	background: #162A45;
	clear: both;
	display: none;
	float: none;
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
}
nav.mobile > ul.open {
	display: block;
}
nav.mobile > ul > li {
	float: none;
	padding: 0 20px;
}
nav.mobile > ul > li > a {
	font-size: 16px;
	padding: 10px 0;
	text-transform: uppercase;
}
nav.mobile > ul > li > a:hover {
	text-decoration: none;
}
nav.mobile > ul > li:hover > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
}
nav.mobile > ul > li > ul > li > a {
	border-bottom: 1px dotted #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	padding: 7px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	color: #FFFFFF;
	text-decoration: underline;
}

/* MOBILE Custom */

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

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

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

	nav > ul > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}

}

/* Menü - Untermenü */

ul.submenu {
	list-style: none;
}
ul.submenu > li > a {
	display: inline-block;
	padding: 0 5px 10px 10px;
}
ul.submenu > li > a:hover, 
ul.submenu > li > 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 > li {
	background: #C0172A;
	padding: 20px 20px 0;
}
ul.teasermenu > li > a {
	display: none;
}
ul.teasermenu > li > ul {
	display: table;
}
ul.teasermenu > li > ul > li {
	float: left;
	width: 47.5%;
	margin: 0 5% 25px 0;
}
ul.teasermenu > li > ul > li.last {
	margin-right: 0;
}
ul.teasermenu > li > ul > li > a {
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	padding: 0 0 5px;
}
ul.teasermenu > li > ul > li > a:hover,
ul.teasermenu > li > ul > li > a.selected {
	text-decoration: underline;
}
ul.teasermenu > li > ul > li > ul > li > a {
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	padding: 0 20px 0 0;
}
ul.teasermenu > li > ul > li > ul > li > a:hover,
ul.teasermenu > li > ul > li > ul > li > a.selected {
	color: #FFFFFF;
	text-decoration: underline;
}

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

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

}

/*! 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=&fwDefault=&fsDefault=&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&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: #162A45;
	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: #C0172A !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 {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox/fancybox_overlay.png');
}

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

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* 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: #C0172A;
	font-size: 14px;
	padding: 10px 0;
	width: 100%;
}
.privacyCookie > div > p {
	color: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
}
.privacyCookie > div > p > a {
	color: #FFFFFF;
	font-weight: bold;
}
.privacyCookie > div > 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 > div > p {
		float: none;
		margin-right: 0;
	}
	.privacyCookie > div > a.button {
		float: none;
		padding: 8px 0;
		display: block;
	}

}

/* Suche */

/* 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.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;
	background-image: url("/img/layout/layout.png");
	background-position: 0 -103px;
}

/* 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: #C0172A;
}

@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;
	}

}

/* 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: #C0172A;
	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 > a {
	text-decoration: underline;
}
p.text.var {
	font-size: 16px;
}

/* Element - Bild-Text */

.cmsImage {
	margin: 15px 0;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 0 15px;
	max-width: 50%;
}
.cmsImage > .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 > .left,
	.cmsImage > .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 > .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 > .image > a > 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: #C0172A;
	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 > a > 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: #C0172A;
	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: #C0172A;
	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.open .content .wrapper {
	padding: 20px 20px 0;
}
.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% 10px 0; /* 0 20 20 0 */
	position: relative;
	width: 31.914893617021278%; /* 300 */
}
.cmsSingleTeaserNoImage.entrylast {
	margin-right: 0;
}
.cmsSingleTeaserNoImage.blue {
	background: #162A45;
}
.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: #FFFFFF;
	text-decoration: underline;
}
.cmsSingleTeaserNoImage .content .text {
	bottom: 103px;
	color: #FFFFFF;
	position: absolute;
}
.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: #FFFFFF;
	text-decoration: underline;
}
.cmsSingleTeaserNoImage .shadowBottom {
	background: url("/img/layout/layout.png") scroll no-repeat 0 -1689px;
	height: 14px;
	width: 100%;
}

/* 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 > table {
	width: 100%;
}
.cmsTable > table > tbody > tr.val2 {
	background: #FAFAFA;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.cmsTable > table > tbody > tr > td {
	line-height: 1.3;
	padding: 5px;
}
.cmsTable .footer {
	font-size: 11px;
	padding: 5px 5px 0 5px;
}

/* Tabelle (ohne Hintergrund) */

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

/* Responsive */

.cmsTable.responsive > 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;
}
/*.cmsTable.responsive td:before {
	content: attr(data-title);
	font-weight: bold;
	left: 6px;
	overflow: hidden;
	padding-right: 10px;
	position: absolute;
	text-overflow: ellipsis;
	top: 6px;
	white-space: nowrap;
	width: 45%;
}
.cmsTable.responsive td {
	border: medium none;
	padding-left: 50%;
	position: relative;
	text-align: left !important;
	width: auto !important;
}*/

/* Element - Verlinkungen */

/* Links (intern & 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: #C0172A;
	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: #C0172A;
	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: #C0172A;
	text-decoration: none;
}

/* Element - Dropdown */

.cmsDrop {
	margin: 15px 0;
}
.cmsDrop > 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 > h3:hover {
	color: #C0172A;
}
.cmsDrop > h3.contentHide {
	background-image: url("/img/cms/cms.png");
	background-position: 0 -123px;
}
.cmsDrop > h3.contentHide + div {
	display: none;
}

/* Element - Youtube */

.cmsYoutube {
	margin: 15px 0;
}
.cmsYoutube > 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: #C0172A;
	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 > .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 > .wrapper > .row {
	margin: 10px 0;
}
.cmsForm > .wrapper > .row > label {
	display: block;
	float: left;
	padding: 6px 0 0 0;
	width: 30%;
}
.cmsForm > .wrapper > .row > .field {
	border: 1px solid #CFCFCF;
	outline: none;
	padding: 4px 3px;
	width: 70%;
}
.cmsForm > .wrapper > .row > .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 > .wrapper > .row > select.field {
	padding: 3px 3px 3px 0;
}
.cmsForm > .wrapper > .row > textarea.field {
	line-height: 1.2;
	min-height: 100px;
}
.cmsForm > .wrapper > .row > .checkbox {
	border: 0;
	margin: 5px 2px 1px 0;
	padding: 0;
	vertical-align: text-bottom;
	width: auto;	
}
.cmsForm > .wrapper > .infotext {
	line-height: 1.3;
}
.cmsForm > .wrapper > .row > .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 > .wrapper > .button {
	border-top: 2px dotted #6E6E6E;	
	margin: 23px 0 0;
	padding: 21px 0 0;
	text-align: right;
}
.cmsForm > .wrapper > .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 > .wrapper > .button input:hover {
	color: #C0172A;
}
.cmsForm > .wrapper .msg {
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
.cmsForm > .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 > .wrapper > .row > label {
		float: none;
		margin-bottom: 5px;
		padding-right: 20px;
		width: 100%;
	}
	.cmsForm > .wrapper > .row > .field {
		width: 100%;
	}

}

/* Element - Copyrights */

.cmsCopyrights {
	margin: 25px 0;
}
.cmsText + .cmsCopyrights {
	margin-top: -60px;
}