body {
    background-color: #f9f9f9 !important;
}

.world-kachel-h3 {
    margin: 0px !important;
	font-weight: normal !important;
}
.world-kachel-h3:hover, .world-kachel-h3:active {
color: #5CE886 !important;
}
.world-shadow {
   /* box-shadow: 0 0 35px rgba(0,0,0,0.18);*/
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    color: #333 !important;
	/*border: 1px solid #D7D7D7;*/
	background: #fff;
	border-radius: 15px;
}
.world-shadow:hover, .world-shadow.a:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.18);
	background: #fff;
}
.link:hover, .link-hover.a:hover {
	    color: #5CE886 !important;
}
.bg-top {
    background-image: url(../img/bg-full.png);
    background-position: bottom;
    background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 60%;
	/*position: absolute*/;
	position: fixed;
	z-index: -10;
}
.wow-headline{
	font-size: 36px;
	font-weight: lighter;
}
.wow-article{
	font-size: 26px;
}
.wow-price{
	font-weight: normal;
	font-size: 48px;
	line-height: 1;
}
.panel-default > .panel-heading {
	background-color: #fff !important;
	border: none !important;
	padding: 20px 20px 20px 20px;
}
.panel-default > .panel-body {
	padding: 20px 20px 20px 20px;
}
.panel-default{
	/*border: none !important;*/
}
.panel-neu > .panel-body {
	padding: 0px !important;
}
.img-neu{
	width: 100%;
}
.avatar, .avatar img{
	position: relative;
display: block;
	white-space: nowrap;
	border-radius: 500px;
}
.thumb-sm{
	width: 80px;
	display: inline-block;
}
.thumb-sm img{
	height: auto;
max-width: 100%;
vertical-align: middle;
}
.clear{
	display: block;
overflow: hidden;
}
.text-mitteilung{
	font-size: 18px;
	font-weight: lighter;
}
.text-mitteilung-sm{
	font-size: 14px;
}
.text-mitteilung-headline{
	font-size: 20px;
	font-weight: normal;
}
.fa-layers-notification{
	-webkit-transform: scale(.4) !important;
transform: scale(.4) !important;
}