.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(37,150,190) !important;
  --bs-btn-border-color: rgb(37,150,190) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(27 104 132) !important;
  --bs-btn-hover-border-color: rgb(27 104 132) !important;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(27 104 132) !important;
  --bs-btn-active-border-color: rgb(27 104 132) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(37,150,190) !important;
  --bs-btn-disabled-border-color: rgb(37,150,190) !important;
}


.form-signin {
    max-width: 330px;
    padding: 1rem;
  }
  .form-control, .form-select{
    background-color: lightgray;
  }
  .circle-on{
    color: aquamarine;
  }
  .text-blue-color{
    color: rgb(37,150,190);
  }
  .link-white{
    text-decoration: none;
    color:white;
  }
  .circle-off{
    color: blue;
  }
  .icon-lg svg{
    width: 65px;
  }
  .navbar-nav .nav-link{
    font-size: 1rem;
    font-weight: normal;
  }
  .myblue-bg{
    background-color: rgb(37,150,190) !important;
    color: white !important;
  }
  .gray-section{
    background-color: lightgrey;
    padding-top: 40px !important;
  }
  .map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer-list{
  margin-top:20px;
}
.footer-list li a, .anschrift-footer a{
  font-size: 1rem;
  color:black;
}
.additional-inputs {
  margin-top: 10px;
}
.status-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-wrap: wrap;
  }
  .nav-item {
    margin-left: 20px;
    margin-right: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
  }
  .nav-item:hover, .nav-item:active, .nav-item:focus {
    border: 2px solid rgb(37,150,190);
  }
  .nav-item:hover > a {
    color: rgb(37,150,190);
  }
  .navitem-active {
    border-radius: 10px;
    border: 2px solid rgb(37,150,190);
    color: rgb(37,150,190);
  }
  .navbar-collapse {
    margin-top: 20px;
  }
  .social-icons{
    margin-top:20px;
    width: 20%;
  }

}