.ptol-spielerseite {
    width: 90%;
    max-width: 1400px;
  margin: auto;

  display: flex;
  flex-direction: column;

  flex-direction: column;
  background-color: var(--dunkelstesschwarz);
  /*! background-image: var(--tinykat); */
  background-blend-mode: multiply;
  background-size: 100%;
  background-position: 100% 34%;
  background-attachment: fixed;
  /*! border: 1px solid var(--hauptgrau); */
}

.ptol-spielerseite-title {
    display: flex;
    justify-content: flex-end;
    height: 57px;

    text-transform: uppercase;
    font-size: 30px;
    font-family: var(--headfont);
    letter-spacing: 5%;
    align-items: center;
    padding-right: 20px;
    padding-top: 20px;
}

.ptol-spielerseite-top {
    padding: 20px 20px 0px 20px;
}

.ptol-spielerseite-zitat {
    background-image: var(--postbitkat);
    background-size: 100%;
    background-position: 100% 88%;
    background-color: var(--dunkelstesschwarz);
  background-blend-mode: multiply;
  background-attachment: fixed;
    border: 1px solid var(--dunkelstesschwarz);

    display: flex;
    flex-direction: column;
    align-items: center;
}

.ptol-spielerseite-zitatstrich-o {
    height: 50px;
    width: 1px;
    background-color: var(--dunkelstesschwarz);
}

.ptol-spielerseite-zitaticon {
    height: 75px;
  width: 75px;
  overflow: hidden;
  border: 4px solid var(--dunkelstesschwarz);
	transform: rotate(45deg);
	margin-left: 20px;
	margin-right: 20px;
	transition: all 0.5s ease-in-out;

    margin-bottom: 40px;
}

.ptol-spielerseite-zitaticon img {
    transform: rotate(-45deg);
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin: -15px;
}

.ptol-spielerseite-zitatinhalt {
    width: 700px;
    font-family: var(--mainfont);
    font-weight: 600;
    letter-spacing: 2%;
    line-height: 22px;
    font-size: 13px;
    font-style: italic;
    color: var(--weissgrau);
    text-align: justify;

    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ptol-spielerseite-zitatinhalt span {
    text-transform: uppercase;
    font-family: var(--mainfont);
    font-size: 9px;
    letter-spacing: 5%;
    color: var(--hauptgrau);
}

.ptol-spielerseite-zitatinhalt span b {
    font-weight: 900;
    color: var(--mainakzent);
}

.ptol-spielerseite-zitatinhalt span a {
    font-weight: 900;
    color: var(--hauptgrau);
}

.ptol-spielerseite-zitatinhalt span a:hover {
    text-decoration: none;
}




.ptol-spielerseite-stats-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*! border-left: 1px solid var(--dunkelgrau); */
  /*! border-right: 1px solid var(--dunkelgrau); */
  /*! border-bottom: 1px solid var(--dunkelgrau); */

  gap: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ptol-spielerseite-stats-container a {
    text-decoration: none;
    color: var(--mainakzent);
    font-weight: 600;
}

.ptol-spielerseite-stats {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family: var(--mainfont);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2%;
    color: var(--hauptgrau);

    flex-grow: 1;
    height: 85px;

    background-color: var(--dunkelstesschwarz);
}

.ptol-spielerseite-stats span:nth-child(1) {
   
  font-family: var(--mainfont);
  font-size: 11px;
  letter-spacing: 2%;
  color: var(--hauptgrau);
  font-weight: 600;
}

.ptol-spielerseite-stats span:nth-child(2) {
  font-family: var(--subfont);
  letter-spacing: 2%;
  line-height: 20px;
  color: var(--hauptgrau);
  
  font-size: 11px;
  text-align: center;
}

.ptol-spielerseite-stats span:nth-child(3) {
  font-family: var(--subfont);
  letter-spacing: 2%;
  color: var(--hauptgrau);
 
  font-weight: normal;
  font-size: 11px;
}

.ptol-spielerseite-stats:nth-child(1),
.ptol-spielerseite-stats:nth-child(4),
.ptol-spielerseite-stats:nth-child(7),
.ptol-spielerseite-stats:nth-child(11) {
  width: 30%;
}

.ptol-spielerseite-stats:nth-child(2),
.ptol-spielerseite-stats:nth-child(8),
.ptol-spielerseite-stats:nth-child(10),
.ptol-spielerseite-stats:nth-child(12) {
  width: 20%;
}

.ptol-spielerseite-stats:nth-child(3),
.ptol-spielerseite-stats:nth-child(6),
.ptol-spielerseite-stats:nth-child(9),
.ptol-spielerseite-stats:nth-child(13) {
  flex-grow: 1;
}

.ptol-spielerseite-stats:nth-child(5),
.ptol-spielerseite-stats:nth-child(14),
.ptol-spielerseite-stats:nth-child(17) {
  width: 15%;
}


.ptol-spielerseite-bot {
    display: flex;
    gap: 20px;

    flex-direction: row;
  flex-wrap: wrap;

  justify-content: center;


  padding: 0px 20px 20px 20px;
  margin: 0px 20px 20px 20px;
}

.ptol-spielerseite-charakterkarten  {
  display: flex;
  flex-direction: column;
  background-color: var(--dunkelstesschwarz);
  border: 50px solid transparent;
  margin-top: 80px;
 
  background-attachment: fixed;
  background-blend-mode: multiply;
  
  outline: 1px solid var(--hauptgrau);
}

.ptol-spielerseite-ck-1 {
    display: flex;
    flex-direction: column;
    align-items: center;

    
    position: relative;
    top: -100px;
}

.ptol-spielerseite-ck-1 img {
    height: 80px;
    width: 80px;
    object-fit: cover;

    outline: 1px solid var(--dunkelgrau);
    outline-offset: 10px;
}

.ptol-spielerseite-ck-2 {
    flex: 1;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    gap: 20px;
}

.ptol-spielerkarte-ck-charastats2 {
    flex: 1;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ptol-spielerkarte-ck-charaktername {
    font-family: var(--headfont);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5%;
    color: var(--mainakzent);
    font-weight: 900;
}

.ptol-spielerkarte-ck-charastats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--subfont);
    font-size: 9px;
    letter-spacing: 5%;

    gap: 5px;
}

.ptol-spielerkarte-ck-charastats3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--subfont);
    font-size: 9px;
    letter-spacing: 5%;
    gap: 5px;
}