html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  line-height: 1.15;
  font-family: Kabel-Bold;
  font-size: max(12px, 2vw);
}

body {
  overflow-x: hidden;
  font-family: inherit;
  padding: 2% max(calc((100vw - 600px) / 10), 10px) 2% max(calc((100vw - 600px) / 10), 10px);
}

h2, h1 {
  font-family: Kabel-Bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3em;
  display: table;
  text-align: center;
}

h2,h1 {
  font-size: 2em;
  border-bottom: .2em solid #8cc63f;
  line-height: .8em;
}
h2{
  font-size: 1.6em;
}
figure{
  display: flex;
  justify-content: center;
}
.ML-Bild{
  width: min( 1024px, 100%);
  height: auto;
}
.brot-detail{
  display: grid;
  grid-template-rows: auto;
}
.image img {
  width: min( 100%, 567px );
  height: auto;
}
.image, .brot-siegel{
  display: flex;
  justify-content: center;
}
.brot-siegel img
{
  margin:1em;
}
.bold{
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.4em;
  font-weight: 500;
}
.zutat{
  margin: 0.5em 0;
}
footer {
  order: 7;
  font-size: 1.4vw;
  clear: both;
  text-align: center;
  padding: 0 1vw;
  margin-top: 10vmin;
  display: grid;
  grid-template-rows: 5vmin 30vmin 10vmin;
  align-items: center;
  justify-items: center;
  text-align: center;
  z-index: 90;
  position: relative;
}

.bioladenberlin {
  width: 9em;
  border-bottom: 1px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-style: solid;
  border-color: #000;
}

footer p {
  margin: 0.4em 0;
  overflow: hidden;
  font-size: 2vw;
  padding: 0;
}
footer img {
    width: auto;
    height: 30vmin;
}

footer a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a3ff2b;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #8cc63f;
}