@charset "UTF-8";
@import "/_intern/css/normalize.css";
/* normalize */
@import "/_intern/fonts/fontello/css/aegid.css";
/* fontello icons */
/* 151918 */
/* alt 101815 */
/* grey */
/* red */
/* -- -- -- -- */
@font-face {
  font-family: "Metric";
  src: url("/_intern/fonts/metric/MetricWeb-Regular.eot");
  src: url("/_intern/fonts/metric/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/metric/MetricWeb-Regular.woff2") format("woff2"), url("/_intern/fonts/metric/MetricWeb-Regular.woff") format("woff"), url("/_intern/fonts/metric/MetricApp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("/_intern/fonts/metric/MetricWeb-Thin.eot");
  src: url("/_intern/fonts/metric/MetricWeb-Thin.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/metric/MetricWeb-Thin.woff2") format("woff2"), url("/_intern/fonts/metric/MetricWeb-Thin.woff") format("woff"), url("/_intern/fonts/metric/MetricApp-Thin.ttf") format("truetype");
  font-weight: 300;
  /* thin */
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("/_intern/fonts/metric/MetricWeb-Semibold.eot");
  src: url("/_intern/fonts/metric/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/metric/MetricWeb-Semibold.woff2") format("woff2"), url("/_intern/fonts/metric/MetricWeb-Semibold.woff") format("woff"), url("/_intern/fonts/metric/MetricApp-Semibold.ttf") format("truetype");
  font-weight: 600;
  /* semibold  */
  font-style: normal;
}
@font-face {
  font-family: "Metric";
  src: url("/_intern/fonts/metric/MetricWeb-Semibold.eot");
  /* use semibold-font as bold */
  src: url("/_intern/fonts/metric/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/metric/MetricWeb-Semibold.woff2") format("woff2"), url("/_intern/fonts/metric/MetricWeb-Semibold.woff") format("woff"), url("/_intern/fonts/metric/MetricApp-Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: Metric, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #b1b1b1;
  background-color: #151918;
  position: relative;
  left: 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  /*
	& > div:last-Child {
		overflow: hidden;
		max-height: 0px;
		display: none;
	}
	*/
}
body.mobilenav {
  left: 230px;
}
h1, .h1 {
  font-size: 30px;
  margin: 0px 0px 20px 0px;
  display: block;
  font-weight: 300;
  line-height: 1.2;
}
h1.center_align, .h1.center_align {
  text-align: center;
}
h2, .h2 {
  font-size: 30px;
  margin: 0px 0px 20px 0px;
  display: block;
  font-weight: 300;
  line-height: 1.2;
}
h3, .h3 {
  font-size: 25px;
  margin: 0px 0px 8px 0px;
  display: block;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}
h4, .h4 {
  font-size: 24px;
  margin: 0px 0px 5px 0px;
  display: block;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #cf0e2b;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
#cookieHint {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 6px 20px;
  box-sizing: border-box;
  z-index: 10;
  color: white;
  /* background-image: url('/_intern/img/bg_trans_90.png'); */
  background-color: #292e2e;
  display: none;
}
#cookieHint a {
  text-decoration: underline;
}
#content, #article {
  background-image: url("/_intern/img/bg_trans_90.png");
  line-height: 1.2;
  padding-bottom: 50px;
  font-size: 24px;
  color: white;
}
#content p, #article p {
  margin: 0px 0px 15px 0px;
}
#content a, #article a {
  color: white;
}
.inner {
  margin: auto;
  max-width: 1100px;
  width: 90%;
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.grid1 {
  float: left;
  width: 100%;
}
.grid2 {
  float: left;
  width: 50%;
}
.grid3 {
  float: left;
  width: 33.33%;
}
.color, .red, #content a.red {
  color: #cf0e2b;
}
.light {
  color: #b1b1b1;
}
#wrapper {
  margin: auto;
}
#logo {
  position: absolute;
  left: 30px;
  top: 45px;
  z-index: 1;
}
#meta {
  height: 52px;
  line-height: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101815+15,4e4e50+85 */
  background: #101815;
  /* Old browsers */
  background: -moz-linear-gradient(left, #101815 15%, #4e4e50 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #101815 15%, #4e4e50 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #101815 15%, #4e4e50 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101815", endColorstr="#4e4e50",GradientType=1);
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#101815+15,3e3f3f+86 */
  background: #101815;
  /* Old browsers */
  background: -moz-linear-gradient(left, #101815 15%, #3e3f3f 86%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #101815 15%, #3e3f3f 86%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #101815 15%, #3e3f3f 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101815", endColorstr="#3e3f3f",GradientType=1);
  /* IE6-9 */
}
#meta .basketlink {
  background-color: #cf0e2b;
}
#meta .basketlink a {
  color: white !important;
}
#mainnav {
  position: relative;
  padding-left: 220px;
  background-color: #151918;
}
#nav {
  margin: 0px;
  padding: 0px;
  /* LVL 1 */
}
#nav > li {
  list-style-type: none;
  float: left;
  position: relative;
  /* level 2 */
  /* LVL 3 */
}
#nav > li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 20px;
  line-height: 68px;
  color: #b1b1b1;
  font-size: 20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#nav > li a:hover {
  text-decoration: none;
  color: #cf0e2b;
}
#nav > li a.active {
  color: #cf0e2b;
  /* special issue: font gets rendered badly AS LONG AS ANIMATIONS IS RUNNING (chrome) */
  -webkit-transform: translateZ(0);
  /* hardware accelerated */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.35px;
  /* fixes thin rendering */
}
#nav > li a .ic {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
#nav > li > ul {
  position: absolute;
  display: none;
  z-index: 1;
  background-color: transparent;
  background-image: url("/_intern/img/bg_trans_90.png");
  margin: 0px;
  padding: 5px 40px 10px 15px;
  width: 100%;
  min-width: 200px;
  list-style-type: none;
}
#nav > li > ul li {
  float: none;
}
#nav > li > ul li a {
  display: inline-block;
  padding: 0px 10px;
  line-height: 30px;
}
#nav > li:hover ul {
  display: block;
}
#nav > li > ul ul {
  margin: 0px;
  padding: 0px;
}
#nav > li > ul ul li {
  list-style-type: none;
  padding-left: 10px;
}
.shop #nav li:first-Child a {
  color: white;
}
#mobilenav {
  display: none;
  position: relative;
}
#mobilenav #mobiletrigger {
  padding-left: 30px;
  text-transform: uppercase;
  line-height: 70px;
  font-size: 20px;
}
#mobilenav #mobiletrigger .menuicon {
  cursor: pointer;
  position: relative;
  top: 7px;
  left: 4px;
  background-image: url(/MEDIEN/icons/icon_mobilenav.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 31px;
}
#mobilenav #nav_mobile {
  position: absolute;
  width: 229px;
  left: -230px;
  border-right: 1px solid #535756;
  border-bottom: 1px solid #535756;
  top: 0px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
}
#mobilenav #nav_mobile li {
  list-style-type: none;
  border-top: 1px solid #535756;
}
#mobilenav #nav_mobile li a {
  display: block;
  padding: 0px 20px;
  line-height: 45px;
  background-color: #292e2e;
  border-left: 2px solid transparent;
}
#mobilenav #nav_mobile li a:hover {
  text-decoration: none;
  border-left: 2px solid #cf0e2b;
}
#mobilenav #nav_mobile li a.active {
  color: #cf0e2b;
}
#mobilenav #nav_mobile li a .ic {
  position: relative;
  right: -3px;
  top: 2px;
}
#mobilenav #nav_mobile li ul {
  margin: 0px;
  padding: 0px;
}
#mobilenav #nav_mobile li ul a {
  background-color: #181f1d;
  padding-left: 40px;
}
#mobilenav #nav_mobile li.metanavitem a, #mobilenav #nav_mobile li.langnavitem a {
  background-color: #151918;
}
#mobilenav #nav_mobile .logo {
  position: relative;
  text-align: left;
  height: 70px;
  line-height: 70px;
}
#mobilenav #nav_mobile .logo img {
  max-width: 40%;
  left: 10px;
  position: relative;
  vertical-align: middle;
}
#mobilenav #nav_mobile .logo .close {
  position: absolute;
  right: 0px;
  font-size: 35px;
}
#header {
  position: relative;
  z-index: 3;
}
#searchtrigger {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-image: url("/MEDIEN/icons/icon_search.png");
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  display: block;
}
#searchtrigger:hover, #searchtrigger.active {
  color: #cf0e2b;
  background-image: url("/MEDIEN/icons/icon_search_active.png");
}
#search {
  background-color: #151918;
  position: absolute;
  display: none;
  /* top: 0px; */
  left: 0px;
  z-index: 1;
  width: 100%;
}
#search input[type="text"] {
  display: block;
  border: 0px;
  background-color: white;
  padding: 0px 30px;
  width: 100%;
  font-size: 30px;
  color: black;
  height: 70px;
  line-height: 70px;
  font-family: "Metric";
  font-weight: 300;
}
#search #search_links {
  padding: 20px 30px;
}
#search #search_links ul {
  margin: 0px;
  padding: 0px;
}
#search #search_links ul li {
  list-style-type: none;
}
#search #search_links ul li a {
  color: inherit;
}
#search #search_links ul li a.active {
  color: #cf0e2b;
}
#page {
  position: relative;
  z-index: 2;
  /*
	background-color: $color_bg_dark;
	background-image: url('/MEDIEN/bilder/background/bg_fass.jpg');
	background-size: 100%;
	background-position: center -120px;
	background-repeat: no-repeat;
	*/
}
#keyvisual {
  position: absolute;
  z-index: -1;
  top: -150px;
  right: 0px;
  left: -300px;
  bottom: 0px;
  -webkit-transform: translateZ(0);
  /* hardware acceleration */
  transform: translateZ(0);
  -webkit-transition: 3s linear all;
  transition: 3s linear all;
}
.visible_1#keyvisual {
  top: -250px;
  left: -600px;
  transform: scale(1);
}
#background_top {
  position: absolute;
  top: 0px;
  opacity: 0.4;
  left: 0px;
  width: 100%;
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
}
.visible_1 #background_top {
  top: 0px;
  opacity: 1;
}
#background_bottom {
  margin-top: -1px;
  position: absolute;
  top: 0px;
  opacity: 0.4;
  left: 0px;
  width: 100%;
  z-index: 1;
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
}
.visible_2 #background_bottom {
  top: 0px;
  opacity: 1;
  margin-top: -2px;
}
#background_mainelement {
  z-index: 0;
  position: absolute;
  /* margin-top: 12%; */
  margin-top: 2.7%;
  top: 150px;
  opacity: 0;
  left: 0px;
  width: 100%;
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
}
#background_mainelement img {
  width: 100%;
}
.visible_3 #background_mainelement {
  opacity: 1;
  top: 0px;
  -webkit-filter: grayscale(0%) !important;
  -moz-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}
#background_effects {
  z-index: 0;
  position: absolute;
  margin-top: 12%;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 400px;
  /* dummy height */
}
#kveffect_lines {
  position: absolute;
  top: 25%;
  right: 41.5%;
  width: 10.74% !important;
  opacity: 0;
  -webkit-transition: 2s all;
  transition: 2s all;
}
.visible_2 #kveffect_lines {
  top: -15%;
  opacity: 1;
}
#kveffect_curvedlines {
  position: absolute;
  top: -4%;
  right: 28%;
  width: 46.2% !important;
  opacity: 0;
  -webkit-transition: 2s all;
  transition: 2s all;
}
.visible_4 #kveffect_curvedlines {
  opacity: 1;
}
#kveffect_circles {
  position: absolute;
  top: 0%;
  right: 30.5%;
  width: 30.45% !important;
  opacity: 0;
  -webkit-transition: 2.5s all;
  transition: 2.5s all;
  transform: rotate(-8deg);
}
.visible_5 #kveffect_circles {
  opacity: 1;
  transform: rotate(0deg);
}
#kveffect_net {
  position: absolute;
  top: -10%;
  right: 25.5%;
  width: 34.7% !important;
  opacity: 0;
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
}
.visible_6 #kveffect_net {
  top: -39%;
  opacity: 1;
}
#background_mainelement > div {
  display: none;
  position: relative;
}
#background_mainelement .cube {
  display: block;
}
/* KEG */
.doc_411 #background_mainelement .keg {
  display: block;
}
.doc_411 #background_mainelement .cube {
  display: none;
}
.doc_561 #background_mainelement .keg_en {
  display: block;
}
.doc_561 #background_mainelement .cube {
  display: none;
}
/* INDUSTRY */
.doc_491 #background_mainelement .industry {
  display: block;
}
.doc_491 #background_mainelement .cube {
  display: none;
}
.doc_560 #background_mainelement .industry {
  display: block;
}
.doc_560 #background_mainelement .cube {
  display: none;
}
/* ANIMAL */
.doc_490 #background_mainelement .animal {
  display: block;
}
.doc_490 #background_mainelement .cube {
  display: none;
}
.doc_559 #background_mainelement .animal {
  display: block;
}
.doc_559 #background_mainelement .cube {
  display: none;
}
/* SERVICE */
.doc_492 #background_mainelement .service {
  display: block;
}
.doc_492 #background_mainelement .cube {
  display: none;
}
.doc_563 #background_mainelement .service {
  display: block;
}
.doc_563 #background_mainelement .cube {
  display: none;
}
/* SAFETY */
.doc_489 #background_mainelement .safety {
  display: block;
}
.doc_489 #background_mainelement .cube {
  display: none;
}
.doc_558 #background_mainelement .safety {
  display: block;
}
.doc_558 #background_mainelement .cube {
  display: none;
}
/* SOLUTIONS */
.doc_674 #background_mainelement .solutions {
  display: block;
}
.doc_674 #background_mainelement .cube {
  display: none;
}
.doc_675 #background_mainelement .solutions {
  display: block;
}
.doc_675 #background_mainelement .cube {
  display: none;
}
/* ANTENNAS */
.doc_430 #background_mainelement .antennas {
  display: block;
}
.doc_430 #background_mainelement .cube {
  display: none;
}
.doc_584 #background_mainelement .antennas {
  display: block;
}
.doc_584 #background_mainelement .cube {
  display: none;
}
/* TRANSPONDER */
.doc_431 #background_mainelement .transponder {
  display: block;
}
.doc_431 #background_mainelement .cube {
  display: none;
}
.doc_576 #background_mainelement .transponder {
  display: block;
}
.doc_576 #background_mainelement .cube {
  display: none;
}
/* READERS */
.doc_413 #background_mainelement .readers {
  display: block;
}
.doc_413 #background_mainelement .cube {
  display: none;
}
.doc_575 #background_mainelement .readers {
  display: block;
}
.doc_575 #background_mainelement .cube {
  display: none;
}
/* KEYFOB CONFIG */
.doc_1055 #background_mainelement .keyfob_config {
  display: block;
}
/* keyfob generator */
.doc_1055 #background_mainelement .cube {
  display: none;
}
.doc_1138 #background_mainelement .keyfob_config {
  display: block;
}
/* keyfob generator */
.doc_1138 #background_mainelement .cube {
  display: none;
}
/* PLANT / OEKO */
.doc_1141 #background_mainelement .plant {
  display: block;
}
/* keyfob generator */
.doc_1141 #background_mainelement .cube {
  display: none;
}
.doc_1142 #background_mainelement .plant {
  display: block;
}
/* keyfob generator */
.doc_1142 #background_mainelement .cube {
  display: none;
}
.doc_1141 #background_mainelement {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* END ANIMATIONS */
.template_31 #page {
  background-image: url("/MEDIEN/bilder/background/bg_boxes.jpg");
}
#image_window {
  width: 100%;
  height: 300px;
  position: relative;
}
#header .metanav {
  float: right;
  margin: 0px 30px 0px 0px;
  padding: 0px;
}
#header .metanav li {
  float: left;
  list-style-type: none;
}
#header .metanav li a {
  display: inline-block;
  color: #b1b1b1;
  padding: 0px 20px;
  line-height: 53px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: capitalize;
}
#header .metanav li a:hover {
  color: #cf0e2b;
  text-decoration: none;
}
#header .metanav .langnavitem {
  text-transform: lowercase;
}
#footer {
  padding-top: 30px;
  background-color: #0b110f;
  line-height: 30px;
  position: relative;
  z-index: 2;
  position: relative;
}
#footer:after {
  content: "";
  display: block;
  height: 15px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: 0px;
  background-color: #0b110f;
}
#footer #scrollToTop {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#footer #scrollToTop .ic:after {
  content: "";
  display: block;
  border-top: 1px solid #b1b1b1;
  position: absolute;
  right: 4px;
  left: 4px;
  top: 8px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#footer #scrollToTop:hover {
  color: #cf0e2b;
}
#footer #scrollToTop:hover .ic:after {
  border-color: #cf0e2b;
}
#footernav {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  /* lvl 1 */
}
#footernav > li {
  float: left;
  padding-right: 40px;
}
#footernav > li > a {
  display: inline-block;
  margin-bottom: 10px;
  color: white;
}
#footernav a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#footernav a:hover {
  color: #cf0e2b;
  text-decoration: none;
}
#footernav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#footernav ul li {
  list-style-type: none;
}
#footernav ul li li {
  padding-left: 10px;
  font-size: 90%;
}
#footernav .basketlink {
  display: none;
}
#footerbottom {
  margin-top: 120px;
  /* margin-bottom: 20px; */
  line-height: 70px;
  font-size: 14px;
}
#footerbottom #footerlinks {
  float: left;
  margin: 0px;
  padding: 0px;
}
#footerbottom #footerlinks li {
  list-style-type: none;
  float: left;
  margin-left: 30px;
}
#footerbottom #footerlinks li a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#footerbottom #footerlinks li a:hover {
  color: #cf0e2b;
  text-decoration: none;
}
#image_window {
  position: relative;
}
#image_window > div {
  position: absolute;
  left: 10%;
  top: 40px;
}
#image_window > div .h1 {
  color: #cf0e2b;
  margin-bottom: 35px;
  /* special issue: font gets rendered badly AS LONG AS ANIMATIONS IS RUNNING (chrome) */
  -webkit-transform: translateZ(0);
  /* hardware accelerated */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.35px;
  /* fixes thin rendering */
}
#image_window > div b {
  text-transform: uppercase;
}
.text_background {
  background-color: #292e2e;
  margin-bottom: 10px;
  padding: 50px;
}
.textbox {
  padding: 50px 0px;
}
#standard .imgtxt_box {
  display: table;
  width: 100%;
}
#standard .imgtxt_box .text {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 5% 100px 15%;
  background-color: #292e2e;
  width: 50%;
  min-height: 50px;
}
#standard .imgtxt_box .text p:last-Child {
  margin: 0px;
}
#standard .imgtxt_box .text:last-Child {
  padding: 100px 15% 100px 5%;
}
#standard .imgtxt_box .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-position: center center;
  background-color: #181f1d;
  background-size: cover;
  width: 50%;
}
#standard .imgtxt_box .img.notcover {
  background-position: center;
  /* width height */
  background-size: auto 65%;
  background-repeat: no-repeat;
}
#standard .imgtxt_box .img[href="javascript:;"] {
  cursor: default;
}
#standard .bigimg {
  text-align: center;
  padding: 50px 0px;
  background-color: #181f1d;
}
#standard .grid3text .grid3 > div {
  padding: 50px;
  text-align: center;
}
#standard .grid3text .grid3 > div .head {
  display: block;
  margin: 15px 0px 20px 0px;
}
#standard .grid3text .grid3 > div .text {
  font-size: 18px;
}
#standard .grid3text .grid3 > div img {
  max-width: 80px;
}
#standard .accordeon, #news_list .accordeon {
  background-color: #292e2e;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#standard .accordeon .head, #news_list .accordeon .head {
  line-height: 70px;
  margin: 0px;
  display: block;
  cursor: pointer;
  padding-left: 60px;
}
#standard .accordeon .head .date, #news_list .accordeon .head .date {
  color: #b1b1b1;
  display: inline-block;
  min-width: 125px;
  display: none;
}
#standard .accordeon .head .ic, #news_list .accordeon .head .ic {
  position: absolute;
  left: 10px;
}
#standard .accordeon .head .opened, #news_list .accordeon .head .opened {
  display: none;
  color: #cf0e2b;
}
#standard .accordeon .head .closed, #news_list .accordeon .head .closed {
  display: inline-block;
}
#standard .accordeon .text, #news_list .accordeon .text {
  max-height: 0px;
  overflow: hidden;
  font-size: 18px;
  padding: 0px 50px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#standard .accordeon.active .head, #news_list .accordeon.active .head {
  color: #cf0e2b;
}
#standard .accordeon.active .head .opened, #news_list .accordeon.active .head .opened {
  display: inline-block;
}
#standard .accordeon.active .head .closed, #news_list .accordeon.active .head .closed {
  display: none;
}
#standard .accordeon.active .text, #news_list .accordeon.active .text {
  max-height: 1000px;
  overflow: auto;
}
#productlist, #product_detail {
  border: 1px solid #535756;
  border-bottom: 0px;
  position: relative;
  color: #b1b1b1;
}
#productlist .textbox, #product_detail .textbox {
  color: white;
}
#productlist.bycat, #product_detail.bycat {
  border: 0px;
}
#productlist .list_locator, #product_detail .list_locator {
  height: 48px;
  line-height: 48px;
  padding: 0px 20px;
  border-bottom: 1px solid #535756;
}
#productlist .list_locator .goback, #product_detail .list_locator .goback {
  float: right;
  font-size: 16px;
}
#productlist .list_locator .goback .ic, #product_detail .list_locator .goback .ic {
  position: relative;
  top: 2px;
}
#productlist .list_locator ul, #product_detail .list_locator ul {
  margin: 0px;
  padding: 0px;
}
#productlist .list_locator ul li, #product_detail .list_locator ul li {
  float: left;
  list-style-type: none;
  margin-right: 25px;
}
#productlist .list_locator ul li a, #product_detail .list_locator ul li a {
  display: inline-block;
  color: #b1b1b1;
}
#productlist .list_locator ul li a.active, #product_detail .list_locator ul li a.active {
  color: #cf0e2b;
}
#productlist .list_locator ul li a img, #product_detail .list_locator ul li a img {
  float: left;
  position: relative;
  top: 7px;
  margin: 0px 10px;
}
#productlist #list, #productlist #detail_content, #product_detail #list, #product_detail #detail_content {
  font-size: 18px;
}
#productlist #list .list_locator, #productlist #detail_content .list_locator, #product_detail #list .list_locator, #product_detail #detail_content .list_locator {
  border-left: 1px solid #535756;
  display: none;
}
#productlist #list.filter, #productlist #detail_content.filter, #product_detail #list.filter, #product_detail #detail_content.filter {
  margin-left: 320px;
}
#productlist #list.filter .list_locator, #productlist #detail_content.filter .list_locator, #product_detail #list.filter .list_locator, #product_detail #detail_content.filter .list_locator {
  display: block;
}
#productlist #listbycat, #product_detail #listbycat {
  border-right: 1px solid #535756;
}
#productlist #listbycat .headline, #product_detail #listbycat .headline {
  position: relative;
  top: -2px;
  display: block;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-top: 1px solid #535756;
  border-bottom: 1px solid #535756;
  background-color: #181f1d;
  line-height: 70px;
}
#productlist #listbycat .headline img, #product_detail #listbycat .headline img {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 7px;
}
#filter {
  position: relative;
  float: left;
  width: 320px;
  min-height: 435px;
  padding-bottom: 75px;
  background-color: #151918;
  font-size: 16px;
}
#filter #resetFilter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 48px;
  line-height: 48px;
  background-color: #181f1d;
  outline: 1px solid #535756;
  font-size: 16px;
}
#filter #resetFilter a {
  padding: 0px 20px;
  text-decoration: underline;
}
.list {
  border-left: 1px solid #535756;
}
.list .product {
  display: block;
  height: 414px;
  /* need for smoth animation*/
  float: left;
  width: 25%;
  color: white;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.list .product .box {
  padding: 20px;
  font-size: 16px;
  border-right: 1px solid #535756;
  border-bottom: 1px solid #535756;
  border-right: 1px solid #535756;
}
.list .product .picture {
  display: block;
  height: 235px;
  line-height: 235px;
  text-align: center;
}
.list .product .picture img {
  max-width: 100%;
  vertical-align: middle;
}
.list .product .title {
  height: 30px;
  overflow: hidden;
  text-transform: none;
}
.list .product .shortdesc {
  display: inline-block;
  height: 60px;
  margin-bottom: 20px;
  overflow: hidden;
}
.list .product .shortdesc a {
  color: #cf0e2b;
}
.list .product .links .ic {
  position: relative;
  top: 1px;
}
.list .product .comparelink .on {
  display: none;
}
.list .product .comparelink .off {
  display: inline-block;
}
.list .product .comparelink.active .on {
  display: inline-block;
}
.list .product .comparelink.active .off {
  display: none;
}
.list .product.hidden {
  width: 0px;
  opacity: 0;
  height: 0px;
}
.nosearchresults {
  padding: 20px;
}
.detailbox {
  position: relative;
  top: -1px;
  /* border collapse fix */
  float: left;
  display: none;
  width: 100%;
  height: 900px;
  overflow: auto;
  border-top: 1px solid #535756;
  border-right: 1px solid #535756;
  border-bottom: 1px solid #535756;
  background-color: #151918;
  font-size: 18px;
  color: white;
}
.productdetail {
  padding: 20px 20px 40px 20px;
  max-width: 1500px;
  margin: auto;
}
.productdetail .title {
  color: white;
}
.productdetail .title .maintitle {
  color: #cf0e2b;
}
.productdetail .shortdesc {
  display: block;
  padding-right: 30px;
}
.productdetail .shortdesc a {
  color: #cf0e2b !important;
}
.productdetail .image {
  margin: 50px 0px;
  text-align: center;
}
.productdetail .image .slideritem {
  text-align: center;
}
.productdetail .techinfos, .productdetail .datasheet {
  margin: 0px;
  padding: 30px 40px 0px 20px;
}
.productdetail .techinfos li, .productdetail .datasheet li {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  border-top: 1px solid #535756;
  /*
			padding: 0px 10px;
			height: 40px;
			line-height: 40px;
			*/
  padding: 7px 10px;
}
.productdetail .techinfos li.head, .productdetail .datasheet li.head {
  margin: 0px;
}
.productdetail .techinfos li label, .productdetail .techinfos li .label, .productdetail .datasheet li label, .productdetail .datasheet li .label {
  color: #b1b1b1 !important;
  display: inline-block;
  min-width: 45%;
}
.productdetail .techinfos li.longtext, .productdetail .datasheet li.longtext {
  height: auto;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.productdetail .datasheet {
  margin: 25px 0px 0px 0px;
}
.productdetail .datasheet li {
  border-top: 0px;
  border-bottom: 1px solid #535756;
}
.productdetail li.syscomponents {
  border-bottom: 0px;
  position: relative;
  padding-left: 45% !important;
}
.productdetail li.syscomponents label {
  position: absolute;
  left: 8px;
}
.productdetail li.syscomponents a {
  display: inline-block;
  margin-right: 15px;
}
.productdetail .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  border: 1px solid white;
  cursor: pointer;
}
.productdetail .questions {
  margin-top: 50px;
}
.productdetail .questions a {
  text-transform: none;
  color: white;
}
.productdetail .shoplink {
  text-align: left;
  margin-bottom: -25px;
}
.productdetail .backToList {
  display: none;
}
#filter .filtergroup {
  padding: 10px 20px;
  /* after load - changes responsive! */
  /* after click */
}
#filter .filtergroup .head {
  display: inline-block;
  padding-bottom: 8px;
  cursor: default;
}
#filter .filtergroup .head .closed {
  display: inline-block;
}
#filter .filtergroup .head .open {
  display: none;
}
#filter .filtergroup ul.content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0px 0px 0px 2px;
  padding: 0px;
}
#filter .filtergroup ul.content li {
  list-style-type: none;
}
#filter .filtergroup.atload .head .closed {
  display: none;
}
#filter .filtergroup.atload .head .open {
  display: inline-block;
}
#filter .filtergroup.atload ul.content {
  max-height: 250px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#filter .filtergroup.active .head .closed, #filter .filtergroup.active.atload .head .closed {
  display: none;
}
#filter .filtergroup.active .head .open, #filter .filtergroup.active.atload .head .open {
  display: inline-block;
}
#filter .filtergroup.active ul.content, #filter .filtergroup.active.atload ul.content {
  max-height: 250px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#filter .filter {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#filter .filter .on {
  display: none;
}
#filter .filter .off {
  display: inline-block;
}
#filter .filter.active {
  color: #cf0e2b;
}
#filter .filter.active .on {
  display: inline-block;
}
#filter .filter.active .off {
  display: none;
}
/* start template */
.template_28 #page {
  background-image: none;
}
.template_28 #content {
  padding-bottom: 0px;
}
.template_28 #image_window {
  display: none;
}
.template_28 #keyvisual {
  display: none;
}
#start {
  /* padding-bottom: 67px; */
  position: relative;
}
#start #slidercontainer {
  position: relative;
}
#start #startslider {
  margin: 0px;
  width: 100%;
}
#start #startslider .slideritem {
  display: block;
  text-decoration: none;
  height: 800px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#start #sliderdots {
  z-index: 1;
  position: absolute;
  bottom: 125px;
  text-align: center;
  width: 100%;
}
#start #sliderdots .slick-dots li button:before {
  font-size: 14px;
  color: #979898;
}
#start #sliderdots .slick-dots li.slick-active button:before {
  font-size: 16px;
  color: white;
}
#start .textbox {
  position: relative;
  left: 5%;
  top: 54%;
  margin-top: -50px;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  padding: 0px 20px 0px 80px;
}
#start .textbox.visible {
  opacity: 1;
  left: 10%;
}
#start .textbox .text1 {
  line-height: 0.9;
  font-size: 18px;
  display: block;
}
#start .textbox .text2 {
  line-height: 1;
  display: block;
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
}
#start .textbox .text3 {
  line-height: 0.9;
  display: block;
  font-size: 36px;
}
#start .slidericon {
  position: absolute;
  left: 0px;
  top: -10px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#start .slideroverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#start #startbar {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0px;
  width: 100%;
  display: block;
  padding-top: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e4e50+15,101815+85 */
  background: #4e4e50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4e4e50 15%, #101815 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4e4e50 15%, #101815 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4e4e50 15%, #101815 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e4e50", endColorstr="#101815",GradientType=0);
  /* IE6-9 */
}
#start #startbar ul {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}
#start #startbar ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #181f1d;
  width: 110px;
  padding: 5px 0px 15px 0px;
  height: 55px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#start #startbar ul li:last-Child {
  border-right: 1px solid #181f1d;
}
#start #startbar ul li a {
  display: block;
  text-align: center;
  color: #b1b1b1;
}
#start #startbar ul li .img {
  height: 32px;
  line-height: 32px;
  padding-bottom: 8px;
  display: block;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#start #startbar ul li .img img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#start #startbar ul li .textline {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  font-size: 12px;
}
#start #startbar:hover ul li {
  width: 180px;
  height: 120px;
}
#start #startbar:hover ul li a {
  text-decoration: none;
}
#start #startbar:hover ul li .img {
  width: 100%;
  height: 90px;
  line-height: 90px;
}
#start #startbar:hover ul li .textline {
  color: white;
  font-size: 16px;
}
#start #startbar li:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e4e50+15,181e1a+62,181e1c+100 */
  background: #4e4e50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4e4e50 15%, #181e1a 62%, #181e1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4e4e50 15%, #181e1a 62%, #181e1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4e4e50 15%, #181e1a 62%, #181e1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e4e50", endColorstr="#181e1c",GradientType=0);
  /* IE6-9 */
}
#intro {
  color: white;
  background-color: #181f1d;
  padding: 100px 0px;
  text-align: center;
}
#intro h1 {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 300;
}
::-webkit-input-placeholder {
  color: white;
}
::-moz-placeholder {
  color: white;
}
:-ms-input-placeholder {
  color: white;
}
:-moz-placeholder {
  color: white;
}
button, .button, input[type="submit"] {
  font-family: Metric, Arial, sans-serif;
  font-weight: 300;
  display: inline;
  height: 30px;
  line-height: 30px;
  background-color: #cf0e2b;
  border: 0px;
  color: white;
  text-align: center;
  padding: 0px 15px;
  font-size: 18px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  position: relative;
  top: 1px;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background-color: #9f0b21;
}
a.button {
  display: inline-block;
}
.form {
  margin: 0px;
  padding: 0px;
  width: 400px;
  max-width: 100%;
}
.form li {
  list-style-type: none;
  padding-bottom: 10px;
}
.form label {
  display: inline-block;
  font-size: 18px;
}
.form input[type="text"], .form input[type="email"], .form input[type="password"], .form select {
  font-family: Metric, Arial, sans-serif;
  font-weight: 300;
  color: white;
  font-size: 18px;
  padding: 0px 3%;
  width: 94%;
  height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  background-color: #292e2e;
}
.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="password"]:focus {
  border-color: white;
}
.form input[type="radio"], .form input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 22px;
  display: block;
}
.form li.withButton input[type="text"], .form li.withButton input[type="email"], .form li.withButton input[type="password"] {
  width: 260px;
}
.form li.withButton button, .form li.withButton .button, .form li.withButton input[type="submit"] {
  float: right;
}
.msg {
  margin-bottom: 10px;
  font-size: 18px;
}
.msg.error {
  color: #cf0e2b;
}
/* contact template */
.template_31 h1 {
  color: #cf0e2b;
}
.template_31 #map {
  width: 100%;
  height: 400px;
}
.template_31 .gm-style-iw {
  color: black;
}
.template_31 .gm-style-iw a {
  color: #cf0e2b;
}
.template_31 .gm-style-iw b, .template_31 .gm-style-iw strong {
  font-weight: bold;
}
/* Login template */
.template_30 h1 {
  color: #cf0e2b;
}
#compareInfoContainer {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: #cf0e2b;
  color: white;
  padding: 10px 0px;
  z-index: 2;
}
.template_28, .template_31, .template_7, .template_33 {
  /* start */
  /* contact */
  /* stamdard */
  /* compare */
}
.template_28 #compareInfoContainer, .template_31 #compareInfoContainer, .template_7 #compareInfoContainer, .template_33 #compareInfoContainer {
  display: none !important;
}
#comparelist {
  position: relative;
  border: 0px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
}
#comparelist .product {
  float: none;
  height: auto;
  display: inline-block;
  width: 270px;
  vertical-align: top;
  white-space: normal;
  overflow: visible;
}
#comparelist .product .head {
  position: relative;
  border: 1px solid #535756;
  padding: 20px;
  font-size: 16px;
  height: 290px;
  margin: 0px 10px 50px 10px;
  overflow: visible;
}
#comparelist .product .head .image {
  display: block;
  height: 210px;
  line-height: 210px;
  overflow: hidden;
}
#comparelist .product .head .image img {
  vertical-align: middle;
  max-width: 100%;
}
#comparelist .product .head .shortdesc {
  height: 40px;
  margin: 0px;
}
#comparelist .product .head .remove {
  z-index: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #cf0e2b;
  border: 1px solid #cf0e2b;
  border-radius: 50%;
  cursor: pointer;
  background-color: #181f1d;
}
#comparelist .product .head .remove .ic {
  font-size: 20px;
}
#comparelist .product .data {
  border-right: 1px solid #535756;
  background-color: #181f1d;
  font-size: 18px;
}
#comparelist .product .data > span {
  display: block;
  padding: 0px 10px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#comparelist .product .data > span.hover, #comparelist .product .data > span:hover {
  background-color: #cf0e2b;
}
#comparelist .product .data .title, #comparelist .product .data .title:hover {
  margin: 0px;
  max-height: none;
  background-color: black;
  color: #cf0e2b;
}
#comparelist .product.dummyplaceholder .head {
  border-color: transparent;
  padding: 0px 0px 40px 0px;
}
#comparelist .product.moreDummy .image {
  text-align: center;
  color: #b1b1b1;
  font-size: 80px;
}
#comparelist .product.moreDummy .shortdesc {
  display: block;
  text-align: center;
}
#comparelist .product.moreDummy .shortdesc a {
  color: #cf0e2b;
}
#downloads .folder {
  margin-bottom: 20px;
}
#downloads .folder .ic.open {
  display: none;
}
#downloads .folder .ic.closed {
  display: inline-block;
}
#downloads .folder .content {
  display: none;
}
#downloads .folder.active > .head .ic.open {
  display: inline-block;
}
#downloads .folder.active > .head .ic.closed {
  display: none;
}
#downloads .folder.active > .content {
  display: block;
}
#downloads .folder .folder {
  margin: 10px 0px 10px 40px;
}
#downloads .head {
  cursor: pointer;
  display: block;
  color: white;
  background-color: black;
  padding: 5px 10px;
}
#downloads .head .ic.right {
  float: right;
}
#downloads .file {
  font-size: 18px;
  display: block;
  padding: 5px 0px;
  margin-left: 40px;
}
#downloads .file .ic {
  display: inline-block;
  min-width: 25px;
}
a.file[href*=".pdf"] .ic:before {
  content: "";
}
a.file[href*=".xls"] .ic:before, a.file[href*=".xlsx"] .ic:before {
  content: "";
}
a.file[href*=".doc"] .ic:before, a.file[href*=".docx"] .ic:before {
  content: "";
}
a.file[href*=".jpg"] .ic:before, a.file[href*=".jpeg"] .ic:before, a.file[href*=".png"] .ic:before, a.file[href*=".gif"] .ic:before, a.file[href*=".bmp"] .ic:before, a.file[href*=".psd"] .ic:before, a.file[href*=".tif"] .ic:before {
  content: "";
}
a.file[href*=".zip"] .ic:before, a.file[href*=".tar"] .ic:before {
  content: "";
}
a.file[href*=".php"] .ic:before, a.file[href*=".html"] .ic:before {
  content: "";
}
#detailslider .imgwrapper {
  width: 100%;
  display: table;
}
#detailslider .imgwrapper > div, #detailslider .imgwrapper > a {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px;
}
#detailslider img {
  margin: auto;
  display: block;
  max-height: 400px;
  width: auto;
}
#detailslider img.playbutton {
  max-width: 250px;
}
#detailslider .slick-prev:before, #detailslider .slick-next:before {
  font-family: "aegid";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.75;
}
#detailslider .slick-prev:before {
  content: "";
}
#detailslider .slick-next:before {
  content: "";
}
#detailslider .slick-prev {
  left: 0px;
  z-index: 2;
}
#detailslider .slick-next {
  right: 0px;
  z-index: 2;
}
/* for detail page without ajax request */
#detail_content.filter {
  margin-left: 320px;
  border-left: 1px solid #535756;
}
#product_detail {
  border-bottom: 1px solid #535756;
}
#product_detail .close {
  display: none;
}
#product_detail .productdetail .techinfos, #product_detail .productdetail .datasheet {
  padding-right: 0px;
}
#product_detail .backToList {
  display: block;
  border-bottom: 1px solid #535756;
  height: 48px;
  line-height: 48px;
  background-color: #181f1d;
  font-size: 16px;
  padding: 0px 20px;
}
#start_content {
  position: relative;
}
#start_content .textbox {
  text-align: center;
  padding: 50px 0px;
}
#start_content .imgtxt_box .text, #start_content .txtimg_box .text {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 5%;
  width: 60%;
  min-height: 50px;
  text-align: right;
}
#start_content .imgtxt_box .img, #start_content .txtimg_box .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40%;
}
#start_content .imgtxt_box .text {
  text-align: left;
}
#keyfobgen {
  border-top: 1px solid #535756;
}
#keyfobgen > .left {
  box-sizing: border-box;
  padding: 20px;
  text-align: right;
}
#keyfobgen > .left {
  box-sizing: border-box;
  border-left: 1px solid #535756;
}
#keyfob_accord .section {
  border: 1px solid #535756;
  border-top: 0px;
  position: relative;
}
#keyfob_accord .h1 {
  margin-bottom: 0px;
}
#keyfob_accord .head {
  text-align: left;
  color: #b1b1b1;
  padding: 20px;
  position: relative;
}
#keyfob_accord .ic {
  color: #b1b1b1;
  position: absolute;
  top: 40px;
  right: 10px;
}
#keyfob_accord .ic.opened {
  display: none;
}
#keyfob_accord .content {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 18px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#keyfob_accord .contentbox {
  padding: 10px 20px 20px 20px;
}
#keyfob_accord .section.passed .head {
  color: white;
}
#keyfob_accord .section.passed .h1 {
  color: white;
}
#keyfob_accord .section.active .head {
  color: white;
}
#keyfob_accord .section.active .h1 {
  color: #cf0e2b;
}
#keyfob_accord .section.active .ic {
  color: #cf0e2b;
}
#keyfob_accord .section.active .ic.opened {
  display: inline-block;
}
#keyfob_accord .section.active .ic.closed {
  display: none;
}
#keyfob_accord .section.active .content {
  max-height: 999px;
}
#keyfob_preview {
  /* border: 1px dotted grey; */
  margin-top: 50px;
}
#preview_front, #preview_back {
  display: none;
}
#keyfobgen textarea {
  font-family: Metric, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: #292e2e;
  padding: 10px;
  border: 0px;
  width: 90%;
  height: 100px;
  box-sizing: border-box;
  color: white;
}
#keyfobgen input[type="text"], #keyfobgen input[type="email"] {
  font-family: Metric, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  background-color: #292e2e;
  width: 90%;
  box-sizing: border-box;
  border: 0px;
  padding: 4px 10px;
  color: white;
}
#keyfobgen #step1 .contentbox {
  text-align: center;
}
#keyfobgen #step1 img {
  max-width: 120px;
}
#keyfobgen #step1 input {
  position: absolute;
  visibility: hidden;
}
#keyfobgen #step1 .option {
  display: inline-block;
  margin: 0px 10px;
  padding: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#keyfobgen #step1 .option.active {
  border-color: #cf0e2b;
}
#keyfobgen #step2 .contentbox {
  text-align: center;
}
#keyfobgen #step2 img {
  max-width: 60px;
}
#keyfobgen #step2 input {
  position: absolute;
  visibility: hidden;
}
#keyfobgen #step2 .option {
  display: inline-block;
  margin: 0px 5px;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#keyfobgen #step2 .option.active {
  border-color: #cf0e2b;
}
#keyfobgen #step3 #custom_logo_container {
  margin-bottom: 20px;
}
#keyfobgen #step3 #logoselect {
  background-color: #292e2e;
  color: white;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 10px;
}
#keyfobgen #step3 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#keyfobgen #step3 ul li {
  padding: 3px 0px;
}
#keyfobgen #step3 ul li.disabled {
  opacity: 0.4;
  color: #b1b1b1;
  cursor: not-allowed;
  pointer-events: none;
}
#keyfobgen #step5 ul {
  margin: 0px;
  padding: 0px;
}
#keyfobgen #step5 li {
  padding: 3px;
  list-style-type: none;
}
#keyfobgen #step5 li.twoCols input {
  width: 44.5%;
  margin-right: 1%;
  float: left;
}
#keyfobgen #step5 li:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  background-color: #979898;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  background-color: white;
}
/*
******************************************
============  S H O P ===================
******************************************
*/
.outer {
  margin: auto;
  max-width: 1300px;
  width: 95%;
  position: relative;
}
/* product details */
.template_43 #page, .template_1477 #page, .template_1489 #page {
  background-image: none;
}
.template_43 #image_window, .template_1477 #image_window, .template_1489 #image_window {
  display: none;
}
.template_43 #keyvisual, .template_1477 #keyvisual, .template_1489 #keyvisual {
  display: none;
}
.template_43 #header, .template_1477 #header, .template_1489 #header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}
#article_keyvisual {
  position: relative;
  height: calc(100vh - 120px);
  width: 100%;
}
#article_keyvisual .container {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 120px;
  height: calc(100vh - 120px);
}
#article_keyvisual .container img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
#article_keyvisual .container .titletext {
  position: absolute;
  left: 10%;
  top: 50%;
  line-height: 1;
  display: block;
  font-weight: bold;
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#article_keyvisual .container .titletext .topline {
  font-size: 30px;
  color: #b1b1b1;
}
#article_keyvisual .button {
  margin-top: 20px;
  text-transform: none;
  font-weight: 400;
  height: 55px;
  padding: 0px 25px;
  line-height: 55px;
}
.scrolled #article_keyvisual .container .titletext {
  opacity: 0;
  pointer-events: none;
}
.checkout #content {
  overflow: hidden;
}
.checkout table {
  width: 100%;
  border: 1px solid #535756;
  border-collapse: collapse;
  font-size: 18px;
}
.checkout table th {
  font-size: 16px;
  font-weight: 400;
  color: #b1b1b1;
}
.checkout table th, .checkout table td {
  border: 1px solid #535756;
  text-align: left;
  padding: 12px;
}
.checkout table td.right {
  text-align: right;
  float: none;
}
.checkout table td.empty {
  border: 0px;
}
.checkout .button, .checkout button {
  background: transparent;
  border: 1px solid #cf0e2b;
}
.checkout .button.nextStep, .checkout button.nextStep {
  font-size: 24px;
  height: 45px;
  padding: 0px 25px;
  line-height: 45px;
}
.next_container {
  margin-top: 50px;
  text-align: right;
}
.next_container .button.back {
  float: left;
}
#basket table .onlymobile, #ordertable table .onlymobile {
  display: none;
}
#basket table td.title, #ordertable table td.title {
  vertical-align: middle;
  width: 60%;
}
#basket table td.title img, #ordertable table td.title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
  padding-bottom: 30px;
}
#basket table td.title .title, #ordertable table td.title .title {
  display: inline-block;
  margin-bottom: 10px;
}
#basket table .artnum, #basket table .properties, #ordertable table .artnum, #ordertable table .properties {
  display: inline-block;
}
#basket table tr.summary, #ordertable table tr.summary {
  font-weight: bold;
  color: #b1b1b1;
}
#basket table tr.total, #ordertable table tr.total {
  font-size: 24px;
  font-weight: bold;
}
#checkout_steps {
  position: relative;
  margin: 50px 0px 50px 0px;
  padding: 0px 20px;
  border-top: 1px solid #535756;
  border-bottom: 1px solid #535756;
}
#checkout_steps ul {
  margin: 0px;
  padding: 25px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#checkout_steps li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
#checkout_steps li span {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cf0e2b;
  color: white;
}
#checkout_steps li.active span {
  background-color: white;
  color: black;
  font-weight: bold;
}
#article {
  position: relative;
  z-index: 1;
}
#article h1 {
  text-transform: uppercase;
  color: #cf0e2b;
  margin-bottom: 5px;
  font-weight: normal;
}
#article .left {
  float: left;
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding: 0px 30px 40px 0px;
}
#article .right {
  float: right;
  width: 400px;
  box-sizing: border-box;
  padding: 0px 0px 40px 30px;
  border-left: 1px solid #535756;
}
#article #article_details {
  padding: 50px 0px;
  border-top: 1px solid #535756;
  border-bottom: 1px solid #535756;
  margin-top: 25px;
  margin-bottom: 25px;
}
#article #article_details .grid2 {
  box-sizing: border-box;
  padding: 40px;
}
#article #amountpricetable {
  width: 100%;
  margin-top: 15px;
}
#article #amountpricetable td {
  padding: 15px 0px;
  border-bottom: 1px solid #535756;
}
#article #shop_actions {
  margin-left: auto;
  margin-right: auto;
}
#article #shop_actions td {
  padding: 5px;
}
#article #toBasket {
  font-size: 24px;
  height: 48px;
  padding: 0px 20px 0px 15px;
  line-height: 48px;
}
#article #toBasket .ic {
  font-size: 90%;
  margin-right: 8px;
  display: inline-block;
}
#article #amountInput {
  background-color: transparent;
  width: 80px;
  height: 46px;
  border: 1px solid white;
  text-align: center;
  color: white;
  margin-right: 10px;
}
#article #price {
  font-size: 24px;
  font-weight: bold;
}
#article .mwst_hint {
  font-size: 12px;
}
#article .deliveryinfo {
  font-size: 16px;
}
#article .deliveryinfo span {
  display: inline-block;
  width: 15px;
  height: 15px;
}
#article .deliveryinfo.green span {
  background-color: green;
}
#article .deliveryinfo.orange span {
  background-color: orange;
}
#article .deliveryinfo.red span {
  background-color: red;
}
#article .productUnitInfo {
  font-size: 16px;
}
#user_boxes .box {
  border: 1px solid #535756;
  padding: 20px;
  margin: 0px 10px;
}
#user_boxes .box .text {
  font-size: 16px;
}
#user {
  position: relative;
  border: 1px solid #535756;
  padding: 20px;
  text-align: center;
}
#user .form {
  width: auto;
}
#user .formularbox {
  text-align: left;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}
#user #international_info {
  position: absolute;
  top: 55%;
  right: 30px;
  font-size: 80%;
  max-width: 240px;
  text-align: left;
}
#user #international_info a {
  color: #cf0e2b;
}
#payment .payment_option {
  position: relative;
  padding: 10px;
  background-color: #292e2e;
  border: 1px solid #535756;
}
#payment .payment_option small {
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
}
#ordertable td.image img, #addressbox td.image img {
  width: 70px;
}
#ordertable .summary, #addressbox .summary {
  margin-bottom: 0px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
#finalizeOrder {
  border: 1px solid #535756;
  background-color: #151918;
  padding: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#finalizeOrder .nextStep.final {
  margin-top: 30px;
}
#finalizeOrder a {
  color: #cf0e2b;
}
#item_added_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
#shop_newitemadded {
  display: block;
  width: 60vw;
  text-align: center;
  background-color: #cf0e2b;
  color: white;
  padding: 40px 0px;
  z-index: 2;
  max-width: 460px;
}
#shop_newitemadded a.button {
  background-color: white;
  color: black;
  border: 1px solid black;
}
.article_tabs {
  position: relative;
}
.article_tabs #tabs_head {
  display: block;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.article_tabs #tabs_head .tab {
  position: relative;
  border: 1px solid #818786;
  color: #818786;
  line-height: 40px;
  text-align: center;
  padding: 0px 35px;
  cursor: default;
}
.article_tabs #tabs_head .tab.active {
  color: white;
  border-color: white;
  border-bottom: 1px solid transparent;
}
.article_tabs #tabs_head .tab.active:after {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 0px);
  left: -1px;
  bottom: -22px;
  height: 22px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  background-color: #181f1d;
}
.article_tabs .tabcontent {
  display: none;
  margin-top: 20px;
  border-top: 1px solid white;
  padding: 25px 0px;
}
.article_tabs .tabcontent h3 {
  color: #cf0e2b;
}
.article_tabs .tabcontent.active {
  display: block;
}
#loadDetailsContainer {
  padding: 0px;
}
#loadDetailsContainer .techinfos {
  padding: 0px;
}
#detail_slider .sliderbutton {
  position: absolute;
  background-color: transparent;
  color: white;
  font-size: 70px;
  text-shadow: 0px 0px 5px grey;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
#detail_slider .sliderbutton.slick-next {
  left: auto;
  right: 0px;
}
.template_54 #image_window, .template_54 #keyvisual {
  display: none;
}
.template_54 .videocontainer {
  position: relative;
}
.template_54 .videocontainer video {
  display: block;
  max-width: 100%;
  margin: auto;
}
.doc_1568 #nav {
  opacity: 0;
  pointer-events: none;
}
.template_43 .h4, .template_43 h4 {
  font-weight: 400;
}
.template_43 #nav > li a.active {
  font-weight: 400;
}
.onlymobile {
  display: none;
}
