.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 5px !important;
}

.accordion-item {
  background-color: #fff;
  border: 0px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border-radius: 3;
  margin-top: 10px;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  box-shadow: rgba(0, 0, 0, 0.75) 0 0 1rem;
}

.footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  color: black;
  text-align: right;
  background-color: white;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.5);
  line-height: 2;
  z-index: 2;
}

.fa.fa-bars {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.fa.fa-home {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.fa.fa-info {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.fa.fa-user {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa.fa-location-arrow {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.text-muted {
  background: #f1f5f7 !important;
  font-family: "SSequel", Helvetiva, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  color: #6c757d !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
  color: #6c757d !important;
}

html,
body {
  height: 100%;
  width: 100vw;
}

#map {
  height: -moz-calc(100vh - 3em);
  height: -webkit-calc(100vh - 3em);
  height: calc(100vh - 3em);
  width: 100vw;
  position: relative;
  z-index: 1;
}

#header {
  text-align: center;
  padding: 1em;
}
.button {
  background-color: #283b74;
  border: none;
  border-radius: 3px;
  color: white;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  width: 250px;
}
.button:focus {
  background-color: #797d7f;
}

.panel {
  margin-bottom: 5px;
}

.legende_rahmen {
  position: relative;
  padding: 0 0 1.5rem 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 11, 0.16);
  outline: 0;
  margin-bottom: 10px;
}

.container-fluid {
  width: 95% !important;
  margin: auto;
  background: #fff;
  outline: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 11, 0.5);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.legend h3,
.module-map .categories h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #002855;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-top: 2px solid rgba(0, 0, 0, 0.125) !important;
  margin-top: 10px;
}

.container {
  border: 1px solid;
  padding: 0px;
  border-color: #e7e7e7;
  background-color: white;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;

  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) !important;
}

.tab-pane.fade.active.in {
  height: 100%;
}

.tab-content {
  height: 100%;
  background-color: white !important;
}

footer {
  border-radius: 3px;
  border: 1px solid;
  padding: 5px;
  border-color: #d3d3d3;
  margin-top: 2px;
}

.navbar-default .navbar-collapse,
.navbar-brand .navbar-default .navbar-form {
  background-color: #00a176 !important;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #00a176 !important;
  background-color: #00a176 !important;
  border-radius: 3px;
}

.nav.navbar-nav.navbar-right {
  background-color: #00a176 !important;
}

.table.table-striped.table-bordered.dataTable.no-footer {
  width: 100% !important;
}

.alert.alert-secondary {
  border-width: 2px !important;
  color: black !important;
  border-color: #00777f !important;
  background-color: #fff !important;
}

.btn-primary1 {
  color: #fff !important;
  background: #fc9a18 !important;
  border-width: 2px !important;
  border-radius: 0 !important;
  border-color: #fc9a18 !important;
  margin-bottom: 0.5em;
}
.btn-primary1:hover {
  color: black !important;
  background: #fff !important;
  border-width: 2px !important;
  border-radius: 0 !important;
  border-color: #00777f !important;
  margin-bottom: 0.5em;
}

.col-md-4 {
  border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
  background-color: #007377 !important;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.9 !important;
}

.container1 {
  background-color: #fff;
  color: #35373a;
  width: 100% !important;
  border-radius: 5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
  margin: auto;
  border: 3px solid light-grey;
  padding: 10px;
  height: 100% !important;
}

@media only screen and (max-width: 1000px) {
  .container1 {
    background-color: #fff;
    color: #35373a;
    width: 95% !important;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
    margin: auto;
    border: 3px solid light-grey;
    padding: 10px;
    height: 100% !important;
  }
}

.Rectangle {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: solid 1px rgba(78, 158, 186, 0.2);
  background-color: #ff0000;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 1000px) {
  .iframe-container {
    height: 800px !important;
    width: 100%;
    overflow: auto;
  }
}

leaflet-tooltip {
  background-color: initial;
  border-style: none;
  box-shadow: none;
}

.leaflet-tooltip-left:before {
  border-left-color: transparent;
}

i {
  width: 18px;
  height: 18px;
  float: left;
  opacity: 1;
}

/*.alert-primary {
    color: #004085;
    background-color: grey;
    border-color: #b8daff;
    margin-bottom: -13px!important;
}

*/

.dot {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  opacity: 0.7;
  margin: 0 8px 0 0;
}

.dot_vortrieb {
  height: 18px;
  width: 18px;
  background-color: #00ffff;
  border-radius: 50%;
  float: left;
  opacity: 0.7;
  margin: 0 8px 0 0;
}

.dot_gee_vorhanden {
  height: 18px;
  width: 18px;
  background-color: #008b00;
  border-radius: 50%;
  float: left;
  opacity: 0.7;
  margin: 0 8px 0 0;
}

.dot_gee_nichtvorhanden {
  height: 18px;
  width: 18px;
  background-color: #ff0000 !important;
  border-radius: 50%;
  float: left;
  opacity: 0.7;
  margin: 0 8px 0 0;
}

.dot_gee_inbearbeitung {
  height: 18px;
  width: 18px;
  background-color: #ffa500;
  border-radius: 50%;
  float: left;
  opacity: 0.7;
  margin: 0 8px 0 0;
}

.dot_gee_unklar {
  height: 18px;
  width: 18px;
  background-color: #ff00ff !important;
  border-radius: 50%;
  float: left;
  opacity: 0.7;
  margin: 0 8px 0 0;
}

h5 {
  margin-bottom: 0px !important;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}

.icon {
  position: relative;
  height: 1.2em;
  top: -15px;
}
