div.hinweis {
  padding: 12px;
  border-radius: 12px;
  borderx: 1px dotted red;
  color: #900;
  background: #f5cc00;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 30px 12px;
}
img.foto {
/*	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); */
border-radius: 12px;
width: 90%;
text-align: center;
}

#sidebar {
  border-bottom: solid 1px #e8e8e8;
  padding: 1em;
  margin-bottom: 0 !important;
  background: white;
}

#content {
  border-bottom: solid 1px #e8e8e8;
  padding: 1em;
  margin-bottom: 0 !important;
  background: white;
}

.linie {
  border-top: 1px dotted #aaa;
  margin: 0 0 32px 0;
}
