::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }
.calc {
	height: 300px;
	width: 100%;
	margin-top: 200px;
	background: #5291D0;
}
.calc h2 {
	color: #fff;
	margin: 0;
	text-shadow: 2px 2px 3px #000;
	font-weight: 100;
}
.versandrechner {
	float: left;
	width: 200px;
	padding: 0;
	list-style: none;
	color: #fff;
}
.calc ul:nth-of-type(1),
.calc ul:nth-of-type(3) {
	width: 85px!important;
	text-align: right;
	padding-right: 10px;
}
.long {
	border: none;
	height: 25px;
	width: 200px;
	margin-bottom: 10px;
	background: none;
}
.input {
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
}
.calc select {
	background: #fff;
}
.packageDetails {
	padding: 0;
	list-style: none;
}
.packageDetails li {
	float: left;
}
.point {
	background: #2c3e50;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.point:hover {
	background: #fff;
	color: #2c3e50;
	transition: 1s;
}
.packageDetails li:nth-of-type(2) input,
.packageDetails li:nth-of-type(3) input,
.packageDetails li:nth-of-type(4) input,
.packageDetails li:nth-of-type(5) input {
	width: 50px;
	text-align: right;
	padding: 5px 10px;
	background: none;
	margin: 0 20px;
	border: 2px solid #fff;
	color: #fff;
	outline: none;
}
.packageDetails li:nth-of-type(6) {
	margin-right: 10px;
}

.packageDetailsContainer {
	width:580px;
}

.button {
	border: 3px solid #fff;
	position: absolute;
	padding: 5px 10px;
	color: #fff;
	width: 570px;
	margin: 70px 0 0 0px;
	text-align: center;
}
.button:hover {
	transition: 1s;
	background: #fff;
	color: #2c3e50;
}
.heading {
	list-style: none;
	padding: 0;
}
.heading li {
	float: left;
	color: #fff;
	margin-right: 80px;
}
.heading li:nth-of-type(1) {
	margin-left: 60px;
}
.heading li:nth-of-type(4) {
	margin-right: 100px;
}