@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	background-color: #dddddd;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
  max-width: 1440px;
  margin: auto;
}

h1 {
	font-size: 36px;
	color: #1c1c1c;
}

h3 {
	font-size: 18px;
	color: #1c1c1c;
}

p {
	font-size: 16px;
	color: #1c1c1c;
}

a:link {
  color: #1c1c1c;
}

a:visited {
  color: #1c1c1c;
}

a:hover {
  color: #1c1c1c;
}

a:active {
  color: #1c1c1c;
} 

table{

}

th, td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;  
}

th:last-child, td:last-child {
  border-bottom: 1px solid #ddd;
    border-right: 0px solid #ddd;
}

th {
  height: 32px;
}


.menu {
  margin: 10px;
}

.header {
	background-color: #6eb74d;
	min-height: 50px;
	max-height: 300px;
	margin: -10px;
	padding: 5px;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}
.headerkante {
	background-color: #dddddd;
	transform: rotate(-1.0deg);	
	width: 110%;
  height: 30px;
  margin: -12px;
  display: flex;
  justify-content: center;
}

.footer {
  background-color: #1c1c1c;
  min-height: 40px;
  max-height: 80px;
  margin: -10px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footerkante {
  background-color: #dddddd;
  transform: rotate(-1.0deg); 
  width: 110%;
  height: 30px;
  margin: -12px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

.wrapper {
  background-color: #f9f9f9; 
  border: none;
  color: #1c1c1c;
  padding: 0px;
  margin: auto;
  margin-top: 50px;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrapperkante {
  background-color: #f9f9f9;
  transform: rotate(-1.0deg); 
  width: 100%;
  height: 50px;
  margin: -15px;
  display: flex;
  justify-content: center;

}

.titel {
  background-color: #f9f9f9; 
  border: none;
  color: #1c1c1c;
  padding: 15px;
  min-width: 100px;
  max-width: 235px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px; 
}


.content {
  background-color: #f9f9f9; 
  border: none;
  color: #1c1c1c;
  padding: 15px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
}

.salate {
  background-color: #f9f9f9; 
  border: 2px solid #1c1c1c;
  border-radius: 3px;
  color: #1c1c1c;
  padding: 15px;
  min-width: 100px;
  max-width: 235px;
  display: flex;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.footercontent {
  background-color: #1c1c1c; 
  border: none;
  color: #f4f4f4;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}


.login {
  background-color: #f9f9f9; 
  border: none;
  color: #1c1c1c;
  padding: 15px;
  min-width: 100px;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
}


.button {
  background-color: #6eb74d; 
  border: none;
  color: #f0f0f0;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  min-width: 200px;
}
.button:hover {
  background-color: #6eb74d; 
  border: none;
  color: #1c1c1c;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  min-width: 200px;
}

.button_login {
  background-color: #6eb74d; 
  border: none;
  color: #f0f0f0;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  min-width: 200px;
}
.button_login:hover {
  background-color: #6eb74d; 
  border: none;
  color: #1c1c1c;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  min-width: 200px;
}

.button-logout {
  background-color: #f45f42; 
  border: none;
  color: #1c1c1c;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.button-logout:hover {
  background-color: #f45f42; 
  border: none;
  color: #f0f0f0;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.button_abbruch {
  background-color: #f45f42; 
  border: none;
  color: #1c1c1c;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  min-width: 200px;
}
.button_abbruch:hover {
  background-color: #f45f42; 
  border: none;
  color: #f0f0f0;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  min-width: 200px;
}

.form-control {
	margin: 5px;
	min-width: 220px;
	min-height: 40px;
}

.form-control-menge {
  margin: 5px;
  min-width: 20px;
  min-height: 40px;
}

#gesamt {
  opacity: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  font-size: 20px;
  color: white;
  justify-content: center;
}




@media handheld {

.form-control {
	margin: 5px;
	min-width: 80%;
}


}