/*** LOGO ***/
header .custom-logo-link img {
  width: 400px;
}

/*** NAVI ***/
button.navi-tel, button.navi-tel:hover, button.navi-tel:active {
  background-color: #ffffff;
  padding: 0 0 0 0 ;
}
.navi-tel a {
  color: #ffffff;
  background: #ff00ff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-tel a:hover {
  color: #ffffff;
  background: #000000;
}
.navi-tel .fa, .navi-tel .fas {
  color: #ffffff;
  margin-right: 5px;
}

a.upper-nav {
  color: #000000;
  font-size: 14px;
}
a.upper-nav:hover {
  color: #ff00ff;
}



/*** WOOCOMMERCE ***/

/* BUTTONS */
.woocommerce-js a.button, .woocommerce button.button.alt, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-js a.button.alt, .woocommerce .woocommerce-message a.button, .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  background-color: #000000;
  border-radius: 0px;
}
.woocommerce-js a.button:hover, .woocommerce button.button.alt:hover, .woocommerce-page table.cart td.actions .button:hover, .woocommerce-page #content table.cart td.actions .button:hover, .woocommerce-js a.button.alt:hover, .woocommerce .woocommerce-message a.button:hover, .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
  background-color: #e30613;
}

/* MINI-KART */
.total.shipping-costs-cart-info.wc-gzd-total-mini-cart {
  display: none;
}
.wdp_miniCart.total {
  display: none;
}

/* KATALOG */
.product p.wc-gzd-additional-info {
  display: none;
}

/* WARENKORB */
.woocommerce-cart .cart-collaterals .cart_totals table small {
  display: none;
}

/* KASSE */
.woocommerce-page.woocommerce-checkout form #order_review_heading {
  width: 100%;
  padding: 1em 1em 1em;
}



/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  margin-bottom: 5px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
.sent-button {
  text-align: center;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/*** FOOTER ***/
.widget {
  text-align: left;
  margin: 0 0 0 0;
}
.widget .widget_block .widget_text p {
  margin-bottom: 0px;
}

.fa-solid, .fas {
  color: #000000;
  margin-right: 5px;
}

.ast-footer-copyright a {
  color: #ffffff;
}
.ast-footer-copyright a:hover {
  color: #e30613;
}

.wp-block-gallery {
  margin-bottom: 0px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  max-width: 33%;
}

/*.widget img {
  height: 25px;
  min-width: 100%;
}*/
img.wp-image-211 {
  height: 50px;
  width: auto;
}
img.wp-image-212 {
  height: 50px;
  width: auto;
}
img.wp-image-213 {
  height: 60px;
  width: auto;
}

/*.footer-spalten {
  display: table;
  position: relative;
  max-width: 35rem;
  padding: 0 0 0 0;
}
.footer-spalten .fas {
  color: #000000;
  font-size: 40px;
  padding-right: 30px;
  display: block;
  width: 20%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.texte {
  display: block;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}*/



/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  /*.site-main { margin-top: 0px; }
  .main-header-bar, .site-header { position: relative; width: 100%; }*/
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
