/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 300 to 700 */

.jura-font {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*  <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 300 to 700 */

.teko-font {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
	font-family: "Jura", sans-serif;
	color: #fff;
	background-image: url('../bilder/hintergrund.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
}
.notification {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #5b2c48;
    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;
}
.modal-header {
	background-color: #1f0d30;
	color: #fff;
}
.modal-body {
	color: #1f0d30;
}
.modal-body a {
	color: #1f0d30 !important;
}
.age {
	background-color: #5b2c48;
}

.alter {
	color: #5b2c48;
}

.fett {
	color: #1f0d30;
	font-weight: 700;
}

@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 {
	color: #fff;
	margin-top: 50px;
    background-color: #1f0d30;
    padding: 20px 0;
    text-align: center;
}
/* Navigation */
.navbar-brand-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: flex-end; /* Align items to the bottom */
    padding: 0; /* Remove any padding */
    margin: 0; /* Remove any margin */
}

@media (min-width: 992px) {
    .navbar-collapse {
        justify-content: flex-end !important;
    }
}
/* Star animations */
     @keyframes twinkling {
         0% { opacity: 0.5; }
         50% { opacity: 1; }
         100% { opacity: 0.5; }
     }

     .star {
         position: absolute;
         width: 2px;
         height: 2px;
         background: white;
         border-radius: 50%;
         animation: twinkling 2s infinite;
     }

     /* Different delays for stars */
     .star:nth-child(2) { animation-delay: 1s; }
     .star:nth-child(3) { animation-delay: 2s; }
     .star:nth-child(4) { animation-delay: 3s; }
     .star:nth-child(5) { animation-delay: 4s; }

     /* Star positions */
     .star:nth-child(1) { top: 10%; left: 20%; }
     .star:nth-child(2) { top: 30%; left: 40%; }
     .star:nth-child(3) { top: 50%; left: 60%; }
     .star:nth-child(4) { top: 70%; left: 80%; }
     .star:nth-child(5) { top: 90%; left: 90%; }
	 .nav-item {
	 	color: #fff;
	 }
	 .navbar-toggler:focus,
	 .navbar-toggler:active {
		 outline: none;
		 color: #fff;
		 box-shadow: none;
		 border: none;
	 }
	 .navbar-toggler-icon {
		 outline: none;
		 box-shadow: none;
		 color: #fff;
	 }
.navbar {
    color: #fff;
    background-color: #1f0d30; /* Hintergrundfarbe der Navigation */
    padding: 0; /* Remove any padding */
    margin: 0; /* Remove any margin */
}
nav-link {
	color: #fff;
}
.navbar-brand {
    margin-right: 0; /* Standardabstand rechts entfernen */
    padding: 0; /* Remove any padding */
    display: flex;
    align-items: flex-end; /* Align items to the bottom */
}

.navbar-brand h1 {
    color: #fff; /* Textfarbe des Titels */
    margin-left: 15px;
    margin-bottom: 0; /* Abstand zwischen Logo und Titel */
    font-size: 24px; /* Schriftgröße des Titels anpassen */
    padding: 0; /* Remove any padding */
}

.navbar-brand img {
    margin-bottom: 0; /* Ensure no margin at the bottom of the image */
    padding: 0; /* Remove any padding */
    vertical-align: bottom; /* Align the image to the bottom */
}
.cart-icon {
    font-size: 1em;
    color: #333;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.card {
    position: relative;
    background-color: rgba(91, 44, 72, 0.7); /* Transparenter Hintergrund */
    padding: 20px; /* Innenabstand */
    border-radius: 12px; /* Abgerundete Ecken */
    color: #fff; /* Textfarbe */
}
.korb {
    background-color: rgba(91, 44, 72, 0.7); /* Transparenter Hintergrund */
    padding: 20px; /* Innenabstand */
    border-radius: 12px; /* Abgerundete Ecken */
    color: #fff; /* Textfarbe */
}
.price-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #609975; 
    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: #609975; 
    color: white;
    padding: 35px;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 10;
}
@media (max-width: 768px) {
    .price-badge-detail {
        top: 10px;
		left: 30px;
	    padding: 15px;
	    font-size: 1.3rem;
    }
}

.table {
	color: white;
}
.kasse {
	background-color: rgba(91, 44, 72, 0.7);
	padding: 20px;
	border-radius: 12px;
	margin-bottom:25px;	
}
.card-body {

}
.img-alter {
    display: block;
	height: 35px;
    }
.modal-title {
	margin-left: 20px;	
	}
.clicker {
	background-color:  #af1745;
	border-color: #780226;
	color: #ffffff; 
	}
.clicker:hover {
	background-color: #780226; 
	border-color: #af1745;
	color: #4e91b0; 
	}
.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: #5b2c48 !important; 
	}
.quantity {
	border-color: #262e2f;
	}
.card-img-top {
	padding: 20px 20px 0px 20px;
	border-radius: 15px !important;
	}
.smallt {
	margin: 0px;	
	font-size: 1em;
	color: #1f0d30 !important; 
	}
a:link {
    color: #fff; 
	}

a:visited {
    color: #fff;
	}

a:hover {
    color: #fff; 
	text-decoration: none;
	}

a:active {
    color: #fff; 
	}

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

a {
    transition: color 0.3s ease;
	}