/********************************
 WELTENBAUER CUSTOMS
********************************/
/*---- global ---*/
body {
    background:rgba(0,0,0,1) url("../../files/derWeltenbauer/img/background.png") fixed center top no-repeat;
}
#logo .image_container {
    text-align:center;
}
div.ce_text.weltenbauer.block > div > div > p.first:first-of-type::first-letter {
  font-size: 3.5em;
  font-weight: bold;
  float: left;
  line-height: 0.9;
  margin-right: 0.2em;
}
.ce_text{
	font-family: arial;
	color:#fff;
	margin: 0 auto;
	font-size:1em;
	line-height:1.2em;
}
.ce_gallery {
	text-align: center;
}
.ce_gallery ul {
	padding:0;
}
.ce_gallery li {
	display:inline-block;
}
.ce_gallery .image_container {
	margin:0;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
@media (max-width: 500px) {
	#footer {
		margin-top: 2em;
	}
}
@media screen and (min-width: 400px) {
    .ce_text {
    	max-width:80%;}
}
@media (min-width: 1000px) {
	.ce_text {
		max-width:30%;}
}