<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: #000000;
	font: 300 16px/1.6 'Open Sans', sans-serif;
	-webkit-text-size-adjust: none;
}
body &gt; #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	-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;
}
a:hover {
	color: #23282B;
}
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?1234656');
	src: url('/img/webfonts/fontello.eot?1234656#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?1234656') format('woff'),
		url('/img/webfonts/fontello.ttf?1234656') format('truetype'),
		url('/img/webfonts/fontello.svg?1234656#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout - Header */

#HeaderWrapper {
	background: #23282B;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	height: 120px;
	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.fixed {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
}
#HeaderWrapper &gt; div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper &gt; div &gt; a.logo {
	left: 20px;
	position: absolute;
	top: 20px;
	width: 207px;
	z-index: 2;
}
#HeaderWrapper &gt; div &gt; a.logo &gt; img {
	display: block;
	width: 100%;
}

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

	#HeaderWrapper &gt; div &gt; a.logo {
		top: 36px;
		width: 150px;
	}

}

/* Layout - Header - Sprachauswahl */

.lang {
	position: absolute;
	right: 20px;
	top: 12px;
}
.lang &gt; li.selected {
	display: none;
}
.lang &gt; li &gt; a {
	color: #B5B8BD;
	font-weight: 400;
	padding: 0 0 0 43px;
	position: relative;
	-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;
}
.lang &gt; li &gt; a:hover {
	color: #FFFFFF;
}
.lang &gt; li &gt; a:before {
	content: "\E875";
	font-family: "fontello";
	left: 0;
	position: absolute;
}

/* Layout - Header - Socialmedia */

#HeaderWrapper .social {
	align-items: center;
	display: flex;
	position: absolute;
	right: 175px;
	top: 11px;
}
#HeaderWrapper .social p {
	color: #B5B8BD;
	font-weight: 400;
	margin: 0 26px 0 0;
}
#HeaderWrapper .social a {
	color: #FFFFFF;
	font-weight: normal;
}
#HeaderWrapper .social a + a {
	margin-left: 20px;
}
#HeaderWrapper .social a:before {
	font-family: "fontello";
}
#HeaderWrapper .social a.fb:before {
	content: "\E874";
}
#HeaderWrapper .social a.insta:before {
	content: "\E878";
}

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

	#HeaderWrapper .social {
		left: 260px;
		right: auto;
	}
	#HeaderWrapper .social p {
		display: none;
	}

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

	#HeaderWrapper .social {
		left: auto;
		right: 134px;
	}

}

/* Layout - Animation */

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

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

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

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper:before {
	background: url('/img/layout/bg_top.png');
	content: "";
	height: 1947px;
	position: absolute;
	top: 0;
	right: 0;
	width: 719px;
	z-index: -1;
}
#ContentWrapper:after {
	background: url('/img/layout/bg_bottom.png');
	bottom: 0;
	content: "";
	height: 1947px;
	left: 0;
	position: absolute;
	width: 1235px;
	z-index: -1;
}
#ContentWrapper &gt; section {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Layout - Content - Logos */

.cmsLogoBar {
	padding: 0 0 40px 0;
	text-align: center;
}
.cmsLogoBar &gt; ul:after {
	clear: both;
	content: "";
	display: block;
}
.cmsLogoBar &gt; ul &gt; li {
	display: inline-block;
	margin: 10px 30px;
	vertical-align: middle;
}
.cmsLogoBar &gt; ul &gt; li:first-child {
	margin-left: 0;
}
.cmsLogoBar &gt; ul &gt; li &gt; a {
	display: block;
	position: relative;
}
.cmsLogoBar &gt; ul &gt; li &gt; a &gt; img {
	display: block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
	max-width: 150px;
	max-height: 60px;
}

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

	.cmsLogoBar &gt; ul &gt; li:first-child {
		margin-left: 30px;
	}
	.cmsLogoBar &gt; ul &gt; li &gt; a {
		width: 60px;
	}
	/* .cmsLogoBar &gt; ul &gt; li {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.cmsLogoBar &gt; ul &gt; li &gt; a {
		display: inline-block;
	}*/

}

/* Layout - Footer */

#FooterWrapper {
	background: #23282B;
	bottom: 0;
	color: #FFFFFF;
	min-height: 600px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper &gt; div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}
#FooterWrapper &gt; div:after {
	clear: both;
	content: "";
	display: block;
}

/* Info */

#FooterWrapper &gt; div &gt; .column1 {
	display: block;
	left: 50%;
	margin: 0 0 0 -105px;
	text-align: center;
	position: absolute;
	top: 192px;
	width: 230px;
}
#FooterWrapper &gt; div &gt; .column1 &gt; .headline {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 19px 0;
	text-transform: uppercase;
}
#FooterWrapper &gt; div &gt; .column1 &gt; p {
	line-height: 1.45;
	margin: 0 0 30px 0;
}
#FooterWrapper &gt; div &gt; .column1 &gt; p &gt; span {
	display: block;
}
#FooterWrapper &gt; div &gt; .column1 &gt; p &gt; span.tax {
	color: #FFFFFF !important;
}
#FooterWrapper &gt; div &gt; .column1 &gt; a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 0 40px;
	position: relative;
}
#FooterWrapper &gt; div &gt; .column1 &gt; a.fb {
	margin: 0 0 17px 0;
}
#FooterWrapper &gt; div &gt; .column1 &gt; a.insta {
	margin: 0 0 17px 0;
}
#FooterWrapper &gt; div &gt; .column1 &gt; a.mail {
	margin: 0 0 30px 0;
}
#FooterWrapper &gt; div &gt; .column1 &gt; a.fb:before {
	content: "\E874";
	font-family: "fontello";
	font-size: 24px;
	left: 6px;
	position: absolute;
	top: -5px;
}
#FooterWrapper &gt; div &gt; .column1 &gt; a.insta:before {
	content: "\E878";
	font-family: "fontello";
	font-size: 24px;
	left: 1px;
	position: absolute;
	top: -4px;
}
#FooterWrapper &gt; div &gt; .column1 &gt; a.mail:before {
	content: "\E876";
	font-family: "fontello";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 2px;
}

/* Store Kaltern */

#FooterWrapper &gt; div &gt; .column2 {
	display: block;
	float: left;
	padding: 190px 0 0 0;
	width: 31.666666666666668%; /* 380 */
}
#FooterWrapper &gt; div &gt; .column2 &gt; .headline {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 16px 0;
	text-align: center;
	text-transform: uppercase;
}
#FooterWrapper &gt; div &gt; .column2 &gt; a.address {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 39px 0;
	text-align: center;
}
#FooterWrapper &gt; div &gt; .column2 &gt; a.address &gt; span {
	display: block;
	-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;
}
#FooterWrapper &gt; div &gt; .column2 &gt; a.address &gt; span:hover {
	text-decoration: underline;
}
#FooterWrapper &gt; div &gt; .column2 &gt; a.phone {
	border: 1px solid #FFFFFF;
	display: block;
	height: 57px;
	position: relative;
	text-align: center;
	width: 100%;
}
#FooterWrapper &gt; div &gt; .column2 &gt; a.phone &gt; span {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	line-height: 57px;
	padding: 0 0 0 41px;
	position: relative;
}
#FooterWrapper &gt; div &gt; .column2 &gt; a.phone &gt; span:before {
	content: "\E877";
	font-family: "fontello";
	left: 0;
	position: absolute;
}
#FooterWrapper &gt; div &gt; .column2 &gt; .open {
	display: block;
	margin-top: 37px;
	text-align: center;

	display: none;
}
#FooterWrapper &gt; div &gt; .column2 &gt; .open &gt; span {
	display: block;
}

/* Store Neumarkt */

#FooterWrapper &gt; div &gt; .column3 {
	display: block;
	float: right;
	padding: 190px 0 0 0;
	width: 31.666666666666668%; /* 380 */
}
#FooterWrapper &gt; div &gt; .column3 &gt; .headline {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 16px 0;
	text-align: center;
	text-transform: uppercase;
}
#FooterWrapper &gt; div &gt; .column3 &gt; a.address {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 39px 0;
	text-align: center;
}
#FooterWrapper &gt; div &gt; .column3 &gt; a.address &gt; span {
	display: block;
	-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;
}
#FooterWrapper &gt; div &gt; .column3 &gt; a.address &gt; span:hover {
	text-decoration: underline;
}
#FooterWrapper &gt; div &gt; .column3 &gt; a.phone {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	height: 57px;
	text-align: center;
	width: 100%;
}
#FooterWrapper &gt; div &gt; .column3 &gt; a.phone &gt; span {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	line-height: 57px;
	padding: 0 0 0 41px;
	position: relative;
}
#FooterWrapper &gt; div &gt; .column3 &gt; a.phone &gt; span:before {
	content: "\E877";
	font-family: "fontello";
	left: 0;
	position: absolute;
}
#FooterWrapper &gt; div &gt; .column3 &gt; .open {
	display: block;
	margin-top: 37px;
	text-align: center;

	display: none;
}
#FooterWrapper &gt; div &gt; .column3 &gt; .open &gt; span {
	display: block;
}

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

	#FooterWrapper &gt; div  {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#FooterWrapper &gt; div &gt; .column1 {
		left: auto;
		margin: 0 auto;
		position: relative;
		top: auto;
	}
	#FooterWrapper &gt; div &gt; .column1 &gt; .headline {
		margin-bottom: 10px;
	}
	#FooterWrapper &gt; div &gt; .column1 &gt; p {
		margin-bottom: 30px;
	}
	#FooterWrapper &gt; div &gt; .column2 {
		padding-top: 50px;
		width: 268px;
	}
	#FooterWrapper &gt; div &gt; .column3 {
		padding-top: 50px;
		width: 257px;
	}

}

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

	#FooterWrapper &gt; div &gt; .column2 {
		float: none;
		padding-top: 30px;
		width: 100%;
	}
	#FooterWrapper &gt; div &gt; .column2 &gt; .headline {
		margin-bottom: 5px;
	}
	#FooterWrapper &gt; div &gt; .column2 &gt; a.address {
		margin-bottom: 10px;
	}
	#FooterWrapper &gt; div &gt; .column2 &gt; .open {
		margin-top: 8px;
	}
	#FooterWrapper &gt; div &gt; .column3 {
		float: none;
		padding-top: 30px;
		width: 100%;
	}
	#FooterWrapper &gt; div &gt; .column3 &gt; .headline {
		margin-bottom: 5px;
	}
	#FooterWrapper &gt; div &gt; .column3 &gt; a.address {
		margin-bottom: 10px;
	}
	#FooterWrapper &gt; div &gt; .column3 &gt; .open {
		margin-top: 8px;
	}

}

/* Layout - ScrollDown */

.scrollContent {
	color: #FFFFFF;
	bottom: 90px;
	font-size: 15px;
	margin: 0 -600px 0 0;
	position: absolute;
	right: 50%;
	-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;
	z-index: 3;
}
.scrollContent:after {
	content: "\E83E";
	font-family: "fontello";
}
.scrollContent:hover {
	color: #FFFFFF;
}

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

	.scrollContent {
		display: none;
	}

}

/* Layout - ohne Animation */

.noanimation #ContentWrapper {
	padding-top: 120px;
}

/* Layout - Intro */

/* Animation */

.intro #GalleryWrapper &gt; a.logo {
	left: 120px;
	position: absolute;
	top: 90px;
	width: 288px;
	z-index: 4;
}
.intro #GalleryWrapper &gt; a.logo &gt; img {
	display: block;
	width: 100%;
}

/* Header */

.intro #HeaderWrapper {
	background: #FFFFFF;
	box-shadow: none;
	height: 90px;
	position: relative;
	top: -90px;
}
.intro #HeaderWrapper.fixed {
	background: #23282B;
	position: fixed;
	top: 0;
}
.intro #HeaderWrapper.fixed + #ContentWrapper {
	padding-top: 90px;
}
.intro #HeaderWrapper &gt; div &gt; a.logo {
	display: none;
	opacity: 0;
}

/* Menü */

.intro nav.desktop {
	left: 20px;
	padding-left: 0;
	padding-right: 200px;
	right: auto;
}
.intro nav.desktop &gt; ul &gt; li &gt; a {
	color: #000000;
	padding-top: 40px;
}
.intro #HeaderWrapper.fixed nav.desktop &gt; ul &gt; li &gt; a {
	color: rgba(255, 255, 255, 0.5);
}
.intro nav.desktop &gt; ul &gt; li:hover &gt; a,
.intro nav.desktop &gt; ul &gt; li &gt; a.selected {
	color: #23282B;
}
.intro #HeaderWrapper.fixed nav.desktop &gt; ul &gt; li:hover &gt; a,
.intro #HeaderWrapper.fixed nav.desktop &gt; ul &gt; li &gt; a.seleted {
	color: #FFFFFF;
}
.intro nav.desktop &gt; ul &gt; li &gt; a:after {
	top: 40px;
}
.intro nav.desktop &gt; ul &gt; li:hover &gt; a:after,
.intro nav.desktop &gt; ul &gt; li:hover &gt; a.selected:after{
	background: #23282B;
}
.intro #HeaderWrapper.fixed nav.desktop &gt; ul &gt; li:hover &gt; a:after,
.intro #HeaderWrapper.fixed nav.desktop &gt; ul &gt; li:hover &gt; a.selected:after{
	background: #FFFFFF;
}
.intro #HeaderWrapper &gt; div &gt; .lang {
	right: 65px;
	top: 33px;
}
.intro #HeaderWrapper &gt; div &gt; .lang &gt; li &gt; a {
	font-size: 20px;
}
.intro #HeaderWrapper &gt; div &gt; .lang &gt; li &gt; a:hover {
	color: #000000;
}
.intro #HeaderWrapper.fixed &gt; div &gt; .lang &gt; li &gt; a:hover {
	color: #FFFFFF;
}
.intro nav.desktop &gt; ul &gt; li &gt; ul {
	top: auto;
}
.intro nav.desktop &gt; ul &gt; li:hover &gt; ul {
	bottom: 90px;
	top: auto;
}
.intro #HeaderWrapper.fixed &gt; div nav.desktop &gt; ul &gt; li:hover &gt; ul {
	bottom: auto;
	top: 94px;
}

/* Scroll Content */

.intro .scrollContent {
	color: #B5B8BD;
	bottom: 25px;
	margin: 0;
	right: 20px;
	-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;
	z-index: 3;
}
.intro #HeaderWrapper.fixed &gt; div .scrollContent {
	display: none;
}

/* Content */

.intro #ContentWrapper {
	margin-top: -90px;
}

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

	.intro #HeaderWrapper {
		background: #1C2026;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
		height: 120px;
		position: absolute;
		top: 0;
	}
	.intro #HeaderWrapper.fixed {
		position: absolute;
	}
	.intro #HeaderWrapper &gt; div &gt; a.logo {
		display: block;
		opacity: 1;
	}
	.intro #HeaderWrapper &gt; div &gt; .lang {
		position: absolute;
		right: 20px;
		top: 12px;
	}
	.intro #HeaderWrapper &gt; div &gt; .lang &gt; li &gt; a {
		color: #B5B8BD;
		font-size: 16px;
	}
	.intro #HeaderWrapper &gt; div &gt; .lang &gt; li &gt; a:hover {
		color: #FFFFFF;
	}
	.intro #HeaderWrapper.fixed + #ContentWrapper {
		padding-top: 0;
	}
	.intro #GalleryWrapper &gt; a.logo {
		display: none;
		opacity: 0;
	}
	.intro .scrollContent {
		bottom: 15px;
		display: none;
		left: 150px;
		right: auto;
	}
	.intro #ContentWrapper {
		margin-top: 0;
	}

}

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

	.intro #GalleryWrapper {
		padding-top: 120px;
	}
	.intro #GalleryWrapper &gt; .animation {
		height: 300px !important;
	}
	.intro #GalleryWrapper &gt; .animation img{
		left: 50% !important;
		margin-left: -250px !important;
		width: 500px !important;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: 0;
	padding: 0 0 0 200px;
	position: absolute;
	right: 20px;
	z-index: 1;
}
nav.desktop &gt; ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop &gt; ul &gt; li {
	float: left;
	padding: 0 0 1px 0;
	position: relative;
}
nav.desktop &gt; ul &gt; li &gt; a {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding: 0 12px 21px 30px;
	position: relative;
	text-transform: uppercase;
	-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.desktop &gt; ul &gt; li:hover &gt; a,
nav.desktop &gt; ul &gt; li &gt; a.selected {
	color: #FFFFFF;
}
nav.desktop &gt; ul &gt; li &gt; a:after {
	background:#CFD1D4;
	bottom: 0;
	content: "";
	position: absolute;
	right: 5px;
	top: 0;
	-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;
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	width: 1px;
}
nav.desktop &gt; ul &gt; li:hover &gt; a:after,
nav.desktop &gt; ul &gt; li:hover &gt; a.selected:after{
	background: #FFFFFF;
}
nav.desktop &gt; ul &gt; li:hover &gt; ul {
	height: auto;
	padding: 30px 0;
	opacity: 1;
	overflow: visible;
	top: 54px;
	width: 287px;
}
nav.desktop &gt; ul &gt; li &gt; ul {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1) inset;
	height: 0;
	left: -14px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 54px;
	-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 &gt; ul &gt; li.last &gt; ul {
	left: auto;
	right: 0;
}
nav.desktop &gt; ul &gt; li.singleColumn &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 14px 40px 13px 45px;
	position: relative;
	-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;
	white-space: nowrap;
}
nav.desktop &gt; ul &gt; li.singleColumn &gt; ul &gt; li &gt; a:hover,
nav.desktop &gt; ul &gt; li.singleColumn &gt; ul &gt; li &gt; a.selected {
	background: rgba(223, 224, 227, 0.4);
}
nav.desktop &gt; ul &gt; li.singleColumn &gt; ul &gt; li &gt; a:before {
	background: #B5B8BD;
	background: rgba(181, 184, 189, 0.3);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	-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.desktop &gt; ul &gt; li.singleColumn &gt; ul &gt; li &gt; a:hover:before,
nav.desktop &gt; ul &gt; li.singleColumn &gt; ul &gt; li &gt; a.selected:before {
	opacity: 1;
}

/* MultiColumns */

nav.desktop &gt; ul &gt; li.multiColumns {
	position: static;
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li {
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li:nth-child(3n) {
	margin-right: 0;
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li:nth-child(3n) + li {
	clear: left;
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 3px 0;
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; a:hover,
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; a.selected {
	
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	padding: 14px 40px 13px 45px;
	position: relative;
	-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;
	white-space: nowrap;
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; ul &gt; li &gt; a:before {
	background: #B5B8BD;
	background: rgba(181, 184, 189, 0.3);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	-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.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover,
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected {
	background: rgba(223, 224, 227, 0.4);
}
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover:before,
nav.desktop &gt; ul &gt; li.multiColumns &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected:before {
	opacity: 1;
}

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

	nav.desktop &gt; ul &gt; li &gt; a {
		padding-left: 15px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #FFFFFF;
	content: "\E819";
	display: block;
	float: right;
	font-family: "fontello";
	font-size: 34px;
	margin: 0 5px 0 0;
}
.mobileTrigger.show {
	bottom: 0;
	cursor: pointer;
	display: block;
	line-height: 60px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 120px;
	width: 100%;
	z-index: 99999;
}
nav.mobile &gt; 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 &gt; ul.open {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1) inset;
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0 20px 0;
}
nav.mobile &gt; ul &gt; li &gt; ul {
	display: none;
}
nav.mobile &gt; ul &gt; li &gt; ul.open {
	display: block;
}
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
	display: none;
}
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	-webkit-transition: background 300ms ease-in, color 300ms ease-in;
	-moz-transition: background 300ms ease-in, color 300ms ease-in;
	-ms-transition: background 300ms ease-in, color 300ms ease-in;
	-o-transition: background 300ms ease-in, color 300ms ease-in;
	transition: background 300ms ease-in, color 300ms ease-in;

}
nav.mobile &gt; ul &gt; li &gt; a:hover,
nav.mobile &gt; ul &gt; li &gt; a.selected {
	background: #23282B;
	color: #FFFFFF;
}	

/* 2. Ebene */

nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 6px 40px;
}
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover,
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected {
	
}

/* 3. Ebene */

nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	color: #23282B;
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding: 6px 60px;
}
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover,
nav.mobile &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a.selected {
	
}

/* Menü - Metamenü */

ul.metamenu {
	display: block;
	text-align: center;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu &gt; li {
	float: none;
}
ul.metamenu &gt; li &gt; a {
	color: #FFFFFF;
	display: block;
	font-weight: 400;
	padding: 0 4px;
	-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;
}
ul.metamenu &gt; li &gt; a:hover,
ul.metamenu &gt; li &gt; a.selected {
	color: #23282B;
}

/* Elemente - Überschriften */

h1 {
	color: #23282B;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	color: #23282B;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
	font-weight: 400;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	font-size: 18px;
	font-weight: 300;
	margin-top: -36px;
}
h2.cms + h3.cms {
	color: #23282B;
	font-size: 18px;
	font-weight: 300;
	margin-top: -36px;
	text-align: center;
	text-transform: uppercase;
}

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

	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 30px;
	}

}

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

	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 25px;
	}

}

/* Elemente - Textinhalt */

/* Elemente - Aufzählung */

.cmsList &gt; h2 {
	margin: 0 0 20px 0;
}
.cmsList &gt; ul &gt; li:before {
	color: #B5B8BD;
	content: '\E848';
	font-family: 'fontello';
	left: 0;
	position: absolute;
	top: 1px;
}
.cmsList &gt; ul &gt; li {
	margin: 10px 0;
	padding: 0 0 0 22px;
	position: relative;
}

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage &gt; .left {
	float: left;
	/* margin: 0 58px 10px 0; */
	/* max-width: 65.833333333333329%; */
	width: 65.833333333333329%;
}
.cmsImage &gt; .right {
	float: right;
	/* margin: 0 0 10px 58px; */
	/* max-width: 65.833333333333329% */
	width: 65.833333333333329%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage &gt; p {
	float: left;
	display: block;
	padding: 64px 0 80px 58px;
	width: 34.166666666666664%; /* 410 */
}
.cmsImage &gt; .right + p {
	padding-left: 0;
	padding-right: 58px;
}
.cmsImage &gt; p &gt; .headline {
	color: #23282B;
	display: block;
	font-size: 40px;
	font-weight: 300;
	/*hyphens: auto;*/
	line-height: 1.3;
	text-transform: uppercase;
}
.cmsImage &gt; p &gt; .headline &gt; span {
	display: inline-block;
	padding: 0 0 53px 0;
	position: relative;
}
.cmsImage &gt; p &gt; .headline &gt; span:after {
	background: #DFE0E3;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100px;
}
.cmsImage &gt; p &gt; .text {
	display: block;
	padding: 26px 0 0 0;
}

/* Variante Bild kleiner */

.cmsImage.small &gt; .left {
	float: left;
	margin: 0 30px 10px 0;
	width: 31.666666666666668%; /* 380 */
}
.cmsImage.small &gt; .right {
	float: right;
	margin: 0 0 10px 30px;
	width: 31.666666666666668%; /* 380 */
}
.cmsImage.small &gt; p {
	float: none;
	padding: 20px 0 20px 0 !important;
	width: auto;
}
.cmsImage.small &gt; p &gt; .headline {
	font-size: 20px;
}
.cmsImage.small &gt; p &gt; .headline &gt; span {
	padding-bottom: 15px;
}
.cmsImage.small &gt; p &gt; .text {
	font-size: 14px;
	padding-top: 10px;
}
/* .cmsImage.small &gt; .right + p {
	text-align: right;
}*/


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

	.cmsImage &gt; p {
		padding-bottom: 25px;
		padding-left: 40px;
		padding-top: 20px;
	}
	.cmsImage &gt; .right + p {
		padding-left: 0;
		padding-right: 40px;
	}
	.cmsImage &gt; p &gt; .headline &gt; span {
		padding-bottom: 10px;
	}
	.cmsImage &gt; p &gt; .text {
		padding-top: 15px;
	}
	
}

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

	.cmsImage &gt; .left,
	.cmsImage &gt; .right {
		float: none;
		margin: 0 0 0 0;
		max-width: none;
		width: 100%;
	}
	.cmsImage &gt; p {
		padding-bottom: 25px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 20px;
		width: 100%;
	}
	.cmsImage &gt; p &gt; .headline &gt; span {
		padding-bottom: 10px;
	}
	.cmsImage &gt; p &gt; .text {
		padding-top: 15px;
	}
}

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

	.cmsImage &gt; p &gt; .headline {
		font-size: 30px;
	}
	.cmsImage.small &gt; .left {
		float: none;
		margin: 0;
		width: 100%;
	}
	.cmsImage.small &gt; .right {
		float: none;
		margin: 0;
		width: 100%;
	}

}

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

	.cmsImage &gt; p &gt; .headline {
		font-size: 25px;
	}

}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery &gt; li {
	float: left;
	margin: 0 2.5% 20px 0; /* 0 30 0 0 */
	position: relative;
	width: 31.666666666666668%; /* 380 */
}
.cmsGallery &gt; li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery &gt; li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery &gt; li &gt; figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery &gt; li &gt; figure &gt; a {
	display: block;
}
.cmsGallery &gt; li &gt; figure &gt; a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-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;
	width: 100%;
	z-index: 1;
}
.cmsGallery &gt; li:hover &gt; figure &gt; a:after { /* Overlay einblenden */
	opacity: 1;
}
.cmsGallery &gt; li &gt; figure &gt; a &gt; img {
	display: block;
	width: 100%;
}
.cmsGallery &gt; li.hasTitle &gt; figure &gt; figcaption {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	height: 50%;
	left: 10%;
	overflow: hidden;
	opacity: 0;
	padding: 30px 10px;
	position: absolute;
	text-align: center;
	top: 25%;
	transform: scale(0, 1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	width: 80%;
	z-index: 2;
}
.cmsGallery &gt; li.hasTitle:hover &gt; figure &gt; figcaption {
	opacity: 1;
	transform: scale(1);
}
.cmsGallery &gt; li:hover &gt; figure &gt; a &gt; 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;
}
.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 &gt; li {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsGallery &gt; li:nth-child(3n) {
		margin-right: 4%;
	}
	.cmsGallery &gt; li:nth-child(3n) + li {
		clear: none;
	}
	.cmsGallery &gt; li:nth-child(2n) {
		margin-right: 0;
	}
	.cmsGallery &gt; li:nth-child(2n) + li {
		clear: left;
	}

}

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

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery &gt; li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsGallery &gt; li.hasTitle &gt; figure &gt; figcaption {
		font-size: 15px;
	}
	
}

/* Element - Bildergalerie - Slider */

.cmsGallerySlider .slider .entry {
	position: relative;
}
.cmsGallerySlider .slider .entry &gt; figure {
	overflow: hidden;
	position: relative;
}
.cmsGallerySlider .slider .entry &gt; figure &gt; a {
	display: block;
}
.cmsGallerySlider .slider .entry &gt; figure &gt; a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-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;
	width: 100%;
	z-index: 1;
}
.cmsGallerySlider .slider .entry:hover &gt; figure &gt; a:after { /* Overlay einblenden */
	opacity: 1;
}
.cmsGallerySlider .slider .entry &gt; figure &gt; a &gt; img {
	display: block;
	width: 100%;
}
.cmsGallerySlider .slider .entry.hasTitle &gt; figure &gt; figcaption {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	height: 50%;
	left: 10%;
	overflow: hidden;
	opacity: 0;
	padding: 30px 10px;
	position: absolute;
	text-align: center;
	top: 25%;
	transform: scale(0, 1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	width: 80%;
	z-index: 2;
}
.cmsGallerySlider .slider .entry.hasTitle:hover &gt; figure &gt; figcaption {
	opacity: 1;
	transform: scale(1);
}
.cmsGallerySlider .slider .entry:hover &gt; figure &gt; a &gt; 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;
}

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

	.cmsGallerySlider .slider .entry.hasTitle &gt; figure &gt; figcaption {
		font-size: 15px;
	}
	
}

/* Elemente - Einzelteaser */

.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaser &gt; h2 {
	margin: 0 0 20px 0;
}
.cmsSingleTeaser &gt; article {
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
}
.cmsSingleTeaser &gt; article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsSingleTeaser &gt; article:nth-of-type(3n) + article {
	clear: left;
}
.cmsSingleTeaser &gt; article &gt; h2 {
	display: none;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; a {
	float: left;
	margin-right: 20px;
	width: 34.166666666666664%; /* 410 */
}
.cmsSingleTeaser &gt; article &gt; figure &gt; a &gt; img {
	display: block;
	width: 100%;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption {
	border: 1px solid #B5B8BD;
	min-height: 240px;
	padding: 20px 125px 20px 60px;
	position: relative;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; a {
	color: #23282B;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	padding: 0 0 10px 0;
	position: relative;
}
.cmsSingleTeaser &gt; article:hover &gt; figure &gt; figcaption &gt; a {
	color: #000000;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; a:after {
	background: #DFE0E3;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
	width: 100px;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; p {
	display: block;
	padding: 10px 0 0 0;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; p &gt; span {
	display: block;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; p &gt; .date {
	font-weight: 400;
	padding: 0 0 5px 0;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; p &gt; .text &gt; a {
	bottom: 50%;
	color: #B5B8BD;
	font-size: 45px;
	margin: 0 0 -35px 0;
	position: absolute;
	right: 45px;
}
.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; p &gt; .text &gt; a:before {
	content: "\E848";
	font-family: "fontello";
}


@media all and (max-width: 750px){
	
	.cmsSingleTeaser &gt; article {
		clear: both !important;
		float: none !important;
		margin: 0 0 0 0 !important;
		width: 100% !important;
	}
	.cmsSingleTeaser &gt; article &gt; figure &gt; a {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption {
		padding-left: 40px;
	}

}

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

	.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption {
		padding-right: 40px;
	}
	.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; p &gt; .text &gt; a {
		bottom: 10px;
		margin: 0;
		right: 10px;
	}

}

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

	.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption {
		padding-right: 20px;
		padding-right: 20px;
	}
	.cmsSingleTeaser &gt; article &gt; figure &gt; figcaption &gt; p &gt; .text &gt; a {
		font-size: 25px;
	}

}

/* Elemente - Gruppenteaser */

.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaserGroup &gt; h2 {
	margin: 0 0 20px 0;
}
.cmsTeaserGroup &gt; article {
	border: 1px solid #B5B8BD;
	cursor: pointer;
	float: left;
	margin: 0 2.5% 20px 0; /* 0 30 20 0 */
	position: relative;
	width: 31.666666666666668%; /* 380 */
}
.cmsTeaserGroup &gt; article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaserGroup &gt; article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaserGroup &gt; article &gt; h2 {
	display: none;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; a &gt; img {
	display: block;
	width: 100%;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption {
	padding: 20px 40px;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; a {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	padding: 0 0 10px 0;
	position: relative;
}
.cmsTeaserGroup &gt; article:hover &gt; figure &gt; figcaption &gt; a {
	color: #23282B;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; a:after {
	background: #DFE0E3;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
	width: 100px;
}
.cmsTeaserGroup &gt; article:hover &gt; figure &gt; figcaption &gt; a:after {
	background: #000000;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; p {
	display: block;
	padding: 10px 0 0 0;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; p &gt; span {
	display: block;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; p &gt; .date {
	font-weight: 400;
	padding: 0 0 5px 0;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; p &gt; .text &gt; a {
	bottom: 10px;
	color: #B5B8BD;
	font-size: 45px;
	position: absolute;
	right: 10px;
}
.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; p &gt; .text &gt; a:before {
	content: "\E848";
	font-family: "fontello";
}

/* Variante - ohne Bild/Text */

.cmsTeaserGroupWithout &gt; h2 {
	display: none;
}
.cmsTeaserGroupWithout &gt; article {
	min-height: 307px;
	padding: 57px 60px 60px 60px;
}
.cmsTeaserGroupWithout &gt; article &gt; h2 {
	display: none;
}
.cmsTeaserGroupWithout &gt; article &gt; a {
	color: #23282B;
	display: inline-block;
	font-size: 45px;
	font-weight: 400;
	hyphens: auto;
	line-height: 1.3;
	padding: 0 0 76px 0;
	position: relative;
	text-transform: uppercase;
	-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;
}
.cmsTeaserGroupWithout &gt; article:hover &gt; a {
	color: #23282B;
}
.cmsTeaserGroupWithout &gt; article &gt; a:after {
	background: #DFE0E3;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
	width: 100px;
}
.cmsTeaserGroupWithout &gt; article:hover &gt; a:after {
	background: #000000;
}
.cmsTeaserGroupWithout &gt; article &gt; a:before {
	bottom: 2px;
	color: #B5B8BD;
	content: "\E848";
	font-family: "fontello";
	font-size: 45px;
	position: absolute;
	right: 0;
}

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

	.cmsTeaserGroup &gt; article {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsTeaserGroup &gt; article:nth-of-type(3n) {
		margin-right: 4%;
	}
	.cmsTeaserGroup &gt; article:nth-of-type(3n) + li {
		clear: none;
	}
	.cmsTeaserGroup &gt; article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaserGroup &gt; article:nth-of-type(2n) + li {
		clear: left;
	}

}

@media all and (max-width: 600px){
	
	.cmsTeaserGroup &gt; article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

}

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

	.cmsTeaserGroupWithout &gt; article {
		min-height: 0;
		padding: 20px 30px 30px 30px;
	}
	.cmsTeaserGroupWithout &gt; article &gt; a {
		font-size: 30px;
	}

}

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

	.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsTeaserGroup &gt; article &gt; figure &gt; figcaption &gt; p &gt; .text &gt; a {
		font-size: 25px;
	}

}

/* Elemente - Tabelle */

.cmsTable &gt; h2 {
	margin: 0 0 20px 0;
}
.cmsTable &gt; table {
	width: 100%;
}
.cmsTable &gt; table &gt; tbody &gt; .headline {
	background: #FFFFFF;
	background: rgba(0, 0, 0, 0.07);
	border-bottom: 1px solid #000000;
	color: #23282B;
	font-size: 17px;
	font-weight: 400;
}
.cmsTable &gt; table &gt; tbody &gt; tr {
	background: none;
	font-size: 14px;
}
.cmsTable &gt; table &gt; tbody &gt; tr:last-child {
	border-bottom: none;
}
.cmsTable &gt; table &gt; tbody &gt; tr &gt; td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable &gt; p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern &amp; extern) */

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

/* Verweisliste */

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

/* E-Mail */

.cmsMail &gt; a:before {
	content: '\E833';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsMail &gt; a {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}

/* Elemente - Dropdown */

.cmsDrop {
	background: #DFE0E3;
	background: rgba(223, 224, 227, 0.3);
	padding: 10px;
}
.cmsDrop &gt; h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop &gt; h3 {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.cmsDrop &gt; h3.contentHide:before {
	content: '\E805';
}
.cmsDrop &gt; h3.contentHide + div {
	display: none;
}
.cmsDrop &gt; h3 + div {
	overflow: hidden;
}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube &gt; h2 {
	margin: 0 0 5px 0;
}
.cmsYoutube &gt; 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 &gt; div {
	background: #F1F1F2;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube &gt; div &gt; iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube &gt; p {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

.cmsIframe {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}		
.cmsIframe &gt; iframe {
	width: 100%;
}

/* Elemente - Downloads */

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

/* Elemente - Formular */

.cmsForm {
	background: rgba(223, 224, 227, 0.3);
	padding: 20px;
}
.cmsForm &gt; h2 {
	margin: 0 0 30px 0;
}
.cmsForm &gt; .row {
	margin: 20px 0;
	padding: 0 40px 0 0;
	position: relative;
}
.cmsForm &gt; .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm &gt; .row.validation:before {
	color: #23282B;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm &gt; .row &gt; label {
	display: block;
	float: left;
	font-weight: 400;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm &gt; .row &gt; .field {
	background: #FFFFFF;
	border: none;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm &gt; .row &gt; .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
}
.cmsForm &gt; .row &gt; textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm &gt; .row &gt; select.field {
	padding: 7px 10px 7px 7px;
}
.cmsForm &gt; .row &gt; input[type='file'].field {
	border: none !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm &gt; .row &gt; input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm &gt; .row &gt; .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm &gt; .row &gt; p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm &gt; .infotext {
	line-height: 1.3;
}
.cmsForm &gt; .row &gt; .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm &gt; .row &gt; .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 -42px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm &gt; .row &gt; .calicon:before {
	content: "\E83D";
	font-family: "fontello";
}
.cmsForm &gt; .row &gt; .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm &gt; .row &gt; .spm:after {
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm &gt; .row &gt; .spm &gt; img {
	border: none;
	float: left;
}
.cmsForm &gt; .row &gt; .spm &gt; img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm &gt; .row &gt; .spm &gt; p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm &gt; .button {
	margin: 20px 40px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm &gt; .button &gt; input { /* Sende-Button */
	background: #23282B;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 45px;
	padding: 0 40px 0 40px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease-in;
	-moz-transition: background 300ms ease-in;
	-ms-transition: background 300ms ease-in;
	-o-transition: background 300ms ease-in;
	transition: background 300ms ease-in;
}
.cmsForm &gt; .button &gt; input:hover {
	background: #000000;
}
.cmsForm &gt; .msg {
	line-height: 1.3;
	margin: 0 40px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

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

}

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

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

}

/* Extension - Kontakt */

.cmscontact {
	display: block;
	position: relative;
	width: 100%;
}
.cmscontact.columns2 {
	float: left;
	width: 50%;
}
.cmscontact &gt; h2 {
	font-size: 25px;
	text-align: left;
}
.cmscontact &gt; h2 &gt; span {
	display: inline-block;
	padding: 0 0 10px 0;
	position: relative;
}
.cmscontact &gt; h2 &gt; span:after {
	background: #DFE0E3;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100px;
}
.cmscontact &gt; .text {
	display: block;
	padding: 20px 0 0 0;
}
.cmscontact &gt; .info {
	display: block;
	font-weight: 600;
	padding: 10px 0 20px 0;
}
.cmscontact &gt; .info &gt; span {
	display: block;
	font-weight: 300;
}
.cmscontact.columns2 + .cmscontact.columns2 {
	float: right;
	text-align: right;
	width: 50%;
}
.cmscontact.columns2 + .cmscontact.columns2 &gt; h2 {
	text-align: right;
}
.cmscontact.columns2 + .cmscontact.columns2 &gt; h2 &gt; span:after {
	left: auto;
	right: 0;
}

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

	.cmscontact {
		text-align: center !important;
	}
	.cmscontact.columns2 {
		float: none;
		width: 100%;
	}
	.cmscontact.columns2 &gt; h2 {
		text-align: center !important;
	}
	.cmscontact.columns2 + .cmscontact.columns2 {
		float: none;
		text-align: left;
		width: 100%;
	}
	.cmscontact.columns2 + .cmscontact.columns2 &gt; h2 &gt; span:after {
		left: 0;
		right: auto;
	}

}

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

	.cmscontact &gt; h2 {
		font-size: 20px !important;
	}

}

/* Extension - Überschrift - Text */

.cmsHeadlineText {
	margin: 79px auto 40px !important;
	position: relative;
	width: 68.333333333333329%; /* 820 */;
}
.cmsHeadlineText:after {
	clear: both;
	content: "";
	display: block;
}
.cmsHeadlineText &gt; .headline {
	display: block;
	float: left;
	padding: 0 45px 52px 0;
	position: relative;
	width: 50%;
}
.cmsHeadlineText &gt; .headline:after {
	background: #DFE0E3;
	bottom: 0;
	content: "";
	height: 3px;
	position: absolute;
	right: 45px;
	width: 100px;
}
.cmsHeadlineText.h1 &gt; .headline &gt; h1 {
	text-align: right;
}
.cmsHeadlineText.h1 &gt; .headline &gt; h2 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 3px;
	text-align: right;
}
.cmsHeadlineText &gt; .text {
	display: block;
	float: left;
	padding: 0 0 0 45px;
	position: relative;
	width: 50%
}

/* Variante */

.cmsHeadlineText.h2 &gt; .headline &gt; h2 {
	text-align: right;
}
.cmsHeadlineText.h2 &gt; .headline &gt; h3 {
	color: #23282B;
	font-size: 18px;
	font-weight: 300;
	margin-top: 5px;
	text-align: right;
	text-transform: uppercase;
}

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

	.cmsHeadlineText {
		margin: 79px auto 40px ;
		position: relative;
		width: 100%;
	}
	.cmsHeadlineText &gt; .headline {
		float: none;
		padding-bottom: 20px;
		padding-right: 0;
		width: 100%;
	}
	.cmsHeadlineText &gt; .headline:after {
		display: none;
	}
	.cmsHeadlineText &gt; .headline &gt; h1 {
		text-align: center !important;
	}
	.cmsHeadlineText &gt; .headline &gt; h2 {
		text-align: center !important;
	}
	.cmsHeadlineText &gt; .headline &gt; h3 {
		text-align: center !important;
	}
	.cmsHeadlineText &gt; .text {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.cmsHeadlineText.h1 &gt; .headline &gt; h2 {
		margin-top: 0;
	}
	.cmsHeadlineText.h2 &gt; .headline &gt; h3 {
		margin-top: 0;
	}

}

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

	.cmsHeadlineText {
		margin-top: 40px !important;
	}

}

/* Extension - Teaser ohne Bild */

.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption {
	border: none;
	min-height: 0;
	padding: 0;
}
.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption:after {
	clear: both;
	content: "";
	display: block;
}
.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption &gt; a {
	float: left;
	height: 210px;
	padding: 40px 10px 40px 0;
	width: 34.166666666666664%; /* 410 */
}
.cmsSingleTeaserWithout &gt; article:hover &gt; figure &gt; figcaption &gt; a {
	color: #23282B;
}
.cmsSingleTeaserWithout &gt; article:hover &gt; figure &gt; figcaption &gt; a:after {
	background: #000000;
}
.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption &gt; a &gt; span {
	display: block;
	font-size: 40px;
	text-transform: uppercase;
}
.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption &gt; a &gt; span.title {
	font-size: 18px;
	font-weight: 300;
	padding-top: 5px;
}
.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption &gt; p {
	border: 1px solid #B5B8BD;
	float: left;
	padding: 53px 110px 53px 60px;
	position: relative;
	width: 65.833333333333329%; /* 790 */
}

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

	.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption &gt; a {
		float: none;
		margin: 0 0 20px 0;
		padding-bottom: 10px;
		width: 100%;
	}
	.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption &gt; p {
		float: none;
		padding-left: 20px;
		width: 100%;
	}

}

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

	.cmsSingleTeaserWithout &gt; article &gt; figure &gt; figcaption &gt; p {
		padding-right: 40px;
	}

}

/* Extension - Zitat */

.cmsQuote {
	position: relative;
}
.cmsQuote:after {
	clear: both;
	content: "";
	display: block;
}
.cmsQuote &gt; .image {
	float: left;
	width: 65.833333333333329%; /* 790 */
}
.cmsQuote &gt; .image &gt; img {
	display: block;
	width: 100%;
}
.cmsQuote &gt; .right {
	display: block;
	float: left;
	padding: 153px 20px 40px 60px;
	width: 34.166666666666664%; /* 410 */
}
.cmsQuote &gt; .right &gt; .quote {
	color: #23282B;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}
.cmsQuote &gt; .right &gt; .author {
	color: #23282B;
	display: block;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.cmsQuote &gt; .right &gt; .author &gt; span {
	display: inline-block;
	padding: 16px 0 0 0;
	position: relative;
}
.cmsQuote &gt; .right &gt; .author &gt; span:before {
	background: #DFE0E3;
	content: "";
	height: 3px;
	left: 12px;
	position: absolute;
	right: 12px;
	top: 0;
}

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

	.cmsQuote &gt; .right {
		padding-top: 60px;
	}
	.cmsQuote &gt; .right &gt; .quote{
		font-size: 25px;
	}

}

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

	.cmsQuote &gt; .image {
		float: none;
		width: 100%;
	}
	.cmsQuote &gt; .right {
		float: none;
		padding: 20px;
		width: 100%;
	}

}

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

	.cmsQuote &gt; .image {
		display: none;
	}
	.cmsQuote &gt; .right {
		padding-top: 0;
	}

}

/*! 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 &gt; ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation &gt; ul &gt; .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 &gt; ul &gt; .slide.animated {
	opacity: 1;
}
.micAnimation &gt; ul &gt; .slide &gt; img {
	display: block;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Text mit TextWrapper */

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

/* Text ohne TextWrapper */

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

/* Navigation - Pfeile */

.micAnimation &gt; .arrows &gt; 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 &gt; .arrows &gt; a.prev:before {
	content: "\E806";
	display: block;
}
.micAnimation &gt; .arrows &gt; a.prev {
	left: -60px;
}
.micAnimation &gt; .arrows.animated &gt; a.prev {
	left: 20px;
	opacity: 0.4;
}
.micAnimation &gt; .arrows &gt; a.next:before {
	content: "\E808";
	display: block;
}
.micAnimation &gt; .arrows &gt; a.next {
	right: -60px;
}
.micAnimation &gt; .arrows.animated &gt; a.next {
	opacity: 0.4;
	right: 20px;
}
.micAnimation &gt; .arrows &gt; a.prev:hover,
.micAnimation &gt; .arrows &gt; 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 &gt; .bullets &gt; 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 &gt; .bullets.animated &gt; ul {
	bottom: 20px;
	opacity: 1;
}
.micAnimation &gt; .bullets &gt; ul &gt; 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 &gt; .bullets &gt; ul &gt; li:hover,
.micAnimation &gt; .bullets &gt; ul &gt; li.selected {
	background: #888;
}

/* Animation - Custom */

.micAnimation &gt; ul &gt; .slide &gt; .textBox {
	display: table;
	line-height: 1.2;
	text-align: left;
}
.intro .micAnimation &gt; ul &gt; .slide &gt; .textBox {
	text-align: right;
}
.micAnimation &gt; ul &gt; .slide &gt; .textBox &gt; .text0 {
	color: #FFFFFF;
	font-size: 90px;
	font-weight: 300;
	text-transform: uppercase;
}
.micAnimation &gt; ul &gt; .slide &gt; .textBox &gt; .text1 {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
}

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

	.micAnimation &gt; ul &gt; .slide &gt; .textBox {
		display: none;
	}

}

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

}</pre></body></html>