html, body {
    height: 100%;
    margin: 0;
}
footer {
    margin-top: auto;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.index .bild-menu {
	background: url("Bilder/know.jpg") center/cover no-repeat;
	height: 90vh;
}
.beratung .bild-menu {
	background: url("Bilder/beratung.jpg") center/cover no-repeat;
	height: 90vh;
}
.uns .bild-menu {
	background: url("Bilder/uns.jpg") center/cover no-repeat;
	height: 90vh;
}
.service .bild-menu {
	background: url("Bilder/service.jpg") center/cover no-repeat;
	height: 90vh;
}
.kontakt-bild .bild-menu {
	width: 100%;
	background: url("Bilder/kontakt.jpg") center/cover no-repeat;
	height: 100vh;
}
.hilfe .bild-menu {
	width: 100%;
	background: url("Bilder/hilfe.jpg") center/cover no-repeat;
	height: 90vh;
}
.rettung .bild-menu {
	width: 100%;
	background: url("Bilder/datenrettung.jpg") center/cover no-repeat;
	height: 90vh;
}
.webdesign .bild-menu {
	width: 100%;
	background: url("Bilder/webdesign.jpg") center/cover no-repeat;
	height: 90vh;
}
.bild-menu {
	width: 100%;
	position: relative;
}
.bild-menu img {
	width: 100%;
	height: auto;
	display: block;
}
.menu-up {
	position: absolute;
	top: 20px;         /* oder top / left / right */
	right: 20px;
}
.menu-up-left {
	position: absolute;
	top: 20px;         /* oder top / left / right */
	left: 20px;
}
.menu-up a {
	color: white;
	text-shadow: 0 4px 6px rgba(0,0,0,1), 0 -1px 6px rgba(0,0,0,1);
	font-size: 24px;
	font-weight: 200;
	padding: 10px 15px;
	text-decoration: none;
}
.menu-up-left a {
	color: white;
	text-shadow: 0 4px 6px rgba(0,0,0,1), 0 -1px 6px rgba(0,0,0,1);
	font-size: 24px;
	font-weight: 200;
	padding: 10px 15px;
	text-decoration: none;
}
.menu-text {
	width: 60%;
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: white;
	text-shadow: 0 4px 8px rgba(0,0,0,1), 0 -4px 8px rgba(0,0,0,1), -4px 0 8px rgba(0,0,0,1), 4px 0 8px rgba(0,0,0,1);
	position: absolute;
	bottom: 20%;         /* oder top / left / right */
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu-text-uns {
	width: 70%;
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: white;
	text-shadow: 0 4px 8px rgba(0,0,0,1), 0 -4px 8px rgba(0,0,0,1), -4px 0 8px rgba(0,0,0,1), 4px 0 8px rgba(0,0,0,1);
	position: absolute;
	bottom: 20%;         /* oder top / left / right */
	left: 50%;
	transform: translate(-50%, -50%);
	overflow-y: auto;    /* Scroll wenn zu viel Text */
}
.menu-bottom {
	width: 100%;
	height: 400px;
	background: rgba(0,100,250,1);
	position: relative;
}
.menu-kontakt {
	width: initial;
	height: initial;
	background: transparent;
	border: 2px solid white;   /* 1px Rahmen */
	border-radius: 10px;      /* runde Ecken */
	padding: 20px;
	color: white;
	text-shadow: 0 4px 6px rgba(0,0,0,1), 0 -1px 6px rgba(0,0,0,1);
	font-size: 24px;
	font-weight: 200;
	padding: 15px 20px;
	text-decoration: none;	
}
.bottom-text {
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: white;
	background: transparent;
	position: absolute;
	bottom: 40%;         /* oder top / left / right */
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer {
	font-size: 20px;
	font-weight: 100;
	width: 100%;
	height: initial;
	background: rgba(0,100,250,1);
	color: white;
	padding: 40px 80px 20px;
}

.footer-inner {
	text-align: left;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0 auto;
}
.footer-block h4 {
	margin-bottom: 10px;
}

.footer a {
	color: #ccc;
	text-decoration: none;
}

.footer a:hover {
	color: white;
}
.footer-bottom {
	text-align: center;
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid;
	font-size: 14px;
 }
.menu-impressum {
	width: 100%;
	height: initial;
	text-align: left;
	font-size: 20px;
	font-weight: 100;
	color: white;	
	position: absolute;
	background: rgba(0,100,250,1);
}
.menu-impressum-text {
	padding: 40px;
}
.menu-impressum-text a{
	color: #ccc;
	text-decoration: none;
}
.kontakt {
	height: initial;
	position: absolute;   /* oder top / left / right */
	left: 50%;
	transform: translate(-50%, -50%);
}
.kontakt-up {
	text-align: left;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0 auto;
}
.kontakt-block input {
	font-size: 20px;
	padding: 0px 10px 0px;
}
.kontakt-block label {
	font-size: 20px;
}
.kontakt-block textarea {
	width: 300px;
	padding: 0px 10px 0px;
}
.kontakt-block button {
	font-size: 40px;
	font-weight: 100;
	color: white;
	background: rgba(0,100,250,1);
}
.kontakt-block a {
	color: #ccc;
	text-decoration: none;
}

.kontakt-block a:hover {
	color: white;
}
@media (max-width: 768px) {
	body {
		font-size: 10px;
	}
	.footer-inner {
		flex-direction: column;
		gap: 20px;
	}
	.kontakt-up {
		position: static;   /* ← GANZ wichtig */
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		margin-bottom: 20px;
	}
	.kontakt-block	{
		align-items: left;
		text-align: left;
	}
	.bild-menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-top: 20px;
	}
	.menu-up-left {
		position: static;   /* ← GANZ wichtig */
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		margin-bottom: 20px;
	}
	.menu-up {
		position: static;   /* ← GANZ wichtig */
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		margin-bottom: 20px;
	}
	.menu-text {
		position: static;   /* ← entfernt absolute Position */
		transform: none;    /* sonst verschiebt er sich */
		width: 90%;
		font-size: 22px;
		text-align: center;
	}
	.menu-text-uns {
		position: static;   /* ← entfernt absolute Position */
		transform: none;    /* sonst verschiebt er sich */
		width: 90%;
		font-size: 22px;
		text-align: center;
	}
	.menu-impressum {
		width: 90%;
		max-width: 768px;   /* verhindert zu breite Zeilen */
		margin: 40px auto;
		position: static;   /* ← GANZ wichtig */
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		
	}
	.menu-impressum-text {
		text-align: left;
		line-height: 1.6;
		word-break: break-word;     /* bricht lange Wörter */
		overflow-wrap: break-word;  /* mobile Sicherheit */
	}
	.index .bild-menu  {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
	.service .bild-menu {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
	.kontakt-bild .bild-menu  {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
	.uns .bild-menu  {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
	.beratung .bild-menu  {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
	.hilfe .bild-menu  {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
	.rettung .bild-menu  {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
	.webdesign .bild-menu  {
		background: url("Bilder/mobil.jpg") center/cover no-repeat;
	}
}