
/* Small Desktop*/
@media only screen
and (min-width : 1024px)
and (max-width : 1300px)  {

  body,html {


  }
  div#container {

  }

  div#containerOuter {
    width:100%
  }

  div#container {
    width:100%;

  }

}/* Small Desktop*/





/*iPhone 5 & 5S in portrait & landscape */
@media only screen
and (min-width : 320px)
and (max-width : 768px) {

  body,html {
    height:100%;
    width:100%;
  }

  .BodyHolder {
    width:100vw;
    overflow:hidden;
  }

  div#container {
    width:100%;
  }

  div#spacer {
    height:20px;
  }

  div#top .inlay{
    width:100%;
    height:160px;
    position: relative;
  }

  div#top .steg {
    width:0px;
  }

  div.breadcrumps{
    position: absolute;
    top:114px;
    right:0px;
    width:auto;
    display:inline-block;
  }


  div.breadcrumps a, div.breadcrumps span{
    background-image:url('/_skins/base/images/ico_breadcrump.png');
    background-repeat: no-repeat;
    background-position:0px 6px;
    background-size:11px 11px;
    padding:0px 7px 0px 19px;
    height:25px;
    line-height:23px;
    font-size:12px;
  }
  div.breadcrumps a.home{
    background-image:none;
    padding-left:0px;
  }

  h1 {
    font-size:26px;
    line-height:32px;
    margin-bottom:10px;
  }

  div#logo {
    width:100%;
    height:47px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding-left:2%;
    padding-right:2%;
    margin:0px 0px 0px 0px;
  }

  div#logo a.logo{
    width:190px;
    height:47px;
    display:block;
    margin-bottom:75px;
  }/*div#logo a.logo*/

  div#logo a.logo img {
    width:190px !important;
    height:auto;
    display:block;
  }

  div#middle {
    width:100%;
  }
  div#middle .inner{
    width:100%;
  }
  div#middle .steg_left, div#middle .steg_right{
    display: none;
  }
  div#middle .steg{
    width:0px;
  }

  div#main {
    width:100%;
    float:left;
    min-height:400px;
  }
  div#main-main {
    float:left;
    min-height:50px;
    width:98%;
    margin:0px 1% 0px 1%;
    background-color: #FFFFFF;
    padding-bottom:25px;
  }
  div#main-einleitungstext {
    width:98%;
    margin:0px 1% 0px 1%;

  }
  div#main-einleitung {/*Manuals*/
    width:98%;
    margin:0px 1% 0px 1%;
    margin-bottom:5px;
  }
  .IndexEinleitungstext{
    width:98%;
    margin:0px 1% 0px 1%;
    padding-bottom:20px;
  }
  div#main-text {
    width:98%;
    margin:0px 1% 0px 1%;
    padding-right:0px;
  }

  div#main-teaserkontakt,  .text_service div#main-kontakttext {
    width:98%;
    margin:0px 1% 0px 1%;
    margin-bottom:30px;
  }
  .text_service div#main-kontakttext {
    margin-bottom:10px;
  }

  div.kontakttop {
    width:98%;
    margin:0px 1% 0px 1%;
  }

  .kontakttop .leftPart {
    margin:10px 0px 0px 0px;
    width:100%;
  }

  .kontakttop .rightPart {
    margin:10px 0px 10px 0px;
    width:100%;
  }


  div.complextypes-Kontakt-skin {
    width:100%;
    float:left;
    min-height:70px;
    margin:20px 0px 0px 0px;
  }
  div.complextypes-Kontakt-skin_service {
    width:100%;
    float:left;
    min-height:70px;
    margin:20px 0px 0px 0px;
  }

  div#Kontaktteaser div.Box, div.KontaktPerson div.Box {
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;
    width:100%;
  }

  div#Kontaktteaser div.Box div.Top, div.KontaktPerson div.Box div.Top{
    background-image:none;
    width:100%;
    height:10px;
  }

  div#Kontaktteaser div.Box div.Content, div.KontaktPerson div.Box div.Content{
    background-image:none;
    width:100%;
    min-height:100px;
    float:left;
  }
  div#Kontaktteaser div.Box div.Content div.innerContent,
  div.KontaktPerson div.Box div.Content div.innerContent{
    width:100%;
    min-height:100px;
    background-image:none !important;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 15px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    float:left;
  }
  div#Kontaktteaser div.Box div.Content div.Text,
  div.KontaktPerson div.Box div.Content div.Text{
    width:245px;
    min-height:75px;
    padding:15px 0px 15px 0px;
  }
  div#Kontaktteaser div.Box div.Content div.left,
  div.KontaktPerson div.Box div.Content div.left{
    float:left;
    width:245px;
    min-height:50px;
  }
  div#Kontaktteaser div.Box div.Content div.right,
  div#Kontaktteaser div.Box div.Content div.right{
    display:none;
  }
  div#Kontaktteaser div.Box div.Bottom,
  div.KontaktPerson div.Box div.Bottom{
    background-image:none;
    width:100%;
    height:10px;
  }
  /* @group Navigation */


  /* @group anchor Navigation */

  div#anchorNavigation {

    min-height:120px;
    float:left;
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-bottom:20px;
    z-index:999;
  }
  div.anchorNav {
    width:100%;
    border-radius: 10px;
    border:2px solid #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(113, 113, 113,0.8);
    min-height:20px;
    float:left;
    z-index: 9999991;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  div.anchorNav div.Box div.Top {
    background-image:none;
    height:5px;
  }

  div.anchorNav div.Box div.Content {
    background-image:none;
    width:100%;
    padding:0px 5px 0px 5px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    min-height:30px;
  }
  div.anchorNav div.Box div.Bottom {
    background-image:none;
    height:5px;
  }

  /* @end anchor Navigation */


  .azNavigation{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  .azNavigationEnd{
    clear:left;
  }
  .azNavButton{
    width:12%;
    font-size:26px;
    line-height:33px;
  }


  .azNavButton_Simple, .azNavButton_TitleAndDate{
    display:block;
    font-size:17px;
    height:25px;
    color:#fff;
    margin-top:10px;
  }
/* @group FAQs */

  div.QaAs div.QaA {
    width:100%;
    margin:0px 0px 15px 0px;
  }
  div.QaAs div.QaA div.Box {
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;
    width:100%;
  }
  div.QaAs div.even div.Box {
    background-color: transparent;
    border:none;
    border-radius:0px;
    width:100%;
  }

  div.QaAs div.QaA div.Box div.Top{
    height:10px;
  }

  div.QaAs div.QaA div.Box div.Content{
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    width:100%;
    padding:0px 10px 0px 10px;
  }

  div.QaAs div.QaA div.Box div.Bottom{
    height:10px;
  }
  div.QaAs div.QaA div.Box div.Content div.left{
    float:left;
    margin-right:10px;
  }
  div.QaAs div.QaA div.Box div.Content div.left_QaA_Video,
  div.QaAs div.QaA div.Box div.Content div.left_QaA_Bild,
  div.QaAs div.QaA div.Box div.Content div.right_QaA_Video,
  div.QaAs div.QaA div.Box div.Content div.right_QaA_Bild{
    width:100%;
  }

  div.QaAs div.QaA div.Box div.Content div.right{
    float:left;
    padding-left:10px;
    display:inline;
  }

  div.QaAs div.QaA div.Box div.Content,
  div.QaAs div.QaA div.Box div.Top,
  div.QaAs div.QaA div.Box div.Bottom {
    background-image: none;
  }

  /* CONTACT - FORM */
  .Kontakt_Service, .Kontakt_left, .Kontakt_right{
    width:100%;
  }

  .Kontakt .Vorname .ErrorReport,
  .Kontakt .Nachname .ErrorReport,
  .Kontakt .Email .ErrorReport,
  .Kontakt .Telefon .ErrorReport,
  .Kontakt .Nachricht .ErrorReport{
      position:absolute;
      left:510px;
      top:-14px;
      height:94px;
      display:none;
      width:500px;
  }

  div.ccm_form div span  {
    background-image:none;
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;

    height:43px;
    width:383px;
    display:block;
    float:left;
  }
  div.ccm_form div span input, div.Kontakt_Service .Kontakt_left div input,
  div.ccm_form div span input, div.Kontakt_Service .Kontakt_right div input{
    width:150px;
    background-color: #f1eff0;
  }

  div.Kontakt_Service .Kontakt_left div span,
  div.Kontakt_Service .Kontakt_right div span{
    background-image:none;
    width:165px;

  }
  div.ccm_form div.outputfield span{
    background-image:none;
    line-height:35px;
  }
  div.box_login div.ccm_form div span  {
    background-image:url("/_skins/base/images/input_bgd.png");
    background-repeat:no-repeat;
    background-position:top left;
    height:43px;
    width:383px;
  }
  div.ccm_form div.Nachricht span {
    background-image:none;
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;
    height:153px;
    width:98%;
    margin-left:1%;
    margin-right:1%;
    display:block;
    float:left;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  div.ccm_form div.Nachricht label {
   margin-bottom:5px;
  }


  div.ccm_form .Thema .spanSim, div.ccm_form .Geschlecht .spanSim, div.ccm_form .Land .spanSim, div.box_login .spanSim{
    position: relative;
    background-image:none;
    height:43px;
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;
    display:block;
    float:left;
  }

  div.ccm_form .Thema .spanSim{
    width:165px;
  }

  div.ccm_form div input, div.ccm_form div textarea  {
    width:99%;
    margin-left:0px;
    background-color: #f1eff0;
  }
  .complextypes-Kontakt-skin_service .ccm_formBottom {
    width:100% !important;
  }
  div.ccm_form div.Kopie{
    width:165px;
  }
  div.ccm_form div.Kopie label{
    padding-right:0px;
  }
  div.ccm_form div.copyContainer{
    width:175px !important;
  }


  div.ccm_form div.Kopie span{
    width:43px;
    background-image:none;
    overflow:hidden;
  }

  .ServiceTeaser {
      float: left;
      background-color: #f1eff0;
      border:1px solid #e1e1e1;
      border-radius:10px;
      border-bottom:1px solid #c4c4c4;
      width:98%;
      height: 160px;
      margin-bottom:10px;
      margin-left:1%;
      margin-right:1%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    }

  .ServiceTeaser div.Box{
      float:left;
      width:100%;
      min-height:10px;
    }

  .ServiceTeaser div.Box div.Top{
      background-image:none;
      width:100%;
      height:5px;
    }

  .ServiceTeaser div.Box div.Content{
      background-image:none;
      width:100%;
      height:150px;
      float:left;
    }
  .ServiceTeaser div.Box div.Content div.innerContent {
      width:100%;
      height:150px;
      margin:0px 0px 0px 0px;
      padding:10px 0px 0px 10px;
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
      float:left;
    }/*~ div.Box div.Content div.innerContent*/

  .ServiceTeaser div.Box div.Content div.innerContent .Beschreibung {
    width:100%;
    height:50px;
    float:left;
  }
  .ServiceTeaser div.Box div.Content div.innerContent .button {float:right;margin-right:10px;}

  .ServiceTeaser div.Box div.Content div.innerContent .Titel {
    height:30px;
    margin:0px 0px 5px 0px;
    font-size: 21px;
    line-height: 21px;
  }

  .ServiceTeaser div.Box div.Bottom{
      background-image:none;
      width:100%;
      height:5px;

    }

.ServiceTeaser_static {display: none;}
  div.search_box, div.search_boxDE {
    width:98%;
    margin-left:1%;
    margin-right:1%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }


  div.search_box div.Box {
    width:100%;
    border-radius: 10px;
    border:2px solid #FFF;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(113, 113, 113,0.8);
  }

  div.search_box div.Box div.Top{
   display:none;
  }

  div.search_box div.Box div.Content{
    background-image:none;
    width:100%;
    min-height:5px;
    padding-top:15px;
    float:left;
  }
  div.search_box div.Box div.Content div.Inlay{

    background-image:none;
    width:100%;
    min-height:5px;
    float:left;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding:0px 10px 0px 10px;
    margin:0px 0px 0px 0px;
    font-size:16px;
    color:#FFF;
  }
  div.search_box div.Box div.Content div.Inlay div.loginfields div.loginfield {
    height:115px;
  }

  div.search_box div.Box div.Content div.Inlay div.loginfields div.loginfield label{
    padding:0px;
    margin:0px;
    width:180px !important;
    text-align: center;
  }
  div.search_box div.Box div.Content div.Inlay div.loginfields div.loginfield span.field{
    background-image:none;
    background-color: #f0eeef;
    width:180px;
    border-radius:4px;
    margin:5px 0px 5px 0px;
  }
  div.search_box div.Box div.Content div.Inlay div.loginfields div.loginfield div.button{
    float:none;
    width:180px;
    margin:5px auto 5px auto !important;
  }

  div.search_box div.Box div.Content div.Inlay div.loginfields div.loginfield div.button .button span{
    width:180px;
  }

  div.loginfields div.loginfield span.field input {
    width:180px;
    text-align: center;
    background-color: #f0eeef;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    margin-left:0px;
  }

  div.search_box div.Box div.Content div.Inlay .Header{
    float:right;
    margin-bottom:5px;
    width:100%;
    text-align: center;
  }

  div.search_box div.Box div.Content div.Inlay div.loginfields{
    margin-right:0px !important;
    margin:0px auto 0px auto !important;
    float:none;
    width:180px;
  }

  div.search_box div.Box div.Bottom{
    background-image:none;
    width:100%;
    height:0px;
  }

    .CertifiedSearchService .map{
      display: none;
    }

    .CertifiedSearchService .SearchItems {
      width:100%;
    }
    .CertifiedSearchService .SearchItem {
      width:100%;
      margin-bottom:10px;
    }

  .CertifiedSearchService  .resultsCertfiedSearch {
      width:98%;
      margin-left:1%;
      margin-right:1%;
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
    }

    .CertifiedSearchService .cPartner .Result{
      background:none;
      height:120px;
      float:left;
      background-color: #f1eff0;
      border:1px solid #e1e1e1;
      border-radius:10px;
      border-bottom:1px solid #c4c4c4;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      width:100%;
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
    }/*~ .cPartner .Result*/

    .CertifiedSearchService .cPartner .Result .topPart {
      height:75px;
      width:100%;
      display:block;
    }
    .CertifiedSearchService .botPart {
      height:20px;
      width:100%;
      display:block;
      font-style:italic;

    }/*~ .botPart*/
    .CertifiedSearchService .cPartner .Result .Content{
      padding:10px 10px 5px 10px;
      min-height:20px;
      float:left;
      width:100%;
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
    }
  .CertifiedSearchService .cPartner .Result .botPart .tel {
    width:70%;
    display:block;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    word-break: keep-all;
  }
  .CertifiedSearchService .cPartner .Result .botPart .tel a {display:block;width:70%;float: right;text-align: left;}
  .CertifiedSearchService .cPartner .Result .botPart a {text-align: right;width:30%;}

  div.search_box div.Box div.Content div.Inlay div.loginfields .errorMSG {
    padding-left:0px !important;
    margin-top:10px;
    height:40px;
    line-height:19px;
    width:310px;
    text-align: center;
    margin-left:-35%;
    font-size: 12px;
    display: block;
    float:left;
  }



  #searchResultAll_Pagination{
    width:98%;
    margin-left:1%;
    margin-right:1%;
    z-index:9999;
    border-radius: 10px;
    border:2px solid #FFF;
    padding-top:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(113, 113, 113,0.8);
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  #searchResultAll_Pagination div.Top{
    background:none;
    height:5px;
    width:100%;
  }

  #searchResultAll_Pagination div.Content{
    background:none;
    width:300px;
    padding-left:0px;
    padding-right:0px;
    min-height:10px;
    float:none;
    margin:0px auto 0px auto;
  }

  #searchResultAll_Pagination div.Bottom{
    background:none;
    width:100%;
    height:5px;
  }

  #searchResultAll_Pagination .Buttons {
    float: left;
    width: 215px;
    min-height: 43px;
    text-align: center;
  }


  #searchResultAll_Pagination .Buttons .flowInside div{
    font-size:18px;
  }

  div.navigationarea {
    height:150px;
    width:100%;
  }

  div#navigation {
    float:right;
    height:43px;
    width:100%;
    margin-top:50px;
    position:relative;
  }
  div#navigation div.navbutton a, .navbuttonShop a/*ShopButton f?r PL*/{

    display:block;
    height:43px;
    line-height:42px;
    margin:0px;
    float:none;
    font-size:18px;
    width:70vw;
    color:#333333;
    margin:20px auto 0px auto;
    background-image: none;
    border:1px solid #d3d3d3;
    border-radius:5px;
    overflow:hidden;
    background: rgba(241,239,239,1);
    background: -moz-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,239,239,1)), color-stop(100%, rgba(211,211,211,1)));
    background: -webkit-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: -o-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: linear-gradient(to bottom, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efef', endColorstr='#d3d3d3', GradientType=0 );

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
  div#navigation div.navbutton a:hover{
    background-image: none;
    background: rgba(222,112,95,1);
    background: -moz-linear-gradient(top, rgba(222,112,95,1) 0%, rgba(205,42,42,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,112,95,1)), color-stop(100%, rgba(205,42,42,1)));
    background: -webkit-linear-gradient(top, rgba(222,112,95,1) 0%, rgba(205,42,42,1) 100%);
    background: -o-linear-gradient(top, rgba(222,112,95,1) 0%, rgba(205,42,42,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,112,95,1) 0%, rgba(205,42,42,1) 100%);
    background: linear-gradient(to bottom, rgba(222,112,95,1) 0%, rgba(205,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de705f', endColorstr='#cd2a2a', GradientType=0 );
    border:1px solid #cd2a2a;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }

  div#navigation div.subnavigation {
    background-image: none;
    display:block;
    width:100%;
    height:105px;
    display:block;
    position: relative;
    top:0px;
    left:0px;
    padding-left:0px;
  }

  div#navigation div.subnavigation div.navbutton{
    height:30px;
    padding-top:0px;
    margin-top:3px;
  }

  div#navigation div.subnavigation div.navbutton a{
    background: rgba(134,134,134,1);
    background: -moz-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,134,134,1)), color-stop(100%, rgba(118,118,118,0.8)));
    background: -webkit-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -o-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: linear-gradient(to bottom, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#767676', GradientType=0 );
    width:70vw;
    margin:0px auto 0px auto;
    float:none;
    border:none;
  }

  div#navigation div.subnavigation.sub3 div.navbutton {
    width:100%
  }
  div#navigation div.subnavigation.sub3 div.navbutton a{
    width:70vw;
  }
  div#navigation div.subnavigation div.navbutton_active a, div#navigation div.subnavigation div.navbutton a:hover  {
    border:none;
    background-color: #626262;
    text-decoration: none;
    background-image:none;
    height:25px;
    padding:1px;
  }
  div#navigation div.subnavigation_2 {/*Produkte*/
    height:75px;
  }

  .buttonSideMenuContainer {
    display: block;
  }

  div.navigationarea.mNavigation {
    height:100vh;
    width:100vw;
    position: fixed;
    top:0%;
    left:-300%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index:9999;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;

  }
  div.navigationarea.mNavigation.show {
    top:0px;
    left:0px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
  }

  div#languageSelect {
      background: url("/_skins/base/images/languagePicker/langselect.png") no-repeat;
      width:250px;
      height:40px;
      bottom:65px;
      right:0px;
      z-index:999;

    span.option {
      line-height:32px;
      padding-left:30px;
      font-size:16px;
      color:#AAAAAA;
      cursor:pointer;
    }
  }


  div#languagePicker {
    width:100%;
    z-index:999999;
    position: relative;
    margin-top:-100x;
  }


  div#languagePicker div#languages {
    display: block;
    position: fixed;
    width:100%;
    height:100vh;
    top:0px;
    left:0px;
    padding-bottom:50px;
    border-radius: 0px;
    overflow: hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(113, 113, 113,0.9);
  }


  div#languagePicker span.lang {

  }

  div#languagePicker div.languages a{
    display:block;
    color:#FFF;
    width:100%;
    line-height:24px;
    font-size:17px;
    border-radius: 2px;
    padding:1px 1px 1px 11px;
    text-align:left;
    height:29px;

  }


  div#languagePicker .col {
      background-image:none;
      width:300px;
      margin-left:auto;
    margin-right:auto;
      float:none;
      min-height:150px;
      margin-top:-5px;
    }
    div#languagePicker .col2, div#languagePicker .col3 {padding-left:0px;}
    div#languagePicker .col3 {background-image:none;}

    div#languagePicker .top {
        height:50px;
      }

    div#languagePicker .content{
        min-height:150px;
        padding:0px 15px 0px 15px;
        width:100%;
        -moz-box-sizing:    border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing:     border-box;
        box-sizing:        border-box;
      }
      div#languagePicker .bottom{
        height:60px;
      }

    div#languagePicker .top, div#languagePicker .content, div#languagePicker .bottom {
      width:100%;
      background-image:none;
    }
  #languages .menu_close {
    width:25px;
    height:26px;
    position: fixed;
    right:30px;
    top:20px;
    display:block;
    z-index:99999;
  }

  #languages #menu_icon {

    bottom: auto;
    display: inline-block;
    left: 38%;
    position: absolute;
    right: auto;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 25px;
    background-color: rgba(245, 245, 245, 0);
    height: 4px;
  }

  #languages #menu_icon::before, #languages #menu_icon::after {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 95);
  }

  #languages #menu_icon::before {
    bottom: 0;
    background-color: rgba(245, 245, 245, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #languages #menu_icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

    /* @group ListItem*/

    div.listItem{
      width:100%;
      margin:0px 0% 15px 0%;
    }
    div.listItem h2{
      font-size:19px;
      margin:0px 0% 5px 0%;
    }
    div.listItem div.Box {
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
      border:1px solid #e1e1e1;
      background-color: #f3f1f2;
      width:100%;
      border-radius:4px;
    }

    div.listItem div.Box div.Top{
      background-image:none;
      height:5px;
    }

    div.listItem div.Box div.Content{
      background-image:none;
      width:100%;
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
      padding:4px 10px 4px 10px;
    }

    div.listItem div.Box div.Bottom{
      background-image:none;
      height:5px;
    }

    div.listItem div.Box div.Content div.Textblock{
    }
    div.listItem div.Box div.Content div.Text{

    }
    div.listItem div.Box div.Content div.Video{
      width:395px;
      height:330px;
      float:left;
      padding-right:60px;
      z-index:1;
    }
    div.listItem div.Box div.Content div.Sound{
      width:520px;
      height:81px;
      float:left;
      margin-top:20px;
      z-index:1;
    }
    div.listItem div.Box div.Content div.Bild{
      width:175px;
      min-height:20px;
      float:left;
      padding-right:20px;
    }

    div.listItem div.Box div.ContentEven,
    div.listItems div.even div.Box div.Top,
    div.listItems div.even div.Box div.Bottom {
      background-image: none;
    }

  .Video .thumbnail {
    width:390px;
    height:280px;
    position:relative;
  }

  .Video .thumbnail  a.playButton {
      background-image:url('/_skins/base/images/btn_play.png');
      background-repeat: no-repeat;
      background-position: left 0px;
      position: absolute;
      top:107px;
      left:162px;
      display: block;
      z-index:999;
      width:55px;
      height:60px;
    :hover{background-position: left -86px;cursor:pointer;}
  }

  .Video .thumbnail img {z-index:1;}

    .VideoBox {
      width:610px;
      height:420px;
      margin:10px auto 0px auto;

    }
    .even div.Box .YoutubeVideo, .odd div.Box .YoutubeVideo {
      width:390px;
      height:280px;
      background-image:url("/_skins/base/images/loading_video_even.gif");
      background-repeat:no-repeat;
      background-position:center center;
    }
    .odd div.Box .YoutubeVideo {background-image:url("/_skins/base/images/loading_video_odd.gif");}


    /* @end ListItem */



  .ServiceVideo .Img {
      width:100%;
      height:215px;
      float:none;
      text-align: center;
      display:block;
      margin:0px auto 0px auto;
    }
  .ServiceVideo .VideoInfo, .ServiceVideo .VideoLink  {
      width:100%;
    }


  div#searchForm{
    width:100%;
    height:40px;
  }

  div#searchForm div, div#artnummer div{
    width:100%;
  }

  div#searchForm div.form, div#artnummer div.form{
    background-image:none;
    height:35px;
    width:100%;
    background-color: #f0eeef;
    border:1px solid #d3d3d3;
    border-radius: 4px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  div#searchForm input, div#artnummer input{
    border:none;
    line-height:35px;
    width:97%;
    padding-left:7px;
    color:#aaa;
    font-size:17px;
    padding-top:0px;
    height:35px;
    background-color: transparent;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  div#searchForm input.loading{
    background-position:2px right;
    background-repeat:no-repeat;
    background-image:url(/_skins/base/images/loading.gif);
  }



  div#searchForm .autosuggestion{
    z-index: 9999992;
    overflow:visible;
    left:-2px;
    top:40px;
    position:absolute;
  }

  div#searchForm div.autosuggestion a.searchResult{
    display:block;
    width:100%;
    height:60px;
    background:none;
    border-radius:4px;
    background-color: #FFF;
    margin-bottom:10px;
    overflow:hidden;
  }

  div#searchForm div.autosuggestion a.searchResult span.titel{
    width:100%;
    height:30px;
    overflow:hidden;
    margin:0px 0px 1px 0px;
    padding-left:10px;
    line-height:30px;
    color:#666;
    font-size:14px;
    background:none;
    border-bottom:1px solid #000;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  div#searchForm div.autosuggestion a.searchResult span.text{
    width:100%;
    height:29px;
    overflow:hidden;
    margin:0px;
    padding-left:10px;
    line-height:29px;
    color:#707070;
    font-size:14px;
    background:none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  div#searchForm div.autosuggestion a.searchResult span.text b{
    color:#e2253a;
  }

  div#searchForm div.autosuggestion a.searchResult:hover,
  div#searchForm div.autosuggestion a.active{
    text-decoration: none;

    background: rgba(241,239,239,1);
    background: -moz-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,239,239,1)), color-stop(100%, rgba(215,215,215,1)));
    background: -webkit-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: linear-gradient(to bottom, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efef', endColorstr='#d7d7d7', GradientType=0 );

  }



  div#searchForm div.autosuggestion .allSearchResults{
    display:block;
    width:100%;
    height:42px;
    background:none;
    text-align:center;
    line-height:42px;
    font-size:14px;
    border-radius:4px;
    background-color: #FFF;
    font-weight:bold;
    color:#707070;

      :hover {

        background: rgba(241,239,239,1);
        background: -moz-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,239,239,1)), color-stop(100%, rgba(215,215,215,1)));
        background: -webkit-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
        background: -o-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
        background: -ms-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
        background: linear-gradient(to bottom, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efef', endColorstr='#d7d7d7', GradientType=0 );

      }

  }

  div#searchForm div.autosuggestion a.allSearchResults:hover{
    background: rgba(241,239,239,1);
    background: -moz-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,239,239,1)), color-stop(100%, rgba(215,215,215,1)));
    background: -webkit-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: -o-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    background: linear-gradient(to bottom, rgba(241,239,239,1) 0%, rgba(215,215,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efef', endColorstr='#d7d7d7', GradientType=0 );
  }

  div#searchForm div.autosuggestion div.active .allSearchResults{
    text-decoration: underline;


  }

  div#searchForm div.autosuggestion div.asBox{
    width:100%;
    z-index:9999;
    border-radius: 10px;
    border:2px solid #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(113, 113, 113,0.8);
  }
  div#searchForm div.autosuggestion div.asBox div.Top{
    background:none;
    height:20px;
    width:100%;
  }
  div#searchForm div.autosuggestion div.asBox div.Content{
    background:none;
    width:100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding-left:15px;
    padding-right:15px;
  }
  div#searchForm div.autosuggestion div.asBox div.Bottom{
    background:none;
    width:532px;
    height:25px;
  }
  div#searchForm a{

    padding-right:0px;
  }


  .SearchItem .Titel{
    width:100%;
    height:42px;
    float:left;
  }
  .SearchItem .Titel a{
    display:block;
    width:100%;
    height:42px;
    line-height:42px;
    color:#fff;
    padding-left:21px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    font-size:16px;
    border-radius:4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to bottom, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=0 );
  }

  .SearchItem .Titel a:hover{
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to right, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=1 );
  }




  .stagebgd {
    background-image:none;
    width:100%;
    height:247px;
    padding:0px;
    margin-top:0px;

    .layer_l, .layer_r {
      display:none;
    }
  }

  .Stage_US .inlay .img img {
    height:210px;
  }
  .Stage_US {
    z-index:1;
    position:relative;
    margin-left:-10px;
  }/* STAGE US */

  .Stage_US .right {
    position: absolute;
    top:0px;
    left:0px;
    z-index:1;
    width:100%;
    height:210px;
  }

  .Stage_US .right h1 {
    width:100%;
    font-size:15px;
    color:#fff;
    margin:0px 0px 0px 0px;
    height:40px;
    line-height:40px;
    position: absolute;
    text-align: right;
    bottom:-37px;
    left:0px;
    z-index:1;
    background-color: rgba(141, 141, 141, 1);
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding-left:15px;
    padding-right:2%;
  }

  .Stage_US .right .description {
    display: none;
  }

  .Stage_US .right .button{
    position: absolute;
    bottom:0px;
    width:100%;
    height:210px;
    right:0%;
    z-index:1;
    margin-right:0px;
    background-color: transparent;
  }

  #SS_Buttons_SlideDeck {
    width:100%;
    display:block;
    height:25px;
    position: absolute;
    top:214px;
    left:0px;
    z-index:0;
  }

  /* IMPORTANT            */
  /* SET width and height */
  /* (of slide)           */
  #SS_SlideDeck,
  #SS_SlideDeck #SS_ContentVisible_SlideDeck,
  #SS_SlideDeck #SS_Overlay_SlideDeck,
  #SS_SlideDeck .SS_Slide{
    width:100%;
    z-index:1;
  }
  #SS_SlideDeck,
  #SS_SlideDeck #SS_ContentVisible_SlideDeck,
  #SS_SlideDeck #SS_Overlay_SlideDeck,
  #SS_SlideDeck #SS_ContentContainer_SlideDeck .SS_Button a,
  #SS_SlideDeck .SS_Slide{
    height:247px;
    z-index:1;
    overflow: visible !important;
  }
  #SS_SlideDeck #SS_ButtonsNavVisible_SlideDeck{

    width:230px;
    height:25px;
    margin:0px 0px 0px 2%;
    z-index:998;
    text-align: center;
  }
  #SS_SlideDeck .SS_Button{ width:25px;margin:0px 8px 0px 0px;height:25px;}

  #SS_SlideDeck .SS_Button a, #SS_SlideDeck .SS_Button_Active a{
    background:none;
    display:block;
    height:25px;
    width:25px;
    text-decoration: none;
    text-indent:-9999px;
    z-index:1;
    border-radius: 60px;
    background: rgba(245,244,244,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(245,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(245,244,244,1)), color-stop(100%, rgba(232,232,232,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(245,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(245,244,244,1) 0%, rgba(232,232,232,1) 100%);
    background: radial-gradient(ellipse at center, rgba(245,244,244,1) 0%, rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f4', endColorstr='#e8e8e8', GradientType=1 );
  }

  #SS_SlideDeck .SS_ButtonActive_SlideDeck a{
    background: rgba(224,107,91,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(224,107,91,1) 0%, rgba(218,39,48,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(224,107,91,1)), color-stop(100%, rgba(218,39,48,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(224,107,91,1) 0%, rgba(218,39,48,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(224,107,91,1) 0%, rgba(218,39,48,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(224,107,91,1) 0%, rgba(218,39,48,1) 100%);
    background: radial-gradient(ellipse at center, rgba(224,107,91,1) 0%, rgba(218,39,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06b5b', endColorstr='#da2730', GradientType=1 );
  }

  .text_home {
    width:96%;
    padding-left:2%;
    padding-right:2%;
  }

  .text_home h1 {
    font-size:21px;
  }
.text_home table {
  width:100% !important;
}
  .text_home table tr td{
    width:100% !important;
  }
  .text_home table tr td, .text_home table tr td p {
    width:100% !important;
    display: block;
  }
  .text_home table tr td, .text_home table tr td {
   padding:0px;
    margin:0px;
    display: inline;
  }
  .pageslider {display:none;}

  div#footer {
    width:100%;
    min-height:80px;
    float:left;
    margin:20px 0px 0px 0px;
  }
  div#footer div#footer_inlay{
    width:100%;
    background-image:none;
    min-height:80px;
    float:left;
    padding:0px;
  }
  div#footer div.box {
    width:100%;
    min-height:80px;
    float:left;
  }
  div#footer div.box div.content{
    width:100%;
    min-height:80px;
    background-color:#717171;
    float:left;
    padding:5px 0px 5px 4px;
    position:relative;
  }
  div#footer .steg_left, div#footer .steg_right, .sm_navigation .steg_left, .sm_navigation .steg_right{
   display:none;
  }
  div#footer div.navbutton {
    height:25px;
    float:left;
    width:50%;
    margin-bottom:5px;
  }
  div#footer div.navbutton a {
    height:30px;
    display:block;
    margin:0px 0px 0px 0px;
    font-size:16px;
    width:100%;
    text-decoration: none;
    padding:5px 5px 5px 5px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  div#footer div.navbutton  a:hover, div#footer div.navbutton_active a  {
    border:none;
    text-decoration: none;
    background-image:none;
    padding:5px;
  }

  .sm_navigation {
    width:100%;
    height:55px;
    display:block;
  }
  .sm_navigation .sm_navigation_inlay{
    width:100%;
    height:30px;
    background-color:#717171;
    padding:10px 0px 0px 0px;
    border-top:1px solid #939293;
    float:left;
    margin-left:0px;
  }

  .button {
    width:142px;
    height:42px;
    display:block;
    float:left;
    margin:0px 0px 0px 0px;
    cursor:pointer;
    border-radius:4px;
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to bottom, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=0 );
  }

  .button:hover {
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to right, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=1 );
  }
  .Stage_US .right .button {
    background-color: transparent;
    background: none;
    text-indent: -10000px;
  }
  div.Produkte {
    float:left;
    width:98%;
    min-height:400px;
    float:left;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    margin:0px 1% 0px 1%;
  }

  div.Produkte div.Produkt {
    float:left;
    width:49%;
    height:368px;
    color:#505050;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    margin:0px 1% 15px 0px;
  }
  div.Produkte div.Produkt.mod2 {
    width:50%;
    margin:0px 0% 15px 0px;
  }

  div.Produkt .detail {
    float: none;
    display: block;
    background: none;
    height: 35px;
    line-height: 35px;
    font-size:16px;
    color: #FFFFFF;
    text-align: center;
    width:120px;
    margin:0px auto 0px auto;
    border-radius:4px;
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to bottom, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=0 );
    }

  div.Produkt .detail:hover {
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to right, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=1 );
  }


  div.Produkte div.Produkt h1{
    margin:0px;
    color:#505050;
    text-align: center;
    width:100%;
    font-size: 16px;
    padding-left:0px;
  }
  div.Produkte div.Titel{
    margin:0px 0px 0px 0px;
  }
  div.Produkt div.Produkt_Claim {
    height:36px;
    margin:0px 0px 15px 0px;
  }
  div.Produkt div.Produkt_Claim h1{
   font-size: 21px;
    line-height: 22px;
    width:98%;
    margin:0px 1% 5px 1%;
  }
  div.Produkte div.mod2 {
    margin:0px 0px 20px 0px;
  }
  div.Produkte div.Box {
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;
  }
  div.Produkte a#button {
    margin:0px auto 0px auto;
  }
  div.Produkte div.Box div.Top{
    background-image:none;
    width:100%;
    height:12px;

  }

  div.Produkte div.Box {
   overflow: hidden;

  }

  div.Produkte div.Box div.Content{
    background-image:none;
    width:100%;
    height:348px;
    padding-top:0px;
    position: relative;

  }
  div.Produkte div.Box div.Content div.Teaser_Abbildung{
    overflow: hidden;
    text-align: center;
    width:100%;
    float:none;
    padding-right:0px;
  }

  div.Produkte div.Box div.Content .leftBox {
    height:42px;
    position: absolute;
    left:0px;
    width:100%;
    bottom:32px;
  }

  div.Produkte div.Box div.Content .leftBox .Teaser_Text{
    display:none;
    border:none;
  }

  div.Produkte div.Box div.Content img {
    height:300px;
    width:auto;
  }

  div.Produkte div.Box div.Bottom{
    background-image:none;
    width:100%;
    height:5px;
    position:relative;
  }


  .ProductComparatorMini_add {

    background-image:none;
    height:36px;
    line-height:36px;
    width:100%;
    text-align: center;
    position:absolute;
    right:0%;
    margin-right:0px;
    top:329px;
    color:#666666;
    font-size: 13px;
    z-index:999;
    border:none;
    background: rgba(241,239,239,1);
    background: -moz-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,239,239,1)), color-stop(100%, rgba(211,211,211,1)));
    background: -webkit-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: -o-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    background: linear-gradient(to bottom, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efef', endColorstr='#d3d3d3', GradientType=0 );

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }
.ProductComparatorMini_add:hover{
    background-image: none;
    background: rgba(134,134,134,1);
    background: -moz-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,134,134,1)), color-stop(100%, rgba(118,118,118,0.8)));
    background: -webkit-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -o-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: linear-gradient(to bottom, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#767676', GradientType=0 );
  border:none;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
  }/*.ProductComparatorMini_add*/


  div#compareNavigation {
    width:100%;
    min-height:120px;
    float:left;
    display:block;

    z-index:9999;
  }


  div.productCompare {
    width:98%;
    min-height:20px;
    margin-left:1%;
    margin-right:1%;
    float:left;
    z-index: 999998;
    border-radius: 10px;
    border:2px solid #FFF;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    background-color: rgba(69, 69, 69, 0.8);
    position: relative !important;
    z-index:999 !important;
  }

  div.productCompare.open {
    margin-top:10px;
    margin-bottom:10px;
  }

  div.productCompare div.Top {
    background-image:none;
    height:10px;
    overflow:hidden;
  }

  div.productCompare div.Content {
    background-image:none;
    width:100%;
    float:left;
    font-size:14px;
    padding:0px 10px 0px 10px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    min-height:30px;
  }
  div.productCompare div.Bottom {
    background-image:none;
    height:10px;
  }

.productCompare .ProductComparatorMini_compare.btn, .productCompare .ProductComparatorMini_show.btn  {
  float: none;
  display: block;
  background-image: none;
  background: rgba(241,239,239,1);
  background: -moz-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,239,239,1)), color-stop(100%, rgba(211,211,211,1)));
  background: -webkit-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
  background: -o-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
  background: -ms-linear-gradient(top, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
  background: linear-gradient(to bottom, rgba(241,239,239,1) 0%, rgba(211,211,211,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1efef', endColorstr='#d3d3d3', GradientType=0 );
  line-height: 35px;
  height: 35px;
  font-size:14px;
  color: #666666;
  width:175px;
  text-align: center;
  margin:0px 0% 0px -80px;
  border-radius: 4px;
  position: relative;
  left:50%;
  display: inline-block;

}

.ProductComparatorMini_compare .btn:hover, .ProductComparatorMini_show.btn:hover {
  background: rgba(225,118,97,1);
  background: -moz-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
  background: -webkit-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
  background: -o-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
  background: -ms-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
  background: linear-gradient(to right, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=1 );
  color:#FFF;
  text-decoration: none;
  cursor: pointer;
}
.productCompare .ProductComparatorMini_compare.btn {margin-top:0px;}
  .productCompare  .info {
      width:100%;
      float:left;
      line-height: 21px;
      height: 50px;
      font-size:14px;
      text-align: center;
    display:block;
    clear: both;
  }

  .productCompare div.box {
    width:140px;
    height:190px;
    margin-right:1%;
    float:left;
    text-align: center;
    width:49%;
  }
  .productCompare div.box.mod2, .productCompare div.box.mod4 {
    margin-right:0%;
    width:50%;
  }

  .ProductComparatorMini_add.selected {
    background-image: none;
    background: rgba(134,134,134,1);
    background: -moz-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,134,134,1)), color-stop(100%, rgba(118,118,118,0.8)));
    background: -webkit-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -o-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: linear-gradient(to bottom, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#767676', GradientType=0 );
    color:#FFF;
  }

  .ProductComparatorMini_remove {
    background-image:url('/_skins/base/images/btn_pc_miniDelete.png');
    background-repeat: no-repeat;
    background-position:center center;
    height:25px;
    width:100%;
    text-indent: -10000px;
    background-color: #606060;
  }

  div.Produkte div.Produkt div.Box{
    position: relative;
  }

  div.ProductComparatorMini_box {
    width:100%;
    height:142px;
    background-color:#424242;
    color:#939393;
    text-align: center;
    line-height:120px;
    font-size:50px;
    padding-top:13px;
    border-radius: 5px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;

  }

  .productCompare .ProductComparatorMini_box.filled{
    background-color:#FFF;
    color:#000;
  }
  #comparator {
    overflow: hidden;
    overflow-x:scroll;

    width:100%;

  }/*#comparator*/

  #comparator #comparatorInner{
    width:900px;

  }/*#comparator #comparatorInner*/

  div#comparator div#anchorNavigationSmall div.anchorNav {
    position:relative !important;
    left:305px;
  }

  div#comparator .row .title{
    height:42px;
    padding-left:0px;
    padding-right:20px;
    text-align: right;
    line-height:40px;
    font-size:17px;
    background:#f3f1f1;
    border:1px solid #e5e4e4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;

    width:220px;
  }
  #comparator .column.headercolumn {
    text-align:left;
    font-size:14px;
    padding:10px 0px 10px 20px;
  }

  #comparator div#anchorNavigationSmall {
    width:400px;
    float:left;
  }

  div#anchorNavigationSmall div.anchorNav div.Box div.Top {
    background-image:none;
    height:10px;
  }

  div#anchorNavigationSmall div.anchorNav div.Box div.Content {
    background-image:none;
    width:630px;
    padding:0px 10px 0px 10px;
    min-height:30px;
  }
  div#comparator div#anchorNavigationSmall div.anchorNav  div.Content {
    background-image:none;

  }
  div#anchorNavigationSmall div.anchorNav div.Box div.Bottom {
    background-image:none;
    height:10px;
  }

  .scrollOverlay {
    background: rgba(66, 66, 66, 0.6) none repeat scroll 0 0;
    background-image:url('/_skins/base/images/ico_touch.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 60px 60px;
    width:70px;
    height:50px;
    position: fixed;
    right: 0%;

    bottom: 0px;
    padding:10px 5px 5px 5px;
    pointer-events: none;
    z-index:999;

  }
  .filterProduct {
    width:98%;
    margin-left:1%;
    margin-right:1%;
  }/*.filterProduct*/

  .filterProduct.open {
    margin-bottom:20px;
  }/*.filterProduct*/


  .filterProduct .openFilterTop {
      background-image:none;
      background-color: #cccaca;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      width:100%;
      height:35px;
      line-height:35px;
  }/*.ico_openFilter*/

  .filterProduct .openFilterTop h2 {
    font-size: 16px;
    line-height:35px;
    margin: 0;
    padding-left:2%;
  }

  .filterProduct .closeFilter {
    background-image: url("/_skins/base/images/produktpanel/ico_state.png");
    background-position: 0 -46px;
    background-repeat: no-repeat;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 22px;
    padding-left: 0px;
  }

  .filterProduct .closeFilter:hover{
    cursor:pointer;
    background-position: 0 0px;
    text-decoration: none;

  }
  .filterProduct .inlay {
    background-image:none;
    background-color: #f1eff0;
    width:100%;
    min-height:0px;
    display:block;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding:10px 10px 5px 10px;

  }/*.inlay*/


  .filterProduct .inlay span.filterOption {
    float: left;
    margin-bottom:5px;
    height: 43px;
    display:block;
    width: 250px;
  }
  .filterProduct a {
    background-image:url('/_skins/base/images/checkboxFilter.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    float: left;
    height: 43px;
    line-height:43px;
    margin: 0;
    padding-left:50px;
    padding-right:5px;
    font-size:16px;
    color:#000;
  }

  .filterProduct a.selected {background-position: 0px -43px;}



.filterProduct .inlay .infoIco {
    background: url("/_skins/base/images/infoLink.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
    cursor: pointer;
    width:20px;
    float:left;
    margin-top:10px;
  }
  .filterProduct .bottom {display:none;}

  div.ProduktVO div.Box {
    float:left;
    width:98%;
    margin:0px 1% 0px 1%;
    color:#505050;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    height:440px;
    overflow: hidden;
    border:1px solid #e1e1e1;
    background-color: #f3f1f2;
  }
  div.ProduktVO.assecoiresVO div.Box {
    height:330px;
  }


  div.ProduktVO div.Box div.Top{
    background-image:none;
    width:100%;
    height:5px;
    position:relative;
    display: none;
  }

  div.ProduktVO div.Box div.Content{
    background-image:none;
    width:100%;
    height:443px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding:10px 0px 10px 0px;
    position: relative;
    background-color: #f3f1f2;
  }
  div.ProduktVO.assecoiresVO div.Box div.Content{
    height:330px;
  }
  div.ProduktVO div.Box div.Bottom {
    background-image:none;
    width:100%;
    height:5px;
    display: none;
  }

  div.ProduktVO div.Box div.Content div.Teaser_Abbildung{
    margin:0px auto 0px auto;
    text-align: center;
    padding:0px 0px 0px 0px;
    background-color:transparent;
    background-size: 100px auto;
  }

  div.ProduktVO div.Box div.Content div.Teaser_Abbildung div.inlay{
    margin:0px 10px 0px 10px;
  }
  div.ProduktVO div.Box div.Content div.Teaser_Abbildung img{

    width:auto;
    height:310px !important;
    display:block;
  }
  div.ProduktVO div.Abbildungen {
    width:99%;
    float:left;
    height:180px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    margin:0px 0% 0px 1%;
  }
  div.ProduktVO div.Abbildungen.noImg {
   height:10px !important;
  }

  div.ProduktVO div.Produkt_Text{
    margin:20px 2% 0px 2%;
    width:96%;
    font-size: 14px;
  }
  div.ProduktVO div.Produkt_Text h1{
    font-size: 26px;
  }

  div.ProduktVO div.Produkt_Text p{
    line-height:20px;
    margin-bottom:0px;
  }
  div.ProduktVO div.Produkt_Text p, div.ProduktVO div.Produkt_Text li{
    font-size: 14px;
  }
  div.prod_item{
    width:100%;
    float:left;
    position: relative;
  }

  div.prod_item div.mFloat{
    display: none;
  }

  div.prod_item div.img{

    width:100%;
    height:143px;
    display:block;

    margin:0px 0px 0px 0px;
  }
  div.prod_item div.img_border{
    background-image:none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    overflow: hidden;
    border:1px solid #e1e1e1;
    background-color: #f3f1f2;
    width:33%;
    height:142px;
    float:left;
    display:block;
    margin:10px 0px 20px 0px;
  }

  div.prod_item div.img div.hover, div.prod_item div.img div.hover_1, div.prod_item div.img div.hover_2, div.prod_item div.img div.hover_3{
    height:424px;
    width:96%;
    display:none;
    margin:0px 2% 0px 2%;
    margin-top:-425px;
    padding:0px;

  }

  div.prod_item div.img div.loading {
    background-repeat:no-repeat;
    background-color: #f2f0f1;
    background-position:center center;
    background-image:url(/_skins/base/images/loading.gif);
    height:300px;
  }

  div.prod_item div.img a{
    display:block;
    height:300px;
    padding:0px;
    text-align: center;
  }
  div.prod_item div.img a img{

  }

  div.prod_item div.img div.loading a{
    width:auto;
    height:410px;
    background-repeat: no-repeat;
    background-size: auto 410px !important;
  }

  div.ProduktVO.assecoiresVO div.prod_item div.img div.loading a{
    height:310px;
    background-repeat: no-repeat;
    background-size: auto 310px !important;
  }
  div.ProduktVO.assecoiresVO div.prod_item div.img div.hover,
  div.ProduktVO.assecoiresVO div.prod_item div.img div.hover_1,
  div.ProduktVO.assecoiresVO div.prod_item div.img div.hover_2,
  div.ProduktVO.assecoiresVO div.prod_item div.img div.hover_3{
    height:320px;
    margin-top:-325px;
  }
/* @end Produkte Detail hoverbox*/


  div.ProduktVO div.Information {
    float:left;
    margin:0px 0px 0px 0px;
    width:100%;
    height:390px;
  }


  div.ProduktVO div.Information div.Box{
    background-image:none;
    background-color: transparent;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    overflow: hidden;
    width:98%;
    margin-left:1%;
    margin-right:1%;
    height:465px;
    border:none;

  }


  div.ProduktVO div.Information div.Box div.Top{
    background-image:none;
    width:100%;
    height:12px;
  }

  div.ProduktVO div.Information div.Box div.Content{
    background-image:none;
    width:100% !important;
    height:426px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding:8px 20px 8px 20px;
  }
  div.ProduktVO div.Information div.Box div.Bottom{
    background-image:none;
    width:100%;
    height:12px;
  }
  div.ProduktVO div.Information.Information_ZB {
    float:left;
    margin:0px 0px 0px 0px;
    width:100%;
    height:290px;
  }
  div.ProduktVO div.Information.Information_ZB div.Box{

    height:260px;
  }
  div.ProduktVO div.Information.Information_ZB div.Box div.Content{

    height:260px;
  }

  div.ProduktVO div.Information div.Box a.download, div.ProduktVO div.dataInfo a.download{
    background-image:url('/_skins/base/images/ico_download.png');
    background-repeat: no-repeat;
    background-position:0px 1px;
    width:170px;
    padding-left:35px;
    height:22px;
    float:left;
    display:block;
    margin:0px 0px 3px 0px;
    font-size:16px;
    color:#505050;
    text-decoration: underline;
  }
  div.ProduktVO div.Information div.Box a.download:hover, div.ProduktVO div.dataInfo a.download:hover{
    color:#E2182E;
    text-decoration: none;
  }
  div.ProduktVO div.Information div.Box div.options{
    min-height:5px;
    float:left;
  }
  div.ProduktVO div.Information div.Box div.Hardfacts {
    margin:0px 0px 10px 0px;
    display: inline-block;
    min-height:95px !important;
  }

  div.ProduktVO div.Information div.Box div.Hardfact span{
    color:#505050;
    font-weight:bold;

  }

  div.ProduktVO div.Information div.Box .productpanel {
    border:1px solid #e1e1e1;
    background-color: #f3f1f2;
    width:100%;
    margin-left:0%;
    margin-right:0%;
    height:325px;
    border-radius: 4px;
    overflow: hidden;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  .productpanel .details_panel div.details_panel_inner {
      background-image:none;
      padding:10px 15px 5px 15px;

      width:100%;
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
  }

  .productpanel .caption {
    background-image:none;
    background-color: #c9c7c7;
    border-bottom:2px solid #FFF;

    width:100%;
    height: 50px;
    padding:12px 0px 0px 15px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  .productpanel h2 {color:#505050;margin:0px;font-size:23px;}

  .productpanel .state {
    background-image:url(/_skins/base/images/produktpanel/ico_state.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    position: absolute;
    top:11px;
    right:11px;
    width:22px;
    height:22px;
  }

  .panelBox_small{
    background-image:none;
    border:1px solid #e1e1e1;
    background-color: #f3f1f2;
    width:100%;
    border-radius: 4px;
    height:59px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding:5px 5px 0px 25px;
  }

  #features_top {
    margin-bottom: 5px;
  }


  div.ProduktVO div.dataInfo {
    background-image:none;
    border:1px solid #e1e1e1;
    background-color: #f3f1f2;
    width:98%;
    margin-left:1%;
    margin-right:1%;
    border-radius: 4px;
    min-height:0px;
    display:block;
    margin-top:5px;
    float:left;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  div.ProduktVO div.dataInfo .top, div.ProduktVO div.dataInfo .bottom {
    background-image:none;
    width:100%;
    height:6px;
  }

  div.ProduktVO div.dataInfo .content {
    background-image:none;
    width:100%;
    min-height:0px;
    display:block;
    padding:5px 10px 5px 10px;
    float:left;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }/*div.ProduktVO div.dataInfo .content*/


  /* @group Auszeichnung */

  div#Auszeichnungen {
    width:98%;
    margin:25px 1% 0px 1%;
  }
  div#Auszeichnungen div.Auszeichnung div.Bild {
    display:inline;
    float:left;
    width:150px;
    margin:0px 15px 5px 0px;
  }

  div#Auszeichnungen div.Auszeichnung {
    font-size:18px;
    margin-bottom:20px;
    width:100%;
  }
  div#Auszeichnungen div.Auszeichnung p{
    font-size:14px;

  }
  div#Auszeichnungen div.Auszeichnung h2{
    margin-bottom:5px;
    font-size:17px;
  }
  div#Auszeichnungen div.Auszeichnung div.BoxInline {
    min-height:20px;
    float:left;
    width:150px;
    border:1px solid #e1e1e1;
    background-color: #f3f1f2;
    border-radius: 4px;
  }

  div#Auszeichnungen div.Auszeichnung div.BoxInline div.Top, div#Auszeichnungen div.Auszeichnung div.BoxInline div.Bottom{
    background-image:none;
    width:100%;
    height:6px;
  }

  div.ProduktVO div#Auszeichnungen div.Auszeichnung div.BoxInline div.Content{
    background-image:none;
    width:100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding:4px 0px 4px 0px;
  }
  div.ProduktVO div#Auszeichnungen div.Auszeichnung div.BoxInline div.Content img{
    width:130px;
    height:auto;
  }
  /* @end Auszeichnung */


  .ProductInfos {
    width:98%;
    margin:25px 1% 25px 1%;
  }

  .ProductInfos h2{
    width:98%;
    margin:0px 1% 15px 1%;
  }

  .ProductInfos .Column {
    float:none;
    width:290px;
    min-height:200px;
    margin:0px auto 0px auto;
    line-height:35px;
    display: table;
    clear:both;
  }

  .panelEnd {display: none;}

  .Produkt_AddThis {display: none;}

  span.imgDescription {display: none !important;}

  div.Produktzubehoer {
    margin:20px auto 0px auto;
    width:320px;
    margin:0px auto 15px auto;
  }

  div.Produktzubehoer span.zubehoer_produkt{
    margin:0px 15px 15px 0px;
  }

  div.Produktzubehoer span.zubehoer_produkt.odd{
    margin-right:0px;
  }
  .complextypes-Zubehoer-navigation {
   display:none;
  }


  .ZubehoerList {
    width:98%;
    min-height:155px;
    float:left;
    margin:100px 1% 0px 1%;
    position: relative;
    border:1px solid #e1e1e1;
    background-color: #f3f1f2;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    border-radius: 4px;
  }/*~ .ZubehoerList*/

  .ZubehoerList .headlineZub {
    position:absolute;
    left:0px;
    top:-40px;
    height:40px;
    width:100% !important;
    display:block;
  }

  .ZubehoerList div.Top{
    background-image:none;
    width:100%;
    height:10px;
  }

  .ZubehoerList div.Content{
    background-image:none;
    width:100%;
    min-height:10px;
    float:left;
  }


  .ZubehoerList div.Bottom{
    background-image:none;
    width:100%;
    height:10px;

  }

  .complextypes-Zubehoer-list {
    width: 100%;
    min-height: 155px;
    float: left;
    padding: 0px 0px 0px 0px;
  }

  .complextypes-Zubehoer-list .zubehoer{
    width: 145px;
    height:132px;
    display: inline-block;
    float: none;
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 20px;
    margin-right: auto;
  }
  .complextypes-Zubehoer-list .zubehoer.zubehoer_mod2, .complextypes-Zubehoer-list .zubehoer.zubehoer_mod4 {
    margin-left: 0px;
  }
  .Manual {
    float:left;
    min-height:220px;
    margin-bottom:40px;
    width:100%;
    font-size:16px;
  }
  .Manual .left {
    width:100%;
    float:left;
    height:170px;
    text-align: center;
  }
  .Manual .left img{
    width:auto;
    height:170px;
    margin:0px auto 0px auto;
  }

  .Manual div.Box {
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;
    width:100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  .Manual .right div.Box div.Top {
    background-image:none;
    width:100%;
    height:10px;
  }

  .Manual .right div.Box div.Content{
    background-image:none;
    width:100%;
    height:120px;
    padding-left:15px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }

  .Manual .right div.Box div.Bottom {
    background-image:none;
    width:100%;
    height:5px;
  }

  .Manual .right .file {
    width:100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    margin-bottom:2px;
    font-size:14px;
  }

  .Manual .file span {color:#808080;}

  .Manual .right .caption {
    width:100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    float:left;
    height:43px;
    font-size: 14px;
    line-height:40px;
    margin-left:30px;
  }

  .Manual .right .manualSprachen {
    background-image: none;
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:4px;
    width:140px;
    height:40px;
    float:left;
    text-align: center;
  }

  .Manual .right .manualSprachen .currentLanguage {
    margin:10px 0px 0px 0px;
    height:30px;
    display: block;
  }

  .Manual .right{
    width:100%;
    float:left;
    height:155px;
  }
  .Manual .right div.Titel {
    width:100%;
    float:left;
    text-align: center;
    height:30px;
    line-height:30px;
    font-size:21px;
    margin-top:-25px;
    margin-bottom:10px;
  }

  .Manual .right div.Titel  span.Alternative {
    color:#999999;
    font-size:18px;
  }
  div.Manual .obtn{
    background-image:none;
    border-radius:4px;
    background: rgba(134,134,134,1);
    background: -moz-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,134,134,1)), color-stop(100%, rgba(118,118,118,0.8)));
    background: -webkit-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -o-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    background: linear-gradient(to bottom, rgba(134,134,134,1) 0%, rgba(118,118,118,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#767676', GradientType=0 );
    color:#FFF;
  }

  div.Manual .obtn span{background-image:none;color:#FFF;}

  div.Manual .obtn:hover {
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to right, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=1 );
  }

  div.search_box div.Box div.Content {
    position: relative;
  }
  div.search_box div.Box div.Content .langMapSwitch {
    position: absolute;
    right:50%;
    top:5px;
    margin-right:-90px;
    width:180px;
  }
  div.search_box div.Box div.Content .langMapSwitch .langAT{
    float:right;
  }

  .SearchItems{
   padding-top:5px;
  }

  .SearchItem{
    width:100%;
    margin-bottom:20px;
  }
  .SearchItem .Titel{
    width:100%;
    height:42px;
    float:left;
  }
  .SearchItem .Titel a{
    width:100%;
    padding-left:21px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    font-size:16px;
    background:none;
    background: rgba(225,118,97,1);
    background: -moz-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,118,97,1)), color-stop(100%, rgba(217,34,46,1)));
    background: -webkit-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -o-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    background: linear-gradient(to right, rgba(225,118,97,1) 0%, rgba(217,34,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17661', endColorstr='#d9222e', GradientType=1 );
  }

  .SearchItem .Titel a:before {
    content: ">> ";
  }

  .SearchItem .Titel a:hover{
    background-position: left bottom;
  }
  .SearchItem .Text{
    width:100%;
    margin-left:0%;
    background-image: none;
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  .SearchItem .Text .Top{
    background:none;
    height:5px;
    width:100%;
  }
  .SearchItem .Text .Bottom{
    background:none;
    height:5px;
    width:100%;
  }
  .SearchItem .Text .Content{
    background:none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    width:100%;
    padding:20px;
  }
  .SearchItem .Text .Content b{
    color:#e2182e;
  }


  #searchResultAll_Pagination{
    width:98%;
    margin-left:1%;
    margin-right:1%;
    z-index:9999;
    border-radius: 10px;
    border:2px solid #FFF;
    padding-top:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(113, 113, 113,0.8);
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  #searchResultAll_Pagination div.Top{
    background:none;
    height:5px;
    width:100%;
  }
  #searchResultAll_Pagination div.Content{
    background:none;
    width:100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding-left:20px;
    padding-right:20px;
  }
  #searchResultAll_Pagination div.Bottom{
    background:none;
    height:5px;
    width:100%;
  }
  .handytyp_all {
    width:100% !important;
    height:110px !important;
  }/*.handytyp_all*/

  .handytyp_all img{
    width:100% !important;
    height:auto;
  }/*.handytyp_all img*/

  .statusbar {
    width:73%;
    height:35px;
    border:1px solid #d3d3d3;
    float:left;
    margin:0px 2% 20px 0px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    background-color:#f1eff0;
    margin-top:50px;
  }/*.statusbar */


  .statusbarInfo {
    width:25%;
    font-size:14px;
    margin-top:50px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }/*.statusbarInfo*/

  .panelForm .element  {
    margin-bottom:5px;
  }
  .panelForm .element  .checkbox a span {
      color: #303030;
      height:55px;
      line-height:20px;
      width:100%;
      display:block;
      background-image:url("/_skins/base/images/ico_question_ok.png");
      background-repeat:no-repeat;
      background-position:0px 0px;
      padding-left:25px;
      -moz-box-sizing:    border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing:     border-box;
      box-sizing:        border-box;
  }
  .panelForm .element .checkbox a.active span{
      background-position:0px -225px;
    }
  .panelForm .element .checkbox span span {display:none;}
  .panelForm .element .checkbox a span span.right {display:none;}


  .panelForm .element .title {
    min-height:24px;
    width:100%;
    display:block;
    margin-bottom:10px;
  }
  .panelForm .element .QuestionOption {
    min-height:24px;
    width:100%;
    display:block;
    float:left;
    margin-bottom:5px;
  }

  .textInfoTest {
    width:98%;
    margin:30px 1% 0px 1%;
    min-height:200px;

  }
  .imageInfoTest {
    width:100%;
    float:left;
    height:auto;
  }/*imageInfoTest*/

  .imageInfoTest img{
    width:100%;
    height:auto;
  }/*imageInfoTest img*/

  .buttonForm {
    margin-right:10px !important;
  }

  div#middle_IFA {
    width:98%;
    margin:15px 1% 0px 1%;
    margin-bottom:20px;
  }

  div#middle_IFA .steg, div#middle_IFA .steg_left, div#middle_IFA .steg_right{
   display:none;
  }

  .middle_IFA_top {margin-top:20px;}

  .Downloads_IFA {
    width:100%;
  }

  .Downloads_IFA .Download_IFA {
    width:100%;
    margin-bottom:20px;
    background-image:url('/_skins/base/images/ico_download.png');
    background-repeat: no-repeat;
    background-position:0px 1px;
    padding-left:30px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }
  .Downloads_IFA .leftPart {
    width:100%;
    float:left;
    font-size:12px;
    min-height:20px;
    margin-right:0px;
    line-height:20px;
  }
  .Downloads_IFA .rightPart {
    width:100%;
    height:40px;
  }
  .Downloads_IFA .Download_Description {
    margin-bottom:3px;
    float:left;
    margin-right:15px;
  }
  .Downloads_IFA .rightPart a{
   line-height:33px;
    height:30px;
    float:right;
    margin-right:10px;
  }


.ContentPresse .presseBoxen{
  float:left;
  width:100%;
}

  .ContentPresse .DownloadsBig{
    width:100%;
    min-height:50px;
    float:left;
    margin:0px 0px 25px 0px;
  }
  .ContentPresse {
    min-height:100px;
    width:100%;
  }
  .ContentPresse .DownloadsBig .showMore a{
    display:none;

  }
  .ContentPresse .DownloadsBig .showMore a.close{
    display:none;

  }
  .indexInfoPress .innerContent {
    padding-bottom:10px;
  }

  .ContentPresse .DownloadItem {
    width:445px;
    float:left;
    font-size: 12px;
    height:35px;
    margin-right:0px;
  }

  .ContentPresse div.Box .DownloadItem a.Download{
    width:100%;
    float:left;
    font-size: 12px;
    height:30px;
    margin-bottom:0px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
  }


  .ContentPresse #main-teaserkontakt div.Box div.Bottom,
  .ContentPartner #main-teaserkontakt div.Box div.Bottom{
    background-image:none;
  }

  .ContentPresse #main-teaserkontakt div.Box div.Top,
  .ContentPartner #main-teaserkontakt div.Box div.Top{
    background-image:none;
  }
  .ContentPresse .DownloadsBig div.Box {
    background-color: #f1eff0;
    border:1px solid #e1e1e1;
    border-radius:10px;
    border-bottom:1px solid #c4c4c4;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    width:98%;
    float:left;
    min-height:30px;
    margin-left:1%;
    margin-right:1%;

  }
  .ContentPresse .DownloadsBig div.Box div.Top, .ContentPresse .DownloadsBig div.Box div.Bottom{
    background-image:none;
    display:block;
    height:2px;
    width:100%;
  }
  .ContentPresse .DownloadsBig div.Box div.Content{
    background-image:none;
    width:100%;
    min-height:50px;
    padding:8px 10px 8px 10px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    float:left;
  }

  .ContentPresse .DownloadsBig div.Box div.Content .inlay {
    overflow:visible;
  }

  .press_information  .title {
    width:360px;
    float:left;
    background-image:url('/_skins/base/images/ico_downloadinfo.png');
    background-repeat: no-repeat;
    background-position:0px center;
    padding-left:30px;
  }

  .press_information  h2 {
    height:40px;
    font-size:16px;
    line-height:40px;
    margin:0px;
  }
  .press_information  .caption {
    width:100%;
    float:left;
    height:40px;
    font-size:13px;
    line-height:18px;
    background-image:none;
    padding-left:30px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing:     border-box;
    box-sizing:        border-box;
    padding-right:0px;
  }
}/*iPhone 5 & 5S in portrait & landscape */




/*iPhone 5 & 5S landscape */
@media only screen
and (min-width : 320px)
and (max-width : 568px)
and (orientation : landscape) {



}/*iPhone 5 & 5S landscape */



/*iPhone 5 & 5S portrait */
@media only screen
and (min-width : 320px)
and (max-width : 568px)
and (orientation : portrait) {


}/*iPhone 5 & 5S portrait */




/* iPhone 6 in portrait & landscape */

@media only screen
and (min-width : 375px)
and (max-width : 768px) {


  body,html {
    width:100%;

  }
  .BodyHolder {
    width:100%;
  }


}/* END iPhone 6 in portrait & landscape */





/* iPhone 6 in landscape*/
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : landscape) {





}/* END iPhone 6 in landscape*/





/* iPhone 6 in portrait */
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : portrait) {




}/* END iPhone 6 in portrait */





/* iPad in portrait & landscape*/
@media only screen
and (min-width : 768px)
and (max-width : 1024px)  {

  body,html {
    width:100%;
    padding:0px;
    margin:0px;

  }
  .BodyHolder {
    width:100%;
  }

}/* END iPad in portrait & landscape*/





/* iPad in landscape*/
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

} /* END iPad in landscape*/




/* iPad in portrait */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

  body, html {

  }


} /* END iPad in portrait */