
input[type=text], input[type=email],select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.over-kontakt{
   display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(230,229,221); /* Fallback color */
    /*background-color: rgba(230,229,221,0.6); /* grey w/ opacity */
	background-color: rgba(244,245,224,0.7); /* green w/ opacity */
}
.over-content{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.over-header{
	padding:15px 50px;
	background-color: #e6e6e6;
	text-align: center;
	font-size: 30px;
}
.over-body{
		background-color: #fafafa;
	min-height:200px;
}
.over-footer{
	background-color: #e6e6e6;
	padding: 10px;
	text-align:right;
}
.close-Kontakt{
	cursor:pointer;
	font-size:50px;
	font-weight: bold;
}
.close-Kontakt:hover,
.close-Kontakt:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}