﻿body{
        margin:0;
        padding:0;
        font-size:13px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        width:100%;
        min-height:100vh;
        background:#0b0423;
        display: flex;
        flex-wrap: wrap;
}
.login{
        width:100%;
        min-height:100vh;
        display: flex;
        flex-wrap: wrap;
        align-items:center;
        justify-content:center;
}
.index_li{
        width:100%;
        top: 120px;
        left: 5px;
        right: 5px;
        /*flex-wrap: wrap;*/
        font-size:13px;
        position: absolute;
        display: grid;
        /*grid-template-columns: 80% 20%; /* Zwei gleich große Spalten */
        column-gap: 20px; /* Abstand zwischen den Spalten */
        max-height: 80vh;
        overflow-y: auto;

}
/* Anpassung der Scrollbar für Webkit-Browser */
.index_li::-webkit-scrollbar {
    width: 8px; /* Breite der Scrollbar */
}

.index_li::-webkit-scrollbar-thumb {
    background-color: #888; /* Farbe des Scrollbalkens */
    border-radius: 10px; /* Abgerundete Ecken des Scrollbalkens */
}

.index_li::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Hover-Effekt für den Scrollbalken */
}

.index_column {
    border-radius: 10px; /* Rundung */
    padding: 20px; /* Platz für Inhalt */

}
.login_input{
        width:300px;
        font-size:20px;
        padding: 0 10px 0 29px;
        margin: 2px;
        border: 2px solid #fff;
        border-radius: 12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.login_input_submit{
        width:300px;
        font-size:20px;
        padding: 10px;
        margin: 2px;
        border: 2px solid #fff;
        border-radius: 12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.login_fehler{
        width:275px;
        font-size:17px;
        padding: 10px;
        margin: 2px;
        background-color: #efefef;
        border: 2px dotted rgb(255,0,0);
        border-radius: 12px;
}
.b_header{
   height:25px;
}

.header{
    position: fixed;
    right: 5px;
    font-size: 16px;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10 10 20 10;
    margin: 0px;
    background-color: #0b0423;
    color: white;
    text-align: left;
}
.Header_Table{
        font-size:11px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: black;
        position: fixed;
        padding-left: 110px;
}
.li_fahrzeuge{
        left: 5px;
        display: flex;
        flex-wrap: wrap;
        float:left;
        font-size:13px;
        width: 180px;
        height: 250px;
        background-color: #ffffff;
        color:#000000;
        margin-right:5px;
        margin-bottom:5px;
        border-radius: 10px;
        padding:5px;
}
.li_fahrzeuge_bhp{
        left: 5px;
        display: flex;
        flex-wrap: wrap;
        float:left;
        font-size:13px;
        min-width: 180px;
        min-height: 250px;
        background-color: #ffffff;
        color:#000000;
        margin-right:5px;
        margin-bottom:5px;
        border-radius: 10px;
        padding:5px;
}
.lri_fahrzeuge{

        left: 5px;
        display: flex;
        flex-wrap: wrap;
        float:left;
        font-size:13px;
        min-width: 250px;
        max-width:100%;
        height: 250px;
        background-color: #ffffff;
        margin-right:5px;
        margin-bottom:5px;
        border-radius: 10px;
}

.re_fahrzeuge{
    @media screen and (max-width: 900px) {
        display:none;
    }
}

.bButton {
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
        background-color:#ededed;
        border-radius:6px;
        border:1px solid #dcdcdc;
        display:inline-block;
        cursor:pointer;
        color:#777777;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        padding:25px 5px;
        text-decoration:none;
        text-shadow:0px 1px 0px #ffffff;
}
.bButton:hover {
        background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        background-color:#dfdfdf;
}
.bButton:active {
        position:relative;
        top:1px;
}

.Logo{
    background-image: url('../el.jpeg');
    background-size: 100px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 100%;
    height: 105px;
    border: 0px solid;
    color: red;
    font-family: 'Brush Script MT', cursive;
    font-size: 45px;
}
.Logo_ID{
    position: fixed;
    padding-left:60px;
    padding-top:22px;
    transform: rotate(-35deg);
    /* Safari */
    -webkit-transform: rotate(-35deg);
    /* Firefox */
    -moz-transform: rotate(-35deg);
    /* IE */
    -ms-transform: rotate(-35deg);
    /* Opera */
    -o-transform: rotate(-35deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.footer{
    position: fixed;
    left: 0;
    font-size: clamp(4px, 1vw, 10px);
    bottom: 0;
    width: 100%;
    padding: 10 10 20 10;
    margin: 0px;
    background-color: #0b0423;
    color: white;
    text-align: right;
}
.header_button {
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: Phantomsans, sans-serif;
    font-size: 16px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.header_button:active,
.header_button:hover {
    outline: 0;
}

.header_button span {
    background-color: rgb(5, 6, 45);
    padding: 10px 18px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.header_button:hover span {
    background: none;
}

@media (min-width: 768px) {
    .header_button {
        font-size: 16px;
        min-width: 100px;
    }
}
.overlay {
    z-index: 999;
    background: #0b0423;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.81;
}
        div.table_head {

            border-collapse:collapse;
            border-radius: 100%;

        }
        div.tr_head {
            display:table-row;
        }
        div.tr_body {
            display:table-row;
            cursor: pointer;
        }
    .td_head {
            display:table-cell;
            border:thin solid black;
            background-color:#c2c2c2;
            padding:5px;
            font-weight:bold;
        }
        div.td_head {
            display:table-cell;
            border:thin solid black;
            background-color:#c2c2c2;
            padding:5px;
            font-weight:bold;
        }
        div.td_body1 {
            display:table-cell;
            border:thin solid black;
            background-color:#ffffff;
            padding:5px;
            text-align:center;
        }
        .td_body1 {
            display:table-cell;
            border:thin solid black;
            background-color:#ffffff;
            padding:5px;
            text-align:center;
        }
        .td_body2 {
            display:table-cell;
            border:thin solid black;
            background-color:#efefef;
            padding:5px;
            text-align:center;
        }

.kachel {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
}

.kachel .name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

.icon-bereich {
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
    flex-grow: 1;
}

.icon {
    display: flex;
    align-items: center; /* Icons und Text nebeneinander */
    font-size: 16px;
    margin-bottom: 10px;
}

.icon-symbol {
    font-size: 16px; /* Größe des Icons */
    margin-right: 5px; /* Abstand zwischen Icon und Text */
    background-color:red;
}

.icon-text {
    font-size: 13px;
}


