/*Login*/
#sites_login_haupt, #sites_login_haupt_fehler, #sites_login_haupt_ok{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25vh;
    padding: 15px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    align-items: center;
    width: 500px;
    border: 3px solid #106eb4;
    background-image: url("../media/grafiken/login_rand_blau.png");
    background-size: 100%;
    box-shadow: -5px 5px 5px gray;
    border-radius: 10px;
}

#sites_login_haupt_fehler{
    border: 3px solid #e3010f;
    background-image: url("../media/grafiken/login_rand_rot.png");
    background-size: 100%;
}

#sites_login_haupt_ok{
    border: 3px solid #00b62f;
    background-image: url("../media/grafiken/login_rand_gruen.png");
    background-size: 100%;
}

#sites_login_haupt input, #sites_login_haupt_fehler input, #sites_login_haupt_ok input{
    border-radius: 10px;
    height: 30px;
}

.sites_login_textfeld{
    width: 98%;
}

#sites_login_haupt a, #sites_login_haupt_fehler a, #sites_login_haupt_ok a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #106eb4;
    font-weight: bold;
}

#sites_login_haupt a:after, #sites_login_haupt_fehler a:after, #sites_login_haupt_ok a:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #106eb4;
    transform-origin: bottom center;
    transition: transform 0.3s ease-out;
}

#sites_login_haupt a:hover::after, #sites_login_haupt_fehler a:hover::after, #sites_login_haupt_ok a:hover::after{
    background-color: #106eb4;
    transform: scaleX(1);
    transform-origin: bottom center;
}

.sites_login_button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #106eb4;
    border: 2px solid #106eb4;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    width: 120px;
    height: 40px;
    cursor: pointer;
}

.sites_login_button:active{
    box-shadow: inset 2px 2px 2px 0px gray;
}

.sites_login_button img{
    display: none;
    width: 30px;
    height: auto;
}

.sites_login_button:hover img{
    display: inline-block;
}

.sites_login_2spalten_pflicht{
    grid-column: 1 / 3;
    text-align: start;
}

.sites_login_reg{
    grid-column: 2/3;
    text-align: end;
}

.sites_login_2spalten{
    grid-column: 1 / 3;
    text-align: center;
}

.sites_login_2spalten_button{
    grid-column: 1 / 3;
    display: flex;
    justify-content: center;
}

.sites_login_cookie{
    grid-column: 1 / 3;
}


/*QR-Code*/
.sites_qr_start_abstand{
    display: flex;
    height: 50vh;
}

.sites_qr_overlay_close{
    visibility: visible;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: #ffffffe2;*/
    backdrop-filter: blur(10px);
    z-index: 19;
}

.sites_qr_overlay_close_mobil{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
}

.sites_qr_overlay_close_mobil a{
    width: 50px;
    height: auto;
    z-index: 21;
}
.sites_qr_overlay_close_mobil a img{
    width: 50px;
    height: auto;
    z-index: 21;
}

.sites_qr_tabelle{
    position: absolute;
    top: 50px;
    left: 5%;
    right: 5%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    background-color: white;
    border: 2px solid #106eb4;
    border-radius: 10px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
}

.sites_qr_tabelle a{
    color: #106eb4;
    text-decoration: underline;
    display: inline;
}

.sites_qr_tabelle img{
    width: 20px;
    height: auto;
    margin-bottom: -3px;
}

.sites_qr_tabelle input{
    padding: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
}

.sites_qr_tabelle select{
    max-width: 95%;
    padding: 5px;
    padding-right: 20px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sites_qr_tabelle button{
    padding: 5px;
    background-color: #106eb4;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    margin-top: 5px;
    cursor: pointer;
    width: 100px;
    height: 40px;
}

.sites_qr_tabelle label{
    font-size: 14px;
}

.sites_qr_tabelle optgroup{
    background-color: white;
}

.sites_qr_tabelle_ueber{
    grid-column: 1/3;
    color: #e3010f;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.sites_qr_tabelle_fehler{
    grid-column: 1/3;
    color: #e3010f;
    font-weight: bold;
    border: 2px solid #e3010f;
    border-radius: 10px;
    padding: 5px;
}

.sites_qr_tabelle_text_klein{
    display: block;
    font-size: 14px;
}

.sites_qr_tabelle_text_hinweis{
    display: flex;
    align-items: end;
    font-size: 10px;
    color: gray;
}

.sites_qr_tabelle_feld_klein{
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}

.sites_qr_tabelle_feld_gross{
    display: inline-block;
    width: 90%;
    margin-right: 10px;
}

.sites_qr_tabelle_unterteilung{
    grid-column: 1/3;
    display: flex;
    height: 2px;
    background-color: #106eb4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sites_qr_tabelle_hinten_spalte{
    grid-column: 2/3;
}

.sites_qr_tabelle_2spalten{
    grid-column: 1/3;
    text-align: center;
}

.sites_qr_tabelle_link{
    display: flex;
    grid-column: 1/3;
    text-align: center;
    justify-content: center;
}

.sites_qr_tabelle_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #106eb4;
    border: 2px solid #106eb4;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    width: 90%;
    height: 50px;
}

.sites_qr_anzeigen_tabelle{
    position: absolute;
    top: 50px;
    left: 5%;
    right: 5%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    row-gap: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
}

.sites_qr_anzeigen_tabelle_links{
    grid-row: 3/4;
    grid-column: 1/2;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 10px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: auto;
    height: fit-content;
    padding: 10px;
    background-color: white;
}

.sites_qr_anzeigen_tabelle_links div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sites_qr_anzeigen_tabelle_links img{
    width: 24px;
    height: auto;
    margin-bottom: -5px;
}

.sites_qr_anzeigen_tabelle_links details{
    cursor: pointer;
    margin-bottom: 10px;
}

.sites_qr_anzeigen_tabelle_links details summary::marker{
    color: #e3010f;
}

.sites_qr_under_details{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: auto;
    grid-template-rows: auto;
    row-gap: 5px;
    width: fit-content;
    background-color: white;
    border-left: 1px solid #106eb4;
    border-right: 1px solid #106eb4;
    border-bottom: 1px solid #106eb4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    color: #106eb4;
}

.sites_qr_anzeigen_tabelle_rechts{
    grid-row: 2/3;
    grid-column: 1/2;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    column-gap: 5px;
    align-items: end;
    row-gap: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: auto;
    height: fit-content;
    padding: 10px;
    background-color: white;
}

.sites_qr_anzeigen_tabelle_rechts div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sites_qr_anzeigen_tabelle_rechts button{
    padding: 5px;
    background-color: #00b62f;
    border-radius: 10px;
    color: white;
    margin-top: 5px;
    cursor: pointer;
    width: 90%;
    height: 50px;
    font-size: 20px;
}

.sites_qr_anzeigen_tabelle_rechts button img{
    width: 15px;
    height: auto;
    margin-bottom: -3px;
}

.sites_qr_anzeigen_tabelle_rechts_nicht{
    grid-row: 1/2;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 5px;
    row-gap: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: auto;
    height: fit-content;
    padding: 10px;
    text-align: center;
    background-color: white;
}

.sites_qr_anzeigen_tabelle_rechts_nicht a{
    color: #e3010f;
    text-decoration: underline;
    display: inline;
}

.sites_qr_anzeigen_tabelle_unterteilung{
    grid-column: 1/3;
    display: flex;
    height: 2px;
    background-color: #106eb4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sites_qr_anzeigen_tabelle_erfolgreich{
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: center;
    color: #00b62f;
    font-weight: bold;
    border: 2px solid #00b62f;
    border-radius: 10px;
    padding: 10px;
    z-index: 20;
}

.sites_qr_anzeigen_tabelle_ueber{
    grid-column: 1/3;
    font-size: 24px;
    color: #106eb4;
    font-weight: bold;
    text-align: center;
}

.sites_qr_anzeigen_tabelle_taetigkeit{
    text-align: center;
}

.sites_qr_anzeigen_tabelle_taetigkeit_erledigt{
    border: 2px solid #00b62f;
    border-radius: 10px;
    padding: 4px;
    background-color: #00b62f2b;
    color: #00b62f;
    font-size: 14px;
}

.sites_qr_anzeigen_tabelle_taetigkeit_erledigt img{
    width: 25px;
    height: auto;
}

.sites_qr_anzeigen_tabelle_2spalten{
    grid-column: 1/3;
    text-align: center;
}

.sites_qr_anzeigen_tabelle_ok{
    width: 25px;
    height: auto;
    margin-bottom: -3px;
}

.sites_qr_anzeigen_tabelle_2spalten_braun{
    color: #106eb4;
    font-weight: bold;
    grid-column: 1/3;
}

.sites_qr_sub_tabelle{
    position: absolute;
    top: 50px;
    left: 5%;
    right: 5%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: auto;
    row-gap: 10px;
    column-gap: 5px;
    align-items: center;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: fit-content;
    padding: 10px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
}

.sites_qr_sub_tabelle div{
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    height: 100%;
}

.sites_qr_sub_tabelle img{
    width: 24px;
    height: auto;
    margin-bottom: -3px;
}

.sites_qr_sub_tabelle_2spalten{
    grid-column: 1/3;
}

.sites_qr_sub_tabelle_3spalten{
    grid-column: 1/4;
}

.sites_qr_sub_link{
    grid-column: 1/4;
    display: flex;
    text-align: center;
    justify-content: center;
}

.sites_qr_sub_link a{
    display: block;
    padding: 5px;
    background-color: #106eb4;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    width: 90%;
    height: auto;
}

.sites_qr_sub_ueber{
    grid-column: 1/4;
    text-align: center;
    color: #e3010f;
    font-size: 24px;
    font-weight: bold;
}


/* Warenkorb */
.sites_warenkorb_navigation{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    align-items: center;
    justify-content: start;
    border: 3px solid gray;
    border-radius: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}

.sites_warenkorb_navigation img{
    height: 40px;
    width: auto;
    /*margin-bottom: -15px;*/
}

.sites_warenkorb_navigation_rot{
    display: flex;
    align-items: center;
    color: #e3010f;
    font-weight: bold;
    /*background-color: #e3010f3d;*/
    background-image: linear-gradient(132deg, #e3010f3d, white);
    padding: 5px;
}

.sites_warenkorb_navigation_blau{
    display: flex;
    align-items: center;
    color: #106eb4;
    font-weight: bold;
    /*background-color: #106eb43d;*/
    background-image: linear-gradient(132deg, #106eb43d, white);
    padding: 5px;
}

.sites_warenkorb_navigation_gruen{
    display: flex;
    align-items: center;
    color: #00b62f;
    font-weight: bold;
    /*background-color: #00b62f3d;*/
    background-image: linear-gradient(132deg, #00b62f3d, white);
    padding: 5px;
    border-right: 3px solid #00b62f;
}

.sites_warenkorb_navigation_gruen_letzte{
    display: flex;
    align-items: center;
    color: #00b62f;
    font-weight: bold;
    /*background-color: #00b62f3d;*/
    background-image: linear-gradient(132deg, #00b62f3d, white);
    padding: 5px;
}

.sites_warenkorb_navigation_grau{
    display: flex;
    align-items: center;
    color: hsl(0, 0%, 50%);
    font-weight: bold;
    /*background-color: #8080803d;*/
    background-image: linear-gradient(132deg, #8080803d, white);
    padding: 5px;
    border-left: 3px solid gray;
}

.sites_warenkorb_navigation_grau_umbruch{
    display: flex;
    align-items: center;
    color: gray;
    font-weight: bold;
    /*background-color: #8080803d;*/
    background-image: linear-gradient(132deg, #8080803d, white);
    padding: 5px;
}

.sites_warenkorb_navigation_unten{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    column-gap: 100px;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 20px;
}

.sites_warenkorb_navigation_unten button{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: center;
    background-color: #106eb4;
    border: 2px solid #106eb4;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    width: 140px;
    height: 40px;
    cursor: pointer;
}

.sites_warenkorb_navigation_unten button:active{
    box-shadow: inset 2px 2px 2px 0px gray;
}

.sites_warenkorb_navigation_unten button img{
    display: none;
    width: 30px;
    height: auto;
}

.sites_warenkorb_navigation_unten button:hover img{
    display: inline-block;
}

.sites_warenkorb_ueberschrift{
    display: flex;
    justify-content: start;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}

.sites_warenkorb_inhalt{
    display: grid;
    grid-template-columns: 80px 1fr auto auto 90px;
    column-gap: 10px;
    justify-content: start;
    align-items: center;
    text-align: start;
    min-height: 25vh;
    margin-left: 50px;
    margin-right: 50px;
}

.sites_warenkorb_inhalt a{
    display: inline-block;
    position: relative;
    color: #106eb4;
    text-decoration: none;
}

.sites_warenkorb_inhalt a::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #106eb4;
    transform-origin: bottom center;
    transition: transform 0.3s ease-out;
}
  
.sites_warenkorb_inhalt a:hover::after{
      background-color: #106eb4;
      transform: scaleX(1);
}

.sites_warenkorb_delete_anzeige{
    display: flex;
    justify-content: center;
}

.sites_warenkorb_delete_anzeige button{
    height: 50px;
    width: 50px;
    background-image: url("../media/grafiken/delete_grau.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

.sites_warenkorb_delete_anzeige button:hover{
    background-image: url("../media/grafiken/delete_blau.png");
}

.sites_warenkorb_bild{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sites_warenkorb_bild .sites_warenkorb_bild_vorschau{
    max-width: 80px;
    max-height: 80px;
    position: relative;
    cursor: auto;
}

.sites_warenkorb_grau{
    display: flex;
    justify-content: start;
    color: gray;
    font-size: 15px;
}

.sites_warenkorb_anzahl{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    column-gap: 10px;
    justify-content: center;
}

.sites_warenkorb_anzahl input{
    border: 3px solid #106eb4;
    border-radius: 10px;
    padding: 5px;
    width: 45px;
    height: 25px;
}

.sites_warenkorb_fehler{
    grid-column: 1/6;
}

.sites_warenkorb_wert{
    grid-column: 1/6;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.sites_warenkorb_unterteilung{
    grid-column: 1/6;
    display: flex;
    height: 1px;
    background-color: #106eb4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sites_warenkorb_fehler_inhalt{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto) 1fr;
    gap: 10px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    min-height: 30vh;
}

.sites_warenkorb_fehler_inhalt a{
    display: inline-block;
    position: relative;
    color: #106eb4;
    text-decoration: none;
}

.sites_warenkorb_fehler_inhalt a::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #106eb4;
    transform-origin: bottom center;
    transition: transform 0.3s ease-out;
}
  
.sites_warenkorb_fehler_inhalt a:hover::after{
      background-color: #106eb4;
      transform: scaleX(1);
}


/* Übersicht */
.sites_uebersicht_daten_lieferung{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 10px;
    justify-content: center;
    align-items: start;
    text-align: start;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.sites_uebersicht_daten_lieferung img{
    height: 20px;
    width: auto;
    margin-bottom: -4px;
}

.sites_uebersicht_daten_lieferung_block{
    display: block;
    border: 3px solid #106eb4;
    border-radius: 10px;
    text-align: start;
    padding: 10px;
}

.sites_uebersicht_daten_lieferung_block_2spalten{
    grid-column: 1/3;
    display: block;
    border: 3px solid #106eb4;
    border-radius: 10px;
    text-align: start;
    padding: 10px;
}

.sites_uebersicht_daten_lieferung_block button, .sites_uebersicht_daten_lieferung_block_2spalten button{
    right: 0px;
    border: 0px;
    background-color: transparent;
    cursor: pointer;
}

.sites_uebersicht_inhalt{
    display: grid;
    grid-template-columns: 80px 1fr auto auto;
    column-gap: 10px;
    justify-content: start;
    align-items: center;
    text-align: start;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

.sites_uebersicht_inhalt a{
    display: inline-block;
    position: relative;
    color: #106eb4;
    text-decoration: none;
}

.sites_uebersicht_inhalt a::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #106eb4;
    transform-origin: bottom center;
    transition: transform 0.3s ease-out;
}
  
.sites_uebersicht_inhalt a:hover::after{
      background-color: #106eb4;
      transform: scaleX(1);
}

.sites_uebersicht_unterteilung{
    grid-column: 1/5;
    display: flex;
    height: 1px;
    background-color: #106eb4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sites_uebersicht_warenwert{
    grid-column: 1/4;
}

.sites_uebersicht_preis{
    text-align: right;
}

.sites_uebersicht_preis_ende{
    text-align: right;
}

.sites_uebersicht_fehler{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    text-align: center;
}

.sites_uebersicht_fehler a{
    display: inline-block;
    position: relative;
    color: #106eb4;
    text-decoration: none;
}

.sites_uebersicht_fehler a::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #106eb4;
    transform-origin: bottom center;
    transition: transform 0.3s ease-out;
}

.sites_uebersicht_fehler a:hover::after{
    background-color: #106eb4;
    transform: scaleX(1);
}

.sites_uebersicht_hinweis{
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 16px;
    color: gray;
}

.sites_uebersicht_hinweis img{
    height: 18px;
    width: auto;
}

.sites_uebersicht_nachricht{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    border: 3px solid #106eb4;
    border-radius: 10px;
    padding: 5px;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
}


/* Kasse Daten */
.sites_kasse_daten_inhalt{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 10px;
    justify-content: center;
    align-items: start;
    text-align: start;
    border: 3px solid #106eb4;
    border-radius: 10px;
    padding: 5px;
    margin-left: 50px;
    margin-right: 50px;
}

.sites_kasse_daten_pflichtfeld{
    height: 18px;
    margin-bottom: -2px;
}

.sites_kasse_daten_inhalt_eingabefeld{
    width: 96.5%;
}

.sites_kasse_daten_anschrift{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(11, auto);
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: start;
}

.sites_kasse_daten_anschrift input{
    padding: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
}

.sites_kasse_daten_anschrift select{
    padding: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: 100%;
}

.sites_kasse_daten_anschrift textarea{
    padding: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: 95%;
    height: 50px;
}

.sites_kasse_daten_liefer{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: start;
}

.sites_kasse_daten_liefer input{
    padding: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
}

.sites_kasse_daten_liefer select{
    padding: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: 100%;
}

.sites_kasse_daten_liefer textarea{
    padding: 5px;
    border: 2px solid #106eb4;
    border-radius: 10px;
    width: 90%;
    height: 50px;
}

.sites_kasse_daten_liefer_2spalten{
    display: flex;
    grid-column: 1/3;
    align-items: center;
    justify-content: center;
}

.sites_kasse_daten_ueber{
    grid-column: 1/3;
    font-weight: bold;
    color: #e3010f;
}

.sites_kasse_daten_ueber img{
    height: 20px;
    width: auto;
    margin-bottom: -4px;
}

.sites_kasse_inhalt_2_spalten{
    grid-column: 1/3;
}

.sites_kasse_daten_inhalt_2_spalten{
    grid-column: 1/3;
}

.sites_kasse_unten_2_spalten{
    grid-column: 1/3;
}

.sites_kasse_uebersicht_2_spalten{
    grid-column: 1/3;
}

.sites_kasse_daten_inhalt_firma{
    grid-column: 1/3;
    border: 3px solid #106eb4;
    border-radius: 10px;
    padding: 5px;
}

.sites_kasse_daten_checkbox{
    cursor: pointer;
}

.sites_kasse_daten_uebernehmen_button{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #106eb4;
    border: 2px solid #106eb4;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.sites_kasse_daten_uebernehmen_button:active{
    box-shadow: inset 2px 2px 2px 0px gray;
}

.sites_kasse_daten_uebernehmen_button img{
    display: none;
    width: 30px;
    height: auto;
}

.sites_kasse_daten_uebernehmen_button:hover img{
    display: inline-block;
}

.sites_kasse_daten_button{
    border: 0px;
    background-color: transparent;
    padding-left: 0px;
    font-size: 18px;
    cursor: pointer;
}

.sites_kasse_daten_button img{
    height: 18px;
    margin-bottom: -2px;
}


/* Abgeschickt */
.sites_warenkorb_abgeschickt_rdy{
    display: block;
    width: 100%;
    min-height: 30vh;
    margin-left: 50px;
    margin-right: 50px;
    color: #00b62f;
    font-weight: bold;
}

.sites_warenkorb_abgeschickt_button{
    display: flex;
    min-height: 30vh;
    margin-left: 50px;
    margin-right: 50px;
    justify-content: center;
    align-items: center;
}

.sites_warenkorb_abgeschickt_button button{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: center;
    background-color: #106eb4;
    border: 2px solid #106eb4;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    width: 140px;
    height: 40px;
    cursor: pointer;
}

.sites_warenkorb_abgeschickt_button button:active{
    box-shadow: inset 2px 2px 2px 0px gray;
}

.sites_warenkorb_abgeschickt_button button img{
    display: none;
    width: 30px;
    height: auto;
}

.sites_warenkorb_abgeschickt_button button:hover img{
    display: inline-block;
}


/* Suche */
.sites_suche_mobile{
    display: none;
}

.sites_suche{
    display: block;
    border: 3px solid #106eb4;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: white;
}

.sites_suche_tabelle{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 5px;
    align-items: center;
    max-width: 100%;
    /*border: 3px solid #106eb4;*/
    background-image: linear-gradient(132deg, #eaeaea, white);
    box-shadow: 4px 4px 4px 0px #8080806a;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    /*background-image: linear-gradient(132deg, #eaeaea, white);*/
    /*background-color: #eaeaea;*/
    transition: 0.4s;
}

.sites_suche_tabelle_user{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    align-items: center;
}

.sites_suche_tabelle_favorite{
    display: flex;
    justify-content: end;
}

.sites_suche_tabelle_favorite button{
    margin-top: 5px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    border: 0px;
    cursor: pointer;
}

.sites_suche_tabelle_favorite .sites_suche_tabelle_favorite_herz_leer{
    background-image: url("../media/grafiken/herz_leer_blau.png");
    background-size: 100%;
    background-color: transparent;
    transition: 0.5s;
}

.sites_suche_tabelle_favorite .sites_suche_tabelle_favorite_herz_leer:hover{
    background-image: url("../media/grafiken/herz_voll_blau.png");
    transition: 0.5s;
}

.sites_suche_tabelle_favorite .sites_suche_tabelle_favorite_herz_voll{
    background-image: url("../media/grafiken/herz_voll_blau.png");
    background-size: 100%;
    background-color: transparent;
    transition: 0.5s;
}

.sites_suche_tabelle_favorite .sites_suche_tabelle_favorite_herz_voll:hover{
    background-image: url("../media/grafiken/herz_gebrochen_blau.png");
    transition: 0.5s;
}

.sites_suche_tabelle a{
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: repeat(6, auto);
    column-gap: 10px;
    row-gap: 5px;
    align-items: center;
    max-width: 100%;
    color: #106eb4;
    text-decoration: none;
    transition: 0.4s;
}

.sites_suche_tabelle:hover{
    /*box-shadow: inset 4px 4px 4px 0px #808080;
    background-image: linear-gradient(132deg, white, #eaeaea);*/
    box-shadow: 
        0 8px 15px #8080806a,      /* Tieferer Schatten */
        0 0 15px rgba(0,123,255,0.7);    /* Blauer Standard-Glow */
    transform: translateY(-2px);
    transition: 0.4s;
}

.sites_suche_tabelle_ergebniss{
    display: flex;
    color: #e3010f;
    font-weight: bold;
    margin-bottom: 20px;
}

.sites_suche_tabelle_bild{
    grid-column: 1/2;
    grid-row: 1/5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
}

.sites_suche_tabelle_bild img{
    max-width: 100px;
    max-height: 100px;
}

.sites_suche_tabelle_nr{
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: left;
}

.sites_suche_tabelle_name{
    grid-column: 2/3;
    grid-row: 2/3;
}

.sites_suche_tabelle_hersteller{
    grid-column: 2/3;
    grid-row: 3/4;
    text-align: left;
}

.sites_suche_tabelle_hersteller_block{
    display: inline-block;
    justify-content: center;
    border-radius: 10px;
    padding: 5px;
    color: white;
    font-weight: bold;
    width: fit-content;
}

.sites_suche_tabelle_geraete{
    grid-column: 2/3;
    grid-row: 4/5;
    text-align: left;
}

.sites_suche_tabelle_typen{
    grid-column: 2/3;
    grid-row: 5/6;
    text-align: left;
}

.sites_suche_tabelle_preis{
    grid-column: 2/3;
    grid-row: 6/7;
    text-align: left;
}

.sites_suche_tabelle_order a{
    display: block;
    height: fit-content;
    width: fit-content;
    background-color: #444444;
    color: #eaeaea;
    background-image: none;
    border-radius: 10px;
    padding: 7px;
    margin-bottom: 0px;
    text-decoration: none;
}

.sites_suche_tabelle_warenkorb{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

.sites_suche_tabelle_warenkorb input{
    border: 3px solid #106eb4;
    border-radius: 10px;
    padding: 5px;
    width: 45px;
    height: 25px;
    cursor: pointer;
}

.sites_suche_tabelle_vorhanden{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid #106eb4;
    border-radius: 10px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1px;
    height: 34px;
    width: auto;
    background-color: transparent;
}

.sites_suche_tabelle_vorhanden a{
    display: inline-block;
    position: relative;
    color: #106eb4;
    text-decoration: none;
}

.sites_suche_tabelle_vorhanden a::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #106eb4;
    transform-origin: bottom center;
    transition: transform 0.3s ease-out;
}
  
.sites_suche_tabelle_vorhanden a:hover::after{
      background-color: #106eb4;
      transform: scaleX(1);
      transform-origin: bottom center;
}

.sites_suche_fehler{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border: 3px solid #e3010f;
    border-radius: 10px;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 43vh;
}

.sites_suche_abstand{
    display: flex;
    min-height: 45vh;
    max-height: 20vh;
}

.sites_suche_abstand_leer{
    height: 75vh;
}


/* Bildernachweis */
.sites_bildnachweis_ueberschrift{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
}

.sites_bildnachweis_haupt{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr repeat(2, auto);
    grid-template-rows: auto;
    gap: 2px;
    border: 2px solid #106eb4;
    background-color: #106eb4;
    padding: 2px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
}

.sites_bildnachweis_haupt div{
    background-color: white;
    padding: 2px;
}

.sites_bildnachweis_haupt_ueber{
    grid-column: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #e3010f;
    font-weight: bold;
}