/* Layout-Rahmen  */
.custom-profile-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.custom-profile {
  font-family: Calibri, sans-serif;
  background: #181f24;
  max-width: 1000px;
  margin: 30px auto;
  padding: 30px;
  box-sizing: border-box;
}

/* Username */
.profile-username {
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #d8d1c3;
  text-transform: uppercase;
  border-bottom: 2px solid #444;
  padding-bottom: 10px;
}

/* Grid: Linker Info-Block + rechter Pinterest-Block  */
.profile-grid-pinterest-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: start;
}

/*  Avatar + Customfields + Kurzbeschreibung */
.profile-info {
  flex: 1;
  font-size: 13px;
  color: #ccc;
}

.profile-grid-3col {
  display: grid;
  grid-template-columns: 225px 1fr;
  gap: 20px;
  margin-bottom: 30px;
  align-items: start;
}

.profile-box {
  background: #21272b;
  padding: 15px;
  border: 1px solid #555;
  color: #ccc;
  font-size: 13px;
  box-sizing: border-box;
}

.avatar-box {
  text-align: center;
}

.customfields-box p {
  margin: 6px 1px;
  font-size: 13px;
}

.shortdesc-box {
  grid-column: 1 / 3;
  height: 214px;
  overflow: auto;
  background: #21272b;
  padding: 15px;
  border: 1px solid #555;
  color: #ccc;
  font-size: 13px;
  text-align: justify;
}

/*  Pinterest rechts  */
#pinterest-container {
  width: 430px;
  height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: none !important;
	border: none !important;
  box-shadow: none !important;
  padding: none !important;
}

#pinterest-container::-webkit-scrollbar {
  width: 6px;
}

#pinterest-container::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

#pinterest-container::-webkit-scrollbar-corner {
  background: #fff;
} 
#pinterest-container [class$=_img] {
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  margin-bottom: 3px;
}

#pinterest-container [class$=_col] {
  padding: 2px;
  margin-top: 2px;

}

#pinterest-container [class$=_button] {
  display: none !important;

}

#pinterest-container [class$=_board] {
  box-shadow: none !important;
  background: transparent !important;


}

#pinterest-container span span {
  overflow: hidden !important;
  height: 80% !important;
  border: transparent !important;
  box-shadow: transparent !important;
}

/* freie Profilfelder */
.fixprofil {
  background: #282f33;
  padding: 10px 17px;
  color: #bfb6aa;
  font-size: 12px;
  border-radius: 1px;
  margin-top: 5px;
  width: auto;         
  display: inline-block;
  text-align: center;
  margin-right: 5px; 
}

  

/* Tabs  */
.tab-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-nav button {
  padding: 10px 18px;
  background: #282f33;
  border: none;
  border-radius: 0;
  color: #bfb6aa;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

.tab-nav button:hover {
  background: #666;
}

.tab-card {
  display: none;
}

.active-tab {
  display: block;
}

/* Tabsraster */
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.profile-card,
.profile-card-2,
.profile-cardwech {
  background: #21272b;
  color: #ccc;
  padding: 15px;
  border: 1px solid #555;
  box-sizing: border-box;
  font-size: 12px;
  overflow-y: auto;
  text-align: justify;
}

.profile-card {
  width: calc(50% - 10px);
  height: 175px;
}

.profile-card-2 {
  width: 100%;
  height: 175px;
}

.profile-cardwech {
  width: calc(100% - 10px);
  height: 175px;
}

.card-grid .fullwidth-card {
  flex: 0 0 100%;
  height: 250px;
}

/*  Titel in Tabs */
.profile-card-title {
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  color: #bfb6aa;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
  letter-spacing: 1px;
  text-align: center;
}

/*  Musik & Fun  */
.musik-fun-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 20px;
}

.funfacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.spotify {
  flex: 1 1 300px;
}

.spotify iframe {
  width: 100%;
  height: 760px;
  border-radius: 12px;
  display: block;
}

/* Relas */
.relaname {
  position: relative;
  font-size: 16px;
  text-decoration-style: bold;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
  overflow: hidden;
}

.relaname::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23%;
  background: #21272b;
  z-index: -3;
}

.relanamedrunter {
  font-size: 14px;
  font-family: Times;
  text-transform: uppercase;
  text-align: center;
}

.relatcat {
	background: #21272b;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
}




/*  Custom Profile Fields  */
.custom_profilefields .field {
  margin: 5px auto;
  padding: 4px;
  border: 1px solid #555;
  font-size: 11px;
  background: #21272b;
  color: #a89f93;
  max-width: 179px;
}

.custom_profilefields .center {
  text-align: center;
}

.custom_profilefields .scrollable.justified {
  max-height: 100px;
  overflow-y: auto;
  text-align: justify;
}
