@charset "UTF-8";
.art_desc {
	/*font-family: "Open Sans", Trebuchet MS, Arial, Helvetica, sans-serif; */
	/*font-size: 120%;
	/*line-height:1.5em; */
	text-align:justify;
	padding:10px;
}
.art_desc_headline {
	font-size: 26px;
	font-weight:bold;
	line-height:1.1em;
	border-bottom: 2px solid #C4C4C4;
	padding-bottom:10px;
	margin-bottom:20px;
	
}
/* F�R NICHT MEHR LIEFERBARE ARTIKEL */
.art_desc h1 {
	border: 1px solid #C4C4C4;
	/*border-radius:5px; */
	padding:5px;
	background-color:red;
	font-size:18px;
	font-weight:600;
	color: white;
}	

.art_desc_kurz {
	text-align: justify;
	line-height: 1.3em;
	font-size: 1.2em;
}
.art_desc_subline {
	border: 1px solid #C4C4C4;
/*	border-radius:5px; */
	padding:5px;
	background-color:#aabc21;
	font-size:1.4em;
	font-weight:600;
	color: white;
}
.art_desc_subline_rot {
	border: 1px solid #C4C4C4;
/*	border-radius:5px; */
	padding:5px;
	background-color:red;
	font-size:1.4em;
	font-weight:600;
	color: white;
}

.art_desc ul {
	color: #0E0E0E;
	line-height:1.6em;
	list-style:square;
	margin-top:5px;
	font-size: 1.1em;
}
.art_desc h2 {
	font-size: 30px;
	font-weight:bold;
	line-height:1.36em;
}
.art_desc a.button {
/*border: 1px solid #fff; */
background-color: #d47f14;
/*border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px; */
padding: 5px 20px;
text-decoration: none;
float: left;
margin-top:20px;
margin-right: 20px;
display: block;
color: white;
line-height: 24px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

.art_desc a.button:hover {
color: #000;
display: block;
background-color: #aabc21;
}

.art_desc a.button_kontakt {
/*border: 1px solid #fff; */
background-color: #d47f14;
/*border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px; */
padding: 5px 20px;
text-decoration: none;
float: left;
margin-top:-20px;
margin-left: -10px;
margin-right: 20px;
display: block;
color: white;
line-height: 24px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

.art_desc a.button_kontakt:hover {
color: #000;
display: block;
background-color: #aabc21;
}

.bilder {
	padding:10px;
	width:200px;
	float:left;
	margin:10px;
}

/* --- Accordion Menü --- */
.ac-container{
	margin: 10px auto 30px auto;
	text-align: left;
}
/*.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
*/
.ac-container label{
background-image: url(../../img/plus_white.png);
	background-repeat: no-repeat;
	background-color: #AABC21;
	background-position: 98% center;
position: relative;
z-index: 20;
display: block;
cursor: pointer;
/*font-family: "Open Sans","Arial Narrow",Arial,sans-serif;*/
/* box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1); */
background-color: #AABC21;
color: #FFF;
font-size: 18px;
font-weight: 600;
padding: 5px 20px 8px;
/*margin-bottom: 2px;*/
}
.ac-container label:hover{
	background: #d47f14;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #d47f14;
	color: white;
	/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1); */
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background-color: transparent;
	background-image: url(../../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../../img/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
/*	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3); */
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}
.balken_grau {
	/*	border-radius:5px; */
	font-size: 18px;
line-height: 1.1em;
background-color: #DDD;
height: auto;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
font-weight: 600;
}

/* Layout für Kategorientext */
#block {
	overflow:auto;	
}
.box_text_li {
     float: left;
     width: 50%;
     box-sizing: border-box;
}
.box_bild_re {
     float: left;
     width: 40%;
     padding: 0px;
     box-sizing: border-box;
	 text-align:center;
}
.box_bild_re img {
	padding: 10px;
}
.box_bild_li {
     float: left;
	 width: 40%;
     padding: 0px;
     box-sizing: border-box;
	 text-align:center;
}
.box_text_re {
     float: left;
	 width: 50%;
     box-sizing: border-box;
}
.box_bild_li img {
	padding: 10px;
}
/* Button für Anfrage in Produktbeschreibung */

.art_button {
	font-family: "Open Sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height:1.5em;
}

.art_button a.button_tab {
background-color: #d47f14;
padding: 5px 20px;
text-decoration: none;
float: left;
margin-top:20px;
display: block;
color: white;
line-height: 24px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

.art_button a.button_tab:hover {
color: #000;
display: block;
background-color: #aabc21;
}
