.container {
  display: flex;
  justify-content: center;
}
.kontakt-item{
	order: 0;
	flex-grow: 0;
	width: 45%;
}

h5{
	font-size: 1em;
	color: #707070;
	border-bottom: 1px solid #707070;
	width: 70%;
}

input[type=text], select, textarea {
    width: 100%;
	background: rgba(255, 255, 255, 0.6);
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    _backgroundbackground-color: #f48f00;
   _color: #b43000;
    _padding: 12px 20px;
    _border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    _background-color: #ffb300;
}