.fussleiste {
  width: 100%;
  height: 55px;
  background-color: darkgray;
  position: fixed;
  bottom: 0;
}

.kasten-rechts {
  width: 250px;
  height: 100%;
  background-color: deepskyblue;
  position: fixed;
  right: 0;
  top: 0;
}

.startwert {
  width: 85%;
}

@media screen and (max-width: 1600px) {
  .sx-media {
    width: 82%;
  }

}

@media screen and (max-width: 1350px) {
  .sx-media {
    width: 79%;
  }
}

@media screen and (max-width: 1150px) {
  .sx-media {
    width: 76%;
  }

}


/* Set the background color of body to tan */
body {
  background-color: #F3F781;
}

.anwalt {
  width: 950px;
  height: 500px;
  background-color: aquamarine;
}

.foto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.an-text {
  text-align: center;
}
