.wrapper {
	height: 100%;
}
#ueber {
	height: 100%;
	display: grid;
	grid-gap: 8px;
	grid-template-columns: repeat(3, 33%);
	grid-template-rows: repeat(3, 1fr);
	overflow: hidden;
}
#data {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	background-color: var(--weiss);
	border-top: 10px solid var(--orange);
	border-bottom: 1px solid var(--grau);	
}
.zeile {
	position: relative;
	margin: 4%;	
}
img {
	float: left;
	height: 2rem;
	width: auto;
}
.input {
	width: calc( 97% - 2rem );
	height: 2rem;
	padding: 0px 10px;
}
#fourth {
	width: auto;
	right: 5px;
}
.hidden{ display:none; }

input#fourth {
	background-color: var(--orange);
	color: var(--altweiss);
	border: none;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
}
