/* allgemeine Formatierung */
@font-face
{
font-family: "HelveticaNeue Thin.ttf";
src: local("HelveticaNeue Thin.ttf"),
url("../../fonts/HelveticaNeue Thin.ttf")
format("TrueType")
}
@font-face
{
font-family: "Roboto";
src: local("Roboto-Light.ttf"),
url("../../fonts/Roboto-Light.ttf")
format("TrueType")
}
@font-face
{
font-family: "RobotoBold";
src: local("Roboto-Bold.ttf"),
url("../../fonts/Roboto-Bold.ttf")
format("TrueType")
}
body {
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 300;
	/*background: #ffffff url(../layout/header_bg.jpg) center 0 no-repeat;*/
	background: white;
	overflow-x: hidden;
	overflow-y: scroll; /* so wird die scrollbar immer angezeigt und die seite springt nicht */
}
/* sp�ter individuell verwenden
li {
	list-style-type: square;
	color: #D72227;
	line-height: 30px;
}*/

td {
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
strong {
	font-family: 'RobotoBold', Helvetica, sans-serif;
}

/* container */
#headerMain {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	border-bottom: 2px solid #D72227;
	/*background: #ffffff url(../layout/bg_navi.jpg) center 0 repeat-x;*/
}
#header {
	position: relative;
	/*width: 1180px;*/
	width: 100%;
	height: 100px;
	margin: 0px auto;
}
#logo {
	position: relative;
	/*width: 300px;*/
	width: 15%;
	height: 55px;
	margin: 20px 0 10px 2.5%;
	padding-top: 0px;
	text-align: left;
	float:left;
}
#headerNaviCenter {
	position: relative;
	/*width: 600px;*/
	width: 55%;
	height: 95px;
	line-height: 95px;
	float:left;
	color: #000000;
}
#headerNaviSearch {
	position: relative;
	/*width: 300px;*/
	width: 10%;
	height: 52px;
	margin: 43px 0 0 0;
	padding-top: 0px;
	text-align: left;
	float:left;
}
#searchfield {
	position: relative;
	width: 80%;
	height: 30px;
}
#headerNaviRight {
	position: relative;
	/*width: 280px;*/
	width: 15%;
	height: 130px;
	margin: 50px 2.5% 0 0;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	text-align: right;
	float:right;
}
#loginbox, #basketbox, #changelang {
	position: absolute;
	z-index:999;
	width: 300px;	
	background: white;
	top: 50px;
	right: 0;
	border-top: 2px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 5px solid #999999;
	text-align: left;
	padding: 2.5% 5% 10% 5%;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	transition: display 1.75s;
}
#navi_main {
	width: 100%;
	height: 60px;
	background-color: #1A0003;
}
#navi {
	width: 1180px;
	margin: 0px auto;
	height: 60px;
	line-height: 60px;
	text-align:center;
	font-size: 16px;
	color: #ffffff;
	background-color: #1A0003;
}
#headerImage {
	width: 100%;
	height: 800px;
	overflow: hidden;
	/*background: #D72227 url(../layout/home_banner_kabelhdnano_20180502.png) left 0 no-repeat;*/
	background: #D72227;
	
}
#headerImageTextMain {
	width: 1180px;
	height: 700px;
	margin: 0px auto;
}
#headerImageText {
	width: 400px;
	height: 300px;
	margin: 200px 0;
	color: #000000;
	/*background-color: #000000;
	opacity: 0.8;*/
	font-size: 20px;
	line-height: 30px;
	/*padding: 40px;*/
	padding: 40px 40px 40px 0;
	font-family: Roboto;
	font-weight: 300;
}

#headerImageContent {
	width: 100%;
	height: 450px;
	overflow: hidden;
	background: #666666 ;
}
#headerImageContentTextMain {
	width: 1180px;
	height: 350px;
	margin: 0px auto;
	
}
#headerImageContentText {
	width: 400px;
	height: 190px;
	margin: 80px 0 0 0;
	color: #000000;
	/*background-color: #000000;
	opacity: 0.8;*/
	font-size: 20px;
	line-height: 30px;
	/*padding: 40px;*/
	padding: 40px 40px 40px 0;
}
#breadcrumb {
	font-size: 10px;
	color: #666666;
	line-height:30px;
	width: 1180px;
	margin-left:2.5%;
}

#main {
	width: 1180px;
	margin: 0px auto;
}
#maincontent_home {
	width: 95%; 
	margin: 2.5%; 
	
}
#maincontent {
	/*width: 1180px;*/
	width: 95%; 
	margin: 2.5%; 
	min-height: 350px;
	height: auto !important;  /*moderne Browser*/
	height: 350px;  /* IE */
	/*margin: 0px auto;*/
	padding: 0px 0 40px 0;
	background: #ffffff;
}
#cms_content {
	width: 1180px;
	margin: 0px auto;
	font-size: 16px;
	color: #000000;
}
#article_filter_left {
	margin-top: 120px;
	width: 20%;
	padding-right: 5%;
	float:left;
}
#mehr_hersteller {
	width:100%;
	transition: display 0.75s;
}
#article_content {
	margin-top: 120px;
	width: 75%;
	float:left;

	/*Ina 05.10.23*/
	display: flex;
    flex-wrap: wrap;
}
#article_detail {
	width: 1180px;
	margin: 0px auto;
	font-size: 16px;
	font-weight:300;
	color: #000000;
	margin-top: 200px;
}
#article_detail_image {
	width: 500px;
	height: 500px;
	margin-right: 100px;	
	display:block;
	float:left;
}
#article_detail_image_big {
	position: relative;
	width: 500px;
	height: 350px;
	display:block;
}
/* #article_detail_image_big_ani {
	
} */
#article_detail_image_small {
	width: 500px;
	height: 100px;
	margin-top: 30px;
	display:block;
}
#article_detail_priceinfo {
	width: 580px;
	margin-top: 50px;
	line-height: 30px;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	display:block;
	float:left;
}
#article_detail_priceinfo_price {
	width: 580px;
	height: 80px;
	font-family: 'RobotoBold', sans-serif;
	color: #D72227;
	font-weight: normal;
	font-size: 36px;
	text-align: right;
	display:block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
#article_detail_ausstattung {
	width: 100%;
	display:block;
}
#article_detail_options {
	width: 100%;
	display:block;
	margin-top: 60px;
	margin-bottom: 60px;
	line-height: 30px;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	background: #f5f5f5;
}
#article_readmore, #article_readmore2 {
	display: none;
}
#basketContent {
	width: 1180px;
	margin: 0px auto;
	font-size: 16px;
	color: #000000;
}

#content {
	width: 1180px;
	margin: 0px auto;
	text-align: left;
}
#contentLeft {
	width: 219px;
	margin-right: 40px;
	padding-right: 40px;
	float:left;
	border-right: 1px solid #e4e4e4;
}
#contentRight {
	width: 880px;
	float:left;
	text-align:left;
}
#aktionenHome {
	width: 95%; margin: 2.5%; 
}
#newsHome, .articleHome {
	margin: 60px auto;
	/*width: 1180px;*/
	width: 100%;
}
#svsHome {
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-top: 0px;
	height: 700px;
}
#infoboxHome {
	margin-left: 35px;
	width: 735px;
	text-align:left;
	float:left;
}
#footer {
	width: 95%;
	margin-top: 0px;
	padding: 5px 2.5% 5px 2.5%;
	line-height: 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #D72227;
}
#footerContent {
	margin: 0px auto;
	width: 1180px;
}
.footerLeft {
	width: 15%;
	float:left;
}
.footerCenter {
	width: 40%;
	float:left;
	text-align:left;
}
.footerRight {
	width: 40%;
	float:right;
	text-align:right;
}

/* Navigationselemente */
.navi_element {
	position: relative;
	text-align:center;
	/*width: 120px;*/
	height: 95px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 115px;
	display: block;
	float:left;
}
.navi_element:hover {
	height: 90px;
	line-height: 105px;
	border-top: 5px solid #D72227;
}

#navelemsub1, #navelemsub2, #navelemsub3, #navelemsub4, #navelemsub5, #navelemsub6{
	position: absolute;
	width: 500px;	
	margin-left: 0px;
	min-height: 400px;
	height: auto !important;  /*moderne Browser*/
	height: 400px;  /* IE */
	max-height: 100%;
	text-align:center;
	background-color: #ffffff;
	color: #D72227;
	line-height: 30px;
	font-size: 14px;
	top:90px;
	margin-top: 0px;
	padding: 30px 0 30px 0%;
	border-bottom: 2px solid #D72227;
	/*opacity: 0.9;*/
	z-index:999;
	transition: opacity 0.1s ease-in-out;
}
.navi_element #navelemsub1, .navi_element #navelemsub2, .navi_element #navelemsub3, .navi_element #navelemsub4, .navi_element #navelemsub5, .navi_element #navelemsub6 {
	visibility:hidden;
	opacity: 0;
}
.navi_element:hover #navelemsub1, .navi_element:hover #navelemsub2, .navi_element:hover #navelemsub3, .navi_element:hover #navelemsub4, .navi_element:hover #navelemsub5, .navi_element:hover #navelemsub6 {
	visibility:visible;
	opacity: 1;
	/*animation-name: open-navi;
	animation-duration: 1s;*/
}
@keyframes open-navi {
	/*0%	{  }
	50%		{ transform: translateY(50%); width: 0px; height: 0px; }
	100%	{  }*/
	/*from { opacity: 0 }
	to { opaticity: 1 }*/
}
/* was ist das??
.navi_element .#navelemsub1, .navi_element .#navelemsub2, .navi_element .#navelemsub3, .navi_element .#navelemsub4 {
	visibility:visible;
}*/
.navi_element_sub {
	visibility: inherit;
	margin: 0px auto;
	width: 1180px;
}

/* Klassen */
.headerNaviImg {
	width:20px;
	height: 20px;
	margin-left: 20px;
}
.article_image_standard {
	position: relative 
}
.article_image_animation {
	position: absolute;
	animation-name: Artikel-hinzufuegen;
	animation-duration: 2s;
	z-index: 10;
}
@keyframes Artikel-hinzufuegen {
	/*0%	{  }
	50%		{ transform: translateY(50%); width: 0px; height: 0px; }
	100%	{  }*/
	from {}
	to { transform: translateX(50%); width: 0px; height: 0px; margin-top: -50px; margin-left: 1500px }
}

/* .search_element {
	
} */
#article_detail h6, #cms_content h6 {
	width: 1180px;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #D72227;
	font-family: 'Roboto', sans-serif;
	margin: 60px 0 20px 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 24px;
}
#article_detail_ausstattung .headline {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #D72227;
	font-family: 'Roboto', sans-serif;
	margin: 60px 0 20px 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 24px;
}
.ProdOptionsL {
	width: 20%;
	margin-right: 6%;
	display: block; 
	float:left;
	line-height: 40px;
}
.ProdOptionsR {
	width: 22%;
	display: block; 
	float:left;
	line-height: 40px;
}
.homeBoxL {
	position:relative;
	width: 28%;
	height: 350px;
	margin-right: 8%;
	padding: 0;
	background: #ffffff;
	color: #000000;
	float:left;
	display: block;
}
.homeBoxR {
	position:relative;
	width: 28%;
	height: 350px;
	margin-right: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	float:left;
	display: block;
}

.homeBoxTitle {
	width: 350px;
	height: 45px;
	background: #ffffff;
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	display:block;
	text-align:center;
}
.homeBoxText {
	width: 100%;
	height: 200px;
	display: block;
}
.homeBoxLink {
	height: 40px;
	width: 200px;
	text-align:center;
	background: #D72227;
	margin-left: 75px;
	display:block;
}
.homeBoxImage {
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.infoboxL {
	position:relative;
	width: 43%;
	height: 400px;
	padding: 20px 2% 20px 2%;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	color: #000000;
	float:left;
	display: block;
}
.infoboxR {
	position:relative;
	width: 43%;
	height: 400px;
	margin-right: 0;
	padding: 20px 2% 20px 2%;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	color: #000000;
	float:right;
	display: block;
}
.artBoxL {
    width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
	float:left;
	text-align:left;
}
.artBox15L {
    width: 15%;
	margin-right: 2%;
	margin-bottom: 60px;
	float:left;
	text-align:left;
}
.artBoxR {
    width: 30%;
	margin-right: 0;
	margin-bottom: 60px;
	float:left;
	text-align:left;
}
/*Ina 05.10.23*/
#article_content>.artBoxFlex{
	display: flex;
    flex-direction: column;
	float: none;
	width: calc((100% / 3) - 5% );
	margin-right: 5%;
	justify-content: space-between;
}
.artBox15R {
    width: 15%;
	margin-right: 0;
	margin-bottom: 60px;
	float:left;
	text-align:left;
}
.artBox { /* f�r 1er Layout */
    width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 60px;
	float:left;
	text-align:left;
}
.artImage {
	width: 100%;
	height: 260px;
	text-align:center;
	display:block;
	border: 1px solid #cccccc;
	overflow: hidden;
	border-radius: 10px;
}
.artBoxHeadlineHersteller {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight:500;
	font-family: Roboto;
	/*text-transform:uppercase;*/
	font-size: 16px;
	display:block;
	margin-top: 20px;
}
.artBoxHeadline1 {
	width: 100%;
	/* height: 30px; */
	line-height: 30px;
	font-weight:300;
	font-family: Roboto;
	/*text-transform:uppercase;*/
	font-size: 24px;
	display:block;
	margin-top: 0px;
}
.artBoxHeadline2 {
	width: 100%;
	/* height: 30px; */
	line-height: 30px;
	font-weight:300;
	font-family: Roboto;
	/*text-transform:uppercase;*/
	font-size: 15px;
	display:block;
	overflow:hidden;
}
.artBoxBottom a {
	text-decoration: none;
	color: black;
}
.artBoxInfo {
	width: 100%;
	line-height: 30px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	display:block;
}
.artBoxPrice {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: Roboto, sans-serif;
	font-size: 24px;
	color: #D72227;
	display:block;
}
.artBoxPiktogramme {
	width: 70%;
	height: 40px;
	display: block;
	float:right;
}
.artBoxButton {
	width: 30%;
	height: 40px;
	line-height: 40px;
	display:block;
	float:left;
}
.artBoxLink {
	width:50%;
	background-color: #D72227; 
	color: #ffffff; 
	text-decoration: none; 
	padding: 5px 20px 5px 20px;
	transition: background 0.75s;
	text-decoration: none;
	border-radius: 5px;
}
.artBoxLink:hover {
	background-color: black;
}

.news {
	width: 250px;
	margin-bottom: 50px;
	font-size: 12px;
	display: block;
}
.newsbox {
	width: 30%;
	/*height: 350px;*/
	margin-right: 5%;
	padding: 0;
	background: #D72227;
	color: #ffffff;
	float:left;
	display: block;
}

.portfolioImgL {
	width: 250px;
	/*height: 156px;*/
	margin-right: 60px;
	margin-bottom: 60px;
	float:left;
	overflow:hidden;
}
.portfolioImgR {
	width: 250px;
	/*height: 156px;*/
	margin-bottom: 60px;
	float:left;
	overflow:hidden;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 2s;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Roboto, Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
#AccountLoginName

    {

	width: 100%;
	font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 300;
	font-size: 14px;
	color: black;
	margin-top: 10px;
	position: relative;
	display:block;
	border: 1px solid #666666;
	background: white;
    }



#AccountLoginPass

    {

   width: 100%;
	font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 300;
	font-size: 14px;
	color: black;
	margin-top: 10px;
	position: relative;
	display:block;
	border: 1px solid #666666;
	background: white;
    }


.AccountLoginSubmit {
	border: 0;
	background-color: #D72227;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	transition: all 0.75s;
	margin-top: 10px;
	position: relative;
	display:block;
}
.AccountLoginSubmit:hover {
	background-color: black;
}
.form {
	width: 100%;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:300;
}
.form10 {
	width: 10%;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:300;
}
.form20 {
	width: 20%;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:300;
}
.form45 {
	width: 45%;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:300;
}
.form50 {
	width: 50%;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:300;
}
.form75 {
	width: 75%;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:300;
}
.form90 {
	width: 90%;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:300;
}


.form30 {
	width: 30px;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
}

.form100 {
	width: 100px;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
}
.form150 {
	width: 150px;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
}
.form250 {
	width: 250px;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
}
.form585 {
	width: 585px;
	border: 1px solid #999999;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
}
.form_search {
	width: 145px;
	height: 16px;
	border: 1px solid #D72227;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 16px;
}
#artsearch.awesomplete {
	width: 80%;
	height: 28px;
	line-height: 28px;
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	border: 0px solid #000000;
	float:left;
	border-bottom: 1px solid;
}
.awesomplete:focus {
	border: 1px solid #D72227;
}
.button {
	border: 0;
	background-color: #D72227;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	transition: all 0.75s;
}
.button:hover {
	background-color: black;
}
.cky-banner-element {
	border: 0;
	background-color: #D72227;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	transition: all 0.75s;
}
.cky-banner-element:hover {
	background-color: black;
}
.button2 {
	border: 0;
	background-color: black;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	transition: all 0.75s;
}
.button2:hover {
	background-color: #D72227;
}
.button10 {
	border: 0;
	background-color: #D72227;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	width: 10%;
	transition: all 0.75s;
}
.button10:hover {
	background-color: black;
}


.button_transparent {
	border: 0;
	background: transparent;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 2px 5px 2px 5px;
}
.button_transparent2 {
	border: 0;
	background: transparent;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 2px 5px 2px 5px;
}
.button_search {
	width: 20%;
	height: 20px;
	background: url(../../images/icons/button_search.jpg) 0 0 no-repeat;
	border: 0px;
	margin: 0 0 0 10px;
	float: right;
}
.button_search_header {
	width: 15%;
	height: 30px;
	background: #ffffff url(../../images/icons/icon_search_20.png) center center no-repeat;
	border: 0px;
	margin: 0;
	padding: 0;
	float:right;
	transition: background 0.75s;
}
.button_search_header:hover {
	background: #ffffff url(../../images/icons/icon_search_red_20.png) center center no-repeat;
}
.button_basket {
	width: 30px;
	height: 30px;
	background: #ffffff url(../../images/icons/icon_refresh_20.png) center center no-repeat;
	border: 0px;
	margin: 0;
	padding: 0;
	float:right;
	transition: background 0.75s;
}
.button_basket:hover {
	background: #ffffff url(../../images/icons/icon_refresh_red_20.png) center center no-repeat;
}
.button_basket2 {
	width: 30px;
	height: 30px;
	background: #ffffff url(../../images/icons/icon_check_20.png) center center no-repeat;
	border: 0px;
	margin: 0;
	padding: 0;
	float:right;
	transition: background 0.75s;
}
.button_basket2:hover {
	background: #ffffff url(../../images/icons/icon_check_red_20.png) center center no-repeat;
}

/* slider */
input[type=range]:focus {
  outline: none;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background-color: silver;
  border-radius: 5px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background-color: silver;
  border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 8px solid gray;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  margin-top: -10px;
}

input[type=range]::-moz-range-thumb {
  border:8px solid gray;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  margin-top: -14px;
}
/* ende slider */

.error {
	color: #D72227;
}

/* Schriftformatierung */
#headerImageText h1, #headerImageContentText h1 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 36px 0;
	padding: 0px;
	color: #D72227;
	font-weight: normal;
	font-size: 36px;
}
#content .prodBoxContent h1 {
	font-family: 'Roboto', sans-serif;
	margin: 20px 0 0 0;
	padding: 0px;
	color: #D72227;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}
.navi_element_sub h1 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 0 0;
	padding: 0px;
	color: #D72227;
	font-weight: bold;
	font-size: 14px;
}
#content h1, #maincontent h1, #svsHome h1 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 36px 0;
	padding: 0px;
	color: #D72227;
	font-weight: bold;
	font-size: 36px;
}
#article_filter_left h1 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 36px 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 36px;
}
#contentLeft h1 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 24px 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 18px;
}
.infobox h1, .news h1 {
	margin: 1px 0 24px 0;
	padding: 0px;
	color: #D72227;
	font-weight: normal;
	font-size: 18px;
}
#article_detail h1 {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	margin: 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 36px;
}
#newsHome h1, .articleHome h1 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 36px 0;
	padding: 0px;
	color: #D72227;
	font-weight: bold;
	font-size: 36px;
}
#maincontent h2, #svsHome h2 {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	margin: 0 0 36px 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 36px;
}
#article_detail h2 {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	margin: 0;
	padding: 0px;
	color: #000000;
	font-weight: 300;
	font-size: 24px;
	line-height: 48px;
}

#newsHome h2, .articleHome h2 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 36px 0;
	padding: 0px;
	color: #000000;
	font-weight: 300;
	font-size: 30px;
}
.infobox h2, .news h2 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
#maincontent h3, #newsHome h3, .articleHome h3 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 24px 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 24px;
}
#svsHome h3 {
	font-family: 'Roboto', sans-serif;
	margin: 16px 0 10px 0;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 24px;
}
#footer h1 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 24px 0;
	padding: 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: 24px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0px;
	color: #D72227;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #D72227;
	font-size: 10px;
	font-weight: bold;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #D72227;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
h5 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.blue {
	color: #D72227;
}
.error {
	color: #D72227;
}

/* Navigation */
#headerNaviRight a {
	color: #ffffff;
	font-size: 12px;
	text-decoration:none;
}
#headerImageText a {
	font-size: 20px;
	background-color: #D72227;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
#headerImageText a:hover {
	font-size: 20px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
.navi_element_sub a {
	font-size: 14px;
	color: #D72227;
	text-decoration: none;
}
#content a:link, #content a:visited, #content a:active {
	font-size: 16px;
	color: #D72227;
	text-decoration: none;
}
#content a:hover {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#cms_content a:link, #cms_content a:visited, #cms_content a:active {
	font-size: 16px;
	color: #D72227;
	text-decoration: none;
}
#cms_content a:hover {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#content .homeBoxLink a:link, #content .homeBoxLink a:visited, #content .homeBoxLink a:active {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
}
#content .homeBoxLink a:hover {
	color: #D72227;
}

#content .homeBoxLink a:link, #content .homeBoxLink a:visited, #content .homeBoxLink a:active {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
}
#content .homeBoxLink a:hover {
	color: #D72227;
}

.content a:link, .content a:visited, .content a:active {
	font-size: 16px;
	color: #D72227;
	text-decoration: none;
	line-height: 40px;
}
.content a:hover {
	color: #000000;
}

#newsHome a, .articleHome a, #svsHome a {
	color: #D72227;
	text-decoration:none;
}
.news a:link, .news a:visited, .news a:active {
	font-size: 12px;
	color: #D72227;
	text-decoration: none;
}
.news a:hover {
	font-size: 12px;
	color: #D72227;
	text-decoration: none;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb a:hover {
	font-size: 10px;
	color: #D72227;
	text-decoration: none;
}
#article_detail a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#article_detail a:hover {
	color: #D72227;
}
#article_filter_left a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#article_filter_left a:hover {
	color: #D72227;
}


a.navi:link, a.navi:visited, a.navi:active {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
a.navi.active {
	font-weight: bold;
	color: #D72227;
}
a.navi:hover {
	color: #D72227;
}
a.navi2:link, a.navi2:visited, a.navi2:active {
	font-size: 12px;
	color: #D72227;
	text-decoration: none;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: right;
	display:block;
	font-weight: bold;
}
a.navi2:hover {
	font-size: 12px;
	color: #b4b5a3;
	text-decoration: none;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: right;
	display:block;
	font-weight: bold;
}
a.subnavi:link, a.subnavi:visited, a.subnavi:active {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.subnavi:hover {
	color: #D72227;
}
a.subnavi2:link, a.subnavi2:visited, a.subnavi2:active {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}
a.subnavi2:hover {
	color: #D72227;
}

a.topnavi:link, a.topnavi:visited, a.topnavi:active {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.topnavi:hover {
	font-weight:bold;
}
#loginbox a, #basketbox a, #changelang a {
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	line-height: 20px;
}
#loginbox a:hover, #basketbox a:hover, #changelang a:hover {
	color: #D72227;
}
#loginbox a.buttonStyleLogin, #basketbox a.buttonStyleLogin {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #000000;
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	line-height: 40px;
	text-align:center;
	transition: font-size 0.35s;
}
#loginbox a.buttonStyleLogin:hover, #basketbox a.buttonStyleLogin:hover {
	font-size: 20px;
}
#loginbox a.buttonStyleLogin2, #basketbox a.buttonStyleLogin2 {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #D72227;
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: normal;
	line-height: 40px;
	text-align:center;
	transition: font-size 0.35s;
}
#loginbox a.buttonStyleLogin2:hover, #basketbox a.buttonStyleLogin2:hover {
	font-size: 20px;
}
#content a.small:link, #content a.small:visited, #content a.small:active {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#content a.small:hover {
	font-weight:normal;
}
#content a.buttonStyle, #cms_content a.buttonStyle, #svsHome a.buttonStyle, #product_compare a.buttonStyle, #article_detail a.buttonStyle {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #D72227;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	line-height: 40px;
	text-align:center;
	transition: font-size 0.35s;
}
#content a.buttonStyle:hover, #cms_content a.buttonStyle:hover, #svsHome a.buttonStyle:hover, #product_compare a.buttonStyle:hover, #article_detail a.buttonStyle:hover {
	font-size: 20px;
}
a.footer:link, a.footer:visited, a.footer:active {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #D72227;
}
#footer a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #f5f5f5;
}
#content a.sitemap:link, #content a.sitemap:visited, #content a.sitemap:active {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#content a.sitemap:hover {
	font-size: 16px;
	color: #D72227;
	text-decoration: none;
}
#article_detail .content a:link, #article_detail .content a:visited, #article_detail .content a:active {
	font-size: 16px;
	color: #D72227;
	text-decoration: none;
	line-height: 40px;
}
#article_detail .content a:hover {
	color: #000000;
}

/*************************************/

/******* TABS **************/

/* tab pane styling */
div.panes div {
	display:none;
}

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
	width:630px;
	/*border-bottom:1px solid #000000;*/
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab.  */
#content ul.tabs a.normal {
	background-color: #fff;
	font-size:14px;
	display:block;
	height: 28px;
	line-height:28px;
	width: 157.5px;
	text-align:center;
	text-decoration:none;
	color: #000000;
	padding:0px;
	margin:0px;
	position:relative;
	/*top:1px;*/
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #fff #fff #999999 #fff;
}
/* leerer Tab, da kein Inhalt verfügbar, als Platzhalter */
#content ul.tabs .empty {
	background-color: #fff;
	font-size:14px;
	display:block;
	height: 28px;
	line-height:28px;
	width: 157.5px;
	text-align:center;
	text-decoration:none;
	color: #000000;
	padding:0px;
	margin:0px;
	position:relative;
	/*top:1px;*/
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #fff #fff #999999 #fff;
}

#content ul.tabs a.normal:active {
	outline:none;
	width: 155.5px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #999999 #999999 #fff #999999;
}

/* when mouse enters the tab move the background image */
#content ul.tabs a.normal:hover {
	background-color: #fff;
	width: 157.5px;
	color:#D72227;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #fff #fff #999999 #fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#content ul.tabs a.current, #content ul.tabs a.current:hover, #content ul.tabs li.current a {
	background-color: #fff;
	width: 155.5px;
	cursor:default !important;
	color:#D72227 !important;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #999999 #999999 #fff #999999;
}

/* initially all panes are hidden */
div.panes div.pane {
	display:none;
}

/* slider startseite */
.newsSlider,
.slider_demo_right,
.slider_demo_up,
.slider_demo_fade {
	/*max-width: 400px;*/
	width: 100%;
	border: 0;
	height: 350px;
	background: #D72227;
	overflow: hidden;
}
.newsSlider div {
	width: 100%;
	height: 100%;
}
.newsSlider p,
.slider_demo_right p,
.slider_demo_up p,
.slider_demo_fade p {
	font-size: 36px;
	color: white;
	margin: 250px 50px 50px 50px;
	padding: 0;
	line-height: 50px;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}	




@media only screen and (max-width: 1670px) {
	#article_content>.artBoxFlex{
		width: calc((100% / 2) - 5% );
	}
}

@media only screen and (max-width: 1200px) {
	#article_content>.artBoxFlex{
		width: calc(100% - 5%);
	}
}