/* CSS Document */
.shop h2, .shop h3 {
  text-align: left;
}
.shop #small-cart {
  text-align: right;
}
@media screen and (max-width: 40em) {
  .shop #small-cart {
    text-align: left;
  }
}
.shop .mb1 {
  margin-bottom: 1.875rem;
  position: relative;
}
.shop .p1 {
  padding: 1em;
  padding-bottom: 160px;
}
.shop .shop-item a {
  position: relative;
  display: inline-block;
}
.shop .shop-item a .cat-icon-title {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0px 5px 0px 15px;
  height: 35px;
  background: white;
}
.shop .shop-item a .cat-icon-title span {
  font-size: 0.6rem;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px;
  color: #0072bc;
}
.shop .shop-item a .cat-icon-title img {
  border-radius: 0;
}
.shop .shop-item a > img {
  width: 100%;
}
.shop .donation-title {
  min-height: 68px;
}
.shop select {
  margin-bottom: 0;
}
.shop .amount:focus,
.shop select.amount:focus {
  outline: auto;
}
.shop .order-line {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  left: 0;
  bottom: 0px;
}
.shop .order-line .cost-details {
  display: inline-block;
  line-height: 62px;
}
.shop .order-line .detail-link {
  line-height: 1.4;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  border: 2px solid #fff;
  padding: 0.35em 0.55em;
  background: transparent;
  color: #fff;
}
.shop .order-line .detail-link:hover {
  color: #fff;
  border: 2px solid #fff;
  text-decoration: underline;
}
.shop .order-line .donation-shop-error {
  position: absolute;
  top: 0;
  margin-top: 64px;
  border: 2px solid #FC5619;
  background-color: #fff;
  color: #333;
  right: 10px;
  padding: 5px;
}
.shop .order-line .donation-shop-error::before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: -8px;
  border-bottom: 8px solid #FC5619;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.shop .order-line .amount {
  width: auto;
  float: right;
  margin-bottom: 1rem;
}
.shop .order-line .to-cart {
  clear: both;
  display: block;
  float: none;
  width: 100%;
}
.shop .order-line .to-cart::after {
  content: " ";
  clear: both;
}
.shop .order-line .shop-item-button {
  width: auto;
  display: inline-block;
  float: left;
  clear: none;
}
.shop .order-line .shop-item-button:last-child {
  float: right;
}
.shop .order-line .shop-item-button:not(:last-child) {
  margin-right: 20px;
}
.shop .singleitem .order-line {
  position: relative;
  padding: 0;
}
.shop a.delete {
  background-image: url(../icons/close-desktop-grey.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop.shop-cart {
  padding: 20px;
}
.shop.shop-cart table th:nth-child(3),
.shop.shop-cart table td:nth-child(3) {
  white-space: nowrap;
}
.shop tfoot th {
  background-color: #0072bc;
  color: #fff;
}

.shop.shop-cart .checkout-wrapper {
  margin-left: 4px;
}

@media screen and (max-width: 40em) {
  /* Verkleinert den Warenkorb!!! */
  .shop.shop-cart {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px !important;
  }
  .shop.shop-cart table {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .shop.shop-cart select {
    transform: scale(0.65);
    transform-origin: center;
    margin: 0;
    min-width: 105px;
  }
  .shop.shop-cart h2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .shop.shop-cart .button {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0.5rem;
  }
  .shop.shop-cart .delete {
    transform: scale(0.8);
    transform-origin: center;
  }
  .shop.shop-cart table tbody td, .shop.shop-cart table tbody th, .shop.shop-cart table tfoot td, .shop.shop-cart table tfoot th, .shop.shop-cart table thead td, .shop.shop-cart table thead th {
    padding: 4px;
  }
}
/*Spendeshop*/
#small-cart * {
  display: inline-block;
}
#small-cart a {
  min-width: 200px;
}
#small-cart a svg {
  display: inline-block;
  vertical-align: bottom;
  max-width: 2rem;
  padding-right: 10px;
}
#small-cart a:hover span {
  text-decoration: underline;
}
#small-cart a:hover svg .st0 {
  fill: #fff;
}

/* Donationshop */
.shop .shop-pagination {
  margin-bottom: 20px;
}
.shop .singleitem .cost {
  font-weight: bold;
}

/* spendenshop */
.shop-item {
  min-width: 307px;
}

@media screen and (max-width: 25em) {
  .grid-margin-x > .cell.shop-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.shop a.shopcategory {
  position: relative;
  display: block;
  margin-bottom: 1.8rem;
  overflow: hidden;
}
.shop a.shopcategory .teaser-overlay {
  position: absolute;
  bottom: 0;
  height: 50px;
  background-color: rgba(0, 114, 188, 0.8);
  display: block;
  margin-bottom: 0;
  width: 100%;
  padding: 10px 10px;
  transition: 0.3s all;
}
.shop a.shopcategory .teaser-overlay div {
  position: absolute;
  height: 30px;
  margin-top: -15px;
  top: 50%;
  color: #fff;
}
.shop a.shopcategory:hover .teaser-overlay {
  height: 100%;
  line-height: 100%;
}

#cart-body {
  padding-bottom: 1rem;
}

.shop-item-button:hover, .shop-item-button:focus, .shop-item-button:active {
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #0072bc !important;
}
/*# sourceMappingURL=donationshop.css.map */
