.welc {
  position:sticky;
  top:0px;
  width:100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap:20px;
	box-sizing: border-box;
	padding: 5px 10px;
  background-color:var(--body);
  background-image: radial-gradient(circle at top right,
      var(--body) 0%, rgba(var(--rgbacc), 0.9) 500%);
  height:75px;
	border-bottom: 1px solid var(--body);
  z-index:4;
}

.welc .chicon {
	width:110px;
	height: 55px;
	box-sizing:border-box;
	background-size: cover;
	background-position: center;
	outline: 1px solid var(--accent);
	border: 3px solid var(--body);
}

.welc .chname {
	font-family: "bokor", serif;
    font-size: 25pt;
	color: var(--accent);
}

.welc .chnameklein{
	position: absolute;
	top: 55px;
	left: 140px;
	font-family: "Raleway", serif;
	text-transform: uppercase;
    font-size: 9pt;
	font-weight: 600;
	color: var(--hlbg);
}

.chnameklein u {font-weight: bold !important;font-size: 11pt;text-decoration-style: double;text-decoration-thickness: 1px;}

.welc .welbutt {
	flex-grow:1;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
}


#header {
  position: relative;
  width: 1200px;
  height: 500px;
  box-sizing: border-box;
  background-image: url(https://i.postimg.cc/G3qsMq1G/grafik.png);
  background-position: center;
}

.navistick {
  position:sticky;
  top:75px;
  width:100%;
  height:50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  background:var(--back);
  border-bottom: 1px solid var(--hbg);
  z-index:58;
}

hfire {
  position:absolute;
  top: -90px;
  left: 130px;
  font-family: "bokor", serif;
  font-size: 220pt;
  letter-spacing: 5px;
  color: var(--dbgtr) !important;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--accent);
  opacity: .5;
}

htxt {
  position:absolute;
  top:60px;
  left: 290px;
  font-family: "Raleway", serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10pt;
  color: var(--hltxt);
}

.hlinks .hbox {
  position: absolute;
  top: 0px;
  left: 85px;
  width: 430px;
  height: 190px;
  box-sizing: border-box;
	font-size: 13px;
  padding: 20px;
  backdrop-filter: blur(8px);
  background: var(--dbgtr);
  border: 1px solid var(--accenttr);
  outline: 1px solid var(--accenttr);
  outline-offset: -7px;
  color: var(--txt);
  overflow: auto;
	z-index: -1;
	opacity: 0;
	transition: 1s linear;
}

#header .hlinks {
  position: absolute;
  top:290px;
  left:240px;
  width: 35px;
  height: 190px;
  padding: 0px 5px;
  background: var(--dbgtr);
  font-size: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
	z-index:3;
}

.hlinks label {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height:40px;
  font-size: 28px;
  border-radius: 0%;
  color: var(--accent);
  background: transparent;
  transition: all ease 1s;
  border: 0px;
}

.hlinks label:hover, .hlinks i:hover {
  color: var(--txt) !important;
  cursor: crosshair;
}

.hlinks input {
	display: none;
}

.hlinks input:checked + label, .hlinks input:checked i  {
	z-index: 5;
	opacity: 1;
  color: var(--txt) !important;
	transition: all ease 0.7s;
}

.hlinks input:checked + label + .hbox {
	z-index: 5;
	opacity: 1;
	transition: all ease 0.7s;
}