body {
  background-color: #555;
  color: #fff;
  position: relative;
}

.odot {
  max-height:13px;
}

.nav-link {
  font-size:150%;
}
.carousel-item {
  min-height:500px;
  height:500px;
  background-size: cover;
  background-position:center;
}
.textschatten {
  text-shadow: 1px 1px 2px #000000;
}
.navbar {
  background-color: #ececec;
}
.section {
  padding: 100px 0;
}
.footer {
  background-color: #5E5E5E;
  color: #fff;
  padding: 30px 0;
}
#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #CA482B;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

#praxis_raum_hintergrund {
  height:500px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}

#kontaktfoto {
  max-width: 60%;
}

@media (min-width: 772px) {
  #kontaktfoto {
    max-width: 300px;
  }  
}

@media (min-width: 992px) {
  .carousel-item {
    min-height:700px;
    height:700px;
    background-size: cover;
    background-position:center;
  }
  #praxis_raum_hintergrund {
    height:800px;
  }
}

@media (min-width: 1200px) {
  .carousel-item {
    min-height:850px;
    height:850px;
    background-size: cover;
    background-position:center;
  }
  #praxis_raum_hintergrund {
    height:900px;
  }
}
