/* 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;
}

/* Layout - Header */

#HeaderWrapper {
	margin: 46px 0 0;
	max-width: 1100px;
	padding: 0 20px 0 56px;
	position: relative;
	z-index: 5;
}
#HeaderWrapper:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > div.WidthWrapper {
	position: relative;
	z-index: 2;
}
#HeaderWrapper > div.WidthWrapper.fixed {
	position: fixed;
	top: 26px;
	width: 1024px;
}

/* Logo */

#HeaderWrapper > div.WidthWrapper > a.logo {
	background: url("/img/layout/bg.png") scroll repeat left top;
	background: rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	float: left;
	margin: -46px 0 0;
	max-width: 29.00390625%; /* 297 */
	min-width: 165px;
	padding: 0 11px 11px;
	position: relative;
	transition: none;
	z-index: 999999;
}
#HeaderWrapper > div.WidthWrapper.fixed > a.logo {
	margin-top: -26px;
	transition: margin-top 300ms ease;
}
#HeaderWrapper > div.WidthWrapper > a.logo > img {
	background: #FFFFFF;
	display: block;
	margin-top: 0;
	max-width: 274px;
	width: 100%;
}

/* Sprachwechsler */

#HeaderWrapper > div.WidthWrapper > ul.lang {
	position: absolute;
	right: 0;
	top: -36px;
}
#HeaderWrapper > div.WidthWrapper > ul.lang > li {
	background: #434343;
	background: rgba(67, 67, 67, 0.8);
	display: inline-block;
	margin: 0 5px 0 0;
}
#HeaderWrapper > div.WidthWrapper > ul.lang > li.last {
	margin-right: 0;
}
#HeaderWrapper > div.WidthWrapper > ul.lang > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 1px 5px;
	text-align: center;
}
#HeaderWrapper > div.WidthWrapper > ul.lang > li > a:hover {
	background: #1C1C1B;
	color: #E73439;
}
#HeaderWrapper > div.WidthWrapper.fixed > ul.lang {
	top: -26px;
}

/* Überschrift */

#HeaderWrapper > div.WidthWrapper.fixed + div.HeadlineWrapper {
	margin-top: 49px;
}
#HeaderWrapper > div.HeadlineWrapper {
	background: #434343;
	background: rgba(67, 67, 67, 0.8);
	float: right;
	margin: 11px 0 0;
	max-width: 63.4765625%; /* 650 */
	padding: 20px 24px;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	width: 100%;
	z-index: 1;
}
#HeaderWrapper > div.HeadlineWrapper > h1.cms {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
}
#HeaderWrapper > div.HeadlineWrapper > h2.cms {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	margin: 7px 0 0;
	text-transform: uppercase;
}

/* Menü */

body.menuopen #HeaderWrapper > div.HeadlineWrapper {
	display: none;
}

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

	#HeaderWrapper {
		max-width: 1064px;
		padding-left: 20px;
	}

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

	#HeaderWrapper > div.WidthWrapper.fixed {
		left: 20px;
		right: 20px;
		width: auto;
	}
	
}
@media all and (max-width: 900px){

	#HeaderWrapper {
		margin-top: 0;
	}
	#HeaderWrapper > div.WidthWrapper {
		left: auto !important;
		position: relative !important;
		right: auto !important;
		top: auto !important;
	}
	#HeaderWrapper > div.HeadlineWrapper {
		clear: both;
		max-width: 100%;
	}
	#HeaderWrapper > div.WidthWrapper.fixed + div.HeadlineWrapper {
		margin-top: 11px;
	}
		
	/* Logo */

	#HeaderWrapper > div.WidthWrapper > a.logo {
		margin-top: 0;
	}

	/*#HeaderWrapper > div.WidthWrapper > a.logo {
		background: url("/img/layout/bg.png") scroll repeat left top;
		background: rgba(255, 255, 255, 0.6) !important;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
		margin-top: 0;
	}
	#HeaderWrapper > div.WidthWrapper > a.logo > img {
		background: #FFFFFF !important;
		margin-top: 0 !important;
	}*/
		
	/* Sprachwechsler */

	#HeaderWrapper > div.WidthWrapper > ul.lang {
		top: 10px !important;
	}
		
}
@media all and (max-width: 780px){

	#HeaderWrapper {
		padding-left: 11px;
		padding-right: 11px;
	}
	#HeaderWrapper > div.WidthWrapper.fixed {
		left: 11px;
		right: 11px;
	}

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

	#HeaderWrapper > div.HeadlineWrapper > h1.cms {
		font-size: 22px;
	}
	#HeaderWrapper > div.HeadlineWrapper > h2.cms {
		font-size: 20px;
	}
	
}

/* Layout - Content */

#ContentWrapper {
	margin: 11px 0;
	max-width: 1100px;
	padding: 0 20px 0 56px;
	position: relative;
	-webkit-transition: padding-bottom 300ms ease-in;
	-moz-transition: padding-bottom 300ms ease-in;
	-ms-transition: padding-bottom 300ms ease-in;
	-o-transition: padding-bottom 300ms ease-in;
	transition: padding-bottom 300ms ease-in;
	z-index: 2;
	width: 100%;
}
#ContentWrapper:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > aside {
	background: url("/img/layout/bg.png") scroll repeat left top;
	background: rgba(255, 255, 255, 0.6);
	float: left;
	padding: 11px;
	position: relative;
	width: 28.90625%; /* 296 */
}
#ContentWrapper > aside > div {
	background: #FFFFFF;
	padding: 31px 13.503649635036496% 31px 11.313868613138686%; /* 31 37 31 31 */
	min-height: 400px;
}
#ContentWrapper > section {
	background: url("/img/layout/bg.png") scroll repeat left top;
	background: rgba(255, 255, 255, 0.6);
	float: left;
	padding: 11px 11px 11px 7.6171875%; /* 11 11 11 78 */
	width: 71.09375%; /* 728 */
}
#ContentWrapper > section > div {
	background: #FFFFFF;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 50%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 50%); /* W3C */
	display: inline-block;
	min-height: 400px;
	padding: 0 24px 24px;
	width: 100%;
}

/* Content - Ausklappen */
	
#ContentWrapper.disabled {
	padding-bottom: 57px;
}

/* Menü */

body.menuopen #ContentWrapper {
	display: none;
}

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

	#ContentWrapper {
		max-width: 1064px;
		padding-left: 20px;
	}

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

	#ContentWrapper {
		padding-bottom: 0 !important;
	}
	#ContentWrapper > aside {
		display: none;
		float: none;
		padding-top: 0;
		width: 100%;
	}
	#ContentWrapper > aside > div {
		min-height: 0 !important;
		padding-left: 24px;
		padding-right: 24px;
	}
	#ContentWrapper > section {
		float: none;
		overflow: hidden;
		padding-left: 11px;
		width: 100%;
	}
	#ContentWrapper > section > div {
		min-height: 0 !important;
	}

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

	#ContentWrapper {
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#ContentWrapper > aside {
		background: none;
	}
	#ContentWrapper > aside > div {
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.9);
	}
	#ContentWrapper > section {
		background: none;
		padding-top: 0;
	}
	#ContentWrapper > section > div {
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.9);
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #FFFFFF;
	border-top: 13px solid #E73439;
	bottom: 0;
	min-width: 100%;
	position: fixed;
	z-index: 3;
}
#FooterWrapper.disabled {
	bottom: -147px;
	-webkit-transition: bottom 300ms ease-out;
	-moz-transition: bottom 300ms ease-out;
	-ms-transition: bottom 300ms ease-out;
	-o-transition: bottom 300ms ease-out;
	transition: bottom 300ms ease-out;
}
#FooterWrapper:before {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.09) 8%, rgba(255,255,255,0.2) 15%, rgba(255,255,255,0.74) 42%, rgba(255,255,255,0.84) 49%, rgba(255,255,255,0.91) 55%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(8%,rgba(255,255,255,0.09)), color-stop(15%,rgba(255,255,255,0.2)), color-stop(42%,rgba(255,255,255,0.74)), color-stop(49%,rgba(255,255,255,0.84)), color-stop(55%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.09) 8%,rgba(255,255,255,0.2) 15%,rgba(255,255,255,0.74) 42%,rgba(255,255,255,0.84) 49%,rgba(255,255,255,0.91) 55%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.09) 8%,rgba(255,255,255,0.2) 15%,rgba(255,255,255,0.74) 42%,rgba(255,255,255,0.84) 49%,rgba(255,255,255,0.91) 55%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.09) 8%,rgba(255,255,255,0.2) 15%,rgba(255,255,255,0.74) 42%,rgba(255,255,255,0.84) 49%,rgba(255,255,255,0.91) 55%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.09) 8%,rgba(255,255,255,0.2) 15%,rgba(255,255,255,0.74) 42%,rgba(255,255,255,0.84) 49%,rgba(255,255,255,0.91) 55%,rgba(255,255,255,1) 100%); /* W3C */
	content: "";
	display: none;
	height: 150px;
	left: 0;
	position: absolute;
	top: -162px;
	width: 100%;
}
#FooterWrapper:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div {
	max-width: 1100px;
	min-height: 152px;
	padding: 30px 20px 30px 56px;
	position: relative;
}
#FooterWrapper > div > div.triggerFooter {
	background: url("/img/layout/ico_less.png") no-repeat center 10px #E73439;
	content: "";
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 170px;
	top: 0;
	width: 50px;
}
#FooterWrapper.disabled > div > div.triggerFooter {
	background: url("/img/layout/ico_more.png") no-repeat center 5px #E73439;
}
#FooterWrapper > div > p {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 35px 0 0;
}
#FooterWrapper > div > p > a {
	font-weight: normal;
}
#FooterWrapper > div > p.text {
	color: #E73438;
}
#FooterWrapper > div > p.slogan {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 17px 0 0;
	text-transform: uppercase;
}

/* Österreich - Karte */

#FooterWrapper > div > div.map {
	position: absolute;
	right: 20px;
	top: 34px;
	z-index: 1;
}
#FooterWrapper > div > div.map > img {
	display: block;
}
#FooterWrapper > div > div.map > div {
	display: none;
}
#FooterWrapper > div > div.map > map > area {
	cursor: pointer;
}
p.region {
	min-width: 380px;
}
p.region > span {
	display: block;
}
p.region > span.name {
	color: #E73439;
	font-weight: 900;
	text-transform: uppercase;
}
p.region > span.pos {
	color: #808080;
	font-weight: normal;
	margin: 0 0 5px;
}

/* Menü */

body.menuopen #FooterWrapper {
	display: none;
}

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

	#FooterWrapper > div {
		max-width: 1064px;
		padding-left: 20px;
	}

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

	#FooterWrapper > div {
		padding-top: 45px;
		text-align: center;
	}
	#FooterWrapper > div > div.triggerFooter {
		right: 20px;
	}
	#FooterWrapper > div > div.map {
		display: none;
	}
	#FooterWrapper > div > p.text {
		margin-right: 0;
	}

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

	#FooterWrapper {
		bottom: auto !important;
		position: relative;
	}
	#FooterWrapper > div {
		min-height: 0;
		padding-top: 33px;
	}
	#FooterWrapper > div > div.triggerFooter {
		display: none;
	}
	#FooterWrapper > div > p.slogan {
		font-size: 18px;
	}

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

	#FooterWrapper > div > p {
		display: block;
		font-size: 15px;
		margin: 0 20px;
	}
	#FooterWrapper > div > p.text {
		display: block;
		margin: 19px 0 0;
	}
	#FooterWrapper > div > p.slogan {
		display: none;
	}
	#FooterWrapper > div > div.map {
		display: inline-block;
		margin: 20px 0 0;
		position: relative;
		right: auto;
		top: auto;
	}

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

	#FooterWrapper > div {
		padding-left: 11px;
		padding-right: 11px;
	}

}

/* Layout - Gallery */

#GalleryWrapper {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* Menü */

body.menuopen #GalleryWrapper {
	display: none;
}

/* Layout - Gallery - Animation */

#GalleryWrapper > .animation {
	position: relative;
	z-index: 10;
}
#GalleryWrapper > .animation > .wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#GalleryWrapper > .animation > .wrapper > img.animate {
	height: 100%;
	width: 100%;
}
#GalleryWrapper > .animation > .wrapper > .text { /* Text Wrapper */
	display: block !important;
	position: absolute;
	line-height: 1;
}
#GalleryWrapper > .animation > .wrapper > .text_1 {
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
}
#GalleryWrapper > .animation > .wrapper > .text_2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
}
#GalleryWrapper > .animation > .wrapper > .text a { /* Text Wrapper */
	position: absolute;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
}
#GalleryWrapper > .animation > .wrapper > .text a:hover { /* Link Hover */
	text-decoration: none;
}
#GalleryWrapper > .animation > .wrapper > .mapText { /* ImageMap TextContainer */
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
#GalleryWrapper > .animation > .wrapper > .mapText a {
	color: #FFFFFF;
}
#GalleryWrapper > .animation > .wrapper > .mapText .title { /* ImageMap 1. Textebene */
	 font-size: 20px;
	 color: #FFFFFF;
}
#GalleryWrapper > .animation > .wrapper > .mapText .sub { /* ImageMap 2. Textebene */
	 font-size: 14px;
	 color: #FFFFFF;
}

/* Layout - Standard (Teaserübersicht) */

/* Layout - Content */

#ContentWrapper.tsroverview > section {
	background: none;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
}
#ContentWrapper.tsroverview > section > div {
	background: none;
	padding: 0;
}

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

	#ContentWrapper.tsroverview > section {
		padding-right: 11px;
	}

}

/* Roboto */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('/fonts/roboto-v30-latin-100.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-100.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local(''),
       url('/fonts/roboto-v30-latin-100italic.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-100italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/fonts/roboto-v30-latin-300.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('/fonts/roboto-v30-latin-300italic.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-300italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/fonts/roboto-v30-latin-italic.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/fonts/roboto-v30-latin-500.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('/fonts/roboto-v30-latin-500italic.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-500italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/roboto-v30-latin-700.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-700.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('/fonts/roboto-v30-latin-700italic.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-700italic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('/fonts/roboto-v30-latin-900.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-900.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url('/fonts/roboto-v30-latin-900italic.woff2') format('woff2'),
       url('/fonts/roboto-v30-latin-900italic.woff') format('woff');
}

/* Grundlegende Angaben */

body {
	color: #1D1D1B;
	font: 300 16px/1.5 'Roboto', sans-serif;
	height: auto;
	min-height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
}
a {
	color: #1D1D1B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E73439;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
}
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 20px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/* Menü - Hauptmenü Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	background: #1C1C1B;
	float: right;
	max-width: 63.4765625%; /* 650 */
	position: relative;
	width: 100%;
}
nav.desktop > div {
	background: url("/img/layout/ico_lock.png") no-repeat scroll left center;
	height: 19px;
	position: absolute;
	right: 20px;
	top: 11px;
	width: 14px;
}
nav.desktop > ul {
	display: table;
	width: 100%;
}
nav.desktop > ul.internal {
	padding-right: 50px;
}
nav.desktop > ul > li {
	display: table-cell;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	padding: 9px 15px 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
nav.desktop > ul > li:hover > a:after,
nav.desktop > ul > li > a.selected:after {
	background: #E73439;
	bottom: -11px;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	width: 100%;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #E73439;
}
nav.desktop > ul > li:hover > ul {
	display: block;
}
nav.desktop > ul > li > ul {
	background: #000000;
	display: none;
	left: 0;
	padding: 11px;
	position: absolute;
	top: 54px;
}
nav.desktop > ul > li:last-child > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul > li:first-child {
	padding: 5px 0 0;
}
nav.desktop > ul > li > ul > li:last-child {
	padding: 0 0 5px;
}
nav.desktop > ul > li > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 10px;
	white-space: nowrap;
}
nav.desktop > ul > li > ul > li:hover > a,
nav.desktop > ul > li > ul > li > a.selected {
	color: #E73439;
}

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

	nav.desktop {
		margin-top: 46px;
		max-width: 70.930232558139537%; /* 610 */
	}
	nav.desktop > ul.internal {
		padding-right: 0;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show {
	background: #1C1C1B;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	padding: 9px 15px 10px 55px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 46px;
}
.mobileTrigger:before {
	background: url("/img/layout/ico_menu.png") scroll no-repeat left top;
	background-size: 30px 20px;
	content: "";
	height: 20px;
	left: 15px;
	position: absolute;
	top: 11px;
	width: 30px;
}
nav.mobile {
	left: -11px;
	position: absolute;
	right: -11px;
	top: 112px;
	width: auto;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	display: none;
	padding: 10px 0;
	width: 100%;
}
nav.mobile > ul.open {
	display: block;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li {
	margin: 0 0 1px;
	padding: 0 11px;
}
nav.mobile > ul > li > a {
	display: block;
	font-size: 18px;
	padding: 8px 10px;
	text-transform: uppercase;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #E73439;
	color: #FFFFFF;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li {
	margin: 1px 0 0;
}
nav.mobile > ul > li > ul > li > a {
	display: block;
	font-weight: normal;
	padding: 6px 20px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	background: #E73439;
	color: #FFFFFF;
}

/* Menü - Untermenü */

ul.submenu {
	margin: 30px 0;
}
ul.submenu > li > a {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	padding: 4px 0;
}
ul.submenu > li > a:hover,
ul.submenu > li > a.selected {
	color: #E73439;
}

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

	ul.submenu {
		display: none;
	}

}

/* Menü - Intern */ 

ul.internalmenu {
	position: absolute;
	right: 10px;
	top: 5px;
}
ul.internalmenu > li > a {
	background: url("/img/layout/ico_lock.png") no-repeat scroll center center #1C1C1B;
	display: block;
	height: 19px;
	width: 14px;
	padding: 15px;
}
ul.internalmenu > li > a:hover {
	background-image: url("/img/layout/ico_lock_hover.png");
}

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

	ul.internalmenu {
		right: 63px;
		top: 8px;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #E73438;
	font-size: 24px;
	text-transform: uppercase;
}
h2 {
	color: #E73438;
	font-size: 21px;
	font-weight: normal;
}
h3 {
	color: #21262D;
	font-size: 18px;
}
h3.cms {
	margin-bottom: -10px;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -20px;
}
h2.cms + h3.cms {
	margin-top: -15px;
}

/* Elemente - Textinhalt */

/* Elemente - Aufzählung */

.cmsList > h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 8px;
}
.cmsList > ul {
	margin: 0 0 0 18px;
}
.cmsList > ul > li {
	list-style: square outside none;
	padding: 2px 0;
}

/* Elemente - Aufzählung mehrspaltig */

.cmsList.columns {
	background: #E73438;
	margin-left: -24px;
	margin-right: -24px;
	padding: 24px;
}
.cmsList.columns > h2 {
	color: #FFFFFF;
}
.cmsList.columns > ul {
	margin-left: 15px;
}
.cmsList.columns > ul:after {
	clear: both;
	content: "";
	display: block;
}
.cmsList.columns > ul > li {
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	margin: 0 5% 0 0;
	width: 47.5%;
}
.cmsList.columns > ul > li:nth-child(2n) {
	margin-right: 0;
}
.cmsList.columns > ul > li:nth-child(2n) + li {
	clear: left;
}

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

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

}

/* Elemente - Bildtext */

.cmsImage:after {
	display: block;
	content: "";
	clear: both;
}
.cmsImage > .left { /* Bild-Text Kombi - Bild links */
	float: left;
	margin: 0 20px 5px 0;
	max-width: 50%;
}
.cmsImage > .right { /* Bild-Text Kombi - Bild right */
	float: right;
	margin: 0 0 5px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	margin: 5px 0 0;
	width: 100%;
}
.cmsImage figcaption {
	color: #8B8D90;
	font-size: 15px;
	font-style: italic;
	padding: 3px 0 0 0;
}

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

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Element - Bildtext (Zoom) */

.cmsImageZoom > figure > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.cmsImageZoom > figure > a:after {
	background: rgba(241, 241, 241, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsImageZoom > figure > a > div.zoom { /* Zoom Icon */
	background: url("/img/layout/sym_zoom.png") no-repeat left center;
	content: "";
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: absolute;
	top: 65%;
	width: 40px;
	z-index: 2;
}
.cmsImageZoom > figure > a:hover:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsImageZoom > figure > a:hover > div.zoom { /* Icon einblenden und Top ändern */
	opacity: 1;
	top: 50%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* Element - Anhangbild (Produkt) */

.cmsImage.cmsImageProduct {
    float: right;
    margin: 19px 0 20px 20px;
}

/* Floating aufheben */

.cmsList.clearAfter:after {
    clear: both;
    content: "";
    display: block;
}

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

	.cmsImage.cmsImageProduct {
		display: none;
	}

}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery > li {
	float: left;
	margin: 0 2.538071065989848% 15px 0; /* 0 15 15 0 */
	position: relative;
	width: 48.730964467005073%; /* 288 */
}
.cmsGallery > li.last {
	margin-right: 0;
}
.cmsGallery > li.last + li {
	clear: left;
}
.cmsGallery > li > figure > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: #E73439;
	background: rgba(231, 52, 57, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li > figure > a > div.zoom { /* Zoom Icon */
	background: url("/img/cms/cms.png") no-repeat left -693px;
	content: "";
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -14px;
	opacity: 0;
	position: absolute;
	top: 60%;
	width: 40px;
	z-index: 2;
}
.cmsGallery > li > figure > a > div.download { /* Download Icon */
	background: url("/img/cms/cms.png") no-repeat left -394px;
	content: "";
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 14px;
	opacity: 0;
	position: absolute;
	top: 60%;
	width: 40px;
	z-index: 3;
}
.cmsGallery > li > figure > a > div.download + .zoom { /* Position Zoom Icon ändern */
	margin-left: -53px;
}
.cmsGallery > li > figure > a:hover:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li > figure > a:hover > div.zoom,
.cmsGallery > li > figure > a:hover > div.download { /* Icons einblenden und Top ändern */
	opacity: 1;
	top: 50%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cmsGallery > li > figure > a > img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #8B8D90;
	font-size: 15px;
	font-style: italic;
	padding: 3px 0 0 0;
}

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

	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

}

/* Elemente - Teaser */

.cmsTeaser > article {
	border-bottom: 4px solid #E5E5E5;
	margin: 10px 0;
	padding: 0 0 10px;
	min-height: 115px;
	position: relative;
}
.cmsTeaser.intro > article:after {
	background: #E73438;
	bottom: 11px;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	left: 15px;
	right: 15px;
}
.cmsTeaser.intro.dark > article:after {
	background: #FFFFFF;
}
.cmsTeaser > article > figure > a {
	float: right;
	margin: 0 0 0 20px;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	max-width: 100%;
}
.cmsTeaser > article > figure > figcaption > a,
.cmsTeaser > article > a { /* Teasertitel */
	color: #E73438;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2;
}
.cmsTeaser > article > figure > figcaption > a:hover,
.cmsTeaser > article > a:hover {
	color: #CB171B;
}
.cmsTeaser > article > figure > figcaption > p,
.cmsTeaser > article > p {
	margin: 5px 0 0;
}
.cmsTeaser > article > figure > figcaption > p > .date,
.cmsTeaser > article > p > .date { /* Teaserdatum */
	color: #8B8D90;
	font-stlye: italic;
	margin: -2px 0 2px;
}
.cmsTeaser > article > figure > figcaption > p > .text,
.cmsTeaser > article > p > .text { /* Teasertext */
	padding: 0 0 30px;
	position: relative;
}
.cmsTeaser.intro > article > figure > figcaption > p > .text,
.cmsTeaser.intro > article > p > .text { /* Teasertext */
	padding-bottom: 10px;
}
.cmsTeaser.cmsMargin > article p > .text {
	display: block;
    width: 100%; /* Breite Unterseiten */
}
.cmsTeaser > article > figure > figcaption > p > .text > a,
.cmsTeaser > article > p > .text > a { /* Detail-Button */
	bottom: 0;
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 0;
	position: absolute;
	left: 0;
	text-transform: uppercase;
}
.cmsTeaser > article > figure > figcaption > p > .text > a:after,
.cmsTeaser > article > p > .text > a:after {
	background: url("/img/cms/cms.png") no-repeat left -598px;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	right: 0;
	top: 6px;
	width: 9px;
}
.cmsTeaser > article > figure > figcaption > p > .addition,
.cmsTeaser > article > p > .addition { /* Teaserpreis */
	color: #8B8D90;
	display: table;
	font-stlye: italic;
	margin: -2px 0 2px;
}
.cmsTeaserNoImage > article {
	min-height: 0;
}

/* Element - Teaser (Übersicht) */

/* Titel+Text (Übersicht) */

.cmsTeaserOverview.cmsTeaserNoImage {
	float: left;
	width: 48.5%;
	margin: 0 3% 3% 0;
	-webkit-transition: margin 100ms ease-out 0s;
	-moz-transition: margin 100ms ease-out 0s;
	-ms-transition: margin 100ms ease-out 0s;
	-o-transition: margin 100ms ease-out 0s;
	transition: margin 100ms ease-out 0s;
}
.cmsTeaserOverview.cmsTeaserNoImage:hover {
	margin-top: -8px;
	-webkit-transition: margin 200ms ease-in 0s;
	-moz-transition: margin 200ms ease-in 0s;
	-ms-transition: margin 200ms ease-in 0s;
	-o-transition: margin 200ms ease-in 0s;
	transition: margin 200ms ease-in 0s;
}
.cmsTeaserOverview.cmsTeaserNoImage:nth-of-type(2n) {
	margin-right: 0;
}
.cmsTeaserOverview.cmsTeaserNoImage:nth-of-type(2n) + * {
	clear: left;
}
.cmsTeaserOverview.cmsTeaserNoImage.nomargin {
	margin-bottom: 0;
}
.cmsTeaserOverview.cmsTeaserNoImage > article > p > .text {
	font-size: 15px;
}

/* Titel+Text+Bild (Übersicht) */

.cmsTeaserOverview {
	border: 11px solid #FFFFFF;
	border: 11px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	margin-bottom: 11px;
	margin-top: 0;
}
.cmsTeaserOverview:hover {
	border: 11px solid #434343;
	border: 11px solid rgba(67, 67, 67, 0.5);
}
.cmsTeaserOverview:last-child {
	margin-bottom: 0;
}
.cmsTeaserOverview > article {
	background: #FFFFFF;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* W3C */
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 127px;
}
.cmsTeaserOverview > article > figure > a {
	border: 1px solid #FFFFFF;
	display: block;
	max-width: 200px;
	position: relative;
	width: 31.847133757961782%; /* 200 */
	z-index: 2;
}
.cmsTeaserOverview > article > figure > a > img {
	display: block;
	width: 100%;
		background: #ffffff;
}
.cmsTeaserOverview > article > figure > figcaption,
.cmsTeaserOverview.cmsTeaserNoImage > article {
	padding: 18px 20px;
	position: relative;
	z-index: 1;
}
.cmsTeaserOverview > article > figure > figcaption > a,
.cmsTeaserOverview > article > a {
	color: #1C1C1B;
	font-weight: 900;
	text-transform: uppercase;
}
.cmsTeaserOverview > article > figure > figcaption > a:hover,
.cmsTeaserOverview > article > a:hover {
	color: #E73439;
}
.cmsTeaserOverview > article > figure > figcaption > a:after,
.cmsTeaserOverview > article > a:after {
	background: url("/img/cms/cms.png") no-repeat scroll left -590px;
	content: "";
	display: inline-block;
	height: 21px;
	margin: 0 0 0 6px;
	width: 10px;
}
.cmsTeaserOverview > article > figure > figcaption > p > .text,
.cmsTeaserOverview > article > p > .text {
	display: block;
	margin: 9px 0 0;
	padding: 0 0 15px;
	position: relative;
	width: auto !important;
}
.cmsTeaserOverview > article > figure > figcaption > p > .text:after,
.cmsTeaserOverview > article > p > .text:after {
	background: #E73438;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	width: 68.1529%;
	left: 0;
}

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

	.cmsTeaserOverview.cmsTeaserNoImage {
		float: none;
		margin-bottom: 10px !important;
		margin-right: 0;
		margin-top: 0 !important;
		width: 100%;
	}

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

	.cmsTeaserOverview > article > figure > a {
		float: none;
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}
	.cmsTeaserOverview > article > figure > figcaption > p > .text:after,
	.cmsTeaserOverview > article > p > .text:after {
		width: 100%;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 5px 0;
}
.cmsTable > table {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #F1F1F1;
}
.cmsTable > table > tbody > tr.val2 {
	background: #D3D4D6;
}
.cmsTable > table > tbody > tr > td {
	padding: 5px;
}
.cmsTable > figcaption {
	color: #8B8D90;
	font-size: 15px;
	font-style: italic;
	padding: 3px 0 0;
}

/* Micado Ext. - Responsive - Tabellen */

.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.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;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a {
	background: url("/img/cms/cms.png") no-repeat left -590px;
	display: inline-block;
	padding: 2px 0 3px 15px;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin-bottom: 8px;
}
.cmsRefs > ul > li > a {
	background: url("/img/cms/cms.png") no-repeat left -590px;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 3px 15px;
}

/* E-Mail */

.cmsMail > a {
	background: url("/img/cms/cms.png") no-repeat left -492px;
	display: inline-block;
	padding: 3px 0 3px 33px;
}

/* Elemente - Dropdown */

.cmsDrop > h3 {
	background: url("/img/cms/cms.png") no-repeat 10px -285px #E73438;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 8px 10px 8px 31px;
	text-transform: uppercase;
}
.cmsDrop > h3.contentHide {
	background-position: 10px -184px;
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 10px 0;
}
.cmsYoutube > div {
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	color: #8B8D90;
	font-size: 15px;
	font-style: italic;
	line-height: 1.3;
	padding: 10px 0 0;
}

/* Elemente - Iframe */

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

.cmsFile > a, .cmsXLS > a, .cmsPDF > a, .cmsDOC > a {
	background: url("/img/cms/cms.png") no-repeat left -98px;
	display: inline-block;
	padding: 4px 0 5px 33px;
}

/* Elemente - Formular */

.cmsForm {
	background: #E5E5E5;
	padding: 20px;
}
.cmsForm > h2:first-child {
	font-weight: bold;
	margin-top: 0;
}
.cmsForm > h2 {
	font-weight: normal;
	margin: 20px 0;
	padding: 0 0 3px 0;
}
.cmsForm > .row {
	margin: 10px 0;
	padding: 0 20px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:after {
	background: url("/img/cms/cms.png") no-repeat left -800px;
	content: "";
	height: 13px;
	position: absolute;
	right: 0;
	top: 13px;
	width: 14px;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: bold;
	padding: 6px 0 0 0;
	width: 25%;
}
.cmsForm > .row > .field {
	border: 1px solid #CFCFCF;
	font-weight: 300;
	outline: medium none;
	padding: 7px 5px 8px 5px;
	width: 75%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
}
.cmsForm > .row > select.field {
	padding: 6px 5px 7px 2px;
}
.cmsForm > .row > .checkbox {
	border: 0;
	margin: 10px 2px 2px 0;
	padding: 0;
	vertical-align: text-middle;
	width: auto;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	background: url("/img/cms/cms.png") no-repeat 8px 4px #FFFFFF;
	cursor: pointer;
	padding-left: 36px;
	width: 135px;
}
.cmsForm > .button {
	margin: 0 20px 0 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #E73438;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	padding: 6px 10px;
	text-transform: uppercase;
	-webkit-appearance: none;
}
.cmsForm > .button > input:hover {
	background: #CB171B;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 20px 10px 0;
	padding: 4px 10px;
}
.cmsForm > div.row > div.spam {
	background: #EEEEEE;
	border: 1px solid #C0C0C0;
	float: left;
	padding: 5px;
	width: 75%;
}
.cmsForm > div.row > div.spam > img {
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0 10px 5px 0;
}
.cmsForm > div.row > div.spam > input {
	float: left;
	line-height: 30px;
	margin: 0 10px 0 0;
	padding: 0 3px;
	text-align: center;
	width: 70px;
}
.cmsForm > div.row > div.spam > p {
	clear: both;
	color: #707070;
	font-size: 12px;
}
.cmsForm .success {
	border: 1px solid #2FBF00 !important;
	box-shadow: 0 0 3px #2FBF00;
	color: #2FBF00;
}
.cmsForm .error {
	border: 1px solid #E73438 !important;
	box-shadow: 0 0 3px #E73438;
	color: #E73438;
}

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

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

	.cmsForm {
		background: none;
		padding: 0;
	}
	.cmsForm > div.row > div.spam {
		text-align: center;
	}
	.cmsForm > div.row > div.spam > img {
		float: left;
		margin: 0 2% 10px 0;
		max-width: 49%;
	}
	.cmsForm > div.row > div.spam > input.field {
		display: block;
		float: left;
		margin-right: 0;
		position: relative;
		width: 49% !important;
	}
	.cmsForm > div.row > div.spam > p {
		font-size: 15px;
		text-align: left;
	}
	.cmsForm > .button > input {
		padding-bottom: 10px;
		padding-top: 10px;
		width: 100%;
	}

}

/* Element - Suchergebnisse */

/* Suche - Box */

form.searchForm {
	margin: 0 0 30px;
}
.searchList > form:after,
form.searchForm:after {
	clear: both;
	content: "";
	display: block;
}
.searchList > form > input.field,
form.searchForm > input.field {
	background: #CACACA;
	border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	float: left;
	font-weight: 300;
	height: 29px;
	margin: 0;
	padding: 3px;
	width: 83%; /* 174 */
}
.searchList > form > input.button,
form.searchForm > input.button {
	background: url("/img/layout/ico_search.png") scroll no-repeat center center #E73438;
	border: 0;
	cursor: pointer;
	height: 29px;
	float: left;
	text-indent: -9999px;
	width: 17%; /* 31 */
	-webkit-appearance: none;
}

/* Seitennavigation */

.searchList > div.pagenav:after {
	clear: both;
	content: "";
	display: block;
}
.searchList > div.pagenav > span {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px 0 0;
}
.searchList > div.pagenav > ul {
	float: left;
}
.searchList > div.pagenav > ul > li {
	display: inline-block;
}
.searchList > div.pagenav > ul > li > a {
	background: #E5E5E5;
	display: block;
	padding: 2px 8px;
}
.searchList > div.pagenav > ul > li > a:hover,
.searchList > div.pagenav > ul > li > a.selected {
	background: #E73438;
	color: #FFFFFF;
}

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

	form.searchForm {
		display: none;
	}

}

/* Element - Login */

/* Login - Box */

form.loginForm:after {
	clear: both;
	content: "";
	display: block;
}
form.loginForm > h2 {
	background: url("/img/layout/ico_user.png") scroll no-repeat left center;
	color: #1C1C1B;
	font-size: 18px;
	margin: 0 0 12px;
	padding: 0 0 0 25px;
	text-transform: uppercase;
}
form.loginForm > div.row {
	margin: 0 0 2px;
}
form.loginForm > div.row > input.field {
	background: #CACACA;
	border: 1px solid #C2C2C2;
	font-weight: 300;
	height: 29px;
	margin: 0;
	padding: 3px;
	width: 100%;
}
form.loginForm > div.button {
	margin: 9px 0 0;
	text-align: left;
}
form.loginForm > div.button > input {
	background: #E73438;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 29px;
	margin: 0;
	padding: 0 11px;
	text-transform: uppercase;
	-webkit-appearance: none;
	width: 100%;
}
form.loginForm > div.button > input:hover {
	background: #CB171B;
}

/* Login - Element */

form.loginFormElement {
	background: #FFFFFF;
	margin: 20px 0;
	padding: 20px;
}
form.loginFormElement > .row {
	float: left;
	margin-bottom: 10px;
	margin-right: 2%;
	width: 49%;
}
form.loginFormElement > .row.password {
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
form.loginFormElement > .button {
	clear: both;
	padding-top: 0;
}

/* Login - Info */

div.loginInfo > h2 {
	background: url("/img/layout/ico_user.png") scroll no-repeat left center;
	color: #1C1C1B;
	font-size: 18px;
	margin: 0 0 12px;
	padding: 0 0 0 25px;
	text-transform: uppercase;
}
div.loginInfo > p > span {
	color: #E73438;
	font-weight: bold;
}
div.loginInfo > a.button {
	background: #E73438;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	margin: 13px 0 0;
	padding: 3px 11px;
	text-transform: uppercase;
}
div.loginInfo > a.button:hover {
	background: #CB171B;
}

/* Login - Content */

form.loginForm.content {
	background: #FFFFFF;
	padding: 20px;
}
form.loginForm.content:after {
	clear: both;
	content: "";
	display: block;
}
form.loginForm.content > div.row {
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	width: 49%;
}
form.loginForm.content > div.row:nth-of-type(2n) {
	margin-right: 0;
}
form.loginForm.content > div.button > input {
	display: inline-block;
	width: 49%;
}

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

	form.loginForm > div.row {
		float: left;
		margin: 0 2% 0 0;
		width: 32%;
	}
	form.loginForm > div.button {
		float: left;
		margin-top: 0;
		width: 32%;
	}
		
	/* Login - Content */
		
	form.loginForm.content > div.button {
		float: none;
		width: 100%;
	}

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

	form.loginForm > div.row {
		float: none;
		margin-bottom: 2px;
		margin-right: 0;
		width: 100%;
	}
	form.loginForm > div.button {
		float: none;
		margin-top: 9px;
		width: 100%;
	}
	
	/* Login - Content */
	
	form.loginForm.content > div.row {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	form.loginForm.content > div.button > input {
		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: #1D1D1B !important;
	border: 1px solid #1D1D1B !important;
	color: #FFFFFF !important;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #CFCFCF !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: normal !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #E73438 !important;
	color: #FFFFFF !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	font-size: 13px;
	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;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	color: #FFFFFF !important;
	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;
}

/*! 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: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
}

.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;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url("/img/owl/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Owl Theme */

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Pagination */

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	background: #E73438;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	height: 12px;
	margin: 0 5px;
	width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #1C1C1B;
}

/* Privacy 1.0.0 */

/* Default */

.privacyCookie {
	background: #E73438;
	font-size: 15px;
	padding: 10px 0;
	width: 100%;
}
.privacyCookie > div {
	padding: 0 56px;
}
.privacyCookie > div > p {
	color: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
}
.privacyCookie > div > p > a {
	color: #FFFFFF;
}
.privacyCookie > div > a.button {
	color: #FFFFFF;
	float: right;
	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;
	}

}

@media all and (max-width: 1100px){

	.privacyCookie > div {
		padding: 0 20px;
	}

}

@media all and (max-width: 780px){

	.privacyCookie > div {
		padding: 0 11px;
	}

}

/* Element - Map */

.cmsMap {
	border: 11px solid rgba(255, 255, 255, 0.5);
	display: none;
	margin: 11px 0 0;
}
.cmsMap > div {
	background: #FFFFFF;
	padding: 15px 15px;
	text-align: right;
}
.cmsMap > div > img {
	display: inline-block;
	max-width: 290px;
	width: 100%;
}
.cmsMap > div > div {
	display: none;
}
.cmsMap > div > p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	width: 350px;
}

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

	.cmsMap > div > p {
		position: unset;
	}

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

	.cmsMap > div > p {
		position: absolute;
	}

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

	.cmsMap > div > p {
		margin-bottom: 10px;
		position: unset;
		width: auto;
	}

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

	.cmsMap > div {
		padding: 20px;
	}

}