p {
	color: white;
	font-size:1em;
	text-align:center;
	font-family:courier, serif;
}
p1 {
	color: white;
	font-size:1em;
	text-align:left;
	font-family:courier, serif;

}
.version {
	color: green;
	font-size:0.9em;
	text-align:center;
	font-family:courier, serif;
}
h1 {
	color: white;
	font-size:3em;
	text-align:center;
	font-family:courier, serif;
    text-decoration: underline overline;
	
}
h2 {
	color: white;
	font-size:2em;
	text-align:center;
	font-family:courier, serif;
}
a{
	text-decoration: none;
}

ul{
	list-style-type: none;
	margin: 0;
	padding:0;
}
li{
	
}
li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-family:courier, serif;
}

td button{
	width: 10vw;
	margin: 5em auto;
	display:flex;
	align-items:center;
	vertical-align:center;
	justify-content:center;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  align-items:center;
  justify-content:center;
  display:flex;
}
.btn:hover {
            background-color: #0056b3;
        }
.menu{
	display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    /*height: 100vh; /* Volle Bildschirmhöhe */
}
.vertikal-flex {
	width: 100%;
    height: 80%;
	margin: 10em auto;	
	display:flex;
	align-items:center;
	vertical-align:center;
	justify-content:center
}
.sub-vertikal-flex {
	width: 100%;
	margin: 5em auto;
	display:flex;
	align-items:center;
	vertical-align:center;
	justify-content:center;
}
.rectangle {
    height: 100px;
    width: 125px;
    background-color: white;
}
.button {
	width: 10vw;
	margin: 5em auto;
	display:flex;
	align-items:center;
	vertical-align:center;
	justify-content:center;
}
.deleteButton{
	width: 10vw;
	margin: auto;
	display:flex;
	align-items:center;
	vertical-align:center;
	justify-content:center;
	
}
.clip-rect {
    /* Rechteck */
    -webkit-clip-path: inset(100px 100px 500px 400px );
    clip-path: inset(300px 100px 300px 100px);
}

table{
	width:100%;
}

.DataTable{
	
	align:center;
}

th{
	font-family: Arial, sans-serif;
	color: white;
}

td{
	font-family: Arial, sans-serif;
	color: white;
}

@media screen and (max-width: 800px){
	
	p {
		font-size: 1em;
		
	}
	
	p1 {
		font-size: 1em;
		
	}
	
	h1{
		font-size:4em;
	}
	
	h2{
		font-size:3em;
	}
	
	.button{
		width:20vw;
	}
}
