#start_banner_tabelle{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 15px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

#start_banner_schulung{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    align-items: center;
    padding: 10px;
    box-shadow: 4px 4px 4px 0px #8080806a;
    /*backdrop-filter: blur(10px) brightness(60%);*/
    color: black;
    background-image: linear-gradient(132deg, #eaeaea, white);
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10px;
    transition: 0.4s;
}

#start_banner_schulung:hover{
    box-shadow: 
    0 8px 15px #8080806a,      /* Tieferer Schatten */
    0 0 15px rgba(0,123,255,0.7);    /* Blauer Standard-Glow */
    transform: translateY(-5px);
    /*box-shadow: inset 4px 4px 4px 0px #808080;*/
    transition: 0.4s;
}

.start_banner_schulung_ueber{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: white;
    border-radius: 10px;
    background-image: url("../media/grafiken/ki/schulung.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.start_banner_schulung_ueber img{
    height: 100px;
    width: auto;
}

.start_banner_schulung_text{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #106eb4;
}

.start_banner_schulung_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    row-gap: 10px;
    column-gap: 5px;
    padding: 5px;
    background-color: white;
    box-shadow: inset 4px 4px 4px 0px #8080806a;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.start_banner_schulung_tabelle_fett{
    font-weight: bold;
    color: #e3010f;
}

#start_banner_stellenangebote{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 50px;
    color: white;
    padding: 10px;
    box-shadow: 4px 4px 4px 0px #8080806a;
    /*backdrop-filter: blur(10px) brightness(60%);*/
    background-image: linear-gradient(132deg, #e3010f, white);
    text-decoration: none;

    border-radius: 10px;
    transition: 0.4s;
}

#start_banner_stellenangebote:hover{
    box-shadow: 
    0 8px 15px #8080806a,      /* Tieferer Schatten */
    0 0 15px rgba(255, 0, 21, 0.7);    /* Blauer Standard-Glow */
    transform: translateY(-5px);
    /*box-shadow: inset 4px 4px 4px 0px #808080;*/
    transition: 0.4s;
}

.start_button_warenkorb{
    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;
}

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

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

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

.start_seite{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 10px;
    border: 3px solid #106eb4;
    border-radius: 10px;
    background-color: white;
}

.start_seite_tabelle{
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: auto;
    column-gap: 5px;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.start_seite_tabelle img{
    height: 50px;
    width: auto;
}

.start_seite_tabelle_links{
    grid-column: 1/2;
    grid-row: 1/2;
}

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

.start_seite_tabelle_rechts{
    grid-column: 3/4;
    grid-row: 1/2;
}

.start_seite_link{
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
    padding: 10px;
    text-decoration: none;
    color: #106eb4;
    transition: 0.4s;
}

.start_seite_link:hover{
    /*background-color: #106eb4;*/
    background-image: linear-gradient(132deg, #106eb4, white);
    color: white;
    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;
}

.start_seite_active{
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
    padding: 10px;
    text-decoration: none;
    /*background-color: #e3010f;*/
    background-image: linear-gradient(132deg, #e3010f, white);
    box-shadow: 4px 4px 4px 0px #8080806a;
    color: white;
}

.start_seite_punkte{
    display: inline-block;
    margin-right: 5px;
    padding: 10px;
    text-decoration: none;
    color: #106eb4;
}



/* Menü */
.start_menue{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    align-items: center;
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.start_menue_button{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

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

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

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

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

.start_menue_ueberschrift_tabelle{
    display: grid;
    grid-template-columns: auto 120px;
    grid-template-rows: repeat(2, auto);
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #e3010f;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.start_menue_ueberschrift_tabelle_grafik{
    height: 25px;
    width: auto;
    margin-bottom: -5px;
}

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

.start_menue_ueberschrift_edit{
    font-size: 20px;
}

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

.start_menue_ueberschrift_edit 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;
}
  
.start_menue_ueberschrift_edit a:hover::after{
      background-color: #106eb4;
      transform: scaleX(1);
      transform-origin: bottom center;
}

.start_menue_tabelle{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    border-radius: 10px;
    gap: 15px;
    padding: 5px;
    /*background-color: #106eb4;*/
}

.start_menue_link{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    /*background-color: #eaeaea;*/
    background-image: linear-gradient(132deg, #eaeaea, white);
    color: #106eb4;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    width: auto;
    height: 150px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #8080806a;
    transition: 0.4s;
}

.start_menue_link:hover{
    box-shadow: 
    0 8px 15px #8080806a,      /* Tieferer Schatten */
    0 0 15px rgba(0,123,255,0.7);    /* Blauer Standard-Glow */
    transform: translateY(-5px);
    /*box-shadow: inset 4px 4px 4px 0px #808080;*/
    transition: 0.4s;
}

.start_menue_link:hover img{
    /*background-color: #444444;*/
    transform: scale(1.1);
    transition: 0.5s;
}

.start_menue_link_symbol{
    display: flex;
    /*background-color: #106eb4;*/
    background-image: linear-gradient(132deg, #106eb4, #eaeaea);
    height: 100%;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.start_menue_link_symbol img{
    height: 90px;
    width: auto;
    margin-right: 5px;
}

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

/*.start_menue_link_symbol_warenkorb_zahl{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    width: fit-content;
    background-color: #e3010f;
    border-radius: 35px;
    color: white;
    font-weight: normal;
    font-size: 15px;
    box-shadow: 4px 4px 4px 0px #8080806a;
}*/

.start_menue_link_symbol_warenkorb_zahl{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../media/grafiken/kreis_rot.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-weight: normal;
    font-size: 15px;
}

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

.start_menue_auswahl{
    border: 2px solid #106eb4;
    border-radius: 10px;
    padding: 5px;
    width: 95%;
    background-color: white;
    color: #106eb4;
}


/* Showcase Neu*/
.start_showcase{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    align-items: center;
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.start_showcase_tabelle{
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(4, auto);
    border-radius: 10px;
    gap: 15px;
    /*background-color: #106eb4;*/
}

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

.start_showcase_artikel_spalte1{
    grid-column: 4/6;
}

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

.start_showcase_artikel_spalte3{
    grid-column: 3/5;
}

.start_showcase_artikel_spalte4{
    grid-column: 5/6;
}

.start_showcase_artikel_spalte5{
    grid-column: 1/2;
}

.start_showcase_artikel_spalte6{
    grid-column: 2/4;
}

.start_showcase_artikel_spalte7{
    grid-column: 4/6;
}

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

.start_showcase_artikel_spalte9{
    grid-column: 3/6;
}

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

.start_showcase_artikel:hover{
    box-shadow: 
        0 8px 15px #8080806a,      /* Tieferer Schatten */
        0 0 15px rgba(0,123,255,0.7);    /* Blauer Standard-Glow */
    transform: translateY(-5px);
    /*box-shadow: inset 4px 4px 4px 0px #808080;*/
    transition: 0.4s;
}

.start_showcase_user{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    align-items: center;
    margin-left: 5px;
}

.start_showcase_order{
    display: flex;
    justify-content: start;
}

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

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

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

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

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

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

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

.start_showcase_link{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 210px auto 1fr auto auto;
    row-gap: 5px;
    height: 95%;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: 1s;
}

.start_showcase_link:hover img{
    transform: scale(1.25);
    /*transform: perspective(100px) rotateX(-25deg);*/
    transition: 1s;
}

.start_showcase_bild{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 200px;
    border-radius: 10px;
    padding: 5px;
    box-shadow: inset 4px 4px 4px 0px #8080806a;
}

.start_showcase_bild img{
    display: block;
    border-radius: 10px;
    max-height: 190px;
    max-width: 190px;
    transition: 1s;
}

.start_showcase_text{
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
    overflow: hidden;
}

.start_showcase_button{
    display: block;
    justify-content: center;
    align-items: start;
}

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

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

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

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

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

.start_showcase_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;
}
  
.start_showcase_vorhanden a:hover::after{
      background-color: #106eb4;
      transform: scaleX(1);
      transform-origin: bottom center;
}


/* Distributor*/
.start_distributor{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr;
    align-items: center;
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.start_distributor_logos img{
    width: 300px;
    height: auto;
    transition: 1s;
}

.start_distributor_logos img:hover{
    transform: scale(1.25);
    transition: 1s;
}