/*
      stylesheet_modern.css
	  
	  Passt das Layout an moderne Browser an
      Created: Feb. 2026	  
*/


body {
  font-family: Verdana, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  min-width: 800px;
  
  background: #FFFFFF; 
}



.infoBox {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
  border-radius: 6px;
}

TD.infoBoxHeading {
  background: var(--primary);
  color: #fff;
}

#headerShortcuts {
   margin-top: 15px;
   position: absolute;
   right: 0;
   padding-right: 10px;
}

#storeLogo {
   margin-left: 12px;	
}

#bodyContent {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

#columnLeft {
  position: absolute;
  left: 0;
  padding-top: 100px;
  padding-left: 1px;
  z-index: 2;
  
}

#columnRight {
  width: 220px;
  flex-shrink: 0;
  float: right;
  padding-right: 5px;
}

/*
#bodyContent > *:not(#columnLeft):not(#columnRight) {
  flex: 1;
  min-width: 0;
}
*/

#bodyContent::after {
  content: "";
  display: table;
  clear: both;
}


/* Fullwidth Override für 960 Grid */
.container_24 {
  width: 100%;
  /* max-width: 1400px;   optional, für große Screens */
  margin: 0 auto;  
  /*padding: 0 24px;*/
  /*box-sizing: border-box; */
}


/*alle Grids beeinflussen*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, 
.grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, 
.grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {  
   margin-left: 0px;
   margin-right: 0,px;
}

.grid_24 {
   /*width: 83.3333% !important;  
   width: 94.77% !important;*/
}

.grid_20 {
  width: 83.3333% !important;
}

.container_24 .grid_16 {
   width: 66% !important;

}


.grid_4 {
  /*width: 16.6667% !important;*/
  width: 14.5% !important;
}

.push_4 {
  left: 16.6667% !important;
}

.pull_20 {
  /*left: -83.3333% !important;*/
  left: 0.5% !important;
}
                 

.grid_24.footer {
  position: fixed;
  left: 0;
  bottom: -70px;
  width: 100%;
  padding: 10px; 
}

/* Navigationsleiste Fullwidth 
.infoBoxContainer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box; 
}*/

/* NUR Breadcrumb-/Navigationsleiste 
.grid_24.infoBoxContainer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}
*/

.infoBoxContainer .infoBoxHeading {
  /*max-width: 1600px;*/
  margin: 0 auto;
  padding: 8px 24px;
}

.infoBoxContents {
  font-size: 12px;
}

#columnRight .infoBoxContents {
  font-size: 11px;
}

.grid_24.infoBoxContainer .infoBoxHeading {
  /*max-width: 1600px;*/
  margin: 0 auto;
  padding: 8px 24px;
  position: sticky;
  z-index: 11;
}

/*Login Maske*/
.grid_4.pull_20 {
	position: sticky;
}

/* NUR Breadcrumb-/Navigationsleiste */
.grid_24.infoBoxContainer {
  width: 100%;
  z-index: 100;
  position: sticky;
}

.contentText table {
	  font-size: 13px;
}

/*Aktionen auf Startseite*/
.aktion_bild_landingpage {
	width: 100%;
    height: 100%;
	max-width: 1000px;
    object-fit: cover;
}
 
 
/*ADV-Suche  Select Felder*/ 
.adv_select_table {
    font-size: 13px;
}
 
/*Mobile*/
@media (max-width: 800px) {
  .grid_4,
  .grid_20,
  .push_4,
  .pull_20 {
    width: 100% !important;
    left: 0 !important;
  }
}


/* Bootstrap Button-Styling */
.new-icon-button {
   font-size: 1.0rem; /* Größe des Icons */
   border: 2px solid var(--theme-background-color) !important;  
   /*border: 2px solid #007bff !important;  */
   border-radius: 5px;
   padding: 3px;
   background-color: white;
   color: var(--theme-background-color);
   cursor: pointer;
   transition: all 0.3s ease;
}

.new-icon-button:hover {
   background-color: var(--theme-background-color);
   color: white;
}

.new-icon-button:focus {
   outline: none;
}


.reifenliste-select {
  
  font-size: 12px;
}

.reifenliste_eintrag_0 {
   font-size: 13px;
   font-weight: bold;
}

.reifenliste_eintrag_1 {
   font-size: 11px;
}

.reifenliste_eintrag_2 {
   font-size: 12px;
}

.reifenliste_preis {
   font-size: 14px;
   font-weight: bolder;
   color: blue;   
}

.reifenliste_hidden_pic  {
    display: none;
    position: absolute;
    top: 50px;  /* Abstand nach unten vom Icon */
    left: 50%;
    transform: translateX(-50%);  /* Bild zentrieren */
    width: 200px;  /* Setze eine feste Breite für das Bild */
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);	
	z-index: 999;
}

.reifenliste_show_container  {
    position: relative;
    display: inline-block;
    text-align: center;	
}

/* Hover-Effekt: Zeigt das Bild an, wenn das Icon überfahren wird */
.reifenliste_show_container:hover .reifenliste_hidden_pic {
    display: block;
}
 
 
/* Reifenliste */ 
table.reifenliste_tabelle th, 
table.reifenliste_tabelle td {
	border-bottom: 1px solid #000000;
}

table.reifenliste_tabelle tr {
    border-bottom: 1px solid #000000;
}

/*Tabelle normal */	
table.reifenliste_tabelle {
    width: 100%;
	height: 8mm;
	line-height: 8mm;
    border: 1px solid #FFFFFF;
    border-collapse: collapse; 
}	

/*Tabelle Highlight*/
table.reifenliste_tabelle_H {
	background-color: #f2f2f2;
    width: 100%;
	height: 8mm;
	line-height: 8mm;
    border: 1px solid #FFFFFF;
    border-collapse: collapse; 
}	

.reifenliste_gruppen_pic {
  max-width: 150px;
  height: auto;
}

.reifenliste_hersteller_pic {
  max-width: 100px;
  height: auto;
}

.page_break { page-break-before: always; }