* {
  color: #000 !important;
}

main {
  width: 70%;
  margin: 0 auto;
}

h1 {
  font-size:.9rem;
  font-weight:700;
  font-style:normal;
  text-transform:lowercase;
}

h1::before {
  content: "Von ";
  text-transform:capitalize;
}

h1::after {
  content: ".de geklaut:";
}

h2 {
  font-size:1.4rem;
  font-weight:100;
  font-style:italic;
  text-align:center;
  margin-bottom: 2rem;
}

.ingredients ul {
  border-bottom: 0;
}

.zuckerl {
  width: 100%;
  padding:0 25px 16px 100px;
  text-align: left;
  position:relative;
}
.zuckerl::before {
  position:absolute;
  width:100px;
  height:100px;
  top:0;
  left:0;
  content:"Zuckerl:";
  font-weight:bold;
}

footer,
.small,
.tags {
  display: none;
}