@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #303030;
	background-color: #fff;
	font-family: tahoma, arial;
	font-size: 12px;
	line-height: 1.3;
}

a{
	color: #303030;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* index.php header */
div.oben {
    top: 10px;
    width: 100%;
    height: auto;
}

div.navi {
    margin-top: 25px;
}

div.balken1 {
	margin-top: 10px;
}

div.left {
    position: relative;
    left: 0;
	top: 10px;
	margin: 0 10px;
    height: auto;
	float: left;
	font-size: 11px;
}

div.middle {
    height: auto;
    left: 0;
    margin-left: 0px;
    position: relative;
    top: 11px;
    width: auto;
    float: left;
}

div.right {
    position: relative;
    right: 0;
	top: 17px;
    height: auto;
    width: auto;
    float: right;
	margin-right: 10px;
	font-size: 11px;
}

div.mitte {
    min-height: 500px;
    top: 140px;
}

.derframe {
    height: 500px;
}

div.balken2 {
    top: 640px;
}

div.footer {
    top: 690px;
}
/* index.php header END */

/* lagerliste.php */
.content{
	padding: 0 12px 0 12px;
	max-width: 1024px;
	margin: auto;
}

/* Filter */
.filter{
	width: 100%;
	height: 35px;
	margin-top: 20px;
}

.filter_content{
	width: 700px;
	margin: auto;
}

.produktgruppe{
	width: 240px;
	float: left;
}

.produktgruppe select {
    border: 1px solid #DCDBDB;
    font-size: 12px;
    padding: 5px;
    width: 140px;
    box-shadow: none;
    border-radius: 0px;
    background-color: #FFFFFF;
    margin-left: 10px;
	height: 35px;
}

.produktgruppe li {
    list-style-type: none;
	display: inline-block;
}

.sortierung{
	width: 240px;
	float: right;
}

.sortierung li {
    list-style-type: none;
}

.sortierung select {
    border: 1px solid #DCDBDB;
    font-size: 12px;
    padding: 5px;
    width: 140px;
    box-shadow: none;
    border-radius: 0px;
    background-color: #FFFFFF;
    margin-left: 10px;
	height: 35px;
}
/* Filter END */

/* Artikel */
.uebersicht{
	width: 100%;
	margin-top: 20px;
	float: left;
}

.artikel{
	width: 180px;
	float: left;
	padding: 0 10px 0 10px;
	margin-bottom: 20px;
}

.image{
	min-height: 273px;
}

.image img{
	max-width: 180px;
	height: auto;
	max-height: 270px;
	display: block;
	margin: 0 auto;
}

.beschreibung{
	text-align: center;
}

.beschreibung a:hover{
	text-decoration: none;
}

.artikelnummer{
	font-weight: 700;
}

.preis{
	color: #646464;
	/*text-decoration: line-through;*/
}

.streichpreis{
	color: #DB0E0E;
}
/* Artikel END */
/* lagerliste.php END*/

/* detailseite.php */
.detailseite select{
	width: 38px;
	height: 30px;
	margin-right: 3px;
	border-radius: 0;
	background-color: #fff;
}

table.detail td {
    vertical-align: middle;
}

.image_slider{
	/*width: 50%;*/
	width: 540px;
	padding-right: 10px;
	float: left;
	margin-bottom: 40px;
}

.image_slider img{
	width: 100%;
	height: auto;
}
	
	.image_slider .artikel_slider img{
		cursor: pointer;
		float: left;
		height: auto;
		margin-right: 15px;
		width: 120px;
	}

.image_slider_bild{
	overflow-y: hidden;
	margin-bottom: 10px;
}

#Zoombild {
    margin: 0 auto !important;
    position: relative !important;
    max-width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}

.daten{
	float: left;
	width: 440px;
	/*width: 45%;*/
}

.txt2{
	width: 100%;
	/*width: 470px;*/
	padding-top: 30px; 
}

.txt2 h1{
	font-size: 14px;
	font-weight: 700;
}

.txt2 h2 {
    font-size: 14px;
    font-weight: 700;
}

.daten_tabelle{
	width: 100%;
	/*width: 470px;*/
}

.preis_detail{
	/*font-weight: 700;*/
	font-size: 14px;
	margin-right: 5px;
}

span#streichpreis.preis_detail{
	color: #F00;
}

.change_article{
	margin-top: 5px;
}

.change_article img{
	width: auto;
	height: 11px;
	vertical-align: middle;
}

.style{
	margin-top: 15px;
}

.style p{
	font-size: 12px;
	font-weight: 700;
}

.style img{
	width: 150px;
	height: auto;
	border: 1px solid #646464;
}

.farbkarte{
	float: left;
	margin-right: 5px;
}

.farbkarte p{
	margin-bottom: 0;
	margin-top: 5px;
}

.styleguide{
	float: left;
}

.styleguide p{
	margin-bottom: 0;
	margin-top: 5px;
}


.button_warenkorb{
	background-color: #303030;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 0;
    width: 250px;
    height: 35px;
    line-height: 35px;
	margin: 20px 0;
	cursor: pointer;
}

table.detail2{
	border-spacing: 0px;
}

table.detail2 td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table.detail2 .light {
	background-color: #ececec;
}

table.detail2 .dark {
	background-color: #DCDBDB;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#cboxClose {
    top: 0;
}
/* detailseite.php END */

/* warenkorb.php */
.blue{
	color: #000;
}

table.detail2 textarea {
    width: 235px;
	max-width: 235px;
    height: 60px;
}

.button_aktualisieren{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-transform: uppercase;
	padding: 0;
    width: 100px;
    height: 25px;
    line-height: 25px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 11px;
}

.button_bestellen{
	background-color: #303030;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 0;
    width: 200px;
    height: 35px;
    line-height: 35px;
	cursor: pointer;
	float: right;
}

select.width_20 {
    width: 40px;
	height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	border-radius: 0px;
}
/* warenkorb.php END */

/* sonderprogramme.php */
table.detail td.txt3 {
    vertical-align: top;
}

.txt3{
	padding-top: 30px; 
	vertical-align: top;
}

.txt3 h1{
	font-size: 14px;
	font-weight: 700;
	color: #303030;
}

.txt3  .preis {
	font-size: 14px;
	color: #303030;
}

table.detail th{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#DCDBDB;
	color:#000;
}
/* sonderprogramme.php END */

/* kundendaten.php */
.button_senden{
	background-color: #303030;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 0;
    width: 150px;
    height: 35px;
    line-height: 35px;
	cursor: pointer;
	float: right;
}
/* kundendaten.php END */

/* Media Queries Tablet quer */
/*@media only screen and (min-width : 769px) and (max-width : 1024px){

}*/
/* Media Queries Tablet quer END */

/* Media Queries Tablet hoch */
@media only screen and (max-width : 768px){
.content{
	padding: 0 12px 0 12px;
}
	
div.left{
	display: none;
}
	
.artikel{
	width: 228px;
}

.image img{
	width: 228px;
}

.image{
	min-height: 345px;
}

div.middle{
	margin-left: 10px;
}
	
.image_slider{
	width: 356px;
}

.daten{
	width: 378px;
}
	
.image_slider .artikel_slider img{
	height: auto;
	width: 103px;
}
	
.warenkorbartikel{
	display: none;
}
	
#colorbox {
   top: 140px !important;
}
}
/* Media Queries Tablet hoch END */