/* meeresblau.css 
#0081c7
*/
:root {
  --swiper-pagination-color:#0081c7;
  --swiper-navigation-color:#0081c7;
}
.background-green {
  background-color: #0081c7 !important;
}
.button-green-filled {
  background-color: #0081c7 !important;
  color: #fff;
}
.button-green-filled:hover {
  background-color: #0081c7;
  color: #fff;
}

.tage .btn.btn-outline-primary.active {
  background-color: #0081c7;
  color: white !important;
}

.color-green {
  color: #0081c7 !important;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background: #0081c7;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.button-green-outline, .button-green-outline:hover, .button-green-outline:active, .button-green-outline:focus-visible, .button-green-outline:focus {
  border: 2px solid rgba(0,129,199,.9);
  color: #0081c7;
}

.table thead th {
  background-color: #0081c7 !important;
  color: white;
}