#start .kontakte .cell {
	border-bottom:1px solid black;
	padding:7px 7px 7px 0;
}
#start .kontakte .cell:last-child {
	padding-right:none;
}

#start .kontakte .row:last-child .cell {
	border-bottom:none;
}
#start #map {
	min-height:30vw;
}


.kontaktform {
	margin-top:30px;
}
.kontaktform .table {
	width:100%;
}
.kontaktform .table .cell {
	padding:10px 0;
	white-space:nowrap;
}
.kontaktform .table .cell:last-child {
	width:100%;
}
.kontaktform input,
.kontaktform textarea {
	box-sizing:border-box;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		width:100%;
		 background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border:1px solid gray;
	padding:5px;
}
.kontaktform select { 
	box-sizing:border-box;
		width:100%;
		 background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border:1px solid gray;
	padding:5px;
}
.kontaktform textarea {
	height:100px;
}
.kontaktform input[type=button] {
	  background-image:linear-gradient(to bottom,#f7a600 0%, #f78200 100%);
    background-color:#f7a500;
	border:none;
	text-transform:uppercase;
	font-size:1.3em;
	padding:8px;
	width:initial;

}
