body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

#seoheader {
  background: #ffffff;
}

#languages {
  min-height: 10px;
}

#logo {
  background: #ffffff;
  padding: 14px 0 10px 0;
}

#logo .grid-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 28px;
  align-items: center;
  box-sizing: border-box;
}

#logo .grid-item.logo img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
}

#logo .grid-item.text h2 {
  margin: 0 0 12px 0;
  font-size: 20px;
  line-height: 1.15;
  font-weight: bold;
  color: #111;
}

#logo .hotline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #b30000;
}

#logo .hotline img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

#topcats {
  background: #b30000;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0 0 0;
  padding: 5px 16px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

#topcats small {
  font-size: 65%;
  font-weight: normal;
  opacity: 0.95;
}

.seoheader-spacer {
  height: 24px;
  clear: both;
}

.footer {
  margin-top: 40px;
  padding: 20px 15px;
  background: #222;
  color: #fff;
  text-align: center;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.footer-links {
  margin-bottom: 10px;
}

.footer a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 992px) {
  #logo .grid-container {
    grid-template-columns: 240px 1fr;
    gap: 20px;
  }

  #logo .grid-item.logo img {
    max-width: 220px;
  }

  #logo .grid-item.text h2 {
    font-size: 22px;
  }

  #logo .hotline {
    font-size: 17px;
  }

  #topcats {
    font-size: 22px;
  }
}

/* Handy */
@media (max-width: 768px) {
  #logo .grid-container {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  #logo .grid-item.logo {
    display: flex;
    justify-content: center;
  }

  #logo .grid-item.logo img {
    max-width: 220px;
  }

  #logo .grid-item.text h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  #logo .hotline {
    justify-content: center;
    font-size: 16px;
    flex-wrap: wrap;
  }

  #topcats {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .seoheader-spacer {
    height: 16px;
  }

  .footer-links a {
    display: inline-block;
    margin: 4px 8px;
  }
}


@font-face {
  font-family: 'PT Sans Narrow Regular';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans Narrow Regular'), url('./PT_Sans-Narrow-Web-Regular.woff') format('woff');
}


@font-face {
  font-family: 'PT Sans Narrow Bold';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans Narrow Bold'), url('./PT_Sans-Narrow-Web-Bold.woff') format('woff');
}


body {
  width: 100%;
  margin: 0;
  padding: 0;
}

.alt_nnr {
  color: green;
  font-size: 150%;
  font-weight: bold;
  padding: 0 10px;
}

.pic {
  color: -webkit-link;	
  text-decoration: underline;
}

.mapref input {
  width: 7em;
  /* width: 140px; */
  background: rgba(0,0,0,0);
  border: none;
  font-size: 100%;
}
.mapref input:focus {
  border: 0px solid white;
  outline: 0;			
}


tr.mapref:focus-within td {
  /* background: #ff8; */
}

.selectize-control {
  margin-top: 5px;
  zoom: 1.2;
}


.lkw {
  max-width: 30px;
}

.box_intro {
  width: 98% !important;
  max-width: 1070px !important;
} 

hr.trenner {
  margin: 40px auto 30px auto;
  border-color: #00ac00;
}

.box_auswahl {
  max-width: calc(100% - 100px);
  margin: 10px 50px 0 50px;
  padding: 0 50px;
  border: 3px solid #de2c1f !important;
}
.box_infotext {
  min-height: 52px;
  margin: auto;
  padding: 10px 10px !important;
  border: none !important;
  font-size: 125%;
}
.box_blaettern {
  background-color: #f8f8f8 !important;
  width: 100% !important;
  min-height: 52px;
  margin: auto;
}
.box_blaettern a {
  padding: 8px 5px !important;
}

.disabled-link {
  pointer-events: none;
}

.selectize-dropdown .active {
  background-color: #d0e0ff;
}

* {
  font-family: 'Open Sans', Arial, Halvetica, Sans-Serif;
  margin: 0;
}

.format_input {
  font-size: 10pt !important;
  padding: 3px;
}

/* Button Formatierung */
.ui_button {
  border: 1px solid black !important;
  box-shadow: 3px 3px 4px #999;
}


#hersteller_auswahl_div {
  width: 15%;
  float: left;
}

#modell_auswahl_div {
  width: 80%;
  margin-left: 15px;
  float: left;
}

/*
#sprache_select {
  width: 16%;
  float: right;
}
*/

#artikelliste {
  width: 98%;
  border: 2px solid #666;
  align: center;
  border-collapse: collapse;
} 

#artikelliste tr:nth-child(odd) {
  background-color: #FFF !important;
}

#artikelliste tr:nth-child(even) {
  background-color: #DEDEDE !important;
}

#artikelliste th {
  padding: 3px 5px;
  border: 2px solid #333;
  align: center;
  background-color: #F4FFF4;
  background-image: radial-gradient(circle, #84FF84 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 4px 4px;
}

#artikelliste #footer {
  background-color: #FFDDDD;
  background-image: radial-gradient(circle, #FFA4A4 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 4px 4px; 
}

#artikelliste td {
  padding: 3px 3px;
  border: 2px solid #666;
}

#artikelliste .li {
  text-align: left;
}

#artikelliste .re {
  text-align: right;
  margin-right: 10px;
}

#artikelliste td small {
  font-size: 80%;
}


#etkatalog_data {
  margin: 10px 0;
}


.vorschau_seite {
  float: left;
  width: 31%;
  height: 280px;
}

.vorschau_bild {
  width: 100%;
  height: 200px;
  margin: 0 auto 10px auto;
  padding: 5px;
  background: #FFF;
  text-align: center;
  border: 2px solid #FFF;
  filter: grayscale(90%) brightness(100%);
}

.vorschau_bild:hover {
  border: 2px solid #006400;
}

.vorschau_bild img {
  max-width: 100%;
  max-height: 100%;
}

.vorschau_text {
  padding: 3px;
}


#etkatalog_data .vorschau_seite:nth-child(3n -1) {
  margin: 0 3%;
}

#artikel_bild {
  margin: 15px 0;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  border: 1px solid #333;
}

.gr_bild {
  width: 100%;
  text-align: center;
  filter: grayscale(90%) brightness(100%)
}

.gr_bild img {
  margin-bottom: 15px;
  height: 500px;
  filter: grayscale(90%) brightness(100%)
}

.zoomLens {
  background-color: #fff;
  -webkit-box-shadow: inset 1px 0px 22px -6px #666;
  box-shadow: inset 1px 0px 22px -6px #666;
  filter: grayscale(90%) brightness(100%)
}

.zoomContainer {
  overflow-y: clip;
}

.verfuegarkeit_lkw {
  width: 35px;
  height: 25px;
}


/* Floating */
.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}
 
.float_n {
  float: none !important;
}

.display_none {
  display: none !important;
}


/* Inhaltsfenster */
.inhalt {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: auto auto;
  padding: 8px 5px 8px 7px; /* padding: 10px; */
  background-color: white;
  width: calc(100% - 20px);
  max-width: 1140px;
}

#inhaltbox {
  width: calc(100% - 20px);
  border: none !important;
  background-color: #fff !important;
}


/* Rahmen im Iframe */
.box_rund {
  width: 95%;
  padding: 5px 10px;
  background-color: #EDEDED;
  border: 1px solid black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.rund {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

img.tafel_einzeln {
  max-width: 99% !important;
}

.rotate_hint {
  display: none;
  text-align: center;
  color: red;
  font-weight: bold;
  margin-top: 10px;
}

/* nur auf kleinen Geräten anzeigen */
@media (max-width: 650px) {
  .rotate_hint {
    display: block;
  }
}

.bg_weiss {
  background-color: white !important;
}

.mittelgrau {
  color: #C0C0C0 !important;
}

.pd_tb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd_tb10 {
  padding-top: 10px !important;
}

.pd_le5 {
  padding-left: 5px !important;
}

.display_none {
  display: none !important;
}

.wd97p {
  width: 97% !important;
}

.wd100p {
  width: 100% !important;
}

.nowrap {
  white-space: nowrap !important;
}

.rot {
  color: red !important;
}

.fett {
  font-weight: bold;
}

.hei20 {
  height: 20px !important;
}

.center {
  text-align: center !important;
}

.u {
  text-decoration: underline !important;
}

.btn_ok {
  font-family: Arimo, Arial, Sans-Serif !important;
  font-stretch: condensed;
  padding: 2px 3px;
}

#showAll {
  font-size: 110%;
  padding: 8px 20px;
  margin: 20px 0;
}

/**/
@media (max-width: 880px) {
  img.tafel_einzeln {
    zoom: 0.9;
  }
}

@media (max-width: 800px) {
  img.tafel_einzeln {
    zoom: 0.8;
  }
}

@media (max-width: 720px) {
  img.tafel_einzeln {
    zoom: 0.7;
  }
}

@media (max-width: 640px) {
  img.tafel_einzeln {
    zoom: 0.6;
  }
}

@media (max-width: 560px) {
  img.tafel_einzeln {
    zoom: 0.5;
  }
}

@media (max-width: 460px) {
  img.tafel_einzeln {
    zoom: 0.4;
  }
}

@media (max-width: 767px) {
  body,
  h4,
  a {
    font-size: 16pt;
  }

  #logo,
  #topcats {
    zoom: 1.3;
  }

  #topcats,
  .hotline {
    font-size: 10pt !important;
  }

  .box_infotext {
    min-height: 52px;
    margin: auto; 
    padding: 10px 10px !important;
    font-size: 125%;
  }
  
  .box_blaettern {
    margin: auto;
    font-size: 80%;
  }

  .box_rund {
    width: calc(95% - 5px);
  }

  #table_pdf div.float_l {
    width: 40%;
    min-width: 125px;
  }

  #table_pdf div.float_l img {
    max-width: 75% !important;
  }

  #table_pdf img {
    max-width: 50% !important;
  }

  #auswahlbereich {
    font-size: 12pt;
    margin-bottom: 50px;
  }

  #hersteller_auswahl_div {
    float: none;
    width: unset;
    margin: 0 20px 0 0;
    zoom: 1.5;
  }

  #modell_auswahl_div {
    float: none;
    width: unset;
    margin: 0 20px 0 0;
    zoom: 1.5;
  }

  #sprache_select {
    float: none;
    width: unset;
    margin: auto;
    zoom: 1.5;
  }

  .format_input {
    font-size: 12pt !important;
  }

  #artikelliste .mapref input {
    font-family: PT Sans Narrow Regular, Arial Narrow, Arimo, Arial, Sans-Serif !important;
    font-size: 85% !important;
    font-stretch: ultra-condensed;
    width: 5em;
  }

  #artikelliste .td_bez {
    width: 250px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #artikelliste th,
  #artikelliste .td_artnr,
  #artikelliste .td_bez,
  #artikelliste .td_bez small,
  #artikelliste .td_bez a,
  #artikelliste .alt_anz,
  #artikelliste .alt_anz span,
  #artikelliste .alt_anz a,
  #artikelliste .td_preis,
  #artikelliste .td_bild span,
  #artikelliste .td_link a {
    font-family: PT Sans Narrow Regular, Arial Narrow, Arimo, Arial, Sans-Serif !important;
    font-size: 85% !important;
    font-stretch: ultra-condensed;
  } 


  #artikelliste .alt_anz {
    font-size: 90% !important;
  }

  .lkw {
    max-width: 20px;
  }
}

.hint {
  padding-top: 10px;
  font-size: 10pt;
}


div.startinfo {
  margin: 20px 10px;
}

div.startinfo.text {
  margin: 20px 10px;
}

div.startinfo hr {
  margin: 30px 0;
  clear: both;
  border: 1px dashed #888888;
}

div.startinfo #pf_lo {
  height: 75px;
  float: left;
  margin: -15px 15px 30px 0px;
}

div.startinfo #pf_ru {
  height: 75px;
  float: right;
  margin: 5px 0px 10px 10px;
}

#table_pdf {
  margin: 10px auto;
}

#table_pdf td:has(img) {
  padding: 0 10px 0 50px;
}

#table_pdf div.float_l {
  margin-left: 2%;
  min-width: 190px;
  width: 23%;
  text-align: center;
}

#table_pdf div.float_l img {
  height: auto;
}

#table_pdf div.float_l h4 {
  font-size: 16pt;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1140px;
  margin: 0 auto;
}

.flex-item {
  flex: 0 0 31%;
  margin: 1%;
  text-align: center;
  box-sizing: border-box;
}

.flex-item img {
  width: 100%;
  max-width: 330px;
  height: auto;
  border: 1px solid #888;
}

@media (max-width: 1024px) {
  .flex-item {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .flex-item {
    flex: 0 0 100%;
  }
}

