body{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#6a3129;
	line-height:28px;
	background-color: #fefbec;
	background-image:url(../images/layout/bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	
}

h1{
	text-align:center;
	margin:70px 0;
	font-family: 'Diskus LT W01 Bold', 'Lucida Handwriting', serif;
	font-weight:bold;
	line-height:normal;
	font-size: 44px;
}
a, a:link, a:visited{
	color:#6a3129;
}
a:hover{
	color:#a34c3f;
}
#header #logo{
	text-align:center;
	height:197px;
}
#header #claim{
	position:absolute;
	top:0;
	right:0;
}
#header .mod_navigation{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	overflow:visible;
}
#header .mod_navigation ul{
	list-style:none; 
	position:relative;
	left:50%;
}

#header .mod_navigation li{
	float:left;
	position:relative;
}

#header .mod_navigation li a, #header .mod_navigation li span{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 10px;
	float:left;
	color:#6a3129;
	padding:2px 5px;
	text-align:center;
	white-space:nowrap;
	border-top:1px solid transparent;
}
#header .mod_navigation li span.active{
	font-family: 'Diskus LT W01 Bold', 'Lucida Handwriting', serif;
	font-size:32px;
	text-transform:none;
	line-height: 14px;
	
}
#header .mod_navigation li:hover{
	
}

#header .mod_navigation a:hover{ 
	border-top:1px solid #6a3129;
}

#header .mod_caroufredsel, #header .ce_pageimages, #header .mod_article{
	border-top:2px solid #6a3129;
	clear:both;
}
#header .mod_article *[class*="ce_"], #header .mod_article *[class*="mod_"] {
margin-left: 0;
margin-right: 0;
}
#main ul{
	padding-left: 30px;
	list-style-type: disc;
}

#footer{
	margin-top:40px;
	border-top:2px solid #6a3129;
}
#footer .mod_customnav li a, #header .mod_customnav li span{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin:20 0px ;
	color:#6a3129;
	padding:2px 5px;
}
#footer .mod_customnav a:hover{ 
	text-decoration:underline;
}

.ce_gallery ul{
	list-style-type:none !important;
	margin:0 !important;
	padding:0 !important;
}

#mbBottom #mbTitle, #mbBottom #mbNumber{
	display:none;
}
@media (max-width: 767px)
 {
	 h1{
	margin:30px 0;
	font-size:22px;
}
	 #header {
	height:auto;
}
	 #header #logo{
	height:auto;
	padding:0 20px;
}
#container{
	clear:both;
}
#main{
	margin-top:20px;
	border-top:2px solid #6a3129;
}
#header .mod_caroufredsel, #header .ce_pageimages, #header .mod_article, #header #claim,.stoerer{
	display:none;
}
}

#main,
#container,
.inside {
	position: static;
}

#header #claim {
	 right: calc(50% - 550px);
}

.stoerer {
	position: absolute;
    top: 250px;
    right: calc(50% - 550px);
    width: 160px;
    height: 120px;
    border-radius: 50%;
    z-index: 99;
    font-size: 14px;
    color: #fff;
    line-height: 1.4em;
    background: #c55;
    padding: 40px 20px;
    text-align: center;
}

.stoerer b,
.stoerer strong {
	text-transform: uppercase;
}