* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body {
  	background-color: #435165;
	margin: 0; padding:0
}

.web {
	width: 600px;
	margin: 100px auto;
}

.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
	border-radius: 5px;
}

.login h1 {
  	text-align: center;
  	color: #262626;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #262626;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #262626;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.navtop {
	background-color: #262626;
	height: 60px;
	width: 100%;
	border: 0;
	z-index: 2;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaedea;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
}
 
body.loggedin.darkmode {
background-color: #282c34;
}
  
/*.overlay {
	position: absolute;
    background-color: rgba(22,34,57,0.85);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
	z-index: -1;
}*/
.content {
	width: 1000px;
	margin: 0 auto;
	
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #262626;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
	border-radius: 15px;
}

.content2 {
	width: 1000px;
	margin: 0 auto;
	
}

.content2 > p, .content2 > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #262626;
	border-radius: 15px;
}

.content-profile {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 50px auto;
	padding: 30px;
	background-color: #fff;
	flex-direction: row;
	display: flex;
	justify-content: center;
  }
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	z-index: -2;
  }

  .video-overlay {
	position: absolute;
	background-color: rgba(17,17,17,0.92);
	top: 0;
	left: 0;
	bottom: 7px;
	min-width: 100%; 
	min-height: 100%;
	z-index: -1;
  }

  .login100-form-title {
	display: block;
	font-family: Poppins-Bold;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
  }
  .login100-form-title i {
	font-size: 60px;
  }

  .logo img {
	width: auto; /* Oder eine andere Breite nach Bedarf */
	height: auto; /* Das 'auto' stellt sicher, dass das Seitenverhältnis erhalten bleibt */
	margin-right: 10px; /* Abstand zum Text */
  }

  .logo-pd {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 200px; /* setzt die Breite des Bildes auf 200 Pixel */
  	height: 300px; /* skaliert die Höhe entsprechend, um das Seitenverhältnis beizubehalten */
	  width: fit-content; /* passt die Breite des Elternelements an die Größe des Inhalts an (hier das Bild) */
	  margin: 0 auto; /* zentriert das Elternelement horizontal innerhalb des Containers */
	z-index: -1;
  }

  .logo-pd img {
	max-width: 825%;
	height: auto;
	margin: 0 auto; /* zentriert das Bild horizontal innerhalb des Elternelements */
	z-index: -1;
  }
  
  ol {
	counter-reset: section; /* Setzt den Zähler auf 0 */
	list-style-type: none; /* Entfernt die Standard-Nummerierung */
  }
  
  /* li:before {
/*	counter-increment: section; /* Inkrementiert den Zähler bei jedem Listenpunkt */
/*	content: counters(section, ".") ". "; /* Gibt den Zählerwert mit Punkt und Leerzeichen vor jedem Listenpunkt aus */
/*	font-weight: bold; /* Setzt die Nummerierung fett */
/*	margin-right: 10px; /* Setzt einen Abstand zwischen Nummerierung und Text */
  /*} */

  /* Allgemeine Stile */
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #f5f5f5;
  }
  
  h1 {
	text-align: center;
	margin-top: 50px;
  }
  
  form {
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	/*box-shadow: 0px 0px 10px #ccc;*/
  }
  .card form {
	margin: auto;
	max-width: auto;
	padding: 0px;
	background-color: #ffffff00;
	border-radius: 0px;
	box-shadow: 0px 0px 10px #cccccc00;
  }


  label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #555;
  }
  
  input[type="text"],
  textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
	color: #555;
  }
  
  textarea {
	height: 120px;
  }
  
  select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
	color: #555;
	background-color: #fff;
  }
  
  input[type="checkbox"] {
	margin-top: 10px;
  }
  
  input[type="submit"] {
	background-color: #4CAF50;
	color: #fff;
	border: none;
	border-radius: 15px;
	padding: 10px 210px;
	font-size: 16px;
	cursor: pointer;
  }
  
  input[type="submit"]:hover {
	background-color: #3e8e41;
  }
  
  /* Medienabfragen für Mobilgeräte */
  @media (max-width: 600px) {
	form {
	  margin: 0 10px;
	}
  
	input[type="text"],
	textarea,
	select {
	  font-size: 14px;
	}
  }
  
  .button-beschwerde {
	display: inline-block;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #262626;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	top: -78px;
	left: 780px;
	border-radius: 10px;
  }

  .button-music {
	display: inline-block;
	padding: 8px 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #262626;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	top: auto;
	left: auto;
	border-radius: 10px;
  }

  .button-besch {
	display: inline-block;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #262626;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	top: -78px;
	left: 580px;
	border-radius: 10px;
  }

  /*#bg-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
  }*/
  
  footer {
	background-color: #262626;
	color: #fff;
	text-align: center;
	padding: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
  }
  
  footer p {
	margin: 0;
  }

  .foto-pd {
	position: relative;
	top: auto;
	left: auto;
	width: 300px;
	height: 300px;
  }

  .pd-load {
	position: relative;
	top: auto;
	left: auto;
	width: 300px;
	height: 300px;
  }
  
  .my-table {
	border-collapse: collapse;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
  }
  
  .my-table td {
	border: 1px solid #ccc;
	padding: 10px;
  }
  
  .my-table label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
  }
  
  .my-table input[type="text"] {
	border: none;
	background-color: #f2f2f2;
	padding: 5px;
	font-size: inherit;
	width: 100%;
  }
  
  .my-table span {
	display: block;
	margin-bottom: 5px;
	font-style: italic;  
  }

  .image-frame img {
    display: block;
    margin: 500;
    max-width: 199px;
    max-height: 149px;
}

.button-group {
	display: flex;
	justify-content: space-between;
  }

  textarea#bemerkung {
	height: 200px;
	width: 950px;
	resize: none;
  }
  
  textarea#bericht {
	height: 400px;
	width: 950px;
	resize: none;
  } 

  .btn {
	background-color: #262626;
	border: none;
	color: #eaebed;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
	transition-duration: 0.4s;
	cursor: pointer;
	width: 100%;
	position: relative;
	}
 
  

  
  