:root {
    --bodyBackground: transparent url("default/background.png") center center / 100% 100% no-repeat;
    --forumActionReply: url("forum_action_reply.png");
    --headerBackground: transparent url("default/header.png") center / 100% 100% no-repeat;
    --articleTextAlign: center;
    --forumActionEdit: url("forum_action_edit.webp");
    --forumActionDelete: url("forum_action_delete.webp");
    --headerNavHoverBackground: rgba(34, 211, 238, 0.22);
    --headerHeight: 360px;
    --headerLinkHoverBackground: rgba(34, 211, 238, 0.22);
    --sidebarBackground: transparent url("default/box_mitte.png") center / 100% 100% no-repeat;
    --sidebarTopBackground: transparent url("default/box_header.png") center / 100% 100% no-repeat;
    --sidebarBottomBackground: transparent url("default/box_footer.png") top / 100% 100% no-repeat;
    --asideLinkHoverBackground: rgba(34, 211, 238, 0.2);
    --footerHeight: 230px;
    --asideNavHoverBackground: rgba(34, 211, 238, 0.22);
    --articleBackground: transparent;
    --articleTopBackground: transparent url("default/Header_Box_mitte.png") top / 100% 100% no-repeat;
    --articleBottomBackground: transparent url("default/box_footer.png") top / 100% 100% no-repeat;
    --articleLinkHoverBackground: rgba(34, 211, 238, 0.18);
    --footerBackground: #FFFFFF url("default/footer.png");
    --footerNavHoverBackground: rgba(34, 211, 238, 0.22);
    --footerLinkHoverBackground: rgba(34, 211, 238, 0.22);
}













aside::after,
article::after {
    content: '';
}
