/* Weidlermod by Thomas Lewandowski - 05.01.2021 */
/* Farbanpassungen etc. Au�erhalb des Bootstrap 5 Frameworks zur sp�teren integration */
/* CD Farben: Grau: #595959 Gr�n1: ##94c11e Gr�n2(heller):#d8ed6d*/
.bg-physio {background: #94c11e; color:#fff; }
.hero-physio{background: url('../image/massage_1160px.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.middle-p {
 position: absolute;
  left: 50%!important;
  z-index: 10;
  color: #fff;
  text-align: center;
  top: 58%!important;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 20px;
  background: rgba(0,0,0,0.5);
}
.btn-primary{
    color: #fff;
    background-color: #94c11e;
    border-color: #94c11e;
}
.btn-primary:hover,
.btn-primary:active
{
    color: #595959;
    background-color: #d8ed6d;
    border-color: #d8ed6d;
}
.footer {
background: #595959;
color: #fff;
}
.footer a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.footer a:hover {      
    color: #d8ed6d;
}
.flex-shrink-0 {
    margin-top: 56px;
}