/*
 Theme Name:   creatio-childtheme-eigenes
 Template:     creatio-wpcom
 Version:      1.0.0
*/

#bbpress-forums #bbp-single-user-details #bbp-user-description {
	float: none;
	margin-left: 180px;
	font-size: 20px;
}

/* Ändert das line-height für das bbPress Forum */
#bbpress-forums {
    line-height: 26px; /* Neue line-height */
}

body:not(.logged-in) .hide-when-logged-out {
    display: none;
	font-size: 0px;
}


.logged-in .hide-when-logged-in {
    display: none;
}

body:not(.logged-in) .color-when-logged-out {
    color: black;
	outline: 1px solid black;
	outline-offset:8px;
}

.logged-in .color-when-logged-in {
    color: black;
	outline: 1px solid black;
	outline-offset:8px;
}

}