.db-box {
    /*height: 120px;*/
    border: 1px solid #176918;
    margin: 10px;
    background-color: #136bd9;
    color: #FFFFFF;
    cursor: pointer;
}

.db-box:hover {
    background-color: #f97d39;
}

.db-icon-box {
    font-size: 3rem;
}

.db-text-box {
    font-size: 1.5rem;
    padding: 5px 5px 15px 5px;
}

.calendar-item, .association-item {
    cursor: pointer;
}

.calendar-item-img-div, .association-item-img-div {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.border-donation-page {
    border: 3px solid #136bd9;
}

.donation-header {
    text-transform: uppercase;
    font-weight: bold;
    color: #136bd9;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.donation-amount {
    height: 90px;
    width: 90px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    line-height: 50px;
    color: #136bd9;
    background-color: #E7F0FB;
    cursor: pointer;
}

.donation-amount.active {
    border-color: #000000;
    background-color: #136bd9;
    color: #FFFFFF;
}

.donation-input-amount {
    width: 100px;
    margin: auto;
}

.text-frontend a {
    color: #FFFFFF;
    text-decoration: underline;
}

.text-frontend a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.teamlist-member-image-div {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.teamMemberInfoContainer {
    perspective: 1000px;
}
.teamMemberInfoInnerContainer {
    width: 100%;
    height: 1050px;
    transform-style: preserve-3d;
    transition: all 0.5s linear;
}
.teamMemberInfoContainer:hover .teamMemberInfoInnerContainer {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    background-color: #a1c8f7;
}

.teamMemberInfo h4 {
    color: #136bd9;
}

.teamMemberInfoFunction{
    color: #5b9ef1;
}

.teamMemberInfoDetails, .teamMemberInfoFunctionDark{
    color: #136bd9;
}

.main-carousel {
    min-height: 260px;
}

.carousel-cell {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    height: 240px;
    background-color: #0a58ca;
    margin: 10px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .carousel-cell {
        width: 80%;
    }
}

.infoboxPageTitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    font-size: 1.2rem;
    background-color: rgba(19, 107, 217, 0.8);
    overflow: hidden;
    color: #fff;
}

.bbeContentImageDiv img {
    max-width: 100%;
}

.flickity-button {
    background: #333 !important;
}
.flickity-button:hover {
    background: #F90 !important;
}

.flickity-prev-next-button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px !important;
}
/* icon color */
.flickity-button-icon {
    fill: white !important;
}
/* position outside */
.flickity-prev-next-button.previous {
    left: -40px !important;
}
.flickity-prev-next-button.next {
    right: -40px !important;
}

@media (max-width: 991px) {
    .flickity-prev-next-button.previous {
        display: none;
    }
    .flickity-prev-next-button.next {
        display: none;
    }
}

.div-item-not-published {
    position: absolute;
    top: 40%;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}

.div-item-target-audience {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px 8px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 0.9rem;
    transition: 500ms;
}

.activity-details-icon {
    background-color: #fcbe9c;
    color: #F97D39;
    font-size: 2rem;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
}

.activity-details-text {
    font-size: 1.1rem;
}

.dashboard-box {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    cursor: pointer;
}

.shop-product-list {
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
    padding: 1.5rem;
    cursor: pointer;
}

.shop-product-image {
    height: 180px;
}

.shop-product-image img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
}

.shop-product-name-list {
    font-size: 1.2rem;
    font-weight: bold;
}

.shop-product-price-list {
    font-size: 1.1rem;
    font-weight: bold;
}

.shop-product-image-product-page {
    padding: 1.5rem;
    height: 500px;
}

@media (max-width: 991px) {
    .shop-product-image-product-page {
        padding: 1.5rem;
        height: 250px;
    }
}

.shop-product-details-product-page {
    padding: 1.5rem;
}

.shop-product-image-product-page img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: top center;
}

.shop-product-name-product-page {
    font-size: 2.1rem;
    font-weight: bold;
}

.shop-product-price-product-page {
    font-size: 1.5rem;
    font-weight: bold;
}

.shop-product-description-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.shop-product-description-div {
    padding: 1.5rem;
}

.shop-product-page-amount {
    margin: 0 5px 0 0;
}

.shop-cart-totals {
    padding: 1.5rem;
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px;
}

.shop-cart-totals-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.shop-cart-totals-number {
    font-size: 1.2rem;
}

.bbeYouTubeVideo {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.bb-frontpage-item-content {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bb-frontpage-item-icon-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    color: #FFFFFF;
    transition: 500ms;
}

.bb-frontpage-item-content:hover .bb-frontpage-item-icon-container {
    opacity: 0;
}

.bb-frontpage-item-icon {
    font-size: 1.5em;
    padding: 15px 20px;
}

.bb-frontpage-item-more-info {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: 50%;
    background: #2B7ADD;
    padding: 12px 30px 10px 30px;
    border-radius: 50px;
    color: #FFFFFF;
    transition: 500ms;
    opacity: 0;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.bb-frontpage-item-more-info a, .bb-frontpage-item-more-info a:hover {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.bb-frontpage-article-info {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 50px 10px 10px 10px;
}

.bb-frontpage-article-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

.bb-frontpage-article-date {
    font-size: 14px;
    color: #FFFFFF;
    transition: 500ms;
}

.bb-frontpage-item-content:hover .bb-frontpage-article-date, .bb-frontpage-item-content:hover .bb-frontpage-article-metadata {
    opacity: 0;
}

.bb-frontpage-item-content:hover {
    .bb-frontpage-item-more-info {
        opacity: 1;
    }
}

.bb-frontpage-article-metadata {
    color: #FFFFFF;
    transition: 500ms;
    font-size: 14px;
}

.bb-calendar-item {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bb-calendar-item-details {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    padding: 50px 10px 10px 10px;
}

.bb-calendar-item-title h2 {
    font-size: 22px;
    font-weight: 700;
}

.bb-calendar-more-info {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: 50%;
    background: #2B7ADD;
    padding: 12px 30px 10px 30px;
    border-radius: 50px;
    color: #FFFFFF;
    transition: 500ms;
    opacity: 0;
    font-weight: bold;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.bb-calendar-more-info a, .bb-calendar-more-info a:hover {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.bb-calendar-item-date {
    transition: 500ms;
    font-size: 14px;
}

.bb-calendar-item:hover {
    .bb-calendar-more-info {
        opacity: 1;
    }
    .bb-calendar-item-date {
        opacity: 0;
    }
    .div-item-target-audience {
        opacity: 0;
    }
}

.bb-news-item {
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.bb-news-item-details {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    padding: 50px 10px 10px 10px;
    transition: 500ms;
}

.bb-news-item-title h2 {
    font-size: 22px;
    font-weight: 700;
}

.bb-news-item-date {
    transition: 500ms;
    font-size: 14px;
}

.bb-news-item-overlay {
    position: absolute;
    bottom: 5%;
    width: 100%;
    opacity: 0;
    text-align: center;
    transition: 500ms;
}

.bb-news-item-intro {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    font-size: 0.9rem;
}

.bb-news-item-read-more {
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-block;
    background: #2B7ADD;
    padding: 12px 20px 10px 20px;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    transition: 500ms;
    transform: translateX(-50%);
}

.bb-news-item-read-more a, .bb-news-item-read-more a:hover {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.bb-news-item:hover {
    .bb-news-item-date {
        opacity: 0;
    }
    .bb-news-item-read-more {
        opacity: 1;
    }
    .div-item-target-audience {
        opacity: 0;
    }
}

.articleGridItem {
    height: 350px;
    padding: 1px;
}

.articleGridItemInner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.articleGridItem:hover {
    .bb-frontpage-item-icon-container, .bb-frontpage-article-date, .bb-frontpage-article-metadata {
        opacity: 0;
    }
    .bb-frontpage-item-more-info {
        opacity: 1;
    }
}

.grid-sizer {
    width: 20%;
}

.tileSize-20, .tileSize-40 {
    width: 100%;
}

@media (min-width: 768px) {
    .grid-sizer {
        width: 50%;
    }

    .tileSize-20 {
        width: 50%;
    }

    .tileSize-40 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .grid-sizer {
        width: 33.33%;
    }

    .tileSize-20 {
        width: 33.33%;
    }

    .tileSize-40 {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .grid-sizer {
        width: 20%;
    }

    .tileSize-20 {
        width: 20%;
    }

    .tileSize-20 h2 {
        font-size: 18px;
    }

    .tileSize-40 {
        width: 40%;
    }
}

.infoboxCategories a {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
}

.infoboxCategories a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.infoboxCategories .active {
    text-decoration: none;
}