.menu_list {
  margin-bottom: 5px;
  border-bottom: 1px solid var(--line1);
  padding-bottom: 2px;
  padding-left: 3px;
	}

/*HEADER NEWS*/

.hn_date {
font-size: 40px;
  font-family: var(--mainfont);
  float: left;
  margin-right: 10px;
  padding-top: 10px;
	color: var(--golden);
}

.hn_line {
width: 50%;
  height: 1px;
  background-color: var(--black);
  margin: 20px auto;
}

/*TABELLE*/

.header_box {
background: var(--tpaper);
  background-color: var(--paper);
  box-sizing: border-box;
  width: 31.7%;
	
}

.header_table {
display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 960px;
margin: 90px auto;
}

.header_line {
margin: 20px;
  padding: 20px;
  border: 1px solid var(--golden);
  text-align: justify;
  line-height: 170%;
  font-size: 12px;
	height: 320px;
}

/*NAVI*/

.navigation a {
  color: var(--white);
}

.navigation {
	text-transform:uppercase;
margin-right: 30px;
  font-size: 8px;
  color: var(--white);
  letter-spacing: 1px;
}

.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_bottom {
position: fixed;
  width: 100%;
  height: 20px;
  border-top: 1px solid var(--line);
  bottom: 0px;
}

.line_right {
width: 20px;
  border-left: 1px solid var(--line);
  height: 100%;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.line_left {
width: 20px;
  border-right: 1px solid var(--line);
  height: 100%;
  z-index: 1;
  position: fixed;
}

.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: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: fixed;
  top: 30px;
  left: 30px;
}

.burger span {
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

/* Menü */
.menu {
position: fixed;
  top: 60px;
  left: 40px;
  background: var(--black);
  display: none;
  width: 360px;
  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*/

.hoz_line_top {
	width: 20%;
  position: absolute;
  height: 1px;
  background-color: var(--black);
  bottom: 190px;
}

.hoz_line_bottom {
width: 20%;
  height: 1px;
  background-color: var(--golden);
  margin: 20px auto;
}

.box_golden {
	background-image: var(--texture);
background-color: var(--golden);
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: end;
		position:relative;
}

.hoz_title_ut {
font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  letter-spacing: 9px;
  position: absolute;
  bottom: -8px;
}

.hoz_title_up {
font-size: 120px;
  text-transform: uppercase;
  font-family: var(--mainfont);
  text-align: center;
}

.hoz_title_up a {
color:var(--golden);
}

.hoz_title_top {
font-size: 120px;
  text-transform: uppercase;
  font-family: var(--mainfont);

}

.hoz_title_top a {
color:var(--black);
}