h1 {
	font-size: 20px;
	color: #111;
}

.suchleiste {
	font-size: 24px;
	text-align: center;
	height: 85px;
	width: 500px;
	line-height: 30px;
	vertical-align: center;
	outline: medium none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
	font-family:arial;
	background-image: no-repeat;
}


.login {
	margin-top:10%;
	font-size: 24px;
	text-align: center;

}

tr.border_bottom td {
  border-bottom:2pt solid black;
  color:#406440;
  font-style:bold;
  border-top:1pt solid black;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #f8f9fa;
    margin: 0;
    padding: 2rem;
    text-align: center;
}

h1, h2 {
    margin-bottom: 1rem;
    color: #333;
}

img.logo {
    max-width: 200px;
    margin: 2rem auto;
}

input[type="text"], input[type="email"], input[type="password"], select {
    font-size: 1.4rem;
    padding: 1rem;
    width: 90%;
    max-width: 500px;
    margin: 1rem auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

input[type="submit"],
input[type="button"],
button {
    background-color: #406440;
    color: white;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    margin: 1rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    min-width: 160px;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #2c4d2d;
}

.autocomplete-suggestion {
    padding: 1.2rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.section {
    margin-bottom: 2rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

footer {
    margin-top: 3rem;
    font-size: 1rem;
    color: #999;
}
