body,html{
  font-family:'Nunito';
  color:#524224;
  font-size:16px;
  background:#f4f2ee;
}
body{
  padding-bottom:40px;
}

h1,h2,h3{
  font-weight:bold;
}

h1{
  text-align: center;
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width:520px){
  h1{
    font-size:1.5em;
  }
}
a{
  color:#be9256;
}
a:hover{color:#b5a48e;}

.btn{
  background:#fff;
  border-radius:100px;
}
.btn:focus, .btn:focus-visible, .btn:active:focus{
  box-shadow:none;
  outline:0;
}
.btn-primary{
  border-color:#be9256;
  padding: 8px 27px;
  background: #be9256;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color:#b5a48e;
  border-color:#b5a48e;
}


#leistungen{
  margin:0 auto;
  justify-content: center;
  gap: 40px;
}

#leistungen ul{
  padding:0;
  list-style-type:circle;
}
#leistungen ul li{
  padding:5px 0;
}

img{
  max-width:100%;
}
figcaption{
  font-size: 14px;
  text-align: center;
  margin-top: 3px;
  color:#656565;
}

#logo-wrapper{
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 50%);
  display: grid;
  align-items: center;
  border-radius: 100%;
}
#logo{
  width: 120%;
  max-width: none;
  margin-left: -10%;
}

#header-wrapper #logo{
  grid-column:1;
  grid-row: 1;
}

.content-wrapper{
  padding:8rem 20px 0 20px;
}

#header{
  position:relative;
  background:url("../img/BildMassage_web.jpg") no-repeat center;
  background-size:cover;
  height:30vw;
}

.card-title{
  color:#be9256;
}

.footer{
  text-align:center;
}
address{
  font-style:normal;
}
.footer a{
  color:#656565;
  /*font-size:13px;*/
}

@media screen and (max-width:640px){
  #header{
    height:300px;
  }
  #logo-wrapper{
    height:150px;
    width:150px;
  }
  .content-wrapper{
    padding-top:4rem;
  }
  #leistungen{
    display:block !important;
    text-align:center;
  }
  #leistungen ul{
    list-style-type:none;
  }
  #leistungen ul li{
    padding:0;
  }
}
