@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic);

img { -ms-interpolation-mode: bicubic; }

/* HTML Styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	position: relative;
    min-height: 100%;
	overflow-y:scroll;
}
html, body {
	width: 100%;
	/*height: 100%;*/
	min-width:320px;
	margin: 0px;
}

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	background-color:#ffffff;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 400;
	color: #393f41;
}
.absolute {
	position: absolute;
}
.relative	{
	position: relative;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after, .clear {
  clear: both;
}
.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}
.t12 {
	font-size: 12px; font-size: 1.2rem;
}
.t13 {
	font-size: 13px; font-size: 1.3rem;
}
.t14, .content, .footer {
	font-size: 14px; font-size: 1.4rem;
	line-height: 21px; line-height: 2.1rem; 
}
.t15 {
	font-size: 15px; font-size: 1.5rem;
	line-height: 18px; line-height: 1.8rem; 
}
.t16 {
	font-size: 16px; font-size: 1.6rem;
	line-height: 21px; line-height: 2.1rem; 
}
.t24 {
	font-size: 24px; font-size: 2.4rem;
	line-height: 24px; line-height: normal; 
}
.t36 {
	font-size: 36px; font-size: 3.6rem;
	line-height: 36px; line-height: normal; 
}

h1 {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 300;
	/*text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.1);*/
	color: #0b5380;
	font-size:2.8rem;
	line-height:3.2rem;
	margin-top:0;
	margin-bottom:4.1rem;
}

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;
}

h3 {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 500;
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);*/
	font-size:1.6rem;
	line-height:2rem;
	margin-top:0;
	margin-bottom:2rem;
}

.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;
}
.nowrap {
	white-space: nowrap;
}
.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:nth-child(even) {
	background-color:#ffffff;
}
.table_gray:nth-child(odd) {
	background-color:#e9ebec;
}
*/
.table_white {
	background-color:#ffffff;
}

.table_gray td {
	border-bottom: 1px solid #e4e6e7;
	height: 33px;
}
.table_gray:last-child td {
	border-bottom: none;
}

a {
	text-decoration: none;
  -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: #393f41;
}
a:hover {
	color: #25b5d7;
}
a.nav_act {
	color: #c70000;
}
a.subnav_act {
	color: #c70000 !important;
	text-decoration:underline;
}

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: #93c8f0;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	line-height:1.4em;
}
.body_popup {
	height:auto;
	background-image:none;
	background-color:#FFFFFF;
}
.content {
	text-align: left;
	padding-top: 60px;
	padding-right: 66px;
	padding-bottom: 20px;
	padding-left: 66px;
	overflow: hidden;
	min-height: 600px;
}
.content_h {
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 0px;
}
.content_menu_image {
	padding-right: 43px;
	padding-left: 50px;
	min-height: 0px;
	padding-bottom: 0px;
}
.content_menu_image_bread {
	padding-top: 20px;
}
.content_bread {
	padding-top: 30px;
	padding-right: 66px;
	padding-bottom: 0px;
	padding-left: 66px;
	overflow: hidden;
	min-height: 0px;
}
.content_max {
    max-width: 532px;
}
.content a {
	color:#393f41;
}
.content a:hover {
	color:#25b5d7;
}
.content_text {
	width: 100%;
	max-width: 500px;
}
.content_text a {
	color:#3d5b8c;
	font-weight: 500;
}
.content_text a:hover {
	color:#25b5d7;
}

.link_black {
	color:#393f41 !important;
}
.text_orange {
	color: #e67e22;
}

.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: 4px;
	border-radius: 4px;
	padding-top: 11px;
	padding-right: 17px;
	padding-bottom: 11px;
	padding-left: 17px;
	margin-bottom: 16px;
	background-color:#e9ebec;
}
.border_margin {
	margin-bottom:30px;
}
.border_c {
	background-color:#589CE2;
	/* [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:#4492DF;
	  -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 {
	/* [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:#597CB7;
	color: #FFF;
	text-align: center;
	line-height:1.5em;

}
a.button:hover {
	background-color:#3D5B8C;
	color: #FFF;
}
.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:#dae0e3;
	margin-left:28px;
	margin-right:28px;
	padding-top: 24px;
	padding-bottom: 4px;
	font-weight: 500;
}
.footer_l {
	float:left;
	width:auto;
	padding-left:38px;
}

.footer_l > ul > li {
	float: left;
	margin-right: 30px;
}

.footer_r {
	float:right;
	width:auto;
	color:#393f41;
	padding-right:39px;
}	


strong, b, .strong {
	font-weight:700;
}
.strong_med {
	font-weight:500;
}


.page_main_bottom {
	max-width: 1056px;
	background-image: url(../img/l_14b.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 44px;
	background-position-x: 0px;
}
.head {
	background-image: url(../img/l_11.png);
	height: 125px;
	max-width: 1056px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
}
.head_bar {
	background-image: url(../img/l_06.png);
	background-repeat: repeat-x;
	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: 67px;
	top: 20px;
}
.logo img {
	width:283px;
	height:49px;
}
.wir_header {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	left: 500px;
	top: 52px;
}
.wir_header img {
	max-width:90px;
	max-height:38px;
}

ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.checklist li {
  margin-top: 2.2rem;
  list-style: none;
}
/*
li .li_img {
	max-width:40px;
	max-height:40px;
}
*/
li .li_text {
	width:50px;
}
.li_text i {
	font-size:40px;
	color:#0072a7;
}

.main_nav li {
	float:left;
	/*display: inline-block;*/
}
.main_nav li.right {
	float:right;
}
.main_nav li a:link, .main_nav li a:visited {
	color:#FFFFFF;
}
.main_nav li a {
	height:41px;
	line-height:41px;
	padding: 0px 16px;
	/*background-color:#009900;*/
	display:block;
	text-align:center;
	font-weight: 400;
}
.main_nav li a:hover, .main_nav li a.act {
	background-color:#25b5d7;
}

.main_nav li a:hover, .main_nav li a.act {
	background-color:#25b5d7;
}
.c-menu__item a:hover, .c-menu__item a.act {
	background:#37393a
}

.header_sub .main_nav li a:link, .header_sub .main_nav li a:visited {
	color:#404040;
}
.header_sub .main_nav li a {
	height:52px;
	line-height:52px;
	padding: 0px 10px;
	/*background-color:#009900;*/
	display:block;
}
.header_sub .main_nav li a:hover, .header_sub .main_nav li a.act {
	background-color:#f0f3f5;
	/*background-color:#d2dbe0;*/
}

.main_nav_button {
	color:#ffffff !important;
	/*padding: 0px 20px !important;*/
	padding:0px !important;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	height: 40px !important;
    width: 40px !important;
	line-height:40px !important;
}
.main_nav li .nolink {
	height:52px;
	line-height:52px;
	padding: 0px 10px;
	display:block;
}


.head_l_navi_bar {
	display:block;
	position: absolute;
	background-color: #03609b;
	height: 41px;
	width: 1000px;
	left: 28px;
	top: 84px;
	font-weight: 400;
	color: #ffffff;
	padding-left: 23px;
	padding-right: 23px;
	font-size: 17px; font-size: 1.7rem;
}



.head_l_navi {
}

/*.head_l_navi a:link, .head_l_navi a:visited {
	color: #ffffff;
}*/

.head_l_navi_sub {
	display:block;
	position: absolute;
	height: auto;
	width: auto;
	left: 66px;
	top: 158px;
	font-weight: 500;
	color: #3d5b8c;
	font-size: 0.875em;
}
.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: 20px;
	right: 67px;
	font-weight: 400;
	font-size: 15px; font-size: 1.5rem;
	line-height: 18px; line-height: 1.8rem; 
}
.head_r_links a.act {
	background-color: #25b5d7;
	color: #ffffff;
	padding: 2px 4px;
	font-weight: 500;
}
.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:none;
	position: absolute;
	height: auto;
	width: auto;
	top: 108px;
	right: 68px;
	font-weight: 500;
	font-size: 0.938em;
}

.icon_warenkorb {
	width: 16px;
	height: 16px;
	margin-bottom: 4px;
    margin-right: 3px;
}
.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;
}
.float {
	overflow:hidden;
}
.float_l {
	float:left;
	width:auto;
}
.float_r {
	float:right;
	width:auto;
	text-align:right;
}
.align_r {
	text-align:right;
}
.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;
}
.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;
}

.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: #393f41;
	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: #393f41;
	/*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.png);
	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;
}

.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;
}
.text_blue {
	color: #0b5380;
}

.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; }

.menu_image {
	width:311px;
	min-height: 431px;
	float: left;
	display: block;
	/*border: 1px solid #ffffff;*/
	border-radius: 4px;
	padding: 16px;
	margin-right: 10px;
	/*box-shadow: 2px 2px 20px 2px #c5ced3;*/
	/*box-shadow: 2px 2px 20px 2px #d4dadd;*/
}
@media (min-width: 990px) {
.boutique_css .menu_image {
	width:240px;
	min-height: 402px;
	margin-right: 0px;
}
.boutique_css h1 {
	font-size: 2.2rem;
}
}

a.menu_image:hover {
    /*background-color: #eceeef;*/
    /*border-color: #dae0e3;*/
	box-shadow: 2px 2px 20px 0px #bbc1c4;
	color: #393f41;
	
}
.menu_image_img {
	margin-bottom:20px;
	max-height: 199px;
	width: 100%;
}
.menu_image p, .menu_image_products_title1  {
	color: #393f41;
}

.menu_image_products {
	width:182px;
	min-height: 0;
	height: 280px;
	text-align: center;
	margin-bottom: 20px;
}
.menu_image_products_img_container {
	height: 150px;
	width: 150px;
	margin-bottom:20px;
	display: table;
}
.menu_image_products_img {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.menu_image_products_img img {
    max-width: 148px;
    max-height: 148px;
    vertical-align: middle;
}
.price {
	font-size: 18px; font-size: 1.8rem;
	line-height: 18px; line-height: normal;
	font-weight: 500;
	color: #009628;
}
.menu_image_products_title {
	height: 52px;
	text-align: center;
	font-weight: 500;
}
.float_half {
	max-width: 50%;
	min-width: 320px;
}
.gallery_container {
	padding-right: 75px;
}
.gallery_multi {
	padding-right: 50px;
}
.gallery_left {
	width: 70px;
	margin-right: 40px;
}
.image_detail {
	max-width: 100%;
	max-height: 387px;
	padding-right: 75px;
}
.image_detail2 {
	max-width: 100%;
	max-height: 387px;
}
.gallery_multi .image_detail2 {
	max-width: calc(100% - 110px);
}




.margin-l-res {
	margin-bottom: 2.8rem;
}
.margin-l {
	margin-bottom: 4.1rem;
}
.margin-xl {
	margin-bottom: 6.0rem;
}
.margin-m-res {
	margin-bottom: 1.6rem;
}
.margin-m {
	margin-bottom: 3.4rem;
}

.margin-xs {
	margin-bottom: 0.6rem;
}
.margin-s-res {
	margin-bottom: 0.4rem;
}
.margin-s {
	margin-bottom: 1.2rem;
}
.margin-sm {
	margin-bottom: 2.3rem;
}
.margin-sm-res {
	margin-bottom: 2.3rem;
}

.text_r {
    text-align: right;
}


.form {
	overflow:hidden;
}
.label {
	float:left;
	margin-bottom:15px;
}
.label_left {
	padding-right:15px;
}
.label div {
	font-weight:500;
	margin-bottom:4px;
}

/* forms */
.form_errors, .form_status, .form_info {
	-moz-border-radius: 11px;
	border-radius: 11px;
	background-color: #c4ffbb;
	display: block;
	clear: both;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size:1.6rem;
}
.form_info {
	background-color: #bdeaff;
}
.form_errors {
	background-color: #ffd997;
	padding-bottom: 28px;
}

.form_errors ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.form_errors li {
  margin-top: 11px;
  font-size:1.6rem;
  list-style: square;
  margin-left: 19px;
  padding-left: 7px;
}
.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:40px;
	margin-right: 10px;
}
.form_l_left .form_l {
	text-align:left;
}
.form_l_wide {
	width: 180px;
}
.form_r {
	clear:none;
	margin-right:0;
	width:250px;
	margin-bottom: 12px;
	text-align:left;
}
.form_wide .form_l {
	width: 196px;
}
.form_wide .form_r {
	width: 200px;
}

.form_r_margin {
	margin-bottom:10px;
}
.form_r_r {
	float:right;
	width:103px;
	text-align:right;
}
.input {
	/*
	background-color: #FFFFFF;
	border: 1px solid #404040;
	width: 100px;
	color: #404040;
    vertical-align:middle;
		*/

	display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input:hover {
    border-color: #aaa;
}
.input:focus {
    border-color: #0e97d8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(120, 197, 234, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(120, 197, 234, 0.6);
}
.input_small {
	width:auto;
	padding: 3px 6px;
}
.input_height {
	-webkit-appearance: none;
}
.input_height, .input_height_select {
    height:40px;/* uses normal box model */
	font-size: 16px;
}
.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;
}
.select_s {
	width:60px;
}
.select_m {
	width:170px;
}
.input_half {
	width:50% !important;
}
.input_full {
	width:100% !important;
}
.input_xs {
	width:20% !important;
	min-width:150px;
}
.input_short {
	width:30% !important;
}
.input_long {
	width:70% !important;
}

a.button, .button_submit {
	/* [disabled]border: 1px solid #E4E4E4; */
	display:inline-block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 4px;
	background-color:#03609b;
	color: #FFF;
	text-align: center;
	line-height:1.5em;
	width:100%;
	max-width:250px;
	font-size:1.8rem;
}
.button_submit {
	cursor: pointer;
	border:none;
	-webkit-transition: all .4s ease;
  	-moz-transition: all .4s ease;
  	-o-transition: all .4s ease;
  	transition: all .4s ease;
	-webkit-appearance: none;
}

a.button:hover, .button_submit:hover {
	background-color: #25b5d7;
	color: #FFF;
}
a.button-gray, .button-gray {
	background-color:#e1e7ea;
	color: #404040;
}
a.button-gray:hover, .button-gray:hover {
	background-color:#c3cfd5;
	color: #404040;
}

a.button-green {
	background-color:#00a851;
}
a.button-green:hover {
	background-color:#25da7c;
}

a.button-red {
	background-color:#a80000;
}
a.button-red:hover {
	background-color:#da2525;
}
.button_small {
	height:40px;
	padding: 0px 15px;
	max-width: 200px;
}
/* end forms */
.table_size {
	max-width: 268px;
    width: 100%;
}
.table_size th {
	padding-right: 10px;
	padding-bottom: 12px;
	font-weight: 500;
}
.table_size td {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
    border-bottom: 1px solid #dae0e3;
}
.table_size tr:last-child td { border-bottom: 0; }

/* tabs */

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: #eaeef0;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			border: 1px solid #a1aaad;
		    border-top-right-radius: 4px;
		    border-top-left-radius: 4px;
		    margin-bottom: -1px;
		}
		ul.tabs li:hover{
			background: #ffffff;
		}

		ul.tabs li.current{
			background: none;
			border-bottom-color: #ffffff;
			font-weight: 500;
		}

		.tab-content{
			display: none;
			padding: 15px;
			border: 1px solid #a1aaad;
			/*max-width: 850px;*/
		}

		.tab-content.current{
			display: inherit;
		}

.fade {
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.image_warn {
	width: 75px;
	height: auto;
	margin-right: 15px;
}
.table_price {
	border: 1px solid #393f41;
	border-radius: 4px;
	background-color: #ffffff;
}
.margin-icon {
	margin-right:0.6em;
}
.margin-icon-right {
	margin-left:0.6em;
}
.float_block {
	width: 37%;
    min-width: 320px;
}
.ul_spaced li {
	line-height: 3.2rem;
}
.cursor_magnifier {
	cursor: zoom-in;
}

.desc3 {
	padding-top: 4px;
}
.text_l {
	text-align: left;
}
.payment_icons {
    left: 470px;
    top: 15px;
}
.payment_icon {
	width: 64px;
	height: 40px;
}
@media (max-width: 940px) {
.payment_icons {
	position:	static;
	clear: both;
  padding-top: 24px;
  padding-left: 10px;
}
}
.ratings_container {
	margin-left: -20px;
	margin-right: -20px;
}
.ratings {
	border-spacing: 20px 0px;
}
.rating {
    width: 33%;
    border: 1px solid #bcbcbc;
    padding: 11px;
    margin-right: 20px;
}
.w100 {
	width: 100%;
}
.div_t {
	display: table;
	width: 100%;
}
.div_tc, .div_tc_res {
	display: table-cell;
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.text_gray {
	color: #dae0e3;
}
@media (max-width:770px) {
	.ratings_m_hide {
		display: none;
	}
	.rating {
    display: block !important;
    width: 100%;
	}
	.ratings {
		margin-bottom: 0px;
	}

}
@media (min-width:771px) {
	.ratings_d_hide {
		display: none;
}
}


/* *********************external overrides******************* */

/* slide and push */
.c-menu__close {
	background-color: #efefef;
}
.c-menu {
	background-color: #03609b;
	font-size: 1.4rem;
	font-weight: 400;
}

.c-menu--slide-left .c-menu__close, .c-menu--slide-right .c-menu__close, .c-menu--push-left .c-menu__close, .c-menu--push-right .c-menu__close {
    display: block;
    padding: 10px 24px;
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
   /* border-top-color: #95e4f7;
    border-bottom-color: #066d86;
    */
    border-top-color: #ffffff;
    border-bottom-color: #919da0;
}

.c-menu--slide-left .c-menu__item, .c-menu--slide-right .c-menu__item, .c-menu--push-left .c-menu__item, .c-menu--push-right .c-menu__item {
    display: block;
    text-align: left;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #1676b3;
    border-bottom-color: #003f67;
}
.c-menu__item a:hover, .c-menu__item a.act {
    background: #25b5d7;
}

.blueimp-gallery {
    background: rgba(0, 0, 0, 0.8);
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
	text-shadow:
   -1px -1px 1px #000,  
    1px -1px 1px #000,
    -1px 1px 1px #000,
     1px 1px 1px #000;
}

.pswp__caption__center {
	text-align: center;
}

/* ***********************************************************Media queries****************************************************** */

@media (max-width: 67em) {
.page_main {
	background-color:#FFFFFF;
	background-image:none;
	max-width: 1056px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.head {
	background-image:none;
	background-color:#FFFFFF;
}
.page_main_bottom {
	background-image: url(../img/l_14b_full.png);
	background-repeat: repeat-x;
}

.head_bar {
	background-color:#FFFFFF;
}

.wirbel {
	left: 18px;
}
.logo {
	left: 20px;
}
.wir_header {
	left: 428px;
	top: 59px;
}
.wir_header img {
	max-width:60px;
	max-height:25px;
}
.head_l_navi_bar {
	left: 0px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
}
.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_menu_image {
	padding-right: 3px;
	padding-left: 3px;
}
.content_menu_image_bread {
	padding-top: 20px;
}
.content_bread {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*.main_content {
	width: 75%;
	margin-right:0px;
}*/

.footer {
	margin:0px;
}

.footer_l {
	padding-left:20px;
}
.footer_r {
	padding-right:20px;
}

.border {
/*
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
*/
}
.main_nav li a {
	padding: 0px 12px;
}

}

@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: 770px) {
.wirbel {
	left: 8px;
	top: 13px;
}
.wirbel img {
	width: 34px;
	height: 38px;
}
.logo {
	left: 10px;
	top: 17px;
}
.logo img {
	width:200px;
	height:35px;
}
.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: 1.4rem;
	z-index: 10;
}
.head_r_links a:link, .head_r_links a:visited, .head_r_warenkorb a:link, .head_r_warenkorb a:visited {
	color: #FFFFFF;
}
.head_r_warenkorb {
	top: 68px;
	right:10px;
	font-size: 1.4rem;
	z-index: 10;
	display: inline;
}
.head_l_navi_bar {
	top: 61px;
	height: 31px;
}
.head_l_navi {
	display:none;
}
.head_l_navi_sub {
	display:none;
}

.content {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.main_content_l, .main_content_r {
	width: 100%;
}
.head {
	height: 92px;
	max-width: 1056px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	position: relative;
}
.head_bar {
	background-image: url(../img/l_06.png);
	background-repeat: repeat-x;
	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 {
	font-size:2.5rem;
}

h2 {
	font-size:1.2em;
}
.form_r {
	clear:both;
}

.form_l {
	text-align:left;
}
/*
.list_tire {
	max-width:104px;
}
*/
.lang_buttons {
	display: none;
}
.content_menu_image {
	padding-right: 0px;
	padding-left: 0px;
}
.content_menu_image_bread {
	padding-top: 20px;
}
.gallery_container {
	padding-right: 20px;
}
.gallery_multi {
	padding-right: 40px;
}
.image_detail {
	max-height: 290px;
	padding-right: 20px;
}
.image_detail2 {
	max-height: 290px;
}
.margin-sm-res {
	margin-bottom: 0rem;
}

a.menu_image:hover {
	box-shadow: none;
}

}

@media (max-device-width: 770px) {
.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;
}

}

@media (max-device-width: 24em) {

.menu_image_products {
    width: 100%;
    height: 270px;
    margin-bottom: 0px;


    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dae0e3;
    border-radius: 0px;
}
.menu_image_products_img_container {
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
}
.menu_image_products_title {
    height: 27px;
}
.menu_image_products_img img {
    max-width: 100%;
    max-height: 148px;
}
.menu_image {
    margin-right: 0px;
}
}