.memberprofile-qoutebox {
    background: var(--content-background);
    padding: 10px;
    margin: 20px 0;
}

.memberprofile-qouteboxBit {
    background: var(--body-background);
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: var(--mainfont);
    color: var(--headline-color);
    text-transform: uppercase;
    text-align: center;
}

.memberprofile-lock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.memberprofile-lockBit {
    width: 100%;
    text-align: center;
}

.memberprofile-lockBit_field {
    font-size: 22px;
    font-family: var(--mainfont);
    line-height: 110%;
    color: var(--headline-color);
    font-weight: bold;
    letter-spacing: 1px;
}

.memberprofile-lockBit_name {
    font-family: var(--subfont);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.memberprofile-stecki {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.memberprofile-stecki_basic {
    width: 27%;
}

.memberprofile-stecki_history {
    width: 72%;
}

.memberprofile-steckibox {
    background: var(--content-background);
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.memberprofile-steckibox:last-child {
    margin: 0;
}

.memberprofile-steckiboxBit {
    background: var(--body-background);
    padding: 10px;
}

.memberprofile-steckibox_headline {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--mainfont);
    font-size: 16px;
    font-weight: bold;
    color: var(--headline-color);
    margin-bottom: 5px;
}

.memberprofile-steckiboxScroll {
    text-align: justify;
    height: 200px;
    overflow: auto;
    padding-right: 10px;
    font-size: 13px;
    color: var(--font-color);
    scrollbar-width: thin;
    hyphens: auto;
    -webkit-hyphens: auto;
    font-weight: normal;
} 

.memberprofile-steckiboxScroll.life {
    height: 775px;
}

#pinterest-container {
  width: 100% !important;
  height: 267px !important;
  overflow: auto !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-filter: grayscale(100%) brightness(80%);
  filter: grayscale(100%) brightness(80%);
  opacity: 0.4;
  transition: .9s;
}

#pinterest-container:hover {
    transition: .9s;
    opacity: 0.8;
    filter: none;
}

#pinterest-container [class$=_img] {
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important; 
 border: none !important;
}

#pinterest-container [class$=_col] {
  padding: 0px;
  margin-top: 0px;
  border: none !important;
}

#pinterest-container [class$=_button] {
  display: none !important;
    border: none !important;
}

#pinterest-container [class$=_board] {
  box-shadow: none !important;
    border: none !important;
	border-radius: unset !important;
    background: transparent;
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
    border: 0px !important;
    box-shadow: none !important;
	padding:0px;
}

#pinterest-container::-webkit-scrollbar-corner {
  background: transparent;
}

#pinterest-container::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

#pinterest-container::-webkit-scrollbar-thumb {
  background: transparent;
}