body{
	background-color: #ebebeb; 
	display: flex;
  align-items: center;
  justify-content: center; 
  font-family: Tahoma, Verdana, sans-serif;
}
table, tr, td, th{
	border: 1px ridge silver;
}
table{
	float:left;
}
tr{
	height: 20px;
}

th, td{
	width: 200px;
	height: 20px;
}
td{
	color: black;
	
}

h1{

margin-top: -80px;	
margin-left: 100px;
padding-bottom: -50px;
margin-bottom: 0px;
}
h2{
	margin-top: 0px;
	margin-left: 100px;
	font-size: medium;
	margin-bottom: 30px;
	font-weight: lighter;
	color: gray;
}

form {
       float: left;
       margin-right: 5px;
}

a:link {
  color: green;
  text-decoration: none;
  -webkit-appearance: none !important;
}

/* visited link */
a:visited {
 color: green;
 text-decoration: none;
 -webkit-appearance: none !important;
 }

/* mouse over link */
a:hover {
   color: green;
   text-decoration: none;
   -webkit-appearance: none !important;
}

/* selected link */
a:active {
   color: green;
   text-decoration: none;
   -webkit-appearance: none !important;
}
#Nav{
	border: 0px solid yellow;
	position: absolute;
	width: 99%;
	height: 99%;
	visibility: hidden;
	background-color: #333;
	z-index:100;

}
.container {
  display: inline-block;
  cursor: pointer;
  position: absolute;
	margin-left: -150px;
	margin-top: -60px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

#Nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 99%;
  background-color: #f1f1f1;
}

#Nav li a {
	
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  border: 3px solid #333;
}

#Nav li a.active {
  background-color: #4CAF50;
  color: white;

}

#Nav li a:hover:not(.active) {
  background-color: #555;
  color: white;

}
#cockie{
	background-color: #19BBB6;
}
#page{
	border: 0px ridge black;
	width: 95%;
	float: left;
	background: white;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

#head{
	border: 0px ridge silver;
	clear: left;
}


#contant{
	border: 0px ridge silver;
	clear: left;
	width: 100%;
	overflow: hidden;
}
#footer{
	width: 100%;
	clear: left;
	border: 0px ridge silver;
	text-align: center;
}
#footer p {
	padding-bottom: -5px;
	border: 0px ridge silver;
}
.hinweise{
	background-color: #19BBB6;
	color: white;
	border: 1px solid black;
}
#inputsubscripe{
	float: left;
	border: 0px ridge silver;
	margin-right: 10px;
	width: 30%;
	
	text-align: right;
	line-height: 1.45;
}
#eingabefeld{
	float: left;
	border: 0px ridge silver;
	width: 60%;


}
#eingabefeld input{
	width: 100%;	
	margin-top: 2px;
	-webkit-appearance: none !important;
	
}
.ja {
	background-color: green; 
	border: 0px;
	height: 25%;
	margin-top: 10px;
	}
#nein {
	background-color: red;
	border: 0px;
	height: 25%;
	margin-top: 10px;
}
.termin{
	 margin-left: 10px;
	 padding-left: 10px;
	 margin-bottom: 5px;
	 
	 border-color: gray;
	 border-left: 5px solid;
	 float: left;
	 min-height: 30%;
	 width: 99%;
	 border-bottom: 0px solid silver;
}
.rechts{
	float: left;
	 border: 0px solid silver;
	 width: 70%
}
.links{
	float: left;
	border: 0px solid silver;
	  width: 29%;
}
.group{
	font-style: italic;
	color: gray;
	font-size: 0.6em;
	width: 100%;
	border: 0px solid silver;
	float: left;
}
.rechts h3{
	margin-top: 0px;
	margin-bottom: -10px;
}
 .user-card {
            background-color: #ffffff;
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            padding: 20px;
            
        }
		  .user-card .TM{ 
			margin-left: -20px;
			margin-right: -20px;
			height: 5px;
			background-color: white;
			border: 1px solid black;
			
			position: relative;
			top: 150px;			 
		 }
         .user-card .TF{ 
			margin-left: -20px;
			margin-right: -20px;
			height: 5px;
			background-color: yellow;
			border: 1px solid black;
			border-left: 0px;
			border-right: 0px;
			position: relative;
			top: 150px;			 
		 }
		   .user-card .GF{ 
			margin-left: -20px;
			margin-right: -20px;
			height: 5px;
			background-color: red;
			border: 1px solid black;
			position: relative;
			top: 150px;			 
		 }
		 
        .user-card h3 {
            color: #333333;
            margin-top: 0;
		
        }
        
        .user-card p {
            color: #666666;
			margin-bottom: -5px;
        }
        
        .user-card .avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 10px;
			border 1px solid silver;
			
        }
        
        .user-card .avatar img {
            width: 100%;
            height: auto;
			
        }
		.user-card .hinweis{
			width: 10px;
            height: 10px;
            border-radius: 50%;
			background-color: red;
			margin-bottom: -15px;
		}
		.user-card .hinweisebox{
			
		} 