/* Copyright und Theme ausblenden */
.footer-credits{
    display:none;
}

.entry-header{
display:none;
}

/* Hintergrundfarbe Footer */
.bg-dark {
  background: #007cb0;
}

.site-info.col-sm-6 {
    width: 90%;
}

footer {
  padding: 10px 0;
}

html, body {
    height: 100%;
}

#colophon {
    position: relative;
    min-height: 100%;
    height: auto;
    height: 100%;
}

#site-footer {
    padding-bottom: 0px;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;

}