﻿body
{
  font-family: Arial, Helvetica, sans-serif;
  height:100%;
  margin:0;
  padding:0;
  overflow: hidden;
} 

#editButtons {
	position: absolute; 
	left: 65px; 
	top: 100px; 
	z-index: 1000; 
}

#editButtons .btn-default.active  {
    background: blue;
    color: white;
}

#editButtons div.form-group {
background: transparent url("../images/transparent_pixel_white.png") repeat scroll 0% 0%;
padding: 0.5em;
}

#spinner {
	position: absolute;
	z-index: 800;
	left: 41%;
	top: 49%;
}

#draggable-editor { 
	max-height: 78%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 350px; 
	/* max-width: 100%; */
	position: absolute; 
	left: 65px; 
	top: 160px;
	background: #FFF;
	z-index: 751;
	border-radius: 5px;
	padding: 10px;
	box-shadow: -2px 3px 10px -2px rgba(100, 100, 100, 0.5);
	cursor: pointer;
	opacity: 0.97;
}
#form-content {
	overflow-x: hidden;
	overflow-y: auto;
	height: 92%;
	padding: 10px;
}

.info_img {
	max-width: 100%;
	max-height: 100px;
}
.imageFile {
	font-size: 12px;
	line-height: 1;
	margin: 5px 5px 0 5px;
	padding: 5px;
	color: white;
	display: inline-block;
    overflow: hidden;
    position: relative;
}
.fileinput-button {
	background-color: #86BC17;
}
.upload {
	cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.deleteImg {
	background-color: #d9534f;
}

.modal-content {
  min-width: 300px;
}
.modal-header {
	border-bottom: none;
}
ul li input[type=checkbox]
{
  background-color:#FFF;
  border:1px solid #000;
  position:relative;
  top:2px;
}

#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

#searchAreaDiv {
  background-color: #F0F0F0;
  box-shadow: 0px -1px 1px #777 inset;
  height: 70px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #999999;
}

#logo {
  background-image: url("../images/stadtplan.jpg");
  background-repeat: no-repeat;  
  float: left;
  height: 65px;
  position: absolute;
  top: 0px;
  width: 214px;
}

#logo2 {
  background-repeat: no-repeat;
  height: 65px;
  margin-left: 229px;
  position: absolute;
  top: 0px;
  /* width: 262px; */
}


/* -----------Menu Bereich-------------------------------------- */

#menuBar
{
  background-color: #AFD924;
  height: 19px;
  left: 0px;
  overflow: hidden;
  right: 0px;
  top: 0px;
  z-index: 1;
}


#menuBar ul {
  text-decoration: none;
}

#menuBar li {
  padding-right: 30px;
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
}


#menuBar li a {
  color: #fff;
  font-weight: bolder;
  font-size: 14px;
}



#collapsPOIElementBtn
{
  bottom:9px;
  overflow:hidden;
  position:absolute;
  right:0;
  z-index:1000;
}

#floatingOnTop
{
  background-color:#fff;
  height:450px;
  left:45px;
  overflow:hidden;
  position:fixed;
  top:145px;
  visibility:hidden;
  width:900px;
  z-index:10;
}


#floatingPOIElementBox
{
 height: 82px;
 left: 17px;
 overflow: hidden;
 position: relative;
 top: 0px;
 visibility: visible;
 width: 220px;
 z-index: 1000;
}


#inputPositionInfoText
{
  background:none;
  border:0;
  color:#888;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.7em;
  height:27px;
  position:absolute;
  top:40px;
  width:160px;
  z-index:11;
}


#multipleSelectionInfoBox
{
  -moz-box-shadow:2px 5px 7px #777;
  -webkit-box-shadow:2px 5px 7px #777;
  background-color:#fff;
  border:1px solid #aaa;
  box-shadow:2px 5px 7px #777;
  color:#444;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.7em;
  height:45px;
  left:12px;
  overflow:hidden;
  padding-left:5px;
  padding-top:5px;
  position:absolute;
  top:55px;
  visibility:hidden;
  width:180px;
  z-index:20;
}

#multipleSelectionInfoText
{
  background:none;
  border:0;
  color:#888;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.7em;
  height:27px;
  left:12px;
  position:absolute;
  top:40px;
  visibility:hidden;
  width:160px;
  z-index:11;
}



#searchControlContainer {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    height: auto;
}

#searchPOICategory
{
  background-color:#fff;
  border:1px solid #ccc;
  height:27px;
  left:0;
  overflow:hidden;
  position:relative;
  top:10px;
  width:111px;
  z-index:11;
}

#searchPOICategoryBtn
{
  background-color:#fff;
  height:29px;
  left:125px;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  top:10px;
  width:29px;
  z-index:12;
}

#searchPOISelect
{
  background-color:#fff;
  border:1px solid #ccc;
  height:27px;
  left:185px;
  overflow:hidden;
  position:absolute;
  top:10px;
  width:202px;
  z-index:11;
}

#searchPOISelectBtn
{
  background-color:#fff;
  height:29px;
  left:388px;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  top:10px;
  width:29px;
  z-index:12;
}


.inputField
{
  background:#fff;
  border:0;
  color:#222;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
}



.searchTextFieldIntern
{
  background-color:transparent;
  border:0;
  line-height:27px;
  overflow:hidden;
  z-index:11;
}


.searchadressbox
{
  height: 52px;
  position: absolute;
  top: 0px;
  width: 276px;
}

div.child
{
  padding:5px!important;
}

/* -------------- Addressbox  -------------------------------------------*/

  
.adressInputField
{
  background:#fff;
  border:0;
  color:#777;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
  width: 100%;
}

.messageText
{
  background:none;
  border:0;
  color:#222;
  font-family:Arial, Helvetica, sans-serif;
  font-size:90%;
}
  
  #addressWhiteBox
{
  background-color:#fff;
  border:1px solid #aaa;
  bottom:5px;
  left:5px;
  overflow:auto;
  position:absolute;
  right:5px;
  top:5px;
}
  
#floatingAddressBox
{
	height: 192px;
	left: -59px;
	overflow: inherit;
	position: absolute;
	top: 56px;
	visibility: hidden;
	width: 380px;
	z-index: 1000;
}


#collapsAddressBtn
{
  top: -12px;
  overflow:hidden;
  position:absolute;
  right: 10px;
  z-index:1000;
}

#addressGrayBox
{
  -moz-box-shadow:2px 5px 7px #777;
  -webkit-box-shadow:2px 5px 7px #777;
  background-color:#f0f0f0;
  bottom:10px;
  box-shadow:2px 5px 7px #777;
  left:5px;
  overflow:hidden;
  position:absolute;
  right:30px;
  top:5px;
}

#OrangeInfoBox
{
  -moz-box-shadow:2px 5px 7px #777;
  -webkit-box-shadow:2px 5px 7px #777;
  background-color:#ffd58d;
  border:2px solid #ff9b58;
  box-shadow:2px 5px 7px #777;
  height:25px;
  left:13px;
  overflow:hidden;
  padding-left:10px;
  padding-top:10px;
  position:absolute;
  top:41px;
  visibility:hidden;
  width:185px;
  z-index:20;
}

#searchInputField
{
	background-color:#fff;
	border:1px solid #ccc;
	height:27px;
	overflow:hidden;
	position:relative;
	top:11px;
	width:288px;
	padding-left: 3px;
	z-index:800;
}

#inputPositionInfoText
{
  background:none;
  border:0;
  color:#888;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.7em;
  height:27px;
  position:absolute;
  top:40px;
  width:160px;
  z-index:11;
}

#searchBtn
{
  background-color:#AFD924;
  height: 27px;
  left:230px;
  position:absolute;
  top: 11px;
  display: block;
  z-index: 801;
}

#searchbtnimg {
    height: 27px;
}

#selectbtnimg {
    height: 27px;
}


 
#selectBtn {
 display: none;
}

#poiselectimage {
background-color:#AFD924;
}

#poicategoryimg {
background-color:#AFD924;
}

/* map settings --------------------------------------------- */

#map
{
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
}

.olControlLayerSwitcher {
  left: 0 !important;
}

.olControlOverviewMapContainer {
    bottom: 130px !important;
}

.olControlScaleLine {
    bottom: 100px !important;
}

.olControlEditingToolbar {
  left: 0; !important;
}

.crosshair {
	cursor: crosshair !important;
}

#measureDisplay h2 {
	text-align: center;
}

.function-button{
position: absolute;
bottom: 30px;
z-index:750;
width: 100%;
}

.center {
  margin: 0 auto;
  text-align: center;
}
#locationButton {
	background: url('../images/glass_button_satellit.png'); 
	width: 70px; 
	height: 75px; 
	border: 0; 
}
#TreffpunktButton {
	background: url('../images/glass_button_fahne.png'); 
	width: 70px; 
	height: 75px; 
	border: 0; 
}

#locationButton:hover {
	color: red;
}

/*freies Messen*/
#messen1Button {
	background: url('../images/glass_button_meterstab.png'); 
	width: 70px; 
	height: 75px; 
 	border: 0; 
}


/*Messen zum Loch*/
#messen2Button {
	background: url('../images/glass_button_meterstab_fahne.png'); 
	width: 70px; 
	height: 75px; 
	border: 0; 
}
.noun {
	display:inline-block;
	width: 10px; 
	height: 10px;
}
.noun-marker:before {
	content: url('../images/noun_6399.svg');
}
.noun-line:before {
	content: url('../images/noun_6401.svg');
}
.noun-poly:before {
	content: url('../images/noun_6400.svg');
}
#nounAttr {
	color: lightgray;
    font-size: smaller;
    margin-top: 10px;
    padding: 7px;
}

/* footer --------------------------------------------- */



#mapFooter
{ 
    background-color: rgba(0, 0, 0, 0);
	bottom: 55px;
    height: auto;
    position: absolute;
    right: 35px;
    z-index: 750;
	font-size: .8em; 

}


#mapFooterEditIcons
{ 
    background-color: rgba(0, 0, 0, 0);
	bottom: 40px;
    height: auto;
    position: absolute;
    right: 35px;
    z-index: 750;
	font-size: .8em; 

}

.mapFooterText
{
  color:#888;
  font-family:Arial, Helvetica, sans-serif;
}


#footer {
    bottom: 0px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 750;
	background-color:#AFD924;
	text-align: center;
	height: 35px;
}

.footerText
{ 
  color:#fff;
  font-size: 11px;
  font-style: normal;
  font-weight: bolder;
  position: relative;
  top: 6px;
 
}

/* ---------------- accordion ----------------------------------------------*/

.portlet-decoration .portlet-title {
	font-size: 270%;
	font-weight: bold;
	margin: 10px 10px;
}

.portlet-content .btn {
	background-color: #AFD924;
	border-color:#AFD924;
}

.portlet-content .text-primary {
	color: #fff;
	text-decoration: underline;
}

.portlet-content .btn:hover {
	background-color: #d9534f;
}



#SuchboxNeu
{
  border-bottom:1px solid #999;
  position:absolute;
  right:0;
  top:86px;
  z-index:800;
}

#vertical-menu {
font-family:'Ubuntu Mono',sans-serif;
margin:0 auto;
width:252px;
}

.box_bottom {
background:url(../images/box_bottom.png) no-repeat scroll 0 0 rgba(0,0,0,0);
height:16px;
}

.box_top {
background:url(../images/box_top.png) no-repeat scroll 0 0 rgba(0,0,0,0);
height:16px;
}


.item .selected_counts {
background-position:0 -19px!important;
}

.selected_item,.item:hover {
background-position:0 -36px!important;
}



.POIElementListCSS {
bottom: 2px;
left: 0px;
outline: none;
overflow: auto;
position: relative;
top: 0px;
width: 220px;
}

div.child {
padding:5px!important;
}

div.fontSize-9Bold {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
color: gray;
font-weight: bolder;
}


.accordion h3 {
color:#666;
font:12px Arial;
text-align:center;
text-shadow:1px 1px 1px #FFF;
}



ul.accordion {
background:url(../images/bg_liner.png) repeat-y scroll 0 0 rgba(0,0,0,0);
font:12px 'Ubuntu Mono',sans-serif;
list-style:none outside none;
margin:0;
padding:0;
width:252px;
}

ul.accordion .child {
clear:both;
color:#333;
display:none;
list-style:none outside none;
margin:0;
padding:0;
text-shadow:none;
}

ul.accordion li {
margin:0 auto;
width:220px;
}

ul.accordion li.item {
background:url(../images/sprite.png) no-repeat scroll 0 0 rgba(0,0,0,0);
clear:both;
color:#666;
font-family:'Ubuntu Mono',sans-serif;
line-height:17px;
min-height:36px;
text-shadow:1px 1px 1px #FFF;
vertical-align:middle;
}

ul.accordion li.item .counts {
background:url(../images/numbers.png) no-repeat scroll 0 0 rgba(0,0,0,0);
color:#666;
float:right;
font-size:11px;
font-weight:400;
height:19px;
margin-right:10px;
margin-top:9px;
text-align:center;
vertical-align:bottom;
width:30px;
}

ul.accordion li.item .icon {
background:url(../images/icons.png) no-repeat scroll 0 0 rgba(0,0,0,0);
float:left;
height:20px;
margin:6px 10px;
width:20px;
}

ul.accordion li.item h3 a {
color:#666;
text-decoration:none;
}

ul.accordion li.item h3 a.important {
color:#999;
font-weight:700;
text-shadow:1px 0 0 #FFF;
}

ul.accordion li.item h3 {
float:left;
font-size:12px;
margin:11px 10px 10px 0;
width:130px;
}



ul.accordion ul.child li {
background:none repeat scroll 0 0 rgba(0,0,0,0);
border-bottom:1px solid #CCC;
color:#0C0;
line-height:25px;
margin:0;
padding:0;
text-indent:10px;
}

ul.accordion2 li.item {
background:url(../images/sprite.png) no-repeat scroll 0 0 rgba(0,0,0,0);
clear:both;
color:#FFF;
font-family:'Ubuntu Mono',sans-serif;
line-height:17px;
min-height:36px;
text-shadow:1px 1px 1px #333;
vertical-align:middle;
}

ul.child li a {
color:#666;
font-size:13px;
margin-left:8px;
text-decoration:none;
text-shadow:1px 0 0 #FFF;
}


 /* icons innerhalb accordion - nicht alle nur bsp */

.auto {
background-position:0 -40px!important;
}

.bildung {
background-position:0 -80px!important;
}

.einricht {
background:url(../images/box_top.png) no-repeat scroll 0 0 rgba(0,0,0,0);
height:16px;
}


.select2-with-searchbox
{
	font-size: 90%;
}


.infoBubbleHeader
{
  background:none;
  border:0;
  color:#728e18;
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.3em;
}



.linkToInfoPage
{
  background:none;
  border:0;
  color:#728e18;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.6em;
}

.menuSideBarConfigElements .header
{
  font-weight:700;
}

#s2id_poiSelect{
	display: block !important;
}

.olMarkerLabel
{
  background-color:#FFF;
  border:1px solid;
  border-color:#AAA;
  color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:70%;
  padding:2px;
  width:auto;
  z-index:1000;
}

#bannerAd{ 
	visibility:visible; 
	position: absolute;
	left: 200px;
	bottom: 35px;
	z-index: 750;
}
/* -------------------------- Mobile input-------------------------------- */

@media screen and (min-width : 980px) {
	#searchControlContainer {
    position: absolute;
    left: 600px;
    top: 23px;
	}

}

@media screen and (max-width : 980px) {
	nav {
		display: none;
	}

	nav.naver.active {
		display: block;
	}

	#bannerAd {
		left: auto;
		right: 0px;
	}
	
	#wrapper {
		overflow: hidden;
	}

	#searchBtn
	{
		position: absolute;
		left: auto;
		top: 1px;
		right: 90px;
	}
	
	#selectBtn
	{
		background-color:#AFD924;
		display: block;
		position: absolute;
		left: auto;
		top: 1px;
		right: 5px;	
		z-index: 10;
    height: 27px;
	}

	#menuBar
	{
		height: auto;
		z-index: 2;
	}
	
	#menuBar ul {
	padding-left: 0px;
}

	#menuBar li {
			background: none;
			display: block;
			background: none;
			background-color: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow:none;
			border: none;
			margin-right: 0px;
		
		}

	#menuBar li  a{
		text-align: center;
		display: block;
		padding: 0.5em 0em;
	}

	.naver .naver-handle:before {
    background-color: #AFD924;
    background-image: url("../images/stadtplan_small.png");
    background-repeat: no-repeat;
	width: 165px;
	}

	.naver-container span {
		float: left;
	}
	
	#SuchboxNeu {
		display: none;
		top: auto;
		overflow: scroll;
		height: 100%;
	}

	.select2-results {
		max-height: none !important;
	}
	
	#showSuchbox {
		display: block;
		position: absolute;
		top: 93px;
		left: 60px;
		background: #FFFFFF;
		z-index: 1000;
	}
	
	#searchInputField,
	#inputPositionInfoText
	{
		display: none;
		left: 0;
		right: 0;
		top: 50px;
		margin: 0 auto;
	}
	#searchInputField
	{
		width: auto;
		margin: 0 54px;
	}

	#searchBgContainer
	{
		width: 100%;
		height: 100%;
		z-index: 1000;
		position: relative;
		top: -20px;
	}
	#floatingAddressBox
	{
		position: absolute;
		left: 0;
		right: 0;
		height: 60%;
		top: 75px;
		margin-left: 50px;
		margin-right: 25px;
		width: auto;
	}	
	
	#searchControlContainer
	{
		/*position: inherit;*/
		height: 0;
	}
	
	#searchAreaDiv
	{
		display: none;
	}
		
	#footer
	{
		display: none;
	}
	
	#mapFooter
	{
		bottom: 15px;
		left: 20px;
		margin-bottom: 0;
	}
	
	#logo, #logo2
	{
		display: none;
	}

	.select2-drop {
		position: absolute;
		margin: 0 auto !important;
		right: 0 !important;
		left: 0 !important;
		width: 65% !important;
		top: 50px !important;
		padding-top: 5px !important;
	}
	
	.searchbox, .searchadressbox {
		position: absolute;
		background: none;
		width: 100%;
		top: 50px;
		border: none;
		height: 0;
	}

	
	.olControlPanZoomBar {
		display:none;
	}

	#OrangeInfoBox
	{
		display: none;
	}	

	#JsmxAlertBox
	{
		display: none;
	}
	
	#editButtons {
		left:5px;
		top:40px;
	}
	#editButtons  .btn-sm {
		display:block;
		margin-bottom:3px;
	}
	
	#draggable-editor {
		z-index: 1500;
		width: 90%;
		max-width: 350px;
	}
	#draggable-editor .form-group {
		margin-bottom: 5px;
	}
	#draggable-editor hr {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.function-button {
		bottom: 0px;
	}
	
}

@media screen 
and (max-width : 545px) {
	#bannerAd {
		left: 0;
		bottom: 0;
	}
	
	#locationButton {
		position: absolute;
		bottom: 50px;
	}
	
	#mapFooter { 
		right: 0px;
	}
	
	#TreffpunktButton {
		position: absolute;
		bottom: 50px;
		left: 80px;
	}
	

}