/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
	cursor: pointer;
	padding: 2px 15px 2px 15px;
	border-radius: 50px;
	background-color: var(--e-global-color-primary);
	color: #fff;
	text-align: center;
	font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Urbanist', Sans-serif !important;
	font-weight: bold !important;
	line-height: 1.3em !important;
}

h1.entry-title {
	color: var(--e-global-color-primary);
	font-weight: bold;
}

/* Buddypress */

.list-wrap {
	border: 0 !important;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
}

.bpb-grid-mode.bpb-active .dashicons, .bpb-list-mode.bpb-active .dashicons {
    color: #B2C309 !important;
}

.buddypress-wrap .standard-form div.submit input,
.bbp-submit-wrapper button {
	background: var(--e-global-color-primary);
	color: #fff;
	border: 0;
	text-transform: uppercase;
	border-radius: 30px !important;
	padding: 20px 40px;
	font-weight: bold;
}

.buddypress-wrap .standard-form div.submit input:hover,
.bbp-submit-wrapper button:hover {
	background: var(--e-global-color-secondary);
	color: #fff;
}

.buddypress button {
	border-radius: 30px !important;	
}

.activity-update-form #whats-new-avatar img,
.elementor-image-bpb-avatar img,
div.item-avatar img,
img.avatar {
	border-radius: 50% !important;
}

.pag-count.top,
.bp-list li .item-meta,
.buddypress .buddypress-wrap button,
.pag-data {
	color: #333 !important;
}

.bp-header-icons {
    display: flex;
    align-items: center;
    gap: 15px; 
}

.bp-notifications, .bp-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.bp-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bp-notifications-icon {
    width: 30px;
    height: auto;
}

.bp-notifications .count {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #cb112d;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 7px;
    min-width: 18px;
    text-align: center;
}

.bp-label {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.bp-profile-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50% !important; 
    object-fit: cover;
    border: 2px solid #ddd;
}

.bp-profile:hover .bp-profile-avatar {
    border-color: #999; 
}

.member-header-actions a {
	border-radius: 30px !important;
	text-transform: uppercase !important;
}

.bpfb_controls_container .qq-upload-button {
	width: 180px;
	background: #7099c3;
	color: #FFFFFF;
    border-style: none;
    border-radius: 60px 60px 60px 60px;
}

#bpfb_video_url {
	width: 100% !important;
}

/* Profil verwalten */

.profile input[type=text] {
	background: #fff !important;
	border-radius: 5px !important;
}

.profile-fields.bp-tables-user tbody td {
	background: none !important;
}

.wp-editor-container textarea {
    height: 300px !important;
}

.standard-form textarea:focus {
	background: #fff !important;
}

.wp-editor-container {
	margin-top: 20px;
}

/* Gruppe vorschlagen */

.group-create #buddypress {
	width: 1200px;
	margin: 0 auto;
}

/* bbPress */

#bbpress-forums p {
	font-size: 16px !important;
}

.bbp-reply-content p {
	margin-left: 80px;
}

main.forum, main.topic {
	margin-top: 40px;
}

.bbp-reply-header {
	padding: 20px;
}

.bbp-meta, .bbp-admin-links a {
	font-size: 14px !important;
	text-transform: none !important;
}

.bbp-topic-title, .forum-titles li, .bbp-form legend {
	font-size: 16px !important;
	font-weight: bold;
}

.bbp-topic-title a,
.bbp-topic-freshness a {
	text-decoration: none !important;
}

.bbp-topic-freshness a {
	color: #333 !important;
}

.bbpress-wrapper input,
.bbpress-wrapper select {
	height: 40px !important;
}

#bbp_topic_subscription {
	height: 10px !important;
}

.bbp-topics {
	margin-bottom: 40px !important;
}

.bbp-voting a.vote.up:hover {
    border-bottom: 15px solid transparent !important;
}

.bbp-form label {
	margin-bottom: 4px !important;
}

.bbp-forum-description,
.bbp-topic-description,
#subscription-toggle a,
.bbp-pagination-count {
	font-size: 14px !important;
}

#subscription-toggle {
	margin-bottom: 20px;
}

#bbpress-forums img.avatar {
    height: 30px !important;
    width: 30px !important;
	max-height: 40px !important;
    max-width: 40px !important;
}