@import url(webfonts/font-awesome.css);
@import url(webfonts/stylesheet.css);


html {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: none;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
* {

	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
  font-family: 'Amelia', 'sans serif', 'Arial';
  letter-spacing: 2px;
	font-size: 0px;
	color: #ffffff;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	position: relative;/* text-shadow: 1px 1px 0 #525252; */
	letter-spacing: 0.7px
}
b, strong {

}
a, a:visited, a.off {
	color: #777;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
a:hover, a:active, a.on {
	color: #aaa;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

::selection {
  background: #6c6a64;
	color: #fff;
}
::-moz-selection {
  background: #6c6a64;
	color: #fff;
}
::-webkit-selection {
  background: #6c6a64;
	color: #fff;
}


.align-center {
	text-align: center;
}
.minwidth-center {
	clear: both;
	float: none;
	margin: 0 auto 40px auto;
	text-align: center;
}
img {
	border: 0;
}
td {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 4px;
	color: #ffffff;
	vertical-align: top;
}
h1 {
	font-size: 20px;
	font-weight: 400;
}
.hide {
	float: left;
	display: none;
}
.cls, .clr {
	clear: both;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.pb0, .container-box.pb0 {padding-bottom: 0;}

.tooltip {position: relative;}
.tooltip span {display: none;}
.tooltip:hover span {
display: block;
position: absolute;
left: 0; top: 0;
margin: 20px 0 0;
width: 200px; color: #d3a7a7;
border: 2px solid #00ace6;
padding: 4px;
background: #4b4b4e;
font-size: 10px;
}

.singleline,.doubleline {
	height: 1px;
	margin: 2px 0px 8px 0px; padding: 0; border: 0;

}
.singleline {border-bottom: 1px solid #BAB8B2;}
.doubleline {border-bottom: 3px double #BAB8B2;}

.table {
	display: table;
	margin: 0 auto;
}

.box-full {
	display: block;
	margin: 0 auto;
}

.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.divsep-50 {
	clear: both;
	display: block;
	height: 50px;
	font-size: 0px;
}
.divsep-40 {
	clear: both;
	display: block;
	height: 40px;
	font-size: 0px;
}
.divsep-30 {
	clear: both;
	display: block;
	height: 30px;
	font-size: 0px;
}
.divsep-20 {
	clear: both;
	display: block;
	height: 20px;
	font-size: 0px;
}
.divsep-15 {
	clear: both;
	display: block;
	height: 15px;
	font-size: 0px;
}
.divsep-10 {
	clear: both;
	display: block;
	height: 10px;
	font-size: 0px;
}
.divsep-5 {
	clear: both;
	display: block;
	height: 5px;
	font-size: 0px;
}
.starimportant {
	font-size: 22px;
	font-weight: 400;
	color: #a6eae9;
}
.footnote {
	color: #caa600;
}
sub, sup {
	line-height: 0px;
	font-size: 60%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ethos', 'Amelia', 'sans serif', 'Arial';
  font-weight: normal;
  text-transform: uppercase;
	margin-bottom: 10px;
}

h1,
h2 {
	color: #b54678;
}	

h3, span.h3 {
	font-size: 22px;
	line-height: 28px;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	letter-spacing: 2.0px;
	color: #b54678;
}
h1, span.h1 {
	font-size: 35px;
	letter-spacing: 2.0px;
}
h2, span.h2 {
	font-size: 30px;
	letter-spacing: 0.7px;
}
h4, span.h4 {
	font-size: 21px;
	letter-spacing: 0.7px;
}
h5, span.h5 {
	font-size: 16px;
	letter-spacing: 0.7px;
}
span.h1, span.h2, span.h3, span.h4, span.h5 {
	margin: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2000;
	width: 275px;
	height: 200px;
	margin: -100px 0 0 -138px;
	font-size: 0;
	overflow: hidden;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	background-repeat: no-repeat;
}

#loader .logo, #loader .progress {position: absolute; left: 0; top: 0; width: 275px; background-repeat: no-repeat; background-position: center center; overflow: hidden;}
#loader .logo {	background-image: url(../img/logo-full.png); height: 137px;}
#loader .progress {top: 160px; height: 38px; background-image: url(../img/preloader.png); _background-image/**/: url(../img/preloader.gif);background-repeat: no-repeat;}

#intro-start {
	display: block;
	position: absolute;
	z-index: 2000;
	left: 50%;
	top: 50%;
	width: 1340px;
	height: 90px;
	margin: -45px 0px 0px -670px;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}
#intro-start h1, #intro-start h2 {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	text-align: center;
}
#intro-start h1 {
	font-size: 40px;
	margin-bottom: 12px;
}
#intro-start h2 {
	font-size: 24px;
	padding-top: 10px;
}
#countdown {
	position: absolute;
	z-index: 1000;
	top: 25px;
	right: 60px;
	width: 190px;
	height: 80px;
}
#countdown h4 {
	clear: both;
	float: left;
	display: inline;
	width: 190px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}
#countdown #cdpanel {
	position: relative;
	clear: both;
	float: left;
	display: inline;
	width: 170px;
	height: 50px;
	margin: 0px 0px 0px 10px;
}
.container {
	position: relative;
	clear: both;
	float: left;
	display: inline;
	min-width: 1px;
	width: 100%;
	padding: 40px 0px 40px 0px; /*padding: 167px 0px 40px 0px;*/
	filter: alpha(opacity=0);
	opacity: 0;
}
.container-outer {
	position: relative;
	clear: both;
	display: block;
	min-width: 1px;
	width: 100%;
	padding: 80px 0px 80px 0px;
	opacity: 0;
}
.container-box > div.ani, .container-box-fix > div.ani {
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.container-box-full,
.container-box {
	position: relative;
	z-index: 1;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	font-size: 15px;
	overflow: hidden;
	letter-spacing: 0.7px;
}

.container-box-fix {
	position: relative;
	z-index: 1;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 1161px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
}
.container-box-fix p {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.7px;	
}
.container-box .sepline, .container-box-fix .sepline {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	background-color: #c7c6bf;
	margin: 24px 0px 24px 0px
}
.container-box .sepline-light, .container-box-fix .sepline-light {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	background-color: #E2E2E1;
	margin: 15px 0px 20px 0px
}
#container-6 .sepline-light {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	background-color: #9D9D99;
	margin: 15px 0px 20px 0px
}
.container-box h1.hline, .container-box-fix h1.hline {
	padding: 0 15px;
}
.container-box h1.hline-s, .container-box-fix h1.hline-s {
	margin-bottom: 0px;
	padding: 0 15px;
}
.container-box p, .container-box-fix p {
	margin-bottom: 34px;
}

.container-box h5, .container-box-fix h5 {
	margin-bottom: 24px;
}

.container-box p.ov-txt-barren, .container-box-fix p.ov-txt-barren {
	font-size: 18px; line-height: 24px;
}

ul.ul-container-item {
	position: relative;
	top: 0;
	left: 0;
	list-style-type: none;
	clear: both;
	width: 30000px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
}
ul.ul-container-item li.li-container-item {
	float: left;
	display: inline;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	padding-right: 2px;
	overflow: hidden;
}
ul.ul-container-item li.li-container-item img.floorplan {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.container-outer.mh1 {
   min-height: 35vh;
}

.logo-start {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 125px;
	position: absolute !important;
	display: block;
	left: 0;
	top: -130px;
	opacity: 1 !important;
	z-index: 2;
	background-color: rgba(255,255,255, 1);
	text-align: center;
	-webkit-transition: top 0.6s linear;
	-moz-transition: top 0.6s linear;
	-o-transition: top 0.6s linear;
	-ms-transition: top 0.6s linear;
	transition: top 0.6s linear;
}
.logo-start.on {
	top: 0;
	-webkit-transition: top 0.4s linear 2.0s;
	-moz-transition: top 0.4s linear 2.0s;
	-o-transition: top 0.4s linear 2.0s;
	-ms-transition: top 0.4s linear 2.0s;
	transition: top 0.4s linear 2.0s;
}

body.mobile.phone .logo-start {
	display: none !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.mainmenu-mobile .logo img,
.logo-start img {
	width: auto;
	height: 100%;
}

.mainmenu-mobile .logo {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.bc01 {
	background-color: #fff;
	color: #403f3d;
	background-image: url("../img/noise_bg.png");
	background-repeat: repeat;
}
.bc02 {
	background-color: rgba(181,70,120,0.06);
	color: #403f3d;
	background-image: url("../img/noise_bg.png");
	background-repeat: repeat;
}
.bc03 {
	background-color: #3e3e48;
	color: #fff;
	background-image: url("../img/noise_bg.png");
	background-repeat: repeat;
}

.bc03 h1, .bc03 h2 {
  color: #fff;
}


.bc01 a {
	color: #6b6966
}
.bc01 a:hover, .bc01 a.on{
	color: #403f3d
}


.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.text-uc {text-transform: uppercase;}

.container-outer.first {
	padding-top: 0px;
	padding-bottom: 0px;
}
.overlay {
	position: relative;
	top: 0 !important;
	z-index: 1;
	clear: both;
	margin: 0 auto;
	width: 1323px;
	overflow: hidden;
}
.container-box .overlay-description {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-height: 1px; height: auto !important; height: 1px;
	padding: 20px 0px 20px 0px;
	background-color: rgba(0, 0, 0, 0);
}
.container-box .overlay-description.opac {
	background-color: rgba(51, 51, 48, 0);
}

#container-1 .container-box .overlay-description {
	top: 50%;
}

.container-box .overlay-description .inner {
	position: relative; padding: 0; margin: 0 auto; 
	width: 100%; 
	max-width: 1000px; 
	height: auto;
	-webkit-transition: height 0.3s linear;
	-moz-transition: height 0.3s linear;
	-o-transition: height 0.3s linear;
	-ms-transition: height 0.3s linear;
	transition: height 0.3s linear;
}
.container-box .overlay-description .inner .descr {display: none; width: 100%; margin: 0 auto; text-transform: uppercase; color: #fff;}
.container-box .overlay-description .inner .descr span.small {clear: both; display: block; padding-bottom: 5px; font-size: 13px;}
.container-box .overlay-description .inner .descr h1,
.container-box .overlay-description .inner .descr1 h1 {margin-bottom: 0; font-size: 46px; line-height: 54px;
	color: #fff;
	text-shadow: 1px 1px 0 #828282;
}

.slideshow-info-box {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 299;
	width: 100%;
	max-width: 1323px;
	overflow: hidden;
}
.slideshow-info {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: block;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.box-txt {
	clear: both;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	width: calc(100% - 30px);
	max-width: 940px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	letter-spacing: 0.8px;
}

.box-half, .box-half-l, .box-half-r, .box-half-img {
	position: relative;
	z-index: 1;
	float: left;
	width: 607px;
	height: 414px;
	overflow: hidden;
	letter-spacing: 0.8px;
}
.box-half-img {
	border: 7px #FFF solid;
}
.box-half {
	width: 621px;
	height: 414px;
	width/**/:/**/ 521px;
	min-height: 60px;
	height: auto !important;
	height/**/:/**/ 60px;
	padding: 30px 50px 0px 50px;
	margin-bottom: 2px;
	text-align: justify;
}
.box-half-l {
	width: 621px;
	width: 635px;
	width/**/:/**/ 555px;
	padding: 30px 40px 40px 40px;
	min-height: 60px;
	height: auto !important;
	height/**/:/**/ 60px;
	text-align: justify;
}
.box-half-r {
	float: right;
	width: 635px;
	width/**/:/**/ 555px;
	padding: 30px 40px 40px 40px;
	min-height: 60px;
	height: auto !important;
	height/**/:/**/ 60px;
	text-align: justify;
}
.box-half h2, .box-half-l h2, .box-half-r h2 {
	text-align: left;
}
.box-half a, .box-half a:visited, .box-half a.off, .box-half-l a, .box-half-l a:visited, .box-half-l a.off, .box-half-r a, .box-half-r a:visited, .box-half-r a.off {
	color: #ffffff;
}
.box-half a:hover, .box-half a:active, .box-half a.on, .box-half-l a:hover, .box-half-l a:active, .box-half-l a.on, .box-half-r a:hover, .box-half-r a:active, .box-half-r a.on {
	color: #ffffff;
}
.box-half .date {
	clear: both;
	display: block;
	height: 20px;
	font-size: 16px;
	margin-bottom: 4px;
}
.box-half-img-l, .box-half-img-r {
	position: relative;
	z-index: 1;
	display: inline;
	width: 621px;
	height: 414px;
	margin: 0;
	overflow: hidden;
	border: 7px #FFF solid;
}
.box-half-img-l {
	float: left;
}
.box-half-img-r {
	float: right;
}
.box-half-img .img-layer, .box-half-img .img-layerbg, .box-half-img .img-full {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 621px;
	height: 414px;
}
.box-half-img-l .img-full, .box-half-img-r .img-full {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 621px;
	height: 414px;
}

.box-half-img .img-full-title, .box-half-img .box-full-title, .box-half-img .box-full-title, .box-half-img-l .img-full-title, .box-half-img-l .box-full-title .box-half-img-r .img-full-title, .box-half-img-r .box-full-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	padding: 5px 20px 3px 20px;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	background-color: #00aca9;
	color: #ffffff;
}
.box-half-img .img-full-title-right, .box-half-img .box-full-title-right, .box-half-img-l .img-full-title-right, .box-half-img-l .box-full-title-right, .box-half-img-r .img-full-title-right, .box-half-img-r.box-full-title-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	padding: 5px 20px 3px 20px;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	background-color: #00aca9;
	color: #ffffff;
}
.box-half-img .img-full-title-center, .box-half-img .box-full-title-center, .box-half-img-l .img-full-title-center, .box-half-img-l .box-full-title-center, .box-half-img-r .img-full-title-center, .box-half-img-r .box-full-title-center {
	position: absolute;
	left: 50%;
	z-index: 100;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.full-title-center-inner {
	position: relative;
	left: -50%;
	z-index: 1;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	background-color: #00aca9;
	color: #ffffff;
	padding: 5px 20px 3px 20px;
}
#container-4 .box-half-img .box-full-title, #container-4 .box-half-img .box-full-title-right, #container-4 .box-half-img .box-full-title-center {
	bottom: auto;
	top: 0;
}
#container-4 .box-half-img .img-layer, #container-4 .box-half-img .img-layerbg {
	top: 40px;
}
.box-row, .box-row-img {
	position: relative;
	float: left;
	display: inline;
	width: 786px;
	height: 525px;
}
.box-row-img {
	width/**/:/**/ 726px;
	padding: 0px 60px 0px 0px;
}
.box-row {
	width: 480px;
	height: 525px;
	width/**/:/**/ 390px;
	min-height: 402px;
	height: auto !important;
	height/**/:/**/ 402px;
	padding: 60px 35px 60px 35px;
	border: 0;
	border-top: 1px solid #d9ccc8;
	border-bottom: 1px solid #d9ccc8;
	text-align: center;
}
.box-row h2 {
	margin-bottom: 60px;
	text-align: center;
}
.box-row-img .img-full {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 726px;
	height: 525px;
}
.box-row-img .img-full-title, .box-row-img .box-full-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	padding: 5px 20px 3px 20px;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	background-color: #00aca9;
	color: #ffffff;
}
.box-half-img .img-full-title a, .box-half-img .img-full-title-right a, .box-half-img .img-full-title-center a, .box-half-img .box-full-title a, .box-half-img .box-full-title-right a, .box-half-img .box-full-title-center a, .box-half-img-l .img-full-title a, .box-half-img-l .img-full-title-right a, .box-half-img-l .img-full-title-center a, .box-half-img-l .box-full-title a, .box-half-img-l .box-full-title-right a, .box-half-img-l .box-full-title-center a, .box-half-img-r .img-full-title a, .box-half-img-r .img-full-title-right a, .box-half-img-r .img-full-title-center a, .box-half-img-r .box-full-title a, .box-half-img-r .box-full-title-right a, .box-half-img-r .box-full-title-center a, .box-row-img .img-full-title a, .box-row-img .box-full-title a {
	color: #9a6760;
}
.box-half-img .img-full-title a:hover, .box-half-img .img-full-title-right a:hover, .box-half-img .img-full-title-center a:hover, .box-half-img .box-full-title a:hover, .box-half-img .box-full-title-right a:hover, .box-half-img .box-full-title-center a:hover, .box-half-img-l .img-full-title a:hover, .box-half-img-l .img-full-title-right a:hover, .box-half-img-l .img-full-title-center a:hover, .box-half-img-l .box-full-title a:hover, .box-half-img-l .box-full-title-right a:hover, .box-half-img-l .box-full-title-center a:hover, .box-half-img-r .img-full-title a:hover, .box-half-img-r .img-full-title-right a:hover, .box-half-img-r .img-full-title-center a:hover, .box-half-img-r .box-full-title a:hover, .box-half-img-r .box-full-title-right a:hover, .box-half-img-r .img-full-title-center a:hover, .box-row-img .img-full-title a:hover, .box-row-img .box-full-title a:hover {
	color: #ffffff;
}
.imgblend {
	position: relative;
	width: 1323px;
	height: 630px;
	margin-top: 40px;
	overflow: hidden;
}
.imgblend .imgblend-img-1, .imgblend .imgblend-img-2, .imgblend .imgblend-img-3, .imgblend .imgblend-img-4 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 1323px;
	height: 610px;
}
.imgblend .imgblend-img-2 {
	z-index: 2;
}
.imgblend .imgblend-img-3 {
	z-index: 3;
}
.imgblend .imgblend-img-4 {
	z-index: 4;
}
.imgblend .imgblend-img-5 {
	z-index: 5;
}
.imgblend .imgblend-img-6 {
	z-index: 6;
}
#container-2 .imgblend {
	height: 630px;
}
div.imgblendouter, div.routemap-btn {
	clear: both;
	margin: 0 auto;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}
a.imgbtnblend, a.imgbtnblend.off /*a.routemap-btn-zoom*/ {
float: left;
display: inline;
padding: 5px 10px 5px 10px;
 width: 120px;
text-align: center;
min-height: 10px;
height: auto !important;
height: 10px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #ffffff;
border: 1px solid #ffffff;
}
a.imgbtnblend:hover, a.imgbtnblend.on /*a.routemap-btn-zoom:hover*/ {
background-color: #ffffff;
color: #CECECC;
}
/*#container-2 div.routemap-btn {width:145px;}*/

.container-btn {
	clear: both;
	width: 40px;
	height: 40px;
	margin: 20px auto 0px auto;
	font-size: 0;
	white-space: nowrap;
}
.container-nav-left, .container-nav-right {
	position: absolute;
	z-index: 503;
	width: 52px;
	height: 45px;
	font-size: 0;
	white-space: nowrap;
}
.container-nav-right {
	z-index: 504;
}
.container-nav-left a, .container-nav-right a, .container-btn a {
	float: left;
	display: inline;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.container-nav-left a:hover, .container-nav-left a:active,
.container-nav-right a:hover, .container-nav-right a:active,
.container-btn a:hover, .container-btn a:active {
	background-position: 0px -40px;
}
.container-btn a.btn-next, .container-btn a.btn-next:visited {
	background-image: url(../btn/down-light.png);
}
.container-btn a.btn-prev, .container-btn a.btn-prev:visited {
	background-image: url(../btn/up-dark.png);
}
.container-btn a.btn-bottom, .container-btn a.btn-bottom:visited {
	background-image: url(../btn/down-dark.png);
}
.container-btn a.btn-top, .container-btn a.btn-top:visited {
	background-image: url(../btn/up-dark.png);
}
.container-btn a.btn-next-light, .container-btn a.btn-next-light:visited {
	background-image: url(../btn/down-dark.png);
}
.container-btn a.btn-top-light, .container-btn a.btn-prev-light:visited {
	background-image: url(../btn/up-dark.png);
}
.container-nav-left a, .container-nav-left a:visited {
	background-image: url(../btn/left-dark.png);
}
.container-nav-right a, .container-nav-right a:visited {
	background-image: url(../btn/right-dark.png);
}

.container-btn a.btn-next-light, .container-btn a.btn-next-light:visited {
	background-image: url(../btn/down-light.png);
}

/* start header-menu */

#main-menu-outer {
	position: absolute;
	left: 0px;
	bottom: -55px;
	z-index: 901;
	margin: 0;
	width: 100%;
	height: 60px;
	padding: 0;
	background-color: rgba(181,70,120,1);
	overflow: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}
#mm {
	position: relative;
	min-width: 480px;
	width: 480px;
	white-space: nowrap;
	min-height: 62px;
	height: auto !important;
	height: 62px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0;
	overflow: hidden;
}

ul#mm-ul {
	position: absolute;
	width: 480px;
	min-height: 44px;
	text-align: center;
	top: 30px;
	left: 5px;
	z-index: 1;
	min-width: 1px;
	margin: -2px 0 0 0;
	padding: 0 0 0 5px;
	border: 0;
	overflow: hidden;
}
ul#mm-ul li {
	float: left;
	display: inline;
	height: 24px;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
ul#mm-ul li a, ul#mm-ul li a.off {
	display: block;
	height: 42px;
	font-weight: 400;
	text-decoration: none;
	border: 0;
	overflow: hidden;
	color: #fff;
	letter-spacing: 2.0px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 8px 0px 8px;
	padding: 0px 5px 0px 5px;
}
ul#mm-ul li a.on, ul#mm-ul li a.menu-underline:hover {
	border-bottom: 2px solid #fff;
}

#main-menu-outer ul#mm-ul li .outer-submenu li {
    width: 232px;
}

#main-menu-outer .mm-logo,
#main-menu-outer .mainmenu-mobile {
	width:100%;
	height:100%;
	right: 0;
	top: 0;
	position:absolute;
	z-index: 1;
	padding:0;
	display: none;
}

#main-menu-outer .mm-logo {
	height: 47px;
	right: auto;
	left: 20px;
	top: 10px;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
#main-menu-outer .mm-logo img{
	height: 100%;
	width: auto;
}
#main-menu-outer .mm-logo.off {
	display: none;
}
#main-menu-outer .mm-logo.on {
	opacity: 1;
}

#main-menu-outer .mainmenu-mobile a.menu-btn {
  display: inline-block;
	height: 20px;
	right: 14px;
	padding: 15px;
	position: absolute;
	top: 6px;
	width: 20px;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
body:not(.mobile) #main-menu-outer:hover .mainmenu-mobile a.menu-btn,
#main-menu-outer.on .mainmenu-mobile a.menu-btn {
	-webkit-transition: background-color 0.2s linear 0.3s;
	-moz-transition: background-color 0.2s linear 0.3s;
	-o-transition: background-color 0.2s linear 0.3s;
	-ms-transition: background-color 0.2s linear 0.3s;
	transition: background-color 0.2s linear 0.3s;
}
#main-menu-outer .mainmenu-mobile a.menu-btn span {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 25px;
	left: 13px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
}
#main-menu-outer .mainmenu-mobile a.menu-btn span.first {
	top: 18px;
}
#main-menu-outer .mainmenu-mobile a.menu-btn span.middle {
	top: 24px
}
#main-menu-outer .mainmenu-mobile a.menu-btn span.last {
	top: 30px;
}
#main-menu-outer .mainmenu-mobile a.menu-btn span,
#main-menu-outer .mainmenu-mobile a.menu-btn span:first-child,
#main-menu-outer .mainmenu-mobile a.menu-btn span:last-child {
	transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
body:not(.mobile) #main-menu-outer:hover .mainmenu-mobile a.menu-btn span.middle,
#main-menu-outer.on .mainmenu-mobile a.menu-btn span.middle {
	background-color: transparent;
	opacity: 0;
}
body:not(.mobile) #main-menu-outer:hover .mainmenu-mobile a.menu-btn span:first-child,
body:not(.mobile) #main-menu-outer:hover .mainmenu-mobile a.menu-btn span:last-child,
#main-menu-outer.on .mainmenu-mobile a.menu-btn span:first-child,
#main-menu-outer.on .mainmenu-mobile a.menu-btn span:last-child {
	top: 25px;
}
body:not(.mobile) #main-menu-outer:hover .mainmenu-mobile a.menu-btn span:first-child,
#main-menu-outer.on .mainmenu-mobile a.menu-btn span:first-child {
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
body:not(.mobile) #main-menu-outer:hover .mainmenu-mobile a.menu-btn span:last-child,
#main-menu-outer.on .mainmenu-mobile a.menu-btn span:last-child {
	transform: translateY(-10px) rotate(45deg);
	-o-transform: translateY(-10px) rotate(45deg);
	-ms-transform: translateY(-10px) rotate(45deg);
	-webkit-transform: translateY(-10px) rotate(45deg);
	top: 35px;
}

#footer-outer {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	height: 150px;
	background-color: #412c29;
	overflow: hidden;
}
#footer-outer .footer {
	clear: both;
	margin: 24px auto 0px auto;
	min-width: 620px;
	width: 620px;
	height: 200px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #b0aea3;
}
/* start header-menu */

/* Start Terms */
ul#anchor {
	width: 800px;
	margin-bottom: 25px;
}
ul#anchor li {
	background-position: 0px 8px;
	padding: 0px 0px 0px 16px;
}
ul.terms {
	display: block;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
ol.terms {
	display: block;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
ul.terms li {
	margin: 1px 0px 4px 0px;
	text-align: justify;
}
ol.terms li {
	margin: 1px 0px 4px 18px;
}

#impressum-cnt ul.terms li a,
#impressum-cnt ol.terms li a {}
/* End Terms */


.container-outer.bg-responsive {
	width: 100%;
	height: auto;
	max-height: 90%;
	max-height: calc(100vH - 60px);
	padding: 0;
}
.container-outer.bg-responsive img,
img.img-responsive {
	width: 100%;
	height: auto;
}
.mobile .container-outer.bg-responsive {
	max-height: 600px;
}
.container-outer.bg-responsive.hide {
	display: none;
}	

.container-outer.container-outer-logo {
	background-image: url("../img/logo_scroll.png");
	background-position: center 70px;
	padding-top: 180px;
	background-repeat: no-repeat;
	padding-bottom: 120px;
	-webkit-background-size: 50px;
	-ms-background-size: 50px;
	-o-background-size: 50px;
	-moz-background-size: 50px;
	background-size: 50px;
}	

section.bg-fixed {
	position: relative;
	width: 100%;
	height: 900px;
	height: 90vh;
}

section.bg-fixed .bg-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.bg-fixed .bg-wrap .bg {
	position: fixed;
	display: block;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
}

.fixed-bg.container-outer.bg-responsive {
	position: relative;
	top: auto;
	left: auto;	
	z-index: -1;
	max-height: 90vh;
	height: 100vH;
	background: #ffffff url() no-repeat center bottom;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;		
	background-attachment: fixed;
}

.house-map-btn { width:100%; max-width:1161px; margin: 0 auto 40px auto; text-align:center; }
.house-map-btn a.outline-outward-wohnung-black {
	background-color: #fafafa;
	border: #fafafa 1px solid;
	font-size: 16px;
	letter-spacing: 1px;
	opacity: 1;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Geomanist', sans-serif;
}
.outline-outward-wohnung-black:before {
  border: #e1e1e1 solid 2px !important;
}


/* NEWS */
.news-cnt {
	padding: 0px 30px 30px 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.news-cnt:last-child,
.news-cnt.last {
	border-bottom: none;
}

.bbgb, .bbgt:hover{
  border: 7px solid transparent;  
  border-image-source: linear-gradient(rgba(181,70,120,0.3), rgba(181,70,120,0.9));
  border-image-slice: 10;
}

.bbgt, .bbgb:hover{
  border: 7px solid transparent;  
  border-image-source: linear-gradient(rgba(181,70,120,0.9), rgba(181,70,120,0.3));
  border-image-slice: 10;
}

.white {
	background-color: #afb1ae;
	color: #ffffff;
}
.black {
	background-color: #fafafa;
}
.news-bild-l, .news-bild-r {
	float: left;
	margin-bottom: 5px;
}
.news-text-r {
	float: left;
	width: 500px;
	text-align: left;
	padding: 30px 0px 0px 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.news-text-l {
	float: left;
	width: 500px;
	text-align: left;
	padding: 30px 30px 0px 0px;
	margin-bottom: 5px;
	margin-right: 30px;
}
.news-text-r h4, .news-text-l h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #b54678;
}
.container-box-fix p.datum {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
	 text-transform: uppercase;
}
.news-btn {
	margin: 0 auto;
	text-align: center;
	min-height: 34px;
}
.news-btn.mb{margin-bottom: 20px; margin-right: 30px;}

.news-cnt h5 {
  margin-bottom: 15px;
	color: #5C5B59;
}

.news-cnt a.lnk {
	font-weight: bold;
	white-space: nowrap;
}
.news-cnt a.lnk:hover, .news-cnt a.lnk:active {
	color: rgba(204,53,108,1);
}

#container-5 .news-btn a.outline-outward-news-black {
	background-color: #afb1ae;
	color: #ffffff;
	opacity: 1;
	width: 120px;
	margin: auto;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
}

#container-5 .news-btn a.outline-outward-news-white {
	background-color: #afb1ae;
	color: #ffffff;
	opacity: 1;
	width: 120px;
	margin: auto;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
}

.text-outer {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px 20px 10px 0px;
	-webkit-transition: height 0.3s linear, max-height 0.3s linear;
	-o-transition: height 0.3s linear, max-height 0.3s linear;
	-ms-transition: height 0.3s linear, max-height 0.3s linear;
	transition: height 0.3s linear, max-height 0.3s linear;
}

@media screen and (max-width: 1259px){
	.news-cnt {
		width: 100%;
    max-width: 800px;
    margin-left: auto;
		margin-right: auto;
    padding: 0px 15px 30px 15px;
		width: 100%;
		width: calc(100% - 30px);
	}
	
	.news-cnt a.button {display: none;}
	
	.news-bild-l, .news-bild-r,
	.news-text-l, .news-text-r 	{
		width: 100%;
		width: calc(100% - 40px);
		max-width: 534px;
		min-height: auto !important;
		margin: 0 auto !important;
		float: none;
		text-align: center;
	}

	.news-text-l, .news-text-r 	{
		padding: 20px 20px 0 20px;
		max-width: 800px;
	}

	.container-box .sepline, .container-box-fix .sepline {
		margin: 24px 15px 24px 15px;
	}

	.news-btn {display: none;}

	.text-outer {
		overflow: visible;
		height: auto !important;
		padding: 0;
		margin: 0;
	}
	
	.container-box .overlay-description .inner .descr h1,
	.container-box .overlay-description .inner .descr1 h1 {margin-bottom: 0; font-size: 24px; line-height: 30px; letter-spacing: 1.2px;}
	.container-box .overlay-description .inner .descr span.small {
		line-height: initial;
	}	

}

@media screen and (orientation: landscape) and (max-height: 760px){
	.container-box .overlay-description .inner .descr h1,
	.container-box .overlay-description .inner .descr1 h1 {margin-bottom: 0; font-size: 3em; line-height: 1em; letter-spacing: 1.2px;}
	.container-box .overlay-description .inner .descr span.small {
		line-height: initial;
	}	
}

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

	.container-box h1.hline, .container-box-fix h1.hline {
    font-size: 26px;
    line-height: 27px;
	}
	.container-box .overlay-description .inner .descr h1,
	.container-box .overlay-description .inner .descr1 h1 {margin-bottom: 0; font-size: 20px; line-height: 26px; letter-spacing: 1.2px;}
	.container-box .overlay-description .inner .descr span.small {
		line-height: initial;
	}

	.news-bild-l, .news-bild-r	{
		width: 100% !important;
		padding: 0;
	}
	.news-bild-l .img-full, .news-bild-r .img-full {
		position: relative;
		left: 50% !important;
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

/* FOOTER */
#impressum-outer {
	clear: bloth; float: left;
	width: 100%;
	background-color: #8c254f;
	color: #ffffff;
	min-height: 40px;
	text-align: center;
	font-size: 0;
	padding:0;
	font-size: 0;
}
#impressum-inner {
	clear: bloth;
	min-height: 40px;
	width: 100%;
	margin: 0;
	padding:0;
	font-size: 0;
}
#impressum-inner h2, #impressum-inner h3, #impressum-inner h4 {
	margin-bottom: 20px;
}

#impressum-btn a, #impressum-btn {
	height: 22px; letter-spacing: 0.7px; margin: 2px 0 20px 0;
}
#impressum-btn a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding-top: 12px;
	width: 226px;
	margin: 0 auto;
}
#impressum-btn a:hover {
	border-bottom: 1px solid #ffffff;
}
#impressum-cnt-outer {
	clear: bloth;
	height: 0px;
	display: block;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
	-webkit-transition: height 0.9s linear;
	-moz-transition: height 0.9s linear;
	-o-transition: height 0.9s linear;
	-ms-transition: height 0.9s linear;
	transition: height 0.9s linear;	
}

#impressum-cnt {
	position: relative;
	clear: bloth;
	overflow: hidden;
	min-height: 0px;
	height: auto !important;
	height: 0px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 45px;
	font-size: 0;
}

#impressum-cnt .close-btn {
	position: relative; left: 50%; bottom: 60px; margin: 20px 0px 0px -20px;
	width: 40px; height: 40px; overflow: hidden;}
#impressum-cnt .close-btn a {
	height: 40px; display: block; font-size: 0; background-repeat: no-repeat; background-image: url(../btn/up-light-close.png); background-position: 0px 0px;
}
#impressum-cnt .close-btn a:hover {
	background-position: 0px -40px;
}

#impressum-cnt a, #impressum-cnt a:visited {
   color: #fbb8ea;
}
#impressum-cnt a:hover, #impressum-cnt a:active{
	color: #ffffff;
}

#segment-imprint,
#segment-privacy {clear: bloth; float: left; display: inline; width: 100%; min-height: 10px; height: auto !important; height: 10px; margin: 0; font-size: 16px; line-height: 24px;}
#segment-imprint {padding: 40px 15px 40px 15px; width: calc(100% - 30px);}
#segment-privacy {padding: 40px 0px 60px 0px;}

#impressum-cnt p {
	text-align: justify;
}


#impressum-cnt ul.datenschutz li {
	float: left;
	list-style: none;
	width: 100%;
	margin-right: 50px;
	margin-bottom: 22px;
}

#impressum-cnt ul.datenschutz > li {
	width: 45%;
	width: calc(50% - 25px);
}
@media screen and (max-width: 1024px){
	#impressum-cnt ul.datenschutz > li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#impressum-cnt ul.datenschutz li {
		text-align: center;
	}
}

#impressum-cnt ul.datenschutz li ul li {
	margin: 0px;
}
#impressum-cnt ul.datenschutz li:nth-child(2n) {
	margin-right: 0px;
}
#impressum-cnt ul.datenschutz li:nth-child(2n+1) {
	clear: both;
}
#impressum-cnt .sepline-light {
	background-color: #9D9D99;
	clear: both;
	display: block;
	font-size: 0;
	height: 1px;
	margin: 15px 0 20px;
	overflow: hidden;
}
#footer-outer {
	width: 100%;
	background-color: #333330;
	color: #FFF;
	border-top: 1px solid #FFF;
	background-image: url("../img/noise_bg.png");
	background-repeat: repeat;	
}
#footer-inner {
	margin: 0 auto;
	padding: 30px 22px;
	max-width: 1151px;
	width: 100%;
	width: calc(100% - 22px);
}

#footer-inner ul{
   width: 100%;
}
#footer-inner li {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.7px;
	list-style: none;
	text-align: center;
	width: 100%;
	display: inline-block;
	width: calc(100% - 22px);
}

#footer-inner ul.table li {
	width: 28%;
	padding: 1%;
}

#footer-inner ul.table li.l {text-align: right;}
#footer-inner ul.table li.r {text-align: left;}

#footer-inner li  img {
	width: 100%; max-width: 200px; height: auto; margin-top: 25%;
}

#footer-inner li h3 {
	margin-bottom: 10px;
}

#footer-inner a, #footer-inner a:visited, #footer-inner a.off {color: #cccccc;}
#footer-inner a:hover, #footer-inner a.n {color: #ffffff;}


body.mobile #footer-outer {
	min-height: 350px;
}

#impressum-outer h1,
#impressum-outer h2,
#impressum-outer h3,
#impressum-outer h4,
#impressum-outer h5,
#impressum-outer h6 {
  color: #fff;
}


span.lbl {margin-right: 10px;}


@media screen and (max-width: 1259px){
	.box-txt {
    max-width: 800px;
	}
}

@media screen and (max-width: 1160px){
	.ul-submenu li { font-size: 14px;	padding-left: 7px; padding-right: 7px;}
}


@media screen and (max-width: 1010px){
	
	.ul-submenu li { padding-left: 5px;	padding-right: 5px; }
	
	body.mobile .elbe1{
		padding-top: 0;
		max-height:450px;
	}

}

@media screen and (max-width: 959px) and (max-height: 400px) and (orientation: landscape){
		.container-box .overlay-description .inner  {display: none;}
		.container-box .overlay-description .container-btn {margin-top: 0;}
}

@media screen and (min-width: 840px){
	#main-menu-outer.fix {
		position: fixed !important;
	}
	#main-menu-outer.abs {
		position: absolute !important;
	}
}

@media screen and (max-width: 839px){
	.logo-start {display: none !important;}
	#container-1 {
    padding-top: 62px;
	}
	#container-1 .container-box {
		padding-bottom: 0;
	}

	#main-menu-outer .mm-logo {
		display: none;
	}

	#mm {
    min-width:  100%;
    width: 100%;
	}

	ul#mm-ul li a.on, ul#mm-ul li a.menu-underline:hover {
		border: none;
	}

	#main-menu-outer .mainmenu-mobile {
		display: block;
	}

	#main-menu-outer {
		position: absolute !important;
		overflow: visible !important;
		right: 0 !important;
		top: 0 !important;
		height: 62px !important;
		min-height: 1px;
		width: 100%;
		display: block;
		-webkit-transition: none;
		transition: none;
	}
	body:not(.mobile) #main-menu-outer:hover,
	#main-menu-outer.on {
		height: 550px;
	}

	#mm,
	ul#mm-ul {
		overflow: visible;
		height: auto;
	}

	#main-menu-outer ul#mm-ul {
		z-index: -1;
		float: none;
		width: 100%;
		background-color: rgba(181,70,120,1);
		background-image: url("../img/noise_bg.png");
		background-repeat: repeat;
    text-align: right;
		padding: 0;
		margin-top: 62px;
		padding: 0 0 20px;
		opacity: 1;
		left: 0;
		top: -400px !important;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	ul#mm-ul li a, ul#mm-ul li a.off {
		color: #fff;
		height: auto;
	}

	#main-menu-outer ul#mm-ul  .ul-submenu li.head {display: none !important;}

	#main-menu-outer.on ul#mm-ul,
	body:not(.mobile) #main-menu-outer:hover ul#mm-ul {
		top: 0 !important;
	}

	#main-menu-outer ul#mm-ul li, #main-menu-outer ul#mm-ul li:first-child {
		display: block;
		float: none;
		padding: 12px 15px 0;
		height: auto;
	}

	.outer-submenu {
		display: none;
	}

	#main-menu-outer ul#mm-ul li  .outer-submenu, #main-menu-outer ul#mm-ul li  .outer-submenu:after  {
		background: none;
		position: relative;
		top: 0;
		display: block;
		height: auto;
	}


	#main-menu-outer ul#mm-ul li  .outer-submenu .inner-submenu {
    display: inline-block;
	}

	#main-menu-outer ul#mm-ul li  .outer-submenu .ul-submenu {
			position: relative;
			padding: 2px 0 0;
			right: 0;
			height: auto;
			width: 100% !important;
	}
	#main-menu-outer ul#mm-ul li  .outer-submenu .ul-submenu li, #main-menu-outer ul#mm-ul li  .outer-submenu .ul-submenu li:first-child {
    clear: both;
    display: block;
    float: none;
    padding: 0;
		font-size: 13px;
		width: 100%
  }
	#main-menu-outer ul#mm-ul li  .outer-submenu .ul-submenu li a:hover, #main-menu-outer ul#mm-ul li  .outer-submenu .ul-submenu li a.on {
		color: #afcb08;
	}
	#main-menu-outer ul#mm-ul li  .outer-submenu .ul-submenu li.sepline {
		height: 5px;
		padding: 0;
		font-size: 0;
	}

	#main-menu-outer ul#mm-ul li  .outer-submenu .ul-submenu li a {
			display: block;
			text-align: right;
	}
}

@media screen and (max-width: 759px){
	#footer-outer,
	#footer-inner	{
    height: auto;
	}

	#footer-inner li {
		float: none;
		clear: both;
		display: block;
		height: auto;
		width: 100% !important;
		max-width: 100% !important;
		width: calc(100% - 44px) !important;
		text-align: center !important;
		padding-bottom: 30px;
		margin: 0 !important;
	}

	#footer-inner li  img {
		margin-top: 0;
	}

}

@media screen and (max-height: 600px){
	#minWidthFrame > .outer-submenu { position: absolute !important;}
}

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

	.container-box h1.hline, .container-box-fix h1.hline {
    font-size: 20px;
	}
	
	body.mobile .mobile-br {
		white-space: pre;
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
	}

	body.mobile .elbe1{
		max-height:300px;
	}
	
	.news-cnt a.lnk {
    font-size: 14px;
	}	

}

@media screen and (max-device-width: 480px){
  body {
    -webkit-text-size-adjust: none;
  }
	body.safari section.bg-fixed {
		height: 600px;
		height: 90vh;
	}	
}


div.fixed-bg {display: block !important;}
section.bg-fixed {display: none !important;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	div.fixed-bg {display: none !important;}
	section.bg-fixed {display: block !important;}

	body:not(.safari) div.fixed-bg {display: block !important;}
	body:not(.safari) section.bg-fixed {display: none !important;}	

  #loader .progress {
			background-image: url(../img/preloader.gif);
  }
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
	-webkit-font-smoothing: subpixel-antialiased; 
}
