#extlogo {
	position: absolute;
}

.jardinpro { left: 6vw; top: 6vw; width: 35vw; }
.jardintop { left: 6vw; top: 6vw; width: 35vw; }
.fachperson { left: 6vw;top: 0.5em; width: calc(12vw + 3em); } /* Logogrösse skaliert präziser mit Formel */
.euclid { left: 35vw;top: 7vw;width: 25vw; }


#ecllogo {
	position: absolute;
	right: 6vw;
	top: 7vw;
	width: 20vw;
}

body {
	margin: 0;
	padding: 0;
	width: 99vw;
	height: 99vh;
	overflow-x: hidden;

	background-color: #e3e3e3;
	font-size: 10px;
	line-height: 1.4;
	color: white;
}


form {
	top: 0;
	left: 0;
	font-size: 1em;
	width: 100vw;
	min-height: 100vh;
	box-shadow: none;
	background-color: #B9B93747;
}

form.opaque {
	background-color: #979763;
}

#formbox {
	width: 90vw;
	height: auto;
	padding: 12vw 5vw 8vw 5vw;
}

#logo {
	position: absolute;
	right: 10vw;
	top: 4vw;
	width: 20vw;
}

#inputs {
	width: 100%;
	min-height: 45vh;
	margin-left: 0;
	margin-top: 4em;
}

#errorbox {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	color: #f66;
	font-weight: bold;
	font-size: 1.5em; /* es gibt auch mehrzeilige Fehlermeldungen */
	border: 0 solid red;
	background-color: #000000b0;
	border-radius: 0.2em;
	padding: 0.4em;
	margin-bottom: 3vw;
}

.inputbox {
	position: relative;
	height: 6.5em;
	padding: 0;
	margin-bottom: 1vw;
}

input, select {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2.3em;
	padding: 1.5vw 0 0 1.5vw;
	border: 0;
	font-size: 2.5em;
	text-align: center;
	box-shadow: .1vw .1vw 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 0.2em;
	background-color: #E3E3E3;
}

.unvollstaendig input {
	background-color: #f89484;
}

input:focus {
	border: 0;
	background-color: white;
}

#trenner {
	margin: 6vw 0 0 -2vw;
	width: 92vw;
	height: .5vw;
	border: 0 solid silver;
	background-color: white;
}

hr {
	width: 100%;
	height: .2vw;
	border: 0 solid silver;
	background-color: white;
}

#options {
	position: relative;
	top: 2em;
	left: 0;
	width: 100%;
}

button {
	position: relative;
	width: 100%;
	height: 3em;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 3vw;
	background-color: #666;
	color: white;
	border: 0;
	box-shadow: .1vw .1vw 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 0.2em;
}

input[type='submit'] {
	cursor: pointer;
	width: 100%;
	height: 90%;
	padding: 2%;
	background-color: #666;
	color: white;
}

label {
	position: absolute;
	top: 0;
	left: .5rem;
	color: black;
	font-size: 1.4em;
	white-space: nowrap;
}


.input_form_box {
	position: relative;
	float: left;
	box-sizing: border-box;
	height: 3.2em;
	padding: 0;
	margin-bottom: 0.6em;
	width: 100%;
}

.input_form_box.halbbreit {
	width: 100%;
}

.input_form_box input, .input_form_box select {
	width: calc(100% - 0.5em);
	box-shadow: .1vw .1vw 1px 1px rgba(0, 0, 0, 0.2);
	height: 100%;
	padding-top: 1em;
	text-align: left;
	text-indent: 1em;
	font-size: 1.1em;
}

.input_form_box select {
	appearance: none;
	background-image: url("https://app.euclid.ch/img/css_select_bg.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 110%;
}

.input_form_box label {
	top: 0;
	font-size: .75em;
}

.input_form_box input[type="submit"] {
	text-align: center;
	text-indent: 0;
}


#language {
	margin-top: 1em;
	width: 100%;
	text-align: center;
	font-size: 2em;
	top: 1em;
}

#language a, #language a:visited {
	color: #ffffffa0;
	padding: 0 3vw;
	text-decoration: none;
}

#datetime {
	display: none;
}

.radiobox {
	position: relative;
	width: 100%;
	margin-bottom: 2vw;
}

.radiobox legend {
	float: left;
	margin: 1.5em 2em 0 0;
	color: white;
	font-size: 1.8em;
	white-space: nowrap;
}

.radiobox input {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	font-size: inherit;
	box-shadow: none;
	margin-right: 0.4em;
}

.radiobox label {
	position: relative;
	box-sizing: border-box;
	left: 0;
	margin: 0 0.5em 0.5em 0;
	padding: 0.8em 1em 0.8em 1em;
	color: black;
	background-color: #E3E3E3;
	box-shadow: .1vw .1vw 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 1.6em;
	white-space: nowrap;
	display: inline-block;
}

.radiobox label.fullsize {
	width: 100%;
}

.radiobox label a {
	color: #7837b9;
}

.radiobox.unvollstaendig {
	border: 0.3em solid #f89484;
}

.infotext .radiobox label {
	font-size: 1em;
}

.infotext .radiobox {
	width: calc(100% - 0.5em);
}


#infodiv {
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 2vw;
}

.infotext {
	border-radius: 0.2em;
	padding: 2vw;
	background-color: white;
	color: black;
	margin-bottom: 2vw;
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}