/* 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: #2d343e;
	font: 300 17px/1.6 'Open Sans', sans-serif;
	-webkit-text-size-adjust: none;
}
body > #PageWrapper {
	min-height: 100%;
	position: relative;
}
a {
	color: #2d343e;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #2d343e;
}
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;
}
strong {
	font-weight: 600;
}
.cmsMargin {
	margin: 40px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
::-moz-selection {
	background: #D9435D;
	color: #FFFFFF;
}
::selection {
    background: #D9435D;
    color: #FFFFFF;
}

/* Webfonts */

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

#HeaderWrapper {
	height: 152px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}
#HeaderWrapper.mobile {
	position: absolute;
}
#HeaderWrapper > .row1 {
	background: #2d343e;
	background: rgba(45, 52, 62, 0.9);
	height: 120px;
	position: relative;
	z-index: 2;
	-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.fixed > .row1 {
	background: #2d343e;
}
#HeaderWrapper > .row2 {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.25);
	height: 32px;
	position: relative;
	top: 0;
	z-index: 1;
	-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.fixed > .row2 {
	top: -33px;
}
#HeaderWrapper > .row2:after {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.15);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}
#HeaderWrapper > div > div {
	height: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	position: relative;
}

/* Reihe 1 */

#HeaderWrapper > .row1 > div > a {
	left: 20px;
	position: absolute;
	top: 9px;
	z-index: 2;
}
#HeaderWrapper > .row1 > div > a > img {
	display: block;
}

/* Reihe 2 */

#HeaderWrapper > .row2 > div:after {
	clear: both;
	content: "";
	display: block;
}
#HeaderWrapper > .row2 > div {
	font-size: 14px;
	font-weight: 400;
	padding-top: 5px;
}
#HeaderWrapper > .row2 > div > .additional {
	float: left;
}
#HeaderWrapper > .row2 > div > .additional.short {
	display: none;
}
#HeaderWrapper > .row2 > div > .town {
	float: right;
	text-transform: uppercase;
}

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

	#HeaderWrapper > .row2 > div > .town {
		display: none;
	}

}

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

	#HeaderWrapper > .row2 > div {
		font-size: 12px;
		padding-top: 7px;
	}

}

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

	#HeaderWrapper {
		height: 173px;
	}
	#HeaderWrapper > .row2 {
		height: 53px;
	}
	#HeaderWrapper > .row2 > div > .additional.long {
		display: none;
	}
	#HeaderWrapper > .row2 > div > .additional.short {
		display: block;
	}

}

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

	#HeaderWrapper {
		height: auto;
	}
	#HeaderWrapper > .row2 {
		height: auto;
		padding: 0 0 7px 0;
	}

}

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

	#HeaderWrapper > .row1 > div > a {
		top: 20px;
	}
	#HeaderWrapper > .row1 > div > a > img {
		width: 180px;
	}

}

/* Layout - Content */

#ContentWrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ContentWrapper > div:before {
	clear: both;
	content: "";
	display: block;
	padding: 1px 0 0;
}
#ContentWrapper > div {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	margin: 210px auto 75px auto;
	max-width: 1200px;
	padding: 31px 45px 20px 45px;
	position: relative;
}
#ContentWrapper > div > section > *:first-child {
	margin-top: 0;
}

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

	#ContentWrapper > div {
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Layout - Footer */

#FooterWrapper {
	bottom: 0;
	color: #FFFFFF;
	font-size: 14px;
	height: 46px;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index: 3;
}
#FooterWrapper:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,000000+8,000000+100&amp;0+0,0+7,0.03+12,0.13+23,0.41+46,0.5+58,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 7%, rgba(0,0,0,0.01) 8%, rgba(0,0,0,0.03) 12%, rgba(0,0,0,0.13) 23%, rgba(0,0,0,0.41) 46%, rgba(0,0,0,0.5) 58%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(7%,rgba(255,255,255,0)), color-stop(8%,rgba(0,0,0,0.01)), color-stop(12%,rgba(0,0,0,0.03)), color-stop(23%,rgba(0,0,0,0.13)), color-stop(46%,rgba(0,0,0,0.41)), color-stop(58%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 7%,rgba(0,0,0,0.01) 8%,rgba(0,0,0,0.03) 12%,rgba(0,0,0,0.13) 23%,rgba(0,0,0,0.41) 46%,rgba(0,0,0,0.5) 58%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 7%,rgba(0,0,0,0.01) 8%,rgba(0,0,0,0.03) 12%,rgba(0,0,0,0.13) 23%,rgba(0,0,0,0.41) 46%,rgba(0,0,0,0.5) 58%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 7%,rgba(0,0,0,0.01) 8%,rgba(0,0,0,0.03) 12%,rgba(0,0,0,0.13) 23%,rgba(0,0,0,0.41) 46%,rgba(0,0,0,0.5) 58%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 7%,rgba(0,0,0,0.01) 8%,rgba(0,0,0,0.03) 12%,rgba(0,0,0,0.13) 23%,rgba(0,0,0,0.41) 46%,rgba(0,0,0,0.5) 58%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	content: "";
	height: 75px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#FooterWrapper > div {
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
#FooterWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > div > p {
	float: left;
}
#FooterWrapper > div > p > a:before {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.5);
	content: "\E835";
	font-family: "fontello";
	font-size: 32px;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 5px;
}
#FooterWrapper > div > p > a {
	color: #FFFFFF;
	display: block;
	padding: 10px 0 0 40px;
	position: relative;
}
#FooterWrapper > div > p > a > span {
	font-weight: normal;
}

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

	#FooterWrapper > div {
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

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

	#FooterWrapper > div > p > a {
		height: 40px;
		overflow: hidden;
		width: 40px;
	}
	#FooterWrapper > div > p > a:hover:before {
		color: #FFFFFF;
	}

}

/* Layout - Animation */

#GalleryWrapper {
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media all and (max-width: 500px){

	#GalleryWrapper {
		height: 130%;
	}

}

/* Layout - Login */

body.login #ContentWrapper > div {
	margin-bottom: 20px;
}

/* Interner Bereich Button */

#ContentWrapper > .privateArea {
	background: #8E2236;
	color: #FFFFFF;
    display: block;
    font-size: 23px;
    font-weight: normal;
    margin: -20px auto 75px;
    max-width: 1200px;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
#ContentWrapper > .privateArea:hover {
	background: #D9435D;
}
#ContentWrapper > .login {
	background: #8E2236;
	color: #FFFFFF;
    margin: 0 auto 75px;
    max-width: 1200px;
    padding: 40px 45px;
    position: relative;
}
#ContentWrapper > .login:after {
	clear: both;
	content: "";
	display: block;	
}
#ContentWrapper > .login > div:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > .login > div {
    float: left;
    padding: 0 5% 0 0;
    width: 37%;
}
#ContentWrapper > .login > div.button {
	padding-right: 0;
	width: 26%;
}
#ContentWrapper > .login > div > label {
    display: block;
    float: left;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    width: 35%;
}
#ContentWrapper > .login > .row > input {
	background: #FFFFFF;
	border: 0 none;
	color: #2d343e;
	display: block;
	float: left;
	height: 40px;
	padding: 0 10px 2px 10px;
	width: 65%;
}
#ContentWrapper > .login > .button > input {
	background: url("/img/layout/login.png") no-repeat 45px 12px #D9435D;
	background-size: 15px auto;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 35px;
	text-transform: uppercase;
	width: 100%;
}
.fancybox-skin {
	background: rgba(255, 255, 255, 0.85);
}

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

	#ContentWrapper > .login {
		margin-left: 20px;
		margin-right: 20px;
	}
	#ContentWrapper > .login > .button > input {
		background-image: none;
		padding-left: 0;
	}

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

	#ContentWrapper > .login {
		padding-top: 25px;
	}
	#ContentWrapper > .login > div {
		width: 34%;
	}
	#ContentWrapper > .login > div.button {
		width: 32%;
	}
	#ContentWrapper > .login > div > label,
	#ContentWrapper > .login > div > input {
		float: none !important;
		width: 100% !important;
	}
	#ContentWrapper > .login > .button > input {
		font-size: 17px;
	}
	#ContentWrapper > .login > div.button {
		padding-top: 40px;
	}

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

	#ContentWrapper > .login > div {
		margin-right: 4%;
		padding-right: 0;
		width: 48%;
	}
	#ContentWrapper > .login > div:nth-child(2) {
		margin-right: 0;
	}
	#ContentWrapper > .login > div.button {
		padding-top: 4%;
		width: 100%;
	}	

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

	#ContentWrapper > .login {
		padding: 20px 20px 35px;
	}
	#ContentWrapper > .login > div {
		margin-right: 0;
		padding-bottom: 15px;
		width: 100%;
	}
	#ContentWrapper > .login > div.button {
		padding-bottom: 0;
		padding-top: 15px;
	}

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

.mobileTrigger {
	display: none;
}
nav.desktop {
	padding: 0 0 0 250px;
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul > li {
	float: left;
	margin: 0 11px;
	padding: 0;
	position: relative;
}
nav.desktop > ul > li:hover {
	padding-bottom: 38px;
}
nav.desktop > ul > li > a {
	color: #FFFFFF;
	display: block;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
}
nav.desktop > ul > li > a:after {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.15);
	bottom: -2px;
	content: "";
	display: block;
	height: 5px;
	left: 10px;
	position: absolute;
	right: 10px;
}
nav.desktop > ul > li:hover > a:after,
nav.desktop > ul > li > a.selected:after {
	background: #d9435d;
}
nav.desktop > ul > li:hover > ul {
	height: auto;
	padding: 0 0 20px 0;
	opacity: 1;
	overflow: visible;
}
nav.desktop > ul > li > ul {
	background: #2d343e;
	background: rgba(45, 52, 62, 0.9);
	height: 0;
	left: 0;
	min-width: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 72px;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 6px 0;
	padding: 9px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	background: #D9435D;
}

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

	nav.desktop > ul > li {
		margin-left: 4px;
		margin-right: 4px;
	}
	nav.desktop > ul > li > a {
		font-size: 16px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 40px;
}
.mobileTrigger.show {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	line-height: 120px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 120px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #2d343e;
	background: rgba(45, 52, 62, 0.9);
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0 40px 0;
}
nav.mobile > ul > li {
	margin: 0 0 4px 0;
}
nav.mobile > ul > li > ul {
	background: #FFFFFF;
	display: none;
	padding: 10px 0 20px 0;
}
nav.mobile > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li > a {
	color: #FFFFFF;
	display: block;
	padding: 6px 20px;
	text-transform: uppercase;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #d9435d;
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li > a {
	display: block;
	font-weight: normal;
	padding: 6px 20px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	color: #D9435D;
}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	padding: 10px 0 0 0;
}
ul.metamenu:after {
	clear: both;
	content: "";
	display: block;
}
ul.metamenu > li {
	float: left;
}
ul.metamenu > li > a {
	color: #FFFFFF;
	display: block;
	padding: 0 15px;
}
ul.metamenu > li:last-child > a {
	padding-right: 0;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	
}

/* Elemente - Überschriften */

h1 {
	border-bottom: 5px solid #d9435d;
	color: #FFFFFF;
	display: table;
	font-size: 48px;
	font-weight: 600;
	padding: 0 0 8px 0;
	text-transform: uppercase;
}
h2 {
	border-bottom: 4px solid #4c525b;
	border-bottom: 4px solid rgba(76, 82, 91, 0.6);
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	border-bottom: 0;
	margin-top: -20px;
	padding-bottom: 0;
	text-transform: none;
}
h2.cms + h3.cms {
	margin-top: -30px;
}

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

	h1 {
		font-size: 30px;
	}

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

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

/* 2-spaltig */

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

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

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

}

/* Elemente - Bild-Text */

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

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

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

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 4.054054054054054% 4.054054054054054% 0; /* 0 45 45 0 */
	position: relative;
	width: 30.63063063063063%; /* 340 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
	position: relative;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > a > span:before {
	content: "\E836";
	font-family: "fontello";
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}
.cmsGallery > li > figure > a > span {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
	bottom: 6px;
	display: block;
	height: 45px;
	position: absolute;
	right: 6px;
	text-align: center;
	width: 45px;
	z-index: 2;
	-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;
}
.cmsGallery > li:hover > figure > a > span {
	bottom: -45px;
}
.cmsGallery > li > figure > figcaption {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
	left: -100%;
	line-height: 1.5;
	opacity: 0;
	padding: 13px 15px;
	position: absolute;
	width: 100%;
	z-index: 10;
	-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;
}
.cmsGallery > li:hover > figure > figcaption {
	left: 0;
	opacity: 1;
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

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

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

}

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

	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		width: 100% !important;
	}

}

/* Elemente - Teaser */

.cmsTeaser + * {
	margin-top: -20px;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
.cmsTeaser > h2 {
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	text-align: center;
}
.cmsTeaser > article {
	float: left;
	margin: 0 6.756756756756757% 3.636363636363636% 0; /* 0 75 40 0 */
	position: relative;
	text-align: center;
	width: 28.828828828828829%; /* 320 */
}
.cmsTeaser > article:nth-of-type(3n) {
	margin-right: 0;
}
.cmsTeaser > article:nth-of-type(3n) + article {
	clear: left;
}
.cmsTeaser > article > h2 {
	display: none;
}
.cmsTeaser > article > figure > a > img {
	border-radius: 173px;
	display: inline-block;
	max-width: 100%;
}
.cmsTeaser > article > figure > figcaption {
	padding: 10px;
}
.cmsTeaser > article > figure > figcaption > a {
	color: #D9435D;
	display: inline-block;
	font-size: 22px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.cmsTeaser > article > figure > figcaption > p > span {
	display: block;
}
.cmsTeaser > article > figure > figcaption > p > span > a {
	display: none;
}

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

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

}

@media all and (max-width: 500px){
	
	.cmsTeaser + * {
		margin-top: auto;
	}
	.cmsTeaser > article {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

}

/* Elemente - Tabelle */

.cmsTable > h2 {
	border-bottom: 0;
	margin: 0 0 8px 0;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: rgba(76, 82, 91, 0.5) none repeat scroll 0 0;
	color: #FFFFFF;
}
.cmsTable > table > tbody > tr.val2 {
	background: rgba(76, 82, 91, 0.8) none repeat scroll 0 0;
	color: #FFFFFF;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	font-size: smaller;
	font-weight: normal;
	padding: 5px 10px;
}

/* Elemente - Verlinkungen */

/* Links (intern & extern) */

.cmsLink > a:before {
	content: '\E803';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsLink > a {
	display: inline-block;
	padding: 0 0 0 14px;
	position: relative;
}
.cmsLink > a:hover {
	color: #8E2236;
}

/* Verweisliste */

.cmsRefs > h2 {
	margin: 0 0 20px 0;
}
.cmsRefs > ul > li > a:before {
	content: '\E803';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsRefs > ul > li > a {
	display: inline-block;
	padding: 0 0 0 14px;
	position: relative;
}
.cmsRefs > ul > li > a:hover {
	color: #8E2236;
}

/* E-Mail */

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

.cmsDrop {
	background: #4c525b;
	background: rgba(76, 82, 91, 0.2);
	margin-left: -45px;
	margin-right: -45px;
	padding: 10px 45px;
}
.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 0;
	position: absolute;
}
.cmsDrop > h3 {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
	padding: 0;
}

@media all and (max-width: 1200px){

	.cmsDrop {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

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

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

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

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

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

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

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

}

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

}

@media all and (max-width: 400px){

	.cmsForm > .button > input {
		width: 100%;
	}
	.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 - Kontakt Element (Google) */

.cmsImageContact {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	padding: 0 300px 0 0;
	position: relative;
}
.cmsImageContact:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImageContact > figure {
	float: left;
	padding: 20px;
	width: 46.913580246913583%; /* 380 */
}
.cmsImageContact > figure > img {
	display: block;
	width: 100%;
}
.cmsImageContact > p {
	float: left;
	min-height: 350px;
	padding: 31px 40px 10px;
	width: 53.086419753086417%; /* 430 */
}
.cmsImageContact > div {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
}
.cmsImageContact > div > iframe {
	height: 350px;
	width: 100%;
}

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

	.cmsImageContact > p {
		padding-left: 20px;
		padding-right: 20px;
	}

}

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

	.cmsImageContact {
		padding-right: 0;
	}
	.cmsImageContact > p {
		min-height: 0;
	}
	.cmsImageContact > div {
		clear: both;
		position: relative;
		width: 100%;
	}

}

@media all and (max-width: 650px){

	.cmsImageContact {
		margin-bottom: 0;
	}
	.cmsImageContact > figure {
		float: none;
		width: 100%;
	}
	.cmsImageContact > p {
		padding-bottom: 30px;
		padding-top: 0;
		width: 100%;
	}

}

/*! 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: #D9435D !important;
	border: 1px solid #9f9f9f;
	color: #FFFFFF !important;
	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: #D9435D !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 {
	color: #FFFFFF !important;
	width: auto !important;
	height: auto !important;
	margin: 8px 0 0 0 !important;
	top: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

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

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

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

/* Overlay helper */

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.micAnimation {
	height: 100%;
	width: 100%;
}
.micAnimation > ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation > ul > .slide {
	height: 0;
	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 {
	height: 100%;
	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;
	}

}

/* Projekt - Einstieg Projekt - Detail */

/* Beschreibung */

.projectDetail > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0 0;
    min-height: 200px;
}
.projectDetail > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.projectDetail > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Download */

.projectDetail > a.file {
	background: url("/img/projects/ico-document.png") no-repeat top left #8E2236;
	background-position: 21px center;
	color: #FFFFFF;
    display: block;
	line-height: 1.3;
    margin: 50px 0;
    padding: 24px 85px 26px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.projectDetail > a.file:hover {
	background-color: #D9435D;
}
.projectDetail > a.file:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 45px;
}

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

	.projectDetail > .description > p {
		padding: 14px;
	}
	.projectDetail > a.file {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.projectDetail > a.file:after {
		display: none;
	}

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

	.projectDetail > a.file {
		background-image: none;
		font-size: 16px;
		padding: 15px 50px 15px 20px;
	}
	.projectDetail > a.file:after {
		display: block;
		width: 35px;
	}

}

/* Projekte - Liegenschaft */

/* Listbox */

.property > .listbox {
	margin: 50px 0;
}
.property > .listbox:after {
	clear: both;
	content: "";
	display: block;
}
.property > .listbox > div {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 0 0 4%;
    padding: 12px 25px;
    width: 48%;
}
.property > .listbox > div > p {
    font-weight: 600;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property > .listbox > div:first-child {
	margin-left: 0;
}
.property > .listbox > div > p > span {
	display: inline-block;
	font-weight: 300;
	width: 50%;
}

/* Beschreibung */

.property > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0;
    min-height: 200px;
}
.property > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.property > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Dokument-Verlinkungen */

.property > .documentLinks {
	margin: 50px 0 -30px;
}
.property > .documentLinks:after {
	clear: both;
	content: "";
	display: block;
}
.property > .documentLinks > li {
	float: left;
    margin: 0 4% 30px 0;
    width: 48%;
}
.property > .documentLinks > li:nth-child(2n) {
	margin-right: 0;
}
.property > .documentLinks > li > a {
	background: url("/img/projects/ico-document.png") no-repeat top left #8E2236;
	background-position: 21px 28px;
	color: #FFFFFF;
    display: block;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    padding: 0 85px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.property > .documentLinks > li:hover > a {
	background-color: #D9435D;
}
.property > .documentLinks > li > a:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 45px;
}

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

	.property > .documentLinks > li > a {
		padding-right: 20px;
	}
	.property > .documentLinks > li > a:after {
		display: none;
	}

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

	.property > .listbox {
		border: 1px solid #CCCCCC;
		padding: 12px 25px;
	}
	.property > .listbox > div {
		border: 0;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

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

	.property > .documentLinks {
		margin-bottom: -10px;
	}
	.property > .documentLinks > li {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.property > .documentLinks > li > a {
		background-position: 21px center;
		height: auto;
		line-height: 1.3;
		padding-bottom: 20px;
		padding-top: 20px;
		white-space: inherit;
	}

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

	.property > .description > p {
		padding: 14px;
	}
	.property > .listbox {
		padding: 20px 14px 0;
	}
	.property > .listbox > div > p {
		line-height: 25px;
		padding: 0 0 20px;
		white-space: inherit;
	}
	.property > .listbox > div > p > span {
		width: 100%;
	}
	.property > .documentLinks > li > a {
		padding-right: 20px;
	}
	.property > .documentLinks > li > a:after {
		display: none;
	}

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

	.property > .documentLinks > li > a {
		background-image: none;
		font-size: 16px;
		padding: 15px 50px 15px 20px;
	}
	.property > .documentLinks > li > a:after {
		display: block;
		width: 35px;
	}

}

/* Projekte - Liegenschaft - Detail */

/* Beschreibung */

.propertyDetail > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0 0;
    min-height: 200px;
}
.propertyDetail > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.propertyDetail > .description > p {
    line-height: 1.4;
    padding: 25px;
}

/* Download */

.propertyDetail > a.file {
	background: url("/img/projects/ico-document.png") no-repeat top left #8E2236;
	background-position: 21px center;
	color: #FFFFFF;
    display: block;
	line-height: 1.3;
    margin: 50px 0;
    padding: 24px 85px 26px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.propertyDetail > a.file:hover {
	background-color: #D9435D;
}
.propertyDetail > a.file:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 45px;
}

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

	.propertyDetail > .description > p {
		padding: 14px;
	}
	.propertyDetail > a.file {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.propertyDetail > a.file:after {
		display: none;
	}

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

	.propertyDetail > a.file {
		background-image: none;
		font-size: 16px;
		padding: 15px 50px 15px 20px;
	}
	.propertyDetail > a.file:after {
		display: block;
		width: 35px;
	}

}

/* Projekte - Grundbuch */

/* Beschreibung */

.registry > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0;
    min-height: 200px;
}
.registry > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.registry > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Aufzählung */

.registry > .list {
    border: 1px solid #CCCCCC;
    margin: 50px 0;
}
.registry > .list > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.registry > .list > ul {
	padding: 25px;
}
.registry > .list > ul:after {
	clear: both;
	content: "";
	display: block;
}
.registry > .list > ul > li {
	display: block;
	float: left;
	font-weight: 600;
	line-height: 32px;
	margin: 0 4% 0 0;
	width: 48%;
}
.registry > .list > ul > li:nth-child(2n) {
	margin-right: 0;
}
.registry > .list > ul > li > span {
    display: block;
    float: left;
    font-weight: 300;
    overflow: hidden;
    padding: 0 15px 0 0;
	position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}

/* Buttons */

.registry > .buttons {
	margin: 50px 0;
}
.registry > .buttons:after {
	clear: both;
	content: "";
	display: block;
}
.registry > .buttons > li {
	background: #8E2236;
	cursor: pointer;
	float: left;
	line-height: 1.4;
	margin: 0 4% 0 0;
	min-height: 150px;
	padding: 21px 0;
	text-align: center;
	width: 48%;
}
.registry > .buttons > li:nth-child(2n){
	margin-right: 0;
}
.registry > .buttons > li:hover {
	background: #D9435D;
}
.registry > .buttons > li > a:before {
	background: url("/img/projects/ico-arrow.png") no-repeat left top;
	background-size: 15px auto;
	content: "";
	display: block;
	height: 30px;
	left: -17px;
	position: absolute;
	top: 10px;
	width: 15px;
}
.registry > .buttons > li > a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	padding: 4px 10px;
	position: relative;
	text-transform: uppercase;
}
.registry > .buttons > li > p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 26px 0 0 0;
	padding: 0 40px;
	text-align: left;
}

/* Dokument-Verlinkungen */

.registry > .documentLinks {
	margin: 50px 0 0;
}
.registry > .documentLinks:after {
	clear: both;
	content: "";
	display: block;
}
.registry > .documentLinks > li {
	float: left;
    margin: 0 4% 30px 0;
    width: 48%;
}
.registry > .documentLinks > li:nth-child(2n) {
	margin-right: 0;
}
.registry > .documentLinks > li > a {
	background: url("/img/projects/ico-document.png") no-repeat top left #8E2236;
	background-position: 21px 28px;
	color: #FFFFFF;
    display: block;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    padding: 0 85px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.registry > .documentLinks > li:hover > a {
	background-color: #D9435D;
}
.registry > .documentLinks > li > a:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 45px;
}

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

	.registry > .documentLinks {
		margin-bottom: 20px;
	}
	.registry > .documentLinks > li {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.registry > .documentLinks > li > a {
		background-position: 21px center;
		height: auto;
		line-height: 1.3;
		padding-bottom: 20px;
		padding-top: 20px;
		white-space: inherit;
	}
	.registry > .list > ul > li {
		margin-right: 0;
		width: 100%;
	}

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

	.registry > .buttons > li > p {
		padding: 0 25px;
	}

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

	.registry > .description > p {
		padding: 14px;
	}
	.registry > .documentLinks > li > a {
		padding-right: 20px;
	}
	.registry > .documentLinks > li > a:after {
		display: none;
	}
	.property > .description > p {
		padding: 14px;
	}
	.registry > .list > ul {
		padding: 20px 14px 0;
	}
	.registry > .list > ul > li {
		line-height: 25px;
		padding: 0 0 20px;
		white-space: inherit;
	}
	.registry > .list > ul > li > span {
		width: 100%;
	}
	.registry > .buttons > li {
		margin-right: 0;
		padding: 18px 0 20px;
		width: 100%;
	}
	.registry > .buttons > li:first-child {
		margin-bottom: 10px;
	}
	.registry > .buttons > li > p {
		margin-top: 10px;
	}

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

	.registry > .documentLinks > li > a {
		background-image: none;
		font-size: 16px;
		padding: 15px 50px 15px 20px;
	}
	.registry > .documentLinks > li > a:after {
		display: block;
		width: 35px;
	}

}

/* Projekte - Grundbuch - Detail */

/* Beschreibung */

.registryDetail > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0 0;
    min-height: 200px;
}
.registryDetail > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.registryDetail > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Download */

.registryDetail > a.file {
	background: url("/img/projects/ico-document.png") no-repeat top left #8E2236;
	background-position: 21px center;
	color: #FFFFFF;
    display: block;
	line-height: 1.3;
    margin: 50px 0;
    padding: 24px 85px 26px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.registryDetail > a.file:hover {
	background-color: #D9435D;
}
.registryDetail > a.file:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 45px;
}

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

	.registryDetail > .description > p {
		padding: 14px;
	}
	.registryDetail > a.file {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.registryDetail > a.file:after {
		display: none;
	}

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

	.registryDetail > a.file {
		background-image: none;
		font-size: 16px;
		padding: 15px 50px 15px 20px;
	}
	.registryDetail > a.file:after {
		display: block;
		width: 35px;
	}

}

/* Projekte - Grundbuch - Rechte */

/* Beschreibung */

.rights > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0;
    min-height: 200px;
}
.rights > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.rights > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Liste der Rechte */

.rights > .listRights {
	margin: 50px 0 -20px;
}
.rights > .listRights:after {
	clear: both;
	content: "";
	display: block;
}
.rights > .listRights > li {
	float: left;
	margin: 0 4% 20px 0;
	width: 48%;
}
.rights > .listRights > li:nth-child(2n) {
	margin-right: 0;
}
.rights > .listRights > li > a {
	background: #8E2236;
    color: #FFFFFF;
    display: block;
    font-weight: 600;
    height: 75px;
    line-height: 74px;
    overflow: hidden;
    padding: 0 50px 0 0;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.rights > .listRights > li > a:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    width: 15px;
}
.rights > .listRights > li > a > span {
    background: #9F4354;
    display: block;
    float: left;
    font-weight: 300;
    margin: 0 30px 0 0;
    padding: 0 30px;
}
.rights > .listRights > li > a > p {
    overflow: hidden;
    text-overflow: ellipsis;	
}
.rights > .listRights > li > a > p > strong {
	padding: 0 15px 0 0;
}

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

	.rights > .listRights {
		margin-bottom: -10px;
	}
	.rights > .listRights > li {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.rights > .listRights > li > a {
		height: auto;
		line-height: 1.3;
		padding-bottom: 20px;
		padding-left: 130px;
		padding-top: 20px;
		white-space: inherit;
	}
	.rights > .listRights > li > a > span {
		height: 100%;
		left: 0;
		margin: 0;
		padding: 20px 0 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 110px;
	}

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

	.rights > .description > p {
		padding: 14px;
	}

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

	.rights > .listRights > li > a {
		padding-bottom: 15px;
		padding-left: 20px;
		padding-top: 15px;
	}
	.rights > .listRights > li > a:after {
		background-position: top left;
		top: 51px;
	}
	.rights > .listRights > li > a > span {
		display: block;
		float: none;
		margin: -15px -50px 15px -20px;
		padding: 6px 20px;
		position: relative;
		text-align: left;
		width: auto;
	}

}

/* Projekte - Grundbuch - Rechte - Detail */

/* Beschreibung */

.rightsDetail > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0 0;
    min-height: 200px;
}
.rightsDetail > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.rightsDetail > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Download */

.rightsDetail > a.file {
	background: url("/img/projects/ico-document.png") no-repeat top left #8E2236;
	background-position: 21px center;
	color: #FFFFFF;
    display: block;
	line-height: 1.3;
    margin: 50px 0;
    padding: 24px 85px 26px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.rightsDetail > a.file:hover {
	background-color: #D9435D;
}
.rightsDetail > a.file:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 45px;
}

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

	.rightsDetail > .description > p {
		padding: 14px;
	}
	.rightsDetail > a.file {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.rightsDetail > a.file:after {
		display: none;
	}

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

	.rightsDetail > a.file {
		background-image: none;
		font-size: 16px;
		padding: 15px 50px 15px 20px;
	}
	.rightsDetail > a.file:after {
		display: block;
		width: 35px;
	}

}

/* Projekte - Grundbuch - Lasten */

/* Beschreibung */

.loads > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0;
    min-height: 200px;
}
.loads > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.loads > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Liste der Rechte */

.loads > .listLoads {
	margin: 50px 0 -20px;
}
.loads > .listLoads:after {
	clear: both;
	content: "";
	display: block;
}
.loads > .listLoads > li {
	float: left;
	margin: 0 4% 20px 0;
	width: 48%;
}
.loads > .listLoads > li:nth-child(2n) {
	margin-right: 0;
}
.loads > .listLoads > li > a {
	background: #8E2236;
    color: #FFFFFF;
    display: block;
    font-weight: 600;
    height: 75px;
    line-height: 74px;
    overflow: hidden;
    padding: 0 50px 0 0;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.loads > .listLoads > li > a:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    width: 15px;
}
.loads > .listLoads > li > a > span {
    background: #9F4354;
    display: block;
    float: left;
    font-weight: 300;
    margin: 0 30px 0 0;
    padding: 0 30px;
}
.loads > .listLoads > li > a > p {
    overflow: hidden;
    text-overflow: ellipsis;	
}
.loads > .listLoads > li > a > p > strong {
	padding: 0 15px 0 0;
}

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

	.loads > .listRights {
		margin-bottom: -10px;
	}
	.loads > .listRights > li {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}
	.loads > .listRights > li > a {
		height: auto;
		line-height: 1.3;
		padding-bottom: 20px;
		padding-left: 130px;
		padding-top: 20px;
		white-space: inherit;
	}
	.loads > .listRights > li > a > span {
		height: 100%;
		left: 0;
		margin: 0;
		padding: 20px 0 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 110px;
	}

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

	.loads > .description > p {
		padding: 14px;
	}

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

	.loads > .listRights > li > a {
		padding-bottom: 15px;
		padding-left: 20px;
		padding-top: 15px;
	}
	.loads > .listRights > li > a:after {
		background-position: top left;
		top: 51px;
	}
	.loads > .listRights > li > a > span {
		display: block;
		float: none;
		margin: -15px -50px 15px -20px;
		padding: 6px 20px;
		position: relative;
		text-align: left;
		width: auto;
	}

}

/* Projekte - Grundbuch - Rechte - Detail */

/* Beschreibung */

.strainsDetail > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0;
    min-height: 200px;
}
.strainsDetail > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.strainsDetail > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Download */

.strainsDetail > a.file {
	background: url("/img/projects/ico-document.png") no-repeat top left #8E2236;
	background-position: 21px center;
	color: #FFFFFF;
    display: block;
	line-height: 1.3;
    margin: 50px 0;
    padding: 24px 85px 26px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.strainsDetail > a.file:hover {
	background-color: #D9435D;
}
.strainsDetail > a.file:after {
	background: url("/img/projects/ico-documentLink.png") no-repeat center left;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 45px;
}

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

	.strainsDetail > .description > p {
		padding: 14px;
	}
	.strainsDetail > a.file {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.strainsDetail > a.file:after {
		display: none;
	}

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

	.strainsDetail > a.file {
		background-image: none;
		font-size: 16px;
		padding: 15px 50px 15px 20px;
	}
	.strainsDetail > a.file:after {
		display: block;
		width: 35px;
	}

}

/* Projekte - Grundbuch - Unterscheidung SE / WE / AE */

/* Beschreibung */

.propertyOverview > .description {
    border: 1px solid #CCCCCC;
    margin: 50px 0;
    min-height: 200px;
}
.propertyOverview > .description > h3 {
    background: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 6px 6px 14px;
    text-transform: uppercase;
}
.propertyOverview > .description > p {
    line-height: 1.6;
    padding: 25px;
}

/* Buttons */

.propertyOverview > .buttons {
    margin: 50px 0;
}
.propertyOverview > .buttons:after {
	clear: both;
	content: "";
	display: block;
}
.propertyOverview > .buttons > li {
	background: #8E2236;
	cursor: pointer;
	float: left;
	line-height: 1.4;
	margin: 0 4% 0 0;
	min-height: 150px;
	padding: 21px 0;
	text-align: center;
	width: 48%;
}
.propertyOverview > .buttons > li:nth-child(2n){
	margin-right: 0;
}
.propertyOverview > .buttons > li:hover {
	background: #D9435D;
}
.propertyOverview > .buttons > li > a:before {
	background: url("/img/projects/ico-arrow.png") no-repeat left top;
	background-size: 15px auto;
	content: "";
	display: block;
	height: 30px;
	left: -17px;
	position: absolute;
	top: 10px;
	width: 15px;
}
.propertyOverview > .buttons > li > a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	padding: 4px 10px;
	position: relative;
	text-transform: uppercase;
}
.propertyOverview > .buttons > li > p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 26px 0 0 0;
	padding: 0 40px;
	text-align: left;
}

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

	.propertyOverview > .buttons > li > p {
		padding: 0 25px;
	}

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

	.propertyOverview > .buttons > li {
		margin-right: 0;
		padding: 18px 0 20px;
		width: 100%;
	}
	.propertyOverview > .buttons > li:first-child {
		margin-bottom: 10px;
	}
	.propertyOverview > .buttons > li > p {
		margin-top: 10px;
	}
	#ProjectsWrapper > div > .details > p {
		padding: 14px;
	}

}