.elefant-nav .logo img {
    width: 70px;
    height: 70px;
}
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(110deg, #1192dc, #53ba33);
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -5px;
    padding: 0;
}
table {
    background-color: white;
    border-radius: 5px;
}
ul {
    list-style-type: none;
    padding: 0;
}
li {
    margin-bottom: 10px;
}
/* Sticky-Bereich */
.sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 60px;
    margin-left: -8px;
    margin-right: -8px;
    background: linear-gradient(110deg, #1192dc, #53ba33) !important;
    border: none
}
nav {
    padding: 10px;
}
nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
nav li a {
    padding: 10px;
    color: #000;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
}
h1 {
    color: white;
    padding: 10px;
    text-align: center;
    margin: 0;
}
h2 {
    color: white;
    padding: 5px;
    background: linear-gradient(110deg, #1192dc, #53ba33);
    margin: 0;
}
.search-container {
    padding: 10px;
    float: left; 
    margin-top: -10px;
    margin-left: -10px; 
}
#search-input{
    height: 40px !important;
}
label{
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}
input {
    height: 25px !important;
    width: 100%;
    border: 1px solid grey;
    margin-bottom: 5px !important;
    box-sizing: border-box;
}
select {
    height: 25px !important;
    width: 100%;
    border: 1px solid grey;
    margin-bottom: 5px !important;
    box-sizing: border-box;
}
button {
    height: 43px;
    margin-left: 10px;
    background-color: #53ba56;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#customer-form{
    display: grid; 
    grid-template-columns: repeat(6, 1fr); 
    gap: 5px; 
    box-sizing: border-box; 
    width: 100%; 
    margin: 0 !important; 
    padding: 5px;
    border-radius: 5px; 
}
#content-container{
    display: none; 
    width: 100%; 
    overflow-x: auto;
    margin-bottom: 20px;
}
#login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

#login-form input {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

#login-form button {
    padding: 10px 20px;
    background-color: #000000 !important;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.page-button{
    background-color: #000000 !important;
}