/*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: 343px;/* text-shadow: -1px -1px 0 #2d2d2d, 1px -1px 0 #2d2d2d, -1px 1px 0 #2d2d2d, 1px 1px 0 #2d2d2d; *//* color: #C3C1BF; */background-repeat: no-repeat;/* background-image: linear-gradient(120deg, #2d2d2d 40%, #2d2d2d 40%); */background-color: #34120d66;text-align: right;font: 300 11px/35px Comfortaa;padding-right: 10px;margin: 1px;float: left;margin-left: 0px;text-transform: uppercase;margin-left: 0px;}
.boxvollglas3 i{
  /* text-shadow: -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242, 1px 1px 0 #424242; */
  color: #938989;
  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: #34120d66;
    width: 165px;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(120deg, #2d2d2d 40%, #2d2d2d 40%); */
    /* color: #ababab; */
    text-align: right;
    height: 35px;
    font: 300 11px/35px Comfortaa;
    padding-right: 11px;
    margin: 1px;
    float: left;
    margin-left: 0px;
    text-transform: uppercase;
    }
.boxvollglas0 i{
  /* text-shadow: -1px -1px 0 #424242, 1px -1px 0 #424242, -1px 1px 0 #424242, 1px 1px 0 #424242; */
  color: #938989;
  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: 945px;height: 49px;padding: 5px;margin: 0px;margin-left: 0px;background: #040101;}
#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 #040101;
      background: #040101;
      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: 581px;min-height: 631px;background: #040101;box-sizing: border-box;padding: 50px;border: 1px solid #040101;font-size: 12px;font-family: calibri;text-align: justify;line-height: 151%;text-align: justify;color: var(--text);font-size: 11pt;padding-left: 15px;}

.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: 1px;
      /* 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;
}
		
		
		
		
		
		/*h1 {
    height: 12px;
    border-left: 80px solid #262c2c;
    border-right: 80px solid #262c2c;
    background: #242427;
    color: #ccc;
    font-family: 'Calibri';
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.6em;
    text-align: center;
    background: linear-gradient( 
90deg , rgb(25 25 25) 0%, rgb(21 20 21) 100%);
}*/

h2 {
    font-size: .5rem;
    line-height: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bc866a;
    width: 100%;
    padding-bottom: 2px;
    text-align: center;
    color: #B2B9AB;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: inconsolata, Sans serif;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-family: oswald;
    font-size: 12px;
    font-weight: bold;
    /* border-bottom: 1px solid #d5af9c; */
}

h3 {

text-align: center;

color: #fbfafa;

font-family: 'Calibri';

font-size: 8px;

text-transform: uppercase;

letter-spacing: 3px;

line-height: 1.8em;

background-image: linear-gradient( 
120deg , #a3a4a1 40%, #a69d99 40%);
}

h4 {
	background-color: #9b908b;
	    display: inline-block;
    text-shadow: none;
    padding: 3px 2px 1px 3px;
    line-height: 115%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 600;
    color: white!important;
    border-bottom: 1px solid white;
    font-style: normal!important;
    

}

h5 {
box-sizing: border-box;  
background: linear-gradient(to bottom, #647879, #848b8f);
text-align: center; color: #ccc;
font-family: 'Calibri';
font-size: 8px;
text-transform: uppercase;
letter-spacing: 3px;
height: 76px;
line-height: 1.6em;
}

h6 {box-sizing: border-box;text-align: center;color: #f7f7f7;font-family: 'Calibri';font-size: 8px;text-transform: uppercase;letter-spacing: 3px;height: 28px;line-height: 1.6em;margin: -3px;}

h7 {
font-size: 15px;
    font-family: Montserrat;
    text-transform: lowercase;
    border-bottom: 2px solid #647677;
    line-height: 160%;
    width: 130px;
	margin: -3px;
}
		
		h8 {
    font-family: 'Style Script', cursive;
    font-size: 2.6rem;
    line-height: 2rem;
    color: #a9a3a3;
    /* font-family: 'Hurricane', cursive; */
    text-transform: lowercase;
}
		
		.template-header-14 .head-meas .head-snow {
    position: relative;
    color: #ececec;
    text-align: center;
    padding: 10px;
    min-width: 20%;
    max-width: 33.3333%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -15px;
}
		b {
    color: #a1a1a1;
}
		g {
    color: #b1a995;
    float: left;
    margin-right: 10px;
    font-family: 'Times new roman',serif;
    font-size: 50px;
    line-height: 85%;
}
is {
		    color: #a9a3b7;}

		u {
    display: inline-block;
    box-shadow: inset 0 -1px 0 #d5af9c;
    transition: all 1s;
}
mn {
   display: inline-block;
    box-shadow: inset 0 -1px 0 #d5af9c;
    transition: all 1s;
    letter-spacing: 0.5px;
    font-family: oswald;
    font-size: 12px;
    font-weight: bold;
    background-color: #162024;
    border-bottom: 1px solid #d5af9c;
}
		
		
		c {
    color: #483e38;
}
		
