/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic);*/

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2');
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-italic.woff2') format('woff2');
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v51-latin-500.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2');
}

img { -ms-interpolation-mode: bicubic; }

/* HTML Styles */

html {
	font-size: 100%;
}
html, body {
    height: 100%;
	width: 100%;
	min-width:300px;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 400;
	color: #2f2f2f;
}
h1,.h1 {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 500;
	/*text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.1);*/
	color: #2f2f2f;
	font-size:1.7em;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:1.3em;
}

h2,.h2 {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 500;
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);*/
	font-size:1.4em;
	line-height:1.2em;
	margin-top:0.3em;
	margin-bottom:1.4em;
}
.text_small {
	font-size:0.938em;
	line-height:1.4em;
}
.text_smaller {
	font-size:0.875em;
	line-height:1.4em;
}
.text {
	font-size:1em;
	line-height:1.4em;
}
.quotes {
	margin-bottom:1.7em;
	text-align:center;
}
q {
	font-style:italic;
	display:block;
	font-weight:400;
}
cite {
	font-weight:500;
	font-size:0.938em;
	font-style:normal;
	display:block;
	text-align:center;
	margin-top:0.6em;
}
label {
	cursor:pointer;
}
.hide {
	display:none;
	visibility:hidden;
}
.table_gray {
	background-color:#ECECEC;
}
a {
	text-decoration: none;
	font-weight:500;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #c70000;
}
a.nav_act {
	color: #c70000;
}
a.subnav_act {
	color: #c70000 !important;
	text-decoration:underline;
}
.font_normal {
	font-weight: 400;
}

form {
	margin: 0px;
}
img { border:0; }
.small {
	font-size: 0.8em;
}
.icon {
	vertical-align:middle;
}
.anchor {
    display: block;
    position: relative;
    top: -15px;
    visibility: hidden;
}
body {
	font-size: 100%;
	background-color: #000;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../img/background.webp);
	background-repeat: no-repeat;
	text-align: center;
	line-height:1.4em;
}
.body_popup {
	height:auto;
	background-image:none;
	background-color:#FFFFFF;
}
.content {
	text-align: left;
	padding-top: 42px;
	padding-right: 66px;
	padding-bottom: 20px;
	padding-left: 66px;
	overflow: hidden;
	font-size: 0.875em;
	line-height:1.4em;
}
.content a {
	color:#3d5b8c;
}
.content a:hover {
	color:#2F2F2F;
}
.link_black {
	color:#2f2f2f !important;
}
.nowrap {
	white-space: nowrap;
}
.nowrap img {

}
.main_content {
	width: 100%;
	float: left;
	margin-right:0px;
	margin-bottom: 20px;
}
.main_content_l {
	width: 60%;
}
.main_content_r {
	width: 30%;
	float: right;
	margin-right:0px;
	margin-bottom: 20px;
}
.border {
	/* [disabled]border: 1px solid #E4E4E4; */
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 16px;
	background-color:#F7F7F7;
}
.border_margin {
	margin-bottom:30px !important;
}
.border_c {
	background-color:#115397;
	/* [disabled]border-color:#4082C5; */
	color: #FFFFFF;
}
.border_c a {
	color:#000;
}
.border_c2 {
	background-color:#F4BCB3;
	/* [disabled]border-color:#589CE2; */
	/* [disabled]color: #FFFFFF; */
}
.border_c3 {
	background-color:#F1F0EC;
	/* [disabled]border-color:#4082C5; */
}
.border_c4 {
	background-color:#c3f4b3;
	/* [disabled]border-color:#4082C5; */
}
.border_c0 {
	background-color:#FFFFFF;
	/* [disabled]border-color:#4082C5; */
}
a .border:hover, .border_hover:hover {
	background-color:#EFEFEF;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.border_hover {
	cursor:pointer;
}
a .border_c:hover {
	background-color:#1268c1;
	  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
/*.border:hover {
	border-color:#CCC;
}
*/
a.button, .button {
	/* [disabled]border: 1px solid #E4E4E4; */
	display:block;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-bottom: 4px;
	background-color:#23509d;
	color: #FFF;
	text-align: center;
	line-height:1.5em;

}
a.button:hover, .button:hover {
	background-color:#366dcb;
	color: #FFF;
}
.strong {
	font-weight:700;
/*	color: #3d5b8c;*/
}
.center {
	text-align:center;
}
.page_main {
	min-height:200px;
}

.page_main {
	max-width: 1056px;
	background-image: url(../img/l_11.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer {
	background-color:#1e1e1e;
	min-height: 48px;
	margin-left:28px;
	margin-right:28px;
	overflow: hidden;
	font-size: 0.875em;
}
.footer_l {
	float:left;
	width:auto;
	height:48px;
	line-height:48px;
	color:#FFF;
	padding-left:20px;
}
.footer_l a {
	color:#c9c9c9;
}
.footer_r {
	float:right;
	width:auto;
	height:48px;
	line-height:48px;
	color:#898989;
	padding-right:20px;
}	
.footer_r a {
	color:#898989;
}
.footer_l a:hover, .footer_r a:hover {
	color:#ffffff;
}
strong, b {
	font-weight:500;
}


.page_main_bottom {
	max-width: 1056px;
	background-image: url(../img/l_14.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 33px;
}
.head {
	background-image: url(../img/l_02.webp);
	min-height: 159px;
	max-width: 1056px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 28px 0px;
	/* [disabled]background-color: #FFF; */
	text-align: left;
	position: relative;
}
.head_bar {
	background-image: url(../img/l_06.png);
	background-repeat: repeat-x;
	min-height: 159px;
	width: 100%;
	background-position: 0px 38px;
}
.wirbel {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	left: 66px;
	top: 8px;
}
.wirbel img {
	width: 136px;
	height: 151px;
}
.logo {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	left: 218px;
	top: 49px;
}
.logo img {
	width:253px;
	height:45px;
}
.wir_header {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	left: 500px;
	top: 52px;
}
.wir_header img {
	max-width:90px;
	max-height:38px;
}

.head_l_navi {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	left: 218px;
	top: 108px;
	font-weight: 500;
	color: #4c4823;
	font-size: 0.938em;
}
.head_l_navi_sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 1.2rem;


	/*display:block;*/
	position: absolute;
	height: auto;
	width: auto;
	left: 66px;
	top: 158px;
	color: #3d5b8c;
	font-size: 0.875em;

}
.head_l_navi_sub a {
    white-space: nowrap;
    font-weight: 500;
}
.head_l_navi_sub a:link, .head_l_navi_sub a:visited {
	color: #3d5b8c;
}
.head_l_navi_sub a:hover {
	color: #c70000;
}
.head_r_links {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	top: 10px;
	right: 68px;
	font-weight: 500;
	font-size: 0.938em;
}
.head_r_links img {
	width: 16px;
	height: 16px;
	vertical-align:middle;
}
.head_r_spruch {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	top: 63px;
	right: 68px;
	color: #FFF;
	font-weight: 500;
	font-size: 1em;
	font-style:italic;
}
.head_r_menu {
	display:none;
}
.head_r_warenkorb {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	top: 108px;
	right: 68px;
	font-weight: 500;
	color: #4c4823;
	font-size: 0.938em;
}
.head_r_warenkorb img {
	width: 16px;
	height: 16px;
	vertical-align:middle;
}
.form_container {
	max-width:500px;
	overflow:hidden;
}
.form_container_general {
	overflow:hidden;
}
.form_container_general select {
	width: 274px;
}
.form_container_general .form_r {
	max-width:305px;
}
.error_text {
	color:#CC0000;
	line-height:1.4em;
	padding-top:5px;
}

.form_l {
	clear:both;
	float:left;
	height:auto;
	/* [disabled]margin-right:10px; */
	font-weight: 500;
	width: 140px;
	margin-bottom: 5px;
	text-align:right;
	line-height:28px;
	margin-right: 10px;
}
.form_l_left .form_l {
	text-align:left;
}
.form_l_wide {
	width: 180px;
}
.form_r {
	clear:none;
	margin-right:0;
	width:auto;
	margin-bottom: 12px;
	text-align:left;
}
.form_r_margin {
	margin-bottom:10px;
}
.form_r_r {
	float:right;
	width:103px;
	text-align:right;
}
.form_r_max {
	max-width: 554px;
}
.float {
	overflow:hidden;
}
.float_l {
	float:left;
	width:auto;
}
.float_r {
	float:right;
	width:auto;
	text-align:right;
}
.clear {
	clear: both;
}
.bigtext {
	font-weight:500;
	font-size:1.4em;
	margin-bottom: 3px;
}
.list_tire {
/*	max-width:94px;
	max-height:98px;*/
	margin-right:15px;
}
.list_tires {
	max-width:620px;
	display: block;
}
.list_lineheight {
	line-height:1.45em;
}
.previewimg {
	max-width:94px;
	max-height:98px;
}
.previewimg_details {
	max-width:150px;
	max-height:170px;
	margin-bottom:10px;
}
.list_price {
	margin-top:40px;
}
.list_price .bigtext {
	padding-bottom:3px;
	clear:both;
}
.list_price_eu {
	margin-top:0px;
}
.bg_yellow_lighter {
	background-color:#EEEEEE;
}

input[type="text"],input[type="password"],input[type="submit"],input[type="button"],select,textarea{
	background-color: #FFFFFF;
	border: 1px solid #2f2f2f;
	width: 100px;
	color: #2f2f2f;
	margin-right: 5px;
	font-size: 1em;
	/*	display:inline-block;*/
    vertical-align:middle;
	line-height:27px;
}
input[type="text"],input[type="password"],input[type="submit"],input[type="button"] {
    padding:0 8px;
    height:26px;/* uses normal box model */
}
textarea {
	line-height:normal;
	padding:8px 8px 8px 8px;
	height:60px;/* uses normal box model */

}
select {
    padding:3px 2px 3px 3px;
    height:27px;/* uses broken box model*/
    width:120px;
}
input[type="text"],input[type="password"],select,textarea{
	width: 236px;
}
input[type="submit"],input[type="button"] {
	/*height:28px; *//* uses broken box model*/
	border:none;
	width:auto;
	/*font-size:1.125em;*/
	font-weight:500;
	padding-left:15px;
	padding-right:15px;
	
	cursor: pointer;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	background-color:#23509d;
	color: #FFF;
	text-align: center;
	line-height:1.5em;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color:#366dcb;
}

.select_s {
	width:60px;
}
.select_m {
	width:170px;
}
.input_half {
	width:115px !important;
}
.input_full {
	width:256px !important;
}
.input_short {
	width:40px !important;
}
.input_long {
	width:190px !important;
}

.p_nav a:link, .p_nav a:visited  {
	/*border: 1px solid #D6D6D6;*/
	background-color:#F7F7F7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #2f2f2f;
	margin-right: 3px;
	margin-left: 1px;
	float:left;
	min-width:16px;
}
.p_nav a:hover, .p_nav a.act:link, .p_nav a.act:visited {
	/*color: #F8C223;*/
	/*border-color: #F8C223;*/
	font-weight:700;
	background-color:#EFEFEF;
}
.p_nav a.inact:link, .p_nav a.inact:visited, .p_nav a.inact:hover {
	color: #C7C6C0;
	border-color: #C7C6C0;
	cursor:default;
}
.p_nav a.default:link, .p_nav a.default:visited, .p_nav a.default:hover {
	color: #2f2f2f;
	/*border-color: #CACACA;*/
	cursor:default;
	background-color:#FFF;
	font-weight:400;
}

.m_nav2 {
	text-align: center;
	clear: both;
	padding-top: 6px;
	position: relative;
	float:right;
}

.m_nav2 li, .m_nav2 ul, .m_nav2 h1 { margin: 0px; padding:0px; }
.m_nav2 ul { list-style-type:none; }
.m_nav2 li {
	/*display:inline;*/
	float: left;
	min-width:16px;
	margin-bottom:5px;
}
.m_nav2 h1 {
	font-size: 14px;
	padding-left: 2px;
	padding-bottom: 2px;
}
.seitevon {
	float:left;
}

.popup_info {
	max-width:400px;
}

.eu_label {
	height: 235px;
	width: 160px;
	background-image: url(../img/eulabel/EC_tyre_label_160.webp);
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	float:right;
	margin-bottom:15px;
	text-align:left;
}
.eu_label_sub {
	position: absolute;
	height: 235px;
	width: 160px;
}

.eu_label_noise {
	position: absolute;
	top: 185px;
	left: 108px;
	line-height: 12px;
	height: 12px;
	width: 40px;
}
.eu_label_arrow {
	background-image: url(../img/eulabel/eu_label_arrow.png);
	height: 23px;
	width: 15px;
	line-height: 23px;
	position: absolute;
	top: 132px;
	left: 54px;
	padding-left: 18px;
}
.eu_r {
	left: 116px;
}

.eu7 {
	top: 62px;
}
.eu6 {
	top: 74px;
}
.eu5 {
	top: 86px;
}
.eu4 {
	top: 98px;
}
.eu3 {
	top: 109px;
}
.eu2 {
	top: 121px;
}
.eu1 {
	top: 133px;
}

.form_errors {
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #3f3f3f;
	background-color: #FFDDDD;
	background-image: url(../img/cross.png);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	/*border: 1px solid #FF0000;*/
	background-position: 5px 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.form_errors ul {
	margin-left: -25px;
	list-style-position: outside;
}
.form_errors li {
  margin-top: 6px;
}

.form_status {
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #3f3f3f;
	background-color: #DDFFDF;
	background-image: url(../img/tick.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	clear: both;
	/*border: 1px solid #00FF0D;*/
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.text_thin {
	font-weight:400;
}

.ie .clear3:nth-child(3n+1) {
	clear:both;
}

.ie .clear3:nth-child(3n) {
	margin-right:0;
}

.columns {
	column-width: 274px;
    -moz-column-width: 274px;
    -webkit-column-width: 274px;
}

.ratings {
	width:274px;
	float:none;
	
	min-height:100px;
	display:inline-block;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.ie .ratings {
	float:left;
	margin-right:14px;
}
.ratings .quotes {
	margin-bottom:0;
	display:table-cell;
	vertical-align:middle;
}
.ratings_table {
	display:table;
	width: 100%;
	height: 100%;
	min-height:100px;
}

.form_compat .text {
	width:181px !important;
}
.color_green, a.color_green {
	color: #009200;
}
a.color_green {
	text-decoration:underline;
}
.color_red {
	color: #BB0000;
}

.reifenbez {
	line-height:0em;
	font-size:0;
}

@-webkit-keyframes color_change {
	0% { opacity: 0.1; }
	35% { opacity: 1; }
	94% { opacity: 1; }
	100% { opacity: 0.1; }
}
@-moz-keyframes color_change {
	0% { opacity: 0.1; }
	35% { opacity: 1; }
	94% { opacity: 1; }
	100% { opacity: 0.1; }
}
@-ms-keyframes color_change {
	0% { opacity: 0.1; }
	35% { opacity: 1; }
	94% { opacity: 1; }
	100% { opacity: 0.1; }
}
@-o-keyframes color_change {
	0% { opacity: 0.1; }
	35% { opacity: 1; }
	94% { opacity: 1; }
	100% { opacity: 0.1; }
}
@keyframes color_change {
	0% { opacity: 0.1; }
	35% { opacity: 1; }
	94% { opacity: 1; }
	100% { opacity: 0.1; }
}
.color_changer {
	-webkit-animation: color_change 5s infinite linear;
	-moz-animation: color_change 5s infinite linear;
	-ms-animation: color_change 5s infinite linear;
	-o-animation: color_change 5s infinite linear;
	animation: color_change 5s infinite linear;
}

.imgtable_wrapper { display: table-row; }
.imgtable_left {
  display: table-cell; 
  vertical-align: middle; 
  /*margin-right: 10px;*/
}
.imgtable_right { display: table-cell; vertical-align: top; }

.mark_color {

}
.mark_info h2 {
	margin-top: 1.4em;
}

.relative {
  position: relative;
}
.middle {
  vertical-align: middle;
}
a.layer_close {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 25px;
    color: #ffffff !important;
    background-color: #e96767;
    /* font-weight: 700; */
    text-align: center;
    text-shadow: none;
    display: table;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
}

a.layer_close_bottom {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #e96767;
    text-align: center;
    text-shadow: none;
    display: table;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
}

.info_hide_content {
  height: 16px;
}

.layer_close_wrap {
	width: 26px;
	height: 22px;
}

/* new */

.nav_list {
	display: table;
	width: 100%;
	overflow: hidden;
}
.nav_list_td {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
.nav_list_td_c {
	width: auto;
}
.nav_list_l {
}
.nav_list_m {
}
.nav_list_r {
}

.input_min {
    width: auto;
}

a.button-disabled {
    pointer-events: none;
    cursor: pointer;
    opacity: .35;
    background-color: #e8e8e8 !important;
    color: #2b2b2b !important;
}

.alert {
    padding: 15px;
    margin-bottom: 8px;
    border: 1px solid transparent;
	-moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.alert-compact {
	padding: 8px 15px;
}
.alert-compacter {
	padding: 7px 15px;
	margin-bottom: 4px;
}
.alert-compacter2 {
	padding: 5px 10px;
}
.alert-compactest {
	padding: 10px;
	-moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 840px;
    margin-bottom: 0px;
}

.alert-pad {
	margin-top: 8px;
}
.alert a {
	font-weight: 700;
	text-decoration: underline;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success, .alert-success a, a.alert-success {
	color: #3c763d;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info, .alert-info a, a.alert-info {
    color: #31708f;
}
.alert-info a:hover {
    color: #4fa9d6;
}
a.alert-info:hover {
	background-color: #e1f2f9;
	border-color: #cdeef4;
}
.alert-info a {
    color: #31708f;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #efdbb2;
}
.alert-warning, .alert-warning a, a.alert-warning {
    color: #57411b;
}
.alert-danger {
    background-color: #fff2f2 !important;
    border-color: #ff0000;
}/*
.alert-danger, .alert-danger a, a.alert-danger {
    color: #a94442;
}
.alert-danger a:hover {
    color: #da4947;
}
*/
.alert-sat, .alert-sat a, a.alert-sat {
	color: #2c2c2c;
}
.alert-sat-warning {
	background-color: #fff09e;
}
.alert-sat-danger {
	background-color: #ffa2a2;
}


.alert-r {
	margin-left: -224px;
}
.alert-close {
	top: 0px;
	right: 5px;
}

.content_nonav {
	padding-top: 0px;
}

.content_limit {
	max-width: 700px;
}

.ul_spaced li {
	line-height: 2.2em;
}


/* ***********************************************************Media queries****************************************************** */

@media (max-width: 66em) {
.page_main {
	background-color:#FFFFFF;
	background-image:none;
	max-width: 1056px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.head_bar {
	background-color:#FFFFFF;
}

.wirbel {
	left: 18px;
}
.logo {
	left: 162px;
}
.wir_header {
	left: 428px;
	top: 59px;
}
.wir_header img {
	max-width:60px;
	max-height:25px;
}



.head_l_navi {
	left: 162px;
}
.head_l_navi_sub {
	left: 20px;
}
.head_r_links {
	right: 20px;
}
.head_r_spruch {
	right: 20px;
}
.head_r_warenkorb {
	right: 20px;
}

.content {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.content_nonav {
	padding-top: 0px;
}
/*.main_content {
	width: 75%;
	margin-right:0px;
}*/

.footer {
	margin:0px;
}

.border {
/*
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
*/
}
.form_r_max {
	max-width: none;
}
}

@media (max-width: 55em) {
.previewimg {
	max-width:67px;
	max-height:69px;
	margin-top:0px;
}
.list_tire {
	margin-right:6px;
}
.list_price {
	margin-top:0px;
}
.seitevon {
	clear:both;
}
.seite_hide {
	display:none;
}
.list_tires, .list_lineheight {
	line-height:1.3em;
}
}
@media (max-width: 50.0em) {
.head_r_links {
	right: 146px;
}
.head_r_spruch {
	display:none;
}
.head_r_warenkorb {
	top: 10px;
}
}

@media (max-width: 43.75em) {
.wirbel {
	left: 8px;
	top: 13px;
}
.wirbel img {
	width: 34px;
	height: 38px;
}
.logo {
	left: 52px;
	top: 17px;
}
.logo img {
	width:167px;
	height:30px;
}
.wir_header {
	left: 220px;
	top: 18px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.wir_header img {
	max-width:45px;
	max-height:19px;
}
.head_r_links {
	right: auto;
	left: 10px;
	top: 68px;
	font-size: 0.875em;
}
.head_r_warenkorb {
	top: 68px;
	right:10px;
	font-size: 0.875em;
}
.head_l_navi {
	display:none;
}
.head_l_navi_sub {
	position: initial;
	padding-top: 112px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.main_content_l, .main_content_r {
	width: 100%;
}
.head {
	min-height: 119px;
	max-width: 1056px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px -40px;
	/* [disabled]background-color: #FFF; */
	text-align: left;
	position: relative;
}
.head_bar {
	background-repeat: repeat-x;
	min-height: 119px;
	width: 100%;
	background-position: 0px -2px;
}

.head_r_menu {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	top: 15px;
	right: 15px;
}
.head_r_menu img {
	width:32px;
	height:32px;
}

.footer_l {
	display:none;
}
.footer_r {
	float:left;
	padding-left: 10px;
	padding_right: 10px;
}
h1,.h1 {
	font-size:1.4em;
}

h2,.h2 {
	font-size:1.2em;
}
.form_r {
	clear:both;
}

.form_l {
	text-align:left;
}
/*
.list_tire {
	max-width:104px;
}
*/

}

@media (max-device-width: 43.75em) {
.popup_info {
max-width:260px;
}
}

@media (max-device-width: 33.75em) {

.reifenbez {
-webkit-transform: scale(0.65);
-moz-transform: scale(0.65);
-ms-transform: scale(0.65);
transform: scale(0.65);

    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;;

	font-size:0;
	margin-bottom:-110px;
	margin-right:-110px;
}
.reifenbez_lay {
/*	top:329px !important;
	zoom: 0.65;
    -moz-transform: scale(0.65);
	*/
	display:none;
}

}
