#main-content article {
  border: medium none;
  box-shadow: none;
  float: none;
  position: static;
  width: auto;
}

article h1, article h2, article h3, article h4 {
  clear: both;
  color: #039a9a;
  font-family: "CompatilDatevW01-Regular";
  font-weight: normal;
}
article h1 {
  font-size: 32.2px;
  line-height: 35.4167px;
  margin-bottom: 16.1px;
}
article h2 {
  font-size: 22.4px;
  line-height: 24px;
  margin: 56px 0 11.2px;
}
article h3 {
  font-size: 18px;
  margin: 27.3px 0 4.55px;
  clear: none;
}
article h3 * {
  color: #039a9a;
  font-family: "CompatilDatevW01-Regular";
}
article h3 a {
  color: #117e7a;
}
article h3 a:hover {
  color: #333;
}
article h3 a.secure {
  background-position: right 4px;
}
article h4 {
  color: #656c6a;
  font-family: "Segoe UI", "Tahoma", "Helvetica-Light", "Droid Sans Pro", Sans-Serif;
  font-size: 12.6px;
  line-height: 20.1667px;
  margin-bottom: 6.3px;
}
article p {
  line-height: 22.4px;
  margin-bottom: 8.4px;
}
article p a:visited * {
  color: #777;
}
article p a:hover *,
article p a:hover:visited * {
  color: #117e7a;
}
article p.opening {
  font-weight: bold;
}
article #vorspann p {
  font-size: 16.8px;
  margin-bottom: 18.4833px;
}
article #vorspann p a.secure {
  background-position: right 5px;
}
article sub,
article sup {
  font-size: 90%;
  position: relative;
  vertical-align: baseline;
}
article sub {
  bottom: -0.25em;
}
article sup {
  top: -0.5em;
}
article a:visited {
  color: #777;
}
article a:hover,
article a:hover:visited {
  color: #117e7a;
}
article a.secure {
  background-image: url('graphiken/icon_secure.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  padding-right: 19px;
}
article ol,
article ul {
  margin-top: 15px;
  overflow: auto;
}
article ol li,
article ul li {
  line-height: 22.4px;
  margin: 0 0 1.05em 20px;
}
article ol ol, article ol ul,
article ul ol,
article ul ul {
  margin-top: 10px;
}
article ol ol li, article ol ul li,
article ul ol li,
article ul ul li {
  margin-bottom: 0.75em;
}
article ol.number > li {
  list-style: decimal inside none;
}
article ol.lower-roman > li {
  list-style: lower-roman outside none;
}
article ol.upper-roman > li {
  list-style: upper-roman outside none;
}
article ol.lower-alpha > li {
  list-style: lower-alpha outside none;
}
article ol.upper-alpha > li {
  list-style: upper-alpha outside none;
}
article ul.disc > li {
  list-style: disc outside none;
}
article ul.square > li {
  list-style: square outside none;
}
article ul.check {
  padding-left: 0;
}
article ul.check > li {
  background-image: url('graphiken/icon_check.png');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  list-style: none outside none;
  padding-left: 20px;
  margin: 0 0 7px;
}

#source {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 0.9em;
  color: #656c6a;
}

.button {
  background-color: #03a5a5;
  border: none;
  border-radius: 5px;
  font-family: "Segoe UI", "Tahoma", sans-serif;
  font-size: 1em;
  padding: 10px 15px 9px;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px #039a9a, inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  text-shadow: -1px -1px rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, #039a9a 0%, #006470 100%);
}

.shop-environment-switch .button {
  margin: 10px;
}
.shop-environment-switch .notice {
  color: black;
}

.banner {
  margin: -15px -15px 15px -15px;
  border-radius: 5px 5px 0px 0px;
}

@media screen and (max-width: 637px) {
  .banner {
    height: auto;
    width: 312px;
  }
}
@media all and (max-width: 1038px) {
  article h1,
  article h4 {
    clear: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  article ul.check > li {
    background-image: url('graphiken/icon_check_2x.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  article a.secure {
    background-image: url('graphiken/icon_secure_2x.png');
    background-position: right 2px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
}
article figure {
  display: block;
  margin: 5px 0 25px;
}
article figure.left {
  float: left;
  margin: 5px 15px 25px 0;
}
article figure.right {
  float: right;
  margin: 5px 0 25px 15px;
}
article figure.left, article figure.right {
  height: auto;
  width: 230px;
}
article figure img {
  height: auto;
  width: 100%;
  margin: 0;
}
article figure figcaption {
  color: #656c6a;
  font-size: 12.6px;
}
article figure a {
  display: block;
  position: relative;
}
article figure a:before {
  background-color: white;
  background-image: url('graphiken/icon_search.png');
  background-image: url('graphiken/icon_search.png'), -webkit-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_search.png'), -o-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_search.png'), -moz-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_search.png'), -ms-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_search.png'), linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-position: 8px 8px, 0 0;
  background-repeat: no-repeat, no-repeat;
  border: medium none;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #999999, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  content: "vergr\xF6\xDFern";
  height: 32px;
  width: 32px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  text-indent: -9999px;
  transform: rotateY(0deg);
  z-index: 1;
}
article figure a:hover:before {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), inset 0 0 0 1px #666666, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  background-color: #e4e3e2;
  background-image: url('graphiken/icon_search.png');
  background-image: url('graphiken/icon_search.png'), -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), linear-gradient(to bottom, white 0%, #d0cfce 100%);
}
article figure.screenshot .perspective {
  perspective: 450px;
  -webkit-perspective: 450px;
}
article figure.screenshot .perspective:after {
  content: " ";
  display: block;
  box-shadow: 0px 12px 8px #888;
  width: 240px;
  height: 5px;
  position: relative;
  bottom: 37px;
  z-index: -20;
}
article figure.screenshot.left a:before {
  right: 5px;
  bottom: 15px;
}
article figure.screenshot.left img,
article figure.screenshot.left .perspective:after {
  transform: rotateY(35deg);
  -webkit-transform: rotateY(35deg);
}
article figure.screenshot.left img {
  margin: 10px -15px 20px 5px;
}
article figure.screenshot.right img {
  transform: rotateY(-35deg);
  -webkit-transform: rotateY(-35deg);
  margin: 10px 0px 20px -15px;
}
article figure.screenshot.right .perspective:after {
  transform: rotateY(-35deg);
  -webkit-transform: translate3d(1px, 0px, 0px) rotateY(-35deg);
  right: 20px;
}

@media screen and (max-width: 637px) {
  article figure img {
    float: none;
  }
  article figure.left,
  article figure.right {
    float: none;
    margin: 15px 0;
    width: 100%;
  }
  article figure.left img,
  article figure.right img {
    margin: 0 auto;
  }
  article figure.left figcaption,
  article figure.right figcaption {
    margin: 0;
    width: 230px;
  }
  article figure.screenshot .perspective {
    perspective: none;
    -webkit-perspective: none;
  }
  article figure.screenshot .perspective:after {
    display: none;
  }
  article figure.screenshot.left a:before, article figure.screenshot.right a:before {
    right: 8px;
    bottom: 8px;
  }
  article figure.screenshot.left img, article figure.screenshot.right img {
    transform: none;
    -webkit-transform: none;
    margin: 0px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  article figure a:before {
    background-color: white;
    background-image: url('graphiken/icon_search_2x.png');
    background-image: url('graphiken/icon_search_2x.png'), -webkit-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search_2x.png'), -o-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search_2x.png'), -moz-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search_2x.png'), -ms-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken/icon_search_2x.png'), linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-size: 16px 16px, 100% 100%;
  }
  article figure a:hover:before {
    background-color: #e4e3e2;
    background-image: url('graphiken/icon_search_2x.png');
    background-image: url('graphiken/icon_search_2x.png'), -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-size: 16px 16px, 100% 100%;
  }
}
ul.linkList {
  border-bottom: 1px solid #ceccca;
  margin: 15px -15px;
}
ul.linkList li {
  border-top: 1px solid #ceccca;
  margin: 0;
}
ul.linkList li a.secure span {
  background-image: url('graphiken/icon_secure.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  padding-right: 19px;
}
ul.linkList li:hover {
  background-color: #f9f8f7;
}
ul.linkList li.teaser figure {
  float: left;
  margin: 0 15px 0 0;
}
ul.linkList li.teaser h3,
ul.linkList li.teaser h4 {
  clear: none;
  margin-top: 0;
}
ul.linkList li.teaser h4 {
  margin: 0;
  color: #656c6a;
}
ul.linkList li.teaser a {
  background-image: url('graphiken/icon_next.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  padding: 15px 45px 15px 20px;
}
ul.linkList li.teaser.secure a {
  background-image: url('graphiken/ico_next_secure.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 23px 13px;
}
ul.linkList li.atwork,
ul.linkList li.notice,
ul.linkList li.info {
  background-position: 90% 0;
  background-repeat: no-repeat;
}
ul.linkList li.atwork span,
ul.linkList li.notice span,
ul.linkList li.info span {
  content: "";
  float: right;
  height: 75px;
  margin-top: -15px;
  width: 65px;
  background-size: 65px 75px, 100% 100%;
  background-repeat: no-repeat;
}
ul.linkList li.info span {
  background-image: url('graphiken/info.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.atwork h3 {
  color: #ff8a00;
}
ul.linkList li.atwork span {
  background-image: url('graphiken/atwork.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.notice h3 {
  color: #be2344;
}
ul.linkList li.notice span {
  background-image: url('graphiken/kennzeichnungen/notice.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.icon {
  background-size: 32px 32px, 100% 100%;
}
ul.linkList li.icon h3 {
  margin: 0;
  font-size: 18px;
}
ul.linkList li.icon a {
  background-image: url('graphiken/icon_next.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  padding: 15px 45px 15px 55px;
}
ul.linkList li.icon:hover {
  background-color: #f9f8f7;
}
ul.linkList li.icon.secure a {
  background-image: url('graphiken/ico_next_secure.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 23px 13px;
}
ul.linkList li.pdf {
  background-image: url('graphiken/icon_linkliste/doc_pdf.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.word {
  background-image: url('graphiken/icon_linkliste/doc_word.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.excel {
  background-image: url('graphiken/icon_linkliste/doc_excel.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.ppt {
  background-image: url('graphiken/icon_linkliste/doc_ppt.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.pdfs {
  background-image: url('graphiken/icon_linkliste/doc_pdfs.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.psd {
  background-image: url('graphiken/icon_linkliste/doc_psd.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.ext_doc {
  background-image: url('graphiken/icon_linkliste/doc_link-2.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.int_doc {
  background-image: url('graphiken/icon_linkliste/doc_link-2.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.epub {
  background-image: url('graphiken/icon_linkliste/doc_epub.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.fachliteratur {
  background-image: url('graphiken/icon_linkliste/doc_fachliteratur.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.software {
  background-image: url('graphiken/icon_linkliste/doc_software.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.seminar {
  background-image: url('graphiken/icon_linkliste/doc_seminar.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.info_db {
  background-image: url('graphiken/icon_linkliste/doc_infodb.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.video {
  background-image: url('graphiken/icon_linkliste/doc_video.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.zip {
  background-image: url('graphiken/icon_linkliste/doc_zip.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList li.lexinform {
  background-image: url('graphiken/icon_linkliste/doc_lexinform.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
ul.linkList a,
ul.linkList a:hover {
  background-image: url('graphiken/icon_next_sml.png');
  background-position: 8px 15px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  display: block;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
  color: #373636;
}

.productreferences ul.linkList li.teaser figure {
  margin: 0px -10px -10px -20px;
}
.productreferences ul.linkList li.teaser a {
  background-position: 99% 50%;
  padding-right: 35px;
}

@media screen and (max-width: 637px) {
  li.teaser img {
    width: 90px;
  }
  li.teaser span {
    margin: -15px -13px -15px 5px;
  }

  .productreferences ul.linkList li.teaser a {
    padding-left: 0px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  ul.linkList li a.secure span {
    background-image: url('graphiken/icon_secure_2x.png');
    background-position: right 2px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  ul.linkList li a,
  ul.linkList li a:hover {
    background-image: url('graphiken/icon_next_sml_2x.png');
    background-position: 8px 14px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  ul.linkList li.info span {
    background-image: url('graphiken/info_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 65px 75px;
  }
  ul.linkList li.atwork span {
    background-image: url('graphiken/atwork_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 65px 75px;
  }
  ul.linkList li.notice span {
    background-image: url('graphiken/kennzeichnungen/notice_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 65px 75px;
  }
  ul.linkList li.teaser a {
    background-image: url('graphiken/icon_next_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  ul.linkList li.teaser.secure a {
    background-image: url('graphiken/ico_next_secure_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 23px 13px;
  }
  ul.linkList li.icon {
    background-size: 32px 32px;
  }
  ul.linkList li.icon a {
    background-image: url('graphiken/icon_next_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  ul.linkList li.icon.secure a {
    background-image: url('graphiken/ico_next_secure_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 23px 13px;
  }
  ul.linkList li.pdf {
    background-image: url('graphiken/icon_linkliste/doc_pdf_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.word {
    background-image: url('graphiken/icon_linkliste/doc_word_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.excel {
    background-image: url('graphiken/icon_linkliste/doc_excel_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.ppt {
    background-image: url('graphiken/icon_linkliste/doc_ppt_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.pdfs {
    background-image: url('graphiken/icon_linkliste/doc_pdfs_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.psd {
    background-image: url('graphiken/icon_linkliste/doc_psd_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.ext_doc {
    background-image: url('graphiken/icon_linkliste/doc_link_2x-2.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.int_doc {
    background-image: url('graphiken/icon_linkliste/doc_link_2x-2.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.epub {
    background-image: url('graphiken/icon_linkliste/doc_epub_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.fachliteratur {
    background-image: url('graphiken/icon_linkliste/doc_fachliteratur_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.software {
    background-image: url('graphiken/icon_linkliste/doc_software_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.seminar {
    background-image: url('graphiken/icon_linkliste/doc_seminar_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.info_db {
    background-image: url('graphiken/icon_linkliste/doc_infodb_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.video {
    background-image: url('graphiken/icon_linkliste/doc_video_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.zip {
    background-image: url('graphiken/icon_linkliste/doc_zip_2x.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  ul.linkList li.lexinform {
    background-image: url('graphiken/icon_linkliste/doc_lexinform-2.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
}
.box {
  background: #f9f8f7;
  border-color: #ceccca #ceccca #039a9a;
  border-image: none;
  border-radius: 3px 3px 3px 25px;
  border-style: solid;
  border-width: 1px 1px 3px;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}
.box .boxContent {
  padding: 15px;
}
.box .more {
  background-image: url('graphiken/icon_next.png');
  background-position: right 3px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 10px 10px;
  display: block;
  padding-right: 12px;
  text-align: right;
  font-weight: 600;
}
.box h3,
.box h4 {
  clear: none;
}
.box h3 {
  font-size: 20px;
  margin: 0 0 0.25em;
}
.box h4 {
  color: #656c6a;
}
.box .linkList {
  border: 0 none;
}
.box .linkList li {
  border: 0 none;
}
.box .linkList li a,
.box .linkList li a:hover {
  background-position: 14px 7px;
  padding: 3px 15px 3px 30px;
}
.box .linkList li:hover {
  background-color: #f3f2ef;
  border-bottom: 1px solid #ceccca;
  border-top: 1px solid #ceccca;
}
.box .linkList li:hover a,
.box .linkList li:hover a:hover {
  background-position: 14px 6px;
  padding: 2px 15px 2px 30px;
  color: #373636;
}

.secure .box .more {
  background-image: url('graphiken/ico_next_sml_secure-2.png');
  background-position: right 1px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 23px 12px;
  padding-right: 30px;
}

.box.entire {
  clear: both;
}

.box.entire.picture img {
  float: left;
  padding: 0 15px 0 0;
  width: auto;
}

.box.special:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 70px 80px;
  content: "";
  float: left;
  height: 75px;
  margin: 0 5px -15px;
  width: 70px;
}

.box.special.atwork {
  border-color: #ceccca #ceccca #c8622a;
}
.box.special.atwork:before {
  background-image: url('graphiken/atwork.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
.box.special.atwork h3 {
  color: #ff8a00;
}

.box.notice {
  border-color: #ceccca #ceccca #820202;
}
.box.notice:before {
  background-image: url('graphiken/kennzeichnungen/notice.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
.box.notice h3 {
  color: #be2344;
}

.box.info:before {
  background-image: url('graphiken/info.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}

.box.right,
.box.left {
  width: 294px;
}

.box.left {
  margin: 0 15px 15px 0;
}

.box.right {
  margin: 0 0 15px 15px;
}

.boxLink {
  text-decoration: none;
  background-color: transparent;
}

.boxLink:hover .box,
.boxLink:focus .box,
.boxLink:active .box {
  background-color: #f3f2ef;
  border-left-color: #656c6a;
  border-right-color: #656c6a;
  border-top-color: #656c6a;
}

.boxLink.secure {
  background-image: none;
  padding-right: 0px;
}

.boxGroup {
  clear: both;
  margin-right: -15px;
}
.boxGroup .box {
  float: left;
  height: 100%;
  margin: 0 15px 15px 0;
}
.boxGroup .box figure {
  float: none;
}

.boxGroup.two .box {
  width: 294px;
}

.boxGroup.three .box {
  width: 190px;
}
.boxGroup.three .box img {
  width: 190px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .box .more {
    background-image: url('graphiken/icon_next_2x.png');
    background-position: right 1px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 10px 10px;
  }

  .secure .box .more {
    background-image: url('graphiken/ico_next_sml_secure_2x-2.png');
    background-position: right 1px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 23px 12px, 100% 100%;
  }

  .box.special.info:before {
    background-image: url('graphiken/info_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 70px 80px;
  }

  .box.special.atwork:before {
    background-image: url('graphiken/atwork_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 70px 80px;
  }

  .box.special.notice:before {
    background-image: url('graphiken/kennzeichnungen/notice_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 70px 80px;
  }
}
@media screen and (max-width: 637px) {
  .box.entire.picture img {
    float: none;
    width: 100%;
  }

  .box.entire.picture .boxContent,
  .boxGroup.two .box,
  .boxGroup.three .box {
    float: none;
    width: auto;
  }
  .box.entire.picture .boxContent img,
  .boxGroup.two .box img,
  .boxGroup.three .box img {
    width: 294px;
  }

  .boxGroup .box {
    height: auto;
  }

  .box.left,
  .box.right {
    float: none;
    margin: 0;
    width: auto;
  }
}
.product #topfeatures {
  margin-right: 100px;
  border-top: 1px dotted #656C6A;
}
.product #topfeatures p {
  font-size: 15px;
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px dotted #656C6A;
}
.product #productdetails {
  padding-left: 327px;
  margin-bottom: 30px;
  position: relative;
}
.product #productdetails h1, .product #productdetails h4 {
  clear: none;
}

@media screen and (min-width: 983px) {
  .product #productdetails {
    min-height: 280px;
  }
  .product #product-image {
    margin: -15px 0px -45px -15px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 638px) and (max-width: 982px) {
  .product #topfeatures {
    margin-right: 0px;
  }
  .product #product-image {
    position: absolute;
    top: 0;
    right: 0;
    margin: -15px -15px -45px -45px;
    width: 275px;
    height: 275px;
  }
  .product #productdetails {
    padding-right: 208px;
    padding-left: 0;
    margin-bottom: 15px;
    width: 400px;
    min-height: 215px;
  }
}
@media screen and (max-width: 637px) {
  .product #topfeatures {
    width: 292px;
    clear: both;
  }
  .product h1 {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0px;
  }
  .product #product-image {
    margin: 5px auto;
    display: block;
    width: 150px;
    height: 150px;
  }
  .product #productdetails {
    padding: 0;
    margin-bottom: 15px;
  }
}
#main-content article.collapse-area {
  border-top: 1px solid #ceccca;
  border-bottom: 1px solid #ceccca;
  position: relative;
}

.collapse-area {
  appearance: none;
  -webkit-appearance: none;
  margin: 0px -15px -1px;
  padding: 15px;
}
.collapse-area .collapse-title {
  color: #039A9A;
  line-height: 1.2em;
  display: block;
  font-size: 1.2em;
  margin: -15px;
  padding: 15px 15px 15px 35px;
  background-image: url('graphiken_de/icon_next_petrol.png');
  background-position: 15px 17px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 16px 16px;
  font-family: "Segoe UI", "Tahoma", "Helvetica-Light", "Droid Sans Pro", Sans-Serif;
  cursor: pointer;
}
.collapse-area.secure .collapse-title {
  background-image: url('graphiken_de/icon_next_petrol.png'), url('graphiken/icon_secure.png');
  background-position: 15px 17px, 98%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  background-color: transparent, transparent;
  background-size: 16px 16px, 16px 16px;
}
.collapse-area .details {
  padding: 0 0 0 20px;
}
.collapse-area ul.linkList {
  border-bottom: 0;
  margin-top: 0px;
  padding: 0px 15px;
}
.collapse-area ul.linkList li {
  border-top: 1px dotted #ceccca;
}
.collapse-area ul.linkList li.icon {
  background-position: 0px center;
}
.collapse-area ul.linkList li.icon a {
  padding-left: 45px;
  padding-right: 30px;
  background-position: 100% 50%;
}
.collapse-area ul.linkList > li:last-child {
  border-bottom: 1px dotted #ceccca;
}
.collapse-area ul.linkList div:last-child li {
  border-bottom: 1px dotted #ceccca;
}

.collapse-area input {
  display: none;
}
.collapse-area input + .collapse-title ~ * {
  display: none;
}
.collapse-area input:checked + .collapse-title ~ * {
  display: block;
}
.collapse-area input:checked + .collapse-title {
  background-image: url('graphiken_de/icon_open_petrol.png');
  background-position: 15px 17px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  margin-bottom: -3px;
}
.collapse-area.secure input:checked + .collapse-title {
  background-image: url('graphiken_de/icon_open_petrol.png'), url('graphiken/icon_secure.png');
  background-position: 15px 17px, 98%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  background-color: transparent, transparent;
}
@media screen and (min-width: 638px) {
  .collapse-area.expanded-by-default .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin-bottom: -3px;
  }
  .collapse-area.expanded-by-default input {
    display: none;
  }
  .collapse-area.expanded-by-default input + .collapse-title ~ * {
    display: block;
  }
  .collapse-area.expanded-by-default input:checked + .collapse-title ~ * {
    display: none;
  }
  .collapse-area.expanded-by-default input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_next_petrol.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    margin-bottom: -15px;
  }
}
@media screen and (min-width: 638px) {
  .collapse-area.expanded-by-default.secure .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol.png'), url('graphiken/icon_secure.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
  }
  .collapse-area.expanded-by-default.secure input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_next_petrol.png'), url('graphiken/icon_secure.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
  }
}

a.back-to-top {
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #999999, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background-color: #f3f2ef;
  background-image: -webkit-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: -o-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: -moz-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: -ms-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  color: #656C6A;
  cursor: pointer;
  width: 32px;
  height: 32px;
  opacity: 0.75;
  position: absolute;
  right: -47px;
  float: none;
  margin-top: -37px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #f3f2ef;
  background-image: url('graphiken_de/icon_up.png');
  background-image: url('graphiken_de/icon_up.png'), -webkit-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken_de/icon_up.png'), -o-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken_de/icon_up.png'), -moz-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken_de/icon_up.png'), -ms-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken_de/icon_up.png'), linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-position: 8px 8px, 0 0;
  background-repeat: no-repeat, repeat;
  display: block;
}
a.back-to-top:hover, a.back-to-top:hover:visited {
  color: #777;
}

#body {
  margin-top: -285px;
  padding-top: 285px;
}

.no-touch .collapse-title:hover {
  background-color: #f9f8f7;
}
.no-touch .collapse-area ul.linkList li:hover {
  margin-left: -35px;
  padding-left: 35px;
  margin-right: -15px;
  padding-right: 15px;
  border-bottom: 1px solid #ceccca;
  border-top: 1px solid #ceccca;
}
.no-touch .collapse-area ul.linkList li:hover:not(:last-child) {
  margin-bottom: -1px;
}
.no-touch .collapse-area ul.linkList div:not(:last-child) li:hover {
  margin-bottom: -1px;
}
.no-touch .collapse-area ul.linkList li.icon:hover {
  padding-left: 35px;
  background-position: 35px center;
}
@media screen and (min-width: 638px) {
  .no-touch .expanded-by-default .collapse-title {
    background-color: transparent;
  }
  .no-touch .expanded-by-default input:checked + .collapse-title:hover {
    background-color: #f9f8f7;
  }
}
.no-touch a.back-to-top:hover {
  background-color: #f3f2ef;
  background-image: url('graphiken_de/icon_up.png');
  background-image: url('graphiken_de/icon_up.png'), -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken_de/icon_up.png'), -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken_de/icon_up.png'), -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken_de/icon_up.png'), -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken_de/icon_up.png'), linear-gradient(to bottom, white 0%, #d0cfce 100%);
}

@media screen and (min-width: 983px) {
  .product .collapse-area {
    margin-left: 312px;
  }
}
@media screen and (min-width: 983px) and (max-width: 1070px) {
  a.back-to-top {
    position: static;
    margin: 0px 0px 15px 556px;
  }
}
@media screen and (min-width: 751px) and (max-width: 982px) {
  a.back-to-top {
    position: absolute;
    margin: -37px 0px 0px 0px;
  }
}
@media screen and (min-width: 638px) and (max-width: 750px) {
  a.back-to-top {
    position: static;
    margin: 0px 0px 15px 556px;
  }
}
@media screen and (max-width: 637px) {
  html {
    -webkit-animation: bugfix infinite 1s;
  }

  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }

    to {
      padding: 0;
    }
  }
  a.back-to-top {
    position: static;
    margin: 0px 0px 15px 266px;
    border-radius: 5px 0 0 5px;
  }

  .collapse-area .details {
    padding: 0;
  }
  .collapse-area .title {
    font-family: sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .collapse-area .collapse-title {
    background-image: url('graphiken_de/icon_next_petrol_2x.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  .collapse-area input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol_2x.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 638px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 638px), only screen and (min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min-resolution: 192dpi) and (min-width: 638px), only screen and (min-resolution: 2dppx) and (min-width: 638px) {
  .collapse-area.expanded-by-default .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol_2x.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  .collapse-area.expanded-by-default input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_next_petrol_2x.png');
    background-position: 15px 17px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .collapse-area.secure .collapse-title {
    background-image: url('graphiken_de/icon_next_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
  }
  .collapse-area.secure input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 638px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 638px), only screen and (min-device-pixel-ratio: 2) and (min-width: 638px), only screen and (min-resolution: 192dpi) and (min-width: 638px), only screen and (min-resolution: 2dppx) and (min-width: 638px) {
  .collapse-area.secure.expanded-by-default .collapse-title {
    background-image: url('graphiken_de/icon_open_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
  }
  .collapse-area.secure.expanded-by-default input:checked + .collapse-title {
    background-image: url('graphiken_de/icon_next_petrol_2x.png'), url('graphiken/icon_secure_2x.png');
    background-position: 15px 17px, 98%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-color: transparent, transparent;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.back-to-top {
    background-color: #f3f2ef;
    background-image: url('graphiken_de/icon_up_2x.png');
    background-image: url('graphiken_de/icon_up_2x.png'), -webkit-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), -o-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), -moz-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), -ms-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-size: 16px 16px, 100% 100%;
  }
  a.back-to-top:hover {
    background-color: #f3f2ef;
    background-image: url('graphiken_de/icon_up_2x.png');
    background-image: url('graphiken_de/icon_up_2x.png'), -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken_de/icon_up_2x.png'), linear-gradient(to bottom, white 0%, #d0cfce 100%);
  }
}
.no-touch #main-content .attributes-table dl dt {
  font-weight: 600;
}

#main-content .attributes-table {
  border-bottom: 1px dotted #CCC;
  margin: 15px 0 15px 0px;
}
#main-content .attributes-table dl {
  border-top: 1px dotted #CCC;
}
#main-content .attributes-table dl dt {
  font-weight: bold;
  padding: 5px 0;
  position: absolute;
  width: 200px;
}
#main-content .attributes-table dd {
  padding: 5px 0 5px 220px;
}
@media screen and (max-width: 637px) {
  #main-content .attributes-table dl dt {
    position: static;
    width: 100%;
  }
  #main-content .attributes-table dd {
    padding: 0px 0 5px 0px;
  }
}

@media screen and (min-width: 983px) {
  .product #main-content .attributes-table {
    margin-left: 327px;
  }
}
ul.authors-list.linkList li.teaser {
  padding: 15px 0px 15px 0px;
}
ul.authors-list.linkList li.teaser a {
  background-position-x: 100%;
  padding: 0px 30px 0px 0px;
}
ul.authors-list.linkList li.teaser figure {
  line-height: 1;
}
ul.authors-list.linkList div:not(:last-child) li.teaser.referenced:hover {
  margin-bottom: -1px;
}
ul.authors-list.linkList .autor-job-title {
  font-size: 1.1em;
  margin: -0.2em 0 0.3em 0;
  line-height: 1.4em;
}
ul.authors-list.linkList .autor-formatted-text {
  margin-bottom: 0.6em;
}
ul.authors-list.linkList .autor-formatted-text p {
  margin-bottom: 0;
}

.no-touch ul.authors-list.linkList li.teaser:hover {
  background-color: transparent;
  border-bottom: 1px dotted #ceccca;
  border-top: 1px dotted #ceccca;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.no-touch ul.authors-list.linkList li.teaser.referenced:hover {
  margin-left: -35px;
  padding-left: 35px;
  margin-right: -15px;
  padding-right: 15px;
  background-color: #f9f8f7;
  border-bottom: 1px solid #ceccca;
  border-top: 1px solid #ceccca;
}

#termine-table {
  width: 588px;
  margin: 0 0 2em;
}
#termine-table.online > thead > tr > th:nth-of-type(1), #termine-table.online > tbody > tr > td:nth-of-type(1) {
  display: none;
}
#termine-table.online .date .sort-record {
  font-weight: bold;
}
#termine-table.online .date .sort-record:nth-of-type(1) {
  width: 28px;
}
#termine-table th,
#termine-table td {
  padding: 5px;
  line-height: 1.3em;
}
#termine-table tr th {
  border-top: 1px solid #656C6A;
  border-bottom: 1px solid #656C6A;
}
#termine-table tr th:last-child {
  text-align: right;
}
#termine-table tr td {
  border-top: 1px dotted #ceccca;
  border-bottom: 1px dotted #ceccca;
}
#termine-table tr td.order {
  vertical-align: middle;
  padding-right: 0px;
  text-align: right;
  width: 110px;
}
#termine-table tr td.order > * {
  color: #656C6A;
}
#termine-table tr td.free-places {
  vertical-align: middle;
  text-align: right;
}
#termine-table tr td .plz {
  font-weight: bold;
}
#termine-table .date .row {
  display: table-row;
}
#termine-table .date .row span {
  display: table-cell;
}
#termine-table .date .sort-record:nth-of-type(1) {
  width: 23px;
}
#termine-table tr.no-places * {
  color: #a6a9aa;
}
#termine-table tr.no-places * .button {
  padding-right: 25px;
  padding-left: 15px;
  background-position: 73px 12px, 0 0;
}
#termine-table .hide {
  display: none;
}
#termine-table .button {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #999999, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  color: #656C6A;
  float: right;
  padding: 10px 30px 10px 20px;
  background-color: #f3f2ef;
  background-image: url('graphiken/icon_next.png');
  background-image: url('graphiken/icon_next.png'), -webkit-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_next.png'), -o-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_next.png'), -moz-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_next.png'), -ms-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-image: url('graphiken/icon_next.png'), linear-gradient(to bottom, white 0%, #e4e3e2 100%);
  background-position: 72px 12px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px 16px, 100% 100%;
  cursor: pointer;
}
@media screen and (max-width: 637px) {
  #termine-table {
    width: 282px;
  }
  #termine-table.online tbody tr td:nth-of-type(4):before {
    top: 50%;
    margin-top: -8px;
  }
  #termine-table.online .date .sort-record {
    font-weight: bold;
    font-family: sans-serif;
  }
  #termine-table tr, #termine-table th, #termine-table td {
    display: block;
  }
  #termine-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    border-bottom: 1px solid #ccc;
  }
  #termine-table tbody tr td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%;
  }
  #termine-table tbody tr td.order {
    text-align: left;
    padding-top: 0;
    width: auto;
  }
  #termine-table tbody tr td.free-places {
    text-align: left;
    padding-bottom: 0;
    font-family: sans-serif;
    font-size: 14px;
  }
  #termine-table tbody tr td:before {
    left: 0px;
    position: absolute;
    top: 6px;
    width: 45%;
    white-space: nowrap;
    font-size: 11px;
    padding-right: 10px;
  }
  #termine-table tbody tr td:nth-of-type(1):before {
    content: "Ort";
  }
  #termine-table tbody tr td:nth-of-type(2):before {
    content: "Datum";
  }
  #termine-table tbody tr td:nth-of-type(3) {
    border: none;
  }
  #termine-table tbody tr td:nth-of-type(4):before {
    content: "Buchung";
    top: 50%;
    margin-top: -16px;
  }
  #termine-table tbody tr td .button {
    margin: 5px 15px 10px 0;
    text-align: center;
    display: block;
    float: none;
    background: #f3f2ef;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f3f2ef;
    background-image: -webkit-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: -o-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: -moz-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: -ms-linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-image: linear-gradient(to bottom, white 0%, #e4e3e2 100%);
    background-position: 0 0;
    background-repeat: repeat;
  }
  #termine-table tbody tr td .plz {
    font-weight: bold;
    font-family: sans-serif;
  }
  #termine-table tbody tr.no-places td .button {
    padding-right: 15px;
    padding-left: 15px;
    background-position: 0 0;
    background-repeat: repeat;
  }
}

.no-touch #termine-table tbody tr:hover {
  background-color: #f9f8f7;
}
.no-touch #termine-table tbody tr td .plz {
  font-weight: 600;
}
.no-touch #termine-table.online .date .sort-record {
  font-weight: 600;
}
.no-touch #termine-table .button:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), inset 0 0 0 1px #666666, inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  background-color: #f3f2ef;
  background-image: url('graphiken/icon_next.png');
  background-image: url('graphiken/icon_next.png'), -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_next.png'), -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_next.png'), -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_next.png'), -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_next.png'), linear-gradient(to bottom, white 0%, #d0cfce 100%);
  color: #373636;
}
@media screen and (max-width: 637px) {
  .no-touch #termine-table .button:hover {
    background-color: #f3f2ef;
    background-image: -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: linear-gradient(to bottom, white 0%, #d0cfce 100%);
  }
}

.product #preise table {
  width: 608px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 -15px 2em;
}
@media screen and (max-width: 637px) {
  .product #preise table {
    width: 312px;
  }
}
.product #preise table caption {
  padding: 10px 15px;
  border-top: 1px solid #ceccca;
  color: #656c6a;
  background-color: #f9f8f7;
}
.product #preise table caption, .product #preise table th, .product #preise table td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.product #preise table caption h2, .product #preise table th h2, .product #preise table td h2 {
  margin: 0;
}
.product #preise table th, .product #preise table td {
  padding: 5px;
  line-height: 1.3em;
}
.product #preise table th.center, .product #preise table td.center {
  text-align: center;
}
.product #preise table th.right, .product #preise table td.right {
  text-align: right;
}
.product #preise table thead th {
  background-color: #f9f8f7;
  border-top: 1px solid #ceccca;
  border-bottom: 1px solid #ceccca;
  color: #656c6a;
}
.product #preise table thead th:first-child {
  padding-left: 15px;
}
.product #preise table thead th:last-child {
  padding-right: 15px;
}
.product #preise table tbody td, .product #preise table tfoot td {
  border-top: 1px solid #ceccca;
  border-bottom: 1px solid #ceccca;
}
.product #preise table tbody td:first-child, .product #preise table tfoot td:first-child {
  padding-left: 15px;
}
.product #preise table tbody td:last-child, .product #preise table tfoot td:last-child {
  padding-right: 15px;
}

#main-content .buybox {
  position: relative;
  min-height: 50px;
  padding: 15px;
  margin: 0px -15px -1px;
  border-top: 1px solid #ceccca;
  border-bottom: 1px solid #ceccca;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #e2eeee;
  min-height: 90px;
}
#main-content .buybox h2 {
  margin: -3px 0px 10px 0px;
  padding-right: 250px;
}
#main-content .buybox p.artnr {
  margin-top: -4px;
  margin-bottom: 10px;
}
#main-content .buybox .boxDescription {
  padding-right: 342px;
}
#main-content .buybox ol li,
#main-content .buybox ul li {
  margin-bottom: 0.4em;
}
#main-content .buybox ul.linkList {
  border-bottom: none;
  margin: 15px 0px 15px -10px;
}
#main-content .buybox ul.linkList li {
  border-top: none;
}
#main-content .buybox ul.linkList li:hover {
  background-color: transparent;
}
#main-content .buybox ul.linkList a,
#main-content .buybox ul.linkList a:hover {
  display: inline-block;
  text-decoration: underline;
  padding: 0px 15px 0px 25px;
  background-position: 8px 5px;
}
#main-content .buybox ul.linkList a:hover,
#main-content .buybox ul.linkList a:hover * {
  color: #117e7a;
}
#main-content .buybox .button {
  display: block;
  padding: 10px 15px 10px 12px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px #039a9a, inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  background-color: #03a5a5;
  background-image: -webkit-linear-gradient(to bottom, #039a9a 0%, #006470 100%);
  background-image: -o-linear-gradient(to bottom, #039a9a 0%, #006470 100%);
  background-image: -moz-linear-gradient(to bottom, #039a9a 0%, #006470 100%);
  background-image: -ms-linear-gradient(to bottom, #039a9a 0%, #006470 100%);
  background-image: linear-gradient(to bottom, #039a9a 0%, #006470 100%);
  background-size: 100% 100%;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  clear: right;
  float: right;
}
#main-content .buybox .button * {
  color: #fff;
}
#main-content .buybox .button:before {
  content: "";
  width: 22px;
  height: 16px;
  display: inline-block;
  margin: -3px 8px -3px 0px;
  background-image: url('graphiken/ico_addtobasket.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
#main-content .buybox .button.secure span {
  background-image: url('graphiken/ico_secure_white.png');
  background-position: right 1px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  padding-right: 19px;
}
#main-content .buybox .button:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), inset 0 0 0 1px #006470, inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  background-color: #069999;
  background-image: -webkit-linear-gradient(to bottom, #069999 0%, #005560 100%);
  background-image: -o-linear-gradient(to bottom, #069999 0%, #005560 100%);
  background-image: -moz-linear-gradient(to bottom, #069999 0%, #005560 100%);
  background-image: -ms-linear-gradient(to bottom, #069999 0%, #005560 100%);
  background-image: linear-gradient(to bottom, #069999 0%, #005560 100%);
}
#main-content .buybox .button.inaktiv {
  border: 1px solid #d0dddc;
  box-shadow: #ceccca 0px 0px 0px 1px inset;
  background: none;
  color: #656c6a;
  text-shadow: none;
  opacity: 0.5;
}
#main-content .buybox .button.inaktiv:before {
  background-image: url('graphiken/ico_addtobasket_gray.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  margin: -3px 0px -3px 0px;
}
#main-content .buybox .button.termine:before {
  background-image: url('graphiken/ico_dates.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  margin: -3px 0px -3px 0px;
}
#main-content .buybox .button.formular:before {
  background-image: url('graphiken/ico_buttonform.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  margin: -3px 0px -3px 0px;
}
#main-content .buybox .button.link_ext:before {
  background-image: url('graphiken/ico_buttonexternal.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  margin: -3px 0px -2px 0px;
}
#main-content .buybox .button.download:before {
  background-image: url('graphiken/ico_download.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  margin: -3px 0px -3px 0px;
}
#main-content .buybox.additionalDownload {
  min-height: 120px;
}
#main-content .buybox.additionalDownload h2 {
  padding-right: 250px;
}
#main-content .buybox.additionalDownload .button {
  display: block;
  width: 175px;
  text-align: center;
}
#main-content .buybox.additionalDownload .button.addToBasket {
  margin-bottom: 20px;
}
#main-content .buybox.additionalDownload .button.inaktiv {
  margin-bottom: 10px;
}
#main-content .buybox.additionalDownload .or {
  position: absolute;
  bottom: 25px;
  right: 85px;
}
#main-content .buybox .orderInfo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 245px;
}
#main-content .buybox .orderInfo .abPreis {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
#main-content .buybox .orderInfo .abPreis p {
  color: #039a9a;
  font-family: "CompatilDatevW01-Regular";
  font-size: 17px;
  float: right;
  margin: 0px;
  text-align: right;
}
#main-content .buybox .orderInfo .abPreis p:before {
  content: 'i';
  font-family: "Courier New", serif;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  float: right;
  margin-left: 3px;
  margin-top: -7px;
  color: white;
  background: #039a9a;
  display: block;
  width: 15px;
  padding-left: 1px;
  height: 16px;
  line-height: 18px;
  border-radius: 2px;
}
#main-content .buybox .orderInfo .abPreis p.preisUndLieferinfo {
  font-size: 14px;
}
#main-content .buybox .orderInfo .abPreis p.preisUndLieferinfo:before {
  font-size: 14px;
  width: 12px;
  margin-top: -5px;
}
#main-content .buybox .orderInfo .abPreis:hover p:before {
  background: #026868;
}
#main-content .buybox .orderInfo .abPreis span {
  color: #039a9a;
  font-family: "CompatilDatevW01-Regular";
  font-size: 34px;
  font-weight: bold;
}

#main-content .buybox.multiple-vars {
  padding: 0;
  width: 964px;
}
#main-content .buybox.multiple-vars h2 {
  padding: 0px;
}
#main-content .buybox.multiple-vars .details {
  display: table-cell;
  padding: 15px 15px 110px 15px;
  border-left: 1px solid #ceccca;
}
#main-content .buybox.multiple-vars.additionalDownload .details {
  padding-bottom: 155px;
}
#main-content .buybox.multiple-vars .boxDescription {
  padding-right: 0px;
}
#main-content .buybox.multiple-vars .variants {
  display: table-cell;
  width: 240px;
  background-color: #d0e7e7;
  padding: 15px;
}
#main-content .buybox.multiple-vars .variants ul {
  margin: 0.5em -16px 0.5em -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0;
}
#main-content .buybox.multiple-vars .variants ul li {
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#main-content .buybox.multiple-vars .variants ul li a {
  display: block;
  padding: 0.5em 16px 0.5em 35px;
  text-decoration: none;
  color: #373636;
  font-weight: 600;
  background: transparent;
}
#main-content .buybox.multiple-vars .variants ul li a:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 15px;
  top: 11px;
  background-color: #FFFFFF;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid #656c6a;
  border-radius: 7px;
}
#main-content .buybox.multiple-vars .variants ul li a.current {
  background-color: #e2eeee;
}
#main-content .buybox.multiple-vars .variants ul li a.current:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14px;
  left: 18px;
  background-color: #000000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
#main-content .buybox.multiple-vars .variants ul li a.secure span {
  background-image: url('graphiken/icon_secure.png');
  background-position: right 2px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  padding-right: 19px;
}
#main-content .buybox.multiple-vars .variants .product-variants-teaser * {
  display: inline;
}

@media screen and (min-width: 638px) and (max-width: 982px) {
  #main-content .buybox .boxDescription {
    padding-right: 0px;
  }
  #main-content .buybox.multiple-vars {
    width: 638px;
  }
  #main-content .buybox.multiple-vars .boxDescription {
    padding-right: 0px;
  }
  #main-content .buybox.hasDescription h2 {
    padding-right: 0px;
  }
  #main-content .buybox.hasDescription .details {
    padding-bottom: 110px;
  }
  #main-content .buybox.hasDescription.additionalDownload .details {
    padding-bottom: 155px;
  }
}
@media screen and (max-width: 637px) {
  #main-content .buybox h2 {
    padding: 0px;
  }
  #main-content .buybox .details {
    padding-bottom: 110px;
  }
  #main-content .buybox .orderInfo {
    width: 282px;
  }
  #main-content .buybox .boxDescription {
    padding-right: 0px;
  }
  #main-content .buybox.additionalDownload h2 {
    padding: 0px;
  }
  #main-content .buybox.additionalDownload .details {
    padding-bottom: 155px;
  }
  #main-content .buybox.multiple-vars {
    width: auto;
  }
  #main-content .buybox.multiple-vars .details,
  #main-content .buybox.multiple-vars .variants {
    display: block;
    width: auto;
  }
  #main-content .buybox.multiple-vars .details {
    display: block;
    width: auto;
    border-left: 0;
    border-top: 1px solid #ceccca;
  }
  #main-content .buybox.multiple-vars .boxDescription {
    padding-right: 0px;
  }
  #main-content .buybox.multiple-vars .variants ul li a {
    font-weight: bold;
    font-family: sans-serif;
  }
  #main-content .buybox.multiple-vars .variants ul li a.current {
    margin-right: 1px;
  }
  #main-content .buybox.multiple-vars .variants ul li a.secure span {
    background-position-y: 50%;
  }
  #main-content .buybox .boxDescription, #main-content .buybox.multiple-vars .boxDescription {
    padding-right: 0px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #main-content .buybox .button:before {
    background-image: url('graphiken/ico_addtobasket_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 22px 16px;
  }
  #main-content .buybox .button.inaktiv:before {
    background-image: url('graphiken/ico_addtobasket_gray_2x.png');
    background-position: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  #main-content .buybox .button.secure span {
    background-image: url('graphiken/ico_secure_white_2x.png');
    background-position: right 1px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  #main-content .buybox .button.termine:before {
    background-image: url('graphiken/ico_dates_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  #main-content .buybox .button.formular:before {
    background-image: url('graphiken/ico_buttonform-2.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  #main-content .buybox .button.link_ext:before {
    background-image: url('graphiken/ico_buttonexternal-2.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  #main-content .buybox .button.download:before {
    background-image: url('graphiken/ico_download_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
}
.info-buttons-list.one-column {
  display: none;
}

#productdetails .info-buttons-list {
  position: absolute;
  right: -15px;
  top: 143px;
  margin: 0;
}
#productdetails .info-buttons-list li {
  line-height: 14px;
  margin: 0 0 6px 0;
}
#productdetails .info-buttons-list .info-button {
  border-radius: 3px 0 0 3px;
  background-color: #039a9a;
}
#productdetails .info-buttons-list .info-button a {
  display: block;
  padding: 10px 30px 10px 15px;
  color: #FFFFFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background-image: url('graphiken/icon_next_sml_white.png');
  background-position: 98% 10px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  cursor: pointer;
  width: 122px;
  text-decoration: none;
  background-size: 16px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#productdetails .info-buttons-list .info-button a.secure {
  background-image: url('graphiken/ico_next_sml_secure_white.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 23px 12px;
}

@media screen and (min-width: 983px) {
  #productdetails .info-buttons-list {
    right: auto;
    left: -15px;
    top: 160px;
  }
  #productdetails .info-buttons-list .info-button {
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (max-width: 637px) {
  #productdetails .info-buttons-list {
    display: none;
  }

  .info-buttons-list.one-column {
    display: block;
    border-top: 1px solid #ceccca;
    border-bottom: 1px solid #ceccca;
    margin: 0px -15px -1px;
    background-color: #f9f8f7;
  }
  .info-buttons-list.one-column li {
    border-top: 1px solid #ceccca;
    margin: 0 15px;
  }
  .info-buttons-list.one-column li:first-child {
    border-top: none;
  }
  .info-buttons-list.one-column .info-button a {
    background-image: url('graphiken/icon_next_sml.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    display: block;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    color: #373636;
    margin: 0 -15px;
    background-size: 16px 16px;
  }
  .info-buttons-list.one-column .info-button a.secure {
    background-image: url('graphiken/ico_next_sml_secure-2.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 23px 12px;
  }
}
.no-touch #productdetails .info-buttons-list .info-button:hover, .no-touch #productdetails .info-buttons-list .info-button.secure:hover {
  background-color: #117e7a;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #productdetails .info-buttons-list .info-button a {
    background-image: url('graphiken/icon_next_sml_white_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    padding-right: 32px;
  }
  #productdetails .info-buttons-list .info-button a.secure {
    background-image: url('graphiken/ico_next_sml_secure_white_2x.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }

  .info-buttons-list.one-column .info-button a {
    background-image: url('graphiken/icon_next_sml_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #f9f8f7;
  }
  .info-buttons-list.one-column .info-button a.secure {
    background-image: url('graphiken/ico_next_sml_secure_2x-2.png');
    background-position: 279px 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #f9f8f7;
  }
}
.start #content {
  position: relative;
}

.start #main-content {
  min-height: 0px;
}
.start #main-content h1 {
  display: none;
}
.start #main-content h2 {
  margin-top: 36px;
}
.start #main-content #mobileBanner {
  display: none;
}
.start #main-content #start-head a {
  display: block;
  border-radius: 5px 5px 0px 0px;
  margin: -15px -15px 15px -15px;
  overflow: hidden;
}
.start #main-content #start-head a .banner {
  margin: 0px;
}
.start #main-content #start-head .banner {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.occupations {
  overflow: visible;
}
.occupations li {
  border-top: 1px solid #ccc;
  margin: 0;
}
.occupations li.selected, .occupations li.selected:hover {
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: -14px;
}
.occupations li.selected:last-child {
  border-radius: 0px 0px 0px 5px;
}
.occupations li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.occupations li.selected a span {
  background-image: none;
}
.occupations li.selected:hover a span {
  background-image: url('graphiken/ico_nok.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  right: 30px;
}
.occupations a {
  display: block;
  padding: 8px 15px 8px 40px;
  text-decoration: none;
  position: relative;
}
.occupations a:hover, .occupations a:visited {
  color: #373636 !important;
}
.occupations a span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('graphiken/icon_next_sml.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
.occupations input {
  position: absolute;
  margin-top: 13px;
  margin-left: 15px;
}

#bg-leiste {
  display: none;
  padding: 15px 15px 2px 15px;
  border-radius: 5px 5px 0 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(234, 255, 255, 0.5);
  height: 35px;
  font-family: sans-serif;
}
#bg-leiste:hover {
  cursor: pointer;
}
#bg-leiste h2 {
  color: #039A9A;
}
#bg-leiste h2 span.bg-state {
  color: #373636;
  padding-left: 3px;
}
#bg-leiste h2 span.bg-state.hidden {
  display: none;
}
#bg-leiste .bg-change span {
  color: #039A9A;
  padding-right: 7px;
}
#bg-leiste #bg-open {
  display: block;
  background-image: url('graphiken_de/icon_open_petrol.png');
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
#bg-leiste .occupations {
  display: none;
  margin: 0px -15px -2px -15px;
}
#bg-leiste .occupations li {
  border: none;
}
#bg-leiste .occupations li a {
  padding: 10px 0px 10px 35px;
}
#bg-leiste .occupations li input {
  margin-top: 10px;
}

#bg-leiste.opened {
  border-radius: 5px;
  height: auto;
  position: absolute;
  left: 0;
  background-color: #e3eded;
  overflow: hidden;
}
#bg-leiste.opened h2 {
  margin-bottom: 10px;
}
#bg-leiste.opened .occupations {
  display: block;
}
#bg-leiste.opened #bg-open {
  display: none;
}
#bg-leiste.opened #bg-close {
  display: block;
  top: -24px;
  background-image: url('graphiken/ico_close_petrol.png');
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}

.bg-change {
  display: none;
  color: #039A9A;
  text-decoration: none;
  float: right;
  position: relative;
  top: -14px;
  padding-right: 20px;
}

.mobile-box {
  display: none;
}

@media screen and (min-width: 638px) and (max-width: 982px) {
  .occupations li.selected, .occupations li.selected:hover {
    margin-right: 0;
  }
  .occupations li.selected:hover a span {
    background-image: url('graphiken/ico_nok.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    right: 15px;
  }

  #bg-leiste {
    display: block;
    width: 608px;
  }
  #bg-leiste + #main-content {
    margin-top: -10px;
  }
  #bg-leiste.opened + #main-content {
    margin-top: 42px;
  }

  .bg-box {
    display: none;
  }
}
@media screen and (max-width: 637px) {
  .occupations li.selected, .occupations li.selected:hover {
    margin-right: 0;
  }
  .occupations li.selected:hover a span {
    background-image: url('graphiken/ico_nok.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    right: 15px;
  }

  #bg-leiste {
    display: none;
    width: 282px;
    height: 30px;
    margin-left: 4px;
    z-index: 20;
  }
  #bg-leiste.opened + #main-content {
    margin-top: 59px;
  }
  #bg-leiste .bg-change {
    width: 10px;
    height: 15px;
  }
  #bg-leiste .bg-change span {
    display: none;
  }

  .start #content {
    overflow-x: visible;
  }

  .start #main-content {
    min-height: 0px;
    padding: 0px;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 0px;
    z-index: 1;
  }
  .start #main-content #start-head,
  .start #main-content .mobile {
    display: block;
    margin: 0 4px 15px 4px;
    float: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 15px 15px 5px 15px;
    width: 282px;
  }
  .start #main-content #start-head a,
  .start #main-content .mobile a {
    overflow: visible;
    margin: 0px;
  }
  .start #main-content #start-head #mobileBanner,
  .start #main-content .mobile #mobileBanner {
    border-radius: 0px 0px 5px 5px;
  }
  .start #main-content .mobile article:first-child h2 {
    margin-top: 15px;
  }
  .start #main-content .mobile.mobile-box {
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    margin-top: 15px;
    width: auto;
  }
  .start #main-content .mobile.mobile-box article:first-child {
    margin-top: 0px;
  }
  .start #main-content .mobile.mobile-box .bg-box {
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background-color: rgba(234, 255, 255, 0.5);
    width: 312px;
  }
  .start #main-content .mobile.mobile-box .bg-box h2 {
    font-size: 16px;
    padding-top: 15px;
    margin: 0 15px 11.2px 15px;
  }
  .start #main-content h1 {
    display: block;
    font-size: 21px;
    margin-bottom: 15px;
  }
  .start #main-content #start-head {
    display: block;
    padding-bottom: 0px;
  }
  .start #main-content #start-head #banner {
    display: none;
  }
  .start #main-content #start-head #mobileBanner {
    display: block;
    border-radius: 0px 0px 5px 5px;
    margin: 0px -15px -5px -15px;
  }

  .start.bg #content {
    overflow-x: hidden;
  }
  .start.bg #main-content {
    margin: 10px 4px 15px 4px;
    float: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 0px 15px 5px 15px;
    width: 282px;
    position: relative;
    top: -15px;
  }
  .start.bg #main-content #start-head,
  .start.bg #main-content .mobile {
    display: block;
    margin: 0px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    width: auto;
  }
  .start.bg #main-content #start-head a #mobileBanner {
    border-radius: 5px 5px 0px 0px;
    margin: 0px -15px -5px -15px;
  }
  .start.bg #main-content #start-head #mobileBanner {
    border-radius: 5px 5px 0px 0px;
    margin: -15px 0px 0px -15px;
  }
  .start.bg #main-content h1 {
    display: none;
  }
  .start.bg #bg-leiste {
    display: block;
  }
  .start.bg .bg-box {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .start .occupations a span {
    background-image: url('graphiken/icon_next_sml.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  .start #bg-open {
    background-image: url('graphiken_de/icon_open_petrol_2x.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  .start #bg-close {
    background-image: url('graphiken/ico_close_petrol_2x.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
}
#main-content article.infobox {
  border-left: 1px solid #ceccca;
  border-bottom: 1px solid #ceccca;
  border-top: 1px solid #ceccca;
}

.infobox {
  margin: 0px -15px -1px 312px;
  padding: 15px;
  min-height: 160px;
  width: 636px;
  background-color: #f9f8f7;
}
.infobox .boxBackgroundImage {
  float: right;
  height: 80px;
  width: 70px;
  margin: -15px -5px 0px 0px;
}
.infobox .boxHeadline {
  color: #656c6a;
  font-size: 0.9em;
  line-height: 1.6em;
  margin: 0px 0px 1px 0px;
}
.infobox h3 {
  clear: none;
  margin: 0 0 0.25em;
  font-size: 1.3em;
  font-family: "CompatilDatevW01-Regular";
  line-height: 1.2em;
}
.infobox img {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  width: 100px;
  height: auto;
  float: left;
}
.infobox.notice h3 {
  color: #ff8a00;
}
.infobox.notice .boxBackgroundImage {
  background-image: url('graphiken/kennzeichnungen/notice.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
.infobox.info h3 {
  color: #039a9a;
}
.infobox.info .boxBackgroundImage {
  background-image: url('graphiken/info.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
.infobox .linkList {
  border: 0 none;
  margin: 0;
}
.infobox .linkList li {
  border: 0 none;
  margin: 0px 0px 0px -4px;
}
.infobox .linkList li a,
.infobox .linkList li a:hover {
  background-position: 0px 4px;
  padding: 0 0 0 16px;
}
.infobox .linkList li a span,
.infobox .linkList li a:hover span {
  color: #656c6a;
}
.infobox .linkList li a span:hover,
.infobox .linkList li a:hover span:hover {
  color: #117e7a;
}

@media screen and (min-width: 638px) and (max-width: 982px) {
  #main-content article.infobox {
    margin: 0px -15px -1px;
    border-left: none;
  }
}
@media screen and (max-width: 637px) {
  #main-content article.infobox {
    margin: 0px -15px -1px;
    border-left: none;
  }

  .infobox img {
    width: 50px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .infobox.notice .boxBackgroundImage {
    background-image: url('graphiken/kennzeichnungen/notice_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 70px 80px;
  }
  .infobox.info .boxBackgroundImage {
    background-image: url('graphiken/info_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 70px 80px;
  }
}
@media screen and (min-width: 983px) {
  .gallery {
    margin-left: -15px;
    margin-right: -15px;
  }

  .galleryParent {
    width: 141px;
  }
}
@media screen and (min-width: 638px) and (max-width: 982px) {
  .gallery {
    margin-left: -15px;
    margin-right: -15px;
  }

  .galleryParent {
    width: 141px;
  }
}
@media screen and (max-width: 637px) {
  .gallery > figure {
    border: none;
    width: 133px;
  }

  .galleryParent {
    margin-left: 0px;
  }

  .gallery, .details .gallery {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.details .gallery figure {
  width: 135px;
}

.galleryParent {
  float: left;
  margin: 15px 0 0 15px;
}

.galleryImage:hover {
  border: 1px solid #ceccca;
  margin: -1px;
}

.gallerySubtitle {
  display: none;
}

.gallery figure a::before {
  bottom: 0px;
  right: 40px;
  display: none;
  background-image: none;
  box-shadow: none;
}

.galleryParent a:hover::before {
  bottom: 8px;
  right: 5px;
  display: block;
  background-color: #f3f2ef;
  background-image: url('graphiken/icon_search.png');
  background-image: url('graphiken/icon_search.png'), -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
  background-image: url('graphiken/icon_search.png'), linear-gradient(to bottom, white 0%, #d0cfce 100%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), 0 0 0 1px #666666 inset, 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .galleryParent a:hover::before {
    background-color: #f3f2ef;
    background-image: url('graphiken/icon_search_2x.png');
    background-image: url('graphiken/icon_search_2x.png'), -webkit-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), -o-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), -moz-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), -ms-linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-image: url('graphiken/icon_search_2x.png'), linear-gradient(to bottom, white 0%, #d0cfce 100%);
    background-size: 16px 16px, 100% 100%;
  }
}
blockquote > p {
  color: #039a9a;
  font-family: "CompatilDatevW01-Regular";
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

blockquote > p * {
  color: #039a9a;
}

section.company {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}

p.vote {
  margin-bottom: 5px;
  color: #656c6a;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: inherit;
  font-style: inherit;
}

p.voteCustomer {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
  color: #656c6a;
  font-size: 0.9em;
  font-family: inherit;
  font-style: inherit;
  min-height: 55px;
}

.layout-center .voteCustomer {
  clear: right;
}

.voteCustomer > b {
  color: #656C6A;
  font-weight: 600;
}

figure.vote {
  display: block;
  margin: 5px 0;
  width: auto;
}

figure.vote > img {
  height: auto;
  width: auto;
}

.layout-left figure.vote {
  float: left;
  margin: 5px 15px 5px 0;
  padding-top: 10px;
}

.layout-right figure.vote {
  float: right;
  margin: 5px 0 5px 15px;
  padding-top: 10px;
}

.layout-center figure.vote {
  float: left;
  margin: 5px 15px 5px 0;
  padding-top: 10px;
}

figure.logo {
  margin: 5px 0px 5px 0px;
}

figure.logo > img {
  width: auto;
  max-width: 240px;
}

@media screen and (min-width: 638px) {
  .layout-right .columnBig {
    border: medium none;
    box-shadow: none;
    float: left;
  }

  .layout-right .columnSmall {
    border: medium none;
    box-shadow: none;
    float: right;
    margin-left: 30px;
    width: 240px;
  }

  .layout-left .columnBig {
    border: medium none;
    box-shadow: none;
    float: right;
  }

  .layout-left .columnSmall {
    border: medium none;
    box-shadow: none;
    float: left;
    margin-right: 30px;
    width: 240px;
  }

  .layout-right blockquote > p {
    text-align: right;
  }

  .layout-center section.company {
    border-bottom: none;
    border-top: none;
    float: right;
    margin-left: 15px;
    padding: 0;
  }

  section.company {
    max-width: 240px;
  }
}
@media screen and (max-width: 637px) {
  section.company {
    max-width: 282px;
  }
}
.productCompare {
  margin: 0 0 2em;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  width: 588px;
}
.productCompare tr.group td {
  opacity: 1;
  border-top: 1px solid #656C6A;
  border-bottom: 1px solid #ceccca;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 4px;
}
.productCompare tr:last-child td.active {
  box-shadow: inset 1px 0 0 #ceccca, inset -1px 0 0 #ceccca, inset 0 -3px 0 #039A9A;
  -webkit-box-shadow: inset 1px 0 0 #ceccca, inset -1px 0 0 #ceccca, 0 3px 0 #039A9A;
}
.productCompare tr th {
  border-bottom: 1px solid #656c6a;
  border-top: 1px solid #656c6a;
  color: #656C6A;
  word-break: break-word;
}
.productCompare tr td {
  border-bottom: 1px dotted #ceccca;
  border-top: 1px dotted #ceccca;
}
.productCompare tr td:not(:first-child) {
  font-size: 0.9em;
}
.productCompare tr td.no {
  background-image: url('graphiken/icon_nok.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 16px 16px;
}
.productCompare tr td.yes {
  background-image: url('graphiken/icon_ok.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 16px 16px;
}
.productCompare tr td p {
  line-height: 1.3em;
  margin-bottom: 0px;
}
.productCompare tr th, .productCompare tr td {
  padding: 5px;
  line-height: 1.3em;
  vertical-align: top;
}
.productCompare tr th:first-child, .productCompare tr td:first-child {
  padding-left: 0px;
}
.productCompare tr th:not(:first-child), .productCompare tr td:not(:first-child) {
  text-align: center;
  cursor: pointer;
  min-width: 30px;
}
.productCompare tr th.hover, .productCompare tr td.hover {
  background-color: #f9f8f7;
  box-shadow: 1px 0 0 #ceccca inset, -1px 0 0 #ceccca inset;
}
.productCompare tr th.active, .productCompare tr td.active {
  background-color: #e2eeee;
  box-shadow: inset 1px 0 0 #ceccca, inset -1px 0 0 #ceccca;
}

@media screen and (max-width: 637px) {
  .productCompare {
    width: 292px;
  }
  .productCompare tr th {
    padding-left: 2px;
    padding-right: 2px;
  }
  .productCompare tr th:not(:first-child) {
    max-width: 50px;
  }
  .productCompare tr td, .productCompare tr th {
    border-top: 1px solid #ceccca !important;
    border-bottom: 1px solid #ceccca !important;
  }
  .productCompare tr th {
    font-size: 0.8em !important;
  }
  .productCompare tr td {
    font-family: sans-serif !important;
    font-size: 0.75em;
  }
  .productCompare tr td:not(:first-child) {
    font-size: 0.7em !important;
  }
  .productCompare tr td p {
    max-width: 110px;
  }
  .productCompare tr.group td {
    font-weight: bold;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .productCompare tr td.no {
    background-image: url('graphiken/icon_nok_2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  .productCompare tr td.yes {
    background-image: url('graphiken/icon_ok_2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  .productCompare tr td.no.hover, .productCompare tr td.yes.hover {
    background-color: #f9f8f7;
  }
  .productCompare tr td.no.active, .productCompare tr td.yes.active {
    background-color: #e2eeee;
  }
}
.videoPlayer {
  width: 100%;
  height: 160px;
}

@media screen and (min-width: 638px) {
  .videoPlayer {
    height: 330px;
  }
}
#hotline {
  background-color: #f9f8f7;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ceccca;
  margin: -1px -15px -15px;
  padding: 15px;
}
#hotline h2 {
  margin-top: 0px;
  font-size: 1.6em;
}
#hotline a#hotlineNumber {
  background-image: url('graphiken/hotline.png');
  background-position: 0 top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 32px 32px;
  clear: both;
  color: #039a9a;
  display: block;
  font-family: "CompatilDatevW01-Regular";
  margin: 0 0 0.5em;
  text-decoration: none;
  font-size: 32px;
  line-height: 32px;
  min-height: 32px;
  padding: 0 0 0 40px;
}
#hotline a#hotlineFaqLink {
  background-image: url('graphiken/icon_next_sml.png');
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  color: #656c6a;
  padding-left: 16px;
  text-decoration: none;
}
#hotline a#hotlineFaqLink:hover {
  color: #117e7a;
}
#hotline p {
  line-height: 1.6em;
  margin: 0 0 0.6em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #hotline a#hotlineFaqLink {
    background-image: url('graphiken/icon_next_sml_2x.png');
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  #hotline a#hotlineNumber {
    background-image: url('graphiken/hotline-2.png');
    background-position: 0 top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
}
#sidebar {
  float: left;
  width: 312px;
  margin-right: 14px;
}
#sidebar article {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 15px;
  padding: 0;
}
#sidebar #menu {
  display: none;
}
#sidebar h2 {
  font-size: 17px;
  padding-top: 15px;
  margin: 0 15px 11.2px 15px;
}
#sidebar p {
  padding: 15px;
  margin: 0px;
}
#sidebar h2 + p {
  padding-top: 5px;
  padding-bottom: 10px;
}
#sidebar ul.linkList + p {
  padding-top: 10px;
  padding-bottom: 15px;
}
#sidebar ul.linkList {
  margin: 0;
}
#sidebar ul.linkList li a {
  background-image: url('graphiken/icon_next.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  padding: 10px 33px 10px 15px;
}
#sidebar ul.linkList li a:hover {
  background-color: rgba(228, 227, 226, 0.9);
}
#sidebar ul.linkList li a.secure {
  background-image: url('graphiken/ico_next_secure.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 23px 13px;
}
#sidebar ul.linkList li a.secure span {
  background-image: none;
}
#sidebar .entrance {
  padding: 15px;
}
#sidebar .entrance h2 {
  padding-top: 0;
  margin: 0 0 25px;
}
#sidebar .entrance ul {
  margin: -15px;
  border-radius: 5px;
}
#sidebar .entrance ul li {
  border-top: 1px solid #ccc;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  min-height: 30px;
}
#sidebar .entrance ul li a {
  display: block;
  text-decoration: none;
  padding: 15px;
}
#sidebar .entrance ul li .entranceText {
  padding: 0;
}
#sidebar .entrance ul li .entranceText p {
  margin: 0;
  padding: 0;
  line-height: 15px;
  color: #656C6A;
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  overflow: visible;
}
#sidebar .entrance ul li:first-child {
  border-top: none;
}
#sidebar .entrance ul li:last-child {
  padding-bottom: 0px;
}
#sidebar .entrance ul li:hover {
  background-color: rgba(228, 227, 226, 0.9);
}
#sidebar .entrance ul li.secure a .entranceText:before {
  content: "";
  float: left;
  width: 16px;
  height: 30px;
  display: block;
  background-image: url('graphiken/icon_secure.png');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
#sidebar .entrance ul figure {
  float: left;
  width: 60px;
  height: 54px;
  margin: -15px 0px -9px 0px;
}
#sidebar #social {
  padding: 15px;
}
#sidebar #social > span {
  display: block;
  float: left;
  margin-right: 10px;
  width: 60px;
}
#sidebar #social > ul {
  display: block;
  float: right;
  margin: 0;
}
#sidebar #social ul > li {
  display: block;
  float: left;
  margin: 0;
}
#sidebar #social a.socialMedia {
  display: block;
  height: 32px;
  margin: 0 0 0 10px;
  overflow: hidden;
  width: 32px;
}
#sidebar #social a.socialMedia.fb {
  background-image: url('graphiken/socialmedia_facebook.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.gp {
  background-image: url('graphiken/socialmedia_google.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.db {
  background-image: url('graphiken/socialmedia_blog.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.tw {
  background-image: url('graphiken/socialmedia_twitter.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.xg {
  background-image: url('graphiken/socialmedia_xing.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 32px 32px, 100% 100%;
}
#sidebar #social a.socialMedia.yt {
  background-image: url('graphiken/socialmedia_youtube.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 32px 32px, 100% 100%;
}
#sidebar .bg-box {
  background-color: rgba(234, 255, 255, 0.5);
}
#sidebar .bg-box h2 {
  margin-bottom: 5px;
}

@media screen and (min-width: 638px) and (max-width: 982px) {
  #sidebar {
    width: 638px;
  }
  #sidebar #social > span {
    width: auto;
    line-height: 2.3em;
  }
  #sidebar h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 637px) {
  #sidebar h2 {
    font-size: 16px;
  }
  #sidebar .bg-box {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #sidebar #social a.socialMedia {
    background-size: 32px 32px, 100% 100%;
  }
  #sidebar #social a.socialMedia.db {
    background-image: url('graphiken/socialmedia_blog_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  #sidebar #social a.socialMedia.fb {
    background-image: url('graphiken/socialmedia_facebook_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  #sidebar #social a.socialMedia.tw {
    background-image: url('graphiken/socialmedia_twitter_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  #sidebar #social a.socialMedia.xg {
    background-image: url('graphiken/socialmedia_xing_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  #sidebar #social a.socialMedia.yt {
    background-image: url('graphiken/socialmedia_youtube_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  #sidebar #social a.socialMedia.gp {
    background-image: url('graphiken/socialmedia_google_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
  }
  #sidebar ul.linkList li a {
    background-image: url('graphiken/icon_next_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
  #sidebar ul.linkList li a.secure {
    background-image: url('graphiken/ico_next_secure_2x.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 23px 13px, 100% 100%;
  }
  #sidebar .entrance ul li.secure a .entranceText:before {
    background-image: url('graphiken/icon_secure_2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-size: 16px 16px;
  }
}