/* 
Dieses Projekt verwendet folgende Drittanbieter-Bibliotheken:
- Bootstrap Icons
  (c) 2019-2024 The Bootstrap Authors 
  Lizenz: MIT License - https://github.com/twbs/icons/blob/main/LICENSE
- Leaflet
  (c) 2010-2025, Volodymyr Agafonkin
  (c) 2010-2011, CloudMade
  Lizenz: BSD 2-Clause "Simplified" License - https://github.com/Leaflet/Leaflet/blob/main/LICENSE
- leaflet-color-markers
  (c) 2010-2019, Vladimir Agafonkin
  (c) 2010-2011, CloudMade
  (c) 2013-2020, Thomas Pointhuber
  Lizenz: BSD 2-Clause "Simplified" License - https://github.com/pointhi/leaflet-color-markers/blob/master/LICENSE
- Leaflet.EasyButton
  (c) 2014 Daniel Montague
  Lizenz: MIT License - https://github.com/CliffCloud/Leaflet.EasyButton/blob/master/LICENSE
- leaflet-control-window
  (c) 2015, Filip Zavadil
  Lizenz: MIT License - https://github.com/mapshakers/leaflet-control-window/blob/master/LICENSE
- leaflet-locatecontrol
  (c) 2014 Dominik Moritz
  Lizenz: MIT License - https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/LICENSE
- leaflet-geosearch
  (c) 2010-2016 Stephan Meijer
  Lizenz: MIT License - https://github.com/smeijer/leaflet-geosearch/blob/main/LICENSE
- leaflet-groupedlayercontrol
  (c) 2013 Ishmael Smyrnow
  Lizenz: MIT License - https://github.com/ismyrnow/leaflet-groupedlayercontrol/blob/gh-pages/LICENSE.txt
- Leaflet.Pancontrol
  (c) 2012 Kartena AB
  Lizenz: BSD 2-Clause "Simplified" License - https://github.com/kartena/Leaflet.Pancontrol/blob/master/LICENSE
- Leaflet.fullscreen
  (c) 2015 MapBox
  Lizenz: ISC License - https://github.com/Leaflet/Leaflet.fullscreen/blob/gh-pages/LICENSE
- leaflet-overpass-layer
  (c) 2015 MapContrib
  Lizenz: MIT License - https://github.com/GuillaumeAmat/leaflet-overpass-layer/blob/develop/LICENSE
- Leaflet-WFST
  (c) 2015 Flexberry Platform
  Lizenz: MIT License - https://github.com/Flexberry/Leaflet-WFST/blob/master/LICENSE.md
- leaflet-geoman
  (c) 2017 Sumit Kumar
  Lizenz: MIT License - https://github.com/geoman-io/leaflet-geoman/blob/develop/LICENSE
 */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* Styling der Titelleiste */
.titel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 120, 168, 0.9);
    color: white;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
}

/* Buttons nach unten verschieben, damit sie nicht von der Titelleiste verdeckt werden */
.leaflet-top {
    padding-top: 60px;
}

/* Icon für Meldebutton/Zeichenwerkzeug setzen */
.leaflet-pm-icon-marker {
    background-image: url("../images/warning.png") !important;
}

/* Laenge der Auswahlbox in Meldeformular begrenzen */
#input_category {
    width: 200px;
}

#map {
    width: 100vw;
    height: 100%;
}

/* Icon für Hilfebutton vergroessern */
#info {
    font-size: 1.5em;
    padding: 1;
}

/* Icon für BarrierefreierModus-Button vergroessern */
#access {
    font-size: 1.5em;
    padding: 1;
}

/* Formatierung der Texte in Begruessungs- und Hilfefenster */

#info-window-title {
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#info-window-content {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#help-window-title {
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#help-window-content {
    font-size: 12px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}