@charset "utf-8";
/* CSS Document */

/* Smartphone ------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) and (orientation: landscape) {
	
.divKopf {
	width: 100vw;
	/* [disabled]overflow: hidden; */
	max-height: 70px;
	min-height: 70px;
	padding: 0;
}

.divLogoKopf {
	position: absolute;
	width: 30%;
	/* [disabled]height: 70%; */
	top: 0;
	padding: 0;
	float: left;
}
	
.divLogoKopf img {
	position: absolute;
	left: 0;
	height: 80%;
	padding: 10px;
	padding-left: 50px;
	top: 0;
}
	
.divNavKopf {
	position: absolute;
	width: 60%;
	/* height: 80%; */
	/* top: 0; */
	font-size: 2.5vh;
	padding: 0;
	padding-bottom: 5px;
	bottom: 0;
}
	
/*	.divInhalt {
		width: 90%;
		max-width: 90%;
		margin-top: 80px;
		font-size: 1.0em;
	}
*/
.divInhalt {
	width: 90%;
	max-width: 90%;
	margin-top: 80px;
	font-size: 1.0em;
	padding-top: 90px;
	margin-top: 0;
}

.divInhalteHiText {
	min-height: 150px;
	margin: 0 auto;
}

.divInhalteTeamFusstext {
		clear: both;
	}

.divInhalteDekoLinie {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	max-height: 8px;
	margin-top: 10px;
}

.divInhalteFusstext {
	padding: 0;
	width: 100%;
	margin-top: 30px;
}

.divInhalteFusstextBildlinks {
	min-height: inherit;
	padding: 0;
	margin: 0;
}

.divInhalteBildDienstleistung {
	margin-left: 2%;
	padding-bottom: 10px;
}

.divInhalteTeamFusstext {
	clear: both;
}

/* Kontaktformular ------------------------------------------------------------------ */

.divInputContainer {
	width: 95%;
	font-size: 75%;
	padding: 0 2px;
}

.divInputLabel {
	width: 32%;
}

.divInputFeld {
	width: 65%;
	float: left;
}

.inputFelder {
	width: 95%;
	margin: 2px;
	padding: 5px;
	background-color: var(--hgInputFelder);
}

.inputTextarea {
	width: 95%;
	height: 30%;
	margin: 2px;
	padding: 5px;
	background-color: var(--hgInputFelder);
}

.divInputButtonContainer {
	width: 95%;
}

.inputButton {
	float: none;
	width: 100%;
	height: 30px;
}

/* Fuss ------------------------------------------------------------------ */
	.divFuss {
		position: relative;
		width: 100%;
		display: grid;
	}
	
	.divNavFuss {
		position: relative;
		width: 95%;
	}
	
	.divNavFussSpalte {
		position: relative;
		width: 49%;
		float: left;
	}
	
.divNavFussSpalteRechts {
	position: relative;
	width: 98%;
	float: none;
	font-size: 0.6em;
	font-weight: normal;
	margin: 0 auto;
	text-align: right;
}

}


@media only screen and (max-width: 900px) and (orientation: landscape) {
	
	.divNavKopf {
	position: absolute;
	width: 70%;
	/* height: 80%; */
	/* top: 0; */
	font-size: 4.5vh;
	padding: 0;
	padding-bottom: 5px;
	bottom: 0;
}

.divNavFussSpalteRechts {
	position: relative;
	width: 98%;
	float: none;
	font-size: 0.6em;
	font-weight: normal;
	margin: 0 auto;
	text-align: right;
}

}