﻿﻿body
{
  font:11pt Century Gothic,sans-serif;
  height:100%; 
  margin:0;
  padding:0;
  overflow: hidden;
}

#console{
	position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: whitesmoke;
    color: red;
    border: solid 2px;	
    border-radius: 4px;
    font-size: larger;
	z-index: 800;
    padding: 0px 5px;
}
h1, h2 {
	font-size: 20px;
}

ol, ul {
    text-align: left;
}
.naver-container {
	margin-top: 25px;
}

#editButtons {
	position: absolute; 
	left: 65px; 
	top: 57px; 
	z-index: 800; 
}

#createButtons {
  position: absolute;
  left: 220px;
  top: 57px;
  z-index: 800;
  width: 200px;
}

#editButtons .btn-default.active  {
    background: blue;
    color: white;
}

#editButtons div.form-group {
background: transparent url("/symbols/transparent_pixel_white.png") repeat scroll 0% 0%;
padding: 0.5em;
}

.edit-btn-dropdown-toggle {
	padding-left: 0px !important;
	border-left: none;
}	
.edit-btn-left{
	border-right:none;
}
.sidebar-menu-selector {
	cursor: pointer;
}

.sidebar-menu-selector:hover {
	opacity: 0.9;
}

.dropdown-menu .disabled {
	color: gray;
	pointer-events: none;
}

#spinner {
	position: absolute;
	z-index: 800;
	left: 41%;
	top: 49%;
}

#draggable-editor { 
	max-height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 350px; 
	position: absolute; 
	left: 60px; 
	top: 130px;
	background: #FFF;
	z-index: 801;
	border-radius: 5px;
	padding: 10px;
	box-shadow: -2px 3px 10px -2px rgba(100, 100, 100, 0.5);
	cursor: move;
	opacity: 0.97;
}

#form-content {
	overflow-y: auto;
	overflow-x: hidden;
	/* 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;
}

.flyingWindow {
	background:white; 
	border-radius:5px; 
	max-width:400px; 
	width: 90%;
	height:auto; 
	position:absolute; 
	margin: 0 5%;
	z-index: 2000; 
	text-align:center;  
	padding:10px;
	left:40%; 
	top:40%;
}
.modal-content {
  min-width: 300px;
}
.modal-header {
	border-bottom: none;
}
#sql-editor { 
	max-height: 80%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 40%; 
	margin: 10% 20%;
	position: absolute;
	background: #FFF;
	z-index: 751;
	border-radius: 5px;
	padding: 10px;
	box-shadow: -2px 3px 10px -2px rgba(100, 100, 100, 0.5);
	opacity: 0.9;
	top: 0px;
}

#sql-editor .row { 
	margin: 5px;
	width: 100%;
}
ul li input[type=checkbox]
{
  background-color:#FFF;
  border:1px solid #000;
  position:relative;
  top:2px;
}

#logo {
    width: 245px;
    height: 45px;
    background-color: #97cf8d;
    background-image: url("../img/26206_tourenscout_normal.png");
    background-repeat: no-repeat;
    float: left;
}

#logo2 {
    background-color: #97cf8d;
    background-image: url("../img/26206_tourenscout_normal_02.png");
    background-repeat: no-repeat;
    height: 45px;
    float: left;
    width: 245px;
}

#wrapper {
	position: absolute;
	width: 100%;
	height: 95%;
}

.jsmcAlertBoxCSS
{
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 92px;
	left: 10px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	text-shadow: 1px 1px 1px #FFF;
	top: 10px;
	visibility: hidden;
	width: 300px;
	z-index: 11000;
}

.errorSummary ul {
	color: red;
	font-weight: bold;
}

.loading {
    background-color: #eee;
    background-image: url('/symbols/loading.gif');
    background-position:  center 87px;
    background-repeat: no-repeat;
    opacity: 1;
    z-index:1000;
    opacity: .8;
}
/* -----------Menu Bereich-------------------------------------- */

#menuBar {
    background-color: #97cf8d;
    height: 45px;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 1;
}
#menuBar li {
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c9d60), color-stop(1, #4c9d60) );
		background: -moz-linear-gradient( center top, #4c9d60 5%, #4c9d60 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9d60', endColorstr='#4c9d60');
		background-color: #4c9d60;
		-moz-box-shadow: inset 0px 1px 0px 0px #919191;
		-webkit-box-shadow: inset 0px 1px 0px 0px #919191;
		border: 1px solid #C5C7C9;
		border-radius: 4px 4px 0 0;
		box-shadow: 0 1px 0 0 #919191 inset;
		padding: 0 11px;
		text-decoration: none;
/* 		margin-top: 19px; */
		margin-right: 5px;
		/* line-height: 22px; */
		display: inline-block;
	}

#menuBar li:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cce8db), color-stop(1, #cce8db) );
		background:-moz-linear-gradient( center top, #cce8db 5%, #cce8db 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce8db', endColorstr='#cce8db');
		background-color:#cce8db;
		position: relative

}

#menuBar li a {
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}

#menuBar li a:hover {
	opacity: 0.9;
}

#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;
    z-index: 3;
	right: 24%;
	width: 240px;
}

#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;
}

#s2id_poiSelect {
	width: 100%;
}

.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
{
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  background: white;
  border:1px solid #cfcfcf;
  border-radius:4px;
  /* display:block; */
  height:52px;
  padding-left:12px;
  position:absolute;
  top:0px;
  z-index:750;
  width: 267px;
}

div.child
{
  padding:5px!important;
}

/* -------------- Addressbox  -------------------------------------------*/

  
.adressInputField
{
  background:#fff;
  border:0;
  color:#777;
  font-family:Arial, Helvetica, sans-serif;
  font-size: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:10px;
  width:210px;
  z-index:11;
}

#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:#4c9d60;
  height:29px;
  left:194px;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  top: 10px;
  width:74px;
  z-index:750;
}

#selectBtn {
 display: none;
}

#poiselectimage {
background-color:#4c9d60;
}

#poicategoryimg {
background-color:#4c9d60;
}

#inputWhiteBox
{
  background-color:#fff;
  padding: 5px;
  border:1px solid #aaa;
  bottom:5px;
  left:5px;
  overflow:auto;
  position:absolute;
  right:5px;
  top:5px;
}

#address_search{
	outline: none;
}

#origin{
	width: 250px; 
	height: 26px;
}

/* Container für Textfelder zum eingeben von Wegpunkten */
#waypointInputBox
{
	/*background-color:  #fff;*/
	padding: 10px;
	height: 192px;
	left: -10px;
	overflow: inherit;
	position: absolute;
	top: 56px;
	visibility: hidden;
	width: 342px;
	z-index: 900;
}

/* 'X' - Knopf von Addresstable */
#collapsAddressBtn
{
  top: -12px;
  overflow:hidden;
  position:absolute;
  right: 10px;
  z-index:1000;
}
/* 'X' - Knopf von Inputfeld */
#collapseWaypointInputBtn
{
  top: -12px;
  overflow:hidden;
  position:absolute;
  right: 10px;
  z-index:1000;
    background-image: url("/lib2.5/img/roundx.png");
}
/*Grauer Rand der Inputliste*/
#inputGrayBox
{
  -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;
}

#plusBtn
{
	background-color: #4c9d60;
	height: 29px;
	left:269px;
	position:absolute;
	top: 10px;
	display: block;
	z-index: 1000;
}
#plusbtnimg{
	height: 28px;
}


/* Karteneinstellungen --------------------------------------------- */

#map
{
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
}

.olControlLayerSwitcher {
  left: 0 !important;
}
/* display fa-toggle-on/off instead of radio buttons: */
#layerswitcher input[type=radio]{
	display: none;
}
.labelSpan{
	cursor: pointer;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	/* margin: 0px 0px 10px 20px; */
	font-size: 1.2em;
}
.baseLbl{
	font-size: 1.2em;
	margin-left: 15px;
}

.olControlOverviewMapContainer {
	right: 281px !important;
	bottom: 101px !important;
}

.olControlScaleLine {
	bottom: 75px !important;
}

.olControlEditingToolbar {
  left: 0 !important;
}

.olControlAttribution {
  /* right: 350px !important;
  bottom: 80px !important; */
 }

.center{
	margin: 0 auto;
	/* width: 100%; */
	text-align: center;
}
.crosshair {
	cursor: crosshair !important;
}

#measureDisplay h2 {
	text-align: center;
}

.function-button{
	position: absolute;
	bottom: 0;
	z-index:800;
	margin: 0 41%;
}
.function-button button{
	width: 50px;
	height: 50px;
	border: 0;
	margin: 0 10px;
}
#locationButton {
	background: url('/ressources/symbols/glassbuttons/schwarz/glass_button_satellit.png') no-repeat center; 
}
#bluetoothlocationButton {
	background: url('/ressources/symbols/glassbuttons/schwarz/glass_button_stonex.png') no-repeat center;
}
.fix {
	border-radius: 30px;
}
.fix-ok{
	box-shadow: 0px 0px 0px 5px rgba(0,200,0,0.7);	/* green 5px-pseudo-border with 0.7-opacity */
}
.fix-notok{ 
	box-shadow: 0px 0px 0px 5px rgba(255,0,0,0.6);	/* red 5px-pseudo-border with 0.6-opacity */
}
.fix-medium{
	box-shadow: 0px 0px 0px 5px rgba(255,200,0,0.7);	/* yellow 5px-pseudo-border with 0.7-opacity */
}

#TreffpunktButton {
	background: url('/ressources/symbols/glassbuttons/schwarz/glass_button_fahne.png') no-repeat center; 
}
/*freies Messen*/
#messen1Button {
	background: url('/ressources/symbols/glassbuttons/schwarz/glass_button_meterstab.png') no-repeat center; 
}

/*Messen zum Loch*/
#messen2Button {
	background: url('/ressources/symbols/glassbuttons/schwarz/glass_button_meterstab_fahne.png') no-repeat center; 
}

.icon {
	padding: 2px;
	height: 30px;
	width: 30px;
}
/*
.noun2 {
	display:inline-block;
	width: 12px; 
	height: 12px;
}
*/
.noun {
	display:inline-block;
	width: 24px; 
	height: 24px;
}
.noun-marker {
	background: url('/symbols/Punktfang.svg') no-repeat;
	background-size: 13px 13px;
	margin: 6px;
}
.noun-line {
	/* background: url('/symbols/noun_6401.svg'); */
	background: url('/symbols/32.ICO') no-repeat;
	background-size: 24px 24px;
}
.noun-poly {
	background: url('/symbols/Flaeche.svg') no-repeat;
	background-size: 24px 24px;
}
.noun-circle {
	background: url('/symbols/105.ICO') no-repeat;
	background-size: 24px 24px;
}
.noun-linesnap {
	background: url('/symbols/Linienfang.svg') no-repeat;
	background-size: 17px 17px;
	margin: 3px;
}
.noun-linecentersnap {
	background: url('/symbols/Linienfang_mitte.svg') no-repeat;
	background-size: 17px 17px;
	margin: 3px;
}
.noun-union {
	/* background: url('/symbols/noun_260319_cc.svg') no-repeat; */
	background: url('/symbols/Verschmelzen.png') no-repeat;
	background-size: 24px 24px;
}
.noun-cross {
	background: url('/symbols/Schnittpunktfang.svg') no-repeat;
	background-size: 17px 17px;
	margin: 3px;
}
.noun-parallel {
	background: url('/symbols/parallel.png') no-repeat;
	background-size: 25px 30px;
}
.noun-trim {
	background: url('/symbols/trim.png') no-repeat;
	background-size: 25px 30px;
}
.noun-vorwaertsschnitt {
	background: url('/symbols/Triangulation.svg') no-repeat;
	background-size: 25px 24px;
}
.mapDropdown {
	min-width: 0px;
	padding: 0px;
	margin: 0px;
}
.caddy-rect {
	background: url('/symbols/47.ICO') no-repeat;
	background-size: 24px 24px;
}
.caddy-text {
	background: url('/symbols/113.ICO') no-repeat;
	background-size: 24px 24px;
}
#nounAttr {
	color: lightgray;
    font-size: smaller;
    margin-top: 10px;
    padding: 7px;
}

/* Fusszeile --------------------------------------------- */

#mapFooter
{ 
    background-color: rgba(0, 0, 0, 0);
    bottom: 47px;
    height: auto;
    position: absolute;
    right: 20%;
    z-index: 750;
}

.mapFooterText
{
  color:#888;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.8em;
}


#footer {
    bottom: 0px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 750;
	background-color: #97cf8d;
	width: 100%;
	text-align: center;
	opacity: 0.99;	/* necessary to make sidebar on top of footer! */
}

.footerText
{ 
  color:#ffffff;
  font-family: verdana;
  font-size: 0.8em;
  line-height: 0.9em;
 
}


/* Slider --------------------------------------------- */
#sidebarRight {
	z-index:1000;
	background:#C5C7C9;
	height:100%;
	position:absolute;
	right:0;
	top: 45px;
	-webkit-transition:width .5s;
	-moz-transition:width .5s;
	-ms-transition:width .5s;
	-o-transition:width .5s;
	transition:width .5s;
	opacity:0.90;
}

#sidebarRight.hidden {
width:0;
}

/* .mCSB_container.hidden {
width:0;
} */

.mCSB_scrollTools {
	border:1px solid #333;
	margin:-1px;
}
.mCSB_dragger_bar {
	/* width: 95%; */
}

#sidebarContent {
	width: 		280px;
	display: 	block;
	color: 		#fff;
	height: 	100%;
	overflow: 	hidden;
	font-size:	80%;
}

#sidebarContent h2 {
	background:#4c9d60;
	border-bottom:1px solid #888;
	border-top:1px solid #888;
	padding:9px;
	font-size: 22px;
}

#sidebarContent h2.first {
	margin-top:0;
}

#sidebarContent .chooseBox {
	padding:0 5px;
}

.sidebar_checkbox{
	margin: 1px 0px;
}

/* ------------------------------- Portlet styles  -------------------------------*/

.portlet {
	padding: 10px;
}
.portlet-decoration .portlet-title {
	font-size: 270%;
	font-weight: bold;
	padding-bottom: 12px;
}

.portlet-content .row label {
	width: 60px;
	display: inline-block;
	font-size: 120%;
}

.portlet .row a {
	color: #000000;
	font-size: 120%;
	padding-top: 12px;
	display: block;
}

.portlet .submit {
	padding-top: 10px;
}

.portlet .portlet-content .row.submit input {
	color: #FFFFFF !important;
	font-size: 14px;
	box-shadow: 1px 1px 1px ;
	padding: 10px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #A80008;
	background: #FF000C;
	background: linear-gradient(top,  #E3000B,  #D1000A);
	background: -ms-linear-gradient(top,  #E3000B,  #D1000A);
	background: -webkit-gradient(linear, left top, left bottom, from(#E3000B), to(#D1000A));
	background: -moz-linear-gradient(top,  #E3000B,  #D1000A);
	cursor: pointer;
}

.portlet .portlet-content .row.submit input:hover {
	color: #FFFAFA !important;
	background: #468CCF;
	background: linear-gradient(top,  #D1000A,  #E3000B);
	background: -ms-linear-gradient(top,  #D1000A,  #E3000B);
	background: -webkit-gradient(linear, left top, left bottom, from(#D1000A), to(#E3000B));
	background: -moz-linear-gradient(top,  #D1000A,  #E3000B);
	cursor: pointer;
}

.portlet input[type="text"],
.portlet input[type="password"] {
	height: 25px;
	width: 180px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 2px rgba(100, 100, 100, 0.5);
}

.portlet input[type="text"]:focus,
.portlet input[type="text"]:hover,
.portlet input[type="password"]:focus,
.portlet input[type="password"]:hover {
	box-shadow: 1px 1px 1px 2px rgba(200, 100, 100, 0.5);
}

/* ---------------------------- Portlet styles end -------------------------------*/
	
input[type="checkbox"] {
margin:0 5px;
}

/* hide checkboxes and labels in layerswitcher */
input[name='Symbol Layer'], input[name='Symbol Layer'] + label {
	/* display: none !important; */
}

#filterBox {
	position: absolute;
	left: 305px;
	width: 225px;
	height: 52px;
	top: 52px;
	z-index: 10;
	border: 1px solid #CFCFCF;
	background: url("/symbols/transparent_pixel_white.png");
	border-radius: 4px;
}

.sbHolder {
	left: 12px;
	top: 6px;
}


.select2-with-searchbox
{
	font-size: 90%;
}

.POIElementListCSS {
bottom: 2px;
left: 0px;
outline: none;
overflow: auto;
position: relative;
top: 0px;
width: 220px;
}

.menuSideBarConfigElements .header
{
  font-weight:700;
}



/* ___________________________________________________ */

.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;
}


.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;
}
.preview {
background-position:0 -160px!important;
}

.webgis {
background-color:#DEF691;
background-position:0 -40px!important;
}




/* -------------------------- Mobile input-------------------------------- */

@media screen and (min-width : 980px) {

	#searchControlContainer {
		position: absolute;
		top: 52px;
		z-index: 750;
	}

}

/* tablet in landscape mode */
@media screen and (max-width : 1280px) and (min-width:980px) {
	#menuBar {
		height: auto;
		/*position: relative;*/
		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 {
		font-size: 0.8em;
		text-align: center;
		display: block;
		padding: 0.5em 0em;
	}
	#logo, #logo2 
	{
		display: none;
	}
	
	.naver .naver-wrapper{
		height: 215px;
	}

	.naver .naver-handle{
		background-color: #97cf8d;
		background-image: url("../img/26206_tourenscout_small.png");
		background-repeat: no-repeat;
		height: 33px;
	}
	
	.naver .naver-handle:after{
		right: auto;
		left: 160px;
	}

	.naver-container {
		margin-top: 0px;
		background-color: #97cf8d !important;
	}
		
	#menuBtn
	{
		background-color:#1464a3;
		position: absolute;
		left: auto;
		top: 2px;
		left: 160px;
		color: white;
	}
	
	#searchBtn
	{
		top: -50px;
		right: -130px;
		left: auto;
	}
	
	#selectBtn
	{     
		background-color:#4c9d60;
		position: absolute;
		top: -50px;
		right: -215px;	
		display: block;
	}
	
	.searchadressbox {
		right: 15px;
		/* top: -15px; */
	}
	.searchbox, .searchadressbox {
		background: none;
		width: 360px;
		top: -15px;
		border: none;
		height: 0;
	}
	
	#floatingAddressBox
	{
		left: -89px;
		top: 17px;
		width: 283px;
	}	
	
	#searchInputField,
	#inputPositionInfoText
	{
		display: none;
		left: 0;
		right: 0;
		top: 0px;
		margin: 0 auto;
	}
	#searchInputField
	{
		width: auto;
		margin: 0 54px;
		/* top: 0px; */
	}
	
	#language-selector{
		margin: 0 44%;
	}
	
	#sidebarRight {
		top: auto;
		height: 97%;
	}
	
	.function-button{
		margin: auto;
		width: 100%;
	}
}

@media screen and (max-width : 980px) {
	
	#menuBar
	{
		height: auto;
		/*position: relative;*/
		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 {
		font-size: 0.8em;
		text-align: center;
		display: block;
		padding: 0.5em 0em;
	}

	.naver .naver-wrapper{
		height: 215px;
	}

	.naver .naver-handle{
		background-color: #97cf8d;
		background-image: url("../img/26206_tourenscout_small.png");
		background-repeat: no-repeat;
		height: 33px;
	}

	.naver .naver-handle:after{
		right: auto;
		left: 158px;	/* bannerSmall-size + 5 px*/
	}

	.naver-container {
		margin-top: 0px;
		background-color: #97cf8d !important;
	}
	
	#menuBtn
	{
		background-color:#1464a3;
		position: absolute;
		left: auto;
		top: 2px;
		left: 160px;
		color: white;
	}
	
	#searchBtn
	{
		left: auto;
		top: 1px;
		right: 75px;
	}

	#selectBtn
	{      
		background-color:#4c9d60;
		position: absolute;
		left: auto;
		top: 1px;
		right: 0px;	
		z-index: 10;
		height: 29px;
		overflow: hidden;
		display: block;
	}

	#sidebarRight {
		display: none;
		top: auto;
		width: 100%;
	}

	#sidebarContent {
		width: 100%;
	}

	#searchInputField,
	#inputPositionInfoText
	{
		display: none;
		left: 0;
		right: 0;
		top: 0px;
		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;
	right: 0px;
	width: 95%;
	} 
	
	
	#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 {
		background: none;
		width: 100%;
		top: 50px;
		border: none;
		height: 0;
	}

	.olControlAttribution {
		bottom: 35px !important; 
	}
	
	.olControlPanZoomBar {
		display:none;
	}
	
	#OrangeInfoBox
	{
		display: none;
	}	

	#JsmxAlertBox
	{
		display: none;
	}
	
	#editButtons {
		/* rechtsbündig: */
		width: 55px;
		top: 35px;
		right: 1px;
		left: initial;
/* 		left:5px;
 */	}
	.edit-btn {
		display:inline-block;
		margin-bottom:2px;
	}
	#editButtons  div.form-group {
		margin-bottom: 5px;
		padding: 0.25em 0.5em;
	}
	.edit-btn-dropdown-toggle {
		font-size: 0.3em;
		padding-right: 5px !important;
		padding-left: 0px !important;
		border-left: none;
	}	
	.edit-btn-left{
		border-right:none;
	}
	.edit-btn-group{
		display: inline-flex;
	}

	.mapDropdown li {
		display: block;
		width: 20px;
	}
	
	#draggable-editor {
		z-index: 1500;
	}
	#draggable-editor .form-group {
		margin-bottom: 5px;
	}
	#draggable-editor hr {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.function-button {
		bottom: 0px;
		margin: auto;
		width: 100%;
	}
	
	/* Container für Textfelder zum eingeben von Wegpunkten */
	#waypointInputBox
	{
		position: absolute;
		left: 0;
		right: 0;
		height: 60%;
		top: 75px;
		margin-left: 50px;
		margin-right: 25px;
		width: auto;
	}	
		#plusBtn
	{
		/* background-color: #000; */
		position: absolute;
		left: auto;
		top: 1px;
		right: 90px;
	}
	
	.olControlOverviewMapContainer {
		right: 48px !important;
		bottom: 62px !important;
	}

}

@media screen and (max-width : 545px) {
	#bannerAd {
		left: 0;
		bottom: 0;
	}
	
	.function-button {
		bottom: 0px;
	}	
	.olControlAttribution {
	  right: 10px !important;
	}
	
	#draggable-editor {
		width: 100%;
		left: 0px;
		height: 100%;
		max-height: none;
		top: 30px;		
		overflow-x: auto;
		opacity: 1;
	}
	
	.flyingWindow {
		width:80%; 
		margin:10%; 
		left:auto; 
		top:40%;
		z-index: 2000;
	}

	#Liniezeichnen
	{
		position: absolute;
		left: 0px;
		top: 60px;
	}

	#Polygonzeichnen
	{
		position: absolute;
		left: 0px;
		top: 60px;
	}
	
	#flyingPoint
	{
		position: absolute;
		left: 0px;
		top: 20px;
	}
	
	#sql-editor { 
		max-height: 100%;
		width: 100%; 
		margin: 0;
		z-index: 10000;
		opacity: 1;
		height: 100%;
	}
}