.textwidget img, .so-panel img { border-radius: 8px; }
body.layout-full { background-color: #ffffff; }

html, body {
  height: 100%;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main.site-main {
  flex: 1 0 auto;
}

#colophon.site-footer {
  flex-shrink: 0;
}

a.site-logo {
  color: #2c3e50; /* oder welche Farbe der Rest des Titels haben soll */
}
a.site-logo span {
  color: #e67e22;
}