:root {
  --md-typeset-font-size: 1.10rem;
}

.md-typeset code {
  font-size: 0.70rem;
}

.md-content {
  max-width: 55rem;
}

.md-grid {
  max-width: 78rem;
}

.md-typeset table th,
.md-typeset table td {
  font-size: 0.70rem;
}


/* Bild rechts vom Text, Text fließt links vorbei */
.img-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    max-width: 40%; /* Verhindert, dass das Bild zu groß wird */
}

/* Bild links vom Text, Text fließt rechts vorbei */
.img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 40%;
}

/* Wichtig, damit nachfolgende Absätze nicht ungewollt hochgezogen werden */
.clear-fix {
    clear: both;
}
