/* ===== HEADER-TOP HINTERGRUNDFARBE VOLLE BREITE ===== */
.header-top {
    background: #0c6196 !important;
}

nav.header-nav{
	background: #0c6196;
}

nav .row .blockcart{
	background: #0c6196 !important;
    color: White !important;  
}

nav .row {
	background: #0c6196;
}

.category{
	color: #000fff;
}

#header a, #wrapper .breadcrumb li a, .navbar-toggler .material-icons, .linklist .blockcms-title a {
    color: #ffffff;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #ffffff;
    vertical-align: middle;
}

/* Header-Top Links weiss */
.header-top a,
.header-top .material-icons {
    color: #ffffff !important;
}

#header .logo{
    position: relative;
    top: 0px;
}

.block-contact {
    border-left: 2px solid #7a7a7a;
    padding-left: 3rem;
    color: #7a7a7a;
}

#wrapper {
    background: #f1f1f1 url(flagly_desktop.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    z-index: 0;
    padding-bottom: 2.5rem;
}
	
/* Hintergrund für mobile Geräte */
@media (max-width: 768px) {
    #wrapper {
        background: #f1f1f1 url(art-mobile.jpg) center center no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        z-index: 0;
        padding-bottom: 2.5rem;
    }
}

#main, .block-categories {
    background: white;
    padding: 20px; 
    border-radius: 5px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

@media (min-width: 768px) {
    .col-md-12 {
        width: 100%;
    }
}

.footer-container {
    background-color: transparent !important;
    opacity: 1;
    z-index: 10;
    position: relative;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.11);
    bottom: 0;
    width: 100%;
    background: white;
}

#footer {
	padding-top: 0;
}

#header .header-top a[data-depth=1]{
	color:#7a7a7a;
}

#header .header-top a[data-depth=1]:hover{
	color:#24b9d7;
	text-decoration: underline dotted #24b9d7;
}

.top-menu .popover {
	border-radius: 5px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.texture {
	width:45px !important;
	height:45px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.block-category-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.product-flags li.product-flag {
	border-radius: 5px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

#wrapper .breadcrumb li a, .navbar-toggler .material-icons, .linklist a {
    color: #7a7a7a;
}

/* ===== MASTERFARBE #0c6196 FÜR ALLE BLAUEN ELEMENTE ===== */

/* Buttons */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #0c6196 !important;
    border-color: #0c6196 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0088c2 !important;
    border-color: #0088c2 !important;
}

/* Links ausserhalb Header */
#wrapper a,
#main a,
#footer a {
    color: #0c6196;
}

#wrapper a:hover,
#main a:hover,
#footer a:hover {
    color: #0088c2;
}

/* Form-Elemente */
.form-control:focus {
    border-color: #0c6196 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 158, 224, 0.25) !important;
}

/* Checkboxen und Radio-Buttons */
.form-check-input:checked {
    background-color: #0c6196 !important;
    border-color: #0c6196 !important;
}

/* Produktseite - In den Warenkorb Button */
.add-to-cart,
.add-to-cart:hover {
    background-color: #0c6196 !important;
    border-color: #0c6196 !important;
}

/* Pagination */
.page-item.active .page-link {
    background-color: #0c6196 !important;
    border-color: #0c6196 !important;
}

.page-link {
    color: #0c6196 !important;
}

.page-link:hover {
    color: #0088c2 !important;
}

/* Badges und Labels */
.badge-primary,
.bg-primary {
    background-color: #0c6196 !important;
}

/* Spinner/Loader */
.spinner-border {
    color: #0c6196 !important;
}

/* Dropdown und Selects */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #0c6196 !important;
}

/* Preis-Farbe */
.current-price,
.price {
    color: #0c6196 !important;
}

/* Warenkorb-Icon */
.shopping-cart__icon {
    color: #0c6196;
}

/* Tabs */
.nav-link.active {
    color: #0c6196 !important;
    border-color: #0c6196 !important;
}

/* Progress-Bar */
.progress-bar {
    background-color: #0c6196 !important;
}

/* Alert Links */
.alert-primary {
    background-color: rgba(0, 158, 224, 0.1) !important;
    border-color: #0c6196 !important;
    color: #0c6196 !important;
}

/* Breadcrumb aktiv */
.breadcrumb-item.active {
    color: #0c6196 !important;
}

/* Suchbutton */
.search-widget button,
.search-widget button:hover {
    background-color: #0c6196 !important;
    border-color: #0c6196 !important;
}
