/* ******************************************** Allgemein / kleine Mobilgeraete ******************************************** */
/* siehe weiter unten Anpassungen ueber @media ... */

body {
  color: #333;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #024691;
}

h2 {
  font-size: 1.3em;
}

  h2.artikelnr {
    margin: 0 !important;
  }

  h2.crossSelling {
    margin: 10px 0 0 0 !important;
  }

h3 {
  color: #333;
}

/* Kleinauftragszuschlag KAZ */
#h3KAZ {
  border: 1px solid #F08A01;
  padding: 0 10px 0 10px;
  display: inline-block;
}

ul {
  padding: 0 0 0 15px;
}

/* Links */
a,
a:visited,
a:active,
a:hover {
  color: #F08A01; /*orange*/
}

  a:hover {
    text-decoration: none;
  }


/* Box sizing (siehe auch http://www.w3schools.com/cssref/css3_pr_box-sizing.asp) */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}


/* Struktur */
.wrapper {
  width: 90%;
  margin: 0 auto;
}

.headerFixed {
  position: relative;
  width: 100%;
  background-color: #FFF;
}

header {
  padding: 3px 0;
}

#logo {
  float: left;
  text-align: left;
  margin-bottom: 0px;
}

#main {
  padding-top: 10px; /* 18.03.2020 genereller Abstand nach oben */
}


#mainnav {
  background: #F08A01;
  padding: 0;
  margin: 10px 0 0 0;
}


.slider {
  background: #BCBFC4;
  /*padding: 111px 0 0 0;*/
  padding: 0;
  margin: 0;
  display: none;
}

.startseite { /* Speziell f�r Startseite wegen Slider */
  padding-top: 10px !important;
}

a.direktbestellung,
a.abmelden {
  display: none;
}

.flexslider {
  display: block;
  margin: 0;
  background: #fff;
}

#content {
  margin: 0;
}

aside {
  margin: 40px 0;
}

p {
  margin: 0 0 1em;
}

  p.klein {
    font-size: 0.9em; /*02.07.2021 ge�ndert*/
  }

div.lieferung {
  margin-bottom: 20px;
}

  div.lieferung label {
    padding: 0 20px 0 10px;
  }


/* 18.09.2017 RadioButtonList "Gew�nschte Kontaktaufnahme" */
.kontaktaufnahme {
  display: block;
}

  .kontaktaufnahme label {
    padding: 0 15px 0 5px;
  }

  .kontaktaufnahme input {
    width: auto !important;
  }




/* Bilder f�r Responsive-Design */
img {
  max-width: 100%;
  height: auto;
}


/* Hauptmen� */
.menu-toggle {
  display: block;
  padding: 2px;
  margin: 0 20px 0 0;
  background: #00458A;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 33px;
}

  .menu-toggle.toggled-on {
    background: #F08A01;
  }

.srt-menu {
  display: none;
}

  .srt-menu.toggled-on {
    display: block;
    position: relative;
    z-index: 10;
  }

.srt-menu {
  clear: both;
  margin-bottom: 60px; /*?????*/
}

  .srt-menu li a {
    display: block;
    margin: 1px 0;
    padding: 5px;
    text-decoration: none;
    color: #000000;
  }

    .srt-menu li a:hover {
      font-weight: normal;
    }

  .srt-menu li li {
  }


    .srt-menu li li a {
      background: #e8e8e8;
      padding-left: 40px;
    }

    .srt-menu li li li a {
      background: #efefef;
      padding-left: 80px;
      display: none;
    }


/* Spalten-Ger�st */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  margin: 20px 0;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 15px;
}

.wrapper #content .grid_3 {
  padding-right: 0;
}


/* Fu�zeile */
footer {
  clear: both;
  color: #ccc;
  background: #024691;
  font-size: 0.8em;
  padding: 0;
  margin-top: 20px;
}

  footer ul {
    margin: 0;
    padding: 0;
  }

  footer a {
    text-decoration: none !important;
  }




a.buttonlink {
  background: #F08A01;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
}

  a.buttonlink:hover {
    background: #024691;
  }


/* 26.10.2017 Anmelden-Link als Button in Desktop-Version */
a.anmeldenLink {
  background: #F08A01;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 2px 5px;
  text-decoration: none;
  min-width: 100px;
  text-align: center;
  font-size: 1.1em !important;
  color: #FFFFFF !important;
}

  a.anmeldenLink:hover {
    background: #024691;
  }


/* Floats */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}



/* Smartphone Men�leiste, normale Kopfleiste ausschalten */
div.smartphoneLeiste {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 5% 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F08A01;
  /*NEU*/
  padding-top: 10px;
  position: fixed; /*IE Hotfix*/
  position: sticky; /*F�r alle anderen Browser*/
  top: 0;
  background-color: #fff; /*Sonst gibt es overlay mit dem Content*/
  /*z-index: 999999999; Siehe Zeile oben / Erhoeter Z-Index damit Floating UserCentrics-Button Menue nicht ueberlagert*/
  z-index: 99;
}

  div.smartphoneLeiste .links {
    float: left;
  }

  div.smartphoneLeiste .rechts {
    float: right;
  }

.headerFixed {
  display: none;
}


ul.smartphoneMenu {
  display: none;
  /*background-color: #DDDDDD;
	padding: 5px;*/
  padding: 0;
}

  ul.smartphoneMenu ul {
    margin: 0;
    padding: 0;
  }

  ul.smartphoneMenu li {
    list-style: none;
    margin: 0;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #F08A01;
  }

    ul.smartphoneMenu li ul li:first-child {
      border-top: 1px solid #F08A01;
    }

    ul.smartphoneMenu li:last-child {
      border-bottom: none;
    }

  ul.smartphoneMenu ul li {
    margin-left: 20px;
  }

  ul.smartphoneMenu li a {
    color: black;
    text-decoration: none;
  }


div.smartphoneSuchen {
  display: none;
  width: 100%;
  border: 1px solid #999999;
  margin: 10px 0;
}

  div.smartphoneSuchen input[type="text"] {
    float: left;
    display: block;
    width: calc(100% - 30px);
    border: none !important;
    font-size: 1.2em;
    padding: 3px;
  }



  div.smartphoneSuchen input[type="submit"] {
    float: right;
    display: block;
  }


/* ******************************************** Eigene Klassen ******************************************** */
.querlinie {
  border-bottom: 2px solid #F08A01;
}

.row h2 {
  margin: 0;
  color: #024691;
  font-weight: bold;
}

a.teaser {
  text-decoration: none;
}

  a.teaser h3 {
    font-size: 1em;
    text-transform: uppercase;
    width: 100%;
    margin-top: -30px;
    text-align: left;
    padding-left: 10px;
  }



/* Kategorien auf Startseite */
div.versteckt {
  display: none;
}

#mehrKategorien,
#wenigerKategorien {
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: block;
}

#wenigerKategorien {
  display: none;
}


ul.aufzaehlung {
  margin: 0;
  padding: 15px;
}

  ul.aufzaehlung li {
    list-style-type: disc;
    padding-bottom: 10px;
  }


/* *************************** Breadcrumb *************************** */
div.breadcrumbWrapper {
  padding: 0;
  margin-bottom: 10px;
}

ul.breadcrumb {
  padding: 0;
  margin: 0;
}

  ul.breadcrumb li {
    display: inline-block;
  }

    ul.breadcrumb li a,
    ul.breadcrumb li span {
      color: #F08A01;
      font-size: 0.8em;
      text-decoration: none;
    }

    ul.breadcrumb li:hover a {
      text-decoration: underline;
    }

.breadcrumbWrapper .breadcrumb li:after {
  content: '\2022';
  color: #F08A01;
  display: inline-block;
  margin: 0 10px 0;
  font-size: 0.8em;
}

ul.breadcrumb li.active:after,
ul.breadcrumb li:last-child:after {
  content: "";
  display: none;
}

ul.breadcrumb li.active a,
ul.breadcrumb li.active span,
ul.breadcrumb li:last-child a,
ul.breadcrumb li:last-child span {
  color: #024691;
  text-decoration: none;
  cursor: default;
}


/* Paging */
.paging {
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

  .paging a, .paging span {
    font-size: 1em;
    background-color: #EDE7D7;
    color: #000;
    line-height: 1;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #EDE7D7;
  }

  .paging span {
    background-color: #F08A01;
    border-color: #F08A01;
    color: #FFFFFF;
  }

  .paging a {
    text-decoration: none;
  }

    .paging a:hover {
      background-color: #bcbfc4;
      border-color: #bcbfc4;
      color: #fff;
    }

    .paging a:last-child {
      margin-left: 1%;
    }

.artikeltext {
  margin-bottom: 0px;
}


div.flags span {
  font-size: 0.8em;
  line-height: 0.8em;
  text-align: center;
  background-color: #F08A01; /*#EDE7D7;*/
  color: #FFFFFF; /*#024691;*/
  display: inline-block;
  padding: 4px 4px 4px 4px;
  margin: 0 5px 7px 0;
  /*border: 1px solid #024691;*/
}

  div.flags span.rot {
    background-color: #FF0000;
  }

  /* 14.07.2020 Preisanpassung in blau */
  div.flags span.blau {
    background-color: #024691;
  }



div.details span {
  font-size: 1em;
  line-height: 1em;
  width: 36px;
  padding: 6px 0 6px 0;
  margin: 0 10px 7px 0;
  cursor: help;
}


/* Kopfzeile mit Anmelden */
.topmenu {
  display: block;
  width: 100%;
  font-size: 0.8em;
  text-align: right;
}

  .topmenu a {
    margin-left: 10px;
    text-decoration: none;
    color: #024691;
  }


/* Block f�r Suchen und Warenkorb (nicht in Smartphone-Version sichtbar, dort in Men�leiste) */
.suchenWarenkorb {
  display: none;
}


/* Suchen */
#suchen {
  float: left;
  text-align: left;
  margin: 13px 0 0 0;
}

  #suchen input[type="text"] {
    vertical-align: top;
    border: 1px solid #024691;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 0 5px;
    width: 140px;
    height: 30px;
  }


  #suchen input[type="submit"] {
    vertical-align: top;
    width: 30px;
    height: 30px;
    background-image: url('/images/lupe.jpg');
    background-repeat: no-repeat;
    text-indent: 99999px;
    overflow: hidden;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0px;
  }

#B_Suchen2 {
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-image: url('/images/iconLupe.jpg');
  background-repeat: no-repeat;
  text-indent: 99999px;
  overflow: hidden;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0px;
}

#suchen input::-webkit-input-placeholder,
#T_Suchen2::-webkit-input-placeholder {
  color: #999999 !important;
}

#suchen input:-moz-placeholder,
#T_Suchen2:-moz-placeholder { /* Firefox 18- */
  color: #999999 !important;
}

#suchen input::-moz-placeholder,
#T_Suchen2::-moz-placeholder { /* Firefox 19+ */
  color: #999999 !important;
}

#suchen input:-ms-input-placeholder,
#T_Suchen2:-ms-input-placeholder {
  color: #999999 !important;
}


/* Warenkorb-Feld oben */
#div_Warenkorb {
  float: left;
  text-align: left;
  margin: 13px 20px 0 0;
}

  #div_Warenkorb #warenkorbText {
    vertical-align: top;
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #024691;
    background-color: #DDD;
    color: #666;
    text-align: left;
    padding: 3px 0 3px 5px;
    font-size: 0.8em;
    cursor: pointer;
  }

  #div_Warenkorb img {
    vertical-align: top;
  }


/* Artikelliste */
h3 a, h3 a:visited, h3 a:active, h3 a:hover {
  color: #333;
  text-decoration: none;
}

h3 span {
  font-size: 0.9em;
  font-weight: bold;
  display: block;
}

span.weitereDetails {
  font-size: 0.9em;
  font-weight: normal;
  display: inline;
}

span.nichtMehrlieferbar {
  font-size: 1.1em;
  font-weight: normal;
  display: inline;
  color: red;
}


div.artikelzeile {
  min-height: 150px;
}

div.schmahl {
  min-height: 20px;
}

.ausfuehrung label {
  font-size: 1em;
  display: block;
  padding-right: 0;
}

.ausfuehrung select {
  width: 100%;
  font-size: 0.9em;
}

.preis {
  margin-top: 0.5em;
}

  .preis span.label,
  .mengeWarenkorb span.label {
    font-size: 1em;
    display: inline-block;
    padding-right: 10px;
  }

  .preis .wirdGeladen {
    font-size: 0.8em;
    font-weight: normal;
    color: #999999;
  }

  .preis span.ihrpreis,
  .preis span.warenkorbSumme,
  .preis span.warenkorbKAZ,
  .preis span.warenkorbGesamt,
  .mengeWarenkorb span.ihrpreis {
    font-size: 1.2em;
    font-weight: bold;
  }

/*15.07.2021 Preis auf Anfrage*/
span.aufAnfrage {
  color: #ff6a00;
  font-size: 1.0em !important;
  font-weight: normal !important;
}

.preis span.katalogpreis {
  color: #999999;
  font-size: 0.8em;
}

.beschreibung {
  margin-top: 20px;
}

.mengeWarenkorb {
  padding-top: 10px;
}

  .mengeWarenkorb label {
    vertical-align: top;
    font-size: 1em;
    display: inline-block;
    padding-right: 10px;
  }

  .mengeWarenkorb input[type="text"] {
    vertical-align: top;
    font-size: 0.9em;
    height: 25px;
    width: 70px;
    text-align: left;
  }

  .mengeWarenkorb img {
    vertical-align: top;
    cursor: pointer;
    margin-left: 10px;
  }


.h1BimaIcon {
  display: none;
}


/* Tabellen mit Eingabefeldern */

table.formular td {
  vertical-align: top;
  padding: 3px 0;
}

  table.formular td:first-child {
    min-width: 100px;
    padding-right: 3px;
  }

  table.formular td:nth-child(2) {
    width: 80%;
  }

  table.formular td input,
  table.formular td select,
  table.formular td textarea {
    width: 100%;
  }

    table.formular td input[type=checkbox] {
      width: auto !important;
    }

input[type=checkbox] {
  margin-right: 5px;
}

table.direktbestellung {
  min-width: 300px;
}

  table.direktbestellung tr:first-child td {
    background-color: #DDDDDD;
  }

  table.direktbestellung td {
    vertical-align: top;
    padding: 3px;
    border: 1px solid black;
  }

    table.direktbestellung td input,
    table.direktbestellung td textarea {
      width: 100%;
    }

/* Detailseite */
a.bildgross {
  display: inline-block;
  border: 1px solid #999999;
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 1%;
}

a.bildgross img.bildgross {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-height: 100%; /*2025-04-23*/
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

a.vorschaubild {
  display: inline-block;
  border: 1px solid #999999;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 1%;
}

img.vorschaubild {
  display: inline-block;
  width: auto;
  max-width: 140px; /*23.04.2025 angepasst*/
  height: auto;
  max-height: 140px; /*23.04.2025 angepasst*/
  vertical-align: middle;
}

/*2025-04-23*/
a.vorschaubild img.vorschaubild {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

table.preisStaffel {
  border-collapse: separate;
  border-spacing: 2px;
  margin-top: 10px;
  margin-left: -2px;
}

  table.preisStaffel tr:first-child td {
    background-color: #BCBFC4 !important;
  }

  table.preisStaffel tr:nth-child(2n+1) td {
    background-color: #EEEEEE;
  }

  table.preisStaffel td {
    padding: 3px 30px 3px 10px;
  }







/* *************************** Buttonleiste rechts *************************** */
div.btnBar {
  width: 58px;
  height: auto;
  position: fixed;
  right: 0;
  top: 130px;
  display: none;
}

  /* Auf der Startseite unterhalb des Sliders */
  div.btnBar.home {
    top: 430px;
  }

div.btnBarFooter {
  display: block;
}

.fixed-header div.btnBar {
  bottom: -400px;
}

.btnBar div.btn {
  border: 0;
  outline: 0;
  line-height: 1;
  height: 63px;
  display: block;
  opacity: 1.0;
}

.btnBar img {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid transparent;
}

.btnBar a:last-child img {
  border: 0;
}



.bestellungen td, th {
  padding-right: 20px;
}


div.kategorieName {
  font-weight: bold;
}

h2.kategorieName {
  font-size: 1em;
  font-weight: bold;
  color: #f08a01;
  margin: 0 0 !important;
}

div.kategorieBild {
  width: 100%;
  border: 1px solid #999999; /*#F08A01*/
  text-align: center;
  overflow: hidden; /* 27.07.2017 */
}

  div.kategorieBild img {
    width: 100%;
    transition: all 0.6s ease 0s; /* 27.07.2017 */
    display: block;
  }

    /* 27.07.2017 */
    div.kategorieBild img:hover {
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }




/* Cookie-Hinweis */
#cookieHinweis {
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  background-color: #BCBFC4;
  border-top: solid 1px #024691;
  padding: 10px;
  text-align: left;
}

  #cookieHinweis a {
    color: #333;
  }

#cookieHinweisText {
  margin: 0 115px 0 0;
}

#cookieHinweisZustimmen {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background-color: #F08A01;
  color: #FFFFFF;
  padding: 2px 6px 2px 6px;
  border-radius: 7px;
}




/* Bild auf Startseite */
a#Neuheiten_Smartphone {
  display: inline;
}

a#Neuheiten_Desktop {
  display: none;
}



/* Overlay 29.06.2021 */
body.dsbld {
  overflow: hidden;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.dsbld .overlay {
  display: block;
  z-index: 1001;
}




/* 29.07.2021 Restservice-Fehler auf Bestellabschlussseite */
div.restserviceFehler {
  color: red;
  border: solid 1px red;
  padding: 10px;
  margin: 10px 0 30px 0;
  width: 100%;
}

  div.restserviceFehler a {
    color: red;
    font-weight: bold;
  }



.usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
  right: 20px !important;
}

div.flexslider.sonderanfertigungen {
  min-height: 10px;
  margin-bottom: 4px;
}

a.linkSonderanfertigungen {
  display: block;
  margin: 10px 0;
}

a.linkBlog {
  display: block;
  line-height: 1;
}

  a.linkBlog img {
    width: 100%;
    margin-bottom: 4px;
  }

/*.bildgross.sonderanfertigung {
  padding: 0 !important;
}*/

.bildgross,
.vorschaubild {
  padding: 0 !important;
}

.beschreibungSonderanfertigung {
  margin-top: 0 !important;
}

/**2024-04-24**/
#carouselZubehoer, #carouselPassend {
  padding: 0 30px;
}

  #carouselZubehoer .slides, #carouselPassend .slides {
    width: 100%;
  }

    #carouselZubehoer .slides li,
    #carouselPassend .slides li {
      margin: 0 10px;
      max-width: 190px;
    }

      #carouselZubehoer .slides li::before, #carouselZubehoer .slides li a::before,
      #carouselPassend .slides li::before, #carouselPassend .slides li a::before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
      }

      #carouselZubehoer .slides li > a, #carouselPassend .slides li > a {
        display: inline-block;
        width: 100%;
        height: 150px;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #999999;
        overflow: hidden;
        text-align: center;
      }

        #carouselZubehoer .slides li > a img, #carouselPassend .slides li > a img {
          width: auto;
          height: auto;
          max-width: 80%;
          max-height: 80%;
          margin: 0 auto;
          vertical-align: middle;
          display: inline-block;
        }

      #carouselZubehoer .slides li > p a, #carouselPassend .slides li > p a {
        display: block;
      }

      #carouselZubehoer .slides li > p span, #carouselPassend .slides li > p span {
        display: inline-block;
        margin-bottom: 2px;
        font-size: 0.8em;
        line-height: 1.3em;
        color: #333;
      }

        #carouselZubehoer .slides li > p span:last-child, #carouselPassend .slides li > p span:last-child {
          margin-bottom: 0;
        }


/* ******************************************** ab groessere Mobilgeraete ******************************************** */
@media only screen and (min-width: 481px) {
  #logo {
  }

  .ausfuehrung label {
    display: inline-block;
    padding-right: 10px;
  }

  .ausfuehrung select {
    width: 60%;
  }

  table.formular td:first-child {
    min-width: 130px;
  }

  div.kategorieBild {
    width: 278px;
    display: table-cell;
    vertical-align: middle;
  }
}






/* ******************************************** ab Tablets ******************************************** */
@media only screen and (min-width: 920px) {

  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Bild auf Startseite */
  a#Neuheiten_Smartphone {
    display: none;
  }

  a#Neuheiten_Desktop {
    display: inline;
  }

  /*19.10.2022 Anmeldeformular*/
  table.formular td input.anmelden {
    width: 50% !important;
  }

  /*19.10.2022 Registrierenformular Fileupload schmäler wegen Hinweis*/
  table.formular td input[type="file"] {
    width: 50% !important;
  }




  /* Smartphone Men�leiste ausschalten, normale Kopfleiste einschalten */
  div.smartphoneLeiste {
    display: none;
  }

  .headerFixed {
    display: block;
  }


  #banner {
    float: left;
    text-align: left;
    margin-bottom: 0px;
  }

  .headerFixed {
    /*position: fixed;*/
    position: sticky;
    z-index: 1000;
  }

  header {
    padding: 3px 0;
  }

  #main {
    /*padding-top: 125px;*/
  }

  .startseite { /* Speziell f�r Startseite wegen Slider */
    padding-top: 20px !important;
  }

  #content {
    float: left;
    width: 65%;
  }

    #content.wide-content {
      float: none;
      width: 100%;
    }

  .slider {
    display: block;
  }

  .h1BimaIcon {
    display: inline;
    margin-right: 10px;
  }


  h1::before {
    margin-right: 10px;
    content: url('/images/bimaIconKlein.jpg');
    position: relative;
    top: 10px;
  }


  a.teaser h3 {
    text-align: center;
    padding-left: 0;
  }

  /*#mehrKategorien,
	#wenigerKategorien {
		text-align: center;
	}*/

  div.artikelzeile div.grid_3,
  div.artikelzeile div.grid_12 {
    text-align: right;
  }

  aside {
    float: right;
    width: 30%;
  }

  /* Suchen und Warenkorb */
  .suchenWarenkorb {
    display: inline;
    float: right;
    width: auto;
  }

  #suchen {
    float: right;
    text-align: right;
    margin: 13px 0 0 20px;
  }

    #suchen input[type="text"] {
      width: 300px;
    }



  #div_Warenkorb {
    float: right;
    text-align: right;
    margin: 13px 0 0 20px;
  }


  .mengeWarenkorb input[type="text"] {
    width: 50px;
    text-align: right;
  }

  .mengeWarenkorb img {
    margin-left: 0;
  }


  /* Detailseite */
  a.bildgross {
    width: 400px;
    height: 400px;
  }


  a.direktbestellung,
  a.abmelden {
    display: inline;
  }


  /*** Hauptmen� ***/
  .menu-toggle {
    display: none;
  }

  #menu-main-navigation {
    display: block;
  }

  .srt-menu, .srt-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    .srt-menu ul {
      position: absolute;
      display: none;
      width: 300px; /* left offset of submenus need to match (see below) */
    }

      .srt-menu ul li {
        width: 100%;
      }

    .srt-menu li:hover {
      visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .srt-menu li {
      float: left;
      position: relative;
      margin-left: 0px;
    }

      .srt-menu li li {
        margin-left: 0px;
        display: block;
      }

        .srt-menu li li li a {
          display: block;
        }

    .srt-menu a {
      display: block;
      position: relative;
    }

    .srt-menu li:hover ul,
    .srt-menu li.sfHover ul {
      display: block;
      left: 0;
      top: 28px; /* angepasst an Hauptmen�-Zeile, abh�ngig von padding siehe 40 Zeilen weiter unten */
      z-index: 99;
      -webkit-box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
      box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
    }

  ul.srt-menu li:hover li ul,
  ul.srt-menu li.sfHover li ul {
    top: -999em;
  }

  ul.srt-menu li li:hover ul,
  ul.srt-menu li li.sfHover ul {
    left: 300px; /* match ul width */
    top: 0;
  }

  ul.srt-menu li li:hover li ul,
  ul.srt-menu li li.sfHover li ul {
    top: -999em;
  }

  ul.srt-menu li li li:hover ul,
  ul.srt-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
  }

  #topnav, .srt-menu {
    float: left;
    margin: 0 0 0 0;
  }

    .srt-menu a {
      text-decoration: none;
    }

    /* Hauptmen�leiste */
    .srt-menu li a {
      font-size: 1em;
      margin: 0;
      padding: 4px 8px 2px 8px; /*20.03.2020 ge�ndert, bisher: 4px 13px 2px 13px;*/
    }

    .srt-menu a, .srt-menu li a, .srt-menu a:visited { /* f�r IE6 */
      color: #FFFFFF;
    }

    /* Drop-Down-Men�, 1.Ebene und 2. Ebene */
    .srt-menu li li a {
      border-top: 1px solid rgba(255,255,255,.2);
      background: #FBBB80; /*rgba(237,231,215,1.0);*/
      color: #024691;
      padding-left: 20px;
      height: auto;
      line-height: 1.2em;
      padding: 6px 13px 4px 13px;
    }

      .srt-menu li li a:visited {
        color: #024691;
      }

    .srt-menu li li li a,
    .srt-menu li.current * li a {
      padding-left: 20px;
      background: #FBBB80; /*rgba(237,231,215,1.0);*/
      border: #FF0000;
      line-height: 1.2em;
    }

    /* linker Rand bei Untermen� zur Abgrenzung */
    .srt-menu li.current * li li a {
      border-left: 1px solid #F08A01;
    }

    .srt-menu li:hover > a,
    .srt-menu li.current a {
      color: #024691;
      font-weight: normal;
    }

    .srt-menu li li:hover > a {
      color: #024691;
      background: #F08A01;
    }


  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

    .row.artikelzeile {
      margin-right: 0;
    }

      .row.artikelzeile.schmahl {
        margin-right: -15px;
      }

  .grid_1 {
    width: 8.33333333%;
  }

  .grid_2 {
    width: 16.66666667%;
  }

  .grid_3 {
    width: 25%;
  }

  .grid_4 {
    width: 33.33333333%;
  }

  .grid_5 {
    width: 41.66666667%;
  }

  .grid_6 {
    width: 50%;
  }

  .grid_7 {
    width: 58.33333333%;
  }

  .grid_8 {
    width: 66.66666667%;
  }

  .grid_9 {
    width: 75%;
  }

  .grid_10 {
    width: 83.33333333%;
  }

  .grid_11 {
    width: 91.66666667%;
  }

  .grid_12 {
    width: 100%;
  }

  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    margin: 10px 0;
    float: left;
    display: block;
    padding-left: 15px;
  }

  .rightfloat {
    float: right;
  }

  .row h2 {
    margin: 0 15px;
  }

  #hero [class*="grid_"] {
    margin-bottom: -20px;
  }

  /* 18.09.2017 RadioButtonList "Gew�nschte Kontaktaufnahme" */
  .kontaktaufnahme {
    display: inline;
  }


  /* 26.10.2017 Footer-Produktlinks teilweise nicht sichtbar in Desktop-Version */
  .nichtSichtbar {
    display: none;
  }


  /* 29.07.2021 Restservice-Fehler auf Bestellabschlussseite */
  div.restserviceFehler {
    width: 50%;
  }
}






/* ************************************************ Desktop-Version 1 ************************************************ */
@media only screen and (min-width: 1200px) {
  /* *************************** Buttonleiste rechts *************************** */
  div.btnBar {
    overflow: visible;
    width: 58px;
    min-width: 58px;
    display: block;
  }

  div.btnBarFooter {
    display: none;
  }


  .btnBar div.btn {
    width: 300px;
    margin-left: 0;
    -transition: all .85s ease 0s;
    -moz-transition: all .85s ease 0s;
    -webkit-transition: all .85s ease 0s;
    transition: all .85s ease 0s;
  }

  .btnBar a {
    display: inline-block;
    color: #024691;
    text-decoration: none;
    font-size: 12px;
    margin-top: 12px;
    width: 100%;
    height: 100%;
  }

  .btnBar .btn:first-child a,
  .btnBar .btn:nth-child(2) a {
    width: auto;
  }

  .btnBar div.btn img {
    float: left;
  }

  .btnBar div.btn .btnContent {
    width: 240px;
    height: 58px;
    background-color: #F08A01;
    text-decoration: none;
    color: #000;
    float: left;
    line-height: 16px;
    padding-left: 10px;
  }

  .btnBar div.btn:hover {
    margin-left: -240px;
    opacity: 1;
  }

    .btnBar div.btn:hover img {
      border: 0px;
    }
}



/* ************************************************ Desktop-Version 2 ************************************************ */
@media only screen and (min-width: 1320px) {
}




/* ************************************************ Retina-Aufloesung ************************************************ */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}
/* ************************************************ nur fuer iPhone 5 ************************************************ */
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}
/* ************************************************ Drucken ************************************************ */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  .wrapper {
    max-width: none;
    margin: 0 0;
  }

  #main {
    padding-top: 0px;
  }

  body {
    width: 100%;
  }

  div.smartphoneLeiste {
    display: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    /*font-size: 1.0em;*/
    line-height: 1.0em;
    margin: 5px 0 10px 0;
    padding: 0;
    color: #024691;
  }

  .preis span.ihrpreis,
  .preis span.warenkorbGesamt,
  .mengeWarenkorb span.ihrpreis {
    font-size: 1.0em;
    font-weight: normal;
  }

  a, a:visited {
    text-decoration: underline;
  }

  .row img {
    max-width: 250px !important;
  }

  img.vorschaubild {
    max-width: 50px !important;
    max-height: 50px !important;
  }

  table.formular td input,
  table.formular td select,
  table.formular td textarea {
    width: 60%;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .querlinie {
    border-bottom: 1px solid #000000;
  }

  a.buttonlink {
    background: none;
    border-radius: 0;
    color: #000000;
    margin: 10px 0;
    padding: 0;
    text-decoration: none;
    min-width: 20px;
    text-align: left;
  }

  /* Elemente ganz ausblenden */
  .headerFixed,
  .btnBar,
  div.breadcrumbWrapper,
  footer {
    display: none !important;
  }
}
