@media only screen and (max-width: 1000px) {

	.container {
		width: 1040px;
	}

@media only screen and (max-width: 480px) {
	
	body, html {

	}

	h1 {
		font-size: 36px;
	}

	.head {
		display: none;
	}

	.head_m {
		display: block !important;
		height: 145px;
	}

	.head_m .logo {
		float: left;
		z-index: 1;
	}

	.head_m .lang {
		position: relative;
		right: 41px;
		top: 10px;
		height: 26px;
		color: #999;
		float: right;
		overflow: hidden;
	}

	.head_m .lang select {
		height: 26px;
		width: 119px;
		font-size: 15px;
		margin-right: 33px;
	}

	.head_m .lang img {
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.head_m .navbar {
		height: 26px;
		position: relative;
		bottom: 30px;
		float: right;
	}

	.head_m .searchbar {
		z-index: 9999;
		width: 100%;
	}

	.head_m .searchbar input[type=text] {
		width: 120px;
		height: 26px;
		position: absolute;
		top: 0px;
		right: 73px;
	}

	.head_m .searchbar input[type=submit] {
		height: 26px;
		width: 26px;
		border: 0px;
		border-radius: 0px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-image: url(../gfx/searchicon.svg);
		background-position: center;
		background-color: rgba(255, 255, 255, 0);
		padding: 0px;
		position: absolute;
		right: 39px;
		top: 0px;
	}

	.head_m .nav-icon {
		cursor: pointer;
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.nav-toggle {
		position: relative;
		top: -30px;
	}

	.nav-toggle .nav {
		width: 100%;
		background-color: #d42e14;
		color: #fff;
		display: inline-block;
		padding: 10px;
		margin-bottom: 4px;
		box-sizing: border-box;
		text-align: center;
		font-size: 1.2em;
	}

	.nav-toggle .nav:hover {
		background-color: #fff;
		color: #b93a25;
	}

	.foot {
		display: none;
	}

	.foot_m {
		width: 100% !important;
		height: 250px;
		display: block !important;
		padding: 30px 20px 20px 20px;
		box-sizing: border-box;
		background-image: url("../gfx/bg_footer_m.png");
		font-size: 15px;
	}

	.foot_m table {
		width: 100%;
	}

	.foot_m td {
		padding-bottom: 10px;
	}

	.foot_m .redline {
		height: 15px;
		width: 100%;
		background-color: #d42e14;
		margin-bottom: 15px;
		display: block;
	}

	.page {
		width: 100%;
		padding: 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.container {
		width: 100%;
		height: 175px;
		background-image: url("../gfx/bg_header_m.png");
		background-repeat: repeat-x;
	}

	.button_frame {
		width: 250px;
	}

	.cat_img {
		max-width: 390px;
	}

	.teaser {
		width: 100%;
		height: auto;
		margin: 10px 0px 10px 0px;
		overflow: hidden;
		box-sizing: border-box;
		display: inline-block;
	}

	.teaser_content {
		width: 100%;
		height: auto !important;
	}

	.teaser_content img {
		margin-bottom: -5px !important;
	}

	.teaser_text {
		bottom: 5% !important;
	}

	.teaser_shadow {
		display: none;
	}

	.boxshadow {
		display: none;
	}

	.video {
		height: 100%;
		box-sizing: border-box;
		display: inline-block;
		margin: 0;
	}

	.videoframe {
		width: 100%;
		height: auto;
	}

	.categoryPhpFootbox {
		margin-top: 10px;
	}

	.welcomebox, .servicebox {
		display: none !important;
	}

	.box {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}

	.box a {
		font-size: 19px;
	}

	.cat_img {
		display: none;
	}

	.cat_nav {
		width: 100% !important;
		height: auto !important;
		background-image: none !important;
		background-color: #d42e14;
		box-sizing: border-box;
		display: inline-block;
		padding-bottom: 0px !important;
	}

	.cat_nav_frame {
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-color: #e98f84;
		box-sizing: border-box;
		padding: 10px 0 20px 0;
		display: block;
		margin-bottom: 40px;
	}

	.cat_name {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px !important;
		box-sizing: border-box;
	}

	.cat_back {
		position: relative !important;
		margin: 0;
	}

	.content .content_top {
		width: 100%;
	}

	.content .description_short {
		width: 100%;
	}

	.content .description_large {
		width: 100%;
	}

	.content .item {
		width: 100%;
		height: auto;
		float: left;
		box-sizing: border-box;
	}

	.item_table, .item_table tr, .item_table td {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	.item_table td {
		padding: 0 0 20px 0;
	}

	.item_table img {
		width: 100% !important;
	}

	.content .image {
		width: 100%;
		min-height: auto;
		box-sizing: border-box;
	}

	.content .img_detail {
		margin: 20px 0 20px 0;
	}

	.content_bottom {
		width: 100%;
		margin-top: 25px;
	}

	.content_bottom .variants {
		width: 100%;
	}

	.content_bottom .model {
		float: none;
	}

	.content_bottom .model .prd_cut {
		margin-top: 10px;
	}

	.pagecount {
		text-align: center;
	}

	.pagecount a, .pagecount .active {
		height: 20px;
		width: 15px;
		margin-right: 0px;
		padding: 5px;
	}

	.pagecount .button {
		height: 20px;
		width: 25px;
		margin-right: 0px;
		background-position: center;
	}

	.right {
		text-align: left;
	}

	.contact_table input[type=text] {
		width: 98%;
	}

}