/* 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 {
	color: #575756;
	font: 300 17px/1.8 'Roboto', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #575756;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: color 300ms ease-in;
	-moz-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	-o-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}
a:hover {
	color: #AE9A63;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

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

#HeaderWrapper {
	background: #FFFFFF;
	border-bottom: 6px solid #F4F4F4;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	height: 200px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a.logo {
	left: 20px;
	margin: 16px 0 0 0;
	position: absolute;
	top: 0;
	width: 110px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	z-index: 2;
}
#HeaderWrapper > div > a.logo > img {
	display: block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	width: 100%;
}

/* Fixed Header */

#HeaderWrapper.fixed {
	background: #FFFFFF;
	height: 120px;
}
#HeaderWrapper.fixed > div > a.logo {
	margin-top: 9px;
	width: 64px;
}

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

	#HeaderWrapper > div:before {
		left: 0;
		width: 0;
	}
	#HeaderWrapper > div:after {
		right: 0;
		width: 0;
	}

}

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

	#HeaderWrapper {
		height: 120px;
	}
	#HeaderWrapper > div > a.logo {
		margin-top: 9px;
		width: 64px;
	}

}

/* Layout - Header - Socialmedia */

#HeaderWrapper > div > a.socialmedia {
	line-height: 20px;
}
#HeaderWrapper > div > a.socialmedia:before {
	background: #3B5998;
	border: 1px solid #3B5998;
	color: #FFFFFF;
	content: "\E80C";
	display: block;
	font-family: "fontello";
	font-size: 26px;
	padding: 6px 10px;
	position: absolute;
	right: 20px;
	top: 13px;
}
#HeaderWrapper > div > a.socialmedia:hover:before {
	background: #294784;
}

/* Layout - Header - Login */

#HeaderWrapper > div > .login {
	position: absolute;
	right: 70px;
	top: 13px;
	z-index: 2;
}

/* Icon */

#HeaderWrapper > div > .login > a.userLogin {
	color: #AE9A63;
	display: block;
	font-size: 33px;
	line-height: 34px;
	text-align: right;
	width: 34px;
}
#HeaderWrapper > div > .login > a.userLogin.loggedin {
	width: 45px;
}
#HeaderWrapper > div > .login > a.userLogin:before {
	content: "\E847";
	font-family: "fontello";
}
#HeaderWrapper > div > .login > a.userLogin:after {
	background: #D9434E;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	bottom: -1px;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	width: 14px;
}
#HeaderWrapper > div > .login > a.userLogin.loggedin:after {
	background: #82C250;
}
#HeaderWrapper > div > .login > a.logout {
	background: #AE9A63;
	color: #FFFFFF;
	display: none;
	font-size: 12px;
	left: -70px;
	padding: 3px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 3.5px;
	width: 75px;
}
#HeaderWrapper > div > .login > a.logout:after {
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #AE9A63;
	border-top: 8px solid rgba(0, 0, 0, 0);
	content: "";
	height: 10px;
	position: absolute;
	right: -20px;
	top: 5px;
	width: 20px;
}
#HeaderWrapper > div > .login:hover > a.userLogin.loggedin + a.logout {
	display: block;
}

/* Formular */

.loginForm {
	min-width: 400px;
	padding: 60px 60px 30px;
}
.loginForm > h2 {
	color: #AE9A63;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.loginForm > h2 > strong {
	display: block;
	font-weight: bold;
}
.loginForm > .row {
	margin: 0 0 5px;
}
.loginForm > .row > input {
	background: #F4F4F4;
	border: 0 none;
	font-size: 17px;
	font-weight: 300;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 100%;
}
.loginForm > .button {
	margin: 15px 0 0;
}
.loginForm > .button > input {
	background: #AE9A63;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	line-height: 43px;
	padding: 0 30px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 100%;
}
.loginForm > .button > input:hover {
	background: #E30613;
}

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

	/* Formular */

	.loginForm {
		max-width: 280px;
		min-width: 280px;
		padding: 60px 20px 20px 20px;
		width: 280px;
	}

}

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

	/* Formular */

	.loginForm > h2 {
		font-size: 28px;
		margin-bottom: 16px;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper > .animation {
	height: 600px;
}

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

	#GalleryWrapper {
		padding: 80px 0 0 0;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	padding: 200px 0 0;
	position: relative;
	-webkit-transition: padding 300ms ease-out;
	-moz-transition: padding 300ms ease-out;
	-ms-transition: padding 300ms ease-out;
	-o-transition: padding 300ms ease-out;
	transition: padding 300ms ease-out;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > div {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#ContentWrapper > div > aside {
	float: left;
	width: 20.833333333333332%; /* 250 */
}
#ContentWrapper > div > section {
	margin: 0 0 0 280px;
	overflow: hidden;
}

/* Fixed Header */

#HeaderWrapper.fixed + #ContentWrapper {
	padding-top: 120px;
}

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

	#ContentWrapper {
		padding-top: 120px;
	}
	#ContentWrapper > div > aside {
		display: none;
	}
	#ContentWrapper > div > section {
		margin-left: 0;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #FFFFFF;
	bottom: 0;
	color: #575756;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	min-height: 400px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .row1 {
	background: #F4F4F4;
	position: relative;
	text-align: center;
}
#FooterWrapper > .row1:before {
	background: #F4F4F4;
	content: "";
	height: 100%;
	left: -2000px;
	position: absolute;
	top: 0;
	width: 2000px;
	z-index: 1;
}
#FooterWrapper > .row1:after {
	background: #F4F4F4;
	content: "";
	height: 100%;
	right: -2000px;
	position: absolute;
	top: 0;
	width: 2000px;
	z-index: 1;
}
#FooterWrapper > .row2 {
	min-height: 200px;
	position: relative;
}
#FooterWrapper > .row2 > .column1 {
	float: left;
	height: 100%;
	width: 200px;
}
#FooterWrapper > .row2 > .column2 {
	line-height: 200px;
	padding: 0 89px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
}
#FooterWrapper > .row2 > .column2 > p > span.sep {
	margin: 0 5px;
}
#FooterWrapper > .row2 > .column2 > p > span > a {
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

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

	#FooterWrapper > .row2 > .column2 {
		padding: 0 50px 0 0;
	}

}

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

	#FooterWrapper > .row2 > .column1 {
		float: none;
		text-align: center;
		width: 100%;
	}

	#FooterWrapper > .row2 > .column2 {
		line-height: 70px;
		min-height: 70px;
		padding: 0;
		position: relative;
		right: 0;
		text-align: center;
	}

}

@media all and (max-width: 840px){
	
	#FooterWrapper > .row2 > .column2 {
		line-height: 20px;
		padding: 10px 0 15px 0;
	}
	#FooterWrapper > .row2 > .column2 > p > span {
		display: block;
		line-height: 1.4;
	}
	#FooterWrapper > .row2 > .column2 > p > span.sep  {
		display: none;
	}

}

/* Layout - Footer - Links */

#FooterWrapper > .row1 > ul {
	padding: 15px 0;
	z-index: 2;
}
#FooterWrapper > .row1 > ul > li {
	background: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 140px;
	margin: 15px 30px;
	position: relative;
	width: 127px;
	z-index: 2;
}
#FooterWrapper > .row1 > ul > li:hover {
	background: #FFFFFF;
}
#FooterWrapper > .row1 > ul > li > a {
	display: block;
	color: #575756;
	font-size: 14px;
	line-height: 1.2;
	padding: 95px 0 11px;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}
#FooterWrapper > .row1 > ul > li:hover > a {
	color: #AE9A63;
}
#FooterWrapper > .row1 > ul > li > a > span {
	display: block;
}
#FooterWrapper > .row1 > ul > li > a:before {
	-webkit-transition: top 300ms ease-out;
	-moz-transition: top 300ms ease-out;
	-ms-transition: top 300ms ease-out;
	-o-transition: top 300ms ease-out;
	transition: top 200ms ease-out;
}
#FooterWrapper > .row1 > ul > li:hover > a:before {
	top: 14px;
}
#FooterWrapper > .row1 > ul > .teetime > a:before {
	background: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	color: #AE9A63;
	content: "\E840";
	font-family: "fontello";
	font-size: 36px;
	height: 67px;
	line-height: 65px;
	position: absolute;
	right: 29px;
	top: 18px;
	width: 65px;
}
#FooterWrapper > .row1 > ul > .greenfee > a:before {
	background: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	color: #ae9a63;
	content: "\E845";
	font-family: "fontello";
	font-size: 31px;
	height: 67px;
	line-height: 63px;
	position: absolute;
	right: 29px;
	top: 18px;
	width: 65px;
}
#FooterWrapper > .row1 > ul > .calendar > a:before {
	background: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	color: #AE9A63;
	content:"\E841";
	font-family: "fontello";
	font-size: 35px;
	height: 67px;
	line-height: 65px;
	position: absolute;
	right: 29px;
	top: 18px;
	width: 65px;
}
#FooterWrapper > .row1 > ul > .registration > a:before {
	background: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	color: #AE9A63;
	content:"\E843";
	font-family: "fontello";
	font-size: 35px;
	height: 67px;
	line-height: 65px;
	position: absolute;
	right: 29px;
	top: 18px;
	width: 65px;
}
#FooterWrapper > .row1 > ul > .starttime > a:before {
	background: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	color: #AE9A63;
	content:"\E840";
	font-family: "fontello";
	font-size: 36px;
	height: 67px;
	line-height: 65px;
	position: absolute;
	right: 29px;
	top: 18px;
	width: 65px;
}
#FooterWrapper > .row1 > ul > .webcam > a:before {
	background: #F4F4F4;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	color: #AE9A63;
	content:"\E844";
	font-family: "fontello";
	font-size: 37px;
	height: 67px;
	line-height: 63px;
	position: absolute;
	right: 29px;
	top: 18px;
	width: 65px;
}

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

	#FooterWrapper > .row1 > ul > li {
		margin: 10px;
	}

}

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

	#FooterWrapper > .row1 > ul > li {
		width: 110px;
	}
	#FooterWrapper > .row1 > ul > .teetime > a:before {
		right: 23px;
	}
	#FooterWrapper > .row1 > ul > .greenfee > a:before {
		right: 21px;
	}
	#FooterWrapper > .row1 > ul > .calendar > a:before {
		right: 23px;
	}
	#FooterWrapper > .row1 > ul > .registration > a:before {
		right: 22px;
	}
	#FooterWrapper > .row1 > ul > .starttime > a:before {
		right: 23px;
	}
	#FooterWrapper > .row1 > ul > .webcam > a:before {
		right: 22px;
	}

}

/* Layout - Startseite */

/* Layout - Header */

body.intro #HeaderWrapper {
	border-bottom: none;
}
body.intro #HeaderWrapper > div {
	box-shadow: 0px 15px 19px -22px #000000;
}

/* Layout - Fixed - Header */

body.intro #HeaderWrapper.fixed > div > a.logo {
	width: 66px;
}

/* Layout - Content */

body.intro #ContentWrapper > div > section {
	margin-left: 0;
	width: 100%;
}
body.intro #ContentWrapper > div {
	max-width: 100%;
	padding: 0;
}
body.intro #ContentWrapper > div.wrapper {
	max-width: 1240px;
	padding: 0 20px;
}

/* Layout - Intern */

body.internal #HeaderWrapper {
	height: 120px;
}
body.internal #HeaderWrapper > div > a.logo {
	margin-top: 9px;
	width: 64px;
}
body.internal #HeaderWrapper + #ContentWrapper {
	padding-top: 120px;
}
body.internal #ContentWrapper > div > section {
	margin-left: 0;
}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	padding: 0 0 0 150px;
	position: absolute;
	right: 20px;
	top: 55px;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 5px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	display: block;
	font-weight: 700;
	line-height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
}
nav.desktop > ul > li:last-child > a {
	padding-right: 0;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #ED1C24;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	left: 8px;
	opacity: 1;
	overflow: visible;
	top: 42px;
}
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: 76px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li.singleColumn > ul > li > a:before {
	color: #575756;
	content: "\E808";
	font-family: "fontello";
	font-size: 17px;
	left: 13px;
	position: absolute;
	top: 7px;
}
nav.desktop > ul > li.singleColumn > ul > li > a {
	display: block;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 1px 0;
	padding: 7px 30px;
	position: relative;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition:color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
	white-space: nowrap;
}
nav.desktop > ul > li.singleColumn > ul > li > a:hover,
nav.desktop > ul > li.singleColumn > ul > li > a.selected {
	color: #ED1C24; 
}

/* MultiColumns */

nav.desktop > ul > li.multiColumns {
	position: static;
}
nav.desktop > ul > li.multiColumns > ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
nav.desktop > ul > li.multiColumns > ul > li {
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) {
	margin-right: 0;
}
nav.desktop > ul > li.multiColumns > ul > li:nth-child(3n) + li {
	clear: left;
}
nav.desktop > ul > li.multiColumns > ul > li > a {
	display: block;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > a.selected {
	
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a {
	display: block;
	font-weight: normal;
	padding: 3px 0;
}
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a:hover,
nav.desktop > ul > li.multiColumns > ul > li > ul > li > a.selected {
	
}

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

	nav.desktop > ul > li > a {
		padding: 0 10px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #AE9A63;
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 50px;
	margin: 0 5px 0 0;
}
.mobileTrigger.show {
	bottom: 0;
	cursor: pointer;
	display: block;
	line-height: 60px;
	padding: 0 15px 0 30px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 120px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #FFFFFF;
	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 {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0 40px 0;
}
body.intro nav.mobile > ul.open {
	border-top: 1px solid #AE9A63;
}
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 > a {
	display: block;
	padding: 6px 20px;
	-webkit-transition: background 100ms ease-in, color 100ms ease-in;
	-moz-transition: background 100ms ease-in, color 100ms ease-in;
	-ms-transition: background 100ms ease-in, color 100ms ease-in;
	-o-transition: background 100ms ease-in, color 100ms ease-in;
	transition: background 100ms ease-in, color 100ms ease-in;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	color: #FFFFFF;
	background: #E30613;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	font-size: 15px;
	padding: 6px 40px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	color: #E30613;
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 6px 60px;
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	
}

/* Menü - Submenü */

.submenu {
	margin: 50px 0 0 0;
} 
.submenu > li > a:before {
	color: #575756;
	content: "\E808";
	font-family: "fontello";
	font-size: 20px;
	left: 0;
	position: absolute;
	top: -3px;
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}
.submenu > li:hover > a:before,
.submenu > li > a.selected:before {
	color: #ED1C24;
}
.submenu > li > a {
	display: block;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	padding: 0 0 0 25px;
	position: relative;
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}
.submenu > li:hover > a,
.submenu > li > a.selected {
	color: #ED1C24;
}

/* 3. Menüebene */

.submenu > li > ul > li {
	padding: 0 0 0 25px;
}
.submenu > li > ul > li > a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}
.submenu > li > ul > li:hover > a,
.submenu > li > ul > li > a.selected {
	color: #ED1C24; 
}

/* Menü - Metamenü */

ul.metamenu {
	padding: 41px 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	display: block;
	float: none;
	padding: 0 0 14px 0;
}
ul.metamenu > li > a {
	display: block;
	font-size: 17px;
	line-height: 20px;
	padding: 5px 10px 5px 70px;
	text-transform: uppercase;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #ED1C24;
}

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

	ul.metamenu {
		padding: 20px 0;
	}
	ul.metamenu > li {
		padding: 0;
	}
	ul.metamenu > li > a {
		line-height: 30px;
		padding: 3px 0;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #AE9A63;
	font-family: 'PT Sans', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
h1.center {
	color: #AE9A63;
	font-family: 'PT Sans', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	color: #AE9A63;
	font-size: 40px;
	font-weight: 300;
}
h3 {
	color: #AE9A63;
	font-size: 25px;
	font-weight: 300;
	margin: 40px 0 0 0;
}

/* Folgeüberschriften */

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

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

	h1 {
		font-size: 40px !important;
	}
	h2 {
		font-size: 35px !important;
	}
	h3 {
		font-size: 20px !important;
	}

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

.cmsList > h2 {
	font-size: 35px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.cmsList > ul > li:before {
	color: #AE9A63;
	content: '\E846';
	font-family: 'fontello';
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 1px;
}
.cmsList > ul > li {
	margin: 10px 0;
	padding: 0 0 0 30px;
	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 50px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 9px 0 10px 50px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: 13px;
	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: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 3.636363636363636% 3.636363636363636% 0; /* 0 40 40 0 */
	position: relative;
	width: 30.90909090909091%; /* 340 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.8);
	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 > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	font-size: smaller;
	left: 50%;
	line-height: 1.5;
	margin: 18px auto auto auto;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4px #000000;
	top: 50%;
	width: 100%;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li > figure > figcaption:after {
	content: "\E809";
	font-family: "fontello";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.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: 800px){

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

}

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

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
}

/* Elemente - Teaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser > article {
	cursor: pointer;
	float: left;
	margin: 10px 0 0 0;
	position: relative;
	width: 100%;
}
.cmsTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a {
	display: block;
	float: left;
	margin: 0 25px 0 0;
	position: relative;
	width: 39.080459770114942%; /* 340 */
	z-index: 1;
}
.cmsTeaser > article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	background: #F4F4F4;
	min-height: 201px;
	padding: 10px;
	position: relative;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #AE9A63;
	font-size: 22px;
	font-weight: 300;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.cmsTeaser > article:hover > figure > figcaption > a {
	color: #E30613;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > .text {
	font-size: 15px;
	line-height: 1.3;
	padding: 6px 0 48px 0;
}
.cmsTeaser > article > figure > figcaption > p > span > a {
	background: #AE9A63;
	border: 1px solid #AE9A63;
	bottom: 10px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 25px;
	padding: 3px 30px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease, border 300ms ease;
	-moz-transition: background 300ms ease, border 300ms ease;
	-ms-transition: background 300ms ease, border 300ms ease;
	-o-transition: background 300ms ease, border 300ms ease;
	transition: background 300ms ease, border 300ms ease;
}
.cmsTeaser > article > figure > figcaption > p > span > a:hover {
	background: #E30613;
	border: 1px solid #E30613;
}
.cmsTeaser > article > figure > figcaption > p > span.addition.empty {
	display: none;
}
.cmsTeaser > article > figure > figcaption > p > span.addition {
	background: #AE9A63;
	border-radius: 50%;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
	font-size: 13px;
	padding: 22px 19px 14px;
	position: absolute;
	right: 5px;
	text-align: center;
	top:-23px;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
	z-index: 1;
}
.cmsTeaser > article > figure > figcaption > p > span.addition > span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 0.5;
}

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

	.cmsTeaser > article {
		margin: 0 4% 4% 0;
		width: 100% !important;
	}
	.cmsTeaser > article:nth-of-type(3n) {
		margin-right: 4%;
	}
	.cmsTeaser > article:nth-of-type(3n) + li {
		clear: none;
	}
	.cmsTeaser > article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaser > article:nth-of-type(2n) + li {
		clear: left;
	}
	.cmsTeaser > article > figure > a {
		margin: 0 25px 15px 0;
	}
	.cmsTeaser > article > figure > figcaption > p > span.text {
		font-size: 14px;
	}

}

@media all and (max-width: 700px){
	
	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsTeaser > article > figure > a {
		float: none;
		margin: 0;
		width: 100%;
	}
	.cmsTeaser > article > figure > figcaption > p > span.text {
		font-size: 15px;
	}
	.cmsTeaser > article > figure > figcaption > p > a {
		bottom: 20px;
		right: 15px;
	}
	.cmsTeaser > article > figure > figcaption > p > span.addition {
		top: -35px;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	font-size: 35px;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
.cmsTable > table > tbody > tr:first-child {
	background: #FFFFFF;
	border-bottom: 1px solid #AE9A63;
}
.cmsTable > table > tbody > tr.val2 {
	background: #F4F4F4;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: 13px;
	font-style: italic;
	padding: 10px 10px 0 10px;
}

/* Element - Teaserslider */

.cmsTeaserSlider > div > div > div > div > article {
	overflow: hidden;
	position: relative;
}
.cmsTeaserSlider > div > div > div > div > article > h2 {
	display: none;
}
.cmsTeaserSlider > div > div > div > div > article > figure > a > img {
	display: block;
	left: 50%;
	min-height: 615px;
	min-width: 100%;
	position: relative;
	transform: translate(-50%, 0);
}
.cmsTeaserSlider > div > div > div > div > article > figure > .title {
	background: #FFFFFF;
	bottom: 40px;
	color: #AE9A63;
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 40px;
	left: 0;
	line-height: 1.3;
	padding: 10px 40px;
	position: absolute;
	text-transform: uppercase;
}
.cmsTeaserSlider > div > div > div > div > article > figure > figcaption {
	background: #AE9A63;
	border-left: 2px solid #FFFFFF;
	bottom: 0;
	display: block;
	min-width: 350px;
	padding: 30px 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 33.33333333%;
}
.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 40px;
	line-height: 1.2;
	position: relative;
}
.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > span.text {
	color: #FFFFFF;
	display: block;
	font-size: 19px;
	line-height: 1.5;
	padding: 30px 0;
}
.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > .more {
	border: 1px solid #FFFFFF;
	bottom: 50px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 45px;
	padding: 0 50px;
	position: absolute;
	right: 40px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}
.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > .more:hover {
	background: #FFFFFF;
	color: #AE9A63;
}

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

	 .cmsTeaserSlider > div > div > div > div > article > figure > .title {
		font-size: 35px;
	 }

}

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

	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > span.text {
		font-size: 17px;
	}

}

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

	 .cmsTeaserSlider > div > div > div > div > article > figure > .title {
		font-size: 28px;
	 }

}

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

	.cmsTeaserSlider > div > div > div > div > article > figure > .title {
		max-width: 500px;
	 }
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > a {
		font-size: 35px;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > span.text {
		font-size: 15px;
	}

}

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

	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption {
		padding: 20px;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > .more {
		bottom: 20px;
		right: 20px;
	}

}

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

	.cmsTeaserSlider > div > div > div > div > article > figure > a > img {
		height: 400px;
		min-height: 0;
		min-width: 0;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > .title {
		bottom: 0;
		display: none;
		max-width: none;
		padding: 10px 20px;
		position: relative;
		top: 0;
		width: 100%;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption {
		border-left: none;
		display: block;
		min-width: 0;
		padding: 30px 20px 67px;
		position: relative;
		width: 100%;
	}

}

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

	.cmsTeaserSlider > div > div > div > div > article > figure > a > img {
		height: 350px; 
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > .title {
		font-size: 25px;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption {
		padding-bottom: 50px;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > a {
		font-size: 25px;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > span.text {
		padding: 15px 0 0;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > .more {
		line-height: 40px;
		padding: 0 40px;
	}

}

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

	.cmsTeaserSlider > div > div > div > div > article > figure > a > img {
		height: 250px; 
	}

}

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

	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption {
		padding-bottom: 80px;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > span.text {
		font-size: 13px;
	}
	.cmsTeaserSlider > div > div > div > div > article > figure > figcaption > p > .more {
		left: 20px;
		text-align: center;
	}

}

/* Owl Carousel */

.cmsTeaserSlider > .owl-theme > .owl-controls {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.cmsTeaserSlider > .owl-theme > .owl-controls > .owl-pagination > .owl-page {
	cursor: pointer;
	padding: 0 2px;
}
.cmsTeaserSlider > .owl-theme > .owl-controls > .owl-pagination > .owl-page span {
	background: none;
	border: 1px solid #AE9A63;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px;
	width: 12px;
}
.cmsTeaserSlider > .owl-theme > .owl-controls > .owl-pagination > .owl-page.active span,
.cmsTeaserSlider > .owl-theme > .owl-controls.clickable > .owl-pagination > .owl-page:hover span {
	background: #AE9A63;
}

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

	.cmsTeaserSlider > .owl-theme > .owl-controls {
		margin-top: 10px;
	}

}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	content: '\E808';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
	top: -1px;
}
.cmsLink > a {
	display: inline-block;
	font-size: 21px;
	padding: 0 0 0 20px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

/* Verweisliste */

.cmsRefs > h2 {
	font-size: 35px;
	font-weight: 500;
	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 {
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

/* E-Mail */

.cmsMail > a:before {
	content: '\E833';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsMail > a {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

/* Elemente - Dropdown */

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

.cmsYoutube > h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube > div:before {
	color: #ADADAD;
	content: '\E839';
	font-family: 'fontello';
	font-size: 75px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: -30px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 80px;
}
.cmsYoutube > div {
	background: #F1F1F2;
	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;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.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: 1px;
	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: #FFFFFF;
	padding: 20px 0;
}
.cmsForm > h2 {
	font-size: 35px;
	font-weight: 500;
	margin: 0 0 30px 0;
	text-align: center;
}
.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: #AE9A63;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	font-weight: 300;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	font-size: 17px;
	font-weight: 300;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	background: #F4F4F4;
	border: 1px solid #3BB1D9 !important;
	box-shadow: 0 0 4px #3BB1D9 !important;
	color: #575756 !important;
}
.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 #F4F4F4 !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;
	font-weight: 300;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm > .row > .calicon {
	background: none repeat scroll 0 0 #f9f9f9;
	border-left: 1px solid #cfcfcf;
	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 #F4F4F4;
	border: 1px solid #F4F4F4;
	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;
	font-weight: 300;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #AE9A63;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 43px;
	padding: 0 30px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.cmsForm > .button > input:hover {
	background: #E30613;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 10px 15px;
}
.cmsForm .error {
	background: rgba(219, 76, 86, 0.1) !important;
	border: 1px solid #DB4C56 !important;
	box-shadow: 0 0 3px #DB4C56 !important;
	color: #DB4C56 !important;
}
.cmsForm .success {
	background: rgba(130, 194, 80, 0.1) !important;
	border: 1px solid #82C250 !important;
	box-shadow: 0 0 3px #82C250 !important;
	color: #82C250 !important;
}

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

}

/* Extension - Dashboard */

/* Liste */

.internalDashboard > ul.list {
	margin: 40px 0 0;
}
.internalDashboard > ul.list > li {
	background: #F4F4F4;
	margin: 10px 0;
	padding: 20px;
}
.internalDashboard > ul.list > li:last-child {
	margin-bottom: 0;
}
.internalDashboard > ul.list > li > p.userInfo {
	color: #AE9A63;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	position: relative;
}
.internalDashboard > ul.list > li > p.userInfo:before {
	color: #AE9A63;
	content: "\E847";
	font-family: "fontello";
	font-size: 28px;
	left: 0;
	position: absolute;
}
.internalDashboard > ul.list > li > p.userInfo > span {
	display: block;
}
.internalDashboard > ul.list > li > p.userInfo > span.name {
	font-weight: normal;
}
.internalDashboard > ul.list > li > p.message {
	line-height: 1.3;
	margin: 0 0 10px;
}
.internalDashboard > ul.list > li > .comments {
	padding: 10px 0 0;
}
.internalDashboard > ul.list > li > .comments > ul > li {
	background: #F4F4F4;
	margin: 10px 0;
}
.internalDashboard > ul.list > li > .comments > ul > li:last-child {
	margin-bottom: 0;
}
.internalDashboard > ul.list > li > .comments > ul > li > p.userInfo {
	color: #AE9A63;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px;
	position: relative;
}
.internalDashboard > ul.list > li > .comments > ul > li > p.userInfo > span {
	display: inline-block;
}
.internalDashboard > ul.list > li > .comments > ul > li > p.userInfo > span.name {
	font-weight: normal;
}
.internalDashboard > ul.list > li > .comments > ul > li > p.userInfo > span.name:before {
	content: "|";
	margin: 0 5px;
}
.internalDashboard > ul.list > li > .comments > ul > li > p.comment {
	line-height: 1.3;
}
.internalDashboard > ul.list > li > .comments > ul + form {
	margin-top: 25px;
}
.internalDashboard > ul.list > li > .comments > form {
	border-top: 2px solid #CCCCCC;
	margin: 40px 0 0;
	padding: 20px 0 0;
}
.internalDashboard > ul.list > li > .comments > form > .row:after {
	clear: both;
	content: "";
	display: block;
}
.internalDashboard > ul.list > li > .comments > form > .row > label {
	float: left;
	line-height: 35px;
	padding: 0 10px 0 0;
	width: 20%;
}
.internalDashboard > ul.list > li > .comments > form > .row > .field {
	border: 0 none;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 1.724137931034483%; /* 20 */
	padding: 0 10px;
	width: 56.724137931034484%; /* 658 */
}
.internalDashboard > ul.list > li > .comments > form > .row > .button {
	background: #AE9A63;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-weight: bold;
	line-height: 35px;
	padding: 0 10px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	width: 21.551724137931036%; /* 250 */
}
.internalDashboard > ul.list > li > .comments > form > .row > .button:hover {
	background: #E30613;
}

/* Pagination */

.internalDashboard > .pagenav {
	margin: 30px 0 0;
}
.internalDashboard > .pagenav > ul {
	text-align: center;
}
.internalDashboard > .pagenav > ul > li {
	display: inline-block;
	margin: 3px 2px;
}
.internalDashboard > .pagenav > ul > li > a {
	border: 1px solid #AE9A63;
	color: #AE9A63;
	display: block;
	height: 36px;
	line-height: 36px;
	min-width: 36px;
	padding: 0 10px;
	text-align: center;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}
.internalDashboard > .pagenav > ul > li > a:hover,
.internalDashboard > .pagenav > ul > li > a.selected {
	background: #AE9A63;
	color: #FFFFFF;
}

/* Formular */

.internalDashboard > .cmsForm {
	padding: 0;
}
.internalDashboard > .cmsForm > .row {
	padding-right: 0;
}
.internalDashboard > .cmsForm > .row > textarea {
	height: 140px;
}
.internalDashboard > .cmsForm > .button {
	margin-bottom: 0;
	margin-right: 0;
}

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

	.internalDashboard > ul.list > li > .comments > form > .row > label {
		display: block;
		float: none;
		padding-right: 0;
		width: 100%;
	}
	.internalDashboard > ul.list > li > .comments > form > .row > .field {
		margin-right: 2%;
		width: 58%;
	}
	.internalDashboard > ul.list > li > .comments > form > .row > .button {
		width: 40%;
	}

}

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

	.internalDashboard > ul.list > li > .comments > form > .row > .field {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.internalDashboard > ul.list > li > .comments > form > .row > .button {
		float: none;
		margin-top: 10px;
		width: 100%;
	}
		
	/* Formular */
		
	.internalDashboard > .cmsForm > .button > input {
		width: 100%;
	}

}

/* Extension - Wetter (ZAMG) */

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

.cmsWeather > .day {
	border-bottom: 1px solid #F4F4F4;
	margin: 0 0 45px 0;
	width: 100%
}
.cmsWeather > .day:after {
	clear: both;
	content: "";
	display: block;
}
.cmsWeather > .day > .date {
	color: #AE9A63;
	font-size: 35px;
	min-height: 65px;
	padding: 10px 0;
}
.cmsWeather > .day > .date > span {
	font-weight: 400;
	text-transform: uppercase;
}
.cmsWeather > .day .text {
	line-height: 1;
	margin: 0 0 40px 0;
	padding: 10px 0 0 0;
}
.cmsWeather > .day ul {
	padding: 20px 0;
}
.cmsWeather > .day ul:after {
	clear: both;
	content: "";
	display: block;
}
.cmsWeather > .day ul li {
	float: left;
	padding: 0 0 30px 0;
	position: relative;
	text-align: center;
	width: 32%;
}
.cmsWeather > .day ul li:nth-child(2){
	margin: 0 2%;
}
.cmsWeather > .day ul li:nth-child(2):before {
	background: #e7e9ea;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
.cmsWeather > .day ul li:nth-child(2):after {
	background: #e7e9ea;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.cmsWeather > .day .time {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}
.cmsWeather > .day .icon {
	background: url("/img/weather/weather.png") scroll no-repeat 0 0;
	background-size: 80px 2705px;
	height: 80px;
	margin: 30px auto;
	width: 80px;
}
.cmsWeather > .day .iconA,
.cmsWeather > .day .iconK {
	background-position: 0 0;
}
.cmsWeather > .day .iconB,
.cmsWeather > .day .iconC,
.cmsWeather > .day .iconD,
.cmsWeather > .day .iconS {
	background-position: 0 4.348%;
}
.cmsWeather > .day .iconE {
	background-position: 0 16.327%;
}
.cmsWeather > .day .iconF,
.cmsWeather > .day .iconG,
.cmsWeather > .day .iconH,
.cmsWeather > .day .iconI,
.cmsWeather > .day .iconJ {
	background-position: 0 20.137%;
}
.cmsWeather > .day .iconL,
.cmsWeather > .day .iconM,
.cmsWeather > .day .iconN,
.cmsWeather > .day .iconO,
.cmsWeather > .day .iconP {
	background-position: 0 44.049%;
}
.cmsWeather > .day .iconQ,
.cmsWeather > .day .iconR {
	background-position: 0 64%;
}
.cmsWeather > .day .iconT{
	background-position: 0 75.794%;
}
.cmsWeather > .day .iconU,
.cmsWeather > .day .iconV,
.cmsWeather > .day .iconW,
.cmsWeather > .day .iconX,
.cmsWeather > .day .iconY,
.cmsWeather > .day .iconZ {
	background-position: 0 80%;
}
.cmsWeather > .day .temp {
	font-size: 15px;
	line-height: 1;
	padding-left: 10px;
	text-align: center;
}
.cmsWeather > .day .temp > span {
	font-weight: 400;
}

/* Aktuelles Wetter */

.currWeather > div {
	margin: 0 0 25px;
}
.currWeather > div:after {
	clear: both;
	content: "";
	display: block;
}
.currWeather > div > div.icon {
	background: url("/img/weather/weather.png") scroll no-repeat 0 0;
	background-size: 80px 2705px;
	float: left;
	height: 80px;
	margin: 0 15px 15px 0;
	width: 80px;
}
.currWeather > div > div.iconA,
.currWeather > div > div.iconK {
	background-position: 0 0;
}
.currWeather > div > div.iconB,
.currWeather > div > div.iconC,
.currWeather > div > div.iconD,
.currWeather > div > div.iconS {
	background-position: 0 4.348%;
}
.currWeather > div > div.iconE {
	background-position: 0 16.327%;
}
.currWeather > div > div.iconF,
.currWeather > div > div.iconG,
.currWeather > div > div.iconH,
.currWeather > div > div.iconI,
.currWeather > div > div.iconJ {
	background-position: 0 20.137%;
}
.currWeather > div > div.iconL,
.currWeather > div > div.iconM,
.currWeather > div > div.iconN,
.currWeather > div > div.iconO,
.currWeather > div > div.iconP {
	background-position: 0 44.049%;
}
.currWeather > div > div.iconQ,
.currWeather > div > div.iconR {
	background-position: 0 64%;
}
.currWeather > div > div.iconT{
	background-position: 0 75.794%;
}
.currWeather > div > div.iconU,
.currWeather > div > div.iconV,
.currWeather > div > div.iconW,
.currWeather > div > div.iconX,
.currWeather > div > div.iconY,
.currWeather > div > div.iconZ {
	background-position: 0 80%;
}
.currWeather > div > p.title {
	font-weight: bold;
}

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

	.cmsWeather > .day .date {
		font-size: 26px;
		padding-top: 14px;
	}
	
	.cmsWeather > .dayB .date {
		font-size: 26px;
		padding-top: 14px;
	}

}

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

	.cmsWeather > .day {
		float: none;
		margin: 0 0 30px 0 !important;
		width: auto;
	}
	.cmsWeather > .day .text {
		min-height: 0;
	}
	.cmsWeather > .dayB {
		float: none;
		margin: 0 0 30px 0;
		width: auto;
	}

}

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

	.cmsWeather > .dayB .left {
		float: none;
		margin: 0;
		width: 200px;
	}

}

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

	.cmsWeather > .day ul li {
		float: none;
		width: 100%;
	}
	.cmsWeather > .day ul li:nth-child(2){
		margin-left: 0;
		margin-right: 0;
	}
	.cmsWeather > .day ul li:nth-child(2):before {
		display: none;
	}
	.cmsWeather > .day ul li:nth-child(2):after {
		display: none;
	}

}

/*! 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: #CFCFCF !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: #CFCFCF !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

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

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

.fancybox-close {
	background: #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 > .textBox {
	display: table;
	line-height: 1.3;
	text-align: center;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 50px;
	font-weight: 900;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	font-size: 30px;
	font-weight: 300;
}

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

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

}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(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 Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* Privacy 1.0.0 */

/* Default */

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

}