:root {
    --esa-orange: #fcaf3b;
    --esa-blue: #63badb;
    --esa-green: #02ad9c;

    --esa-dark: #043247;
    --esa-light: #f4f7fb;
    --esa-white: #fff;
}

#content {padding-top: 100px!important;}
#cover-image-container {
    box-shadow: 0px 12px 22px 0 rgba(0, 0, 0, 0.1)
}


#cover-image-container {
    background:    linear-gradient(117deg, var(--bb-header-background) 41.18%, rgb(16, 30, 41))!important; /* var(--esa-dark) */
    color: white;
    border: none!important
}

.bb-bp-group-title {color: var(--esa-orange)!important;}

.group-avatar-wrap .avatar, .groups-header .avatar  {border-radius: 100%!important;}

.main-navs {
    background: var(--esa-green)!important;
color: white;
border-radius: 0 0 10px 10px;
padding: 0px 20px!important;
/* background: var(--esa-orange)!important; */
top: -20px!important;
position: relative;
}

nav#object-nav a {
    background: #00000033;
    font-weight: bold;
    color: white;
    }


    #item-body {
        background: white;
        padding: 30px;
        box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
        border-radius: 10px;
        }

    .bb-grid {
            margin-left: auto!important;
            margin-right: auto!important;
            }


#activity-groups-li a:before {content: "\e876";}
#nav-forum-groups-li a:before {content: "\ee31";}
#nav-courses-groups-li a:before {content: "\ee3f";}
#welcome-groups-li a:before {content: "\eeb3";}
#resources-groups-li a:before {content: "\ee7a";}
#repository-groups-li a:before {content: "\ee52";}
#members-groups-li a:before {content: "\ef5a";}
#invite-groups-li a:before {content: "\ee62";}
#admin-groups-li a:before {content: "\ee27";}


.bp-groups-tab a:before {
    font-weight: 300;
    font-family: bb-icons;
    margin: 1px 5px 1px 3px;
    transform: scale(1.6);
    display: inline-block;
}

.bs-section-title {
    margin-bottom: 25px!important;
}

.esa-hero {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px;
}

.esa-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(294deg, #033247 20.59%, rgba(0, 0, 0, 0))!important;
    z-index: 1;
    border-radius: 10px;
}

.esa-hero-inner {
    position: relative;
    z-index: 2; /* damit Text und Inhalte über dem Verlauf liegen */
}

.esa-hero-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
.esa-hero-text {
    width: 66%;
}
.esa-hero-image img {
    max-width: 300px;
    margin-top: -60px;
}
.esa-button {
    background: var(--esa-green);
    color: var(--esa-white);
    padding: 0.75rem 1.5rem;
    display: inline-block;
    margin-top: 1rem;
    border-radius: 6px;
    text-decoration: none;
}
.esa-topics {
background: white;
margin: 30px 0;
padding: 40px;
}

.esa-topics-grid {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
}
.esa-topic-box {
    flex: 1;
    padding: 2rem;
    border-radius: 10px;
    color: var(--esa-white);
}
.esa-topic-box.orange { background: var(--esa-orange); }
.esa-topic-box.blue   { background: var(--esa-blue); }
.esa-topic-box.green   { background: var(--esa-green); }

.esa-courses,
.esa-events {
    padding: 3rem 2rem;
    background: var(--esa-light);margin: 30px 0;
}

#groups-dir-list .bp-feedback.info {display: none;}

.bp-shortcode-wrap .dir-list {
    border-top: none!important;
    padding-top: 0px!important;
    }

.esa-course-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.esa-course-card {
    background: var(--esa-white);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 1rem;
}
.esa-course-card img {
    width: 100%;
    border-radius: 6px;
}
.esa-button.small {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.esa-event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}
.esa-event-box {
    background: var(--esa-white);
    border-left: 5px solid var(--esa-orange);
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: start;
    border-radius: 6px;
}
.esa-event-date {
    background: var(--esa-orange);
    color: var(--esa-white);
    text-align: center;
    padding: 0.5rem;
    width: 50px;
    border-radius: 4px;
}
.esa-event-date strong {
    display: block;
    font-size: 1.25rem;
}
.esa-event-info h5 {
    margin: 0;
    font-size: 1rem;
}

.esa-hero p {color: white;text-shadow: 4px 4px 11px color(srgb 0 0 0 / 0.91);}

.esa-hero h1 {font-size: 60px;
    background: color(srgb 0.9882 0.6863 0.2314);
    padding: 10px 20px;
    display: inline-block;
    color: white;text-shadow: 3px 3px 4px color(srgb 0 0 0 / 0.33)}

.esa-event-host {margin-bottom: 0!important;}