.bfheader1 a:hover { color:#a69c9b; text-decoration:none }
.bfheader1 a { color:#293047; text-decoration:none }
.bfheader10 a:hover { color: #a69c9b; text-decoration:none }
.bfheader10 a { color:#d6cbc8; text-decoration:none }

.bfheader1 bfheadline {
  font-family: 'Fredericka the Great';
  font-size: 20px;
  text-shadow:1px 1px #1E4D6B;
  float: left;
  padding-right: 12px;
  height: 39px;
}

.bfheader1 bfheadline2 {
  line-height: 39px;
  font-family: 'Fredericka the Great';
  font-size: 20px;
 text-shadow: 1px 1px #1E4D6B;
  padding-right: 5px;
}

.bfheader1 {
  width: 1100px;
  background-color:var(--dunkel);
  font-family: 'quicksand';
  color: #969696;
  margin: auto;
  font-size: 12px;
}

.bfheader2 {
  width: 1100px;
  height: 270px;
  padding-top:40px;
  text-align: justify;
}

.bfheader3 {
  width:270px;
  display: inline-block;
  overflow: hidden;
  padding-right:20px;
  padding-left: 20px;
  font-size: 11px;
	scrollbar-width: none;
}

.bfheader4 {
  height: 100px;
  padding-left: 10px;
  overflow: auto;
	scrollbar-width: none;
}

.bfheader5 {
  height: 150px;
  padding-left: 10px;
}

.bfheader6 {
  display: inline-block;
  text-align: center;
  font-size: 23px;
  width: 90px;
}

.bfheader12 {
  display: inline-block;
  height: 220px;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
  width: 90px;
	margin-left: 20px;
	scrollbar-width: none;
}

.bfheaderteamicon {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-top: 7px;
}

.bfheader7 {
  width: 300px;
  height: 250px;
	font-size: 13px;
  overflow: hidden;
  display: inline-block;
  margin-left: 20px;
  text-align: justify;
  margin-right: 20px;
	scrollbar-width: none;
}

.bfheader8 {
  font-size: 20px;
  margin-top: 15px;
}

.bfheadgesuchimg {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.bfheader9 {
  font-size: 9px;
}

.bfheader10 {
  width:170px;
  display:inline-block;
  height: 250px;
  float: right;
  padding-right: 20px;
}

.bfheader11 {
  background-color: #799aae;
  padding: 4px;
  margin-bottom: 6px;
  border-radius: 16px;
}

.bfheader13 {
  display:inline-block;
  overflow: auto;
  padding-right: 5px;
  height: 210px;
	scrollbar-width: none;
}

.bfheader14 {
  display:inline-block;
  overflow: auto;
  padding-right: 5px;
  height: 110px;
	scrollbar-width: none;
}

.bfheader15 {
  background-color: #799aae;
  padding: 4px;
  border-radius: 18px;
  color: #293047;
  font-size: 12px;
  width: 55px;
  display: inline-block;
  float: left;
  margin-right: 7px;
  font-family: 'Fredericka the Great';
  text-align: center;
  margin-top: 5px;
}
/************************************************************************/

/*HEADER HINTERGRUND-BILD & -FARBE*/
#headerlogo {
	width: 1100px;
	height: 600px;
	margin-bottom: auto;
	margin-top: 10px;
	/*background-image: url(../../../images/ruin/banner2.png); Falls ihr statt einer Farbe ein Bild nutzen mÃ¶chtet, einfach mit "background-image: url(../../../LINK);" ersetzen. */
	/* Klammern und Kommentar raus lÃ¶schen, falls ihr ein Hintergrundbild nutzt, sodass nur folgenes Attribut steht: "background-size: 1050px 400px;" */
}

/*BOARD TITEL AUF HEADER*/
#headerlogo .title {
	width: 100%;
	 font-size:100px;
	padding-left: 0px;
	padding-top: 200px;
	font-family: "brother home", serif;
	color: #d9d9d9;
	text-shadow: 2px 2px #1E4D6B;
  text-align: center;
	 font-weight:400;
}

#headerlogo .title a {
	color: #fff;
}

/*BOARD UNTERTITEL AUF HEADER*/
#headerlogo .undertitle {
	padding-left: 300px;
  margin-top: 30px;
  font-family: 'Roboto';
  color: #fff;
	text-shadow: 2px 2px #1E4D6B;
  letter-spacing: 7px;
  font-size: 30px;
  /*margin-bottom: 150px;*/
  font-weight: 300;
}
/*STAFF*/
.team-container{
	display: flex;
  align-items: center;
	margin-left: 50px;
}
.team-info-box {
  position: relative;
  display: inline-block;
}

.team-info-text {
  visibility: hidden;
  background-color: var(--mittel);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  width: 100px;
  bottom: 100%;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.team-info-box:hover .team-info-text {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.team-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--mittel);
  transition: transform 0.3s ease;
	margin: 2px;
}

.team-avatar:hover {
  transform: scale(1.1);
}
/**********************************************************/
<#headerlogo .infobox::-webkit-scrollbar
{
	margin-left: 5px;
	float: left;
	height: 230px;
	width: 1px;
	background: var(--hell);
	overflow-y: scroll;
}

#headernav {
	width: 1100px;
	margin: auto;
	background: var(--dunkel);
	text-align: center;
}

.headerlink {
    padding: 5px 30px;
    display: inline-block;
	font-family: 'quicksand';
	font-size: 10px;
	letter-spacing: 1px;
	color: var(--schrift);
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.headerlink hover {
	color: var(--schrift);
}

#headermembernavi {
	width: 100%;
	height: 15px;
	padding: 10px;
	border-bottom: 1px solid var(--hell);
	background: var(--dunkel);
	background-repeat: repeat;
	position: fixed;
	text-align: center;
	font-family: 'quicksand';
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #969696;
	font-weight: 400;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 2500;	
}

#headermembernavi .memlink {
	font-family: 'quicksand';
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #969696;
	font-weight: 400;
	text-align: center;
	padding: 10px;
	position: relative;
	left: 0px;
}

#headertab {
	width: 1050px;
	height: 150px;
	background: var(--dunkel);
	border-top: 1px solid var(--schrift);
	padding: 25px;
	margin: auto;
}

#boardcontent {
  position: relative;
   margin: 0 auto;
  max-width:1000px;
  top:0px;
}

.header-picture {
  width:100%;
  height:400px;
  /*background: var(--designhead);
  background-color: #000;*/
  background-size: cover;
background-position: center;
  box-sizing: border-box;
}




 
/* ******** */
.dropdown {
  position: relative;
  display: inline-block;
	padding-left: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--dunkel);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
	line-height: 40px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/***************************************************/

		