/* Desktop */
@media screen and (min-width: 769px) {
}

/* Mobile */
@media (max-width: 767.98px) {
  /* Für mobile Geräte */
  .Warenkorb {
    padding: 8px;
  }

  .Warenkorb h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .Warenkorb img {
    max-width: 120px;
  }

  .Warenkorb table {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }

  .Warenkorb p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .Warenkorb .d-flex.justify-content-between span {
    font-size: 0.9rem;
  }

  .Warenkorb hr {
    margin: 0.5rem 0;
  }
}

/*!
------------------------------------------------------------- Main -------------------------------------------------------------
 */

body {
  font-family: "Roboto", sans-serif;
  background-color: #f8f9fa;
}

.navbar-brand {
  font-weight: bold;
}

.FormularBeschriftung {
  font-weight: 500;
}

.Warenkorb {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
}

footer {
  background-color: #f1f1f1;
  padding: 20px 0;
}

.infos {
  margin-right: 15px;
  color: #6c757d;
  text-decoration: none;
}

.infos:hover {
  text-decoration: underline;
}

.bg-bestellen {
  background-color: #fafafa;
}

.HeaderLayout {
  background-color: rgba(209, 35, 42, 1);
  border-bottom-color: red;
  border-radius: 5px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  box-shadow: none;
}

.HeaderText {
  color: white;
  font-size: 12px;
}

.NavigationButtons {
  width: 313px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.SchriftartNavigation {
  font-family: Arial, Helvetica, Geneva, sans;
  font-size: 12px;
}

.PayPalExpress {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(206, 205, 205);
  padding: 1px;
  margin-left: 22px;
  margin-right: 22px;
}

.ButtonWeiterCC {
  -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
  box-shadow: inset 0px 1px 0px 0px #f29c93;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #fe1a00),
    color-stop(1, #ce0100)
  );
  background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
  background-color: #fe1a00;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d83526;
  display: inline-block;
  color: #ffffff;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
}

.fehlerhinweis {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: #000000;
  background-color: red;
}

.btnZahlart {
  background-color: #f6f6f6;
  border-color: #ddd;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  border-width: 1px;
  border-style: solid;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
  font-weight: 700;
  font-size: 16px;
  margin: 0.5em 0;
  padding: 0.7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
  height: 50px !important;
}

.btnZahlartLastschrift {
  background-color: #f6f6f6;
  border-color: #ddd;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  border-width: 1px;
  border-style: solid;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
  font-weight: 700;
  font-size: 16px;
  margin: 0.5em 0;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
  height: 50px !important;
}

.btnZahlartPayPal {
  background-color: #f6f6f6;
  border-color: #ddd;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  border-width: 1px;
  border-style: solid;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
  font-weight: 700;
  font-size: 16px;
  margin: 0.5em 0;
  padding: 0.7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
  height: 50px !important;
  background-image: url(../images/payment/paypal_logo.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.footer-lastschrift {
  border-top-width: 4px !important;
  border-top-style: solid !important;
  border-top-color: grey !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: grey !important;
  background-color: white !important;
  padding: 0px !important;
  height: 60px;
}

.HintergrundFooterOben {
  background-color: #f5f5f5;
  border-top: 4px solid grey;
  border-bottom: 2px solid grey;
}

.details {
  font-size: 12px;
  line-height: normal;
}

.ButtonZahlarten {
  background-color: #f6f6f6;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

.ButtonPayPal {
  height: 50px !important;
  background-image: url(../images/payment/paypal.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.Fehlermeldung_klein {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.Fehlermeldung_TOP {
  width: 100%;
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
  color: #dc3545;
  border-style: solid;
  border-width: 1px;
  border-color: #dc3545;
  padding: 10px;
}

/*!
------------------------------------------------------------- Spinner -------------------------------------------------------------
 */

.fa {
  color: #000;
}

.fa:hover {
  color: #000;
}
/*!
------------------------------------------------------------- Kreditkarte -------------------------------------------------------------
 */
/* custom.css */

/* Anwendung von !important für maximale Priorität */
.ButtonWeiter {
  background-color: rgb(0, 36, 123) !important;
  color: white !important;
  border: none !important;
  border-radius: 6px;
  
  /* Dezenter Schatten nach schräg unten rechts */
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  
  /* Für weiche Übergänge */
  transition: all 0.1s ease-in-out;
}

.ButtonWeiter:hover {
  background-color: #375881 !important;
  
  /* Beim Hover leicht nach oben/links (negativer Offset),
     Schatten wird minimal angepasst */
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}

.ButtonWeiter:active,
.ButtonWeiter.active {
  background-color: rgb(0, 36, 123) !important;
  
  /* Beim Klicken nach unten/rechts,
     Schatten „verkleinern“ für gedrückten Effekt */
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.ButtonWeiter:focus,
.ButtonWeiter.focus {
  outline: none !important;
  /* Schatten kann beim Fokussieren unverändert bleiben */
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

.ButtonWeiter:disabled,
.ButtonWeiter.disabled {
  opacity: 0.65 !important;
  box-shadow: none !important;
  transform: none !important;
}








/* Neue Klasse für andere Sprachen */
.ButtonOtherLanguage {
  background-color: #dc3545 !important;
  color: white !important;
  border: none !important;
}

/* Für alle Zustände auch die rot-Färbung anwenden */
.ButtonOtherLanguage:hover {
  background-color: #b32d3b !important;
  color: white !important;
  border: none !important;
}

.ButtonOtherLanguage:active,
.ButtonOtherLanguage.active {
  background-color: #dc3545 !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

.ButtonOtherLanguage:focus,
.ButtonOtherLanguage.focus {
  background-color: #dc3545 !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

.ButtonOtherLanguage:disabled,
.ButtonOtherLanguage.disabled {
  background-color: #dc3545 !important;
  color: white !important;
  border: none !important;
  opacity: 0.65 !important;
}




.ProgressBarOtherLanguage {
  background-color: #dc3545 !important;
  color: #fff !important;
}

/* custom.css */

/* Entfernt die grünen Haken bei validen Feldern */
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
  border-color: rgb(222, 226, 230);
}
