.main-wrapper article{
	padding-left: 50px;
	padding-right: 50px;
}

#inhalt{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
}

#inhalt article{
	margin-bottom: 20px;
}

h2 ~ p{
	margin-top: 5px;
}

h2 ~ ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
}

#inhalt{
	min-height:555px;
}

.quelle{
	font-size:0.6em;
	font-style:italic;
}

div.spalten{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
div.links{
	margin-right: 50px;
}

article p{
	clear:both;
}

.unterstrich{
	text-decoration: underline;
	padding-bottom: 5px;
}

#Impressum address{
	font-style:normal;
}

#Impressum a{
	text-decoration:none;
	color:rgba(0,0,0,1.00);
}





