.body-bg {
 background-image: url(../../Icons/Blatt04.svg);
 background-position: right top;
 background-size: 40%;
 background-repeat: no-repeat;
}   

.navbar-default, .navbar-default-transition, .navbar-default-transition.navbar-transition {
    --bs-bg-opacity: 0;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.frame-background-primary {
    --frame-color: #ffffff;
    --frame-background: rgba(0, 154, 147, 0.5);
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ffffff;
}

.frame-background-tertiary {
    --frame-color: #ffffff;
    --frame-background: #66c2be;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ffffff;
}

.breadcrumb-section {
    background-color: rgb(248, 248, 248, 0.5);
}

.footer-section .frame {
	margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    color: #ffffff;
    background-color:#646363;
}

@media (min-width: 576px) {
   .footer-section .frame {
        --frame-spacing: 0!important;
    }
}

@media (min-width: 768px) {
   .footer-section .frame {
        --frame-spacing: 0!important;
    }
}

@media (min-width: 992px) {
   .footer-section .frame {
        --frame-spacing: 0!important;
    }
}

@media (min-width: 1200px) {
   .footer-section .frame {
        --frame-spacing: 0!important;
    }
}

.footer-section .frame-container  {
	--bs-gutter-x: 0!important;
}

.gallery-item img {
    box-shadow: 3px 5px 10px hsla(0,0%,0%,0.5);
}

.navbar-brand img, .breadcrumb-icon {
    box-shadow: none!important;
}

figure .caption {
    padding-top: 0.85rem;
    font-size: 0.85rem;
    word-wrap: break-word;
    opacity: 0.8;
}

.footer-section-meta {
    background: #ffffff;
    --frame-color: #ffffff;
    --frame-background: #ffffff;
    --frame-link-color: #009a93;
    --frame-link-hover-color: #009a93;
}
