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

@import url("//hello.myfonts.net/count/33a81b");

@font-face {
    font-family: 'eurostile-extended';
    font-weight: normal;
    src: url('/img/webfonts/33A81B_0_0.eot');
    src: url('/img/webfonts/33A81B_0_0.eot?#iefix') format('embedded-opentype'), 
      url('/img/webfonts/33A81B_0_0.woff2') format('woff2'), 
      url('/img/webfonts/33A81B_0_0.woff') format('woff'), 
      url('/img/webfonts/33A81B_0_0.ttf') format('truetype');
}
@font-face {
    font-family: 'eurostile-extended';
    font-weight: 500;
    src: url('/img/webfonts/33A81B_1_0.eot');
    src: url('/img/webfonts/33A81B_1_0.eot?#iefix') format('embedded-opentype'), 
      url('/img/webfonts/33A81B_1_0.woff2') format('woff2'), 
      url('/img/webfonts/33A81B_1_0.woff') format('woff'), 
      url('/img/webfonts/33A81B_1_0.ttf') format('truetype');
}

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

html, body {
	height: 100%;
}
body {
	color: #000000;
	font: 300 16px/1.8 'eurostile-extended' ,​sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #3EA8CB;
}
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'],
input[type='text'],
input[type='email'],
textarea,
button,
select {
	-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;
}

/* Layout - Header */

#HeaderWrapper {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #BDBCBC;
	height: 230px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	-webkit-transition: height 400ms ease-in-out;
	-moz-transition: height 400ms ease-in-out;
	-ms-transition: height 400ms ease-in-out;
	-o-transition: height 400ms ease-in-out;
	transition: height 400ms ease-in-out;
}
#HeaderWrapper.fixed {
	background: #FFFFFF;
	height: 100px;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
	position: relative;
}

/* Logo */

#HeaderWrapper > div > a {
	left: 27px;
	position: absolute;
	top: 27px;
	z-index: 2;
	-webkit-transition: top 400ms ease-in-out;
	-moz-transition: top 400ms ease-in-out;
	-ms-transition: top 400ms ease-in-out;
	-o-transition: top 400ms ease-in-out;
	transition: top 400ms ease-in-out;
}
#HeaderWrapper.fixed > div > a {
	top: 10px;
}
#HeaderWrapper.fixed > div > a.desktop {
	top: -250px;
}
#HeaderWrapper > div > a.mobile {
	left: 30px;
	top: -250px;
}
#HeaderWrapper.fixed > div > a.mobile {
	top: 40px;
}
#HeaderWrapper > div > a > img {
	display: block;
	top: 0;
}
#HeaderWrapper > div > a.desktop > img {
	width: 400px;
}
#HeaderWrapper > div > a.mobile > img {
	width: 285px;
}

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

	#HeaderWrapper {
		height: 100px;
	}
	#HeaderWrapper.showMenu {
		border-bottom: 0;
	}
	#HeaderWrapper > div > a.mobile {
		left: 15px;
		top: 40px;
	}
	#HeaderWrapper > div > a.desktop {
		display: none;
	}

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

	#HeaderWrapper > div > .contact {
		display: none;
	}

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

	#HeaderWrapper > div > a {
		top: 44px;
	}
	#HeaderWrapper > div > a.mobile > img {
		width: 215px;
	}

}
@media all and (max-height: 380px){

	#HeaderWrapper.mobile {
		position: absolute;
	}

}

/* Contact */

#HeaderWrapper > div > .contact {
    position: absolute;
    right: 30px;
    top: 39px;
    z-index: 1;
	-webkit-transition: top 400ms ease-in-out;
	-moz-transition: top 400ms ease-in-out;
	-ms-transition: top 400ms ease-in-out;
	-o-transition: top 400ms ease-in-out;
	transition: top 400ms ease-in-out;
}
#HeaderWrapper.fixed > div > .contact {
	top: 20px;
}
#HeaderWrapper > div > .contact:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > div > .contact > li {
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    cursor: pointer;
    display: block;
	float: left;
    height: 60px;
    line-height: 58px;
	margin: 0 0 0 20px;
    position: relative;
    width: 60px;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
#HeaderWrapper.fixed > div > .contact > li {
	background: #FFFFFF;
}
#HeaderWrapper > div > .contact > li:hover {
	background: #EEEEEE;
}
#HeaderWrapper > div > .contact > li.show {
	width: auto;
}
#HeaderWrapper > div > .contact > li:after {
	background: #FFFFFF;
	border-radius: 50%;
    right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 58px;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
#HeaderWrapper > div > .contact > li.tel:after {
	content: "\E840";
    font-family: "fontello";
	font-size: 27px;
}
#HeaderWrapper > div > .contact > li.mail:after {
	content: "@";
    font-size: 25px;
    font-weight: 500;
    line-height: 54px;
}
#HeaderWrapper > div > .contact > li:hover:after {
	background: #EEEEEE;
}
#HeaderWrapper > div > .contact > li > a {
	display: block;
	font-weight: 500;
	opacity: 0;
	overflow: hidden;
	width: 60px;
	white-space: nowrap;
}
#HeaderWrapper > div > .contact > li > a:hover {
	color: #000000;
}
#HeaderWrapper > div > .contact > li.show > a {
	padding: 0 0 0 20px;
	opacity: 1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#HeaderWrapper > div > .contact > li.tel.show > a {
	width: 267px;
}
#HeaderWrapper > div > .contact > li.mail.show > a {
	width: 256px;
}

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

	#HeaderWrapper.fixed > div > .contact {
		top: -70px;
	}

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

	#HeaderWrapper > div > .contact {
		bottom: 19px;
		right: 95px;
		top: auto;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > section {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px 50px;
	position: relative;
}

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

	#ContentWrapper > section {
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #F7F7F7;
    bottom: 0;
    height: 150px;
    margin: 245px 0 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 60px 30px 0;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}

/* Seepferd-Grafik */

#FooterWrapper > div > img.seahorse {
	bottom: 60px;
	left: 127px;
	position: absolute;
}

/* Copyrights */

#FooterWrapper > div > .copyright {
	float: left;
	font-size: 12px;
}

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

	#FooterWrapper > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	#FooterWrapper > div > img.seahorse {
		left: 65px;
	}

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

	#FooterWrapper {
		margin-top: 180px;
	}
	#FooterWrapper > div > img.seahorse {
		left: 75px;
		width: 165px;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
    bottom: 55px;
    position: absolute;
    right: 5px;
    z-index: 1;
	-webkit-transition: bottom 400ms ease-in-out, right 400ms ease-in-out;
	-moz-transition: bottom 400ms ease-in-out, right 400ms ease-in-out;
	-ms-transition: bottom 400ms ease-in-out, right 400ms ease-in-out;
	-o-transition: bottom 400ms ease-in-out, right 400ms ease-in-out;
	transition: bottom 400ms ease-in-out, right 400ms ease-in-out;
}
#HeaderWrapper.fixed nav.desktop {
    bottom: 25px;
    right: 197px;
}
nav.desktop > ul.contact {
	display: none;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #000000;
	display: block;
	line-height: 48px;
	padding: 0 25px 0 24px;
	text-transform: lowercase;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #3EA8CB;
}

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

	nav.desktop {
		right: 10px;
	}
	#HeaderWrapper.fixed nav.desktop {
		right: 10px;
	}
	nav.desktop > ul > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E83F";
	font-family: "fontello";
}
.mobileTrigger.show.open:before {
	content: "\E83E";
    font-size: 16px;
}
.mobileTrigger.show {
	background: none;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    bottom: 45px;
    cursor: pointer;
    display: block;
    font-size: 9px;
    height: 60px;
    line-height: 58px;
    position: absolute;
	right: 15px;
    text-align: center;
	top: 20px;
    width: 60px;
}
.mobileTrigger.show:hover {
	background: #EEEEEE;
}
nav.mobile {
	height: 0;
    min-width: 220px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 150px;
	width: 100%;
	z-index: 99999;
}
nav.mobile.open {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #BDBCBC;
    height: auto;
    overflow: visible;
    opacity: 1;
    padding: 0 0 80px;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	-ms-transition: opacity 400ms ease-in;
	-o-transition: opacity 400ms ease-in;
	transition: opacity 300ms ease-in;
}
nav.mobile > ul.menu {
    display: table;
    margin: 0 auto;
}

/* 1. Ebene */

nav.mobile > ul.menu > li > a {
	border-bottom: 1px solid #BDBCBC;
    display: block;
    line-height: 1.5;
    min-width: 225px;
    padding: 13px 20px;
    text-align: center;
    text-transform: lowercase;
}
nav.mobile > ul.menu > li:last-child > a {
	border-bottom: 0;
}
nav.mobile > ul.menu > li > a:hover,
nav.mobile > ul.menu > li > a.selected {
	color: #000000;
}

/* Kontakt */

nav.mobile > ul.contact {
    bottom: 20px;
    margin: 0 -80px 0 0;
    position: absolute;
    right: 50%;
}
nav.mobile > ul.contact:after {
	clear: both;
	content: "";
	display: block;
}
nav.mobile > ul.contact > li {
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    cursor: pointer;
    display: block;
	float: left;
    height: 60px;
    line-height: 58px;
	margin: 0 10px;
    position: relative;
    width: 60px;
}
nav.mobile > ul.contact > li:after {
	border-radius: 50%;
    right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 58px;
}
nav.mobile > ul.contact > li.tel:after {
	content: "\E840";
    font-family: "fontello";
	font-size: 27px;
}
nav.mobile > ul.contact > li.mail:after {
	content: "@";
    font-size: 25px;
    font-weight: 500;
    line-height: 54px;
}
nav.mobile > ul.contact > li > a {
	display: block;
	opacity: 0;
	overflow: hidden;
	text-indent: -999999px;
	width: 100%;
}

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

	.mobileTrigger.show:hover {
		background: none;
	}
	nav.mobile {
		top: 100px;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	margin: -5px -15px 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	display: block;
	padding: 0 15px;
	text-transform: lowercase;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	
}

/* Elemente - Textinhalt */

.cmsText {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 940px;
}
section > .cmsText:first-child {
	padding-top: 250px;
}
section > .cmsText strong {
	font-weight: 500;
}

/* Elemente - Bild-Text */

.cmsImage {
	margin-top: -10px;
	position: relative;
}
.cmsImage img {
	display: table;
	margin: 0 auto;
	max-width: 100%;
}
.cmsImage p {
	display: table;
	font-size: 20px;
	margin: 0 auto 50px;
	text-align: center;
}
.cmsImage .title {
	background: #F28D00;
	border-radius: 15px;
	color: #FFFFFF;
    font-size: 10px;
    left: 58%;
    line-height: 1.2;
    padding: 9px 20px 9px;
    position: absolute;
    top: 15px;
}
.cmsImage.free .title {
	background: #0BA8C5;
}

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

	.cmsImage .title {
		left: auto;
		right: 0;
		top: -10px;
	}

}

/* Elemente - Bildergalerie */

.cmsSlider + .cmsGallery,
.cmsSlider + .cmsMenuTag + .cmsGallery {
	margin-top: 100px;
}
.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery {
	margin-bottom: -2.631578947368425%;
}
.cmsGallery > li {
	float: left;
	margin: 0 2.631578947368425% 2.631578947368425% 0; /* 0 40 40 0 */
	position: relative;
	width: 31.578947368421051%; /* 360 */
}
.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;
	cursor: default;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure .scroll-wrapper {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #D0D0D0;
    height: 80%;
    left: 50%;
    line-height: 1.5;
    margin: 20px auto auto;
    max-width: 75%;
    opacity: 0;
    position: absolute !important;
    text-align: center;
    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 .scroll-wrapper {
	margin-top: 0;
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
}
.cmsGallery > li > figure > figcaption {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #D0D0D0;
    height: 80%;
    left: 50%;
    line-height: 1.5;
    margin: 20px auto auto;
    max-width: 75%;
    opacity: 0;
	padding: 0 24px 0 15px !important;
    position: absolute !important;
    text-align: center;
    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 {
	margin-top: 0;
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
	transition: opacity 700ms ease-in-out, margin-top 700ms ease-in-out;
}
.cmsGallery > li:hover > figure figcaption {
	padding: 0 24px 0 15px !important;
}
.cmsGallery > li > figure .scroll-wrapper strong {
    display: table;
    font-weight: 500;
    margin: 0 auto 24px;
    text-align: center;
}
.cmsGallery > li:hover > figure figcaption {
	margin-bottom: -17px;
	margin-right: -17px;
}
.cmsGallery > li:hover > figure figcaption p {
	display: table;
	margin: 0 auto;
}
.cmsGallery > li:hover > figure figcaption span {
    display: table-cell;
    height: 200px;
    padding: 32px 0;
    vertical-align: middle;
}
.fancybox-wrap .fancydownload:before {
	content: '\E808';
	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 {
		margin-bottom: -4%;
	}
	.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-bottom: 0;
	}
	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 30px 0 !important;
		width: 100% !important;
	}
	
}

/* Element - Bilderslider */

.cmsSlider {
	position: relative;
}

.cmsDrop + .cmsSlider,
.cmsDrop + .cmsMenuTag + .cmsSlider {
	margin-top: -1px;
}

/* Bilder */

.cmsSlider .owl-carousel .owl-item {
	border-top: 1px solid #C4C3C3;
	padding: 0 1px;
}

/* Pagination */

.cmsSlider .owl-dots {
	bottom: 22px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.cmsSlider .owl-dots > div {
	background: #FFFFFF;
    border: 1px solid #C4C5C6;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 0 18px;
    width: 14px;	
}
.cmsSlider .owl-dots > div.active {
	background: none;
}

/* Prev, Next */

.cmsSlider .owl-nav > div {
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    font-size: 40px;
    height: 60px;
    line-height: 56px;
    margin: -30px 0 0;
    padding: 0 28px;
    position: absolute;
    top: 50%;
}
.cmsSlider .owl-nav > div.owl-prev {
    border-radius: 0 30px 30px 0;
    border-left: 0;
    left: 0;
}
.cmsSlider .owl-nav > div.owl-next {
    border-radius: 30px 0 0 30px;
    border-right: 0;
    right: 0;
}

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

	.cmsSlider {
		margin-left: -100px !important;
		margin-right: -100px !important;
	}
	.cmsSlider .owl-nav > div.owl-prev {
		left: 70px;
	}
	.cmsSlider .owl-nav > div.owl-next {
		right: 70px;
	}

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

	.cmsSlider {
		margin-left: -200px !important;
		margin-right: -200px !important;
	}
	.cmsSlider .owl-nav > div.owl-prev {
		left: 170px;
	}
	.cmsSlider .owl-nav > div.owl-next {
		right: 170px;
	}

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

	.cmsSlider {
		margin-left: -250px !important;
		margin-right: -250px !important;
	}
	.cmsSlider .owl-nav > div {
		height: 59px;
	}
	.cmsSlider .owl-nav > div.owl-prev {
		left: 235px;
		padding-left: 20px;
		padding-right: 30px;
	}
	.cmsSlider .owl-nav > div.owl-next {
		right: 235px;
		padding-left: 30px;
		padding-right: 20px;
	}
	.cmsSlider .owl-dots {
		bottom: 20px;
	}
	.cmsSlider .owl-dots > div {
		margin-left: 12px;
		margin-right: 12px;
	}

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

	.cmsSlider .owl-dots {
		bottom: 5px;
	}
	.cmsSlider .owl-dots > div {
		height: 10px;
		margin-left: 5px;
		margin-right: 5px;
		width: 10px;
	}

}

/* Elemente - Dropdown */

.cmsDrop + .cmsDrop {
	margin-top: -1px;
}
.cmsDrop {
	border-bottom: 1px solid #BDBCBC;
	border-top: 1px solid #BDBCBC;
	margin: 0;
	position: relative;
}
.cmsDrop > a {
	bottom: 28px;
	color: #C6C5C5;
    font-size: 15px;
    font-weight: normal;
    left: 50%;
    line-height: 1;
    margin: 0 0 0 -16px;
    position: absolute;
}
.cmsDrop > a:before {
	content: '\E813';
    font-family: "fontello";
}
.cmsDrop > h3.contentHide + div + a:before {
	content: '\E802';
}
.cmsDrop > h3 {
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	padding: 58px 20px 62px;
	position: relative;
	text-align: center;
	text-transform: lowercase;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
.cmsDrop > h3.contentHide:hover {
	background: #F6F6F6;
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	padding: 0 0 95px;
}

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

	.cmsDrop > h3 {
		font-size: 18px;
	}

}

/* Elemente - Formular */

.cmsGoogleMap + .cmsForm,
.cmsGoogleMap + .cmsMenuTag + .cmsForm {
	margin-top: 95px;
}
.cmsForm {
	margin: 80px 0 0;
}
.cmsForm > h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 45px;
	text-transform: lowercase;
}
.cmsForm > .row {
	position: relative;
	z-index: 1;
}
.cmsForm > .row.date,
.cmsForm > .row.checkbox {
	border-bottom: 1px solid #C6C6C6;
}
.cmsForm > .row:not(.spam):after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #000000;
	content: '\E83C';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row.textarea:before {
    background: #FFFFFF;
    content: "";
    height: 1px;
    margin: 0 !important;
    position: absolute;
    top: -1px !important;
    width: 100%;
    z-index: -1;
}
.cmsForm > .row > label {
	color: #A0A0A0;
    display: block;
    float: left;
    font-size: 30px;
    height: 100px;
    line-height: 80px;
    opacity: 0.5;
    overflow: hidden;
    padding: 20px 50px 0;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;
    width: 420px;
}
.cmsForm > .row.dataprotection > label {
    font-size: 20px;
    width: auto;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: none;
	border-bottom: 1px solid #C6C6C6;
	font-size: 30px;
	height: 100px;
	line-height: 80px;
	outline: medium none;
	padding: 20px 50px 0;
	width: 100%;
}
::-webkit-input-placeholder {
	color: #A0A0A0;
	text-transform: lowercase;
}
:-moz-placeholder {
	color: #A0A0A0;
	text-transform: lowercase;
}
::-moz-placeholder {
	color: #A0A0A0;
	text-transform: lowercase;
}
:-ms-input-placeholder {
	color: #A0A0A0;
	text-transform: lowercase;
}
.cmsForm > .row > textarea.field {
	border: 1px solid #C6C6C6;
	border-radius: 0 27px 27px 27px;
    height: 200px;
    line-height: 1.3;
    margin: -1px 0 0;
    padding-top: 38px;
}
.cmsForm > .row > select.field {
	padding: 20px 45px 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.cmsForm > .row > input[type='file'].field {
	height: auto;
	line-height: 1;
	padding: 45px 50px 29px;
}
.cmsForm > .row > input[type='file'].field:focus {
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row.dataprotection > .checkbox {
	margin-top: 50px;
}
.cmsForm > .row > p {
	color: #A0A0A0;
	display: inline-block;
    font-size: 30px;
    height: 100px;
    line-height: 80px;
	line-height: 80px;
	opacity: 0.5;
    padding: 20px 0 0 10px;
	text-transform: lowercase;
}
.cmsForm > .row.dataprotection > p {
    font-size: 20px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	border-bottom: 0;
	cursor: pointer;
	padding-left: 0;
	width: 295px;
}
.cmsForm > .row > .calicon {
    cursor: pointer;
    display: inline-block;
    font-size: 59px;
    height: 100px;
    line-height: 100px;
    margin: 0 0 0 -50px;
    padding: 6px 0 0;
    position: absolute;
    top: 0;
}
.cmsForm > .row > .calicon:before {
	content: "\E807";
	font-family: "fontello";
}
.cmsForm > .button {
	margin: 50px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: none;
	border: 1px solid #C6C6C6;
	border-radius: 30px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	height: 60px;
	line-height: 58px;
	padding: 0 20px 2px;
	text-transform: lowercase;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
.cmsForm > .button > input:hover {
	background: #F7F7F7;
}
.cmsForm > .msg {
    border-radius: 30px;
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0;
    outline: medium none;
    padding: 39px 50px 22px;
    width: 100%;
}
.cmsForm .msg.error {
	border: 1px solid #FFA3A3 !important;
}
.cmsForm .row > .error::-webkit-input-placeholder {
	color: #C90A0A;
}
.cmsForm .row > .error:-moz-placeholder {
	color: #C90A0A;
}
.cmsForm .row > .error::-moz-placeholder {
	color: #C90A0A;
}
.cmsForm .row > .error:-ms-input-placeholder {
	color: #C90A0A;
}
.cmsForm .row.spam {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 0 27px 27px 27px;
	display: flex;
	flex-direction: column;
	margin: 15px 0;
	padding: 15px 15px 15px 50px;
	position: relative;
	row-gap: 16px;
}
.cmsForm .row.spam img {
	border: 1px solid #CCCCCC;
	height: 36px;
	width: 122px;
}
.cmsForm .row.spam img + input {
	height: 36px;
	padding: 0 8px;
	text-align: center;
	width: 100%;
}
.cmsForm .row.spam > label {
	height: auto;
	line-height: 1.2;
	padding: 0;
	width: auto;
}
.cmsForm .row.spam p {
	padding-top: 8px;
}
.cmsForm .row.spam > div {
	column-gap: 16px;
	display: grid;
	grid-template-columns: 122px 1fr;
}
.cmsForm .row.spam > div > img {
	grid-column: 1;
}
.cmsForm .row.spam > div > input {
	grid-column: 2;
}
.cmsForm .row.spam > div > p {
	grid-column: 1 / 3;
}

@media all and (max-width: 900px){

	.cmsForm > h2 {
		margin-bottom: 13px;
	}
	.cmsForm > .row > .field,
	.cmsForm > .row > label,
	.cmsForm > .msg {
		font-size: 28px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cmsForm > .row > label {
		width: 335px;
	}
	.cmsForm > .row > select.field {
		padding-left: 11px;
		padding-right: 11px;
	}
	.cmsForm > .row > input.field[type="file"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cmsForm > .row > p {
		font-size: 28px;
	}
	.cmsForm > .button {
		margin-top: 30px;
	}
	.cmsForm .row.spam {
		padding-left: 15px;
	}

}
@media all and (max-width: 720px){

	.cmsForm > .row > label {
		width: 100%;
	}
	.cmsForm > .row > .datepicker,
	.cmsForm > .row > p {
		height: auto;
		line-height: 30px;
		padding-bottom: 20px;
		padding-top: 0;
	}
	.cmsForm > .row > .calicon {
		bottom: -5px;
		top: auto;
	}
	body.isSafari .cmsForm > .row > .calicon {
		bottom: -1px;
	}
	.cmsForm > .row > .checkbox {
		margin-left: 15px;
	}
    .cmsForm > .row.validation:before {
		line-height: 1;
		top: 52px;
	}

}
@media all and (max-width: 380px){

	.cmsForm > .row > .field,
	.cmsForm > .row > label,
	.cmsForm > .msg {
		font-size: 22px;
	}
	.cmsForm > .row > .datepicker {
		width: 270px;
	}
	.cmsForm > .row > p {
		font-size: 24px;
	}

}

/* Element - Öffnungszeiten */

.cmsSeperator + .cmsOpeningTimes,
.cmsSeperator + .cmsMenuTag + .cmsOpeningTimes {
	margin-top: -8px;
}
.cmsGallery + .cmsMenuTag + .cmsOpeningTimes {
	margin-top: 92px;
}
.cmsOpeningTimes:after {
	clear: both;
	content: "";
	display: block;
}
.cmsOpeningTimes > .row {
	float: left;
	width: 50%;
}
.cmsOpeningTimes > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsOpeningTimes > .row > p {
	line-height: 1.5;
	text-transform: lowercase;
}
.cmsOpeningTimes > .row:first-child > p {
	float: left;
	margin: 0 30px 0 0;
}
.cmsOpeningTimes > .row > p:after {
	clear: both;
	content: "";
	display: block;
}
.cmsOpeningTimes > .row > p > strong {
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 26px;
}

/* Kontaktdaten */

.cmsOpeningTimes > .row > a {
    border: 1px solid #C6C6C6;
    border-radius: 30px;
    display: table;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 58px;
    margin: 8px 0 14px;
    padding: 0 20px 2px;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
.cmsOpeningTimes > .row > a:hover {
	background: #F7F7F7;
	color: #000000;
}

/* Öffnungszeiten */

.cmsOpeningTimes > .row > p > .column {
	float: left;
	position: relative;
	width: 50%;
}
.cmsOpeningTimes > .row > p > .column > span {
	display: block;
}
.cmsOpeningTimes > .row > p > .column > span > .label {
    position: absolute
}
.cmsOpeningTimes > .row > p > .column > span > .date {
    display: block;
    padding: 0 0 0 55px;
}

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

	.cmsOpeningTimes > .row {
		float: none;
		max-width: 560px;
		padding-bottom: 85px;
		width: 100%;
	}
	.cmsOpeningTimes > .row:last-child {
		padding-bottom: 35px;
	}

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

	.cmsOpeningTimes > .row > p > .column {
		float: none;
		width: 100%;
	}
	.cmsOpeningTimes > .row > a {
		height: 60px;
		line-height: 58px;
		padding: 0;
		position: relative;
		overflow: hidden;
		width: 60px;
	}
	.cmsOpeningTimes > .row > a > span {
		display: none;
	}
	.cmsOpeningTimes > .row > a:after {
		border-radius: 50%;
		right: 0;
		position: absolute;
		text-align: center;
		text-indent: 0;
		top: 0;
		width: 58px;
	}
	.cmsOpeningTimes > .row > a.tel:after {
		content: "\E840";
		font-family: "fontello";
		font-size: 27px;
	}
	.cmsOpeningTimes > .row > a.mail:after {
		content: "@";
		font-size: 25px;
		font-weight: 500;
		line-height: 56px;
	}	
		

}

/* Element - 3-spaltiger Text */

.cmsImage + .cms3ColumnText {
	margin-top: -50px;
}
.cms3ColumnText {
	min-height: 225px;
	position: relative;
}
.cms3ColumnText > div:after {
	clear: both;
	content: "";
	display: block;
}

/* Text */

.cms3ColumnText:not(.noLinks) > div.text {
	padding: 0 280px 0 0;
}
.cms3ColumnText > .text > p {
	float: left;
	line-height: 1.7;
}
.cms3ColumnText > .text > p.left {
	font-size: 12px;
	padding: 3px 15px 0 0;
	position: relative;
	text-align: right;
	width: 32.558139534883722%; /* 280 */
}
.cms3ColumnText > .text > p.left:after {
	background: #BDBCBC;
	bottom: 5px;
	content: "";
	right: 0;
	position: absolute;
	top: 9px;
	width: 1px;
}
.cms3ColumnText > .text > p.center {
	padding: 0 30px 0 15px;
	width: 67.441860465116278%; /* 580 */
}
.cms3ColumnText > .text > p > strong {
	font-weight: 500;
}

/* Links */

.cms3ColumnText > .links {
	max-width: 24.561403508771932% 0 0; /* 280 */
	position: absolute;
	top: 0;
	right: 0;
}
.cms3ColumnText > .links > a {
    border: 1px solid #C6C6C6;
    border-radius: 30px;
    display: table;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 58px;
    margin: 8px 0 14px;
    padding: 0 20px 2px;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
	transition: background 400ms ease-in-out;
}
.cms3ColumnText > .links > a:hover {
	background: #F7F7F7;
	color: #000000;	
}

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

	.cms3ColumnText:not(.noLinks) > div.text {
		padding-right: 0;
	}
	.cms3ColumnText > .links {
		padding-top: 35px;
		position: relative;
		right: auto;
	}

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

	.cms3ColumnText > .text > p.left {
		float: right;
		width: 80%;
	}
	.cms3ColumnText > .text > p.left:after {
		top: 8px;
	}
	.cms3ColumnText > .text > p.center {
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		width: 100%;
	}

}

/* Element - Google Map */

#googlemap {
	background: #F7F7F7;
	border-bottom: 1px solid #C4C3C3;
	border-top: 1px solid #C4C3C3;
    height: 850px;
    margin: 60px 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

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

	#googlemap {
		height: 580px;
	}

}

/* Element - Trennlinie */

.cmsSeperator  {
	border-top: 1px solid #C4C3C3;
	margin: 100px auto;
}

/* Element - Parallax Animation */

.cmsParallax {
	margin: 100px 0 0;
}
.cmsParallax > ul > li {
	width: 100%;
}
.cmsParallax > ul > li > img {
    display: table;
    margin: 0 auto;
}

/* Skala */

.cmsParallax > img {
    position: absolute;
    top: 160px;	
}

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

	.cmsParallax {
		margin-bottom: 100px;
	}
	.cmsParallax > img {
		top: 100px;
	}

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

	.cmsParallax {
		margin-bottom: 0;
	}
	.cmsParallax > img {
		display: none;
	}
	.cmsParallax > ul > li > img {
		width: 250px;
	}
	.cmsParallax > ul > li.second {
		margin-left: 130px;
		padding-top: 30px;
	}
	.cmsParallax > ul > li.third {
		margin-left: -130px;
		padding-top: 100px;
	}

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

	.cmsParallax {
		margin-top: 80px;
	}
	.cmsParallax > ul > li > img {
		width: 60%;
	}
	.cmsParallax > ul > li.second {
		margin-left: 100px;
	}
	.cmsParallax > ul > li.third {
		margin-left: -100px;
	}

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

	.cmsParallax > ul > li > img {
		width: 90%;
	}	

}

/* Element - zum Seitenanfang */

.cmsToTop {
	color: #C6C5C5;
	display: table;
    font-size: 15px;
    font-weight: normal;
	margin: 85px auto 0;
}
.cmsToTop:after {
	content: "\E813";
	font-family: "fontello";
}

/* Element - Maps */

.cmsGoogleMaps {
	position: relative;
}
.cmsGoogleMaps:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsGoogleMaps.show:after {
	display: none;
}
#map {
	height: 400px;
}

@media all and (max-width: 600px){

	#map {
		height: 250px;
	}

}

/* Extension - Google Map */

/* Google Map - Übersicht */

.mapOverview {
	position: relative;
}
.mapOverview > .gmap {
	height: 470px;
	width: 100%;
}

/* Google Map - Navigation */

.mapPlaner {
	position: relative;
}
.mapPlaner > .gmap {
	height: 400px;
	width: 100%;
}
.mapPlaner .routePoint {
	min-width: 120px;
}
.mapPlaner .routePoint > p > span {
	display: block;
}
.mapPlaner .routePoint > p > span.title {
	font-weight: bold;
}
.mapPlaner > h2 {
	margin: 15px 0;
	visibility: hidden;
}
.mapPlaner > h2.show {
	visibility: visible;
}
.mapPlaner > ul.navMenu {
	display: table;
}
.mapPlaner > ul.navMenu > li {
	background: url("/img/gmap/gmap.png") no-repeat left 2px;
	background-size: 28px auto;
	cursor: pointer;
	margin: 0 0 6px 0;
	padding: 0 0 7px 35px;
}
.mapPlaner > ul.navMenu > li.selected {
	background: url("/img/gmap/gmap.png") no-repeat left -174px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li > p {
	display: inline-block;
	font-weight: bold;
	min-width: 200px;
}
.mapPlaner > ul.navMenu > li > div {
	display: inline-block;
	padding: 2px 0 2px 38px;
}
.mapPlaner > ul.navMenu > li.modeT > div { /* Bus */
	background: url("/img/gmap/transport.png") no-repeat 1px -254px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li.modeB > div { /* Rad */
	background: url("/img/gmap/transport.png") no-repeat 2px 4px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li.modeW > div { /* Fußgänger */
	background: url("/img/gmap/transport.png") no-repeat 11px -84px;
	background-size: 28px auto;
}
.mapPlaner > ul.navMenu > li.modeD > div { /* Auto */
	background: url("/img/gmap/transport.png") no-repeat 3px -166px;
	background-size: 28px auto;
}

/* Google Map - Einzelpunkte */

.mapSinglePoints {
	position: relative;
}
.mapSinglePoints > .gmap {
	height: 470px;
	width: 100%;
}
.mapSinglePoints > .teaser {
	display: none;
}

/* Google Map - Teaser */

.mapTeaser > article > h2 {
	display: none;
}
.mapTeaser > article > figure > a > img {
	display: block;
}
.mapTeaser > article p > a.title {
	display: block;
}
.mapTeaser > article p > span {
	display: block;
}
.mapTeaser > article p > span.title {
	font-weight: bold;
}

/* Extension - Google Map Custom */

.mapSinglePoints {
	height: 400px;
}

/*! 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 #C6C6C6;
	font-size: 16px;
	margin: 1px 0 0;
}
.ui-datepicker-header {
	background: #F7F7F7 !important;
	border: 1px solid #C6C6C6;
	margin: -11px -11px 0 -11px !important;
	padding: 10px 0 !important;
}
.ui-datepicker td {
	border: 1px solid #C6C6C6 !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
    border: 0 none !important;
    color: inherit !important;
    font-size: 12px;
    font-weight: normal !important;
    padding: 6px !important;
    text-align: center !important;
}
.ui-state-active, .ui-state-hover {
	background: #F7F7F7 !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: 400;
	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;
	font-weight: 400;
}
.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: 14px !important;
}
.ui-datepicker-next {
	right: 14px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
    font-size: 25px !important;
    left: auto !important;
    margin: -10px 0 0 !important;
    position: static !important;
    top: auto !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: '\E805';
	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: '\E82F';
	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: '\E830';
	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;
}

/*************** SCROLLBAR BASE CSS ***************/
     
    .scroll-wrapper {
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
    }
     
    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }
     
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
     
    .scroll-element {
        display: none;
    }
    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }
     
    .scroll-element.scroll-x.scroll-scrollx_visible,
    .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block;
    }
     
    .scroll-element .scroll-bar,
    .scroll-element .scroll-arrow {
        cursor: default;
    }
     
    .scroll-textarea {
        border: 1px solid #cccccc;
        border-top-color: #999999;
    }
    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }
    .scroll-textarea > .scroll-content > textarea {
        border: none !important;
        box-sizing: border-box;
        height: 100% !important;
        margin: 0;
        max-height: none !important;
        max-width: none !important;
        overflow: scroll !important;
        outline: none;
        padding: 2px;
        position: relative !important;
        top: 0;
        width: 100% !important;
    }
    .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
     
     
     
     
    /*************** SIMPLE INNER SCROLLBAR ***************/
     
    .scrollbar-inner > .scroll-element,
    .scrollbar-inner > .scroll-element div
    {
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 10;
    }
     
    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }
     
    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }
     
    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
    .scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
    .scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
     
     
    /* update scrollbar offset if both scrolls are visible */
     
    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
     
     
    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */

{
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    
    position: relative;
    z-index: 1;
}
.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-nav.disabled,
.owl-dots.disabled {
    display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-animated-in {
    z-index: 0;
}
.owl-animated-out {
    z-index: 1;
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}
.owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-video-playing .owl-video-tn,
.owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* Privacy 1.0.0 */

/* Default */

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

/* Direction Top */

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

/* Direction Bottom */

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

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

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

}