/* -------------------------------------------------------------
Kensington Mallorca - 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;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

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

	a:visited, a:active {
		text-decoration: none !important;
	}

	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 {
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 32px;
	color: #1d6150;
}

h1, h2 {
	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 
{
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
	border: medium none;
	height: auto;
	max-width: 100%;
	line-height:0px;
	font-size:0px;
}

.bg-responsive , .make-background-picture {
	overflow:hidden;
	.image-rendering: optimizequality;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

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;
}

.bg-responsive {
	overflow:hidden;
	.image-rendering: optimizequality;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

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

.languages {
	float:left;
	padding:10px 20px 0px 0px;
}

	.languages ul {
		width: 84px;
		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;
			}

.telephone {
	float:left;
	color: #1d6150;
}

	.telephone img {
		width: 24px;
		height: 24px;
		float: left;
	}

	.telephone p {
		width: auto;
		margin: 0;
		line-height: 20px;
	}

	.telephone i {
		font-size: 18px;
		padding: 0px 5px 0px 0px;
		float: left;
	}

	.telephone p.contacts {
		float: left;
		margin: 10px 0 0 0;
	}

.meta-nav {
	float:right;
	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;
				}

.header-link {
	text-decoration: none;
	display:block;
	text-align:right;
}

.logo {
	display: block;
	margin: 0 auto;
}

	.logo img {
		width: 242px;
	}

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

.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;
		float: left;
		border-bottom: 10px solid #F6F6F6;
		height: 50px;
		width: 100%;
	}

		.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;*/
				text-align: center;
				border-bottom: 10px solid #f6f6f6;
				/*padding:0px 33px;*/
			}

				.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: 10px 0 20px 10px;
				width: 240px;
				height: auto;
				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;
				border: none;
			}

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

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

					.main-nav ul li ul li a {
						font-family: 'Frutiger', Arial, sans-serif;
						text-transform: none;
						border: none;
						line-height: 40px;
						padding: 0 20px 0 10px !important;
						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) 175px 14px no-repeat transparent;
							padding: 0 15px 0 5px;
							width: 100%;
						}

					.main-nav ul li ul li ul {
						padding: 20px 0;
						position: absolute;
						top: -20px;
						left: 230px;
						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 !important;
					}
					.main-nav ul li ul li:hover ul {
						display: block !important;
					}

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

/* -------------------------------------------------------------
Search
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.search-slider {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
}

	.search-slider .wrapper-center {
		width: 960px;
		position: absolute;
		left: 50%;
		margin-left: -480px;
		top: 0;
		height: 510px;
	}

.body-home .search {
	width: 286px;
	height: 514px;
	float: none;
	display: block;
	margin: 0;
	background: rgba(255,255,255,0.8);
	-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);
	padding: 10px;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 902;
}

	.right .search {
		float: left;
		display: block;
		margin: 0 0 40px 0;
		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);
		padding: 10px;
		width:100%;
		position: relative;
	}

.no-cart {
	margin: 16px 0 0 0 !important;
}

.search-map {
	margin: 0 0 14px 0;
	width: 268px;
}

	.right .search-map {  }

	.search-map .map-main {
		margin: 0 auto;
	}

.search-fields p {
	line-height: 0;
	margin: 0;
	position: relative;
	width: 100% !important;
	padding: 0;
}

	.search-fields p label {
		color: #7E7E7E;
		margin: 0 12px 0 22px;
		font-weight: normal;
		display: inline;
	}

	.search-fields p input[type="text"] {
		border: 1px solid #d1d0d0;
		color: #7E7E7E;
		font-size: 14px;
		margin: 0;
		padding: 2px 5px;
		width: 202px;
	}

	.search-fields p input[type="text"]#objnr {
		margin: 0 0 8px 0;
	}

	.search-fields p input[type="text"].bedrooms {
		width: 100%;
		background-color: #fff;
		padding: 2px 5px 3px 20px;
		margin: 0 0 8px 0;
	}

.search-fields .select {
	width: 266px;
	padding: 0 25px 0 20px;
	border: 1px solid #d1d0d0;
	margin: 0 0 8px 0;
	background: url(../images/template/frame-sort-select-background.jpg) no-repeat top right #fff;
	float: left;
	display: inline;
	cursor: pointer;
	color: #7e7e7e;
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
	position: relative;
}

	.search-fields .select click {
		width: 100%;
		height: 22px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.search-fields .select span {
		width: 261px;
		display: block;
		overflow: hidden;
	}

		.right .search-fields .select span { width: 266px; }

	.search-fields .select ul {
		height: 162px;
		width: 264px;
		padding: 5px 0 0 0;
		border: 1px solid #d1d0d0;
		background: #fff;
		display: none;
		margin: 0 0 0 -21px;
		z-index: 10;
		position: absolute;
		overflow: auto!important;
		-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);
	}
		.right .search-fields .select ul { width: 288px; }

		.search-fields .select ul li {
			padding: 0 20px;
			list-style: none;
			line-height: 26px;
			cursor: pointer;
			border-bottom: none;
		}

			.search-fields .select ul li:hover {
				font-size: 16px;
				background: #eef7f6;
				color: #1D6150;
			}

			.search-fields .select ul li input {
				width: inherit;
				margin: 6px 10px 0 0;
				float: left;
				display: inline;
			}

	.search-fields p.meerblick {
		/*position: absolute;
		left: 12px;
		bottom: 38px;*/
		margin: 0 0 0 1px;
	}

		.search-fields p.meerblick input[type="checkbox"] {
			border-color: #d1d0d0;
		}

	.search-fields p input[type="submit"] {
		background: #f6f6f6;
		color: #1D6150;
		float: right;
		border: 1px solid #d1d0d0;
	}

.innerfade.innerFade {
	height: 100% !important;
}

	.innerfade.innerFade > a {
		display: block;
		width: 100%;
		height: 100%;
	}

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

.slider {
	width: 100%;
	height: 600px;
	float: none;
	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);
	border: none;
	border-bottom: 10px solid #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; // ONLY FOR PROMO */
		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 10px;
	width: 315px;
	background: rgba(29, 97, 80, 0.9);
	position: absolute;
	right: 22px;
	bottom: 78px;
}

	.slide-overlay h2 {
		font-size: 12px;
		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;
	background: #f6f6f6;
}

.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: -45px;
		z-index: 999;
		display: none;
	}

/* -------------------------------------------------------------
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,
.body-home .content h2 {
	width: 100%;
	line-height: 1em;
	text-align: center;
	float: left;
	margin: 0 0 40px 0;
	background: url(../images/template/h2.png) center center repeat-x transparent;
	color: #1d6150;
	text-transform: uppercase;
}

	.content h1 span,
	.body-home .content h2 span {
		background-color: #f6f6f6;
		padding: 0 20px;
	}

	.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: 100%;
		float: left;
	}

	.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-immobilien-auf-mallorca .content table {
		width: 610px;
		float: left;
		margin: 0 0 40px 0;
		box-shadow: none;
		background: none;
	}

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

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

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

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

	.content .left {
		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;
		}

	.content .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: #f6f6f6;
			}

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

		.content .right .weather {
			float: left;
			margin: 0 0 30px 0;
			width:100%;
		}

			.content .right .weather .weather-inner {
				width: 100%;
				background: #f6f6f6;
				overflow: hidden;
				border: 10px solid #fff;
				padding: 10px;
				-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 .right .telnr {
			width: 310px;
			float: left;
			margin: 0 0 30px 0;
		}

			.content .right .telnr img {
				width: 38px;
				height: 46px;
				float: right;
				margin: 0 0 0 20px;
			}

			.content .right .telnr p {
				width: auto !important;
				float: right;
				margin: 0;
				font-size: 20px;
				text-align: right;
				line-height: 22px;
			}

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

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

	.contact #contact {
		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 {
		}

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

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

	.contact #contact , .contact #contact input , .contact #contact p , .contact #contact textarea {
		width:100%;
	}


	.contact #contact label {
		padding:0px 0px 10px 0px;
	}

	#contact br {
		display:none;
	}

	#newsletter {
		width:30px!important;
	}

	.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 */

.body-veroeffentlichungen .content .left h2 {
	width: 100%;
	line-height: 1em;
	text-align: center;
	float: left;
	margin: 20px 0 40px 0;
	background: url(../images/template/h2.png) center center repeat-x transparent;
	color: #1d6150;
	text-transform: uppercase;
}

	.body-veroeffentlichungen .content .left h2 span {
		background-color: #f6f6f6;
		padding: 0 20px;
	}

.publikation {
	width: 188px;
	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);
	overflow:hidden;
}

	.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;
		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: 100%;
	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%;
	}

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

.teaser-wrap {
	width: 100%;
	float: left;
}

/*	.teaser-left {
	padding-left:0px!important;
}

.no-margin.one-third {
	padding:0px 8px;
}*/

.content .teaser-content {
	float: left;
	margin: 0 0px 0 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);
	width:100%;
	padding:20px;
	background: #ffffff;
}

.teaser-right {
/*		padding-right:0px!important;*/
	background:none!important;
}

.teaser-right .teaser-content {
	background:none!important;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
	padding:5px 0px 5px 5px!important;
}

	.content .teaser-content h3  {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding:4px 0px 10px 0px;
		font-size: 14px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		line-height: 22px;
		background:#1d6150;
		border-bottom:1px solid #ffffff;
		position:absolute;
		left:0px;
		top:0px;
	}

	.trenner {
		background: #1d6150 none repeat scroll 0 0;
		height: 10px;
		position: absolute;
		top: 59px;
		width: 100%;
		left: 0px;
	}

	.content .teaser-content .description {
		width: 100%;
		padding: 64px 0px 12px 0px;
		background: #fff;
		float: left;
	}

	.description div {
		margin:0px 0px 12px 0px;
	}

		.content .teaser-content .description p {
			width: 100%;
			margin: 0;
			overflow: hidden;
			font-size: 12px;
			line-height: 18px;
			text-align: justify;
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			hyphens: auto;
			height:162px;
		}

		.content .teaser .description p {
			width: 100%;
			height: 106px;
			margin: 0;
			overflow: hidden;
			font-size: 12px;
			line-height: 18px;
			text-align: justify;
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			hyphens: auto;
		}

			.content .slider .teaser .description p {
				height: auto;
				margin: 0 0 12px 0;
			}

			.content .slider .teaser .description img {
				position: absolute;
				left: 20px;
				bottom: 10px;
				margin: 0;
			}

			.content .slider .teaser .description h3 {
				font-size: 12px;
				width: 100%;
				padding: 8px 0 12px;
				border-top: 1px solid #d1d0d0;
				margin: 0;
			}

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

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

	.content .teaser img {
		float: left;
		margin: 0 0 10px 0;
	}

#teaser-anchor .two-thirds {
	padding:0px;
}

.teaser-content p {
	width:inherit!important;
}

.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: 100%;
	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 {
		width: 30px !important;
		height: 30px;
		position: absolute;
		top: 6px;
		left: 6px;
		padding: 0 !important;
	}

.right .button {
	width: 100%;
}

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

/* NEWS TICKER */

a.tick {
	text-decoration: none !important;
	display: block;
}

.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 p {
		color: #7e7e7e;
		margin: 0;
		line-height: 1.5em;
	}

	.news-list .news-obj p span {
		font-family: Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 32px;
		color: #1d6150;
	}

	/**/

	.news-list .news-obj .news-obj-head {
		width: 100%;
		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: 100%;
		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;
		}

		.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;
			}

.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%;
		height: 170px;
		padding: 0;
	}

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

		.body-iframe-news .news-list .news-obj .news-teaser p {
			width: 84%;
			height: 120px;
			overflow: hidden;
			padding: 8px 8%;
		}

.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);
}

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

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

	.footer .wrapper-center {
		padding: 80px 0 0 0;
	}

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

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

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

}

.footer-nav {
	width: 100%;
	float: left;
}

.footer-nav-block {
	float: left;
	margin: 0 0px 0 0;
	position: relative;
	text-align:left;
}

	.footer-nav-block p {
		font-size: 12px;
		margin: 0 0 10px 0;
		line-height: 18px;
	}

		.footer-nav-block p:last-child {
		}

	.footer-nav-block h2 {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 8px 0;
		height: 44px;
	}

	.footer-nav-block .trenner {
		width: 100%;
		position:inherit;
		height: 1px;
		background: #aaa;
		float: left;
		margin: 0 0 20px 0;
		left: inherit;
		top:inherit;
	}

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

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

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

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

.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;
			}

.energy {
	width: auto;
	position: absolute;
	right: 126px;
	top: 395px;
}

	.energy a {
		float: left;
		display: block;
		line-height: 36px;
		color: #7E7E7E;
		font-size: 12px;
	}

		.energy a img {
			float: left;
		}

		.energy a p {
			float: left;
			margin: 0;
			width: auto;
		}

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

.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;
}

.seo-nav {
	width: 100%;
	float: left;
	padding: 5px 0 30px;
	margin: 80px 0 0 0;
	border-top: 1px dotted #7e7e7e;
	text-align: center;
}

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

		.seo-nav ul li {
			margin: 0;
			list-style: none;
			display: inline-block;
			border-right: 1px solid #bbb;
		}

		.seo-nav ul li:last-child {
			border: none;
		}

			.seo-nav ul li a {
				font-size: 10px;
				display: block;
				padding: 0 8px;
				color: #7e7e7e;
				text-decoration: none;
				line-height: 1em;
			}

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

/* -------------------------------------------------------------
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: 270px;
			padding: 6px 10px 5px;
			background: rgba(255, 255, 255, 0.9);
			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;
				color: #1d6150;
				display: inline-block;
				margin: 0 0 5px;
			}

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

.obj-home {
	width: 286px;
	height: 225px;
	overflow: hidden;
	float: left;
	background: url(../images/template/lupe.png) center center no-repeat #1D6150;
	font-size: 14px;
	margin: 0 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: 286px;
		float: left;
		position: relative;
	}

		.obj-home .obj-day a {
			width: 286px;
			height: 225px;
			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: 286px;
				background: #fff; /* IE opacity hack */
			}

		.obj-home .obj-day p {
			width: 266px;
			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;
			}

/***************************/
/* NEW TOP/DAY OBJECT 2015 */
/***************************/

.main .full {
	padding:0px!important;
}

.top-objekte {
	display: inline-block;
	margin: 0 0 60px 0;
	width:100%;
}

.top-objekte-frame {
	height: 360px;
	overflow: hidden;
	position: relative;
	width:100%;
}

	.top-objekte-frame .slick-arrow {
		position: absolute;
		z-index: 100;
		top: 42%;
		margin-top: -35px;
		width: 52px;
		height: 74px;
		background-repeat: no-repeat;
		background-position: center center;
		border:0px;
		background-color:transparent;
		font-size:0px;
		cursor:pointer;
	}

	/*.top-objekte-frame .prev-obj,
	.top-objekte-frame .next-obj {
		position: absolute;
		z-index: 100;
		top: 50%;
		margin-top: -35px;
		width: 52px;
		height: 74px;
		background-repeat: no-repeat;
		background-position: center center;
	}*/

	.top-objekte-frame .slick-prev {
		left: 0;
		background-image: url(../images/template/top-objekte-slider-prev.png);
	}

	.top-objekte-frame .slick-next {
		right: 0;
		background-image: url(../images/template/top-objekte-slider-next.png);
	}

	.top-objekte-frame .prev-obj:hover,
	.top-objekte-frame .next-obj:hover {
		cursor: pointer;
	}

.top-objekte-slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 335px;
}

.top-new-listobject {
	width: 306px;
	height: 335px;
	display: block;
	float: left;
	margin: 0 10px 0 10px;
	position: relative;
}

	.top-new-listobject a.top-new-listobject-img {
		width: 100%;
		display: block;
		overflow: hidden;
		max-height: 178px;
	}

		.top-new-listobject a.top-new-listobject-img img {
			width: 100%;
		}

	.top-new-listobject table {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		background: none;
		box-shadow: none;
		font-size: 12px;
		color: #333;
	}

		.top-new-listobject table tr:nth-child(even) {
			background: none;
		}

			.top-new-listobject table tr td {
				padding: 5px 10px 5px 0;
				line-height: 22px;
				border-bottom: none;
			}

				.top-new-listobject table tr td strong {
					color: #1d6150;
					text-transform: uppercase;
					font-weight: normal;
					display:block;
				}

	.top-new-listobject > p {
		width: 100%;
		display: inline-block;
		float: none;
		margin: 5px 0;
		height:50px;
	}

		.top-new-listobject > p > strong {
			color: #333;
			font-family: Georgia, "Times New Roman", serif;
			font-weight: normal;
			font-size: 16px;
		}

/***************************/
/***************************/
/***************************/

/* 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: 100%;
	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 a {
			display: block;
		}

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

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

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

					.object .image a ul li span {
						width: 225px !important;
						height: 30px !important;
						right:0px!important;
						left:initial!important;
					}

	.object .information {
		width: 50%;
		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;
						}

.more-details {
	width: 100%;
	display: inline-block;
	margin: 0 0 40px 0;
	font-size: 12px;
}

	.more-details ul {
		width: 100%;
		margin: -1px 0 0 0;
		padding: 8px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

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

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

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

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

.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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.showroom {
	width: 100%;
	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 h2 {
		width: 100%;
		padding: 6px 20px;
		color: #fff;
		background: #1d6150;
		font-size: 14px;
		text-transform: uppercase;
		cursor: pointer;
		border-bottom: 1px solid #f6f6f6;
		margin: 0;
	}

		.showroom h2:hover {
			background: #23846E;
		}

.showroom-slide {
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 0;
	display: none;
}

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

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

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

	.showroom-right p {
		width: auto;
		line-height: 18px;
		margin: 0 0 14px 0;
	}

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

.team {
	width: 100%;
	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: 25%;
		float: left;
		padding: 0 20px 0 0;
		line-height: 0;
	}

		.team-img img {
			width: 100% !important;
			height: auto !important;
			border: 2px solid #fff;
		}

	.team h2 {
		width: 75%;
		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: 100%;
	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: 100%;
	float: left;
	margin: 20px 0 0 0;
}

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

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

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

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

.popup-certificado {
	width: 407px;
	height: 579px;
	margin: 20px auto;
	display: block;
	background: url('../images/template/certificado-large.jpg') top left no-repeat;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	position: relative;
}

	.popup-certificado span {
		position: absolute;
		color: #9a9a9a;
		font-size: 11px;
	}

		.popup-certificado span.baujahr {
			top: 93px;
			left: 29px;
		}

		.popup-certificado span.datos {
			top: 140px;
			left: 23px;
		}

		.popup-certificado span.objektart {
			top: 69px;
			left: 246px;
		}

		.popup-certificado span.strasse {
			top: 87px;
			left: 246px;
		}

		.popup-certificado span.ort {
			top: 105px;
			left: 246px;
		}

		.popup-certificado span.plz {
			top: 122px;
			left: 246px;
		}

		.popup-certificado span.bundesland {
			top: 140px;
			left: 246px;
		}

		.popup-certificado span.registernummer {
			top: 513px;
			left: 50px;
		}

		.popup-certificado span.gueltig {
			top: 495px;
			right: 30px;
		}

		.popup-certificado span.verbrauchskennwert, .popup-certificado span.endenergiebedarf {
			height: 29px;
			width: 61px;
			padding: 4px 4px 0 0;
			display: block;
			background: url('../images/template/certificado-arrow.jpg') top left no-repeat;
			color: #fff;
			font-size: 18px;
			text-align: right;
		}

			.popup-certificado span.verbrauchskennwert {
				top: 310px;
				left: 321px;
			}

			.popup-certificado span.endenergiebedarf {
				top: 310px;
				left: 245px;
			}

			.popup-certificado span.A {
				top: 200px;
			}

			.popup-certificado span.B {
				top: 238px;
			}

			.popup-certificado span.C {
				top: 274px;
			}

			.popup-certificado span.D {
				top: 310px;
			}

			.popup-certificado span.E {
				top: 347px;
			}

			.popup-certificado span.F {
				top: 383px;
			}

			.popup-certificado span.G {
				top: 421px;
			}

			.layer, .layer2 {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}

				.layer span, .layer2 span {
					display: none;
				}

				.layer-active {
					background: url('../images/template/certificado-layer.png') top left no-repeat;
				}

					.layer-active span {
						font-size: 14px;
						font-weight: bold;
						color: #cc0000;
						top: 50%;
						width: 100%;
						text-align: center;
						display: block !important;
					}


/* -------------------------------------------------------------
Forms
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

label {
	display: block;
	line-height: 1.4;
}

label.mandatory {
	font-weight: bold;
}

.label-inline {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type="text"],
input[type="password"],
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	border: 1px solid #ccc;
	color: #000;
	background: #eee;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #aaa;
	background: #f9f9f9;
}

input[type="text"],
input[type="password"],
textarea {
	padding: 5px;
}

select {
	padding: 0 5px;
}

option {
	padding: 5px 0;
}

textarea {
	width: 100%;
	min-height: 100px;
}

.wrap-input-checkbox input,
.wrap-input-radio input {
	float: left;
	vertical-align: text-top;
	margin: 0 10px 0 0;
}

.pflichtfeldhinweis {
	font-size: 75%;
	line-height: 1.6;
	margin-top: 20px;
}



/* -------------------------------------------------------------
Object tracking responsive
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html {
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

#object-tracking,
#object-tracking *,
.tra-frame,
.tra-frame * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* -----login form
*/

.wrap-feedback-error {
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #ddbebe;
	background: #f7efef;
	font-weight: bold;
	line-height: 1.8em;
	color: #a00;
}

#object-tracking {
	margin: 20px 0 0;
	padding: 5px 10px;
	max-width: 400px;
}

#object-tracking label {
	margin: 10px 0 2px;
	display: block;
}

#object-tracking input {
	width: 40%;
	min-width: 200px;
}

#object-tracking input[type="submit"] {
	margin: 20px 0 0;
	line-height: 0;
	padding: 15px 0;
	text-align: center;
}

/* ----- general
*/

.tra-buttonsabove {
	padding: 5px;
	margin: 0 0 20px;
	border-bottom: 2px solid #ddd;
}

.tra-buttonsabove .button {
	margin: 0 0 0 10px;
	float: right;
	width: 185px;
	padding: 0 10px;
	text-align: center;
}

.tra-buttonsabove-id {
	white-space: nowrap;
	font-weight: bold;
	line-height: 2.2em !important;
	float: left;
}

/* ----- tra frame
*/

.tra-frame p {
	margin: 0;
}

/* ----- tra listobject
*/

.tra-listobject {
	float: left;
	border-bottom: 2px solid #ddd;
	margin: 0 0 20px;
}

.tra-listobject.no-margin-right {
	margin-right: 0;
}

.tra-listobject-linkimg {
	display: block;
	width: 100%;
}

.tra-listobject ul {
	margin: 0;
}

.tra-listobject li {
	list-style: none;
	display: block;
	overflow: hidden;
	text-align: center;
/*		background: #ddd*/;
}

.tra-listobject li img {
	height: auto;
	max-height: 240px;
	display: block;
	margin: 0 auto;
}

.tra-listobject-title {
	font-size: 1.2em !important;
	line-height: 1.3em !important;
	font-weight: bold;
	padding: 10px 0 5px;
	margin-bottom: 10px;
}

.tra-listobject-subtitle {
	font-style: italic;
	padding: 0 0 5px;
	display: none;
}

.tra-listobject table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 10px;
}

.tra-listobject td {
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
}

.tra-listobject td strong {
	font-weight: normal;
}

.tra-listobject-linkmore {
	margin-top: 10px;
	display: block;
}

	.tra-listobject-linkmore a {
		float: right;
		margin: 0 0 10px;
		width: auto;
		padding: 0 10px;
	}

	.tra-noobject a {
		float: left;
		margin: 0 0 10px;
		width: 185px;
		padding: 0 10px;
		text-align: center;
	}



/* ----- tra details
*/

.tra-details-title {
	padding: 20px 10px;
}

.tra-entry-header {
	width: 100%;
	background: #eee;
	margin: 0 0 10px;
	padding-right: 3.94736842105263%;
	position: relative;
}

.tra-entry-header-col {
	padding: 5px 10px;
	float: left;
}

.tra-entry-header-col > strong {
	display: block;
}

.tra-entry-header-col.col-1 {
	width: 17.54385964912281%;
}

.tra-entry-header-col.col-2 {
	width: 16.40350877192982%;
}

.tra-entry-header-col.col-3 {
	width: 25.94736842105263%;
}

.tra-entry-header-col.col-4 {
	width: 23.94736842105263%;
}

.tra-entry-header-col.col-5 {
	width: 12.21052631578947%;
}

.tra-entry-header-showmore,
.tra-entry-header-showmore:hover {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30px;
	font-weight: bold;
	font-size: 30px !important;
	line-height: 30px !important;
	text-decoration: none;
	width: 40px;
	padding: 15px 0;
	text-align: center;
	cursor: pointer;
}

.tra-entry-text {
	background: #fff;
	padding: 0 10px;
	margin-bottom: 50px;
	display: none;
}

/* -------------------------------------------------------------
Object tracking responsive - Phones
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 749px) {

	#object-tracking,
	#object-tracking *,
	.tra-frame,
	.tra-frame * {
		font-size: 15px;
		line-height: 1.6em;
	}

	.tra-buttonsabove {
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
	}

	.tra-object-list {
		padding-top: 45px;
	}

	/* ----- tra login
	*/

	#object-tracking {
		width: 100%;
	}

	/* ----- tra listobject
	*/

	.tra-listobject {
		float: none;
		width: 100%;
	}

	.tra-listobject li img {
		max-height: none;
	}

	.tra-listobject-text {
		padding: 0 10px;
	}

	.tra-listobject-linkmore {
		text-align: center;
	}

	.tra-listobject-linkmore a {
		margin: 0 auto;
		float: none;
		display: inline-block;
	}

	/* ----- tra details
	*/

	.tra-entry-header {
		padding-right: 15%;
	}

	.tra-entry-header-col {
		float: none;
		margin-right: 15%;
		padding: 1px 10px;
		width: 100% !important;
	}

	.tra-entry-header-col > strong {
		display: inline;
	}

	/* ----- tra noobject
	*/

	.tra-noobject {
		padding-top: 60px;
	}

}


/* -------------------------------------------------------------
Merkliste
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.merk-counter {
	width: 286px;
	float: left;
	display: block;
	margin: 0 0 30px 0;
	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);
	padding: 10px;
}

.merk-counter a {
	/*line-height: 42px;
	text-decoration: none;
	font-size: 16px;*/
	display: block;
}

	.merk-counter a span {
		float: right;
		display: inline;
		text-decoration: none !important;
	}

	/*.merk-counter a:hover {
		text-decoration: underline;
	}*/

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

.immobilienexperte {
	width: 100%;
	height: 262px;
	overflow: hidden;
	float: left;
	margin: 0 0 14px 0;
	padding: 14px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

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

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

		.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: 286px;
			display: block;
			float: left;
			text-align: right;
			margin: 10px 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;
		}*/

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

/**/

}

/* -------------------------------------------------------------
Registrierung/Interessentenformular
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form-row {
	clear: both;
	margin: 0 0 5px;
}

.form-row.marginleft {
	margin-left: 180px;
}

.form-userlogin label,
.form-resetpassword label,
.form-registration label {
	float: left;
	margin: 0 10px 0 0;
	width: 170px;
	line-height: 30px;
}

.form-registration label.label-checkbox {
	float: none;
	line-height: 25px;
	margin: 0 0 0 8px;
	width: auto;
}

.link-lostpassword {
	margin: 5px 0 15px 0px;
	font-size: 12px;
	display: block;
	float: left;
}

.form-userlogin input[type="text"],
.form-userlogin input[type="password"],
.form-resetpassword input[type="text"],
.form-registration input[type="text"],
.form-registration input[type="password"],
.form-registration select {
	padding: 5px;
	float: left;
	margin: 0 10px 0 0;
	width: 410px;
	background: #fff;
}

.form-row-50-50 input[type="text"] {
	width: 200px;
}

.form-row-50-50 input[type="text"].last {
	margin-right: 0;
}

.form-registration select {
	width: 412px;
}

.form-registration option {
	padding: 0 5px;
}

.form-registration input[type="checkbox"] {
	margin: 10px 0 0;
}

.content form p {
	width: auto;
}

.price-salestype-buy,
.price-salestype-rent {
	display: none;
}

/* -------------------------------------------------------------
Ogulo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ogulo-wrap {
	height: 0px;
	width: 100%;
	margin: 0 0 60px 0;
	position: relative;
}
	.ogulo-wrap .ogulo {
		width: 100% !important;
		height: 300px !important;
	}

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