/* Schriftarten */
@font-face {
    font-family: FontAwesome;
    src: url("/shop/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/shop/assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/shop/assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/shop/assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/shop/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-style: normal;
    font-weight: normal;
  }

 /* @font-face {
   font-family: nimbus-sans;
   src: url("https://use.typekit.net/af/50ea52/00000000000000000001011c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/50ea52/00000000000000000001011c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/50ea52/00000000000000000001011c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
   font-style: normal;
   font-weight: 300;
 } */

 /* @font-face {
   font-family: nimbus-sans;
   src: url("https://use.typekit.net/af/da0c19/00000000000000000001518d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/da0c19/00000000000000000001518d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/da0c19/00000000000000000001518d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
   font-style: normal;
   font-weight: 400;
 } */

 /* @font-face {
   font-family: nimbus-sans;
   src: url("https://use.typekit.net/af/360cf4/000000000000000000012544/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/360cf4/000000000000000000012544/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/360cf4/000000000000000000012544/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
   font-style: normal;
   font-weight: 700;
 } */

* {
    color: #333333;
    font-family: 'Nimbus-Sans', sans-serif !important;
    font-weight: 300;
    line-height: 1.42857;
}

.fa {
  font-family: FontAwesome !important;
  font-size: 12px;
  font-stretch: 100%;
  font-weight: 400;
}

.fa-caret-right:before {
  content: "\f0da";
}

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family:'icomoon' !important;
}

/* gesamte Seite (nur Desktop) */
@media screen and (min-width: 768px) {
	#shop_table div.container {
    width: 1200px;
  }
}

/* Header */
#shop_table > header > div.hidden-xs.top > div.container > div > div:nth-child(2) {
  display: none;
}

div.header_subnav {
    background-color: unset;
}

a.titeltext {
    font-size: 12px;
    font-weight: 400;
    color: #3b4247;
    padding-left: 10px;
}

a.top_titel img {
    height: 78px;
}

div.slidemenu_wrapper {
  background-color: unset;
  position: relative;
  top: -55px;
}

nav.hauptnav_slidemenu {
  background-color: unset;
}

nav.hauptnav_slidemenu div.nav_slidemenu{
  float: right;
}

#shop_table > header > div.slidemenu_wrapper > div > div > div > nav > div {
  background-color: unset;
}

#box_content_hauptnav li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'nimbus sans', sans-serif;
}

#box_content_hauptnav li a:hover {
  color: #53baee;
}

#box_content_hauptnav > li > a {
  background-color: unset;
}

/* anderer Header für Mobile */
@media screen and (min-width: 768px) {
  /* Sprachauswahl */
  div.language_container div.ibox_content a.ibox_content {
    font-size: 12px !important;
    font-weight: 400;
  }

  div.header_subnav {
    padding: 0px;
    margin-top: -25px;
    position: relative;
    top: 50px;
  }
}

@media screen and (max-width: 767px) {
	div.navbar-header {
    box-shadow: unset;
  }

  div.navbar-header span.icon-bar {
    width: 28px !important;
    height: 2px !important;
    margin-bottom: 8px;
  }

  div.subart_table {
    width: 468px;
  }
}

@media screen and (max-width: 400px) {
  div.navbar-header div.pull-right a.navbar-toggle {
    margin-left: 0px;
    padding-left: 1px;
    padding-right: 4px;
  }

  div.navbar-header div.pull-right a.navbar-toggle span.anzahl_artikel {
    display: none;
  }
}

/* Hauptteil */

/* Seitenverhältnisse (nur Desktop) */
@media screen and (min-width: 768px) {
	div.col_left {
    width: 30%;
    right: 70%;
  }

  section.col_content {
    width: 70%;
    left: 30%;
  }
}

/* Inhaltsboxen links */
div.ibox {
  background-color: #ececec;
}

div.ibox_top,
div.ibox_content {
  background-color: unset;
}

div.ibox_top {
  font-weight: 700;
}

div.cart_container div.ibox_top {
  background-color: unset;
}

a.left {
  font-weight: unset;
}

a.ibox_top {
  font-weight: 700;
}

div.left_nav div.katkatalog {
  float: right;
  margin-top: -24px;
}
.bi::before, 
[class^="bi-"]::before, 
[class*=" bi-"]::before {
  vertical-align: -0.2em;
}
.header_subnav .merkliste_container.ibox {
  border-right: 1px solid #333333;
}
div.left_nav div.katkatalog img {
  height: 20px;
}

@media screen and (max-width: 767px) {
	div.katkatalog {
		display: none;
	}
}

a.cat_title {
  font-weight: 700;
  color: inherit;
  text-decoration: inherit;
}

a.cat_title:hover {
  color: #009EE2;
}

li.kataktiv {
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%) !important;
}

a.kataktiv {
  color: #333333 !important;
  font-weight: 300;
}

/* Content Slider (auf Startseite) */
.bx-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Artikelseiten */
.katfilter_widget_elements {
  white-space: unset;
}

div.artikeltext {
	clear: left;
}

.dokument {
	margin-bottom: 5px;
}

.datei_icon,
#pfeil_dokumente {
	width: 24px;
	height: 24px;
	margin-right: 5px;
  vertical-align: text-bottom;
  cursor: pointer;
}

#pfeil_dokumente {
	margin-right: 10px;
}

#dokumente ul {
  list-style-type: none;
  padding-inline-start: 1em;
}

#dokumente ul li::before {
  content: "»";
  font-family: Arial, Helvetica, sans-serif;
  color: #2872A9;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

.fancybox-button--close {
  background-color: white;
}

/* Subartikel */
@media screen and (max-width: 767px) {
	.subart_container {
		overflow-x: auto;
		overflow-y: auto;
	}
}

.noshow {
  display: none !important;
  /* visibility: hidden; */
}

.subart_table {
	display: table;
  width: 100%;
  border-collapse:collapse;
  margin-bottom: 5px;
}

.subart_tr {
	display:table-row;
  width: 100%;
}

.subart_td {
	display: table-cell;
  /* padding: 5px; */
	vertical-align: top;
}

.subart_td.artikel {
	width: 10%;
}

.subart_td.typ {
  /* width: 17%; */
  width: 150px;
}

.subart_td.masse {
  /* width: 29%; */
  max-width: 170px;
}

.subart_td.preiseinheit {
	width: 5%;
	text-align: center;
}

.subart_td.preis {
  width: 8%;
}

.subart_td.status {
	width: 7%;
	text-align: center;
}

.subart_td.anzahl {
	width: 10%;
}

.subart_td.merkliste {
	width: 7%;
}

.subart_td.warenkorb {
	width: 7%;
}

.subart_td.nicht_kaufbar {
  width: 32%;
}

/* .subart_td td:first-child {
	padding-right: 5px;
} */

/* .subart_td td:last-child {
	text-align: right;
} */

.subart_titel {
	font-weight: bold;
}

.subartikel_liste {
	clear: both;
}

span.show {
	float: left;
	cursor: pointer;
}

.dropdownpfeil {
	float: right;
}

.dropdownpfeil img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/* td.masse_bezeichnung,
td.masse_wert {
  word-break: break-word;
} */

td.masse_bezeichnung {
  /* width: 66%; */
  padding-right: 5px;
}

/* td.masse_wert {
  width: 33%;
} */

.subart_td.anzahl input.textfeld {
	padding-left: 5px;
	padding-right: 5px;
}

.subart_td.anzahl div.anzahl_inline_wrapper {
	width: 60px;
}

/* Merkliste (nur Desktop) */
@media screen and (min-width: 768px) {
  #merkliste_select_form > div > label,
  #merkliste_create_form > div > label {
    width: 27%;
    text-align: unset;
  }

  #merkliste_select_form > div > div:nth-child(2),
  #merkliste_create_form > div > div:nth-child(2) {
    width: 30%;
  }

  #merkliste_select_form > div > div:nth-child(3),
  #merkliste_create_form > div > div:nth-child(3) {
    width: 40%;
  }
}

/* Warenkorb */
/* div.wk_config.versandart {
  display: none;
} */

/* Bestellvorgang */
/* #agb_akzeptieren_zusatzinfo_div {
  display: none;
} */

/* Footer */

/* CSS kopiert von bruggcables.com */
footer.footer {
  background-color: #3b4247;
  padding-top: 30px;
}

footer div.customFooter {
  -webkit-tap-highlight-color: transparent;
  color: #333333;
  font-size: 16px;
  box-sizing: border-box;
  font-family: 'Nimbus-Sans', sans-serif;
  font-weight: 300;
  margin-right: auto;
  margin-left: auto;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  padding-bottom: 40px;
  width: 1200px;
  text-align: left;
}

/* body > footer > div.container > div.row > div.col-md-12
{
  padding-left: 0px;
} */

footer div.customFooter::before,
footer div.customFooter::after {
  content: " ";
  display: table;
}

footer div.customFooter::after {
  clear: both;
}

footer div.customFooter-widget {
  position: relative;
  width: 25%;
  float: left;
  border-left: 1px solid #b2b2b2;
  padding: 0px 20px;
  min-height: 490px;
}

footer div.customFooter-widget-first {
  width: 33.33333%;
  border-left: 0px;
  padding-left: 0px;
}

footer div.customFooter-widget-social {
  width: 16.66667%;
  padding: 0px 15px;
}

footer div.customFooter-widget-mobile {
  clear: left;
  width: 100% !important;
  border-left: 0px;
  text-align: center;
  color: #b2b2b1;
}

footer div.customFooter-widget-mobile p {
  color: #b2b2b1;
}

footer div.customFooter-margin-bottom {
  color: #b2b2b1;
  margin-bottom: 80px !important;
}

footer div.customFooter-desktop p {
  color: #b2b2b1;
}

footer div.widget {
  margin-bottom: 30px;
}

footer div.widget h4 {
  font-family: inherit;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

footer div.widget p {
  color: #b2b2b1;
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
}

footer div.widget a:not(.footer-mail) {
  background-color: transparent;
  outline: none;
  text-decoration: none;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

footer div.widget a.footer-mail {
  color: #b2b2b1;
}

footer div.widget i {
  color: #FFF;
  font-style: normal;
}

footer div.widget ul.nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

footer div.widget ul.nav li {
  position: relative;
  display: block;
}

footer div.widget ul.nav li a {
  background-color: transparent;
  outline: none;
  text-decoration: none;
  position: relative;
  display: block;
  color: #b2b2b1;
  padding: 3px 0px;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}

footer div.widget ul.nav li a img {
  border: 0;
  vertical-align: middle;
  height: auto;
  max-width: none;
  display: inline-block;
  margin-right: 5px;
}

footer div.customFooter-widget-social div.widget ul.nav li {
  padding-bottom: 10px;
}

footer div.customFooter-widget-social div.widget ul.nav li a {
  background-color: transparent;
  outline: none;
  text-decoration: none;
  position: relative;
  display: block;
  color: #b2b2b1;
  padding: 0px;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}

footer form.customFooter-contact_form label {
  font-family: 'Nimbus-Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #b2b2b1;
}

footer form.customFooter-contact_form input {
  font-size: 12px;
  background-color: #989ea2;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-style: none;
  border-width: 0px;
}

#customFooter-submit {
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer div.widget-logos {
  display: flex;
}

footer img.customFooter-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

footer img.customFooter-img-responsive-referral {
  max-width: 129px !important;
}

/* anderer Footer für Mobile */
@media screen and (min-width: 768px) {
	footer div.customFooter-widget-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	footer div.customFooter-desktop {
		display: none;
  }

  footer div.customFooter {
    width: unset;
  }

  footer div.customFooter-widget {
    border-left-width: 0px;
    text-align: center;
    min-height: unset;
    width: 50%;
  }

  footer div.customFooter-widget-social {
    width: 100%;
  }

  footer div.customFooter-widget-first {
    width: 100%;
    padding-bottom: 30px;
    text-align: unset;
  }

  footer div.customFooter-widget-social div.widget {
    width: 50%;
    float: left;
  }

  footer div.customFooter-widget-social div.widget ul.nav li a {
    width: 120px;
    text-align: left;
    display: inline-block;
  }
}

/* Modaldialog für Offertanfrage ohne Login / 31.07.20 / mkr */
.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.offerForm {
  display: grid;
  grid-template-columns: 100px 200px;
  grid-gap: 16px;
}

.offerForm button {
  grid-column: 2/3;
}

/* Druckansicht */
@media print {
  header.hauptnav_td {
    display: none;
  }
}

/* IE-Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.header_subnav,
  div.slidemenu_wrapper,
  nav.hauptnav_slidemenu,
  #shop_table > header > div.slidemenu_wrapper > div > div > div > nav > div,
  #box_content_hauptnav > li > a {
    background-color: #fff;
  }

  div.ibox_top,
  div.ibox_content {
    background-color: #ececec;
  }
}

/* Anpassungen für Version 9 */
.form-control,select[multiple],select[size] {
  height: 34px;
}

.suchformular .btn,.suchformular .btn:focus,.suchformular .btn:hover,.suchformular .btn:active,#gutscheincode_btn {
  height: 34px
}

.btn {
  padding: 6px 12px 6px 12px !important;
}

.btn:not(.touchspin-spinner):not(.btn-lg):not(.btn-sm):not(.btn-xs):not(.navbar-toggle),button.btn,a.btn,a.btn:active {
  height: 34px;
}

.kataktiv,a.kataktiv,a.kataktiv:visited,a.kataktiv:hover,a.kataktiv:active {
  color: #009EE2;
  font-style: normal;
  font-family: Roboto,Verdana,Helvetica,Geneva,Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background-image: url(Bilder/kat_selected.gif);
  background-repeat: no-repeat
}

.kat_inaktiv {
  background-image: url(Bilder/kat_leer.gif);
  background-repeat: no-repeat
}

.kat_in_pfad {
  background-image: url(Bilder/kat_minus.gif);
  background-repeat: no-repeat
}

p,ul,li {
  font-weight: 300;
}

div.left_nav ul li {
  padding: 3px 0px 3px 0px;
}

div.left_nav ul li a,div.left_nav ul li a:visited {
  padding: 0px 0px 0px 15px;
}

.katnav_td a.boxlink_in_path,.katnav_td a.ibox_content,.katnav_td a.ibox_content:visited,.katnav_td a.ibox_content:active {
  padding-top: 0px;
  padding-bottom: 0px
}

a.left,a.left:visited {
  transition: unset;
}

div.kat_actions {
  display: none;
}

div.product_info {
  display: none;
}

#shoplogo_xs {
  max-height: 50px;
}

span.input-group-btn-vertical > button {
  height: 18px;
}

span.input-group-btn-vertical > button > i {
  top: 2px !important;
}

/* ul.breadcrumb.only {
  margin-bottom: 5px;
} */

div.product_image_container,
div.product_content_container {
  margin-top: 0px;
}