body, html {
	height: 100vh; 
	overflow-x: hidden;
	overflow-y: auio;
}
	
p {font: 20px Cambria, sans-serif; font-weight: normal; color: #323232; text-align: center;}

h1 {font: 25px Cambria, sans-serif; font-weight: bold; color: #323232; text-align: center;}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fffffe;
}

li {
  float: left;
}

li a {
  display: block;
  color: #323232;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font: 25px Cambria, sans-serif; 
}

li a:hover {
  background-color: #edf2f4;
}

.tg  {
	border-collapse:collapse;
	margin-left: auto; 
	margin-right: auto;
}
.tg td{
	font-family:Cambria, sans-serif;
	font-size:20px;
	padding:8px 5px;
	overflow:hidden;
	word-break:normal;
}

.Webseiteninhalt {
	z-index: 1;
	background-color: #fffffe;
	position: absolute;
	width: 980px;
	left: 50%;
	top: 0px;
	margin: 0px 0px 0px -491px;
}

.KopfGallery {
	background-color: #fffffe;
	height: 320px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.KopfGallery img {
   margin-top: 20px;
}

.wechsler figure {
	position: absolute;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.Spacer {
	background-color: #fffffe;
	height: 10px;
}

.Praxis {
	background-color: #fffffe;
}

.Covid {
	background-color: #fffffe;
}

.Leistungsspektrum {
	background-color: #fffffe;
}

.Zeiten {
	background-color: #fffffe;
}

.Kontakt {
	background-color: #fffffe;
}

.Fussnotenspacer {
	background-color: #fffffe;
	height: 0px;
}

.Fussnote {
	background-color: #fffffe;
	height: 20px;
	text-decoration: none;
	font: 16px Cambria, sans-serif; 

}

.Menu {
	display: flex;
	align-items: center;
    justify-content: center;
}

/* Hintergrund */
.Hintergrund {
	z-index: -1; 
	opacity: 0.3;
	position: absolute; 
	top: 0px; 
	left: 0px;	
	width: 100vw;
	height: 100vh; 
	background-image: 
	url('./images/backgrounds/background_01.jpg'),
	url('./images/backgrounds/background_02.jpg'),
	url('./images/backgrounds/background_03.jpg'),
	url('./images/backgrounds/background_04.jpg'),
	url('./images/backgrounds/background_05.jpg'),
	url('./images/backgrounds/background_06.jpg'),
	url('./images/backgrounds/background_07.jpg'),
	url('./images/backgrounds/background_08.jpg'),
	url('./images/backgrounds/background_09.jpg');
	background-size: contain;
	background-position: center;
	background-position-y: 0px, 1440px, 2880px, 4320px, 5760px, 7200px, 8640px, 10080px, 11520px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat; 
}