/* CSS Document */

.beitrag {
  margin-bottom: 35px;
}

#main .beitrag-header {
  position: relative;
  margin-left: 10px;
  margin-bottom: 3px;
  padding-right: 100px;
  font-size: 115%;
  font-weight: 600;
}

/*.beitrag-header:after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 1px;
  background: #555;
}*/

.beitrag-datum {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

/*.beitrag-datum:before {
  content: '-';
  position: relative;
  left: -7px;
}*/

.beitrag > p,
.beitrag > table,
.beitrag-rahmen {
  margin: 0;
  background: white;
  padding: 12px;
  border: solid #CCC 1px;
  border-radius: 5px;
  /*text-align: justify;*/
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.beitrag-rahmen > * {
	margin: 0;
}

.beitrag-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 8px;
	width: 97%;
}

.beitrag img:not(.beitrag-image) {
	vertical-align: top;
	padding-right: 10px;
	padding-top: 8px;
}

@media screen and (max-width: 650px) {
	.beitrag {
		margin-bottom: 25px;
	}
}