/*--- Team Seite ---*/
/*Hintergrund*/
.teamsklave{
   width:100%;
   text-align: center;	
}
/*Bild des Teams links*/
.teambitch{
	background: url(https://chokepoint.de/images/teamseite1.png) no-repeat;
    background-color: #B4B4B4; 
	width: 500px;
	height: 1100px;
	margin:auto auto;
 /* -webkit-filter: contrast(83%) brightness(36%) saturate(136%) sepia(100%) grayscale(5%) hue-rotate(99deg);
  filter: contrast(83%) brightness(36%) saturate(136%) sepia(100%) grayscale(5%) hue-rotate(99deg);*/
}

/* rechts textspalte*/
.teamboss{
   border:5px solid #523638;
   background: url(https://www.transparenttextures.com/patterns/brick-wall-dark.png) repeat fixed 0 0 #150c0c;
   width:500px;
   padding-left:40px;
   padding-right:40px;
}
/* Name*/
.teamboss h1{
    font-size: 20px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#211213, #cecece);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-rendering: auto;
	margin-bottom: -10px;
}
/*Titel*/
.teamboss span{
    font-size: 18px;
    text-transform: uppercase;
	color:#cecece;
    text-rendering: auto;
    font-weight: bold;
	font-family: inconsolata, Sans serif;
    letter-spacing: 5px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-top: 0px;
	height:22px;
	width:180px;
}
/*Text*/
.teamboss p{
    border: 4px solid #1F2C26;
    text-rendering: auto;
    background-color:  #523638;	
    overflow: auto;
	height:100px;
	color:#949E99;
    text-align: justify;	
    padding:2px;
	margin-left:42px;
}
/*Überschrift 2*/
.teamboss h2{
    font-size: 18px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#211213, #cecece);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-rendering: auto;
	margin-bottom: -10px;
}
/* Liste
.teamboss ul{
}*/
.teamboss li {
  list-style-type: none;
  background-color: #523638;	
  margin:1px;
  color:#000;	
  text-align: left;	
}
.teamboss li::before  {
  content: " ♣ ";    
  background: -webkit-linear-gradient(#211213, #cecece);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-rendering: auto;
   font-size: 1.5em;
   padding-left:10px;
}
/* hr*/
.teamboss hr{
display:none;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		