/* BASE PROFILE */

.memprof {
  width: 912px;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: stretch;
  padding:20px;
   font-family: var(--fallg);
  font-size:var(--sallg);
  line-height: var(--lineh);
  font-weight: var(--wallg);
  text-align: justify;
}

/* REPEATING PARTS */

.rechts {
  margin-right: 0px!important;
  margin-bottom: 30px!important;
}

     /* TEXT BOXES */
    .memprof_tb {
      padding: 10px;
      display: flex;
      flex-flow: column nowrap;
      align-items: stretch;
      justify-content: stretch;
      align-self: stretch;
      background-color: var(--box);
      font-size: var(--sallg);
      font-family: var(--fallg);
      text-align: justify;
      overflow: auto;
    }

     /* BULLET POINT BOXES*/
    .memprof_bpb {
      display: flex;
      flex-flow: column nowrap;
      align-content: stretch;
      justify-content: stretch;
      justify-self: stretch;
      align-self: stretch;
    }

    .memprof_bpb_p {
      background-color: var(--box);
      color: var(--base);
      padding: 8px;
      flex: 0;
      margin-top: 15px;
      width: 435px;
      text-align: center;
    }

    .memprof_bpb_p pkt {
      margin-left: 5px;
    }

     /* TEXT STYLES */
    .mpbig {
      font-family: var(--fhead);
      font-size: var(--smpbig);
      text-transform: var(--theading);
      letter-spacing: var(--lhead);
      color: var(--bunt);
      line-height: var(--mplinehname);
      flex: 0; 
		z-index: 2;
    }

    .mpsub {
      letter-spacing: var(--lsub);
      font-size: 14px;
      font-family: var(--fsub);
      text-align: left;
      text-transform: var(--tsub);
      flex: 0;
      opacity:0.5;
		z-index:1;
    }

    .mphead {
      font-family: var(--fsub);
      font-style: var(--stylesub);
      font-size: var(--smpsub);
      color: var(--bunt);
      letter-spacing: var(--lsub);
      display: flex;
		text-transform: var(--tsub);
    }


/* TOP: FIXED PART */
.memprof_top {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 25px;
}

  /* AVATAR */
  .memprof_top .mava {
    width: 250px;
    height: 200px;
    padding: 10px;
    background-color: var(--box);
    margin-right: 15px;
  }

  /* CENTER PART */ 
  .memprof_top_cent {
    /* display: flex; */
    flex-flow: column nowrap;
    flex: 2;
    margin-right: 15px;
    justify-content: flex-end;
    margin-top: 7px;
}

  /* RIGHT PART */
.memprof_top_ri {
  display: flex;
  flex-flow: column nowrap;
  flex:1;
  justify-content: space-between;
}

.memprof_top_ri .iconpic {
  background-color: var(--box);
  flex: 0;
  padding:10px;
  width: 250px;
}

.memprof_top_ri_icons {
  display: flex;
  flex: 0;
  justify-self: flex-start;
  flex-flow: row nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  margin-left: -81px;
}

.memprof_top_ri_icons .mp_icon {
  background-color: var(--box);
  padding:10px;
  color: var(--bunt);
  margin-left: 47px;
  flex: 0;
  transition: 0.5s;
}


.memprof_top_ri_icons .mp_icon a {
  color: var(--bunt);
  font-size: var(--sallg);
  font-family: var(--fallg);
  letter-spacing: var(--lallg);
  text-transform: none;
  text-decoration: none;
}

.memprof_top_ri_icons .mp_icon:hover {
  color: var(--bunttext);
  background:var(--bunt);
  transition: 0.5s;
}



/* MID: NAVIGATION */
.memprof_nav {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  margin-bottom: 30px;
  width:100%;
}

.memprof_nav button {
  background-color: var(--hg);
  border:none;
  margin: 0px 0px 0px 20px;
  padding: 0px 20px 10px 20px;
  font-family: var(--fsub);
	font-size: var(--sallg);
  letter-spacing: var(--lsub);
  color: var(--base);
  transition: 0.5s;
  border-bottom: solid 1px var(--fett);
  width: 100%;
  opacity: 0.5;
-webkit-border-radius: 0px;
border-radius: 0px;
	text-transform: var(--tsub);
}

.memprof_nav button:first-of-type {
  margin-left: 0px;
}

.memprof_nav button.active{
  color:var(--bunt);
  border-bottom: solid 1px var(--bunt);
  opacity: 1;
}

.memprof_nav button:hover {
  color: var(--bunt);
  transition: 0.5s;
  cursor:pointer;
  border-bottom: solid 1px var(--bunt);
}


/* MID: CHANGING CONTENT */
.memprof_cont {
  display: flex;
  flex-flow: row wrap;
  flex:1;
  width: 100%;
  display: none;
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.memprof_scroll {
  overflow: auto;
}


.memprof_fltext {
  /* background: var(--box); */
  padding: 15px;
  text-align: justify;
  flex-basis: 56.8%;
  margin-right: 30px;
  height: 199px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-items: stretch;
}

.memprof_fltext:last-of-type{
  margin-bottom: 0px!important;
}

.memprof_bpb {
  flex-basis: 36.6%;
  margin-right: 30px;
}

.memprof_cont .memprof_bpb_p {
  margin: 0px 0px 15px 0px;
}

.memprof_cont .memprof_bpb_p:last-of-type {
  margin:0px;
}

/*MID CHARA*/

.memprof_fltext.smol {
  flex-basis: 35.3%!important;
}

#Charakter .memprof_fltext {
  height: 260px;
}


.memprof a {
  color: var(--base);
  transition:0.5s;
  text-decoration: none;
}

.memprof a:hover {
  color: var(--bunt);
  transition:0.5s;
}

.memprof_ausz {
  display: flex;
  flex-basis: 100%;
  flex-flow: row wrap;
  justify-content: center;
  background: var(--box);
  padding: 7.5px;
}

.memprof_awa {
  padding: 7.5px;
  display: flex;
  flex-flow: row nowrap;
}

.memprof_awa img {
   width: 30px;
  height: 30px;
   -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity:0.5;
  transition: 0.5s;
}

.memprof_awa:hover img{
  transition: 0.5s;
  filter: none;
  -webkit-filter: none;
  opacity:1;
}

.memprof_awa .memprof_tooltiptext {
  visibility: hidden;
  opacity: 0;
  background-color: var(--hg);
  text-align: justify;
  padding: 15px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  width: 200px;
  margin-left: -100px;
  margin-top: 30px;
}

.memprof_awa:hover .memprof_tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
} 

.memprof_tooltiptext i {
  color: var(--bunt);
}

/*MID FÃ„HIGKEITEN*/

#Fahigkeiten memprof_fltext{
  display: flex;
  justify-self: stretch;
  flex-flow: row nowrap;
  margin-top: 30px;
  flex: 45%;
}

.memprof_coins {
  display: flex;
  justify-self: stretch;
  flex-flow: row nowrap;
  margin-bottom: 30px;
  flex-basis: 95%;
align-items: center;
	justify-content: center;
	text-align: center;
	flex-grow: 1;
}

.memprof_skill {
  background-color: var(--box);
  padding: 15px;
  display: flex;
  justify-self: stretch;
  flex-flow: row nowrap;
  margin-top: 30px;
  flex: 45%;
align-items: center;
}

.memprof_skill:first-of-type {
  margin-top: 0px!important;
}

.memprof_skill:nth-of-type(2) {
  margin-top: 0px!important;
}

.memprof_skill:nth-of-type(2n+1) {
  margin-right: 30px;
}

.memprof_skill:last-of-type {
  margin-right: 0px!important;
}

.memprof_skill .skcont {
  display: flex;
  flex-flow: column nowrap;
  align-self: center;
  max-height: 200px;
  overflow: auto;
}

.memprof_skill .sktitle {
  font-family: var(--fsub);
  color: var(--bunt);
	text-transform: var(--tsub);
}

.memprof_skill img {
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  align-self: center;
  justify-self: center;
  margin-right: 15px;
}

/* MID FAMILIE */

#Familie .memprof_bpb {
  padding-bottom: 30px;
  justify-content: space-between;
}

#Familie .memprof_bpb_p {
  flex: 1;
  display: flex;
  align-items: center;
}

/* MID BEZIEHUNGEN */

#Beziehungen {
  flex-flow: column nowrap;
}

.memprof_bezh {
  background-color: var(--box);
  color: var(--base);
  cursor: pointer;
  padding: 15px;
  flex:1;
  border: none;
  outline: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  margin-top: 15px;
}

.memprof_bezh .inf {
  flex: 1;
}

.memprof_bezh .inf:first-of-type {
  flex: 2;
  color: var(--bunt);
text-align: center;
}

.memprof_bezh a {
color: var(--bunt);
text-transform: none;
}

.memprof_bezh a:hover {
text-decoration:underlined;
}

.memprof_bezh_cat {
display:flex;
  flex-flow:row nowrap; 
  flex-grow:1;
	margin-top: 30px;
}

.memprof_bezh_cat:first-of-type {
margin-top:0px;
}

.exp::after {
    font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f103";
  color: var(--bunt);
}

@keyframes fadeEffectt {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffecttt {
  from {opacity: 0;}
  to {opacity: 1;}
}


/*AUFKLAPP*/

#expend {
  display:none;  
}

#expend ~ .memprof_bezh::after {
    font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f103";
  color: var(--bunt);
  animation: fadeEffectt 1s;
}


#expend:checked ~ .memprof_bezh::after {
    font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f102";
  color: var(--bunt);
  animation: fadeEffecttt 1s;
}

#expend ~ .smalldesc {
  max-height:0px;
  flex:1;
  overflow:hidden;
  transition: 0.5s;
  padding: 0 15px;
  opacity:0;
}

#expend:checked ~ .smalldesc {
  max-height:300px;  
   padding: 15px;
 flex:1;
  background-color: var(--box);
  overflow: hidden;
  transition: 0.5s;
  opacity:1;
	text-align: justify;
}

#expend:checked ~ .cont::after {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f102";
  animation: fadeEffect 1s;
}

label {
  cursor:pointer;
}

label:hover {
  text-decoration:none;  
}

/* MID: INPLAY */

#Inplay .memprof_fltext {
  flex-basis: 45%;
  flex-grow: 1;
  overflow: auto;
}


/* BOT: PINTEREST PART */

#pinterest-container {
  height: 400px !important; /* Höhe des Containers anpassen */
  width: 104% !important;   /* Breite des Containers anpassen */
  overflow: auto !important;
  box-shadow: none !important;
  border: none !important;
  background: none!important;
  margin-top: 20px; /* Abstand nach oben anpassen */
  padding-bottom: 0px!important;
  margin-bottom:0px!important;
  filter: contrast(91%) brightness(50%) grayscale(18%) sepia(0);
}

#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: 10px;
}

#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;
  background: none!important;
  margin-left:-10px;
  padding-bottom:0px!important;
  margin-bottom:0px!important;
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
    border: none !important;
    box-shadow: none !important;
  padding:0px;
}

/*BOT: SPOTIFY PART*/

.memprof_spotify {
	margin-top: 30px;
	filter: grayscale(1);
	opacity: 0.5;
	transition: 0.5s;
	flex-grow:1;
}

.memprof_spotify:hover {
	opacity: 0.8;
	transition: 0.5s;
}
