@charset "utf-8";

html, body {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 13px/17px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	hyphens: auto;
	position: relative;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-locale: 'de';
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	-webkit-font-mdoothing: antialiased;
	/* overflow-x: hidden; */
	/* overflow-y: hidden; */
}
div.offline_wrapper {
	width: 100%;
	margin: 0 auto;
}
/* RESPONSIVE IMAGES */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.responsive_img_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.responsive_img_wrapper_no_margin {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img.img-responsive,
img.img_responsive {
	-moz-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	-webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
	-moz-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	-o-transition: all 1s ease-in-out, left 1.5s ease-in-out;
	transition: all 1s ease-in-out, left 1.5s ease-in-out;	
}
