@font-face {
  font-display: swap; 
  font-family: 'Noto Serif';
  font-style: normal;
  src: url('../schrift/noto-serif.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Train One';
  font-style: normal;
  src: url('../schrift/train-one.woff2') format('woff2');
}
* {
	font-family: 'Noto Serif', sans-serif;
	font-size: 18px;
	}
body {
	margin: 0;
	background-color: #3c829c;
	}
h1 {
	font-family: 'Noto Serif', sans-serif;
	font-size: 30px;
	color: #152a4b;
	font-weight: 600;
	margin: 0;
}
h2 {
	font-family: 'Train One', 'Noto Serif', sans-serif;
	font-size: 90px;
	color: #ffffff;
	font-weight: 100;
	margin: 5% 0 5% 0;
}
h3 {
	font-family: 'Noto Serif', sans-serif;
	font-size: 30px;
	color: #152a4b;
	font-weight: 100;
	margin: 0;
}
#kopf {
	padding: 16px; 
	text-align: center;
	color: #152a4b;
	background-color: #f78f4b;
	height: 55px;
	}
#kopf img {
	padding: 10px 0 0 0;
	}
#kopf a, #fuss a {
	padding: 5px;
	text-decoration: none;
	font-family: 'Noto Serif', sans-serif;
	font-weight: 600;
	color: #152a4b;
	}
#kopf a.mark {
	border-style: solid; 
	border-width: 1px;
	}
#fuss {
	padding: 0px; 
	text-align: center;
	color: #152a4b;
	background-color: #f78f4b;
	height: 80px;

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	
	font-family: 'Noto Serif', sans-serif;
	font-weight: 200;
	}
#fuss a.mark {
	border-style: solid; 
	border-width: 1px 1px 0 1px;
	}
#text {
	margin: auto;
	position: absolute;
	top: 20%; 
	left: 0; 
	right: 0;
}
#inhalt {
	background-image: url("../grafik/hx3y2.jpg");
	background-size: 100%;
	background-repeat: repeat;
	position: fixed;				
	width: 100%;
	height: 100%;
	text-align: center;
	}
#copy {
	font-size: 12px;
}
#multibild { 
	display: grid; 
	grid-template-columns: 1fr;
	margin: 15% auto 15% auto;
	}
#datenschutz {
	background-image: url("../grafik/hx3y2.jpg");
	background-size: 100%;
	background-repeat: repeat;
	
	width: 100%;
	height: 100%;
	text-align: center;
	}
#datenschutz h2 {
	font-size: 60px;
	margin: 10px 0 5px 0;
}
#datenschutz h4 {
	font-family: 'Noto Serif', sans-serif;
	font-size: 25px;
	font-weight: 100;
	margin: 30px 0 10px 0;
}
#datenschutz p {
	font-size: 18px;
	margin: 5px 15% 8px 15%;	
}
@media (min-width: 60em)
{
	#multibild { 
		grid-template-columns: 1fr 1fr;
		}
}
/* mobil 600, tables 768, notebook 992, display 1200 */
@media ( max-height: 900px ) {
		#text {
			top: 10%; 
		}
		h1 { /*color: green; */ }
		h2 { /*color: green; */
			 margin: 2% 0 2% 0;		}
		h3 { /*color: green; */ }
	}
@media ( max-height: 600px ) {
		#text {
			top: 0; 
		}
		h1 { /*color: red; */ }
		h2 { /*color: red; */
			 margin: 0;		}
		h3 { /*color: red; */}
	}	
@media ( max-width: 800px ) {
		#inhalt {
			background-image: url("../grafik/hx1y1.jpg");
		}	
		#text {
			margin: 10% auto;
		}		
		h1 {
			font-size: 25px;
			font-weight: 600;
		}
		h2 {
			font-size: 65px;
			font-weight: 100;
		}
		h3 {
			font-size: 20px;
			font-weight: 100;
		}		
	}
@media ( max-width: 600px ) {
		#inhalt {
			background-image: url("../grafik/hx2y3.jpg");
		}	
		#text {
			margin: 15% auto;
		}		
		h1 {
			font-size: 25px;
			font-weight: 600;
		}
		h2 {
			font-size: 55px;
			font-weight: 100;
		}
		h3 {
			font-size: 18px;
			font-weight: 100;
		}		
	}

	