                        
div.farbvariante {
    display: inline-block;
    margin: 8px 0 0 0;
    border: 2px solid #ccc;
}  

div.farbvariante_aktiv_dunkel {
    display: inline-block;
    margin: 8px 0 0 0;
    border: 2px solid #000;
}  

div.farbvariante_aktiv_hell {
    display: inline-block;
    margin: 8px 0 0 0;
    border: 2px solid #777;
}  

div.farbvariante img.farbvariante_kreuz {
    margin: 5px 6px;
}

ul.sub_shopnavi {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

input.grusskartentext {
    width: 220px;
    font-size: 12px;
}

.niedrig p, .niedrig hr {
    margin: 5px 0;
    font-size: 14px;
}

.shop ul.blaettern li {
    float: left; 
    list-style-type: none;
}

.shop ul.blaettern li a, .shop ul.blaettern li a:hover {
    font-weight: normal;
    border-bottom: none;
    color: #000;
}

.shop ul.blaettern li.active a {
    border-bottom: none;
    font-weight: bold;
}

.text_rechts {
    text-align: right;
    font-family: "Inconsolata",serif;
}

.text_center {
    text-align: center;
}

table.bestellungen td {
    border-bottom: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
} 

table.bestellungen td a.button_allgemein,
table.bestellungen td a.button_allgemein:link,
table.bestellungen td a.button_allgemein:visited {
    width: auto;
    display: inline-block;
} 

table.bestellungen th {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
} 

.animation_start_pause {
    text-align: center;
}

.rot {
    color: #f00;
}

form.neukunde a.meldung_passwort {
    color: red; 
    letter-spacing: 0; 
    font-family: "Lucida Sans","Lucida Sans Unicode";
}

table.versandkosten {
    border-collapse: collapse;
}

table.versandkosten, table.versandkosten th, table.versandkosten td {
    border: 1px solid black;
}

table.versandkosten td {
    padding: 5px 10px;
}

table.versandkosten tr td table, table.versandkosten tr td table th, table.versandkosten tr td table td {
    border: none;
}

table.versandkosten tr td table td {
    padding: 2px 0 0 15px;
}

.shop .navibutton {
    width: 30px;
}

.zahlungsart_auswahl {
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.lupe_detail {
    text-align: center;
    margin: 10px 0 0 0;
}

.neu {
    color: #FF4500;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    white-space: nowrap;
}

.promilink {
    font-family: "Inconsolata",serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 15px 0;
    z-index: 1000
}

.promilink a {
    background-color: #b0b0b0;
    padding: 5px 10px;
    color: #000000;
    text-decoration: none;
}

#gutscheincode {
    border: 1px solid #000000;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

/***********************
Media Query
***********************/

@media (max-width: 768px) {
	
	table.bestellungen th {
	    display: none;
	} 

	table.bestellungen td {
	    display: block;
	    width: 100%;
	    float: left;
	    padding: 5px;
	    border-bottom: none;
	    margin: 0px
	} 
	
	table.bestellungen td a.button_allgemein,
	table.bestellungen td a.button_allgemein:link,
	table.bestellungen td a.button_allgemein:visited {
	    width: 70%;
	} 
	
	table.bestellungen tr:nth-child(even) td {
		background: #f5f5f5;
	}
	
	table.bestellungen td:before {
		content:attr(data-title);
		display: inline-block;
		vertical-align: top;
		width: 30%;
		font-family: 'Inconsolata', serif;
		font-size: 14px;
		font-weight: bold;
	}

}
