html {
				font-family: Tahoma, Geneva, sans-serif;
				padding: 1px;
				background-color: #F8F9F9;
	  			margin-left: 25px;
				border-left: 10px;
			}
p {
				font-family: Tahoma, Geneva, sans-serif;
				font-size: 13px;
			}
a {
				font-family: Tahoma, Geneva, sans-serif;
				font-size: 15px;
			}
body {
				font-family: Tahoma, Geneva, sans-serif;
				padding: 1px;
				background-color: #F8F9F9;
				padding-left: 25px;
			}
	h1 {
			font-family: Tahoma, Geneva, sans-serif;		
		font-size: 27px;
			}
	h2 {
			font-family: Tahoma, Geneva, sans-serif;		
		font-size: 15px;
			}
	h3 {
			font-family: Tahoma, Geneva, sans-serif;		
		font-size: 12px;
			}

			table {
			font-family: Tahoma, Geneva, sans-serif;		border-collapse: collapse;
				width: 100%;
		font-size: 13px;
			}
			td, th {
				padding: 1px;
			}
			th {
				background-color: #F8F9F9;
				color: #ffffff;
				font-weight: bold;
				font-size: 13px;
				border: 1px solid #54585d;
			}
			td {
				color: #636363;
				border: 1px solid #F8F9F9;
			}
			tr {
				background-color: #F8F9F9;
			}
			tr:nth-child(odd) {
				background-color: #F8F9F9;
			}
			.pagination {
				list-style-type: none;
				padding: 10px 0;
				display: inline-flex;
				justify-content: space-between;
				box-sizing: border-box;
			}
			.pagination li {
				box-sizing: border-box;
				padding-right: 10px;
			}
			.pagination li a {
				box-sizing: border-box;
				background-color: #e2e6e6;
				padding: 8px;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
				color: #616872;
				border-radius: 4px;
			}
			.pagination li a:hover {
				background-color: #d4dada;
			}
			.pagination .next_a a, .pagination .prev_a a {
				text-transform: uppercase;
				font-size: 12px;
			}
			.pagination .currentpage a {
				background-color: #518acb;
				color: #fff;
			}
			.pagination .currentpage a:hover {
				background-color: #518acb;
			}
#toolbar{position: relative;
    top: 10px;

    margin-right: 15px;
 padding-left: 15px;
	 padding-right: 20px;
	box-sizing: border-box;
				background-color: #e2e6e6;
				padding-top: 3px;
				padding-bottom: 3px;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
				color: #616872;
	float: right;
				border-radius: 20px;
}
#toolbar_sign{position: relative;
    top: 10px;

    margin-right: 15px;
 padding-left: 15px;
	 padding-right: 20px;
	box-sizing: border-box;
				background-color: #F8F9F9;
				padding-top: 6px;
				padding-bottom: 16px;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
				color: #616872;
	float: right;
				border-radius: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
			.done {
				list-style-type: none;
				padding: 10px 0;
				display: inline-flex;
				justify-content: space-between;
				box-sizing: border-box;
			}
			.done li {
				box-sizing: border-box;
				padding-right: 10px;
			}
			.done li a {
				box-sizing: border-box;
				background-color: #e2e6e6;
				padding: 8px;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
				color: #218acb;
				border-radius: 4px;
			}
			.done li a:hover {
				background-color: #d4dada;
			}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 200px;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1.5rem;
  border-bottom: 1px solid #ddd;
	 position: sticky;
  top: 0;
  z-index: 1000;
	  max-width: 1000px;
  margin: 0 auto;
  padding: 0.6rem 1.5rem;
}

.nav-logo {
		font-family: Tahoma, Geneva, sans-serif;
				font-size: 13px;
}

.nav-menu {
  display: flex;
  gap: 1.5rem;

}

.nav-menu a {
  text-decoration: none;
  color: #000;
		font-family: Tahoma, Geneva, sans-serif;
				font-size: 13px;
}

/* Toggle-Elemente */
.nav-toggle {
  display: none;
}

.nav-icon {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
  }

  .nav-icon {
    display: block;
  }

  .nav-toggle:checked ~ .nav-menu {
    display: flex;
  }
}

/* Begrenzte, zentrierte Inhaltsbreite */
.content {
  max-width: 1000px;   /* maximale Breite */
  margin: 0 auto;      /* zentriert den Block */
  padding: 0 1.5rem;   /* etwas Innenabstand für mobile Geräte */
}
