@font-face {
  font-family: 'BruumFY-Light';
  src: url('../fonts/bruum-fy-w01-light.eot');
  src: url('../fonts/bruum-fy-w01-light.eot?#iefix') format('embedded-opentype'), url('../fonts/bruum-fy-w01-light.woff') format('woff'), url('../fonts/bruum-fy-w01-light.woff2') format('woff2'), url('../fonts/bruum-fy-w01-light.ttf') format('truetype');
}
@font-face {
  font-family: 'BruumFY-Regular';
  src: url('../fonts/bruum-fy-w01-regular.eot');
  src: url('../fonts/bruum-fy-w01-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bruum-fy-w01-regular.woff2') format('woff2'), url('../fonts/bruum-fy-w01-regular.woff') format('woff'), url('../fonts/bruum-fy-w01-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.avts-catalog {
  /* Slider in Facettensuchen */
  /***************** Layer***********************/
}
.avts-catalog-main-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin-left: -10px;
}
.avts-catalog-tile {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .avts-catalog-tile-content-middle--sm {
    display: block;
  }
}
@media (max-width: 767px) {
    .avts-catalog-tile-content-middle--sm {
        display: none;
    }
    .avtsSearchResult .avts-catalog-tile-content-middle--sm,
    .new-tile-container .avts-catalog-tile-content-middle--sm {
        display: block;
    }
}
@media (min-width: 768px) {
  .avts-catalog-tile-content-middle--xs {
    display: none;
  }
}
@media (max-width: 767px) {
  .avts-catalog-tile-content-middle--xs {
    display: block;
    margin-left: 20px;
  }
}
.avts-catalog-tile-description {
  padding: 0px 20px 0px 0px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  text-align: justify;
}
.avts-catalog-tile-content__symbol {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.avts-catalog-tile .avts-catalog-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.avts-catalog-tile .avts-catalog-picture-wrapper {
  justify-content: center;
  border: 1px solid #cccccc;
  margin: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .avts-catalog-tile .avts-catalog-picture-wrapper {
    width: 250px;
    height: 250px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-tile .avts-catalog-picture-wrapper {
    width: 160px;
    height: 160px;
    padding: 5px;
  }
}
.avts-catalog-tile .avts-catalog-picture {
  display: flex;
  justify-content: center;
}
.avts-catalog-tile .avts-catalog-picture img {
  border: none;
}
@media (max-width: 767px) {
  .avts-catalog-tile .avts-catalog-picture img {
    width: 150px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .avts-catalog-tile .avts-catalog-picture img {
    max-width: 250px;
  }
}
.avts-catalog-tile .avts-catalog-header {
    height: 40px;
    position: relative;
}
.avts-catalog-tile .new-tile-container .avts-catalog-header {
    height: auto;
}
.avts-catalog-tile .avts-catalog-content-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.avts-catalog-tile .avts-catalog-title {
  font-family: BruumFY-Light, Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #e65014;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
}
.avts-catalog-tile .avts-catalog-title-tile {
  margin-left: 0px;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .avts-catalog-tile .avts-catalog-title-tile {
    margin-bottom: 20px;
  }
}
.avts-catalog-tile .avts-catalog-header {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.avts-catalog-tile .avts-catalog-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 0px;
  padding-right: 10px;
  position: absolute;
  right: 10px;
}
.avts-catalog-tile-variant-list {
  background-color: #f2f2f2;
  padding: 10px;
}
.avts-catalog-tile-variant-list-open {
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #e65014;
  cursor: pointer;
}
.avts-catalog-tile-variant-list-open .avts-catalog-content {
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  margin-left: 20px;
  margin-top: 10px;
}
.avts-catalog-tile-variant-list-container {
  display: none;
}
.avts-catalog-tile-variant-list-close {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f2f2f2;
  cursor: pointer;
}
.avts-catalog-tile-variant-list-close-content {
  margin-left: 20px;
}
.avts-catalog-tile-variant-list-showall {
  background-color: #e65014;
  cursor: pointer;
  color: #ffffff;
  margin-bottom: 5px;
}
.avts-catalog-tile-variant-list-icon--minus {
  color: #e65014;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.avts-catalog-tile-variant-list-icon--minus::after {
  content: "\f068";
  _content: "\f016";
  font-size: 20px;
  line-height: 40px;
  font: normal normal normal 14px/1;
}
.avts-catalog-tile-variantinfo {
  background-color: #ffffff;
  margin: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .avts-catalog-tile-variantinfo {
    display: flex;
  }
}
.avts-catalog-tile-variantinfo-order {
  color: #e65014;
  font-size: 20px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .avts-catalog-tile-variantinfo-order {
    clear: both;
  }
}
.avts-catalog-tile-variantinfo-productID a {
  color: #e65014;
}
@media (min-width: 768px) {
  .avts-catalog-tile-variantinfo-productID a {
    white-space: nowrap;
  }
}
.avts-catalog-tile-variantinfo-features {
  color: #797979;
}
.avts-catalog-tile-variantinfo-features ul {
  list-style-type: square;
}
.avts-catalog-tile-variantinfo-features ul li {
  /*
						@media (min-width: @screen-sm-min) {
							float: left;
						}
						*/
  float: left;
  margin-right: 22px;
}
.avts-catalog-tile-square {
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .avts-catalog-tile-square {
    height: 290px;
    width: 290px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-tile-square {
    height: 200px;
    width: auto;
    padding: 5px;
  }
}
.avts-catalog-tile-square .avts-catalog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .avts-catalog-tile-square .avts-catalog-content {
    height: 290px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-tile-square .avts-catalog-content {
    height: auto;
  }
}
.avts-catalog-tile-square .avts-catalog-content .avts-catalog-title {
  font-family: BruumFY-Light, Arial;
  color: #e65014;
  text-align: center;
  font-style: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .avts-catalog-tile-square .avts-catalog-content .avts-catalog-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-tile-square .avts-catalog-content .avts-catalog-title {
    font-size: 12px;
  }
}
.avts-catalog-tile-square .avts-catalog-picture {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .avts-catalog-tile-square .avts-catalog-picture img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (min-width: 768px) {
  .avts-catalog-tile-square .avts-catalog-picture img {
    max-width: 250px;
  }
}
.avts-catalog-tile-square .avts-catalog-picture-wrapper {
  border: none;
  width: auto;
  height: auto;
  margin-left: 0;
}
.avts-catalog-tile .avts-catalog-picture__icon {
  height: 120px;
  width: 120px;
}
.avts-catalog-tile .avts-catalog-picture__icon.avts-catalog__icon--configuration {
  color: #e65014;
  background-color: #ffffff;
  margin-left: 10px;
  text-align: center;
}
.avts-catalog-tile .avts-catalog-picture__icon.avts-catalog__icon--configuration::after {
  content: "\f013";
  font-size: 60px;
  line-height: 120px;
  font: normal normal normal 14px/1;
}
.avts-catalog-picture {
  display: flex;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}
.avts-catalog__icon {
  height: 40px;
  width: 40px;
}
.avts-catalog__icon-row {
  display: flex;
}
.avts-catalog__icon--small {
  height: 20px;
  width: 20px;
}
.avts-catalog__icon--calculation,
.avts-catalog__icon--cad {
  background-color: #585858;
  margin-left: 10px;
}
.avts-catalog__icon--configuration {
  color: #ffffff;
  background-color: #e65014;
  margin-left: 10px;
  text-align: center;
}
.avts-catalog__icon--configuration::after {
  content: "\f013";
  font-size: 20px;
  line-height: 40px;
  font: normal normal normal 14px/1;
}
.avts-catalog__icon--documentation {
  background-color: #e65014;
  color: #ffffff;
  margin-left: 10px;
  text-align: center;
}
.avts-catalog__icon--documentation::after {
  content: "\f1c1";
  font-size: 20px;
  line-height: 40px;
  font: normal normal normal 14px/1;
}
.avts-catalog__icon--download {
  background-color: #e65014;
  color: #ffffff;
  margin-left: 10px;
  text-align: center;
}
.avts-catalog__icon--download::after {
  content: "\f019";
  font-size: 20px;
  line-height: 40px;
  font: normal normal normal 14px/1;
}
.avts-catalog__icon--plus {
  background-color: #e65014;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.avts-catalog__icon--plus::after {
  content: "\f067";
  _content: "\f016";
  font-size: 20px;
  line-height: 40px;
  font: normal normal normal 14px/1;
}
.avts-catalog__icon--minus {
  background-color: #e65014;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.avts-catalog__icon--minus::after {
  content: "\f068";
  font-size: 20px;
  line-height: 40px;
  font: normal normal normal 14px/1;
}
.avts-catalog-search-box {
  font-size: 15px;
  text-align: left;
  /*
		& .avts-catalog-children label{
			font-weight: bold;
		}
		*/
}
.avts-catalog-search-box input {
  color: #333333;
}
.avts-catalog-search-box a {
  color: #ffffff;
}
.avts-catalog-search-box label {
  font-weight: normal;
  margin-bottom: 0px;
}
.avts-catalog-filter-clearall {
  border: 2px solid white;
  margin: 10 0;
  cursor: pointer;
}
.avts-catalog-filter-title {
  font-family: BruumFY-Light, Arial;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
.avts-catalog-filter div.avts-catalog-attribute-title {
  /*margin-top: 10px;*/
  /*border-top: 1px solid;*/
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .avts-catalog-filter div.avts-catalog-attribute-title {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .avts-catalog-filter div.avts-catalog-attribute-title-icons {
    display: none;
  }
}
.avts-catalog-filter div.avts-catalog-attribute-properties {
  font-size: 10px;
}
.avts-catalog-filter div.avts-catalog-attribute-value label {
  display: block;
  margin-bottom: -2px;
}
.avts-catalog-filter select.avts-catalog-attribute-value {
  width: 100%;
  color: #000000;
}
.avts-catalog-filter-box {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.avts-catalog-filter-box:last-child {
  padding-bottom: 20px;
}
.avts-catalog-filter-box--category,
.avts-catalog-filter-box--category-selected,
.avts-catalog-filter-box--title {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.avts-catalog-filter-box--category-selected {
  padding-top: 0px;
}
.avts-catalog-filter-box--category-selected,
.avts-catalog-filter-box--title {
  border: 0px;
}
.avts-catalog-filter-box--toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background-color: #e65014;
  font-family: BruumFY-Light, Arial;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  border-top: 1px solid #fff;
}
.avts-catalog-filter-box--toggle:hover,
.avts-catalog-filter-box--toggle:active,
.avts-catalog-filter-box--toggle:focus {
  color: white;
  text-decoration: none;
}
.avts-catalog-filter-box--toggle:after {
  color: #ffffff;
  position: relative;
}
.avts-catalog-filter-box--toggle span {
  height: auto;
  width: auto;
  margin: 0;
}
.avts-catalog-filter-box--toggle span::after {
  font-size: 16px;
  line-height: 20px;
}
.avts-catalog-filter-execute {
  background-color: #585858;
}
@media (min-width: 768px) {
  .avts-catalog-filter-execute {
    display: none;
  }
}
@media (max-width: 767px) {
  .avts-catalog-filter-execute {
    display: block;
  }
}
.avts-catalog-filter-execute--inner {
  padding: 10px;
}
.avts-catalog-filter-execute--btn {
  width: 100%;
  border: 2px solid white;
}
.avts-catalog-direct-buy ul {
  margin: 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .avts-catalog-attribute-value {
    display: none;
  }
}
.avts-catalog-attribute-value.avts-catalog-attribute-value--checked {
  display: block;
}
.avts-catalog-attribute-value-range {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.avts-catalog-submit-filter-box {
  padding: 3px;
  font-size: 15px;
}
.avts-catalog-engineering,
.avts-catalog-links {
  font-family: BruumFY-Light, Arial;
}
.avts-catalog-content-message {
  width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.avts-catalog-content-message--warning {
  background-color: #f2dede;
  color: #a94442;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  height: auto;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.avts-catalog-content-message-product {
  margin-left: 0;
}
.avts-catalog-search__extend {
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 100%;
}
.avts-catalog-group {
  width: 100%;
  margin-bottom: 10px;
}
.avts-catalog-group-header {
  margin-top: 0px;
  margin-left: 10px;
}
.avts-catalog-group-content {
  margin-top: 10px;
  padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.avts-catalog-slider-wrapper,
.avts-catalog-input-fields {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #e65014;
}
.avts-catalog-slider {
  position: relative;
  top: 20px;
  height: 2px;
  background-color: #585858;
  width: 100%;
  left: 5px;
}
.avts-catalog-slider-input {
  width: 3.2em;
  color: #333333;
}
.avts-catalog-slider-handle {
  position: absolute;
  top: -10px;
  margin-left: -10px;
  cursor: default;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: 0 solid #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75), 0 1px 5px rgba(0, 0, 0, 0.24);
}
.avts-catalog-slider-range {
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  left: 0%;
  width: 100%;
}
.avts-catalog-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  visibility: visible;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
}
.avts-catalog-layer-opa {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url('../../Images/overlay.png') repeat 0 0;
  display: block;
  opacity: 0.9;
  cursor: pointer;
  visibility: visible;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
}
.avts-catalog-layer-image {
  float: none;
  text-align: center;
  position: absolute;
  margin: auto;
  max-width: 100%;
  max-height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.avts-catalog-layer-display-none {
  display: none;
}
.avts-catalog-modal-content {
  border-radius: 0px;
}
.avts-catalog-modal-content table {
  font-size: 1.3rem;
}
.avts-catalog-modal-content table td {
  height: 58px !important;
}
.avts-catalog-modal-content table td img {
  max-height: 27px;
}
.avts-catalog-modal-content .modal-body {
  overflow: auto;
}
.avts-catalog-modal-content .modal-body .avts-catalog-tablewrapperInner {
  /*overflow-x: scroll;*/
  margin: 0;
  border: none;
  margin-right: 0 !important;
}
.avts-catalog-modal-title {
  font-family: BruumFY-Regular, Arial;
  color: #e65014;
}
.avts-catalog-symbol-type {
  padding-right: 10px;
}
.avts-catalog-symbol-link a {
  color: #e65014;
}
.avts-catalog-customerInfo__name {
  font-weight: bold;
}
.avts-catalog-customerInfo__numberTitle {
  margin-right: 3px;
}
.avts-catalog-etools__item {
  display: flex;
  margin-top: 10px;
}
.avts-catalog-etools:first-of-type {
  margin-top: 0;
}
.avts-catalog-etools__icon {
  width: 40px;
  margin-right: 10px;
  display: inline-block;
}
.avts-catalog-etools__content {
  width: 200px;
  align-self: center;
}
#avts-global__eShop {
  display: none;
}
.modal-dialog {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: auto !important;
  }
}
a.avts-catalog-navilink {
  color: #e65014;
  text-decoration: none;
}
a.avts-catalog-navilink:hover .avts-catalog-title {
  text-decoration: underline;
}
@media (max-width: 767px) {
  a.avts-catalog-navilink {
    width: calc(50%);
  }
}
.avts-catalog {
  /*avts-catalog*/
}
.avts-catalog-button-max-width {
  width: 100%;
}
.avts-catalog-table-multiHeadline thead tr th {
  padding: 10px 10px 5px 10px;
}
.avts-catalog-table__product {
  margin-bottom: 0px;
}
.avts-catalog-table__product thead > tr {
  text-transform: none;
}
.avts-catalog-table__variant {
  margin-bottom: 0px;
  white-space: nowrap;
}
.avts-catalog-table__variant thead > tr {
  text-transform: none;
}
.avts-catalog-table__variant th,
.avts-catalog-table__variant td {
  text-align: right;
  vertical-align: top;
  padding: 10px;
  white-space: nowrap;
}
.avts-catalog-table__variant th.fix,
.avts-catalog-table__variant td.fix {
  background-color: inherit;
}
.avts-catalog-table__variant th.link-cell,
.avts-catalog-table__variant td.link-cell {
  /* Styles für popover innerhalb der Link-Cell */
}
.avts-catalog-table__variant th.link-cell:hover,
.avts-catalog-table__variant td.link-cell:hover,
.avts-catalog-table__variant th.link-cell-marked,
.avts-catalog-table__variant td.link-cell-marked {
  background-color: #e65014;
}
.avts-catalog-table__variant th.link-cell a,
.avts-catalog-table__variant td.link-cell a {
  color: #e65014;
  text-decoration: none;
}
.avts-catalog-table__variant th.link-cell:hover a,
.avts-catalog-table__variant td.link-cell:hover a,
.avts-catalog-table__variant th.link-cell-marked a,
.avts-catalog-table__variant td.link-cell-marked a,
.avts-catalog-table__variant th.link-cell-marked a.link-cell-menu__icon,
.avts-catalog-table__variant td.link-cell-marked a.link-cell-menu__icon {
  color: #ffffff;
  cursor: pointer;
}
.avts-catalog-table__variant th.link-cell li a,
.avts-catalog-table__variant td.link-cell li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
.avts-catalog-table__variant th.link-cell li:hover a,
.avts-catalog-table__variant td.link-cell li:hover a {
  text-decoration: underline;
}
.avts-catalog-table__variant th a.link-cell-menu__icon,
.avts-catalog-table__variant td a.link-cell-menu__icon {
  color: #797979;
}
.avts-catalog-table__variant th img,
.avts-catalog-table__variant td img {
  max-height: 100%;
  max-width: none;
}
.avts-catalog-table__directbuy {
  margin-bottom: 0;
  font-size: 14px;
}
.avts-catalog-table__directbuy th {
  text-align: center;
}
.avts-catalog-table__directbuy tr th,
.avts-catalog-table__directbuy tr td {
  text-transform: none;
}
.avts-catalog-table__directbuy td a {
  color: #e65014;
}
.avts-catalog-table__directbuy td a:after {
  margin-left: -15px;
  font-size: 16px;
}
.avts-catalog-table__directbuy td:nth-child(4) {
  text-align: right;
  font-weight: bold;
}
.avts-catalog-table__directbuy td:last-child {
  text-align: center;
  white-space: nowrap;
}
.avts-catalog-table__marked-line td {
  background-color: #e65014;
  font-weight: bold;
  color: #ffffff;
}
.avts-catalog-table__marked-line td.link-cell,
.avts-catalog-table__marked-line td.link-cell > div > div > a {
  background-color: #e65014;
  font-weight: bold;
  color: #ffffff;
}
.avts-catalog-table__static {
  margin-bottom: 0px;
  white-space: nowrap;
}
.avts-catalog-table__static th,
.avts-catalog-table__static td {
  text-align: right;
  vertical-align: top;
  padding: 10px;
  white-space: nowrap;
}
.avts-catalog-table__static th.link-cell:hover,
.avts-catalog-table__static td.link-cell:hover {
  background-color: #e65014;
}
.avts-catalog-table__static th.caption,
.avts-catalog-table__static td.caption {
  color: #ffffff;
  background-color: #585858;
  padding: 15px 10px;
  font-weight: bold;
}
.avts-catalog-table__footnote {
  font-size: 12px;
  margin-top: 8px;
}
.avts-catalog-table__footnote td:first-child {
  padding-right: 10px;
}
.avts-catalog-table__footnote-footnote td:empty {
  padding-right: 0px;
}
.avts-catalog-table__wrapper {
  margin-bottom: 28px;
}
.avts-catalog-table__wrapper .pagination .next_link.disabled,
.avts-catalog-table__wrapper .pagination .prev_link.disabled {
  background-color: #f2f2f2;
  pointer-events: none;
}
.avts-catalog-table__wrapper .pagination .next_link:focus,
.avts-catalog-table__wrapper .pagination .prev_link:focus {
  background-color: #ffffff;
}
.avts-catalog-table__blank.table td {
  border-top: 0px;
}
.avts-catalog-tablewrapperOuter {
  position: relative;
}
.avts-catalog-tablewrapperInner {
  /*overflow-x: scroll;*/
  margin: 0;
  border: none;
}
.avts-catalog-table-cell-rightalign {
  margin-right: 0px;
  margin-left: auto;
}
.avts-catalog-title {
  color: #e65014;
  font-family: BruumFY-Light, Arial;
  font-weight: 400;
}
.avts-catalog-link-menu ul {
  margin-bottom: 10px;
}
.avts-catalog-popover-links {
  color: #ffffff;
  background-color: #585858;
  border-radius: 0px ;
}
.avts-catalog-popover-links.left > .arrow:after {
  border-left-color: #585858;
}
.avts-catalog-popover-links.bottom > .arrow:after {
  border-bottom-color: #585858;
}
.avts-catalog-popover-links.right > .arrow:after {
  border-right-color: #585858;
}
.avts-catalog-popover-links-list {
  padding: 5px 10px 5px;
  list-style: none;
}
.avts-catalog-popover-links__list__item {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px 0;
  margin-right: 20px;
  color: inherit;
}
.avts-catalog-popover-links__list__item:after {
  color: #e65014;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  display: inline-block;
  content: "\f054";
  top: 10px;
}
.avts-catalog-asset__wrapper {
  margin-bottom: 30px;
}
.avts-catalog-asset__wrapper-last {
  margin-bottom: 0px;
}
.avts-catalog-asset__header {
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #585858;
  padding: 15px 10px;
  font-weight: bold;
}
.avts-catalog-asset__footer {
  margin-top: 5px;
  font-size: 12px;
}
.avts-catalog-asset--beforetable {
  margin-bottom: 15px;
}
.avts-catalog-asset__content {
  display: inline-block;
  position: relative;
}
.avts-catalog-asset__content__small {
  width: 100px;
}
.avts-catalog-image__bordered {
  padding: 20px;
  border: 1px solid #cccccc;
}
.avts-catalog-input-basket {
  width: 50px;
  text-align: center;
}
.avts-catalog-add2basket {
  margin-left: 20px;
  z-index: 5;
  display: inline-block;
}
.avts-catalog-add2basket a:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f07a";
  margin-left: 5px;
}
.avts-catalog-link-materialnumber {
  margin-left: 10px;
  margin-right: 5px;
}
.avts-catalog-link-add2basket {
  margin-left: 20px;
  z-index: 5;
  display: inline-block;
}
.avts-catalog-link-add2basket a:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f07a";
  margin-left: 5px;
}
.avts-catalog-eShop--variant {
  margin-top: 20px;
  display: none;
  justify-content: space-between;
}
.avts-catalog-eShop-displayPrice {
  display: flex;
}
@media (max-width: 767px) {
  .avts-catalog-eShop-displayPrice {
    justify-content: flex-end;
  }
}
.avts-catalog-eShop-displayPrice h3 {
  white-space: nowrap;
}
.avts-catalog-eShop-col {
  width: 49%;
}
.avts-catalog-eShop-onStockIn:before {
  content: " ";
}
.avts-catalog-eShop-deliveryTime:before {
  content: " ";
}
.avts-catalog-eShop-deliveryTime:after {
  content: " ";
}
.avts-catalog-eShop-adaptPieces-minus:after {
  color: #585858;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f146";
  margin-right: 5px;
}
.avts-catalog-eShop-adaptPieces-plus:after {
  color: #585858;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f0fe";
  margin-left: 5px;
}
.avts-catalog-eShop-adaptPieces-desc {
  margin-left: 10px;
}
.avts-catalog-eShopOld--variant {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.avts-catalog-add2basket.avts-catalog-add2basket--section {
  margin-left: 5px;
  cursor: pointer;
}
.avts-catalog-add2basket span {
  margin: 0px;
  display: inline-block;
}
.avts-catalog-add2basket button {
  width: 100%;
}
.avts-catalog-features {
  /*avts-catalog-features*/
  color: #797979;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .avts-catalog-features {
    margin-left: -15px;
  }
}
.avts-catalog-features ul {
  margin-left: -10px;
  list-style-type: square;
}
.avts-catalog-features li {
  text-decoration: none;
}
.avts-catalog-product {
  /*avts-catalog-product*/
}
.avts-catalog-product-features {
  color: #797979;
  line-height: 20px;
  margin-bottom: 20px;
}
.avts-catalog-product-features ul {
  list-style-type: square;
}
.avts-catalog-product-features ul li {
  float: left;
  margin-right: 22px;
}
.avts-catalog-product-body-right {
  overflow: auto;
}
.avts-catalog-product-picture {
  margin: 20px;
}
.avts-catalog-product-picture-wrapper {
  max-width: 100%;
  width: 250px;
  height: 250px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative;
}
.avts-catalog-product-picture-wrapper--symbol {
  height: auto;
}
.avts-catalog-product-picture-enlarge {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}
.avts-catalog-product-picture-enlarge--small {
  right: 10px;
  bottom: 5px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 767px) {
  .avts-catalog-product-picture-enlarge {
    background-color: #fff;
    width: 20px;
    height: 20px;
  }
}
.avts-catalog-product-symbol {
  margin: 20px;
  width: 150px;
}
.avts-catalog-product-symbol-centering {
  display: flex;
  justify-content: center;
}
.avts-catalog-product-symbol-download {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.avts-catalog-product-table-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.avts-catalog-product-table-controls strong {
  color: #e65014;
  padding-left: 5px;
}
.avts-catalog-product-table-controls strong:hover {
  cursor: pointer;
}
.avts-catalog-product-table-controls span:hover {
  cursor: pointer;
}
.avts-catalog-triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.avts-catalog-triangle::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #def0d8 transparent transparent;
}
.avts-catalog-triangle::after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  top: -15px;
  left: -5px;
  color: #3C763D;
}
.avts-catalog-result-group-head {
  width: 100%;
  margin: 35px 0 10px 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 200;
  color: #333333;
  background-color: #f2f2f2;
  font-family: BruumFY-Light, Arial;
}
.avts-catalog-hidden {
  display: none;
}
.avts-catalog-overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black background with opacity */
  z-index: 1000;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: wait;
  /*cursor: url("/pneumatics-shop/resources/Images/web/Feedback.gif"), auto;*/
}
.avts-catalog-overlay-image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  margin-top: 250px;
}
.avts-catalog-icon--positive {
  background-color: none;
  color: #e65014;
}
.avts-catalog-icon--enlarge:after {
  content: "\f0b2";
}
@media (min-width: 768px) {
  .avts-catalog-icon--enlarge:after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-icon--enlarge:after {
    font-size: 18px;
  }
}
.avts-catalog-icon--enlarge--small:after {
  content: "\f0b2";
  font-size: 15px;
}
.avts-catalog-icon--cog:after {
  content: "\f013";
}
@media (min-width: 768px) {
  .avts-catalog-icon--cog:after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-icon--cog:after {
    font-size: 15px;
  }
}
.avts-catalog-icon--file-pdf-o:after {
  content: "\f1c1";
}
@media (min-width: 768px) {
  .avts-catalog-icon--file-pdf-o:after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-icon--file-pdf-o:after {
    font-size: 15px;
  }
}
.avts-catalog-icon--exclamation-triangle:after {
  content: "\f071";
}
@media (min-width: 768px) {
  .avts-catalog-icon--exclamation-triangle:after {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .avts-catalog-icon--exclamation-triangle:after {
    font-size: 15px;
  }
}
.avts-catalog-modal-message-content {
  background-color: #f2f2f2;
}
.avts-catalog-modal-footer {
  border-top: none;
}
.avts-catalog-modal-header {
  border-bottom: none;
}
.avts-catalog .more-results {
  margin-top: 20px;
  margin-left: 20px;
}
.avts-catalog .more-results p {
  display: inline-block;
  margin: 0;
}
.avts-catalog .more-results::after {
  content: " \00BB";
  color: #E65014;
}
.avts-global-toggle--fadeout {
  width: 100%;
  text-align: right;
}
.avts-global-toggle--fadeout:after {
	content: "\f106";
	color: #e65014;
	width: 25px;
	text-align: right;
}
.avts-global-toggle--fadeout.active:after {
	content: "\f107";
}
.avts-global-toggle--fadeout-body {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.avts-global-toggle--fadeout-body:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-image: linear-gradient( rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100% );
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.avts-global-toggle--fadeout-body.fade-out-active:after {
  opacity: 1;
}
.avtsSearchResult .avts-site-box--lighter {
    background: #f2f2f2;
    margin-bottom: 0px;
    padding: 5px;
}
.avtsSearchResult .avts-global-box ul {
	margin: 0px;
}
.avtsSearchResult .avts-global-list--links li a,
.avtsSearchResult .avts-global-list--links li:last-of-type a {
	padding: 5px;
}
.avtsSearchResult .content {
	padding: 20px;
    overflow: auto;
}
@media (max-width: 768px) {
    .avtsSearchResult .content {
        padding: 10px;
    }
}
.avtsSearchResult .avts-catalog-tile .avts-catalog-content-main {
  display: block;
}
.avts-global-header__search__selector {
  display: block;
  width: 260px;
}
.avts-global-header__search__selector__dd {
  top: 37px;
  background-color: #fff;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  right: -1px;
  width: auto;
}
.avts-global-header__search__selector__dd li a {
    padding: 3px 20px 3px 20px;
}
.avts-catalog-search-results-sorting {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  background: #999;
}
.avts-catalog-search-results-sorting h3 {
  font-family: BruumFY-Light, Arial;
  color: white;
  margin: 0;
  top: 17px;
  position: absolute;
  left: 25px;
}
.sort-result {
  height: 60px;
  position: relative;
}
.sort-result select{
  width: 200px;
  position: absolute;
  right: 25px;
  top: 10px;
  height: 40px;
}
.avts-catalog-search-results-filter-container {
    padding: 20px 20px 10px 20px;
}
.avts-catalog-search-results-filter-keyword,
.avts-catalog-search-results-filter-keyword:focus {
    border: 2px solid #fff;
    padding: 2px 10px 2px 10px;
    margin: 10px 10px 0px 0px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.avts-catalog-search-results-filter-keyword:hover {
    color: #e65014;
    background-color: #fff;
    text-decoration: none;
}
.new-tile-container {
    padding: 10px;
}
.avts-catalog-tile .new-tile-container .avts-catalog-header {
    margin-top: 0;
}
.avts-catalog-tile .new-tile-container .avts-catalog-links {
    padding: 0;
    right: 0;
}
.new-tile-container .avts-catalog-tile-button {
    float: right;
    height: 40px;
    flex-direction: row;
    justify-content: space-between;
    background-color: #e65014;
    cursor: pointer;
}
.avts-catalog-tile-button .avts-catalog-content {
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 10px;
}
.new-tile-container .avts-catalog-tile-button,
.new-tile-container .avts-catalog-tile-button div {
    display: inline-block;
}
@media (max-width: 767px) {
    .new-tile-container .avts-catalog-tile-button {
        width: 100%;
    }
}
.avts-catalog-tile .new-tile-container .avts-catalog-tile-content__symbol {
     position: unset;
     right: unset;
     bottom: unset;
}
.col-entry {
    float: left;
}
.avts-catalog__icon--angle-right {
    background-color: #e65014;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.avts-catalog__icon--angle-right::after {
    content: "\f105";
    font-size: 20px;
    line-height: 40px;
}
.avts-catalog-search-result-image-link .avts-catalog-picture-wrapper,
.avts-catalog-tile .new-tile-container .avts-catalog-picture-wrapper {
    border: 1px solid #cccccc;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 10px 10px 0;
}
@media (max-width: 768px) {
    .avts-catalog-search-result-image-link .avts-catalog-picture-wrapper,
    .avts-catalog-tile .new-tile-container .avts-catalog-picture-wrapper {
        width: 100px;
        height: 100px;
    }
}
.avts-catalog-search-result-image-link .avts-catalog-picture-wrapper img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.avts-catalog-tile .new-tile-container .avts-catalog-picture-wrapper div {
    align-self: center;
    overflow: hidden;
}
.avts-catalog-tile .new-tile-container .avts-catalog-product-picture-enlarge {
    top: 5px;
    right: 5px;
}
.avts-catalog-matno {
    color: #e65014;
}
.avts-catalog-engineeringTools {
    margin-top: 20px;
}
.avts-catalog-more-results_link,
.avts-catalog-more-results_link:hover,
.avts-catalog-more-results_link:focus {
    color: #fff;
}
.avts-catalog .avtsSearchResult .more-results {
    margin-top: 0px;
    margin-left: 12px;
    margin-bottom: 20px;
}
.avts-catalog-search-box div.avts-catalog-attribute-properties {
    font-size: 10px;
}
.avts-catalog-search-result-image-link {
    float: left;
    margin-right: 15px;
}
@media (min-width: 1800px) {
    .col-xl-12 { width:100%; }
    .col-xl-off-3 { margin-left:-25%; }
    .col-xl-off-r-3 { margin-right:-25%; }
}
.avts-catalog .avtsSearchResult .more-results.avts-global-icon--spin::after {
    margin-top: 0;
    content: "\f110";
    animation: globalspin 2s linear infinite;
}
.media-content {
    float: left;
    padding-right: 30px;
}
@media (min-width: 768px) {
    .media-content-left {
        width: 500px;
    }
}

.media-content a {
    text-decoration: underline;
}
.scrollableBodyOnModalWrap {
    overflow: auto;
    max-height: calc(80vh - 150px);
}
.scrollableBodyOnModalWrap table {
    border-spacing: 0;
    border-collapse: separate;
}
.scrollableBodyOnModalWrap th {
    background-color: #585858;
    position: relative;
    z-index: 1;
}
.scrollableBodyOnModalWrap .avts-catalog-link-add2basket {
    z-index: auto;
}
.w-100 {
    width: 100%;
}
.avts-global-header__meta--fixed {
    top: 0;
}
.avts-global-header__search input {
    width: 55%;
}
@media (max-width: 767px) {
    .avtsSearchResult .avts-catalog-tile .avts-catalog-picture img {
        width: auto;
        height: auto;
    }
}
@media (min-width: 768px) {
    .avtsSearchResult .avts-catalog-tile .avts-catalog-picture img {
        max-width: unset;
    }
}
.searchResultExt {
    color: white;
    padding: 0 20px;
    margin: -20px 0 30px 0;
}
.avts-global-nav__local__main__search form.avts-global-header__search input {
    width: auto;
}
.filter-form {
    margin-bottom: 20px;
}
.zoomable {
    transition: all 200ms;
    transform-origin: top right;
}
.zoomable:hover {
    transform: scale(5);
    z-index: 99;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
.variant-input-cart {
    text-align: center;
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.avts-catalog-table__variant .avts-catalog-link-add2basket {
    margin-left: 0;
}