/*Trennung oben die Linie*/
.line{
background: -moz-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33,18,19,1)), color-stop(52%, rgba(130,71,75,1)), color-stop(100%, rgba(33,18,19,1)));
background: -webkit-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: -o-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: -ms-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: linear-gradient(to right, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
}
/*Besondere Anzeige*/
/*Links Bearbeitung*/
.flofli {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #616161;
    border: 1px solid #160C0D;
    width: 938px;
    height: 20px;
    padding: 5px;
    vertical-align: middle; 
	color:#82474B;
    border: 3px solid #2c3237;
    border-style: double;
background: #262626;
}

.flofli a{
	padding:12px;
	font-family: montserrat;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
    font-family: inconsolata, Sans serif;	
}
/*Icon*/
.fire img {
    /* border-radius: 11px; */
    width: 220px;
    height: auto;
    border: 5px solid #6e7070;
  /*  -webkit-filter: contrast(110%) brightness(90%) sepia(30%) grayscale(100%);
    filter: contrast(110%) brightness(90%) sepia (30%) grayscale(50%);*/
      margin-left: 132px;
}
/*Inhalt Profilfelder*/
.irgendwas {
    width: 230px;
    background-repeat: no-repeat;
    background-image: linear-gradient(120deg, #61616140%, #2f1b1c 40%);
    background-color: #1c2325;
    margin: 2px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: right;
    vertical-align: middle;
    min-height: 15px;
    height: 15px;
    background-color: #353438;
    border: 3px solid #1d1d1d;
    border-style: double;
}
.irgendwas em{
  text-shadow: -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242, 1px 1px 0 #424242;
  color:#C3C1BF;
  text-align:right;
  font: 300 11px/35px Comfortaa; 
  line-height: 1.5;
}
.irgendwas i{
  text-shadow: -1px -1px 0 #272C26, 1px -1px 0 #272C26, -1px 1px 0 #272C26, 1px 1px 0 #272C26;
  text-align:left;
  float:left;
  color: #a59a98;
  font-size:16px;
  padding-left:10px;
}
.irgendwas1{
  width:245px;
  background-repeat: no-repeat;
  background-image: linear-gradient(120deg, #61616140%, #2f1b1c 40%);
  background-color: #1c2325;
  margin:2px;
  padding-right:10px;
  padding-top:2px;
  padding-bottom:2px;
  text-align:right;	
  vertical-align:middle;
  min-height:15px;
  height:40px;
}
.irgendwas1 em{
  text-shadow: -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242, 1px 1px 0 #424242;
  color:#C3C1BF;
  text-align:right;
  font: 300 11px/35px Comfortaa; 
  line-height: 1.5;
}
.irgendwas1 i{
  text-shadow: -1px -1px 0 #272C26, 1px -1px 0 #272C26, -1px 1px 0 #272C26, 1px 1px 0 #272C26;
  text-align:left;
  float:left;
  color:#A2BCAA;
  font-size:16px;
  padding-left:10px;
}
/*besondere Anzeige links*/
#userbox2{
     border: 3px solid #597274;
    background: #262626;
    text-align: center;
    padding: 20px;
	Background: #222222;
    border: 2px solid #1d1d1d;
}
/*name*/
.normalo{
 color: #c3eace;
  background-color: #333337;
    margin-left: 2px;
    margin-right: 2px;
}
.normalo span{
	font-size: 14px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#404040, #868785);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: inconsolata, Sans serif;
    text-rendering: auto;
	margin:3px;
}
/*Beschreibung*/
.normalo2{
       color: #C3C1BF;
    background-color: #3E4942;
    margin-left: 2px;
    margin-right: 2px;
    background: linear-gradient( 
90deg
 , rgb(50 50 53) 0%, rgb(140 129 128) 100%);
}
/*Hover*/
.rentner{
    position: relative;
    /* width: 250px; */
    max-width: 250px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /* width: 220px; */
    /* max-width: 220px; */
    margin: auto;
    /* overflow: hidden; */
    border: 5px solid #6e7070;
}

.rentner .rentner-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 300px;
  overflow:auto;
  width:250px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.rentner:hover .rentner-overlay{
  opacity: 1;
}

.rentner-image{
  width: 100%;
}

.rentner-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.rentner:hover .rentner-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.rentner-details p{
  color: #fff;
  font-size: 0.8em;
}

/*Wer gerade mitliest*/
.freddy{
  font-family: 
  montserrat;font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #616161;
  border: 1px solid #160C0D;
  text-align:center;
}
.freddiii{
  background-color: #616161;
   padding:5px;
  text-align:center;	
}
/* Beginn --------------- postbit im klasischen Modus*/
/*Charakter Profilfeld*/
.boxvollglas3{width: 341px;/* text-shadow: -1px -1px 0 #2d2d2d, 1px -1px 0 #2d2d2d, -1px 1px 0 #2d2d2d, 1px 1px 0 #2d2d2d; */color: #ffffff;background-repeat: no-repeat;/* background-image: linear-gradient(120deg, #2d2d2d 40%, #2d2d2d 40%); */background-color: #b9b6b3;text-align: right;font: 300 11px/35px Comfortaa;padding-right: 10px;margin: 1px;float: left;margin-left: 0px;text-transform: uppercase;}
.boxvollglas3 i{
  /* text-shadow: -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242, 1px 1px 0 #424242; */
  color: #475663;
  height:35px;
  line-height:35px;
  font-size:16px;
  float:left;
  vertical-align:middle;
  padding-left:10px;
}

/*Schmales Profil*/
.boxvollglas0{
    /* text-shadow: -1px -1px 0 #2d2d2d, 1px -1px 0 #2d2d2d, -1px 1px 0 #2d2d2d, 1px 1px 0 #2d2d2d; */
    background-color: #b9b6b3;
    width: 163px;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(120deg, #2d2d2d 40%, #2d2d2d 40%); */
    color: #fff;
    text-align: right;
    height: 35px;
    font: 300 11px/35px Comfortaa;
    padding-right: 11px;
    margin: 1px;
    float: left;
    margin-left: 1px;
    text-transform: uppercase;
    }
.boxvollglas0 i{
  /* text-shadow: -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242, 1px 1px 0 #424242; */
  color: #475663;
  height:35px;
  line-height:35px;
  font-size:16px;
  float:left;
  vertical-align:middle;
  padding-left:10px;
}
/*Breites Profilfels*/
.boxvollglas1{
   text-shadow: -1px -1px 0 #2B2522, 1px -1px 0 #2B2522, -1px 1px 0 #2B2522, 1px 1px 0 #2B2522;
  color:#C3C1BF;
  width:223px;
  background-repeat: no-repeat;
background-image: linear-gradient(120deg, #151e20 40%, #252f33 40%);
  background-color: #C3C4C2;
  text-align:right;
  height:35px;
  font: 300 11px/35px Comfortaa;
  padding-right:10px;
  margin: auto auto;
  margin-top:1px;
background-image: linear-gradient(120deg, #373537 40%, #43383c 40%);
}
.boxvollgas4{
    text-shadow: -1px -1px 0 #2B2522, 1px -1px 0 #2B2522, -1px 1px 0 #2B2522, 1px 1px 0 #2B2522;
    color: #C3C1BF;
    width: 223px;
    background-repeat: no-repeat;
    background-image: linear-gradient(120deg, #1d1d1d 40%, #3a3939 40%);
    background-color: #C3C4C2;
    text-align: right;
    height: 35px;
    font: 300 11px/35px Comfortaa;
    padding-right: 10px;
    margin: auto auto;
    margin-top: 1px;
}
.boxvollglas1 i{
 color:#F8F8F8;
  height:35px;
  line-height:35px;
  font-size:16px;
  float:left;
  vertical-align:middle;
  padding-left:10px;
}
/*Oben auf*/
#luisa{display: flex;align-items: center;justify-content: center;background-color: #616161;/* border: 1px solid #160C0D; */width: 1038px;height: 65px;padding: 5px;margin: 0px;margin-left: 5px;background: #e5e3e0;}
#luisa img{
     float:right;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 100px;
    height: auto;
    float: right;
    margin-right: -50px;
	margin-left: 110px;
    -webkit-filter: contrast(110%) brightness(90%) sepia(30%) grayscale(100%);
    filter: contrast(110%) brightness(90%) sepia(30%) grayscale(100%);
}

/*Linke Seite */
#userbox{
      border: 3px solid #e5e3e0;
      background: #e5e3e0;
      text-align: center;
      padding: 3px;
      padding-top: 0px;
}
#userbox h6{
	margin-top:-26px;
	position:relative;
    font-size: 14px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#404040, #868785);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-rendering: auto;
}
#userbox h7{
	font-size: 11px;
    margin:0px;
	display:block;
	margin-top:-37px;
}
/*Sprechblase*/
.floflo2 hr, .floflo3 hr{
background: -moz-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33,18,19,1)), color-stop(52%, rgba(130,71,75,1)), color-stop(100%, rgba(33,18,19,1)));
background: -webkit-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: -o-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: -ms-linear-gradient(left, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
background: linear-gradient(to right, rgba(33,18,19,1) 0%, rgba(130,71,75,1) 52%, rgba(33,18,19,1) 100%);
}
.floflo2{
    font-size: 12px;
    min-height: 300px;
    padding: 1rem;
    position: relative;
    color: #CECCCA;
    text-align: justify;
	    line-height: 185%;
    background: #262626;
    border: 3px solid #597274;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
	Background: #222222;
    border: 2px solid #1d1d1d;
}
.floflo3 {width: 627px;min-height: 631px;background: #e5e3e0;box-sizing: border-box;padding: 50px;border: 1px solid #e5e3e0;font-size: 13px;font-family: arial, sans-serif;text-align: justify;line-height: 160%;text-align: justify;color: #242424;}

.floflo3:after, .floflo3:before, .floflo2:after, .floflo2:before {
right: 100%;
top: 170px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;}

.floflo3:after, .floflo2:after {
border-color:rgba(15, 213, 9, 0);
border-right-color: #616161;
border-width: 16px;
margin-top: -16px;}

.floflo3:before,  .floflo2:before {
border-color: rgba(0, 0, 0, 0);
border-right-color: #585858;
border-width: 23px;
margin-top: -23px;
}
/*ava*/
.polo img {
      /* border-top: 15px solid #2d2d2d; */
      /* border-left: 15px solid #2d2d2d; */
      /* border-right: 15px solid #2d2d2d; */
      /* border-bottom: 15px solid #2d2d2d; */
      margin-left: -7px;
      /* width: 350px; */
}
		
		
		.postbitkram {
 background: #2d2d2d;
 color: #9e9898;
 font-size: var(--fontsize);
 grid-column: 3/span 2;
 grid-row: 1/span 4;
 line-height: 17px;
 overflow: auto;
 overflow-x: hidden;
 padding: 5px;
 text-align: justify;
 font-size: 9pt;
 height: 120px;
 margin-left: 0px;
 width: 370px;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		