﻿/*body {
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.zeBackground {
    background-color: #cce3ff;
    /*use average of gradient colors for fallback 
    background-image: linear-gradient(#e1eeff, #97c4ff);*/
}

.img-logo {
    width: auto;
    max-height: 60px;
}

.leiste-oben {
    background-color: #0078d7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    margin: 0;
}