﻿/* General Demo Style
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
 */
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 9d7171  47a3da*/
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #3a1729;
	background-image: url(../images/vdw.jpg);	
}

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

a:hover {
	color: #000;
}

.container  {
position:absolute;
top:0px;
left:240px;
clear:both;


}
.container > header {
	
	left:240px;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
	color:#c8c8c8; /* farbe überschrift*/
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #3a1729;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #c7c7c7;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #c7c7c7;
}

.main {
	clear:both;
}
.main > section {
	position:fixed;
	top:0px;
	left:0px;
	max-width: 160px;
	width: 90%;
	margin: 0 auto;
	z-index:999;
}

.main > section h2 {
	font-weight: 300;
	color: #ccc;
}

.main > section button {
	border: none;
	background: #3a1729;
	color:#b0477d;
	padding: 1.1em;
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 10px 0;
	font-size: 0.8em;
}

.main > section button:hover {
	background: #603050;
}

.main > section button.active {
	background: #3a1729;
}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;
}
.abbildung {
	width:200px;	
	float:left; 
	margin-right:20px; 
	margin-bottom:10px;	
}
.txt {
	padding-left:2em;	
	margin-left:200px;
	padding-right:120px;
	vertical-align:middle;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #000;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;		
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container1 {
	width: 100%;
	padding-left:200px;
	padding-bottom:100px;
	color:#c8c8c8; /*textfarbe inhaltstext*/
	float: left;
	overflow: hidden;

}
.content {
	padding: 0 20px 0px 20px;
}

.wrapper {
	position:absolute;
	top:160px;
	/*padding-right:200px;*/
	width: 100%;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 200px;
	padding-top:1em;
	padding-bottom:10em;
	position: fixed;
	background: none;
	overflow:auto;
	height:auto;
	max-height:90%;
	
}
.left-sidebar a {	
	display: block;
	color: #cfcfcf;			
	font-weight: 400;		
	font-size:1.0em;
	border-bottom: 1px solid #3a1729;
	
	padding: 0.3em;	
}
.left-sidebar a:hover {		
	color: #f000fa;		
}
.left-sidebar a:active {		
	color: #55ff55;		
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 200px;
	top:10px;
	right:0px;
	position: fixed;
	background: #3a1729;
	color:#b0477d;

}
.right-sidebar a {	
	font-size:0.8em;
	display: block;
	float: left;
	width:100%;
	padding:1em 1em 1em 1.5em;	
	color:#b0477d;
}

.right-sidebar div {
	font-size:0.7em;
	color:#c7c7c7;
	display: block;
	float: left;
	width:100%;
	padding:0em 0em 0.6em 2em;
}
.right-sidebar img {
	position:absolute;
	right:1em;
	top: 0.6em;
	padding-bottom:2em;
	float:right;
	
}
#click {
	cursor:pointer;
}
.language{
	float: left;
	width: 80px;
	top:120px;
	right:0px;
	position: fixed;
	color:#f3f3f3;
	background-color:#3a1729;
	height:55px;
	opacity:0.5;
	font-size:0.7em;

}
#en {
display:block;
text-align:left;
height:20px;
padding:10px;
cursor:pointer;

}
#de {
display:block;
text-align:left;
height:20px;
padding:10px;
cursor:pointer;
}
#de:hover{
color:#55ff55;
font-style:italic;
}
#en:hover{
color:#55ff55;
font-style:italic;
}
.wkinhalt {
	width:35%;
	height:auto;
	min-height:250px;
	max-height:60%;
	overflow:auto;	
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:50px;
	position:fixed;
	background-color:#3a1729;	
	opacity:0.9;
	color:#d7d7d7;
	top:100px;
	left:-1100px ;
	margin-left:100px;
}
#close {	
	top:5px;
	font-size:0.8em;
	right:10px;
	padding:5px;
	position:absolute;	
	width:80px;
	text-decoration:underline;
	cursor:pointer;
}
#close:hover{	
	color:#b0477d;
}
#close:active{	
	color:#55ff55;
}
#clearall {
	top:5px;
	padding:5px;
	font-size:0.8em;
	right:100px;
	position:absolute;	
	width:80px;
	text-decoration:underline;
	cursor:pointer;
}

#clearall:hover{	
	color:#b0477d;
}
#clearall:active{	
	color:#55ff55;
}

#checkout {
	position:absolute;
	padding:5px;
	font-size:0.8em;
	right:200px;
	top:5px;
	width:80px;
	text-decoration:underline;
	cursor:pointer;
}
#checkout:hover{	
	color:#b0477d;
}
#checkout:active{	
	color:#55ff55;
}

.checkouttext {
	margin-bottom:20px;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;	
}

.liste {
/* Artikelliste im WK */
	left:90%;
	border-bottom: 1px solid #3a1729;
}

.zahlweise {
	vertical-align:baseline;
}
/* WK anzeige
-----------------------------------------------------------------------------*/
#wk_ueberschrift {
	width:95%;
	border-bottom:solid 1px;
}
#wk_ueberschrift td{
	border-bottom:dashed 1px; 
}
#wk_alles {
}
#checkout_land {
	font-size:1.1em;
	margin-bottom:20px;
}
#checkout_zahlung{
	font-size:1.1em;
	margin-top:20px;
}
#weiter1 {
	display:block;
	position:absolute;
	width:150px;
	right:50px;
	background-color:#3a1729;
	cursor:pointer;
	padding:10px;
	margin-bottom:100px;
	font-size: 0.8em;
	margin-top:2em;
}	
#weiter_ende {
	display:block;
	position:absolute;
	width:150px;
	right:120px;
	background-color:#55ff55;
	cursor:pointer;
	padding:10px;
	margin-bottom:100px;
	font-size: 1em;
	font-weight:bold;
	margin-top:2em;
	color:#000;
}	
#weiter2 {
	display:block;
	position:absolute;
	width:150px;
	left:250px;
	background-color:#3a1729;
	cursor:pointer;
	padding:10px;
	margin-bottom:100px;
	font-size: 0.8em;
	margin-top:2em;
}	
#weiter2:hover {
background-color: #603050;
}
#weiter1:hover {
background-color: #603050;
}
#weiter0:hover {
background-color: #603050;
}
#loeschwk:hover {
background-color: #603050;
background-color: #ff3050;
}
#printorder:hover {
background-color: #603050;
}
#weiter_ende:hover {
font-size:1.1em;
}
/*
#weiter0 {
	display:block;
	position:absolute;
	width:150px;
	
	background-color:#3a1729;
	cursor:pointer;
	padding:10px;
	margin-bottom:100px;
	font-size: 0.8em;
	margin-top:2em;
}
*/
#loeschwk {
	display:block;
	position:absolute;
	width:150px;
	left:50%;
	background-color:#3a1729;
	cursor:pointer;
	padding:10px;
	margin-bottom:100px;
	font-size: 0.8em;
	margin-top:2em;
}
/*
#printorder{
	display:block;
	position:absolute;
	width:150px;
	left:53%;
	background-color:#3a1729;
	cursor:pointer;
	padding:10px;
	margin-bottom:100px;
	font-size: 0.8em;
	margin-top:4em;
}
*/
#addr1 #addr2 {
display:block;
padding:15px;
}
#addra {
display:block;
padding:15px;
height:auto;
}
#addr3 {
width:48%;
}
#addr4 {
top:15px;
left:65%;
position:absolute;
}
#besonders {
display:block;
 /*background-color:#3a1729;*/
 background-color:#9d7c99;
 color:#fff;
 padding:10px;
 margin-right:100px;
 min-width:470px;
}
#c_wk {
	display:block;
	font-size:0.8em;
	padding:10px;
	cursor:pointer;
}
#c_adr{
	display:block;
	font-size:0.8em;
	padding:10px;
	cursor:pointer;
}
#ee{
margin-left:20px;
}
#agb_ok{
	font-size:0.8em;
}
#wdr_ok{
	font-size:0.8em;
}
#c_adr:hover{
	color:#55ff55 ;
}
#c_wk:hover{
	color:#55ff55 ;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	bottom:0px;
	left:240px;
	margin: -90px auto 0;
	right:210px;
	height: 70px;
	min-width:400px;
	background: #0c0c0c;
	position: fixed;
	padding:1em 0.5em 0.5em 1em;	
}
.footer a {
	display:inline;
	padding:0.3em;
	font-size:0.8em;
}
.footer a:hover {
	color:#55ff55;
}
.fusszeile {
	text-align:center;
	border-bottom:solid;
	border-bottom-color:#3a1729;
}
.copy {
	text-align:left;
	padding-top:0.5em;
	font-size:0.7em;
	float:left;
}
.whereami {
	text-align:right;
	color:#fff;
	padding-top:0.3em;	
}
.auswahl{
 position:relative;
 text-align:right;
 padding-right:120px;
}
.preis{
color:#c7c7c7;
font-size:1.2em;
font-weight:bold;
}
.hinweis{
 font-size:0.7em;
 padding-top:0.3em;
 padding-bottom:0.5em;
}
.eingabe{
 height:30px;
 font-size:1.2em;
 text-align:right;
}
.kauf{
font-size:1em;
background-color:#3a1729;
border-color:#3a1729;
width:100px;
height:45px;
color:#b0477d;
}
.ueberschrift{
	color: #b0477d;
	font-size:1.5em;	
}
