body {
  font-family: 'Patrick Hand', cursive;
  color:black;
}
#one{
  background: url(../images/tanzen.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#two{
  background: url(../images/shiatsu.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#three{
  background: url(../images/aktuelles.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#four{
  background: url(../images/reiki.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header{
  background-color: #FFDD00;
}
.content-box{
  padding:5px;
  min-height:38vh;
}
.content-box-full{
  padding:5px;
  min-height:82vh;
}
.bg-custom{
  background: url(../images/bg.png) no-repeat center center fixed;
}
a{
  color:black;
}
a:hover {
  color:black;
}
#profile{
  max-width: 100%;
}
