.header_cal {
height: 275px;
}
/*LOGIN*/

.header_reg {
text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.headerl_ue {
color: var(--accent1);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}


/*NAVIGATION*/

.header_nav {
	width: 900px;
	display: flex;
	align-items: center;
	gap: 15px;
	background: var(--mittelbraun);
margin:auto auto;
justify-content:center;
	list-style: none;
	position: sticky;
	top: 0px;
	z-index: 1000;
}

.header_nav div:hover {
	transition: all 1s ease-out;
background-color:var(--accent1_grey);
}

.headern_button {
font-size: 10px;
  text-transform: uppercase;
  padding: 15px;
}

/*HEADER TABELLE*/

.plot_zeit {
font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 0px;
}

.plot_inhalt b {
font-size: 10px;
  letter-spacing: 1px;
  color: var(--accent1);
}

.plot_inhalt {
	padding-right: 5px;
font-size: 11px;
  line-height: 150%;
  text-align: justify;
  overflow-y: auto;
	overflow-x: hidden;
  height: 200px;
}

.plot_month {
text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: var(--dunkelbraun);
  padding: 4px;
  margin-bottom: 5px;
	

}

.header_stop {
text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;

}

.header_line {
width: 90%;
  margin: 15px auto;
  height: 1px;
  background-color: var(--mittelbraun);
}

.header_news {
font-size: 11px;
  text-align: justify;
  line-height: 150%;
  height: 228px;
  overflow-y: auto;
	overflow-x: hidden;
  padding-right: 5px;
}

.header_news b {
color: var(--accent1);
  font-size: 10px;
  letter-spacing: 1px;
}

.header_button {
margin-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
  background: var(--mittelbraun);
  padding: 3px 5px;
  text-align: center;
  letter-spacing: 1px;
}

.header_ue {
position: absolute;
  top: -25px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
	width: 23.3%;
}

.header_wrapper {
position: relative;
  width: 890px;
  height: 326px;
  margin-left: 5px;
}
.header_ava {
	width: 207px;
  border: 1px solid var(--accent1);
  padding: 5px;
}

.header_bline {
	height: 1px;
  background: var(--accent1);
  position: relative;
  top: 22px;
  z-index: 1;}

.header_content {
display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
	top: 30px;
}
.header_box {
width: 24.55%;
  padding: 5px;
  border-right: 1px solid var(--mittelbraun);
}

