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

html, body {
	height: 100%;
}
body {
	background: #f1ebdf;
	color: #2d343e;
	font: normal 17px/1.6 Lucida Bright, Georgia, serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 300px 0;
	position: relative;
}
a {
	color: #732026;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #732026;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

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

@font-face {
	font-family: 'fontello-gmap';
	src: url('/img/webfonts/fontello-gmap.eot?65603442');
	src: url('/img/webfonts/fontello-gmap.eot?65603442#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello-gmap.woff?65603442') format('woff'),
		url('/img/webfonts/fontello-gmap.ttf?65603442') format('truetype'),
		url('/img/webfonts/fontello-gmap.svg?65603442#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

{
  "name": "",
  "css_prefix_text": "icon-",
  "css_use_suffix": false,
  "hinting": true,
  "units_per_em": 1000,
  "ascent": 850,
  "glyphs": [
    {
      "uid": "7277ded7695b2a307a5f9d50097bb64c",
      "css": "print",
      "code": 59399,
      "src": "fontawesome"
    },
    {
      "uid": "3c73d058e4589b65a8d959c0fc8f153d",
      "css": "resize-horizontal",
      "code": 59397,
      "src": "fontawesome"
    },
    {
      "uid": "9937d762aee170b7350b15dd02dd34a3",
      "css": "cab",
      "code": 59392,
      "src": "fontawesome"
    },
    {
      "uid": "5b17c7263caa553039655f2fef81ecaf",
      "css": "bus",
      "code": 59394,
      "src": "fontawesome"
    },
    {
      "uid": "891d861cffd152a6474f01e77716d44e",
      "css": "bicycle",
      "code": 59393,
      "src": "fontawesome"
    },
    {
      "uid": "63b86fedd4ee9ad2105f54f4888e7088",
      "css": "info",
      "code": 59398,
      "src": "entypo"
    },
    {
      "uid": "8663320a860b00f26e94d3d15c9ba99a",
      "css": "clock-1",
      "code": 59396,
      "src": "entypo"
    },
    {
      "uid": "d92a3efcdf848fb0abd9410b8d95813e",
      "css": "person",
      "code": 59395,
      "src": "elusive"
    }
  ]
}

.icon-cab:before { content: '\e800'; } /* '?' */
.icon-bicycle:before { content: '\e801'; } /* '?' */
.icon-bus:before { content: '\e802'; } /* '?' */
.icon-person:before { content: '\e803'; } /* '?' */
.icon-clock-1:before { content: '\e804'; } /* '?' */
.icon-resize-horizontal:before { content: '\e805'; } /* '?' */
.icon-info:before { content: '\e806'; } /* '?' */
.icon-print:before { content: '\e807'; } /* '?' */

/* Layout - Header */

#HeaderWrapper {
	background: #c8b997;
	border-bottom: 3px solid #7f6d45;
	height: 80px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}
#HeaderWrapper.mobile {
	position: relative;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > .logo {
	display: none;
	position: absolute;
}
#HeaderWrapper > div > .logo > img {
	width: 214px;
}

/* Languages */

#HeaderWrapper > div > .lang {
	color: #7f6d45;
	font-weight: normal;
	position: absolute;
	right: 25px;
	top: 25px;
}
#HeaderWrapper > div > .lang:after {
	content: "\E824";
	font-family: "fontello";
	font-weight: normal;
	margin: 0 0 0 12px;
}

/* Tischreservierung */

#GalleryWrapper > .wrapper > .tableReservation {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0 0;
    text-align: center;
}
#GalleryWrapper > .wrapper > .tableReservation > a {
	color: #FFFFFF;
    font-weight: 600;
}

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

	#HeaderWrapper > div > .lang {
		left: 25px;
		right: auto;
	}

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

	#GalleryWrapper > .wrapper > .tableReservation {
		font-size: 14px;
		font-weight: 400;
		margin-top: 22px;
	}

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

	#GalleryWrapper > .wrapper > .tableReservation {
		display: none;
	}
	#HeaderWrapper > div > .lang {
		display: none;
	}
	#HeaderWrapper > div > .logo {
		background: #7f6d45 none repeat scroll 0 0;
		border-radius: 20px;
		display: block;
		left: 20px;
		position: absolute;
		top: -32px;
		z-index: 100;
	}
	#HeaderWrapper > div > .logo > img {
		width: 142px;
	}

}

/* Layout - Content */

#ContentWrapper {
	margin: 0 0 15px 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > div:before {
	clear: both;
	content: "";
	display: block;
	padding: 1px 0 0;
}
#ContentWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div {
	background: #FFFFFF;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	margin: 15px auto 0;
	max-width: 1200px;
	position: relative;
}
#ContentWrapper > div > section {
	float: left;
	padding: 0 345px 0 45px;
	width: 100%;
}
#ContentWrapper > div > aside {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
}

@media all and (max-width: 980px){

	#ContentWrapper > div > section {
		padding-right: 300px;
	}
	#ContentWrapper > div > aside {
		width: 255px;
	}

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

	#ContentWrapper > div > section {
		padding-left: 25px;
		padding-right: 25px;
	}
	#ContentWrapper > div > aside {
		display: none;
	}

}

/* Layout - Content - Teaser */

aside {
	padding: 90px 25px 0 25px;
}
aside > h3 {
	color: #a9925c;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}
aside article > h2 {
	display: none;
}
aside article > figure > a {
	display: block;
}
aside article > figure > a > img {
	display: block;
	width: 100%;
}
aside article > figure > figcaption {
	background: #dad0b9;
	padding: 10px 60px 10px 15px;
	position: relative;
}
aside article > figure > figcaption > .text {
	color: #000000;
	display: block;
	font-style: italic;
	font-weight: normal;
	line-height: 1.4;
}
aside article > figure > figcaption > .top {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 28px;
	color: #7f6d45;
	display: block;
	font-family: "Lobster";
	font-size: 24px;
	font-weight: normal;
	height: 55px;
	line-height: 52px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: -27px;
	width: 55px;
}

@media all and (max-width: 980px){

	aside article > figure > figcaption > .top {
		border-radius: 23px;
		font-size: 18px;
		height: 45px;
		line-height: 43px;
		right: 5px;
		top: -35px;
		width: 45px;
	}
	aside article > figure > figcaption {
		padding: 15px
	}
	aside article > figure > figcaption > .text {
		font-size: 15px;
	}

}

/* Layout - Sprachen */

.langselector {
	min-width: 300px;
	padding: 65px 30px 30px;
	text-align: center;
}
.langselector > h2 {
	border-bottom: 0 none;
	display: block;
	font-weight: normal;
	margin: 0 0 10px;
}
.langselector > h2 > strong {
	display: block;
	font-weight: bold;
}
.langselector > ul > li > a {
	border-bottom: 1px solid #b9b9b9;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 12px 0;
	text-align: center;
}
.langselector > ul > li:last-child > a {
	border-bottom: 0;
}
.langselector > ul > li > a:hover {
	color: #732026;
}

/* Layout - Footer */

#FooterWrapper {
	bottom: 0;
	height: 300px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > .row1 {
	background: #d1c4a5;
	border-top: 1px solid #FFFFFF;
	min-height: 255px;
}
#FooterWrapper > .row1 > div {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 45px;
	position: relative;
}
#FooterWrapper > .row1 > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 > div > .column1 {
	float: left;
	padding: 50px 0 0 0;
}
#FooterWrapper > .row1 > div > .column1 > img {
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
	width: 98px;
}
#FooterWrapper > .row1 > div > .column1 > p {
	color: #000000;
	float: left;
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 1.2;
}
#FooterWrapper > .row1 > div > .column1 > p > strong {
	color: #732026;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 21px 0 8px 0;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > div > .column1 > a.tirol {
	clear: both;
	display: block;
	float: left;
	margin: 25px 0 0 27px;
}
#FooterWrapper > .row1 > div > .column1 > a.tirol > img {
	display: block;
	width: 65px;
}
#FooterWrapper > .row1 > div > .column1 > a.kitz {
	display: block;
	float: left;
	margin: 25px 0 0 20px;
}
#FooterWrapper > .row1 > div > .column1 > a.kitz > img {
	display: block;
	width: 109px;
}
#FooterWrapper > .row1 > div > .column2 {
	left: 50%;
	margin: 0 0 0 -165px;
	padding: 43px 0 0 0;
	position: absolute;
	width: 330px;
}
#FooterWrapper > .row1 > div > .column2 > img {
	display: block;
	width: 330px;
}
#FooterWrapper > .row1 > div > .column3 {
	float: right;
	line-height: 1;
	padding: 70px 0 0 0;
	text-align: right;
}
#FooterWrapper > .row1 > div > .column3 > .tableReservation {
	display: none;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 38px;
    text-align: center;
}
#FooterWrapper > .row1 > div > .column3 > .tableReservation > a {
	color: #7F6D45;
    font-weight: 600;
}
#FooterWrapper > .row1 > div > .column3 > p {
	color: #2d343e;
	font-size: 17px;
	font-style: italic;
	margin: 0 0 9px 0;
}
#FooterWrapper > .row1 > div > .column3 > .phone {
	color: #7f6d45;
	display: table;
	font-family: "Lobster";
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 36px 0;
	text-align: center;
}
#FooterWrapper > .row1 > div > .column3 > .button {
	background: #776640;
	bottom: 25px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans';
	padding: 12px 0 15px;
	text-align: center;
	text-transform: uppercase;
}
#FooterWrapper > .row1 > div > .column3 > .button:hover {
	background: #DAD0B9;
	color: #7f6d45;
}
#FooterWrapper > .row2 {
	background: #a9925c;
	border-top: 1px solid #7f6d45;
	height: 45px;
}
#FooterWrapper > .row2 > div {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 45px;
	position: relative;
}
#FooterWrapper > .row2 > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row2 > div > p {
	color: #FFFFFF;
	float: left;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 300;
	padding: 9px 0 0 0;
}

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

	#FooterWrapper > .row1 > div > .column1 {
		padding-top: 65px;
	}
	#FooterWrapper > .row1 > div > .column1 > img {
		width: 70px;
	}
	#FooterWrapper > .row1 > div > .column1 > p {
		font-size: 15px;
	}
	#FooterWrapper > .row1 > div > .column1 > p > strong {
		font-size: 17px;
		margin-top: 8px;
	}
	#FooterWrapper > .row1 > div > .column1 > a.tirol {
		margin-left: 0;
	}
	#FooterWrapper > .row1 > div > .column2 {
		margin-left: -130px;
		width: 260px;
	}
	#FooterWrapper > .row1 > div > .column2 > img {
		width: 260px;
	}
	#FooterWrapper > .row1 > div > .column3 > p {
		font-size: 15px;
	}
	#FooterWrapper > .row1 > div > .column3 > .phone {
		font-size: 22px;
	}

}

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

	#FooterWrapper {
		height: auto;
	}
	#FooterWrapper > .row1 > div {
		padding-bottom: 40px;
	}
	#FooterWrapper > .row1 > div > .column1 {
		float: none;
		margin: 0 auto;
		padding-top: 20px;
		position: relative;
		width: 270px;
	}
	#FooterWrapper > .row1 > div > .column1:after {
		clear: both;
		content: "";
		display: block;
	}
	#FooterWrapper > .row1 > div > .column1 > img {
		width: 98px;
	}
	#FooterWrapper > .row1 > div > .column1 > p > strong {
		font-size: 20px;
		margin-top: 21px;
	}
	#FooterWrapper > .row1 > div > .column1 > a.tirol {
		margin-left: 40px;
	}
	#FooterWrapper > .row1 > div > .column2 {
		left: auto;
		margin: 0 auto;
		position: relative;
		width: 330px;
	}
	#FooterWrapper > .row1 > div > .column2 > img {
		width: 330px;
	}
	#FooterWrapper > .row1 > div > .column3 {
		float: none;
		margin: 0 auto;
		padding-top: 40px;
		text-align: center;
		width: 300px;
	}
	#FooterWrapper > .row1 > div > .column3 > p {
		font-size: 17px;
	}
	#FooterWrapper > .row1 > div > .column3 > .phone {
		display: block;
		font-size: 28px;
	}

}

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

	#FooterWrapper > .row2 {
		height: auto;
		padding-bottom: 20px;
	}
	#FooterWrapper > .row2 > div > p {
		float: none;
		text-align: center;
	}
	#FooterWrapper > .row1 > div > .column3 > .tableReservation {
		display: block;
	}

}

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

	#FooterWrapper > .row1 > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	#FooterWrapper > .row1 > div > .column2 {
		width: 280px;
	}
	#FooterWrapper > .row1 > div > .column2 > img {
		width: 280px;
	}
	#FooterWrapper > .row1 > div > .column3 {
		width: 280px;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	height: 450px;
	margin: 95px auto 0;
	max-width: 1200px;
	position: relative;
}
#GalleryWrapper > .animation {
	height: 100%;
	left: 0;
	position: absolute;
	right: 300px;
}
#GalleryWrapper > .wrapper {
	background: #8e7b52 none repeat scroll 0 0;
	border-left: 1px solid #b4a686;
	height: 450px;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	z-index: 2;
}
#GalleryWrapper > .wrapper > .logo {
	display: block;
	text-align: center;
}
#GalleryWrapper > .wrapper > .logo > img {
	display: inline-block;
	width: 214px;
}
#GalleryWrapper > .wrapper > p {
	bottom: 117px;
	color: #ffffff;
	font-size: 17px;
	font-style: italic;
	position: absolute;
	right: 42px;
}
#GalleryWrapper > .wrapper > .phone {
	bottom: 80px;
	color: #c3baa6;
	font-family: "Lobster";
	font-size: 30px;
	font-weight: normal;
	left: 25px;
	position: absolute;
	right: 25px;
	text-align: center;
}
#GalleryWrapper > .wrapper > .button {
	background: #dad0b9;
	border-top: 1px solid #ede8dc;
	bottom: 25px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	color: #7f6d45;
	display: block;
	left: 25px;
	padding: 8px 0 9px;
	position: absolute;
	right: 25px;
	text-align: center;
	text-transform: uppercase;
}
#GalleryWrapper > .wrapper > .button:hover {
	background: #C8B997;
	border-top: 1px solid #C8B997;
	color: #FFFFFF;
}

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

	#GalleryWrapper {
		margin-top: 15px;
	}

}

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

	#GalleryWrapper > .wrapper {
		width: 240px;
	}
	#GalleryWrapper > .wrapper > .phone {
		font-size: 24px;
	}

}

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

	#GalleryWrapper {
		height: auto;
		padding-bottom: 100px;
		width: 100%;
	}
	#GalleryWrapper > .animation {
		right: auto;
		position: relative;
		width: 100%;
	}
		
	#GalleryWrapper > .wrapper {
		border-left: 0;
		height: auto;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
	#GalleryWrapper > .wrapper > .logo {
		display: none;
	}
	#GalleryWrapper > .wrapper > p {
		display: none;
	}
	#GalleryWrapper > .wrapper > .phone {
		bottom: auto;
		display: block;
		left: auto;
		padding: 5px 0;
		position: relative;
		right: auto;
		text-align: center;
	}
	#GalleryWrapper > .wrapper > .button {
		bottom: auto;
		left: auto;
		padding-top: 9px;
		padding-bottom: 10px;
		position: relative;
		right: auto;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	left: 20px;
	position: absolute;
	top: 0;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}
nav.desktop > ul > li.lang {
	display: none;
}
nav.desktop > ul > li.last:before {
	border-right: 1px solid #968b71;
	content: "";
	display: block;
	height: 77px;
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
	z-index: -1;
}
nav.desktop > ul > li.last:after {
	background: #d6cbb1;
	content: "";
	display: block;
	height: 77px;
	position: absolute;
	right: -2px;
	top: 0;
	width: 1px;
	z-index: -1;
}
nav.desktop > ul > li > a:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b9aa87+0,c8b997+100 */
	background: rgb(185,170,135); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(185,170,135,1) 0%, rgba(200,185,151,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(185,170,135,1)), color-stop(100%,rgba(200,185,151,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9aa87', endColorstr='#c8b997',GradientType=1 ); /* IE6-9 */
	content: "";
	display: block;
	height: 77px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
nav.desktop > ul > li > a {
	border-left: 1px solid #968b71;
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans';
	font-weight: bold;
	line-height: 1;
	padding: 24px 26px 14px 27px;
	position: relative;
	text-transform: uppercase;
}
nav.desktop > ul > li > a:after {
	background: #d6cbb1;
	content: "";
	display: block;
	height: 77px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: -1;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #7d6b44;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25) inset;
	text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.7);
}
nav.desktop > ul > li > a > span {
	color: #4f483a;
	display: block;
	font-family: "Lucida Bright";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 8px 0 0 0;
	text-align: center;
}
nav.desktop > ul > li:hover > a > span,
nav.desktop > ul > li > a.selected > span {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.75);
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	padding: 20px 0;
	opacity: 1;
	overflow: visible;
}
nav.desktop > ul > li > ul {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 80px;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul > li {
	min-width: 300px;
	position: relative;
}
nav.desktop > ul > li > ul > li:last-child > a:after {
	display: none;
}
nav.desktop > ul > li > ul > li > a {
	color: #7f6d45;
	display: block;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	padding: 7px 27px 8px;
	white-space: nowrap;
}
nav.desktop > ul > li > ul > li > a:after {
	background: #bfbfbf;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 20px;
	position: absolute;
	right: 20px;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	background: #a9925c;
	color: #FFFFFF;
}
nav.desktop > ul > li > ul > li > a:hover:after,
nav.desktop > ul > li > ul > li > a.selected:after {
	background: #a9925c;
}

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

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

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 34px;
	margin: 0 8px 0 0;
}
.mobileTrigger.show {
	color: #8E7B52;
	cursor: pointer;
	display: block;
	line-height: 80px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 80px;
	width: 100%;
	z-index: 90;
}
nav.mobile > ul {
	background: #F1EBDF;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	border-bottom: 3px solid #7D6B44;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 60px 0 20px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	background: #C8B997;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
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.lang {
	display: none;
}
nav.mobile > ul > li > a:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b9aa87+0,c8b997+100 */
	background: rgb(185,170,135); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(185,170,135,1) 0%, rgba(200,185,151,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(185,170,135,1)), color-stop(100%,rgba(200,185,151,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(185,170,135,1) 0%,rgba(200,185,151,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9aa87', endColorstr='#c8b997',GradientType=1 ); /* IE6-9 */
	content: "";
	display: block;
	height: 77px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
nav.mobile > ul > li > a {
	color: #8E7B52;
	display: block;
	font-family: 'Open Sans';
	font-weight: bold;
	margin: 0 0 1px 0;
	padding: 8px 20px;
	text-transform: uppercase;
}
nav.mobile > ul > li > a > span {
	display: none;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #7d6b44;
	color: #FFFFFF;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	color: #2d343e;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	
}

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

	nav.mobile > ul > li.lang {
		display: block;
	}
	nav.mobile > ul > li.firstlang {
		margin: 20px 0 0 0;
	}
	nav.mobile > ul > li.lang > a {
		font-size: 15px;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	margin: 9px 0 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	color: #ffffff;
	display: block;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: bold;
	padding: 0 12px;
	text-transform: uppercase;
}
ul.metamenu > li:last-child > a {
	padding-right: 0;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #D1C4A5;
}

@media all and (max-width: 700px){

	ul.metamenu {
		float: none;
	}
	ul.metamenu > li {
		float: none;
	}
	ul.metamenu > li > a {
		padding-top: 6px;
		padding-bottom: 6px;
		text-align: center;
	}
	ul.metamenu > li:last-child > a {
		padding-right: 12px;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #732026;
	font-family: 'Lobster';
	font-size: 60px;
}
h2 {
	border-bottom: 3px solid #C8B997;
	color: #732026;
	display: table;
	font-family: 'Open Sans';
	font-size: 24px;
	padding: 0 10px 4px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	border-bottom: 0;
	border-top: 5px solid #c8b997;
	color: #2d343e;
	display: table;
	font-size: 24px;
	font-weight: 300;
	margin-top: -31px;
	padding-top: 6px;
	padding-right: 0;
	text-transform: none;
}
h2.cms + h3.cms {
	margin-top: -36px;
}

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

	h1 {
		font-size: 45px;
		line-height: 1.1;
	}

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

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

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

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

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

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

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -40px;
}
.cmsGallery > li {
	background: #FFFFFF;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
	float: left;
	margin: 0 6.790123456790123% 40px 0; /* 55 */
	padding: 10px;
	position: relative;
	width: 44.444444444444443%; /* 360 */
}
.cmsGallery > li:nth-child(2n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(2n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
	position: relative;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 80px 0 #111111 inset;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li:hover > figure > a: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 > img {
	display: block;
	width: 100%;
}
.cmsGallery > li:hover > figure .icon:after {
	content: "\E836";
	cursor: pointer;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 43px;
	color: #a88a4c;
	font-family: "fontello";
	font-size: 36px;
	height: 85px;
	left: 50%;
	margin: -43px 0 0 -43px;
	padding: 10px 0 0;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 50%;
	width: 85px;
	z-index: 2;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

@media all and (max-width: 500px){
	
	.cmsGallery + * {
		margin-top: 40px;
	}
	.cmsGallery > li {
		clear: both;
		float: none;
		margin: 0 0 40px 0;
		width: 100%;
	}

}

/* Elemente - Teaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser > article {
	float: left;
	margin: 0 6.790123456790123% 40px 0; /* 0 40 40 0 */
	position: relative;
	width: 44.444444444444443%; /* 360 */
}
.cmsTeaser > article:nth-of-type(2n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(2n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a {
	background: #FFFFFF;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
	display: block;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	background: #F1EBDF;
	line-height: 1.5;
	overflow: hidden;
	padding: 15px 15px 35px;
	position: relative;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #732026;
	display: block;
	margin: 0 0 8px 0;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
	font-size: 16px;
}
.cmsTeaser > article > figure > figcaption > p > span > a:before {
	content: "\E826";
	color: #ffffff;
	display: block;
	font-family: "fontello";
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
	padding: 2px 0 0 12px;
	text-align: center;
	-moz-transform: scale(1) rotate(45deg);
	-webkit-transform: scale(1) rotate(45deg);
	-o-transform: scale(1) rotate(45deg);
	-ms-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}
.cmsTeaser > article > figure > figcaption > p > span > a {
	background: #7A6943;
	bottom: -18px;
	display: block;
	height: 55px;
	overflow: hidden;
	position: absolute;
	right: -32px;
	-moz-transform: scale(1) rotate(-45deg);
	-webkit-transform: scale(1) rotate(-45deg);
	-o-transform: scale(1) rotate(-45deg);
	-ms-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
	width: 86px;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
.cmsTeaser > article > figure > figcaption > p > span > a:hover {
	background: #732026;
}

@media all and (max-width: 600px){

	.cmsTeaser + * {
		margin-top: 40px;
	}
	.cmsTeaser > article {
		float: none;
		margin-right: 0;
		width: 100%;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 15px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #e0d7c4;
}
.cmsTable > table > tbody > tr.val2 {
	background: #F1EBDF;
}
.cmsTable > table > tbody > tr > td {
	padding: 6px 10px;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsLink > a {
	color: #732026;
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 20px 0;
}
.cmsRefs > ul > li > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	color: #732026;
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsMail > a {
	color: #732026;
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}

/* Elemente - Dropdown */

.cmsDrop {
	
}
.cmsDrop > h2:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h2 {
	cursor: pointer;
	display: inline-block;
	padding-left: 40px;
	position: relative;
}
.cmsDrop > h2.contentHide:before {
	content: '\E805';
}
.cmsDrop > h2.contentHide + div {
	display: none;
}
.cmsDrop > h2 + div {
	background: #F1EBDF;
	overflow: hidden;
	padding: 0 20px;
}

/* Elemente - HTML */

/* Elemente - Youtube */

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

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

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

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

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

}

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

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

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

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

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


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


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

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


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

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

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

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

/* Datepicker */

/* benutzerdefinierte Styles */

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

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	font-weight: bold;
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 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: #FFFFFF;
	color: #444;
	text-shadow: none;
}

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

.fancybox-close {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 8040;
}

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

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

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

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

/* Overlay helper */

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text mit TextWrapper */

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

/* Text ohne TextWrapper */

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

/* Navigation - Pfeile */

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

/* Navigation - Bullets */

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

.micAnimation > ul > .slide > img {
	height: 450px;
	left: 50%;
	margin: 0 0 0 -450px;
	position: absolute;
	width: 900px;
}
.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1.3;
	text-align: center;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 50px;
	font-weight: 900;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	font-size: 30px;
	font-weight: 300;
}

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

	.micAnimation > ul > .slide > img {
		height: auto;
		left: 0;
		margin: 0;
		width: 100%;
	}

}

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

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

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

/* Default */

.privacyCookie {
	background: #776640;
	font-size: 13px;
	padding: 10px 0;
	width: 100%;
	display: none;
}
.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;
	}

}

/* Extension - Google Map - Routenplaner */

.gmapRoutePlanner > .gmap {
	overflow: hidden;
	position: relative;
}

/* Details */

.gmapRoutePlanner > .gmap > .content {
	background: #FFFFFF;
	bottom: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	left: -320px;
	position: absolute;
	top: 0;
	-webkit-transition: left 400ms ease-in;
	-moz-transition: left 400ms ease-in;
	-ms-transition: left 400ms ease-in;
	-o-transition: left 400ms ease-in;
	transition: left 400ms ease-in;
	width: 300px;
	z-index: 2;
}
.gmapRoutePlanner > .gmap.showDesc > .content {
	left: 0;
}
.gmapRoutePlanner > .gmap > .content > .header {
	background: #2C90BB;
	height: 210px;
	padding: 15px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul {
	height: 30px;
	margin: 0 0 0 -4px;
	padding-right: 50px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li {
	display: inline-block;
	height: 30px;
	margin: 0 5px;
	width: 34px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li > a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li > a:before {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.6);
	font-size: 20px;
	font-weight: normal;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 34px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.selected > a:before,
.gmapRoutePlanner > .gmap > .content > .header > ul > li > a:hover:before {
	color: #FFFFFF;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.driving {
	width: 32px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.driving > a:before {
	content: '\E800';
	font-family: 'fontello-gmap';
	width: 32px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.bicycling > a:before {
	content: '\E801';
	font-family: 'fontello-gmap';
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.transit {
	width: 26px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.transit > a:before {
	content: '\E802';
	font-family: 'fontello-gmap';
	width: 26px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.walking {
	width: 18px;
}
.gmapRoutePlanner > .gmap > .content > .header > ul > li.walking > a:before {
	content: '\E803';
	font-family: 'fontello-gmap';
	width: 18px;
}
.gmapRoutePlanner > .gmap > .content > .header > p.address {
	border-left: 2px solid #FFFFFF;
	line-height: 1.3;
	margin: 23px 0 8px 5px;
	padding: 0 0 0 20px;
	position: relative;
}
.gmapRoutePlanner > .gmap > .content > .header > p.address:before {
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	content: "";
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	top: -8px;
	width: 10px;
}
.gmapRoutePlanner > .gmap > .content > .header > p.address:after {
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	bottom: -8px;
	content: "";
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	width: 10px;
}
.gmapRoutePlanner > .gmap > .content > .header > p.address > span {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gmapRoutePlanner > .gmap > .content > .header > p.address > span:after {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.gmapRoutePlanner > .gmap > .content > .header > p.address > span:last-child:after {
	display: none;
}
.gmapRoutePlanner > .gmap > .content > .header > p.details {
	line-height: 1.3;
	margin: 23px 0 0;
}
.gmapRoutePlanner > .gmap > .content > .header > p.details > span {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 3px 0;
}
.gmapRoutePlanner > .gmap > .content > .header > p.details > span.distance:before {
	content: '\E805';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.gmapRoutePlanner > .gmap > .content > .header > p.details > span.duration:before {
	content: '\E804';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.gmapRoutePlanner > .gmap > .content > .header > a.print {
	height: 35px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 13px;
	width: 35px;
	z-index: 2;
}
.gmapRoutePlanner > .gmap > .content > .header > a.print:before {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.6);
	content: '\E807';
	font-family: 'fontello-gmap';
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
}
.gmapRoutePlanner > .gmap > .content > .header > a.print:hover:before {
	color: #FFFFFF;
}
.gmapRoutePlanner > .gmap > .content > .details {
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	height: 390px;
	overflow: auto;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div {
	border-bottom: 1px solid #E9E9E9;
	padding: 15px;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div:last-child {
	border-bottom: 0 none;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .text {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .text > b {
	font-weight: bold;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .text > div {
	color: #2C90BB;
	line-height: 1;
	margin: 4px 0 0;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .text > div:before {
	background: #2C90BB;
	border-radius: 7.5px;
	color: #FFFFFF;
	content: '\E806';
	display: inline-block;
	font-family: "fontello-gmap";
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	top: -1px;
	width: 15px;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .distance {
	font-size: 14px;
	line-height: 1.2;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .distance:before {
	content: '\E805';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .duration {
	font-size: 14px;
	line-height: 1.2;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .duration:before {
	content: '\E804';
	font-family: 'fontello-gmap';
	margin: 0 10px 0 0;
}
.gmapRoutePlanner > .gmap > .content > .details > div > a {
	background: #2C90BB;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: -1px 0 -1px -1px;
	padding: 7px 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
.gmapRoutePlanner > .gmap > .content > .details > div > a:hover {
	background: #0073A9;
}

/* Map */

.gmapRoutePlanner > .gmap > .map {
	height: 600px;
	left: 0;
	position: relative;
	-webkit-transition: left 400ms ease-in;
	-moz-transition: left 400ms ease-in;
	-ms-transition: left 400ms ease-in;
	-o-transition: left 400ms ease-in;
	transition: left 400ms ease-in;
	width: 100%;
	z-index: 1;
}
.gmapRoutePlanner > .gmap.showDesc > .map {
	left: 160px;
}

/* Formular */

.gmapRoutePlanner > form {
	background: #E9E9E9;
	margin: 10px 0 0;
	padding: 15px 250px 15px 20px;
	position: relative;
	text-align: center;
}
.gmapRoutePlanner > form:after {
	clear: both;
	content: "";
	display: block;
}
.gmapRoutePlanner > form > h3 {
	float: left;
	font-size: 30px;
	font-weight: normal;
	margin: 0 20px 0 0;
	padding-left: 0;
	padding-right: 0;
}
.gmapRoutePlanner > form > h3 > span {
	font-weight: bold;
}
.gmapRoutePlanner > form > .row {
	display: inline-block;
	margin: 0 20px;
}
.gmapRoutePlanner > form > .row:after {
	clear: both;
	content: "";
	display: block;
}
.gmapRoutePlanner > form > .row > label {
	display: block;
	float: left;
	font-weight: bold;
	line-height: 36px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
.gmapRoutePlanner > form > .row > .field {
	background: none;
	border: 0 none;
	border-bottom: 1px solid #248FBD;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 5px;
	width: 170px;
}
.gmapRoutePlanner > form > .button {
	bottom: 15px;
	position: absolute;
	right: 20px;
}
.gmapRoutePlanner > form > .button > input {
	background: #2C90BB;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 7px 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-ms-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
.gmapRoutePlanner > form > .button > input:hover {
	background: #0073A9;
}

/* Fehlermeldung */
		
.gmapErrorMsg {
	display: block;
	line-height: 1.3;
	padding: 0 60px 0 0;
}
.gmapErrorMsg > span {
	display: block;
}
.gmapErrorMsg > span.headline {
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}

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

	/* Formular */

	.gmapRoutePlanner.var > form {
		text-align: left;
	}
	.gmapRoutePlanner.var > form > h3 {
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		text-align: left;
		width: 100%;
	}
	.gmapRoutePlanner.var > form > .row {
		float: left;
		margin-left: 0;
		margin-right: 0;
		width: 50%;
	}
		
}
@media all and (max-width: 950px){

	/* Details */
		
	.gmapRoutePlanner > .gmap > .content {
		width: 250px;
	}
	.gmapRoutePlanner > .gmap > .content > .details {
		height: 190px;
	}

	/* Map */
		
	.gmapRoutePlanner > .gmap > .map {
		height: 400px;
	}
	.gmapRoutePlanner > .gmap.showDesc > .map {
		left: 125px;
	}

	/* Formular */

	.gmapRoutePlanner > form {
		text-align: left;
	}
	.gmapRoutePlanner > form > h3 {
		float: none !important;
		margin-bottom: 10px !important;
		margin-right: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}
	.gmapRoutePlanner > form > .row {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.gmapRoutePlanner > form > .row > label {
		margin-right: 0;
		padding-right: 10px;
		width: 40%;
	}
	.gmapRoutePlanner > form > .row > .field {
		width: 60%;
	}
	
}
@media all and (max-width: 700px){

	/* Details */
		
	.gmapRoutePlanner > .gmap > .content {
		box-shadow: none;
		left: 0 !important;
		margin-bottom: 10px;
		max-height: 0;
		overflow: hidden;
		position: relative;
		width: 100%;
		-webkit-transition: max-height 400ms ease-in;
		-moz-transition: max-height 400ms ease-in;
		-ms-transition: max-height 400ms ease-in;
		-o-transition: max-height 400ms ease-in;
		transition: max-height 400ms ease-in;
	}
	.gmapRoutePlanner > .gmap.showDesc > .content {
		max-height: 500px;
	}
	.gmapRoutePlanner > .gmap > .content > .details {
		border-right: 1px solid #E9E9E9;
	}

	/* Map */

	.gmapRoutePlanner > .gmap.showDesc > .map {
		left: 0;
	}

	/* Formular */

	.gmapRoutePlanner > form {
		padding-right: 15px;
	}
	.gmapRoutePlanner > form > h3 {
		text-align: center !important;
	}
	.gmapRoutePlanner > form > .button {
		bottom: auto;
		margin-top: 10px;
		position: relative;
		right: auto;
	}
	.gmapRoutePlanner > form > .button > input {
		width: 100%;
	}
		
}

/* Extension - Google Map - Routenplaner - Custom */

.gmapRoutePlanner {
	font-family: "Open Sans"
}

/* Details */

.gmapRoutePlanner > .gmap > .content > .header {
	background: #732026;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .text > div {
	color: #732026;
}
.gmapRoutePlanner > .gmap > .content > .details > div > div > .text > div:before {
	background: #732026;
}
.gmapRoutePlanner > .gmap > .content > .details > div > a {
	background: #776640;
}
.gmapRoutePlanner > .gmap > .content > .details > div > a:hover {
	background: #DAD0B9;
	color: #7F6D45;
}

/* Formular */

.gmapRoutePlanner > form {
	background: #D1C4A5;
}
.gmapRoutePlanner > form > h3 {
	color: #732026;
	font-size: 22px;
	line-height: 35px;
	text-transform: uppercase;
}
.gmapRoutePlanner > form > .row > .field {
	border-bottom: 1px solid #732026;
}
.gmapRoutePlanner > form > .button > input {
	background: #776640;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}
.gmapRoutePlanner > form > .button > input:hover {
	background: #DAD0B9;
	color: #7F6D45;
}

/* Fehlermeldung */

.gmapErrorMsg {
	font-family: "Open Sans"
}

@media all and (max-width: 600px){

	/* Formular */

	.gmapRoutePlanner > form > .row > label {
		font-size: 14px;
	}
	.gmapRoutePlanner > form > .row > .field {
		font-size: 14px;
	}
		
}