#mbCenter {
z-index:9999999 !important;
}

#mbTitle {
display:none !important;
}

@media only screen and (min-width: 768px) {
#main .mod_article {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
}

  /* =============================================================================
 * cookiebar
 * ========================================================================== */


.cookiebar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #4d4f4f;
	z-index: 100000000000;
	padding: 15px 110px 15px 15px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	display: none;


}

.cookiebar.open {
	display: block;
background:rgba( 255, 255, 255, 0.9 );
text-align:center;

}





.cookiebar-close:hover, .cookiebar-close {
background:none !important;
}

.cookiebar a {
	color: #4d4f4f !important;
	font-weight:normal !important;
text-decoration:none;
}
