/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
    font-display:fallback;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
    font-display:fallback;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
    font-display:fallback;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
    font-display:fallback;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html, body {
      height: 100%;

      background:#fff url(../img/bg_body.jpg) repeat-x;
      margin: 0; 
      padding: 0; 
      font-family:'open sans', arial;
      font-size:14px;
}

table, tr, td, th {
      font-family: 'open sans', arial;
      font-size:14px;
}

.align-right {
 text-align:right;
  
}
.align-center {
  text-align:center;
}
.clear { clear:both; }




* { box-sizing:border-box;    -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale; }

.sidelinks > *,
#icon_merkzettel .count,
.teaser,
.top .nav > ul ul,
.top .logo,
.header #buttons *,
.teaser img, input, .nbar, .st0, .st1,
a, li {
    -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;    
  }
img {
  border:0px;
}


.all.content {   overflow:hidden; }
.all {
  width:100%;
  min-width:1370px;

}
.main {
  width:1350px;
  margin: 0px auto;
  padding:0px;
  position:relative;
  text-align: left;
}
.main:after { content:''; display:table; clear:both; }

.c66 { width:66.6666%; float:left; }

.c33 { width:33.3333%; float:left; }
.c30 { width:30%; float:left; }
.c70 { width:70%; float:left; }
.c35 { width:35%; float:left; }
.c15 { width:15%; float:left; }
.c40 { width:40%; float:left; }
.c20 { width:20%; float:left; }
.c50 { width:50%; float:left; }
.c25 { width:25%; float:left; }
.c60 { width:60%; float:left; }
.c80 { width:80%; float:left; }
.c75 { width:75%; float:left; }

.all.f1 { background:#f4f4f4; padding:20px 0; }
.all.f2 { background:#b61f3a; color:#fff; }

.all.f3 .main {border:3px solid #b61f3a; border-radius:5px; padding:20px; }

.first { padding-right:30px; }
.last { padding-left:30px; }

.top { background:#fff; color:#000; position:fixed; z-index:10; top:0px; font-size:20px;-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25); }
.top .logo { float:left;padding: 15px 0; }
.collapse .top .logo { padding:5px 0px; }
.top .logo img { width:95px; height:auto; }
.top .nav { float:right; }
.top .nav > ul { margin:0px; padding:0px; list-style-type:none; }
.top .nav > ul > li > ul { opacity:0; height:0px; overflow:hidden; position:absolute; background:rgba(182,31,58,0.95); margin:0px; padding:0px;  z-index:99999999;list-style-type:none; min-width:250px; }
.top .nav > ul > li { display:inline-block;  }
.top .nav > ul > li > a { color:inherit; text-decoration:none; display:block; padding:0 10px; line-height:90px; font-weight:300; }
.collapse .top .nav > ul > li > a { line-height:70px; }
.top .nav > ul > li.active > a { color:#b61f3a; font-weight:600; }
.top .nav > ul > li:hover > a {  color:#b61f3a; }

.top .nav > ul > li#i367 > a { color:#617c15; }

.top .nav > ul > li:hover > ul { height:auto; opacity:1; }
.top .nav > ul > li > ul > li > a { padding:2px 20px;display:block; color:#fff; text-decoration:none; font-size:15px; line-height:20px; }
.top .nav > ul > li > ul > li:hover > a,
.top .nav > ul > li > ul > li.active > a { font-weight:700; }
.top .nav > ul > li > ul > li:last-child > a { padding-bottom:20px; }
.top .nav > ul > li > ul > li:first-child > a { padding-top:20px; }

.top .nav .note img { height:20px; width:auto; }
#icon_merkzettel .count {
background: #b51f39;
width: 20px;
height: 20px;
border-radius: 10px;
font-size: 12px;
color: #fff;
text-decoration: none;
display: inline-block;
top: 40px;
position: absolute;
margin-left: 10px;
display: block;
line-height: 20px;
text-align: center;
font-weight: bold;
}
.collapse #icon_merkzettel .count { top:30px; }


.sidelinks > * { display:block; background:#b61f3a; padding:0 10px 0 70px; z-index:999999; position:fixed; top:250px; right:-200px; width:265px; border-top-left-radius:5px;border-bottom-left-radius:5px; color:#fff; text-decoration:none; font-size:18px; line-height:60px; margin-bottom:10px;  }
.sidelinks > a.tel { background-image:url(../img/side_mail.png); background-repeat:no-repeat; background-position:10px center; }
.sidelinks > a.contact { background-image:url(../img/side_phone.png); top:320px; background-repeat:no-repeat; background-position:10px center; }
.sidelinks > a.feedback { background-image:url(../img/Icon_Kommentar_Briefumschlag.svg); top:390px; background-repeat:no-repeat; background-size:auto 80%; background-position:15px center; }

.sidelinks > *:hover { right:0px; }
.sidelinks > .shop { background-image:url(../img/Warenkorb_weiss_bunt_svg.svg);top:460px; background-size:45px auto; background-repeat:no-repeat; background-position:10px center }
.sidelinks > .shop img {height:30px;width:auto; vertical-align:middle; }
.sidelinks > .shop img:first-child {margin-right:15px;}

.sidelinks > .social { background-image:url(../img/Social-Network_Icon_Hashtag.svg);top:530px; background-size:45px auto; background-repeat:no-repeat; background-position:10px center }
.sidelinks > .social img {height:26px;width:auto; margin-right:0; vertical-align:middle; }
.sidelinks > .social img:first-child {margin-right:0px;}


.contenttable th, .contenttable td { border-top:0px; }

.ueberschrift,
h1,
h2 { font-size:30px; font-weight:700; }

.ueberschrift {margin-right:40px; }


.content.f2 { font-weight:400; }

.content ul { padding:0px; list-style-type:none; }
.content ul ul {padding-left:50px;}
.content li { margin-bottom:12px; padding-left:30px; position:relative; }
.content li:before { content:'»'; color:#b71e3a; display:block; position:absolute;left:0px;  }
.content.f2 li { margin-bottom:0px; }
.content.f2 li:before { color:#fff; }

.content.small .main { width:800px; }

.content .news-catmenu a,
.content .news-single-backlink a,
.content .btn a,
.content a.btn { background:#b51f39; font-weight:700; text-transform:uppercase; padding:20px 50px; border-radius:10px; display:inline-block; color:#fff; text-decoration:none; }

.content .news-catmenu a { padding:10px 20px; margin:0 5px 5px 0; }

.content.header { margin:0 0 120px 0; padding-top:200px; }

.content.header2 .box { background:rgba(150,142,144,0.55); color:#fff;padding:40px; border-radius:10px; max-width:675px; width:100%;  }

.content.header2 .box + .btn { margin-top:40px; }
.content.header2 .main { padding:140px 0 40px 0; min-height:550px; }
.content.header2 { margin-bottom:0px; margin-top:70px; }

.btn.ebay {margin-right:20px;margin-bottom:10px;}
.btn.ebay img,
.btn.amazon img {vertical-align:middle;}

.mm-opened .content.header2 { margin-top:0px; }

.mm-opened .mm-page.mm-slideout { padding-top:70px; }


.content.header2 + .content.header { padding-top:0px; }
.content.header2 + .content.header #buttons { padding-top:0px; }

@media (min-width: 1500px) {
.content.header2 .main { padding:190px 0 50px 0;min-height:650px; }
}


.slider_wrapper .ueberschrift,
.content.header h1 { font-size:50px; font-weight:400; line-height:60px; margin:0px; margin-bottom:30px; }
.content.header h2 { font-weight:400; }
.content.header { font-size:20px; font-weight:300; }
.content.header p,
.content.header li { line-height:28px; }

.content.header .frame-space-before- + .frame-space-before- { padding-top:30px; }

.header .c40 + a + .c50stage,
.header .c40 + .c50stage { padding-top:50px; clear:both; }

.content.f1 .c80 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom:0px; }
.content.f1 .c80 { padding:20px 0; }
.content.f1 .c80 p { line-height:40px; margin:0px;  }

.content a { color:inherit; text-decoration:underline; font-weight:400; }
.content a:hover { color:#b51f39; }
.content .btn a:hover,
.content .news-catmenu a:hover,
.news-single-backlink a:hover,
.content a.btn:hover { color:#fff !important; background:#000 !important; }

.content .csc-textpic-caption { text-align:center; }

.content .c33stage { margin:0 -35px; }
.content .c33stage .c33 { width:calc(33.3333% - 70px); margin:0 35px; }

.content.f2 { padding:35px 0; }
.content.f2 a.btn { background:#fff; color:#b51f39; }

.content div *:first-child { margin-top:0px; }
.content div p:last-child { margin-bottom:0px; }

.content .teaser img { max-width:100%; height:auto; }

.spp_stage .item { padding-bottom:40px; }
.spp_stage > div:nth-child(4),
.spp_stage > div:nth-child(7),
.spp_stage > div:nth-child(10),
.spp_stage > div:nth-child(13),
.spp_stage > div:nth-child(16),
.spp_stage > div:nth-child(19) { clear:both; }

.cStage:after { content:''; display:table; clear:both; }

.asp_stage .cStage { margin:0 -35px; }
.asp_stage .cStage .c25 { padding:0 25px; min-height:530px; }
.asp_stage .cStage .c25 img { width:100%; height:auto; }

a.vg { display:block;font-weight:600; color:#b61f3a; text-transform:uppercase;}
.asp-icon img { width:25px !important; height:auto; margin:0 5px; }

.rstpb_item { background:#f4f4f4; border:0px; padding:10px 30px; width:100%; }
.rstpb_item .image {
    float: right;
    width: 205px;
    padding: 15px 0px 15px 0px;
    background: #fff;
    height: 100%;
    height: 205px;
    border: 20px solid #f4f4f4;
    border-radius: 102.5px;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.rstpb_item .image img {
    width: 160px;
    height: auto;
}
.rstpb_item .desc {
    width: calc(100% - 250px);
    padding: 0;
}

/* Produkte */

#rstpb_selection td {
  vertical-align:top;
  font-size:95%;
}

#rstpb_selection table td table td {
  padding:4px 3px;
}

.productZul {
  table-layout:auto;
  border-collapse: collapse;
  width:100%;

  margin:40px 0px 40px 0px;
}

table.productZul td.smallText {

}

.productZul div { }

.productZul .certd a,
.productZul .cert {
  display:block;

}
.productZul .cert a {
  text-decoration:none;

}
.productZul .cert span {
  display:block;
  padding-top:12px;
  font-size:12px;
  font-weight:bold;
}



.productZul .cert.cert_old {
  padding-right:7px;
}

.productZul .cert.cert_new {
  background:url(../img_v4/cert_down.jpg) center 51px no-repeat;
}

.productZul .cert.cert_new.nobg {
  background:transparent;
}
  
.productZul .cert.noFile {
  background:transparent;
}

.infoText {
  font-size:85%;
  line-height:12px;
  padding-top:20px;
}
  

table.productInfo {
  
  border-collapse: collapse;
  width:100%;
  border: 1px solid transparent;
  background:#e9eaec;
}

table.productInfo td {
  background:#e9e9eb;
  vertical-align:middle;
  padding:20px;
}
table.productInfo td td { padding:2px 10px 0 0; vertical-align:top; }

table.productInfo td.imageTd{
  padding:10px;
  text-align:center;
  vertical-align:middle;
  background:#e9e9eb;
}
table.productInfo td.borderRight {
  background:#e9e9eb;
  background-repeat:no-repeat;
  background-position:right center;
}
table.productInfo td.borderRightSmall {
  background:#e9e9eb;
  background-repeat:no-repeat;
  background-position:right center;
}
table.productInfo td.borderBottom {
  background:#e9e9eb;
  background-repeat:no-repeat;
  background-position:center bottom;
}

table.productData{
  margin-top:2em;
  text-align:center;
  /*border-collapse: separate;*/
  table-layout:auto;
  border-collapse: collapse;
  width:100%;
}
#produkte table.productData{ margin-top:0px; }
#produkte tr td:last-child { background:#B71E3A; padding:0px; }
#produkte tr td:last-child:hover {background:#E40134 }
#produkte tr td:last-child a { display:block; }
.tx-rstpd-pi4 th select {
  background: transparent;
border: 1px solid #fff;
padding: 5px;
color: #fff;
  width:90%;
}
.tx-rstpd-pi4 th select option { color:#000; }
.rstpb_item { position:relative; }
.rstpb_item .neu {
  width:54px;
  height:56px;
  position:absolute;
  top:0px;
  right:0px;
  background:url(../../rst.eu/img_v5/NEU.svg) right top no-repeat;
  background-size:100% auto; 
}
.rstpb_item .new {
  width:54px;
  height:56px;
  position:absolute;
  top:0px;
  right:0px;
  background:url(../../rst.eu/img_v5/NEW.svg) right top no-repeat;
}

.rstpb_item {
    margin-bottom:15px;


}



.bestand {width:40px;height:40px; padding:1px;background:#000;margin-top:5px;}
.bestand .ok {width:38px; height:38px; border-radius: 50%; background: green }
.bestand .nok {width:38px; height:38px; border-radius: 50%; background: red }


table.productData td,
table.productData thead tr th
{
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin:0px;
  border:1px solid #fff;
  
    padding:12px 5px;
}

table.productData thead tr td{
  /*background:#BDC1C3;*/
  text-align:center;

}
table.productData thead tr th{
  background:#A09A9C;
  color:#ffffff;
  font-weight:bold;
  text-align:center !imporatant;
  font-size:90%;
}

table.productData thead tr th.tableTop {
  background:#fff;
  color:#4d4d4b;
  text-align:left;
  font-size:100%;
  font-weight:bold;
  font-size:24px;
  line-height:24px;
  margin:0px 0px 10px 0px;
  padding:0px 0px 20px 0px;

  color:#B71E3A;
    font-family: 'Roboto Slab', sans-serif;  
}

table.productData tbody tr td{
  /*background:#BDC1C3;*/
  text-align:center;
  border:1px solid #fff;

}

table.productData tbody tr:nth-child(even) td{
  /*background:#EEEEEE;*/
  background:#F1F0F0;
}
table.productData tbody tr:nth-child(odd) td{
  /*background:#DDDDDD;*/
  background:#E2E0E1;
}

table.productData tbody tr td.anfrage {
  background:#B71E3A !important;
  padding:0px !important;
  }



table.productData tbody tr td.anfrage.ul ul ul {position: absolute; right:-150px; z-index:1; top:-4px; height:50px; width:165px; padding-left:15px; display: none;  }
table.productData tbody tr td.anfrage.ul1 ul ul {position: absolute; right:-35px; width:50px;  }

table.productData tbody tr td.anfrage.ul ul li:hover ul {display: block;}
table.productData tbody tr td.anfrage.ul ul li {display: inline-block;padding:0px;}
table.productData tbody tr td.anfrage.ul ul ul li {border-left:0px solid #fff;}
table.productData tbody tr td.anfrage.ul > ul > li > a {display: block; line-height:47px;padding:5px; }
table.productData tbody tr td.anfrage.ul ul li a img {display: block;margin:0;}
table.productData tbody tr td.anfrage.ul ul li {background:transparent;margin:0;padding:0; position: relative;}
table.productData tbody tr td.anfrage.ul ul li:before {display: none;}
table.productData tbody tr td.anfrage.ul ul {
    margin:0px; padding:0px; list-style-type:none;
}

table.productData tbody tr td ul li {
  background:#ffffff;
}

table.productData tr td{
  vertical-align:middle;
}

table.productData td.actions a{
  margin-left:1px;
  margin-right:1px;
}

table.productData{
  font-size:12px;
  border:1px solid #fff;
}

table.productData tfoot tr td{
  font-size:0.9em;
  font-style:italic;
  text-align:left;
  padding-top:10px;
  /*background:url(img/bg_table_productData_tfoot.jpg) repeat-x #DDDDDD;*/
  
}

table.productData tfoot tr td button{
  font-size:0.9em;
  font-style:normal;
  background:#EEEEEE;
  border:1px solid #DBDBDB;
}




div.detaildatacontainer{
  
}

table.detaildata{
  margin-top:2em;
  text-align:center;
  /*border-collapse: separate;*/
  table-layout:auto;
  border-collapse: collapse;
  width:100%;
}

table.detaildata td,
table.detaildata thead tr th
{
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin:0px;
  
}

table.detaildata thead tr td{
  /*background:#BDC1C3;*/
  text-align:center;
  
  
}
table.detaildata thead tr th{
  /*background:#BDC1C3;*/
  text-align:center;
  border-top:1px solid #BA1D25;
}

table.detaildata tbody tr td{
  /*background:#BDC1C3;*/
  text-align:center;
  border-bottom:1px solid #EEEEEE;
}

table.detaildata tbody tr.even td{
  /*background:#EEEEEE;*/
}
table.detaildata tbody tr.odd td{
  /*background:#DDDDDD;*/
}


table.detaildata tbody tr td ul li {
  background:#ffffff;
}

table.detaildata tr td{
  vertical-align:middle;
}

table.detaildata th{
  border-bottom:1px solid #BA1D25;
}

table.detaildata td.actions a{
  margin-left:1px;
  margin-right:1px;
}

table.detaildata{
  font-size:12px;
  border:1px solid #EEEEEE;
}

table.detaildata tfoot tr td{
  font-size:0.9em;
  font-style:italic;
  color:#BA1D25;
  /*background:url(img/bg_table_detaildata_tfoot.jpg) repeat-x #DDDDDD;*/
  
}

table.detaildata tfoot tr td button{
  font-size:0.9em;
  font-style:normal;
  background:#EEEEEE;
  border:1px solid #DBDBDB;
}


table.grunddaten{
  font-size:12px;
  
}

table.grunddaten tr th{
  vertical-align:top;
  text-align:left;
  padding-right:10px;
}

#rstpb_selection { padding-right:20px; }
.selecttable tr td { background:#B71E3A; border-bottom:5px solid #fff; padding: 10px; font-size: 14px; line-height: 14px; color:#fff; font-weight:600;  }

.selecttable tr.space td { border-top:15px solid #fff; }

.certd-tag { line-height:50px; float:left; margin-right:20px; font-size:12px; }
.certd { width:50px; height:50px; margin-bottom:10px;line-height:50px; text-align:center; float:left;  display:inline-block; margin-right:10px;  }
.certd img { max-width:100%; max-height:100%; height:auto; vertical-align:middle; }

.certd1 { width:50px; height:50px; border-radius:0px; background:none;  }
.certd1 img { max-width:100%; max-height:100%; height:auto; vertical-align:middle; }

.imgSlider1 img {max-height: 300px; display: inline-block !important; max-width:400px; width:auto !important; height:auto !important; }
.imgSlider1 .slick-slide {text-align: center}
.imgSlider2 img {height:100px; width:auto !important;}

.frame-space-after-medium { margin-bottom:40px; }

.slider { margin:0 -35px; }
.bx-viewport .slider { margin:0px; }
.teaser { background:#f4f4f4; padding: 50px 35px; border-radius:10px;text-align:center; width:403.333px !important; min-height:620px; float:left; margin:0 35px; }
.bx-viewport .teaser { margin:0px; }
.teaser.news-latest-item { min-height:560px;  }
.teaser.c33 { width:calc(33.3333% - 70px); margin:0 35px;margin-bottom:35px !important; }
.teaser .image { width:100%;  }
.teaser h3 { margin-top:0px; }
.teaser:hover { background:#b51f39; color:#fff; }

.content .teaser img { max-width:80%; }


.news-latest-item.teaser {position: relative}
.news-list-morelink.btn {position: absolute; bottom:30px; left:50%; transform:translate(-50%,0) }

@media(max-width:767px) {
    .news-list-morelink.btn {position: relative; bottom:initial; left:initial; transform:none}
}

div.csc-textpic-border div.csc-textpic-imagewrap,
.slider_wrapper .csc-textpic-last,
.slider_wrapper { position:relative; }
div.csc-textpic-border div.csc-textpic-imagewrap,
.slider_wrapper .csc-textpic-last { padding:20px; }

div.csc-textpic-border div.csc-textpic-imagewrap:before,
.slider_wrapper .csc-textpic-last:before { background:url(../img/rahmen-01.png) left top no-repeat; background-size:100% 100%; content:''; position:absolute;left:0px; top:0px; width:100%; height:100%; }

div.csc-textpic-border div.csc-textpic-imagewrap img { border:0px; }

.header div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom:0px; }

.header div.csc-textpic-imagewrap { max-width:90%; }
.header img { max-width:100%; height:auto; }

.news-list-image { float:right; margin-left:40px; }

.teaser:hover a.btn{ color:#b51f39; background:#fff; }

.bx-wrapper { position:relative; }
.bx-pager { position:absolute; bottom:20px; text-align:center; width:100%; }

.bx-pager-item { display:inline-block; margin:0 3px; }
.bx-pager-item a { display:block; width:12px; height:12px; background:#fff; border-radius:50%; text-indent:-999999px }
.bx-pager-item a:hover, 
.bx-pager-item a.active { background:#b61f3a }

.bx-wrapper .bx-prev {
  left: -125px;
  background: url(../img/controls.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
  right: -125px;
  background: url(../img/controls.png) no-repeat -72px 0px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  outline: 0;
  width: 72px;
  height: 150px;
  text-indent: -9999px;
  z-index: 8;

}


table.productZul td,
.content { font-size:16px; margin:75px 0; font-weight:300; color:#60575b; }

.content.f2 + .content.f1 {margin-top:-75px; }
.content p,
table.productZul td,
.content li { line-height:24px; }


.header #buttons { margin-top:50px; padding-top:70px; }
.header #buttons .b20 { display:inline-block; width:12.5%; text-align:center; height:160px; float:left; }
.header #buttons .b20 img { width:113px; height:auto; }
.header #buttons .b20 .text { display:block; }
.header #buttons .b20 a { font-size:15px; font-weight:700; color:#60575b; text-decoration:none; }
.header #buttons.sub .b20,
.header #buttons:hover .b20 { opacity:0.3; }
.header #buttons:hover .b20:hover,
.header #buttons.sub .b20.act { opacity:1 !important; }

.header #buttons:after { content:''; position:absolute; width:78px;height:28px; background:url(../img/down.png) no-repeat; margin:50px 0 0 50px }

.footer { font-weight:400;color:#60575b }
.footer1 { font-size:15px; padding:75px 0;font-weight:400; }
.footer1 #box_counter { text-align:center; }
.footer1 #timer2:before { content:'> '; }

.footer1 #timer4:after { content:' %'; }

.footer1 .timer { display:block; margin:10px 0; font-size:25px; font-weight:600; }
.footer2 { padding:40px 0; font-size:12px; line-height:20px; }
.footer3 a,
.footer2 a  { color:inherit; text-decoration:none; }
.footer3 a:hover,
.footer2 a:hover { color:#b61f3a; } 
.footer3 { border-top:1px solid #000;  padding:40px 0; font-size:15px; font-weight:300; }
.footer .social { float:right; text-align:right; }
.footer .social a { margin-left:20px; font-size:12px; }


#c2171 p { padding-top:8px; }
#c2171 div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 30px;
}

.tx-felogin-pi1 fieldset {padding:0;border:0;}
.tx-felogin-pi1 legend {display: none;}
.tx-felogin-pi1 label {display: block;}

.tx-indexedsearch-description { margin-bottom:0px; }
.tx-indexedsearch-res { padding:20px 0; border-bottom:1px solid #e3e3e3; }
div.tx-indexedsearch-browsebox { padding:20px 0; }
.tx-indexedsearch-searchbox { padding-bottom:20px; }
.tx-indexedsearch-searchbox fieldset { border:0px; padding:0px; }
.tx-indexedsearch-searchbox legend,
.tx-indexedsearch-searchbox p,
.tx-indexedsearch-info,
.tx-indexedsearch-rules { display:none; }
.tx-indexedsearch-browsebox li:before { display:none; }
.tx-indexedsearch-browsebox li { display:inline-block; padding-left:0px; padding-right:30px; background:none !important; }

/* News */

.tx-ttnews-browsebox p { display:none; }
.content .tx-ttnews-browsebox ul li:before { display:none; }
.content .tx-ttnews-browsebox ul li { display:inline-block; margin:0px; padding:0px; }
.content .tx-ttnews-browsebox ul li a,
.content .tx-ttnews-browsebox ul li strong { display:block; line-height:35px; padding:0 15px; background:#b61f3a; color:#fff; text-decoration:none; }
.content .tx-ttnews-browsebox ul li strong,
.content .tx-ttnews-browsebox ul li a:hover { background:#60575b; }

.news-catmenu {

}


.news-catmenu .level1 {

}
.news-single-item a {
  font-weight:bold;
}

.news-list-item {
  margin:45px 0px;
  
}

.news-single-img {
  float:right;
  margin:8px 15px 15px 0px;
}


.news-single-image {
  float:right;
  margin:0px 0px 25px 25px;
}



.news-list-text {
  
}


.csc-header-n1 + .csc-header-n1,
.csc-header-n2, 
.csc-header-n3,
.csc-header-n4,
.csc-header-n5,
.csc-header-n6,
.csc-header-n7 {
  margin-top:20px;
}

/* Formulare */

div.csc-mailform {
  padding:10px 0px;
}

div.csc-mailform fieldset {
  border:0px;
  padding:0px;
  margin:0px;
}

div.csc-mailform fieldset ol {
  margin:0px;
 
}
div.csc-mailform fieldset ol li {
  float:left;
  padding:0px;
  margin:0px 20px 0px 0px;
}

div.csc-mailform li {
  clear:right;
  display:block;
}

.formLabel,
div.csc-mailform li label {
  width:150px;
  float:left;
  padding:3px 0px;
}


div.csc-mailform li select,
.com-chkout-address-input select {
  font-family:arial;
  font-size:12px;
  color:#3b792c;
  border:1px solid #c5bec1;
  width:150px;
  padding:4px;
}
.g-recaptcha { padding-bottom:15px; }

.tx-indexedsearch-form label { display:block; }

.tx-indexedsearch-searchbox-sword,
.Tx-Formhandler input[type="text"],
.formField input[type="text"],
.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"],
.csc-form-element-textline input {
  font-family:inherit;
  font-size:inherit;
  color:#b61f3a;
  border:1px solid #999;
  padding:5px 10px;

  width:400px;
  margin-bottom:6px;
}
.formField { text-align:left !important; }


.Tx-Formhandler input[type="text"].ff_small { width:50px; }
.Tx-Formhandler input[type="text"].ff_middle { width: 340px; }

.Tx-Formhandler td,
.Tx-Formhandler { font-size:14px; }

.Tx-Formhandler .box textarea,
.Tx-Formhandler .box input[type="text"] { width:calc(100% - 122px); }
.Tx-Formhandler .box input[type="text"].ff_small { width:100px; }
.Tx-Formhandler .box input[type="text"].ff_middle { width:calc(100% - 232px); }

.Tx-Formhandler .box input[type="text"].ff_middle + input[type="text"].ff_small { margin-left:8px; }
.Tx-Formhandler .box input[type="text"].ff_small + input[type="text"].ff_middle { margin-left:8px; }

.Tx-Formhandler td input[type="text"].ff_small { width:calc(100% - 10px); }

.Tx-Formhandler .box { width:100%; background:#e0dfdf; border-radius:10px; padding:20px; margin-bottom:20px; font-weight:400; }

.formField textarea,
.csc-form-element-textarea textarea {
  font-family:inherit;
  font-size:inherit;
  color:#b61f3a;
  border:1px solid #999;
  width:400px;
  padding:5px 10px;
  margin-bottom:6px;
}

.tx-indexedsearch-searchbox-sword:focus,
.Tx-Formhandler input[type="text"]:focus,
.formField input[type="text"]:focus,
.formField textarea:focus { background:#b61f3a; border:1px solid #b61f3a; color:#fff; }
.Tx-Formhandler .small { font-size:12px; }

.tx-felogin-pi1 input[type="submit"],
.tx-indexedsearch-searchbox-button,
.Tx-Formhandler input[type="submit"],
.csc-form-confirmation input,
.csc-form-element-submit input {
    font-family:inherit;
  font-size:inherit;
  color:#fff;
  border:0px;
  cursor:pointer;
  background:#b61f3a;
  margin-top:15px;
  padding:5px 30px;
}

.tx-indexedsearch-searchbox-button:hover,
.Tx-Formhandler input[type="submit"]:hover { background:#000; }



/* The container */
.form-check-label {
  clear:both;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top:4px;
  
}

/* Hide the browser's default checkbox */
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-check-label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #999;
}
.form-check-label span.required { position:relative;width:auto; height:auto; border:0px;-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0);-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0);box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0); }

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ span {
  background-color: #b61f3a;
}

/* When the checkbox is checked, add a blue background */
.form-check-label input:checked ~ span {
  background-color: #b61f3a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-check-label span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-label input:checked ~ span:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-label span:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




nav:not(.mm-menu)
{
  display: none;
}


/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 16px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {

  color: rgba(255, 255, 255, 0.6);
  background:#b51f39;
  color:#fff;

}
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.5); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.35); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }




body {
    -webkit-transition: padding 500ms ease-out;
  -moz-transition: padding 500ms ease-out;
  -o-transition: padding 500ms ease-out;
  transition: padding 500ms ease-out;
  
  transition-delay: 0s;  
}
body.showCRL { padding-top:60px;transition-delay: 1s; }

div#igcookieRL {
  
  background: #0173ba;
  position: fixed;

  Border: 0px solid #fff;
  height:60px;
  top:-100px;
  width:100%;

  bottom:0px;
  font-size:12px;
  padding:10px 30px;

  padding:0px;
  line-height:20px;
  color:#fff;
  z-index:99999;
  text-align:left;
  
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;   
  
  transition-delay: 0s;
  
}
div#igcookieRL.show { top:0px;  transition-delay: 1s; }
div#igcookieRL .main { background:transparent;  padding:20px; box-sizing:border-box; }

div#igcookieRL a {
  color:inherit;
  font-weight:bold;

}

div#igcookieRL button {
  background:#4C4F50;
  padding:7px 20px;
  color:#fff;
  border:0px;
  font-size:inherit;
  font-weight:bold;
  border:0px;
  margin-left:20px;
float:right;
    
}
div#igcookieRL button:hover {
  background:#000;
}


@media (max-width: 767px) {

div#igcookieRL { height:100px; }
body.showCRL { padding-top:100px; }

}






.hidden-desktop { display: none; }
.hidden-tablet { display: block; }

/* All except large Screens */
@media (max-width: 3220px) {
.hidden-desktop { display: none; }
}

/* Only Phones */
@media (max-width: 767px) {
  .hidden-desktop { display: block; }
  .hidden-phone { display: none; }
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
  /*.hidden-desktop { display: block; }*/
  .hidden-tablet { display: none; }


}






/* All except large Screens */
@media (max-width: 1390px) {

.all {
  padding-left:20px; padding-right:20px; 
    min-width: 100%;
}
.content.header2 {
  padding-left:0px; padding-right:0px; 
}
.all.f1 {
    padding: 20px;
}
.all.f2 {
    padding: 35px 20px;
}
.main { width:100%; }

.content .c80 { width:100%; padding-right:0px; }
.content .c20 { width:100%; text-align:left; padding-left:0px;}
.content.f1 .c20 .align-right { text-align:left; }

.content.f0 .bx-wrapper { padding-bottom:70px; }
.bx-wrapper .bx-controls-direction a { height:50px;top:auto; width:25px; }
.bx-wrapper .bx-prev { left:0px; bottom:0px; background-size: auto 100%;  }
.bx-wrapper .bx-next { right:auto; bottom:0px;left:50px;background: url(../img/controls.png) no-repeat -25px 0px;background-size: auto 100%; }
}


/* Only Phones and Tablets (Portrait) */
@media (max-width: 1200px) {

.header #buttons .b20 img {width:80px }
.header #buttons .b20 a { font-size:13px; }

.content.header { margin-bottom:30px; }
table.productZul td, .content { margin:40px 0; }
}

@media (max-width: 1050px) {
.header #buttons .b20 { width:25%; }
.header #buttons .b20 a.image { display:block; }
.header #buttons .b20 a.text { max-width:120px;display:inline-block; }
.header #buttons .b20 img {width:80px }

.top .nav > ul > li > a { font-size:16px; }



}

@media (max-width: 1000px) {

.c35,.c15,
.c20, .c30, .c40, .c70, .c80 { width:100%; padding-bottom:20px; }
.c20.last, .c30.last, .c70.last, .c80.last { padding-left:0px; }

.ueberschrift { display:block; }

.footer .social { padding-top:20px; }
}


@media (max-width: 850px) {
.top .nav > ul > li { display:none; }
.top .nav > ul > li.note,
.top .nav > ul > li.mobilenav,
.top .nav > ul > li.search,
.top .nav > ul > li.lang { display:inline-block }

.top .nav > ul > li.mobilenav { margin-left:10px; }
.mobileMenuOpen {


  height:25px;
  width:60px;
  cursor:pointer;
  background: center center no-repeat transparent;
  background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAlCAYAAAAwYKuzAAAAbUlEQVRYhe3U0QmAMAxF0SruoWvoCDqvjqBr2El0gtDAMxDknt+G5NGWlAIAgKLzFO3j/EQM3+rVnN9HDP4SAVWDs871Vy3rfRpd223T32D6gN4nltbMMS3WEWsmXPqArBlV+oCsGRUBAQA/9wKZMwwypLtGCQAAAABJRU5ErkJggg==');

}

.content.header { font-size:16px; }
.content.header p, .content.header li { line-height: 22px; }
.slider_wrapper .ueberschrift, .content.header h1 { font-size:30px;line-height: 40px; }

.header #buttons .b20 img {width:70px }
.header #buttons .b20 a { font-size:12px; }

.content.small .main { width:100%; }

}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

}

/* Only Phones */
@media (max-width: 767px) {

  
div {
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"] {
    -webkit-appearance: none;
}
* {
  -webkit-text-size-adjust: none;
}


.mobileMenuOpen a{

}



.sidelinks > a.contact { top:170px; }
.sidelinks > a { right:-220px;line-height: 40px; font-size:14px; top:120px; }
    .sidelinks > a.feedback { top:220px; background-position: 10px center }

.sidelinks > a.contact,
.sidelinks > a.tel { background-size:20px auto; }

.sidelinks > .shop { top:270px; background-size:25px auto; line-height: 40px; right:-220px;  }
.sidelinks > .shop:hover { right:0px; }
.sidelinks > .shop img {height:20px;width:auto; vertical-align:middle; }
.sidelinks > .shop img:first-child {margin-right:15px;}

    .sidelinks > .social { top:320px; background-size:25px auto; line-height: 40px; right:-220px;  }
    .sidelinks > .social:hover { right:0px; }

table.productZul td, .content { font-size:14px; }

.ueberschrift, h1, h2 {

    font-size: 20px;
    font-weight: 700;

}

.all.content {overflow-x:auto; }
.header #buttons:after { display:none; }

.content .c33stage { margin:0px; }
.content .c33stage .c33,
.c50, .c25, .c33, .c75, .c40, .c60 { width:100%; padding-bottom:20px; margin:0px;}
.last { padding-left:0px; }
.first { padding-right:0px; }
.frame-space-before- + .frame-space-before- { padding-top:20px; }

#rstpb_selection {padding-right:0px; }
.rstpb_item .image { float:none; border:0px; }
.rstpb_item .desc { width:100%; }

.asp_stage .cStage .c25 { width:50%; min-height:auto; }

.csc-textpic-center-outer .csc-textpic-image { text-align:center; }
.csc-textpic-center-outer .csc-textpic-image img { display:inline-block !important; }

.teaser { width:100% !important; min-height:10px !important; margin-bottom:20px !important; }

.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left:0px !important; }

.tx-indexedsearch-searchbox-sword,
.Tx-Formhandler input[type="text"], .formField input[type="text"], .csc-form-element-textline input, .formField textarea, .csc-form-element-textarea textarea { width:100%; }

  div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

  /* Clear floats after csc-textpic and after csc-textpic-imagerow */
  div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

  /* Set padding for tables */
  div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
  div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

  /* Settings for figure and figcaption (HTML5) */
  div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

  /* Captions */
  figcaption.csc-textpic-caption { display: table-caption; }
  .csc-textpic-caption { text-align: left; caption-side: bottom; }
  div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
  div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
  div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

  /* Float the columns */
  div.csc-textpic div.csc-textpic-imagecolumn { float: none; }

  /* Border just around the image */
  div.csc-textpic-border div.csc-textpic-imagewrap img {
    border: 2px solid black;
    padding: 0px 0px;
  }

  div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

  /* Space below each image (also in-between rows) */
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

  /* colSpace around image columns, except for last column */
  div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 0px; }
  div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

  /* Add margin from image-block to text (in case of "Text & Images") */
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 0px;
  }
  div.csc-textpic-intext-right .csc-textpic-imagewrap,
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 0px;
  }

  /* Positioning of images: */

  /* Center (above or below) */
  div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
  div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: none; right: 0px; }
  div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: none; right: 0px; }

  /* Right (above or below) */
  div.csc-textpic-right .csc-textpic-imagewrap { float: none; }
  div.csc-textpic-right div.csc-textpic-text { clear: both; }

  /* Left (above or below) */
  div.csc-textpic-left .csc-textpic-imagewrap { float: none; }
  div.csc-textpic-left div.csc-textpic-text { clear: both; }

  /* Left (in text) */
  div.csc-textpic-intext-left .csc-textpic-imagewrap { float: none; }

  /* Right (in text) */
  div.csc-textpic-intext-right .csc-textpic-imagewrap { float: none; }

  /* Right (in text, no wrap around) */
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: none; }

  /* Left (in text, no wrap around) */
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: none; }

  div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }


.csc-textpic-text {
  width:100%;
}

.csc-textpic-imagewrap img {
  max-width:100%;
  height:auto;
}

  /* Layout */

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {



}

@media (max-width: 580px) {
.content.header { display:none; }
}

@media (max-width: 520px) {
.asp_stage .cStage .c25 { width:100%; min-height:auto; }
}


/* Only Phones (Portrait) */
@media (max-width: 479px) {

.news-list-image { display:none; }

.content.header2 .box { padding:20px; }
.slider_wrapper .ueberschrift, .content.header h1 {
    font-size: 20px;
    line-height: 30px;
}

.slider_wrapper .ueberschrift, .content.header h1 { margin-bottom:20px; }

.content .news-catmenu a, .content .news-single-backlink a, .content .btn a, .content a.btn { padding:12px 20px; }

}







/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
padding:0 5px;
height:auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li:before {display: none !important;}
.slick-dots li
{
    position: relative;

    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #b61f3a;
    border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.c-socialwall .c-socialwall {width:calc(100% + 40px);margin:0 -20px;}
.c-socialwall__item {width:33.33333%; float:left;padding:20px;position: relative;overflow:hidden;}
.c-socialwall__item a {position: relative;overflow:hidden;display: block; color:#000;}
.c-socialwall__item p {position: absolute; opacity:0; left:20px;bottom:20px;right:20px; line-height:18px; background:rgba(255,255,255,.9); padding:20px; font-size:15px;}
.c-socialwall__item:hover img {transform: scale(1.1);}
.c-socialwall__item:hover p {opacity: 1}
.c-socialwall__item picture {overflow:hidden}

@media (max-width:800px) {
    .c-socialwall__item {width:50%;}
    .c-socialwall__item p {display: none}
}

.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}