/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
#ibk-webmap .ui-helper-hidden {
  display: none;
}
#ibk-webmap .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#ibk-webmap .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
#ibk-webmap .ui-helper-clearfix:before,
#ibk-webmap .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
#ibk-webmap .ui-helper-clearfix:after {
  clear: both;
}
#ibk-webmap .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

#ibk-webmap .ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
#ibk-webmap .ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
#ibk-webmap .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#ibk-webmap .ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
#ibk-webmap .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
#ibk-webmap .ui-draggable-handle {
  touch-action: none;
}

/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
#ibk-webmap .ui-resizable {
  position: relative;
}
#ibk-webmap .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}
#ibk-webmap .ui-resizable-disabled .ui-resizable-handle,
#ibk-webmap .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
#ibk-webmap .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
#ibk-webmap .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
#ibk-webmap .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
#ibk-webmap .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
#ibk-webmap .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
#ibk-webmap .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
#ibk-webmap .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
#ibk-webmap .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
#ibk-webmap .ui-selectable {
  touch-action: none;
}
#ibk-webmap .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
#ibk-webmap .ui-sortable-handle {
  touch-action: none;
}

/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
#ibk-webmap .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
#ibk-webmap .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
#ibk-webmap .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
#ibk-webmap .ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

#ibk-webmap .ui-button,
#ibk-webmap .ui-button:link,
#ibk-webmap .ui-button:visited,
#ibk-webmap .ui-button:hover,
#ibk-webmap .ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
#ibk-webmap .ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
#ibk-webmap input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
#ibk-webmap .ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

#ibk-webmap .ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

#ibk-webmap input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
#ibk-webmap input.ui-button::-moz-focus-inner,
#ibk-webmap button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */

#ibk-webmap .ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
#ibk-webmap .ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
#ibk-webmap .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
#ibk-webmap
  .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover
  .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
#ibk-webmap .ui-checkboxradio-disabled {
  pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */

#ibk-webmap .ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
#ibk-webmap .ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#ibk-webmap .ui-controlgroup > .ui-controlgroup-item:focus,
#ibk-webmap .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
#ibk-webmap .ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
#ibk-webmap .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
#ibk-webmap .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
#ibk-webmap .ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
#ibk-webmap
  .ui-controlgroup-horizontal
  .ui-controlgroup-label
  + .ui-controlgroup-item {
  border-left: none;
}
#ibk-webmap
  .ui-controlgroup-vertical
  .ui-controlgroup-label
  + .ui-controlgroup-item {
  border-top: none;
}
#ibk-webmap
  .ui-controlgroup-horizontal
  .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
#ibk-webmap .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
#ibk-webmap .ui-controlgroup-vertical .ui-spinner-input {
  width: calc(100% - 2.4em);
}
#ibk-webmap .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
#ibk-webmap .ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
#ibk-webmap .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
#ibk-webmap .ui-datepicker .ui-datepicker-prev,
#ibk-webmap .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
#ibk-webmap .ui-datepicker .ui-datepicker-prev-hover,
#ibk-webmap .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
#ibk-webmap .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
#ibk-webmap .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
#ibk-webmap .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
#ibk-webmap .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
#ibk-webmap .ui-datepicker .ui-datepicker-prev span,
#ibk-webmap .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
#ibk-webmap .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
#ibk-webmap .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
#ibk-webmap .ui-datepicker select.ui-datepicker-month,
#ibk-webmap .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
#ibk-webmap .ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
#ibk-webmap .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
#ibk-webmap .ui-datepicker td {
  border: 0;
  padding: 1px;
}
#ibk-webmap .ui-datepicker td span,
#ibk-webmap .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
#ibk-webmap .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#ibk-webmap .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
#ibk-webmap
  .ui-datepicker
  .ui-datepicker-buttonpane
  button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
#ibk-webmap .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
#ibk-webmap .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
#ibk-webmap .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
#ibk-webmap .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
#ibk-webmap .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
#ibk-webmap .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
#ibk-webmap
  .ui-datepicker-multi
  .ui-datepicker-group-last
  .ui-datepicker-header,
#ibk-webmap
  .ui-datepicker-multi
  .ui-datepicker-group-middle
  .ui-datepicker-header {
  border-left-width: 0;
}
#ibk-webmap .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
#ibk-webmap .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
#ibk-webmap .ui-datepicker-rtl {
  direction: rtl;
}
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
#ibk-webmap
  .ui-datepicker-rtl
  .ui-datepicker-buttonpane
  button.ui-datepicker-current,
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
#ibk-webmap .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
#ibk-webmap
  .ui-datepicker-rtl
  .ui-datepicker-group-middle
  .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
#ibk-webmap .ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
#ibk-webmap .ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
#ibk-webmap .ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
#ibk-webmap .ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ibk-webmap .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
#ibk-webmap .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
#ibk-webmap .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
#ibk-webmap .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
#ibk-webmap .ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
#ibk-webmap .ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
#ibk-webmap .ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
#ibk-webmap .ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
#ibk-webmap .ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
#ibk-webmap .ui-dialog .ui-resizable-se,
#ibk-webmap .ui-dialog .ui-resizable-sw,
#ibk-webmap .ui-dialog .ui-resizable-ne,
#ibk-webmap .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
#ibk-webmap .ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
#ibk-webmap .ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
#ibk-webmap .ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
#ibk-webmap .ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
#ibk-webmap .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
#ibk-webmap .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
#ibk-webmap .ui-menu .ui-menu {
  position: absolute;
}
#ibk-webmap .ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
}
#ibk-webmap .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
#ibk-webmap .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
#ibk-webmap .ui-menu .ui-state-focus,
#ibk-webmap .ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
#ibk-webmap .ui-menu-icons {
  position: relative;
}
#ibk-webmap .ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
#ibk-webmap .ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
#ibk-webmap .ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
#ibk-webmap .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
#ibk-webmap .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
#ibk-webmap .ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}
#ibk-webmap .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
#ibk-webmap .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#ibk-webmap .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
#ibk-webmap .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
#ibk-webmap .ui-selectmenu-open {
  display: block;
}
#ibk-webmap .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ibk-webmap .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
#ibk-webmap .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
#ibk-webmap .ui-slider {
  position: relative;
  text-align: left;
}
#ibk-webmap .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}
#ibk-webmap .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

#ibk-webmap .ui-slider-horizontal {
  height: 0.8em;
}
#ibk-webmap .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
#ibk-webmap .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#ibk-webmap .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#ibk-webmap .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

#ibk-webmap .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
#ibk-webmap .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
#ibk-webmap .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
#ibk-webmap .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
#ibk-webmap .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
#ibk-webmap .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
#ibk-webmap .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
#ibk-webmap .ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
#ibk-webmap .ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
#ibk-webmap .ui-spinner-up {
  top: 0;
}
#ibk-webmap .ui-spinner-down {
  bottom: 0;
}

/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
#ibk-webmap .ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
#ibk-webmap .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
#ibk-webmap .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
#ibk-webmap .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
#ibk-webmap .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
#ibk-webmap .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#ibk-webmap .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#ibk-webmap .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
#ibk-webmap
  .ui-tabs-collapsible
  .ui-tabs-nav
  li.ui-tabs-active
  .ui-tabs-anchor {
  cursor: pointer;
}
#ibk-webmap .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
#ibk-webmap .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
#ibk-webmap body .ui-tooltip {
  border-width: 2px;
}

:root,
#ibk-webmap :host {
  --ol-background-color: white;
  --ol-accent-background-color: #f5f5f5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00aaff;
}

#ibk-webmap .ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

#ibk-webmap .ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

#ibk-webmap .ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

#ibk-webmap .ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

#ibk-webmap .ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

#ibk-webmap .ol-scale-bar-inner {
  display: flex;
}

#ibk-webmap .ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

#ibk-webmap .ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color),
    0 1.5px var(--ol-partial-background-color),
    1.5px 0 var(--ol-partial-background-color),
    0 -1.5px var(--ol-partial-background-color);
}

#ibk-webmap .ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color),
    0 1.5px var(--ol-partial-background-color),
    1.5px 0 var(--ol-partial-background-color),
    0 -1.5px var(--ol-partial-background-color);
}

#ibk-webmap .ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

#ibk-webmap .ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

#ibk-webmap .ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

#ibk-webmap .ol-unsupported {
  display: none;
}

#ibk-webmap .ol-viewport,
#ibk-webmap .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#ibk-webmap .ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

#ibk-webmap .ol-viewport {
  touch-action: pan-x pan-y;
}

#ibk-webmap .ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

#ibk-webmap .ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

#ibk-webmap .ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

#ibk-webmap .ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

#ibk-webmap .ol-zoom {
  top: 0.5em;
  left: 0.5em;
}

#ibk-webmap .ol-rotate {
  top: 0.5em;
  right: 0.5em;
  transition: opacity 0.25s linear, visibility 0s linear;
}

#ibk-webmap .ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s;
}

#ibk-webmap .ol-zoom-extent {
  top: 4.643em;
  left: 0.5em;
}

#ibk-webmap .ol-full-screen {
  right: 0.5em;
  top: 0.5em;
}

#ibk-webmap .ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 0.4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

#ibk-webmap .ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

#ibk-webmap .ol-zoom-extent button {
  line-height: 1.4em;
}

#ibk-webmap .ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

#ibk-webmap .ol-touch .ol-control button {
  font-size: 1.5em;
}

#ibk-webmap .ol-touch .ol-zoom-extent {
  top: 5.5em;
}

#ibk-webmap .ol-control button:hover,
#ibk-webmap .ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

#ibk-webmap .ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

#ibk-webmap .ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

#ibk-webmap .ol-attribution {
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

#ibk-webmap .ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

#ibk-webmap .ol-attribution ul {
  margin: 0;
  padding: 1px 0.5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

#ibk-webmap .ol-attribution li {
  display: inline;
  list-style: none;
}

#ibk-webmap .ol-attribution li:not(:last-child):after {
  content: " ";
}

#ibk-webmap .ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

#ibk-webmap .ol-attribution button {
  flex-shrink: 0;
}

#ibk-webmap .ol-attribution.ol-collapsed ul {
  display: none;
}

#ibk-webmap .ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

#ibk-webmap .ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

#ibk-webmap .ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}

#ibk-webmap .ol-attribution.ol-uncollapsible button {
  display: none;
}

#ibk-webmap .ol-zoomslider {
  top: 4.5em;
  left: 0.5em;
  height: 200px;
}

#ibk-webmap .ol-zoomslider button {
  position: relative;
  height: 10px;
}

#ibk-webmap .ol-touch .ol-zoomslider {
  top: 5.5em;
}

#ibk-webmap .ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

#ibk-webmap .ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

#ibk-webmap .ol-overviewmap .ol-overviewmap-map,
#ibk-webmap .ol-overviewmap button {
  display: block;
}

#ibk-webmap .ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

#ibk-webmap .ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

#ibk-webmap .ol-overviewmap.ol-collapsed .ol-overviewmap-map,
#ibk-webmap .ol-overviewmap.ol-uncollapsible button {
  display: none;
}

#ibk-webmap .ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

#ibk-webmap .ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

#ibk-webmap .ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

#ibk-webmap .ol-overviewmap .ol-viewport:hover {
  cursor: pointer;
}

/*@media only screen and (max-width: 900px) {
	.layer-table td.important {
		border: 0;
		margin: 0;
		padding: 2px;
		display: block;
	}
	.layer-table td.unimportant {
		border: 0;
		margin: 0;
		padding: 2px;
		display: none;
	}
	.burgermenu {
		display: block;
	}
	#menu-container {
		height: 0%;
	}
	#left-container {
		width: 10%;
		float: left;
		position: absolute;
		z-index: 4;
	}
	#left-container:hover {
		width: 50%;
	}
	#left-container:hover #left-container-inside {
		display: block;
	}
	#left-container-inside {
		display: none;
	}
	#right-container {
		width: 100%;
		height: 100%;
		margin-left: 10%;
	}
	#right-lower-container {
		width: 100%;
		height: 100%;
	}
	#right-upper-container {
		height: 0%;
		background: white;
		width: 100%;
		overflow: auto;
	}
	.burgermenu-menu {
		width: auto;
		height: 36px;
		min-width: 225px;
		z-index: 2;
		display: none;
	}
	.burgermenu-menu-menudiv {
		width: 100%;
		position: absolute;
		z-index: 2;
		display: none;
		background-color: white;
	}
	.burgermenu-menu table {
		width: 100%;
	}
	.burgermenu-menu-button {
		width: 100%;
		height: 10%;
		font-size: 16px;
		border: none;
		outline: none;
		font-family: inherit;
		margin: 0;
		background: cadetblue;
	}
	.burgermenu-menu-button-menu {
		min-height: 35px;
		background-color: white;
	}
	.burgermenu-menu-main {
		height: 100%;
	}
	.burgermenu-menu-button-menu-back {
		width: 100%;
		min-height: 35px;
		background-color: lemonchiffon;
		outline: none;
		border: none;
	}
	.burgermenu-menu-button-view {
		width: 100%;
		height: 0%;
		font-size: 16px;
		border: none;
		outline: none;
		font-family: inherit;
		margin: 0;
		display: none;
		background: rgba(255, 128, 128, 1.0);
	}
	.burgermenu-menu-button-tools {
		width: 100%;
		height: 30%;
		font-size: 16px;
		border: none;
		outline: none;
		font-family: inherit;
		margin: 0;
		background: rgba(255, 179, 102, 1.0);
	}
	.burgermenu-menu-button-options {
		width: 100%;
		height: 30%;
		font-size: 16px;
		border: none;
		outline: none;
		font-family: inherit;
		margin: 0;
		background: rgba(170, 255, 128, 1.0);
	}
	.burgermenu-menu-button-actions {
		width: 100%;
		height: 30%;
		font-size: 16px;
		border: none;
		outline: none;
		font-family: inherit;
		margin: 0;
		background: rgba(128, 229, 255, 1.0);
	}
	#map-container {
		height: calc(100% - 4px);
	}
	.editmenu {
		right: 15%;
	}
}*/

#ibk-webmap {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
}

#ibk-webmap #webmap {
  width: 100%;
  height: 100%;
  float: left;
  opacity: 0;
  position: relative;
}

#ibk-webmap #map-container {
  height: calc(100% - 0px);
}

#ibk-webmap html {
  height: 100%;
  width: 100%;
}

#ibk-webmap body {
  height: 100%;
  width: 100%;
  margin: 0;
}

#ibk-webmap #toolbar {
  overflow: auto;
}

#ibk-webmap #toolbar-row .hide {
  z-index: 100000;
  display: block;
  top: 0px;
}

#ibk-webmap #toolbar-row .separator {
  min-height: 36px;
  min-width: 2px;
  background: black;
}

#ibk-webmap #toolbar-row-table {
  display: contents;
}

/*Die Buttons in der Taskbar (in den Men�s)*/

#ibk-webmap .toolbar-button {
  min-width: 25px;
  min-height: 25px;
}

#ibk-webmap .categoryBar {
  white-space: nowrap;
  border-left: 5px solid #2d5373;
  margin-top: 3px !important;
}

#ibk-webmap .categoryBar:before {
  content: "";
  border: 0;
  border-color: transparent transparent rgba(0, 60, 136, 0.5);
  position: absolute;
  bottom: 100%;
  /* left: 0.7em; */
  height: 2px;
  width: 100%;
}

#ibk-webmap .toolbar-button button {
  min-width: 25px;
  min-height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#ibk-webmap .toolbar-button-dropdown {
  min-height: 36px;
  width: -webkit-fill-available;
  width: -moz-available;
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
  background-origin: content-box;
  text-align: right;
  overflow: hidden;
}

#ibk-webmap #contextmenu {
  width: 272px;
  padding: 2px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #2d5373;
  z-index: 11;
}

#ibk-webmap .contextButton {
  padding: 5px;
  background-color: white;
  border: 1px solid lightgrey;
  margin-bottom: 1px;
}

#ibk-webmap .contextButton:hover {
  background-color: lightblue;
}

#ibk-webmap .category-wrapper {
  display: inline-block;
  margin: 1px;
}

#ibk-webmap .category-wrapper:hover div {
  display: block !important;
}

#ibk-webmap .category-tools-wrapper {
  position: absolute;
  display: none;
  /* background: white; */
  background-color: rgba(255, 255, 255, 0.8) !important;
  /* margin: 2px; */
  /* padding: 2px; */
  /* border: 1px outset; */
  pointer-events: all;
  padding: 0px;
  padding-top: 0px;
  margin-top: 0px;
  /* margin: 5px; */
  /* left: -5px; */
  padding-top: 1px;
  margin-left: -1px;
  z-index: 11;
  width: 68px;
}

#ibk-webmap .category-tools-wrapper:hover {
  display: block !important;
}

#ibk-webmap button.contextmenu-tool-button {
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-position: center;
  pointer-events: all;
  padding: 0;
  border: 1px solid darkgray;
  margin: 1px;
}

#ibk-webmap button.contextmenu-tool-button:hover {
  background-color: lightblue;
}

#ibk-webmap button.contextmenu-category-button {
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-position: center;
  pointer-events: all;
  padding: 0;
  border: 1px solid darkgray;
}

#ibk-webmap button.contextmenu-category-button:hover {
  background-color: lightblue;
}

#ibk-webmap .toolbar-button-dropdown:hover {
  background-color: lightblue;
}

#ibk-webmap .activatedButton {
  background-color: lightblue;
}

#ibk-webmap .deactivatedButton {
  background-color: white;
}

/*Td um die Checkbox der einzelnen Legendeneintr�ge*/

#ibk-webmap .tdCheckboxLegend {
  vertical-align: top;
  width: 100%;
  padding: 0;
}

/*Td um das Label der einzelnen Legendeneintr�ge*/

#ibk-webmap .tdSpanLegend {
  width: 100%;
  padding: 0;
}

/*Td um das Canvas der einzelnen Legendeneintr�ge*/

#ibk-webmap .tdCanvasLegend {
  vertical-align: top;
  width: 5%;
  padding: 0;
}

#ibk-webmap .tdArrow {
  padding: 0;
}

/*Tabelle, die f�r die richtige Ausrichtung der einzelnen Legendeneintr�ge sorgt*/

#ibk-webmap .canvasTableLayer {
  width: 100%;
  cursor: pointer;
}

#ibk-webmap .canvasTableGroup {
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  transition: background-color 300ms linear;
}

/*Das Div, welches die einzelnen Legenden umschlie�t (Darstellungsbeispiele bestehend aus canvas und Text)*/

#ibk-webmap .legendEntryDiv {
  font-size: x-small;
  float: left;
  width: calc(100% - 26px);
}

/*Label der Canvas-Darstellungen*/

#ibk-webmap .legendEntryDiv b {
  float: right;
  padding-right: 4px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
}

/*Dropdown-Buttons*/

#ibk-webmap .hide:hover .toolbar-button {
  display: block;
}

#ibk-webmap .hide:hover .divCatTools {
  display: block;
}

#ibk-webmap .divCatTools {
  display: block;
}

#ibk-webmap .hide {
  position: absolute;
}

#ibk-webmap .divCatTools {
  width: fit-content;
  border: 1px outset lightgrey;
  display: none;
}

/*Breite der Tools*/

#ibk-webmap .toolbar-dropdown,
#ibk-webmap .hide,
#ibk-webmap .toolbar-button-dropdown {
  vertical-align: top;
  width: 60px;
  cursor: pointer;
}

#ibk-webmap .toolbar-button {
  vertical-align: top;
}

#ibk-webmap .toolbar-button-dropdown {
  border: 1px outset lightgrey;
}

/*Dropdown-Buttons Ende*/

/*Dropdown f�r Kartenauswahl*/

#ibk-webmap #layer-list {
  font-size: 14px;
  font-weight: bold;
  background: transparent;
}

#ibk-webmap #layer-list.disabled {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#ibk-webmap .fadedOutTop {
  top: -100%;
  position: relative;
  transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
}

#ibk-webmap .fadedOutBottom {
  top: 200%;
  position: relative;
  transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
}

#ibk-webmap .fadedOutLeft {
  left: -100%;
  width: 0%;
  position: relative;
  transition: width 0.5s ease-out;
  -webkit-transition: width.5s ease-out;
  transition: left 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out;
}

#ibk-webmap .fadedOutRight {
  left: 200%;
  position: relative;
  transition: left 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out;
}

#ibk-webmap .fadedIn {
  top: 0;
  left: 0;
  transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  transition: left 0.5s ease-out;
  -webkit-transition: left 0.5s ease-out;
  position: relative;
}

#ibk-webmap .fadedFullscreen {
  width: 100%;
  transition: width 0.5s ease-out;
}

#ibk-webmap #left-container {
  background: rgba(255, 255, 255, 0.8);
  overflow-y: auto;
  overflow-anchor: none;
  display: flow-root;
  max-height: calc(100% - 50px);
  z-index: 3;
  position: absolute;
  overflow-y: auto;
  top: 0.6em;
  left: 0.6em;
}

/*Dropdown f�r Kartenauswahl Ende*/

/*Eintr�ge in der Legende*/

#ibk-webmap #layer-tree-view > .divGroup {
  word-break: break-all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: calc(100%);
  padding: 0;
  margin: 0;
}

#ibk-webmap .toolbar {
  padding: 1px !important;
  z-index: 10;
}

#ibk-webmap .my-placeholder {
  background: red;
  height: 1.5em;
  line-height: 1.2em;
  position: absolute;
  top: 20%;
  width: 10%;
}

#ibk-webmap #layer-tree-view ul .sortableList {
  margin: 0;
  padding: 4px;
  border: 1px solid;
  border-top: 0;
}

#ibk-webmap #layer-tree-view ul .divGroup {
  margin: 0;
  padding-inline-start: 0px;
}

#ibk-webmap #layer-tree-view li {
  display: block;
}

#ibk-webmap #layer-tree-view .divGroup > table {
}

#ibk-webmap .layertree {
  max-height: calc(100% - 45px);
  overflow-y: auto;
  overflow-x: hidden;
}

#ibk-webmap #layer-tree-view {
  font-weight: normal;
  font-size: 12px;
  color: #2d5373;
  width: calc(100% - 2px);
  margin: 1px;
  min-height: 15px;
}

#ibk-webmap #layer-tree-view .canvasDivLayer b {
  font-weight: normal;
  font-size: 10px;
}

#ibk-webmap #layer-tree-view > .divGroup > *.divGroup > table {
  border-top: 0;
  word-break: break-all;
}

#ibk-webmap #layer-tree-view .divLayerEntry {
  border-top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1px;
  transition: background-color 300ms linear;
}

#ibk-webmap #layer-tree-view .divLayerEntry:hover {
  background: #d4f4ff;
}

#ibk-webmap #layer-tree-view .canvasTableGroup:hover {
  background: bisque;
}

#ibk-webmap #layer-tree-view > .divLayerEntry {
  width: calc(100% - 2px);
}

#ibk-webmap #layer-tree-view .outOfRes {
  background: lightgrey;
}

#ibk-webmap #layer-tree-view .outOfRes > *.canvasDivLayer {
  display: none;
}

#ibk-webmap #layer-tree-view .dontshowlegend > *.canvasDivLayer {
  display: none;
}

#ibk-webmap #layer-tree-view .outOfRes .canvasTableLayer *.legend-pic-canvas {
  visibility: hidden;
}

#ibk-webmap
  #layer-tree-view
  .dontshowlegend
  .canvasTableLayer
  *.legend-pic-canvas {
  visibility: hidden;
}

#ibk-webmap
  #layer-tree-view
  .outOfRes
  .canvasTableLayer
  *.legend-pic-canvas-single {
  visibility: hidden;
}

#ibk-webmap
  #layer-tree-view
  .dontshowlegend
  .canvasTableLayer
  *.legend-pic-canvas-single {
  visibility: hidden;
}

#ibk-webmap #right-lower-container {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #2d5373;
}

#ibk-webmap .divLayerEntry {
  padding: 1%;
  overflow: hidden;
}

#ibk-webmap .has-svg {
  background-size: 0 !important;
}

#ibk-webmap .has-svg:before {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  background-image: inherit;
  background-size: contain;
  background-repeat: inherit;
  background-position: center;
  width: 100%;
  height: 100%;
  filter: invert(27%) sepia(50%) saturate(621%) hue-rotate(166deg)
    brightness(88%) contrast(84%);
  pointer-events: none;
}

#ibk-webmap .layer-table tr:nth-child(odd) {
  background: white;
}

#ibk-webmap .floating-prompt {
  position: absolute !important;
  display: none;
  overflow: auto;
  resize: both;
  /* width: fit-content; */
  max-width: 70%;
  max-height: 84%;
  z-index: 16;
  background-color: rgba(255, 255, 255, 1) !important;
  color: #2d5373;
  /* box-shadow: 0px 0px 13px #2d5373; */
  width: -moz-max-content;
  height: fit-content;
  /* width: fit-content; */
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 500px;
  border: 1px outset lightgrey;
  overflow-x: hidden !important;
}

#ibk-webmap .floating-prompt .heading {
  width: calc(100%);
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  float: right;
  /* cursor: move; */
  border-bottom: 1px solid darkgray;
  background: white;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 16;
}

#ibk-webmap .floating-prompt input[type="text"],
#ibk-webmap input[type="number"],
#ibk-webmap input[type="color"] {
  width: inherit;
  height: 22px;
  margin: 2px;
  border: 1px solid darkgray;
}

#ibk-webmap .floating-prompt .content {
  padding: 10px;
  border-radius: 5px;
  float: left;
  width: calc(100% - 20px);
}

#ibk-webmap .floating-prompt .text {
  width: calc(100%);
  /* height: 46px; */
  line-height: 22px;
  /* text-align: center; */
  /* font-weight: bold; */
  float: left;
  /* cursor: move; */
  /* border-right: 1px outset lightgrey; */
  /* border-bottom: 1px outset lightgrey; */
  /* background: white; */
  /* position: sticky; */
  /* top: 0px; */
  /* left: 0px; */
  z-index: 16;
}

#ibk-webmap .floating-prompt .grid {
  width: 100%;
  float: left;
  display: grid;
}

#ibk-webmap .floating-prompt button {
  font-size: large;
  font-weight: bold;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div {
  position: absolute !important;
  display: none;
  overflow: auto;
  resize: both;
  width: fit-content;
  max-width: 95%;
  /* max-height: 94%; */
  max-height: calc(100% - 64px);
  z-index: 12;
  background-color: rgba(255, 255, 255, 1) !important;
  color: #2d5373;
  /* box-shadow: 0px 0px 13px #2d5373; */
  width: -moz-max-content;
  height: 30%;
  height: fit-content;
  width: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 500px;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div #about-tool-content {
  margin: 20px;
  padding: 10px;
  border: 1px solid lightgrey;
  border-radius: 5px;
}

#ibk-webmap .floating-div #import-wkt-tool-content {
  display: grid;
}

#ibk-webmap .floating-div #search-tool-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#ibk-webmap .floating-div #search-tool-content select {
  height: unset;
  background: white;
  font-weight: unset;
  width: inherit;
  height: 26px;
  margin: 2px;
}

#ibk-webmap #attribute-box .pagingWrapper {
  height: 30px;
  display: grid;
  grid-template-columns: 2fr 5fr 2fr;
  position: sticky;
  left: 0;
  top: 32px;
}

#ibk-webmap #attribute-box .pagingOverview,
#ibk-webmap .pagingRefs {
  text-align: center;
  height: 30px;
}

#ibk-webmap #attribute-box .pagingRefs button {
  height: 24px;
  margin-top: 1px;
  border: 1px solid lightgrey;
  background-color: white;
  font-weight: bold;
}

#ibk-webmap .floating-div #attribute-box-content > table > tr.feature:hover {
  background: lightblue;
  cursor: pointer;
}

#ibk-webmap .floating-div #attribute-box-content th {
  position: sticky;
  top: 31px;
  background: white;
}

#ibk-webmap .floating-div #attribute-box-content td,
#ibk-webmap th {
  padding: 5px;
  border: 1px outset lightgrey;
  white-space: nowrap;
}

#ibk-webmap .floating-div #attribute-box-content > table {
  border-spacing: 0;
}

#ibk-webmap .floating-div #attribute-box-content > table > tr:nth-child(even) {
  background: #dae7f1;
}

#ibk-webmap #search-tool-result .pagingWrapper {
  height: 30px;
  display: grid;
  grid-template-columns: 2fr 5fr 2fr;
  position: sticky;
  left: 0;
  top: 32px;
}

#ibk-webmap #search-tool-result .pagingOverview,
#ibk-webmap .pagingRefs {
  text-align: center;
}

#ibk-webmap #search-tool-result .pagingRefs button {
  height: 30px;
  font-weight: bold;
}

#ibk-webmap
  .floating-div
  #search-tool-result-content
  > table
  > tr.feature:hover {
  background: lightblue;
  cursor: pointer;
}

#ibk-webmap .floating-div #search-tool-result-content th {
  position: sticky;
  top: 31px;
  background: white;
}

#ibk-webmap .floating-div #search-tool-result-content td,
#ibk-webmap th {
  padding: 5px;
  border: 1px outset lightgrey;
  white-space: nowrap;
}

#ibk-webmap .floating-div #search-tool-result-content > table {
  border-spacing: 0;
}

#ibk-webmap
  .floating-div
  #search-tool-result-content
  > table
  > tr:nth-child(even) {
  background: #dae7f1;
}

#ibk-webmap .floating-div .hints li {
  padding: 5px;
  margin-left: 20px;
}

#ibk-webmap .floating-div fieldset {
  margin: 10px;
  padding: 2px;
}

#ibk-webmap .floating-div fieldset .accordion {
  margin: 5px !important;
}

#ibk-webmap .floating-div #feature-list {
  top: 33px;
  position: sticky;
  background: white;
  z-index: 12;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #2d5373 50%),
    linear-gradient(135deg, #2d5373 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position: calc(100% - 16px) calc(12px), calc(100% - 8px) calc(12px),
    100% 0;
  background-size: 8px 8px, 8px 8px, 32px;
  background-repeat: no-repeat;
  padding: 2px;
}

#ibk-webmap .floating-div fieldset .divLayerEntry {
  flex: 1 1 50%;
  text-align: center;
  border: 1px outset lightgrey;
  margin: 2px;
  padding: 2px;
  cursor: pointer;
  display: block;
  transition: background-color 300ms linear;
  display: grid;
  grid-template-columns: 1fr;
  position: initial !important;
}

#ibk-webmap .floating-div fieldset .divLayerEntry .addlayer-layername {
  font-weight: bold;
  line-height: 20px;
}

#ibk-webmap .floating-div fieldset .divLayerEntry .addlayer-params {
  font-size: 12px;
  line-height: 20px;
}

#ibk-webmap .floating-div fieldset .divLayerEntry:hover {
  background-color: lightblue;
}

#ibk-webmap .floating-div fieldset legend {
  /* border: 1px solid; */
  font-weight: bold;
  /* padding: 0px; */
  font-size: 12px;
  /* width: 100%; */
  text-align: center;
}

#ibk-webmap .floating-div .delete-element {
  float: right;
  margin-right: 2px;
  padding: 2px;
  color: red;
  line-height: 18px !important;
}

#ibk-webmap .floating-div .heading-element {
  text-align: center;
  padding: 0px;
  line-height: 22px;
}

#ibk-webmap .floating-div .heading-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  height: 32px;
  display: grid;
  grid-template-columns: 1fr 30px;
  z-index: 12;
  border-bottom: 1px solid lightgrey;
}
#ibk-webmap .floating-div .heading {
  text-align: center;
  font-weight: bold;
  cursor: move;
  background: white;
}

#ibk-webmap .floating-div .close-button {
  color: red;
  font-size: large;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  border-left: 1px solid lightgrey;
}

#ibk-webmap .floating-div .sub-div {
  margin-top: 0px !important;
  margin-right: 0px !important;
  border-right: 0 !important;
  margin-left: 30px !important;
}

#ibk-webmap .floating-div .apply-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background-color: green;
  color: white;
  font-size: large;
  font-weight: bold;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div .cancel-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background-color: red;
  color: white;
  font-size: large;
  font-weight: bold;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div .apply-button-long {
  width: fill-available;
  height: 30px;
  background-color: green;
  color: white;
  font-size: large;
  font-weight: bold;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div .cancel-button-long {
  width: fill-available;
  height: 30px;
  background-color: red;
  color: white;
  font-size: large;
  font-weight: bold;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div .abort-button {
  font-size: large;
  font-weight: bold;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div .confirm-button {
  font-size: large;
  font-weight: bold;
  border: 1px solid lightgrey;
}

#ibk-webmap .floating-div .add-button,
#ibk-webmap .floating-div .remove-button {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: large;
  font-weight: bold;
  border: 0;
  border-right: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
}

#ibk-webmap .floating-div .add-button {
  color: green;
}

#ibk-webmap .floating-div .remove-button {
  color: red;
}

#ibk-webmap .floating-div .fill-available {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}

#ibk-webmap .floating-div .flex {
  display: flex;
  width: 100%;
  height: 100%;
}

#ibk-webmap #search-fixed-tool .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-weight: bold;
  border: 1px solid darkgrey;
}

#ibk-webmap #search-fixed-tool .ui-tabs .ui-tabs-nav li {
  border: 1px solid lightgrey;
}

#ibk-webmap #search-fixed-tool .ui-tabs .ui-tabs-panel {
  padding: 0 !important;
  display: grid;
}

#ibk-webmap #search-fixed-tool a {
  cursor: pointer !important;
  color: #2d5373;
}

#ibk-webmap .floating-div .single-grid-no-border {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0px 4px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin: 2px;
}

#ibk-webmap .floating-div .grid-no-border {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 4px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin: 2px;
}

#ibk-webmap .floating-div .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2px 2px;
  margin: 2px;
  border: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

#ibk-webmap .floating-div .single-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0px 4px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  border: 1px outset lightgrey;
  margin: 2px;
}

#ibk-webmap .floating-div hr {
  width: calc(100% - 24px);
  margin: 2px 12px;
}

#ibk-webmap .floating-div .example-drawing {
  width: 90px;
  height: 90px;
  position: absolute;
  margin: 4px;
}

#ibk-webmap .floating-div .choose-symbolizer {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
}

#ibk-webmap .floating-div .choose-symbolizer-button {
  margin: 2px;
  height: 30px;
}

#ibk-webmap .floating-div .two-grid {
  grid-column-start: 1;
  grid-column-end: 3;
}

#ibk-webmap .floating-div .three-grid {
  grid-column-start: 1;
  grid-column-end: 4;
}

#ibk-webmap .floating-div .no-border {
  border: 0 !important;
}
#ibk-webmap .floating-div .no-margin {
  margin: 0 !important;
}

#ibk-webmap #edit-style {
  min-width: 475px;
}

#ibk-webmap .floating-div .subDiv {
  border: 0;
}

#ibk-webmap .floating-div .toggle-div {
  display: flex;
}

#ibk-webmap .floating-div .label {
  text-align: right;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}

#ibk-webmap .floating-div label {
  white-space: nowrap;
}

#ibk-webmap .floating-div .max {
  width: 100% !important;
}

#ibk-webmap .floating-div .toggle-input {
  margin-left: 0px !important;
}

#ibk-webmap .floating-div input[type="text"],
#ibk-webmap input[type="number"],
#ibk-webmap input[type="color"] {
  width: inherit;
  height: 22px;
  margin: 2px;
  border: 1px solid darkgray;
}

#ibk-webmap .floating-div span {
  line-height: 30px;
}

#ibk-webmap .floating-div input[type="checkbox"] {
  min-width: 28px;
  height: 28px;
  margin: 2px;
}

#ibk-webmap .floating-div select {
  width: calc(100% - 30px);
  height: 30px;
  font-weight: bold;
  color: #2d5373;
  background: none;
  border: 1px solid darkgray;
}

#ibk-webmap #select-datasource select {
  width: calc(100%);
  height: 30px;
  font-weight: bold;
  color: #2d5373;
  background: rgba(255, 255, 255, 0.8);
  border: 1px outset #2d5373;
}

#ibk-webmap #layerattribute-box button {
  width: 30px;
  height: 30px;
  float: right;
}

#ibk-webmap #layerattribute-box .button-div {
  width: 100%;
  height: 30px;
}

#ibk-webmap #layerattribute-info {
  border-spacing: 0;
  width: 100%;
  white-space: nowrap;
  color: black;
}

#ibk-webmap #layerattribute-info th {
  background: orange;
  padding: 2px;
  border: 1px solid black;
  border-bottom: 0;
  font-size: small;
  font-weight: bold;
  padding: 1px;
  color: black !important;
}

#ibk-webmap #layerattribute-info th:hover {
  cursor: pointer;
}

#ibk-webmap #layerattribute-info th b:hover {
  cursor: auto;
}

#ibk-webmap #layerattribute-info td {
  border: 1px solid black;
  border-bottom: 0;
  font-size: small;
  padding: 1px;
}

#ibk-webmap #layerattribute-info td:hover {
  cursor: pointer;
}

#ibk-webmap #layerattribute-info td a:hover {
  cursor: auto;
}

#ibk-webmap #layerattribute-info tr:nth-child(even) {
  background: white;
}

#ibk-webmap #layerattribute-info tr:nth-child(even):hover {
  background: #2d5373;
  color: white;
}

#ibk-webmap #layerattribute-info tr:nth-child(odd) {
  background: #dae7f1;
}

#ibk-webmap #layerattribute-info tr:nth-child(odd):hover {
  background: #2d5373;
  color: white;
}

#ibk-webmap #layerattribute-info tr:last-of-type td {
  padding: 2px;
}

#ibk-webmap #layerattribute-table-div {
  max-width: 100%;
}

#ibk-webmap #table-info {
  border-spacing: 1px;
  /* border-color: darkgray; */
  /* border: 1px solid darkgray; */
  /* margin: 2px; */
  width: calc(100% - 0px);
  /* white-space: nowrap; */
  color: black;
  /* padding: 2px; */
  background-color: white;
}

#ibk-webmap #table-info th {
  background: orange;
  padding: 2px;
  border: 1px solid darkgray;
}

#ibk-webmap #table-info td {
  padding: 1px;
  border: 1px solid darkgray;
  font-size: small;
}

#ibk-webmap #table-info tr {
  line-height: 18px;
  line-break: anywhere;
  word-break: keep-all;
}

#ibk-webmap #table-info th:hover {
  cursor: pointer;
}

#ibk-webmap #table-info td:hover {
  cursor: pointer;
}

#ibk-webmap #table-info td a:hover,
#ibk-webmap b:hover {
  cursor: auto;
}

#ibk-webmap #table-info tr td:first-child {
  border-left: 0 !important;
}

#ibk-webmap #table-info tr td:last-child {
  border-right: 0 !important;
}

#ibk-webmap #table-info tr td {
  border: 0 !important;
}

#ibk-webmap #table-info tr td a {
  cursor: pointer;
}

#ibk-webmap #table-info tr:nth-child(even) {
  background: white;
}

#ibk-webmap #table-info tr:nth-child(odd) {
  background: #dae7f1;
}

#ibk-webmap #table-info tr:last-of-type td {
  padding: 2px;
}

#ibk-webmap #popup-content option {
  /*font: 400 13.3333px Arial;*/
}

#ibk-webmap #popup-content th {
  text-align: left;
  width: 300px;
}

#ibk-webmap #content-container {
  height: 36px;
  display: block;
  position: sticky;
  z-index: 2;
  width: calc(100% - 0px);
  background: rgba(255, 255, 255, 0);
}

#ibk-webmap #content-container table {
  height: 100%;
  float: right;
  font-weight: bold;
}

/*Popup-Overlay Ende*/

/*Loading-Screen*/

#ibk-webmap #loading-container {
  /*background: white;*/
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 14;
  transition: opacity 1s linear;
  background: rgba(0, 0, 0, 0.6);
}

#ibk-webmap #loading-progress {
  height: 100%;
  transition: all 1s linear;
  width: 100%;
  border-radius: 50%;
}

#ibk-webmap #loader {
  display: inline-block;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

#ibk-webmap #loading-text {
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
}

#ibk-webmap #loading-input {
  background: rgba(255, 255, 255, 0.8);
}

#ibk-webmap #loading {
  text-align: center;
  height: 100%;
}

#ibk-webmap #loading > table {
  border-spacing: 0;
}

#ibk-webmap #loading #loading-text {
  padding: 5px;
  width: 100%;
  margin-top: 10px;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Loading-Screen Ende*/

/*Burgermenu*/
/*.burgermenu-menu {
	position: sticky;
}

.burgermenu {
	bottom: 1%;
	right: 1%;
}

.burgermenu-menu-button-menu:hover {
	background: rgba(204, 228, 255, 1.0);
}

.burgermenu-menu-button-menu-back:hover {
	background: khaki
}*/

/*Burgermenu Ende*/

/*Anzeigen auf der Map ("schwebende" Buttons)*/

#ibk-webmap .scalemenu {
  top: 8px;
  right: 8px;
  background: rgba(0, 60, 136, 0.3);
  color: white;
  display: block;
}

#ibk-webmap .editmenu {
  right: 1%;
  bottom: 1%;
  background: rgba(0, 60, 136, 0.5);
  color: white;
  display: none;
}

#ibk-webmap .apply {
  right: 1%;
  bottom: 5%;
  background: rgba(0, 60, 136, 0.5);
  color: white;
  display: none;
}

#ibk-webmap .abort {
  left: 1%;
  bottom: 5%;
  background: rgba(0, 60, 136, 0.5);
  color: white;
  display: block;
}

#ibk-webmap .fstoggle {
  left: 8px;
  bottom: 32px;
  color: white;
  display: block;
  padding: 2px;
  background: rgba(0, 60, 136, 0.3);
  transition-duration: 0.8s;
  transition-property: transform;
}

#ibk-webmap .legendtoggle {
  left: 8px;
  bottom: 32px;
  color: white;
  display: block;
  padding: 2px;
  background: rgba(0, 60, 136, 0.3);
  transition-duration: 0.8s;
  transition-property: transform;
}

/*Anzeigen auf der Map ("schwebende" Buttons) Ende*/

/*LayerTreeView*/

#ibk-webmap .legend-pic-canvas {
  width: 90%;
  height: 0;
  float: right;
  background: white;
}

#ibk-webmap .legend-pic-canvas-single {
  width: 90%;
  height: 0;
  float: right;
  background: white;
}
#ibk-webmap .canvasli-legend {
  display: none;
}

#ibk-webmap .layertree_checkbox {
  opacity: 0;
  display: none;
}

/*LayerTreeView Ende*/

/*Allgemeines*/

#ibk-webmap .infobar > div > div {
  height: auto;
}

#ibk-webmap .errorbar > div > div {
  height: auto;
}

#ibk-webmap .bordered {
  border: 1px solid lightgrey;
}

#ibk-webmap .textAlignLeft {
  text-align: left;
  padding-left: 5px;
}

#ibk-webmap .textAlignRight {
  text-align: right;
  padding-right: 5px;
}

#ibk-webmap .textAlignMiddle {
  text-align: center;
}

#ibk-webmap #map-container {
  width: calc(100% - 0px);
  /*font-family: sans-serif;*/
  background-color: WHITE;
  z-index: 8;
  border: 0px outset lightgrey;
}

#ibk-webmap #overlay-for-user {
  position: fixed;
  z-index: 9;
  height: fit-content;
  left: 30%;
  right: 30%;
  top: 30%;
  bottom: 30%;
  padding: 20px;
  border-radius: 25px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #2d5373;
  border-radius: 0 !important;
  border: 1px solid;
}

#ibk-webmap #overlay-for-user button {
  width: 100%;
}

#ibk-webmap #overlay-for-user-action {
  position: fixed;
  z-index: 9;
  left: 2%;
  right: 2%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #2d5373;
  max-height: 50%;
  overflow: auto;
  height: 100%;
}

#ibk-webmap #overlay-for-user-action h4 {
  text-align: center;
}

#ibk-webmap #edit-style-base-content .fill-available {
  border: 0;
  border-bottom: 1px solid darkgray;
}

#ibk-webmap #overlay-for-user-action #table-info {
  text-align: center;
  table-layout: unset;
  width: 100%;
  font-size: small;
  overflow: auto;
  white-space: nowrap;
}

#ibk-webmap #overlay-for-user-action #table-info td {
  padding: 2px;
}

#ibk-webmap #overlay-for-user-action #table-info tr {
  cursor: pointer;
}

#ibk-webmap #overlay-for-user-action #table-info tr:hover {
  background: lightblue;
}

#ibk-webmap #overlay-for-user-action table th {
  padding: 5px;
  border: 1px solid;
  background: burlywood;
  cursor: pointer;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

#ibk-webmap #overlay-for-user-action table .reverse {
  background: goldenrod;
}

#ibk-webmap #overlay-for-user-action table .nonreverse {
  background: lightgray;
}

#ibk-webmap #overlay-for-user-action .infobox {
  /* position: absolute; */
  /* padding: 20px; */
  /* border-radius: 25px; */
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #2d5373;
  width: 100%;
  overflow: auto;
  height: 100%;
}

#ibk-webmap #overlay-for-user-action select {
  width: calc(100% - 60px);
  height: 30px;
  border-color: rgb(169, 169, 169);
  border-width: 1px;
}

#ibk-webmap #overlay-for-user h2 {
  background: white;
  margin: 0;
  color: #2d5373;
}

#ibk-webmap #overlay-for-user-table {
  width: 100%;
  table-layout: fixed;
  border: 2px outset lightgrey;
  background: white;
}

#ibk-webmap #disable-accessibility {
  position: fixed;
  z-index: 14;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#ibk-webmap .fluid {
  width: calc(100% - 2px) !important;
  border: 1px solid black;
}

#ibk-webmap .fluid-activated {
  background: lightblue;
}

#ibk-webmap .fluid-deactivated {
  background: white;
}

#ibk-webmap .formInput {
  padding: 0;
  width: 98%;
}

#ibk-webmap .formSelect {
  width: 100%;
}

#ibk-webmap #infobox {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}

#ibk-webmap #infotext {
  float: left;
}

#ibk-webmap .show {
  display: block;
}

#ibk-webmap .dontshow {
  display: none;
}

#ibk-webmap .contentbar .content > .form-control.active {
  color: white !important;
}

#ibk-webmap .ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  border: 1px solid;
  min-width: 300px;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
#ibk-webmap * html .ui-autocomplete {
  height: 300px;
}

#ibk-webmap .ui-autocomplete-category {
  font-weight: bold;
  text-align: center;
}

#ibk-webmap .ui-tooltip {
  border: 1px solid #2d5373;
  background: white;
  white-space: nowrap;
  min-width: auto;
  width: auto;
  max-width: unset !important;
  z-index: 11 !important;
}

#ibk-webmap .ui-tooltip:after {
  top: calc(50% - 10px); /* Calculates the half height minus 10px */
  left: -10px;
  border-color: transparent #2d5373;
  border-width: 10px 10px 10px 0;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
#ibk-webmap * html .ui-autocomplete {
  height: 200px;
}

#ibk-webmap .ui-autocomplete {
  z-index: 12 !important;
  background-color: white;
}

#ibk-webmap .ui-autocomplete .ui-state-active {
  background-color: lightblue;
}

#ibk-webmap .ui-autocomplete-category {
  font-weight: bold;
  text-align: center;
}

#ibk-webmap .ui-accordion .ui-accordion-header {
  position: initial !important;
}

#ibk-webmap .pickr .pcr-button {
  margin: 2px !important;
  border: 0;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
}

#ibk-webmap .pcr-app {
  z-index: 12 !important;
}

/*Allgemeine Klassen Ende*/

:root {
  --white-filter: invert(99%) sepia(99%) saturate(3%) hue-rotate(114deg)
    brightness(105%) contrast(100%);
}

#ibk-webmap .ol-control button {
  margin: 1px;
  min-width: 25px;
  min-height: 25px;
  white-space: nowrap;
  background-color: rgba(0, 60, 136, 0);
  color: #2d5373;
}

#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button > button:hover,
#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button > button {
  color: #2d5373 !important;
}

#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button {
}

#ibk-webmap .ol-scale-line {
  background-color: rgba(255, 255, 255, 0.8) !important;
  left: 8px !important;
  border-radius: 0 !important;
}

#ibk-webmap .ol-scale-line-inner {
  border-color: #2d5373;
  color: #2d5373 !important;
}

#ibk-webmap .scale {
  border: 1px outset lightgrey;
}

#ibk-webmap .contentbar > .content {
  border: 1px outset lightgrey;
}

#ibk-webmap .fstoggle-bar {
  left: unset !important;
  bottom: unset !important;
  transform: unset !important;
  top: unset !important;
  float: left;
  max-width: calc(30px);
  width: 30px;
}

#ibk-webmap #fstoggle-button {
  height: 29px;
  border: 1px outset lightgrey;
}

#ibk-webmap .legendtoggle-bar {
  left: unset !important;
  bottom: unset !important;
  transform: unset !important;
  top: unset !important;
  float: left;
  max-width: calc(30px);
  width: 30px;
}

#ibk-webmap #legendtoggle-button {
  height: 29px;
  border: 1px outset lightgrey;
}

#ibk-webmap .toolbar > * {
  border: 1px outset lightgrey;
  margin: 1px !important;
}

#ibk-webmap .ol-zoom .default-in,
#ibk-webmap .ol-zoom .default-out {
  float: left;
}

#ibk-webmap .optionsbar {
  padding: 2px !important;
}

#ibk-webmap .optionsbar select {
  border: 1px solid black !important;
}

#ibk-webmap .layerselect select {
  width: calc(100% - 32px);
  min-height: 29px;
  margin: 1px;
  color: #2d5373;
  float: left;
}

#ibk-webmap .layerselect {
  left: 0.5em !important;
  top: 0.5em !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  width: calc(20% - 2px);
  border: 1px outset lightgrey;
  border-top: 0;
}

#ibk-webmap .layertree {
  left: 0.5em !important;
  top: 38px !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  width: calc(20% - 2px);
  border: 1px outset lightgrey;
  border-top: 0;
  display: none;
  max-height: calc(100% - 75px);
}

#ibk-webmap .scalebar {
  top: 0.5em !important;
  bottom: auto !important;
  right: 0.5em !important;
  left: auto !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

#ibk-webmap .contentbar {
  top: auto 1 !important;
  bottom: 0.5em !important;
  right: 0.5em !important;
  left: auto !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

#ibk-webmap .ol-text-button > * {
  min-width: 1.375em;
  margin: 0;
  color: #2d5373 !important;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: small;
  font-weight: bold;
  height: 1.4em;
  border: 0;
  text-align: center;
  vertical-align: middle;
}

#ibk-webmap .tool {
  width: 100%;
}

#ibk-webmap .infobar {
  transition: opacity 1s linear;
  opacity: 0;
  bottom: 4em !important;
  top: auto !important;
  border: 1px solid;
}

#ibk-webmap .errorbar {
  transition: opacity 1s linear;
  opacity: 0;
  bottom: 4em !important;
  top: auto !important;
  border: 1px solid;
}

#ibk-webmap .ol-control button:hover,
#ibk-webmap .ol-control button:focus {
  text-decoration: none;
  background-color: #fff;
  outline: none;
}

#ibk-webmap .tool:hover {
  background-color: #ffffff !important;
}

#ibk-webmap .tool:hover * {
  color: rgba(0, 60, 136, 1) !important;
}

#ibk-webmap .category:hover .categoryBar,
#ibk-webmap .category:active .categoryBar {
  display: block !important;
}

#ibk-webmap .category {
  border-left: 5px solid rgba(0, 60, 136, 0.4);
}

#ibk-webmap .category:hover {
  text-decoration: none;
  background-color: #fff !important;
  outline: none;
  border-left: 5px solid #2d5373;
}

#ibk-webmap .category-button-text {
  min-width: 1em !important;
}

#ibk-webmap .category-button-text button {
  padding: 0 !important;
  margin: 0 !important;
}

#ibk-webmap .ol-control {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  padding: 0;
}

#ibk-webmap .ol-control:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#ibk-webmap .ol-control button:hover {
  cursor: pointer;
}

#ibk-webmap button.active {
  color: white;
}

#ibk-webmap .active {
  background-color: #2d5373 !important;
}

#ibk-webmap .active:before {
  filter: var(--white-filter) !important;
}

#ibk-webmap .ol-inherit-button {
  margin: 0px !important;
}

/* Bar style */
#ibk-webmap .ol-control.ol-bar {
  left: 50%;
  min-height: 1em;
  min-width: 1em;
  position: absolute;
  top: 0.5em;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

/* Hide subbar when not inserted in a parent bar */
#ibk-webmap .ol-control.ol-toggle .ol-option-bar {
  display: none;
}

/* Default position for controls */
#ibk-webmap .ol-control.ol-bar .ol-bar {
  position: static;
}
#ibk-webmap .ol-control.ol-bar .ol-control {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  background: none;
  padding: 0;
  margin: 0px;
  transform: none;
  -webkit-transform: none;
}
#ibk-webmap .ol-control.ol-bar .ol-bar {
  position: static;
}
#ibk-webmap .ol-control.ol-bar .ol-control button {
}

/* Positionning */
#ibk-webmap .ol-control.ol-bar.ol-left {
  left: 0.5em;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ibk-webmap .ol-control.ol-bar.ol-left .ol-control {
  display: block;
}

#ibk-webmap .ol-control.ol-bar.ol-right {
  left: auto;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ibk-webmap .ol-control.ol-bar.ol-right .ol-control {
  display: block;
}

#ibk-webmap .ol-control.ol-bar.ol-bottom {
  top: auto;
  bottom: 0.5em;
}

#ibk-webmap .ol-control.ol-bar.ol-top.ol-left,
#ibk-webmap .ol-control.ol-bar.ol-top.ol-right {
  top: 4.5em;
  -webkit-transform: none;
  transform: none;
}
#ibk-webmap .ol-touch .ol-control.ol-bar.ol-top.ol-left,
#ibk-webmap .ol-touch .ol-control.ol-bar.ol-top.ol-right {
  top: 5.5em;
}
#ibk-webmap .ol-control.ol-bar.ol-bottom.ol-left,
#ibk-webmap .ol-control.ol-bar.ol-bottom.ol-right {
  top: auto;
  bottom: 0.5em;
  -webkit-transform: none;
  transform: none;
}

/* Group buttons */
#ibk-webmap .ol-control.ol-bar.ol-group {
  margin: 1px 1px 1px 0;
}
#ibk-webmap .ol-control.ol-bar.ol-right .ol-group,
#ibk-webmap .ol-control.ol-bar.ol-left .ol-group {
  margin: 1px 1px 0 1px;
}

#ibk-webmap .ol-control.ol-bar.ol-group button {
  border-radius: 0;
  margin: 0 0 0 1px;
}
#ibk-webmap .ol-control.ol-bar.ol-right.ol-group button,
#ibk-webmap .ol-control.ol-bar.ol-left.ol-group button,
#ibk-webmap .ol-control.ol-bar.ol-right .ol-group button,
#ibk-webmap .ol-control.ol-bar.ol-left .ol-group button {
  margin: 0 0 1px 0;
}
#ibk-webmap .ol-control.ol-bar.ol-group .ol-control:first-child > button {
  border-radius: 5px 0 0 5px;
}
#ibk-webmap .ol-control.ol-bar.ol-group .ol-control:last-child > button {
  border-radius: 0 5px 5px 0;
}
#ibk-webmap
  .ol-control.ol-bar.ol-left.ol-group
  .ol-control:first-child
  > button,
#ibk-webmap
  .ol-control.ol-bar.ol-right.ol-group
  .ol-control:first-child
  > button,
#ibk-webmap
  .ol-control.ol-bar.ol-left
  .ol-group
  .ol-control:first-child
  > button,
#ibk-webmap
  .ol-control.ol-bar.ol-right
  .ol-group
  .ol-control:first-child
  > button {
  border-radius: 5px 5px 0 0;
}
#ibk-webmap .ol-control.ol-bar.ol-left.ol-group .ol-control:last-child > button,
#ibk-webmap
  .ol-control.ol-bar.ol-right.ol-group
  .ol-control:last-child
  > button,
#ibk-webmap
  .ol-control.ol-bar.ol-left
  .ol-group
  .ol-control:last-child
  > button,
#ibk-webmap
  .ol-control.ol-bar.ol-right
  .ol-group
  .ol-control:last-child
  > button {
  border-radius: 0 0 5px 5px;
}

/* */
#ibk-webmap .ol-control.ol-bar .ol-rotate {
  opacity: 1;
  visibility: visible;
}
#ibk-webmap .ol-control.ol-bar .ol-rotate button {
  display: block;
}

/* Active buttons */
#ibk-webmap .ol-control.ol-bar .ol-toggle.ol-active > button {
}
#ibk-webmap .ol-control.ol-bar .ol-toggle.ol-active button:hover {
}
#ibk-webmap .ol-control.ol-toggle button:disabled {
}

/* Subbar toolbar */
#ibk-webmap .ol-control.ol-bar .ol-control.ol-option-bar {
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  left: -5px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
  /* border: 1px solid rgba(0, 60, 136, 0.5); */
  /*-webkit-box-shadow: 0 0 0 1px rgba(0, 60, 136, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 0 1px rgba(0, 60, 136, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);*/
}

#ibk-webmap .ol-control.ol-bar .ol-option-bar:before {
  content: "";
  border: 0;
  border-color: transparent transparent rgba(0, 60, 136, 0.5);
  position: absolute;
  bottom: 100%;
  left: 0.7em;
}

#ibk-webmap .ol-control.ol-bar .ol-option-bar .ol-control {
  display: table-cell;
}
#ibk-webmap .ol-control.ol-bar .ol-control .ol-bar {
  float: left;
}
#ibk-webmap .ol-control.ol-bar .ol-control.ol-active > .ol-option-bar {
}

#ibk-webmap .ol-control.ol-bar .ol-control.ol-collapsed ul {
  display: none;
}

#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button > button:hover,
#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button > button {
  background: none;
  color: rgba(0, 60, 136, 0.5);
  width: auto;
  min-width: 1.375em;
  margin: 0;
}

#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button {
  font-size: 0.9em;
  border-radius: 0;
}
#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button button {
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: small;
  font-weight: bold;
  height: 1.4em;
  border: 0;
}
#ibk-webmap .ol-control.ol-bar .ol-control.ol-text-button button:hover {
  color: rgba(0, 60, 136, 1);
}

#ibk-webmap .ol-control.ol-bar.ol-bottom .ol-option-bar {
  top: auto;
  bottom: 100%;
}
#ibk-webmap .ol-control.ol-bar.ol-bottom .ol-option-bar:before {
  border-color: rgba(0, 60, 136, 0.5) transparent transparent;
  bottom: auto;
  top: 100%;
}

#ibk-webmap .ol-control.ol-bar.ol-left .ol-option-bar {
  left: 100%;
  top: 0;
  bottom: auto;
  margin: 0 5px;
}
#ibk-webmap .ol-control.ol-bar.ol-left .ol-option-bar:before {
  border-color: transparent rgba(0, 60, 136, 0.5) transparent transparent;
  bottom: auto;
  right: 100%;
  left: auto;
  top: 0.3em;
}
#ibk-webmap .ol-control.ol-bar.ol-right .ol-option-bar {
  right: 100%;
  left: auto;
  top: 0;
  bottom: auto;
  margin: 0 5px;
}
#ibk-webmap .ol-control.ol-bar.ol-right .ol-option-bar:before {
  border-color: transparent transparent transparent rgba(0, 60, 136, 0.5);
  bottom: auto;
  left: 100%;
  top: 0.3em;
}

#ibk-webmap .ol-control.ol-bar.ol-left .ol-option-bar .ol-option-bar,
#ibk-webmap .ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar {
  top: 100%;
  bottom: auto;
  left: 0.3em;
  right: auto;
  margin: 5px 0;
}
#ibk-webmap .ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar {
  right: 0.3em;
  left: auto;
}
#ibk-webmap .ol-control.ol-bar.ol-left .ol-option-bar .ol-option-bar:before,
#ibk-webmap .ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar:before {
  border-color: transparent transparent rgba(0, 60, 136, 0.5);
  bottom: 100%;
  top: auto;
  left: 0.3em;
  right: auto;
}
#ibk-webmap .ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar:before {
  right: 0.3em;
  left: auto;
}

#ibk-webmap .ol-gauge {
  top: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#ibk-webmap .ol-gauge > * {
  display: inline-block;
  vertical-align: middle;
}
#ibk-webmap .ol-gauge > span {
  margin: 0 0.5em;
}
#ibk-webmap .ol-gauge > div {
  width: 200px;
  border: 1px solid rgba(0, 60, 136, 0.5);
  border-radius: 3px;
  padding: 1px;
}
#ibk-webmap .ol-gauge button {
  height: 0.8em;
  margin: 0;
  max-width: 100%;
}

#ibk-webmap .ol-control.ol-bookmark {
  top: 0.5em;
  left: 3em;
}
#ibk-webmap .ol-control.ol-bookmark button {
  position: relative;
}
#ibk-webmap .ol-control.ol-bookmark > button::before {
  content: "";
  position: absolute;
  border-width: 10px 5px 4px;
  border-style: solid;
  border-color: #fff;
  border-bottom-color: transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
}

#ibk-webmap .ol-control.ol-bookmark > div {
  display: none;
  min-width: 5em;
}
#ibk-webmap .ol-control.ol-bookmark input {
  font-size: 0.9em;
  margin: 0.1em 0;
  padding: 0 0.5em;
}
#ibk-webmap .ol-control.ol-bookmark ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 10em;
}
#ibk-webmap .ol-control.ol-bookmark li {
  color: rgba(0, 60, 136, 0.8);
  font-size: 0.9em;
  padding: 0 0.2em 0 0.5em;
  cursor: default;
  clear: both;
}

#ibk-webmap .ol-control.ol-bookmark li:hover {
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
}

#ibk-webmap .ol-control.ol-bookmark > div button {
  width: 1em;
  height: 0.8em;
  float: right;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0;
}
#ibk-webmap .ol-control.ol-bookmark > div button:before {
  content: "\2A2F";
  color: #936;
  font-size: 1.2em;
  line-height: 1em;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#ibk-webmap .ol-bookmark ul li button,
#ibk-webmap .ol-bookmark input {
  display: none;
}
#ibk-webmap .ol-bookmark.ol-editable ul li button,
#ibk-webmap .ol-bookmark.ol-editable input {
  display: block;
}

#ibk-webmap .ol-control.ol-bar.ol-geobar .ol-control {
  display: inline-block;
  vertical-align: middle;
}

#ibk-webmap .ol-control.ol-bar.ol-geobar .ol-bar {
  display: none;
}
#ibk-webmap .ol-bar.ol-geobar.ol-active .ol-bar {
  display: inline-block;
}

#ibk-webmap .ol-bar.ol-geobar .geolocBt button:before,
#ibk-webmap .ol-bar.ol-geobar .geolocBt button:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  border-width: 0.3em 0.8em 0 0.2em;
  border-color: #fff transparent transparent;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 0.45em;
  left: 0.15em;
  font-size: 1.2em;
}
#ibk-webmap .ol-bar.ol-geobar .geolocBt button:after {
  border-width: 0 0.8em 0.3em 0.2em;
  border-color: transparent transparent #fff;
  -webkit-transform: rotate(-61deg);
  transform: rotate(-61deg);
}

#ibk-webmap .ol-bar.ol-geobar .startBt button:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #800;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ibk-webmap .ol-bar.ol-geobar .pauseBt button:before,
#ibk-webmap .ol-bar.ol-geobar .pauseBt button:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.25em;
  height: 1em;
  background-color: #fff;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ibk-webmap .ol-bar.ol-geobar .pauseBt button:after {
  left: 65%;
}

#ibk-webmap .ol-control.ol-bar.ol-geobar .centerBt,
#ibk-webmap .ol-control.ol-bar.ol-geobar .pauseBt,
#ibk-webmap .ol-bar.ol-geobar.pauseTrack .startBt,
#ibk-webmap .ol-bar.ol-geobar.centerTrack .startBt,
#ibk-webmap .ol-bar.ol-geobar.centerTrack.pauseTrack .pauseBt,
#ibk-webmap .ol-bar.ol-geobar.centerTrack .pauseBt {
  display: none;
}
#ibk-webmap .ol-bar.ol-geobar.pauseTrack .pauseBt,
#ibk-webmap .ol-bar.ol-geobar.centerTrack .centerBt {
  display: inline-block;
}

#ibk-webmap .ol-control.ol-globe {
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  border-radius: 50%;
  opacity: 0.7;
  transform: scale(0.5);
  transform-origin: 0 100%;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 100%;
}
#ibk-webmap .ol-control.ol-globe:hover {
  opacity: 0.9;
}

#ibk-webmap .ol-control.ol-globe .panel {
  display: block;
  width: 170px;
  height: 170px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
}
#ibk-webmap .ol-control.ol-globe .panel .ol-viewport {
  border-radius: 50%;
}

#ibk-webmap .ol-control.ol-globe .ol-pointer {
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 10px solid red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15px, -40px);
  -webkit-transform: translate(-15px, -40px);
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.15s, top 0s, left 0s;
  -webkit-transition: opacity 0.15s, top 0s, left 0s;
}
#ibk-webmap .ol-control.ol-globe .ol-pointer.hidden {
  opacity: 0;
  transition: opacity 0.15s, top 3s, left 5s;
  -webkit-transition: opacity 0.15s, top 3s, left 5s;
}

#ibk-webmap .ol-control.ol-globe .ol-pointer::before {
  border-radius: 50%;
  -webkit-box-shadow: 6px 6px 10px 5px #000;
  box-shadow: 6px 6px 10px 5px #000;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 23px;
  width: 0;
}
#ibk-webmap .ol-control.ol-globe .ol-pointer::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-width: 20px 10px 0;
  border-color: red transparent;
  border-style: solid;
  left: -50%;
  top: 100%;
}

#ibk-webmap .ol-control.ol-globe .panel::before {
  border-radius: 50%;
  -webkit-box-shadow: -20px -20px 80px 2px rgba(0, 0, 0, 0.7) inset;
  box-shadow: -20px -20px 80px 2px rgba(0, 0, 0, 0.7) inset;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#ibk-webmap .ol-control.ol-globe .panel::after {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  content: "";
  display: block;
  height: 0;
  left: 23%;
  position: absolute;
  top: 20%;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  width: 20%;
  z-index: 1;
}

#ibk-webmap .ol-control.ol-globe.ol-collapsed .panel {
  display: none;
}

#ibk-webmap .ol-control-top.ol-globe {
  bottom: auto;
  top: 5em;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#ibk-webmap .ol-control-right.ol-globe {
  left: auto;
  right: 0.5em;
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
#ibk-webmap .ol-control-right.ol-control-top.ol-globe {
  left: auto;
  right: 0.5em;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}

#ibk-webmap .ol-gridreference {
  background: #fff;
  border: 1px solid #000;
  overflow: auto;
  max-height: 100%;
  top: 0;
  right: 0;
}
#ibk-webmap .ol-gridreference input {
  width: 100%;
}
#ibk-webmap .ol-gridreference ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ibk-webmap .ol-gridreference li {
  padding: 0 0.5em;
  cursor: pointer;
}
#ibk-webmap .ol-gridreference ul li:hover {
  background-color: #ccc;
}
#ibk-webmap .ol-gridreference li.ol-title,
#ibk-webmap .ol-gridreference li.ol-title:hover {
  background: rgba(0, 60, 136, 0.5);
  color: #fff;
  cursor: default;
}
#ibk-webmap .ol-gridreference ul li .ol-ref {
  margin-left: 0.5em;
}
#ibk-webmap .ol-gridreference ul li .ol-ref:before {
  content: "(";
}
#ibk-webmap .ol-gridreference ul li .ol-ref:after {
  content: ")";
}

#ibk-webmap .ol-control.ol-layerswitcher-popup {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 3em;
}
#ibk-webmap .ol-control.ol-layerswitcher-popup .panel {
  clear: both;
  background: #fff;
}

#ibk-webmap .ol-layerswitcher-popup .panel {
  list-style: none;
  padding: 0.25em;
  margin: 0;
  overflow: hidden;
}

#ibk-webmap .ol-layerswitcher-popup .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
}

#ibk-webmap .ol-layerswitcher-popup.ol-collapsed .panel {
  display: none;
}
#ibk-webmap .ol-layerswitcher-popup.ol-forceopen .panel {
  display: block;
}

#ibk-webmap .ol-layerswitcher-popup button {
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  height: 38px;
  width: 38px;
}

#ibk-webmap .ol-layerswitcher-popup li {
  color: #369;
  padding: 0.25em 1em;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  cursor: pointer;
}
#ibk-webmap .ol-layerswitcher-popup li.ol-header {
  display: none;
}
#ibk-webmap .ol-layerswitcher-popup li.select {
  background: rgba(0, 60, 136, 0.7);
  color: #fff;
}
#ibk-webmap .ol-layerswitcher-popup li:hover {
  background: rgba(0, 60, 136, 0.9);
  color: #fff;
}

#ibk-webmap .ol-control.ol-layerswitcher {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 3em;
  max-height: calc(100% - 6em);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#ibk-webmap .ol-control.ol-layerswitcher .ol-switchertopdiv,
#ibk-webmap .ol-control.ol-layerswitcher .ol-switcherbottomdiv {
  display: block;
}
#ibk-webmap .ol-control.ol-layerswitcher.ol-collapsed .ol-switchertopdiv,
#ibk-webmap .ol-control.ol-layerswitcher.ol-collapsed .ol-switcherbottomdiv {
  display: none;
}
#ibk-webmap .ol-layerswitcher.ol-forceopen.ol-collapsed .ol-switchertopdiv,
#ibk-webmap .ol-layerswitcher.ol-forceopen.ol-collapsed .ol-switcherbottomdiv {
  display: block;
}

#ibk-webmap .ol-control.ol-layerswitcher .ol-switchertopdiv,
#ibk-webmap .ol-control.ol-layerswitcher .ol-switcherbottomdiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: #fff;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #369;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ibk-webmap .ol-control.ol-layerswitcher .ol-switcherbottomdiv {
  top: auto;
  bottom: 0;
  height: 2em;
  border-top: 2px solid #369;
  border-bottom: 2px solid transparent;
}
#ibk-webmap .ol-control.ol-layerswitcher .ol-switchertopdiv:before,
#ibk-webmap .ol-control.ol-layerswitcher .ol-switcherbottomdiv:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 10px solid transparent;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0.8;
}

#ibk-webmap .ol-control.ol-layerswitcher .ol-switchertopdiv:hover:before,
#ibk-webmap .ol-control.ol-layerswitcher .ol-switcherbottomdiv:hover:before {
  opacity: 1;
}
#ibk-webmap .ol-control.ol-layerswitcher .ol-switchertopdiv:before {
  border-bottom-color: #369;
  border-top: 0;
}
#ibk-webmap .ol-control.ol-layerswitcher .ol-switcherbottomdiv:before {
  border-top-color: #369;
  border-bottom: 0;
}

#ibk-webmap .ol-control.ol-layerswitcher .panel {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  clear: both;
  display: block; /* display:block to show panel on over */
}

#ibk-webmap .ol-layerswitcher .panel {
  list-style: none;
  padding: 0.5em 0.5em 0;
  margin: 0;
  overflow: hidden;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.9em;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  position: relative;
  top: 0;
}

#ibk-webmap .ol-layerswitcher .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
  clear: both;
}

/** Customize checkbox
*/
#ibk-webmap .ol-layerswitcher input[type="radio"],
#ibk-webmap .ol-layerswitcher input[type="checkbox"] {
  display: none;
}

#ibk-webmap .ol-layerswitcher .panel li {
  -weblit-transition: -webkit-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  clear: both;
  display: block;
  #border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* drag and drop */
#ibk-webmap .ol-layerswitcher .panel li.drag {
  opacity: 0.5;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
#ibk-webmap .ol-dragover {
  background: rgba(51, 102, 153, 0.5);
  opacity: 0.8;
}
#ibk-webmap .ol-layerswitcher .panel li.forbidden,
#ibk-webmap .forbidden .ol-layerswitcher-buttons div,
#ibk-webmap .forbidden .layerswitcher-opacity div {
  background: rgba(255, 0, 0, 0.5);
  color: #f00 !important;
}

/* cursor management */
#ibk-webmap .ol-layerswitcher.drag,
#ibk-webmap .ol-layerswitcher.drag * {
  cursor: not-allowed !important;
  cursor: no-drop !important;
}
#ibk-webmap .ol-layerswitcher.drag .panel li.dropover,
#ibk-webmap .ol-layerswitcher.drag .panel li.dropover * {
  cursor: pointer !important;
  cursor: n-resize !important;
  cursor: ns-resize !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

#ibk-webmap .ol-layerswitcher .panel li.dropover {
  background: rgba(51, 102, 153, 0.5);
}

#ibk-webmap .ol-layerswitcher .panel li label {
  display: inline-block;
  height: 1.4em;
  max-width: 12em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.2em 0 1.7em;
  position: relative;
}

#ibk-webmap .ol-layerswitcher [type="radio"] + label:before,
#ibk-webmap .ol-layerswitcher [type="checkbox"] + label:before,
#ibk-webmap .ol-layerswitcher [type="radio"]:checked + label:after,
#ibk-webmap .ol-layerswitcher [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.1em;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #369;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#ibk-webmap .ol-layerswitcher [type="radio"] + label:before,
#ibk-webmap .ol-layerswitcher [type="radio"] + label:after {
  border-radius: 50%;
}

#ibk-webmap .ol-layerswitcher [type="radio"]:checked + label:after {
  background: #369 none repeat scroll 0 0;
  margin: 0.3em;
  width: 0.6em;
  height: 0.6em;
}

#ibk-webmap .ol-layerswitcher [type="checkbox"]:checked + label:after {
  background: transparent;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #369;
  width: 0.7em;
  height: 1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0.55em;
  top: -0.05em;
  -webkit-box-shadow: 1px 0px 1px 1px #fff;
  box-shadow: 1px 0px 1px 1px #fff;
}

#ibk-webmap .ol-layerswitcher .panel li.ol-layer-hidden {
  opacity: 0.6;
}

#ibk-webmap .ol-layerswitcher.ol-collapsed .panel {
  display: none;
}
#ibk-webmap .ol-layerswitcher.ol-forceopen .panel {
  display: block;
}

#ibk-webmap .ol-layerswitcher button {
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  height: 38px;
  width: 38px;
  z-index: 10;
  position: relative;
}

#ibk-webmap .ol-layerswitcher-buttons {
  display: block;
  float: right;
  text-align: right;
}
#ibk-webmap .ol-layerswitcher-buttons > div {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin: 2px;
}

#ibk-webmap .ol-layerswitcher .panel li > div {
  display: inline-block;
  position: relative;
}

/* line break */
#ibk-webmap .ol-layerswitcher .ol-separator {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

#ibk-webmap .ol-layerswitcher .layerup {
  float: right;
  height: 2.5em;
  background-color: #369;
  opacity: 0.5;
  cursor: move;
  cursor: ns-resize;
}

#ibk-webmap .ol-layerswitcher .layerup:before,
#ibk-webmap .ol-layerswitcher .layerup:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0.4em 0.4em 0;
  content: "";
  height: 0;
  position: absolute;
  bottom: 3px;
  left: 0.1em;
  width: 0;
}
#ibk-webmap .ol-layerswitcher .layerup:after {
  border-width: 0 0.4em 0.4em;
  top: 3px;
  bottom: auto;
}

#ibk-webmap .ol-layerswitcher .layerInfo {
  background: #369;
  border-radius: 100%;
}
#ibk-webmap .ol-layerswitcher .layerInfo:before {
  color: #fff;
  content: "i";
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  width: 1.25em;
  position: absolute;
  left: 0;
  top: 0;
}

#ibk-webmap .ol-layerswitcher .layerTrash {
  background: #369;
}
#ibk-webmap .ol-layerswitcher .layerTrash:before {
  color: #fff;
  content: "\00d7";
  font-size: 1em;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1em;
  margin: -0.5em 0;
  position: absolute;
}

#ibk-webmap .ol-layerswitcher .layerExtent {
  background: #369;
}
#ibk-webmap .ol-layerswitcher .layerExtent:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: 2px;
  top: 6px;
  bottom: 3px;
}
#ibk-webmap .ol-layerswitcher .layerExtent:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 2px;
  right: 6px;
  top: 3px;
}

#ibk-webmap .ol-layerswitcher .expend-layers,
#ibk-webmap .ol-layerswitcher .collapse-layers {
  margin: 0 2px;
}
#ibk-webmap .ol-layerswitcher .expend-layers:before,
#ibk-webmap .ol-layerswitcher .collapse-layers:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  height: 4px;
  width: 100%;
  background: #369;
}
#ibk-webmap .ol-layerswitcher .expend-layers:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  width: 4px;
  height: 100%;
  background: #369;
}
/*
.ol-layerswitcher .collapse-layers:before
{	content:"";
	position:absolute;
	border:0.5em solid #369;
	border-color: #369 transparent transparent;
	margin-top:0.25em;
}
.ol-layerswitcher .expend-layers:before
{	content:"";
	position:absolute;
	border:0.5em solid #369;
	border-color: transparent transparent transparent #369 ;
	margin-left:0.25em;
}
*/

#ibk-webmap .ol-layerswitcher .layerswitcher-opacity {
  position: relative;
  border: 1px solid #369;
  height: 3px;
  width: 120px;
  margin: 5px 1em 10px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #69c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 60, 136, 0)),
    to(rgba(0, 60, 136, 0.6))
  );
  background: linear-gradient(
    to right,
    rgba(0, 60, 136, 0),
    rgba(0, 60, 136, 0.6)
  );
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#ibk-webmap
  .ol-layerswitcher
  .layerswitcher-opacity
  .layerswitcher-opacity-cursor,
#ibk-webmap
  .ol-layerswitcher
  .layerswitcher-opacity
  .layerswitcher-opacity-cursor:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background: rgba(0, 60, 136, 0.5);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#ibk-webmap
  .ol-layerswitcher
  .layerswitcher-opacity
  .layerswitcher-opacity-cursor:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
}
#ibk-webmap
  .ol-touch
  .ol-layerswitcher
  .layerswitcher-opacity
  .layerswitcher-opacity-cursor {
  width: 26px;
  height: 26px;
}

#ibk-webmap .ol-layerswitcher .layerswitcher-opacity-label {
  display: none;
  position: absolute;
  right: -2.5em;
  bottom: 5px;
  font-size: 0.8em;
}
#ibk-webmap .ol-layerswitcher .layerswitcher-opacity-label::after {
  content: "%";
}

#ibk-webmap .ol-layerswitcher .layerswitcher-progress {
  display: block;
  margin: -4px 1em 2px 7px;
  width: 120px;
}
#ibk-webmap .ol-layerswitcher .layerswitcher-progress div {
  background-color: #369;
  height: 2px;
  display: block;
  width: 0;
}

#ibk-webmap .ol-control.ol-layerswitcher-image {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 1em;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
#ibk-webmap .ol-control.ol-layerswitcher-image.ol-collapsed {
  top: 3em;
  transition: none;
  -webkit-transition: none;
}

#ibk-webmap .ol-layerswitcher-image .panel {
  list-style: none;
  padding: 0.25em;
  margin: 0;
  overflow: hidden;
}

#ibk-webmap .ol-layerswitcher-image .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
}

#ibk-webmap .ol-layerswitcher-image.ol-collapsed .panel {
  display: none;
}
#ibk-webmap .ol-layerswitcher-image.ol-forceopen .panel {
  display: block;
  clear: both;
}

#ibk-webmap .ol-layerswitcher-image button {
  background-color: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==);
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  height: 38px;
  width: 38px;
  display: none;
}

#ibk-webmap .ol-layerswitcher-image.ol-collapsed button {
  display: block;
  position: relative;
}

#ibk-webmap .ol-layerswitcher-image li {
  border-radius: 4px;
  border: 3px solid transparent;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 2px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
#ibk-webmap .ol-layerswitcher-image li.ol-layer-hidden {
  opacity: 0.5;
  border-color: #555;
}
#ibk-webmap .ol-layerswitcher-image li.ol-header {
  display: none;
}

#ibk-webmap .ol-layerswitcher-image li img {
  position: absolute;
  max-width: 100%;
}
#ibk-webmap .ol-layerswitcher-image li.select {
  border: 3px solid red;
}

#ibk-webmap .ol-layerswitcher-image li p {
  display: none;
}
#ibk-webmap .ol-layerswitcher-image li:hover p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  height: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
}
#ibk-webmap .ol-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  display: none;
  cursor: default;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#ibk-webmap .ol-overlay.slide-up {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
#ibk-webmap .ol-overlay.slide-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#ibk-webmap .ol-overlay.slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#ibk-webmap .ol-overlay.slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#ibk-webmap .ol-overlay.zoom {
  top: 50%;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#ibk-webmap .ol-overlay.zoomout {
  -webkit-transform: scale(3);
  transform: scale(3);
}
#ibk-webmap .ol-overlay.zoomrotate {
  top: 50%;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(360deg);
  transform: translate(-50%, -50%) scale(0) rotate(360deg);
}
#ibk-webmap .ol-overlay.stretch {
  top: 50%;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
  transform: translate(-50%, -50%) scaleX(0);
}
#ibk-webmap .ol-overlay.stretchy {
  top: 50%;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
}
#ibk-webmap .ol-overlay.wipe {
  opacity: 1;
  /* clip: must be set programmatically */
  /* clip-path: use % but not crossplatform (IE) */
}
#ibk-webmap .ol-overlay.flip {
  -webkit-transform: perspective(600px) rotateY(180deg);
  transform: perspective(600px) rotateY(180deg);
}
#ibk-webmap .ol-overlay.card {
  opacity: 0.5;
  -webkit-transform: translate(-80%, 100%) rotate(-0.5turn);
  transform: translate(-80%, 100%) rotate(-0.5turn);
}
#ibk-webmap .ol-overlay.book {
  -webkit-transform: perspective(600px) rotateY(-180deg) scaleX(0.6);
  transform: perspective(600px) rotateY(-180deg) scaleX(0.6);
  -webkit-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}
#ibk-webmap .ol-overlay.book.visible {
  -webkit-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}

#ibk-webmap .ol-overlay.ol-visible {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}

#ibk-webmap .ol-overlay .ol-closebox {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 1;
}
#ibk-webmap .ol-overlay .ol-closebox:before {
  content: "\274c";
  display: block;
  text-align: center;
  vertical-align: middle;
}

#ibk-webmap .ol-control.ol-overview {
  position: absolute;
  left: 0.5em;
  text-align: left;
  bottom: 0.5em;
}

#ibk-webmap .ol-control.ol-overview .panel {
  display: block;
  width: 150px;
  height: 150px;
  margin: 2px;
  background-color: #fff;
  border: 1px solid #369;
  cursor: pointer;
}

#ibk-webmap .ol-overview:not(.ol-collapsed) button {
  position: absolute;
  bottom: 2px;
  left: 2px;
  z-index: 2;
}

#ibk-webmap .ol-control.ol-overview.ol-collapsed .panel {
  display: none;
}

#ibk-webmap .ol-overview.ol-collapsed button:before {
  content: "\00bb";
}
#ibk-webmap .ol-overview button:before {
  content: "\00ab";
}

#ibk-webmap .ol-control-right.ol-overview {
  left: auto;
  right: 0.5em;
}
#ibk-webmap .ol-control-right.ol-overview:not(.ol-collapsed) button {
  left: auto;
  right: 2px;
}
#ibk-webmap .ol-control-right.ol-overview.ol-collapsed button:before {
  content: "\00ab";
}
#ibk-webmap .ol-control-right.ol-overview button:before {
  content: "\00bb";
}

#ibk-webmap .ol-control-top.ol-overview {
  bottom: auto;
  top: 5em;
}
#ibk-webmap .ol-control-top.ol-overview:not(.ol-collapsed) button {
  bottom: auto;
  top: 2px;
}

#ibk-webmap .ol-permalink {
  position: absolute;
  top: 0.5em;
  right: 2.5em;
}
#ibk-webmap .ol-touch .ol-permalink {
  right: 3em;
}

#ibk-webmap .ol-permalink button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcFBjYE1ZK03gAAAUlJREFUOMuVk71KA1EQhc/NaiP+gCRpFHwGBSFlCrFVfAsbwSJCBMv06QIGJOBziI3EYAgkjU8gIloIAasIn4WzMqx34zrN7J6de+6ZmbNSgQDSfADcATPgHbgCyvonSYv8KEzWdofegH3gwmG9Ikq67sAESFzNueHThTyiEIKAmr2OJCUhhO30Aou+5aUQU2Ik65K2JC1KegohPGfUBkmvksqShnntHEcGOs60NXHfjmKz6czZTsNqbhzW+muwY2ATWAWawCOwBgxcTfvnvCPxKx4Cy5bPgBWgauRpdL2ImNlGhp3MabETm8mh94nDk4yCNE5/KTGg7xxbyhYAG0AN2AEqURIDZ0a0Fxn+LXAPXDpzRqMk6cOedz1ubdYl1b6NHgZRJe72nuu/CdSBl+yKi/zZlTnbaeXOJIesClwDU+ATeEhtX5TkCwAWUyAsHH1QAAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
}
#ibk-webmap .ol-control.ol-profil {
  position: absolute;
  top: 0.5em;
  right: 3em;
  text-align: right;
  overflow: hidden;
}
#ibk-webmap .ol-profil .ol-inner {
  position: relative;
  padding: 0.5em;
  font-size: 0.8em;
}
#ibk-webmap .ol-control.ol-profil .ol-inner {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 2.3em 2px 2px;
}
#ibk-webmap .ol-control.ol-profil.ol-collapsed .ol-inner {
  display: none;
}

#ibk-webmap .ol-profil canvas {
  display: block;
}
#ibk-webmap .ol-profil button {
  display: block;
  position: absolute;
  right: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AgXCR4dn7j9TAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAz0lEQVQ4y7WTMU4CURRFz0xIpLUBEhdAY2tJYW1jaWlsXYVxDWyBhWCFCYugYgnDFPMOhTMJGf3AwHiqn/uTk5v/3gfAH6b0RH7sMiIe1Ts162z+q2lVVbd1XqijLuJk0zzP1/VxCGyApLgsy+HJphGx8DeFOm6L1bn6eVQaEW+m2amTRqx+1fkqKY2Ie0+zUx/U7WGYfNMsy57PmMMN8A1MWsWeUoPyivV8PWtPOzL7D+lYHfUtBXgHGLTCJfBxodD6k9Dsm8BLE17LobQ39nJC61aLVoVsAAAAAElFTkSuQmCC);
}
#ibk-webmap .ol-profil.ol-collapsed button {
  position: static;
}

#ibk-webmap .ol-profil .ol-profilbar,
#ibk-webmap .ol-profil .ol-profilcursor {
  position: absolute;
  pointer-events: none;
  width: 1px;
  display: none;
}
#ibk-webmap .ol-profil .ol-profilcursor {
  width: 0;
  height: 0;
}
#ibk-webmap .ol-profil .ol-profilcursor:before {
  content: "";
  pointer-events: none;
  display: block;
  margin: -2px;
  width: 5px;
  height: 5px;
}
#ibk-webmap .ol-profil .ol-profilbar,
#ibk-webmap .ol-profil .ol-profilcursor:before {
  background: red;
}

#ibk-webmap .ol-profil table {
  text-align: center;
}

#ibk-webmap .ol-profil table span {
  display: block;
}

#ibk-webmap .ol-profilpopup {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0.5em;
  padding: 0 0.5em;
  position: absolute;
  top: -1em;
  white-space: nowrap;
}
#ibk-webmap .ol-profilpopup.ol-left {
  right: 0;
}

#ibk-webmap .ol-profil table td {
  padding: 0 2px;
}

#ibk-webmap .ol-profil table .track-info {
  display: table-row;
}
#ibk-webmap .ol-profil table .point-info {
  display: none;
}
#ibk-webmap .ol-profil .over table .track-info {
  display: none;
}
#ibk-webmap .ol-profil .over table .point-info {
  display: table-row;
}

#ibk-webmap .ol-profil p {
  text-align: center;
  margin: 0;
}

#ibk-webmap .ol-search {
  top: 0.5em;
  left: 3em;
}
#ibk-webmap .ol-touch .ol-search {
  left: 3.5em;
}
#ibk-webmap .ol-search button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABPUlEQVQoU41SwXHCQAzUHh58eoUOIBWEDkI6oAToIKkg7iAuwakgpAIowXRACcnrzp6BzchjMx4wE/S6kW5XK60gvQghzJIkmVoqSZI9gJ9+/fINS5Cc1HX9QXIlIr/tpwcRyb33b7cIGnAIYQdg4pxbjcfj0nJ1Xc+Px+PGObdN03Q9RIAQwgpAnqbp7FKmjQGgJLlU1d2V7BjjRkQO3vvXIXarkyxVNbsCm2QR2Q0V7XOMMReRmfd+OQQubN6hYgs22ZtbnRcAtiRfLueqqmpJ8ovko6oeBq0KIWQA3gFkzrlmMafTaUEyI/mpqmbhVTRWWbRdbClPbeobQNES5KPRqOxs7DBn8K1DsAOKMZYApiTXqlrcDe4d0XN7jWeCfzt351tVle2iGalTcBd4gGDvvZ/fDe4RmCOFLe8Pr7mvEP2N9PQAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em;
  top: 2px;
  left: 2px;
  float: left;
}
#ibk-webmap .ol-search input {
  display: inline-block;
  border: 0;
  margin: 1px 1px 1px 2px;
  font-size: 1.14em;
  padding-left: 0.3em;
  height: 1.375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#ibk-webmap .ol-touch .ol-search input,
#ibk-webmap .ol-touch .ol-search ul {
  font-size: 1.5em;
}
#ibk-webmap .ol-control.ol-search.ol-collapsed > * {
  display: none;
}
#ibk-webmap .ol-control.ol-search.ol-collapsed > button {
  display: block;
}

#ibk-webmap .ol-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  cursor: pointer;
  max-width: 17em;
  overflow-x: hidden;
}
/*
.ol-control.ol-search ul
{	position: absolute;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
*/
#ibk-webmap .ol-control.ol-search ul li {
  padding: 0.1em 0.5em;
}
#ibk-webmap .ol-search ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ibk-webmap .ol-search ul li.select,
#ibk-webmap .ol-search ul li:hover {
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
}
#ibk-webmap .ol-search ul li img {
  float: left;
  max-height: 2em;
}
#ibk-webmap .ol-search li.copy {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#ibk-webmap .ol-search li.copy a {
  color: #fff;
  text-decoration: none;
}

#ibk-webmap .ol-search.searching:before {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  top: 1.6em;
  -webkit-animation: pulse 0.5s infinite alternate linear;
  animation: pulse 0.5s infinite alternate linear;
  background: red;
}

@-webkit-keyframes pulse {
  0% {
    left: 0;
    right: 95%;
  }
  50% {
    left: 30%;
    right: 30%;
  }
  100% {
    left: 95%;
    right: 0;
  }
}

@keyframes pulse {
  0% {
    left: 0;
    right: 95%;
  }
  50% {
    left: 30%;
    right: 30%;
  }
  100% {
    left: 95%;
    right: 0;
  }
}

#ibk-webmap .ol-search.IGNF-parcelle input {
  width: 13.5em;
}
#ibk-webmap .ol-search.IGNF-parcelle input:-moz-read-only {
  background: #ccc;
  opacity: 0.8;
}
#ibk-webmap .ol-search.IGNF-parcelle input:read-only {
  background: #ccc;
  opacity: 0.8;
}
#ibk-webmap .ol-search.IGNF-parcelle.ol-collapsed-list > ul.autocomplete {
  display: none;
}

#ibk-webmap .ol-search.IGNF-parcelle label {
  display: block;
  clear: both;
}
#ibk-webmap .ol-search.IGNF-parcelle > div * {
  width: 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0.1em;
  font-size: 1em;
}
#ibk-webmap .ol-search.IGNF-parcelle ul.autocomplete-page {
  margin-top: 0.5em;
  width: 100%;
  text-align: center;
  display: none;
}
#ibk-webmap .ol-search.IGNF-parcelle.ol-collapsed-list ul.autocomplete-parcelle,
#ibk-webmap .ol-search.IGNF-parcelle.ol-collapsed-list ul.autocomplete-page {
  display: block;
}
#ibk-webmap .ol-search.IGNF-parcelle.ol-collapsed ul.autocomplete-page,
#ibk-webmap .ol-search.IGNF-parcelle.ol-collapsed ul.autocomplete-parcelle,
#ibk-webmap .ol-search.IGNF-parcelle ul.autocomplete-parcelle {
  display: none;
}
#ibk-webmap .ol-search.IGNF-parcelle ul.autocomplete-page li {
  display: inline-block;
  color: #fff;
  background: rgba(0, 60, 136, 0.5);
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  padding: 0.1em;
  margin: 0 0.1em;
}
#ibk-webmap .ol-search.IGNF-parcelle ul.autocomplete-page li.selected {
  background: rgba(0, 60, 136, 1);
}
#ibk-webmap .ol-swipe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#ibk-webmap .ol-swipe:before {
  content: "";
  position: absolute;
  top: -5000px;
  bottom: -5000px;
  left: 50%;
  width: 4px;
  background: #fff;
  z-index: -1;
  transform: translate(-2px, 0);
  -webkit-transform: translate(-2px, 0);
}
#ibk-webmap .ol-swipe.horizontal:before {
  left: -5000px;
  right: -5000px;
  top: 50%;
  bottom: auto;
  width: auto;
  height: 4px;
}

#ibk-webmap .ol-swipe,
#ibk-webmap .ol-swipe button {
  cursor: ew-resize;
}
#ibk-webmap .ol-swipe.horizontal,
#ibk-webmap .ol-swipe.horizontal button {
  cursor: ns-resize;
}

#ibk-webmap .ol-swipe:after,
#ibk-webmap .ol-swipe button:before,
#ibk-webmap .ol-swipe button:after {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  transform: translate(-1px, 0);
  -webkit-transform: translate(-1px, 0);
}
#ibk-webmap .ol-swipe button:after {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}
#ibk-webmap .ol-swipe button:before {
  transform: translateX(-7px);
  -webkit-transform: translateX(-7px);
}

#ibk-webmap .ol-target-overlay .ol-target {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 1px 1px #fff;
  box-shadow: 0 0 1px 1px #fff;
  display: block;
  height: 20px;
  width: 0;
}

#ibk-webmap .ol-target-overlay .ol-target:after,
#ibk-webmap .ol-target-overlay .ol-target:before {
  content: "";
  border: 1px solid #369;
  -webkit-box-shadow: 0 0 1px 1px #fff;
  box-shadow: 0 0 1px 1px #fff;
  display: block;
  width: 20px;
  height: 0;
  position: absolute;
  top: 10px;
  left: -10px;
}
#ibk-webmap .ol-target-overlay .ol-target:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 20px;
  width: 0;
  top: 0px;
  left: 0px;
}

#ibk-webmap .ol-overlay-container .ol-magnify {
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #369;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 0;
}

#ibk-webmap .ol-overlay-container .ol-magnify:before {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.25) inset;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#ibk-webmap .ol-overlay-container .ol-magnify:after {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  content: "";
  display: block;
  height: 0;
  left: 23%;
  position: absolute;
  top: 20%;
  width: 20%;
  z-index: 1;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
}
/** popup animation using visible class
*/
#ibk-webmap .ol-popup.anim {
  visibility: hidden;
}

/** No transform when visible 
*/
#ibk-webmap .ol-popup.anim.visible {
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -webkit-animation: ol-popup_bounce 0.4s ease 1;
  animation: ol-popup_bounce 0.4s ease 1;
}

@-webkit-keyframes ol-popup_bounce {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ol-popup_bounce {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Hide to prevent flickering on animate */
#ibk-webmap .ol-popup.anim.visible .anchor {
  -webkit-animation: ol-popup_opacity 0.4s ease 1;
  animation: ol-popup_opacity 0.4s ease 1;
}
@-webkit-keyframes ol-popup_opacity {
  from {
    visibility: hidden;
  }
  to {
    visibility: hidden;
  }
}
@keyframes ol-popup_opacity {
  from {
    visibility: hidden;
  }
  to {
    visibility: hidden;
  }
}

/** Transform Origin */
#ibk-webmap .ol-popup.anim.ol-popup-bottom.ol-popup-left {
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
#ibk-webmap .ol-popup.anim.ol-popup-bottom.ol-popup-right {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
#ibk-webmap .ol-popup.anim.ol-popup-bottom.ol-popup-center {
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
#ibk-webmap .ol-popup.anim.ol-popup-top.ol-popup-left {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
#ibk-webmap .ol-popup.anim.ol-popup-top.ol-popup-right {
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
#ibk-webmap .ol-popup.anim.ol-popup-top.ol-popup-center {
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}
#ibk-webmap .ol-popup.anim.ol-popup-middle.ol-popup-left {
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}
#ibk-webmap .ol-popup.anim.ol-popup-middle.ol-popup-right {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
}

/** ol.popup */
#ibk-webmap .ol-popup {
  font-size: 0.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ibk-webmap .ol-popup .content {
  overflow: hidden;
  cursor: default;
  padding: 0.25em 0.5em;
}
#ibk-webmap .ol-popup.hasclosebox .content {
  margin-right: 1.7em;
}
#ibk-webmap .ol-popup .content:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
}

/** Anchor position */
#ibk-webmap .ol-popup .anchor {
  display: block;
  width: 0px;
  height: 0px;
  background: red;
  position: absolute;
  margin: -11px 21px;
  pointer-events: none;
}
#ibk-webmap .ol-popup .anchor:after,
#ibk-webmap .ol-popup .anchor:before {
  position: absolute;
}
#ibk-webmap .ol-popup-right .anchor:after,
#ibk-webmap .ol-popup-right .anchor:before {
  right: 0;
}
#ibk-webmap .ol-popup-top .anchor {
  top: 0;
}
#ibk-webmap .ol-popup-bottom .anchor {
  bottom: 0;
}
#ibk-webmap .ol-popup-right .anchor {
  right: 0;
}
#ibk-webmap .ol-popup-left .anchor {
  left: 0;
}
#ibk-webmap .ol-popup-center .anchor {
  left: 50%;
  margin-left: 0 !important;
}
#ibk-webmap .ol-popup-middle .anchor {
  top: 50%;
  margin-top: 0 !important;
}
#ibk-webmap .ol-popup-center.ol-popup-middle .anchor {
  display: none;
}

/** Add a shadow to the popup */
#ibk-webmap .ol-popup.shadow {
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/** Close box */
#ibk-webmap .ol-popup .closeBox {
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  font-size: 0.9em;
  font-weight: 700;
  width: 1.4em;
  height: 1.4em;
  margin: 5px 5px 0 0;
  padding: 0;
  position: relative;
  display: none;
}
#ibk-webmap .ol-popup.hasclosebox .closeBox {
  display: block;
}

#ibk-webmap .ol-popup .closeBox:hover {
  background-color: rgba(0, 60, 136, 0.7);
}
/* the X */
#ibk-webmap .ol-popup .closeBox:after {
  content: "\00d7";
  font-size: 1.5em;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  margin: -0.5em 0;
  position: absolute;
}

/** Modify touch poup */
#ibk-webmap .ol-popup.modifytouch {
  background-color: #eee;
}
#ibk-webmap .ol-popup.modifytouch .content {
  padding: 0 0.25em;
  font-size: 0.85em;
  white-space: nowrap;
}
#ibk-webmap .ol-popup.modifytouch .content a {
  text-decoration: none;
}

/** Tool tips popup*/
#ibk-webmap .ol-popup.tooltips {
  background-color: #ffa;
}
#ibk-webmap .ol-popup.tooltips .content {
  padding: 0 0.25em;
  font-size: 0.85em;
  white-space: nowrap;
}

/** Default popup */
#ibk-webmap .ol-popup.default {
  background-color: #fff;
  border: 1px solid #69f;
  border-radius: 5px;
  margin: 11px 0;
}
#ibk-webmap .ol-popup-left.default {
  margin: 11px 10px 11px -22px;
}
#ibk-webmap .ol-popup-right.default {
  margin: 11px -22px 11px 10px;
}
#ibk-webmap .ol-popup-middle.default {
  margin: 0 10px;
}

#ibk-webmap .ol-popup.default .anchor:after,
#ibk-webmap .ol-popup.default .anchor:before {
  content: "";
  border-color: #69f transparent;
  border-style: solid;
  border-width: 11px;
  margin: 0 -11px;
}
#ibk-webmap .ol-popup.default .anchor:after {
  border-color: #fff transparent;
  border-width: 9px;
  margin: 3px -9px;
}

#ibk-webmap .ol-popup-top.default .anchor:before,
#ibk-webmap .ol-popup-top.default .anchor:after {
  border-top: 0;
  top: 0;
}

#ibk-webmap .ol-popup-bottom.default .anchor:before,
#ibk-webmap .ol-popup-bottom.default .anchor:after {
  border-bottom: 0;
  bottom: 0;
}

#ibk-webmap .ol-popup-middle.default .anchor:before {
  margin: -11px -33px;
  border-color: transparent #69f;
}
#ibk-webmap .ol-popup-middle.default .anchor:after {
  margin: -9px -30px;
  border-color: transparent #fff;
}
#ibk-webmap .ol-popup-middle.ol-popup-left.default .anchor:before,
#ibk-webmap .ol-popup-middle.ol-popup-left.default .anchor:after {
  border-left: 0;
}
#ibk-webmap .ol-popup-middle.ol-popup-right.default .anchor:before,
#ibk-webmap .ol-popup-middle.ol-popup-right.default .anchor:after {
  border-right: 0;
}

/** Black popup */
#ibk-webmap .ol-popup.black .closeBox {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #f80;
}
#ibk-webmap .ol-popup.black .closeBox:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #da2;
}

#ibk-webmap .ol-popup.black {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  margin: 20px 0;
  color: #fff;
}
#ibk-webmap .ol-popup-left.black {
  margin: 20px 10px 20px -22px;
}
#ibk-webmap .ol-popup-right.black {
  margin: 20px -22px 20px 10px;
}
#ibk-webmap .ol-popup-middle.black {
  margin: 0 11px;
}

#ibk-webmap .ol-popup.black .anchor {
  margin: -20px 11px;
}
#ibk-webmap .ol-popup.black .anchor:before {
  content: "";
  border-color: rgba(0, 0, 0, 0.6) transparent;
  border-style: solid;
  border-width: 20px 11px;
}

#ibk-webmap .ol-popup-top.black .anchor:before {
  border-top: 0;
  top: 0;
}

#ibk-webmap .ol-popup-bottom.black .anchor:before {
  border-bottom: 0;
  bottom: 0;
}

#ibk-webmap .ol-popup-middle.black .anchor:before {
  margin: -20px -22px;
  border-color: transparent rgba(0, 0, 0, 0.6);
}
#ibk-webmap .ol-popup-middle.ol-popup-left.black .anchor:before {
  border-left: 0;
}
#ibk-webmap .ol-popup-middle.ol-popup-right.black .anchor:before {
  border-right: 0;
}

#ibk-webmap .ol-popup-center.black .anchor:before {
  margin: 0 -10px;
}

/** Green tips popup */
#ibk-webmap .ol-popup.tips .closeBox {
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
}
#ibk-webmap .ol-popup.tips .closeBox:hover {
  background-color: #f40;
}

#ibk-webmap .ol-popup.tips {
  background-color: #cea;
  border: 5px solid #ad7;
  border-radius: 5px;
  margin: 20px 0;
  color: #333;
}
#ibk-webmap .ol-popup-left.tips {
  margin: 20px 10px 20px -22px;
}
#ibk-webmap .ol-popup-right.tips {
  margin: 20px -22px 20px 10px;
}
#ibk-webmap .ol-popup-middle.tips {
  margin: 0 20px;
}

#ibk-webmap .ol-popup.tips .anchor {
  margin: -25px 16px;
}
#ibk-webmap .ol-popup.tips .anchor:before {
  content: "";
  border-color: #ad7 transparent;
  border-style: solid;
  border-width: 20px 11px;
}

#ibk-webmap .ol-popup-top.tips .anchor:before {
  border-top: 0;
  top: 0;
}
#ibk-webmap .ol-popup-bottom.tips .anchor:before {
  border-bottom: 0;
  bottom: 0;
}
#ibk-webmap .ol-popup-center.tips .anchor:before {
  border-width: 20px 6px;
  margin: 0 -6px;
}
#ibk-webmap .ol-popup-left.tips .anchor:before {
  border-left: 0;
  margin-left: 0;
}
#ibk-webmap .ol-popup-right.tips .anchor:before {
  border-right: 0;
  margin-right: 0;
}

#ibk-webmap .ol-popup-middle.tips .anchor:before {
  margin: -6px -41px;
  border-color: transparent #ad7;
  border-width: 6px 20px;
}
#ibk-webmap .ol-popup-middle.ol-popup-left.tips .anchor:before {
  border-left: 0;
}
#ibk-webmap .ol-popup-middle.ol-popup-right.tips .anchor:before {
  border-right: 0;
}

/** Warning popup */
#ibk-webmap .ol-popup.warning .closeBox {
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  font-size: 0.83em;
}
#ibk-webmap .ol-popup.warning .closeBox:hover {
  background-color: #f40;
}

#ibk-webmap .ol-popup.warning {
  background-color: #fd0;
  border-radius: 3px;
  border: 4px dashed #f00;
  margin: 20px 0;
  color: #900;
  margin: 28px 10px;
}
#ibk-webmap .ol-popup-left.warning {
  margin-left: -22px;
  margin-right: 10px;
}
#ibk-webmap .ol-popup-right.warning {
  margin-right: -22px;
  margin-left: 10px;
}
#ibk-webmap .ol-popup-middle.warning {
  margin: 0 22px;
}

#ibk-webmap .ol-popup.warning .anchor {
  margin: -33px 7px;
}
#ibk-webmap .ol-popup.warning .anchor:before {
  content: "";
  border-color: #f00 transparent;
  border-style: solid;
  border-width: 30px 11px;
}

#ibk-webmap .ol-popup-top.warning .anchor:before {
  border-top: 0;
  top: 0;
}
#ibk-webmap .ol-popup-bottom.warning .anchor:before {
  border-bottom: 0;
  bottom: 0;
}

#ibk-webmap .ol-popup-center.warning .anchor:before {
  margin: 0 -21px;
}
#ibk-webmap .ol-popup-middle.warning .anchor:before {
  margin: -10px -33px;
  border-color: transparent #f00;
  border-width: 10px 22px;
}
#ibk-webmap .ol-popup-middle.ol-popup-left.warning .anchor:before {
  border-left: 0;
}
#ibk-webmap .ol-popup-middle.ol-popup-right.warning .anchor:before {
  border-right: 0;
}

:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-focus-color: #5897fb;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}
@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
#ibk-webmap .ss-hide {
  display: none !important;
}
#ibk-webmap .ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}
#ibk-webmap .ss-main:focus {
  box-shadow: 0 0 5px var(--ss-focus-color);
}
#ibk-webmap .ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}
#ibk-webmap .ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}
#ibk-webmap .ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
#ibk-webmap .ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#ibk-webmap .ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#ibk-webmap .ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
}
#ibk-webmap .ss-main .ss-values .ss-placeholder {
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s)
    var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ibk-webmap .ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}
#ibk-webmap .ss-main .ss-values .ss-single {
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}
#ibk-webmap .ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
#ibk-webmap .ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}
#ibk-webmap .ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}
#ibk-webmap .ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}
#ibk-webmap .ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}
#ibk-webmap .ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#ibk-webmap .ss-main .ss-deselect {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}
#ibk-webmap .ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}
#ibk-webmap .ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#ibk-webmap .ss-main .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
#ibk-webmap .ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
#ibk-webmap .ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}
#ibk-webmap .ss-content.ss-relative {
  position: relative;
  height: 100%;
}
#ibk-webmap .ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}
#ibk-webmap .ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}
#ibk-webmap .ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
#ibk-webmap .ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}
#ibk-webmap .ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
#ibk-webmap .ss-content .ss-search input:focus {
  box-shadow: 0 0 5px var(--ss-focus-color);
}
#ibk-webmap .ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}
#ibk-webmap .ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
#ibk-webmap .ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#ibk-webmap .ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
#ibk-webmap .ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}
#ibk-webmap .ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}
#ibk-webmap .ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}
#ibk-webmap .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall:hover {
  opacity: 0.5;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall.ss-selected
  svg
  path {
  stroke: var(--ss-error-color);
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg
  path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:first-child {
  stroke-width: 5;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:last-child {
  stroke-width: 11;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}
#ibk-webmap
  .ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow
  path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
#ibk-webmap .ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s)
    calc(var(--ss-spacing-l) * 3);
}
#ibk-webmap .ss-content .ss-list .ss-option {
  display: block;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
  white-space: normal;
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
}
#ibk-webmap .ss-content .ss-list .ss-option:hover {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
#ibk-webmap .ss-content .ss-list .ss-option.ss-highlighted,
#ibk-webmap .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
#ibk-webmap .ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}
#ibk-webmap .ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}
#ibk-webmap .ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: var(--ss-highlight-color);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
#ibk-webmap .numInputWrapper {
  position: relative;
  height: auto;
}
#ibk-webmap .numInputWrapper input,
#ibk-webmap .numInputWrapper span {
  display: inline-block;
}
#ibk-webmap .numInputWrapper input {
  width: 100%;
}
#ibk-webmap .numInputWrapper input::-ms-clear {
  display: none;
}
#ibk-webmap .numInputWrapper input::-webkit-outer-spin-button,
#ibk-webmap .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
#ibk-webmap .numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ibk-webmap .numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
#ibk-webmap .numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
#ibk-webmap .numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
#ibk-webmap .numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
#ibk-webmap .numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
#ibk-webmap .numInputWrapper span.arrowDown {
  top: 50%;
}
#ibk-webmap .numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
#ibk-webmap .numInputWrapper span svg {
  width: inherit;
  height: auto;
}
#ibk-webmap .numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
#ibk-webmap .numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
#ibk-webmap .numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
#ibk-webmap .dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
#ibk-webmap .dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
#ibk-webmap .dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
#ibk-webmap .pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}
#ibk-webmap .pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
#ibk-webmap .pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif;
  border-radius: 0.15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>')
    no-repeat center;
  background-size: 0;
  transition: all 0.3s;
}
#ibk-webmap .pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
#ibk-webmap .pickr .pcr-button::before {
  z-index: initial;
}
#ibk-webmap .pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background 0.3s;
  background: var(--pcr-color);
  border-radius: 0.15em;
}
#ibk-webmap .pickr .pcr-button.clear {
  background-size: 70%;
}
#ibk-webmap .pickr .pcr-button.clear::before {
  opacity: 0;
}
#ibk-webmap .pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}
#ibk-webmap .pickr .pcr-button.disabled {
  cursor: not-allowed;
}
#ibk-webmap .pickr *,
#ibk-webmap .pcr-app * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
#ibk-webmap .pickr input:focus,
#ibk-webmap .pickr input.pcr-active,
#ibk-webmap .pickr button:focus,
#ibk-webmap .pickr button.pcr-active,
#ibk-webmap .pcr-app input:focus,
#ibk-webmap .pcr-app input.pcr-active,
#ibk-webmap .pcr-app button:focus,
#ibk-webmap .pcr-app button.pcr-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}
#ibk-webmap .pickr .pcr-palette,
#ibk-webmap .pickr .pcr-slider,
#ibk-webmap .pcr-app .pcr-palette,
#ibk-webmap .pcr-app .pcr-slider {
  transition: box-shadow 0.3s;
}
#ibk-webmap .pickr .pcr-palette:focus,
#ibk-webmap .pickr .pcr-slider:focus,
#ibk-webmap .pcr-app .pcr-palette:focus,
#ibk-webmap .pcr-app .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}
#ibk-webmap .pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: 0.1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}
#ibk-webmap .pcr-app.visible {
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}
#ibk-webmap .pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75em;
}
#ibk-webmap .pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}
@supports (display: grid) {
  #ibk-webmap .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}
#ibk-webmap .pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: 0.15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all 0.15s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
#ibk-webmap .pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: 0.15em;
  z-index: -1;
}
#ibk-webmap .pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  box-sizing: border-box;
}
#ibk-webmap .pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}
#ibk-webmap .pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}
#ibk-webmap .pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}
#ibk-webmap .pcr-app .pcr-interaction > * {
  margin: 0 0.2em;
}
#ibk-webmap .pcr-app .pcr-interaction input {
  letter-spacing: 0.07em;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: 0.15em;
  transition: all 0.15s;
  padding: 0.45em 0.5em;
  margin-top: 0.75em;
}
#ibk-webmap .pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}
#ibk-webmap .pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(66, 133, 244, 0.75);
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all 0.2s;
  border-radius: 0.15em;
  background: #f1f3f4;
  cursor: text;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-save,
#ibk-webmap .pcr-app .pcr-interaction .pcr-cancel,
#ibk-webmap .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-save,
#ibk-webmap .pcr-app .pcr-interaction .pcr-cancel,
#ibk-webmap .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-save:hover,
#ibk-webmap .pcr-app .pcr-interaction .pcr-cancel:hover,
#ibk-webmap .pcr-app .pcr-interaction .pcr-clear:hover {
  filter: brightness(0.925);
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-clear,
#ibk-webmap .pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}
#ibk-webmap .pcr-app .pcr-interaction .pcr-clear:focus,
#ibk-webmap .pcr-app .pcr-interaction .pcr-cancel:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 0 0 3px rgba(244, 66, 80, 0.75);
}
#ibk-webmap .pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#ibk-webmap .pcr-app .pcr-selection .pcr-color-palette,
#ibk-webmap .pcr-app .pcr-selection .pcr-color-chooser,
#ibk-webmap .pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}
#ibk-webmap .pcr-app .pcr-selection .pcr-color-palette:active,
#ibk-webmap .pcr-app .pcr-selection .pcr-color-chooser:active,
#ibk-webmap .pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
#ibk-webmap .pcr-app[data-theme="classic"] {
  width: 28.5em;
  max-width: 95vw;
  padding: 0.8em;
}
#ibk-webmap .pcr-app[data-theme="classic"] .pcr-selection {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
#ibk-webmap .pcr-app[data-theme="classic"] .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0.75em;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-preview::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-preview
  .pcr-last-color {
  cursor: pointer;
  border-radius: 0.15em 0.15em 0 0;
  z-index: 2;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-preview
  .pcr-current-color {
  border-radius: 0 0 0.15em 0.15em;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-preview
  .pcr-last-color,
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-preview
  .pcr-current-color {
  background: var(--pcr-color);
  width: 100%;
  height: 50%;
}
#ibk-webmap .pcr-app[data-theme="classic"] .pcr-selection .pcr-color-palette {
  width: 100%;
  height: 8em;
  z-index: 1;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-palette
  .pcr-palette {
  flex-grow: 1;
  border-radius: 0.15em;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-palette
  .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
#ibk-webmap .pcr-app[data-theme="classic"] .pcr-selection .pcr-color-chooser,
#ibk-webmap .pcr-app[data-theme="classic"] .pcr-selection .pcr-color-opacity {
  margin-left: 0.75em;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-chooser
  .pcr-picker,
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-opacity
  .pcr-picker {
  left: 50%;
  transform: translateX(-50%);
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-chooser
  .pcr-slider,
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-opacity
  .pcr-slider {
  width: 8px;
  flex-grow: 1;
  border-radius: 50em;
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-chooser
  .pcr-slider {
  background: linear-gradient(
    to bottom,
    hsl(0, 100%, 50%),
    hsl(60, 100%, 50%),
    hsl(120, 100%, 50%),
    hsl(180, 100%, 50%),
    hsl(240, 100%, 50%),
    hsl(300, 100%, 50%),
    hsl(0, 100%, 50%)
  );
}
#ibk-webmap
  .pcr-app[data-theme="classic"]
  .pcr-selection
  .pcr-color-opacity
  .pcr-slider {
  background: linear-gradient(to bottom, transparent, black),
    url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 50%;
}

:root {
  --white-filter: invert(99%) sepia(99%) saturate(3%) hue-rotate(114deg)
    brightness(105%) contrast(100%);
}

#ibk-webmap .canvasTrLayer .tdCheckboxLegend,
#ibk-webmap .canvasTrLayer .tdSpanLegend,
#ibk-webmap .canvasTrLayer .tdCanvasLegend {
  width: 100% !important;
  height: 18px !important;
  line-height: 18px !important;
}

#ibk-webmap .canvasTrLayer .tdSpanLegend {
  margin-left: 0px;
}

#ibk-webmap .canvasTrLayer {
  height: 18px;
  line-height: 18px;
  width: calc(100% - 4px);
}

#ibk-webmap .tdSpanLegend {
  width: 100%;
}

#ibk-webmap .tdArrow {
  width: 100%;
  text-align: center;
}

/* nicht eingerückt */
/*.canvasTrLayer.multi {
	display: grid;
    grid-template-areas: "a b c d";
    grid-template-columns: 18px calc(100% - 44px) 18px;
    grid-gap: 2px;
}

.canvasTrLayer.multi .tdCheckboxLegend {
    grid-area: a;
}

.canvasTrLayer.multi .tdSpanLegend {
    grid-area: b;
}*/

#ibk-webmap .canvasTrLayer.none {
  display: grid;
  grid-template-areas: "a b c";
  grid-template-columns: 18px calc(100% - 46px) 20px;
  grid-gap: 4px;
  overflow: hidden;
}

#ibk-webmap .canvasTrLayer.none .tdMetadataTooltip {
  grid-area: c;
}

/* eingerückt zu single */
#ibk-webmap .canvasTrLayer.multi {
  display: grid;
  grid-template-areas: "a c d";
  grid-template-columns: 18px calc(100% - 40px) 20px;
  grid-gap: 4px;
  overflow: hidden;
}

#ibk-webmap .canvasTrLayer.multi.noLegend {
  grid-template-areas: "a c d";
  grid-template-columns: 18px calc(100% - 46px) 20px;
  grid-gap: 4px;
}

#ibk-webmap .canvasTrLayer.multi .tdCheckboxLegend {
  grid-area: a;
}

#ibk-webmap .canvasTrLayer.multi .tdSpanLegend {
  grid-area: c;
}

#ibk-webmap .canvasTrLayer.multi .tdMetadataTooltip {
  grid-area: d;
}

#ibk-webmap .canvasDivLayer {
  white-space: pre-line;
  display: flow-root;
}

#ibk-webmap .canvasDivLayer.external {
  display: flex;
}

/* eingerückt */
#ibk-webmap .canvasDivLayer .legendEntryDiv {
  display: grid;
  grid-template-areas: "b c";
  grid-template-columns: 18px calc(100% - 22px);
  grid-gap: 4px;
  margin-left: 24px;
}

#ibk-webmap .canvasDivLayer .legend-pic-canvas {
  grid-area: b;
}

#ibk-webmap .canvasDivLayer b {
  grid-area: c;
  text-align: left !important;
  padding: 0px !important;
  word-break: keep-all;
  margin-left: 2px !important;
}

/* nicht eingerückt */
/*.canvasDivLayer .legendEntryDiv {
    display: grid;
    grid-template-areas: "a b";
    grid-template-columns: 18px calc(100% - 20px);
    grid-gap: 2px;
}

.canvasDivLayer .legend-pic-canvas {
    grid-area: a;
}

.canvasDivLayer b {
    grid-area: b;
    text-align: left !important;
    padding: 0px !important;
    word-break: keep-all;
    margin-left: 2px !important;
}*/

#ibk-webmap .canvasTrLayer.single {
  display: grid;
  grid-template-areas: "a b c d";
  grid-template-columns: 18px 18px calc(100% - 62px) 20px;
  grid-gap: 4px;
}

#ibk-webmap .divLayerEntry.dontshowlegend .canvasTrLayer.single,
#ibk-webmap .divLayerEntry.outOfRes .canvasTrLayer.single {
  display: grid;
  grid-template-areas: "a c d";
  grid-template-columns: 18px calc(100% - 40px) 20px;
}

#ibk-webmap .divLayerEntry.dontshowlegend .canvasTrLayer.single .tdCanvasLegend,
#ibk-webmap .divLayerEntry.outOfRes .canvasTrLayer.single .tdCanvasLegend {
  display: none;
}

#ibk-webmap .canvasTrLayer.single.noLegend {
  grid-template-areas: "a c d";
  grid-template-columns: 18px calc(100% - 46px) 20px;
  grid-gap: 4px;
}

#ibk-webmap .canvasTrLayer.single .tdCheckboxLegend {
  grid-area: a;
}

#ibk-webmap .canvasTrLayer.single .tdSpanLegend {
  grid-area: c;
}

#ibk-webmap .canvasTrLayer.single .tdCanvasLegend {
  grid-area: b;
}

#ibk-webmap .canvasTrLayer.single .tdMetadataTooltip {
  grid-area: d;
}

#ibk-webmap .canvasTrLayer.external {
  display: grid;
  grid-template-areas: "a b c";
  grid-template-columns: 18px 18px calc(100% - 62px);
  grid-gap: 4px;
}

#ibk-webmap .canvasTrLayer.external.noLegend {
  grid-template-areas: "a c d";
  grid-template-columns: 18px calc(100% - 40px) 20px;
  grid-gap: 4px;
}

#ibk-webmap .canvasTrLayer.external .tdCheckboxLegend {
  grid-area: a;
}

#ibk-webmap .canvasTrLayer.external .tdSpanLegend {
  grid-area: c;
}

#ibk-webmap .canvasTrLayer.external .tdCanvasLegend {
  grid-area: b;
}

#ibk-webmap .canvasTrLayer.external .tdMetadataTooltip {
  grid-area: d;
}

#ibk-webmap .canvasTrLayer .tdMetadataTooltip {
  background-size: cover;
}

#ibk-webmap .canvasTrLayer .tdMetadataTooltip:hover {
  background-size: cover;
  cursor: help;
}

#ibk-webmap .ol-control {
  /* background-color: rgba(255, 255, 255, 0) !important; */
}

#ibk-webmap .ol-control:hover {
  background-color: rgba(255, 255, 255, 1) !important;
}

#ibk-webmap .categoryBar:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

#ibk-webmap .toolbar:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

#ibk-webmap .ol-zoom.default:hover {
  background-color: rgba(255, 255, 255, 0) !important;
}

#ibk-webmap #layer-tree-view {
  margin: 0;
  width: calc(100% - 0px);
}

#ibk-webmap #layer-tree-view .divGroup > table {
  margin: 0px !important;
  display: grid;
}

#ibk-webmap #layer-tree-view .divGroup > table > tr {
  display: grid;
  grid-template-columns: 18px 20px calc(100% - 38px);
  grid-gap: 4px;
  width: calc(100% - 10px);
  padding: 2px;
  line-height: 20px;
}

#ibk-webmap #layer-tree-view .divGroup > table > tr > .tdSpanLegend {
  font-weight: bold;
}

#ibk-webmap #layer-tree-view ul .sortableList {
  padding: 4px;
  margin-left: 10px;
  border: 0;
  border-top: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  /* background-color: rgba(0,0,0,0); */
}

#ibk-webmap .layertree {
  border: 1px solid darkgray !important;
  left: 0 !important;
  top: 30px !important;
  width: calc(25% - 2px) !important;
  transform: unset !important;
  max-height: calc(100% - 64px);
  background: white !important;
  min-width: min(400px, calc(100% - 2px)) !important;
  z-index: 10;
}

#ibk-webmap .legendTree {
  border: 1px solid darkgray !important;
  border-right: 0 !important;
  right: 0 !important;
  top: 30px !important;
  width: calc(25% - 2px) !important;
  transform: unset !important;
  max-height: calc(100% - 64px);
  background: white !important;
  min-width: min(400px, calc(100% - 2px)) !important;
  z-index: 10;
  overflow-y: auto;
}

#ibk-webmap .legendTree .legend {
  padding: 5px;
  border-bottom: 1px solid lightgray;
  width: calc(100% - 10px);
  display: none;
}

/*.legendTree .legend .canvasDivLayer {
    padding-top: 5px;
}

.legendTree .legend .canvasDivLayer .legendEntryDiv {
    grid-template-areas: "c b";
    grid-template-columns: calc(100% - 20px) 20px;
}*/

#ibk-webmap .legendTree .legend .canvasDivLayer b {
  line-height: 18px;
}

#ibk-webmap .legendTree .canvasDiv {
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 20px calc(100% - 42px);
  grid-gap: 4px;
}

#ibk-webmap .legendTree .legend-pic-canvas-single {
  grid-area: b;
  float: unset;
}

#ibk-webmap .legendTree .legend.singleLine .canvasDiv {
  display: block;
}

#ibk-webmap .legendTree .legend.singleLine.isVisible {
  display: flex;
  gap: 4px;
}

#ibk-webmap .legendTree .legend.isVisible {
  display: block;
}

#ibk-webmap .legendTree .legend.outOfRes {
  display: none !important;
}

#ibk-webmap .legendTree .legend:last-of-type {
  border-bottom: 0;
}

#ibk-webmap .legendTree title {
  margin: 5px;
}

#ibk-webmap .layerselect.isOpened {
  background-color: rgba(255, 255, 255, 1) !important;
}

#ibk-webmap .layerselect.isOpened:hover {
  background-color: rgba(255, 255, 255, 1) !important;
}

#ibk-webmap .layerselect {
  top: 0px !important;
  left: 0px !important;
  position: absolute !important;
  transform: unset !important;
  height: 30px;
  width: calc(25% - 2px);
  border-bottom: 1px solid darkgray !important;
  border-right: 1px solid darkgray !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  min-width: 400px !important;
}

#ibk-webmap .layerselect select {
  margin: 0px;
  min-height: 30px;
  border: 1px solid darkgray;
  width: calc(100% - 34px);
  border: 0;
}

#ibk-webmap .layerselect select.hasLegendControl {
  width: calc(100% - 80px);
}

#ibk-webmap #layer-list:hover {
  background-color: white;
}

#ibk-webmap .layerselect:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

#ibk-webmap #layer-list {
  padding: 0;
  padding-left: 4px;
}

#ibk-webmap .fstoggle {
  height: 30px;
  width: 30px;
}

#ibk-webmap .fstoggle-bar {
  width: 30px;
  height: 30px;
  border: 0 !important;
  max-width: 30px;
  float: right;
  border-right: 1px darkgray !important;
}

#ibk-webmap #fstoggle-button {
  margin: 0;
  border: 0;
  height: 30px;
  width: 30px !important;
  background-size: cover;
  float: left;
}

#ibk-webmap .legendtoggle {
  height: 30px;
  width: 30px;
}

#ibk-webmap .legendtoggle-bar {
  width: 30px;
  height: 30px;
  border: 0 !important;
  max-width: 30px;
  float: right;
  border-right: 1px darkgray !important;
}

#ibk-webmap #legendtoggle-button {
  margin: 0;
  border: 0;
  height: 30px;
  width: 30px !important;
  background-size: cover;
  float: left;
}

#ibk-webmap .toolbar {
  left: max(25%, 402px) !important;
  height: 30px;
  transform: unset !important;
  top: 0 !important;
  padding: 0 !important;
  padding-left: 0px !important;
  border-bottom: 1px solid darkgray !important;
  width: min(calc(75% - 94px), calc(100% - 496px));
  background-color: rgba(255, 255, 255, 0.8) !important;
  text-align: center;
  display: initial;
}

#ibk-webmap .toolbar > * {
  height: 26px;
  width: 30px;
  padding: 2px !important;
  vertical-align: top !important;
  border-left: 1px solid darkgray !important;
  border-left: 1px solid darkgray !important;
}

#ibk-webmap .toolbar > div:last-child {
  border-right: 1px solid darkgray !important;
}

#ibk-webmap .toolbar > .toolbar-button,
#ibk-webmap .toolbar > .ol-control,
#ibk-webmap .toolbar > .category {
  border: 0;
  margin: 0 !important;
}

#ibk-webmap .toolbar > .category {
  border-left: 5px solid darkgray !important;
}

#ibk-webmap .toolbar-button {
  max-height: 100%;
}

#ibk-webmap .toolbar-button button {
  height: 26px;
  width: 30px;
  margin: 0;
}

#ibk-webmap .ol-zoom.default {
  width: 60px;
  border-left: 0 !important;
}

#ibk-webmap .ol-zoom.default > button {
  height: 26px;
  width: 30px;
  margin: 0;
}

#ibk-webmap .categoryBar {
  left: -7px !important;
  border: 1px solid darkgray;
  border-left: 5px solid darkgray !important;
  border-top: 0 !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

#ibk-webmap .categoryBar > .tool {
  margin-left: 2px !important;
  margin-top: 2px !important;
  width: calc(100% - 2px);
}

#ibk-webmap .scalebar {
  bottom: 38px !important;
  top: unset !important;
  transform: unset;
}

#ibk-webmap .ol-scale-line {
  top: 38px !important;
  right: 8px !important;
  bottom: unset;
  left: unset !important;
}

#ibk-webmap .infobar {
  float: right;
  height: 30px;
  line-height: 30px;
  border: 0px;
  transform: unset !important;
  border-left: 1px solid darkgray;
}

#ibk-webmap .errorbar {
  float: right;
  height: 30px;
  line-height: 30px;
  border: 0px;
  transform: unset !important;
  border-left: 1px solid darkgray;
}

#ibk-webmap .optionsbar {
  float: right;
  height: 30px;
  line-height: 30px;
  border: 0px;
  transform: unset !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid darkgray !important;
}

#ibk-webmap .optionsbar select {
  height: 28px;
  border: 0 !important;
  background-color: rgba(255, 255, 255, 0);
  color: #2d5373;
}

#ibk-webmap .contentbar {
  left: 0px !important;
  bottom: 0 !important;
  right: unset !important;
  transform: unset !important;
  min-height: 30px !important;
  max-height: 32px;
  overflow: auto;
  width: 100%;
  border-top: 1px solid darkgray;
  z-index: 10;
}

#ibk-webmap .contentbar:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

#ibk-webmap .contentbar > .content {
  border: 0 !important;
  border-left: 1px solid darkgray !important;
  float: right;
}

#ibk-webmap .contentbar .content {
  height: 32px;
}

#ibk-webmap .contentbar .license-content {
  height: 32px;
  display: table-cell !important;
  border-right: 1px solid lightgrey;
  float: left;
}

#ibk-webmap .contentbar .license-content > * {
  height: 32px;
  display: table-cell;
  font-weight: normal;
  font-size: xx-small;
  color: black !important;
}

#ibk-webmap .contentbar .content > * {
  height: 30px !important;
  line-height: 30px;
  font-size: 14px !important;
  float: left;
}

#ibk-webmap .contentbar .content > .form-control {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}

#ibk-webmap .contentbar .content > div {
  background-position: center !important;
  margin-top: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#ibk-webmap #webmapGlobalOptionsDialogue .webmap-disabled {
  background-color: lightgrey;
  cursor: not-allowed;
}

#ibk-webmap #webmapGlobalOptionsDialogue .webmap-hidden {
  display: none;
}

#ibk-webmap .contentbar .webmapGlobalOptionsToggle {
  height: 30px;
  float: right;
}

#ibk-webmap .contentbar #snapBehaviour {
  display: flex;
}

#ibk-webmap .floating-prompt.choose-dialogue .content > * {
  float: left;
}

#ibk-webmap .floating-div.webmapGlobalOptionsDialogue .content {
  display: grid;
  grid-template-columns: 180px calc(100% - 182px);
  width: 100%;
  padding: 0;
  overflow: auto;
  max-height: unset;
}

#ibk-webmap
  .floating-div.webmapGlobalOptionsDialogue
  .content
  .categoriesContainer
  ._webmapCategory {
  padding: 4px;
  text-align: center;
  cursor: pointer;
}

#ibk-webmap
  .floating-div.webmapGlobalOptionsDialogue
  .content
  .categoriesContainer
  ._webmapCategory:hover {
  background: white;
}

#ibk-webmap
  .floating-div.webmapGlobalOptionsDialogue
  .content
  .categoriesContainer
  ._webmapCategory.active {
  background-color: white !important;
  font-weight: bold;
}

#ibk-webmap
  .floating-div.webmapGlobalOptionsDialogue
  .content
  .contentContainer {
  display: flex;
  flex-flow: column;
  grid-template-columns: 1fr;
  padding-left: 5px;
  border-left: 1px solid darkgrey;
  margin: 5px;
  grid-gap: 2px;
}

#ibk-webmap
  .floating-div.webmapGlobalOptionsDialogue
  .content
  .contentContainer
  ._webmapContent {
  display: flex;
  height: 24px;
  /*grid-template-columns: calc(100% - 100px) 100px;
    grid-gap: 2px;*/
}

#ibk-webmap
  .floating-div.webmapGlobalOptionsDialogue
  .content
  .contentContainer
  .webmapLabel {
  text-align: right;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
}

#ibk-webmap
  .floating-div.webmapGlobalOptionsDialogue
  .content
  .contentContainer
  input[type="checkbox"] {
  height: 20px;
  margin: 2px;
  width: 20px;
  min-width: 20px;
}

#ibk-webmap .scalebar {
  left: calc(100% - 94px) !important;
  top: 0 !important;
  height: 30px !important;
  width: calc(92px - 0px);
  border-bottom: 1px solid darkgray;
  padding-left: 3px;
}

#ibk-webmap .scalebar .scale {
  height: 30px;
  width: 100%;
  border: 0;
}

#ibk-webmap .scalebar .scale > * {
  height: 30px !important;
  line-height: 30px;
}

#ibk-webmap .scalebar label {
  width: 10px;
  font-size: 14px !important;
  padding: 0;
}

#ibk-webmap .scalebar input {
  width: calc(100% - 24px) !important;
  padding: 0;
  padding-left: 3px;
  font-size: 14px;
  text-align: left;
}

#ibk-webmap .scale:hover {
  background: rgba(255, 255, 255, 0) !important;
}

#ibk-webmap .scalebar:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

#ibk-webmap .toolbar.multipleRows {
  text-align: left !important;
}

#ibk-webmap .toolbar.multipleRows > .toolbar-button,
#ibk-webmap .toolbar.multipleRows > .category {
  opacity: 0 !important;
  visibility: hidden !important;
}

#ibk-webmap .burgermenu-trigger {
  display: none !important;
  border-right: 1px solid darkgray !important;
}

#ibk-webmap .burgermenu-trigger.isOpened {
  background-color: rgba(255, 255, 255, 1) !important;
}

#ibk-webmap .burgermenu-trigger > button {
  height: 26px;
  width: 30px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#ibk-webmap .toolbar.multipleRows > .burgermenu-trigger {
  display: inline-block !important;
}

#ibk-webmap .burgermenu {
  display: none;
  border: 1px solid darkgray !important;
  left: 0 !important;
  top: 30px !important;
  width: calc(25% - 2px) !important;
  transform: unset !important;
  max-height: calc(100% - 64px);
  background: white !important;
  min-width: min(400px, calc(100% - 2px)) !important;
  z-index: 10;
  overflow: auto;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category {
  display: grid;
  grid-template-columns: calc(100% - 35px) 30px;
  grid-gap: 5px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border-bottom: 1px solid darkgray;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category:last-child {
  border-bottom: 0 !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category > .name {
  font-size: 14px;
  color: #2d5373 !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category.active > .icon {
  color: #ffffff !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category > .icon {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #2d5373 !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-tool {
  display: grid;
  grid-template-columns: calc(100% - 35px) 30px;
  grid-gap: 5px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border-bottom: 1px solid darkgray;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-tool > .name {
  font-size: 14px;
  color: #2d5373 !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-tool > .icon {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #2d5373 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #2d5373 !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-tool.active {
  background-color: white !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-tool.active > .icon {
  background-color: #2d5373 !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-tool.active > .icon:before {
  filter: var(--white-filter) !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category.active {
  background-color: white !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category.active > .icon {
  background-color: #2d5373 !important;
}

#ibk-webmap .burgermenu > .menu > .burgermenu-category.active > .icon:before {
  filter: var(--white-filter) !important;
}

#ibk-webmap .burgermenu > .menu {
  display: grid;
  grid-template-columns: 1fr;
}

#ibk-webmap .burgermenu > .menu > .back {
  display: grid;
  grid-template-columns: 30px calc(100% - 35px);
  grid-gap: 5px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border-bottom: 1px solid darkgray;
}

#ibk-webmap .burgermenu > .menu > .back > .name {
  font-size: 14px;
  color: #2d5373 !important;
}

#ibk-webmap .burgermenu > .menu > .back > .icon {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #2d5373 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #2d5373;
}

#ibk-webmap .active {
  background-color: #2d5373;
}

.flatpickr-calendar {
  border-radius: 0;
  border-left: 1px solid darkgrey;
  border-top: 1px solid darkgrey;
  box-shadow: none;
}

@media (hover: none) {
  #ibk-webmap .floating-div {
    left: 0px !important;
    top: 31px !important;
    box-shadow: none !important;
    width: 100%;
    max-width: calc(100% - 0px);
    max-height: calc(100% - 80px) !important;
    margin: 0 !important;
    border: 0 !important;
    min-width: unset !important;
  }
}

#ibk-webmap #layer-tree-view li.showOnHover .legendEntryDiv {
  display: none !important;
}

#ibk-webmap #layer-tree-view li.showOnHover:hover .legendEntryDiv {
  display: grid !important;
}

#ibk-webmap div.metadata {
  background-color: white;
}

#ibk-webmap div.metadata .metadata_row {
  width: 100%;
  display: grid;
  grid-template-columns: 250px calc(100% - 250px);
}

#ibk-webmap div.metadata .metadata_row .metadata_label {
  text-align: right;
  font-weight: bold;
  padding: 3px;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

#ibk-webmap div.metadata .metadata_row .metadata_data {
  padding: 3px;
  border-bottom: 1px solid lightgray;
}

#ibk-webmap div.metadata .metadata_row:last-child .metadata_label {
  border-bottom: 0 !important;
}

#ibk-webmap div.metadata .metadata_row:last-child .metadata_data {
  border-bottom: 0 !important;
}

#ibk-webmap div.metadata .metadata_row .metadata_data ul {
  padding-left: 20px;
  margin: 0;
}

#ibk-webmap .has-svg:before {
  background-repeat: no-repeat;
}

#ibk-webmap *,
#ibk-webmap ::after,
#ibk-webmap ::before {
  box-sizing: initial !important;
}

#ibk-webmap .menu {
  position: initial;
}

#ibk-webmap #loadingtd {
  padding: 0;
}

#ibk-webmap .globalOptionsCheckbox {
  height: 18px;
  width: 20px;
  align-self: center;
}

#ibk-webmap .globalOptionsCheckbox:before {
  height: 100% !important;
}

#ibk-webmap .globalOptionsCheckbox:hover {
  cursor: pointer;
}

#ibk-webmap #print-dialogue-content input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#ibk-webmap .absolute-button {
  width: 40px;
  height: 40px;
  z-index: 9;
}

#ibk-webmap .absolute-button button {
  height: 100% !important;
  width: 100% !important;
  margin: 0;
}

#ibk-webmap .import-dialogue .content > * {
  padding-bottom: 10px;
}

#ibk-webmap .import-dialogue .content > *:last-child {
  padding-bottom: 0px;
}

#ibk-webmap .floating-prompt label {
  margin: 0;
  margin-left: 5px;
}

#ibk-webmap .ss-content.ss-open-below {
  top: 38px !important;
  left: 0 !important;
  width: 100% !important;
}

#ibk-webmap .ss-content {
  top: 38px !important;
  left: 0 !important;
  width: 100% !important;
  padding: 3px;
}

#ibk-webmap #multisearch-tool.floating-div {
  overflow: visible;
}

#ibk-webmap .squareArea-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-left: 1px solid lightgrey;
  margin: 8px;
}

#ibk-webmap .squareArea-wrapper label {
  white-space: nowrap;
}

#ibk-webmap .squareArea-wrapper input {
  max-width: 100px;
}

#ibk-webmap .floating-prompt.squareArea .text {
  float: unset;
}

#ibk-webmap .floating-div b,
#ibk-webmap .floating-prompt b,
#ibk-webmap #contextmenu > b {
  font-weight: bolder;
}
#ibk-webmap #layer-list {
  display: none;
}

#ibk-webmap .fstree {
  float: left;
  width: calc(100% - 30px);
  height: 30px;
  cursor: pointer;
  text-align: center;
  color: #2d5373;
  font: 20px Arial;
  line-height: 30px;
}

#ibk-webmap .fstree.hasLegendControl {
  width: calc(100% - 80px);
}

#ibk-webmap #fstoggle-button:before,
#ibk-webmap #legendtoggle-button:before {
  height: 60% !important;
}

.webmap-fullscreen {
  background-color: #fff !important;
  z-index: 500002 !important;
  height: 100vh !important;
  width: 100vw !important;
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
}

#ibk-webmap .webmap-inner-fullscreen {
  height: 100% !important;
}

#ibk-webmap .webmap-body-fullscreen {
  overflow: hidden !important;
}

@media only screen and (max-width: 1250px) {
  #ibk-webmap .fstree {
    display: none;
  }

  #ibk-webmap .layerselect {
    width: 30px !important;
    min-width: 30px !important;
  }

  #ibk-webmap .layerselect.hasLegendControl {
    width: 60px !important;
    min-width: 60px !important;
  }

  #ibk-webmap .toolbar {
    width: calc(100% - 126px);
    left: 32px !important;
  }

  #ibk-webmap .toolbar.hasLegendControl {
    width: calc(100% - 156px);
    left: 62px !important;
  }
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--new-color) !important;
}

#ibk-webmap .active {
  background-color: var(--new-color) !important;
}

:root {
  --new-color: #0076a6 !important;
  --new-filter: invert(31%) sepia(93%) saturate(673%) hue-rotate(158deg)
    brightness(101%) contrast(106%);
  --white-filter: invert(99%) sepia(99%) saturate(3%) hue-rotate(114deg)
    brightness(105%) contrast(100%);
  /* 
        1: #00648C
            filter: invert(22%) sepia(60%) saturate(2725%) hue-rotate(176deg) brightness(94%) contrast(102%);
        2: #0076A6
            filter: invert(31%) sepia(93%) saturate(673%) hue-rotate(158deg) brightness(101%) contrast(106%);
        3: #0089C1
            filter: invert(34%) sepia(94%) saturate(980%) hue-rotate(166deg) brightness(97%) contrast(102%);
    */
}

#ibk-webmap .floating-div #feature-list {
  background-image: linear-gradient(
      45deg,
      transparent 50%,
      var(--new-color) 50%
    ),
    linear-gradient(135deg, var(--new-color) 50%, transparent 50%),
    linear-gradient(to right, white, white) !important;
}

/* Farbe */
#ibk-webmap #layer-tree-view,
#ibk-webmap #right-lower.container,
#ibk-webmap #select-datasource select #search-fixed-tool a,
#ibk-webmap #overlay-for-user,
#ibk-webmap #overlay-for-user-action,
#ibk-webmap #overlay-for-user-action .infobox,
#ibk-webmap #overlay-for-user h2,
#ibk-webmap .floating-prompt,
#ibk-webmap .floating-div select,
#ibk-webmap #contextmenu,
#ibk-webmap .ol-control button,
#ibk-webmap .ol-text-button > *,
#ibk-webmap .ol-scale-line-inner {
  color: var(--new-color) !important;
}

#ibk-webmap .has-svg:before {
  filter: var(--new-filter) !important;
  height: 80%;
}

#ibk-webmap .burgermenu-tool .has-svg:before {
  top: 3px;
}

#ibk-webmap .floating-prompt input[type="text"],
#ibk-webmap .floating-prompt input[type="number"],
#ibk-webmap .floating-prompt input[type="color"],
#ibk-webmap .floating-div select,
#ibk-webmap #select-datasource select,
#ibk-webmap .ui-tooltip:after,
#ibk-webmap .ui-tooltip,
#ibk-webmap .categoryBar,
#ibk-webmap .ol-scale-line-inner {
  border-color: var(--new-color) !important;
}

#ibk-webmap #layerattribute-info tr:nth-child(even):hover,
#ibk-webmap #layerattribute-info tr:nth-child(odd):hover {
  background: var(--new-color) !important;
}

#ibk-webmap .floating-prompt {
  /* box-shadow: 0px 0px 13px var(--new-color) !important; */
}

#ibk-webmap #layerattribute-info tr:nth-child(odd),
#ibk-webmap #table-info tr:nth-child(odd),
#ibk-webmap .floating-div #attribute-box-content > table > tr:nth-child(even),
#ibk-webmap
  .floating-div
  #search-tool-result-content
  > table
  > tr:nth-child(even) {
  /* hier helleren Farbwert der main-color als background */
}

#ibk-webmap .active {
  background-color: var(--new-color) !important;
}

#ibk-webmap .active.has-svg:before {
  filter: var(--white-filter) !important;
}

#ibk-webmap .tdMetadataTooltip.has-svg:before {
  height: 16px;
}

#ibk-webmap .tdCheckboxLegend.has-svg:before {
  height: 19px;
}

#ibk-webmap .absolute-button.sideBySide-fullscreen {
  bottom: 38px;
  right: 5px;
  width: 55px;
  height: 55px;
}

#ibk-webmap .show-gis-hinweise-bar {
  bottom: 38px !important;
  left: 6px !important;
  border: 1px solid lightgrey;
}

#ibk-webmap .show-gis-hinweise-bar button {
  width: auto !important;
  max-width: 250px;
  white-space: normal;
  font-size: 14px;
  text-align: left;
  height: auto;
  padding: 2px;
}
