#GW_pb_container {
    width: 100%;
    margin: auto;
    position: relative;
}

#GW_pb_container divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--f007), transparent);
    margin: 30px 0;
    display: block;
}

/* BENUTZERNAME & GIF */
.GW_pb_kopfzeile {
    width: 90%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.GW_pb_benutzername {
    text-align: right;
    position: relative;
}

.GW_pb_benutzername username {
    font-family: var(--font-january);
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(135deg, var(--f001) 0%, var(--f007) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 10px;
    letter-spacing: 0px;
}

div[id^="changeauthor_"][id$="_popup"] {
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    margin-top: 2px !important;
}

.GW_pb_gif {
    margin-left: 20px;
}

.GW_pb_gif gif {
    width: 75px;
    height: 75px;
    display: block;
    opacity: 0.8;
    border: 1px solid var(--f007);
    background-size: cover;
    background-position: center;
}

/* DATUM & OPTIONEN */
.GW_pb_meta {
    width: 90%;
    margin: 5px auto 15px;
    font-size: 10px;
    font-weight: 100;
    color: var(--f001);
    letter-spacing: 2px;
    display: flex;
    justify-content: flex-end;
    opacity: 0.9;
}

.float_meta {
    float: inline-end;
}

.GW_pb_datum {
    width: 50%;
    text-align: right;
    padding-right: 22px;
}

.GW_pb_datum date {
    display: block;
}

.GW_pb_optionen {
    width: 50%;
    padding-left: 172px;
}

.GW_pb_optionen options {
    display: block;
}

.GW_pb_metau {
    margin: 5px auto 15px;
    position: relative;
    top: 60px;
    font-size: 10px;
    font-weight: 300;
    color: var(--f001);
    letter-spacing: 2px;
    display: flex;
    justify-content: space-evenly;
    opacity: 0.9;
}

.GW_pb_metau a {
    color: var(--f007);
    margin: 0px 5px;
}

/* POST & AVATAR BEREICH */
.GW_pb_inhalt {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.GW_pb_post {
    width: 70%;
    background: var(--f002);
    margin: 0 auto;
    padding: 50px 150px 50px 230px;
    box-shadow:
        5px 5px 19px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    position: relative;
    min-height: 300px;
}

.GW_pb_post post {
    line-height: 21px;
    text-align: justify;
    text-indent: 20px;
    color: var(--f001);
    font-family: var(--font-zalando);
    font-size: 13px;
}

.GW_pb_post post p {
    margin-bottom: 15px;
}

/* AVATAR */
.GW_pb_avatar {
    width: 280px;
    position: absolute;
    top: -50px;
    left: -170px;
    z-index: 10;
}

.GW_pb_avatarbild {
    width: 280px;
    height: 250px;
    position: relative;
    font-size: 0;
    line-height: 0;
}

/* Goldene Ecken */
.GW_pb_avatarbild::before,
.GW_pb_avatarbild::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: var(--f007);
    border-style: solid;
    z-index: 10;
}

.GW_pb_avatarbild::before {
    top: -10px;
    left: -10px;
    border-width: 1px 0 0 1px;
    background: linear-gradient(135deg, var(--f007) 0%, transparent 50%);
    opacity: 0.3;
}

.GW_pb_avatarbild::after {
    bottom: -10px;
    right: -10px;
    border-width: 0 1px 1px 0;
    background: linear-gradient(135deg, transparent 50%, var(--f007) 100%);
    opacity: 0.3;
}

/* Avatar-Container */
.GW_pb_avatarbild avatar {
    width: 280px;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
}

/* MyBB-Default-Overrides */
.GW_pb_avatarbild avatar .author_avatar {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.GW_pb_avatarbild avatar .author_avatar a {
    display: block;
    width: 100%;
    height: 100%;
}

.GW_pb_avatarbild avatar .author_avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Hover Info */
.GW_pb_hoverinfo {
    width: 250px;
    height: 210px;
    background: var(--f002);
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: 15;
    display: block;
    overflow-y: auto;
}

.GW_pb_avatarbild:hover .GW_pb_hoverinfo {
    opacity: 0.9;
}

.GW_pb_hoverinfo profil {
    font-family: var(--font-zalando);
    font-size: 11px;
    line-height: 20px;
    color: var(--f001);
    display: block;
    text-align: justify;
    text-align-last: justify;
    hyphens: auto;
    word-break: break-word;
}

.GW_pb_hoverinfo profil b {
    font-family: var(--font-zalando);
    color: var(--f007);
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Profilfelder */
.GW_pb_steckbrief {
    width: 250px;
    margin-top: 15px;
    background: var(--f002);
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.GW_pb_steckbrief field {
    display: block;
    font-family: var(--font-zalando);
    font-size: 11px;
    line-height: 10px;
    color: var(--f001);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--f008);
}

.GW_pb_steckbrief field:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.GW_pb_steckbrief field b {
    font-family: var(--font-zalando);
    color: var(--f007);
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}