html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: "InfoTextWeb";
    font-style: normal;
    font-weight: normal;
    src: url("InfoTextWeb.eot") format("embedded-opentype"), url("InfoTextWeb.woff") format("woff");
}
@font-face {
    font-family: "InfoTextWeb";
    font-style: normal;
    font-weight: bold;
    src: url("InfoTextWeb-Bold.eot") format("embedded-opentype"), url("InfoTextWeb-Bold.woff") format("woff");
}
@font-face {
    font-family: "InfoTextWeb";
    font-style: italic;
    font-weight: normal;
    src: url("InfoTextWeb-Italic.eot") format("embedded-opentype"), url("InfoTextWeb-Italic.woff") format("woff");
}
@font-face {
    font-family: "InfoTextWeb";
    font-style: italic;
    font-weight: bold;
    src: url("InfoTextWeb-BoldItalic.eot") format("embedded-opentype"), url("InfoTextWeb-BoldItalic.woff") format("woff");
}

/*body > div { -webkit-transition: all .2s ease-in-out; }*/

i {
	background-image: url('../images/sprites.png');
    background-repeat: no-repeat;
    display: inline-block;
	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  i {
    background-image: url('../images/sprites_retina.png');
    background-size: 350px 283px;
  }
}
#debug {
    position: fixed;
    background-color: #ccc;
    color: #fff;
    padding: .25em;
    z-index: 1000;
    top: 0;
    left: 0;
}

body {
	font-family: 'InfoTextWeb', Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
}
body.portrait div#site {
	display: none;
}
div#rotate-info {
	display: none;
	background: #fff url('../images/rotate_ipad.png') center center no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
}
div#hand {
    background: url('../images/hand.png') center center no-repeat;
    width: 290px;
    height: 368px;
    position: fixed;
    z-index: 100000;
    
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);

    left: 700px;
    bottom: -400px;
}
div#hand-touch-me {
    background: url('../images/hand_touch_me.png') center center;
    width: 512px;
    height: 128px;
    position: absolute;
    z-index: 10000;
    top: 480px;
    left: 100px;
    display: none;
}
div#hand-touch-me.right {
    left: auto;
    right: 100px;
}

div#hand.animate {
    bottom: 80px;
    left: 250px;
    -moz-transform: rotate(60deg);
    -moz-transition: -moz-transform 2s, left 2s, bottom 2s;

    -webkit-transform: rotate(60deg);
    -webkit-transition: -webkit-transform 2s, left 2s, bottom 2s;
}

div#hand.animate_1 {
    bottom: 80px;
    left: 1350px;
    
    transform: rotateY(180deg) rotate(70deg);
    -moz-transition: -moz-transform 2s, left 2s, bottom 2s;

    -webkit-transform: rotateY(180deg) rotate(70deg);
    -webkit-transition: -webkit-transform 2s, left 2s, bottom 2s;
}

body.portrait div#rotate-info {
	display: block;
}
#site {
	background: #a1adba url('../images/background.jpg') center center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}
header {
	height: 120px;
	background-color: #fff;
}
a#logo {
	display: inline-block;
	position: relative;
	left: 130px;
	top: 60px;
}
a#logo i {
	width: 210px;
	height: 50px;
}

ul#navigation {
	position: absolute;
	left: 410px;
	top: 82px;
}

ul#navigation li {
	display: inline-block;
	margin-right: 30px;
}

ul#navigation li a {
	font-size: 1.4em;
	color: #ABBFD0;
	text-decoration: none;
	text-transform: uppercase;
}
ul#navigation li.active a,
ul#navigation li a:hover {
	color: #74b33b;
}

body.home #content {
	text-align: center;
}
#home {
	text-align: left;
	color: #fff;
	top: 200px;
	left: 120px;
	position: absolute;
}
#home h1 {
	font-size: 3.4em;
	line-height: 1.1em;
}
#home h2 {
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.1em;
}
#home-links {
	margin: auto;
    position: relative;
    top: 350px;
    width: 700px;
}
#home-links a{
	display: block;
	width: 344px;
	height: 320px;
	position: absolute;
}

#home-links a#link-rundgang {
	left: 350px;
	background: url('../images/home-icon-rundgang.png') no-repeat center center;
}
#home-links a#link-standorte {
	left: 0;
	background: url('../images/home-icon-standorte.png') no-repeat center center;
}

#location i, #location.map i {
	width: 82px;
	height: 82px;
	position: absolute;
	right: 20px;
	top: 25px;
	background-position: -80px -190px;;
}
#location.panorama i {
	background-position: 0px -190px;
}


#bar div.blue {
	background-color: #004173;
    height: 12px;
    margin-right: 20px;
    width: 100%;
}
#bar div.gray {
	border-left: 10px solid #fff;
	background-color: #ABBFD0;
    height: 12px;
    position: relative;

    margin-left: 340px;
}

footer {
	background-color: rgba(171, 191, 208, .7);
	height: 60px;
	line-height: 60px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
}
footer span {
	padding-right: 30px;
}

#park-legend {
	position: absolute;
	left: 130px;
	top: 300px;
	width: 300px;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.2em;
}

#park-legend h1 {
	text-transform: uppercase;
	background-color: #74B33B;
	padding: .3em;
	display: inline-block;
	margin-bottom: 1em;
}
#park-legend p {
	margin-bottom: .5em;
	/*text-shadow: 0 0 3px #000;*/
    color: #004173;
}

#park-image {
	position: absolute;
	left: 40px;
	top: 460px;
}
#park-legend div.legend,
#park-image img {
	display: none;
}

#standorte {
    position: fixed;
    text-align: center;
    left: 42%;
}
#standort-map {
	top: 0;
	position: relative;
	background: url('../images/map.png') center center no-repeat;
	width: 700px;
	height: 955px;
	margin: auto;
}

#standort-markers div.city {
    position: absolute;
    z-index: 100;
}
#standort-markers div.city span {
    background-color: #F4941D;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    left: 8px;
    line-height: 1.2em;
    padding: 0.2em 0.5em;
    position: absolute;
    text-transform: uppercase;
    top: -8px;
}
#standort-markers div.city i {
    background-position: 0 -114px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 15px;
}




#standort-markers div.standort-marker {
    position: absolute;
    min-width: 400px;
}
#standort-markers div.standort-marker.active {
    z-index: 1000!important;
}

#standort-markers div.standort-marker .marker-title {
    cursor: pointer;
}
#standort-markers div.standort-marker .marker-title-small,
#standort-markers div.standort-marker .marker-close-small {
    display: none;
}

#standort-markers div.standort-marker .text b {
    text-transform: uppercase;
}
#standort-markers div.standort-marker .text {
    text-transform: none;
    padding-bottom: .25em;
}
#standort-markers div.standort-marker .text p {
    margin-bottom: 1em;
}
#standort-markers div.standort-marker .text ul li {
    background: url('../img/li.png') no-repeat left top;
    padding-bottom: 0.4em;
    padding-left: 14px;
}
#standort-markers div.standort-marker span b {
    text-transform: uppercase;  
} 

/*.node-standort-karte {margin-top:-8em;position:absolute;z-index:1111;}
#standorte {padding-bottom:11em!important;}*/
.node-type-standort-liste #content h4,
.node-type-standort-karte #content h4 {
    margin-bottom: .5em;
}
.node-type-standort-karte #content, .node-type-standort-liste #content {padding:0 !important;}
div#content .node-standort-karte , div#content .node-standort-liste {
    font-size: .8em;
    line-height: 1.1em;
    padding: 0 0 0 57px;
    position: absolute;
    bottom: 580px;
    width: 170px;
}
div#content .node-standort-liste {
    bottom: 720px;
}

div#content .node-standort-karte p, div#content .node-standort-liste p {
    font-size: 0.9em;
}
div#content .node-standort-karte a, div#content .node-standort-liste a {
    color: #004173;
}
div#content .node-standort-karte a:hover, div#content .node-standort-liste a:hover {
    color: #fff;
}

/* LET */
#standort-markers div.standort-marker.status-let, ul#standort-legend li.status-let {
    line-height: 26px;
    font-size: 60%;
    color: #718ba4;
}

#standort-markers div.standort-marker.status-let .marker-title span {
    display: none;
}
#standort-markers div.standort-marker.status-let.active .marker-title span {
    display: inline;
}
#standort-markers div.standort-marker.status-let span, ul#standort-legend li.status-let span {
    margin-left: 12px;
    padding: 3px 5px 2px 5px;
    background-color: #fff;
}
#standort-markers div.standort-marker.status-available span span, ul#standort-legend li.status-available span span{
    padding: 0!important;
    margin: 0!important;
}
#standort-markers div.standort-marker.status-let i, ul#standort-legend li.status-let i  {
    width: 27px;
    height: 27px;
    background-position: 0 -57px;
    position: absolute;
    
}
#standort-markers div.standort-marker.status-let.active span {
    background-color: #004173;
    color: #fff;
}
#standort-markers div.standort-marker.status-let.active i {
    background-position: 0 -84px;
}
.let span span  {
    margin:0!important;
    padding:0!important;
}


/* Entwicklungsgrundstücke */
#standort-markers div.standort-marker.status-entwicklung, ul#standort-legend li.status-entwicklung {
    line-height: 26px;
    font-size: 60%;
    color: #718ba4;
}

#standort-markers div.standort-marker.status-entwicklung .marker-title span {
    
}
#standort-markers div.standort-marker.status-entwicklung.active .marker-title span {
    display: inline;
}
#standort-markers div.standort-marker.status-entwicklung span, ul#standort-legend li.status-entwicklung span {
    margin-left: 12px;
    padding: 3px 5px 2px 18px;
    background-color: #fff;
}
#standort-markers div.standort-marker.status-entwicklung i, ul#standort-legend li.status-entwicklung i  {
    width: 27px;
    height: 27px;
    background-position: 0 -84px;
    position: absolute;
    
}
#standort-markers div.standort-marker.status-entwicklung.active span {
    background-color: #004173;
    color: #fff;
}
#standort-markers div.standort-marker.status-let .entwicklung i, ul#standort-legend li.status-let .entwicklung i  {
    background-position: 0 -84px;
}
#standort-markers div.standort-marker.status-let.active .entwicklung i {
    background-position: 0 -57px;    
}
.entwicklung span span  {
    display:none!important;
    margin:0!important;
    padding:0!important;
}



/* AVAILABLE */
#standort-markers div.standort-marker.status-available, ul#standort-legend li.status-available {
    line-height: 38px;
    font-size: 70%;
    color: #fff;
    text-transform: uppercase;
    z-index: 101;
}

#standort-markers div.standort-marker.status-available span, ul#standort-legend li.status-available span {
    margin-left: 24px;
    padding: 7px 10px 5px 30px;
    background-color: #87bc46;
    display: none;
}
#standort-markers div.standort-marker.status-available.active span {
	display: inline;
}

#standort-markers div.standort-marker.status-available i, ul#standort-legend li.status-available i {
    width: 39px;
    height: 38px;
    background-position: -28px -57px;
    position: absolute;   
}
#standort-markers div.standort-marker.status-available.active span {
    background-color: #74B33B;
}
#standort-markers div.standort-marker.status-available.active i {
	width: 75px;
	height: 75px;
    background-position: -83px -194px;
    left: -19px;
    top: -15px;
}

#standort-markers div.standort-marker .marker-title {
    position: absolute;
    z-index: 100;
    font-size: 1.8em;
}
#standort-markers div.standort-marker.active .marker-content {
    display: block;
}
#standort-markers div.standort-marker .marker-content {
    display: none;
    position: absolute;
    top: 21px;
    left: 20px;
    line-height: 1.2em;
}

#standort-markers div.standort-marker .marker-content img {
    width: 100%;
}
#standort-markers div.standort-marker .marker-content .marker-top {
    background-color: #fff;
    padding: 20px;
}

#standort-markers div.standort-marker.status-available .marker-content {
    top: 28px;
    color: #333;   
}
