:root {
    --Hintergrundfarbe: white;
    --Auswahlfarbe: lightgray;
    --Textfarbe: black;
    --GroßeSchrift: small;
    --GroeßereSchrift: medium;
    --GroeßteSchrift: large;
     --Schrift64: 64px;
}

html {
    height: 100%;
}

body {
    height: 100%;
}
.klZeile {
    line-height: 90%;
    font-size: var(--GroeßteSchrift);
}
.name-hauptmenu {
    position: absolute;
    display: none;
    width: 300 px;
    border-style: ridge;
    border-color: var(--Auswahlfarbe);
    border-width: 1px;
    background-color: var(--Hintergrundfarbe);
    border-color: #1E90FF;
    box-shadow: #1E90FF; 
    margin:auto;
    padding: 0px;
    /*left: 5px;
    top: 64px;*/
    /* 
    border-radius: 8%;
    font-size: var(--GroßeSchrift);
    padding: 5px;
    height: min-content;
    font-size: var(--GroßeSchrift);
    text-align: left;
    /* justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px; */
    cursor: pointer;
}

.name-hauptmenu div {
    position: absolute;
    background: #dee0e1;
    height: 100%;
    display: block;
    align-items: center;
    

}
.name-hauptmenu p {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    
    margin: 0%;
    width: 300 px;
    border-style: none;
    background-color: white;
    font-size: var(--GroeßereSchrift);
    /* text-align: right;  */
}
.name-hauptmenu p:hover {
    background: var(--Auswahlfarbe);
   
}

.name-menu {
    position: absolute;
    display: none;
    width: 300 px;
    padding: 5px;
    margin:auto;
    font-size: var(--GroßeSchrift);
    border-style: ridge;
    border-color: var(--Auswahlfarbe);
    border-width: 1px;
    border-radius: 8%;
    background-color: var(--Hintergrundfarbe);

    /* height: min-content;
    font-size: var(--GroßeSchrift);
    text-align: left;
    border-color: #1E90FF;
    box-shadow: #1E90FF; */
    /* justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px; */
    cursor: pointer;
}

.name-menu div {
    position: absolute;
    font-size: var(--GroeßereSchrift);
    background: #1E90FF;
    height: 100%;
    display: block;
    align-items: center;
}
.name-menu p {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0%;
    width: 300 px;
    border-style: none;
    background-color: aqua;
    font-size: var(--GroeßereSchrift);
    /* text-align: right;  */
}
.name-menu p:hover {
    background: var(--Auswahlfarbe);
}

.name-feld {
    width: 97%;
    font-size: var(--GroeßereSchrift);
    color:black;
    font-family: calibri;
    border: 0;
    cursor: pointer;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.name-auswählbar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 97%;
    font-size: var(--GroeßereSchrift);
    color:black;
    background-color: #ffffff;
    font-family: calibri;
    border: 0;
    cursor: pointer;

}

.name-versteckt {
    position: absolute;
    display: none;
    font-size: var(--GroeßereSchrift);
    color:black;
    font-family: calibri;
    border: 0;
    cursor: pointer;
}

.name-menu_Auswahl {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: var(--GroeßereSchrift);
    color:black;
    font-family: calibri;
    background: #ffffff;

}
.druck-menu {
    position: absolute;
    display: none;
    width: 300 px;
    padding: 5px;
    margin:auto;

    border-style: ridge;
    border-color: var(--Auswahlfarbe);
    border-width: 1px;
    border-radius: 8%;
    background-color: var(--Hintergrundfarbe);
    top: 0;
    /* height: min-content;
    font-size: var(--GroßeSchrift);
    text-align: left;
    border-color: #1E90FF;
    box-shadow: #1E90FF; */
    /* justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px; */
    cursor: pointer;
}
.bestaetigt {
    position: absolute;
    display: block;
    width: 300 px;
    padding: 5px;
    margin:auto;

    border-style: ridge;
    border-color: var(--Auswahlfarbe);
    border-width: 1px;
    border-radius: 8%;
    background-color: var(--Hintergrundfarbe);
}
.trupp1 {
    background-color: red;
    text-align: center;
}
.trupp1_RB0 {
    background-color: red;
    text-align: center;
    border-bottom: 0;
}
.trupp1_RTB0 {
    background-color: red;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
}
.trupp1_RT0 {
    background-color: red;
    text-align: center;
    border-top: 0;
}
.trupp2 {
    background-color: #1E90FF;
    text-align: center;
}
.trupp2_RB0 {
    background-color: #1E90FF;
    text-align: center;
    border-bottom: 0;
}
.trupp2_RTB0 {
    background-color: #1E90FF;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
}
.trupp2_RT0 {
    background-color: #1E90FF;
    text-align: center;
    border-top: 0;
}
.trupp3 {
    background-color: yellow;
    text-align: center;
}
.trupp3_RB0 {
    background-color: yellow;
    text-align: center;
    border-bottom: 0;
}
.trupp3_RTB0 {
    background-color: yellow;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
}
.trupp3_RT0 {
    background-color: yellow;
    text-align: center;
    border-top: 0;
}
.schrift_gsc {
    font-size: var(--GroeßteSchrift);
    font-weight: bold;
    color:black;
    font-family: calibri;
}
.schrift_gsc1 {
    float: right;
    width: 97%;
    font-size: var(--Schrift64);
    color:black;
    font-family: calibri;
    border: 0;
    border-right-style: hidden;
    cursor: pointer;
    line-height: 90%
}
.schrift_gsc1 p {
    font-size: xx-small;
}
.schrift_gsc2 {
    font-size: var(--GroeßereSchrift);
    color:black;
    font-family: calibri;
    border-top: 1;
    border-bottom: 1;
    border-right: 0;
}
.schrift_gsc3 {
    width: 95%;
    font-size: var(--GroeßereSchrift);
    color:black;
    font-family: calibri;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
    /* position: relative; */
    hyphens: auto;
    -webkit-hyphens: auto;
}
.schrift_gsc3:disabled {
    background-color: white;
}
.schrift_gsc3:focus {
    outline:none;
}

.schrift_gsc4 {
    /*float: left;*/
    width: 3%;
    font-size: var(--Schrift64);
    color:black;
    font-family: calibri;
    border: 0;
    border-right-style: hidden;
    cursor: pointer;
    line-height: 90%;
    vertical-align: middle;
}
.schrift_gsc4:hover {
    background-color: var(--Auswahlfarbe);
}
.schrift_gsc5 {
    
    width: 99%;
    height: 95%;
    font-size: var(--GroeßereSchrift);
    color:black;
    font-family: calibri;
    vertical-align: top;
    border: 0;
    cursor: pointer;
    line-height: 90%;
    hyphens: auto;
    -webkit-hyphens: auto;
}
.schrift_gsc5:disabled {
    background-color: white;
}
.schrift_gsc5:focus {
    outline:none;
}
.schrift_gsc6 {
    margin: 0;
    padding: 0;
    width: 95%;
    font-size: var(--GroeßteSchrift);
    color:black;
    font-family: calibri;
    text-align: right;
    border: none;
    border-color: blue;
    cursor: pointer;
    vertical-align: middle;
    /* position: relative; */
    /* hyphens: auto;
    -webkit-hyphens: auto; */
}
.schrift_gsc6:focus {
    outline:none;
}
.schrift_gsc7 {
    width: 95%;
    padding: 0;
    font-size: var(--GroeßereSchrift);
    text-align: center;
    color:black;
    font-family: calibri;
    border: none;
    border-right: 0;
    border-color: blue;
    cursor: pointer;
    /* position: relative; */
    hyphens: auto;
    -webkit-hyphens: auto;
}
.schrift_gsc7:focus {
    outline:none;
}
.schrift_gsc8 {
    font-size: var(--GroeßteSchrift);
    border-bottom: 0;
    color:black;
    font-family: calibri;
}
.schrift_gsc9 {
    margin: 0;
    padding: 0;
    width: 95%;
    font-size: var(--GroeßteSchrift);
    color:black;
    font-family: calibri;
    text-align: left;
    border: none;
    border-color: blue;
/*    cursor: pointer;*/
    vertical-align: middle;
}
/*.schrift_gsc9:hover {
    background-color: var(--Auswahlfarbe);
}*/
.schrift_gsc9:focus {
    outline:none;
}
    .schrift_ngcr {
    margin: 0;
    padding: 0;
    font-size: var(--GroeßereSchrift);
    font-weight: normal;
    color:grey;
    font-family: calibri;
    text-align: right;
    border-left: 0;
    vertical-align: bottom;
}
.schrift_ngcr2 {
    font-size: var(--GroeßteSchrift);
    font-weight: normal;
    color:black;
    font-family: calibri;
    text-align: left;
    border-top: 0;
}
.schrift_ngcr3 {
    font-size: var(--GroeßereSchrift);
    color:grey;
    font-family: calibri;
    text-align: right;
    border-bottom: 0;
}
.schrift_ngcr4 {
    font-size: var(--GroeßteSchrift);
    font-weight: bold;
    color:black;
    font-family: calibri;
    text-align: right;
    border-right: 0;
}
.schrift_ngcr5 {
    font-size: var(--GroeßereSchrift);
    font-weight: normal;
    color:grey;
    font-family: calibri;
    text-align: right;
    vertical-align: bottom;
    border-top: 0;
}
.schrift_ngcr6 {
    font-size: var(--GroeßteSchrift);
    font-weight: normal;
    color:black;
    font-family: calibri;
    text-align: right;
    border-top: 0;
}

.schrift_gsfcc {
    font-size: var(--GroeßteSchrift);
    color:black;
    font-family: calibri;
    text-align: center;
    font-weight: bold;
    border-right: 0;
}
