footer {
    background-color: white;
    text-align: center;
}

.kontakt {
  text-align: center;
}
    

.iconinde {
    text-align:center;
}

.invisible {
    color: white;
    text-align: center;
}



.schachtel  {
        padding: 5px;
        padding-right: 10px;
        margin-top: 1px;
        border: 2px solid rgba(211, 211, 211, 0.5);
        border-radius: 8px;
        background-color: white;
      }


.container1 {
        padding: 2px 16px;
      }

.nav-link {
    align-items: center;
    
}

.details-img-klein {
  margin-top: 10px;
  display: flex;  
  gap: 10px;     
  align-items: center;
}

.indetext {
        position: absolute;
        top: 710px;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        padding: 40px;
        border-radius: 8px;
        z-index: 3;
        width: 80%;
        text-align: justify;
}

@media (max-width: 767px) {
  .indetext {
    position: absolute;
    top: 343px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 15px;
    border-radius: 8px;
    z-index: 3;
    width: 100%;
    text-align: justify;
    height: 250px;
}
}

@media (max-width: 767px) {
  .restgrtext {
    margin-top: 70px;
  }
}

  
  .row2 {
    display: flex;
    justify-content: center; 
    gap: 20px; 
  }

  
  .cardinde {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 250px; 
    text-align: center;
  }
  
  .cardinde img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .cardinde .container1 {
    padding: 10px;
  }
  
  .cardinde h3,
  .cardinde h4 {
    margin: 10px 0;
  }
  
  .cardinde:hover {
    transform: translateY(-10px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }



.restgr-wrapper img {
  border-radius: 8px;
  width: 100%; 
}

.restgrtext{
  text-align: center;
}


.card-ueberuns {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-ueberuns:hover {
  transform: translateY(-10px); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


.card-container3 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.card_shop {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 300px;
  background-color: white;
}

.card-img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.card-body-shop {
  padding: 15px;
  text-align: left;
}

.prodnam {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  color: black;
}

.katkatkat {
  font-size: 16px;
  margin: 0;
  display: block;
  color: #666;
}

.farbe {
  font-size: 16px;
  margin: 0;
  display: block;
  color: #666;

}

.size {
  font-size: 16px;
  margin: 0;
  display: block;
  color: #666;

}


.preis {
  font-size: 20px;
  font-weight: normal;
  color: black;
  margin: 5px 0;
}


.rabatt {
  font-size: 16px;
  color: green;
  margin: 5px 0;
}


.card-link-shop {
  text-decoration: none; 
  color: inherit; 
  display: block; 
}

.card-link-shop:hover .card_shop {
  transform: translateY(-4px); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}



.btn-standart-b
{
  background-color: black;
  color:white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;

}


.btn-standart-b:hover {
  opacity: 0.6;
  background-color: black;
  color: white;
}



.btn-standart-w
{
  background-color: white;
  color:black;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  border-color: lightgray;

}

.btn-standart-w:hover {
  border-color: black;
}

.details-img {
  border-radius: 8px;
  overflow: hidden;
}

.detailsabstandbild {
  margin-left: 30px;
}

.beschreibung-details {
  font-size: 16px;
  margin: 5px 0;
text-align: justify;
}

.btn-doppelt {
  margin-bottom: 10px;
}

.pagination .page-link {
  color: black;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 0 5px;
  text-align: center;
}

.pagination .page-link:hover {
  color: black;
  border-color: black; 
}

.pagination .page-link.disabled {
  color: gray;
  pointer-events: none;
  background-color: #F5F5F5;
  border-color: #ddd; 
}

.pagination .page-link.disabled:hover {
  border-color: black;
}

.pagination .page-item {
  flex: 1 0 30%; 
  margin-bottom: 10px;
  text-align: center;
  
}

.pagination.flex-wrap {
  display: flex;
  flex-wrap: wrap; 
  justify-content: flex-start;
}

.pagination .page-item {
  flex: 1 0 20%; 
  margin-bottom: 10px;
  text-align: center;
}

.pagination .page-item a {
  display: block;
  text-align: center;
}

.weiß {
  color: #f8f9fa;
}

.row-abstand-details {
  margin-bottom: 10px;
}

.ctn-small {
  max-width: 600px; 
  margin: 0 auto;   
  width: 100%;      
  box-sizing: border-box; 

}

.form-control {
  border: 2px solid rgba(211, 211, 211, 0.5);
  border-radius: 8px;
}

.form-select {
  border: 2px solid rgba(211, 211, 211, 0.5);
  border-radius: 8px;
}

.ktn-float {
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}

.ueberunswir {
  color: #e3001b;
  font-weight: 600;
}

.justify {
  text-align: justify;
}


.card-fin {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%; 
}

.card-fin .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  
}

.plusminus {
  width: 125px;
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 15px;
}


.btn-plusminus {
  background-color: white;
  border: none;
  color: black;
  font-size: 20px;
  padding: 5px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.btn-plusminus:hover {
  background-color: #f0f0f0;
}


.input-plusminus {
  border: none;
  text-align: center;
  width: 40px;
  font-size: 18px;
  color: black;
}

.img-korb{
  margin-right: 50px;
  border-radius: 5px;
}

.card-zsmfassung {
  padding-top: 0px;
  margin-left: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.zsm-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  
}

.zsm-label {
  text-align: left;
}

.szm-num {
  text-align: right;
  font-weight: normal;
}

.zsm-titel {
  margin-bottom: 25px;
  margin-left: 20px;
  margin-top: 20px;
}

.zsm-btn {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

.btn-diabled {
  background-color: #888;
  pointer-events: none;
  cursor: not-allowed;
}

.zsm-btn-sec {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.card-marken {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-marken:hover {
  transform: translateY(-1px); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


.btn-admin-gr {
  background-color: #f0f0f0; 
  color: black;
  border: 2px solid rgba(211, 211, 211, 0.5);
}

.btn-admin-gr.active {
  background-color: #333; 
  color: #fff; 
  border-color: #333;
}

.btn-admin-gr.active:hover {
  background-color: #333; 
  color: #fff; 
  border-color: #333;
}

.btn-admin-gr:focus {
  outline: none;
}

.btn-admin-gr:hover {
  border: 2px solid #b3b3b3;
  background-color: #f0f0f0;
}

.row-admin-gr {
  display: flex;           
  justify-content: space-between;
  margin-left: 1px;
  margin-right: 1px;
}

.col-admin-gr {
  flex: 1;                 
  padding: 0 5px;
}


.input-admin-gr {
  background-color: #f0f0f0;
  color: black;
  border: 2px solid rgba(211, 211, 211, 0.5);
}


.input-admin-gr:disabled {
  background-color: #f0f0f0;
  color: black;
  opacity: 0.6; 
}


.input-admin-gr:focus {
  border-color: #f0f0f0;
  outline: none;
}

.input-admin-gr:not(:disabled):hover {
  border: 2px solid #b3b3b3;
  background-color: #f0f0f0;
}



.btn.btn-amdin-entf {
  background-color: #f0f0f0; 
  color: black;
  border: 2px solid rgba(211, 211, 211, 0.5);
  padding-left: 31.6px;
  padding-right: 31.6px;

}


.btn.btn-amdin-entf:hover {
  border: 2px solid #b3b3b3;
  background-color: #f0f0f0;
}


.btn.btn-amdin-entf.active {
  background-color: #333; 
  color: #fff; 
  border-color: #333;
}

.btn-admin-gr-enft {
  margin-top: 27px;
}


.lieferdaten {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 8px;
}

.bhzl-zsm {
  display: flex;
  justify-content: space-between;
}

.icon-1 {
  margin-top: 4px;
  margin-right: 12px;
}

.link-bhzl {
  color: black;
}



.adresse {
  margin-top: 15px; 
  line-height: 0.6;
}

.adress-last {
  margin-bottom: 30px;
}

.link-footer {
  color: black;
  text-decoration: none;
}

.card-zsmfassung-1 {
  padding-top: 40px;
  margin-left: 30px;
  margin-top: 30px;
  padding-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  line-height: 0.4;
  padding-right: 40px;
}

.prodnam-1 {
  font-weight: 600;
}

.preis-1 {
  font-weight: 600;
}
 
.icon-3 {
  color:green;
  margin-left: 10px;
}

.ctn-medium {
  max-width: 800px; 
  margin: 0 auto;   
  width: 100%;      
  box-sizing: border-box; 
}

.card-offen {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
  background-color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
}

.card-offen-over {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  border-radius: 8px;
  padding-bottom: 15px;
  display: flex;
}

.card-offen-over:hover {
  transform: translateY(-0.5px); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.maps{
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
}


.fin-titel2 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}

.fin-text {
  font-size: 14px;
  line-height: 0.7;
  color: #333;
}

.fin-bild {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.btn-checkout-rechts {
  background-color: white;
  color:black;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: lightgray;
  border-radius: 8px;
  margin-left: 10px;
  width: 48.5%;
}

.btn-checkout-rechts:hover {
  border-color: black;
}

.btn-checkout-links {
  background-color: white;
  color:black;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: lightgray;
  border-radius: 8px;
  margin-right: 10px;
  width: 48.5%;
}

.btn-checkout-links:hover {
  border-color: black;
}

.btn-checkout-rechts.active{
  border: 2px solid black;
}

.btn-checkout-links.active {
  border: 2px solid black;
}

.fin-check {
  background-color: white;
  color:black;
  border-color: lightgray;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.fin-check:hover{
  border-color: black;
}

.btn-aktiv {
  border: 2px solid black;
}

.oeffnung {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
  color: black;
  margin-bottom: 0;

}

.katkatkat1 {
  font-size: 15px;
  margin: 0;
  display: block;
  color: #666;
}

.farbe1 {
  font-size: 15px;
  margin: 0;
  display: block;
  color: #666;
}

.kleiner {
  font-size: 14px;
}

.kleiner2 {
  margin-top: 15px;
}

.knt-schrift {
text-align: justify;
margin-right: 150px;
margin-left: 150px;
}

.card-news {
  padding: 25px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  border-left: 5px solid #000; 
  padding-left: 20px; 
  padding-bottom: 45px;
}

.card-news-ue {
  padding: 25px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  border-left: 5px solid #000; 
  padding-left: 20px; 
}

@media (max-width: 767px) {
  .card-news {
    padding: 25px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    border-left: 5px solid white; 
    padding-left: 20px; 
  }
}

.card-news-1 {
  padding: 25px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding-left: 20px; 
  border-right: 5px solid #000;
  padding-bottom: 70px;
}

.card-news-1-ue {
  padding: 25px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding-left: 20px; 
  border-right: 5px solid #000;

}

@media (max-width: 767px) {
  .card-news-1 {
    padding: 25px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding-left: 20px; 
    border-right: 5px solid white;
  }
}


.card-news-titel {
  margin-bottom: 15px;
  font-size: 24px;
}


.news-bild {
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin-left: auto;  
  margin-right: auto;
}

.icon-nav {
  color: black;
  font-weight: 500;
}

body {
  background-color: #f8f9fa;
}

footer {
  background-color: #f8f9fa;
}

@media (max-width: 767px) {
  .knt-schrift {
    margin-left: 0;
    margin-right: 0;
    }
}

@media (max-width: 767px) {
  .btn-responssive {
    width: 100%;
    }
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

.border-line {
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  margin-right: 20px;
  margin-left: 20px;
}

.btn-zahlung{
  width: 20%;
}

.center {
  text-align: center;
}

.btn-order-width {
  width: 100%;
}


.link-bzhl-abst{
  margin-right: 20px;
}

.btn-test1 {
  margin-right: 15px;
  margin-left: 15px;
}

.form {
  display: inline-block;
}