@charset "UTF-8";
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
              Setup
*/
body, div, p, td, ul, li, h1, h2, p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  vertical-align: baseline; }

body {
  font-family: Helvetica, Arial;
  line-height: 1.6em; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

img, a img {
  border: medium none; }

.page {
  margin: 0 auto;
  width: 1180px;
  min-height: 90%; }

body.responsive .page {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #222222; }

a:hover {
  color: #005da2; }

.page.home #swfScreen {
  height: 400px; }

.logocontainer {
  background-color: #005da2;
  height: 0px;
  text-align: right; }

.logocontainer.preview {
  background: #005da2 url(../bg/preview.png) no-repeat; }

.logocontainer img {
  margin: 30px 40px 0 0; }

#header {
  height: 88px;
  line-height: 88px;
  vertical-align: middle; }

#header a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle; }

#header a.homelink {
  background-repeat: no-repeat;
  background-position: center; }

#header a.homelink {
  width: 42px;
  background-image: url(../bg/Produktfinder_oeffnen_link.jpg); }

#header a.homelink:hover {
  background-image: url(../bg/Produktfinder_oeffnen_hover.jpg); }

#header a.homelink.desc {
  background-image: url(../bg/Produktfinder_schliessen_active.jpg); }

#header a.homelink.desc:hover {
  background-image: url(../bg/Produktfinder_schliessen_hover.jpg); }

#header .top-line > div {
  width: 33.3333%;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  vertical-align: top; }
  #header .top-line > div:nth-child(1), #header .top-line > div:nth-child(3) {
    width: calc(50% - 80px); }
  #header .top-line > div:nth-child(2) {
    width: 160px; }
  #header .top-line > div.navigation {
    position: relative; }
    #header .top-line > div.navigation > a {
      display: inline-block;
      color: #262626;
      font-family: Helvetica;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 7px #ffffff solid;
      height: 82px;
      line-height: 82px;
      vertical-align: middle; }
      #header .top-line > div.navigation > a:hover {
        border-color: #0F6CB0;
        text-decoration: none;
        color: #0F6CB0; }
    #header .top-line > div.navigation p {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px; }
    #header .top-line > div.navigation .form-group {
      border: none;
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      margin-left: -19px;
      padding-top: 1px;
      line-height: 1em;
      height: auto; }
      #header .top-line > div.navigation .form-group .form-control {
        border: none;
        font-weight: bold;
        padding-left: 0;
        margin-left: 0; }
      #header .top-line > div.navigation .form-group button {
        color: #e9e9e9; }
        #header .top-line > div.navigation .form-group button span {
          color: #000000; }
          #header .top-line > div.navigation .form-group button span:hover {
            color: #0F6CB0; }
        #header .top-line > div.navigation .form-group button:hover {
          color: #0F6CB0; }
    #header .top-line > div.navigation .super-sep {
      text-align: center;
      width: 52px;
      line-height: 87px;
      vertical-align: top; }
      #header .top-line > div.navigation .super-sep span {
        border: none;
        color: #eee;
        width: 1px;
        font-size: 2em;
        overflow: hidden;
        vertical-align: top; }
  #header .top-line > div.site-name {
    text-align: center;
    position: relative;
    vertical-align: middle;
    height: 82px;
    line-height: 82px; }
    #header .top-line > div.site-name img {
      margin-top: 26px;
      width: 150px;
      height: 24px; }
  #header .top-line > div.telephone {
    text-align: right;
    position: relative; }
    #header .top-line > div.telephone .phone-number {
      display: inline-block;
      margin-left: 42px;
      color: #262626;
      font-family: Helvetica;
      font-size: 16px;
      font-weight: bold; }
    #header .top-line > div.telephone .fa-phone {
      float: right;
      display: inline-block;
      height: 35.19px;
      width: 30.95px;
      color: #D9D9D9;
      font-size: 30px;
      line-height: 30px;
      position: absolute;
      right: 104px;
      top: 22px; }
  #header .top-line > div button.btn.dropdown-toggle {
    background-color: white; }
    #header .top-line > div button.btn.dropdown-toggle span {
      vertical-align: bottom;
      font-weight: bold; }
  #header .top-line > div .dropdown-menu {
    z-index: 10003;
    overflow: hidden; }
    #header .top-line > div .dropdown-menu ul {
      overflow-y: hidden !important; }
    #header .top-line > div .dropdown-menu li, #header .top-line > div .dropdown-menu a {
      outline: none; }
    #header .top-line > div .dropdown-menu li.selected {
      background-color: #005DA2; }
      #header .top-line > div .dropdown-menu li.selected a {
        color: white; }
    #header .top-line > div .dropdown-menu li:hover {
      background-color: #eeeeee; }
      #header .top-line > div .dropdown-menu li:hover a {
        color: inherit; }

#header p.sep, #footer p.sep {
  display: inline-block;
  width: 20px;
  vertical-align: middle; }

#homegalerie {
  background: #e5eef6 url(../../bg/home.galerie-background.png) repeat-x;
  position: absolute;
  top: 0;
  z-index: 11; }

ul.breadcrumb {
  list-style: none;
  margin-bottom: 0;
  background-color: transparent; }

ul.breadcrumb li {
  list-style: none;
  display: inline; }

ul.breadcrumb li a {
  color: #888888; }

ul.breadcrumb li a:hover {
  color: #005da2; }

#swfScreen {
  position: relative; }
  #swfScreen > img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 10; }

#footer {
  clear: both;
  height: 54px;
  margin-bottom: 128px; }

.mask-copy {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .mask-copy.mask-header {
    background: rgba(0, 0, 0, 0.15);
    color: white;
    font-size: 42px;
    line-height: 1.4em;
    font-family: "Minion Pro";
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.63);
    text-align: left;
    padding-top: 230px;
    padding-left: 64px; }
  .mask-copy.mask-footer {
    /*background: linear-gradient(270deg, rgba(0,150,207,0) 0%, #005DA2 100%);*/ }

#header .fa-phone, #footer .fa-phone, .pre-footer .fa-phone {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.column.left {
  max-width: 100%;
  width: 16.6666%;
  float: left;
  margin: auto; }

.column.right {
  max-width: 100%;
  width: 16.6666%;
  float: right;
  margin: auto;
  border: 0; }

.column.center {
  max-width: 100%;
  width: 66.6666%;
  float: left;
  border: 0; }

.column.left.center {
  max-width: 100%;
  width: 83.3333%; }

.column.center.right {
  max-width: 100%;
  width: 83.3333%; }

.column.left.center.right {
  max-width: 100%;
  width: 100%; }

.column.left .box.navi {
  margin-top: 12px; }

.column.left .box.navi ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  border: solid 1px transparent; }

.column.left .box.navi ul li a {
  display: block;
  color: #AAAAAA; }

.column.left .box.navi ul li a:hover, .column.left .box.navi ul li tr:hover a {
  color: #005DA2; }

.column.left .box.navi ul li td a {
  display: block;
  color: #AAAAAA;
  display: inline; }

.column.left .box.navi ul li a.expanded {
  color: #005DA2; }

.column.left .box.navi ul ul li {
  padding-left: 12px; }

/*.column.left .box.navi ul ul li{background:url(bg/navi_pfeil-light.png) no-repeat left 4px;}*/
.column.left .box.navi ul ul li.active {
  background: url(../bg/navi_pfeil.gif) no-repeat left 4px; }

/*.column.left .box.navi ul ul li:hover{background-image:url(bg/navi_pfeil.gif)}*/
.button.subproduct {
  background: transparent url(../bg/button-subproduct.png) no-repeat;
  width: 195px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin: 8px 36px 0 0; }

.button.subproduct.first {
  clear: both; }

.button.subproduct.last {
  margin: 8px 0 0 0; }

.button.subproduct a {
  color: #FFFFFF; }

.button.subproduct a:hover {
  color: #005DA2; }

div.product.subnavigation {
  padding: 11px 0 36px 0; }

.column .box.title {
  color: #888888;
  border-bottom: 1px solid #dadada;
  padding-bottom: 3px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle; }

.column.quarter {
  border-style: solid;
  border-width: 0 20px 0 0;
  border-color: #ffffff;
  float: left; }

.column.quarter.wx224 {
  width: 214px; }

.column.quarter.wx202 {
  width: 209px; }

.column.quarter.wx220 {
  width: 197px; }

.column.quarter a {
  text-decoration: none;
  color: #005da2; }

.column.quarter a:hover {
  color: #222222; }

.centered {
  text-align: center; }

.content-expander-top {
  height: 7px; }

.content-expander-bottom {
  height: 64px; }

.column.left .box.title {
  color: #333333;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  padding-left: 0px; }

/* sections */
section#leistungen {
  background-color: #EEEEEE; }
  section#leistungen .page {
    border-top: none; }
section .page {
  border-top: 1px solid #EEEEEE;
  padding-bottom: 132px; }
  section .page.products {
    padding-bottom: 62px; }
  section .page.kartenhaus a.karte {
    cursor: pointer;
    text-decoration: none; }
  section .page.kartenhaus .karte {
    display: block;
    position: relative; }
    section .page.kartenhaus .karte img {
      width: 100%;
      height: auto; }
    section .page.kartenhaus .karte h6, section .page.kartenhaus .karte p {
      margin: 0;
      padding: 0; }
    section .page.kartenhaus .karte h6 {
      color: #262626;
      font-family: Helvetica;
      font-size: 24px;
      font-weight: bold;
      margin-top: 40px;
      text-align: left; }
    section .page.kartenhaus .karte p {
      color: #828282;
      font-family: "Minion Pro";
      font-size: 18px;
      margin-top: 30px;
      max-width: 280px; }
    section .page.kartenhaus .karte:hover h6, section .page.kartenhaus .karte:hover p {
      color: #006AB2; }
    section .page.kartenhaus .karte:hover .angle-quader {
      visibility: visible; }
  section .page.kartenhaus .angle-quader {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background-color: #006AB2;
    color: white;
    padding: 26px;
    right: 0;
    bottom: 0; }
section h6 {
  text-align: center;
  margin-bottom: 100px; }
  section h6 p {
    padding: 9px 16px;
    margin-top: -29px;
    display: inline-block;
    background-color: black;
    height: 55px;
    color: #FFFFFF;
    font-family: "Minion Pro";
    font-size: 32px;
    line-height: 36px; }
section .p17 {
  padding: 0 17px; }
  section .p17 > div {
    background-color: #ddffdd; }

section.pre-footer {
  position: relative; }
  section.pre-footer img {
    max-width: 100%;
    height: auto; }
  section.pre-footer .address {
    display: inline-block;
    padding: 100px 0 0 100px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 23px; }
  section.pre-footer .telephone {
    position: absolute;
    right: 115px;
    top: 103px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 60px;
    line-height: 60px;
    width: 380px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33); }
    section.pre-footer .telephone .fa-phone {
      height: 58.65px;
      width: 51.58px;
      opacity: 0.5;
      transform: rotate(105deg);
      color: #FFFFFF;
      font-family: FontAwesome;
      font-size: 50px;
      line-height: 50px; }
    section.pre-footer .telephone .phone-number {
      display: inline-block;
      font-size: 50px;
      position: absolute;
      right: 0;
      top: 0px;
      color: #FFFFFF; }
    section.pre-footer .telephone a.phone-number {
      color: #FFFFFF; }
  section.pre-footer .footerContactButton {
    background-image: url(../bg/footer-kontakt-button.png);
    position: absolute;
    right: 192px;
    top: 183px;
    color: white;
    display: block;
    width: 233px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding-left: 66px;
    border-radius: 3px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold; }
    section.pre-footer .footerContactButton:hover {
      text-decoration: none; }

body.home section.page.pre-footer {
  margin-top: -90px; }

section.footer a {
  display: inline-block;
  color: #262626;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  height: 82px;
  line-height: 82px;
  vertical-align: middle; }
  section.footer a:hover {
    border-color: #0F6CB0;
    text-decoration: none;
    color: #0F6CB0; }
section.footer .logo-container {
  float: right;
  text-align: right; }
  section.footer .logo-container img {
    margin-top: 26px;
    margin-bottom: 19px; }
  section.footer .logo-container span {
    float: right;
    color: #787878;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
              forum
*/
table.forum {
  border-left: 1px #CACACA solid;
  border-top: 1px #CACACA solid;
  margin-top: 3px; }

table.forum th, table.forum td {
  border-right: 1px #DADADA solid;
  border-bottom: 1px #DADADA solid;
  text-align: left;
  padding: 4px; }

table.forum tr.odd td {
  background-color: #EAEAEA; }

table.forum tr.second td, table.forum th {
  border-bottom: 1px #CACACA solid; }

table.forum td:last-child, table.forum th:last-child {
  border-right: 1px #CACACA solid; }

table.forum td.num {
  text-align: center;
  vertical-align: middle; }

table.forum td a {
  color: #005DA2; }

table.forum td.vertblow {
  padding: 16px; }

table.forum td.italic {
  font-style: italic;
  color: #999; }

table.forum td small {
  font-size: 10px;
  line-height: 12px; }

table.forum td.right, table.forum th.right {
  text-align: right; }

#form_new_thread {
  display: none; }

#form_new_posting {
  display: none; }

table.forum td p.modified {
  font-style: italic;
  color: #999; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
              pager
*/
div.pager {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #ffffff;
  height: 100%;
  font-size: 12px;
  margin: 4px 0px 8px 8px; }

div.pager div, div.pager p, div.pager input {
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #ffffff;
  width: 26px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #0045cf;
  z-index: 16666; }

div.pager input {
  border-style: solid;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  width: auto;
  cursor: text;
  font-weight: normal;
  color: black;
  height: 19px;
  background-color: #E1F3F7;
  padding-top: 2px; }

div.pager div.left {
  float: left;
  width: auto;
  border: 0;
  padding: 0;
  display: block; }

div.pager div.right {
  float: right;
  text-align: right;
  border: 0;
  padding: 0;
  display: block;
  width: auto; }

div.pager div.middle {
  margin: auto;
  display: none; }

div.pager p {
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
  border-left: 0;
  border-right: 0; }

div.pager p.first {
  border-left: 1px solid #fff; }

div.pager p.caption {
  color: black;
  font-weight: normal;
  cursor: default; }

div.pager div.active {
  background-color: #FB7F05;
  color: #ffffff; }

div.pager div.left p.caption {
  width: 100%;
  text-align: left; }

div.pager div.right p.limiter,
div.pager div.empty {
  display: none; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
              product.galerie
*/
#homegalerie #screen {
  border: 0;
  height: 193px;
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap; }

#homegalerie #screen .item {
  text-align: center;
  position: absolute;
  top: 18px;
  width: 180px;
  height: 160px; }

#homegalerie #screen .item a.link {
  color: #333333;
  width: 135px;
  white-space: normal;
  display: block;
  margin-left: 17px;
  margin-top: -1px;
  font-size: 11px;
  line-height: 17px; }

#homegalerie #screen .item a.link:hover {
  color: #005da2; }

#homegalerie #screen .pic {
  text-align: center;
  margin-bottom: 0px;
  margin-left: 17px;
  width: 133px;
  height: 133px; }

#homegalerie #screen .pic .cell {
  display: table-cell;
  width: 135px;
  height: 135px;
  line-height: 135px;
  vertical-align: middle; }

#homegalerie #screen .pic img {
  margin: 0;
  vertical-align: middle; }

#homegalerie #slider {
  border: 0;
  height: 20px;
  position: relative;
  top: 0;
  width: 914px;
  background-color: #E1EFF8; }

#homegalerie #slider div {
  width: 20px;
  height: 20px;
  background-color: #ddffdd;
  text-align: center;
  font-size: 14px;
  cursor: pointer; }

#homegalerie #ratsch {
  position: absolute;
  top: 0;
  height: 200px; }

#homegalerie #slider div.left {
  float: left; }

#homegalerie #slider div.middle {
  position: absolute;
  top: 0px;
  left: 22px; }

#homegalerie #slider div.right {
  float: right; }

#homegalerie .slider {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0px;
  z-index: 10001;
  cursor: pointer; }

#homegalerie .slider.left {
  background: url(../bg/Pfeil-li-hover.png) no-repeat 15px 93px; }

#homegalerie .slider.left:hover {
  background-image: url(../bg/Pfeil-li-hover.png); }

#homegalerie .slider.right {
  background: url(../bg/Pfeil-re-hover.png) no-repeat 9px 93px;
  left: 100%;
  margin-left: -40px; }

#homegalerie .slider.right:hover {
  background-image: url(../bg/Pfeil-re-hover.png); }

.catalog.detail.iconset {
  text-align: right;
  float: right;
  margin: -1px 0 0 2px; }

.iconset .ico {
  height: 20px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  margin-left: 6px; }

.iconset .ico.mailto {
  background-image: url(../bg/Icon-Mail.gif);
  width: 18px;
  background-position: left 3px; }

.iconset .ico.mailto:hover {
  background-image: url(../bg/Icon-Mail-hover.gif); }

.iconset .ico.download {
  background-image: url(../bg/Icon-download.gif);
  width: 14px; }

.iconset .ico.download:hover {
  background-image: url(../bg/Icon-download-hover.gif); }

.iconset .ico.print {
  background-image: url(../bg/Icon-drucken.gif);
  width: 19px;
  background-position: left 1px; }

.iconset .ico.print:hover {
  background-image: url(../bg/Icon-drucken-hover.gif); }

.iconset .ico.edit {
  background-image: url(../bg/Icon-edit.png);
  width: 19px;
  background-position: left 1px; }

.iconset .ico.edit:hover {
  background-image: url(../bg/Icon-edit-hover.png); }

.iconset .ico.lang.de {
  background-image: url(../bg/Icon-de-active.gif);
  width: 16px;
  background-position: left 1px; }

.iconset .ico.lang.de:hover {
  background-image: url(../bg/Icon-de-hover.gif); }

.iconset .ico.lang.de.inactive {
  background-image: url(../bg/Icon-de-inactive.gif);
  cursor: default; }

.iconset .ico.lang.en {
  background-image: url(../bg/Icon-en-active.gif);
  width: 16px;
  background-position: left 1px; }

.iconset .ico.lang.en:hover {
  background-image: url(../bg/Icon-en-hover.gif); }

.iconset .ico.lang.en.inactive {
  background-image: url(../bg/Icon-en-inactive.gif);
  cursor: default; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
              Form - Dialog
*/
.dialog {
  display: block;
  position: fixed;
  z-index: 10010;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../bg/shadow.png); }

.dialog div.body {
  position: fixed;
  top: 214px;
  left: 385px;
  width: 420px;
  height: auto;
  border: 3px #012A49 solid;
  background-color: #ffffff;
  padding: 24px; }

.dialog div.body .title {
  color: #012A49;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: bold;
  float: left; }

.dialog div.body .closer {
  width: 16px;
  height: 16px;
  background: url(../bg/Icon-close-active.gif) no-repeat;
  float: right;
  margin: -22px -22px 0 0;
  cursor: pointer; }

.dialog div.body .closer:hover {
  background: url(../bg/Icon-close-hover.gif) no-repeat; }

.dialog div.body .caption {
  float: left;
  width: 140px; }

.dialog div.body .message {
  color: #cc6633; }

.dialog div.body input {
  float: right;
  width: 240px; }

.dialog div.body input[type="submit"] {
  clear: both;
  width: auto; }

.dialog div.body textarea {
  font-family: arial;
  font-size: 12px;
  float: right;
  width: 240px;
  height: 90px; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
              Sch´┐¢ne Tabelle
*/
table.lightborder {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff; }

table.lightborder th, table.lightborder td {
  text-align: left;
  padding: 0px;
  border-top: 1px solid #dadada;
  border-right: 1px solid #ffffff;
  white-space: nowrap; }

table.lightborder th.int, table.lightborder td.int, table.lightborder th.cur, table.lightborder td.cur {
  text-align: right; }

table.lightborder th.check, table.lightborder td.check {
  text-align: center; }

table.formtable td.subheader {
  /* padding-top:2px;
   padding-bottom:2px;
   background-color:#1F3E64;*/
  color: #000000;
  font-style: italic;
  border-top: 1px solid #dadada;
  font-weight: bold; }

table.formtable tfoot tr.first td {
  border-top: 1px solid #dadada;
  padding-top: 6px;
  padding-bottom: 0; }

table.formtable thead, table.formtable tfoot {
  /*background-color:#005DA2;*/
  color: #000000; }

table.formtable tbody {
  /*background-color:#D0D8E8;*/ }

table.formtable tbody tr.odd {
  /* background-color:#E9EDF4;*/ }

table.formtable tfoot td {
  padding: 24px 0; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
              Schnipsel
*/
.clear {
  clear: both;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.prewrap {
  white-space: pre-wrap; }

.mt15 {
  margin-top: 15px; }

div.product.text.mb16 {
  margin-bottom: 16px; }

div.product.line.mb16 {
  margin-bottom: 16px; }

.box p.caption {
  width: 210px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle; }

.box p.controll {
  width: 160px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block; }

.box p.controll select {
  width: 130px; }

.product a.download {
  padding-left: 16px;
  background: url(../bg/Icon-download.gif) no-repeat 0 0; }

.product a.download:hover {
  background: url(../bg/Icon-download-hover.gif) no-repeat 0 0; }

.icona {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  float: left; }

.icona span {
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: table-row;
  vertical-align: middle;
  text-align: center; }

.icona span span {
  display: table-cell;
  background-color: #e2eff8; }

.icona img {
  vertical-align: middle;
  text-align: center; }

.product.icon .title {
  font-weight: bold; }

.tdarticleanchor {
  background-color: #005DA2;
  text-align: left;
  color: #ffffff; }

div.product.table table tr.tdarticleanchor td a {
  color: #ffffff; }

td.productcode {
  white-space: nowrap; }

body > div > div > div.column.left > div.box.title,
body > div > div > div.column.center.right > div.box.title {
  height: 48px;
  line-height: 48px;
  vertical-align: middle; }

/*ul.dropdown-menu[aria-expanded="true"]{
  display:inline-block;
}*/
.open .dropdown-menu {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

#rlfDatepicker {
  z-index: 1000;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 120px;
  left: 120px;
  width: 213px;
  height: 208px;
  background-image: url(bg/datepickerback.png); }

.rlfDpUpdownholder {
  background-image: url(bg/datepickerupanddown.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  width: 7px;
  height: 13px;
  position: relative;
  border: none; }

#rlfDatepicker table {
  border: none; }

#rlfDatepicker td {
  font-size: 11px;
  height: 21px;
  line-height: 14px;
  padding: 0;
  cursor: default;
  border: none; }

.rlfDpTd {
  width: 14%;
  text-align: center;
  border-bottom: 1px #E1E4E4 solid;
  cursor: pointer; }

.rlfDpTdNone {
  width: 14%;
  text-align: center;
  cursor: pointer; }

.rlfDpTh1 {
  width: 85px;
  /*background-color:#cccccc;*/ }

.rlfDpTh2 {
  width: 40px;
  /*background-color:#888888;*/ }

.rlfDpTh3 {
  width: 39px;
  /*background-color:#cccccc;*/ }

.rlfDpTh4 {
  width: 8px;
  /*background-color:#888888;*/ }

#rlfDpMonthname {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  height: 33px;
  padding-left: 6px;
  color: #5D5D5D; }

#rlfDpYearname {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  height: 33px;
  color: #5D5D5D; }

#rlfDatepicker td.rlfDpFormer {
  color: #999999; }

#rlfDatepicker td.rlfDpToday {
  background-color: #D3D3D3; }

#rlfDatepicker td.rlfDpLater {
  color: #333333; }

.simpleSearchBox {
  margin-top: 1px;
  height: 100px;
  width: 100%;
  background: linear-gradient(0deg, #006AB2 0%, #0083E5 100%);
  position: relative;
  z-index: 10001; }
  .simpleSearchBox svg, .simpleSearchBox .fas {
    position: absolute;
    top: 30px;
    right: 50px;
    position: absolute;
    color: #8E8E8E;
    font-size: 40px;
    z-index: 10002; }

.simpleSearchBox input {
  outline: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: none;
  background: #eeeeee;
  z-index: 10001;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 80px;
  vertical-align: middle;
  text-indent: 40px; }
  .simpleSearchBox input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8E8E8E; }
  .simpleSearchBox input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8E8E8E; }
  .simpleSearchBox input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8E8E8E; }
  .simpleSearchBox input:-moz-placeholder {
    /* Firefox 18- */
    color: #8E8E8E; }

.simpleSearchBox input:focus {
  background: transparent;
  color: white; }

input::-ms-clear {
  display: none; }

.simpleSearchBox.expanded svg, .simpleSearchBox.expanded .fas {
  color: white; }

.simpleSearchContainer {
  position: absolute;
  left: 0px;
  z-index: 10000;
  background-color: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }
  .simpleSearchContainer table {
    margin: 120px 0 40px 10px;
    width: calc(100% - 20px); }
  .simpleSearchContainer .result-text div.tops {
    padding-left: 20px;
    text-align: left;
    display: inline-block;
    height: 36px;
    color: #AAAAAA;
    font-family: Helvetica;
    font-weight: bold;
    line-height: 36px; }
    .simpleSearchContainer .result-text div.tops p {
      font-size: 20px; }
    .simpleSearchContainer .result-text div.tops.two {
      float: right;
      padding-left: 0px;
      padding-right: 20px; }
  .simpleSearchContainer .high-term {
    color: #006AB2; }

.simpleSearchContainer .ssKindTitle {
  font-weight: bold;
  margin: 16px; }

.simpleSearchContainer .ssProductTitle a {
  color: #333; }

.simpleSearchContainer .ssProductImage {
  float: left;
  width: 69px;
  height: 64px;
  margin: 12px 0px 0 20px; }

.simpleSearchContainer .ssProductThumb {
  background-color: #e1eff8;
  display: table-cell;
  height: 64px;
  line-height: 64px;
  width: 69px;
  vertical-align: middle;
  border-left: 5px solid #ffffff; }

.simpleSearchContainer .ssProductThumb img {
  margin: 0;
  vertical-align: middle; }

.simpleSearchContainer .ssProductTitle {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  float: left;
  width: calc(100% - 105px);
  margin-top: 12px;
  height: 64px;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  line-height: 64px;
  vertical-align: middle;
  position: relative; }
  .simpleSearchContainer .ssProductTitle a {
    margin-left: 46px;
    color: #1F1F1F; }
  .simpleSearchContainer .ssProductTitle .angle-quader {
    visibility: hidden;
    display: inline-block;
    position: absolute;
    line-height: 64px;
    height: 64px;
    width: 64px;
    background-color: #006AB2;
    color: white;
    padding: 18px;
    right: 0; }

.simpleSearchContainer .ssObjectLine:hover, .simpleSearchContainer .ssObjectLine.active {
  cursor: pointer; }
  .simpleSearchContainer .ssObjectLine:hover .ssProductThumb, .simpleSearchContainer .ssObjectLine.active .ssProductThumb {
    border-left-color: #006AB2; }
  .simpleSearchContainer .ssObjectLine:hover .ssProductTitle, .simpleSearchContainer .ssObjectLine.active .ssProductTitle {
    background-color: black; }
    .simpleSearchContainer .ssObjectLine:hover .ssProductTitle a, .simpleSearchContainer .ssObjectLine.active .ssProductTitle a {
      color: white; }
    .simpleSearchContainer .ssObjectLine:hover .ssProductTitle .angle-quader, .simpleSearchContainer .ssObjectLine.active .ssProductTitle .angle-quader {
      visibility: visible; }

.simpleSearchContainer .ssProductDesc {
  float: left;
  color: #666;
  line-height: 16px;
  width: 337px;
  /*display:none;*/ }

.simpleSearchContainer .ssProductDesc a {
  background: url(../../bg/navi_pfeil-grey.png) no-repeat right 2px;
  padding-right: 10px; }

.simpleSearchContainer .ssProductDesc a:hover {
  background-image: url(../../bg/navi_pfeil.gif); }

.simpleSearchContainer .ssSearchString {
  color: #005DA2; }

.simpleSearchContainer .gsstop {
  height: 7px;
  background: url(../../bg/oben_multiply.png) repeat-x; }

.simpleSearchContainer .gsscont {
  width: 100%; }

.simpleSearchContainer .toptrans {
  width: 100%;
  height: 40px;
  background: url(../../bg/Suchfeld_transp.png) no-repeat 247px 9px;
  border-bottom: #B3CCE2 1px solid;
  position: relative; }

.simpleSearchContainer .toptrans .gssCloser {
  display: block;
  position: absolute;
  background: url(../../bg/gssCloser.png);
  width: 14px;
  height: 14px;
  left: 412px;
  top: 13px;
  cursor: pointer;
  z-index: 10001; }

.simpleSearchContainer .topwhiteline {
  height: 28px;
  border-top: #EBF1F7 1px solid;
  overflow: hidden; }

.simpleSearchContainer .bottomtrans a {
  color: #005da2; }

.simpleSearchContainer .bottomtrans a:hover, .simpleSearchContainer .bottomtrans a.highlighted, .simpleSearchContainer .bottomtrans {
  color: #333333; }

.simpleSearchContainer .bottomtrans a, .simpleSearchContainer .bottomtrans p.sep {
  vertical-align: middle;
  float: right;
  display: block;
  margin: auto 2px;
  text-align: center; }

.simpleSearchContainer .bottomwhiteline {
  height: 40px;
  border-bottom: #B3CCE2 1px solid;
  overflow: hidden; }

.simpleSearchContainer .gsscont table {
  width: 406px; }

div.product {
  margin-bottom: 45px; }

div.product.headsubline {
  color: #333333;
  margin-bottom: 0;
  padding-top: 19px; }

div.product.headsubline.first {
  margin-bottom: 0px;
  visibility: hidden;
  height: 19px; }

div.product.line {
  border: 0;
  border-bottom: 1px solid #dadada;
  height: 0px;
  overflow: hidden;
  margin: 0; }

div.product.headsubline p.headline {
  font-size: 20px;
  font-weight: bold;
  padding-left: 0px; }

div.product.headsubline p.subline {
  font-size: 20px;
  font-weight: normal;
  padding-left: 10px;
  margin-top: 16px; }

div.product.picure.big p {
  margin-top: 18px;
  color: #222222; }

div.product.text {
  color: #222222;
  padding-top: 18px;
  margin-bottom: 39px;
  /*entspricht tats´┐¢chlich 45px*/ }

div.product.text.nopad {
  padding-top: 0; }

div.product.text .column b.btitle {
  display: block; }

div.product.text.extrared {
  color: red; }

div.product.single {
  margin-bottom: 24px; }

div.product.hidden {
  display: none; }

div.product .column {
  text-align: left; }

div.product .column.left {
  width: calc(33.3333% - 18px);
  float: left;
  border-right: 18px solid #ffffff; }

div.product .column.center {
  width: calc(33.3333% - 18px);
  float: left;
  border-right: 18px solid #ffffff; }

div.product .column.right {
  width: calc(33.3333% - 18px);
  float: left; }

div.product .column.center.right {
  width: calc(66.6666% - 18px);
  float: left;
  border: none; }

@media only screen and (max-width: 1180px) {
  div.product .column.left {
    width: calc(100%);
    float: none;
    border: none; }

  div.product .column.center {
    width: calc(100%);
    float: none;
    border: none; }

  div.product .column.right {
    width: calc(100%);
    float: none;
    border: none; }

  div.product .column.center.right {
    width: calc(100%);
    float: none;
    border: none; } }
div.product > div.card {
  display: inline-block;
  width: calc(25% - 20px);
  margin: 0px 10px 10px 10px;
  vertical-align: middle;
  text-align: center; }
  div.product > div.card.column {
    margin-bottom: 16px; }
  div.product > div.card:not(.column) {
    height: 291px; }

div.product > .card {
  border: none; }
  div.product > .card:not(.empty):hover p, div.product > .card:not(.empty):hover a {
    color: #006AB2; }
  div.product > .card a {
    /*margin-top:17px;*/
    text-decoration: none; }
  div.product > .card .listtitle {
    margin-top: 8px; }
  div.product > .card.empty:not(.column) {
    height: 1px; }

div.product > .card a img:nth-child(2) {
  display: none !important; }
div.product > .card:not(.empty):hover a img:nth-child(1) {
  display: none !important; }
div.product > .card:not(.empty):hover a img:nth-child(2) {
  display: inline !important; }

body.home div.product > .card, body.catalog div.product > .card {
  border: none; }
  body.home div.product > .card:not(.empty):hover, body.catalog div.product > .card:not(.empty):hover {
    background-color: #006AB2; }
    body.home div.product > .card:not(.empty):hover p, body.home div.product > .card:not(.empty):hover a, body.catalog div.product > .card:not(.empty):hover p, body.catalog div.product > .card:not(.empty):hover a {
      color: white; }
  body.home div.product > .card a, body.catalog div.product > .card a {
    margin-top: 17px;
    text-decoration: none; }
  body.home div.product > .card .listtitle, body.catalog div.product > .card .listtitle {
    margin-top: 0; }

@media only screen and (max-width: 1180px) {
  body.responsive div.product > div {
    width: calc(33.3333% - 20px);
    height: auto; } }
@media only screen and (max-width: 885px) {
  body.responsive div.product > div {
    width: calc(50% - 20px); } }
@media only screen and (max-width: 590px) {
  body.responsive div.product > div {
    width: calc(100% - 20px); } }
div.product.picure.small {
  margin-top: 14px;
  margin-bottom: 0px;
  display: block; }

div.product.picure.small p {
  color: #222222; }

div.product.picure.small a.pic {
  display: inline-block;
  width: 200px;
  line-height: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  position: relative; }
  div.product.picure.small a.pic img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

body:not(.home):not(.catalog) div.product.picure.small a.pic {
  background-color: #e2eff8; }

div.product.picure.small .clear.break {
  margin-bottom: 22px; }

div.product, .product-navi-left {
  font-size: 12px; }
  div.product div, div.product th, div.product td, div.product .box.navi ul li li, .product-navi-left div, .product-navi-left th, .product-navi-left td, .product-navi-left .box.navi ul li li {
    font-size: 12px; }

div.product .listtitle {
  font-weight: bold;
  margin: 0;
  margin-top: 0; }

div.product .listtitle a .arcnowrap {
  background: url(../bg/navi_pfeil-black.gif) no-repeat right 1px;
  padding-right: 9px; }

div.product .listtitle a:hover .arcnowrap {
  background-image: url(../bg/navi_pfeil.gif); }

div.product .listtitle img {
  margin-left: 6px; }

div.product .listdesc {
  clear: both;
  margin-top: 0px; }

div.product.table {
  margin-bottom: 0;
  width: 100%; }

div.product.table table {
  width: 100%;
  border: 0;
  margin: 16px 0 24px 0; }

div.product.table table th {
  overflow: hidden;
  text-align: right;
  padding-left: 12px;
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  line-height: 16px;
  height: 22px; }

div.product.table table th.sub {
  height: auto; }

div.product.table table td {
  font-size: 12px;
  text-align: right;
  border-bottom: 1px solid #dadada; }

div.product.table table td.ProductNr {
  width: 60px;
  text-align: left; }

div.product.table table td[align="left"],
div.product.table table th[align="left"] {
  text-align: left;
  padding-right: 12px;
  padding-left: 0; }

div.product.table table td a {
  color: #005da2; }

div.product.table table td a:hover {
  color: #222222; }

div.product.table.single table td {
  text-align: left; }

div.product.table.single table td.ProductNr {
  width: auto; }

div.product.table.single table colgroup col.col_1 {
  width: 215px; }

div.product.table.single table colgroup col.col_2 {
  width: 18px; }

div.product.table.single table colgroup col.col_3 {
  width: 215px; }

div.product.table.single table colgroup col.col_4 {
  width: 18px; }

div.product.table.single table colgroup col.col_5 {
  width: 215px; }

body.catalogList, body.catalogDetail {
  /*.listtitle, .listdesc{
    padding-left:16px;
  }*/ }
  body.catalogList div, body.catalogList p, body.catalogList td, body.catalogList ul, body.catalogList li, body.catalogList h1, body.catalogList h2, body.catalogList p, body.catalogList td, body.catalogList th, body.catalogDetail div, body.catalogDetail p, body.catalogDetail td, body.catalogDetail ul, body.catalogDetail li, body.catalogDetail h1, body.catalogDetail h2, body.catalogDetail p, body.catalogDetail td, body.catalogDetail th {
    font-size: 12px;
    text-align: left;
    line-height: 22px; }
  body.catalogList div.phone-number, body.catalogDetail div.phone-number {
    line-height: 82px; }
  body.catalogList .table td, body.catalogList .table th, body.catalogDetail .table td, body.catalogDetail .table th {
    padding: 0;
    vertical-align: top; }
  body.catalogList div.product > div.card, body.catalogDetail div.product > div.card {
    display: inline-block;
    width: 202px; }
  body.catalogList .column.center.left.right, body.catalogDetail .column.center.left.right {
    width: 942px; }
  body.catalogList .column.center.right:not(.left), body.catalogDetail .column.center.right:not(.left) {
    margin-left: 64px; }
  body.catalogList .column.center.right, body.catalogDetail .column.center.right {
    max-width: 100%;
    width: 681px; }
  body.catalogList div.product.table table, body.catalogDetail div.product.table table {
    table-layout: fixed;
    max-width: 100%;
    width: 645px; }
  body.catalogList .product.picure.big img, body.catalogDetail .product.picure.big img {
    width: 100%;
    height: auto; }

/*# sourceMappingURL=css.css.map */
