/* Base mobile styles */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.6em;
  }
  
  body {
	font-family: "Segoe UI", sans-serif;
	/* background-color: #fffad7; */
	background-color: ivory;
	color: #2b2b2b;
	padding: 1rem;
	max-width: 600px;
	margin: auto;
	height: 80vh;
	padding-top: 30px;
  }
 
  ul {
list-style-type: none;
  }
  .inl {
	display: inline;
  }
  
  /* Links */
  a {
		color:#2350a9;
	text-decoration: none;
  }
  
  a:hover {
	text-decoration: underline;
  }
  

  /* Buttons */
  button {
	background-color: #b7dc9d;
	color: #2b2b2b;
	border: none;
	padding: 4px;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin: 4px;
  }
   .btn {
	background-color: #b7dc9d;
	color: #2b2b2b;
	border: none;
	padding: 4px;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 100%;
	margin: 4px;
  }
  /* Buttons */
  .btnf {
	background-color: #b7dc9d;
	color: #2b2b2b;
	border: none;
	padding: 4px;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin: 4px;
  }
  .topleft {
    position: fixed;
    top: 5px;
    right: 5px;
    max-width: 44px;
    z-index: 9;
  }
  
  /* Cards */
  .card {
	background-color: white;
	border-left: 6px solid #e3a936;
	border-radius: 14px;
	padding: 1rem;
	margin-bottom: 1rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .bot {
	position: fixed;
	bottom: 5px;
  }
  /* Form inputs */
  input, textarea, select {
	width: 100%;
	padding: 0.75rem;
	margin-bottom: 1rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	color: #2b2b2b;
  }
  
  input:focus, textarea:focus {
	border-color: #e3a936;
	outline: none;
	box-shadow: 0 0 0 4px rgba(227, 169, 54, 0.2);
  }
  
  /* Utility */
  .text-center {
	text-align: center;
  }
  
  .mt-1 { margin-top: 1rem; }
  .mb-1 { margin-bottom: 1rem; }
  
  /* Responsive tweaks */
  @media (max-width: 600px) {
	h1 { font-size: 1.75rem; }
	h2 { font-size: 1.5rem; }
  }
	
p {
	margin-top: 0.3rem;
}
img {
	max-width:70vw;
	}
	span.h1, .h1 {
		font-weight:bold;
}
span.h2, .h2 {
		color:#a93c23;
		font-weight:bold;
	}
	span.h3, h3 {
		font-weight:bold;
		color:#008b86;
	}
	span.h4 {
		font-style:normal;
		font-weight:normal;
	}
	h1 {
		font-size: 24px;
		margin-top: 1.8em;
	}
	h2 {
	  color:#a93c23;
	font-size: 24px;
	margin-top: 1.6em;
  }
	.bl {
		color: blue;
	}
	.Bildunterschrift {
		font-style: italic;
		font-size: 18px;
		margin-bottom: 0.5rem;
	}
	
	._aufzaehl {
		list-style: disc;
	}
	/* .tbl {
  font-size: 0.8rem;
  margin: 4px;
  margin-top: 1em;
  
}
table {

	border-bottom: 1px solid #121212;
}
.tr {
	display: flex;
    flex-wrap: wrap;
	margin-left: 1em;
}
.tr div:first-child {
	margin-left: 0px;
    font-weight: bold;
  }
  .td {
	  margin-left: 1.5rem;
	  min-width: 3em;
	}
	  */
	td p img {
		width: 120px;
	}
	/* .notbl1 {
		padding: auto;
		} */
		.htipp9 {
			border-left: 1px solid #121212;
			padding: 0.5rem;
			margin-bottom: 0.5rem;
		}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px; /* Abstand zwischen den Zeilen */
}


table td {
	border: 1px solid gray;
  padding-right: 1em;
}
/* 
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

table td:first-child {
  font-weight: bold;
  width: 30%;
  vertical-align: top;
} */

@media (max-width: 1600px) {
  table,
  table tr,
  table td {
    display: block;
    width: 100%;
  }

  table td p {
    padding: 4px;
	font-size: 1.06;
  }

  /* table td:first-child {
    font-weight: bold;
    margin-top: 1em;
  } */
}
.holzi div p, .htipp9 {
	border: 1px solid #121212;
	margin: 0.5em;
	padding: 0.5em;
	font-size: 0.9em;
}

.Standard {
	font-size: 20px;
}