body {
	background-color: #d1e1e4;
	font-family: 'Barlow', sans-serif;
}
.notification {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #87a1a6;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}
.notification.show {
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.age {
	background-color: #87a1a6;
}
/* Navigation */
.navbar-brand-wrapper {
    flex-grow: 1;
}

@media (min-width: 992px) {
    .navbar-collapse {
        justify-content: flex-end !important;
    }
}

.navbar {
	color: #fff importent!;
    background-color: #a863b8; /* Hintergrundfarbe der Navigation */
	font-size: 1em;
}

.navbar-brand {
    margin-right: 0; /* Standardabstand rechts entfernen */
}
.navbar-brand span {
    color: #fff; /* Textfarbe des Titels */
    margin-left: 15px; /* Abstand zwischen Logo und Titel */	
}
.navbar-brand img {
    height: 50px;
	vertical-align: middle;
	font-size: 1em;
}

.navbar-nav .nav-link {
    color: #fff !important;
}
/* Kategoriebild */
.category-header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.category-header img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.category-title-overlay {
    position: absolute;
    top: 50%;
    left: 100px; /* die schrift nach links setzen */
    transform: translateY(-50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@keyframes fadein {
    from { bottom: 0; opacity: 0; }
    to { bottom: 30px; opacity: 1; }
}
@keyframes fadeout {
    from { bottom: 30px; opacity: 1; }
    to { bottom: 0; opacity: 0; }
}
footer {
    background-color: #a863b8;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.navbar-brand {
    font-size: 1em;
}
.cart-icon {
    font-size: 1em;
    color: #fff;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.card {
    position: relative;
}

.price-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #dda6d3; 
    color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 1.3rem;
    font-weight: bold;
    z-index: 10;
}
.price-badge-detail {
    position: absolute;
    top: 10px;
    left: 30px;
    background-color: #dda6d3; 
    color: white;
    padding: 35px;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 10;
}

.img-alter {
    display: block;
	height: 35px;
    }
.modal-title {
	margin-left: 20px;	
	}
.clicker {
	background-color:  #495659;
	border-color: #262e2f;
	color: #ffffff; 
	}
.clicker:hover {
	background-color: #64777a; 
	border-color: #262e2f;
	color: #ffffff; 
	}
.clicker-nein {
	background-color:  #a5a6a6;
	border-color: #262e2f;
	color: #ffffff; 
	}
.clicker-nein:hover {
	background-color: #828383; 
	border-color: #262e2f;
	color: #ffffff; 
	}
.custom-bg {
	background-color: #dda6d3; 
	}
.quantity {
	border-color: #262e2f;
	}
.card-img-top {
	padding: 20px 20px 0px 20px;
	border-radius: 15px !important;
	}
.smallt {
	margin: 0px;	
	font-size: 1em;
	color: #dda6d3 !important; 
	}
a:link {
    color: #495659; 
	}

a:visited {
    color: #262e2f;
	}

a:hover {
    color: #64777a; 
	}

a:active {
    color: #E8A593; 
	}

a:focus {
    outline: none; 
    color: #E8A593; 
	}

a {
    transition: color 0.3s ease;
	}