.menu_list {
  margin-bottom: 5px;
  border-bottom: 1px solid var(--line1);
  padding-bottom: 2px;
  padding-left: 3px;
	}

.header_news {
text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 10px;
}

.header_descr b, .header_descr i {
color:var(--golden);
}

.header_news a {
color: var(--golden);
}

.header_descr {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 30%;
  text-align: justify;
  font-size: 11px;
  line-height: 170%;
}

.header_wrap {
display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 150px auto;
  position: relative;
align-items: flex-end;
	justify-content: space-between;
}

#header {
position: fixed;
  z-index: 3;
  text-align: left;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
	z-index:3;
}

.ipn_box i {
font-size: 15px;
  color: var(--golden);
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}

.headert_box {
display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 150px;
}

/*HEADER NEWS*/

.hn_date {
font-size: 40px;
  font-family: var(--mainfont);
  float: left;
  margin-right: 10px;
  padding-top: 10px;
	color: var(--golden);
}

.team_pic {
border: 1px solid var(--golden);
  padding: 5px;
}

/*NAVI*/

.navi {
position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 1px solid var(--line);
	z-index:5;
	background-image: var(--background);
  background-position-y: 70%;
  background-size: cover;
}

.navigation a {
  color: var(--white);
}

.welcomeblock a {
color: var(--white);
  border: 1px solid var(--golden);
  padding: 7px;
  height: 11px;
  font-size: 10px;
}

.welcomeblock {
display: flex;
  width: 100%;
  justify-content: center;
  gap: 13px;
  margin-top: 50px;
  margin-bottom: 30px;
}

/*RAHMEN*/

.line_top {
position: fixed;
  height: 20px;
  width: 100%;
  border-bottom: 1px solid var(--line);
  z-index: 1;
	text-align:right;
}

.menu_box {
width: 44%;
}

.menu_box a {
font-size:10px;
padding-bottom:5px;
	text-transform:uppercase;
}

/* Burger Icon */

.menu_kat i {
color: var(--golden);
}

.menu_wrap {
display: flex;
  gap: 30px;
  flex-wrap: wrap;
	width: 100%;
}

.menu_kat {
font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* Checkbox verstecken */
#menu-toggle {
  display: none;
}

/* Burger Icon */
.burger {
width: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 13px;
  right: 14px;
}

.burger span {
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

/* Menü */
.menu {
position: fixed;
  top: 60px;
  right: 40px;
  background: var(--schwarz);
  display: none;
  width: 450px;
  box-sizing: border-box;
  color: var(--white);
  padding: 30px;
  z-index: 2;
}

/* Menü anzeigen wenn Checkbox aktiv */
#menu-toggle:checked + .burger + .menu {
  display: flex;
}

/* Burger Animation */
#menu-toggle:checked + .burger span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#menu-toggle:checked + .burger span:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/*LOGO*/

.ww_title_ut {
color: var(--line);
  font-size: 8px;
  text-transform: uppercase;
  line-height: 280%;
  width: 700px;
  text-align: justify;
  margin-top: 10px;
  letter-spacing: 3px;
}

.ww_title_top i {
color: var(--golden);}

.ww_title_kat {

}

.ww_title_ue {
text-transform: uppercase;
  font-weight: bold;
  color: var(--background-light);
  letter-spacing: 9px;
  font-size: 10px;
}

.ww_title_top {
font-size: 150px;
  text-transform: uppercase;
  font-family: var(--mainfont);
  display: flex;
  line-height: 90%;
}