/******************************************************************************
 * Cascading-Style-Sheets file for Admidio
 *
 * @copyright 2004-2020 The Admidio Team
 * @see https://www.admidio.org/
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only
 *
 * Here you can edit the look and feel of Admidio
 *
 *****************************************************************************/

 #admidio-main-navbar {
    background-color: rgb(255 255 255 / 0.95);
    min-height: 4rem;
    position: sticky;
    padding-bottom: 0px;
}

#admidio-main-navbar {
    color: #232020 !important;
    font-weight: 300;
    font-size: 1.7rem;
    padding-top: 0px;
}

#admidio-main-navbar .navbar-brand img {
    margin-right: 10px;
    margin-top: -15px;
}

#admidio-main-navbar a {
    color: #263340;
    font-size: 1rem
}

#admidio-main-navbar a:hover {
    color: #000000;
}

@media (max-width: 767px)
{
    /* navbar should not be fixed at top if in mobile view */
    #admidio-main-navbar.fixed-top
    {
        position: relative;
        top: auto;
    }
}

.admidio-content {
    order: 1;
}


.alert-info {
    background-color: #a1db3650 !important;
}

.card-body {
border-color: #26334036 !important;
border-width: thin !important;
border-style: solid !important;
background-color: #f7f7f7 !important;
}

.card-body .list-group-item {
    background-color: #f7f7f7 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .card-header {
    margin-bottom: 0.5rem;
    font-weight: 200 !important;
    line-height: 1.2;
}

/***********************************/
/* Default tags */
/***********************************/

body {
    color: #495057;
}

h6, h5 {
    /* font-weight: 500; */
}

a, .btn-link, .page-link, a.btn {
    color: #719430;
}

a:hover, .page-link:hover, a.btn:hover {
    color: #000000e0;
}

.admidio-headline-mobile-menu {
    width: 100%;
    font-size: 1.1rem;
}

a.btn-primary {
    color: #ffffff !important;
}

.btn-primary {
    background-color: #719430;
    border-color: #719430;
}

.btn-primary:hover {
    background-color: #536b26;
    border-color: #536b26;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #6b979f;
    border-color: #6b979f;
}


/* Style for popover */
.popover-header {
    color: white;
    background-color: #263340;
}

.popover-body {
    background-color: #eeeeee;
}

.page-item.active .page-link {
    background-color: #263340;
    border-color: #263340;
}

#imprint {
    margin-bottom: 30px;
    font-size: 80%;
}

.admidio-info-icon {
    color: #719430;
    cursor: help;
    margin-left: 6px;
}

.admidio-profile-user-right {
    cursor: help;
}

.admidio-btn-event-attend .fas {
    color: #00b100 !important;
}



@media only screen and (max-width: 767px) {

    .band
    {
        width: 100%;
        height: 3px;
        left: 0;
        margin-top: 0px !important;
    }
  }

  @media only screen and (min-width: 768px) {

    .band
    {
        width: 100%;
        height: 3px;
        left: 0;
        position: fixed;
        z-index: 1010;
        left: 0;
    }
  }

  .admidio-menu-header {
    padding-top: 30px !important;
}

.breadcrumb-item {
    padding-top: 8px;
}
