.headnav{
    width: 100%;
    padding: 10px 20px;
    background-color: var(--nv-bg);
    z-index: 1000;
    color: var(--nv-txt);
    font-size: var(--nv-txt-size);
    font-family: var(--nv-head);
    position: fixed;
}

.headwrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 30vh;
}

.headtitle{
  	font-size: 70pt;
	font-family: var(--nv-head);
  	font-weight: 400;
  	color: var(--nv-y);
  	text-shadow: 0 0 5px var(--nv-y), 0 0 10px var(--nv-y);
}

.headwrap a:hover{
text-decoration: none;
}

.headwrap a{
  	font-size: 70pt;
	font-family: var(--nv-head);
  	font-weight: 400;
  	color: var(--nv-y);
  	text-shadow: 0 0 5px var(--nv-y), 0 0 10px var(--nv-y);
}

.headbox{
    width: 100%;
    height: 60px;
    margin: 0px auto 30px auto;
    background: var(--nvbglines);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.headboxicon{
    color: var(--nv-txt);
    font-family: var(--nv-head);
    font-size: clamp(9px, 9px + 0.5vw, 20px);
}

.headboxicon:before{
	content:'\f124';
	font-family:'FontAwesome';
    color: var(--nv-y);
	font-size: 20px;
    margin-right: 10px;
}

.headerbox2{
	width: 100%;
    margin: 30px auto 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.headerboxteam{
	width: 27%;
    background: var(--nv-y);
    border-radius: 5px;
	min-height: 230px;
}

.headerboxzeug{
	width: 70%;
	background: var(--nvbglines);
    border-radius: 5px;
}

.headerboxzeugtext{
	width:95%;
	margin: auto;
			overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--nv-y) var(--nv-bgtrans);
	text-align:justify;
	font-family: var(--nv-main);
	font-size: var(--nv-txt-size);
	color: var(--nv-txt);
	margin-bottom: 25px;
	height: 60px;
}

.headerhello{
	font-size: 10pt;
    height: 3.5em;
    font-family: var(--nv-head);
    color: var(--nv-txt);
    text-transform: uppercase;
    border-left: 0.3em solid var(--nv-y);
    margin: 2em 0 0.5em 2em;
    padding-left: 3em;
    letter-spacing: 1em;
    display: flex;
    align-content: center;
    align-items: center;
}

.headerzeugswrap{
	display:flex;
	flex-direction: column;
}

.headerboxzeuglinks{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}

.headerboxzeuglink{
    height: 40px;
    margin: auto;
    font-size: 30px;
    color: var(--nv-y);
    font-family: var(--nv-head);
    display: flex;
    justify-content: center;
}

.headerboxzeuglink a{
    height: 40px;
    margin: auto;
    font-size: 30px;
    color: var(--nv-y);
    font-family: var(--nv-head);
    display: flex;
	text-decoration: none;
}

.headerboxzeuglink a:hover{
    height: 40px;
    margin: auto;
    font-size: 30px;
    color: var(--nv-y);
    font-family: var(--nv-head);
    display: flex;
	text-decoration: none;
}

.headboxpic{
	width: 40px;
	height: 40px;
}