/*#liverechner{
	position: absolute;
	width: 22rem;
	top:40%;
	right:0rem;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 0.625rem;
}
*/
#liverechner p{
	font-size: 0.625rem;
}

/*Im Produkt*/
#edit-add-ons{display: none;}

/* Klaro Cookie-Buttons auf Mobile nebeneinander */
@media (max-width: 767px) {
  .cookie-modal-notice .cn-ok {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.25rem;
  }

  .cookie-modal-notice .cn-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.25rem;
  }

  .cookie-modal-notice .cm-btn {
    font-size: 0.7rem;
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    flex: 1;
  }
}