@charset "UTF-8";
/* Body */

input {
-webkit-appearance: none;
-moz-appearance: none;
apperance: none;
	
}
body {
	font-family: source-sans-pro;
	font: normal normal normal 15pt 'Arial';
	color: #FFFFFF;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	touch-action: manipulation;
}
.logo {
	color: #f2f2f2;
	font: normal normal bold 20pt 'Arial';
	font-weight: bold;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.button {
	width: 60px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: right;
	border-radius: 0px;
	text-transform: uppercase;
	font: normal normal normal 20px 'Arial';
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #C4C4C4;
	background-color: #000000;
	color: #FFFFFF;
	transition: all 0.3s linear;
	touch-action: manipulation;
}
.button:hover {
	background-color: #000000;
	color: #C4C4C4;
	cursor: pointer;
	touch-action: manipulation;
}
.preis {
	width: 350px;
	font: normal normal normal 20pt 'Arial';
	vertical-align: middle;
	color: rgb(194, 255, 80);
}
.beschreibung {
	width: 800px;
}
.input_summe {
	border-style: none;
	color:rgb(194, 255, 80);
	background-color: #000000;
	width: 150px;
	text-align: left;
	font: bold normal normal 30px 'Arial';
	}
.summenText {
	border-style: none;
	font-size: 30px;
	color:rgb(194, 255, 80);
	font: bold;
	text-align: center;
}
.input {
	border-style: none;
	background-color: #000000;
	color: rgb(194, 255, 80);
	font-size: 30px;
	font: bold;
	width: 50px;
	text-align: center;
	
}
.anzahlPfand {
	align-content: center;
	color: yellow;
	background-color: #000000;
	border-style: none;
	font-size: 15px;
	width: 20px;
	text-align: center;
	
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    //height: 1000px;
    background-color: #0a0a0a;
    touch-action: manipulation;
}

header {
	width: 100%;
	height: 7%;
	background-color: #000000;
	border-bottom: 1px solid #2C9AB7;
	align-content: center;
	touch-action: manipulation;
}
.copyright {
	width: 100%;
	margin-left: auto;
    	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #0a0a0a;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font: normal normal normal 12pt 'Arial';

}
