#kontakt {
	text-align: left;

}

#kontakt h2 {
	color: #434;
	text-transform: uppercase;
}

#kontakt h3 {
	color: #478;
	text-transform: uppercase;
}


#kontakt form {
	margin: 4vmin auto;
	width: 100%;
}

#kontakt p {
	padding: 1rem;
	color: #222;
	font-size: 1rem;
	text-align: justify;
}


#kontakt form .section {
	display: flex;
}

#kontakt form .section div {
	flex: 1
}

#kontakt form label {
	color: #222;
	display: block;
	text-transform: uppercase;
	font-size: 90%;
	padding: 1rem;
}


#kontakt .invalid-input {
	box-shadow: -1px 0 0 0 #f55;
	background-color: rgba(240, 30, 30, 0.2);
}

#kontakt .invalid-input:focus {
	box-shadow: -5px 0 0 0 #f55;
}

#kontakt textarea {
    resize: vertical;
    min-height: 20vh;
    max-height: 30vh;
    font-family: "Jura", sans-serif;
}

#kontakt .input {
	border: none;
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 0.6rem 1.2rem 0.6rem 1.2rem;
	background-color: rgba(0,0,0,0.1);
	outline: none;
	font-family: sans-serif;
	transition: 0.3s box-shadow;
	margin-bottom: 1vmin;
}

#kontakt .section div:first-Child {
	margin-right: 2rem;
}

#kontakt .input[type=submit] {
	padding: 1rem;
	margin-bottom: 0;
	text-align: right;
	font-size: 1.2rem;
	background-color: transparent;
	transition: 0.3s color;
	box-shadow: none;
	cursor: pointer;
}

#kontakt .input[type=submit]:hover {
	box-shadow: inset -5px 0 0 0 #444;
}

#kontakt .title h2 {
	font-size: 3rem;
	text-align: center;
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 830px) {

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 640px) {

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	#kontakt .section div:first-Child {
		margin-right: 1rem;
	}

	#kontakt .input {
	    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
	}

	.left-side {
		padding: 1.5rem;
	}

	#kontakt p {
		padding: 0.5rem;
	}
}
