.dsbutton {
  font-family: 'DIN Next W02 Bold', 'DINWeb-Bold';
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  line-height: 110%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 0 none transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  min-height: 23px;
  margin: 0;
  font-size: 16px;
  padding: 4px 11px 6px 11px;
  text-align: center;
  border: 0;
  cursor: pointer;
  background: #a6cf59;
  color: #ffffff;
  display: inline-block;
  white-space: normal;
}
.dsbutton span.dsbuttonspan {
  font-family: 'DIN Next W02 Regular', 'DINWeb', 'sans-serif';
  font-size: 145%;
}
.dsbutton_grey {
  background: #f4f8f9;
  color: #6c777d;
}
.dsbutton_white {
  background-color: #ffffff;
  color: #a6cf59;
}
.dsbutton_small {
  text-rendering: optimizeLegibility;
  font-size: 14px;
  padding: 2px 11px;
}
/* =Typography
--------------------------------------------------------------------------------------------------------*/
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Black;
  src: url("../fonts/DINWeb-Black.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Black;
  src: url("../fonts/DINWeb-Black.woff") format("woff"), url('../fonts/DINComp-Black.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-BlackIta;
  src: url("../fonts/DINWeb-BlackIta.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-BlackIta;
  src: url("../fonts/DINWeb-BlackIta.woff") format("woff"), url('../fonts/DINComp-BlackIta.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Bold;
  src: url("../fonts/DINWeb-Bold.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Bold;
  src: url("../fonts/DINWeb-Bold.woff") format("woff"), url('../fonts/DINComp-Bold.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-BoldIta;
  src: url("../fonts/DINWeb-BoldIta.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-BoldIta;
  src: url("../fonts/DINWeb-BoldIta.woff") format("woff"), url('../fonts/DINComp-BoldIta.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Light;
  src: url("../fonts/DINWeb-Light.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Light;
  src: url("../fonts/DINWeb-Light.woff") format("woff"), url('../fonts/DINComp-Light.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-LightIta;
  src: url("../fonts/DINWeb-LightIta.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-LightIta;
  src: url("../fonts/DINWeb-LightIta.woff") format("woff"), url('../fonts/DINComp-LightIta.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Medium;
  src: url("../fonts/DINWeb-Medium.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Medium;
  src: url("../fonts/DINWeb-Medium.woff") format("woff"), url('../fonts/DINComp-Medium.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-MediumIta;
  src: url("../fonts/DINWeb-MediumIta.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-MediumIta;
  src: url("../fonts/DINWeb-MediumIta.woff") format("woff"), url('../fonts/DINComp-MediumIta.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: url("../fonts/DINWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb;
  src: url("../fonts/DINWeb.woff") format("woff"), url('../fonts/DINComp.ttf') format('truetype');
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Ita;
  src: url("../fonts/DINWeb-Ita.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Ita;
  src: url("../fonts/DINWeb-Ita.woff") format("woff"), url('../fonts/DINComp-Ita.ttf') format('truetype');
}
html,
body {
  margin: 0;
  padding: 0;
  min-width: 280px;
}
body {
  font-family: 'DIN Next W02 Regular', 'DINWeb', 'sans-serif';
  color: #6c777d;
  background: #fbfbf9;
  line-height: 1;
}
a {
  text-decoration: underline;
  color: #6c777d;
  outline: 0 !important;
  outline: none !important;
}
a:hover,
a:active,
a:focus {
  outline: 0 !important;
  outline: none !important;
}
a:hover {
  text-decoration: none;
}
input::-moz-focus-inner {
  border: 0;
}
h1 {
  font-family: 'DINWeb';
  font-size: 26px;
  color: #0a7035;
}
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Header & Footer
--------------------------------------------------------------------------------------------------------*/
#header {
  background-color: white;
  border-bottom: 1px solid #d5d5d4;
}
#header .wrapper {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#header .wrapper .logo {
  text-align: center;
  margin: 1em auto;
}
#header .wrapper .title {
  text-align: left;
}
#header .wrapper .title h1 {
  line-height: 60px;
  margin: 1em auto;
}
#footer {
  border-top: 1px solid white;
  text-align: center;
  margin: 0 auto 2em auto;
}
#footer .wrapper {
  display: inline-block;
  width: 100%;
}
#footer img {
  margin: 2em auto 1em auto;
}
#footer p {
  max-width: 95%;
  margin: 1em auto;
  line-height: 125%;
}
/* Product Image
--------------------------------------------------------------------------------------------------------*/
.thumbnail_false {
  display: none !important;
}
.productimageholder {
  background-color: #f2f4f9;
}
#productimage {
  width: 960px;
}
#articleimage .wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
#productimage {
  display: inline-block;
}
#contentgalleryimage,
#contentgalleryimage-mobile {
  display: block;
}
#productimage,
#contentgalleryimage,
#contentgalleryimage-mobile {
  margin: 0 auto;
}
#productimage .productuse,
#contentgalleryimage .productuse,
#contentgalleryimage-mobile .productuse {
  width: 260px;
  display: inline-block;
  float: left;
}
#productimage .productuse h1,
#contentgalleryimage .productuse h1,
#contentgalleryimage-mobile .productuse h1 {
  border-bottom: 2px solid #d5d5d4;
  max-width: 75%;
  line-height: 60px;
  text-align: center;
  vertical-align: top;
  margin: 1em auto;
}
#productimage .productuse .imageholder,
#contentgalleryimage .productuse .imageholder,
#contentgalleryimage-mobile .productuse .imageholder {
  width: 260px;
  height: 260px;
  background-size: 25% auto !important;
}
#productimage .productuse .productuse_1,
#contentgalleryimage .productuse .productuse_1,
#contentgalleryimage-mobile .productuse .productuse_1 {
  background: url(../Images/productuse/Bewegungsmelder.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_2,
#contentgalleryimage .productuse .productuse_2,
#contentgalleryimage-mobile .productuse .productuse_2 {
  background: url(../Images/productuse/Deckenleuchte.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_3,
#contentgalleryimage .productuse .productuse_3,
#contentgalleryimage-mobile .productuse .productuse_3 {
  background: url(../Images/productuse/Deckenventilator.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_4,
#contentgalleryimage .productuse .productuse_4,
#contentgalleryimage-mobile .productuse .productuse_4 {
  background: url(../Images/productuse/Jalousie.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_5,
#contentgalleryimage .productuse .productuse_5,
#contentgalleryimage-mobile .productuse .productuse_5 {
  background: url(../Images/productuse/Kaffeemaschine.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_6,
#contentgalleryimage .productuse .productuse_6,
#contentgalleryimage-mobile .productuse .productuse_6 {
  background: url(../Images/productuse/Klingel.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_7,
#contentgalleryimage .productuse .productuse_7,
#contentgalleryimage-mobile .productuse .productuse_7 {
  background: url(../Images/productuse/Leuchte.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_8,
#contentgalleryimage .productuse .productuse_8,
#contentgalleryimage-mobile .productuse .productuse_8 {
  background: url(../Images/productuse/Markise.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_9,
#contentgalleryimage .productuse .productuse_9,
#contentgalleryimage-mobile .productuse .productuse_9 {
  background: url(../Images/productuse/Rolllade.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_10,
#contentgalleryimage .productuse .productuse_10,
#contentgalleryimage-mobile .productuse .productuse_10 {
  background: url(../Images/productuse/Taster.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_11,
#contentgalleryimage .productuse .productuse_11,
#contentgalleryimage-mobile .productuse .productuse_11 {
  background: url(../Images/productuse/Taster_Panik.png) transparent top center no-repeat;
}
#productimage .productuse .productuse_12,
#contentgalleryimage .productuse .productuse_12,
#contentgalleryimage-mobile .productuse .productuse_12 {
  background: url(../Images/productuse/Tischleuchte.png) transparent top center no-repeat;
}
#productimage #productimageview,
#contentgalleryimage #productimageview,
#contentgalleryimage-mobile #productimageview,
#productimage #contentgalleryview,
#contentgalleryimage #contentgalleryview,
#contentgalleryimage-mobile #contentgalleryview {
  background: #f2f4f9;
}
#productimage #productimageview,
#contentgalleryimage #productimageview,
#contentgalleryimage-mobile #productimageview,
#productimage #contentgalleryview,
#contentgalleryimage #contentgalleryview,
#contentgalleryimage-mobile #contentgalleryview,
#productimage #contentgalleryview-mobile,
#contentgalleryimage #contentgalleryview-mobile,
#contentgalleryimage-mobile #contentgalleryview-mobile {
  vertical-align: top;
}
#productimage #productimageview img,
#contentgalleryimage #productimageview img,
#contentgalleryimage-mobile #productimageview img,
#productimage #contentgalleryview img,
#contentgalleryimage #contentgalleryview img,
#contentgalleryimage-mobile #contentgalleryview img,
#productimage #contentgalleryview-mobile img,
#contentgalleryimage #contentgalleryview-mobile img,
#contentgalleryimage-mobile #contentgalleryview-mobile img {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 1em auto;
  background: #f2f4f9;
}
#productimagethumbnails {
  padding-left: 260px;
  width: 960px;
}
#productimagethumbnails,
#contentgallerythumbnails,
#contentgallerythumbnails-mobile {
  display: inline-block;
  margin: 2em auto;
  width: 100%;
  text-align: center;
}
#productimagethumbnails p,
#contentgallerythumbnails p,
#contentgallerythumbnails-mobile p {
  display: inline-block;
  margin: 15px auto;
  text-align: center;
  vertical-align: top;
}
#productimagethumbnails .wrapper,
#contentgallerythumbnails .wrapper,
#contentgallerythumbnails-mobile .wrapper {
  text-align: center;
}
#productimagethumbnails a,
#contentgallerythumbnails a,
#contentgallerythumbnails-mobile a {
  -webkit-transition: all 0.2s ease;
  background-color: white;
  border: 1px solid #d5d5d4;
  display: inline-block;
  margin: 0 0.5em;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
#productimagethumbnails a.active,
#contentgallerythumbnails a.active,
#contentgallerythumbnails-mobile a.active {
  background-color: #fcfcfc;
}
#productimagethumbnails a:hover,
#contentgallerythumbnails a:hover,
#contentgallerythumbnails-mobile a:hover {
  /*background-color: @lightest;*/
  /* mouseover nur bei png und gleichmäßig gepflegten bildern aktivieren */
}
#productimagethumbnails img,
#contentgallerythumbnails img,
#contentgallerythumbnails-mobile img {
  max-width: 100px;
  height: auto;
}
/* Navigation
--------------------------------------------------------------------------------------------------------*/
.sliderholder {
  border-top: 1px solid white;
}
#menuslide1 a.active,
#menuslide2 a.active {
  color: #a6cf59;
}
#slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 66px;
  list-style: none;
}
#slider ul li {
  font-size: 17px;
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 960px;
  height: 90px;
  text-align: center;
  line-height: 66px;
}
#slider ul li .holder {
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  width: 860px;
}
#slider ul li .holder a {
  -webkit-transition: all 0.2s ease;
  display: inline-block;
}
#slider ul li .holder a:hover,
#slider ul li .holder a:focus {
  color: #a6cf59;
  background-color: #f8f8f8;
}
#slider ul li .holder a .arrow.active {
  display: block;
}
#slider ul li .holder a .arrow {
  background: url(../Images/active_tab.png) transparent no-repeat center center;
  position: absolute;
  width: 211px;
  height: 19px;
  bottom: 5px;
  display: none;
  z-index: 1;
}
#slider ul li .holder span {
  height: 66px;
  display: inline-block;
  vertical-align: middle;
}
#slider ul li .holder span.icon {
  width: 28px;
  height: 24px;
  margin-left: 14px;
  background: url(../Images/sprites_tabs.png) transparent 0 0 no-repeat;
}
#slider ul li .holder span.icon.item1 {
  background-position: 0 -2px;
}
#slider ul li .holder span.icon.item2 {
  background-position: 0 -27px;
}
#slider ul li .holder span.icon.item3 {
  background-position: 0 -51px;
}
#slider ul li .holder span.icon.item4 {
  background-position: 0 -79px;
}
#slider ul li .holder span.icon.item5 {
  background-position: 0 -133px;
}
#slider ul li .holder span.icon.item6 {
  background-position: 0 -159px;
}
#slider ul li .holder span.icon.item7 {
  background-position: 0 -184px;
}
#slider ul li .holder span.icon.item8 {
  background-position: 0 -105px;
}
#slider ul li .holder span.point {
  width: 169px;
  text-indent: 5px;
}
#slider a.control_prev,
#slider a.control_next {
  position: absolute;
  z-index: 999;
  display: inline-block;
  width: 50px;
  height: 66px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  vertical-align: middle;
}
#slider a.control_prev:hover,
#slider a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
#slider a.control_prev {
  left: 0;
  background: url(../Images/arrow-left.jpg) transparent no-repeat 0 center;
}
#slider a.control_next {
  right: 0;
  background: url(../Images/arrow-right.jpg) transparent no-repeat 0 center;
}
/* Content
-------------------------------------------------- */
.pp-settings h1,
.pp-technical h1,
.pp-usage h1 {
  float: left;
  max-width: 70%;
}
.pp-settings img,
.pp-technical img,
.pp-usage img {
  float: right;
  max-height: 150px;
  width: auto;
  display: inline-block;
  border: 1px solid #d5d5d4;
  margin: 1em;
}
.pp-settings p,
.pp-technical p,
.pp-usage p {
  display: inline-block;
  margin: 1em auto;
  max-width: 500px;
}
.pp-settings table,
.pp-technical table,
.pp-usage table {
  width: 100%;
  border: 0;
  margin: 2em auto;
  display: inline-table;
}
.pp-settings table th,
.pp-technical table th,
.pp-usage table th {
  border: 0;
}
.pp-settings table td,
.pp-technical table td,
.pp-usage table td {
  border-left: 0;
  border-right: 0;
  border-color: #d5d5d4;
  padding-right: 50px;
  display: table-cell;
}
.pp-settings table td p,
.pp-technical table td p,
.pp-usage table td p {
  margin: 10px 0;
}
.pp-usage b,
.pp-download b,
.pp-usage strong,
.pp-download strong {
  width: 100%;
  margin-top: 1em;
  display: block;
  font-weight: bold;
}
.pp-usage p,
.pp-download p {
  float: left;
}
.pp-technical h1 {
  width: 100%;
}
.pp-download {
  line-height: 140%;
}
.pp-download ul {
  margin-top: 10px;
}
#content {
  margin: 0.3em auto 0 auto;
  min-height: 260px;
  border-bottom: 1px solid #d5d5d4;
  -webkit-transition: all 0.5s ease;
}
#content .wrapper,
#content .tab-pane {
  max-width: 850px;
  margin: 0 auto;
}
#content #contentgalleryimage {
  background: #fbfbf9;
}
#content #contentgalleryimage #contentgalleryview {
  background: #fbfbf9;
}
#content #contentgalleryimage #contentgalleryview img {
  background: #fbfbf9;
}
#content .contentdesktop {
  padding-top: 1em;
  border-top: 1px solid #d5d5d4;
  position: relative;
  top: -28px;
}
#content .contentdesktop .wrapper {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
#content .contentdesktop .wrapper .content_gotimages {
  float: left;
  display: inline-block;
}
#content .contentdesktop .wrapper .content_gotimages img {
  height: 70px;
  width: auto;
  display: block;
  margin: 0 3em 3em 0;
}
#content .contentdesktop .wrapper .content_text {
  line-height: 125%;
  margin: 0 auto;
  max-width: 850px;
}
#content .contentmobile .panel {
  border: 0;
}
#content .contentmobile .panel-heading {
  background-color: #fbfbf9;
  padding: 0;
}
#content .contentmobile .panel-heading a {
  font-family: 'DIN Next W02 Regular', 'DINWeb', 'sans-serif';
  color: #6c777d;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  height: 44px;
  padding-top: 10px;
  text-align: center;
}
#content .contentmobile .panel-heading a.collapsed .caret {
  background: url(../Images/arrows_phone_down.png) transparent right 5px no-repeat;
  background-size: 18px;
}
#content .contentmobile .panel-heading a .caret {
  float: right;
  margin: 0 1em;
  background: url(../Images/arrows_phone_up.png) transparent right 5px no-repeat;
  background-size: 18px;
  width: 32px;
  height: 26px;
  border: 0;
}
#content .contentmobile .panel-heading a span.icon {
  width: 28px;
  height: 24px;
  margin-left: 14px;
  float: left;
  background: url(../Images/sprites_tabs.png) transparent 0 0 no-repeat;
}
#content .contentmobile .panel-heading a span.icon.item1 {
  background-position: 0 -2px;
}
#content .contentmobile .panel-heading a span.icon.item2 {
  background-position: 0 -27px;
}
#content .contentmobile .panel-heading a span.icon.item3 {
  background-position: 0 -54px;
}
#content .contentmobile .panel-heading a span.icon.item4 {
  background-position: 0 -79px;
}
#content .contentmobile .panel-heading a span.icon.item5 {
  background-position: 0 -133px;
}
#content .contentmobile .panel-heading a span.icon.item6 {
  background-position: 0 -159px;
}
#content .contentmobile .panel-heading a span.icon.item7 {
  background-position: 0 -184px;
}
#content .contentmobile .panel-heading a span.icon.item8 {
  background-position: 0 -105px;
}
#content .contentmobile .panel-body {
  background-color: #fbfbf9;
  font-size: 16px;
  line-height: 22px;
  padding: 0 1em 2em 1em;
}
#content .contentmobile .panel-body .content_gotimages {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 1em;
}
#content .contentmobile .panel-body .content_gotimages img {
  height: 45px;
  width: auto;
  display: inline-block;
  margin: 1em;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 991px) {
  #header .wrapper .title {
    text-align: center;
  }
  #productimage {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
  #contentgalleryview-mobile {
    background: #fbfbf9;
  }
  .pp-plugin .productimageholder {
    background-color: #fbfbf9;
  }
  #productimage,
  #contentgalleryimage {
    width: 100%;
  }
  #productimage .productuse,
  #contentgalleryimage .productuse {
    width: 140px;
    display: inline;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  #productimage .productuse .imageholder,
  #contentgalleryimage .productuse .imageholder {
    width: 140px;
  }
  #productimage #productimagethumbnails,
  #contentgalleryimage #productimagethumbnails,
  #productimage #contentgallerythumbnails,
  #contentgalleryimage #contentgallerythumbnails {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5em;
  }
  #productimage #productimagethumbnails .wrapper a,
  #contentgalleryimage #productimagethumbnails .wrapper a,
  #productimage #contentgallerythumbnails .wrapper a,
  #contentgalleryimage #contentgallerythumbnails .wrapper a {
    margin: 0.5em 0.5em;
  }
}
@media (max-width: 540px) {
  #productimage .productuse .imageholder {
    width: 80px;
    margin-top: 1em;
  }
  #productimage .productuse h1 {
    display: none;
  }
  .pp-settings table td p,
  .pp-technical table td p,
  .pp-usage table td p {
    margin: 10px 0;
    font-size: 12px;
    line-height: 125%;
  }
}
@media (max-width: 360px) {
  #content .contentmobile .panel-heading a {
    font-size: 20px;
    text-align: left;
    margin-left: 1em;
  }
  #content .contentmobile .panel-heading a span.icon {
    display: none;
  }
}


span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 24px;
  margin-left: 14px;
  background: url(../Images/sprites_tabs.png) transparent 0 0 no-repeat;
}
span.icon.item1 {
  background-position: 0 -2px;
}
span.icon.item2 {
  background-position: 0 -27px;
}
span.icon.item3 {
  background-position: 0 -51px;
}
span.icon.item4 {
  background-position: 0 -79px;
}
span.icon.item5 {
  background-position: 0 -133px;
}
span.icon.item6 {
  background-position: 0 -159px;
}
span.icon.item7 {
  background-position: 0 -184px;
}
span.icon.item8 {
  background-position: 0 -105px;
}
 