.ptol-profil {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  
}

.ptol-profil-top {
  display: flex;
	background-color: var(--dunkelstesschwarz);
  margin: -5px 20px 0px 20px;
	flex-wrap: wrap;
}

.ptol-profil-top-links {
  width: 300px;
  display: flex;
  flex-direction:column;
  background-color: var(--dunkelstesschwarz);
  background-image: linear-gradient( rgba(12, 59, 43, 0.01), rgba(66, 66, 66, 0.05) ), linear-gradient( to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100% ), var(--tinykat);
  background-size: 100%;
  background-position: 100% 40%;
  background-attachment: fixed;
  min-height: 100%;
}

.ptol-profil-top-links-username {
  align-items: flex-end;
  margin-right: -20px;
  margin-top: 40px;
  
   font-family: var(--headfont);
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10%;
  color: var(--braun);
	text-align: right;
  position: relative;
  width: 600px;
}

.ptol-profil-username-firstname {
  font-family: var(--headfont);
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10%;
  color: var(--headgruen);
	text-align: right;
  position: relative;
}

.ptol-profil-username-lastname {
  font-family: var(--subfont);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: var(--hauptgrau);
  position: relative;
}

.ptol-profil-top-links-linkicons {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-right: 100px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.ptol-profil-top-links-linkicons i {
  color: var(--headgruen);
  /*! background-color: var(--braun); */
  padding: 5px 5px 6px 5px;
  border-radius: 2px;
  transition: 0.5s all ease-in-out;
}

.ptol-profil-top-links-linkicons i:hover {
  transition: 0.5s all ease-in-out;
  
  color: var(--mainakzent);
}

.ptol-profil-avatar {
  width: 360px;
  margin-left:70px;
  display: flex;
  justify-content: center;
  position:relative;
  margin-top: 40px;
}

.ptol-profil-avatar img {
  object-fit: cover;
  height: 350px;
  width: 300px;
  outline:15px solid var(--whitetransparent);
  outline-offset:-5px;);
}

.ptol-profil-top-links-linkicons .iconsax {
    font-size: 18px;
  text-align: center;
    color: var(--almostblack);
    background-color: var(--braun);
    padding: 1px;
    border: 2px solid transparent;
    border-radius: 5px;
}

.ptol-profil-top-links-linkicons .iconsax:hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--cardorange);
}

.ptol-profil-top-links-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  margin-right: -20px;
  margin-top: 50px;
  position: relative;
}

.ptol-profil-top-links-icons img {
  height: 75px;
  width: 75px;
  object-fit: cover;
  filter: grayscale(100%);
}

.ptol-profil-top-rechts {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color:var(--dunkelstesschwarz);
  padding:5px 5px 0px 150px;
  min-height: 655px;
  padding-top: 50px;
  height: 100%;
}

.ptol-profil-top-usernamehead {
  font-family: var(--headfont);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 10%;
  color: var(--braun);
  text-align: left;
  position: relative;
  top: 50px;
}

.ptol-profil-top-rechts-head {
  display: flex;
  margin-top: 50px;
	
}

.ptol-profil-top-rechts-head-a {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 15px;
  align-items:flex-end;
  
}

.ptol-profil-top-rechts-head-a1 {
  font-family: var(--subfont);
  color: var(--headgruen);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 10%;
}

.ptol-profil-top-rechts-head-a2 {
  height: 1px;
  width: 100%;
  background-color: var(--dunkelgrau);
  margin-top: 5px;
}

.ptol-profil-top-rechts-head-b {
  text-align: center;
  font-family: var(--headfont);
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 5%;
  color: var(--weissgrau);
  padding-right: 10px;
}

.ptol-profil-top-rechts-shortfacts {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-height:190px;
  height: 100%;
  padding-top:50px;
  padding-left:20px;
}

.ptol-profil-facts-item:nth-child(1),
.ptol-profil-facts-item:nth-child(2),
.ptol-profil-facts-item:nth-child(3),
.ptol-profil-facts-item:nth-child(4),
.ptol-profil-facts-item:nth-child(5),
.ptol-profil-facts-item:nth-child(6),
.ptol-profil-facts-item:nth-child(7),
.ptol-profil-facts-item:nth-child(8),
.ptol-profil-facts-item:nth-child(9),
.ptol-profil-facts-item:nth-child(10),
.ptol-profil-facts-item:nth-child(11),
.ptol-profil-facts-item:nth-child(12),
.ptol-profil-facts-item:nth-child(13) {

  width: 32%;
  display: flex;
  align-items: baseline;
	flex-direction: column;
  padding-bottom: 25px;
}

.ptol-profil-top-r-sf-bot {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
  padding-left: 20px;
  width: 100%;
  max-width: 200px;
  padding-top: 30px;
}

@media(max-width: 1600px){
  
  .ptol-profil-top-r-sf-bot {
    margin-top: 40px;
    gap: 20px;
  }
  
  .ptol-profil-chara-zirkel {
    flex-direction: column;
  }
  
}

.ptol-fact-tit {
  font-family: var(--mainfont);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 15%;
  color: var(--usergruen);
  width: 150px;
  display: flex;
  margin-bottom: 5px;
  
  font-weight: 700;
}

.ptol-fact-ausgefullt {
  width: 200px;
  font-family: var(--mainfont);
  letter-spacing: 5%;
  color: var(--hauptgrau);
  font-size:11px;
  text-transform:uppercase;
 
}

.ptol-profil-top-rechts-bot {
  display: flex;
  gap: 40px;
  /*! margin-top: 50px; */
 padding-bottom: 30px;
}

.ptol-profil-top-rechts-bot-a {
  flex: 2;
  display: flex;
  padding-top: 30px;
}

.ptol-profil-top-rechts-bot-b {
  width: 80%;
  font-family: var(--mainfont);
  font-size: 12px;
  letter-spacing: 5%;
  line-height: 22px;
  color: var(--hauptgrau);
  margin-right: 20px;
  text-align: justify;
  padding: 0px 12px 0px 0px;
  margin-bottom: 20px;
  height: 240px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--mainakzent) transparent;
  -ms-overflow-style: thin;
  
}

.ptol-profil-top-rechts-bot-ipzitat {
    /*! flex: 1; */
  height:200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 2px;
    width: 380px;
    padding-right: 10px;
 
}

.ptol-profil-ipzitat-zitat {
  text-align: center;
  
  overflow: auto;
  font-family: var(--headfont2);
  font-size: 15px;
  letter-spacing: 5%;
  line-height: 26px;
  font-weight: 500;
  color: var(--mainakzent);
  padding: 5px 25px;
  max-height: 250px;  
  
}

.ptol-profil-ipzitat-infos-main {
  display: flex;
  flex-direction: column;
  width:350px;
}

.ptol-profil-ipzitat-infos {
  text-align: right;
  text-transform: uppercase;
  font-family: var(--mainfont);
  font-size: 10px;
  letter-spacing: 5%;
  color: var(--hauptgrau);
  background-color:var(--whitetransparent);
}

.ptol-profil-ipzitat-infos b {
  color: var(--usergruen);
  font-weight: 700;
}

.ptol-profil-ipzitat-infos a {
  color: var(--weissgrau);
  font-weight: 700;
}

.ptol-profil-ipzitat-infos span {
  color: var(--dunkelgruen2);
}

.ptol-profil-ipzitat-border {
  height: 1px;
  width: 100px;
  
  display: flex;
  
}



/* PINTEREST */


.ptol-pinterest-boxmain {
  position:relative;
}

.ptol-pinterest-boxmain::before {
	content: "";
  position: absolute;
  inset: 0 20px; 
  background: var(--almostblack);
  z-index: -1;
}

.ptol-pinterest-bot {
    /*! background-color: var(--dunkelstesschwarz); */
    margin-left: 15px;
    margin-right: 20px;
    overflow: hidden;
}


.ptol-pinterest {
	width: 102%;
  /*! margin: auto; */
   /*! margin-bottom: 40px; */
    /*! margin-top: 30px; */
	overflow: hidden;
}

.ptol-profil-top-rechts-bot-pinterest {
  /*! outline: 1px solid var(--mainakzent); */
  /*! outline-offset: 10px; */
  overflow: hidden;
  position: relative;
	height: 400px;
}

.ptol-profil-top-rechts-bot-pinterest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mood-pinterestbox {
}

.mood-pinterestbox * {
  scrollbar-width: none;          
}

.mood-pinterestbox::-webkit-scrollbar {
  width: 0px;
}
.mood-pinterestbox::-webkit-scrollbar-track {
  background: transparent;
}
.mood-pinterestbox::-webkit-scrollbar-thumb {
  border-radius: 0px;
}

#pinterest-container {height: 400px !important;
  width: 100%!important;
  overflow: hidden !important;
  box-shadow: none !important;
  border: none !important;
  background:none!important;
  padding-bottom:0px!important;
  margin-bottom:0px!important;
  display: flex;
  align-items: baseline;
  justify-content: stretch;
}

#pinterest-container::-webkit-scrollbar-corner {
  background: none!important;
}

#pinterest-container::-webkit-scrollbar {
  width: 2.5px;
  background: none!important;
}

#pinterest-container::-webkit-scrollbar-thumb {
  background: none!important;
  border:none!important;
}

#pinterest-container [class$=_img] {
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important;
border: none !important;
	margin: 0px 5px 5px 5px;
}

#pinterest-container [class$=_col] {
  border:none!important;
}

#pinterest-container [class$=_button] {
  display: none !important;
}

#pinterest-container [class$=_board] {
  box-shadow: none !important;
  border: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  flex: 1;
  margin: auto;
    margin-bottom: auto;
  background: none;
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
  border: none !important;
  box-shadow: none !important;
  padding:0px;
}

#pinterest-container span {
  border-radius: 0 !important;
}



.ptol-profil-bot {
  display: flex;
  flex-direction: column;
  /*background-color: var(--dunkelstesschwarz);
  margin-left: 20px;
  margin-right: 20px;*/
}

.ptol-prof-nav {
  display: flex;
  width: 100%;
  margin: auto;
}

.ptolprofnavbot {
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: 10px;
  text-align: center;
  font-family: var(--mainfont);
  text-transform: uppercase;
  transition: 0.5s;
  border: none;
  position: relative;
  font-weight: 700;
  letter-spacing: 10%;
  background-color: transparent;
  margin: 0px;
  padding: 10px;
margin-top: 35px;
}

.ptolprofnavbot:hover {
  color: var(--headgruen) !important;
  background-color: var(--whitetransparent);
    cursor: pointer;
}

/* .ptolprofnavbot.active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--mainakzent);
} */

.ptolprofnavbot.active {
  background-color: var(--dunkelstesschwarz);
}

.tabcontent {
  display: flex;
  /*! margin-left: 20px; */
  /*! margin-right: 20px; */
	/*! margin-top: 40px; */
	/*! margin-bottom: 20px; */
  /*! gap: 20px; */
  /*! padding-top: 40px; */
  background-color: var(--dunkelstesschwarz);
}

.dossier {
  display: flex;
  flex-direction: column;
	margin-left: 20px;
  margin-right: 20px;
  /*! padding-top: 20px; */
  /*! background-color: var(--dunkelstesschwarz); */
}

.ptol-dossier-main {
  display: flex;
}


.ptol-dossier-timeline {
  min-height: 400px;
  /*! display: flex; */
  flex-direction: column;
  align-items: center;
  
  background-color: var(--dunkelstesschwarz);
}

.ptol-profil-timelinemain {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--mainakzent);
  
  display: flex;
  flex-direction: column;
  
  align-items: flex-start;
}

.ptol-dossier-icon {
  width: 300px;
  height: 150px;
  object-fit: cover;
  
  outline-offset: 5px;
  position: relative;
	
}

.ptol-dossier-icon img {
  width: 300px;
  height: 150px;
  object-fit: cover;
}

.ptol-dossier-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ptol-dossier-timeline-group {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  padding-top: 25px;
}

.ptol-dossier-timeline-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-top: 10px;
}

.ptol-dossier-timeline-head span {
  padding: 5px 10px;
  border: 1px solid var(--mainakzent);
  font-family: var(--subfont);
  font-size: 10px;
  letter-spacing: 10%;
  color: var(--weissgrau);
  text-transform: uppercase;
}

.ptol-dossier-tl-head-strich {
  height: 1px;
  width: 60px;
  background-color: var(--usergruen);
}

.ptol-dossier-tl-text {
  text-align: justify;
  padding: 0px 20px 20px 60px;
  font-size: 11px;
  letter-spacing: 10%;
  line-height: 20px;
  font-family: var(--mainfont);
  color: var(--weissgrau);
}



.ptol-dossier-freeform {
  flex: 2;
  display: flex;
  flex-direction: column;
  
  /*! padding: 10px; */
  
  background-image: var(--tinykat);
  background-size: 100%;
  background-blend-mode: multiply;
  background-position: 46% 89%;
  background-color: var(--mainakzent);
  background-attachment: fixed;
}

.ptol-dossier-freeform-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: var(--whitetransparent);
  font-size: 13px;
  font-family: var(--mainfont);
  line-height: 26px;
  letter-spacing: 5%;
  color: var(--weissgrau);
	text-align: justify; 
  background-color: var(--dunkelstesschwarz);
  margin: 50px 50px 0px 50px;
}

.ptol-dossier-freeform-pf {
  display: flex;
}

.ptol-d-f-pf-a {
  flex: 4;
  
  padding: 50px 30px 50px 50px;
  
  font-family: var(--mainfont);
  text-align: justify;
  letter-spacing: 5%;
  line-height: 22px;
  font-size: 13px;
  color: var(--weissgrau);
}

.ptol-d-f-pf-b {
  flex: 1;
  
  border-left: 1px solid var(--whitetransparent);
  padding: 50px 50px 50px 30px;
  font-family: var(--headfont);
  
  font-size: 25px;
  letter-spacing: 5%;
  color: var(--braun);
	word-wrap: anywhere;
}

.ptol-profil-op-dossierfelder {
  display: flex;
  flex-direction: column;
}

.ptol-dossier-freeform-titel {
  line-height: 0px;
  font-family: var(--headfont);
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 10%;
  font-size: 24px;
  font-weight: 600;
  color: var(--hauptgrau);
  position: relative; 
  top: -10px;
  right: 10px;
  position: relative;
}

.ptol-profil-skilltab-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*! margin-left: 40px; */
  /*! margin-right: 40px; */
}

.ptol-skills-talent {
  display: flex;
  align-items: center;
	/*! gap: 40px; */
  /*! margin-bottom: 60px; */
}

.ptol-skills-icon {
  width: 2px;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--mainakzent);
  position: relative;
}

.ptol-skills-icon img {
  height: 55px;
  width: 55px;
  object-fit: cover;
  outline: 2px solid var(--mainakzent);
  margin-top: -20px;
  outline-offset: 0px;
}

.ptol-skills-skillbar {
  
  width: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ptol-skills-skillbalken {
  width: 100%;
  /*! padding-left: 50px; */
  padding-right: 5px;
  
  display: flex;
  gap: 15px;
  flex-direction: column;
  font-family: var(--mainfont);
  font-size: 11px;
  color: var(--hauptgrau);
  font-weight: normal;
  font-style: italic;
  text-align: justify;
  line-height: 20px;
}

.ptol-skills-skillbalken span {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ptol-skill-palken {
  background-color: var(--hauptgrau);
  height: 4px;
  border-radius: 4px;
  max-width: 200px;
  display: flex;
  align-items: center;
  width: 100%;
}

.ptol-skillpoint {
  height: 4px; 
  width: 20%;
  background-color: var(--braun);
}

.ptol-skillpoint:first-of-type {
  border-radius: 4px 0 0 4px;
}

.ptol-skillpoint:last-of-type {
  border-radius: 0 4px 4px 0;
}

.ptol-skill-eigenschaft {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-transform: lowercase;
  font-family: var(--mainfont);
  letter-spacing: 10%;
  line-height: 20px;
  font-size: 10px;
  color: var(--weissgrau);
  text-transform: uppercase;
}

.ptol-skills-talentbox {
  /*! border: 1px solid var(--dunkelgruen50); */
  display: flex;
  flex-direction: column;
	width: 100%;
  height: 100%;
  background-color: var(--whitetransparent);
}

.ptol-skills-talentboxtext {
  margin: 10px;
  height: 100%;
  min-height: 200px;
  /*! background-color: var(--dunkelstesschwarz); */
  padding: 30px 20px;
  text-align: justify;
  font-family: var(--mainfont);
  letter-spacing: 5%;
  font-size: 11px;
  line-height: 22px;
  color: var(--weissgrau);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--dunkelgruen50) transparent;
  -ms-overflow-style: thin;
}

.ptol-skills-talentboxtitel {
  text-align: right; 
  text-transform: uppercase;
  font-family: var(--headfont2);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 10%;
  color: var(--headgruen);
  line-height: 0px;
  position: relative; 
  right: 10px;
}

.ptol-skills-karten {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
  background-color: var(--dunkelstesschwarz);
}

.ptol-skill-karten-oben {
  display: flex;
  gap: 40px;
  flex: 1;
  justify-content: center;
  margin-top: 60px;
}

.ptol-profil-karte {
  max-width: 230px;
  height: 350px;
  border: 1px solid var(--dunkelgruen50);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--hauptgrau);
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  flex: 1;
  width: 100%;
}

.ptol-kartenname {
  line-height: 0px;
  font-size: 18px;
  text-transform: uppercase;
  top: -9px;
  font-family: var(--subfont);
  letter-spacing: 10%;
  color: var(--weissgrau);
  text-align: center;
  position: relative;
}

.ptol-karte-skilllevel {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 10px 0px;
  text-transform: uppercase;
  font-family: var(--subfont);
  font-size: 10px;
  letter-spacing: 10%;
  color: var(--hauptgrau);
}

.ptol-profilkarte-trenner {
  height: 1px;
  background-color: var(--dunkelgruen50);
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

.ptol-profilkarte-text {
  padding: 10px 20px; 
  text-align: justify;
  font-family: var(--mainfont);
  letter-spacing: 5%;
  font-size: 11px;
  line-height: 22px;
  color: var(--weissgrau);
}

.ptol-karte-inhalt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.intellekt {
  background-color: var(--intellekt);
  height: 100%;
  width: 100%;
}

.psyche {
  background-color: var(--psyche);
  height: 100%;
  width: 100%;
}

.physique {
  background-color: var(--physique);
  height: 100%;
  width: 100%;
}

.motorik {
  background-color: var(--motorik);
  height: 100%;
  width: 100%;
}

.ptol-skill-karten-trenner {
  /*! width: 100%; */
  text-align: center;
  background-color: var(--dunkelgrau20);
  padding: 10px;
  text-transform: uppercase;
  font-family: var(--subfont);
  font-size: 10px;
  letter-spacing: 10%;
  color: var(--headgruen);
}

.ptol-skill-karten-unten {
  display: flex;
  gap: 40px;
  flex: 1;
  width: 100%;
  justify-content: center;
}

.ptol-profil-karte-inner {
  max-width: 230px;
  width: 100%;
  height: 350px;
  background-color: var(--dunkelstesschwarz);
  flex: 1;
  display: flex;
}

.ptol-profil-karte-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Profil_InfText {
    color:var(--hauptgrau);
    font-family: var(--mainfont);
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:5%;
    padding:20px;
}

.profilquotefeld3 {
  text-align: center;
	font-size: 9px;
  color: var(--braun);
  font-family: var(--subfont);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 30%;
	
  
  background-color: var(--dunkelgrau);
  padding: 2px 0px;
  display: flex;
  justify-content: center;
  margin: 0px 20px 0px 20px;
}

.profilquotefeld3 span {
 width: 90%;
}

.ptol-diedreiicons{
  /*! margin-top: -30px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 230px;
  margin-top: 10px;
}

.ptol-profilicon-minii {
  width:75px;
  /*! display: flex; */
  /*! flex-direction: column; */
  /*! gap: 10px; */

}

.ptol-profilicon-minii img {
  width: 55px;
  height: 55px;
  /*! margin: 5px; */
  object-fit: cover;
}

.ptol-profil-t-r-b-a-main {
  display: flex;
  flex-direction: column;
	width: 100%;
}

.ptol-profil-t-r-b-a-main2 {
  display: flex;
}

.rechtsbot-descheads {
	display: flex;
	font-family:var(--headfont2);
  color: var(--weissgrau);
  text-transform:uppercase;
  font-size: 10px;
  letter-spacing: 20%;
	/*! height: 15px; */
	/*! gap:520px; */
  /*! margin-bottom:-60px; */
  /*! max-width:990px; */
	margin-top: 0px;
	/*! border-top: 1px solid var(--dunkelgrau); */
	padding-top: 20px;
	justify-content: flex-end;
	/*! margin-right: 150px; */
  padding-bottom:40px;
	gap: 15px;
	padding-right: 10px;
}

.rechtsbotb-headlinks {
 text-align: center;
  font-family: var(--headfont);
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 5%;
  color: var(--weissgrau);
}

.rechtsbotb-headrechts {
 font-family: var(--mainfont);
  font-size: 12px;
  letter-spacing: 10%;
  color: var(--hauptgrau);
  text-transform: uppercase;  
  font-weight: 700;
  font-style: italic;  
  justify-content:flex-end;
 
}

.ptol-awaybox {
  display: flex;
 max-width:1430px;
  height:20px;
  width: 100%;
  margin: auto;
  padding:5px 20px;
  background-color: var(--cinema50);
  font-family: var(--mainfont);
  color: var(--dunkelstesschwarzsolide);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5%;
  font-weight: 600;
  align-items:center;
  justify-content:center;
  outline: 1px solid var(--cinema50);
  outline-offset: 3px;
 margin-top:15px;
  gap: 60px;
  flex-wrap: wrap;
}

.ptol-awaynote {}

.ptol-awayreason {
  font-style: italic;
  }

.ptol-awaydates {}

.ipqprofilbottommm{
	display: flex;
  flex-direction: column;
  padding: 20px;
  background-color:var(--dunkelstesschwarz);
  border-top:5px solid var(--mainakzent);
}


/*IP SZENEN PROFIL */

.ptol-profil-iptracker {
  display: flex;
  width: 100%;
}

.ptol-profil-ipt-y {
  display: flex;
  width: 100%;
}

.ptol-profil-ipt-jahrmain {
  
}

.ptol-profil-ipt-jahr2 {
  transform: rotate(-90deg);
  font-family: var(--headfont2);
  font-size: 20px;
  color: var(--mainakzent);
  padding: 20px 50px;
}

.ptol-profil-ipt-m {
  flex: 2;
  padding: 0px 50px 20px 0px;
}

.ptol-profil-ipt-monatmain {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--mainakzent);
}

.ptol-profil-ipt-monat2 {
  line-height: 0px;
  font-family: var(--mainfont);
  text-transform: uppercase;
  color: var(--mainakzent);
  font-weight: bold;
  letter-spacing: 10%;
  margin-left: 20px;
}

.ptol-profil-ipt-szenemain {

}

.ptol-profil-ipt-szene2 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.ptol-profil-ipt-szene-tag {
  height: 34px;
  width: 34px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: var(--subfont);
  letter-spacing: 5%;
  font-size: 12px;
  color: var(--hauptgrau);
}

.ptol-profil-ipt-szene-infos {
  flex: 2;
  flex-direction: column;
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 5%;
  color: var(--hauptgrau);
  width: 100%;
  line-height: 20px;
}

.ptol-profil-ipt-szene-infos span:first-child a {
  color: var(--weissgrau);
  font-family: var(--subfont);
}

.ptol-profil-ipt-szene-infos span:last-child, .ptol-profil-ipt-szene-infos span:last-child a {
  font-family: var(--headfont2);
  color: var(--hauptgrau);
  letter-spacing: 10%;
  font-size: 10px;
}

.ptol-profil-ipt-szene-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border: 1px solid var(--mainakzent);
  text-align: center;
  padding: 5px;
  font-family: var(--headfont2);
  text-transform: uppercase;
  font-size: 10px;
  color: var(--hauptgrau);
  margin-right: 100px;
}


.ptol-profil-player {
  display: flex;
  
  padding-bottom: 40px;
}

.ptol-profil-player-a {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.ptol-profil-player-name {
  transform: rotate(-90deg);
  font-family: var(--headfont2);
  font-size: 40px;
  color: var(--mainakzent);
  line-height: 0px;
  margin-top: 30px;
}

.ptol-profil-player-bild {
  display: flex;
  flex-direction: column;
}

.ptol-profil-player-bild img {
  width: 265px;
  height: 375px;
  object-fit: cover;
  outline: 1px solid var(--mainakzent);
  outline-offset: 10px;
}

.ptol-profil-player-bild-top {
  font-size: 13px;
  letter-spacing: 10%;
  display: flex;
  position: relative;
  font-family: var(--mainfont);
  text-transform: uppercase;
  color: var(--hauptgrau);
  font-weight: 900;
  line-height: 0px;
  
}

.ptol-profil-player-bild-top span {
  flex-grow: 1;
  
  margin-top: -12px;
}

.ptol-profil-player-bild-top span:last-child {
  text-align: right;
  font-family: var(--headfont2);
  font-size: 11px;
  letter-spacing: 10%;
  font-weight: normal;
}

.ptol-profil-player-b {
  flex: 1;
  width: 100%;
  
  display: flex;
  flex-direction: column;
}

.ptol-profil-playerinfos {
  flex: 1;
  
  padding: 40px;
  text-align: justify;
  color: var(--hauptgrau);
  
  background-color: var(--whitetransparent);
}

.ptol-profil-playerfacts {
  flex: 1;
  
  padding: 20px;
  display: grid;
  grid-template-columns: auto auto;
  
  background-image: linear-gradient( rgba(12, 59, 43, 0.01), rgba(66, 66, 66, 0.05) ), linear-gradient( to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100% ), var(--background-bigkat);
  background-size: 100%;
  background-position: 100% 34%;
  background-attachment: fixed;
}

.ptol-profil-playerfacts span:nth-child(2n-1) {
  text-transform: uppercase;
  font-family: var(--mainfont);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 15%;
  color: var(--usergruen);
  font-weight: 700;
}

.ptol-profil-playerfacts span:nth-child(2n) {
  font-family: var(--mainfont);
  letter-spacing: 5%;
  color: var(--hauptgrau);
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
}

.ptol-profil-player-c {
  flex: 1;
  
  display: flex;
  flex-direction: column;
}

.ptol-profil-player-stats {
  flex: 1;
  
  padding: 20px 60px;
  display: grid;
  grid-template-columns: auto auto;
}

.ptol-profil-player-stats span:nth-child(2n-1) {
  
}

.ptol-profil-player-stats span:nth-child(2n) {
  text-align: right; 
}

.ptol-profil-player-noyes {
  flex: 1;
  
  display: flex;
  flex-direction: column;
  
  color: var(--weissgrau);
  font-size: 12px;
  letter-spacing: 10%;
  font-family: var(--headfont2);
}

.ptol-profil-player-go {
  flex: 1;
  padding: 20px 60px;
  text-align: justify;
  display: flex;
  align-items: center;
  
  background-color: #0C473340;
}

.ptol-profil-player-nogo {
  flex: 1;
  padding: 20px 60px;
  text-align: justify;
  display: flex;
  align-items: center;
  
  background-color: #321A1A40;
}

.ptol-profil-chara-zirkel {
  display: flex;
  
  min-height: 450px;
  height: 100%;
  flex-wrap: wrap;
  
  margin-left: 20px;
  margin-right: 20px;
  
  background-image: linear-gradient( rgba(12, 59, 43, 0.01), rgba(66, 66, 66, 0.05) ), linear-gradient( to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100% ), var(--background-bigkat);
  background-size: 100%;
  background-position: 100% 34%;
  background-attachment: fixed;
}

.ptol-profil-chara-perso {
  flex: 2;
  
  display: flex;
  flex-direction: column;
  
  background-color: var(--dunkelstesschwarz);
}

.ptol-profil-chara-perso-tit {
    font-family: var(--headfont);
  font-size: 50px;
  color: var(--weissgrau);
  letter-spacing: 5%;
  line-height: 0px;
  padding: 60px 30px 30px 50px;
    text-align: center;
}

.ptol-profil-c-p-group {
  display: flex;
    align-items: flex-start;
  padding-top: 20px;
}

.ptol-profil-chara-skilla {
  flex: 1;
    font-weight: bold;
    flex-shrink: 0;
  
  padding: 0px 0px 20px 50px;
}

.ptol-profil-chara-textb {
  flex: 1;
  
  font-family: var(--mainfont);
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 10%;
  text-align: justify;
  overflow: auto;
  scrollbar-width: none;
  max-height: 300px;
  
  color: var(--hauptgrau);
  
  margin: 0px 50px 20px 20px;
  
  /*! text-indent: 100px; */   
  /*! margin-top: -45px; */
}

.ptol-profil-claorvoyants {
  flex: 1;
  
  background-color: var(--almostblack);
  display: flex;
  
  gap: 20px;
  
  flex-direction: column;
  padding: 70px 50px;
}

.ptol-profil-clair-a {
  text-align: justify;
  font-family: var(--mainfont);
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 10%;
  text-align: justify;
  
  color: var(--hauptgrau);
  
  overflow: auto;
  scrollbar-width: none;
  height: 300px;
}

.ptol-profil-clair-b {
  text-align: center;
  font-family: var(--headfont);
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 5%;
  color: var(--weissgrau);
}

.ptol-profil-zirkel {
  flex: 1;
  
  display: flex;
  
  gap: 20px;
  
  flex-direction: column;
  padding: 70px 50px;
  
  background-color: var(--dunkelstesschwarz);
}



#Tracker {
  margin-left: 20px;
  margin-right: 20px;

  background-image: var(--tinykat);
  background-size: 100%;
  background-blend-mode: multiply;
  background-position: 46% 89%;
  background-color: var(--mainakzent);
  background-attachment: fixed;
}

.ptol-profil-szenentracker-u-zitate {
  display: flex;

  justify-content: center;

  min-height: 500px;
  width: 100%;

  padding: 80px 200px 0px 200px;

  background-color: var(--dunkelstesschwarz);
}

.ptol-profil-szenentracker-main {
  flex: 1;

  max-width: 450px;
  background-color: var(--dunkelstesschwarz);

  display: flex;
  flex-direction: column;
}

.ptol-profil-zitate-main {
  flex: 1;

  max-width: 450px;

  background-color: var(--whitetransparent);

  display: flex;
  flex-direction: column;

  justify-content: center;
}

.ptol-profil-st-jahr {
width: 0px;
height: 0px;

position: relative; 
left: -80px;
top: 50px;

font-family: var(--headfont);
font-size: 30px;
letter-spacing: 5%;
color: var(--weissgrau);
}

.ptol-profil-st-szenen {
display: flex;
flex-direction: column;
}

.ptol-profil-st-monat {
  font-family: var(--mainfont);
  font-size: 12px;
  font-style:italic;
  line-height: 20px;
  letter-spacing: 10%;
  color: var(--mainakzent);

  padding: 50px 0px 0px 80px;
}

.ptol-profil-st-trennstrich {

}

.ptol-profil-st-szene {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
    
    margin-top: 5px;
    margin-bottom: 30px;
}

.ptol-profil-st-szene-tag {
padding: 0px 20px;
    line-height: 20px;
font-family: var(--subfont);
font-size: 11px;
letter-spacing: 5%;
color: var(--hauptgrau);

}

.ptol-profil-st-szeneninfos {
  flex: 2;

  display: flex;
  flex-direction: column;
    text-align: left;
    
    font-family: var(--headfont2);
font-size: 10px;
letter-spacing: 10%;
color: var(--weissgrau);
font-weight: normal;
    text-transform: uppercase;
    
    margin-right: 20px;
}

.ptol-profil-st-szeneninfos a {
font-family: var(--mainfont);
font-size: 11px;
letter-spacing: 5%;
color: var(--hauptgrau);
font-weight: bold;
    
    text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.ptol-profil-st-szeneninfos span:last-of-type, .ptol-profil-st-szeneninfos span:last-of-type a {
  font-weight: normal;
  font-family: var(--headfont2);
  letter-spacing: 10%;
  font-size: 10px;
  font-style: italic;
  line-height: 20px;
  color: var(--hauptgrau);
  transition: all 0.3s ease-in-out;
}

.ptol-profil-st-szeneninfos span a:hover {
  text-decoration: none;
  color: var(--braun);
}

.ptol-profil-zitat {
  display: flex;
  flex-direction: column;

  padding: 50px;
}

.ptol-profil-zitathead {
  line-height: 0px;
  position: relative;
  left: -20px;
  top: 40px;
  font-size: 100px;
  font-family: var(--headfont);
  color: var(--braun);
}

.ptol-profil-zitatinhalt {
  font-family: var(--zitatefont);
  font-size: 13px;
  letter-spacing: 5%;
  line-height: 25px;
  color: var(--hauptgrau);
  text-align: justify;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: none;
}

.ptol-profil-zitat-infos {
  display: flex;
  flex-direction: column;

  width: 90%;
  border-top: 2px solid var(--whitetransparent);

  align-items: flex-end;

  margin: auto;

  padding-top: 20px;
  margin-bottom: 20px;

  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 5%;
  line-height: 20px;
  font-family: var(--mainfont);
  color: var(--hauptgrau);
}

.ptol-profil-zitat-infos span:first-of-type {
  font-family: var(--mainfont);
  font-weight: bold;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 22px;
  letter-spacing: 5%;
  color: var(--weissgrau);
}

.ptol-profil-zitat-infos span:last-of-type a {
  color: var(--hauptgrau);
  text-transform: none;
}

.ptol-profil-zitat-infos a {
  color: var(--braun);
}






#Player {
    margin-left: 20px;
  margin-right: 20px;

  background-image: linear-gradient( rgba(12, 59, 43, 0.01), rgba(66, 66, 66, 0.05) ), linear-gradient( to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100% ), var(--background-bigkat);
  background-size: 100%;
  background-position: 100% 34%;
  background-attachment: fixed;
}

.ptol-profil-spielerseite {
    display: flex;
  
  width: 100%;
}

.ptol-profil-spielerseite-card-main {
    
}

.ptol-profil-spielerseite-card {
    margin: 50px;
    padding: 50px;
    background-color: var(--whitetransparent);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ptol-profil-spielerseite-card img {
    height: 370px;
    width: 270px;
    object-fit: cover;
}

.ptol-profil-spielerseite-card-infos {
    line-height: 0px;
    width: 100%;

    position: relative;
    top: -15px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--hauptgrau);
    letter-spacing: 10%;
    font-family: var(--mainfont);

    text-align: justify;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.ptol-profil-spielerseite-card-infos span {
  flex: 1;
}

.ptol-profil-spielerseite-card-infos span:first-of-type {
    flex: 1;
    text-align: left;
}

.ptol-profil-spielerseite-card-infos span:last-of-type {
    flex:1;
    text-align: right;

    font-family: var(--headfont);
    line-height: 0px;
    font-size: 50px;
    color: var(--hauptgrau);

    position: relative;
    right: -40px;
    top: 15px;
}

.ptol-profil-spielerseite-card-infos2 a {
    line-height: 0px;
    width: 100%;

    position: relative;
    top: 15px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--hauptgrau);
    letter-spacing: 10%;
    font-family: var(--mainfont);

    text-align: justify;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    transition: all 0.3s ease-in-out;
}

.ptol-profil-spielerseite-card-infos2 a:hover {
  text-decoration: none;
  color: var(--mainakzent);
}

.ptol-profil-spielerseite-mitte {
    flex: 1;
  
  width: 100%;
  height: 100%;

    background-color: var(--dunkelstesschwarz);
}

.ptol-profil-spielerseite-mitte-top {
  padding: 0px 80px 50px 80px;
  text-align: justify;

  font-family: var(--mainfont);
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 10%;
  color: var(--weissgrau);
  max-height: 180px;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  margin-top: 50px;
}

.ptol-profil-spielerseite-mitte-bot {
  padding: 50px 80px;
}

.ptol-profil-playerfactsneu {
  flex: 1;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  
  width: 100%;
  height: 100%;
}

.ptol-profil-playerfactsneu span:nth-child(2n-1) {
  text-transform: uppercase;
  font-family: var(--mainfont);
  font-size: 10px;
  letter-spacing: 5%;
  color: var(--usergruen);
  font-weight: bold;
  
  width: 100%;
  height: 100%;
}

.ptol-profil-playerfactsneu span:nth-child(2n) {
  font-family: var(--headfont2);
  letter-spacing: 10%;
  line-height: 20px;
  color: var(--hauptgrau);
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  
  width: 100%;
  height: 100%;
}

.ptol-profil-spielerseite-rechts {
    flex: 1;

    display: flex;
    flex-direction: column;
  
  width: 100%;
  height: 100%;
}

.ptol-profil-player-statsneu {
  
  padding: 50px 80px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  
}

.ptol-profil-player-statsneu span:nth-child(2n-1) {
  text-transform: uppercase;
  font-family: var(--mainfont);
  font-size: 10px;
  letter-spacing: 5%;
  color: var(--usergruen);
  font-weight: bold;
}

.ptol-profil-player-statsneu span:nth-child(2n) {
  font-family: var(--headfont2);
  letter-spacing: 10%;
  line-height: 20px;
  color: var(--weissgrau);
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  font-style: italic;
}

.ptol-profil-spielerseite-r-vorlieben {
  flex: 1;
  
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;

  gap: 40px;

  font-family: var(--mainfont);
  font-size: 11px;
  letter-spacing: 10%;
  line-height: 22px;
  color: var(--weissgrau);

  
}

.ptol-profil-spielerseite-r-vorlieben-yes {
  background-color: var(--whitetransparent);
  height: 120px;
  width: 95%;

  display: flex;
  flex-direction: column;
}

.ptol-profil-spielerseite-r-vorlieben-yes span {
  height: 100%;
  width: 100%;
  
  line-height: 22px;
}

.ptol-profil-spielerseite-r-vorlieben-yes span:first-of-type {
  line-height: 0px;
  font-size: 40px;
  letter-spacing: 5%;
  color: var(--weissgrau);
  text-transform: uppercase;
  font-family: var(--headfont);

  position: relative; 
  right: 10px;

  text-align: right;
  
  width: 100%;
  height: 100%;
}

.ptol-profil-spielerseite-r-vorlieben-no {
  background-color: var(--dunkelstesschwarz);
  height: 120px;
  width: 95%;

  display: flex;
  flex-direction: column;
}

.ptol-profil-spielerseite-r-vorlieben-no span:first-of-type {
  line-height: 0px;
  font-size: 40px;
  letter-spacing: 5%;
  color: var(--weissgrau);
  text-transform: uppercase;
  font-family: var(--headfont);

  position: relative; 
  left: 10px;
  
  width: 100%;
  height: 100%;
}