:root {
  --bg-body: #f4f3e7;
  --light-bg: #fdfdfc;
  --dark-bg: #C8C187;
  --link_color: #70565c;
  --text-color: #2E2E2E;
}
@font-face {
  font-display: optional;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: normal;
  src: url('/font/nunito-v26-latin-regular.woff2') format('woff2');
}
/*
@font-face
{
  font-display: optional;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('/font/nunito-v26-latin-700.woff2') format('woff2');
}
*/
* {
  font-family: "Nunito", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
}
.start_cat_list {
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
}
.btn.btn_inverted {
  border: 1px solid var(--text-color);
  background: #fff;
  color: var(--text-color);
}
.btn.btn_inverted:hover {
  background: var(--text-color);
  border-color: var(--text-color);
  color: #fff;
}
.wrap-article p a,
.wrap-article ul a,
.wrap-article table a {
  text-decoration: underline;
}
.shop_product_detail #short_desc,
.cat_tile_title {
  display: none;
}
body {
  font-size: 15px;
}
.box_white,
.bg_white,
.static_blog,
.static_blog .wrap-article {
  background: var(--light-bg) !important;
}
#footer .border-top {
  border-top: 1px solid white;
}
.detail_price_wrap.mB4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.logo {
  margin-top: 8px !important;
}
.color_primary,
.price_final,
.check_list li:before {
  color: var(--link_color) !important;
}
.grey,
.h1 {
  color: #525252 !important;
}
.h2 {
  font-size: 28px;
  font-weight: bold;
}
.h3 {
  color: var(--text-color);
}
.usp_headline {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
#footer .bg_dark .white,
#footer .bg_dark .white a {
  color: var(--text-color) !important;
}
#footer .usp_headline {
  color: var(--text-color);
}
.bg_opt_white {
  background: var(--light-bg);
  padding: 16px;
}
.petonus_pV16 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.ec_container {
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 900px) {
  .product_list_normal.start_cat_list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 901px) {
  .wrapper_logo {
    min-width: 218px;
  }
}
/*# sourceMappingURL=beetliebe.map */