/* 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: #787E87;
	font: 300 18px/1.8 'Raleway', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	padding: 0 0 180px 0;
	position: relative;
}
a {
	color: #73655D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8A2825;
}
input, textarea, select, button {
	border: 1px solid #EDEDED;
	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: 30px 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;
}
img {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.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?95225071');
	src: url('/img/webfonts/fontello.eot?95225071#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?95225071') format('woff'),
		url('/img/webfonts/fontello.ttf?95225071') format('truetype'),
		url('/img/webfonts/fontello.svg?95225071#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Variablen */

:root {

	/* Template */
		
	--mw-margin-top: 65px;
	--mw-margin-bottom: 65px;
	--mw-padding-left: 20px;
	--mw-padding-right: 20px;
	--mw-max-width: 1770px;
	--mw-max-width2: 940px;
		
	/* Colors */
	
	--mw-color-primary: #A6907C;
	--mw-color-secondary: #A6907C;
	--mw-color-error: #F44336;
	--mw-color-success: #4CAF50;
	--mw-color-lightgray: #F7F8F8;
	--mw-color-gray: #E1DDDA;
	--mw-color-middlegray: #787E87;
	--mw-color-darkgray: #232c2f;

	--mw-color-primary-opacity-highest: rgba(166, 25, 65, 0.1);
	--mw-color-primary-opacity-high: rgba(166, 25, 65, 0.2);
	--mw-color-primary-opacity-medium: rgba(166, 25, 65, 0.3);
	--mw-color-primary-opacity-low: rgba(166, 25, 65, 0.8);
		
	--mw-color-secondary-opacity-highest: rgba(166, 25, 65, 0.1);
	--mw-color-secondary-opacity-high: rgba(166, 25, 65, 0.2);
	--mw-color-secondary-opacity-medium: rgba(166, 25, 65, 0.3);
	--mw-color-secondary-opacity-low: rgba(166, 25, 65, 0.8);
		
	/* specified Colors */
	
	--mw-color-body: #787E87;
	--mw-color-body-background: #FFFFFF;

	--mw-color-link: #A6907C;
	--mw-color-link-hover: #A6907C;

	--mw-color-button: #FFFFFF;
	--mw-color-button-hover: #FFFFFF;
	--mw-color-button-background: #A6907C;
	--mw-color-button-background-hover: rgba(166, 25, 65, 0.8);

	--mw-color-headline: #A6907C;
	--mw-color-headline2: #A6907C;
	--mw-color-headline3: #9D9A98;
	--mw-color-headline-element: #A6907C;

	--mw-color-menu-background: #FFFFFF;
	--mw-color-menu-background-fixed: #FFFFFF;
	--mw-color-menu-background-mobile: #FFFFFF;
	--mw-color-menu-selected-mobile: #A6907C;
	--mw-color-menu-background-teaser: #F7F8F8;

	--mw-color-fancybox-rgb: rgb(30, 30, 30);
	--mw-color-fancybox-rgba: rgb(30, 30, 30, 0.9);
		
	/* Fonts */
		
	--mw-font-primary: 'Raleway', sans-serif;
	--mw-font-secondary: 'Raleway', sans-serif;
	
	--mw-font-primary-weight-thin: 400;
	--mw-font-primary-weight-extra-light: 400;
	--mw-font-primary-weight-light: 400;
	--mw-font-primary-weight-normal: 400;
	--mw-font-primary-weight-medium: 600;
	--mw-font-primary-weight-semi-bold: 600;
	--mw-font-primary-weight-bold: 700;
	--mw-font-primary-weight-extra-bold: 700;
	--mw-font-primary-weight-black: 700;
		
	--mw-font-secondary-weight-thin: 400;
	--mw-font-secondary-weight-extra-light: 400;
	--mw-font-secondary-weight-light: 400;
	--mw-font-secondary-weight-normal: 400;
	--mw-font-secondary-weight-medium: 500;
	--mw-font-secondary-weight-semi-bold: 500;
	--mw-font-secondary-weight-bold: 700;
	--mw-font-secondary-weight-extra-bold: 700;
	--mw-font-secondary-weight-black: 700;
		
	/* specified Fonts */
		
	--mw-font-body: 'Raleway', sans-serif;
	--mw-font-body-lineheight: 1.8;
	--mw-font-body-size: 18px;
	--mw-font-body-weight: 300;
	
	--mw-font-link-weight: 700;

	--mw-font-button-size: 18px;
	--mw-font-button-weight: 600;

	--mw-font-headline: 'Raleway', sans-serif;
	--mw-font-headline-lineheight: 1.8;
	--mw-font-headline-size: 40px;
	--mw-font-headline-weight: 400;
	
	--mw-font-headline2: 'Raleway', sans-serif;
	--mw-font-headline2-lineheight: 1.8;
	--mw-font-headline2-size: 34px;
	--mw-font-headline2-weight: 400;
	
	--mw-font-headline3: 'Raleway', sans-serif;
	--mw-font-headline3-lineheight: 1.8;
	--mw-font-headline3-size: 18px;
	--mw-font-headline3-weight: 400;

	--mw-font-headline-element: 'Raleway', sans-serif;
	--mw-font-headline-element-lineheight: 1.8;
	--mw-font-headline-element-size: 24px;
	--mw-font-headline-element-weight: 400;
	
}

/* Layout - Header */

#HeaderWrapper {
	height: 600px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 4;
}
#HeaderWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

/* Telefon */

#HeaderWrapper > div > a.tel {
	display: none;
}

/* Sprachauswahl */

#HeaderWrapper > div > ul.lang {
	display: none;
}

/* Gutschein */

#HeaderWrapper .voucher {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -42px 0 0 0;
	width: 110px;
	overflow: hidden;
	transition: width 300ms ease-in-out;
}
#HeaderWrapper .voucher:hover {
	width: 270px;
}
#HeaderWrapper .voucher > p {
	width: 270px;
}
#HeaderWrapper .voucher .title {
	background: #F0F0F0;
	color: #73655D;
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	height: 85px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 110px;
	padding: 51px 0 0 0;
	line-height: 1.2;
}
#HeaderWrapper .voucher .title:after {
	color: #A6907C;
	content: "\E842";
	font-family: "fontello";
	font-size: 36px;
	line-height: 1;
	position: absolute;
	left: 0;
	width: 100%;
	top: 10px;
}
#HeaderWrapper .voucher .text {
	background: #A6907C;
	color: #FFFFFF;
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.31;
	height: 85px;
	padding: 0 10px;
	width: 160px;
	vertical-align: middle;
}

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

	#HeaderWrapper {
		background: #F7F8F8;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
		height: 60px !important;
	}
	#HeaderWrapper > div {
		padding: 0 30px;
	}
	#HeaderWrapper > div > a.tel {
		color: #A6907C;
		display: table;
		font-size: 23px;
		font-weight: 500;
		line-height: 60px;
		padding: 0 0 0 32px;
		position: relative;
	}
	body.isSafari #HeaderWrapper > div > a.tel {
		font-weight: 300;
	}
	#HeaderWrapper > div > a.tel:before {
		color: #39464E;
		content: "\E835";
		font-family: "fontello";
		font-size: 33px;
		left: 0;
		position: absolute;
	}	
	body.isSafari #HeaderWrapper > div > a.tel:before {
		top: 2px;
	}
	#HeaderWrapper .voucher {
		margin-top: 21px;
		top: 100%;
		width: 95px;
	}
	#HeaderWrapper .voucher:hover {
		width: 95px;
	}
	#HeaderWrapper .voucher .title {
		background: rgba(255, 255, 255, 0.9);
		height: auto;
		padding: 48px 0 6px 0;
		width: 95px;
	}
	#HeaderWrapper .voucher .title:after {
		font-size: 34px;
		top: 10px;
	}
	#HeaderWrapper .voucher .text {
		display: none;
	}

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

	#HeaderWrapper > div > a.tel {
		left: 150px;
		padding: 0;
		position: absolute;
		text-indent: -99999px;
		top: 0;
		width: 50px;
	}
	#HeaderWrapper > div > a.tel:before {
		text-align: center;
		text-indent: 0;
		width: 100%;
	}
	#HeaderWrapper > div > ul.lang {
		display: table;
		left: 30px;
		position: absolute;
		top: 20px;
	}
	#HeaderWrapper > div > ul.lang:after {
		clear: both;
		content: "";
		display: block;
	}
	#HeaderWrapper > div > ul.lang > li {
		float: left;
		padding: 0 10px 0 0;
	}
	#HeaderWrapper > div > ul.lang > li > a {
		background: url("/img/layout/lang.png") no-repeat top left;
		background-size: 100% auto;
		display: block;
		height: 24px;
		position: relative;
		width: 32px;
	}
	#HeaderWrapper > div > ul.lang > li.en > a {
		background-position: 0 -35px;
	}
	#HeaderWrapper > div > ul.lang > li.it > a {
		background-position: 0 -70px;
	}

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

	#HeaderWrapper > div > ul.lang {
		left: 20px;
	}
	#HeaderWrapper > div > a.tel {
		left: 145px;
	}

}

/* Layout - Content */

#ContentWrapper {
	background: #F7F8F8;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 3;
}
#ContentWrapper > div:before {
	clear: both;
	content: "";
	display: block;
	padding: 1px 0 0;
}
#ContentWrapper > div {
	background: #FFFFFF;
	border-bottom: 11px solid #A6907C;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	padding: 0 45px;
	position: relative;
}
#ContentWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside {
	float: left;
	padding: 50px 0 0;
	width: 17%;
}
#ContentWrapper > div > section {
	float: right;
	padding: 11px 0 0;
	width: 79.27927927927928%; /* 880 */
}

@media all and (max-width: 1200px){

	#ContentWrapper > div > aside {
		width: 19%;
	}
	#ContentWrapper > div > section {
		width: 76%;
	}

}
@media all and (max-width: 900px){

	#ContentWrapper > div {
		padding-left: 30px;
		padding-right: 30px;
	}

}
@media all and (max-width: 800px){

	#ContentWrapper > div > aside {
		display: none;
	}
	#ContentWrapper > div > section {
		width: 100%;
	}	

}
@media all and (max-width: 500px){

	#ContentWrapper > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	#ContentWrapper > div > section {
		padding-top: 0;
	}

}

/* Layout - Content - Top */

#ContentWrapper > div > div.top {
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.4);
    margin: -1px -45px 0;
    padding: 1px 0 0;
}
#ContentWrapper > div > div.top:after {
	clear: both;
	content: "";
	display: block;
}

/* Sprachauswahl */

#ContentWrapper > div > div.top > .lang {
	display: table;
	margin: 0 auto;
}
#ContentWrapper > div > div.top > .lang:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > div.top > .lang > li {
	float: left;
    padding: 0 12px 0 50px;
	position: relative;
}
#ContentWrapper > div > div.top > .lang > li > a {
	color: #A6907C;
	display: block;
	font-size: 16px;
	font-weight: normal;	
	height: 60px;
	line-height: 60px;
	position: relative;
}
#ContentWrapper > div > div.top > .lang > li > a:hover {
	color: #73655D;
}
#ContentWrapper > div > div.top > .lang > li > a:after {
	background: url("/img/layout/lang.png") no-repeat top left;
	background-size: 100% auto;
    content: "";
    height: 24px;
    left: -40px;
    position: absolute;
    top: 20px;
    width: 32px;
}
#ContentWrapper > div > div.top > .lang > li.en > a:after {
	background-position: 0 -35px;
}
#ContentWrapper > div > div.top > .lang > li.it > a:after {
	background-position: 0 -70px;
}


/* Suche */

#ContentWrapper > div > div.top > .searchbox {
    border-radius: 4px;
    height: 34px;
    position: absolute;
    right: 45px;
    top: 14px;
    width: 210px;
}
#ContentWrapper > div > div.top > .searchbox:before {
	color: #73655D;
	content: "\E83F";
	font-family: "fontello";
	left: -36px;
	height: 28px;
	line-height: 30px;
	position: absolute;
	top: 2px;
}
#ContentWrapper > div > div.top > .searchbox > input {
	background: #F7F8F8;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05) inset;
    color: #a6907c;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
#ContentWrapper > div > div.top > .searchbox > button {
	background: #73655D;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 2px;
	width: 30px;
}
#ContentWrapper > div > div.top > .searchbox > button:hover {
	background: #A6907C;
}
#ContentWrapper > div > div.top > .searchbox > button > span:before {
	color: #FFFFFF;
	content: "\E840";
    display: block;
    font-family: "fontello";
    font-size: 28px;
    line-height: 26px;
}

/* Login */

#ContentWrapper > div > div.top .login-buttons {
	display: flex;
	gap: 8px;
	margin: 16px 0 0 45px;
	position: absolute;
}
#ContentWrapper > div > div.top .login-buttons a {
	align-items: center;
	background: #a6907c;
	color: #FFF;
	display: inline-flex;
	font-size: 13px;
	height: 28px;
	padding: 4px 8px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
}
#ContentWrapper > div > div.top .login-buttons a:hover {
	background: #73655d;
}
#ContentWrapper > div > div.top .logout {
	align-items: center;
	background: #a6907c;
	color: #FFF;
	display: inline-flex;
	font-size: 13px;
	height: 28px;
	padding: 4px 8px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	margin: 16px 0 0 45px;
	position: absolute;
}
#ContentWrapper > div > div.top .logout:hover {
	background: #73655d;
}

@media all and (max-width: 1000px){

	#ContentWrapper > div > div.top > .lang li a {
		font-size: 0;
	}

}
@media all and (max-width: 900px){

	#ContentWrapper > div > div.top {
		margin-left: -30px;
		margin-right: -30px;
	}
	#ContentWrapper > div > div.top .login-buttons {
    margin: 16px 0 0 30px;
	}
	#ContentWrapper > div > div.top > .searchbox {
		right: 30px;
	}

}
@media all and (max-width: 750px){

	#ContentWrapper > div > div.top > .lang > li {
		padding: 0;
		max-width: 32px;
    width: 32px;
	}
	#ContentWrapper > div > div.top > .lang > li > a {
		font-size: 0;
	}
	#ContentWrapper > div > div.top > .lang > li > a:after {
    left: 0;
    width: 32px;
	}

}
@media all and (max-width: 650px){

	#ContentWrapper > div > div.top {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 50px;
	}
	#ContentWrapper > div > div.top .login-buttons {
    margin: 0;
		position: relative;
	}
	#ContentWrapper > div > div.top .lang,
	#ContentWrapper > div > div.top .searchbox {
		display: none;
	}

}

/* Layout - Footer */

#FooterWrapper {
	background: #F7F8F8;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#FooterWrapper > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1290px;
	padding: 0 45px;
	position: relative;
}
#FooterWrapper > div > div:after {
	clear: both;
	content: "";
	display: block;
}

/* Reihe 1 */

#FooterWrapper > div > .row1 > div {
	color: #39464E;
	float: left;
	width: 25%;
}
#FooterWrapper > div > .row1 > div > span {
    display: block;
    font-size: 24px;
    line-height: 1.1;
    padding: 36px 0 17px;
}
#FooterWrapper > div > .row1 > div > p {
	font-size: 15px;
	line-height: 1.65;
}
#FooterWrapper > div > .row1 > div > p > a {
	color: #A6907C;
	font-weight: 300;
	text-decoration: underline;
}
#FooterWrapper > div > .row1 > div > p > a:hover {
	color: #73655D;
}

/* 2. Spalte */

#FooterWrapper > div > .row1 > div.col2 > p > a {
    display: inline-block;
    font-size: 30px;
    line-height: 1.25;
    padding: 0 0 12px;
    text-decoration: none;
}

/* 3. Spalte */

#FooterWrapper > div > .row1 > div.col3 > a {
	background: url("/img/layout/bg-menu.png") repeat top left;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
    height: 37px;
    line-height: 36px;
    margin: 12px 0 0;
    padding: 1px 44px 0 9px;
    position: relative;
}
#FooterWrapper > div > .row1 > div.col3 > a:after {
	background: #73655D;
	border-radius: 0 4px 4px 0;
	content: "\E80C";
	font-family: "fontello";
    font-size: 23px;
    font-weight: normal;
    height: 37px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px;
}
#FooterWrapper > div > .row1 > div.col3 > a:hover {
	background: #4A66A0;
}
#FooterWrapper > div > .row1 > div.col3 > a:hover:after {
	background: #5877B7;
}

/* 4. Spalte */

#FooterWrapper > div > .row1 > div.col4 > form {
	margin: 15px 0 0;
	position: relative;
}
#FooterWrapper > div > .row1 > div.col4 > form > input {
    background: #EEEEEE;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05) inset;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    width: 100%;	
}
#FooterWrapper > div > .row1 > div.col4 > form > button {
    border-radius: 0 4px 4px 0;
	background: #73655D;
	border: 0;
	cursor: pointer;
	display: block;
    height: 35px;
    line-height: 35px;
    padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
}
#FooterWrapper > div > .row1 > div.col4 > form > button:hover {
	background: #A6907C;
}
#FooterWrapper > div > .row1 > div.col4 > form > button > span:after {
	color: #FFFFFF;
	content: "\E840";
	font-family: "fontello";
    font-size: 32px;
    height: 35px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;	
}
body.isSafari #FooterWrapper > div > .row1 > div.col4 > form > button > span:after {
	top: 1px;
}

/* Logobanner */

#FooterWrapper > div > .logos > .title {
	font-weight: bold;
	margin: 0 0 20px;	
}
#FooterWrapper > div > .logos {
	background: #FFFFFF;
	margin: 40px 0 0 0;
	padding: 20px 40px;
	position: relative;
}
#FooterWrapper > div > .logos > ul {
	align-items: center;
	column-gap: 32px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
}
#FooterWrapper > div > .logos > ul > li {
	align-items: center;
	display: flex;
	height: 90px;
}
#FooterWrapper > div > .logos > ul > li > a {
	max-width: 200px;
	width: 100%;
}
#FooterWrapper > div > .logos > ul > li > a.ti {
	max-width: 90px;
}
#FooterWrapper > div > .logos > ul > li > a.aws {
	max-width: 149px;
}
#FooterWrapper > div > .logos > ul > li > a img {
	display: block;
	width: 100%;
}

/* Button */

#FooterWrapper > div > .logos > .button {
	margin: 16px 0 24px;
}
#FooterWrapper > div > .logos > .button a {
	color: #A6907C;
	font-size: 15px;
	font-weight: 300;
	text-decoration: underline;
}
#FooterWrapper > div > .logos > .button a:hover {
	color: #73655D;
}

/* Reihe 2 */

#FooterWrapper > div > .row2 {
	position: relative;
}
#FooterWrapper > div > .row2:before {
	background: #A6907C;
    content: "";
    height: 100%;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 99999px;
    z-index: -1;
}
#FooterWrapper > div > .row2 > p.copyright {
	color: #E6E6E6;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}

@media all and (max-width: 1200px){

	#FooterWrapper > div > .logos {
		padding-left: 0;
		padding-right: 0;
	}
	#FooterWrapper > div > .logos:before {
		background: #ffffff;
		content: "";
		height: 100%;
		left: -2000px;
		position: absolute;
		top: 0;
		width: 4000px;
		z-index: -1;
	}

}
@media all and (max-width: 1200px) and (min-width: 1051px){

	#FooterWrapper > div > .row1 > div.col2 {
		width: 23%;
	}
	#FooterWrapper > div > .row1 > div.col3 {
		width: 27%;
	}
	#FooterWrapper > div > .row1 > div > span {
		font-size: 20px;
	}
	#FooterWrapper > div > .row1 > div > p {
		font-size: 14px;
	}
	#FooterWrapper > div > .row1 > div.col2 > p > a {
		font-size: 28px;
	}
	#FooterWrapper > div > .row1 > div.col3 > a {
		font-size: 13px;
	}

}
@media all and (max-width: 1050px) {

	#FooterWrapper > div > .row1 > div {
		width: 33.3333333%;
	}
	#FooterWrapper > div > .row1 > div.col4 {
		display: none;
	}

}
@media all and (max-width: 900px){

	#FooterWrapper > div {
		padding-left: 30px;
		padding-right: 30px;
	}
	#FooterWrapper > div > .row1 > div {
		text-align: center;
		width: 50%;
	}
	#FooterWrapper > div > .row1 > div.col3 {
		display: none;
	}
	#FooterWrapper > div > .row1 > div > span {
		padding-top: 30px;
	}
	#FooterWrapper > div > .row2 {
		padding: 10px 0;
	}
	#FooterWrapper > div > .row2 > p.copyright {
		display: table;
		float: none;
		line-height: 1.25;
		margin: 5px auto 10px;
		text-align: center;
	}
	#FooterWrapper > div > .logos {
		padding-bottom: 7px;
	}
	#FooterWrapper > div > .logos > .title {
		margin: 0 0 10px;
	}
	#FooterWrapper > div > .logos > ul > li > a.ti {
		max-width: 60px;
	}

}
@media all and (max-width: 700px){

	#FooterWrapper > div > .logos > .title {
		font-size: 16px;
	}
	#FooterWrapper > div > .logos > ul {
		justify-content: center;
	}
	#FooterWrapper > div > .logos > ul > li > a {
		max-width: 150px;
	}
	#FooterWrapper > div > .logos > .button {
		display: flex;
		justify-content: center;
	}

}
@media all and (max-width: 550px){

	#FooterWrapper > div > .row1 > div {
		float: none;
		width: 100%;
	}
	#FooterWrapper > div > .row1 > div > span {
		padding-bottom: 8px;
	}
	#FooterWrapper > div > .row2 {
		padding: 26px 0;
	}
	#FooterWrapper > div > .logos > .title {
		line-height: 1.5;
	}
	#FooterWrapper > div > .logos > ul > li {
		height: 80px;
	}

}
@media all and (max-width: 500px){

	#FooterWrapper > div {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
#GalleryWrapper iframe {
	position: relative;
}
.micAnimation > ul > .slide > img {
	height: auto !important;
	left: 0 !important;
	width: 100% !important;
}

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

	#GalleryWrapper {
		position: relative;
	}

}

/* Layout - Suchergebnis */

.cmsSearch > form > input {
	line-height: 40px;
	padding: 0 10px;
	width: 70%;
}
.cmsSearch > form {
	margin: 0 0 20px 0;
}
.cmsSearch > form > button {
	background: none;
	border: none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 40px;
}
.cmsSearch > form > button > span:before {
	content: "\E803";
	font-family: "fontello";
	display: block;
	font-size: 24px;
	line-height: 1;
}
.cmsSearch > .newsearch {
	margin: 20px 0 10px 0;
}
.cmsSearch > ul {
	border-top: 1px solid #cfcfcf;
	margin: 20px 0;
}
.cmsSearch > ul > li {
	display: inline-block;
}
.cmsSearch > ul > li > a {
	display: block;
	font-size: smaller;
	padding: 3px 3px;
}
.cmsSearch > ul > li > a:hover,
.cmsSearch > ul > li > a.selected {
	
}

/* Layout - Socialmedia */

.socialmedia {
	background: #F0F0F0;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	margin: -52px 0 0;
	position: fixed;
	right: 0;
	top: 50%;
	width: 45px;
	z-index: 999;
}
.socialmedia > li {
	width: 45px;
}
.socialmedia > li.fb {
	border-radius: 5px 0 0 0;
}
/*
.socialmedia > li.gp {
	border-radius: 0 0 0 5px;
}
*/
.socialmedia > li > a {
	color: #FFFFFF;
	display: block;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.socialmedia > li > a:after {
    color: #73655D;
    font-family: "fontello";
    font-size: 19px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.socialmedia > li.fb > a:after {
	content: "\E80C";
}
.socialmedia > li.yt > a:after {
	content: "\E839";
}
/*
.socialmedia > li.gp > a:after {
	content: "\E80D";
}
*/
.socialmedia > li.ig > a:after {
	content: "\F16D";
}
.socialmedia > li:hover > a:after {
	color: #FFFFFF;
}
.socialmedia > li > a > span {
	border-radius: 5px 0 0 5px;
    display: block;
    float: left;
	margin: 0;
	opacity: 0;
    padding: 0 15px;
    width: 100px;
	-webkit-transition: margin 300ms ease-in-out;
	-moz-transition: margin 300ms ease-in-out;
	-ms-transition: margin 300ms ease-in-out;
	-o-transition: margin 300ms ease-in-out;
	transition: margin 300ms ease-in-out;
}
.socialmedia > li:hover > a > span {
    margin: 0 0 0 -110px;
	opacity: 1;
}
.socialmedia > li.ig:hover,
.socialmedia > li.ig:hover > a:after,
.socialmedia > li.ig:hover > a > span {
	background: #8134af;
}
.socialmedia > li.fb:hover,
.socialmedia > li.fb:hover > a:after,
.socialmedia > li.fb:hover > a > span {
	background: #234999;
}
.socialmedia > li.yt:hover,
.socialmedia > li.yt:hover > a:after,
.socialmedia > li.yt:hover > a > span {
	background: #CD181F;
}
/*
.socialmedia > li.gp:hover,
.socialmedia > li.gp:hover > a:after,
.socialmedia > li.gp:hover > a > span {
	background: #E34429;
}
*/

/* Layout - Preloader */

body > .preloader {
	background: #a6907c;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	z-index: -1;
}
body.showPreloader > .preloader {
	opacity: 1;
	z-index: 99999;
}
body > .preloader > div {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
}
body > .preloader > div > p.title {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
body > .preloader > div > p.addition {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
}

@media all and (max-width: 500px){

	body > .preloader > div > p.title {
		margin-top: -15px;
	}

}

/* Menü - Hauptmenü - Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
nav.desktop > ul {
	background: url("/img/layout/bg-menu.png") repeat top left;
	display: table;
	margin: 0 auto;
	position: relative;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	position: relative;
	z-index: 1;
}
nav.desktop > ul > li.internal,
nav.desktop > ul > li.search {
	display: none;
}
nav.desktop > ul > li:before {
    box-shadow: 12px 20px 6px rgba(0, 0, 0, 0.1);
    content: "";
    height: 50px;
    max-width: 300px;
    position: absolute;
    right: 19px;
    top: 0;
    width: 50px;
    z-index: -2;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
nav.desktop > ul > li:after {
	background: url("/img/layout/bg-menu.png") repeat top left;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.04);
    content: "";
    height: 100%;
    max-width: 300px;
    position: absolute;
    right: 2px;
    top: 0;
    width: 50px;
    z-index: -1;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	padding: 0 16px;
	position: relative;
	text-transform: uppercase;
}
nav.desktop > ul > li.home > a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
    width: 65px;
}
nav.desktop > ul > li.home > a > span:before {
	content: "\E83D";
	font-family: "fontello";
    font-size: 35px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 100%;
}
nav.desktop > ul > li.home > a:after {
	background: #A6907C;
    bottom: -6px;
	content: "";
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;	
}
nav.desktop > ul > li.home > a:hover:after {
	background: #73655D;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #73655D;
}
nav.desktop > ul > li > a:before {
	background: #FFFFFF;
    bottom: -16px;
	content: "";
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;		
}
nav.desktop > ul > li:hover > ul {
	border-bottom: 1px solid #EDEDED;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	opacity: 1;
	overflow: visible;
	top: 60px;
	-webkit-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-moz-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-ms-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	-o-transition: opacity 500ms ease-in-out, top 200ms ease-out;
	transition: opacity 500ms ease-in-out, top 200ms ease-out;
}
nav.desktop > ul > li > ul {
	background: #F7F8F8;
	height: 0;
	left: 0;
	min-width: 100%;
	opacity: 0;
	padding: 0 35px;
	overflow: hidden;
	position: absolute;
	top: 70px;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul > li > a {
	border-bottom: 1px solid #CDC3B8;
	color: #A6907C;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 9px 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
nav.desktop > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	color: #73655D;
}

@media all and (max-width: 1200px){

	nav.desktop > ul > li:before {
		height: 40px;
	}
	nav.desktop > ul > li > a {
		line-height: 50px;
		padding-left: 13px;
		padding-right: 13px;
	}
	nav.desktop > ul > li.home > a {
		height: 50px;
		line-height: 50px;
	}
	nav.desktop > ul > li:hover > ul {
		top: 50px;
	}

}
@media all and (max-width: 1100px){

	nav.desktop > ul > li.home {
		display: none;
	}
	nav.desktop > ul > li > a {
		font-size: 15px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	color: #39464E;
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 31px;
	margin: 0 8px 0 0;
}
body.isSafari .mobileTrigger.show:before {
	font-size: 32px;
}
.mobileTrigger.show {
	color: #A6907C;
    cursor: pointer;
    display: block;
    font-size: 23px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
body.isSafari .mobileTrigger.show {
	font-weight: 300;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 60px;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul {
	background: #FFFFFF;
	border-bottom: 1px solid #E9E3DE;
	border-top: 1px solid #E9E3DE;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 27px 0;
}
nav.mobile > ul > li > ul {
    background: #F7F8F8;
    display: none;
    margin: 16px 0;
    outline: 1px solid #F2F2F2;
    padding: 12px 0;
}
nav.mobile > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li.search {
	display: none;
}
nav.mobile > ul > li.home {
	display: none;
}
nav.mobile > ul > li > a {
	color: #2D343E;
    display: block;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    padding: 9px 30px;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	color: #2D343E;
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    padding: 7px 50px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	
}

@media all and (max-width: 650px){
	
	nav.mobile > ul {
		border-bottom: 1px solid #F2F2F2;
	}
	nav.mobile > ul.open {
		padding-bottom: 0;
	}
	nav.mobile > ul > li.search {
		display: block;
	}
	nav.mobile > ul > li.search > .searchbox {
		position: relative;
	}
	nav.mobile > ul > li.search > .searchbox:before {
		color: #73655D;
		content: "\E83F";
		font-family: "fontello";
		left: -36px;
		height: 28px;
		line-height: 30px;
		position: absolute;
		top: 2px;
	}
	nav.mobile > ul > li.search > .searchbox > input {
		background: #F7F8F8;
		border: 0;
		border-top: 1px solid #F2F2F2;
		height: 45px;
		line-height: 45px;
		padding: 0 30px;
		position: relative;
		width: 100%;
	}
	nav.mobile > ul > li.search > .searchbox > button {
		background: #73655D;
		border: none;
		cursor: pointer;
		display: block;
		height: 100%;
		line-height: 100%;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
	}
	nav.mobile > ul > li.search > .searchbox > button:hover {
		background: #A6907C;
	}
	nav.mobile > ul > li.search > .searchbox > button > span:before {
		color: #FFFFFF;
		content: "\E840";
		display: block;
		font-family: "fontello";
		font-size: 37px;
		line-height: 100%;
		position: relative;
	}
	body.isSafari nav.mobile > ul > li.search > .searchbox > button > span:before {
		top: 1px;
	}

}
@media all and (max-width: 400px){

	.mobileTrigger.show {
		padding: 0 20px;
	}
	nav.mobile > ul > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav.mobile > ul > li > ul > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
	nav.mobile > ul > li.search > .searchbox > input {
		padding-left: 20px;
		padding-right: 20px;
	}

}
@media all and (min-width: 651px){

	nav.mobile > ul > li.internal {
		display: none;
	}

}

/* Menü - Submenü */

.submenu > li > a {
	border-bottom: 1px solid #D1C6BC;
	color: #A6907C;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding: 5px 0;
    position: relative;
}
.submenu > li > a:hover,
.submenu > li > a.selected {
	color: #73655D;
}
.submenu > li > a:hover:after,
.submenu > li > a.selected:after {
	background: url("/img/layout/icon.png") no-repeat top left;
    content: "";
    height: 25px;
    left: -30px;
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
    width: 25px;
}

@media all and (max-width: 900px){

	.submenu > li > a:hover:after,
	.submenu > li > a.selected:after {
		display: none;
	}

}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	margin: 0 -16px 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	color: #E6E6E6;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 16px;
    position: relative;
    text-transform: uppercase;
}
ul.metamenu > li > a:after {
	background: #BCAC9D;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 1px;
}
ul.metamenu > li:first-child > a:after {
	display: none;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #FFFFFF;
}

@media all and (max-width: 900px){

	ul.metamenu {
		display: table;
		float: none;
		margin: 0 auto;
	}
	ul.metamenu > li > a {
		line-height: 30px;
	}
	ul.metamenu > li > a:after {
		top: 3px;
	}

}
@media all and (max-width: 550px){

	ul.metamenu > li {
		float: none;		
	}
	ul.metamenu > li > a {
		display: table;
		line-height: 1.3;
		margin: 0 auto;
		padding: 5px 0;
		text-align: center;
	}
	ul.metamenu > li > a:after {
		display: none;
	}

}

/* Elemente - Überschriften */

h1 {
	color: #39464E;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
}
h2 {
	color: #8A2825;
	display: block;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
h2.left {
	text-align: left;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	color: #787E87;
	margin-bottom: 55px;
	margin-top: -24px;
	position: relative;
}
h1.cms + h2.cms:after {
	background: #D1C6BC;
	bottom: -30px;
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 0 0 -210px;
	position: absolute;
	width: 420px;
}
h2.cms + h3.cms {
	margin-top: -36px;
}

@media all and (max-width: 500px){

	h1 {
		font-size: 28px;
	}
	h1.cms + h2.cms:after {
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	h3 {
		font-size: 20px;
	}

}

/* Elemente - Textinhalt */

@media all and (max-width: 500px){

	p.text {
		line-height: 1.6;
	}

}

/* Elemente - Aufzählung */

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

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

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

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

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

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	border: 1px solid #F7F8F8;
	float: left;
	margin: 0 8.63636363636364% 8.63636363636364% 0;
	outline: 1px solid #A6907C;
	position: relative;
	width: 45.68181818181818%; /* 402 */
}
.cmsGallery > li:nth-child(2n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(2n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgba(86, 70, 56, 0.85);
	box-shadow: 0 0 80px 0 rgba(86, 70, 56, 0.9) inset;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	font-size: smaller;
	left: 50%;
	line-height: 1.5;
	margin: 24px auto auto auto;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4px #000000;
	top: 50%;
	width: 100%;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li > figure > figcaption:after {
	content: "\E809";
	font-family: "fontello";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

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

	.cmsGallery > li {
		margin: 0 4% 4% 0;
		width: 48%;
	}	

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

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery:not(.square) > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
}

/* Element - Bildergalerie Quadrat */

.cmsGallery.square > li {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0 1px 1px 0;
	width: 16.666666666666664%; /* 146,66666666666666666 */
}
.cmsGallery.square > li:nth-child(2n) + li {
	clear: none;
}
.cmsGallery.square > li > figure > a:before {
	color: #FFFFFF;
	content: "\E809";
    font-family: "fontello";
    font-size: 36px;
    font-weight: normal;
    left: 0;
    line-height: 1;
    margin: -18px 0 0;
	opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
}
.cmsGallery.square > li:hover > figure > a:before {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

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

	.cmsGallery.square > li {
		width: 24.855491329479769%; /* 172 */
	}

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

	.cmsGallery.square > li {		
		width: 50%;
	}

}

/* Elemente - Teaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 20px 0;
}
.cmsTeaser article {
	background: #F7F8F8;
	border: 1px solid #F7F8F8;
	float: left;
	margin: 0 8.63636363636364% 8.63636363636364% 0;
	outline: 1px solid #A6907C;
	position: relative;
	width: 45.68181818181818%; /* 402 */ 
}
.cmsTeaser article:nth-of-type(2n) {
	margin-right: 0;
}
.cmsTeaser article:nth-of-type(2n) + article {
	clear: left;
}
.cmsTeaser article > h2 {
	display: none;
}
.cmsTeaser article > figure > a {
	display: block;
	position: relative;
}
.cmsTeaser article > figure > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser article > figure > a > .sold {
    background: #E30613;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: normal;
    left: 50%;
    line-height: 45px;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: rotate(-5deg) translate(-50%, -50%);
	-moz-transform: rotate(-5deg) translate(-50%, -50%);
	-webkit-transform: rotate(-5deg) translate(-50%, -50%);
	-o-transform: rotate(-5deg) translate(-50%, -50%);
	-ms-transform: rotate(-5deg) translate(-50%, -50%);
	transform: rotate(-5deg) translate(-50%, -50%);
}
.cmsTeaser article > figure > figcaption {
	padding: 20px;
}
.cmsTeaser article > figure > figcaption > a {
	color: #39464E;
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}
.cmsTeaser article.hasDate > figure > figcaption:first-child > a {
	margin-top: 20px;
}
.cmsTeaser article.hasDate.hasDateTo > figure > figcaption:first-child > a {
	margin-top: 35px;
}
.cmsTeaser article > figure > figcaption > a:hover {
	color: #8A2825;
}
.cmsTeaser article > figure > figcaption > p {
	color: #39464E;
    font-size: 15px;
    line-height: 1.55;
    padding: 15px 0 0;
}
.cmsTeaser article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser article > figure > figcaption > p > span.addition,
.cmsTeaser article > figure > figcaption > p > span.date {
	font-weight: 400;
}
.cmsTeaser article > figure > figcaption > p > span.date {
	background: #A6907C;
	color: #FFFFFF;
    display: block;
    line-height: 1.2;
    padding: 5px 12px 5px 57px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
}
.cmsTeaser article > figure > figcaption > p > span.date:before {
	content: "\E83E";
	font-family: "fontello";
    left: 12px;
    line-height: 1;
    margin: -7px 0 0;
    position: absolute;
    top: 50%;
}
.cmsTeaser article > figure > figcaption > p > span.date:after {
	background: #73655D;
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	width: 45px;
    z-index: -1;
}
.cmsTeaser.teaserGroup article > figure > figcaption > p > span.date > span {
	display: block;
	text-align: right;
}
.cmsTeaser article > figure > figcaption > p > span > a {
    color: #A6907C;
    display: table;
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0 0 auto;
    text-decoration: underline;
}
.cmsTeaser article > figure > figcaption > p > span > a:hover {
	color: #73655D;
}

/* Variante Schlicht */

.cmsTeaser.slim article {
	background: none;
	border: 0;
	outline: 0;
}
.cmsTeaser.slim article > figure > a {
	background: #F7F8F8;
	border: 1px solid #F7F8F8;
	outline: 1px solid #A6907C;
}
.cmsTeaser.slim article > figure > figcaption {
	padding: 10px 0 0;
}
.cmsTeaser.slim article > figure > figcaption > a {
	color: #8A2825;
	display: table;
    font-size: 15px;
    line-height: 1.55;
}
.cmsTeaser.slim article > figure > figcaption > a:hover {
	color: #39464E;
}
.cmsTeaser.slim article > figure > figcaption > p {
	padding: 0;
}
.cmsTeaser.slim article > figure > figcaption > p > span.text,
.cmsTeaser.slim article > figure > figcaption > p > span.addition {
	display: none;
}
.cmsTeaser.slim article > figure > figcaption > p > span.date {
	top: 1px;
}

/* Einzelteaser */

.cmsTeaser.singleTeaser article {
	float: none;
	margin: 0;
	width: 100%;
}
.cmsTeaser.singleTeaser article > figure:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser.singleTeaser article > figure > a {
	float: left;
}
.cmsTeaser.singleTeaser article > figure > figcaption {
	margin: 0 0 0 38.154897494305239%; /* 335 */
}
.cmsTeaser.singleTeaser article > figure > figcaption > p > span.date > span.dateTo {
	display: block;
	padding-top: 11px;
}
.cmsTeaser.singleTeaser article > figure > figcaption > p > span.date > span.dateTo:after {
	content: " -";
    margin: -36px 0 0 -21px;
    position: absolute;
}

/* Intro */

body.wide .cmsTeaser article > figure > figcaption > p > span.date:before,
body.wide .cmsTeaser article > figure > figcaption > p > span.date:after {
	display: none;
}
body.wide .cmsTeaser article > figure > figcaption > p > span.date {
	padding-left: 12px;
}

/* Einzelteaser mit Datum */

@media all and (min-width: 1201px){

	.cmsTeaser.singleTeaser article.hasDate {
		padding: 0 0 0 62px;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure {
		position: relative;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure:before  {
		position: relative;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption {
		margin: 0 0 0 41.053921568627452%; /* 335 */
	}
	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption > p > span.date {
		font-size: 17px;
		height: 100%;
		left: -62px;
		padding: 67px 0 0;
		right: auto;
		text-align: center;
		top: 0;
		width: 62px;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption > p > span.date:after {
		display: none;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption > p > span.date:before {
		background: #D3C8BE;
		color: #A6907C;
		display: table;
		font-size: 15px;
		left: 50%;
		line-height: 1;
		margin: 0 0 0 -17px;
		padding: 7px;
		top: 22px;	
	}
		
}
@media all and (max-width: 1200px){

	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption > p > span.date {
		top: -1px;
	}
	.cmsTeaser.singleTeaser article > figure > a {
		overflow: hidden;
		width: 38.1549%;
	}
	.cmsTeaser.singleTeaser article > figure > a > img {
		width: 335px;
	}
	.cmsTeaser.singleTeaser article > figure > figcaption > p > span.date > span.dateTo:after {
		margin: -15px 0 0 -42px;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption > a {
		padding-right: 160px;
	}

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

	.cmsTeaser article {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsTeaser.slim article {
		margin-bottom: 30px !important;
	}
	.cmsTeaser article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaser article > figure > a > .sold {
		font-size: 22px;
		line-height: 38px;
	}

}
@media all and (max-width: 550px){
	
	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	.cmsTeaser.singleTeaser article > figure > a {
		float: none;
		width: 100%;
	}
	.cmsTeaser.singleTeaser article > figure > a > img {
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.cmsTeaser article > figure > a > .sold {
		font-size: 32px;
		line-height: 45px;
	}
	.cmsTeaser article > figure > figcaption {
		min-height: 0 !important;
	}
	.cmsTeaser.singleTeaser article > figure > figcaption {
		margin-left: 0;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption > p > span.date {
		top: 0;
	}
	.cmsTeaser.singleTeaser article.hasDate > figure > figcaption > a {
		padding-right: 0;
	}

}

/* Element - Teaser - 4-spaltig */

.cmsTeaserFourColumns:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaserFourColumns > h2 {
	margin-bottom: 20px;
}
.cmsTeaserFourColumns > article {
	float: left;
	margin: 0 2.6666666666% 30px 0;
	position: relative;
	width: 23%;
}
.cmsTeaserFourColumns > article:nth-of-type(4n) {
	margin-right: 0;
}
.cmsTeaserFourColumns > article:nth-of-type(4n) + article {
	clear: left;
}
.cmsTeaserFourColumns > article > h2 {
	display: none;
}
.cmsTeaserFourColumns > article > figure > a {
    border: 1px solid #F7F8f8;
	display: block;
    overflow: hidden;
    outline: 1px solid #A6907C;
	width: 100%;
}
.cmsTeaserFourColumns > article > figure > a > img {
    display: block;
    margin: 0 0 0 -15%;
    width: 130%;
}
.cmsTeaserFourColumns > article > figure > figcaption > a {
    display: table;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0 0;
}
.cmsTeaserFourColumns > article > figure > figcaption > p.date {
    background: #A6907C;
    border-bottom: 1px solid #F7F8f8;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 42px;
}

@media all and (max-width: 1000px){

	.cmsTeaserFourColumns > article {
		margin-right: 3.5%;
		width: 31%;
	}
	.cmsTeaserFourColumns > article:nth-of-type(4n) {
		margin-right: 3.5%;
	}
	.cmsTeaserFourColumns > article:nth-of-type(4n) + article {
		clear: none;
	}
	.cmsTeaserFourColumns > article:nth-of-type(3n) {
		margin-right: 0;
	}
	.cmsTeaserFourColumns > article:nth-of-type(3n) + article {
		clear: left;
	}

}
@media all and (max-width: 500px){

	.cmsTeaserFourColumns > article {
		margin-right: 4%;
		width: 48%;
	}
	.cmsTeaserFourColumns > article:nth-of-type(3n) {
		margin-right: 4%;
	}
	.cmsTeaserFourColumns > article:nth-of-type(3n) + article {
		clear: none;
	}
	.cmsTeaserFourColumns > article:nth-of-type(2n) {
		margin-right: 0;
	}
	.cmsTeaserFourColumns > article:nth-of-type(2n) + article {
		clear: left;
	}

}
@media all and (max-width: 380px){

	.cmsTeaserFourColumns > article {
		margin-right: 0 !important;
		width: 100%;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	margin: 0 0 24px;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr > td {
	background: #EFEEEA;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 8px;
}
.cmsTable > table > tbody > tr:first-child > td {
	background: #FFFFFF;
	border-left: 0;
	color: #A6907C;
	position: relative;
	text-align: center !important;
	z-index: 1;
}
.cmsTable > table > tbody > tr:first-child > td > strong {
	background: #FFFFFF;
    display: inline-block;
    font-weight: 300 !important;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.cmsTable > table > tbody > tr:first-child > td > strong:after {
	background: #A6907C;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}
.cmsTable > table > tbody > tr > td:first-child {
	border-left: 0;
}
.cmsTable > table > tbody > tr > td > strong {
	color: #A6907C;
}
.cmsTable > p {
	font-size: smaller;
	padding: 5px 10px 0 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

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

/* Button */

.cmsLink.button > a {
    background: url("/img/layout/bg-menu.png") repeat scroll left top;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 4px 25px 3px;
}
.cmsLink.button > a:hover {
	background: #73655D;
}
.cmsLink.button > a:before {
	display: none;
}

/* Verweisliste */

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

/* E-Mail */

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

.cmsDrop {
	background: #F7F8F8;
	border-bottom: 1px solid #EDEDED;
	padding: 12px 20px 9px;
}
.cmsDrop > h3:before {
	color: #8A2825;
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
    color: #73655D;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 0 0 0 35px;
    position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

@media all and (max-width: 500px){

	.cmsDrop {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cmsDrop > h3 {
		padding-left: 30px;
	}

}

/* Elemente - HTML */

/* Elemente - Youtube */

.cmsYoutube > h2 {
	margin: 0 0 20px 0;
}
.cmsYoutube > div:before {
	color: #ADADAD;
	content: '\E839';
	font-family: 'fontello';
	font-size: 75px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin: -30px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 80px;
}
.cmsYoutube > div {
	background: #F1F1F2;
	height: 0;
	overflow: hidden;
	padding: 30px 0 56.25% 0;
	position: relative;
}
.cmsYoutube > div > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube > p {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Elemente - Iframe */

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

.cmsDownload + .cmsDownload {
	margin-top: -20px;
}
.cmsDownload {
	position: relative;
}
.cmsDownload > a {
	display: inline-block;
	font-weight: 400;
	padding: 0 0 0 65px;
}
.cmsDownload > a:hover {
	color: #E57D26;
}
.cmsDownload > a:before {
	background: #e57d26 none repeat scroll 0 0;
	color: #ffffff;
	content: "FILE";
	display: block;
	font-size: small;
	font-weight: bold;
	height: 27px;
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 50px;
}
.cmsExcel > a:hover {
	color: #4CB86D;
}
.cmsExcel > a:before {
	background: #4CB86D;
	content: "XLS";
}
.cmsPDF > a:hover {
	color: #E84C3D;
}
.cmsPDF > a:before {
	background: #E84C3D;
	content: "PDF";
}
.cmsWord > a:hover {
	color: #3896D3;
}
.cmsWord > a:before {
	background: #3896D3;
	content: "DOC";
}

/* Elemente - Formular */

h1 + .cmsForm {
	margin-top: -10px;
}
.cmsForm {
	background: #F7F8F8;
	border-bottom: 1px solid #EDEDED;
	padding: 20px;
}
.cmsForm > h2 {
	margin: 0 0 20px 0;
}
.cmsForm > .row {
	margin: 10px 0;
	padding: 0 25px 0 0;
	position: relative;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row.validation:before {
	color: #8A2825;
	content: '\E823';
	font-family: 'fontello';
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	line-height: 44px;
	padding: 0 10px 0 0;
	width: 30%;
}
.cmsForm > .row > .field {
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	height: 44px;
	outline: medium none;
	padding: 0 10px;
	width: 70%;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #A6907C;
	box-shadow: 0;
}
.cmsForm > .row > textarea.field {
	height: 100px;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmsForm > .row > select.field {
	padding: 7px 10px 7px 6px;
}
.cmsForm > .row > input[type='file'].field {
	border: 1px solid #EDEDED !important;
	height: auto;
	line-height: 1;
	padding: 8px 10px;
}
.cmsForm > .row > input[type='file'].field:focus {
	border: 0;
	box-shadow: none;
}
.cmsForm > .row > .checkbox {
	border: 0 none;
	margin: 0 8px 0 0;
	padding: 0;
	width: auto;
}
.cmsForm > .row > p {
	display: inline-block;
	line-height: 44px;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	cursor: pointer;
	width: 143px;
}
.cmsForm > .row > .calicon {
	background: #A6907C;
	border-left: 1px solid #EDEDED;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 -36px;
	padding: 0 9px;
	position: absolute;
	top: 1px;
}
.cmsForm > .row > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
.cmsForm > .row > .spm {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EDEDED;
	float: left;
	padding: 15px;
	position: relative;
	width: 70%;
}
.cmsForm > .row > .spm:after {
	color: #A6907C;
	content: '\e826';
	font-family: 'fontello';
	font-size: 20px;
	left: 146px;
	position: absolute;
	top: 13px;
}
.cmsForm > .row > .spm > img {
	border: 1px solid #EDEDED;
	float: left;
}
.cmsForm > .row > .spm > img + input {
	float: left;
	height: 32px;
	margin: 0 0 0 30px;
	padding: 0 8px;
	text-align: center;
	width: 90px;
}
.cmsForm > .row > .spm > p {
	clear: both;
	padding: 8px 0 0 0;
}
.cmsForm > .button {
	margin: 20px 25px 20px 0;
	position: relative;
	text-align: right;
}
.cmsForm > .button > input { /* Sende-Button */
	background: url("/img/layout/bg-menu.png") repeat left top;
	border: 0;
	color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    line-height: 41px;
    padding: 0 22px;
    text-transform: uppercase;
}
.cmsForm > .button > input:hover {
	background: #73655D;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 25px 10px 0;
	padding: 4px 10px;
}
.cmsForm .error {
	background: #FFFFFF;
	border: 1px solid #FFA3A3 !important;
	box-shadow: 0 0 3px #FF0000;
}

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

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

	.cmsForm {
		margin-left: -20px;
		margin-right: -20px;
	}

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

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

}

/* Element - Steckbrief */

.cmsPortrait > h2 {
    padding: 0 0 15px 25%;
    text-align: left;
}
.cmsPortrait > ul > li {
	position: relative;
}
.cmsPortrait > ul > li:before {
	background: #D1C6BC;
    content: "";
    height: 100%;
    left: 25%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}
.cmsPortrait > ul > li:after {
	clear: both;
	content: "";
	display: block;
}
.cmsPortrait > ul > li > label {
	color: #A6907C;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 10px 11px;
    text-align: center;
	width: 25%; /* 220 */
}
.cmsPortrait > ul > li > p {
	background: #F7F8F8;
	border-left: 2px solid #FFFFFF;
	float: left;
    font-size: 16px;
    line-height: 1.2;
	outline: 1px solid #FFFFFF;
    padding: 10px 20px 11px;
	width: 75%; /* 660 */
}

@media all and (max-width: 600px){

	.cmsPortrait > h2 {
		padding-left: 25%;
	}
	.cmsPortrait > ul > li:before {
		left: 30%;
	}
	.cmsPortrait > ul > li > label {
		width: 30%;
	}
	.cmsPortrait > ul > li > p {
		width: 70%;
	}

}
@media all and (max-width: 500px){

	.cmsPortrait {
		margin-left: -20px;
		margin-right: -20px;
	}
	.cmsPortrait > h2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cmsPortrait > ul > li:before {
		left: 40%;
	}
	.cmsPortrait > ul > li > label {
		font-size: 14px;
		width: 40%;
	}
	.cmsPortrait > ul > li > p {
		font-size: 14px;
		width: 60%;
	}

}

/* Element - Gutschein (Incert) */

.cmsVoucherI {
	height: 1650px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

/* Erweiterung - Blätterkatalog */

.flippingBook {
	display: block;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}
.flippingBook > div {
	background: #a6907c;
	position: relative;
}
.flippingBook > div:after {
	clear: both;
	content: "";
	display: block;
}
.flippingBook > div > div.image {
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}
.flippingBook > div > div.image:before {
	background: #FFFFFF;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	content: "";
	height: 200px;
	left: 6px;
	position: absolute;
	right: -5px;
	top: 10px;
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	z-index: -2;
}
.flippingBook > div > div.image:after {
	background: #FFFFFF;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
	content: "";
	height: 200px;
	left: 3px;
	position: absolute;
	right: -3px;
	top: 4px;
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	z-index: -1;
}
.flippingBook > div > div.image > a {
	display: block;
	overflow: hidden;
}
.flippingBook > div > div.image > a img {
	display: block;
	height: auto;
	max-width: 200px;
}
.flippingBook > div > .content {
	display: flex;
	flex-direction: column;
	padding: 24px 24px 24px 240px;
	position: relative;
	width: 100%;
}
.flippingBook > div > .content > .title {
	color: #FFFFFF;
	display: block;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 16px 0;
}
.flippingBook > div > .content > .title > strong {
	font-weight: bold;
}
.flippingBook > div > .content > .text {
	color: #FFFFFF;
	display: block;
	line-height: 1.65;
}
.flippingBook > div > .content > .buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
	padding-top: 20px;
}
.flippingBook > div > .content > .buttons > a.browse {
	background: #FFFFFF;
	color: #a6907c;
	display: inline-block;
	font-weight: 400;
	line-height: 40px;
	padding: 0 20px;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-ms-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}
.flippingBook > div > .content > .buttons > a.browse:hover {
	background: #73655d;
	color: #FFFFFF;
}
.flippingBook > div > .content > .buttons > a.download {
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	margin-left: 35px;
	padding: 0 0 0 29px;
	position: relative;
}
.flippingBook > div > .content > .buttons > a.download svg {
	height: 20px;
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
}

/* Overlay */

.OverlayWrapper > iframe {
	height: 100%;
	width: 100%;
}

@media all and (max-width: 900px){

	.flippingBook {
		padding-bottom: 0;
		padding-top: 0;
	}
	.flippingBook > div > div.image {
		display: none;
	}
	.flippingBook > div > .content {
		float: none;
		max-width: none;
		padding-left: 45px;
		padding-right: 150px;
		width: 100%;
	}

}
@media all and (max-width: 700px){

	.flippingBook > div > .content {
		padding-bottom: 25px;
		padding-left: 25px;
		padding-right: 120px;
		padding-top: 20px;
	}
	.flippingBook > div > .content > .title {
		font-size: 22px;
	}

}
@media all and (max-width: 600px){

	.flippingBook > div > .content {
		padding-bottom: 11px;
		padding-right: 25px;
	}
	.flippingBook > div > .content:after {
		display: none;
	}
	.flippingBook > div > .content > .title {
		margin-bottom: 19px;
	}
	.flippingBook > div > .content > .buttons {
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.flippingBook > div > .content > .buttons > a.browse {
		display: block;
		margin-left: 0 !important;
		text-align: center;
		width: 100%;
	}
	.flippingBook > div > .content > .buttons > a.download {
		margin-left: 0;
		margin-top: 10px;
	}

}

/* Extension - Suchergebnisse */

.searchList .cmsTeaser.singleTeaser article > figure > figcaption {
	margin-left: 0;
}
.searchList ul.pagenav:after {
	clear: both;
	content: "";
	display: block;
}
.searchList ul.pagenav > li {
	float: left;
	margin: 0 10px 0 0;
}
.searchList ul.pagenav > li > a {
	background: #A6907C;
	border: 1px solid #A6907C;
	color: #FFFFFF;
	display: block;
	font-weight: 400;
	height: 35px;
	line-height: 32px;
	text-align: center;
	width: 35px;
}
.searchList ul.pagenav > li > a:hover,
.searchList ul.pagenav > li > a.selected {
	background: #73655D;
	border: 1px solid #73655D;
}

/*! 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 #73655D;
	font-size: 16px;
}
.ui-datepicker-header {
	background: #73655D !important;
	border: 1px solid #73655D;
	color: #FFFFFF;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #EAEAEA !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: 300 !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #73655D !important;
	color: #FFFFFF !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-unselectable {
	opacity: 0.4;
}
.ui-datepicker th {
	font-size: 0.9em !important;
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
}
.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 {
	color: #FFFFFF !important;
	left: auto !important;
	margin: 1px 0 0 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;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    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;
    -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%;
}

/* Animation */

.micAnimation {
	height: 100%;
	width: 100%;
}
.micAnimation > ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation > ul > .slide {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    -ms-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}
.micAnimation > ul > .slide.animated {
	opacity: 1;
}
.micAnimation > ul > .slide > img {
	display: block;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Text mit TextWrapper */

.micAnimation > ul > .slide > .textBox.textWrap {
	position: absolute;
	z-index: 2;
}

/* Text ohne TextWrapper */

.micAnimation > ul > .slide > .textBox:not(.textWrap) > p {
    position: absolute;
    z-index: 2;
}
.micAnimation > ul > .slide > .textBox:not(.textWrap) > p:last-child {
    z-index: 3;
}

/* Navigation - Pfeile */

.micAnimation > .arrows > a {
	color: inherit;
	display: block;
	font-family: "fontello";
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transition: all 800ms ease 500ms;
	-moz-transition: all 800ms ease 500ms;
	-ms-transition: all 800ms ease 500ms;
	-o-transition: all 800ms ease 500ms;
	transition: all 800ms ease 500ms;
}
.micAnimation > .arrows > a.prev:before {
	content: "\E806";
	display: block;
}
.micAnimation > .arrows > a.prev {
	left: -60px;
}
.micAnimation > .arrows.animated > a.prev {
	left: 20px;
	opacity: 0.4;
}
.micAnimation > .arrows > a.next:before {
	content: "\E808";
	display: block;
}
.micAnimation > .arrows > a.next {
	right: -60px;
}
.micAnimation > .arrows.animated > a.next {
	opacity: 0.4;
	right: 20px;
}
.micAnimation > .arrows > a.prev:hover,
.micAnimation > .arrows > a.next:hover {
	color: inherit;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Navigation - Bullets */

.micAnimation > .bullets > ul {
	bottom: -20px;
	display: block;
	line-height: 1;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 800ms ease-out 1200ms;
	-moz-transition: all 800ms ease-out 1200ms;
	-ms-transition: all 800ms ease-out 1200ms;
	-o-transition: all 800ms ease-out 1200ms;
	transition: all 800ms ease-out 1200ms;
}
.micAnimation > .bullets.animated > ul {
	bottom: 20px;
	opacity: 1;
}
.micAnimation > .bullets > ul > li {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.micAnimation > .bullets > ul > li:hover,
.micAnimation > .bullets > ul > li.selected {
	background: #888;
}

/* Animation - Custom */

.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1.3;
	text-align: center;
}
.micAnimation > ul > .slide > .textBox > .text0 {
	font-size: 50px;
	font-weight: 900;
}
.micAnimation > ul > .slide > .textBox > .text1 {
	font-size: 30px;
	font-weight: 300;
}

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

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

}