/* -------------------------------------------------------------
Kensington International - Stylesheet
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Company:	onOffice GmbH
Release:	1.0
------------------------------------------------------------- */

/* -------------------------------------------------------------
Default settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@font-face {
	font-family: 'Frutiger';
	src: url('../font/frutiger.eot?') format('eot'), url('../font/frutiger.ttf') format('truetype');
}

* {
	padding: 0;
	margin: 0;
}

	*:focus, *:active {
		outline: none;
	}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
	font-family: 'Frutiger', Arial, sans-serif;
	font-size: 14px;
	color: #7e7e7e;
	background: #fff;
}

a, a:visited, a:active {
	color: #1d6150;
	text-decoration: underline;
	cursor: pointer;
}

	a:hover {
		color: #2e9b80;
		text-decoration: underline;
		cursor: pointer;
	}

	a:focus, a:active {
		outline: none;
	}

.hidden {
	height: 1px;
	width: 1px;
	left: -1000000px;
	overflow: hidden;
	position: absolute;
	top: -1000000px;
}

h1, h2, h3, h4, h5, h6, .h-like {
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 32px;
	color: #1d6150;
}

h1, h2, .h-like {
	margin: 0 0 20px 0;
	font-size: 18px;
}

p {
	margin: 0 0 20px 0;
	line-height: 24px;
}

ul {
	margin: 0 0 24px 30px;
}

	ul li {
		line-height: 24px;
		list-style: disc outside none;
		margin: 0 0 8px 0;
	}

ol {
	margin: 0 0 18px 25px;
}

	ol li {
		margin: 0 0 5px 0;
		line-height: 16px;
		list-style: decimal-leading-zero outside none;
	}

img, a img {
	border: none;
}

input[type="text"], select, textarea {
	padding: 1px;
	border: 1px solid #cdcfcf;
	font-family: 'Frutiger', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #7e7e7e;
}

input[type="submit"] {
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	color: #fff;
	background: #1D6150;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
}

	input[type="submit"]:hover, input[type="submit"]:active {
		background: #247A64;
	}

.no-padding {
	padding: 0 !important;
}

.no-border {
	border: none !important;
}

.no-margin {
	margin: 0 !important;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.success, .errors {
	display: none;
}

.green {
	color: #1D6150;
	font-weight: bold;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #7e7e7e;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #7e7e7e;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #7e7e7e;
}

/* -------------------------------------------------------------
Wrapper
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.wrapper {
	width: 100%;
}

	.wrapper .wrapper-center {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}

/* -------------------------------------------------------------
Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.header {
	border-bottom: 1px solid #d0d0d0;
	position: relative;
	z-index: 1000;
	background: #fff;
}

	.header .wrapper-center {
		padding: 20px 0;
	}

.languages {
	position: absolute;
	top: 20px;
	left: 0;
}

	.languages ul {
		width: 56px;
		margin: 0;
	}

		.languages ul li {
			margin: 0 10px 0 0;
			float: right;
			list-style: none;
			line-height: 12px;
		}

			.languages ul li img {
				width: 18px;
				height: 12px;
			}

.meta-nav {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 11px;
	text-transform: uppercase;
}

	.meta-nav ul {
		margin: 0;
	}

		.meta-nav ul li {
			padding: 0 6px;
			float: left;
			list-style: none;
			border-right: 1px solid #7e7e7e;
			line-height: 1em;
		}

			.meta-nav ul li:last-child {
				border: none;
				padding-right: 0;
			}

			.meta-nav ul li a {
				text-decoration: none;
				color: #7e7e7e;
			}

				.meta-nav ul li a:hover {
					text-decoration: underline;
				}

.logo {
	width: 242px;
	display: block;
	margin: 0 auto;
}

	.logo img {
		width: 242px;
	}

/* -------------------------------------------------------------
Main-Nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main_navigation {
	text-align: center;
	line-height: 0;
}

.main-nav {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	z-index: 999;
}

	.main-nav ul {
		margin: 0 auto;
		display: inline-block;
	}

		.main-nav ul li {
			margin: 0;
			float: left;
			list-style: none;
			position: relative;
		}

			.main-nav ul li a {
				font-family: Georgia, "Times New Roman", serif;
				font-size: 14px;
				text-transform: uppercase;
				line-height: 40px;
				text-decoration: none;
				color: #7e7e7e;
				display: block;
				/*width: 160px;*/
				padding: 0 32px;
				text-align: center;
				border-bottom: 10px solid #f6f6f6;
			}

				.main-nav ul li a:hover, .main-nav ul li:hover a {
					border-color: #bbb;
				}

				.main-nav ul li a.selected {
					color: #1d6150;
					border-color: #1d6150;
				}

	.main-nav ul li ul {
		padding: 0 0 20px 0;
		position: absolute;
		top: 45px;
		left: 0;
		background-color: #fff;
		display: none;
		-webkit-box-shadow: 0 -8px 0 rgba(255, 255, 255, 1), 0 0 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 -8px 0 rgba(255, 255, 255, 1), 0 0 8px rgba(0, 0, 0, 0.5);
		box-shadow: 0 -18px 0 rgba(255, 255, 255, 1), 0 0 8px rgba(0, 0, 0, 0.5);
		z-index: 1000;
	}

		.main-nav > div > ul > li:hover > ul {
			display: block;
		}

		.main-nav ul li ul li {
			display: block;
			float: none;
			padding: 0 20px;
			position: relative;
		}

			.main-nav ul li ul li a {
				font-family: 'Frutiger', Arial, sans-serif;
				font-size: 14px;
				text-transform: none;
				border: none;
				line-height: 40px;
				width: 195px;
				padding: 0 0 0 5px;
				border-bottom: 1px dotted #bbb;
				color: #7e7e7e !important;
				text-align: left;
			}

				/*.main-nav ul li ul li:last-child a {
					border-bottom: none;
				}*/

				.main-nav ul li ul li a:hover {
					color: #1d6150 !important;
					background-color: #f6f6f6;
				}

				.main-nav ul li ul li a.selected {
					color: #1d6150 !important;
					border-color: #bbb;
				}

			.main-nav ul li ul li span a {
				background: url(../images/template/more.png) right 14px no-repeat transparent;
				padding: 0 15px 0 5px;
				width: 180px;
			}

	.main-nav ul li ul li ul {
		padding: 20px 0;
		position: absolute;
		top: -20px;
		left: 240px;
		margin: 0;
		background: #fff;
		width: 220px;
		-webkit-box-shadow: -8px 0 0 rgba(255, 255, 255, 1), 0 0 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: -8px 0 0 rgba(255, 255, 255, 1), 0 0 8px rgba(0, 0, 0, 0.5);
		box-shadow: -8px 0 0 rgba(255, 255, 255, 1), 0 0 8px rgba(0, 0, 0, 0.5);
		display: none;
	}

		.main-nav > div > ul > li > ul > li:hover > ul {
			display: block;
		}

			.main-nav ul li ul li ul li {
				padding: 0 20px 0 0;
			}

	.main-nav ul li ul li ul li ul {
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		background: #eee;
		width: 200px;
		-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 1), 0 0 0 rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 1), 0 0 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 0 rgba(255, 255, 255, 1), 0 0 0 rgba(0, 0, 0, 0.5);
		display: none;
	}

		/*.main-nav > div > ul > li > ul > li > ul li:hover > ul {
			display: block;
		}*/

		.main-nav ul li ul li ul li ul li {
			padding: 0;
		}

.slicknav_menu {
	display: none;
}

/* -------------------------------------------------------------
Quicksearch
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.search-form {
	width: 920px;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 901;
	position: absolute;
	top: 10px;
	left: 10px;
}

	.search-form select {
		width: 180px;
		float: left;
		margin: 13px 5px 0 0;
	}

	.search-form input[type="text"] {
		width: 118px;
		float: left;
		margin: 13px 5px 0 0;
		padding: 1px 5px;
	}

	.search-form input[type="submit"] {
		width: 40px;
		height: 40px;
		background: url(../images/template/search-submit.png) 0 0 no-repeat transparent;
		float: right;
		margin: 5px 0;
	}

.regionselects > div > input[type="text"] {
	cursor: pointer;
	margin: 0 !important;
	background: url('https://web2.onoffice.de/kunden/kensington/20028/munich/images/template/dropdown.png') center right 10px no-repeat #fff;
	padding-right: 25px;
}

.regionselects > div > ul {
	background-color: #fff;
	border: 1px solid #ccc;
	top: 28px;
	z-index: 1000;
	box-sizing: border-box;
	padding: 0 5px;
	max-height: 162px;
	overflow: auto;
}

	.regionselects > div > ul li {
		cursor: pointer;
		width: 100%;
		line-height: 1em;
		display: inline-block;
		padding: 5px 0;
	}

		.regionselects > div > ul li input[type="checkbox"] {
			margin: 0 5px 0 0;
			float: left;
		}

.newsearch,
.newsearch * {
	box-sizing: border-box !important;
}

	.newsearch .search-form {
		padding: 10px;
	}

		.newsearch .search-form .regionselects > div {
			display: block !important;
			width: 25% !important;
			padding: 0 10px;
			float: left;
			margin: 0 0 10px;
		}

			.newsearch .search-form .regionselects > div > input {
				width: 100% !important;
			}

			.newsearch .search-form .regionselects > div > ul {
				top: 33px;
				min-width: 33.33%;
			}

		.newsearch .search-form form > div {
			width: 25%;
			padding: 0 10px;
			float: left;
			margin: 0 0 10px;
		}

			.newsearch .search-form form select,
			.newsearch .search-form form input {
				width: 100%;
				margin: 0;
			}

			.newsearch .search-form form input[type="submit"] {
				width: 40px;
				height: 40px;
				margin: 0 auto;
				float: none;
				display: block;
			}

@media only screen and ( max-width: 960px ) {

	.newsearch .search-form  {
		width: 100% !important;
	}

		.newsearch .search-form .regionselects > div,
		.newsearch .search-form form > div {
			width: 100% !important;
		}

			.newsearch .search-form .regionselects > div > ul {
				top: 47px;
				max-width: 90%;
			}

		.newsearch .search-form form select,
		.newsearch .search-form form input {
			width: 100% !important;
			margin: 0 !important;
			padding: 0 !important;
		}

		.newsearch .search-form form input {
			padding: 8px 4px !important;
		}

	/*.slide,
	.slider-inner,
	.slider {
		height: 470px !important;
		padding: 0 !important;
	}
*/
}

/* -------------------------------------------------------------
Slider
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.slider {
	width: 100%;
	height: 600px;
	float: none;
	background: #fff;
	position: relative;
}

	.slider ul {
		margin: 0;
	}

		.slider ul li  {
			margin: 0;
			list-style: none;
		}

.slider-inner {
	width: 100%;
	height: 600px;
	float: none;
	margin: 0;
	position: relative;
	z-index: 900;
	overflow: hidden;
	text-align: center;
}

	.slider-inner img {
		min-width: 100%;
		min-height: 600px;
		background: #fff; /* opacity hack */
		float: none;
		display: inline-block;
	}

.slide {
	width: 100%;
	height: 600px;
	float: left;
	position: relative;
	overflow: hidden;
}

ul.indexcontainer {
	width: auto !important;
	float: none !important;
	height: 10px;
	position: absolute;
	right: 20px;
	bottom: 24px;
	z-index: 902;
	margin: 0;
}

	ul.indexcontainer li {
		margin: 0 2px 0 0;
		display: inline-block;
	}

	ul.indexcontainer li.active a, ul.indexcontainer li a:hover {
		background: rgba(29, 97, 80, 0.85);
	}

		ul.indexcontainer li a {
			display: block;
			width: 35px;
			height: 10px;
			background: rgba(255, 255, 255, 0.85);
		}

.slide-overlay {
	padding: 5px 20px;
	width: 328px;
	background: rgba(29, 97, 80, 0.9);
	position: absolute;
	right: 22px;
	bottom: 31px;
}

	.slide-overlay h2 {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
		color: #fff;
		margin: 0 0 8px;
	}

	.slide-overlay p {
		margin: 0;
		color: #fff;
	}

		.slide-overlay p a {
			color: #fff;
			text-decoration: underline;
		}

/* -------------------------------------------------------------
Main
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.main {
	padding: 60px 0 80px;
	position: relative;
	z-index: 901;
}

.body-unsere-geschichte .main .left p {
	margin:0px 0px 14px 0px;
	line-height:16px;
}

.body-unsere-geschichte .main .left table {
	margin:10px 0px 0px 0px;
}

	.main .down {
		width: 74px;
		height: 52px;
		display: block;
		line-height: 0;
		position: absolute;
		left: 50%;
		margin: 0 0 0 -37px;
		top: -35px;
		display: none;
	}


/* -------------------------------------------------------------
Teaser
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.teaser-wrap {
	width: 960px;
	float: left;
}

	.teaser-wrap h2 {
		font-size: 16px;
		text-transform: none;
		margin: 0 0 40px 0 !important;
		background: url("../images/template/h2.png") repeat-x scroll center center rgba(0, 0, 0, 0);
		float: left;
		line-height: 1em;
		text-align: center;
		width: 100%;
		color: #1D6150 !important;
	}

		.teaser-wrap h2 span {
			background-color: #FFFFFF;
			padding: 0 10px;
		}

.teaser-left {
	width: 715px;
	float: left;
}

.teaser-left-inner {
	width: 715px;
	float: left;
	padding: 0;
}

.teaser-right {
	width: 225px;
	float: right;
}

.content .teaser {
	width: 231px;
	height: 235px;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	overflow: hidden;
}

.content .last-teaser {
	margin: 0 !important;
}

	.content .teaser h3  {
		width: 145px;
		margin: 0 0 10px;
		padding: 10px 43px;
		float: left;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		line-height: 1.2em;
		text-align: center;
		background-color: #1D6150;
	}

	.content .teaser .teaser-pic {
		width: 231px;
		height: 110px;
		float: left;
		margin: 0 0 10px;
		background-color: #eee;
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
	}

		.content .teaser .teaser-pic img {
			width: 100%;
			height: auto;
		}

	.content .teaser .trenner {
		/*width: 225px;
		height: 1px;
		background: #1d6150;
		float: left;
		margin: 0 0 10px 0;*/
		display: none;
	}

	.content .teaser .description {
		width: 231px;
		padding: 0;
		float: left;
	}

		.content .teaser .description p {
			width: 100%;
			/*height: 280px;*/
			overflow: hidden;
			margin: 0;
			font-size: 14px;
			line-height: 18px;
			text-align: justify;
		}

			.content .teaser .description p strong {
				display: block;
				width: 100%;
				margin: 8px 0;
			}

			.content .teaser .description p a.more {
				font-size: 12px;
				padding: 0 0 0 18px;
				background: url(../images/template/more.png) left 0 no-repeat transparent;
				text-decoration: none;
			}

				.content .teaser .description p a.more:hover {
					text-decoration: underline;
				}

		.content .teaser .description > a {
			font-size: 14px;
			width: auto;
			display: block;
			text-decoration: none;
			background: url(../images/template/more.png) 100px 8px no-repeat transparent;
			padding: 6px 20px 0 0;
			/*position: absolute;
			bottom: 0;
			left: 0;*/
			border-top: 1px solid #ddd;
			margin: 0 0 20px 10px;
		}

			.content .teaser .description a:hover {
				text-decoration: underline;
				color: #1D6150;
			}

	.content .teaser-left .button {
		width: 221px !important;
		margin: 0 10px 15px 0;
	}

	/*.content .teaser img {
		float: left;
		margin: 0 0 0 -40px;
	}*/

.button {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	background: #1d6150;
	color: #fff !important;
	display: block;
	float: left;
	line-height: 40px;
	margin: 0 0 15px;
	text-decoration: none;
	width: 215px;
	padding: 0 10px 0 0;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid #0D2C1B;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	position: relative;
}

	.button:hover {
		text-decoration: underline;
	}

	.button img {
		position: absolute;
		top: 6px;
		left: 6px;
	}

.right .buttons {
	width: 310px;
	float: left;
	margin: 0 0 20px 0;
}

	.right .buttons .button {
		width: 300px;
	}

/* -------------------------------------------------------------
News
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.side-news a.all-news {
	width: 84%;
	float: left;
	background: url(../images/template/more.png) no-repeat 276px 12px #fff;
	display: block;
	font-size: 14px;
	padding: 0 8%;
	text-decoration: none;
	line-height: 36px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

	.side-news a.all-news:hover {
		text-decoration: underline;
		color: #1d6150;
	}

/* NEWS TICKER (HOME) */

.tick {
	text-decoration: none;
}

	.tick .news-teaser {
		color: #7e7e7e;
	}

/* NEWS LISTE */

.news-list .news-obj {
	width: 610px;
	float: left;
	margin: 0 0 40px 0;
	background: #ededed;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	position: relative;
}

	.news-list .news-obj .news-obj-head {
		width: 570px;
		padding: 0 20px;
		margin: 0 0 10px;
		float: left;
		border-bottom: 1px solid #d1d0d0;
	}

		.news-list .news-obj .news-obj-head h2 {
			margin: 10px 0 14px;
			color: #1d6150;
		}

	.news-list .news-obj .news-teaser {
		width: 570px;
		float: left;
		background: #fff;
		padding: 10px 20px 34px;
	}

		.news-list .news-obj .news-teaser .news-image {
			width: 100px;
			height: 115px;
			border: 10px solid #fff;
			-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			line-height: 0;
			overflow: hidden;
			float: left;
			margin: 0 20px 0 0;
		}

			.news-list .news-obj .news-teaser .news-image img {
				width: 100px;
			}

		.news-list .news-obj .news-teaser p {
			/*width: 430px;*/
			width: 580px;
		}

		.news-list .news-obj .news-teaser a {
			background: url("../images/template/more.png") no-repeat right 3px transparent;
			bottom: 20px;
			display: block;
			font-size: 14px;
			padding: 0 25px 0 0;
			position: absolute;
			right: 20px;
			text-decoration: none;
			width: auto;
		}

			.news-list .news-obj .news-teaser a:hover {
				text-decoration: underline;
				color: #1d6150;
			}

.testimonials {
	margin: 0 0 20px !important;
}

	.testimonials .news-teaser {
		padding: 20px !important;
	}

		.testimonials .news-teaser p {
			margin: 0 !important;
		}

.news-list .frame-footer {
	padding: 25px 0 15px;
}

	.news-list .frame-footer p {
		padding: 0;
		text-align: center;
	}

	.news-list .frame-footer span a {
		background-color: #fff;
		color: #1D6150;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 16px;
		padding: 4px 8px;
		text-decoration: none;
		border: 1px solid #E8E8E8;
	}

		.news-list .frame-footer span a.selected {
			font-weight: bold;
			background: #E8E8E8;
		}

		.news-list .frame-footer span a:hover {
			text-decoration: none;
			background: #E8E8E8;
		}

.news-details h1 {
	float: none !important;
}

.news-details p {
	float: none !important;
	width: auto !important;
}

.news-details img[alt="News"] {
	max-width: 170px !important;
	float: left;
	margin: 0 20px 20px 0;
}

/* NEWS IFRAME */

.body-iframe-news > h1, .body-iframe-news > h2 {
	display: none;
}

.body-iframe-news .news-list .news-obj {
	width: 100%;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

	.body-iframe-news .news-list .news-obj .news-obj-head {
		width: 84%;
		padding: 0 8%;
		margin: 0;
	}

		.body-iframe-news .news-list .news-obj .news-obj-head h2 {
			font-size: 14px;
			line-height: 22px;
			margin: 4px 0 6px;
		}

	.body-iframe-news .news-list .news-obj .news-teaser {
		width: 100% !important;
		/*height: 150px;*/
		padding: 0;
	}

		.body-iframe-news .news-list .news-obj .news-teaser .news-image {
			display: none !important;
		}

		.body-iframe-news .news-list .news-obj .news-teaser p {
			width: 100% !important;
			height: 110px;
			overflow: hidden;
			padding: 10px;
			box-sizing: border-box;
		}

		.body-iframe-news .news-list .frame-footer {
			display: none;
		}

		.body-iframe-news .news-list .news-obj .news-teaser a {
			bottom: 0 !important;
		}

.side-news iframe {
	float: left;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

/* -------------------------------------------------------------
Breadcrumb
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.breadcrumb {
	width: 100%;
	height: 100%;
	background: #1D6150;
}

	.breadcrumb ul {
		margin: 0;
		color: #fff;
		width: 100%;
		float: left;
	}

		.breadcrumb ul li {
			float: left;
			margin: 0 15px 0 0;
			list-style: none;
			line-height: 75px;
		}

			.breadcrumb ul li a {
				background: url(../images/template/more.png) left 2px no-repeat transparent;
				padding: 0 0 0 20px;
				color: #fff;
				text-decoration: none;
				opacity: 0.6;
				filter: alpha(opacity = 60);
				-ms-filter: "alpha(opacity = 60)";
			}

				.breadcrumb ul li a:hover {
					text-decoration: underline;
				}

				.breadcrumb ul li a.selected {
					opacity: 1;
					filter: alpha(opacity = 100);
					-ms-filter: "alpha(opacity = 100)";
				}

/* -------------------------------------------------------------
Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.content h1, .h-like {
	width: 100%;
	line-height: 1em;
	text-align: center;
	float: left;
	margin: 0 0 20px 0;
	background: url(../images/template/h2.png) center center repeat-x transparent;
}

	.content h1 span, .content .h-like span {
		background-color: #fff;
		padding: 0 10px;
		display: inline-block;
	}

	.content h2 {
		width: 100%;
		display: inline-block;
		font-size: 16px;
		color: #7e7e7e;
		text-transform: none;
		line-height: 24px;
		margin: 20px 0 30px 0;
		clear: both;
	}

	.content h3 {
		width: 610px;
		float: left;
		font-size: 18px;
		line-height: 1em;
		margin: 8px 0 12px;
	}

	/*.content p {
		width: 610px;
		float: left;
	}*/

		.body-destinationen .content p {
			/*text-align: justify;*/
		}

	.content table {
		width: 610px;
		float: left;
		margin: 0 0 20px 0;
		background: #ededed;
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	}

		.content table tr td {
			padding: 10px 20px;
			vertical-align: top;
			line-height: 24px;
			border-bottom: 1px solid #D1D0D0;
		}

		.content table tr:nth-child(even) {
			background: #f6f6f6;
		}

		.content table ul {
			width: 100%;
			float: none;
			margin: 0;
		}

	.body-immobiliendetails .content table {
		width: 610px;
		float: left;
		margin: 0 0 40px 0;
		box-shadow: none;
		background: none;
	}

		.body-immobiliendetails .content table tr td {
			padding: 5px 0;
			vertical-align: top;
			line-height: 24px;
			border-bottom: 1px solid #d1d0d0;
		}

		.body-immobiliendetails .content table tr:nth-child(even) {
			background: none;
		}

		.body-immobiliendetails .content table ul {
			width: 100%;
			float: none;
			margin: 0;
		}

	.content ul {
		width: 580px;
		float: left;
	}

		.content ul ul {
			float: none;
		}

	.content .left {
		width: 610px;
		float: left;
	}

		.content .left > img, .content .left p img, .news-details img {
			border: 10px solid #FFFFFF;
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			height: auto !important;
			max-width: 590px !important;
		}

		.news-details .small {
			font-size: 12px;
		}

	.content .right {
		width: 310px;
		float: right;
	}

		.content .right > h2 {
			width: 100%;
			line-height: 1em;
			text-align: center;
			float: left;
			background: url(../images/template/h2.png) center center repeat-x transparent;
			font-size: 16px;
			margin: 2px 0 20px 0;
			color: #1d6150;
		}

			.content .right h2 span {
				padding: 0 10px;
				background-color: #fff;
			}

		.content .right p {
			width: 310px;
		}

	.content .info {
		width: 290px;
		padding: 10px;
		background: #f6f6f6;
	}

		.content .info ul {
			width: 275px;
			font-size: 12px;
			margin: 0 0 0 15px;
		}

	.contact #contact {
		width: 550px;
		float: left;
		background: #ededed;
		padding: 20px;
		border: 10px solid #fff;
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	}

		.contact #contact p {
			width: 550px;
		}

		.contact #contact input[type="text"] {
			width: 528px;
			padding: 10px;
		}

		.contact #contact textarea {
			width: 528px;
			height: 150px;
			padding: 10px;
			resize: none;
		}

	.contact .right {
		width: 320px;
	}

		.contact .right p {
			width: 100%;
		}

		.contact .right img {
			border: 10px solid #fff;
			-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
		}

/* PUBLIKATIONEN */

.publikation {
	width: 190px;
	height: 300px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

	.publikation:hover {
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	}

	.publikation a {
		width: 190px;
		height: 300px;
		display: block;
		color: #fff;
		font-size: 12px;
	}

.pub-back {
	width: 100%;
	height: 100%;
}

.pub-pdf {
	width: 32px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.pub-overlay {
	width: 170px;
	height: auto;
	background: rgba(29, 97, 80, 0.8);
	padding: 8px 10px 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}

	.pub-overlay p {
		margin: 0;
		width: 100%;
	}

/* -------------------------------------------------------------
Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.footer {
	background: url(../images/template/footer-bg.jpg) 0 0 repeat-x transparent;
	z-index: 950;
	position: relative;
}

	.footer .wrapper-center {
		padding: 100px 0 0 0;
		height: 260px;
	}

	.footer .meta-nav {
		top: 59px;
	}

.wappen {
	width: 70px;
	position: absolute;
	top: -24px;
	left: 50%;
	margin: 0 0 0 -35px;
}

p.copy {
	position: absolute;
	top: 60px;
	left: 0;
	margin: 0;
	line-height: 1em;
	font-size: 11px;
}

.footer-nav {
	width: 960px;
	float: left;
}

.footer-nav-block {
	width: 225px;
	float: left;
	margin: 0 20px 0 0;
}

	.footer-nav-block h2 {
		font-size: 14px;
		line-height: 1em;
		margin: 0 0 8px 0;
		height: 26px;
	}

	.footer-nav-block .trenner {
		width: 225px;
		height: 1px;
		background: #aaa;
		float: left;
		margin: 0 0 20px 0;
	}

	.footer-nav-block ul {
		margin: 0;
	}

		.footer-nav-block ul li {
			margin: 0 0 6px 0;
			list-style: none;
		}

			.footer-nav-block ul li a {
				color: #7e7e7e;
				text-decoration: none;
				background: url(../images/template/more-grey.png) left 2px no-repeat transparent;
				padding: 0 0 0 25px;
			}

				.footer-nav-block ul li a:hover {
					text-decoration: underline;
				}

.christies-logo {
	margin: 0;
}

.social {
	margin: 0;
}

	.social ul {
		margin: 0;
	}

		.social ul li {
			float: left;
			list-style: none;
			line-height: 0;
			margin: 0 10px 0 0;
		}

			.social ul li a {
				display: block;
				width: 42px;
				height: 41px;
				background: none;
				padding: 0;
			}

.onoffice {
	width: 116px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 60px;
}

.banner {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	text-transform: uppercase;
	background: #1d6150;
	color: #fff !important;
	display: block;
	line-height: 40px;
	text-decoration: none;
	padding: 0 10px 0 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	border-top: 4px solid #ffffff;
	position: fixed;
	bottom:0px;
	left:0px;
	z-index:1000;
}

.banner a {
	color:#ffffff;
}

/* -------------------------------------------------------------
Objektdarstellungen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* OBJEKT DES TAGES (MONATS) */

.obj-month {
	width: 280px;
	float: left;
	border: 10px solid #fff;
	font-size: 14px;
	background: url(../images/template/lupe.png) center center no-repeat #1D6150;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

	.obj-month .obj-day {
		width: 280px;
		float: left;
		position: relative;
	}

		.obj-month .obj-day a {
			width: 280px;
			display: block;
			line-height: 0;
			float: left;
			color: #7e7e7e;
		}

			.obj-month .obj-day a:hover {
				color: #7e7e7e;
			}

			.obj-month .obj-day a img {
				width: 280px;
				background: #fff; /* IE opacity hack */
			}

		.obj-month .obj-day p {
			width: 260px;
			padding: 6px 10px 5px;
			background: rgba(29, 97, 80, 0.9);
			color: #fff;
			margin: 0;
			position: absolute;
			left: 0;
			bottom: 0;
			line-height: 20px;
		}

			.obj-month .obj-day p strong {
				font-family: Georgia;
				text-transform: uppercase;
				font-weight: normal;
				display: inline-block;
				margin: 0 0 5px;
			}

			.obj-month .obj-day p span {
				font-size: 12px;
			}

.obj-home {
	width: 205px;
	height: 160px;
	overflow: hidden;
	float: left;
	background: url(../images/template/lupe.png) center center no-repeat #1D6150;
	font-size: 14px;
	margin: 1px 0 20px 0;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	border: 10px solid #fff;
}

	.obj-home .obj-day {
		width: 205px;
		float: left;
		position: relative;
	}

		.obj-home .obj-day a {
			width: 205px;
			height: 160px;
			display: block;
			line-height: 0;
			float: left;
			color: #7e7e7e;
		}

			.obj-home .obj-day a:hover {
				color: #7e7e7e;
			}

			.obj-home .obj-day a img {
				/*width: 205px;*/
				height: 160px;
				background: #fff; /* IE opacity hack */
			}

		.obj-home .obj-day p {
			width: 185px;
			padding: 6px 10px 5px;
			background: rgba(29, 97, 80, 0.9);
			color: #fff;
			margin: 0;
			position: absolute;
			left: 0;
			bottom: 0;
			line-height: 20px;
		}

			.obj-home .obj-day p strong {
				font-family: Georgia;
				text-transform: uppercase;
				font-weight: normal;
			}

			.obj-home .obj-day p span {
				font-size: 12px;
			}

/* Object_Frame */

.frame h1 {
	margin: 0 0 20px 0;
}

.frame-header {
	border-bottom: 1px solid #d1d0d0;
	color: #7E7E7E;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0 0 18px;
}

	.frame-header p {
		margin: 0;
		display: inline;
		float: left;
		line-height: 24px;
		padding: 0;
		width: auto;
	}

	.frame-header .sort {
		display: inline;
		float: right;
		position: relative;
	}

		.frame-header .sort label {
			font-weight: normal;
			float: left;
		}

		.frame-header .sort .select {
			background: url("../images/template/frame-sort-select-background.jpg") no-repeat scroll right top #fff;
			border: 1px solid #EDEDEE;
			color: #7E7E7E;
			cursor: pointer;
			display: inline;
			float: right;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 14px;
			height: 22px;
			line-height: 22px;
			margin: 0 0 0 10px;
			padding: 0 25px 0 20px;
			white-space: nowrap;
			width: 220px;
		}

			.frame-header .sort .select ul {
				background: none repeat scroll 0 0 #FFFFFF;
				border-color: #EDEDEE;
				border-style: solid;
				border-width: 0 1px 1px;
				display: none;
				padding: 0;
				position: absolute;
				right: 0;
				top: 24px;
				width: 265px;
				z-index: 10;
			}

			.frame-header .sort .select ul li {
				cursor: pointer;
				line-height: 26px;
				list-style: none outside none;
				padding: 0 20px;
			}

				.frame-header .sort .select ul li:hover {
					background: none repeat scroll 0 0 #EEF7F6;
					color: #1D6150;
					font-size: 16px;
				}

.frame-footer {
	padding: 25px 0 15px;
}

	.frame-footer p {
		padding: 0;
		text-align: center;
	}

	.frame-footer span a {
		background-color: #fff;
		color: #1D6150;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 16px;
		padding: 4px 8px;
		text-decoration: none;
		border: 1px solid #E8E8E8;
	}

		.frame-footer span a.selected {
			font-weight: bold;
			background: #E8E8E8;
		}

		.frame-footer span a:hover {
			text-decoration: none;
			background: #E8E8E8;
		}

/* Object_ListObject */

.object {
	width: 610px;
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d1d0d0;
	position: relative;
}

	.object .image {
		width: 225px;
		float: left;
		overflow: hidden;
		margin: 0 20px 0 0;
		min-height: 1px;
		border: 10px solid #fff;
		background: url(../images/template/lupe.png) center center no-repeat #1D6150;
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	}

		.object .image ul {
			width: auto;
			margin: 0;
			float: none;
		}

			.object .image ul li {
				margin: 0;
				line-height: 0;
				list-style: none;
			}

				.object .image ul li img {
					width: 100%;
					background: #fff; /* Opacity Hack */
				}

				.object .image ul li span {
					width: 225px !important;
					height: 30px !important;
				}

	.object .information {
		width: 345px;
		float: left;
	}

		.object .information h2 {
			margin: 0 0 10px 0;
			line-height: 1em;
		}

			.object .information h2 a {
				display: block;
				text-decoration: none;
			}

		.object .information p {
			width: 100%;
			margin: 0 0 10px 0;
		}

			.object .information .details p {
				margin: 0 0 5px 0;
				line-height: 1.5em;
				font-size: 12px;
			}

				.object .information .details p span strong {
					font-weight: normal;
					color: #1d6150;
				}

			.object .information .details p.price {
				font-weight: bold;
			}

	.object a.more {
		position: absolute;
		right: 0;
		bottom: 20px;
		background: url(../images/template/more.png) left 3px no-repeat transparent;
		padding: 0 0 0 25px;
	}

/* Object_Detail */

.detail {
	width: 610px;
	float: left;
	position: relative;
}

	.detail h1, .detail h2 {
		margin: 0 0 30px 0;
	}

	.detail .headline {
		padding: 0 0 15px 0;
		border-bottom: 1px solid #ededee;
		margin: 0 0 20px 0;
	}

		.detail .headline h2 {
			padding: 8px 0 0 0;
			color: #1D6150;
			font-family: "Frutiger";
			font-size: 18px;
			font-weight: normal;
			line-height: 33px;
			float: left;
			display: inline;
		}

		.detail .headline a {
			margin: 10px 0 0 0;
			line-height: 0;
			float: right;
			display: inline;
			cursor: default;
		}

	.detail .navigation {
		margin: 0 0 10px 0;
	}

		.detail .navigation ul {
			padding: 0;
		}

			.detail .navigation ul li {
				padding: 0;
				list-style: none;
				display: inline;
			}

				.detail .navigation ul li.back {
					float: left;
				}

					.detail .navigation ul li.back a {
						height: 32px;
						width: 82px;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						-o-border-radius: 3px;
						-ms-border-radius: 3px;
						border-radius: 3px;
						background: #eef7f6;
						display: block;
						text-align: center;
						text-decoration: none;
						color: #1D6150;
						line-height: 32px;
					}

						.detail .navigation ul li.back a:hover {
							text-decoration: underline;
						}

				.detail .navigation ul li.favorite {
					padding: 0 0 0 30px;
					float: right;
					background: url(../images/template/object-favorite.jpg) no-repeat center left;
					line-height: 32px;
				}

					.detail .navigation ul li.favorite input {
						width: inherit;
					}

					.detail .navigation ul li.favorite label {
						font-weight: normal;
						cursor: pointer;
					}

						.detail .navigation ul li.favorite label:hover {
							text-decoration: underline;
						}

	.detail .gallery {
		width: 610px;
		height: 485px;
		padding: 0 0 15px 0;
		border-bottom: 1px solid #d1d0d0;
		margin: 0 0 40px 0;
	}

		.detail .gallery .ad-image {
			width: 590px !important;
			height: 345px !important;
		}

			.detail .gallery .ad-image > img {
				cursor: pointer;
				width: 100%;
				position: inherit !important;
			}

		.detail .gallery .ad-gallery .ad-image-wrapper {
			background: #fff;
			text-align: center;
		}

		.detail .gallery .ad-gallery .ad-thumbs .ad-thumb-list {
			height: 112px;
			overflow: hidden;
		}

		.detail .gallery .ad-gallery .ad-forward {
			background: url(../images/template/nextslide.png) no-repeat 0 0 transparent;
		}

		.detail .gallery .ad-gallery .ad-back {
			background: url(../images/template/prevslide.png) no-repeat 0 0 transparent;
		}

		.detail .gallery .ad-gallery .ad-thumbs li {
			text-align: center;
			background: #fff;
			position: relative;
		}

			.detail .gallery .ad-gallery .ad-thumbs li a {
				line-height: 0;
				width: 129px !important;
				height: 92px !important;
				position: absolute;
				top: 0;
				left: 0;
			}


		.detail .gallery .ad-gallery .ad-thumbs li a img {
			width: 180px;
		}

	.detail .cart a {
		position: absolute;
		top: 603px;
		right: 0;
		background: #23846e;
		color: #fff;
		display: block;
		line-height: 30px;
		padding: 0 10px;
	}

	.detail .details {
		width: 610px;
		float: left;
		margin: 0 0 40px 0;
	}

		.detail .details table {
			width: 610px;
			margin: 0;
			font-size: 12px;
		}

			.detail .details table tr td {
				/*width: 122px;*/
			}

				.detail .details table tr td strong {
					color: #1D6150;
					font-weight: normal;
				}

				.detail .details table tr td span {
					font-size: 12px;
					font-family: Arial, sans-serif;
				}

					.detail .details tr td.details-icon {
					}

						.detail .details tr td.details-icon span {
							float: left;
							height: 20px;
							text-align: center;
							width: 20px;
							margin: 5px 5px 0 0;
						}

							.detail .details tr td.details-icon span img {
								height: 20px;
								margin: 0 5px 0 0;
							}

						.detail .details tr td.details-icon a {
							float: left;
						}

.freitexte {
	width: 610px;
	float: left;
	margin: 0 0 40px 0;
}

	.freitexte ul.tabNavigation {
		float: left;
		margin: 0;
		width: 610px;
		border-bottom: 1px solid #D1D0D0;
		margin: 0 0 10px 0;
	}

		.freitexte ul.tabNavigation li {
			margin: 0;
			list-style: none;
			line-height: 1em;
			float: left;
		}

			.freitexte ul.tabNavigation li.req-tab a {
				background: #1d6150;
				color: #fff;
			}

				.freitexte ul.tabNavigation li.req-tab a:hover {
					background: #23846E;
				}

				.freitexte ul.tabNavigation li.req-tab a.selected {
					background: #1d6150;
				}

					.freitexte ul.tabNavigation li.req-tab a.selected:hover {
						background: #23846E;
					}

			.freitexte ul.tabNavigation li a {
				text-decoration: none;
				display: block;
				padding: 0 10px;
				line-height: 30px;
				color: #5D5E5F;
				border-right: 1px solid #D1D0D0;
			}

				.freitexte ul.tabNavigation li a:hover {
					background: #E3E3E3;
				}

				.freitexte ul.tabNavigation li a.selected {
					background: #E3E3E3;
				}

					.freitexte ul.tabNavigation li a.selected:hover {
						background: #E3E3E3;
					}

.request {
	width: 610px;
	float: left;
	margin: 0 0 20px 0;
}

	.request .fieldset {
		width: 610px;
		float: left;
		margin: 0 0 5px 0;
	}

		.request .fieldset label {
			width: 150px;
			float: left;
			margin: 0 10px 0 0;
		}

		.request .fieldset input[type="text"] {
			width: 300px;
			float: left;
			padding: 5px;
		}

		.request .fieldset textarea {
			width: 300px;
			float: left;
			padding: 5px;
		}

		.request .fieldset input[type="submit"] {
			margin: 5px 0 0 368px;
		}

/* -------------------------------------------------------------
Showroom/Bueros
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.showroom-wrapper {
	width: 610px;
	float: left;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.showroom {
	width: 610px;
	float: left;
}

.showroom.sr-headline {
	box-shadow: none;
}

	.showroom h2 {
		width: 570px;
		padding: 6px 20px;
		background: #f6f6f6;
		color: #7e7e7e;
		font-size: 14px;
		cursor: pointer;
		border-bottom: 1px solid #D1D0D0;
		margin: 0;
	}

	.showroom.sr-headline h2 {
		text-transform: uppercase;
		border: none;
		color: #fff;
		background: #1d6150;
		cursor: default;
	}

		.showroom h2:hover {
			background: #e6e6e6;
		}

		.showroom.sr-headline h2:hover {
			background: #1d6150;
		}

.showroom-slide {
	width: 610px;
	float: left;
	background: #fff;
	padding: 10px 0;
	display: none;
	border-bottom: 1px solid #D1D0D0;
}

.showroom-left {
	width: 280px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
}

	.showroom-left img {
		width: 280px;
	}

.showroom-right {
	width: 300px;
	float: right;
}

	.showroom-right p {
		width: 290px;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 14px 0;
	}

/* -------------------------------------------------------------
Team
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.team {
	width: 570px;
	float: left;
	padding: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #D1D0D0;
	background: #ededed;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

	.team-img {
		width: 96px;
		height: 100px;
		float: left;
		margin: 0 20px 0 0;
		border: 2px solid #fff;
		line-height: 0;
		overflow: hidden;
	}

		.team-img img {
			width: 100px !important;
			height: auto !important;
		}

	.team h2 {
		width: 450px;
		float: left;
		margin: 0 0 20px 0;
		padding: 0 0 5px 0;
		color: #1d6150;
		border-bottom: 1px dotted #d1d0d0;
		line-height: 24px;
		clear: inherit;
	}

		.team h2 strong {
			font-weight: normal;
		}

		.team h2 span {
			font-family: 'Frutiger', Arial, sans-serif;
			font-size: 12px;
			color: #7e7e7e;
		}

a.team-info-trigger {
	width: 430px;
	display: block;
	line-height: 26px;
	padding: 0 20px 0 0;
	float: left;
	text-align: right;
	text-decoration: none;
	background: url(../images/template/more.png) right 8px no-repeat transparent;
}

	a.team-info-trigger:hover {
		text-decoration: underline;
		color: #1d6150;
	}

.team-info {
	display: none;
	width: 570px;
	float: left;
	margin: 20px 0 0 0;
}

	.team-info p {
		font-size: 12px;
		line-height: 22px;
		width: 570px;
	}

	.team-info ul {
		width: 555px;
		margin: 0 0 0 15px;
		font-size: 12px;
	}

		.team-info ul li {
			line-height: 22px;
			margin: 0 0 5px 0;
		}

/* -------------------------------------------------------------
Energieausweis
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#energieausweis .enev-construct {
	position: relative;
	line-height: 0px;
	margin: 0 0 15px 0;
}
	#energieausweis .enev-construct .enev-pointer {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
#energieausweis .energy-graphic {
	width: 650px;
	height: 70px;
	background: url('https://web2.onoffice.de/template/template-12/images/template/details-energy.png') no-repeat;
	position: relative;
	margin-bottom: 20px;
}

#energieausweis .energy-graphic span {
	width: 17px;
	height: 70px;
	margin: 0 0 0 -2px;
	background: url('https://web2.onoffice.de/template/template-12/images/template/bg-meter.png') no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
}

#energieausweis .energy strong {
	font-weight: normal;
}

/* -------------------------------------------------------------
Immobilienexperte
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.immobilienexperte {
	width: 225px;
	height: 245px;
	float: left;
	margin: 0 0 14px 0;
	padding: 14px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	.immobilienexperte p {
		width: 225px;
		font-size: 12px;
		line-height: 16px;
		margin: 0;
	}

		.immobilienexperte p img {
			width: 110px;
			float: right;
			margin: 0 0 0 5px;
		}

		.immobilienexperte p strong {
			font-size: 14px;
			display: block;
			margin: 0 0 10px 0;
		}

			.immobilienexperte p strong span {
				font-size: 12px;
				font-weight: normal;
			}

		.immobilienexperte p a.more {
			text-decoration: none;
			width: 205px;
			display: block;
			float: left;
			text-align: right;
			margin: 20px 0 0 0;
			font-size: 14px;
			padding: 0 20px 0 0;
			background: url(../images/template/more.png) right 2px no-repeat transparent;
		}

			.immobilienexperte p a.more:hover {
				text-decoration: underline;
			}

.right .immobilienexperte {
	width: 310px;
	margin: 0 0 40px 0;
	border-top: none;
}

	.right .immobilienexperte p {
		width: 310px;
		line-height: 24px;
	}

		.right .immobilienexperte p img {
			margin: 0 0 0 10px;
		}

		.right .immobilienexperte p a.more {
			width: 290px;
			background-position: right 6px;
		}

/* -------------------------------------------------------------
Referral Office Tabs / Destination Tabs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.tab-img {
	width: 610px;
	height: 314px;
	float: left;
	position: relative;
	margin: 0 0 20px 0;
}

	.tab-img p {
		margin: 0;
		line-height: 0;
	}

	.tab-img ul.tabNavigation {
		width: 610px;
		height: 314px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

		.tab-img ul.tabNavigation li {
			list-style: none;
			margin: 0;
			line-height: inherit;
			position: absolute;
		}

		.tab-img ul.tabNavigation li.initial {
			top: 18px;
			left: 18px;
		}

		.tab-img ul.tabNavigation li.market {
			top: 18px;
			left: 219px;
		}

		.tab-img ul.tabNavigation li.viewing {
			top: 18px;
			left: 411px;
		}

		.tab-img ul.tabNavigation li.price {
			top: 142px;
			left: 18px;
		}

		.tab-img ul.tabNavigation li.mgmt {
			top: 142px;
			left: 219px;
		}

		.tab-img ul.tabNavigation li.after {
			top: 142px;
			left: 411px;
		}

			.tab-img ul.tabNavigation li a {
				width: 180px;
				height: 108px;
				display: block;
				text-decoration: none;
			}

.body-referral-office .tab-content {
	width: 610px;
	height: 160px;
	float: left;
}

	.body-referral-office .tab-content strong {
		color: #1d6150;
		text-transform: uppercase;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", serif;
	}

.dest-thumbs {
	width: 610px;
	float: left;
	margin: 40px 0 0 0;
}

	.dest-thumbs ul.tabNavigation {
		margin: 0;
	}

		.dest-thumbs ul.tabNavigation li {
			width: 160px;
			height: 160px;
			float: left;
			margin: 0 20px 20px 0;
			border: 10px solid #fff;
			list-style: none;
			-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
			position: relative;
		}

		.dest-thumbs ul.tabNavigation li:hover {
			-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
		}

			.dest-thumbs ul.tabNavigation li p {
				margin: 0;
				width: 160px;
				position: absolute;
				left: 0;
				bottom: 0;
				color: #fff;
				font-size: 12px;
				line-height: 30px;
				background: rgba(29,97,80,0.9);
				text-align: center;
				cursor: pointer;
			}

			.dest-thumbs ul.tabNavigation li a {
				width: 160px;
				height: 160px;
				display: block;
			}

				.dest-thumbs ul.tabNavigation li a img {
					width: 160px;
					height: 160px;
				}

	.dest-thumbs .tab-content h2 {
		color: #1d6150;
		font-weight: bold;
	}
	
	
	.more-details ul {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		margin: -1px 0 0;
		padding: 8px 0;
		width: 100%;
	}
	
	
.more-details {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 40px;
	width: 100%;
}

.more-details ul li {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 33.3%;
}

.more-details ul li img {
	float: left;
	height: 20px;
	margin: 0 5px 0 0;
	width: auto;
}


.more-details ul li span {
	float: left;
	line-height: 1.4em;
}

.more-details ul li span a {
	line-height: 1em;
}

/* NEWSLETTER ARCHIV */

.nwslttr-preview {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.nwslttr-preview, .nwslttr-preview * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.nwslttr-preview:hover {
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	}

	.nwslttr-preview > a {
		width: 100%;
		display: block;
		color: #fff;
		font-size: 12px;
		background-color: #eee;
		text-align: center;
		line-height: 0;
	}

.nwslttr-back {
	width: 100% !important;
	height: auto !important;
}

.nwslttr-overlay {
	width: 100%;
	height: auto;
	background: rgba(29, 97, 80, 0.8);
	padding: 8px 10px 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}

	.nwslttr-overlay p {
		margin: 0;
		width: 100%;
	}

		.nwslttr-overlay p a {
			display: block;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}

/* -------------------------------------------------------------
NEW NEWS-SLICKSLIDER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ticker iframe {
	width: 100% !important;
	max-width: 100% !important;
}

.news-slickframe {
	width: 1px;
	min-width: 100%;
	*width: 100%;
	background-color: #fff;
	border: 1px solid #d1d0d0;
	padding: 14px 124px 14px 20px;
	position: relative;
}

	.news-slickframe * {
		text-align: left !important;
	}

	.news-slickframe a.tick {
		color: #7e7e7e;
	}

	.news-slickframe a.tick:hover,
	.news-slickframe a.tick:active {
		text-decoration: underline !important;
		color: #1d6150;
	}

		.news-slickframe a.tick p {
			margin: 0;
		}

			.news-slickframe a.tick p span,
			.news-slickframe a.tick p strong {
				display: inline-block;
				width: 100%;
			}

			.news-slickframe a.tick p span {
				color: #1d6150;
				font-size: 16px;
			}

	.news-slickframe button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: none;
		border: none;
		font-size: 24px;
		line-height: 100%;
		background-color: #1d6150;
		color: #fff;
		cursor: pointer;
		position: absolute;
		bottom: 20px;
	}

	.news-slickframe button:hover,
	.news-slickframe button:active {
		background-color: #32a085;
	}

	.news-slickframe button.slick-prev {
		padding: 10px 14px 8px 12px;
		right: 63px;
	}

	.news-slickframe button.slick-next {
		padding: 10px 12px 8px 14px;
		right: 20px;
	}

@media only screen and ( max-width: 480px ) {
	.news-slickframe  {
		padding: 14px 20px 74px 20px;
	}
}