/* a:visited {
    background-color: hsl(0, 0%, 100%) !important;
} */
.btn--primary{
  background: #222f60 !important;
  color: #fff !important;
}

.btn--light{
  background: #fff !important;
}

.btn--primary:hover, .btn--light:hover, .btn--red:hover  {
    background: #A4D0E4 !important;
    color: #222F60 !important;
}


.anmeldungEvent .form-data-radio label {
  margin-right: 20px;
  display: flex;
  gap: 10px;
}

.form-data-radio {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-data-radio input[type="radio"] {
  position: relative;
  appearance: none;
  width: 28px;
  height: 28px;
  margin: 0;
}

.form-data-radio label {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  line-height: 30px;
}

.form-data-radio input[type="radio"]::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  border: 2px solid #979797;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0;
  vertical-align: bottom;
}

.form-data-radio input[type="radio"]:checked::after {
  content: "\e803";
  font-family: "fontello";
  font-size: 1.2rem;
  color: #222f60;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 2px;
  line-height: 1;
  opacity: 1;
  transform: scale(1);
}

.form-data-radio input[type="radio"]:disabled:checked::after {
  opacity: 1;
}

#companion_names_input::placeholder {
  color: #666;
  opacity: 0.7;
  font-size: 16px;
  font-weight: normal !important;
  font-family: "Frutiger LT Light", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

/* SHOP */


.shop__new {
    display: flex;
    gap: 10px; 
}

@media (max-width: 768px) {
    .shop__new {
        flex-direction: column;
    }

    .shop__new a {
        margin-left: 0;
        margin-bottom: 10px; 
        width: 100%;
        box-sizing: border-box; 
    }

    .shop__new a:last-child {
        margin-bottom: 0;
    }
}


.icon-product-add svg {
  width: 1.4rem;
  height: 1.4rem;
}
.shop__products .row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Produktkarte */
.product__item {
  display: flex;
  align-items: center;
  background: #fff;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  padding: 25px 0;
  width: 100%;
}
.product__item:first-child {
  border-top: 1px solid #d8d8d8;
}

/* .product__item:hover {
    transform: translateY(-3px);
} */

/* Bildbereich */
.product__imageWrapper {
  flex: 0 0 200px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  min-width: 200px;
}

.product__imageWrapper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}

/* Inhalt */
.product__contentWrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.product__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

/* .product__description {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
    max-width: 300px;
} */

.product__price {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  min-width: 100px;
  text-align: right;
}
.product__price-wrapper {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.product__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 140px;
}

.product__quantity label {
  font-size: 0.9rem;
}

.product__quantity input {
  width: 60px;
  padding: 5px;
  text-align: center;
}

/*  RESPONSIVE ANPASSUNGEN */
@media (max-width: 700px) {
  .product__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .product__imageWrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .product__contentWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product__price {
    text-align: left;
  }

  .product__quantity {
    justify-content: flex-start;
  }
}

.shop__total {
  text-align: left;
  padding: 2rem 0;
}

.shop.productFeature__uploadWrapper {
  display: flex !important;
  gap: 10px;
}
.existing-products ul {
  margin-left: 0 !important;
}
.existing-products h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.existing-products .product-actions {
  display: flex;
  margin-top: 1rem;
}
.product-delete {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .product-delete {
    display: block !important;
  }
}

.product-delete h5 {
  min-width: 10rem;
}

.productFeatureWrapper {
  margin: 2rem 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  border: none !important;
}

.home-start .first-content,
.home-start .second-content {
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 768px) {
  .home-start .second-content {
    margin-top: 6rem;
  }
}

.nav-tabs {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border: none !important;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border-radius: 20px;
  display: inline-flex;
  font-size: 0.7rem;
  padding: 0.4rem 0.5rem !important;
  background: var(--filter-background, #d8d8d8);
  pointer-events: all;
  cursor: pointer;
  color: #000 !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active:hover {
  color: #fff !important;
  background: var(--filter-background, #222f60);
}

.nav-tabs .nav-link.active {
  background-color: #a4d0e4;
  color: #000 !important;
}

.tab-content {
  padding: 1rem 0;
}

.second-content p a::before,
.about--us p a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23222F60" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
