<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.page-kalorienrechner {background-color:#f5f5f5;}
.wb-kalorienrechner {max-width:700px;margin:15px auto 50px auto;    border: 1px solid #eee; padding:30px;min-height: 425px;background-color:#fff;}

.wb-kalorienrechner h3{margin-top:0px;}
.wb-kalorienrechner .btn-group-toggle {border:1px solid #000;margin-bottom:10px;}
.wb-kalorienrechner .btn-secondary.active {background-color:#000; color:#fff;}
.wb-kalorienrechner .wb-kal-input input {margin-bottom:10px;}
.wb-kalorienrechner .input-group {width:100%;}
.wb-kalorienrechner_btn {color:#fff; background-color:#000;}
.wb-kalorienrechner_btn:hover {color:#fff; background-color:#000;}
.wb-result p span {font-weight:bold;} 

.wb-gundumsatz-result { border:1px solid #000;text-align:center;    padding: 15px;}
.wb-gundumsatz-result_value {font-size:24px;margin-bottom:0px;}
.wb-gundumsatz-result_context {margin-bottom:3px;}
.wb-kal-workouts {display:flex;}
.wb-kal-workouts .btn {flex:1 1 auto;padding: 9px 0;}
.wb-kal-workouts .btn:hover {background-color:#000; color:#fff;}
.wb-kalorienrechner .btn.focus {outline:none;}
.wb-kalorienrechner .wb-kal-workoutgoals,  .wb-kalorienrechner .wb-kal-activity {padding:10px 0px;}
.wb-kalorienrechner .wb-kal-workoutgoals label,  .wb-kalorienrechner .wb-kal-activity label{margin-bottom:10px;}
.wb-kalorienrechner label {font-size:15px;}
.wb-kalorienrechner .wb-ratio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight:normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wb-kalorienrechner  .wb-ratio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #eee;
  border-radius: 50%;
}
.wb-kalorienrechner .wb-ratio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.wb-kalorienrechner .wb-ratio-container input:checked ~ .checkmark {
  background-color: #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wb-kalorienrechner .wb-ratio-container input:checked ~ .checkmark:after {
  display: block;
}
.wb-kalorienrechner .wb-ratio-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

.wb-kalorienrechner .wb-recos{
  margin-top: 30px;
}
.wb-kalorienrechner .wb-recos .wb-product-item{
  width: 31%;
}
.wb-kalorienrechner .wb-recos .wb-grid-img-container{
  max-width: 220px;
}
.wb-kalorienrechner .wb-recos .wb-shop-product_grid{
  display: flex;
  flex-wrap: wrap;
  background: white;
}
.wb-recos .wb-shop-product_grid{
  height:auto!important;
}

@media only screen and (max-width:480px) {
  .wb-kalorienrechner .wb-recos .wb-product-item:nth-of-type(3){
    display: none;
  }
  .wb-kalorienrechner .wb-recos .wb-product-item{
    width: 47%;
  }
}

@media only screen and (max-width:410px) {
  .wb-kalorienrechner .wb-recos .wb-product-item{
    width: 100%;
  }
}</pre></body></html>