:root {
--designbg: url(/images/nightshift/background_alchy.jpg);
--designbgblur: url(/images/nightshift/background_alchy2.jpg);
--designhead: url(/images/nightshift/header2024.jpg);
--color1: #36413E;
--color2: #d5dcd5;
--color3: #8D8D92;
--color4: #db715b;
--color5: #2b2b2b;
--headerfont: 'Grimoire', serif;
--solid: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

body {
  background: var(--designbgblur);
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
}

.navigation-member {
  position: fixed;
  z-index: 99999;
  top: 80px;
  left: 0;
  padding: 10px;
  background-color: rgba(43, 43, 43, 0.5);
  color: var(--color2);
  height: 470px;
  display: flex;
  flex-direction: column;
	backdrop-filter: blur(5px);
}

.nav-icon {
  position: relative;
  margin: 10px 0;
  transition: all ease 0.4s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon img {
  	width: 50px;
  	height: 50px;
	object-fit: cover;
	border: 2px solid #db715b;
}

.nav-icon:hover img,
.nav-icon:focus img {
  opacity: 0.3;
}

.nav-links {
  height: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
}

.nav-links a {
  color: var(--color3);
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
  transition: color 0.5s ease; 
}

.nav-links a:hover {
  color: var(--color4);
  text-decoration:none;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--color4);
  text-decoration: none;
  outline: none; 
}

#boardcontent {
	width: 100%;
	min-width: 1000px;
	max-width: 1000px;
	margin: auto;
}

.top-navigation {
  position: sticky;
  z-index: 999;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: var(--color5);
  height:30px;
  display: flex;
  padding: 20px 10px;
}

.top-navigation-home {
  border: 1px solid var(--color3);  display: flex;
  align-items: center;
  height: 100%;
  margin: 0px auto;
  padding: 10px;
  width: 6%;
  height:30px;
}

.top-navigation-home a {
  color: var(--color4);
  text-decoration:none;
	text-shadow: 1px 1px 2px #000;
  font-family: var(--headerfont);
  font-size:30px;
  letter-spacing: 2px;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.top-navigation-home a:hover {
  color: var(--color2);
  text-decoration:none;
}

.top-navigation-login {
  display: flex;
	  align-items: center;
border-top: 1px solid var(--color3);
	border-bottom: 1px solid var(--color3);
  margin: 0px auto;
  padding: 10px;
  width: 30%;
  height:30px;
}

.top-navigation-login a {
	color: var(--color4);
	  text-decoration:none;
  font: var(--headerfont);
  font-size:16px;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.top-navigation-login a:hover {
  color: var(--color2);
  text-decoration:none;
}

.top-navigation-right {
  border-top: 1px solid var(--color3);
  border-bottom: 1px solid var(--color3);
  border-right: 1px solid var(--color3);
  width: 92%;
  height:30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.top-navigation-right a {
  color: var(--color2);
  text-decoration:none;
  font: var(--headerfont);
  font-size:11px;
  text-transform:uppercase;
  padding: 0px 10px;
  letter-spacing:0.8px;
  font-weight:800;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.top-navigation-right a:hover {
  color: var(--color4);
  text-decoration:none;
}

.header-picture {
  width:100%;
  height:500px;
  background: var(--designhead);
  background-color: #000;
  background-size: cover;
background-position: center;
  box-sizing: border-box;
}

/* HEADER TABLE MIT WELCOME - NEWS/LAST POSTS - BUTTONS RECHTS*/
.header-table {
    width: 100%;
    height: 300px;
    margin: 25px 0;
    display: flex;
    flex-direction: row;
    gap: 15px;
    box-sizing: border-box;
    align-items: stretch;
}

.header-table h1 {
    font-family: var(--headerfont);
    color: var(--color4);
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: 1px 1px 2px #000;
    letter-spacing: 2px;
}


.header-table b {
    color: var(--color4);
    text-transform: uppercase;
    font-size: 12px;
}

.header-welcome {
    position: relative;
    flex: 0 0 320px;
    width: 320px;
    height: 300px;
    box-sizing: border-box;
    background:  var(--designbg);
    background-blend-mode: overlay, normal, color-dodge, color-burn, color, normal;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
    outline: 1px solid var(--color3);
    outline-offset: -15px;
    padding: 28px;
    line-height: 1.4;
    text-align: justify;
    font-family: var(--solid);
    color: var(--color2);;
    font-size: 12px;
    margin-right: 0;
}

.header-infos {
    flex: 0 0 565px;
    width: 565px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    background: var(--designbg);
    background-blend-mode: color, overlay, normal, color-dodge, color-burn, color, normal;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
    outline: 1px solid var(--color3);
    outline-offset: -15px;
}

.header-news-team {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    text-align: justify;
    font-family: var(--solid);
    color: var(--color2);
    font-size: 12px;
    padding: 30px;
}

.news {
  width: 40%;
}

.date {
  border: 1px solid var(--color3);
	background: var(--designbgblur);
  float: left;
	line-height: 1;
  margin: 7px 12px 0 0;
  width: 40px;
  height: 45px;
  display: block;
  text-align: center;
  font-size: 15px;
font-family: var(--headerfont);
  padding: 5px 3px
}

.date .day {
    font-family: var(--headerfont);
  font-size: 25px;
  color: #a1b4a1;
  margin-bottom: 5px;
  padding-top: 1px;
    text-align: center;
}

.lastposts {
  width:55%;
}

.newposts {
	display: flex;
    width: 95%;
    align-items: center;
    justify-content: space-between;
	line-height: 1.6;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.newposts:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.newposts:last-child {
  border-bottom: none;
}

.newposts-item {
    box-sizing: border-box;
}

.lastpost {
    flex: 0 0 60.3%;
	font-weight: 800;
}

.lastposter {
    flex: 0 0 40.7%;
    text-align: right;
    padding-right: 5px;
    font-size: 10px;
	font-weight: 800;
}

.header-tools {
    flex: 0 0 95px;
    width: 95px;
    height: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.navi-button {
	  position:relative;
	  width: 73px;
	height: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
    background:  var(--designbg);
    background-blend-mode: overlay, normal, color-dodge, color-burn, color, normal;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
	border: 1px solid var(--color3);
    font-family: var(--headerfont);    
	color: var(--color2);
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition:
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.navi-button:hover,
.navi-button:focus-visible {
    transform: translateX(-5px);
    color: var(--color4);
    border-color: var(--color4);
    background-color: rgba(43, 43, 43, 0.8);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.45),
        0 0 10px rgba(219, 113, 91, 0.18);
    outline: none;
}

.navi-button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--color4);
    transition: width 0.3s ease;
}

.navi-button:hover::after,
.navi-button:focus-visible::after {
    width: 100%;
}