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

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

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

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

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

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

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

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

.sites_hinweis{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: gray;
}

.sites_hinweis img{
    height: 16px;
    width: auto;
}


/* Showcase */
.sites_start_showcase{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr;
    align-items: center;
    text-align: center;
    border-top: 3px solid #106eb4;
    border-bottom: 3px solid #106eb4;
    background-color: white;
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 30px;
}

.sites_start_showcase_ueberschrift{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sites_start_showcase_ueberschrift a{
    display: block;
    font-size: 14px;
    color: gray;
}

.sites_start_showcase_slideshow{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: auto;
    grid-template-rows: auto;
    column-gap: 10px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
    scrollbar-color: #106eb4 #f5ebdc00;
    overflow: auto;
    justify-content: start;
}

.sites_start_showcase_produkt{
    display: grid;
    grid-template-columns: 250px;
    grid-template-rows: 1fr auto;
    row-gap: 10px;
    margin-bottom: 20px;
}

.sites_start_showcase_link{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 50px 1fr;
    border: 3px solid #106eb4;
    border-radius: 10px;
    max-width: 100%;
    background-image: linear-gradient(132deg, #eaeaea, transparent);
    transition: 0.4s;
    /*background-color: #e5e5f7;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f72b 10px ), repeating-linear-gradient( #444cf755, #106eb42b);
    background-color: #e5e5f7;
    background: repeating-linear-gradient( 45deg, #106eb42b, #106eb42b 5px, #e5e5f72b 5px, #e5e5f72b 25px );*/
}

.sites_start_showcase_link:hover{
    box-shadow: inset 4px 4px 4px 0px #808080;
    background-image: linear-gradient(132deg, transparent, #eaeaea);
    transition: 0.4s;
}

.sites_start_showcase_link a{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto 1fr 45px auto;
    row-gap: 10px;
    height: 95%;
    color: #106eb4;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
}

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

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

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

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

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

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

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

.sites_start_showcase_bild{
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.sites_start_showcase_bild img{
    display: block;
    border-radius: 5px;
    max-height: 200px;
    max-width: 200px;
    transition: 1s;
}

.sites_start_showcase_slideshow::-webkit-scrollbar{
    background: #106eb4;
    border-radius: 5px;
}

.sites_start_showcase_slideshow::-webkit-scrollbar-thumb{
    background: white;
    border-radius: 5px;
}

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

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

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

.sites_start_showcase_text_hersteller{
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: bold;
    margin-right: 2.5px;
    margin-left: 2.5px;
}

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

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

.sites_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: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    width: auto;
}

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

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

.sites_start_unterteilung{
    display: flex;
    height: 50px;
}

.sites_start_distributor{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr;
    align-items: center;
    text-align: center;
    border-top: 3px solid #106eb4;
    border-bottom: 3px solid #106eb4;
    background-color: white;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.sites_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;
}

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

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