/*************************************************************************************************/

/*	Style-Datei fuer Online-Shop
/*	Version 2.0
/*	� Copyright by I.D.S. GmbH
/*************************************************************************************************/

/*************************************************************************************************/

/* Allgemeine Einstellungen f�r alle Shopteile
/*************************************************************************************************/

/* button,body,table,td,tr,a,li,ul,p,b,div,span,input,textarea {font-family:open sans !important;} */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
	font-family: 'Roboto', sans-serif !important;
}

body {
	min-width: 1280px;
	/* background: #f0f0f0; */
	/* background: #f0f0f0; */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif; */
	/* font-family:open sans !important; */
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

input[type='text'], input[type='password'] {
	box-sizing: border-box;
	padding-left: 5px;
	border: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 0;
}

/* select, input {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
} */

button, input[type="button"] {
	cursor: pointer;
	cursor: hand;
	border: 0;
}

td, b, a, p {
	color: #000000;
	font-size: 11px;
}

hr {
	color: #F87C28;
}

address, .formatted-block {
    display: block;
    font-style: normal;
    line-height: 1.5;
    /* margin-bottom: 1rem; */
    padding: 0.5rem;
    background: #f9f9f9;
}

.COPYRIGHT {
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif; */
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.TOPTITEL {
	/* font-family: Tahoma, Arial, Verdana, Sans-Serif; */
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
}

.TABHEADERBACK {
	background-color: #335f7f;
}

.TABHEADERTEXT {
	/* height: 16px; */
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.TR1 {
	background-color: #fff;
	font-size: 11px;
}

.TD1 {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.TR2 {
	background-color: #f4f4f4;
	font-size: 11px;
}

.TD2 {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.TRSonder {
	background-color: #ff9900;
	font-size: 11px;
}

.TDSonder {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #ff9900;
}

.tdblink {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/blink_gelb.gif);
}

.sonderartikel {
	color: red;
	font-weight: bold;
}

.cls_red_text {
	/* color: red; */
	color: #c51a26;
}

/*************************************************************************************************/

/* Runde Ecken fuer Tabellen
/*************************************************************************************************/

#table_corner {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(./border-radius.htc);
	border: 1px solid #999999;
	background-color: #bbbbbb;
	height: 68px;
}

#divkplheader {
	margin: 0px auto;
	width: 980px;
	height: 100px;
}

#divkplheader_1 {
	width: 330px;
	float: left;
}

#divkplheader_2 {
	width: 450px;
	float: left;
}

#divkplheader_3 {
	width: 200px;
	float: right;
}

#divkplheader_3 img {
	margin-top: 8px;
	float: right;
	height: 90px;
}

#divkplheader_1_copyright {
	height: 25px;
	vertical-align: top;
}

#divkplheader_1_toptitel {
	height: 50px;
	vertical-align: middle;
}

#divkplheader_1_navi {
	/* width:100%;
	height:10px;
	background-color:red; */
}

#divkplfooter {
	margin: 0px auto;
	width: 980px;
}

#divkplfooter {
	margin: 0px auto;
	width: 980px;
	background-color: #dddddd;
}

#divkplfooter_navi {
	padding-left: 10px;
	/* padding-top:10px; */
	width: 100%;
	float: left;
}

#divkplfooter_info {
	padding-top: 10px;
	/* width:430px; */
	float: left;
}



/*************************************************************************************************/

/* COC Pull Down Gr��e
/*************************************************************************************************/

.coc_pd_1 {
	min-width: 150px;
	width: 150px;
}

.coc_pd_2 {
	min-width: 175px;
	width: 175px;
}

.coc_pd_3 {
	min-width: 200px;
	width: 200px;
}

/*************************************************************************************************/

/* Menu Buttons
/*************************************************************************************************/

.menue_buttons {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-align: center;
	height: 25px;
}

.menue_buttons_evb {
	/* font-family: Tahoma, Arial; */
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-align: center;
	height: 20px;
}

/*************************************************************************************************/

/* Mahatma Fatal Error
/*************************************************************************************************/

.error {
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 14px;
	color: #ff0000;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*************************************************************************************************/

/* Searchresult Footer Text
/*************************************************************************************************/

.haftung_text {
	color: #000000;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 10px;
}

.preis_auswahl {
	color: #000000;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 11px;
	vertical-align: bottom;
}

/*************************************************************************************************/

/* Buttons mit Icon (transparenter Rahmen etc.)
/*************************************************************************************************/

.blank_buttons {
	background-color: transparent;
	border: 0px;
	width: 40px;
	height: 26px;
}

.blank_warenkorb_de {
	background-image: url(./images/lang_de/warenkorb_legen.png);
	background-color: transparent;
	border: 0px;
	width: 179px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.blank_menge_reset_de {
	/* background-image:url(./images/lang_de/menge_zurueck.png); */
	border: 0px;
	width: 136px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
	color: white;
	font-weight: bold;
	border-radius: 4px;
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #6b6b6b 44%, #6b6b6b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%, #6b6b6b 44%, #6b6b6b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%, #000000 44%, #6b6b6b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#6b6b6b', GradientType=0);
	/* IE6-9 */
}

.blank_warenkorb_fra {
	background-image: url(./images/lang_fra/warenkorb_legen.png);
	background-color: transparent;
	border: 0px;
	width: 179px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.blank_menge_reset_fra {
	background-image: url(./images/lang_fra/menge_zurueck.png);
	background-color: transparent;
	border: 0px;
	width: 136px;
	height: 25px;
	cursor: pointer;
	cursor: hand;
}

.navi_color {
	color: #ffffff;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
}

a.navi_color {
	color: #ffffff;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
	text-decoration: none;
}

.navi_down_color {
	color: #000000;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
}

a.navi_down_color {
	color: #000000;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 12px;
	text-decoration: none;
}

/*************************************************************************************************/

/* F-Leiste �berschriften
/*************************************************************************************************/

.filter_tds {
	padding-top: 3px;
	padding-bottom: 5px;
	/* padding-left: 30px; */
	border: 0px solid red;
}

/*************************************************************************************************/

/* F-Leiste DIV
/*************************************************************************************************/

/* Saison */

.div_0 {
	float: left;
}

/* Leer */

.div_1 {
	width: 100px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*Saison*/

.div_2 {
	width: 100px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*Load-Index*/

.div_3 {
	width: 100px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*Speed-Index*/

.div_4 {
	width: 100px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*Einsatzart*/

.div_5 {
	width: 100px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*Achsentyp*/

.div_6 {
	width: 140px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*Herst.-Zusatz */

.div_7 {
	width: 140px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*Eigenschaften*/

.div_8 {
	width: 100px;
	float: left;
	/* font-family: Tahoma, Arial; */
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

/*TT/TL / Merkmale*/

/****                        Kundenprofil/Bestellung OK                            ****/

.reg_tab {
	/*margin-left:60px;*/
	color: white;
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	padding: 10px;
}

#eingabe {
	font-size: 8pt;
	/* font-family: Tahoma; */
	color: #404040;
	font-weight: bold;
	height: 20px;
}

/* Nur Bestellung OK */

#absch_button {
	background-color: #E1EAFC;
	color: #0093DD;
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 80%;
	height: 20px;
}

/****                            Ende                                ****/

/* Suchmenue */

#such_bez
/* Bezeichnungen &uuml;ber den einzelnen Suchfeldern */

	{
	font-weight: bold;
	/*color:#000000;*/
	/*color:#404040;*/
	color: white;
	/* font-family: Tahoma, Arial; */
	font-size: 10pt;
}

.fontkalk
/* Schrift Kalkulation */

	{
	color: white;
}

#wk_oben {
	float: left;
	/*border:2px solid red;*/
	color: #000000;
	margin-left: 13px;
	width: 600px;
	height: 50px;
}

#wk_menue_oben {
	float: right;
	/*border:2px solid red;*/
	color: #000000;
	width: 300px;
	height: 50px;
}

/* Tabellenformatierungen */

#suchtab {
	WIDTH: 980px;
	margin-left: 0px;
	margin-top: 0px;
	/*float:left;*/
}

#shop_ergebnistab {
	font-weight: bold;
	/* font-family: Tahoma, Arial; */
	font-size: 80%;
}

#nav_buttons {
	float: right;
}

/*  Referenzformatierungen f�r diverse Felder (Schriften,Farben...) */

.feldergtab {
	/*color:red;*/
	/*color:blue;*/
	/*color:green;*/
	/*color:yellow;*/
	/*color:white;*/
	background-color: #FF797B;
}

.inputreadonly {
	/*background-color:#404040;*/
	background-color: #f0f0f0;
	color: white;
	/*border:0px;*/
	border-color: #f0f0f0;
	border-style: solid;
}

.item {
	cursor: hand;
}

.Textfarben {
	font-weight: bold;
	color: white;
}

.Textfarben_black {
	font-weight: bold;
	color: #333333;
}

.infozelle {
	/* font-family: Verdana; */
	color: white;
}

.infotabelle {
	font-weight: bold;
	color: blue;
}

/* .kalktabelle */

/* { */

/* margin-left:20px; */

/* margin-top:20px; */

/* height:450px; */

/* } */

.kalkmsg {
	font-weight: bold;
	color: red;
}

/* ******************** */

/* Ergebnistabellen DIV */

/* ******************** */

.divfooter {
	/*margin-left:11px;
    position:absolute;
    margin-top:310px;
    MARGIN-RIGHT:10px;*/
}

/* *************************** */

/* Ergebnistabelle �berschrift */

/* *************************** */

.tbergtableheader {
	width: 970px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
}

.tbergtableheader1 {
	/* width:950px; */
	width: 1253px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
	/* margin-left:6px; */
	margin-left: 10px;
}

/* *********************** */

/* Ergebnistabelle Artikel */

/* *********************** */

.tbergtable {
	width: 970px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
}

.tbergtable1 {
	/* width:950px; */
	width: 1253px;
	background-color: #dddddd;
	border: 0px solid #000000;
	table-layout: fixed;
	margin-left: 10px;
}

.tbwkorbtable {
	/*width:960px;*/
	background-color: #dddddd;
}

.toplogo {
	margin-top: 5px;
}

.toplogo>img {
	max-width: 290px;
}

/* Hilfe */

.help_tab {
	/*margin-left:60px;*/
	color: #404040;
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-left: 20px;
}

/* Angebote */

.divangebotesuche span, td, b, a, p {
	color: white;
}

.divangebotesuche {
	margin-left: 20px;
	margin-top: 20px;
}

/* Angebote */

.divangeboteneu span, td, b, a, p, th {
	color: white;
}

.ui-datepicker-calendar th {
    color: black;
}

.divangeboteneu {
	margin-left: 20px;
	margin-top: 20px;
}

.angposscroll {
	/*ackground-color:#FF0000;*/
	width: 960px;
	height: 240px;
	scrollbar-face-color: #F87C28;
	overflow: auto;
}

.zusatzposscroll {
	width: 665px;
	height: 260px;
	scrollbar-face-color: #F87C28;
	overflow: auto;
}

.zusatzlinesscroll {
	width: 665px;
}

.angsuchscroll {
	width: 600px;
	height: 370px;
	scrollbar-face-color: #F87C28;
	overflow: auto;
	/*border:2px solid red;*/
}

.ergtabscrolltr td {
	color: #000000;
	font-weight: bold;
}

/* .divkalkvorgabenscroll */

/* { */

/* width:970px; */

/* height:270px; */

/* scrollbar-face-color :#F87C28; */

/* overflow:auto; */

/* } */

/* *************************************************************************************************************** */

/* Komplettradprogramm */

.kplraddivzeile1 {
	/*background-color:WHITE;*/
	background-color: #A3A3A3;
	height: 25px;
}

.kplraddivzeile2 {
	/*background-color:LIGHTYELLOW;*/
	background-color: #f0f0f0;
	height: 25px;
}

.kplradtabtd {
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.kplradergscroll {
	margin-left: 6px;
	background-color: SILVER;
	width: 927px;
	height: 320px;
	overflow: auto;
	/*
    overflow-y:scroll;
    overflow-x:auto;
    */
}

.kplradergtabueber {
	background-color: #F87C28;
	width: 935px;
	margin-top: 20px;
}

.kplraddivfzg {
	margin-top: 10px;
}

.kplraddivsch {
	margin-top: 70px;
}

.kplradtabueber {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.kplradergscroll2 {
	background-color: SILVER;
	width: 935px;
	height: 320px;
	overflow: auto;
	/*
    overflow-y:scroll;
    overflow-x:auto;
    */
}

.kplradergtabueber2 {
	background-color: SILVER;
	width: 935px;
	margin-top: 20px;
}

.kplpreisinfotab {
	margin-left: 20px;
	font-weight: bold;
	color: white;
}

/* *************************************************************************************************************** */

/* COC */

.divcocrg {
	width: 1250px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-bottom: 10px;
}

.divcocrgscroll {
	width: 100%;
	height: 240px;
	overflow: auto;
	font-weight: normal;
	font-size: 14px;
}

.coctr1 {
	background-color: #efefef;
	font-size: 11pt;
}

.coctd1 {
	color: inherit;
	font-size: 10pt;
	font-weight: Bold;
}

.coctr2 {
	background-color: #fff;
	font-size: 11pt;
}

.coctd2 {
	color: inherit;
	font-size: 10pt;
	font-weight: Bold;
}

/* Aktion ++++++++++++++++++++++++++++++++++++++++++ */

.scartheaderaktionscroll {
	margin-left: 6px;
	/*background-color:SILVER;*/
	width: 980px;
	height: 100px;
	overflow: auto;
	/*
    overflow-y:scroll;
    overflow-x:auto;
    */
}

.scartheaderaktion {
	/*background-color:#F87C28;*/
	width: 974px;
	margin-top: 20px;
}

/* --------------------------  Bestell�bersicht ------------------------------------------------------*/

.bestuebergtabscroll {
	/*background-color:grey; */
	margin-top: 2px;
	width: 930px;
	height: 380px;
	overflow: auto;
	scrollbar-face-color: #F87C28;
	border: 0px solid silver;
}

.bestuebergtab {
	font-size: 9pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-top: 10px;
	width: 930px;
	height: 25px;
	border: 0px solid red;
}

.bestuebergtabscrolldetails {
	/*background-color:SILVER;*/
	margin-top: 2px;
	width: 640px;
	height: 370px;
	overflow: auto;
	border: 0px solid SILVER;
}

.bestuebergtabdetails {
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-top: 10px;
	width: 640px;
	height: 25px;
	border: 0px solid red;
}

.bestuebpkttabscroll {
	/*background-color:SILVER;*/
	margin-top: 2px;
	width: 240px;
	height: 370px;
	overflow: auto;
	scrollbar-face-color: #F87C28;
	border: 0px solid SILVER;
}

.bestuebpkttab {
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-top: 10px;
	width: 240px;
	height: 25px;
	border: 0px solid red;
}

.bestuebergtabheadline {
	font-size: 10pt;
	/* font-family: Tahoma; */
	font-weight: bold;
	margin-top: 1px;
	width: 780px;
	height: 25px;
	border: 0px solid SILVER;
}

/*************************************************************************************************/

/* F�r Info Scroll over Fenster
/*************************************************************************************************/

#show_hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#show_hover.see {
	display: block;
	position: absolute;
	background-color: #ff9900;
	border: 1px solid #ff8800;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #000000;
	text-align: center;
	left: 410px;
	bottom: 15px;
	width: 310px;
	height: 125px;
}

/*************************************************************************************************/

/* Fremdbestandsinfo
/*************************************************************************************************/

/* Fremdbestand srolldown */

.fremdbestand_roll_down_hide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.fremdbestand_roll_down_see {
	display: block;
}

.div_kacheln {
	margin: 0px auto;
	width: 980px;
	background-color: #dddddd;
}

#iddivkundeninformationen, #iddivaulainformationen {
	border: 1px solid black;
	border-radius: 4px;
	background-color: white;
	display: none;
	position: absolute;
	padding: 3px;
	color: black;
	max-width: 400px;
	z-index: 99;
}

.clsspankundeninfo {
	cursor: pointer;
	cursor: hand;
}

#iddivmodallayerbackground, #iddivmodallayercookiebackground, #iddiv_popup_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .70;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

#iddivmodallayercontent {
	background-color: white;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	min-height: 650px;
	position: absolute;
	width: 1250px;
	z-index: 1000;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-bottom: 10px;
}

#iddivmodallayercookiecontent {
	background-color: white;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	min-height: 850px;
	/* padding: 10px; */
	position: absolute;
	width: 728px;
	z-index: 1000;
	top: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 60px;
	box-sizing: border-box;
}

.clsdiv_partneradresse {
	border: 1px solid gray;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	height: 90px;
	width: 190px;
	padding-left: 5px;
	box-sizing: border-box;
}

#iddiv_modallayer_headertext {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#iddiv_modallayer_header {
	height: 35px;
	background-color: #FF9900;
	/* border-top-left-radius: 8px;
	border-top-right-radius: 8px; */
}

#idimg_layerschliessen {
	float: right;
	margin: 5px;
	cursor: pointer;
	cursor: hand;
}

#iddiv_modallayer_text {
	line-height: 35px;
	float: left;
	margin-left: 15px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#iddiv_versandlayerzeilen_container {
	width: 1220px;
	margin: 20px auto;
	overflow: auto;
	/* height: 330px; */
	/* height: 394px; */
	height: 315px;
}

#iddiv_versandlayer_hinweis_container {
	width: 1220px;
	margin: 10px auto;
	margin-top: 20px;
	color: #ff9900;
}

#iddiv_versandlayer_hinweis_container_klein {
	width: 1220px;
	margin: 10px auto;
	margin-top: 20px;
	font-size: 12px;
}

.clsspanvahinweis {
	font-weight: bold;
	font-size: 12px;
}

.clsspanvahinweistemptext {
	font-weight: bold;
	font-size: 12px;
}

.clsdiv_versandlayerzeile, .clsdiv_versandlayerzeile_header {
	height: 35px;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 15px;
	border-bottom: 1px solid #aaaaaa;
	line-height: 35px;
}

.clsdiv_versandlayerzeile_text {
	float: left;
	width: 350px;
	height: 35px;
}

.clsdiv_versandlayerzeile_datum {
	float: left;
	height: 35px;
	width: 365px;
}

.clsdiv_versandlayerzeile_wk {
	float: right;
	height: 35px;
}

.clsdiv_versandlayerzeile_preis {
	float: left;
	height: 35px;
	width: 10px;
}

.clsdiv_versandlayerzeile_menge {
	float: left;
	height: 35px;
	width: 120px;
}

.clsbtn_versandartwk,.clsbtn_versandartwk_sis, .clsbtn_versandartws,.clsbtn_versandartws_sis, .clsbtn_versandartdel, .clsbtn_versandartdel_wk, .clsbtn_versandartwk_angebot {
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
	float: right;
	height: 38px;
	border: 0px;
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.clsbtn_versandartwk,.clsbtn_versandartwk_sis, .clsbtn_versandartws,.clsbtn_versandartws_sis, .clsbtn_versandartwk_angebot {
	background: #ff9900;
	color: #fff;
}

.clsbtn_versandartdel, .clsbtn_versandartdel_wk {
	background: #072f59;
	color: #fff;
}

.clsbtn_versandartdel>img, .clsbtn_versandartdel_wk>img {
	filter: invert(1);
}

.clsbtn_versandartws img, .clsbtn_versandartws span {
	vertical-align: middle;
}
.clsbtn_versandartws_sis img, .clsbtn_versandartws_sis span {
	vertical-align: middle;
}

.clsbtn_versandartws span {
	margin-left: 5px;
}
.clsbtn_versandartws_sis span {
	margin-left: 5px;
}

.clsdiv_versandlayerzeile:hover {
	background-color: #ffbf60;
}

.farbe_e0e0e0 {
	background-color: #efefef;
}

.farbe_d2d2d2 {
	background-color: #d2d2d2;
}

.farbe_ffffff {
	background-color: #ffffff;
}

.clsinp_versandlayer_menge {
	width: 35px;
	margin-top: 4px;
	/* margin-right: 7px; */
	background: #d8dfe7;
	font-size: 16px;
}

#iddiv_versandlayerartikelinfos {
	margin: 10px auto;
	width: 1220px;
}

#iddiv_versandlayer_container1 {
	float: left;
	width: 300px;
}

#iddiv_versandlayer_container2 {
	float: left;
	width: 225px;
}

#iddiv_versandlayer_container3 {
	float: left;
	width: 150px;
	margin-top: 8px;
	margin-right: 10px;
}

#iddiv_versandlayer_container3 img {
	float: right;
	width: 125px;
	height: 125px;
}

#iddiv_versandlayer_artikelhersteller {
	font-size: 25px;
}

#iddiv_versandlayer_artikelbez {
	font-size: 18px;
}

#iddiv_versandlayer_textcontainer {
	color: #ff9900;
	height: 120px;
	width: 225px;
	background: #efefef;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
	white-space: pre-line;
}

#iddiv_infolayer_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .70;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

#iddiv_infolayer {
	background-color: white;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	height: auto;
    max-height: 800px;
	/* padding: 10px; */
	position: absolute;
	width: 1250px;
	z-index: 1000;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#iddiv_infolayer_headertext {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 7px;
	float: left;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#iddiv_infolayer_header {
	height: 35px;
	background-color: #FF9900;
}

#idimg_infolayer_close {
	float: right;
	margin: 5px;
	cursor: pointer;
	cursor: hand;
}

#iddiv_infolayer_container {
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
    margin-bottom: 15px;
	font-size: 15px;
	width: 1220px;
	overflow-y: auto;
}

#idul_footer_navi {
	padding: 0;
	margin: 0;
	list-style: none;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

#idul_footer_navi li {
	display: inline-block;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

#idul_footer_navi a {
	text-decoration: none;
	color: black;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#iddiv_keinwerklager_text {
	margin: 20px auto;
	width: 100%;
	font-size: 19px;
	text-align: center;
}

.fl_r {
	float: right;
}

#idbtn_keinewerklager {
	margin-right: 15px;
	color: white;
	background-color: #FF9900;
	padding: 2px 5px;
	border-radius: 2px;
	height: 30px;
	width: 75px;
	font-weight: bold;
	border: 1px solid #e58900;
	font-size: 15px;
	cursor: pointer;
	cursor: hand;
}

.clsdiv_versandadressenlayer_label {
	float: left;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
}

.clsdiv_versandadressenlayer_input {
	float: left;
	margin-top: 2px;
}

.clsdiv_versandadressenlayer_input input {
	border-radius: 0;
	border: 0;
	padding-left: 5px;
	font-weight: normal;
	width: 167px;
	background: #fff;
}

.clsdiv_versandadressenlayer_input input:disabled {
	background: #e3e3e3;
}

.clsdiv_versandadressenlayer_zeile {
	height: 23px;
	line-height: 23px;
}

/* #idbtn_versandadresse_layer_speichern */

.layer_button_orange {
	color: white;
	background-color: #FF9900;
	padding: 2px 5px;
	border-radius: 2px;
	font-weight: bold;
	border: 1px solid #e58900;
	cursor: pointer;
	cursor: hand;
	margin-top: 15px;
}

.clsdiv_mengeaendernlayer_row {
	float: left;
	height: 35px;
	/* line-height: 26px; */
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #dedede;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	box-sizing: border-box;
}

.clsdiv_mengeaendernlayer_row_head {
	float: left;
	font-size: 14px;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 1px;
}

#iddiv_mengeaendern_layer_infotext {
	margin-bottom: 15px;
	font-size: 18px;
}

#idbtn_mengeaendern_layer {
	color: white;
	background-color: #FF9900;
	padding: 2px 5px;
	border-radius: 2px;
	font-weight: bold;
	border: 1px solid #e58900;
	cursor: pointer;
	cursor: hand;
	margin-top: -2px;
}

.clsimg_sprachschalter {
	margin-right: 3px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
}

/* {
	width:980px;
	margin:0 auto;
	background-color:#FF9900;
} */

.textfarben_grau {
	color: #333333;
	font-weight: bold;
}

#iddiv_global_header_container {
	width: 1280px;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 5px;
}

#iddiv_global_header_top {
	width: 1280px;
	position: relative;
}

#iddiv_global_header_cr {
	float: left;
	width: 33%;
}

#iddiv_global_header_mid {
	float: left;
	position: absolute;
	left: 17%;
}

#iddiv_global_header_lang {
	float: right;
}

#iddiv_global_main_container {
	width: 1280px;
	margin: 0 auto;
	/* background-color: #dddddd; */
	min-height: 400px;
	box-sizing: border-box;
	padding: 10px 30px;
}

#iddiv_global_footer_container {
	width: 1280px;
	margin: 0 auto;
	min-height: 20px;
	box-sizing: border-box;
	padding: 10px 30px;
}

.textfarbe_schwarz {
	color: black;
}

.textfarbe_schwarz b {
	color: black !important;
}

#iddiv_infolayermini {
	margin: 0 auto;
	width: 450px;
	height: 260px;
	background-color: white;
	z-index: 1001;
	position: absolute;
	left: calc(50% - 225px);
	top: 300px;
	box-shadow: 0px 0px 10px gray;
	border-radius: 4px;
}

#idimg_infolayermini_close {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
	cursor: hand;
}

#idimg_infolayermini_close_search {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
	cursor: hand;
}

#iddiv_infolayermini_header {
	background-color: #ff9900;
	height: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 15px;
	color: #fff;
	padding-left: 5px
}

#iddiv_infolayermini_header span {
	padding-top: 6px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

#iddiv_infolayermini_container {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	font-size: 18px;
}

#iddiv_infolayermini_container_sfont {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}

#iddiv_profillayer {
	margin: 0 auto;
	width: 550px;
	height: 400px;
	background-color: white;
	z-index: 1001;
	position: absolute;
	left: calc(50% - 275px);
	top: 200px;
	box-shadow: 0px 0px 10px gray;
	border-radius: 4px;
}

#iddiv_profillayer_header {
	background-color: #ff9900;
	height: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#iddiv_profillayer_container {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}

.clsspan_kontaktlayererror {
	color: red;
	display: none;
	font-weight: bold;
}

#idakontaktlayer {
	cursor: pointer;
	cursor: hand;
}

#iddivgesamtzusatzkostentoggle {
	display: none;
}

#iddiv_detaillayer_merkmale {
	margin-top: 10px;
}

.clsdiv_downloadzeile {
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 18px;
	border-bottom: 1px solid #aaaaaa;
	align-items: center;
	display: flex;
	min-height: 42px;
	gap: 42px;
}

/* .clsdiv_download_label {
	
} */

.clsdiv_download_icon {
	margin-left: auto;
	margin-right: 5px;
}

.clsdiv_download_icon a {
	cursor: pointer;
	cursor: hand;
}

.clsdiv_download_label {
	word-break: break-word;
}

#iddiv_anglogo_upload_inp {
	margin-top: 20px;
}

#iddiv_partnercontainer {
	/* width: 930px; */
	float: left;
	height: 250px;
	padding: 0px 10px 0px 10px;
	background-color: #f0f0f0;
	width: 1220px;
	margin-left: 15px;
	box-sizing: border-box;
}

#idbtn_partnerwaehlen {
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}

/* #iddiv_mchilfe_reifeintyp {float:left;width:17%;box-sizing:border-box;padding-left:75px;} */

/* #iddiv_mchilfe_reifeintyp {float:left;width:17%;box-sizing:border-box;padding-left:75px;} */

/* #iddiv_mchilfe_reifeintyp {float:left;width:17%;box-sizing:border-box;padding-left:75px;} */

/* #iddiv_mchilfe_reifeintyp {float:left;width:17%;box-sizing:border-box;padding-left:75px;} */

/* #iddiv_mchilfe_reifeintyp {float:left;width:17%;box-sizing:border-box;padding-left:75px;} */

/* .clsbtn_wewaehlen:hover{color:#FF9900;} */

.clsdiv_we {
	border-bottom: 1px solid #090909;
	width: 480px;
	box-sizing: border-box;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#iddiv_kundenlayer_wes {
	float: left;
	margin-left: 35px;
	margin-top: 15px;
	width: 500px;
	height: 295px;
	overflow-x: hidden;
	overflow-y: auto;
}

#iddivlayerkundeninfos {
	float: left;
}

.clsspan_kundenlayer_kdnr {
	display: block;
}

.clsspan_kundenlayer_name12 {
	display: block;
}

.clsspan_kundenlayer_strasse {
	display: block;
}

.clsspan_kundenlayer_plz_ort {
	display: block;
	float: left;
}

.clsbtn_wewaehlen {
	float: right;
	margin-right: 15px;
	color: white;
	background-color: #FF9900;
	padding: 2px 5px;
	border-radius: 2px;
	font-weight: bold;
	border: 1px solid #e58900;
	cursor: pointer;
	cursor: hand;
}

/* .clsbtn_wewaehlen { color: #000000;background-color: #ffffff; cursor:pointer;cursor:hand;} */

#iddiv_info {
	float: left;
	width: 590px;
	border: 1px solid lightgray;
	border-radius: 5px;
	margin-bottom: 1px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EAEAEA), color-stop(1, #FFFFFF));
	background: -moz-linear-gradient(top, #EAEAEA 5%, #FFFFFF 100%);
	background: -webkit-linear-gradient(top, #EAEAEA 5%, #FFFFFF 100%);
	background: -o-linear-gradient(top, #EAEAEA 5%, #FFFFFF 100%);
	background: -ms-linear-gradient(top, #EAEAEA 5%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #EAEAEA 5%, #FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#FFFFFF', GradientType=0);
	background-color: #EAEAEA;
	padding: 5px;
	/* margin-bottom:13px; */
	margin-top: 20px;
	margin-left: 20px;
	color: red;
	font-weight: bold;
	font-size: 12px;
}

#iddiv_partnerlayer_adresse {
	float: left;
}

#iddiv_partnerlayer_aktadresse {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #f0f0f0;
	padding: 10px;
	box-sizing: border-box;
	height: 275px;
	width: 395px;
}

#iddiv_partnerlayer_manadresse {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	background-color: #f0f0f0;
	padding: 10px;
	box-sizing: border-box;
	height: 275px;
	width: 395px;
}

.clsdiv_partnerrolle_name {
	flex-basis: 365px;
	display: flex;
	align-items: center;
	border-left: 1px solid #000 !important;
	flex-shrink: 0;
}

.clsdiv_partnerrolle_strasse {
	flex-basis: 250px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.clsdiv_partnerrolle_plz {
	flex-basis: 50px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.clsdiv_partnerrolle_ort {
	flex-basis: 270px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.clsdiv_partnerrolle_land {
	flex-basis: 50px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding-left: 5px;
}

#iddiv_partnerrollen_sortieren>div {
	border-right-color: #fff !important;
}

.clsdiv_partnerrolle_btn {
	display: flex;
	align-items: center;
	flex-basis: 215px;
	flex-shrink: 0;
	border-right-color: #000 !important;
}

.standard_we, .selected_we {
	color: #FF9900 !important;
}

#iddiv_partnercontainer_filter_reset {
	display: inline-block;
	margin-left: 10px;
}

#iddiv_partnercontainer_filter {
	margin-top: 10px;
	margin-left: 15px;
	width: 1220px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	padding: 10px;
}

#iddiv_partnercontainer_filter_name {
	display: inline-block;
}

#iddiv_partnercontainer_filter_plz {
	display: inline-block;
}

#iddiv_partnercontainer_filter_ort {
	display: inline-block;
}

#iddiv_partnercontainer_filter_btn {
	display: inline-block;
}

#iddiv_partnercontainer_scroll {
	height: 220px;
	overflow-y: auto;
}

#idbtn_partnerrolle_ma_uebernehmen {
	/* margin-top: 33px; */
	margin-top: 10px;
	height: 35px;
	margin-left: -10px;
	width: 395px;
}

#iddiv_madr_cee_text {
	margin-top: 10px;
	height: 39px;
	color: #f00;
	font-weight: bold;
	font-size: 12px;
}

#idbtn_stdla_waehlen {
	margin-top: 18px;
	height: 35px;
	margin-left: -10px;
	width: 400px;
}

.clsdiv_partnerlayer_adresse_ueberschrift {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #f90;
}

#iddiv_partnerlayer_vart {
	background-color: #f0f0f0;
	box-sizing: border-box;
	height: 116px;
	width: 400px;
	padding: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.btn {
	cursor: pointer;
	cursor: hand;
	background-color: #f90;
	border: 0;
	color: #ffffff;
	height: 25px;
	border-radius: 0;
}
.btn-blue {
	cursor: pointer;
	cursor: hand;
	background-color: #00305e;
	border: 0;
	color: #ffffff;
	height: 25px;
	border-radius: 0;
}
.btn:disabled {
	background: #a1a1a1;
	border: gray;
}

#idsel_standard_vart {
	width: 260px;
	font-weight: normal;
	background: #fff;
	display: inline-block;
}

#idinp_partnercontainer_filter_name {
	margin-left: 5px;
	margin-right: 15px;
	font-weight: normal;
	border-radius: 0;
	border: 0;
	padding-left: 5px;
}

#idinp_partnercontainer_filter_plz {
	margin-left: 5px;
	margin-right: 15px;
	font-weight: normal;
	border-radius: 0;
	border: 0;
	padding-left: 5px;
}

#idinp_partnercontainer_filter_ort {
	margin-left: 5px;
	margin-right: 15px;
	font-weight: normal;
	border-radius: 0;
	border: 0;
	padding-left: 5px;
}

.clsdiv_partnerrolle_filter {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	padding-left: 5px;
}

.clsdiv_partnerrolle_row {
	min-height: 30px;
	display: flex;
	/* line-height: 30px; */
}

.clsdiv_partnerrolle_row div {
	box-sizing: border-box;
	padding-left: 5px;
}

.partnertr1 {
	background-color: #f0f0f0;
}

.partnertr2 {
	background-color: #fff;
}

#iddiv_partnerrollen_sortieren {
	background: #335f7f;
	color: #fff;
	height: 25px;
	display: flex;
	border-top: 1px solid #000;
}

#iddiv_partnerrollen_sortieren>div, .clsdiv_partnerrolle_row>div {
	border: 1px solid #000;
	border-top: 0;
	border-left: 0;
	box-sizing: border-box;
}

#iddiv_partnerrollen_stdwe {
	background-color: #f0f0f0;
	box-sizing: border-box;
	height: 132px;
	width: 400px;
	padding: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
}

#iddiv_partnerlayer_stdreset {
	position: absolute;
	top: 30px;
	right: 10px;
	background: #072f59;
	font-weight: bold;
}

#iddiv_partnerrollen_stdwe div {
	height: 15px;
	width: 100%;
}

#idbtn_partnerrollenlayer_schliessen {
	float: right;
	margin-right: 15px;
	/* margin-top: 13px; */
	margin-top: 305px;
}

#idbtn_vart_reset {
	/* margin-top: 10px; */
	background: #072f59;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

.clsbtn_lieferadresse_disabled {
	color: #717171;
	background: #cccccc;
	border: 0;
}

#iddiv_wkleeren_ja, #iddiv_wkleeren_nein {
	color: white;
	background-color: #FF9900;
	padding: 2px 5px;
	border-radius: 2px;
	font-weight: bold;
	border: 1px solid #e58900;
	cursor: pointer;
	cursor: hand;
	margin-top: 15px;
	width: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
}

#idimg_warenkorbleeren_abfrage {
	cursor: pointer;
	cursor: hand;
}

#iddiv_versandlayer_lieferadresse {
	float: right;
	margin-left: 10px;
	background: #efefef;
	padding: 5px;
	box-sizing: border-box;
	height: 120px;
	width: 230px;
}

#iddiv_versandlayer_laaendern {
	float: left;
	margin-top: 12px;
	height: 30px;
	margin-left: -5px;
	width: 228px;
	text-align: center;
	line-height: 29px;
	background: #ff9900;
	border-radius: 0px;
	border: 0px;
}

.clsdiv_versandlayer_laaendern_disabled {
	color: #717171;
	background: #cccccc !important;
}

.clsbtn_partnerrolle_btn_waehlen {
	width: 52px;
	font-size: 11px;
	background: #072f59;
	color: #fff;
	font-weight: bold;
	height: 25px;
}

.clsbtn_partnerrolle_btn_std {
	width: 140px;
	font-size: 11px;
	background: #072f59;
	color: #fff;
	font-weight: bold;
	height: 25px;
	margin-left: 3px;
}

.clsdiv_stdvart_text {
	color: #ff9900 !important;
}

#iddiv_preisaufanfrage_info {
	display: none;
	position: absolute;
	border: 1px solid #aeaeae;
	color: #333333;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 5px;
	border-radius: 2px;
	width: 288px;
	height: 145px;
}

.clsdiv_preisaufanfrage {
	position: relative;
}

#iddiv_preisaufanfrage_info_head {
	font-size: 20px;
}

.clsdiv_preisaufanfrage_pos {
	float: left;
	width: 100px;
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
}

.clsdiv_preisaufanfrage_tel {
	float: left;
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
}

#iddiv_aufanfrage_bottext {
	font-size: 13px;
	margin-top: 5px;
}

#iddiv_profil_passwdinfotext {
	font-size: 17px;
	margin-bottom: 10px
}

#iddiv_passaenderung_fehler {
	color: #c30b0b;
	font-size: 15px;
	height: 21px;
	font-weight: bold;
}

.clsimg_login_logo {
	width: 210px;
	margin-top: 10px;
}

#iddiv_login_logo_links {
	display: inline-block;
	float: left;
	margin-left: 65px;
}

#iddiv_login_logo_rechts {
	display: inline-block;
	float: right;
	margin-right: 65px;
}

#iddiv_login_links {
	width: 660px;
	height: 342px;
	float: left;
	background-image: url('./images/login/lager_laufband_login.jpg');
}

#iddiv_login_rechts {
	float: left;
}

#iddiv_loginmain {
	margin: 25px auto;
	width: 660px;
}

#iddiv_login_form_container {
	width: 250px;
	margin: 35px auto;
}

#iddiv_login_form_container form {
	width: 200px;
	margin: 0 auto;
}

#iddiv_login_head_text {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.clslogin_label {
	font-size: 12px;
	font-weight: bold;
}

.clslogin_row {
	margin-bottom: 10px;
}

.clslogin_row button {
	background-color: #f29200;
	color: #ffffff;
	border: 0;
	font-size: 14px;
	font-weight: bold;
}

#idimg_login_pfeil {
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}

#idspan_login_button {
	margin-left: 5px;
	margin-top: 2px;
	float: left;
}

.clslogin_row a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#idimg_footer_partner {
	width: 50px;
	height: 50px;
}

#iddiv_footer_rechts {
	float: right;
	padding-right: 10px;
	box-sizing: border-box;
}

#iddiv_footer_links {
	float: left;
}

#iddiv_scart_zusatzinfo_rueckgabe, #iddiv_scart_zusatzinfo_reifenalter {
	width: 700px;
	color: #333333;
	font-size: 12px;
	margin-bottom: 15px;
}

#iddiv_scart_zusatzinfo_head, #iddiv_scart_zusatzinfo_head {
	font-weight: bold;
	font-size: 13px;
}

#alinktoggleschalter {
	cursor: pointer;
	cursor: hand;
}

#iddiv_login_sprachschalter {
	display: flex;
	justify-content: end;
	align-items: center;
}

.clsdiv_versandlayer_lieferadresse_row {
	height: 15px;
}

#idspan_footersondertext a {
	color: #ff9900 !important;
}

#idul_login_links {
	list-style: none;
	padding: 0;
	width: 650px;
	margin: 0 auto;
	margin-top: 0px;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

#idul_login_links li {
	float: left;
}

#idul_login_links li a {
	font-size: 14px;
}

/* ------------------------------------------------   Slider  -------------------------------------------------------------------------------------- */

#iddiv_info_text {
	width: 980px;
	margin: 40px auto;
	color: #fff;
	font-size: 19px;
}

#iddiv_info_download_pdf a {
	color: blue;
	font-size: 19px;
}

#iddiv_info_download_pdf {
	width: 980px;
	margin: 40px auto;
	color: blue;
	font-size: 19px;
}

.sonderartikel_rpa {
	/* background: #ec5c5c !important; */
	background: #ff9e9e !important;
}

#iddiv_angebote_lissi_table_head {
	background: #f29200;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
	font-size: 20px;
}

.clsdiv_lissi_angebote_table_row:nth-child(odd) {
	background: #fff;
	color: #000;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

.clsdiv_lissi_angebote_table_row:nth-child(even) {
	background: #d2d2d2;
	color: #000;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

.clsdiv_lissi_angebote_table_row {
	border-bottom: 1px solid #aaaaaa;
}

.clsdiv_lissi_angebote_table_row a {
	color: #000 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: normal !important;
}

.floatright {
	float: right;
}

.clsdiv_lissi_angebote_table_row_height {
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}

#iddiv_registrierung {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	/* padding: 10px; */
	background: url('images/IHLE_tires_Neukunden.jpg');
	color: #fff;
	margin-bottom: 50px;
}

#id_regform {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.clsdiv_row {
	display: flex;
	flex-direction: row;
	min-height: 23px;
}

#iddiv_unternehmen1 .clsdiv_label {
	width: 265px;
}

#iddiv_unternehmen1 {
	width: 423px;
}

#iddiv_unternehmen2 {
	width: 535px;
}

#iddiv_unternehmen2 .clsdiv_label {
	width: 180px;
}

.clsdiv_row_inline {
	display: flex;
	flex-direction: row;
	margin-right: 10px;
	align-items: center;
}

select.pflichtfeld[name="land"] {
	width: 93px;
}

.clsdiv_row_inline .clsdiv_label {
	width: 65px !important;
}

#iddiv_unternehmen2 .clsdiv_row_inline .clsdiv_wert input {
	width: 100px;
	box-sizing: border-box;
}

#iddiv_unternehmen1 input {
	width: 140px;
	box-sizing: border-box;
}

#iddiv_unternehmen2 input {
	width: 100px;
	box-sizing: border-box;
}

#idspan_newsletter_head {
	width: 267px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}

#idspan_newslettertext {
	font-size: 11px;
	width: 430px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

#idspan_newslettertext_klein {
	display: block;
	font-size: 9px;
	margin-left: 32px;
	margin-top: 6px;
	width: 420px;
}

#iddiv_newsletter {
	margin-top: 30px;
}

#idinp_rechtsform {
	width: 348px !important;
}

#idinp_geschaeftsform {
	width: 348px !important;
}

#idinp_emailadresse {
	width: 348px !important;
}

#iddiv_sepa {
	margin-top: 30px;
	width: 100%;
}

#iddiv_zahlungsweise_head {
	font-size: 15px;
	font-weight: bold;
}

#iddiv_zahlungsweise_info {
	margin-top: 10px;
	margin-bottom: 10px;
}

#iddiv_sepa .clsdiv_label {
	width: 150px !important;
}

#iddiv_zahlungsweise_einverstaendnis {
	margin-top: 10px;
}

#iddiv_rechnungserhalt {
	margin-top: 30px;
}

#iddiv_rechnungserhalt_head {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#iddiv_rechnungserhalt .clsdiv_label {
	width: 200px;
}

#iddiv_rechnungserhalt input[type="checkbox"] {
	margin-left: 0;
}

#iddiv_rechtlicherhinweis {
	margin-bottom: 20px;
	margin-top: 20px;
}

#iddiv_captcha {
	flex-basis: 100%;
}

#iddiv_absenden_register {
	margin-top: 20px;
}

#idbtn_zurihlewebsite {
	background: #ed860f;
	border: 0;
	color: #fff;
	margin-top: 20px;
	padding: 6px;
	font-size: 17px;
	font-weight: bold;
}

#idbtn_register_abschicken {
	background: #ed860f;
	border: 0;
	color: #fff;
	padding: 6px;
	font-size: 17px;
	font-weight: bold;
}

.clsspan_pflichtfeld {
	color: #ed860f;
	margin-left: 3px;
}

#iddiv_sepa input[type='file'] {
	width: 275px;
	box-sizing: border-box;
}

#iddiv_sepa input[type='file'] {
	color: #ffffff;
}

.cbxcontainer {
	position: relative;
	/* margin-right: 10px; */
}

.cbxcontainer input[type="checkbox"] {
	opacity: 0;
	/* height: 0;
    width: 0; */
	cursor: pointer;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.cbxcontainer input[type="checkbox"]:checked~.checkmark:after {
	display: block;
}

.cbxcontainer input[type="checkbox"]:checked~.checkmark {
	background-color: #fff;
}

.cbxcontainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #383838;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	cursor: pointer;
	border: 1px solid #777;
}

#idspan_footersondertext {
	display: inline-block;
	width: 900px;
	margin-bottom: 10px;
}

.dib {
	display: inline-block;
}

#iddiv_profil_felgenmarken {
	float: right;
	margin-right: 10px;
}

#zusatz_area {
	width: 100%;
	box-sizing: border-box;
	resize: none;
	padding: 5px;
	border: 0;
	background: #efefef;
}

.clsdiv_ergtab_uvppreis {
	/* flex-basis: 117px; */
	flex-basis: 162px;
	text-align: center;
}

.uvp_text {
	color: #000000;
	font-size: 9px;
}

#iddiv_aktionsartikel_mouseover {
	position: absolute;
	left: calc(50% - 315px);
	display: none;
	opacity: 0.8;
	border: 1px solid #a3a3a3;
}

.clsradio_preisschalter {
	vertical-align: middle;
	margin: 0px 5px;
}

.preis_auswahl {
	vertical-align: middle;
}

.clschk_preisschalter {
	margin: 0;
	vertical-align: middle;
}

#loader {
	border-top: 10px solid #b0b0b0;
	border-left: 10px solid#ed8610;
	border-right: 10px solid#ed8610;
	border-bottom: 10px solid #ed8610;
	position: absolute;
	width: 50px;
	height: 50px;
	left: calc(50% - 50px);
	top: 350px;
	border-radius: 50%;
	animation: spin 1s infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	/* 50% {
		transform: rotate(180deg);
	} */
	100% {
		transform: rotate(360deg);
	}
}

.clsdiv_aktionsartikel_mouseover img {
	/* width: 40px; */
	width: 30px;
}

.clsdiv_ergtab_deal {
	/* flex-basis: 4%; */
	flex-basis: 3%;
	text-align: center;
	flex-shrink: 0;
	padding-left: 0 !important;
}

/* .TABHEADERTEXT.clsdiv_ergtab_kbpreis,
.TABHEADERTEXT.clsdiv_ergtab_artikel,
.TABHEADERTEXT.clsdiv_ergtab_profil,
.TABHEADERTEXT.clsdiv_ergtab_deal,
.TABHEADERTEXT.clsdiv_ergtab_lieferzeit,
.TABHEADERTEXT.clsdiv_ergtab_hersteller,
.TABHEADERTEXT.clsdiv_ergtab_bestand,
.TABHEADERTEXT.clsdiv_ergtab_label,
.TABHEADERTEXT.clsdiv_ergtab_nettopreis,
.TABHEADERTEXT.clsdiv_ergtab_vkpreis,
.TABHEADERTEXT.clsdiv_ergtab_menge {
	display: flex;
	line-height: initial !important;
	justify-content: center;
	align-items: center;
	align-self: stretch;
} */

#iddiv_pwhash_layer_head {
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: underline;
	font-size: 20px;
	margin-bottom: 30px;
}

#iddiv_pwhash_layer_block_links {
	margin-left: 10px;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}

#iddiv_pwhash_layer_block_links b {
	font-size: 13px;
	margin-bottom: 3px;
}

.clsdiv_pwhash_layer_textblock {
	min-height: 18px;
}

#iddiv_pwhash_layer_benutzerdaten {
	margin-top: 30px;
}

.clsdiv_pwhash_layer_label, .clsdiv_pwhash_layer_wert {
	display: inline-block;
}

.clsdiv_pwhash_layer_label {
	width: 130px;
}

#iddiv_pwhash_layer_passwortstatus {
	display: inline-block;
	width: 220px;
	margin-left: 5px;
	vertical-align: middle;
}

#iddiv_pwhash_layer_passwort_generieren {
	display: inline-block;
}

#iddiv_pwhash_layer_passwort_generieren {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	background: #f90;
	color: #fff;
	border: 1px solid #a26c1b;
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

#idbtn_close_pwhash {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	background: #f90;
	color: #fff;
	border: 1px solid #a26c1b;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 20px;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

#iddiv_pwhash_passwort_speichern {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	background: #f90;
	color: #fff;
	border: 1px solid #a26c1b;
	cursor: pointer;
	margin-top: 30px;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

#iddiv_pwhash_passwort_anzeigen {
	display: inline-block;
	line-height: 19px;
	vertical-align: text-bottom;
}

#iddiv_pwhash_layer_block_rechts {
	vertical-align: top;
	display: inline-block;
	background: #dedede;
	padding: 10px;
	text-align: center;
	margin-left: 50px;
}

#iddiv_pwhash_layer_aenderung_text1 {
	font-size: 16px;
}

#iddiv_pwhash_layer_aenderung_text2 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#iddiv_pwhash_layer_block_unten {
	margin-left: 10px;
	margin-top: 40px;
	font-size: 13px;
}

#iddiv_pwhash_weiter_ohne_aenderung {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	background: #f90;
	color: #fff;
	border: 1px solid #a26c1b;
	cursor: pointer;
	margin-top: 15px;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

#idbtn_bankdatei_hochladen {
	background: #ed860f;
	border: 0;
	color: #fff;
	/* padding: 6px; */
	font-weight: bold;
}

#iddiv_uploadedfile {
	break-before: left;
	margin-top: 5px;
	background: #fff;
	color: #000;
	height: 24px;
}

#idimg_delfile {
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

#iddiv_uploadedfile span {
	/* margin-top: 5px; */
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

#idbtb_login_button_regsiter {
	background: #ed860f;
	border: 0;
	color: #fff !important;
	padding: 6px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding-left: 35px;
}

#idbtb_login_button_regsiter::before {
	background-image: url('./images/login/login_pfeil.png');
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	z-index: 1;
	transform: rotate(180deg);
	top: 4px;
	left: 5px;
	height: 24px;
	width: 24px;
}

#iddiv_pflichtfeldtext {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.cls_white_text {
	color: #ffffff;
}

.clsimg_search_info {
	width: 14px;
	background: #f90 !important;
	border-radius: 50% !important;
}

.clsimg_search_vip {
	width: 20px;
	/* margin-top: 1px;*/
}

.clsimg_search_vip_container {
	height: 20px;
	width: 20px;
}

#iddiv_carousel {
	float: left;
	/* margin-left: 5px;
	margin-top: 5px; */
	font-size: 15px;
	margin-left: 15px;
}

.coctdkombi1, .coctdkombi2 {
	color: #000000;
	font-size: 10pt;
	font-weight: Bold;
}

.coctdkombi1 {
	background: #a3a3a3 !important;
}

.coctdkombi2 {
	background: #f0f0f0 !important;
}

#iddiv_global_header_mitte {
	margin-bottom: 20px;
}

.clsdiv_ergtab_lieferzeit, .clsdiv_ergtab_bestand {
	flex-wrap: wrap;
}

#iddiv_carousel_container {
	display: flex;
	justify-content: space-evenly;
	padding-top: 10px;
	background: #efefef;
	padding-bottom: 10px;
}

.clsdiv_carousel {
	font-size: 17px;
	padding: 5px 20px;
	background: #ff9900;
	color: #fff;
}

.clsdiv_carsousel_akt {
	background: #072f59;
}

.clsimg_carsoul_icon {
	height: 17px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}

#idspan_warenkorbposanz {
	margin-left: 3px;
}

#iddiv_coc_bestandshinweis {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 13px;
}


.coc-hinweis-box {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	/* font-size: 13px; */
  /* padding: 2px; */
}
.coc-hinweis-box-saisonal {
	font-size: 13px; 
	font-weight: bold;
}
.coc-hinweis-box-speed {
	font-size: 10px; 
	font-weight: normal;
}
.coc-row-f-click {
	cursor:pointer;
}
.coc-row-r-click {
	cursor:pointer;
}
.coc-row-highlight {
	background: rgba(0, 0, 0, 0.2) !important;
}
#iddiv_passwortvergessen_expires_dialog {
	color: #ffffff;
	font-size: 14px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#iddiv_registrierung_sprachschalter {
	display: inline-block;
	float: right;
}

#iddiv_newsletter_opt_in {
	width: 1280px;
	margin: 0 auto;
}

#iddiv_rechnungserhalt_text_oben {
	margin-bottom: 15px;
}

#iddiv_rechnungserhalt_text_unten {
	margin-top: 10px;
	margin-bottom: 15px;
}

#iddiv_mailoptin_titel {
	margin-top: 10px;
	font-size: 13px;
	margin-bottom: 15px;
}

.clsdiv_mailoptin_row {
	font-size: 13px;
	line-height: 18px;
}

.clsimg_suche_labelicon {
	width: 20px;
	vertical-align: middle;
	margin-left: 3px;
}

.clsimg_scart_labelicon {
	width: 20px;
	vertical-align: middle;
	margin-left: 3px;
}

.clsimg_scart_artikeldetails {
	cursor: pointer;
}

.clstbl_angebot_position_artikel thead {
	background: #000;
}

.clstbl_angebot_dienstl_artikel thead {
	background: #000;
}

.clstbl_angebot_dienstl_artikel tbody td {
	background: #f0f0f0;
	color: #000;
}

.clstbl_angebot_textpos_artikel thead {
	background: #000;
}

.clstbl_angebot_textpos_artikel tbody td {
	background: #f0f0f0;
	color: #000;
}

.clstbl_angebot_position_label thead {
	background: #000;
}

.clstbl_angebot_position_artikel tbody td {
	background: #f0f0f0;
	color: #000;
}

.clstbl_angebot_position_label tbody td {
	background: #f0f0f0;
	color: #000;
}

#iddiv_layer_angebot {
	box-sizing: border-box;
	padding: 15px;
}

#iddiv_layer_angebot_head {
	display: flex;
	justify-content: space-between;
}

#iddiv_layer_angebot_head_firmenname {
	font-size: 20px;
	font-weight: bold;
	color: #f90;
}

.clsdiv_angebot_head_kundendaten_row {
	height: 17px;
	font-size: 14px;
}

#iddiv_layer_angebot_head_kundendaten {
	flex-basis: 250px;
}

.clsdiv_layer_angebot_adressblock_row {
	height: 22px;
	margin-bottom: 3px;
}

#idinp_angebot_name1 {
	width: 170px;
	background-color: #f0f0f0;
}

#idinp_angebot_name2 {
	width: 170px;
	background-color: #f0f0f0;
}

#idinp_angebot_strasse {
	width: 170px;
	background-color: #f0f0f0;
}

#idinp_angebot_plz {
	width: 51px;
	margin-right: 3px;
	background-color: #f0f0f0;
}

#idinp_angebot_ort {
	width: 116px;
	background-color: #f0f0f0;
}

#iddiv_layer_angebot_adresse {
	display: flex;
	justify-content: space-between;
}

#iddiv_angebot_adresse_kennz {
	width: 250px;
	margin-top: 15px;
	font-size: 14px;
}

#idinp_angebot_kennzeichen {
	margin-left: 3px;
	width: 100px;
	background: #f0f0f0;
}

.clsdiv_layer_angebot_adresse_kennz_row {
	height: 20px;
}

#iddiv_layer_angebot_angebotsnr {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11px;
}

.clstbl_angebot_position_artikel {
	margin-bottom: 5px;
	width: 850px;
}

.clstbl_angebot_position_artikel, .clstbl_angebot_position_label, .clstbl_angebot_dienstl_artikel, .clstbl_angebot_textpos_artikel {
	border-collapse: collapse;
}

.clstbl_angebot_position_label {
	margin-bottom: 15px;
}

.clsinp_angebot_position_menge {
	width: 25px;
}

.clsinp_angebot_position_preis {
	width: 55px;
}

.clsdiv_angebot_position_table {
	max-height: 220px;
	overflow: auto;
	margin-bottom: 20px;
	width: 875px;
	display: inline-block;
}

.clsinp_angebot_dienstl_menge {
	width: 25px;
}

.clsinp_angebot_dienstl_preis {
	width: 55px;
}

#idinp_angebot_textpos_menge {
	width: 25px;
}

#idinp_angebot_textpos_preis {
	width: 55px;
}

.clsdiv_angebot_dienstl_row {
	margin-bottom: 20px;
}

.clsdiv_angebot_textpos_table {
	margin-bottom: 20px;
}

#idinp_angebot_email {
	width: 170px;
	background-color: #f0f0f0;
}

#idinp_angebot_telefonnr {
	width: 170px;
	background-color: #f0f0f0;
}

.clsimg_searchang {
	display: inline-block;
	margin-top: 3px;
	cursor: pointer;
	text-decoration: underline;
	width: 19px;
	/* height: 16px; */
}

.clsbtn_del_angpos {
	height: 17px;
	cursor: pointer;
}

#idbtn_angebot_pdf_erstellen_mehr_artikel, #idbtn_angebot_pdf_erstellen_ein_artikel, #idbtn_angebot_speichern {
	height: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
	background-color: #f90;
	border: 0;
	color: #ffffff;
	border-radius: 0;
}

#idinp_angebot_fusstext_1, #idinp_angebot_fusstext_2, #idinp_angebot_fusstext_3 {
	width: 300px;
	margin-right: 3px;
	margin-bottom: 3px;
	background: #f0f0f0;
}

#idimg_angebote_clear_fusstext1, #idimg_angebote_clear_fusstext2, #idimg_angebote_clear_fusstext3 {
	vertical-align: sub;
	margin-right: 3px;
}

#idtxt_angebot_freitext {
	resize: none;
	height: 80px;
	width: 500px;
}

.clsdiv_ergtab_angebot {
	color: #000;
	text-decoration: underline;
	padding-left: 0 !important;
	text-align: center;
	flex-basis: 3%;
}

#iddiv_angebot_btn_neuer_artikel {
	display: inline-block;
	vertical-align: top;
}

#idbtn_angebot_neuer_artikel {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #f90;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	margin-left: 3px;
}

.clstbl_angebot_position_artikel thead tr th, .clstbl_angebot_position_label thead tr th, .clstbl_angebot_textpos_artikel thead tr th, .clstbl_angebot_dienstl_artikel thead tr th {
	font-size: 11px !important;
}

#iddivmodallayercookie_header {
	color: #00305f;
	font-size: 40px;
	margin-bottom: 20px;
}

#iddiv_cookie_toptext {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}

#ida_cookie_datenschutzhinweise {
	color: #f39200;
	font-size: 15px;
}

#iddiv_cookie_allen_zustimmen {
	cursor: pointer;
	font-size: 17px;
	box-sizing: border-box;
	padding: 17px 76px 17px 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	background: #f39200;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
}

.clsdiv_cookie_box {
	min-height: 75px;
	margin-bottom: 10px;
}

#ida_cookie_save {
	color: #f39200;
	font-size: 17px;
	text-decoration: underline;
	cursor: pointer;
}

.clsdiv_cookie_box_name {
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
}

.clsdiv_cookie_box_text {
	margin-top: 5px;
	font-size: 11px;
	line-height: 17px;
}

.clsdiv_cookie_box_zeit {
	color: #777;
	margin-left: 37px;
}

#idbcbx_technische_cookies, #idbcbx_goo_capt, #idbcbx_sicherheit, #idbcbx_analyse {
	width: 27px;
	margin: 0;
}

#iddiv_bottom_text {
	margin-top: 20px;
}

#iddiv_cookie_boxen {
	min-height: 370px;
}

#iddiv_cookie_einstellungen_gespeichert {
	height: 350px;
	width: 100%;
	background: #f39200;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
}

#iddiv_popup {
	display: none;
	background: #fff;
	position: absolute;
	top: 120px;
	left: calc(50% - 391px);
	width: 783px;
	padding: 40px;
	z-index: 10000;
	box-shadow: 0px 0px 3px #666;
	border: 5px solid #ff9900;
	box-sizing: border-box;
}

#iddiv_popup_close {
	position: absolute;
	right: 0px;
	top: 0px;
	/* right: 5px;
    top: -55px; */
	cursor: pointer;
}

#idimg_popup_image {
	max-width: 100%;
}

#idimg_popup_icon {
	width: 100%;
}

#iddiv_popup_close img {
	width: 40px;
}

#iddiv_registrierung_rueckruf_text2 {
	margin-top: 10px;
}

#iddiv_registrierung_rueckruf_container_2 .clsdiv_label {
	width: 265px;
}

#iddiv_registrierung_rueckruf_fields {
	margin-top: 20px;
}

#idbtb_rueckruf_mail {
	background: #ed860f;
	border: 0;
	color: #fff !important;
	padding: 6px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	padding-left: 35px;
	width: 195px;
}

#idbtb_rueckruf_mail::before {
	background-image: url('./images/phone.png');
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	z-index: 1;
	/* top: 4px; */
	top: calc(50% - 12px);
	left: 5px;
	height: 24px;
	width: 24px;
}

#iddiv_spacer {
	height: 10px;
}

#iddiv_layer_angebot_dsgvo_text {
	width: 630px;
	color: #fff;
	font-weight: bold;
	margin-left: -30px;
	background-color: #7f97ae;
	box-sizing: border-box;
	padding: 10px;
}

#iddiv_registrierung_form {
	padding: 10px;
}

#dividrueckruf_container_inline {
	padding: 10px;
}

#dividrueckruf_container_inline {
	background-color: #272727;
}

.clsa_colorred {
	color: #ed860f !important;
}

#iddiv_header_inner_menu_opener {
	display: none;
}

#iddiv_header_inner_menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 3000;
}

hr {
	margin-bottom: 0;
	margin-top: 0;
	box-sizing: border-box;
}

#iddiv_header_outer {
	width: 100%;
	border-bottom: 5px solid #ff9900;
	background: #fff;
}

#iddiv_header_inner {
	background: #fff;
	width: 1280px;
	margin: 0 auto;
	display: flex;
	padding: 7px 30px;
	box-sizing: border-box;
	justify-content: space-between;
	flex-wrap: wrap;
}

#iddiv_header_inner_titel {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	align-self: center;
	flex-basis: 635px;
	text-align: center;
}

#iddiv_header_inner_sprache {
	align-self: center;
	flex-basis: 100px;
	text-align: right;
}

#iddiv_header_inner_wklink {
	align-self: center;
	text-align: center;
	position: relative;
	flex-basis: 100px;
	/* text-align: right; */
}
#iddiv_header_inner_wklink img {
	width:40px;
}

#idspan_warenkorbmenge {
    position: absolute;
    background: #595959;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
	font-size: 14px;
	top: -5px;
	right: 20px;
}

.clsimg_sprachschalter {
	height: 30px;
	width: 30px;
}

#iddiv_header_inner_logo {
	flex-basis: 295px;
}

#iddiv_footer_outer {
	border-top: 5px solid #ed860f;
	background: #00305e;
	height: 140px;
	width: 100%;
}

#iddiv_footer_inner {
	width: 1280px;
	margin: 0 auto;
	color: #fff;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	display: flex;
}

#idul_footer_navi li, #idul_footer_navi a {
	color: #fff;
	font-size: 1.2rem;
}

#iddiv_header_inner_desktoplinks {
	flex-basis: 100%;
	margin-top: 7px;
	color: #333;
	display: flex;
}

#iddiv_header_inner_desktoplinks a {
	color: #333;
	font-size: 15px;
	margin-right: 10px;
}

select {
	background: #f0f0f0;
	border: 0;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 0px;
}

#iddiv_modallayer_details_kopf {
	display: flex;
	flex-wrap: wrap;
	width: 1250px;
	box-sizing: border-box;
	padding: 10px 15px;
}

#iddiv_modallayer_details_kopf_bild {
	flex-basis: 250px;
	flex-grow: 0;
	flex-shrink: 1;
}

#iddiv_modallayer_details_kopf_infos {
	flex-basis: 710px;
	flex-grow: 1;
	flex-shrink: 0;
}

.clsdiv_modallayer_details_kopf_row_artikel {
	flex-basis: 200px;
	flex-grow: 0;
	flex-shrink: 0;
	padding-left: 5px;
	box-sizing: border-box;
	border: 1px solid #000;
	line-height: 23px;
	border-right: 0px;
}

.clsdiv_modallayer_details_kopf_row_profil {
	flex-basis: 200px;
	flex-grow: 1;
	flex-shrink: 0;
	padding-left: 5px;
	box-sizing: border-box;
	border: 1px solid #000;
	line-height: 23px;
	border-right: 0px;
}

.clsdiv_modallayer_details_kopf_row_ean {
	flex-basis: 60px;
	flex-grow: 1;
	flex-shrink: 0;
	padding-left: 5px;
	box-sizing: border-box;
	border: 1px solid #000;
	line-height: 23px;
	border-right: 0px;
}

.clsdiv_modallayer_details_kopf_row_han {
	flex-basis: 60px;
	flex-grow: 1;
	flex-shrink: 0;
	padding-left: 5px;
	box-sizing: border-box;
	border: 1px solid #000;
	line-height: 23px;
}

.clsdiv_modallayer_details_kopf_row {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	height: 25px;
	align-items: stretch;
	background: #efefef;
}

.clsdiv_modallayer_tbl_head, #iddiv_detaillayer_merkmale_head {
	background: #335f7f;
	color: #fff;
}

#iddiv_detaillayer_merkmale_head {
	height: 25px;
	font-size: 14px;
	padding-left: 5px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-bottom: 0;
	display: flex;
	align-items: center;
}

#iddiv_detaillayer_merkmale_container {
	background: #efefef;
	display: flex;
	padding: 5px;
	border: 1px solid #000;
}

.clsdiv_modallayer_tbl_head>.clsdiv_modallayer_details_kopf_row_artikel,
.clsdiv_modallayer_tbl_head>.clsdiv_modallayer_details_kopf_row_profil,
.clsdiv_modallayer_tbl_head>.clsdiv_modallayer_details_kopf_row_ean,
.clsdiv_modallayer_tbl_head>.clsdiv_modallayer_details_kopf_row_han {
	border-bottom: 0px;
}

#iddiv_modallayer_details_kopf_infos_artikel {
	width: 720px;
}

#iddiv_modallayer_details_kopf_infos_merkmale {
	width: 720px;
}

#iddiv_detaillayer_beschreibung {
	width: 1250px;
	box-sizing: border-box;
	padding: 10px 15px;
}

#iddiv_detaillayer_beschreibung_head {
	font-size: 18px;
	margin-bottom: 5px;
}

.clsdiv_preis_buttons_container{
    flex-direction: row;
      display: flex; 
}

#iddiv_artikeldetails_label {
	margin-left: 15px;
	display: inline-flex;
	flex-direction: row;
	width: 820px;
    margin-right: 70px;

}

#iddiv_artikeldetails_label_tbl_head {
	background: #f90;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}

.clsiv_artikeldetails_label_tbl_row {
	display: flex;
}

.clsiv_artikeldetails_label_tbl_wert {
	flex-basis: 50%;
	padding: 5px;
	box-sizing: border-box;
	font-size: 13px;
	background: #efefef;
	flex-grow: 1;
}

.clsiv_artikeldetails_label_tbl_label {
	flex-basis: 175px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 13px;
	background: #efefef;
}

.clsiv_artikeldetails_label_tbl_label_gprs {
	padding: 5px;
	box-sizing: border-box;
	font-size: 13px;
    background: #efefef;
    width: 100%;    
}

.clsiv_artikeldetails_label_tbl_wert>a {
	color: #000;
	font-size: 13px;
}

#iddiv_artikeldetails_label_tbl {
	flex-basis: 440px;
	flex-shrink: 0;
	flex-grow: 1;
}

#iddiv_artikeldetails_label_bild {
	flex-basis: 120px;
	flex-shrink: 0;
}

#inppreis {
	background: #efefef;
	font-size: 16px;
	width: 90px;
}

#iddiv_detaillayer_buttons {
	display: inline-flex;
}

#iddiv_artikeldetails_gprs {
	margin-left: 15px;
	display: inline-flex;
	flex-direction: row;
    width: 700px;
    margin-top: 15px;
}

/* #iddiv_artikeldetails_gprs .clsiv_artikeldetails_label_tbl_row {
    border-bottom: 1px solid #fefefe;
} */

#iddiv_modallayer_details_kopf_infos_hersteller img {
    max-width: 240px;
      height: auto;
}

.clsdiv_artikeldetails_gprs_address_container {
    display: flex;
    flex-direction: row;
}
.clsdiv_artikeldetails_gprs_address {
    flex: 1;
}

.clsdiv_detaillayer_beschreibung_box {
    text-align: justify;
    font-size: 14px;
    white-space: pre-wrap;
    max-height: 250px;
    overflow-y: scroll;
    background-color: #efefef;
    padding: 11px 7px;
}


#iddiv_detaillayer_buttons input {
	width: 180px;
	box-sizing: border-box;
	background: #072f59;
	color: #fff;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

#iddiv_detaillayer_buttons {
	display: inline-flex;
	margin-left: 30px;
}

#idbtn_angebotstart {
	background: #ff9900 !important;
}

#iddiv_coclayer_fahrzeugdaten {
	padding: 10px 15px;
	box-sizing: border-box;
	display: flex;
}

.clsdiv_coclayer_fahrzeugdaten_row {
	display: flex;
	height: 20px;
	align-items: center;
}

.clsdiv_coclayer_fahrzeugdaten_label {
	flex-basis: 275px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: bold;
}

.clsdiv_coclayer_fahrzeugdaten_wert {
	flex-basis: 250px;
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 14px;
}

#iddiv_coclayer_fahrzeugdaten_1, #iddiv_coclayer_fahrzeugdaten_2 {
	flex-basis: 450px;
	flex-shrink: 0;
}

.clsdiv_coctable_row {
	display: flex;
	align-items: stretch;
	text-align: center;			
}

.clsdiv_coctable_achse {
	flex-basis: 120px;
}

.clsdiv_coctable_rspeed {
	flex-basis: 80px;
}

.clsdiv_coctable_rload {
	flex-basis: 80px;
}

.clsdiv_coctable_saison {
	flex-basis: 210px;
	border-right: 1px solid #000;
}

.clsdiv_coctable_rzoll {
	flex-basis: 100px;
}

.clsdiv_coctable_rquer {
	flex-basis: 100px;
}

.clsdiv_coctable_reifen {
	flex-basis: 110px;
}

.clsdiv_coctable_fquer {
	flex-basis: 120px;
}

.clsdiv_coctable_felge {
	flex-basis: 110px;
}

.clsdiv_coctable_head>div {
	line-height: unset !important;
}

.coc-saison-container {
	display: flex;
}
.coc-saison-selector {
	padding:5px;
	cursor:pointer;
	 
}
.coc-saison-selector img{
	width:22px;
}
.coc-saison-selector-cb-container{
	padding:5px;
	cursor:pointer;
	 
}
.coc-selector-aktiv {
	 background-color:#d9d9d9;
}
.coc-selector-inaktiv {
	 
}
.clsdiv_coctable_head {
	background: #335f7f;
	color: #fff;
	/* height: 30px; */
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
		padding: 7px 0px;		  
}

.clsdiv_coctable_row>div {
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	border-left: 1px solid #000;
	line-height: 23px;
}

.clsdiv_coctable_trenner {
	border-bottom: 1px solid #000;
}

.clsdiv_coctable_kombi {
	border-left: 0 !important;
	padding:5px;
	flex-basis: 210px;			   
}

.clsdiv_coctable_kombi>img {
	margin-top: 2px;
}

#iddiv_coclayer_infotext_gross {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	color: #c51a26;
	font-size: 16px;
	font-weight: bold;
}

#iddiv_coclayer_infotext_klein {
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
}

.btn-coc-achse-suchen {
	width: 100px;
	margin-top:5px;
}
.clsdiv_versandlayerzeile_header {
	background: #335f7f;
	color: #fff;
	border: 1px solid #000;
}

.clsdiv_versandlayerzeile {
	border: 1px solid #000;
	border-top: 0px;
}

.clsdiv_versandlayerzeile_wk {
	float: right;
	height: 35px;
	width: 260px;
	text-align: center;
}

.clsdiv_versandlayerzeile_eum {
	font-size: 13px;
	color: #f00;
	display: flex;
	align-items: center;
}

.clsimg_versandlayerzeile_eum {
	width: 150px;
	margin-left: 5px;
}

#iddiv_header_inner_wk {
	display: none;
}

#iddiv_header_inner_desktoplinks>a {
	text-decoration: none;
}

.clstbl_angebot_position_artikel, .clstbl_angebot_position_artikel th, .clstbl_angebot_position_artikel td, .clstbl_angebot_textpos_artikel, .clstbl_angebot_textpos_artikel th, .clstbl_angebot_textpos_artikel td, .clstbl_angebot_dienstl_artikel, .clstbl_angebot_dienstl_artikel th, .clstbl_angebot_dienstl_artikel td, .clstbl_angebot_position_label, .clstbl_angebot_position_label th, .clstbl_angebot_position_label td {
	border: 1px solid #000;
}

.clstbl_angebot_position_artikel th, .clstbl_angebot_dienstl_artikel th, .clstbl_angebot_textpos_artikel th, .clstbl_angebot_position_label th {
	border-right-color: #fff;
	background: #335f7f;
}

.clstbl_angebot_position_artikel tr th:last-child, .clstbl_angebot_dienstl_artikel tr th:last-child, .clstbl_angebot_textpos_artikel tr th:last-child, .clstbl_angebot_position_label tr th:last-child {
	border-right-color: #000;
}

#iddiv_layer_angebot_angebotsnr_content {
	color: #f90;
	font-weight: bold;
}

#idbtn_angebot_pdf_erstellen_ein_artikel {
	background: #072f59;
}

#idbtn_partnercontainer_filtern, #idbtn_partnercontainer_filtern_reset {
	background: #072f59;
	font-weight: bold;
}

.clsdiv_preis_row {
	display: flex;
	font-size: 14px;
}

.clsdiv_preis_row_label {
	flex-basis: 240px;
	flex-grow: 1;
}

.clsdiv_preis_row_wert {
	flex-shrink: 0;
	flex-basis: 80px;
}

#iddiv_modallayer_details_kopf_preis {
	margin-top: 10px;
	max-width: 400px;
}

.desktop_hide {
	display: none;
}

#idbtnlogoutzumwarenjorb, #idbtnlogoutzumausloggen {
	width: 150px;
	height: 35px;
	font-size: 15px;
	margin-bottom: 10px;
	margin-right: 0;
	background: #f90;
	color: #fff;
	margin-right: 10px;
}

#vorname, #nachname, #firmatext, #email, #telefon, #knr {
	background: #f0f0f0;
}

.clsbtnkontaktsenden {
	background: #f90;
	color: #fff;
	height: 30px;
	margin-top: 5px;
	font-weight: bold;
}

.clsspan_header_menu_trenner {
	color: #333;
	font-size: 16px;
	margin-right: 10px;
}

.cee_hide {
	display: none !important;
}

#idinp_pwhash_passwort, #idinp_pwhash_passwort_bestaetigen {
	background: #f0f0f0;
}

#iddiv_popup_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

#idbtn_popup_ja, #idbtn_popup_nein {
	background-color: #ff9900;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	padding: 3px 10px;
	font-size: 20px;
	border: 0;
}

#idbtn_popup_spaeter_entscheiden {
	text-decoration: underline;
	color: #f90;
	font-size: 15px;
	cursor: pointer;
}


#iddiv_faqlayer_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0.7;
	z-index: 10001;
}

#iddiv_faqlayer {
	position: absolute;
	z-index: 10002;
	top: 100px;
	background: #fff;
	width: 980px;
	left: calc(50% - 490px);
	border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
}

.idtbl_faq, .idtbl_faq tr, .idtbl_faq td, .idtbl_faq th {
	border: 1px solid black;
	vertical-align: top;
}

.idtbl_faq td, .idtbl_faq th {
	color: #000 !important;
	padding: 5px;
	box-sizing: border-box;
}

.idtbl_faq {
	border-collapse: collapse;
	margin: 10px;
}

.idtbl_faq img {
	width: 15px;
}

.idtbl_faq td {
	font-size: 15px;
}

.clsfaqcat {
	text-decoration: underline;
}

.idtbl_faq a {
	font-size: 15px;
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.idtbl_faq_footer_orange {
	color: #ED7D31;
	font-weight: bold;
	font-size: 14pt;
}

.idtbl_faq_footer_small {
	font-size: 8pt;
}

.clsa_desktop_modul_pad {
	margin-left: auto;
}

.clsdiv_merkmal_icon {
	background: #f90;
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	font-size: 13px;
}

.clsdiv_merkmal_icon>img {
	height: 25px;
	margin-left: -5px;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: -5px;
}

#iddiv_sprache_container,
#iddiv_passwortvergessen_sprachschalter {
	display: flex;
	justify-content: end;
	align-items: center;
}

#idsel_sprache,
#idsel_sprache_login,
#idsel_sprache_register,
#idsel_sprache_passwortvergessen_service,
#idsel_sprache_passwortvergessen {
	margin-left: 10px;
	color: #f90;
	background: #fff;
	border: 2px solid #00305e;
}

#idimg_sprache_icon {
	height: 24px;
}

#iddiv_socialmedia_icons img {
	height: 24px;
	width: 24px;
	filter: invert();
}

#iddiv_socialmedia_icons {
	display: inline-flex;
	gap: 5px;
	justify-content: center;
	width: 215px;
}

#idbtn_stdla_waehlen_zentrale, #idbtn_stdla_waehlen_radresse {
	margin-top: auto;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
	height: 35px;
}



/* Style The Dropdown Button */
 .headernavi_droplnk {
	/* font-size: 16px; */
	/* background-color: transparent ; */
	text-decoration: none;
} 

/* The container <div> - needed to position the dropdown content */
.headernavi_dropdown {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

/* Dropdown Content (Hidden by Default) */
.headernavi_dropdown_content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	 min-width: 180px; 
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	z-index: 1;
}

/* Links inside the dropdown */
.headernavi_dropdown_content a {
	color: black;
	padding: 8px 12px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.headernavi_dropdown_content a:hover {
		background-color: #f1f1f1;
		font-weight:bold;
	}

/* Show the dropdown menu on hover */
.headernavi_dropdown:hover .headernavi_dropdown_content {
  display: block;
}

/* .headernavi_droplnk:hover {background-color: #f1f1f1} */

.clsarrowdown {
		width: 20px;
}
 

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn { */
/* background-color: #3e8e41; */
/* } */

@media (max-width: 768px), (max-width: 900px) and (orientation: landscape) {
	* {
		cursor: pointer !important;
		-webkit-tap-highlight-color: transparent;
	}

	html, body {
		min-width: 100vw;
	}

	hr {
		width: 100vw;
	}

	#idbtb_login_button_regsiter {
		display: none;
	}

	#iddiv_registrierung {
		width: 100vw;
	}

	#iddiv_header_inner {
		width: 100%;
		padding: 10px 15px;
		align-items: center;
	}

	#iddiv_registrierung_rueckruf_text2 {
		display: none;
	}

	#iddiv_register_rueckruf_head {
		text-align: center;
		font-size: 1rem !important;
	}

	#dividrueckruf_container_inline {
		padding: 10px 15px;
	}

	#id_regform input[type=text], #dividrueckruf_container input[type=text], #id_regform select, #dividrueckruf_container select {
		width: 100%;
	}

	#iddiv_registrierung_rueckruf_container_2 {
		/* text-align: center; */
	}

	#iddiv_register_headline {
		font-size: 1.7rem;
	}

	#iddiv_registrierung_form {
		padding: 10px 15px;
	}

	#iddiv_unternehmen1 {
		width: 100%;
		margin-right: 0;
	}

	#iddiv_unternehmen2 {
		width: 100%;
		margin-left: 0;
	}

	.clsdiv_row {
		flex-wrap: wrap;
	}

	#idspan_newsletter_head {
		font-size: 1.3rem;
	}

	.clsdiv_label {
		margin-bottom: 10px;
	}

	#iddiv_newsletter {
		width: 100%;
	}

	#idspan_newslettertext {
		width: calc(100% - 34px);
		font-size: 0.8rem;
	}

	.cbxcontainer {
		display: inline-block;
		vertical-align: top;
	}

	#idspan_newslettertext_klein {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 0.8rem;
	}

	#iddiv_zahlungsweise_head, #iddiv_rechnungserhalt_head {
		font-size: 1.3rem;
	}

	#iddiv_register_kto_inhaber, #iddiv_register_iban {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	.clsdiv_row_inline {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	#iddiv_register_iban {
		margin-top: 15px;
	}

	#iddiv_zahlungsweise_info, #iddiv_zahlungsweise_einverstaendnis, #iddiv_rechnungserhalt_text_oben, #iddiv_rechnungserhalt_text_unten, #iddiv_rechtlicherhinweis {
		font-size: 0.8rem;
	}

	#iddiv_footer_inner {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	#idspan_footersondertext {
		width: 100%;
	}

	#iddiv_footer_outer {
		min-height: 140px;
		height: auto;
	}

	#iddiv_captcha_infotext {
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		/* font-weight: bold; */
		width: calc(100% - 34px);
		font-size: 0.8rem;
	}

	#iddiv_header_inner_sprache {
		display: none;
	}

	#iddiv_header_inner_titel {
		flex-basis: 100%;
		margin-top: 10px;
	}

	#iddiv_header_inner_menu_opener {
		display: block;
		cursor: pointer;
	}

	#iddiv_header_inner_menu_bg {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
	}

	#iddiv_header_inner_menu_content {
		width: 100%;
		height: calc(100vh - 88px);
		overflow: auto;
	}

	

	#iddiv_registrierung_sprachschalter {
		float: none;
	}

	.clsdiv_menu_row {
		width: 100%;
		background: #ed860f;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	.clsimg_sprachschalter {
		height: 30px;
		width: 30px;
		filter: drop-shadow(-1px -1px 0px #fff) drop-shadow(1px 1px 0px #fff) drop-shadow(-1px 1px 0px #fff) drop-shadow(1px -1px 0px #fff);
		margin-right: 7px;
	}

	#iddiv_header_inner_menu_closer {
		height: 88px;
		background: #fff;
		padding: 10px 15px;
		box-sizing: border-box;
		cursor: pointer;
		display: flex;
		align-items: center;
	}

	.toplogo_menu {
		margin-left: calc(50% - (174px / 2) - 32px);
	}

	#iddiv_infolayermini {
		width: calc(100vw - 30px);
		left: 15px;
		position: fixed;
	}

	#iddiv_rechnungserhalt {
		width: 100%;
	}

	#idbtn_bankdatei_hochladen {
		height: 40px;
		font-size: 1.1rem;
		margin-top: 10px;
	}

	#iddiv_register_login_btn {
		margin-left: 30px;
		margin-top: 10px;
	}

	.clsdiv_menu_row * {
		font-size: 1.3rem;
		text-decoration: none;
	}

	#iddiv_regsister_ok, #iddiv_regsister_ok * {
		font-size: 1rem;
		color: #000;
	}

	#iddiv_header_inner_desktoplinks {
		display: none;
	}

	input[type='text'], input[type='password'] {
		font-size: 16px;
	}

	.mobile_hide {
		display: none !important;
	}

	#iddivmodallayercontent {
		width: 100%;
	}

	#iddiv_versandlayer_artikelbez .clsspan_wkz {
		font-size: inherit;
		margin-left: 0px;
	}

	#iddiv_carousel_container {
		padding-left: 10px;
		padding-right: 10px;
		flex-wrap: wrap;
		gap: 10px;
	}

	.clsdiv_carousel {
		flex-basis: 110px;
		flex-grow: 1;
		flex-shrink: 0;
		text-align: center;
	}

	#iddiv_versandlayerartikelinfos {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		box-sizing: border-box;
		flex-wrap: wrap;
		/* gap: 10px; */
		margin-bottom: 10px;
	}

	#iddiv_versandlayer_container3 {
		float: none;
		flex-basis: 125px;
		flex-grow: 0;
		flex-shrink: 0;
		margin-right: 10px;
		margin-top: 0;
		order: 3;
		margin-bottom: 10px;
	}

	#iddiv_versandlayer_container1 {
		float: none;
		flex-basis: 160px;
		flex-grow: 1;
		flex-shrink: 0;
		order: 4;
		margin-bottom: 10px;
	}

	#iddiv_versandlayer_artikelhersteller {
		font-size: 22px;
	}

	#iddiv_versandlayer_artikelbez {
		font-size: 16px;
	}

	#iddiv_versandlayer_container2 {
		float: none;
		flex-basis: 100%;
		flex-shrink: 0;
		flex-grow: 1;
		width: unset;
		order: 1;
		margin-bottom: 10px;
	}

	#iddiv_versandlayer_textcontainer {
		width: 100%;
		min-height: 55px;
		max-height: 120px;
		height: auto;
	}

	#iddiv_versandlayer_lieferadresse {
		float: none;
		margin-left: 0;
		width: 100%;
		padding: 10px;
		order: 2;
		margin-bottom: 10px;
	}

	.clsdiv_versandlayerzeile_header {
		display: none;
	}

	.clsdiv_versandlayerzeile {
		border-left: 0;
		border-right: 0;
		display: flex;
		height: auto;
		padding: 10px;
		flex-wrap: wrap;
	}

	#iddiv_versandlayer_laaendern {
		margin-left: -10px;
		margin-bottom: -10px;
		width: calc(100% + 20px);
	}

	.clsdiv_versandlayerzeile_text, .clsdiv_versandlayerzeile_datum, .clsdiv_versandlayerzeile_menge, .clsdiv_versandlayerzeile_wk {
		height: auto;
		float: none;
		line-height: initial;
		font-size: 13px;
		width: initial;
	}

	.clsdiv_versandlayerzeile_text {
		flex-basis: calc(100% - 100px);
	}

	#iddiv_versandlayerzeilen_container {
		width: 100%;
		height: unset;
	}

	.clsdiv_versandlayerzeile_preis {
		display: none;
	}

	.clsdiv_versandlayerzeile_datum {
		flex-basis: 122px;
	}

	.clsdiv_versandlayerzeile_menge::before {
		content: '-';
		margin-left: 5px;
		margin-right: 5px;
	}

	.clsdiv_versandlayerzeile_wk {
		margin-left: auto;
		margin-top: -15px;
	}

	#iddiv_carousel {
		margin-left: 10px;
		float: none;
		margin-bottom: 20px;
	}

	#iddiv_carousel_btns {
		display: flex;
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
		gap: 10px;
	}

	.clsbtn_versandartwk,.clsbtn_versandartwk_sis, .clsbtn_versandartws,.clsbtn_versandartws_sis, .clsbtn_versandartdel, .clsbtn_versandartdel_wk {
		margin: 0 !important;
		width: 170px;
		flex-grow: 1;
		flex-shrink: 0;
	}

	#iddiv_versandlayer_hinweis_container, #iddiv_versandlayer_hinweis_container_klein {
		width: 100%;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}

	#iddiv_modallayer_details_kopf_bild {
		order: 2;
		margin: 0 auto;
		margin-top: 10px;
	}

	#iddiv_modallayer_details_kopf_infos {
		order: 1;
		flex-basis: 100%;
		width: 100%;
	}

	#iddiv_modallayer_details_kopf {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	#iddiv_modallayer_details_kopf_infos_artikel {
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.clsdiv_modallayer_details_kopf_row .clsdiv_modallayer_details_kopf_row_artikel, .clsdiv_modallayer_details_kopf_row .clsdiv_modallayer_details_kopf_row_profil {
		flex-basis: 85px;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: unset;
		border: 0;
	}

	.clsdiv_modallayer_details_kopf_row {
		height: auto;
		flex-direction: column;
		flex-basis: 200px;
		flex-shrink: 0;
		flex-grow: 1;
	}

	.clsdiv_modallayer_tbl_head {
		flex-basis: 85px;
		flex-shrink: 0;
		flex-grow: 0;
	}

	#iddiv_modallayer_details_kopf_infos_merkmale {
		width: 100%;
	}

	#iddiv_detaillayer_merkmale_head, #iddiv_detaillayer_merkmale_container {
		border: 0;
	}

	#iddiv_detaillayer_merkmale_head {
		line-height: 25px;
	}

	#iddiv_detaillayer_beschreibung {
		width: 100%;
		padding: 10px 10px;
	}

	#zusatz_area {
		text-align: left !important;
		font-size: 13px !important;
	}

	#iddiv_artikeldetails_label {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		flex-wrap: wrap;
	}

	.clsiv_artikeldetails_label_tbl_label {
		flex-basis: 105px;
	}

	#iddiv_artikeldetails_label_tbl {
		flex-basis: 100%;
	}

	#iddiv_detaillayer_buttons, #iddiv_detaillayer_preis {
		display: none;
	}

	#iddiv_artikeldetails_label_bild {
		flex-basis: 320px;
		flex-shrink: 1;
		margin: 0 auto;
		margin-top: 10px;
		flex-grow: 0;
	}

	#divbild_label>a>img {
		width: 100%;
		height: unset !important;
	}

	#iddiv_header_inner_wk {
		display: block;
		position: relative;
	}

	#iddiv_partnerlayer_adresse {
		display: flex;
		flex-wrap: wrap;
		float: none;
	}

	#iddiv_partnerlayer_aktadresse {
		float: none;
		margin-left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		height: auto;
		max-height: 350px;
		overflow: hidden;
		max-height: 35px;
		transition: max-height 0.6s ease;
	}

	.clsdiv_versandadressenlayer_label, .clsdiv_versandadressenlayer_input {
		float: none;
	}

	.clsdiv_versandadressenlayer_zeile {
		height: unset;
		line-height: initial;
		margin-bottom: 5px;
	}

	.clsdiv_versandadressenlayer_label {
		margin-bottom: 3px;
	}

	.clsdiv_versandadressenlayer_input input {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
		font-size: 16px;
	}

	#idinp_versandadressen_layer_land_anz, #idinp_versandadressen_layer_land {
		width: 100% !important;
	}

	#iddiv_partnerlayer_manadresse {
		float: none;
		margin-left: 0;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		max-height: 35px;
		overflow: hidden;
		transition: max-height 0.6s ease;
	}

	#iddiv_partnerlayer_vart {
		float: none;
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
		height: auto;
	}

	#idbtn_vart_reset {
		margin-left: 0;
		width: 100%;
		margin-top: 5px;
		font-size: 16px;
		height: 35px;
	}

	#idsel_standard_vart {
		width: 100%;
		font-size: 16px;
	}

	#idbtn_partnerrolle_ma_uebernehmen {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}

	#iddiv_partnerrollen_stdwe {
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	#idbtn_stdla_waehlen {
		width: 100%;
		margin-left: 0;
		font-size: 16px;
		font-weight: bold;
	}

	#iddiv_partnercontainer_filter {
		width: 100%;
		margin-left: 0;
	}

	#iddiv_partnercontainer_filter_name, #iddiv_partnercontainer_filter_plz, #iddiv_partnercontainer_filter_ort, #iddiv_partnercontainer_filter_btn, #iddiv_partnercontainer_filter_reset {
		display: flex;
		flex-direction: column;
		gap: 3px;
	}

	#iddiv_partnercontainer_filter_name>span, #iddiv_partnercontainer_filter_plz>span, #iddiv_partnercontainer_filter_ort>span, #iddiv_partnercontainer_filter_btn>span, #iddiv_partnercontainer_filter_reset>span {
		font-size: 14px;
		font-weight: bold;
	}

	#idinp_partnercontainer_filter_name, #idinp_partnercontainer_filter_plz, #idinp_partnercontainer_filter_ort, #iddiv_partnercontainer_filter_btn, #iddiv_partnercontainer_filter_reset {
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}

	#iddiv_partnercontainer_filter_name>input, #iddiv_partnercontainer_filter_plz>input, #iddiv_partnercontainer_filter_ort>input, #iddiv_partnercontainer_filter_btn>input, #iddiv_partnercontainer_filter_reset>input {
		font-size: 16px;
	}

	#idbtn_partnercontainer_filtern, #idbtn_partnercontainer_filtern_reset {
		font-size: 16px;
		font-weight: bold;
		height: 35px;
	}

	#iddiv_partnercontainer {
		width: 100%;
		margin-left: 0;
	}

	#idbtn_partnerrollenlayer_schliessen {
		width: calc(100% - 20px);
		font-size: 16px;
		float: none;
		margin-left: 10px;
		margin-right: 10px;
		height: 35px;
	}

	#iddiv_partnerrollen_sortieren {
		display: none;
	}

	#iddiv_partnerrollen_sortieren>div, .clsdiv_partnerrolle_row>div {
		border: 0 !important;
		flex-basis: auto;
		font-size: 15px;
	}

	.clsdiv_partnerrolle_row {
		border-bottom: 1px solid #000;
		flex-direction: column;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#iddiv_partnercontainer_scroll .clsdiv_partnerrolle_row:first-child {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.clsbtn_partnerrolle_btn_waehlen, .clsbtn_partnerrolle_btn_std {
		flex-basis: 50%;
		flex-shrink: 1;
		margin: 0;
		font-size: 15px;
		height: 30px;
	}

	.clsdiv_partnerrolle_btn {
		gap: 5px;
		margin-top: 5px;
	}

	.clsdiv_partnerlayer_adresse_ueberschrift {
		display: flex;
	}

	#iddiv_partnerlayer_aktadresse .clsdiv_partnerlayer_adresse_ueberschrift:after, #iddiv_partnerlayer_manadresse .clsdiv_partnerlayer_adresse_ueberschrift:after {
		content: '>';
		margin-left: auto;
		color: #000;
		transform: rotate(90deg);
		display: inline-block;
	}

	#iddiv_coclayer_fahrzeugdaten {
		flex-wrap: wrap;
		width: 100%;
	}

	.clsdiv_coctable_head>div {
		writing-mode: vertical-rl;
		transform: rotate(-180deg);
		line-height: 16px;
		padding-right: 2px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
	}

	.clsdiv_coctable_head .clsdiv_coctable_saison {
		border-right: 0 !important;
	}

	.clsdiv_coctable_head {
		height: auto;
	}

	.clsdiv_coctable_achse {
		flex-basis: 76px;
	}

	.clsdiv_coctable_felge {
		flex-basis: 37px;
	}

	.clsdiv_coctable_fquer {
		flex-basis: 23px;
	}

	.clsdiv_coctable_reifen {
		flex-basis: 30px;
	}

	.clsdiv_coctable_rquer {
		flex-basis: 26px;
	}

	.clsdiv_coctable_rzoll {
		flex-basis: 26px;
	}

	.divcocrg {
		width: 100%;
	}

	.clsdiv_coctable_rload {
		flex-basis: 26px;
	}

	.clsdiv_coctable_rspeed {
		flex-basis: 26px;
	}

	.clsdiv_coctable_saison {
		flex-basis: 35px;
		padding-left: 0 !important;
	}

	.clsdiv_coctable_kombi {
		flex-basis: 26px;
	}

	.clsdiv_coctable_saison>div img, .clsdiv_coctable_kombi>img {
		width: 19px !important;
	}

	.clsdiv_coctable_row>div {
		font-size: 12px;
		padding-left: 2px;
	}

	#iddiv_coclayer_fahrzeugdaten_1, #iddiv_coclayer_fahrzeugdaten_2 {
		width: 100%;
		flex-basis: 100%;
	}

	.clsdiv_coclayer_fahrzeugdaten_wert {
		flex-basis: 100px;
	}

	#iddiv_infolayer_container {
		width: calc(100% - 30px);
	}

	#iddivmodallayercookiecontent {
		width: 100%;
		padding: 10px;
		top: 80px;
	}

	.clsdiv_coclayer_fahrzeugdaten_row {
		min-height: 20px;
		height: auto;
	}

	.cssbtnbuttonleiste_mobile {
		background: transparent !important;
		color: #fff;
	}

	.cssbtnbuttonleistereifen_mobile {
		background-image: url('./images/icons/reifen_icon_mobile_button.png') !important;
		background-repeat: no-repeat !important;
		background-size: 25px 25px !important;
		color: #fff;
	}

	.cssbtnbuttonleisteliefer_mobile {
		background-image: url('./images/icons/truck.png') !important;
		background-repeat: no-repeat !important;
		background-size: 25px 25px !important;
		color: #fff;
	}

	.cssbtnbuttonleistewarenkorb_mobile {
		background-image: url('./images/icons/cart.png') !important;
		background-repeat: no-repeat !important;
		background-size: 22px 22px !important;
		background-position: 0px 3px !important;
		color: #fff;
	}

	.cssbtnbuttonleistebestueb_mobile {
		background-image: url('./images/icons/historie.png') !important;
		background-repeat: no-repeat !important;
		background-size: 31px 18px !important;
		background-position: 0px 4px !important;
		color: #fff;
	}

	.cssbtnbuttonleiste_mobile {
		padding-left: 35px;
	}

	.desktop_hide {
		display: block;
	}

	.blank_buttons {
		height: auto;
		width: auto;
	}

	#iddiv_header_inner_wk>a>img {
		width: 40px;
		height: 40px;
	}

	#iddiv_infolayer {
		width: 100%;
	}

	#idbtnlogoutzumwarenjorb, #idbtnlogoutzumausloggen {
		width: 100%;
		height: 35px;
		font-size: 15px;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.clsdiv_mengeaendernlayer_row, .clsdiv_mengeaendernlayer_row_head {
		max-width: 100%;
	}

	#idformkontakt {
		max-width: 100%;
	}

	.bgblau {
		background: #072f59;
	}

	#iddiv_header_inner_logo {
		flex-basis: 30%;
	}

	#iddiv_header_inner_wk_anzahl {
		display: none;
		position: absolute;
		right: -5px;
		top: -5px;
		background: #f90;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		align-items: center;
		justify-content: center;
	}

	#idimg_login_pfeil {
		margin-right: 0;
	}

	#iddiv_pwhash_passwort_speichern {
		width: calc(100% - 10px);
		text-align: center;
		box-sizing: border-box;
	}

	#iddiv_pwhash_layer_block_rechts {
		margin-left: 10px;
		margin-top: 20px;
	}

	#iddiv_pwhash_layer_passwort_beispiel {
		margin-left: 0 !important;
	}

	#iddiv_popup {
		width: 100%;
		left: 0px;
	}

	#iddiv_popup>div {
		width: 100% !important;
	}

	#iddiv_popup_close {
		text-align: right;
	}

	#iddiv_socialmedia_icons {
		width: 100%;
		margin-bottom: 10px;
		justify-content: end;
	}

	#iddiv_socialmedia_icons img {
		height: 32px;
		width: 32px;
	}
}

/*
* KONFI
*/

.clsdiv_felgedaten_container:has(:nth-child(2):last-child) {
  flex: 1;
}
.clsdiv_felgedaten_wrapper .clsdiv_felgedaten_container {
  display: flex;
  width: 960px;
}

.clsdiv_felgedaten_wrapper #iddiv_artikeldetails_gprs {
  margin-top: 0;
  padding: 7px 10px;
}
.clsdiv_felgedaten_wrapper #iddiveafelgedaten, #iddiv_artikeldetails_gprs {
  flex: 1;
  min-height: 100px;
}
#iddiv_artikeldetails_gprs {
  margin-left: 11px;
  display: inline-flex;
  flex-direction: row;
  width: 580px;
  margin-top: 10px;
  background-color: #efefef;
}
.clsdiv_felgedaten_wrapper .clsdiv_felgedaten_container > div:nth-child(2) {
  flex: 5;
}

.tooltip_sensoren, .tooltip_reifen {
  border: 1px solid gray;
  background-color: white;
  height: 100px;
  width: 100px;
  position: absolute;
  display: none;
  border-radius: 0px;
  white-space: normal;
}

.tooltip_sensoren img, .tooltip_reifen img {
border-radius: 4px;
}

#iddiv_artikeldetails_gprs_minimal .clsiv_artikeldetails_label_tbl_wert_minimal {
  font-size: 10px;
  flex-basis: 50%;
  box-sizing: border-box;
  flex-grow: 1;
}

.tooltip_reifen .clsdiv_artikeldetails_gprs_address {
  flex: 1;
  width: 155px;
}
.tooltip_sensoren .clsiv_artikeldetails_label_tbl_label_minimal {
  padding-left: 5px;
}

.clsdiv_felgenkonfi_gprs_head {
  font-size: 13px;
  padding-left: 4px;
}
.tooltip_reifen {
  border: 1px solid gray;
  background-color: white;
  height: 100px;
  width: 100px;
  position: absolute;
  display: none;
  border-radius: 4px;
  white-space: normal;
}
.tooltip_reifen address {
    padding: 0;
}

.tooltip_reifen .clsdiv_felgenkonfi_gprs_head {
    padding: 2px 8px 0px 5px;
}

#iddiv_artikeldetails_gprs_minimal {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap-reverse;
  -webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.32);
  box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.32);
}

.tooltip_reifen .clsdiv_artikeldetails_gprs_address_container {
    padding: 5px;
}

#iddiv_artikeldetails_gprs_minimal #iddiv_artikeldetails_label_tbl_minimal {
  flex-direction: column;
  display: flex;
  width: max-content;
    background-color: #f9f9f9;
  border-radius: 3px;
  overflow: hidden;
}

/*
* ENVIRONMENTS
*/

.clsdiv_shop_environment_banner {
    display: flex;
    position: fixed;
    padding: 2px 5px 3px 4px;
    border-radius: 0 2px 0 0;
    text-transform: uppercase;
    font-size: 1em;
    color: white;
    font-weight: bold;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}

.clsdiv_shop_environment_header {
    position: absolute;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 23px;
    left: 350px;
    padding: 5px;
    font-size: 22px;
    /* transform: rotate(-18deg); */
    opacity: 0.82;
}

.clsdiv_shop_environment_dev {
    background: #207bdc;
}

.clsdiv_shop_environment_test {
    background: #ff8f00;
}

.clsdiv_shop_environment_staging {
    background: #e32a00;
}

.clsdiv_shop_environment_demo {
    background: green;
}