@charset "UTF-8";
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.625em;
  color: #313131;
  font-size: 1rem;
}
b, strong {
  font-weight: 700;
}
/* topbar */
.section-topbar {
  background-color: #373737;
  display: none;
  height: 0;
}
.section-topbar a {
  color: white;
  text-decoration: none;
}
.section-topbar a:hover {
  color: white;
  text-decoration: underline;
}
.section-topbar .fa {
  font-size: 1rem;
  color: #ffffff;
}
.hotnews {
  display:none;
  position:relative;
  background: #72c8d0;
  color:white;
  text-align: center;
  padding: 2rem 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
}
.hotnews .small {
  line-height: normal;
}
.hotnews .close {
  position: absolute;
  right: .5rem;
  top: .25rem;
  color: #ffffff;
  opacity: 1;
  font-size: 1.75rem;
}
/* header */
.fixed-top {
  animation: header-fixed-top 0.5s forwards 1;
}
@keyframes header-fixed-top {
    0%   { opacity:0; }
    100%   { opacity:1; }
}
.header {
  position: relative;
  z-index: 1030;
}
.section-header {
  background-color: white;
}
.section-header.fixed-top {
} 
.section-header.fixed-top .header-ownerlogo {
  padding: .5rem 0;
}
.basket-state .anmelden > .btn {
  cursor: pointer;
  border: none;
  margin-left: 1.75rem;
  position: relative;
}
.basket-state a:focus {
  box-shadow: none;
}
.header-ownerlogo {
  padding: 2rem 0;
}
.header-ownerico {
  display: none;
}
.anmelden, .basketstate  {
  position: relative;
  z-index: 1040;
}
.basket-state .fa span.username {
  font: 1rem FontAwesome;
  color: #313131;
  background-color: transparent;
  font-size: 2rem;
  top: inherit;
  bottom: 0;
}
.basket-state .basket-submenu  {
  position: absolute;
  z-index: 999;
  background-color: #ffffff;
  right: 0;
  display: none;
  min-width: 400px;
}
.basket-state .basket-submenu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  right: 3%;
  position: absolute;
  top: -8px;
}
.basket-state .basket-submenu::after {
  border-bottom: 8px solid #f7f7f7;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  right: 3%;
  position: absolute;
  top: -7px;
}
.basket-state .anmelden:hover .basket-submenu, .basketstate:hover .basket-submenu {
  display: block;
}
.basket-state .basket-submenu.show {
  display: block;
}
.basket-state .basket-submenuheader {
  padding: .75rem;
  background-color: #f7f7f7;
  font-weight: bold;
  line-height: 20px;
  font-size: 1rem;
}
.basket-state .basket-submenutext {
  padding: .75rem;
}
#basket_stateshort_table {
  overflow-y: auto;
  overflow-x: hidden;
}
.basket-submenu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.basket-submenu li {
  border-top: 1px solid #d3d4d5;
}
.basket-submenu .myaccount {
  padding: .5rem 1rem;
  display: block;
}
.order-footer div:first-child {
  display: none;
}
.order-footer span, .order_preview_pay span {
  position: relative;
}
.order-footer span i.fa, .order_preview_pay span i.fa {
  position: absolute;
  left: 45%;
  top: 0;
  color: #313131;
  display: none;
}
.basket-state .btn {
  margin-left: 1rem;
  padding: .5rem;
}
.basket-state .basketstate-action {
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
}
.basket-state .basketstate .btn {
}
.page-header .basket-state .fa:before {
  font-size: 2.25rem;
  opacity: .6;
}
.page-header .fa span {
  color: #ffffff;
  border-radius: 50%;
  background-color: #313131;
  font-size: 55%;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 22px;
  position: absolute;
  top: -18%;
  right: -40%;
  z-index: 1;
  font-family: 'Roboto', sans-serif, Arial, Helvetica;
}
.page-header .btn:focus {
}
.form-search .form-control {
  border-color: #a7a7a7;
  box-shadow: none;
  height: auto;
  color: #313131;
}
.form-search .btn {
  color: #5a5a5a;
  font-family: FontAwesome;
  opacity: .6;
  font-size: 1.5rem;
  padding: 0;
  width: 36px;
  margin-left: -35px;
  z-index: 99;
}
.basket-state .fa:hover:before, .form-search:hover .form-control, .form-search:hover .btn {
  opacity: 1;
}
/* mainmenu */
.mobile-menu {
}
.section-mainmenu {
  border-bottom: 1px solid #dee2e6;
  padding: 0;
  background-color: #ffffff;
  z-index: 1030;
}
.section-mainmenu.fixed-top {
  top: 58px;
  z-index: 1020;
}
.navbar-nav.shopmenu > li {
  position: static !important;
}
.navbar-nav .nav-link {
  margin-right: 1rem;
  color: #313131;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05rem;
  font-family: 'Montserrat', sans-serif;
  outline: transparent;
}
.navbar-nav .nav-link:first-child {
  padding-left: 0;
}
.navbar-nav .nav-link.active {
  color: #757575;
}
.navlink .navbar-nav a:hover {
  text-decoration: none;
}
.esgrouplist {
  width: 100%;
  left:0;
  right:0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0px;
  border-bottom: 1px solid #dee2e6;
  display: none;
  background-color: #ffffff;
  position: absolute;
  z-index: 1050;
}
.esgrouplist > ul {
  padding: 0 0 1rem;
  list-style: none;
  max-width: 1440px;
  margin: 0 auto;
  white-space: nowrap;
}
.shopmenu2 .esgrouplist, .essubjectslist {
  background-color: #ffffff;
  margin: 1px 0 0;
  padding: 0 0 1rem;
  display: none;
  border: 1px solid #dee2e6;
  position: absolute;
  border-top: 0;
  right: inherit;
  left: inherit;
  width: inherit;
}
.shopmenu2 .esgrouplist li, .essubjectslist li {
  list-style: none;
  padding: 1rem 2rem 0 1rem;
}
.shopmenu2 .catmenu li, .shopmenu2 .esgrouplist > ul {
  padding: 0;
}
.shopmenu2 .esgrouplist .catmenu li a {
  font-weight: 400;
}
.shopmenu2 .esgrouplist {
}
.nav > li {
}
.nav > li  div {
  padding: 20px 20px;
  width: 100%;
}
ul.navmenu {
  padding: 0;
  margin: 0;
}
.section-mainmenu a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #313131;
}
.section-mainmenu > div {
  max-width: 1440px;
  margin: 0 auto;
  z-index: 99;
  width: 100%;
  padding: 0 1rem;
}
.navmenu > li > a {
}
.navmenu li {
}
.shopmenu2 > li {
  position: relative!important;
}
.grpmenu li a:hover {
  text-decoration: none;
}
.grplink {
  font-weight: 700;
}
.catmenu {
  padding: 0;
  list-style: none;
}
.catmenu > li {
  position: relative;
  margin-bottom: .125rem;
}
.catmenu li:hover .subcatmenu {
}
.subcatmenu {
  padding: 0;
  list-style: none;
  font-size: 80%;
}
.subcatmenu li {}
.subcatmenu a {}
/* navigation */
.navigation_content ul {
  padding: 0;
  list-style: none;
}
.navigation_content h2 {
  font-size: 1rem;
  margin: 0 0 .25rem;
  color: #313131;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-family: 'Montserrat', sans-serif;
}
.navigation_content .groups-tree, .navigation_content .subjects-tree {
  margin-bottom: 2rem;
}
.navigation_content .sticky-top {
  top: 125px;
}
/* titlelogo */
.section-titlelogo .container-fluid {}
.section-titlelogo img {
  width: 100%;
  max-width: 1440px;
}
/* breadcrumb */
.section-breadcrumb {
  min-height: 1.25rem;
}
.section-breadcrumb .breadcrumb {
  background-color: inherit;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.section-breadcrumb a {
  color: #5a5a5a;
}
.section-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: FontAwesome;
  content:"\f054";
  font-size: 70%;
  opacity: .7;
}
.section-breadcrumb .breadcrumb-item.active {}
.section-breadcrumb .fa {
  font-size: 70%;
  opacity: .7;
  margin: 0 .5rem;
}
/* Navigation */
.subjects_tree ul:before {}

/* GroupPage */
.grouppage-list {
  padding: 0;
}
.grouppage-list ul {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  }
.grouppage-list li {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: block;
  box-sizing: border-box;
  padding: 0 .5rem;
  margin-bottom: 1rem;
}
.grouppage-list li:hover > div  {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border: 1px solid #b1b1b1!important;
}
.grouppage-list:hover a {
  text-decoration: none;
}
.grouppage-list li:hover .grouppage-item-detail img {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  opacity: .7;
}
.home .grouppage-list li {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.home .no-gutters, #panel_Similar .no-gutters, .mfrinfo .no-gutters, .mfrlist.no-gutters {
  margin: 0 -.5rem;
}
.grouppage-item a {
  text-decoration: none;
}
.grouppage-header {
  background-size: cover;
}
.grouppage-header-detail {
}

.grouppage-header-detail img {
  max-width: 50%;
}
.grouppage-item {
  border: 1px solid #f8f9fa;
}
.grouppage-item-detail {
}
.grouppage-item-detail img {
  padding: .5rem;
}
.grouppage-description {
  padding: .25rem .5rem;
  font-weight: 700;
  background: #ffffff;
  bottom: 1px;
  left: calc(0.5rem + 1px);
}
/* Main */
.section-content {}
.section-content > div {
  padding-bottom: 3rem;
}
.section-content-pi {}
.section-content-pi > div {
  max-width: 1440px;
  overflow-wrap: break-word;
  margin: 0 auto;
  padding: 0 15px 3rem;
}
.section-content-pi:nth-child(odd) {
}
.esrecordcount.small {
  line-height: 38px;
}
.esrecordcount i {
  font-size: 1rem;
  margin-left: .75rem;
  margin-right: .5rem;
}
.part {}
.part:hover, .partl:hover {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border: 1px solid #b1b1b1!important;
}
.part.part-b:hover {
  box-shadow: none;
  border: none!important;
}
.part a {}
.part-thumb {
  overflow: hidden;
  position: relative;
}
.part-action {
  font-size: 150%;
}
.part-action .d-flex a, .part-action .d-flex span {
  opacity: .5;
}
.part-action .d-flex a:hover, .part-action .d-flex span:hover {
  opacity: 1;
}
.part-action form {}
.part:hover .part-action form {}
.part-action .col:hover .fa, .part-action .col:hover input[type="submit"] {}
.part-action input[name="AddItemCmd"], .part-action .part-action-infolink {
  font-family: FontAwesome;
  color: #5a5a5a;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 0 .5rem;
  opacity: .8;
}
.part-action input[type="submit"]:hover {
  color: #39a939;
}
.part-action .part-action-infolink:hover {
  text-decoration: none;
}
.part-info:hover .fa {}
.partfavoritslist .add_part_favorites, .addordertobasket input[name="AddItemCmd"] {
  display: none;
}
.add_part_favorites:hover .fa, .remove_part_favorites:hover .fa {
  color: #FF0000;
}
.fa.avail-code0:before {content: "\f017";color: #01a701;}
.fa.avail-code1:before {content: "\f017";color: #ccde66;}
.fa.avail-code2:before {content: "\f017";color: #ff7979;}
.fa.avail-code3:before {content: "\f017";color: #ffc52c;}
.fa.avail-code4:before {content: "\f017";color: #d67d30;}
.fa.avail-code5:before {content: "\f017";color: #ff0000;}
.part-variants:hover {
  cursor: pointer;
}
.alert .fa {
  color: #d80101;
}
.part-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  z-index: 10;
}
.part-sale {
  position: absolute;
  right: 3px;
  width: 55px;
  font-size: 1.25rem;
  border-radius: 50%;
  height: 55px;
  top: 3px;
}
.part-sale div {
  width: 100%;
}
.part-new {
  padding: .35rem .5rem;
  left: 0;
  position: absolute;
}
.part-content {
  padding: .5rem 1rem 1rem;
}
.part-description {
  font-size: 1.25rem;
  font-weight: 700;
}
.part-price {}
.part-itemprice {
}
.part .part-price, .partl .part-price {
  font-size: 1.25rem;
  margin: .25rem 0;
  font-weight: 700;
}
.part-info .part-price {
  margin: .25rem 0;
}
.part-info .part-price .part-itemprice, .part-info .part-price .part-saleprice {
  font-size: 1.75rem;
  font-weight: 700;
}
.part-saleprice {
  color: #F44336;
}
.mengenpreise {
  font-weight: 400;
  white-space: nowrap;
  display: none;
}
.part-content h3 {}
.part-info .part-label {}
.part-info-images {
  text-align: center;
}
.part-info-sprange {
  color: #F44336;
}
.part-info-AddItem a {
  width: 8%;
  text-align: center;
}
.variants-list .part-variants, .basket-add .part-variants, .variants-list .remove_part_favorites {
  display: none;
}
.myaccountcommands ul {
  padding: .25rem 0;
  list-style: none;
  margin: 0 0 2rem;
  border-top: 1px solid #dee2e6;
}
.myaccountcommands ul li {
}
.myaccountcommands a {
  padding: .25rem 0;
  text-decoration: none;
  display: block;
}
.myaccountcommands a:hover {
  color: #fc5f5f;
}
.showorders i {
  font-size: 125%;
}
a.btn, a.btn:hover {
  text-decoration: none;
}
.btn {}
.btn:hover {
  opacity: 1;
}
.btn[disabled="disabled"]:hover {
  opacity: .65;
}
input.btn[disabled="disabled"] ~ i {
  display: block;
}
.btn.submit {
  background-color: #313131;
  color: #ffffff;
}
.btn.submit:hover {
  color: white;
  background: #313131;
}
.btn.submit_order {
  width: 100%;
  max-width: 250px;
  color: #313131;
  border: 1px solid #313131;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .05rem;
  font-weight: 700;
  padding: .875rem;
  line-height: normal;
  margin: 1rem 1rem .75rem 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  background-color: white;
}
.btn.submit2 {
  background-color: #313131;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.submit3 {
  border: 1px solid #313131;
  background-color: #ffffff;
  z-index: 0;
}
.suborderlarge {}
.basket-add {
  word-break: break-word;
}
.basket-add .btn-lg.submit_order {
  font-size: 13px;
}
.basket-add .part-action {}
.wir {}
.foreign-currency {
  color: #4CAF50;
}
#mengenpreise .foreign-currency {font-size: 1rem;}
*[data-toggle="collapse"] {
  cursor: pointer;
}
h2.navigation_content_title[data-toggle="collapse"]:after {
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  right: 7px;
  color: #313131;
  font-size: .75rem;
  top: 3px;
}
h2.navigation_content_title.collapsed[data-toggle="collapse"]:after {
  content: "\f067";
}
.faleft {
  padding-left: 1.25rem;
  position: relative;
}
.faleft[data-toggle="collapse"]:before {
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #313131;
}
.faleft.collapsed[data-toggle="collapse"]:before {
  content: "\f067";
}
a[data-toggle="popover"] {
  text-decoration: underline dotted;
  cursor: help;
}
form {
  width: 100%;
}
input[type=checkbox], input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
}
select {
  box-shadow: 0 0 0 1px #ffffff;
}
.alert-info a {
  color: #0c5460;
}

/* footer */
.section-footer, .section-copyright {
  background-color: #313131;
  color: #ffffff;
}
.section-footer > div {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.page-footer-link, .section-footer a {
  color: #ffffff;
}
.page-footer-link:hover, .section-footer a:hover {
  color: #f8f9fa;
}
.section-copyright ul, .section-copyright ul a {
  color: #bbb;
}
.section-footer .fa {
  color: #bbb;
}
.section-footer img {
  /* filter: gray; */
  /* -webkit-filter: grayscale(1); */
  /* filter: grayscale(1); */
  opacity: .5;
  margin: 0 4px 4px 0;
  max-width: 70px;
}
.section-footer img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
/* diverses */
.page-header, .section-breadcrumb ul.breadcrumb, .section-content .container-fluid, .section-footer .container-fluid, .section-copyright .container-fluid,
.section-topbar .container-fluid, .section-carousel .container-fluid {
  overflow-wrap: break-word;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.variants select {
  margin-bottom: .75rem;
}
.form-control-sm {
  border: 1px solid #ced4da;
}
a.linknounderline, a.linknounderline:hover {
  text-decoration: none;
}
/* carousel */
.section-carousel .carousel-item .row {
  max-width: 90%;
  margin: 0 auto;
}
.section-carousel .carousel {
  border: 1px solid #dee2e6;
  background-color: white;
}
.carousel-caption {
  color: #313131;
  position: relative;
  padding: 6%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.carousel-item  img {}
.section-carousel {
  margin-top: 1rem;
}
.section-carousel .carousel-control {
  display: none;
}
.section-carousel .carousel-indicators {}
.section-carousel .carousel-indicators > li {
  background-color: #313131;
}
.ees-imgcarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
.ees-imgcarousel .container-fluid {
  padding: 0;
}
.ees-imgcarousel .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  margin-bottom: 0;
}
.ees-imgcarousel .carousel-indicators img {
  max-width: 75px;
}
.ees-imgcarousel .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
  display: inline-block;
  opacity: .8;
}
.ees-imgcarousel .carousel-indicators > li.active {
  opacity: 1;
}
.ees-imgcarousel .carousel-control-next, .ees-imgcarousel .carousel-control-prev {
  width: 32px;
}
.ees-imgcarousel .carousel-control-next-icon, .ees-imgcarousel .carousel-control-prev-icon {
  background-color: #bbbbbb;
  padding: 1rem;
  background-size: 50% 50%;
}
#Panel-Variants-pi {
  position: relative;
  margin-bottom: 9rem;
  top: -9rem;
}
.table-addprice td {
  padding: 0 .75rem;
}
.part-order-sticky > div {
  max-width: calc(100% - 22px);
}
.part-order-sticky.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 3322;
  text-align: center;
  padding: .25rem 0;
  border-bottom: 1px solid #dee2e6;
}
.part-order-sticky.fixed .blank {
  display: block;
  width: inherit;
}
.part-order-sticky.fixed .number-button {
display: none;
}
.mfrinfo-logo {
  float: right;
  margin: 0 0 1rem 1rem;
}
#panel_Info img {
  max-width: 100%;
}
img {
  max-width: 100%;
}
iframe {
  max-width: 100%;
  width: 100%;
}
.totop {
  cursor: pointer;
  position: fixed;
  bottom: 65px;
  right: 20px;
  display:none;
  background-color: #5a5a5a;
  z-index: 3000;
}
.totop .fa {
  color: #ffffff;
  font-size: 1rem;
}
.totop.btn {}
/* Basket */
.basketstateshort_description {
  font-weight: 700;
}
.basket-steps a {
  display: inline-block;
  font-weight: 400;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  opacity: .5;
  margin-right: 1rem;
  padding: 0 2rem 0 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #313131;
  text-decoration: none;
}
.basket-steps  span {
  height: 40px;
  vertical-align: sub;
  line-height: 40px;
}
.basket-steps a span:first-child {
  background-color: #313131;
  color: white;
  display: block;
  width: 40px;
  text-align: center;
  float: left;
  margin-right: 1rem;
}
.basket-steps a.active, .basket-steps a.completed {
  opacity: 1;
}
.order-options input[type="radio"], .address input[type="checkbox"] {
  margin-right: .5rem;
  width: 18px;
  height: calc(1rem + 2px);
}
.order-options td {
  padding-bottom: 0;
  padding-top: 0;
}
.address .labeldeliverycountry {
  width: 100%;
  margin-bottom: 1rem;
}
.address .labeldeliverycountry:after {
  content: " (Lieferland bei Bedarf im Warenkorb ändern)";
  font-size: 88%;
  font-style: italic;
}
/* Nextpages */
.pagination {
  display: flex;
  justify-content: right;
  align-items: right;
  margin: 0;
}
.pagination .page-item {
  display: contents;
}
.pagination .page-item:nth-child(0n+2) a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination .page-link {
  font-size: 1rem;
  margin: 0 .125rem .25rem;
  text-decoration: none;
  color: #313131;
  line-height: initial;
}
.pagination .page-link i {
  font-size: 1rem;
  margin: 0;
}
.pagination .page-link:hover {
  text-decoration: none;
}
.page-item.active .page-link {
  background-color: #313131;
  border-color: #313131;
}
.pagination li.page-item.disabled {
  display: none;
}
/* Input Nummer */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input {
  display: inline-flex;
}
.number-input, .number-input * {
  box-sizing: border-box;
}
.number-input .number-button {
  width: 1.5rem;
  cursor: pointer;
  position: relative;
  line-height: 38px;
  font-size: 0;
}
.number-input .number-button:before {
  font-family: FontAwesome;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  right: 0;
  color: #808080;
  top: 0;
  bottom: 0;
  text-align: center;
  vertical-align: sub;
}
.number-input .dec.number-button:before {
  content:"\f068";
  margin-right: .5rem;
}
.number-input .inc.number-button:before {
  content:"\f067";
  margin-left: .5rem;
}
.number-input input[type=number] {
  padding: .5rem;
  border: 1px solid #dee2e6;
  text-align: center;
  border-radius: 0;
}
.number-order2, .number-order4, .number-order5 {
  display: none;
}
.part-b .number-order0[class*='AP_'], .part-b .number-order0[class*='VCC_'], .part-b .number-order0[class*='VCP_'] {
  border: none;
}
.sicherheitscode img, .sicherheitscode input[name="_ASPCInput_"] {
  margin: 10px 10px 10px 0;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.sicherheitscode input[name="Datenschutz"] {
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
}
/* Diverses */
h1 {
  font-size: 1.75rem;
  font-weight: 700;
}
h2 {
  font-size: 1.375rem;
  position: relative;
  font-weight: 700;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
h5 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1rem;
}
.fa {
  position: relative;
  font-size: 1.5rem;
  color: #808080;
}

.fa-2x {
  font-size: 2em;
}
a {
  color: #313131;
  text-decoration: underline;
}
a:hover {
  color: #313131;
}
.navlink a {
  text-decoration: none;
}
.navlink a:hover {
  text-decoration: underline;
}
.modal-dialog button.close {
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: .5rem;
  z-index: 999;
}
.blank {
  display: none;
}
.btn.submit:hover, .btn.submit2:hover, .btn.submit3:hover {
  box-shadow: 0 0 0 rgb(49 49 49);
  animation: pulse 1s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(49,49,49, 0.4);
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(49,49,49, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(49,49,49, 0.4);
    box-shadow: 0 0 0 0 rgba(49,49,49, 0.4);
  }
  100% {
      -moz-box-shadow: 0 0 0 10px rgba(49,49,49, 0);
      box-shadow: 0 0 0 10px rgba(49,49,49, 0);
  }
}
.small {
  line-height: 1.25rem;
}
@media only screen and (max-width: 1199px) {
  .btn-lg {
  }
}
@media only screen and (min-width: 992px) {
  .section-header.fixed-top .header-ownerlogo img {
    height: 32px;
  }
  .grpmenu a[href="#"], .shopmenu2 a[href="#"] {
    text-decoration: none!important;
    cursor: default;
  }
  .navbar-nav li:hover > a {
    color: #757575;
  }
  .esgrouplist, .essubjectslist {
  overflow-y: auto;
  }
  .grpmenu > li {
    padding: 1rem 0rem 0 1rem;
  }
  .essubjectslist ul, .grpmenu .shopmenu2, .shopmenu2 .grpmenui > li  {
    padding: 0;
  }
  .shopmenu2 .esgrouplist li a{
    padding: .25rem 0;
    font-weight: 700;
  }
  .essubjectslist ul {
    padding-top: 1rem;
  }
  .essubjectslist li {
    padding: 0 1rem 0.25rem 1rem;
  }
  .essubjectslist li a {
  }
  .shopmenu2 ul.catmenu {
    display: block;
    padding: 0;
  }
  .order-options .sticky-top {
    top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header {
    padding-bottom: .75rem;
    padding-top: .75rem;
  }
  .header-ownerlogo {
    padding: 1rem 0;
  }
  .section-header.fixed-top {
    border-bottom: 1px solid #dee2e6;
  }
  .section-header.fixed-top .header-ownerico {
    display: block;
    margin: 3px .5rem 0 0;
  }
  .basket-state .anmelden > .btn {
    margin-left: 0;
  }
  .basket-state .anmelden:hover .basket-submenu, .basketstate:hover .basket-submenu {
    display: none;
  }
  .shopmenu, .shopmenu2 {
    width: 100%;
  }
  .shopmenu2 .esgrouplist li, .essubjectslist li{
    padding: 0;
  }
  .grpmenu li a, .essubjectslist ul a {
    padding: .5rem 0;
    border-top: 1px solid #a7a7a7;
  }
  .section-header.fixed-top .order-first, .section-header.fixed-top .order-2 {
    height: .5rem;
    opacity: 0;
    overflow: hidden;
    display: none;
  }
  .section-mainmenu {
    margin-bottom: 1rem;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 3rem;
  }
  .section-mainmenu > div {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: normal;
    margin-bottom: 3rem;
  }
  .section-mainmenu a {
    width: 100%;
    font-size: 125%;
  }
  .grpmenu li {
  padding: 0;
  }
  .grpmenu a[href="#"]:after, .shopmenu .grpmenuplus > a:after, .shopmenu .subjmenuplus > a[href="#"]:after, .shopmenu2 .subjmenuplus > a[href="#"]:after {
    font-family: FontAwesome;
    content:"\f067";
    color: #5a5a5a;
    float: right;
  }
  .grpmenu a.faplus[href="#"]:after {
    content:"\f067";
  }
  .grpmenu .faminus > a[href="#"]:after, .shopmenu .grpmenuplus.show > a:after, .shopmenu .subjmenuplus.show > a[href="#"]:after, .shopmenu2 .subjmenuplus.show > a[href="#"]:after {
    font-family: FontAwesome;
    content:"\f068";
  }
  .shopmenu2 .grpmenuplus > a[href="#"]:after {
    content: "\f067";
    font-family: FontAwesome;
    color: #5a5a5a;
    float: right;
  }
  .shopmenu2 .grpmenuplus.show > a[href="#"]:after {
    content:"\f068";
  }
  .shopmenu2 .grpmenuplus > a:after {
    content:" ";
  }
  .shopmenu2 .esgrouplist li a {
  }
  .essubjectslist, .esgrouplist {
    border: none;
    box-shadow: none;
    background-color: #ffffff;
  }
  .essubjectslist > ul, .esgrouplist > ul, .shopmenu2 .esgrouplist > ul {
    padding: 0;
    border-bottom: 1px solid #a7a7a7;
  }
  .shopmenu2 .esgrouplist {
    position: relative;
    border: 0;
    padding: 0;
    top: 0;
  }
  .shopmenu2 > li > a {
  }
  .shopmenu2 ul.catmenu {
  }
  .catmenu, .subcatmenu {
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.2s ease;
  }
  .catmenu.show, .subcatmenu.show {
    transform: scaleY(1);
  }
  .catmenu li a {
    padding: .5rem 0;
  }
  .subcatmenu {
    display: block;
  }
  .navigation_content {
    display: none;
  }
  .grouppage-list li {
  -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  #userprofile_navigation.navigation_content {
    display: block;
    padding: 0!important;
  }
  .myaccountcommands ul li {
    display: inline-block;
    padding: .25rem 1rem 0 0;
  }
  .mobile-menu {
    position: relative;
    z-index: 2010;
    margin-right: -.75rem;
  }
  .mobile-menu span {
    display: block;
    background-color: #5a5a5a;
    height: 3px;
    width: 27px;
    margin-top: 2px;
    margin-bottom: 3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    border: 1px solid #ffffff;
    box-sizing: initial;
  }
  .mobile-menu span:nth-child(1),
  .mobile-menu span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
  }
  .mobile-menu:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
  }
  .mobile-menu:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
  }
  .mobile-menu:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
  }
  .section-breadcrumb .breadcrumb {
    padding: 0 1rem .5rem;
  }
  .partinfo .carousel-control {
    display: none;
  }
  .fa {
    font-size: 1.75rem;
  }
  .part-action input[name="AddItemCmd"] {
    font-size: 1.75rem;
    height: 2rem;
  }
  .section-carousel {
    margin-top: 0;
  }
  .carousel-caption {
    padding: 3% 0;
  }
  .section-carousel .carousel-indicators {
    position: relative;
    margin-bottom: 0;
  }
  .carousel-indicators li {
    margin: 1rem .25rem;
  }
  .esrecordcount > div {
    margin-bottom: 1rem;
  }
  .part-new, .part-sale {
  }
  .section-copyright {
    text-align: center;
  }
  .modal.show .modal-dialog {
  }
  .kontaktform textarea {
    height: 125px;
  }
  .order-footer {
    position: sticky;
    bottom: 0;
    background: #e5e5e5;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    z-index: 2000;
  }
  .order-footer div:first-child {
    display: block;
  }
  .section-breadcrumb {
    min-height: 5px;
  }
  .basket-steps a {
    padding: 0;
    margin-right: 5px;
  }
  .basket-steps a span {
    line-height: 28px;
  }
  .basket-steps a span:first-child {
    width: 20px;
    height: 30px;
    margin-right: 3px;
  }
  .order_preview_pay .submit {
    width: 100%;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-item img {
    max-height: 250px;
  }
  #section-topbar, #section-topbar .row {
    height: 35px;
  }
  #section-topbar {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 300px;
  }
  #section-topbar .row > div {
    float: left;
    position: relative;
    width: 300px;
    display: inline-block;
  }
  #section-topbar .row {
    list-style: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 9000px;
    transition: left .3s linear;
    -moz-transition: left .3s linear;
    -o-transition: left .3s linear;
    -webkit-transition: left .3s linear;
    padding: 0;
    margin: 0;
  }
  .topbar-container {
    margin: 0 auto;
    padding: 0;
    width: 250px;
  }
  @-webkit-keyframes slide-animation {
    0% {opacity:0;}
    2% {opacity:1;}
    28% {left:0px; opacity:1;}
    30.5% {opacity:0.6;}
    33.3333% {left:-300px; opacity:1;}
    62% {left:-300px; opacity:1;}
    64% {opacity:0.6;}
    66.6666% {left:-600px; opacity:1;}
    95% {opacity:1;}
    98% {left:-600px; opacity:0;} 
    100% {left:0px; opacity:0;}
  }
  @-webkit-keyframes slide-animation4 {
    0% {opacity:0;}
    2% {opacity:1;}
    20% {left:0px; opacity:1;}
    22.5% {opacity:0.6;}
    25% {left:-300px; opacity:1;}
    45% {left:-300px; opacity:1;}
    47.5% {opacity:0.6;}
    50% {left:-600px; opacity:1;}
    70% {left:-600px; opacity:1;}
    72.5% {opacity:0.6;}
    75% {left:-900px; opacity:1;}
    95% {opacity:1;}
    98% {left:-900px; opacity:0;} 
    100% {left:0px; opacity:0;}
  }
  #section-topbar .row {
    -webkit-animation: slide-animation 15s infinite;
  }
  #section-topbar .row:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
  #BasketForm .part, #OrderPreview .part {
    border: 1px solid #e5e5e5;
    padding: 1rem;
  }
  #BasketForm .justify-content-end.text-secondary {
    -ms-flex-pack: left!important;
    justify-content: left!important;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-brand {
    margin: 0;
  }
  .section-header div.order-first {
  }
  .basket-state .container {
    padding-left: 0;
  }
  .grouppage-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: .125rem;
  }
  .mfrinfo-logo {
    margin: 0 1rem 1rem 0;
    float: none;
    clear: both;
    display: block;
  }
  .basket-state .row > div {
    width: 33%;
    text-align: right;
  }
  .basket-state .btn {
    padding: 0;
    margin: 0 .5rem;
  }
  .page-header .fa:before {
    font-size: 1.75rem;
  }
  .anmelden .dropdown-menu::before, .anmelden .dropdown-menu::after {
    display: none;
  }
  .btn-lg.submit_order {
    max-width: 100%;
    width: 100%!important;
    margin-right: 0!important;
  }
  a.part-variants, a.part-info {
    display: none;
  }
  .part-order-sticky.fixed {
    padding: .5rem .25rem 0;
    line-height: 1rem;
    font-size: 90%;
  }
  .part-order-sticky.fixed .number-input .number-button {
    display: none;
  }
  .part-order-sticky.fixed input.quantity {
    padding: .25rem;
    height: 2rem!important;
  }
  .part-order-sticky.fixed input.submit {
    font-size: 85%;
    margin: 0;
    padding: .5rem;
  }
  .part-order-sticky.fixed .salesunittext {
    display: none;
  }
  .basket-steps a {
    width: 32%;
    margin: 0;
    border-bottom: 0;
    vertical-align: top;
  }
  .basket-steps a span {
    display: block;
    font-size: .8rem;
    line-height: normal;
    height: auto;
  }
  .basket-steps a span:first-child {
    width: 50%;
    margin: 0 25%;
    font-size: 1rem;
    height: auto;
    padding: .25rem;
  }
  .order_preview_pay {
    padding: 15px 0;
  }
  h4.footer-menu:after {
    font-family: FontAwesome;
    content: "\f067";
    color: #bbbbbb;
    font-size: 1rem;
    margin-left: .5rem;
  }
  h4.footer-menu.active:after {
    content: "\f068";
  }
  .home .grouppage-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: .5rem;
    margin-bottom: 0;
  }
}
@media (prefers-color-scheme: dark) {
  .btn.submit2, .form-control {
    border: 1px solid #dee2e6;
    box-shadow: 0 0 0 1px #dee2e6;
  }
}
@page {
  size: A4;
}
@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  html, body {
    width: 210mm;
    height: 297mm;
  }
  .noprint {
    display: none;
  }
  /* .page_content  {zoom: 100%;} */
  tr {
    page-break-inside: avoid;
  }
}