  .nvmstecki_all {
        border-right: 15px solid #27bffe;
    border-bottom: 15px solid #27bffe;
        width: 600px;
        min-height: 800px;
        margin: auto;
    }
    
    .nvmstecki_rect1 {
        background: #27bffe;
        width: 180px;
        height: 250px;
    }
    
    .nvmstecki_rectsmall {
        width: 20px;
    height: 55px;
    float: left;
    background: #27bffe;
    }
    
    .nvmstecki_charaname {
          width: 395px;
    height: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    padding: 5px;
    padding-left: 30px;
    box-sizing: border-box;
    }
    
    .nvmstecki_charaname {
        color: #27bffe;
        text-align: left; 
        transition: 1s;
    }
    
    .nvmstecki_charaname:hover {
        color: #4a575c;
        transition: 1s;
    }
    
    .nvmstecki_charaname a {
        color: #27bffe;
        text-decoration: none;
    }
    
    .nvmstecki_charaname a:hover {
        color: #4a575c;
        transition: 1s;
        text-decoration: none;
    }
    
    .nvmstecki_shortfact {
        background: #27bffe;
        width:133px;
        height: 30px;
        font-size: 12px;
        color: #ffffff;
        font-family: 'Work Sans', sans-serif;
        box-sizing: border-box;
        text-align: left;
        padding-top: 8px;
        padding-left: 5px;
    }
    
    .nvmstecki_bild {
        width: 510px;
    height: 135px;
    position: relative;
    top: 68px;
    left: 83px;
    }
    
    .nvmstecki_text {
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    padding: 25px;
		width: 100%;
        height: 212px;
        overflow: auto;
    }
    
     .nvmstecki_text::-webkit-scrollbar { width: 0px; background: #27bffe; }
    .nvmstecki_text::-webkit-scrollbar-thumb { background: #ABBB71;} 
    
    .nvmstecki_rect2 {
            width: 620px;
    height: 120px;
    background: #27bffe;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .nvmstecki_staerken {
        width: 200px;
    height: 80px;
    background: #ffffff;
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    overflow: auto;
    font-size: 13px;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: justify;
    }
    
    .nvmstecki_staerken::-webkit-scrollbar { width: 0px; background: #27bffe; }
    .nvmstecki_staerken::-webkit-scrollbar-thumb { background: #ABBB71;} 
    
    .nvmstecki_schwaechen {
        width: 200px;
    height: 80px;
    background: #ffffff;
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    overflow: auto;
    font-size: 13px;
    margin-left: 130px;
        box-sizing: border-box;
    padding-left: 10px;
    text-align: justify;
    }
    
    .nvmstecki_schwaechen::-webkit-scrollbar { width: 0px; background: #27bffe; }
    .nvmstecki_schwaechen::-webkit-scrollbar-thumb { background: #ABBB71;} 
    
    .nvmstecki_title2 {
        font-size: 13px;
        color: #27bffe;
        font-family: 'Work Sans', sans-serif;
        font-weight: bold;
        box-sizing: border-box;
        padding-top: 2px;
    }
    
    .nvmstecki_wrapperfähig {
         box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    width: 100%;
    height: 280px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    .nvmstecki_wrapperfähig::-webkit-scrollbar { width: 0px; background: #27bffe; }
    .nvmstecki_wrapperfähig::-webkit-scrollbar-thumb { background: #ABBB71;}
    
    .nvmstecki_wrapmagie {
   box-sizing: border-box;
    width: 250px;
    height: 120px;
    /* border: 1px solid #000000; */
        margin: 8px; 
margin-top: 30px;}
    
    .nvmstecki_rectsmall2 {
           width: 20px;
    height: 40px;
    float: left;
    background: #27bffe;
    }
    
    .nvmstecki_title3 {
width: 100%;
    height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    padding: 5px;
    padding-left: 0;
    box-sizing: border-box;
    text-align: left;
    padding-left: 30px;
    }
    
.faehigkeiten {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
    margin-top: 12px;
}
.faehigkeiten > magic {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.8em;
}
.faehigkeiten > magic:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.faehigkeiten > magic:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}
.faehigkeiten > magic:last-child:after {
  display: none;
}
.faehigkeiten > magic.is-complete {
  color: #2ECC71;
}
.faehigkeiten > magic.is-complete:before, .faehigkeiten > magic.is-complete:after {
  color: #FFF;
  background: #2ECC71;
}
.faehigkeiten > magic.level-aktuell {
  color: #27bffe;
}
.faehigkeiten > magic.level-aktuell:before {
  color: #FFF;
  background: #27bffe;
}

/**
 * Needed for IE8
 */
.faehigkeiten__last:after {
  display: none !important;
}

/**
 * Size Extensions
 */
.faehigkeiten--medium {
  font-size: 1.5em;
}

.faehigkeiten--large {
  font-size: 2em;
}

/**
 * Some Generic Stylings
 */
/* *, *:after, *:before {
  box-sizing: border-box; */
}

.faehigkeiten {
  margin-bottom: 3em;
	margin-left: 10px;
}
