/* css styles */


/* Hide solution by default */
.quiz .loesung { display: none; }
/* Show solution inline when visible */
.quiz.show-solutions .loesung { display: inline; }
/* Button style */
.quiz .sol-btn {
  margin-top: .5rem; 
  padding: .4rem .7rem; 
  border: 1px solid #ccc; border-radius: .4rem;
  background: #f7f7f7; cursor: pointer;
}
/* Add colors to solutions */
.quiz.show-solutions .r  { color: #196127; } /* grün */
.quiz.show-solutions .f { color: #b00020; } /* rot */