/*
html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}
*/
html {
    
}

body {
    /* background-image: linear-gradient(180deg, rgb(23, 229, 0) 0%, rgb(113, 253, 97) 100%); */
    /* background-image: url("../img/pic.jpg"); */
    -webkit-font-smoothing: antialiased;
    padding-top: 60px;
    padding-bottom: 60px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.navbar-default {
    background-color: greenyellow;
}

.navbar-toggle {
    background-color: limegreen;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: limegreen;
}

.form-group {
    
}

.statuszeile {
    margin-bottom: 24px;
}

.footerbar {
    min-height: 10px;
}
.text-muted {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}