@charset "utf-8";
/* ********************
	VARS 
  ******************** */
/* BREAKPOINTS */
/* COLORS 2019 */
/*@colorGreyLight: #888888;*/
/* COLORS */
/* ********************
	BASICS
  ******************** */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-size: 100%;
}
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.site .skip-link {
  background-color: #000000;
  color: #ffffff;
  display: block;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
.site .skip-link:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.text-right {
  text-align: right;
}
.nosel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.svg {
  position: relative;
  display: inline-block;
}
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
						  supported by Chrome and Opera */
}
.hide {
  display: none!important;
}
.text-center {
  text-align: center;
}
body,
input,
select,
textarea,
button,
.btn,
label,
td {
  font-family: 'DINRegular', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 400;
  color: #000000;
  -webkit-font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga=0";
  font-feature-settings: "liga" 0;
}
@media (max-width: 991px) {
  body,
  input,
  select,
  textarea,
  button,
  .btn,
  label,
  td {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
/*	font-family: sans-serif;
	line-height: 1.6;
	letter-spacing: 0px;
	word-spacing: -0.65px;
*/
b,
strong {
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #000000;
  text-decoration: underline;
}
.h1,
.h3,
.h4,
.h5,
.h6,
h1,
h3,
h4,
h5,
h6 {
  font-family: 'DINBold', sans-serif;
}
h1,
.h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h2,
.h2 {
  font-family: 'DINRegular', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
h3,
.h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
body {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.btn {
  border-radius: 0;
}
.btn-default {
  background: #dadada;
  color: #ffffff;
  border-color: #dadada;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #878787;
  color: #ffffff;
  border-color: #878787;
}
.btn-primary {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.btn-secondary {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.alert {
  line-height: 18px;
  line-height: 1.125rem;
  border-radius: 0;
}
.alert p {
  margin-bottom: 0;
}
.alert .title {
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding: 0;
  font-weight: 700;
}
.alert-success .title {
  color: #3c763d;
}
.alert-danger .title {
  color: #a94442;
}
.alert-danger a {
  color: #a94442;
  text-decoration: underline;
}
#modalMessage {
  padding: 5px;
  padding: 0.3125rem;
}
/* ***************************
	NAVIGATION
   *************************** */
.nav-hz,
.nav-vt {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-hz li {
  display: inline-block;
  float: left;
}
.nav-vt li {
  display: block;
  float: none;
}
#nav-lang {
  float: right;
  display: inline-blok;
}
@media (max-width: 479px) {
  #nav-lang {
    /* CENTER */
  }
}
#nav-lang a {
  padding: 0;
  margin: 0px 5px 0 0;
}
@media (max-width: 767px) {
  #nav-lang a {
    padding: 6px 6px;
  }
}
#nav-lang li:last-child .flag a {
  margin-right: 0 !important;
}
#nav-lang .flag {
  background: url(../gfx/flags.png) no-repeat 0 0;
  height: 11px;
  height: 0.6875rem;
  width: 0.875rem;
  display: block;
  text-indent: -99999px;
  font-size: 0;
  opacity: 0.5;
  outline: none;
  display: inline-block;
  width: 14px;
}
height:11px #nav-lang .flag:hover {
  opacity: 1.0;
}
#nav-lang .current-lang {
  opacity: 1.0;
}
#nav-lang .flag-de {
  background-position: 0 0;
}
#nav-lang .flag-en {
  background-position: 0 -11px;
}
#nav-lang .flag-fr {
  background-position: 0 -22px;
}
#nav-lang .flag-nl {
  background-position: 0 -33px;
}
#nav-lang .flag-es {
  background-position: 0 -44px;
}
#nav-lang .flag-it {
  background-position: 0 -55px;
}
#nav-lang .flag-us {
  margin-left: 10px;
  margin-left: 0.625rem;
  background-position: 0 -66px;
}
#nav-lang .flag-int {
  background-position: 0 -77px;
}
#nav-pages {
  font-family: 'DINMedium', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 1.3px;
  width: 100%;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media (max-width: 991px) {
  #nav-pages {
    display: none;
  }
}
#nav-pages ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#nav-pages li {
  position: relative;
  padding: 0 16px;
  padding: 0 1rem;
  min-width: 85px;
  min-width: 5.3125rem;
  display: inline-block;
}
@media (max-width: 1200px) {
  #nav-pages li {
    min-width: 65px;
    min-width: 4.0625rem;
  }
}
@media (max-width: 1199px) {
  #nav-pages li {
    padding: 0 6px;
    padding: 0 0.375rem;
  }
}
#nav-pages li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-decoration: none;
}
#nav-pages li a:hover {
  color: #000000;
  text-decoration: none;
}
#nav-pages li:first-child {
  padding-left: 0;
}
#nav-pages li:hover > ul {
  display: inline-block;
}
#nav-pages li ul {
  letter-spacing: 1.0px;
  text-align: left;
  display: none;
  background: #ffffff;
  position: absolute;
  z-index: 100;
  top: 16px;
  top: 1rem;
  left: 10px;
  left: 0.625rem;
  width: 220px;
  width: 13.75rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
#nav-pages li ul a {
  width: 100%;
  display: block;
  padding: 4px 8px;
  padding: 0.25rem 8px;
  padding: 4px 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-transform: none;
}
#nav-pages li ul a:hover {
  background: #000000;
  color: #ffffff;
}
#nav-pages li ul .hasChildren > a:after {
  float: right;
  font-family: FontAwesome;
  content: "\f054";
  color: #414956;
  font-size: 10px;
  font-size: 0.625rem;
}
#nav-pages li ul .hasChildren > a:hover:after {
  color: #ffffff;
}
#nav-pages li ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}
#nav-pages li ul li:hover {
  background: #333333;
  color: #ffffff;
}
#nav-pages li ul li:hover > a,
#nav-pages li ul li:hover a:after {
  color: #ffffff;
}
#nav-pages li ul li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 220px;
  left: 13.75rem;
}
#nav-pages li ul li ul2 {
  display: none;
}
#nav-cat {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
}
#nav-cat .second {
  padding-left: 0;
}
#nav-cat .nocollapse2,
#nav-cat .btn-mnopen {
  width: 23px;
  width: 1.4375rem;
  height: 34px;
  height: 2.125rem;
  display: block;
  float: left;
}
#nav-cat .nocollapse2:before,
#nav-cat .btn-mnopen:before {
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f054";
  color: #000000;
  width: 23px;
  width: 1.4375rem;
  height: 34px;
  height: 2.125rem;
  display: block;
  float: left;
  padding: 8px;
  padding: 0.5rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-right: 0px;
  margin-right: 0rem;
  font-size: 10px;
  font-size: 0.625rem;
}
#nav-cat .nocollapse2:hover:before,
#nav-cat .btn-mnopen:hover:before {
  color: #878787;
}
#nav-cat .nocollapse2:before {
  content: " ";
}
#nav-cat li {
  border-bottom: 1px solid #f7f7f7;
}
#nav-cat li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  color: #000000;
  padding: 10px 4px;
  padding: 0.625rem 4px;
  padding: 10px 0.25rem;
  padding: 0.625rem 0.25rem;
  display: block;
}
#nav-cat li a:hover,
#nav-cat li a:active {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
#nav-cat li:hover > .btn-mnopen:before,
#nav-cat li:active > .btn-mnopen:before {
  color: #878787;
}
#nav-cat .third li,
#nav-cat .fourth li {
  display: none;
}
#nav-cat .second {
  padding-left: 0;
}
#nav-cat .second .current > a {
  background: #000000;
  color: #ffffff;
}
#nav-cat .second .current > a:before {
  color: #ffffff;
}
#nav-cat .third a {
  padding-left: 10px;
  padding-left: 0.625rem;
}
#nav-cat .third .current > a {
  background: #000000;
  color: #ffffff;
}
#nav-cat .third .current > a:before {
  color: #ffffff;
}
#nav-cat .third > .nocollapse a {
  padding-left: 23px;
  padding-left: 1.4375rem;
}
#nav-cat .fourth li {
  border-bottom: 0px solid #f7f7f7;
}
#nav-cat .fourth a {
  background: #f7f7f7;
  padding-left: 10px;
  padding-left: 0.625rem;
  border-bottom: 1px solid #ededed;
}
#nav-cat .fourth .current > a {
  background: #000000;
  color: #ffffff;
}
#nav-cat .closed li {
  display: none;
}
#nav-cat .closed li a {
  /*color: red;*/
}
#nav-cat .open > .btn-mnopen:before {
  content: "\f078";
}
#nav-cat .open > .btn-mnopen:hover:before {
  color: #878787;
}
#nav-cat .inPath li.inPath {
  display: block;
}
#nav-cat .inPath .third li {
  display: block;
}
#nav-cat .inPath .third li .fourth li {
  display: none;
}
#nav-cat .inPath .third li.inPath li {
  display: block;
}
.navcatFixed {
  position: fixed;
  z-index: 121;
  background: #ffffff;
  border-bottom: 1px solid #333333;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  width: 255px;
  width: 15.9375rem;
}
.uninit li {
  padding-left: 24px;
  padding-left: 1.5rem;
}
#bg-mobilenav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  z-index: 990;
  background: rgba(0, 0, 0, 0.3);
}
#bglayer-mobilenav,
#wrap-mobilenav {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  z-index: 991;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  min-width: 200px;
  min-width: 12.5rem;
}
@media (max-width: 400px) {
  #bglayer-mobilenav,
  #wrap-mobilenav {
    width: 100%;
  }
}
#bglayer-mobilenav {
  position: fixed;
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
}
#wrap-mobilenav {
  position: absolute;
}
#wrap-mnbtn-close {
  text-align: right;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
#wrap-mnbtn-close #mnbtn-close {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  padding: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}
#bglayer-mobilenav,
#wrap-mobilenav,
#mobile-nav {
  width: 300px;
}
#wrap-mobilenav .root > a {
  color: #b3b2b2;
  font-family: 'DINBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#wrap-mobilenav .root {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
#wrap-mobilenav ul {
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrap-mobilenav ul li {
  border-bottom: 1px solid #f7f7f7;
}
#wrap-mobilenav ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  color: #000000;
  padding: 10px 10px;
  padding: 0.625rem 10px;
  padding: 10px 0.625rem;
  padding: 0.625rem 0.625rem;
  display: block;
}
#wrap-mobilenav ul li a:hover,
#wrap-mobilenav ul li a:active {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
#wrap-mobilenav ul li ul {
  margin-left: 30px;
  margin-left: 1.875rem;
}
#wrap-mobilenav .inPath {
  background: #ffffff;
}
#wrap-mobilenav .fourth {
  background: #ffffff;
}
#wrap-mobilenav #mobile-nav-pages {
  margin-left: 0;
}
#wrap-mobilenav #mobile-nav-pages > ul {
  margin-left: 0;
}
#wrap-mobilenav #mobile-nav-pages .dropdown {
  display: none;
}
#wrap-mobilenav #mobile-nav-products {
  margin-left: 0;
}
#wrap-mobilenav #mobile-nav-products .third,
#wrap-mobilenav #mobile-nav-products .fourth {
  display: none;
}
#wrap-mobilenav #mobile-nav-products .second {
  margin-left: 0;
}
#wrap-mobilenav #mobile-nav-products .btn-mnnone,
#wrap-mobilenav #mobile-nav-pages .btn-mnnone,
#wrap-mobilenav #mobile-nav-products .btn-mnopen,
#wrap-mobilenav #mobile-nav-pages .btn-mnopen {
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding: 10px 0 10px 10px;
  color: #888888;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  float: left;
  cursor: pointer;
  min-width: 35px;
  min-width: 2.1875rem;
  min-height: 35px;
  min-height: 2.1875rem;
}
/* ********************
	PAGINATION
  ******************** */
.articleGroup-pager-top {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.pagination-options {
  background: #f7f7f7;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.pagination-sort {
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0 5px;
  margin: 0 0.3125rem;
  min-width: 24px;
  min-width: 1.5rem;
}
.pagination li a {
  display: block;
  text-decoration: none!important;
  text-align: center;
  padding: 3px;
  padding: 0.1875rem;
  border: 1px solid #f7f7f7;
}
.pagination li a:hover {
  text-decoration: none;
  background: #333333;
  color: #ffffff;
}
.pagination .current {
  background: #333333;
  color: #ffffff;
  padding: 3px;
  padding: 0.1875rem;
  border: 1px solid #333333;
}
.pagination .back {
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.pagination .forward {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
/* ********************
	TABS
  ******************** */
.htab {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'DINBold', sans-serif;
}
.nav-tabs {
  border-bottom: 1px solid #f7f7f7;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.nav-tabs .nav-link {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-decoration: none!important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  border-color: #f7f7f7 #f7f7f7 transparent;
  background: #f7f7f7;
}
.nav-tabs .nav-item {
  margin-bottom: 0px!important;
}
@media (max-width: 767px) {
  .nav-tabs .nav-item {
    width: 100%;
  }
  .nav-tabs .nav-item .nav-link {
    border: 1px solid #f7f7f7;
  }
}
.tab-content {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.tab-content .tab-pane {
  border: 1px solid #f7f7f7;
  border-color: transparent #f7f7f7 #f7f7f7 #f7f7f7;
  padding: 20px;
  padding: 1.25rem;
  background: #f7f7f7;
}
.nav-tab-nom {
  margin-top: 0;
}
#page-searchresult .htab {
  background: #ededed;
  margin: 5px 10px;
  margin: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding: 6px 4px 4px 4px;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
}
#page-searchresult .tab-pane {
  background: #ffffff;
  /*	border-color:  transparent @colorBlack  @colorBlack  @colorBlack; */
  padding: 0px;
  padding: 0rem;
  padding-top: 0;
}
#page-searchresult .nav-item .active,
#page-searchresult .nav-item:hover {
  color: #ffffff !important;
}
#page-searchresult .nav-item .nav-link .active,
#page-searchresult .nav-item .nav-link:hover {
  color: #ffffff !important;
}
#page-searchresult .nav-tabs {
  border-bottom: 1px solid #000000;
}
#page-searchresult .nav-tabs .nav-link:hover,
#page-searchresult .nav-tabs .nav-link:focus,
#page-searchresult .nav-tabs .nav-link.active,
#page-searchresult .nav-tabs .nav-link.active:focus,
#page-searchresult .nav-tabs .nav-link.active:hover {
  border-color: #000000 #000000 transparent;
  background: #000000;
}
#page-searchresult .nav-tabs .nav-item {
  margin-bottom: 0px!important;
}
#page-searchresult #pages .listSearchResults {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin: 0;
  list-style-type: none;
}
#page-searchresult #pages .listSearchResults li {
  border-bottom: 1px solid #f7f7f7;
}
#page-searchresult #pages .listSearchResults li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-decoration: none;
  color: #000000;
  padding: 5px 5px;
  padding: 0.3125rem 5px;
  padding: 5px 0.3125rem;
  padding: 0.3125rem 0.3125rem;
  display: block;
}
#page-searchresult #pages .listSearchResults li a:hover,
#page-searchresult #pages .listSearchResults li a:active {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
}
/* ***************************
	HEADLINES
   *************************** */
.hsection {
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.hsublined {
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: block;
}
.hsublined:after {
  content: "";
  background: #000000;
  height: 3px;
  height: 0.1875rem;
  width: 40px;
  width: 2.5rem;
  border: 1px solid #000;
  display: block;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
.hsublined a {
  text-decoration: none;
}
/* ***************************
	HEADER
   *************************** */
.row-header-top #col-language {
  min-height: 30px;
  min-height: 1.875rem;
  width: 100%;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.row-header {
  background-color: #ffffff;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .row-header {
    margin-bottom: 0;
  }
}
.row-header .row-header-inner {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.row-header .col-logo {
  text-align: left;
}
.row-header .col-logo #wrap-logo {
  display: inline-block;
  max-width: 120px;
  max-width: 7.5rem;
}
@media (max-width: 767px) {
  .row-header .col-logo {
    text-align: center;
  }
  .row-header .col-logo #wrap-logo {
    max-width: 90px;
    max-width: 5.625rem;
  }
}
.row-header .col-service,
.row-header .col-search,
.row-header .col-cart {
  padding-top: 25px;
  padding-top: 1.5625rem;
}
.row-header #searchForm {
  width: 100%;
}
.row-header #searchForm #searchTerm,
.row-header #searchForm #seachOption,
.row-header #searchForm button {
  padding: 8px 10px;
  height: 40px;
  height: 2.5rem;
  color: #000000;
  border-radius: 0;
  border-color: #dadada;
}
.row-header #searchForm #searchTerm {
  width: 100%;
  padding: 12px 8px;
  padding: 0.75rem 8px;
  padding: 12px 0.5rem;
  padding: 0.75rem 0.5rem;
  font-weight: 400;
}
.row-header #searchForm button {
  background: #ffffff;
  color: #000000;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
.row-header #searchForm button:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.row-header #searchForm .fa-search:before {
  display: inline-block;
  width: 14px;
  height: 20px;
}
.row-header .col-service {
  line-height: 20px;
  line-height: 1.25rem;
}
.row-header .col-service #btn-user {
  background: #ffffff;
  border: none;
  color: #000000;
  text-decoration: none;
  margin-left: 0;
  cursor: pointer;
}
.row-header .col-service #btn-user:hover {
  text-decoration: none;
  color: #878787;
}
@media (max-width: 767px) {
  .row-header .col-service #btn-user {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.row-header .col-service #wrap-user {
  display: none;
}
.row-header .col-service .btn-logout {
  color: #878787;
}
@media (min-width: 320px) {
  .row-header .col-service .btn-logout {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}
@media (min-width: 544px) {
  .row-header .col-service .btn-logout {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .row-header .col-service .btn-logout {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}
.row-header .col-cart #wrap-cart {
  display: inline-block;
  float: right;
  clear: both;
  float: none;
}
.row-header .col-cart #wrap-cart a:hover {
  text-decoration: none;
  color: #878787;
}
.row-header .col-cart #wrap-cart #btn-cart {
  font-family: 'DINMedium', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  text-decoration: none;
  float: left;
  text-align: center;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.row-header .col-cart #wrap-cart #btn-cart span {
  display: block;
}
.row-header .col-cart #wrap-cart #btn-cart .badge {
  min-width: 15px;
  min-width: 0.9375rem;
  width: 100%;
  border-radius: 5px;
  background: #000000;
  color: #ffffff;
  padding: 1px 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
}
.row-header .col-cart #wrap-cart #label-cart {
  text-decoration: none;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 1199px) {
  .row-header .col-cart #wrap-cart #label-cart {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .row-header .col-cart #wrap-cart #label-cart {
    font-size: 16px;
    font-size: 1rem;
  }
}
.row-header .col-cart #wrap-cart #label-price {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: inline-block;
}
@media (max-width: 1199px) {
  .row-header .col-cart #wrap-cart #label-price {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .row-header .col-cart #wrap-cart #label-price {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.row-header #searchTop {
  display: none;
  background: #000000;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
#logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .col-cart {
    text-align: right;
  }
  .col-cart #wrap-cart {
    display: inline-block;
    text-align: right;
  }
  .col-cart #wrap-cart #btn-cart {
    float: right!important;
    margin-left: 8px;
    margin-left: 0.5rem;
    margin-right: 3px !important;
    margin-right: 0.1875rem !important;
  }
}
.row-navtop {
  background-color: #ffffff;
}
.col-content {
  background: #ffffff;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  min-height: 600px;
  min-height: 37.5rem;
}
/* ********************
	BREADCRUMB
  ******************** */
#row-breadcrumb {
  /*	.margin-bottom(@gapDbl); */
  min-height: 20px;
  min-height: 1.25rem;
}
@media (max-width: 991px) {
  #row-breadcrumb {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
#row-breadcrumb .breadcrumb {
  padding: 0 ;
  margin: 0 ;
  background-color: #ffffff;
  background: #ffffff;
  border-radius: 0;
  color: #70706f;
}
#row-breadcrumb .breadcrumb a {
  color: #70706f;
}
#row-breadcrumb .breadcrumb-item::before,
#row-breadcrumb .breadcrumb-item.active {
  color: #70706f;
}
#row-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 2px;
  padding-right: 0.125rem;
  padding-left: 2px;
  padding-left: 0.125rem;
}
/* ***************************
	FOOTER
   *************************** */
.col-footer-main {
  background: #000000;
}
#wrap-footer-main {
  color: #ffffff;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
#wrap-footer-main #toTop {
  padding: 5px;
  padding: 0.3125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -30px;
  top: -1.875rem;
  right: 10px;
  right: 0.625rem;
  color: #000000;
  cursor: pointer;
}
#wrap-footer-main #toTop:hover {
  color: #ffffff;
  background: #000000;
}
#wrap-footer-main .icons-socialmedia {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 0;
  padding-left: 0;
}
#wrap-footer-main .icons-socialmedia li {
  float: left;
  display: inline-block;
}
#wrap-footer-main .icons-socialmedia li a {
  color: #ffffff;
  padding: 5px;
  padding: 0.3125rem;
}
#wrap-footer-main .icons-socialmedia li a:hover {
  color: #dadada;
}
@media (max-width: 767px) {
  #wrap-footer-main .icons-socialmedia li a {
    margin: 0 10px;
    margin: 0 0.625rem;
  }
}
#wrap-footer-main h5 {
  font-family: 'DINBold', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  #wrap-footer-main {
    line-height: 30px;
  }
}
#wrap-footer-main a {
  text-decoration: none!important;
  color: #b3b2b2;
  color: #ffffff;
}
#wrap-footer-main a:hover {
  color: #b3b2b2;
  text-decoration: none;
}
#wrap-footer-main .nav-footer a {
  color: #b3b2b2;
  color: #ffffff;
}
#wrap-footer-main .nav-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
#wrap-footer-sub .col-footer-sub {
  color: #70706f;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
#wrap-footer-sub .col-footer-sub a {
  color: #70706f;
  padding-left: 10px;
  padding-left: 0.625rem;
}
/* ***************************
	SLIDER
   *************************** */
.wrap-slider,
#wrap-home-slider {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.wrap-slider .slide-ctrl,
#wrap-home-slider .slide-ctrl {
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  margin-top: -20px;
  margin-top: -1.25rem;
}
.wrap-slider .slide-ctrl i,
#wrap-home-slider .slide-ctrl i {
  color: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
}
.wrap-slider .slide-ctrl i:before,
#wrap-home-slider .slide-ctrl i:before {
  width: 40px;
  height: 40px;
}
.wrap-slider .slide-ctrl:hover,
#wrap-home-slider .slide-ctrl:hover {
  background: none;
  opacity: 1;
}
.wrap-slider .slide-ctrl:hover i,
#wrap-home-slider .slide-ctrl:hover i {
  color: rgba(255, 255, 255, 0.8);
}
.wrap-slider .highlighted,
#wrap-home-slider .highlighted {
  background: none;
  opacity: 1;
}
.wrap-slider .highlighted i,
#wrap-home-slider .highlighted i {
  color: #ffffff !important;
}
.wrap-slider #btn-slider-prev,
#wrap-home-slider #btn-slider-prev {
  left: 20px;
}
.wrap-slider #btn-slider-next,
#wrap-home-slider #btn-slider-next {
  right: 20px;
}
.wrap-slider .wrap-slides,
#wrap-home-slider .wrap-slides {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 280px;
  height: 17.5rem;
}
@media (max-width: 1199px) {
  .wrap-slider .wrap-slides,
  #wrap-home-slider .wrap-slides {
    height: 220px;
    height: 13.75rem;
  }
}
@media (max-width: 991px) {
  .wrap-slider .wrap-slides,
  #wrap-home-slider .wrap-slides {
    height: 250px;
    height: 15.625rem;
  }
}
@media (max-width: 767px) {
  .wrap-slider .wrap-slides,
  #wrap-home-slider .wrap-slides {
    height: 220px;
    height: 13.75rem;
  }
}
@media (max-width: 500px) {
  .wrap-slider .wrap-slides,
  #wrap-home-slider .wrap-slides {
    height: 145px;
    height: 9.0625rem;
  }
}
@media (max-width: 300px) {
  .wrap-slider .wrap-slides,
  #wrap-home-slider .wrap-slides {
    height: 60px;
    height: 3.75rem;
  }
}
.wrap-slider .wrap-slides .slide,
#wrap-home-slider .wrap-slides .slide {
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrap-slider .wrap-slides .slide img,
#wrap-home-slider .wrap-slides .slide img {
  width: 100%;
  height: auto;
}
.wrap-slider .wrap-slides .slide .slideText,
#wrap-home-slider .wrap-slides .slide .slideText {
  width: 100%;
  padding: 0 40px;
  color: #ffffff;
  display: block;
  display: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  bottom: 1.25rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
}
@media (max-width: 991px) {
  .wrap-slider .wrap-slides .slide .slideText,
  #wrap-home-slider .wrap-slides .slide .slideText {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
.wrap-slider .wrap-slides .slide .slideText {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  padding: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.cycle-paused:after {
  content: "\f28b";
  font-family: FontAwesome;
  color: #000000;
  font-size: 35px;
  font-size: 2.1875rem;
  z-index: 500;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  right: 15px;
  right: 0.9375rem;
  opacity: .4;
  filter: alpha(opacity=50);
}
/* ***************************
	MODAL
   *************************** */
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
#modal-user h5,
#modal-recommend h5,
#modal-user .productname,
#modal-recommend .productname {
  font-family: 'DINMedium', sans-serif;
  margin: 20px 0;
}
#modal-user button,
#modal-recommend button {
  border: 1px solid #000;
}
#modal-user form,
#modal-recommend form {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
#modal-user input,
#modal-recommend input,
#modal-user button,
#modal-recommend button {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
#modal-user #wrap-resetpwd,
#modal-recommend #wrap-resetpwd {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  width: 100%;
}
#modal-user .img-captcha,
#modal-recommend .img-captcha {
  max-height: 70px;
  max-height: 4.375rem;
  width: auto;
}
/* ***************************
	FORMS
   *************************** */
.form-control {
  border-radius: 0;
}
label {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
#ustidcountry {
  width: 20%;
  min-width: 60px;
  min-width: 3.75rem;
  float: left;
  height: 27px;
  height: 1.6875rem;
}
#ustidnr {
  width: 80%;
}
.fielddescr {
  font-size: 12px;
  font-size: 0.75rem;
  color: #b3b2b2;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
.radiodescr {
  font-size: 12px;
  font-size: 0.75rem;
  display: italic;
  color: #666;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  padding-left: 1.25rem;
}
.form-group .form-check-input {
  position: absolute;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-left: 0 !important;
}
.htab {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.htabsec {
  margin-top: 30px;
}
/* ***************************
	CONTENT
   *************************** */
.page .fullwidth {
  width: 100%;
  height: auto;
}
.page .alignright {
  float: right;
}
.page figure figcaption {
  margin-top: 6px;
  margin-top: 0.375rem;
  color: #70706f;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: right;
}
.page a {
  text-decoration: underline;
}
.page a:hover {
  text-decoration: none;
}
@media (min-width: 767px) {
  .page .page-content2col {
    column-count: 2;
    column-gap: 40px;
  }
}
.pub-list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.pub-list li {
  padding: 2px;
  padding: 0.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
.pub-list li:before {
  content: "\f0f5";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
#article-detail a[href$=".pdf"] {
  text-decoration: none;
  padding-left: 20px;
  padding-left: 1.25rem;
}
#article-detail a[href$=".pdf"]:before {
  content: "\f1c1";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -20px;
  margin-left: -1.25rem;
  /* same as padding-left set on li */
  width: 20px;
  width: 1.25rem;
  /* same as padding-left set on li */
}
.btn-icon {
  padding: 2px;
  padding: 0.125rem;
  background: none;
  color: #333333;
  border: 0px solid #FFF;
  border-color: none;
}
.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
  background: none;
  color: #000000;
  border: 0px solid #FFF;
  border-color: none;
}
/* ***************************
	SEARCH
   *************************** */
#products .head-sr {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 100!important;
  color: #878787;
}
#products .head-sr .hl {
  color: #000000;
}
/* ********************
	SOCIAL MEDIA
  ******************** */
.social-bar {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  float: none;
  clear: both;
  display: block;
  text-align: center;
}
.social-bar .icon-social-share {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  padding: 3px;
  padding: 0.1875rem;
  margin: 0 1px;
  margin: 0 0.0625rem;
}
.social-bar .icon-social-share:hover {
  text-decoration: none;
  color: #ffffff;
}
.social-bar #btn-share-facebook {
  background: #3b5998;
}
.social-bar #btn-share-twitter {
  background: #4099FF;
}
.social-bar #btn-share-pinterest {
  background: #bd081c;
}
.social-bar #btn-share-whatsapp {
  background: #34af23;
}
.tbllined th {
  font-family: 'DINBold', sans-serif;
}
.tbllined td,
.tbllined th {
  padding: 5px;
}
.tbllined thead th {
  font-family: 'DINBold', sans-serif;
  border-bottom: 1px solid #000;
}
.tbllined td {
  border-bottom: 1px solid #dfdfdf;
}
.tbllined tbody tr:nth-child(even) {
  background: #fbfbfb;
}
.tbllined tbody tr:hover {
  background: #ffffff;
}
#tableOdetails {
  margin-top: 20px;
  margin-top: 1.25rem;
}
#tableOdetails .colR {
  text-align: right;
}
#tableOdetails .colCnt {
  text-align: center;
}
#tableOdetails .trsum td {
  border-top: 1px solid #000!important;
}
#tableOdetails thead th {
  border-bottom: 1px solid #000;
}
#rowAddresses {
  margin-top: 20px;
  margin-top: 1.25rem;
}
#modalOrder .download:before {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
/* ORDER */
.tblorder .cDate {
  width: 150px;
  width: 9.375rem;
  color: #878787;
}
.tblorder .cType {
  width: 100px;
  width: 6.25rem;
}
.tblorder .cId {
  width: 100px;
  width: 6.25rem;
}
.tblorder .cStatus {
  width: 100px;
  width: 6.25rem;
}
.tblorder .cBtnDetail {
  text-align: right;
}
@media (max-width: 767px) {
  .tblorder .cTime {
    display: none;
  }
  .tblorder .cDate {
    width: 80px;
    width: 5rem;
  }
}
@media (max-width: 550px) {
  .tblorder .thPayment,
  .tblorder .cPayment {
    display: none;
  }
}
@media (max-width: 479px) {
  .tblorder thead tr {
    display: none;
  }
  .tblorder tbody tr {
    display: block;
  }
  .tblorder th,
  .tblorder td {
    display: inline-block;
    vertical-align: top;
    width: 30%!important%;
  }
  .tblorder .cDate {
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    width: 100%!important;
    display: block;
    border-bottom: none;
  }
  .tblorder .cBtnDetail a {
    padding: 5px;
    padding: 0.3125rem;
  }
}
/* ********************
	FILTER
  ******************** */
.filterResults .filterSection {
  background: #f7f7f7;
  border: 1px solid #ededed;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.filterResults .filterSection h3,
.filterResults .filterSection h2 {
  font-family: 'DINMedium', sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 5px;
  padding: 0.3125rem;
  margin: 0!important;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
}
.filterResults .filterSection h3:before,
.filterResults .filterSection h2:before {
  font-family: FontAwesome;
  content: "\f054";
  color: #000000;
  font-size: 10px;
  font-size: 0.625rem;
  min-width: 10px;
  min-width: 0.625rem;
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 7px;
  left: 0.4375rem;
}
.filterResults .filterSection h2.open:before,
.filterResults .filterSection h3.open:before {
  content: "\f078";
  left: 5px;
  left: 0.3125rem;
}
.filterResults .filterSection .filterBody {
  display: none;
  padding: 0 20px;
  padding-top: 8px;
  padding-top: 0.5rem;
  background: #ffffff;
}
.filterResults .filterSection .filterBody ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.filterResults .filterSection .filterBody ul li {
  display: inline-block;
  width: 30%;
  margin: 0!important;
  padding: 0!important;
}
.filterResults .filterSection .filterBody .filltercol {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.filterResults .filterSection .filterBody input[type=checkbox] {
  display: none;
}
.filterResults .filterSection .filterBody input[type=checkbox] + label {
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
  cursor: pointer;
}
.filterResults .filterSection .filterBody input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  border: 1px solid #dadada;
  position: absolute;
  left: 0px;
  left: 0rem;
  top: 1px;
  top: 0.0625rem;
}
.filterResults .filterSection .filterBody input[type=checkbox] + label:after {
  content: " ";
  display: inline-block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: absolute;
  left: 2px;
  left: 0.125rem;
  top: 3px;
  top: 0.1875rem;
}
.filterResults .filterSection .filterBody .cbfilter + label:after {
  background: #ffffff;
}
.filterResults .filterSection .filterBody .cbfilter:checked + label:after {
  background: #000000;
}
.filterResults .filterSection .filterBody .cbfiltercol + label:after {
  background: #ffffff;
}
.filterResults .filterSection .filterBody .cbfiltercol:checked + label:before {
  border: 1px solid #000000;
}
.filterResults,
#page-searchresult .filterResults {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
#page-searchresult #searchForm {
  margin-top: 20px;
  margin-top: 1.25rem;
}
/* ********************
	KATEGORIEN
  ******************** */
.titleCategory {
  font-size: 20px;
  font-size: 1.25rem;
}
.row-category-list {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: right;
}
.category-list .category {
  position: relative;
  min-height: 220px;
  min-height: 13.75rem;
  padding: 0px;
  padding: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.category-list .category header {
  position: absolute;
  z-index: 1;
}
.category-list .category .wrap-img {
  min-height: 110px;
  min-height: 6.875rem;
  max-height: 110px;
  max-height: 6.875rem;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
.category-list .category .wrap-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  min-height: 110px;
  min-height: 6.875rem;
}
.category-list .category .wrap-img .hlp {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.category-list .category:hover {
  background: #ffffff;
}
.category-list .category:hover .wrap-img img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.category-list .category .pbody {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 100px;
  top: 6.25rem;
  padding: 5px;
  padding: 0.3125rem;
}
.category-list .category .hsublined {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  word-break: break-word;
}
.category-list .category .hsublined a:hover {
  text-decoration: none;
}
/* ********************
	ARTIKEL
  ******************** */
.product-list .product {
  min-height: 270px;
  min-height: 16.875rem;
  padding: 0px;
  padding: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
@media (max-width: 1199px) {
  .product-list .product {
    min-height: 300px;
    min-height: 18.75rem;
  }
}
@media (max-width: 991px) {
  .product-list .product {
    min-height: 260px;
    min-height: 16.25rem;
  }
}
@media (max-width: 769px) {
  .product-list .product {
    min-height: 400px;
    min-height: 25rem;
  }
}
@media (max-width: 600px) {
  .product-list .product {
    min-height: 350px;
    min-height: 21.875rem;
  }
}
@media (max-width: 400px) {
  .product-list .product {
    min-height: 270px;
    min-height: 16.875rem;
  }
}
.product-list .product .wrap-img {
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .product-list .product .wrap-img {
    min-height: 130px;
    min-height: 8.125rem;
    max-height: 130px;
    max-height: 8.125rem;
  }
}
.product-list .product .wrap-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.product-list .product .wrap-img .hlp {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.product-list .product:hover {
  background: #ffffff;
}
.product-list .product:hover .wrap-img img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.product-list .product .pbody {
  padding: 0 10px;
}
.product-list .product h2,
.product-list .product h3,
.product-list .product h4,
.product-list .product h5,
.product-list .product h6 {
  font-family: 'DINMedium', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.product-list .product a {
  text-decoration: none!important;
}
.product-list .product .productname a,
.product-list .product .productname {
  overflow: hidden;
  font-family: 'DINMedium', sans-serif;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  word-break: break-word;
  height: 65px;
  height: 4.0625rem;
}
@media (max-width: 1199px) {
  .product-list .product .productname a,
  .product-list .product .productname {
    height: 68px;
    height: 4.25rem;
  }
}
@media (max-width: 991px) {
  .product-list .product .productname a,
  .product-list .product .productname {
    height: 50px;
    height: 3.125rem;
  }
}
@media (max-width: 767px) {
  .product-list .product .productname a,
  .product-list .product .productname {
    height: 65px;
    height: 4.0625rem;
  }
}
@media (max-width: 479px) {
  .product-list .product .productname a,
  .product-list .product .productname {
    height: 50px;
    height: 3.125rem;
  }
}
.product-list .product h3,
.product-list .product h4 {
  font-family: 'DINRegular', sans-serif;
  padding-top: 0px;
  padding-top: 0rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #70706f;
  font-weight: 400;
}
.product-list .product .price {
  font-family: 'DINMedium', sans-serif;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
}
.product-list .product .price span {
  display: block;
}
.product-list .product .price .priceArt-to,
.product-list .product .price .priceVar-to {
  font-size: 14px;
  font-size: 0.875rem;
  color: #878787;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.product-list .product .notavailable {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  color: #878787;
  min-height: 26px;
  min-height: 1.625rem;
}
.product-list .product footer {
  padding: 0 10px;
  margin-top: 0px;
  margin-top: 0rem;
}
.product-list .product footer .btn-more,
.product-list .product footer .btn-del {
  font-family: 'DINRegular', sans-serif;
  text-align: left;
  color: #878787;
  float: right;
}
.product-list .product footer .btn-more:hover,
.product-list .product footer .btn-del:hover {
  text-decoration: underline!important;
}
.product-list .product footer .btn-del {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  float: left;
}
.product-list .product-faq,
.product-list .product-new {
  min-height: 220px;
  min-height: 13.75rem;
}
.product-list .product-faq .productname a,
.product-list .product-new .productname a,
.product-list .product-faq .productname,
.product-list .product-new .productname {
  height: 50px;
  height: 3.125rem;
}
.product-list .product-imgh .wrap-img {
  text-align: center;
}
.product-list .product-imgh .wrap-img img {
  height: 130px !important;
  width: auto!important;
  border: 1px solid #EFEFEF;
}
.product-list .product-imgh img[src*="article_default.png"] {
  width: 100%!important;
  height: auto!important;
}
.product-list-watchlist .product {
  min-height: 300px;
  min-height: 18.75rem;
}
@media (max-width: 1199px) {
  .product-list-watchlist .product {
    min-height: 300px;
    min-height: 18.75rem;
  }
}
@media (max-width: 991px) {
  .product-list-watchlist .product {
    min-height: 300px;
    min-height: 18.75rem;
  }
}
@media (max-width: 767px) {
  .product-list-watchlist .product {
    min-height: 350px;
    min-height: 21.875rem;
  }
}
@media (max-width: 450px) {
  .product-list-watchlist .product {
    min-height: 300px;
    min-height: 18.75rem;
  }
}
.boughtWith-list {
  margin-top: 0px;
  margin-top: 0rem;
}
.boughtWith-list .product {
  max-height: 240px;
  max-height: 15rem;
  min-height: 230px;
  min-height: 14.375rem;
  height: 220px;
  height: 13.75rem;
}
.iconInfo:before {
  content: '';
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: -25%;
}
.iconHidus:before {
  content: url('../gfx/icons/krp_icn_verbleibserklaerung.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.iconAltersnachweis:before {
  content: url('../gfx/icons/krp_icn_altersnachweis.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.iconVerbleibserkl:before {
  content: url('../gfx/icons/krp_icn_verbleibserklaerung.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.iconChemverbot:before {
  content: url('../gfx/icons/krp_icn_chemverbotv.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.iconSpedition:before {
  content: url('../gfx/icons/krp_icn_spedition.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.iconCites:before {
  content: url('../gfx/icons/krp_icn_cites.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.iconProfA:before {
  content: url('../gfx/icons/krp_icn_shd.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.iconSHD:before {
  content: url('../gfx/icons/krp_icn_shd.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.aTooltip {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
.aTooltip:hover {
  color: #000000;
}
.wrap-varversinfo {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.wrap-varversinfo p {
  margin-bottom: 0!important;
}
.wrap-varversinfo .aTooltip {
  margin-right: 10px;
  margin-right: 0.625rem;
}
/* ********************
	ARTIKEL
  ******************** */
.articleNr {
  font-family: 'DINRegular', sans-serif;
  font-weight: 400;
  color: #70706f;
}
#article-detail .articleNr {
  font-family: 'DINRegular', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  color: #70706f;
  padding-right: 10px;
  padding-right: 0.625rem;
}
#article-detail .articleName {
  font-family: 'DINBold', sans-serif;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-style: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  #article-detail .articleName {
    min-height: 70px;
    min-height: 4.375rem;
  }
}
#article-detail .articleDescrShort {
  font-family: 'DINRegular', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
#article-detail #wrap-articleMainImage {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  overflow: hidden;
}
#article-detail #wrap-articleMainImage #articleMainImage {
  width: 100%;
  height: auto;
  max-height: 600px;
  max-height: 37.5rem;
}
#article-detail .articleThumbs .articleThumb {
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0;
  display: block;
  float: left;
  width: 80px;
  width: 5rem;
  height: 60px;
  height: 3.75rem;
  overflow: hidden;
  border: 1px solid #ededed;
}
#article-detail .articleThumbs .articleThumb h4,
#article-detail .articleThumbs .articleThumb p {
  display: none;
}
#article-detail .articleThumbs .articleThumb img {
  width: 100%;
  height: auto;
}
#article-detail .articleThumbs .articleThumb img:hover {
  opacity: 0.8;
}
#article-detail .articleVarsToBuy {
  display: block;
  float: none;
  clear: both;
  margin-top: 20px;
  margin-top: 1.25rem;
}
#article-detail .boxToBuy {
  background: #f7f7f7;
  padding: 10px;
  padding: 0.625rem;
  border-bottom: 2px solid #b3b2b2;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
#article-detail .boxToBuy input[type=text] {
  width: 40px;
  width: 2.5rem;
  text-align: right;
}
#article-detail .boxToBuy .staffelprice {
  float: none;
  clear: both;
}
#article-detail .boxToBuy .wrap-add2cart {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}
#article-detail .boxToBuy .vPrice {
  margin-top: 12px;
  margin-top: 0.75rem;
  float: right;
}
#article-detail .boxToBuy .vPriceIncl {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  float: right;
}
#article-detail .boxToBuy .vPriceExcl {
  padding-top: 1px;
  padding-top: 0.0625rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  color: #70706f;
  float: right;
  padding-right: 7px;
  padding-right: 0.4375rem;
}
#article-detail .boxToBuy .vBasicPrice {
  display: block;
  color: #70706f;
}
#article-detail .boxToBuy p {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
#article-detail .boxToBuy input[type="text"] {
  padding: 2px 5px;
  padding: 0.125rem 5px;
  padding: 2px 0.3125rem;
  padding: 0.125rem 0.3125rem;
  bordeR: 1px solid #dadada;
}
#article-detail .boxToBuy .btnAddCart {
  padding: 4px 10px;
  padding: 0.25rem 10px;
  padding: 4px 0.625rem;
  padding: 0.25rem 0.625rem;
  margin-top: -1px;
}
#article-detail .alertPriceMwSt {
  color: #70706f;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
#article-detail .alertPriceMwSt a {
  color: #70706f;
}
#article-detail .wrap-status {
  float: right;
}
#article-detail .artikelStatus {
  color: #000000;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
#article-detail .aStatusLed {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #878787;
  background: #878787;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  vertical-align: middle;
}
#article-detail .ledStat0 {
  background: #878787;
}
#article-detail .led166595,
#article-detail .ledStat6 .ledStat166598,
#article-detail .ledStat1 {
  /* lieferbar */
  background: #00d027;
}
#article-detail .led166594,
#article-detail .ledStat8 {
  /* momentan nicht lfb */
  background: #fa4949;
}
#article-detail .led166597,
#article-detail .ledStat4,
#article-detail .ledStat5 {
  /* Auf Anfrage */
  background: #fcff00;
}
#article-detail .articleProperties {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
#article-detail .articleProperties li {
  padding: 2px 0;
  padding: 0.125rem 0;
  margin: 2px 0;
  margin: 0.125rem 0;
  border-bottom: 1px solid #dadada;
}
#article-detail .articleProperties li span {
  vertical-align: top;
}
#article-detail .articleProperties .articlePropertyName {
  font-family: 'DINBold', sans-serif;
  width: 30%;
  display: inline-block;
}
#article-detail .articleProperties .articlePropertyValue {
  width: 65%;
  display: inline-block;
}
#article-detail .downloads {
  margin: 0;
  padding: 0;
  list-style: none;
}
#article-detail .downloads li {
  font-size: 12px;
  font-size: 0.75rem;
}
#article-detail .downloads li a:before {
  margin-right: 5px;
  margin-right: 0.3125rem;
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  content: "\f019";
}
#article-detail .adetails {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.detail-imgh #articleMainImage {
  height: 100%!important;
  width: auto!important;
  max-height: 300px!important;
}
.download:before {
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  content: "\f019";
}
.colAInfo {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.colAInfo .aShippingInfo {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.colAInfo .aShippingInfo:first-child {
  margin-top: 0px;
  margin-top: 0rem;
}
.colAInfo hr {
  border: none;
  border-top: 1px solid #ededed;
  margin: 6px 0;
  margin: 0.375rem 0;
}
.colAInfo p {
  margin: 5px 0;
  margin: 0.3125rem 0;
}
.colAInfo .iconNone {
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}
.colAInfo .wrap-downloads {
  padding-left: 28px;
  padding-left: 1.75rem;
}
.colAInfo .iconEigenproduktion:before {
  content: url('../gfx/icons/krp_icn_eigenproduktion.jpg');
  width: 28px;
  width: 1.75rem;
  height: 19px;
  height: 1.1875rem;
}
.colAInfo .download {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #70706f;
}
.colAInfo .link {
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-left: 32px;
  margin-left: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #70706f;
  text-decoration: none;
}
.colAInfo .link:before {
  margin-left: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  content: "\f054";
  text-decoration: none;
}
.colAInfo .link:hover {
  text-decoration: inherit;
}
.colAInfo .link:hover:before {
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.colAInfo .wrap-sicherheit {
  text-align: center;
  float: none;
  clear: both;
  display: inline-block;
  width: 100%;
}
.colAInfo .wrap-sicherheit .icon-sh {
  width: 33%;
  padding: 5px 5px;
  padding: 0.3125rem 5px;
  padding: 5px 0.3125rem;
  padding: 0.3125rem 0.3125rem;
  text-align: center;
  display: inine-block;
  float: left;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.colAInfo .wrap-sicherheit .icon-sh img {
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.colAInfo .wrap-moreInfo {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.colAInfo .wrap-moreInfo a {
  display: block;
  color: #70706f;
  text-decoration: none!important;
}
.colAInfo .wrap-moreInfo a:before {
  margin-left: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 11px;
  font-size: 0.6875rem;
}
.colAInfo .wrap-moreInfo a:hover {
  text-decoration: inherit;
}
.colAInfo .wrap-moreInfo a:hover:before {
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.colAInfo #watchliststat {
  margin-left: 5px;
  margin-left: 0.3125rem;
  display: none;
  color: #000000;
}
.colAInfo .signalwort {
  clear: both;
  float: none;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.colAInfo .aTooltip {
  float: right;
}
.colAInfo #accordionRR,
.colAInfo #accordionACMI,
.colAInfo #accordionSGH,
.colAInfo #collapseGH {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.colAInfo #accordionRR .card,
.colAInfo #accordionACMI .card,
.colAInfo #accordionSGH .card,
.colAInfo #collapseGH .card {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.colAInfo #accordionRR .card-block,
.colAInfo #accordionACMI .card-block,
.colAInfo #accordionSGH .card-block,
.colAInfo #collapseGH .card-block {
  padding: 5px 5px 20px 0;
  font-family: 'DINRegular', sans-serif;
}
.colAInfo #accordionRR .card-header,
.colAInfo #accordionACMI .card-header,
.colAInfo #accordionSGH .card-header,
.colAInfo #collapseGH .card-header {
  padding-left: 0;
}
.colAInfo #accordionRR .card-header h3,
.colAInfo #accordionACMI .card-header h3,
.colAInfo #accordionSGH .card-header h3,
.colAInfo #collapseGH .card-header h3 {
  margin: 0;
  padding: 0 ;
}
.colAInfo #accordionRR .card-header h3 a,
.colAInfo #accordionACMI .card-header h3 a,
.colAInfo #accordionSGH .card-header h3 a,
.colAInfo #collapseGH .card-header h3 a {
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
}
.colAInfo #accordionRR .card-header a,
.colAInfo #accordionACMI .card-header a,
.colAInfo #accordionSGH .card-header a,
.colAInfo #collapseGH .card-header a,
.colAInfo #accordionRR .card-header a:focus,
.colAInfo #accordionACMI .card-header a:focus,
.colAInfo #accordionSGH .card-header a:focus,
.colAInfo #collapseGH .card-header a:focus {
  text-decoration: none;
}
.colAInfo #accordionRR .card-header a:after,
.colAInfo #accordionACMI .card-header a:after,
.colAInfo #accordionSGH .card-header a:after,
.colAInfo #collapseGH .card-header a:after,
.colAInfo #accordionRR .card-header a:focus:after,
.colAInfo #accordionACMI .card-header a:focus:after,
.colAInfo #accordionSGH .card-header a:focus:after,
.colAInfo #collapseGH .card-header a:focus:after {
  float: right;
  display: inline-block;
  text-decoration: inherit;
  color: inherit;
  font-family: FontAwesome;
  content: "\f056";
  font-size: 14px;
  font-size: 0.875rem;
}
.colAInfo #accordionRR .card-header a:hover,
.colAInfo #accordionACMI .card-header a:hover,
.colAInfo #accordionSGH .card-header a:hover,
.colAInfo #collapseGH .card-header a:hover,
.colAInfo #accordionRR .card-header a:focus:hover,
.colAInfo #accordionACMI .card-header a:focus:hover,
.colAInfo #accordionSGH .card-header a:focus:hover,
.colAInfo #collapseGH .card-header a:focus:hover {
  text-decoration: none;
}
.colAInfo #accordionRR .card-header .collapsed:after,
.colAInfo #accordionACMI .card-header .collapsed:after,
.colAInfo #accordionSGH .card-header .collapsed:after,
.colAInfo #collapseGH .card-header .collapsed:after,
.colAInfo #accordionRR .card-header .collapsed:focus:after,
.colAInfo #accordionACMI .card-header .collapsed:focus:after,
.colAInfo #accordionSGH .card-header .collapsed:focus:after,
.colAInfo #collapseGH .card-header .collapsed:focus:after {
  content: "\f055";
}
.colAInfo #accordionACMI {
  margin-top: 0px;
  margin-top: 0rem;
}
.colAInfo #accordionRR {
  margin-top: 30px;
  margin-top: 1.875rem;
  /*.wrap-rrImage{
			.min-height(140px);
			.max-height(140px);
			overflow: hidden;
			 position: relative;
			 img{
				top: -65%;

				position: absolute;
			 }
		}*/
}
.colAInfo #accordionRR .wrap-rrImage {
  text-align: left;
}
.colAInfo #accordionRR .wrap-rrImage img {
  max-width: 200px;
}
.colAInfo #accordionRR .rrList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.colAInfo #accordionRR .rrList .rrSect {
  margin: 0;
  padding: 0;
  font-family: 'DINBold', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  /*color: @colorGrey90;*/
}
.colAInfo #accordionRR .rrList .rrCat h4 {
  margin: 0;
  padding: 0;
  font-family: 'DINBold', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  /*color: @colorGrey90;*/
}
.colAInfo #accordionRR .rrList .rrRez {
  padding: 0px 3px 3px 0;
  margin-left: 10px;
}
.colAInfo #accordionRR .rrList .rrRez a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  text-decoration: none;
  color: #70706f;
  text-indent: 0px;
  margin-left: -14px;
}
.colAInfo #accordionRR .rrList .rrRez a:before {
  margin-left: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 11px;
  font-size: 0.6875rem;
}
.colAInfo #accordionRR .rrList .rrRez a:hover {
  text-decoration: inherit;
}
.colAInfo #accordionRR .rrList .rrRez a:hover:before {
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.colAInfo #accordionRR .rrList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.colAInfo #accordionRR .rrLink {
  display: block;
}
.colAInfo .iconInfo {
  min-height: 24px;
  min-height: 1.5rem;
}
.colAInfo .wrap-sicherheit {
  min-height: 110px;
  min-height: 6.875rem;
}
.colAInfo .card-header {
  min-height: 43px;
  min-height: 2.6875rem;
}
.tooltip > .tooltip-inner {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  width: 300px;
  width: 18.75rem;
  max-width: 300px;
  max-width: 18.75rem;
  text-shadow: none;
}
/*******************
  CHECKOUT
 *******************/
#mssCheckout {
  margin-top: 26px;
  margin-top: 1.625rem;
  /*	.astatus-7{
			.basketItemList_itemTotal,
			.basketItemList_itemPrice{
				opacity:0;
			}
		}*/
}
#mssCheckout .mssCheckoutTabTr {
  background: #333333;
  width: 100%;
}
#mssCheckout .mssCheckoutTab {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 25%;
}
@media (max-width: 580px) {
  #mssCheckout .mssCheckoutTab {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
@media (max-width: 480px) {
  #mssCheckout .mssCheckoutTab {
    width: 100%;
    display: block;
  }
}
#mssCheckout .mssCheckoutTab a {
  text-align: center;
  padding: 5px 2px;
  padding: 0.3125rem 2px;
  padding: 5px 0.125rem;
  padding: 0.3125rem 0.125rem;
  background: #333333;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 580px) {
  #mssCheckout .mssCheckoutTab a {
    height: 50px;
    height: 3.125rem;
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  #mssCheckout .mssCheckoutTab a {
    padding: 10px 2px;
    padding: 0.625rem 2px;
    padding: 10px 0.125rem;
    padding: 0.625rem 0.125rem;
    min-height: 40px;
    min-height: 2.5rem;
    height: auto;
    vertical-align: middle;
  }
}
#mssCheckout .mssCheckoutTab a:hover {
  color: #333333;
  text-decoration: none;
  background: #f9f9f9;
}
#mssCheckout .mssCheckoutTabActive a {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
}
#mssCheckout .mssCheckoutTabActive a:hover {
  text-decoration: none;
  color: #333333;
}
#mssCheckout .wrap-downloads .download:before {
  padding-right: 2px;
  padding-right: 0.125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
#mssCheckout .basketItemList_itemRow p {
  margin: 0;
  padding: 0;
}
#mssCheckout .basketItemList_itemRow .avstatus {
  padding-left: 0!important;
}
.wrap-orderdetail,
#mssCheckoutContent {
  padding: 20px 0;
  padding: 1.25rem 0;
  background: #ffffff;
}
.wrap-orderdetail .headline,
#mssCheckoutContent .headline {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding: 20px 0;
  padding: 1.25rem 0;
}
.wrap-orderdetail #basketItemList th,
#mssCheckoutContent #basketItemList th {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333333;
}
.wrap-orderdetail #basketItemList td,
#mssCheckoutContent #basketItemList td {
  padding: 5px 2px;
  padding: 0.3125rem 2px;
  padding: 5px 0.125rem;
  padding: 0.3125rem 0.125rem;
}
.wrap-orderdetail #basketItemList .colCnt,
#mssCheckoutContent #basketItemList .colCnt {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.wrap-orderdetail #basketItemList .colR form,
#mssCheckoutContent #basketItemList .colR form,
.wrap-orderdetail #basketItemList .colCnt form,
#mssCheckoutContent #basketItemList .colCnt form {
  margin: 0;
  padding: 0;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRow,
#mssCheckoutContent #basketItemList .basketItemList_itemRow {
  border-top: 1px solid #dadada;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRow td,
#mssCheckoutContent #basketItemList .basketItemList_itemRow td {
  vertical-align: middle;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRow td a,
#mssCheckoutContent #basketItemList .basketItemList_itemRow td a {
  text-decoration: none;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRowInfo,
#mssCheckoutContent #basketItemList .basketItemList_itemRowInfo {
  opacity: 0.3;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRowInfo:hover,
#mssCheckoutContent #basketItemList .basketItemList_itemRowInfo:hover {
  opacity: 1.0;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRowInfo td,
#mssCheckoutContent #basketItemList .basketItemList_itemRowInfo td {
  padding: 0;
  vertical-align: top;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRowInfo td .iconInfo,
#mssCheckoutContent #basketItemList .basketItemList_itemRowInfo td .iconInfo {
  margin: 0;
  padding: 0;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRowInfo td .wrap-uninfo,
#mssCheckoutContent #basketItemList .basketItemList_itemRowInfo td .wrap-uninfo {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.wrap-orderdetail #basketItemList .basketItemList_itemRowInfo td a,
#mssCheckoutContent #basketItemList .basketItemList_itemRowInfo td a {
  text-decoration: none;
}
.wrap-orderdetail #basketItemList .articleImage,
#mssCheckoutContent #basketItemList .articleImage {
  width: 100%;
  height: auto;
  border: 1px solid #ffffff;
}
.wrap-orderdetail .btn-more,
#mssCheckoutContent .btn-more {
  color: #333333;
}
.wrap-orderdetail .colR,
#mssCheckoutContent .colR {
  text-align: right;
}
.wrap-orderdetail .colSum,
#mssCheckoutContent .colSum {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.wrap-orderdetail .basketTotal_articles,
#mssCheckoutContent .basketTotal_articles {
  font-weight: 700;
}
.wrap-orderdetail .colPrice,
#mssCheckoutContent .colPrice {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.wrap-orderdetail .colCartLabel,
#mssCheckoutContent .colCartLabel {
  text-align: right;
}
.wrap-orderdetail .basketSumLine,
#mssCheckoutContent .basketSumLine {
  border-top: 1px solid #000000;
}
.cartInfoBox {
  background: #f7f7f7;
  padding: 10px;
  padding: 0.625rem;
}
.cartInfoBox p {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.btnCeckOutNext {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-decoration: none!important;
}
.btnCeckOutNext:after {
  margin-left: 5px;
  margin-left: 0.3125rem;
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 14px;
  font-size: 0.875rem;
}
.btnCeckOutOffer {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-decoration: none!important;
}
.btnCeckOutPrev {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-decoration: none!important;
}
.btnCeckOutPrev:before {
  margin-right: 5px;
  margin-right: 0.3125rem;
  display: inline-block;
  text-decoration: inherit;
  font-family: FontAwesome;
  content: "\f053";
  font-size: 14px;
  font-size: 0.875rem;
}
.wrap-select {
  cursor: pointer;
  background: #ededed;
  border: 2px solid #ededed;
  margin: 5px 0;
  margin: 0.3125rem 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  clear: both;
  float: none;
}
.wrap-select label {
  cursor: pointer;
  display: block;
}
.wrap-select input[type="radio"] {
  float: left;
  margin-right: 10px;
  margin-right: 0.625rem;
  display: none;
}
.wrap-select .sbBody {
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
  display: block;
}
.wrap-select h4 {
  margin: 0;
  padding: 0;
}
.wrap-select:hover {
  background: #89c4ff;
}
.wrap-select.selected,
.wrap-shippingType.selected {
  border: 2px solid #193abd;
  background: #89c4ff;
  border: 2px solid #4778ef;
  background: #c7eaff;
  /*.shsep{
		display: none;
	}
	.shprice{
		float: right;
		.margin-right(30px);
	}*/
}
.wrap-select.selected:before,
.wrap-shippingType.selected:before {
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 0.875rem;
  content: "\f00c";
  border-radius: 50%;
  border: 2px solid #0070ba;
  background: #FFF;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 20px;
  left: 1.25rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  text-align: center;
}
.wrap-payselect {
  border-top: 1px solid #dfdfdf;
  padding: 16px 0;
  padding: 1rem 0;
  background: #ffffff;
  cursor: pointer;
}
.wrap-payselect:hover {
  background: #f9f9f9;
}
.wrap-payselect input[type="radio"] {
  display: none;
}
.wrap-payselect .col-paylogo {
  width: 123px;
  width: 7.6875rem;
  text-align: center;
}
.wrap-payselect .col-paylogo img {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.wrap-payselect .btn-paynext {
  border-color: #0070ba;
  background: #0070ba;
  color: #ffffff;
  border-radius: 5px;
  display: none;
}
.wrap-payselect label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3f3f3f;
  font-family: Arial;
  font-weight: 700;
}
.wrap-payselect .radiodescr {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #3f3f3f;
  font-family: Arial;
  line-height: 16.5px;
  line-height: 1rem;
}
.wrap-payselect .sbBody {
  display: none;
}
.wrap-payselect.selected {
  background: #f9f9f9;
}
.wrap-payselect.selected:hover {
  background: #f9f9f9;
}
.wrap-payselect.selected .btn-paynext {
  display: inline-block;
}
.wrap-payselect.selected .sbBody {
  display: inline-block;
}
#pplus {
  margin-top: -25px;
  margin-top: -1.5625rem;
  margin-bottom: -28px;
  margin-bottom: -1.75rem;
}
.wpsbb {
  border-top: 0px solid #dfdfdf;
  border-top: none;
  border-bottom: 1px solid #dfdfdf;
}
.card {
  border-radius: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.card .card-header {
  background: none;
  padding: 10px;
  padding: 0.625rem;
  background: #ffffff;
  border-radius: 0;
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.card .card-body {
  padding: 10px;
  padding: 0.625rem;
  border-radius: 0;
}
/* ***************************
	HOME
   *************************** */
.hlined {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.hlined .headhome {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
}
.hlined .headhome:before,
.hlined .headhome:after {
  content: '';
  border-top: 1px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.hlined .headhome:after {
  margin: 0 0 0 20px;
}
.homeboxwelcome,
.homebox {
  background: #ffffff;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 767px) {
  .homeboxwelcome,
  .homebox {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.homeboxwelcome .wrap-img,
.homebox .wrap-img {
  min-height: 140px;
  min-height: 8.75rem;
  max-height: 140px;
  max-height: 8.75rem;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}
.homeboxwelcome .wrap-img img,
.homebox .wrap-img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.homeboxwelcome .homeboxbody,
.homebox .homeboxbody,
.homeboxwelcome .hsublined,
.homebox .hsublined {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.homeboxwelcome .homeboxbody,
.homebox .homeboxbody {
  display: flex;
}
.homeboxwelcome .homeboxbody .inner,
.homebox .homeboxbody .inner {
  align-self: top;
  text-align: left;
}
.homeboxwelcome .homeboxbody .inner a,
.homebox .homeboxbody .inner a {
  /*	&:before{
						.margin-right(5px);
						display: inline-block;
						text-decoration: inherit;
						font-family: FontAwesome;
						content: "\f0a9";
						text-decoration: none;
					} */
}
.homeboxwelcome .homeboxbody .inner a:hover,
.homebox .homeboxbody .inner a:hover {
  text-decoration: underline;
}
.row-infoboxes {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.row-homeboxes [class*="col-md-6"] .wrap-img {
  min-height: 167px;
  min-height: 10.4375rem;
  max-height: 167px;
  max-height: 10.4375rem;
}
.row-homeboxes [class*="col-md-4"][class*="slim"] .wrap-img {
  min-height: 86px;
  min-height: 5.375rem;
  max-height: 86px;
  max-height: 5.375rem;
}
.row-homeboxes [class*="col-md-4"][class*="medium"] .wrap-img {
  min-height: 106px;
  min-height: 6.625rem;
  max-height: 106px;
  max-height: 6.625rem;
}
.row-homeboxes [class*="col-md-6"][class*="slim"] .wrap-img {
  min-height: 110px;
  min-height: 6.875rem;
  max-height: 110px;
  max-height: 6.875rem;
}
.row-homeboxes [class*="col-md-6"][class*="medium"] .wrap-img {
  min-height: 135px;
  min-height: 8.4375rem;
  max-height: 135px;
  max-height: 8.4375rem;
}
.fullwidth .homebox .inner {
  width: 100%;
}
.imgleft .wrap-body {
  display: inline-block;
}
.imgleft .wrap-img {
  min-width: 40%;
  max-width: 40%;
  max-height: 100%;
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  float: left;
}
.imgleft .wrap-img img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .homeboxwelcome,
  .homebox {
    margin-top: 0;
    margin-bottom: 0;
  }
  .homeboxwelcome .wrap-img,
  .homebox .wrap-img,
  .homeboxwelcome .hsublined:after,
  .homebox .hsublined:after,
  .homeboxwelcome .homeboxbody,
  .homebox .homeboxbody {
    display: none;
  }
  .homeboxwelcome .hsublined:before,
  .homebox .hsublined:before {
    font-family: FontAwesome;
    content: "\f054";
    padding-right: 8px;
    padding-right: 0.5rem;
    width: 15px;
    width: 0.9375rem;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .homeboxopen .wrap-img,
  .homeboxopen .hsublined:after,
  .homeboxopen .homeboxbody {
    display: block;
  }
  .homeboxopen .hsublined:before {
    content: "\f078";
  }
}
.homeintro {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-align: left;
}
@media (min-width: 767px) {
  .homeintro {
    column-count: 2;
    column-gap: 30px;
  }
}
.hnomt {
  margin-top: 0 !important;
}
.presse-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.presse-list .presse {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.presse-list .presse .presse-date {
  text-align: right;
  color: #878787;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.presse-list .presse .presse-title {
  font-family: 'DINBold', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.presse-list .presse .presse-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.presse-list .presse .presse-videotext {
  font-family: 'DINBold', sans-serif;
}
.presse-list .presse .presse-more {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.presse-list .presse .presse-more a:before {
  font-family: FontAwesome;
  content: "\f08e ";
  color: #000000;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.intro-presse {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dadada;
}
.img-right img {
  width: 100%;
  height: auto;
}
@media (min-width: 991px) {
  .img-right {
    float: right;
    max-width: 33%;
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* MAP STORES */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #ededed !important;
  border-radius: 0!important;
}
.leaflet-popup-content {
  margin: 2px !important;
  margin: 0.125rem !important;
}
.leaflet-container a {
  color: #333333 !important;
}
.leaflet-container a:hover {
  color: #333333 !important;
}
.leaflet-container a:hover:before {
  color: #333333 !important;
}
#map-info {
  padding: 5px 10px;
  background: #ededed;
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
#map-info .title {
  font-family: 'DINBold', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
#map-info .city {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
#map-info .btn-mapinfo {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: 'DINRegular', sans-serif;
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: block;
  background: #ededed;
  color: #000000;
}
#map-info .btn-mapinfo:hover {
  background: #ededed;
  color: #000000;
}
.store-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.store-list .store {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.store-list .store label {
  font-family: 'DINBold', sans-serif;
  margin: 0;
  padding: 0;
}
.store-list .store p {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.store-list .store .store-title {
  font-family: 'DINBold', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.store-list .store .store-addr {
  margin: 6px 0;
}
.store-list .store .presse-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.store-list .store .store-more {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.store-list .store .store-more a:before {
  font-family: FontAwesome;
  content: "\f08e";
  color: #000000;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.store-list .store .store-anfahrt {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.store-list .store .store-anfahrt a:before {
  font-family: FontAwesome;
  content: "\f041";
  color: #000000;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.store-list .store .store-content {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.pageGallery {
  border-top: 1px solid #FFF;
}
.pageGallery .wrap-pressevideo {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.pageGallery .wrap-gallery {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.pageGallery .gallery-item {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-top: 1.25rem;
}
.pageGallery .gallery-item .wrap-img {
  overflow: hidden;
  max-height: 110px;
  max-height: 6.875rem;
}
.pageGallery .gallery-item .wrap-img img {
  width: 100%;
  height: auto;
}
.link-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.link-list .link {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.link-list .link .link-title {
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: block;
  margin-top: 0;
}
.link-list .link .link-title a {
  text-decoration: none;
}
.link-list .link .link-title:after {
  content: "";
  background: #000000;
  height: 3px;
  height: 0.1875rem;
  width: 40px;
  width: 2.5rem;
  border: 1px solid #000;
  display: block;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
.link-list .link .link-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.link-list .link .link-more {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.link-list .link .link-more a:before {
  font-family: FontAwesome;
  content: "\f08e ";
  color: #000000;
  margin-right: 5px;
  margin-right: 0.3125rem;
  /*.font-size(14px); */
}
.event-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.event-list .event {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.event-list .event .event-title a,
.event-list .event .event-title {
  text-decoration: none;
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
}
.event-list .event .event-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: block;
}
.event-list .event .event-title:after {
  content: "";
  background: #000000;
  height: 3px;
  height: 0.1875rem;
  width: 40px;
  width: 2.5rem;
  border: 1px solid #000;
  display: block;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
.event-list .event .event-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.event-list .event .event-more {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.event-list .event .event-more a:before {
  font-family: FontAwesome;
  content: "\f08e ";
  color: #000000;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.wrap-select-filter {
  margin-top: 10px;
  margin-top: 0.625rem;
  background: #ededed;
  padding: 5px 10px;
}
.wrap-select-filter label {
  margin: 0;
  padding: 0;
  font-family: 'DINBold', sans-serif;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.wrap-select-filter .select-filter {
  border: none;
  background: #ededed;
}
.pageStores .wrap-select-filter {
  margin-top: 0px;
  margin-top: 0rem;
}
.row-spacer {
  width: 1005;
  height: 40px;
  height: 2.5rem;
}
.hranfahrt {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.required:after {
  content: '*';
  color: #ff0066;
  padding-left: 2px;
  padding-left: 0.125rem;
}
.legend {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-style: italic;
  color: #878787;
}
.checkbox-inline {
  margin-right: 5px;
  margin-right: 0.3125rem;
  /*	float: left; */
}
.checkbox-inline label {
  display: inline-block;
  max-width: 95%;
  width: 95%;
  vertical-align: text-top;
  word-break: keep-all;
  margin-top: -2px;
  margin-top: -0.125rem;
}
.boxgrey {
  border: 1px solid #dadada;
  background: #f7f7f7;
  padding: 10px;
  padding: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.wrap-loader,
.wrap-loader-fs {
  width: 100%;
  text-align: center;
  min-height: 16px;
  min-height: 1rem;
}
.wrap-loader #wrap-loader,
.wrap-loader-fs #wrap-loader,
.wrap-loader #icon-loader-fs,
.wrap-loader-fs #icon-loader-fs {
  display: none;
}
.acc-list .acc {
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #ffffff;
  margin: 0!important;
  padding: 0px;
  padding: 0rem;
  width: 100%;
}
.acc-list .acc .accTitle {
  margin: 0!important;
  margin-top: 5px !important;
  margin-top: 0.3125rem !important;
  font-weight: 400;
  word-break: break-word;
  text-align: left;
  cursor: pointer;
  padding: 5px;
  padding: 0.3125rem;
  background: #EFEFEF;
}
.acc-list .acc .accTitle a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-decoration: none!important;
}
.acc-list .acc .accTitle a:before {
  content: '-';
  padding-right: 8px;
  padding-right: 0.5rem;
  width: 15px;
  width: 0.9375rem;
  display: inline-block;
}
.acc-list .acc .accTitle .collapsed:before {
  content: '+';
}
.acc-list .acc .wrap-acccontent {
  padding: 5px;
  padding: 0.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
  background: #ffffff;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
caption {
  color: #878787;
  font-family: 'DINBold', sans-serif;
  caption-side: top!important;
  padding: 5px;
  padding: 0.3125rem;
}
.tblstprice {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.tblstprice caption {
  font-size: 14px;
  font-size: 0.875rem;
}
.tblstprice thead th {
  font-size: 14px;
  font-size: 0.875rem;
  color: #878787;
  font-weight: 400;
  padding: 5px;
  padding: 0.3125rem;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #878787;
}
.tblstprice tr td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding: 0.3125rem;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
}
.tblstprice .m {
  color: #878787;
  text-align: left;
}
.tblstprice .pr {
  color: #878787;
}
.tblstprice .selected td {
  background: #c7eaff;
}
#wrap-header {
  width: 100%;
}
.navtopFixed {
  position: fixed;
  top: 0px;
  z-index: 120;
  background: #ffffff;
  border-bottom: 1px solid #333333;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.navtopFixed #col-language {
  padding-bottom: 0;
  padding-top: 10px;
  padding-top: 0.625rem;
}
.navtopFixed #nav-pages {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
.navtopFixed .row-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navtopFixed .row-header-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.navtopFixed .col-logo {
  position: relative;
  min-height: 75px;
  min-height: 4.6875rem;
}
.navtopFixed #wrap-logo {
  position: absolute;
  top: 0;
  left: 30px;
  left: 1.875rem;
  max-height: 65px !important;
  max-height: 4.0625rem !important;
  margin-top: 0px;
  margin-top: 0rem;
}
.navtopFixed #wrap-logo .img-responsive {
  max-height: 65px !important;
  max-height: 4.0625rem !important;
  height: 100%;
  width: auto;
}
.navtopFixed .col-search,
.navtopFixed .col-service,
.navtopFixed .col-cart {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.navtopFixedHD {
  padding-top: 180px;
  padding-top: 11.25rem;
}
.pageEvents .nav-tabs {
  border-bottom: 1px solid #000000;
}
.pageEvents .nav-tabs .nav-link:hover,
.pageEvents .nav-tabs .nav-link:focus,
.pageEvents .nav-tabs .nav-link.active,
.pageEvents .nav-tabs .nav-link.active:focus,
.pageEvents .nav-tabs .nav-link.active:hover {
  border-color: #000000 #000000 transparent;
  background: #000000;
  color: #ffffff;
}
.btnShopC {
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px;
  padding: 1.25rem;
}
/* SEARCH AUTOCOMPLETE */
.ui-autocomplete .sr-product {
  text-align: left;
  max-width: 401px;
  max-width: 25.0625rem;
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #dadada;
  padding: 2px;
  padding: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.ui-autocomplete .sr-product a {
  color: #000000;
  text-decoration: none;
}
.ui-autocomplete .sr-product a:hover {
  color: #000000;
  text-decoration: none;
}
.ui-autocomplete .sr-product .productname {
  overflow: hidden;
  font-family: 'DINMedium', sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  word-break: break-word;
}
.ui-autocomplete .sr-product h3 {
  margin: 0;
  padding: 0;
  font-family: 'DINRegular', sans-serif;
  padding-top: 0px;
  padding-top: 0rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #878787;
  font-weight: 400;
}
.ui-autocomplete .sr-product .wrap-img img {
  width: 100%;
  height: auto;
  border: 1px solid #dadada;
}
.ui-autocomplete .sr-product header2 {
  max-width: 25%;
  float: left;
}
.ui-state-active {
  background: #ededed !important;
  border: 1px solid #ededed !important;
  padding: 2px;
  padding: 0.125rem;
  margin: 0 !important;
  color: #000000 !important;
}
.ui-state-active h2 a,
.ui-state-active a,
.ui-state-active .productname a {
  color: #000000 !important;
}
#searchAcResults #ui-id-1 {
  left: 15px!important;
  top: 64px!important;
}
@media (max-width: 991px) {
  #searchAcResults #ui-id-1 {
    top: 44px!important;
  }
}
.avstatus {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
#a_credit_card_number_container iframe {
  height: 50px;
}
.updateInfo {
  float: right;
  border: 1px solid #CCC;
  background: #EFEFEF;
  padding: 5px;
  padding: 0.3125rem;
}
.updateInfo .wrap-btnupdate {
  padding-bottom: 5px!important;
}
.updateInfo .wrap-id,
.updateInfo .updateDates {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-align: right;
  color: #666;
  padding: 0;
  margin: 0;
  padding-top: 5px!important;
}
#commerce_checkout_confirmForm #shippingOptions {
  display: none;
}
.wrap-astat {
  color: #9e0b10;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.wrap-pdfsum {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.wrap-pdfsum .iconNone:before {
  content: '';
  padding: 0;
  margin: 0;
}
.wrap-pdfsum .download {
  text-decoration: none;
}
.wrap-pdfsum .download:before {
  width: 20px;
  width: 1.25rem;
}
.wrap-cb-readinfo {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 700;
  border: 1px solid #000;
  padding: 10px;
  padding: 0.625rem;
}
.wrap-cb-readinfo:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 10px;
  margin-left: -10px;
}
.afctArtHead {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
.afctArt {
  padding: 0!important;
  margin: 0!important;
  line-height: 14px;
  line-height: 0.875rem;
}
.afctArt p {
  padding: 0;
  margin: 0;
}
.afctArtHead,
.afctArt {
  margin-left: 30px !important;
  margin-left: 1.875rem !important;
}
#accordionCart {
  color: #000;
  margin-top: 0;
}
#accordionCart .card {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
#accordionCart pre {
  background: #EFEFEF;
  padding: 5px;
  padding: 0.3125rem;
}
#accordionCart .card-block {
  padding: 5px 5px 20px 0;
  font-family: 'DINRegular', sans-serif;
}
#accordionCart .card-header {
  padding-left: 0;
}
#accordionCart .card-header h3 {
  margin: 0;
  padding: 0 ;
}
#accordionCart .card-header h3 a {
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
}
#accordionCart .card-header a,
#accordionCart .card-header a:focus {
  text-decoration: none;
}
#accordionCart .card-header a:after,
#accordionCart .card-header a:focus:after {
  float: right;
  display: inline-block;
  text-decoration: inherit;
  color: inherit;
  font-family: FontAwesome;
  content: "\f056";
  font-size: 14px;
  font-size: 0.875rem;
}
#accordionCart .card-header a:hover,
#accordionCart .card-header a:focus:hover {
  text-decoration: none;
}
#accordionCart .card-header .collapsed:after,
#accordionCart .card-header .collapsed:focus:after {
  content: "\f055";
}
.colAInfo .cartInfoBox .download {
  text-decoration: none;
}
.colAInfo .cartInfoBox .download:before {
  width: 20px;
  width: 1.25rem;
}
.colAInfo .cartInfoBox .download:hover {
  text-decoration: underline;
}
.userInfoAside {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media (max-width: 991px) {
  .userInfoAside {
    display: none;
  }
}
.userInfoAside p {
  border-bottom: 1px solid #f7f7f7;
}
.btn-cart-edit {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400!important;
  text-decoration: none;
  font-family: 'DINRegular', sans-serif;
  float: right;
}
.btn-cart-edit:hover {
  text-decoration: underline;
}
.htab label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'DINBold', sans-serif;
}
.dropdownuseracc,
.dropdownaddcat {
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.dropdownuseracc form,
.dropdownaddcat form {
  margin: 0!important;
  padding: 0;
}
.dropdownuseracc button,
.dropdownaddcat button {
  background: #ffffff;
  border-color: #ffffff;
  border: none;
}
.dropdownuseracc ul,
.dropdownaddcat ul {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border-color: #dadada;
}
.dropdownuseracc ul li,
.dropdownaddcat ul li {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.dropdownuseracc ul li button,
.dropdownaddcat ul li button {
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  padding: 5px;
  padding: 0.3125rem;
  border-radius: 0;
}
.dropdownuseracc ul button:focus,
.dropdownaddcat ul button:focus,
.dropdownuseracc ul button:active,
.dropdownaddcat ul button:active,
.dropdownuseracc ul button:hover,
.dropdownaddcat ul button:hover {
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.dropdownuseracc ul .divider,
.dropdownaddcat ul .divider {
  height: 1px;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  border-bottom: 1px solid #dadada;
}
.dropdownuseracc ul .divider:hover,
.dropdownaddcat ul .divider:hover {
  background: none;
}
#wrap-btnClearCart {
  display: inline-block;
}
.dropdownuseracc {
  width: 100%;
  margin-right: 0px;
  margin-right: 0rem;
  height: 36px;
  width: 180px;
}
.dropdownuseracc a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding: 0.3125rem;
  text-decoration: none;
}
.dropdownuseracc a:focus,
.dropdownuseracc a:active,
.dropdownuseracc a:hover {
  background: #000000;
  color: #ffffff;
}
.dropdownuseracc .dropdown-toggle {
  padding: 0;
  width: 100%;
  text-align: left;
}
.dropdownuseracc #dropdownUserAcc {
  display: inline-block;
  padding-right: 0px;
  padding-right: 0rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.btn-merkzettel-lout {
  text-decoration: none;
}
.btn-merkzettel-lout:hover {
  color: #878787;
  text-decoration: none!important;
}
@media (max-width: 767px) {
  .btn-merkzettel-lout {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.wrap-ccmsg {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'DINBold', sans-serif;
}
.btn {
  text-decoration: none;
}
#cartDZicode label {
  width: 65px;
  float: left;
  padding-top: 4px;
  padding-top: 0.25rem;
}
#cartDZicode #ziCode {
  max-width: 200px!important;
  width: 200px!important;
}
/* ORDER DETAILS */
.wrap-orderdetail {
  /* UserData */
}
.wrap-orderdetail .tbl {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.wrap-orderdetail .tbl td {
  border-bottom: 1px solid #CCC;
  padding: 3px;
  vertical-align: top;
}
.wrap-orderdetail .tbl a {
  text-decoration: none;
}
.wrap-orderdetail .tbl th {
  border-bottom: 2px solid #000;
  padding: 3px;
  font-family: 'DINBold', sans-serif;
  font-weight: 400;
  text-align: left;
  background: #f7f7f2;
}
.wrap-orderdetail .colprice {
  text-align: right!important;
}
.wrap-orderdetail .trsep td {
  height: 15px;
  border-bottom: none;
}
.wrap-orderdetail .trcosts {
  border-bottom: 2px solid #000;
}
.wrap-orderdetail .nolines td {
  border-top: none;
  border-bottom: none;
}
.wrap-orderdetail .text-right {
  text-align: right!important;
}
.wrap-orderdetail2 h1 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 26px;
}
.wrap-orderdetail2 .h1sub {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.wrap-orderdetail2 h2 {
  font-size: 14px;
}
.wrap-orderdetail2 h3 {
  font-size: 12px;
}
.wrap-orderdetail2 .header {
  background: #000;
  color: #FFF;
  padding: 10px;
  margin-bottom: 20px;
}
.wrap-orderdetail2 .footer {
  background: #000;
  color: #FFF;
  padding: 10px;
  margin-top: 20px;
}
.wrap-orderdetail2 .copy {
  text-align: center;
}
.wrap-orderdetail2 .content {
  padding: 10px;
  max-width: 900px;
}
.wrap-orderdetail2 h1,
.wrap-orderdetail2 h2 {
  color: #FFF;
  margin: 0;
  padding: 0;
}
.wrap-orderdetail2 h2 {
  margin-top: 10px;
}
.wrap-orderdetail2 .content-footer {
  color: #999;
}
.wrap-orderdetail2 hr {
  border: 0px solid #FFF;
  border: none;
  border-top: 1px solid #CCC;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wrap-orderdetail2 .col1 {
  min-width: 260px;
  font-weight: 700;
}
.wrap-orderdetail2 h3 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin: 10px 0;
  color: #878787;
}
.wrap-orderdetail2 .cartInfoBoxNW {
  border: 2px solid #f7f7f7;
  padding: 5px;
}
.wrap-orderdetail2 .cartInfoBoxNW p {
  padding: 0;
  margin: 0;
}
.wrap-orderdetail2 .cartInfoBoxNW label {
  width: 130px;
  padding: 0;
  margin: 0;
}
.wrap-orderdetail2 .htab {
  color: #000;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.wrap-orderdetail2 .cartInfoBox,
.wrap-orderdetail2 .cartInfoBoxSHD {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 15px;
}
.wrap-orderdetail2 .shdText {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.wrap-orderdetail2 .cartInfoBoxSHD {
  margin-top: 0px;
  margin-bottom: 40px;
}
.wrap-orderdetail2 .cartInfoBox p {
  margin-bottom: 2px;
}
.wrap-orderdetail2 .pull-right {
  float: right;
}
.wrap-orderdetail2 .itemRowInfo {
  padding-top: 4px;
}
.wrap-orderdetail2 .wrap-astat {
  color: #9e0b10;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.wrap-orderdetail2 .itemRowInfo .iconInfo {
  margin: 0;
  padding: 0;
}
.wrap-orderdetail2 .itemRowInfo .wrap-uninfo {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}
.wrap-orderdetail2 .itemRowInfo a {
  text-decoration: none;
}
.wrap-orderdetail2 .iconInfo:before {
  content: '';
  margin-right: 5px;
  vertical-align: -25%;
}
.wrap-orderdetail2 .iconHidus:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_verbleibserklaerung.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .iconAltersnachweis:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_altersnachweis.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .iconVerbleibserkl:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_verbleibserklaerung.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .iconChemverbot:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_chemverbotv.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .iconSpedition:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_spedition.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .iconCites:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_cites.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .iconProfA:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_shd.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .iconSHD:before {
  content: url('https://www.kremer-pigmente.com/elements/gfx/icons/krp_icn_shd.jpg');
  width: 28px;
  height: 19px;
}
.wrap-orderdetail2 .afctArtHead {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 700;
}
.wrap-orderdetail2 .afctArt {
  padding: 0!important;
  margin: 0!important;
  line-height: 14px;
}
.wrap-orderdetail2 .afctArt p {
  padding: 0;
  margin: 0;
}
.wrap-orderdetail2 .afctArt,
.wrap-orderdetail2 .wrap-iconcont {
  margin-left: 30px;
}
/* .dev */
.dev {
  border: 5px solid #F00;
}
.col-loginfailed {
  background: #ffffff;
  padding-top: 10px;
  padding-top: 0.625rem;
}
#layerLoading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
#layerLoading:before {
  content: '';
  background: url('../gfx/loader-spinner.gif') no-repeat;
  position: absolute;
  top: 30%;
  left: 49%;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
.cclayerBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.cclayerBottom .inner {
  border: 4px solid #000000;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.cclayerBottom .inner .hsublined {
  display: block!important;
}
@media (max-width: 479px) {
  .cclayerBottom {
    height: 100%;
  }
}
.cclayer {
  width: 100%;
}
.cclayer .inner {
  background: #ffffff;
}
.cclayer .inner .hsublined {
  display: none;
}
.cclayer .inner .col-inner .hsublined {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media (max-width: 990px) {
  .cclayer {
    height: 195px;
    height: 12.1875rem;
  }
}
@media (max-width: 767px) {
  .cclayer {
    height: 205px;
    height: 12.8125rem;
  }
}
@media (max-width: 479px) {
  .cclayer {
    height: 90%;
    width: 95%;
    overflow-y: scroll;
  }
  .cclayer .btn {
    padding: 0.1rem 0.5rem!important;
    margin-bottom: 0.5rem;
  }
  .cclayer .hsublined {
    font-size: 1rem!important;
  }
  .cclayer .hsublined:after {
    display: none;
  }
  .cclayer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* CART */
.us .brutto {
  display: none;
}
.int .netto {
  display: none;
}
.us .hideus {
  display: none;
  /*	border: 1px solid #F00;
		position: relative;
		&:after{
			content:'nicht in US';
			display: inline-block;
			position: absolute;
			right: 0;
			top: 0;
			color: #FFF!important;
			background: #F00;
			font-size: 10px;
			.padding(0px 4px);
		}*/
}
.modal-body .col-md-6 {
  float: left;
  width: 50%;
}
.row-nachweise label {
  display: inline-block;
  font-weight: 700;
}
.row-nachweise .has {
  color: #3c763d;
  margin-right: 5px;
}
.row-nachweise .hasnot {
  color: #9e0b10;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .tblUserData tr,
  .tblUserData td {
    display: block;
  }
}
/* BugifixCart */
#ccPE {
  display: none;
}
.agpInfo {
  padding-top: 10px;
  padding-top: 0.625rem;
  display: inline-block;
}
.pagination-sort select {
  margin: 3px 0;
  height: 25px;
  height: 1.5625rem;
}
.ax-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
@media (max-width: 545px) {
  #wrap-logo {
    max-width: 40px;
    max-width: 2.5rem;
  }
  .col-search {
    padding-top: 0px !important;
    padding-top: 0rem !important;
  }
  .col-service,
  .col-cart {
    padding-top: 10px !important;
    padding-top: 0.625rem !important;
  }
  .col-logo {
    display: none;
  }
  #col-language {
    display: inline-block;
    width: 220px !important;
    width: 13.75rem !important;
    float: right;
  }
  #logo-mobile {
    display: block;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    padding-top: 13px;
    padding-top: 0.8125rem;
    float: left;
  }
  #logo-mobile img,
  #logo-mobile .img-responsive {
    height: auto;
    width: 40px;
    width: 2.5rem;
  }
}
#form-voucher {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
#form-voucher label {
  display: none;
}
#headingRR h3 a {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'DINRegular', sans-serif !important;
  word-wrap: break-word;
}
#tabRezeptor .nav-tabs-vert,
#tabRezeptor .nav-tabs {
  margin-top: 0!important;
}
#tabRezeptor .tab-pane {
  padding-top: 0;
}
.nav-item-arez,
.nav-item-rez {
  margin-top: 1.25rem;
  border-top: 1px solid #CCC;
}
.nav-item-arez .nav-link,
.nav-item-rez .nav-link {
  padding-top: 0.5rem!important;
}
#tabRezeptor .nav-link:hover {
  background: #FFF;
}
#adTabs .nav-item + .nav-item {
  margin-left: 0;
}
.rmOrganism,
.iframeNl {
  height: 12rem;
}
@media (max-width: 992px) {
  .rmOrganism,
  .iframeNl {
    height: 14rem;
  }
}
@media (max-width: 991px) {
  .rmOrganism,
  .iframeNl {
    height: 12rem;
  }
}
@media (max-width: 542px) {
  .rmOrganism,
  .iframeNl {
    height: 12rem;
  }
}
@media (max-width: 479px) {
  .rmOrganism,
  .iframeNl {
    height: 14rem;
  }
}
#rmOrganism .rmLayout--vertical.rmBase .rmBase__container {
  padding: 1rem!important;
  height: 190px!important;
}
.infoHasArticleRezepte {
  margin-bottom: 0.5rem;
}
.infoHasArticleRezepte .btn-toRezepte {
  cursor: pointer;
}
.infoHasArticleRezepte .badge-new {
  background: #9e0b10;
  color: #ffffff;
}
.badge-discount {
  position: absolute;
  z-index: 1;
  background: #9e0b10;
  width: 2.6rem;
  height: 2.6rem;
  right: 0.5rem;
  top: -0.5rem;
  color: #ffffff;
  font-weight: 400;
  text-aligne: center;
  padding: 0.2rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 2.3;
  display: block;
  white-space: nowrap;
  word-break: keep-all;
}
.vPriceIncl {
  position: relative;
}
.vPriceIncl s {
  margin-right: 0.5rem;
  font-size: 1rem;
  position: relative;
}
.price-discountTopLeft {
  background: #9e0b10;
  color: #ffffff;
  font-weight: 400;
  padding: 0.2rem 0.3rem 0.1rem 0.2rem;
  font-size: 0.8rem;
  line-height: 2;
  text-aligne: center;
  position: absolute;
  z-index: 1;
  left: 0.5rem;
  top: -1.95rem;
  display: inline-block;
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
  text-align: center;
}
/* TopRight */
.price-discount {
  background: #9e0b10;
  color: #ffffff;
  font-weight: 400;
  padding: 0.2rem 0.3rem 0.1rem 0.2rem;
  font-size: 0.8rem;
  line-height: 2;
  text-aligne: center;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -2.4rem;
  display: inline-block;
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
  text-align: center;
}
.price-discountMiddle {
  background: #9e0b10;
  color: #ffffff;
  font-weight: 400;
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
  font-size: 0.8rem;
  line-height: 2;
  text-aligne: center;
  /*    position: absolute;
    z-index: 1;
    right: 0;
    top: -2.1rem; */
  display: inline-block;
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
  text-align: center;
  padding: 0.2rem 0;
  margin-right: 0.5rem;
}
.categories a[href$="Offers/"]:before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: '%';
  background: #9e0b10;
  width: 1.5rem;
  height: 1.5rem;
  right: 2rem;
  top: 0.6rem;
  color: #ffffff;
  font-weight: 400;
  text-aligne: center;
  padding: 0.35rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}
/*# sourceMappingURL=styles.css.map */